01KXPCPWZV97RK17BQB089ZG6P: 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: 01KXPCQBDDZR9B5R3PFRKHJ9CZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T21:18:35.765Zjob assigned to worker 01KXPCNHRW2TSKRSVK0YQ7FF4A [factory aws, i-000727ae89dc4619a] (queued for 0 s)
 
22026-07-16T21:18:36.333Zstarting task 0: "setup"
32026-07-16T21:18:36.337Z++ uname -s
42026-07-16T21:18:36.340Z+ kern=SunOS
52026-07-16T21:18:36.341Z+ build_user=build
62026-07-16T21:18:36.341Z+ build_uid=12345
72026-07-16T21:18:36.341Z+ work_dir=/work
82026-07-16T21:18:36.341Z+ input_dir=/input
92026-07-16T21:18:36.341Z+ [[ 0 == 12345 ]]
102026-07-16T21:18:36.341Z+ case "$kern" in
112026-07-16T21:18:36.341Z+ groupadd -g 12345 build
122026-07-16T21:18:36.344Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T21:18:38.349Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T21:18:38.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T21:18:38.483Z+ home_fs=zfs
162026-07-16T21:18:38.483Z+ [[ zfs == autofs ]]
172026-07-16T21:18:38.483Z+ mkdir -p /home/build
182026-07-16T21:18:38.486Z+ chown build:build /home/build /work
192026-07-16T21:18:40.486Z+ chmod 0700 /home/build /work
202026-07-16T21:18:40.489Zprocess exited: duration 4158 ms, exit code 0
 
212026-07-16T21:18:40.495Zstarting task 1: "rust-toolchain"
222026-07-16T21:18:40.500Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T21:18:40.500Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T21:18:40.500Z * rust toolchain channel = "1.96.1"
252026-07-16T21:18:40.500Z * rust toolchain profile = "default"
262026-07-16T21:18:40.500Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T21:18:40.500Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T21:18:40.503Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T21:18:40.503Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T21:18:40.611Zinfo: downloading installer
312026-07-16T21:18:41.914Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T21:18:41.914Zwarn: /home/build/.rustup/settings.toml
332026-07-16T21:18:41.914Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T21:18:41.914Zwarn: instead of the one inferred from the default host triple.
352026-07-16T21:18:41.926Zinfo: profile set to default
362026-07-16T21:18:41.926Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T21:18:41.929Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T21:18:42.062Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T21:18:42.065Zinfo: downloading 6 components
402026-07-16T21:18:56.191Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T21:18:56.191Z
422026-07-16T21:18:56.219Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T21:18:56.219Z
442026-07-16T21:18:56.219Z
452026-07-16T21:18:56.219ZRust is installed now. Great!
462026-07-16T21:18:56.219Z
472026-07-16T21:18:56.219ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T21:18:56.219Zenvironment variable. This has not been done automatically.
492026-07-16T21:18:56.219Z
502026-07-16T21:18:56.219ZTo configure your current shell, you need to source
512026-07-16T21:18:56.219Zthe corresponding env file under $HOME/.cargo.
522026-07-16T21:18:56.219Z
532026-07-16T21:18:56.219ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T21:18:56.219Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T21:18:56.219Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T21:18:56.219Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T21:18:56.222Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T21:18:56.222Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T21:18:56.222Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T21:18:56.222Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T21:18:56.222Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T21:18:56.330Z+ rustup --version
632026-07-16T21:18:56.337Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T21:18:56.337Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T21:18:56.357Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T21:18:56.361Z+ cargo --version
672026-07-16T21:18:56.368Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T21:18:56.371Z+ rustc --version
692026-07-16T21:18:56.391Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T21:18:56.394Zprocess exited: duration 15897 ms, exit code 0
 
712026-07-16T21:18:56.401Zstarting task 2: "authentication"
722026-07-16T21:18:56.418Zprocess exited: duration 17 ms, exit code 0
 
732026-07-16T21:18:56.425Zstarting task 3: "clone repository"
742026-07-16T21:18:56.430Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T21:18:56.433Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T21:18:56.465ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T21:19:09.280Z+ cd /work/oxidecomputer/omicron
782026-07-16T21:19:09.280Z+ git fetch origin f3118d41647e9bec06ef8eca567e050bc28662c4
792026-07-16T21:19:09.549ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T21:19:09.550Z * branch f3118d41647e9bec06ef8eca567e050bc28662c4 -> FETCH_HEAD
812026-07-16T21:19:09.563Z+ [[ -n serve-zone-version ]]
822026-07-16T21:19:09.567Z++ git branch --show-current
832026-07-16T21:19:09.567Z+ current=main
842026-07-16T21:19:09.567Z+ [[ main != serve-zone-version ]]
852026-07-16T21:19:09.567Z+ git branch -f serve-zone-version f3118d41647e9bec06ef8eca567e050bc28662c4
862026-07-16T21:19:09.571Z+ git checkout -f serve-zone-version
872026-07-16T21:19:09.818ZSwitched to branch 'serve-zone-version'
882026-07-16T21:19:09.822Z+ git reset --hard f3118d41647e9bec06ef8eca567e050bc28662c4
892026-07-16T21:19:10.065ZHEAD is now at f3118d416 patch omicron-zone-package, try to test it in helios/deploy
902026-07-16T21:19:10.068Zprocess exited: duration 13641 ms, exit code 0
 
912026-07-16T21:19:10.075Zstarting task 4: "build"
922026-07-16T21:19:10.081Z+ source .github/buildomat/ci-env.sh
932026-07-16T21:19:10.081Z++ export CARGO_TERM_COLOR=always
942026-07-16T21:19:10.081Z++ CARGO_TERM_COLOR=always
952026-07-16T21:19:10.084Z+++ uname -s
962026-07-16T21:19:10.084Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T21:19:10.084Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T21:19:10.090Z+ cargo --version
992026-07-16T21:19:10.096Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T21:19:10.099Z+ rustc --version
1012026-07-16T21:19:10.120Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T21:19:10.123Z+ cargo tree --locked
1032026-07-16T21:19:10.298Z Updating git repository `https://github.com/oxidecomputer/omicron-package.git`
1042026-07-16T21:19:10.577Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1052026-07-16T21:19:10.876Z Updating crates.io index
1062026-07-16T21:19:10.882Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1072026-07-16T21:19:11.096Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1082026-07-16T21:19:11.379Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-07-16T21:19:12.249Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-07-16T21:19:12.714Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-07-16T21:19:14.566Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-07-16T21:19:15.338Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-07-16T21:19:15.550Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-07-16T21:19:15.852Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-07-16T21:19:17.147Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-07-16T21:19:17.378Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-07-16T21:19:17.691Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1182026-07-16T21:19:17.996Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-07-16T21:19:18.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1202026-07-16T21:19:18.949Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1212026-07-16T21:19:19.196Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-07-16T21:19:19.435Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-07-16T21:19:19.690Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1242026-07-16T21:19:19.982Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1252026-07-16T21:19:20.212Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1262026-07-16T21:19:20.460Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1272026-07-16T21:19:20.795Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1282026-07-16T21:19:21.130Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1292026-07-16T21:19:21.449Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-07-16T21:19:21.693Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-07-16T21:19:22.088Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-07-16T21:19:22.341Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-07-16T21:19:22.734Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-07-16T21:19:23.079Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-07-16T21:19:23.344Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1362026-07-16T21:19:23.572Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-07-16T21:19:23.918Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382026-07-16T21:19:24.294Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-07-16T21:19:24.533Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402026-07-16T21:19:24.805Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1412026-07-16T21:19:25.080Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-07-16T21:19:25.454Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-07-16T21:19:25.768Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-16T21:19:25.998Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-16T21:19:26.265Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-16T21:19:26.481Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-07-16T21:19:29.275Z Downloading crates ...
1482026-07-16T21:19:29.364Z Downloaded async-compression v0.4.41
1492026-07-16T21:19:29.369Z Downloaded addr2line v0.25.1
1502026-07-16T21:19:29.373Z Downloaded bit-vec v0.8.0
1512026-07-16T21:19:29.373Z Downloaded allocator-api2 v0.2.21
1522026-07-16T21:19:29.377Z Downloaded atty v0.2.14
1532026-07-16T21:19:29.380Z Downloaded base16ct v1.0.0
1542026-07-16T21:19:29.383Z Downloaded adler2 v2.0.1
1552026-07-16T21:19:29.383Z Downloaded crc8 v0.1.1
1562026-07-16T21:19:29.383Z Downloaded cobs v0.3.0
1572026-07-16T21:19:29.386Z Downloaded console v0.15.11
1582026-07-16T21:19:29.386Z Downloaded async-object-pool v0.2.0
1592026-07-16T21:19:29.386Z Downloaded clang-sys v1.8.1
1602026-07-16T21:19:29.390Z Downloaded crc-any v2.5.0
1612026-07-16T21:19:29.390Z Downloaded anstyle-query v1.1.5
1622026-07-16T21:19:29.393Z Downloaded anstyle v1.0.14
1632026-07-16T21:19:29.396Z Downloaded async-bb8-diesel v0.2.1
1642026-07-16T21:19:29.396Z Downloaded anstream v0.6.21
1652026-07-16T21:19:29.396Z Downloaded anes v0.1.6
1662026-07-16T21:19:29.399Z Downloaded crc-catalog v2.4.0
1672026-07-16T21:19:29.399Z Downloaded crc v3.4.0
1682026-07-16T21:19:29.403Z Downloaded ascii-canvas v3.0.0
1692026-07-16T21:19:29.403Z Downloaded backtrace-ext v0.2.1
1702026-07-16T21:19:29.403Z Downloaded aead v0.5.2
1712026-07-16T21:19:29.404Z Downloaded atomic-waker v1.1.2
1722026-07-16T21:19:29.407Z Downloaded cpubits v0.1.1
1732026-07-16T21:19:29.407Z Downloaded chacha20 v0.9.1
1742026-07-16T21:19:29.407Z Downloaded compression-core v0.4.31
1752026-07-16T21:19:29.407Z Downloaded array-init v0.0.4
1762026-07-16T21:19:29.407Z Downloaded colorchoice v1.0.4
1772026-07-16T21:19:29.410Z Downloaded async-stream-impl v0.3.6
1782026-07-16T21:19:29.410Z Downloaded backoff v0.4.0
1792026-07-16T21:19:29.410Z Downloaded cpufeatures v0.2.17
1802026-07-16T21:19:29.413Z Downloaded chacha20 v0.10.0
1812026-07-16T21:19:29.413Z Downloaded const_format_proc_macros v0.2.34
1822026-07-16T21:19:29.417Z Downloaded assert-json-diff v2.0.2
1832026-07-16T21:19:29.417Z Downloaded arrayref v0.3.9
1842026-07-16T21:19:29.417Z Downloaded anstream v1.0.0
1852026-07-16T21:19:29.421Z Downloaded constant_time_eq v0.3.1
1862026-07-16T21:19:29.421Z Downloaded async-trait v0.1.89
1872026-07-16T21:19:29.426Z Downloaded assert_matches v1.5.0
1882026-07-16T21:19:29.426Z Downloaded derive-where v1.6.0
1892026-07-16T21:19:29.426Z Downloaded concurrent-queue v2.5.0
1902026-07-16T21:19:29.430Z Downloaded colored v3.1.1
1912026-07-16T21:19:29.431Z Downloaded base16ct v0.2.0
1922026-07-16T21:19:29.435Z Downloaded bb8 v0.8.6
1932026-07-16T21:19:29.435Z Downloaded async-recursion v1.1.1
1942026-07-16T21:19:29.435Z Downloaded async-stream v0.3.6
1952026-07-16T21:19:29.436Z Downloaded cmake v0.1.57
1962026-07-16T21:19:29.439Z Downloaded anstyle-parse v1.0.0
1972026-07-16T21:19:29.440Z Downloaded backon v1.6.0
1982026-07-16T21:19:29.443Z Downloaded criterion-plot v0.6.0
1992026-07-16T21:19:29.443Z Downloaded ciborium-ll v0.2.2
2002026-07-16T21:19:29.443Z Downloaded arrayvec v0.7.6
2012026-07-16T21:19:29.443Z Downloaded anstyle-parse v0.2.7
2022026-07-16T21:19:29.447Z Downloaded ciborium v0.2.2
2032026-07-16T21:19:29.447Z Downloaded darling_macro v0.13.4
2042026-07-16T21:19:29.447Z Downloaded cfg_aliases v0.1.1
2052026-07-16T21:19:29.450Z Downloaded block-padding v0.4.2
2062026-07-16T21:19:29.450Z Downloaded cpufeatures v0.3.0
2072026-07-16T21:19:29.450Z Downloaded atomicwrites v0.4.4
2082026-07-16T21:19:29.450Z Downloaded curve25519-dalek-derive v0.1.1
2092026-07-16T21:19:29.454Z Downloaded darling_macro v0.23.0
2102026-07-16T21:19:29.454Z Downloaded darling_macro v0.21.3
2112026-07-16T21:19:29.454Z Downloaded darling_macro v0.20.11
2122026-07-16T21:19:29.454Z Downloaded crypto-common v0.1.7
2132026-07-16T21:19:29.454Z Downloaded crunchy v0.2.4
2142026-07-16T21:19:29.458Z Downloaded convert_case v0.4.0
2152026-07-16T21:19:29.458Z Downloaded ciborium-io v0.2.2
2162026-07-16T21:19:29.458Z Downloaded cfg-if v1.0.4
2172026-07-16T21:19:29.458Z Downloaded block-buffer v0.10.4
2182026-07-16T21:19:29.461Z Downloaded crc32fast v1.5.0
2192026-07-16T21:19:29.461Z Downloaded corncobs v0.1.4
2202026-07-16T21:19:29.461Z Downloaded convert_case v0.10.0
2212026-07-16T21:19:29.461Z Downloaded compression-codecs v0.4.37
2222026-07-16T21:19:29.466Z Downloaded bitfield-macros v0.19.4
2232026-07-16T21:19:29.466Z Downloaded argon2 v0.5.3
2242026-07-16T21:19:29.466Z Downloaded cstr-argument v0.1.2
2252026-07-16T21:19:29.466Z Downloaded bit-set v0.5.3
2262026-07-16T21:19:29.470Z Downloaded cargo-platform v0.3.2
2272026-07-16T21:19:29.470Z Downloaded cipher v0.5.2
2282026-07-16T21:19:29.474Z Downloaded clap_lex v1.0.0
2292026-07-16T21:19:29.477Z Downloaded castaway v0.2.4
2302026-07-16T21:19:29.480Z Downloaded bit-set v0.8.0
2312026-07-16T21:19:29.483Z Downloaded debug-ignore v1.0.5
2322026-07-16T21:19:29.483Z Downloaded crucible-workspace-hack v0.1.0
2332026-07-16T21:19:29.486Z Downloaded block-buffer v0.12.1
2342026-07-16T21:19:29.486Z Downloaded defmt-parser v1.0.0
2352026-07-16T21:19:29.489Z Downloaded bcrypt-pbkdf v0.11.0
2362026-07-16T21:19:29.489Z Downloaded approx v0.5.1
2372026-07-16T21:19:29.493Z Downloaded derive_builder_macro v0.20.2
2382026-07-16T21:19:29.496Z Downloaded cfg_aliases v0.2.1
2392026-07-16T21:19:29.496Z Downloaded bitfield-struct v0.6.2
2402026-07-16T21:19:29.499Z Downloaded aead v0.6.1
2412026-07-16T21:19:29.504Z Downloaded diesel_table_macro_syntax v0.3.0
2422026-07-16T21:19:29.504Z Downloaded ahash v0.8.12
2432026-07-16T21:19:29.507Z Downloaded difflib v0.4.0
2442026-07-16T21:19:29.507Z Downloaded const-oid v0.9.6
2452026-07-16T21:19:29.510Z Downloaded digest-io v0.1.0
2462026-07-16T21:19:29.514Z Downloaded document-features v0.2.12
2472026-07-16T21:19:29.514Z Downloaded cipher v0.4.4
2482026-07-16T21:19:29.514Z Downloaded data-encoding v2.10.0
2492026-07-16T21:19:29.518Z Downloaded autocfg v1.5.0
2502026-07-16T21:19:29.518Z Downloaded dtrace-parser v0.3.0
2512026-07-16T21:19:29.521Z Downloaded downcast-rs v2.0.2
2522026-07-16T21:19:29.521Z Downloaded cmov v0.5.4
2532026-07-16T21:19:29.521Z Downloaded bitflags v1.3.2
2542026-07-16T21:19:29.524Z Downloaded display-error-chain v0.2.2
2552026-07-16T21:19:29.524Z Downloaded dirs-sys-next v0.1.2
2562026-07-16T21:19:29.524Z Downloaded dsl_auto_type v0.2.0
2572026-07-16T21:19:29.527Z Downloaded daft-derive v0.1.7
2582026-07-16T21:19:29.527Z Downloaded dunce v1.0.5
2592026-07-16T21:19:29.531Z Downloaded dtrace-parser v0.2.0
2602026-07-16T21:19:29.531Z Downloaded dropshot-api-manager-types v0.7.2
2612026-07-16T21:19:29.531Z Downloaded dyn-clone v1.0.20
2622026-07-16T21:19:29.534Z Downloaded dof v0.4.0
2632026-07-16T21:19:29.534Z Downloaded dof v0.3.0
2642026-07-16T21:19:29.534Z Downloaded bytecount v0.6.9
2652026-07-16T21:19:29.538Z Downloaded enum-as-inner v0.6.1
2662026-07-16T21:19:29.538Z Downloaded embedded-io v0.6.1
2672026-07-16T21:19:29.538Z Downloaded errno v0.3.14
2682026-07-16T21:19:29.538Z Downloaded fastrand v2.3.0
2692026-07-16T21:19:29.541Z Downloaded derive-ex v0.1.8
2702026-07-16T21:19:29.541Z Downloaded env_filter v1.0.0
2712026-07-16T21:19:29.542Z Downloaded crypto-common v0.2.2
2722026-07-16T21:19:29.545Z Downloaded crossbeam-deque v0.8.6
2732026-07-16T21:19:29.545Z Downloaded endian-type v0.1.2
2742026-07-16T21:19:29.545Z Downloaded darling v0.13.4
2752026-07-16T21:19:29.548Z Downloaded byteorder v1.5.0
2762026-07-16T21:19:29.548Z Downloaded cexpr v0.6.0
2772026-07-16T21:19:29.548Z Downloaded defmt v0.3.100
2782026-07-16T21:19:29.551Z Downloaded cargo_metadata v0.23.1
2792026-07-16T21:19:29.551Z Downloaded deranged v0.5.8
2802026-07-16T21:19:29.551Z Downloaded der_derive v0.7.3
2812026-07-16T21:19:29.555Z Downloaded defmt-macros v1.0.1
2822026-07-16T21:19:29.555Z Downloaded delegate v0.13.5
2832026-07-16T21:19:29.558Z Downloaded cbc v0.2.1
2842026-07-16T21:19:29.558Z Downloaded cassowary v0.3.0
2852026-07-16T21:19:29.558Z Downloaded blowfish v0.10.0
2862026-07-16T21:19:29.561Z Downloaded base64ct v1.8.3
2872026-07-16T21:19:29.561Z Downloaded event-listener-strategy v0.5.4
2882026-07-16T21:19:29.561Z Downloaded float-cmp v0.10.0
2892026-07-16T21:19:29.565Z Downloaded bit-vec v0.6.3
2902026-07-16T21:19:29.565Z Downloaded cast v0.3.0
2912026-07-16T21:19:29.565Z Downloaded escape8259 v0.5.3
2922026-07-16T21:19:29.565Z Downloaded ctr v0.10.1
2932026-07-16T21:19:29.568Z Downloaded derive_builder_core v0.20.2
2942026-07-16T21:19:29.568Z Downloaded fnv v1.0.7
2952026-07-16T21:19:29.571Z Downloaded foreign-types v0.5.0
2962026-07-16T21:19:29.571Z Downloaded flagset v0.4.7
2972026-07-16T21:19:29.571Z Downloaded fixedbitset v0.4.2
2982026-07-16T21:19:29.572Z Downloaded equivalent v1.0.2
2992026-07-16T21:19:29.575Z Downloaded clap_derive v4.6.1
3002026-07-16T21:19:29.575Z Downloaded digest v0.10.7
3012026-07-16T21:19:29.576Z Downloaded cookie_store v0.22.1
3022026-07-16T21:19:29.579Z Downloaded byte-wrapper v0.1.0
3032026-07-16T21:19:29.579Z Downloaded foreign-types v0.3.2
3042026-07-16T21:19:29.579Z Downloaded critical-section v1.2.0
3052026-07-16T21:19:29.582Z Downloaded colored v2.2.0
3062026-07-16T21:19:29.582Z Downloaded ctutils v0.4.2
3072026-07-16T21:19:29.585Z Downloaded foreign-types-shared v0.3.1
3082026-07-16T21:19:29.585Z Downloaded foreign-types-shared v0.1.1
3092026-07-16T21:19:29.585Z Downloaded digest v0.11.3
3102026-07-16T21:19:29.589Z Downloaded displaydoc v0.2.5
3112026-07-16T21:19:29.589Z Downloaded form_urlencoded v1.2.2
3122026-07-16T21:19:29.589Z Downloaded argon2 v0.6.0-rc.8
3132026-07-16T21:19:29.592Z Downloaded anyhow v1.0.102
3142026-07-16T21:19:29.596Z Downloaded dirs-next v2.0.0
3152026-07-16T21:19:29.596Z Downloaded camino-tempfile-ext v0.3.3
3162026-07-16T21:19:29.596Z Downloaded generic-array v0.14.7
3172026-07-16T21:19:29.596Z Downloaded futures-macro v0.3.32
3182026-07-16T21:19:29.599Z Downloaded funty v2.0.0
3192026-07-16T21:19:29.599Z Downloaded either v1.15.0
3202026-07-16T21:19:29.599Z Downloaded ecdsa v0.16.9
3212026-07-16T21:19:29.602Z Downloaded foreign-types-macros v0.2.3
3222026-07-16T21:19:29.602Z Downloaded env_logger v0.11.9
3232026-07-16T21:19:29.602Z Downloaded ena v0.14.4
3242026-07-16T21:19:29.606Z Downloaded darling v0.21.3
3252026-07-16T21:19:29.609Z Downloaded fxhash v0.2.1
3262026-07-16T21:19:29.609Z Downloaded futures-io v0.3.32
3272026-07-16T21:19:29.609Z Downloaded futures-core v0.3.32
3282026-07-16T21:19:29.613Z Downloaded blake2 v0.11.0-rc.6
3292026-07-16T21:19:29.613Z Downloaded darling v0.20.11
3302026-07-16T21:19:29.616Z Downloaded datatest-stable v0.3.3
3312026-07-16T21:19:29.616Z Downloaded float-ord v0.3.2
3322026-07-16T21:19:29.619Z Downloaded bzip2 v0.6.1
3332026-07-16T21:19:29.619Z Downloaded find-msvc-tools v0.1.9
3342026-07-16T21:19:29.619Z Downloaded filetime v0.2.27
3352026-07-16T21:19:29.622Z Downloaded ff v0.14.0
3362026-07-16T21:19:29.622Z Downloaded ff v0.13.1
3372026-07-16T21:19:29.622Z Downloaded cancel-safe-futures v0.1.5
3382026-07-16T21:19:29.625Z Downloaded cfg-expr v0.20.6
3392026-07-16T21:19:29.628Z Downloaded futures-task v0.3.32
3402026-07-16T21:19:29.629Z Downloaded crossbeam-utils v0.8.21
3412026-07-16T21:19:29.629Z Downloaded chacha20poly1305 v0.10.1
3422026-07-16T21:19:29.632Z Downloaded futures-sink v0.3.32
3432026-07-16T21:19:29.632Z Downloaded ghash v0.6.0
3442026-07-16T21:19:29.632Z Downloaded git-stub v1.0.0
3452026-07-16T21:19:29.635Z Downloaded gethostname v0.5.0
3462026-07-16T21:19:29.636Z Downloaded erased-serde v0.3.31
3472026-07-16T21:19:29.636Z Downloaded blake2b_simd v1.0.4
3482026-07-16T21:19:29.640Z Downloaded foldhash v0.1.5
3492026-07-16T21:19:29.640Z Downloaded constant_time_eq v0.4.2
3502026-07-16T21:19:29.640Z Downloaded const-oid v0.10.2
3512026-07-16T21:19:29.644Z Downloaded fixedbitset v0.5.7
3522026-07-16T21:19:29.644Z Downloaded globwalk v0.9.1
3532026-07-16T21:19:29.644Z Downloaded foldhash v0.2.0
3542026-07-16T21:19:29.644Z Downloaded hex-literal v1.1.0
3552026-07-16T21:19:29.647Z Downloaded hash32 v0.3.1
3562026-07-16T21:19:29.647Z Downloaded guppy-workspace-hack v0.1.0
3572026-07-16T21:19:29.647Z Downloaded hex-literal v0.4.1
3582026-07-16T21:19:29.647Z Downloaded hex v0.4.3
3592026-07-16T21:19:29.650Z Downloaded heck v0.5.0
3602026-07-16T21:19:29.650Z Downloaded headers-core v0.3.0
3612026-07-16T21:19:29.650Z Downloaded heck v0.4.1
3622026-07-16T21:19:29.650Z Downloaded futures-timer v3.0.3
3632026-07-16T21:19:29.653Z Downloaded fs-err v2.11.0
3642026-07-16T21:19:29.653Z Downloaded ecdsa v0.17.0-rc.18
3652026-07-16T21:19:29.656Z Downloaded enum_dispatch v0.3.13
3662026-07-16T21:19:29.656Z Downloaded home v0.5.12
3672026-07-16T21:19:29.660Z Downloaded event-listener v5.4.1
3682026-07-16T21:19:29.660Z Downloaded ed25519 v2.2.3
3692026-07-16T21:19:29.660Z Downloaded derive_builder v0.20.2
3702026-07-16T21:19:29.663Z Downloaded darling v0.23.0
3712026-07-16T21:19:29.666Z Downloaded fallible-iterator v0.2.0
3722026-07-16T21:19:29.666Z Downloaded ed25519 v3.0.0
3732026-07-16T21:19:29.670Z Downloaded bzip2 v0.4.4
3742026-07-16T21:19:29.670Z Downloaded arc-swap v1.8.2
3752026-07-16T21:19:29.673Z Downloaded fd-lock v4.0.4
3762026-07-16T21:19:29.673Z Downloaded httpdate v1.0.3
3772026-07-16T21:19:29.673Z Downloaded hostname v0.3.1
3782026-07-16T21:19:29.676Z Downloaded crossbeam-epoch v0.9.18
3792026-07-16T21:19:29.676Z Downloaded hostname v0.4.2
3802026-07-16T21:19:29.680Z Downloaded hubpack_derive v0.1.1
3812026-07-16T21:19:29.680Z Downloaded cookie v0.18.1
3822026-07-16T21:19:29.680Z Downloaded hubpack v0.1.2
3832026-07-16T21:19:29.683Z Downloaded hyper-tls v0.6.0
3842026-07-16T21:19:29.683Z Downloaded console v0.16.2
3852026-07-16T21:19:29.683Z Downloaded futures-executor v0.3.32
3862026-07-16T21:19:29.690Z Downloaded camino-tempfile v1.4.1
3872026-07-16T21:19:29.691Z Downloaded blake2 v0.10.6
3882026-07-16T21:19:29.691Z Downloaded bitflags v2.11.0
3892026-07-16T21:19:29.691Z Downloaded group v0.14.0
3902026-07-16T21:19:29.695Z Downloaded camino v1.2.2
3912026-07-16T21:19:29.695Z Downloaded const_format v0.2.35
3922026-07-16T21:19:29.695Z Downloaded compact_str v0.8.1
3932026-07-16T21:19:29.698Z Downloaded buf-list v1.1.2
3942026-07-16T21:19:29.698Z Downloaded group v0.13.0
3952026-07-16T21:19:29.702Z Downloaded idna_adapter v1.2.1
3962026-07-16T21:19:29.702Z Downloaded globset v0.4.18
3972026-07-16T21:19:29.702Z Downloaded diff v0.1.13
3982026-07-16T21:19:29.705Z Downloaded diesel-dtrace v0.5.0
3992026-07-16T21:19:29.705Z Downloaded async-lock v3.4.2
4002026-07-16T21:19:29.705Z Downloaded defmt v1.0.1
4012026-07-16T21:19:29.709Z Downloaded illumos-nvpair-sys v0.2.0
4022026-07-16T21:19:29.709Z Downloaded indoc v1.0.9
4032026-07-16T21:19:29.712Z Downloaded inout v0.2.2
4042026-07-16T21:19:29.712Z Downloaded git-stub-vcs v0.1.0
4052026-07-16T21:19:29.712Z Downloaded illumos-nvpair v0.3.0
4062026-07-16T21:19:29.716Z Downloaded inout v0.1.4
4072026-07-16T21:19:29.717Z Downloaded derive_more v0.99.20
4082026-07-16T21:19:29.721Z Downloaded is_terminal_polyfill v1.70.2
4092026-07-16T21:19:29.721Z Downloaded is_ci v1.2.0
4102026-07-16T21:19:29.721Z Downloaded indent_write v2.2.0
4112026-07-16T21:19:29.721Z Downloaded hash32 v0.2.1
4122026-07-16T21:19:29.721Z Downloaded elliptic-curve v0.14.0-rc.33
4132026-07-16T21:19:29.724Z Downloaded instability v0.3.11
4142026-07-16T21:19:29.724Z Downloaded is-terminal v0.4.17
4152026-07-16T21:19:29.727Z Downloaded instant v0.1.13
4162026-07-16T21:19:29.727Z Downloaded highway v1.3.0
4172026-07-16T21:19:29.727Z Downloaded elliptic-curve v0.13.8
4182026-07-16T21:19:29.730Z Downloaded internet-checksum v0.2.1
4192026-07-16T21:19:29.730Z Downloaded des v0.9.0
4202026-07-16T21:19:29.733Z Downloaded ar_archive_writer v0.5.1
4212026-07-16T21:19:29.733Z Downloaded csv-core v0.1.13
4222026-07-16T21:19:29.736Z Downloaded bitfield v0.19.4
4232026-07-16T21:19:29.738Z Downloaded chumsky v0.9.3
4242026-07-16T21:19:29.741Z Downloaded darling_core v0.21.3
4252026-07-16T21:19:29.741Z Downloaded fs_extra v1.3.0
4262026-07-16T21:19:29.744Z Downloaded fs-err v3.3.0
4272026-07-16T21:19:29.744Z Downloaded darling_core v0.13.4
4282026-07-16T21:19:29.747Z Downloaded http-body v1.0.1
4292026-07-16T21:19:29.747Z Downloaded dropshot_endpoint v0.17.1
4302026-07-16T21:19:29.750Z Downloaded drift v0.2.0
4312026-07-16T21:19:29.754Z Downloaded humantime v2.3.0
4322026-07-16T21:19:29.757Z Downloaded http-range v0.1.5
4332026-07-16T21:19:29.757Z Downloaded lalrpop-util v0.19.12
4342026-07-16T21:19:29.757Z Downloaded hyper-staticfile v0.10.1
4352026-07-16T21:19:29.760Z Downloaded ident_case v1.0.1
4362026-07-16T21:19:29.761Z Downloaded http-body-util v0.1.3
4372026-07-16T21:19:29.761Z Downloaded futures-channel v0.3.32
4382026-07-16T21:19:29.764Z Downloaded aes-gcm v0.11.0
4392026-07-16T21:19:29.767Z Downloaded kstat-rs v0.2.4
4402026-07-16T21:19:29.767Z Downloaded bytes v1.11.1
4412026-07-16T21:19:29.770Z Downloaded lazy_static v1.5.0
4422026-07-16T21:19:29.770Z Downloaded half v1.8.3
4432026-07-16T21:19:29.774Z Downloaded darling_core v0.23.0
4442026-07-16T21:19:29.777Z Downloaded der v0.7.10
4452026-07-16T21:19:29.777Z Downloaded crypto-bigint v0.5.5
4462026-07-16T21:19:29.780Z Downloaded kem v0.3.0
4472026-07-16T21:19:29.783Z Downloaded darling_core v0.20.11
4482026-07-16T21:19:29.783Z Downloaded libscf-sys v1.1.0
4492026-07-16T21:19:29.787Z Downloaded clap v4.6.1
4502026-07-16T21:19:29.790Z Downloaded linked-hash-map v0.5.6
4512026-07-16T21:19:29.790Z Downloaded ingot-types v0.1.2
4522026-07-16T21:19:29.793Z Downloaded ipnetwork v0.21.1
4532026-07-16T21:19:29.794Z Downloaded md-5 v0.10.6
4542026-07-16T21:19:29.796Z Downloaded linkme-impl v0.3.35
4552026-07-16T21:19:29.797Z Downloaded lru-cache v0.1.2
4562026-07-16T21:19:29.797Z Downloaded hmac v0.12.1
4572026-07-16T21:19:29.800Z Downloaded hickory-client v0.25.2
4582026-07-16T21:19:29.800Z Downloaded generic-array v1.4.3
4592026-07-16T21:19:29.803Z Downloaded match_cfg v0.1.0
4602026-07-16T21:19:29.803Z Downloaded keccak v0.2.0
4612026-07-16T21:19:29.803Z Downloaded lzss v0.8.2
4622026-07-16T21:19:29.806Z Downloaded md5 v0.8.0
4632026-07-16T21:19:29.806Z Downloaded managed v0.8.0
4642026-07-16T21:19:29.806Z Downloaded memmap v0.7.0
4652026-07-16T21:19:29.806Z Downloaded memoffset v0.9.1
4662026-07-16T21:19:29.843Z Downloaded getrandom v0.3.4
4672026-07-16T21:19:29.843Z Downloaded getrandom v0.2.17
4682026-07-16T21:19:29.862Z Downloaded crossbeam-channel v0.5.15
4692026-07-16T21:19:29.864Z Downloaded fatfs v0.3.6
4702026-07-16T21:19:29.865Z Downloaded maybe-uninit v2.0.0
4712026-07-16T21:19:29.866Z Downloaded futures v0.3.32
4722026-07-16T21:19:29.866Z Downloaded iana-time-zone v0.1.65
4732026-07-16T21:19:29.866Z Downloaded hmac v0.13.0
4742026-07-16T21:19:29.866Z Downloaded hybrid-array v0.4.13
4752026-07-16T21:19:29.866Z Downloaded itoa v1.0.17
4762026-07-16T21:19:29.866Z Downloaded httptest v0.16.4
4772026-07-16T21:19:29.866Z Downloaded multimap v0.10.1
4782026-07-16T21:19:29.866Z Downloaded jobserver v0.1.34
4792026-07-16T21:19:29.866Z Downloaded mime v0.3.17
4802026-07-16T21:19:29.867Z Downloaded knuffel-derive v3.2.0
4812026-07-16T21:19:29.867Z Downloaded hyper-rustls v0.27.7
4822026-07-16T21:19:29.867Z Downloaded flume v0.11.1
4832026-07-16T21:19:29.867Z Downloaded nested v0.1.1
4842026-07-16T21:19:29.867Z Downloaded base64 v0.22.1
4852026-07-16T21:19:29.867Z Downloaded nibble_vec v0.1.0
4862026-07-16T21:19:29.867Z Downloaded clap_builder v4.6.0
4872026-07-16T21:19:29.867Z Downloaded miette-derive v5.10.0
4882026-07-16T21:19:29.867Z Downloaded cc v1.2.56
4892026-07-16T21:19:29.867Z Downloaded linear-map v1.2.0
4902026-07-16T21:19:29.867Z Downloaded libefi-sys v0.1.0
4912026-07-16T21:19:29.873Z Downloaded base64 v0.21.7
4922026-07-16T21:19:29.873Z Downloaded ipnet v2.11.0
4932026-07-16T21:19:29.873Z Downloaded normalize-line-endings v0.3.0
4942026-07-16T21:19:29.875Z Downloaded lock_api v0.4.14
4952026-07-16T21:19:29.875Z Downloaded nonempty v0.12.0
4962026-07-16T21:19:29.875Z Downloaded newline-converter v0.3.0
4972026-07-16T21:19:29.875Z Downloaded new_debug_unreachable v1.0.6
4982026-07-16T21:19:29.875Z Downloaded libsw-core v0.3.2
4992026-07-16T21:19:29.875Z Downloaded libtest-mimic v0.8.1
5002026-07-16T21:19:29.876Z Downloaded nodrop v0.1.14
5012026-07-16T21:19:29.876Z Downloaded newtype_derive v0.1.6
5022026-07-16T21:19:29.876Z Downloaded newtype-uuid-macros v0.1.0
5032026-07-16T21:19:29.876Z Downloaded mime_guess v2.0.5
5042026-07-16T21:19:29.876Z Downloaded maplit v1.0.2
5052026-07-16T21:19:29.876Z Downloaded macaddr v1.0.1
5062026-07-16T21:19:29.876Z Downloaded lru v0.12.5
5072026-07-16T21:19:29.876Z Downloaded num v0.4.3
5082026-07-16T21:19:29.877Z Downloaded keccak v0.1.6
5092026-07-16T21:19:29.877Z Downloaded indoc v2.0.7
5102026-07-16T21:19:29.877Z Downloaded num_threads v0.1.7
5112026-07-16T21:19:29.877Z Downloaded httparse v1.10.1
5122026-07-16T21:19:29.885Z Downloaded impl-trait-for-tuples v0.2.3
5132026-07-16T21:19:29.886Z Downloaded ingot-macros v0.1.1
5142026-07-16T21:19:29.886Z Downloaded linkme v0.3.35
5152026-07-16T21:19:29.886Z Downloaded getrandom v0.4.1
5162026-07-16T21:19:29.886Z Downloaded flate2 v1.1.9
5172026-07-16T21:19:29.894Z Downloaded num-conv v0.2.0
5182026-07-16T21:19:29.901Z Downloaded num-iter v0.1.45
5192026-07-16T21:19:29.901Z Downloaded num-derive v0.4.2
5202026-07-16T21:19:29.901Z Downloaded lru-slab v0.1.2
5212026-07-16T21:19:29.901Z Downloaded num-derive v0.3.3
5222026-07-16T21:19:29.901Z Downloaded openssl-macros v0.1.1
5232026-07-16T21:19:29.901Z Downloaded nanorand v0.7.0
5242026-07-16T21:19:29.901Z Downloaded multer v3.1.0
5252026-07-16T21:19:29.907Z Downloaded libloading v0.8.9
5262026-07-16T21:19:29.907Z Downloaded half v2.7.1
5272026-07-16T21:19:29.907Z Downloaded ingot v0.1.1
5282026-07-16T21:19:29.907Z Downloaded glob v0.3.3
5292026-07-16T21:19:29.907Z Downloaded assert_cmd v2.1.2
5302026-07-16T21:19:29.908Z Downloaded ignore v0.4.25
5312026-07-16T21:19:29.908Z Downloaded openssl-probe v0.1.6
5322026-07-16T21:19:29.908Z Downloaded der v0.8.0
5332026-07-16T21:19:29.908Z Downloaded daft v0.1.7
5342026-07-16T21:19:29.908Z Downloaded embedded-io v0.4.0
5352026-07-16T21:19:29.914Z Downloaded newtype-uuid v1.3.2
5362026-07-16T21:19:29.914Z Downloaded bcs v0.1.6
5372026-07-16T21:19:29.914Z Downloaded opaque-debug v0.3.1
5382026-07-16T21:19:29.915Z Downloaded oso-derive v0.27.3
5392026-07-16T21:19:29.919Z Downloaded backtrace v0.3.76
5402026-07-16T21:19:29.919Z Downloaded parking v2.2.1
5412026-07-16T21:19:29.919Z Downloaded olpc-cjson v0.1.4
5422026-07-16T21:19:29.920Z Downloaded parse-display v0.10.0
5432026-07-16T21:19:29.924Z Downloaded ed25519-dalek v2.2.0
5442026-07-16T21:19:29.933Z Downloaded num_enum_derive v0.5.11
5452026-07-16T21:19:29.938Z Downloaded num-rational v0.4.2
5462026-07-16T21:19:29.938Z Downloaded module-lattice v0.2.3
5472026-07-16T21:19:29.938Z Downloaded pathdiff v0.2.3
5482026-07-16T21:19:29.938Z Downloaded num_enum_derive v0.7.6
5492026-07-16T21:19:29.938Z Downloaded native-tls v0.2.18
5502026-07-16T21:19:29.941Z Downloaded password-hash v0.6.1
5512026-07-16T21:19:29.942Z Downloaded num_enum v0.7.6
5522026-07-16T21:19:29.946Z Downloaded memmap2 v0.9.10
5532026-07-16T21:19:29.946Z Downloaded icu_provider v2.1.1
5542026-07-16T21:19:29.946Z Downloaded libsw v3.5.0
5552026-07-16T21:19:29.950Z Downloaded expectorate v1.2.0
5562026-07-16T21:19:29.950Z Downloaded diesel_derives v2.3.7
5572026-07-16T21:19:29.954Z Downloaded parse-size v1.1.0
5582026-07-16T21:19:29.954Z Downloaded oorandom v11.1.5
5592026-07-16T21:19:29.958Z Downloaded nu-ansi-term v0.50.3
5602026-07-16T21:19:29.961Z Downloaded litrs v1.0.0
5612026-07-16T21:19:29.964Z Downloaded litemap v0.8.1
5622026-07-16T21:19:29.964Z Downloaded indexmap v1.9.3
5632026-07-16T21:19:29.967Z Downloaded fancy-regex v0.14.0
5642026-07-16T21:19:29.968Z Downloaded path-slash v0.1.5
5652026-07-16T21:19:29.971Z Downloaded num-integer v0.1.46
5662026-07-16T21:19:29.971Z Downloaded phf_shared v0.13.1
5672026-07-16T21:19:29.971Z Downloaded num-complex v0.4.6
5682026-07-16T21:19:29.975Z Downloaded derive_more v2.1.1
5692026-07-16T21:19:29.978Z Downloaded owo-colors v3.5.0
5702026-07-16T21:19:29.981Z Downloaded owo-colors v4.3.0
5712026-07-16T21:19:29.981Z Downloaded headers v0.4.1
5722026-07-16T21:19:29.984Z Downloaded packed_struct_codegen v0.10.1
5732026-07-16T21:19:29.987Z Downloaded packed_struct v0.10.1
5742026-07-16T21:19:29.987Z Downloaded num_enum v0.5.11
5752026-07-16T21:19:29.991Z Downloaded heapless v0.8.0
5762026-07-16T21:19:29.994Z Downloaded phf_shared v0.12.1
5772026-07-16T21:19:29.994Z Downloaded phf_shared v0.11.3
5782026-07-16T21:19:29.994Z Downloaded heapless v0.7.17
5792026-07-16T21:19:29.997Z Downloaded ed25519-dalek v3.0.0-rc.0
5802026-07-16T21:19:30.000Z Downloaded bumpalo v3.20.2
5812026-07-16T21:19:30.000Z Downloaded ml-kem v0.3.2
5822026-07-16T21:19:30.004Z Downloaded derive_more-impl v2.1.1
5832026-07-16T21:19:30.007Z Downloaded oxnet v0.1.6
5842026-07-16T21:19:30.011Z Downloaded plotters-svg v0.3.7
5852026-07-16T21:19:30.011Z Downloaded parse-display-derive v0.10.0
5862026-07-16T21:19:30.011Z Downloaded peg-runtime v0.8.5
5872026-07-16T21:19:30.011Z Downloaded plotters-backend v0.3.7
5882026-07-16T21:19:30.015Z Downloaded icu_properties v2.1.2
5892026-07-16T21:19:30.018Z Downloaded libbz2-rs-sys v0.2.2
5902026-07-16T21:19:30.018Z Downloaded icu_normalizer_data v2.1.1
5912026-07-16T21:19:30.021Z Downloaded peg v0.8.5
5922026-07-16T21:19:30.024Z Downloaded peg-macros v0.8.5
5932026-07-16T21:19:30.026Z Downloaded powerfmt v0.2.0
5942026-07-16T21:19:30.026Z Downloaded potential_utf v0.1.4
5952026-07-16T21:19:30.026Z Downloaded partial-io v0.5.4
5962026-07-16T21:19:30.029Z Downloaded oxide-tokio-rt v0.1.4
5972026-07-16T21:19:30.029Z Downloaded criterion v0.7.0
5982026-07-16T21:19:30.032Z Downloaded percent-encoding v2.3.2
5992026-07-16T21:19:30.032Z Downloaded pem-rfc7468 v1.0.0
6002026-07-16T21:19:30.035Z Downloaded paste v1.0.15
6012026-07-16T21:19:30.035Z Downloaded password-hash v0.5.0
6022026-07-16T21:19:30.038Z Downloaded parking_lot_core v0.8.6
6032026-07-16T21:19:30.038Z Downloaded log v0.4.29
6042026-07-16T21:19:30.041Z Downloaded pem v3.0.6
6052026-07-16T21:19:30.041Z Downloaded pbkdf2 v0.13.0
6062026-07-16T21:19:30.041Z Downloaded path-tree v0.8.3
6072026-07-16T21:19:30.045Z Downloaded openssl-probe v0.2.1
6082026-07-16T21:19:30.045Z Downloaded crossterm v0.29.0
6092026-07-16T21:19:30.048Z Downloaded pretty-hex v0.4.1
6102026-07-16T21:19:30.048Z Downloaded predicates-tree v1.0.13
6112026-07-16T21:19:30.051Z Downloaded predicates-core v1.0.10
6122026-07-16T21:19:30.051Z Downloaded precomputed-hash v0.1.1
6132026-07-16T21:19:30.051Z Downloaded proc-macro-crate v1.3.1
6142026-07-16T21:19:30.051Z Downloaded crossterm v0.28.1
6152026-07-16T21:19:30.054Z Downloaded proc-macro-error-attr2 v2.0.0
6162026-07-16T21:19:30.057Z Downloaded knuffel v3.2.0
6172026-07-16T21:19:30.058Z Downloaded proc-macro-error-attr v1.0.4
6182026-07-16T21:19:30.061Z Downloaded hickory-resolver v0.25.2
6192026-07-16T21:19:30.061Z Downloaded proc-macro-crate v3.4.0
6202026-07-16T21:19:30.065Z Downloaded indicatif v0.18.4
6212026-07-16T21:19:30.065Z Downloaded phf v0.13.1
6222026-07-16T21:19:30.065Z Downloaded aho-corasick v1.1.4
6232026-07-16T21:19:30.068Z Downloaded pkcs8 v0.10.2
6242026-07-16T21:19:30.071Z Downloaded poly1305 v0.8.0
6252026-07-16T21:19:30.074Z Downloaded pin-project-lite v0.2.17
6262026-07-16T21:19:30.077Z Downloaded pkg-config v0.3.32
6272026-07-16T21:19:30.077Z Downloaded pin-project-internal v1.1.11
6282026-07-16T21:19:30.077Z Downloaded parking_lot v0.12.5
6292026-07-16T21:19:30.080Z Downloaded parking_lot v0.11.2
6302026-07-16T21:19:30.080Z Downloaded progenitor-client v0.14.0
6312026-07-16T21:19:30.083Z Downloaded progenitor-macro v0.14.0
6322026-07-16T21:19:30.083Z Downloaded once_cell v1.21.3
6332026-07-16T21:19:30.083Z Downloaded psl-types v2.0.11
6342026-07-16T21:19:30.086Z Downloaded progenitor-macro v0.13.0
6352026-07-16T21:19:30.086Z Downloaded parking_lot_core v0.9.12
6362026-07-16T21:19:30.086Z Downloaded icu_collections v2.1.1
6372026-07-16T21:19:30.089Z Downloaded icu_normalizer v2.1.1
6382026-07-16T21:19:30.092Z Downloaded hyper-util v0.1.20
6392026-07-16T21:19:30.095Z Downloaded plain v0.2.3
6402026-07-16T21:19:30.098Z Downloaded quick-error v1.2.3
6412026-07-16T21:19:30.098Z Downloaded ppv-lite86 v0.2.21
6422026-07-16T21:19:30.098Z Downloaded icu_locale_core v2.1.1
6432026-07-16T21:19:30.102Z Downloaded pest_derive v2.8.6
6442026-07-16T21:19:30.105Z Downloaded port-file v0.1.0
6452026-07-16T21:19:30.111Z Downloaded radium v0.7.0
6462026-07-16T21:19:30.123Z Downloaded pem-rfc7468 v0.7.0
6472026-07-16T21:19:30.127Z Downloaded rand_chacha v0.3.1
6482026-07-16T21:19:30.130Z Downloaded papergrid v0.17.0
6492026-07-16T21:19:30.133Z Downloaded proc-macro-error2 v2.0.1
6502026-07-16T21:19:30.136Z Downloaded progenitor v0.13.0
6512026-07-16T21:19:30.136Z Downloaded rand_xorshift v0.4.0
6522026-07-16T21:19:30.139Z Downloaded primeorder v0.14.0-rc.10
6532026-07-16T21:19:30.139Z Downloaded polyval v0.7.1
6542026-07-16T21:19:30.142Z Downloaded recursive-proc-macro-impl v0.1.1
6552026-07-16T21:19:30.142Z Downloaded recursive v0.1.1
6562026-07-16T21:19:30.142Z Downloaded poly1305 v0.9.0
6572026-07-16T21:19:30.145Z Downloaded ref-cast-impl v1.0.25
6582026-07-16T21:19:30.145Z Downloaded progenitor-client v0.13.0
6592026-07-16T21:19:30.149Z Downloaded http v1.4.2
6602026-07-16T21:19:30.152Z Downloaded miniz_oxide v0.8.9
6612026-07-16T21:19:30.152Z Downloaded postgres-types v0.2.12
6622026-07-16T21:19:30.155Z Downloaded rfc6979 v0.4.0
6632026-07-16T21:19:30.155Z Downloaded postgres-protocol v0.6.10
6642026-07-16T21:19:30.158Z Downloaded progenitor-extras v0.2.0
6652026-07-16T21:19:30.158Z Downloaded rfc6979 v0.5.0
6662026-07-16T21:19:30.158Z Downloaded progenitor v0.14.0
6672026-07-16T21:19:30.161Z Downloaded pkcs1 v0.8.0-rc.4
6682026-07-16T21:19:30.161Z Downloaded postcard v1.1.3
6692026-07-16T21:19:30.165Z Downloaded aes v0.9.1
6702026-07-16T21:19:30.168Z Downloaded ref-cast v1.0.25
6712026-07-16T21:19:30.168Z Downloaded pkcs1 v0.7.5
6722026-07-16T21:19:30.171Z Downloaded oso v0.27.3
6732026-07-16T21:19:30.174Z Downloaded rustc_version v0.4.1
6742026-07-16T21:19:30.174Z Downloaded russh-cryptovec v0.61.0
6752026-07-16T21:19:30.174Z Downloaded r2d2 v0.8.10
6762026-07-16T21:19:30.177Z Downloaded pkcs8 v0.11.0
6772026-07-16T21:19:30.180Z Downloaded psm v0.1.30
6782026-07-16T21:19:30.180Z Downloaded openssl-sys v0.9.115
6792026-07-16T21:19:30.184Z Downloaded predicates v3.1.4
6802026-07-16T21:19:30.187Z Downloaded phf v0.12.1
6812026-07-16T21:19:30.187Z Downloaded rustc_version v0.1.7
6822026-07-16T21:19:30.190Z Downloaded papergrid v0.11.0
6832026-07-16T21:19:30.193Z Downloaded num-traits v0.2.19
6842026-07-16T21:19:30.193Z Downloaded jiff-static v0.2.21
6852026-07-16T21:19:30.196Z Downloaded hickory-resolver v0.24.4
6862026-07-16T21:19:30.202Z Downloaded rustc-hash v2.1.1
6872026-07-16T21:19:30.202Z Downloaded hashbrown v0.12.3
6882026-07-16T21:19:30.205Z Downloaded indexmap v2.14.0
6892026-07-16T21:19:30.208Z Downloaded russh-util v0.52.0
6902026-07-16T21:19:30.208Z Downloaded phc v0.6.1
6912026-07-16T21:19:30.208Z Downloaded dropshot-api-manager v0.7.2
6922026-07-16T21:19:30.212Z Downloaded hickory-server v0.25.2
6932026-07-16T21:19:30.216Z Downloaded rand_seeder v0.4.0
6942026-07-16T21:19:30.216Z Downloaded miette v5.10.0
6952026-07-16T21:19:30.220Z Downloaded resolv-conf v0.7.6
6962026-07-16T21:19:30.223Z Downloaded itertools v0.10.5
6972026-07-16T21:19:30.223Z Downloaded scopeguard v1.2.0
6982026-07-16T21:19:30.226Z Downloaded minimal-lexical v0.2.1
6992026-07-16T21:19:30.226Z Downloaded rand_core v0.10.0
7002026-07-16T21:19:30.229Z Downloaded rand_chacha v0.9.0
7012026-07-16T21:19:30.229Z Downloaded rtoolbox v0.0.3
7022026-07-16T21:19:30.232Z Downloaded rand_core v0.9.5
7032026-07-16T21:19:30.232Z Downloaded rand_core v0.6.4
7042026-07-16T21:19:30.232Z Downloaded pin-project v1.1.11
7052026-07-16T21:19:30.238Z Downloaded secrecy v0.8.0
7062026-07-16T21:19:30.241Z Downloaded same-file v1.0.6
7072026-07-16T21:19:30.241Z Downloaded scheduled-thread-pool v0.2.7
7082026-07-16T21:19:30.241Z Downloaded secrecy v0.10.3
7092026-07-16T21:19:30.244Z Downloaded seq-macro v0.3.6
7102026-07-16T21:19:30.244Z Downloaded semver v0.1.20
7112026-07-16T21:19:30.244Z Downloaded relative-path v1.9.3
7122026-07-16T21:19:30.247Z Downloaded sapling-renderdag v0.1.0
7132026-07-16T21:19:30.247Z Downloaded rustc-demangle v0.1.27
7142026-07-16T21:19:30.247Z Downloaded quote v1.0.45
7152026-07-16T21:19:30.250Z Downloaded p384 v0.14.0-rc.10
7162026-07-16T21:19:30.250Z Downloaded quinn-udp v0.5.14
7172026-07-16T21:19:30.254Z Downloaded proc-macro-error v1.0.4
7182026-07-16T21:19:30.254Z Downloaded pest_meta v2.8.6
7192026-07-16T21:19:30.257Z Downloaded primeorder v0.13.6
7202026-07-16T21:19:30.257Z Downloaded primefield v0.14.0
7212026-07-16T21:19:30.257Z Downloaded scroll_derive v0.13.1
7222026-07-16T21:19:30.260Z Downloaded scroll_derive v0.12.1
7232026-07-16T21:19:30.261Z Downloaded pest_generator v2.8.6
7242026-07-16T21:19:30.261Z Downloaded hashbrown v0.13.2
7252026-07-16T21:19:30.264Z Downloaded serde_repr v0.1.20
7262026-07-16T21:19:30.267Z Downloaded serde_plain v1.0.2
7272026-07-16T21:19:30.267Z Downloaded serde_urlencoded v0.7.1
7282026-07-16T21:19:30.267Z Downloaded prefix-trie v0.7.0
7292026-07-16T21:19:30.272Z Downloaded memchr v2.8.0
7302026-07-16T21:19:30.279Z Downloaded internal-russh-num-bigint v0.5.0
7312026-07-16T21:19:30.284Z Downloaded sha1 v0.10.6
7322026-07-16T21:19:30.287Z Downloaded serde_bytes v0.11.19
7332026-07-16T21:19:30.290Z Downloaded num-bigint v0.4.6
7342026-07-16T21:19:30.294Z Downloaded rustversion v1.0.22
7352026-07-16T21:19:30.297Z Downloaded mio v1.2.0
7362026-07-16T21:19:30.302Z Downloaded shell-words v1.1.1
7372026-07-16T21:19:30.305Z Downloaded serde_spanned v1.1.1
7382026-07-16T21:19:30.305Z Downloaded sha1 v0.11.0
7392026-07-16T21:19:30.308Z Downloaded serde_spanned v0.6.9
7402026-07-16T21:19:30.311Z Downloaded schemars_derive v0.8.22
7412026-07-16T21:19:30.311Z Downloaded libxml v0.3.3
7422026-07-16T21:19:30.315Z Downloaded rust-argon2 v2.1.0
7432026-07-16T21:19:30.318Z Downloaded rusty-fork v0.3.1
7442026-07-16T21:19:30.318Z Downloaded scroll v0.13.0
7452026-07-16T21:19:30.321Z Downloaded sec1 v0.8.1
7462026-07-16T21:19:30.321Z Downloaded pkcs5 v0.8.1
7472026-07-16T21:19:30.324Z Downloaded idna v1.1.0
7482026-07-16T21:19:30.327Z Downloaded rustls-native-certs v0.8.3
7492026-07-16T21:19:30.327Z Downloaded prettyplease v0.2.37
7502026-07-16T21:19:30.330Z Downloaded hashbrown v0.16.1
7512026-07-16T21:19:30.333Z Downloaded signal-hook-mio v0.2.5
7522026-07-16T21:19:30.336Z Downloaded siphasher v1.0.2
7532026-07-16T21:19:30.337Z Downloaded slog-bunyan v2.5.0
7542026-07-16T21:19:30.337Z Downloaded signature v2.2.0
7552026-07-16T21:19:30.340Z Downloaded signal-hook-tokio v0.3.1
7562026-07-16T21:19:30.340Z Downloaded p256 v0.14.0-rc.10
7572026-07-16T21:19:30.343Z Downloaded hashbrown v0.14.5
7582026-07-16T21:19:30.346Z Downloaded progenitor-impl v0.14.0
7592026-07-16T21:19:30.346Z Downloaded serde_path_to_error v0.1.20
7602026-07-16T21:19:30.350Z Downloaded serde_regex v1.1.0
7612026-07-16T21:19:30.353Z Downloaded sec1 v0.7.3
7622026-07-16T21:19:30.353Z Downloaded scroll v0.12.0
7632026-07-16T21:19:30.353Z Downloaded serde_with_macros v1.5.2
7642026-07-16T21:19:30.357Z Downloaded slog-envlogger v2.2.0
7652026-07-16T21:19:30.357Z Downloaded similar-asserts v1.7.0
7662026-07-16T21:19:30.357Z Downloaded smawk v0.3.2
7672026-07-16T21:19:30.361Z Downloaded sigpipe v0.1.3
7682026-07-16T21:19:30.361Z Downloaded signature v3.0.0
7692026-07-16T21:19:30.364Z Downloaded ron v0.8.1
7702026-07-16T21:19:30.367Z Downloaded guppy v0.17.25
7712026-07-16T21:19:30.371Z Downloaded itertools v0.13.0
7722026-07-16T21:19:30.376Z Downloaded serde-hex v0.1.0
7732026-07-16T21:19:30.379Z Downloaded serde-big-array v0.5.1
7742026-07-16T21:19:30.382Z Downloaded serde_tokenstream v0.2.3
7752026-07-16T21:19:30.383Z Downloaded serde_derive_internals v0.29.1
7762026-07-16T21:19:30.385Z Downloaded hyper v1.10.1
7772026-07-16T21:19:30.389Z Downloaded pretty_assertions v1.4.1
7782026-07-16T21:19:30.393Z Downloaded crypto-primes v0.7.2
7792026-07-16T21:19:30.397Z Downloaded signal-hook-registry v1.4.8
7802026-07-16T21:19:30.397Z Downloaded semver v1.0.28
7812026-07-16T21:19:30.397Z Downloaded rustls-pki-types v1.14.0
7822026-07-16T21:19:30.400Z Downloaded shlex v1.3.0
7832026-07-16T21:19:30.400Z Downloaded rustls-pemfile v2.2.0
7842026-07-16T21:19:30.405Z Downloaded serdect v0.4.3
7852026-07-16T21:19:30.408Z Downloaded proc-macro2 v1.0.106
7862026-07-16T21:19:30.412Z Downloaded stable_deref_trait v1.2.1
7872026-07-16T21:19:30.412Z Downloaded slab v0.4.12
7882026-07-16T21:19:30.412Z Downloaded progenitor-impl v0.13.0
7892026-07-16T21:19:30.416Z Downloaded strip-ansi-escapes v0.2.1
7902026-07-16T21:19:30.416Z Downloaded salsa20 v0.11.0
7912026-07-16T21:19:30.419Z Downloaded slog-dtrace v0.3.0
7922026-07-16T21:19:30.419Z Downloaded hashbrown v0.17.0
7932026-07-16T21:19:30.422Z Downloaded hashbrown v0.15.5
7942026-07-16T21:19:30.425Z Downloaded p521 v0.14.0-rc.10
7952026-07-16T21:19:30.428Z Downloaded h2 v0.4.15
7962026-07-16T21:19:30.432Z Downloaded strsim v0.10.0
7972026-07-16T21:19:30.435Z Downloaded strum v0.26.3
7982026-07-16T21:19:30.435Z Downloaded structmeta v0.3.0
7992026-07-16T21:19:30.435Z Downloaded strsim v0.11.1
8002026-07-16T21:19:30.435Z Downloaded slog-term v2.9.2
8012026-07-16T21:19:30.438Z Downloaded hkdf v0.13.0
8022026-07-16T21:19:30.438Z Downloaded quinn v0.11.9
8032026-07-16T21:19:30.441Z Downloaded nom v7.1.3
8042026-07-16T21:19:30.444Z Downloaded snafu-derive v0.8.9
8052026-07-16T21:19:30.448Z Downloaded supports-color v2.1.0
8062026-07-16T21:19:30.448Z Downloaded strum v0.27.2
8072026-07-16T21:19:30.448Z Downloaded simd-adler32 v0.3.8
8082026-07-16T21:19:30.451Z Downloaded sha2 v0.10.9
8092026-07-16T21:19:30.451Z Downloaded structmeta-derive v0.3.0
8102026-07-16T21:19:30.451Z Downloaded itertools v0.12.1
8112026-07-16T21:19:30.454Z Downloaded iri-string v0.7.10
8122026-07-16T21:19:30.458Z Downloaded rstest_macros v0.25.0
8132026-07-16T21:19:30.461Z Downloaded sync-ptr v0.1.4
8142026-07-16T21:19:30.462Z Downloaded serde_cbor v0.11.2
8152026-07-16T21:19:30.465Z Downloaded supports-unicode v2.1.0
8162026-07-16T21:19:30.465Z Downloaded tabwriter v1.4.1
8172026-07-16T21:19:30.465Z Downloaded spki v0.7.3
8182026-07-16T21:19:30.468Z Downloaded libm v0.2.16
8192026-07-16T21:19:30.471Z Downloaded goblin v0.8.2
8202026-07-16T21:19:30.475Z Downloaded slog-async v2.8.0
8212026-07-16T21:19:30.478Z Downloaded rustls-platform-verifier v0.6.2
8222026-07-16T21:19:30.481Z Downloaded rand_distr v0.5.1
8232026-07-16T21:19:30.481Z Downloaded smf v0.2.3
8242026-07-16T21:19:30.484Z Downloaded tabled_derive v0.11.0
8252026-07-16T21:19:30.485Z Downloaded sync_wrapper v1.0.2
8262026-07-16T21:19:30.485Z Downloaded supports-color v3.0.2
8272026-07-16T21:19:30.488Z Downloaded swrite v0.1.0
8282026-07-16T21:19:30.488Z Downloaded subtle v2.6.1
8292026-07-16T21:19:30.488Z Downloaded stringmetrics v2.2.2
8302026-07-16T21:19:30.488Z Downloaded tabled_derive v0.7.0
8312026-07-16T21:19:30.491Z Downloaded static_assertions v1.1.0
8322026-07-16T21:19:30.491Z Downloaded tagptr v0.2.0
8332026-07-16T21:19:30.491Z Downloaded ssh-encoding v0.3.0-rc.9
8342026-07-16T21:19:30.494Z Downloaded spki v0.8.0
8352026-07-16T21:19:30.494Z Downloaded serde_yaml v0.9.34+deprecated
8362026-07-16T21:19:30.497Z Downloaded smallvec v0.6.14
8372026-07-16T21:19:30.497Z Downloaded target-triple v1.0.0
8382026-07-16T21:19:30.500Z Downloaded rcgen v0.12.1
8392026-07-16T21:19:30.500Z Downloaded strum_macros v0.24.3
8402026-07-16T21:19:30.504Z Downloaded ryu v1.0.23
8412026-07-16T21:19:30.504Z Downloaded futures-util v0.3.32
8422026-07-16T21:19:30.509Z Downloaded termtree v0.5.1
8432026-07-16T21:19:30.512Z Downloaded terminal_size v0.1.17
8442026-07-16T21:19:30.513Z Downloaded take_mut v0.2.2
8452026-07-16T21:19:30.513Z Downloaded sha2 v0.11.0
8462026-07-16T21:19:30.516Z Downloaded rsa v0.9.10
8472026-07-16T21:19:30.519Z Downloaded stringprep v0.1.5
8482026-07-16T21:19:30.522Z Downloaded spin v0.9.8
8492026-07-16T21:19:30.522Z Downloaded icu_properties_data v2.1.2
8502026-07-16T21:19:30.527Z Downloaded thiserror-impl-no-std v2.0.2
8512026-07-16T21:19:30.530Z Downloaded testing_table v0.3.0
8522026-07-16T21:19:30.530Z Downloaded terminal_size v0.4.3
8532026-07-16T21:19:30.530Z Downloaded supports-hyperlinks v2.1.0
8542026-07-16T21:19:30.534Z Downloaded thread-id v4.2.2
8552026-07-16T21:19:30.534Z Downloaded signal-hook v0.3.18
8562026-07-16T21:19:30.537Z Downloaded scrypt v0.12.0
8572026-07-16T21:19:30.537Z Downloaded schemars v0.8.22
8582026-07-16T21:19:30.544Z Downloaded slog v2.8.2
8592026-07-16T21:19:30.547Z Downloaded tokio-macros v2.7.0
8602026-07-16T21:19:30.550Z Downloaded tinyvec_macros v0.1.1
8612026-07-16T21:19:30.551Z Downloaded time-core v0.1.8
8622026-07-16T21:19:30.551Z Downloaded thread-id v5.1.0
8632026-07-16T21:19:30.554Z Downloaded serde_core v1.0.228
8642026-07-16T21:19:30.554Z Downloaded string_cache v0.8.9
8652026-07-16T21:19:30.557Z Downloaded target-lexicon v0.13.3
8662026-07-16T21:19:30.558Z Downloaded smallvec v1.15.1
8672026-07-16T21:19:30.562Z Downloaded synstructure v0.13.2
8682026-07-16T21:19:30.562Z Downloaded tokio-test v0.4.5
8692026-07-16T21:19:30.562Z Downloaded termcolor v1.4.1
8702026-07-16T21:19:30.562Z Downloaded support-bundle-viewer v0.1.2
8712026-07-16T21:19:30.565Z Downloaded curve25519-dalek v4.1.3
8722026-07-16T21:19:30.568Z Downloaded strum_macros v0.27.2
8732026-07-16T21:19:30.572Z Downloaded rayon-core v1.13.0
8742026-07-16T21:19:30.572Z Downloaded iddqd v0.4.2
8752026-07-16T21:19:30.576Z Downloaded rand v0.8.6
8762026-07-16T21:19:30.580Z Downloaded rustls-webpki v0.103.13
8772026-07-16T21:19:30.583Z Downloaded tap v1.0.1
8782026-07-16T21:19:30.583Z Downloaded qorb v0.4.1
8792026-07-16T21:19:30.586Z Downloaded thiserror-impl v1.0.69
8802026-07-16T21:19:30.586Z Downloaded toml_datetime v0.6.11
8812026-07-16T21:19:30.591Z Downloaded socket2 v0.5.10
8822026-07-16T21:19:30.591Z Downloaded thiserror v1.0.69
8832026-07-16T21:19:30.594Z Downloaded topological-sort v0.2.2
8842026-07-16T21:19:30.594Z Downloaded chrono v0.4.45
8852026-07-16T21:19:30.597Z Downloaded target-spec v3.5.7
8862026-07-16T21:19:30.600Z Downloaded toml_write v0.1.2
8872026-07-16T21:19:30.601Z Downloaded tower-service v0.3.3
8882026-07-16T21:19:30.601Z Downloaded tower-layer v0.3.3
8892026-07-16T21:19:30.605Z Downloaded thiserror v2.0.18
8902026-07-16T21:19:30.609Z Downloaded trait-variant v0.1.2
8912026-07-16T21:19:30.609Z Downloaded thread_local v1.1.9
8922026-07-16T21:19:30.609Z Downloaded similar v2.7.0
8932026-07-16T21:19:30.613Z Downloaded publicsuffix v2.3.0
8942026-07-16T21:19:30.613Z Downloaded tinystr v0.8.2
8952026-07-16T21:19:30.613Z Downloaded rand v0.9.2
8962026-07-16T21:19:30.617Z Downloaded plotters v0.3.7
8972026-07-16T21:19:30.620Z Downloaded tokio-native-tls v0.3.1
8982026-07-16T21:19:30.623Z Downloaded term v0.7.0
8992026-07-16T21:19:30.629Z Downloaded tls_codec_derive v0.4.2
9002026-07-16T21:19:30.630Z Downloaded universal-hash v0.5.1
9012026-07-16T21:19:30.630Z Downloaded strum_macros v0.26.4
9022026-07-16T21:19:30.634Z Downloaded unit-prefix v0.5.2
9032026-07-16T21:19:30.634Z Downloaded unarray v0.1.4
9042026-07-16T21:19:30.634Z Downloaded typify-macro v0.6.2
9052026-07-16T21:19:30.634Z Downloaded try-lock v0.2.5
9062026-07-16T21:19:30.634Z Downloaded pest v2.8.6
9072026-07-16T21:19:30.638Z Downloaded term v1.2.1
9082026-07-16T21:19:30.638Z Downloaded thiserror-no-std v2.0.2
9092026-07-16T21:19:30.642Z Downloaded tokio-tungstenite v0.23.1
9102026-07-16T21:19:30.642Z Downloaded tokio-dtrace v0.1.1
9112026-07-16T21:19:30.645Z Downloaded tls_codec v0.4.2
9122026-07-16T21:19:30.645Z Downloaded tokio-tungstenite v0.21.0
9132026-07-16T21:19:30.646Z Downloaded usdt-attr-macro v0.6.0
9142026-07-16T21:19:30.649Z Downloaded untrusted v0.7.1
9152026-07-16T21:19:30.649Z Downloaded universal-hash v0.6.1
9162026-07-16T21:19:30.649Z Downloaded thiserror-impl v2.0.18
9172026-07-16T21:19:30.649Z Downloaded unicode-truncate v1.1.0
9182026-07-16T21:19:30.652Z Downloaded toml_writer v1.1.1+spec-1.1.0
9192026-07-16T21:19:30.652Z Downloaded subprocess v0.2.15
9202026-07-16T21:19:30.656Z Downloaded itertools v0.14.0
9212026-07-16T21:19:30.659Z Downloaded samael v0.0.19
9222026-07-16T21:19:30.662Z Downloaded utf-8 v0.7.6
9232026-07-16T21:19:30.662Z Downloaded utf8_iter v1.0.4
9242026-07-16T21:19:30.665Z Downloaded usdt-macro v0.6.0
9252026-07-16T21:19:30.665Z Downloaded unicode-xid v0.2.6
9262026-07-16T21:19:30.665Z Downloaded usdt-macro v0.5.0
9272026-07-16T21:19:30.665Z Downloaded untrusted v0.9.0
9282026-07-16T21:19:30.668Z Downloaded bitvec v1.0.1
9292026-07-16T21:19:30.675Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9302026-07-16T21:19:30.678Z Downloaded usdt-attr-macro v0.5.0
9312026-07-16T21:19:30.678Z Downloaded tinytemplate v1.2.1
9322026-07-16T21:19:30.678Z Downloaded usdt v0.5.0
9332026-07-16T21:19:30.681Z Downloaded tiny-keccak v2.0.2
9342026-07-16T21:19:30.681Z Downloaded utf8parse v0.2.2
9352026-07-16T21:19:30.681Z Downloaded time-macros v0.2.27
9362026-07-16T21:19:30.685Z Downloaded serde v1.0.228
9372026-07-16T21:19:30.687Z Downloaded termios v0.3.3
9382026-07-16T21:19:30.688Z Downloaded tui-tree-widget v0.23.1
9392026-07-16T21:19:30.688Z Downloaded nom v8.0.0
9402026-07-16T21:19:30.691Z Downloaded num-bigint-dig v0.8.6
9412026-07-16T21:19:30.694Z Downloaded unicase v2.9.0
9422026-07-16T21:19:30.694Z Downloaded socket2 v0.6.3
9432026-07-16T21:19:30.698Z Downloaded schemars v0.9.0
9442026-07-16T21:19:30.703Z Downloaded want v0.3.1
9452026-07-16T21:19:30.706Z Downloaded waitgroup v0.1.2
9462026-07-16T21:19:30.706Z Downloaded test-strategy v0.4.5
9472026-07-16T21:19:30.709Z Downloaded schemars v1.2.1
9482026-07-16T21:19:30.715Z Downloaded toml v0.8.23
9492026-07-16T21:19:30.719Z Downloaded tokio-stream v0.1.18
9502026-07-16T21:19:30.722Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9512026-07-16T21:19:30.722Z Downloaded unicode-linebreak v0.1.5
9522026-07-16T21:19:30.722Z Downloaded snafu v0.8.9
9532026-07-16T21:19:30.726Z Downloaded toml_parser v1.1.2+spec-1.1.0
9542026-07-16T21:19:30.726Z Downloaded rpassword v7.4.0
9552026-07-16T21:19:30.730Z Downloaded rand v0.10.1
9562026-07-16T21:19:30.734Z Downloaded uzers v0.12.2
9572026-07-16T21:19:30.734Z Downloaded usdt-impl v0.6.0
9582026-07-16T21:19:30.734Z Downloaded usdt v0.6.0
9592026-07-16T21:19:30.734Z Downloaded wait-timeout v0.2.1
9602026-07-16T21:19:30.739Z Downloaded void v1.0.2
9612026-07-16T21:19:30.739Z Downloaded git2 v0.20.4
9622026-07-16T21:19:30.742Z Downloaded zerofrom-derive v0.1.6
9632026-07-16T21:19:30.742Z Downloaded version_check v0.9.5
9642026-07-16T21:19:30.747Z Downloaded tokio-rustls v0.26.4
9652026-07-16T21:19:30.747Z Downloaded stacker v0.1.23
9662026-07-16T21:19:30.747Z Downloaded sqlparser_derive v0.5.0
9672026-07-16T21:19:30.752Z Downloaded sqlformat v0.3.5
9682026-07-16T21:19:30.752Z Downloaded blake3 v1.8.5
9692026-07-16T21:19:30.756Z Downloaded yoke-derive v0.8.1
9702026-07-16T21:19:30.756Z Downloaded xshell-macros v0.2.7
9712026-07-16T21:19:30.756Z Downloaded tinyvec v1.10.0
9722026-07-16T21:19:30.756Z Downloaded zeroize_derive v1.4.3
9732026-07-16T21:19:30.760Z Downloaded ssh-cipher v0.3.0-rc.9
9742026-07-16T21:19:30.760Z Downloaded slog-stdlog v4.1.1
9752026-07-16T21:19:30.760Z Downloaded tempfile v3.25.0
9762026-07-16T21:19:30.764Z Downloaded slog-scope v4.4.1
9772026-07-16T21:19:30.764Z Downloaded zone v0.3.1
9782026-07-16T21:19:30.764Z Downloaded zone_cfg_derive v0.3.1
9792026-07-16T21:19:30.765Z Downloaded usdt-impl v0.5.0
9802026-07-16T21:19:30.770Z Downloaded slog-json v2.6.1
9812026-07-16T21:19:30.771Z Downloaded reedline v0.40.0
9822026-07-16T21:19:30.777Z Downloaded zerofrom v0.1.6
9832026-07-16T21:19:30.777Z Downloaded serde_derive v1.0.228
9842026-07-16T21:19:30.777Z Downloaded unicode-properties v0.1.4
9852026-07-16T21:19:30.777Z Downloaded vergen-lib v9.1.0
9862026-07-16T21:19:30.777Z Downloaded vergen-lib v0.1.6
9872026-07-16T21:19:30.784Z Downloaded vergen-gitcl v1.0.8
9882026-07-16T21:19:30.784Z Downloaded rsa v0.10.0-rc.18
9892026-07-16T21:19:30.784Z Downloaded textwrap v0.16.2
9902026-07-16T21:19:30.792Z Downloaded trybuild v1.0.116
9912026-07-16T21:19:30.792Z Downloaded aws-lc-rs v1.16.3
9922026-07-16T21:19:30.799Z Downloaded textwrap v0.15.2
9932026-07-16T21:19:30.799Z Downloaded whoami v2.1.0
9942026-07-16T21:19:30.799Z Downloaded lalrpop v0.19.12
9952026-07-16T21:19:30.803Z Downloaded xattr v1.6.1
9962026-07-16T21:19:30.804Z Downloaded whoami v1.6.1
9972026-07-16T21:19:30.810Z Downloaded ucd-trie v0.1.7
9982026-07-16T21:19:30.810Z Downloaded wyz v0.5.1
9992026-07-16T21:19:30.810Z Downloaded twox-hash v2.1.2
10002026-07-16T21:19:30.810Z Downloaded tungstenite v0.21.0
10012026-07-16T21:19:30.814Z Downloaded tracing-attributes v0.1.31
10022026-07-16T21:19:30.814Z Downloaded hkdf v0.12.4
10032026-07-16T21:19:30.814Z Downloaded serde_with_macros v3.17.0
10042026-07-16T21:19:30.818Z Downloaded rstest v0.25.0
10052026-07-16T21:19:30.818Z Downloaded vergen v9.1.0
10062026-07-16T21:19:30.822Z Downloaded tungstenite v0.23.0
10072026-07-16T21:19:30.822Z Downloaded toml v0.7.8
10082026-07-16T21:19:30.827Z Downloaded tar v0.4.46
10092026-07-16T21:19:30.827Z Downloaded zmij v1.0.21
10102026-07-16T21:19:30.832Z Downloaded zeroize v1.8.2
10112026-07-16T21:19:30.832Z Downloaded zstd v0.13.3
10122026-07-16T21:19:30.832Z Downloaded writeable v0.6.2
10132026-07-16T21:19:30.832Z Downloaded toml v1.1.2+spec-1.1.0
10142026-07-16T21:19:30.837Z Downloaded rustyline v14.0.0
10152026-07-16T21:19:30.838Z Downloaded unicode-ident v1.0.24
10162026-07-16T21:19:30.842Z Downloaded walkdir v2.5.0
10172026-07-16T21:19:30.842Z Downloaded vsss-rs v3.3.4
10182026-07-16T21:19:30.842Z Downloaded reqwest v0.13.2
10192026-07-16T21:19:30.853Z Downloaded xshell v0.2.7
10202026-07-16T21:19:30.857Z Downloaded unsafe-libyaml v0.2.11
10212026-07-16T21:19:30.861Z Downloaded tracing-core v0.1.36
10222026-07-16T21:19:30.861Z Downloaded yasna v0.5.2
10232026-07-16T21:19:30.865Z Downloaded zerocopy v0.6.6
10242026-07-16T21:19:30.865Z Downloaded goblin v0.10.5
10252026-07-16T21:19:30.868Z Downloaded zstd-safe v7.2.4
10262026-07-16T21:19:30.872Z Downloaded serde_with v1.14.0
10272026-07-16T21:19:30.875Z Downloaded typify v0.6.2
10282026-07-16T21:19:30.878Z Downloaded zerovec-derive v0.11.2
10292026-07-16T21:19:30.878Z Downloaded rawzip v0.4.4
10302026-07-16T21:19:30.881Z Downloaded rayon v1.11.0
10312026-07-16T21:19:30.887Z Downloaded yoke v0.8.1
10322026-07-16T21:19:30.890Z Downloaded crypto-bigint v0.7.5
10332026-07-16T21:19:30.899Z Downloaded moka v0.12.13
10342026-07-16T21:19:30.904Z Downloaded toml_edit v0.23.10+spec-1.0.0
10352026-07-16T21:19:30.907Z Downloaded toml_edit v0.22.27
10362026-07-16T21:19:30.911Z Downloaded uuid v1.23.4
10372026-07-16T21:19:30.915Z Downloaded zerocopy-derive v0.7.35
10382026-07-16T21:19:30.915Z Downloaded steno v0.4.1
10392026-07-16T21:19:30.922Z Downloaded vergen-git2 v9.1.0
10402026-07-16T21:19:30.925Z Downloaded unicode-bidi v0.3.18
10412026-07-16T21:19:30.928Z Downloaded unicode_categories v0.1.1
10422026-07-16T21:19:30.928Z Downloaded portable-atomic v1.13.1
10432026-07-16T21:19:30.936Z Downloaded tokio-postgres v0.7.16
10442026-07-16T21:19:30.948Z Downloaded reqwest v0.12.28
10452026-07-16T21:19:30.953Z Downloaded zip v0.6.6
10462026-07-16T21:19:30.956Z Downloaded regex v1.12.3
10472026-07-16T21:19:30.959Z Downloaded curve25519-dalek v5.0.0-rc.0
10482026-07-16T21:19:30.965Z Downloaded toml_edit v0.19.15
10492026-07-16T21:19:30.975Z Downloaded tower v0.5.3
10502026-07-16T21:19:30.980Z Downloaded bindgen v0.71.1
10512026-07-16T21:19:30.984Z Downloaded zopfli v0.8.3
10522026-07-16T21:19:30.987Z Downloaded typed-path v0.9.3
10532026-07-16T21:19:30.991Z Downloaded vte v0.14.1
10542026-07-16T21:19:30.991Z Downloaded p384 v0.13.1
10552026-07-16T21:19:30.994Z Downloaded salty v0.3.0
10562026-07-16T21:19:30.998Z Downloaded x509-cert v0.2.5
10572026-07-16T21:19:31.002Z Downloaded yansi v1.0.1
10582026-07-16T21:19:31.013Z Downloaded quick-xml v0.37.5
10592026-07-16T21:19:31.017Z Downloaded url v2.5.8
10602026-07-16T21:19:31.022Z Downloaded zerotrie v0.2.3
10612026-07-16T21:19:31.025Z Downloaded nix v0.27.1
10622026-07-16T21:19:31.030Z Downloaded tokio-util v0.7.18
10632026-07-16T21:19:31.041Z Downloaded proptest v1.10.0
10642026-07-16T21:19:31.046Z Downloaded tough v0.22.0
10652026-07-16T21:19:31.064Z Downloaded gimli v0.32.3
10662026-07-16T21:19:31.070Z Downloaded tower-http v0.6.8
10672026-07-16T21:19:31.075Z Downloaded petname v2.0.2
10682026-07-16T21:19:31.079Z Downloaded nix v0.28.0
10692026-07-16T21:19:31.088Z Downloaded zerovec v0.11.5
10702026-07-16T21:19:31.093Z Downloaded unicode-segmentation v1.12.0
10712026-07-16T21:19:31.096Z Downloaded openssl v0.10.79
10722026-07-16T21:19:31.102Z Downloaded zerocopy-derive v0.8.40
10732026-07-16T21:19:31.108Z Downloaded typenum v1.20.1
10742026-07-16T21:19:31.111Z Downloaded ssh-key v0.7.0-rc.10
10752026-07-16T21:19:31.146Z Downloaded serde_json v1.0.150
10762026-07-16T21:19:31.147Z Downloaded zerocopy v0.7.35
10772026-07-16T21:19:31.147Z Downloaded hickory-proto v0.24.4
10782026-07-16T21:19:31.147Z Downloaded zip v4.6.1
10792026-07-16T21:19:31.147Z Downloaded tabled v0.20.0
10802026-07-16T21:19:31.157Z Downloaded object v0.30.4
10812026-07-16T21:19:31.163Z Downloaded winnow v1.0.3
10822026-07-16T21:19:31.169Z Downloaded smoltcp v0.9.1
10832026-07-16T21:19:31.177Z Downloaded time v0.3.47
10842026-07-16T21:19:31.183Z Downloaded serde_with v3.17.0
10852026-07-16T21:19:31.190Z Downloaded unicode-normalization v0.1.25
10862026-07-16T21:19:31.194Z Downloaded dropshot v0.17.1
10872026-07-16T21:19:31.205Z Downloaded regex-syntax v0.6.29
10882026-07-16T21:19:31.209Z Downloaded vcpkg v0.2.15
10892026-07-16T21:19:31.234Z Downloaded winnow v0.6.26
10902026-07-16T21:19:31.238Z Downloaded radix_trie v0.2.1
10912026-07-16T21:19:31.241Z Downloaded syn v2.0.117
10922026-07-16T21:19:31.248Z Downloaded bstr v1.12.1
10932026-07-16T21:19:31.253Z Downloaded quinn-proto v0.11.13
10942026-07-16T21:19:31.257Z Downloaded winnow v0.5.40
10952026-07-16T21:19:31.262Z Downloaded regex-syntax v0.8.10
10962026-07-16T21:19:31.266Z Downloaded zerocopy v0.8.40
10972026-07-16T21:19:31.272Z Downloaded polar-core v0.27.3
10982026-07-16T21:19:31.277Z Downloaded rustix v0.38.44
10992026-07-16T21:19:31.291Z Downloaded winnow v0.7.14
11002026-07-16T21:19:31.296Z Downloaded nix v0.31.2
11012026-07-16T21:19:31.303Z Downloaded tabled v0.15.0
11022026-07-16T21:19:31.313Z Downloaded syn v1.0.109
11032026-07-16T21:19:31.318Z Downloaded russh v0.61.2
11042026-07-16T21:19:31.324Z Downloaded object v0.37.3
11052026-07-16T21:19:31.330Z Downloaded rustix v1.1.3
11062026-07-16T21:19:31.343Z Downloaded diesel v2.3.7
11072026-07-16T21:19:31.355Z Downloaded zlib-rs v0.6.2
11082026-07-16T21:19:31.358Z Downloaded fiat-crypto v0.3.0
11092026-07-16T21:19:31.366Z Downloaded hickory-proto v0.25.2
11102026-07-16T21:19:31.375Z Downloaded unicode-width v0.1.14
11112026-07-16T21:19:31.379Z Downloaded regress v0.10.5
11122026-07-16T21:19:31.384Z Downloaded regress v0.11.1
11132026-07-16T21:19:31.389Z Downloaded openapiv3 v2.2.0
11142026-07-16T21:19:31.396Z Downloaded smoltcp v0.11.0
11152026-07-16T21:19:31.403Z Downloaded sqlparser v0.61.0
11162026-07-16T21:19:31.408Z Downloaded unicode-width v0.2.0
11172026-07-16T21:19:31.412Z Downloaded rustls v0.23.41
11182026-07-16T21:19:31.419Z Downloaded ratatui v0.29.0
11192026-07-16T21:19:31.481Z Downloaded tracing v0.1.44
11202026-07-16T21:19:31.501Z Downloaded typify-impl v0.6.2
11212026-07-16T21:19:31.509Z Downloaded bzip2-sys v0.1.13+1.0.8
11222026-07-16T21:19:31.516Z Downloaded chrono-tz v0.10.4
11232026-07-16T21:19:31.527Z Downloaded zerocopy-derive v0.6.6
11242026-07-16T21:19:31.533Z Downloaded regex-automata v0.4.14
11252026-07-16T21:19:31.542Z Downloaded sled v0.34.7
11262026-07-16T21:19:31.547Z Downloaded petgraph v0.6.5
11272026-07-16T21:19:31.559Z Downloaded sha3 v0.11.0
11282026-07-16T21:19:31.572Z Downloaded jiff v0.2.21
11292026-07-16T21:19:31.587Z Downloaded libc v0.2.185
11302026-07-16T21:19:31.607Z Downloaded csv v1.4.0
11312026-07-16T21:19:31.620Z Downloaded petgraph v0.8.3
11322026-07-16T21:19:31.633Z Downloaded libz-sys v1.1.24
11332026-07-16T21:19:31.655Z Downloaded sha3 v0.10.8
11342026-07-16T21:19:31.665Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11352026-07-16T21:19:31.679Z Downloaded tokio v1.52.1
11362026-07-16T21:19:31.737Z Downloaded encoding_rs v0.8.35
11372026-07-16T21:19:31.756Z Downloaded httpmock v0.8.3
11382026-07-16T21:19:31.769Z Downloaded ring v0.17.14
11392026-07-16T21:19:31.793Z Downloaded libgit2-sys v0.18.3+1.9.2
11402026-07-16T21:19:32.350Z Downloaded aws-lc-sys v0.40.0
11412026-07-16T21:19:32.763Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11422026-07-16T21:19:34.341Z Startup: Refreshing catalog 'helios' ... Done
11432026-07-16T21:19:34.466Z Startup: Caching catalogs ... Done
11442026-07-16T21:19:35.022ZPlanning: Solver setup ... Done (0.506s)
11452026-07-16T21:19:35.050ZPlanning: Running solver ... Done (0.028s)
11462026-07-16T21:19:35.064ZPlanning: Finding local manifests ... Done (0.003s)
11472026-07-16T21:19:35.075ZPlanning: Fetching manifests: 0/2 0% complete
11482026-07-16T21:19:35.091ZPlanning: Fetching manifests: 2/2 100% complete
11492026-07-16T21:19:35.106ZPlanning: Package planning ... Done (0.014s)
11502026-07-16T21:19:35.109ZPlanning: Merging actions ... Done (0.002s)
11512026-07-16T21:19:35.297ZPlanning: Checking for conflicting actions ... Done (0.189s)
11522026-07-16T21:19:35.300ZPlanning: Consolidating action changes ... Done (0.001s)
11532026-07-16T21:19:36.215ZPlanning: Evaluating mediators ... Done (0.918s)
11542026-07-16T21:19:36.218ZPlanning: Planning completed in 1.73 seconds
11552026-07-16T21:19:36.225Z Packages to install: 2
11562026-07-16T21:19:36.225Z Estimated space available: 155.78 GB
11572026-07-16T21:19:36.225ZEstimated space to be consumed: 34.06 MB
11582026-07-16T21:19:36.225Z Create boot environment: No
11592026-07-16T21:19:36.225ZCreate backup boot environment: No
11602026-07-16T21:19:36.225Z Rebuild boot archive: No
11612026-07-16T21:19:36.228Z
11622026-07-16T21:19:36.228ZChanged packages:
11632026-07-16T21:19:36.228Zhelios
11642026-07-16T21:19:36.228Z developer/build-essential
11652026-07-16T21:19:36.228Z None -> 11-3.0
11662026-07-16T21:19:36.228Z library/libxmlsec1
11672026-07-16T21:19:36.228Z None -> 1.2.35-3.0
11682026-07-16T21:19:36.251Z
11692026-07-16T21:19:36.251ZDownload: 0/214 items 0.0/1.3MB 0% complete
11702026-07-16T21:19:36.730ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
11712026-07-16T21:19:36.823Z Actions: 1/268 actions (Installing new actions)
11722026-07-16T21:19:36.863Z Actions: Completed 268 actions in 0.04 seconds.
11732026-07-16T21:19:36.876ZFinalize: Updating package state database ... Done (0.013s)
11742026-07-16T21:19:36.876ZFinalize: Updating package cache ... Done (0.000s)
11752026-07-16T21:19:36.908ZFinalize: Updating image state ... Done (0.033s)
11762026-07-16T21:19:39.462ZFinalize: Creating fast lookup database ... Done (2.528s)
11772026-07-16T21:19:39.535ZFinalize: Reading search index ... Done (0.012s)
11782026-07-16T21:19:39.538ZFinalize: Updating search index ... Done (0.000s)
11792026-07-16T21:19:39.654ZFinalize: Updating package cache ... Done (0.000s)
11802026-07-16T21:19:39.970ZPlanning: Evaluating mediator changes ... Done
11812026-07-16T21:19:40.101ZPlanning: Checking for conflicting actions ... Done
11822026-07-16T21:19:40.125ZPlanning: Consolidating action changes ... Done
11832026-07-16T21:19:40.231ZPlanning: Evaluating mediators ... Done
11842026-07-16T21:19:40.240ZPlanning: Planning completed in 0.26 seconds
11852026-07-16T21:19:40.248Z Mediators to change: 2
11862026-07-16T21:19:40.261Z Create boot environment: No
11872026-07-16T21:19:40.261ZCreate backup boot environment: No
11882026-07-16T21:19:40.320ZFinalize: Updating package state database ... Done
11892026-07-16T21:19:40.320ZFinalize: Updating package cache ... Done
11902026-07-16T21:19:40.340ZFinalize: Updating image state ... Done
11912026-07-16T21:19:42.259ZFinalize: Creating fast lookup database ... Done
11922026-07-16T21:19:42.317ZFinalize: Reading search index ... Done
11932026-07-16T21:19:42.325ZFinalize: Updating search index ... Done
11942026-07-16T21:19:42.426ZFinalize: Updating package cache ... Done
11952026-07-16T21:19:42.703ZPlanning: Evaluating mediator changes ... Done
11962026-07-16T21:19:42.814ZPlanning: Checking for conflicting actions ... Done
11972026-07-16T21:19:42.822ZPlanning: Consolidating action changes ... Done
11982026-07-16T21:19:42.966ZPlanning: Evaluating mediators ... Done
11992026-07-16T21:19:42.987ZPlanning: Planning completed in 0.26 seconds
12002026-07-16T21:19:43.002Z Mediators to change: 1
12012026-07-16T21:19:43.003Z Create boot environment: No
12022026-07-16T21:19:43.003ZCreate backup boot environment: No
12032026-07-16T21:19:43.044ZFinalize: Updating package state database ... Done
12042026-07-16T21:19:43.044ZFinalize: Updating package cache ... Done
12052026-07-16T21:19:43.058ZFinalize: Updating image state ... Done
12062026-07-16T21:19:44.981ZFinalize: Creating fast lookup database ... Done
12072026-07-16T21:19:45.041ZFinalize: Reading search index ... Done
12082026-07-16T21:19:45.044ZFinalize: Updating search index ... Done
12092026-07-16T21:19:45.132ZFinalize: Updating package cache ... Done
12102026-07-16T21:19:45.444ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12112026-07-16T21:19:45.444Zapache system 2.4 system
12122026-07-16T21:19:45.444Zclang system 15 system
12132026-07-16T21:19:45.444Zcsh system system illumos
12142026-07-16T21:19:45.444Zctags system system illumos
12152026-07-16T21:19:45.444Zfile vendor vendor darwinsys
12162026-07-16T21:19:45.444Zfile system system illumos
12172026-07-16T21:19:45.444Zgcc vendor 14 vendor
12182026-07-16T21:19:45.444Zgcc system 13 system
12192026-07-16T21:19:45.444Zgcc system 10 system
12202026-07-16T21:19:45.444Zgo system 1.25 system
12212026-07-16T21:19:45.444Zllvm system 15 system
12222026-07-16T21:19:45.444Zmariadb system 11.4 system
12232026-07-16T21:19:45.444Zmta vendor vendor dma
12242026-07-16T21:19:45.444Zopenjdk system 17 system
12252026-07-16T21:19:45.444Zopenjdk system 11 system
12262026-07-16T21:19:45.445Zopenssl vendor 3 vendor
12272026-07-16T21:19:45.445Zperl system 5.40 system
12282026-07-16T21:19:45.445Zpostgresql system 18 system
12292026-07-16T21:19:45.445Zpostgresql system 17 system
12302026-07-16T21:19:45.445Zpython vendor 3 vendor
12312026-07-16T21:19:45.445Zpython system 2 system
12322026-07-16T21:19:45.445Zpython3 vendor 3.13 vendor
12332026-07-16T21:19:45.445Zruby system 3.4 system
12342026-07-16T21:19:45.445Zruby system 3.0 system
12352026-07-16T21:19:45.445Zwords vendor vendor american-english
12362026-07-16T21:19:45.445Zwords system system australian-english
12372026-07-16T21:19:45.445Zwords system system british-english
12382026-07-16T21:19:45.445Zwords system system canadian-english
12392026-07-16T21:19:45.445Zwords system system french
12402026-07-16T21:19:45.445Zwords system system italian
12412026-07-16T21:19:45.445Zwords system system ngerman
12422026-07-16T21:19:45.445Zwords system system ogerman
12432026-07-16T21:19:45.445Zwords system system spanish
12442026-07-16T21:19:45.702ZPUBLISHER TYPE STATUS P LOCATION
12452026-07-16T21:19:45.702Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12462026-07-16T21:19:46.054ZFMRI IFO
12472026-07-16T21:19:46.054Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12482026-07-16T21:19:46.055Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12492026-07-16T21:19:46.055Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12502026-07-16T21:19:46.055Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12512026-07-16T21:19:46.055Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12522026-07-16T21:19:46.055Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12532026-07-16T21:19:46.055Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12542026-07-16T21:19:46.055Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12552026-07-16T21:19:46.055Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12562026-07-16T21:19:46.552Z Downloading crates ...
12572026-07-16T21:19:46.629Z Downloaded cargo_toml v0.21.0
12582026-07-16T21:19:46.677Z Compiling proc-macro2 v1.0.106
12592026-07-16T21:19:46.677Z Compiling quote v1.0.45
12602026-07-16T21:19:46.677Z Compiling unicode-ident v1.0.24
12612026-07-16T21:19:46.680Z Compiling serde_core v1.0.228
12622026-07-16T21:19:46.680Z Compiling libc v0.2.185
12632026-07-16T21:19:46.680Z Compiling version_check v0.9.5
12642026-07-16T21:19:46.680Z Compiling memchr v2.8.0
12652026-07-16T21:19:46.680Z Compiling serde v1.0.228
12662026-07-16T21:19:46.680Z Compiling zmij v1.0.21
12672026-07-16T21:19:46.680Z Compiling thiserror v1.0.69
12682026-07-16T21:19:46.758Z Compiling ucd-trie v0.1.7
12692026-07-16T21:19:46.761Z Compiling itoa v1.0.17
12702026-07-16T21:19:46.761Z Compiling byteorder v1.5.0
12712026-07-16T21:19:46.761Z Compiling rustix v1.1.3
12722026-07-16T21:19:46.919Z Compiling serde_json v1.0.150
12732026-07-16T21:19:47.003Z Compiling bitflags v2.11.0
12742026-07-16T21:19:47.132Z Compiling syn v1.0.109
12752026-07-16T21:19:47.132Z Compiling proc-macro-error-attr v1.0.4
12762026-07-16T21:19:47.258Z Compiling usdt-impl v0.5.0
12772026-07-16T21:19:47.299Z Compiling pest v2.8.6
12782026-07-16T21:19:47.310Z Compiling camino v1.2.2
12792026-07-16T21:19:47.320Z Compiling proc-macro-error v1.0.4
12802026-07-16T21:19:47.380Z Compiling equivalent v1.0.2
12812026-07-16T21:19:47.412Z Compiling getrandom v0.4.1
12822026-07-16T21:19:47.432Z Compiling hashbrown v0.17.0
12832026-07-16T21:19:47.441Z Compiling plain v0.2.3
12842026-07-16T21:19:47.502Z Compiling log v0.4.29
12852026-07-16T21:19:47.545Z Compiling utf8parse v0.2.2
12862026-07-16T21:19:47.567Z Compiling thiserror v2.0.18
12872026-07-16T21:19:47.598Z Compiling anstyle-query v1.1.5
12882026-07-16T21:19:47.607Z Compiling toml_write v0.1.2
12892026-07-16T21:19:47.643Z Compiling anstyle-parse v1.0.0
12902026-07-16T21:19:47.668Z Compiling winnow v0.7.14
12912026-07-16T21:19:47.703Z Compiling autocfg v1.5.0
12922026-07-16T21:19:47.712Z Compiling errno v0.3.14
12932026-07-16T21:19:47.723Z Compiling thread-id v4.2.2
12942026-07-16T21:19:47.741Z Compiling pretty-hex v0.4.1
12952026-07-16T21:19:47.781Z Compiling anstyle v1.0.14
12962026-07-16T21:19:47.818Z Compiling cfg-if v1.0.4
12972026-07-16T21:19:47.818Z Compiling colorchoice v1.0.4
12982026-07-16T21:19:47.840Z Compiling is_terminal_polyfill v1.70.2
12992026-07-16T21:19:47.894Z Compiling fnv v1.0.7
13002026-07-16T21:19:47.906Z Compiling bytecount v0.6.9
13012026-07-16T21:19:47.945Z Compiling indexmap v2.14.0
13022026-07-16T21:19:47.965Z Compiling anstream v1.0.0
13032026-07-16T21:19:48.008Z Compiling clap_lex v1.0.0
13042026-07-16T21:19:48.018Z Compiling anyhow v1.0.102
13052026-07-16T21:19:48.029Z Compiling heck v0.4.1
13062026-07-16T21:19:48.047Z Compiling fastrand v2.3.0
13072026-07-16T21:19:48.074Z Compiling strsim v0.11.1
13082026-07-16T21:19:48.149Z Compiling syn v2.0.117
13092026-07-16T21:19:48.229Z Compiling fs-err v3.3.0
13102026-07-16T21:19:48.253Z Compiling heck v0.5.0
13112026-07-16T21:19:48.264Z Compiling unicode-width v0.1.14
13122026-07-16T21:19:48.278Z Compiling once_cell v1.21.3
13132026-07-16T21:19:48.332Z Compiling memmap v0.7.0
13142026-07-16T21:19:48.445Z Compiling pest_meta v2.8.6
13152026-07-16T21:19:48.507Z Compiling papergrid v0.11.0
13162026-07-16T21:19:48.516Z Compiling smawk v0.3.2
13172026-07-16T21:19:48.530Z Compiling unicode-width v0.2.0
13182026-07-16T21:19:48.559Z Compiling unicode-linebreak v0.1.5
13192026-07-16T21:19:48.607Z Compiling swrite v0.1.0
13202026-07-16T21:19:48.693Z Compiling terminal_size v0.4.3
13212026-07-16T21:19:48.693Z Compiling tempfile v3.25.0
13222026-07-16T21:19:48.796Z Compiling clap_builder v4.6.0
13232026-07-16T21:19:48.796Z Compiling textwrap v0.16.2
13242026-07-16T21:19:49.016Z Compiling semver v1.0.28
13252026-07-16T21:19:49.016Z Compiling cargo-platform v0.3.2
13262026-07-16T21:19:49.322Z Compiling camino-tempfile v1.4.1
13272026-07-16T21:19:49.621Z Compiling tabled_derive v0.7.0
13282026-07-16T21:19:50.271Z Compiling tabled v0.15.0
13292026-07-16T21:19:50.288Z Compiling pest_generator v2.8.6
13302026-07-16T21:19:50.805Z Compiling serde_derive v1.0.228
13312026-07-16T21:19:50.805Z Compiling thiserror-impl v1.0.69
13322026-07-16T21:19:50.809Z Compiling zerocopy-derive v0.7.35
13332026-07-16T21:19:50.809Z Compiling pest_derive v2.8.6
13342026-07-16T21:19:50.809Z Compiling scroll_derive v0.12.1
13352026-07-16T21:19:50.809Z Compiling thiserror-impl v2.0.18
13362026-07-16T21:19:50.809Z Compiling clap_derive v4.6.1
13372026-07-16T21:19:51.386Z Compiling scroll v0.12.0
13382026-07-16T21:19:51.519Z Compiling zerocopy v0.7.35
13392026-07-16T21:19:51.591Z Compiling goblin v0.8.2
13402026-07-16T21:19:51.808Z Compiling dtrace-parser v0.2.0
13412026-07-16T21:19:52.087Z Compiling clap v4.6.1
13422026-07-16T21:19:53.220Z Compiling serde_spanned v0.6.9
13432026-07-16T21:19:53.220Z Compiling toml_datetime v0.6.11
13442026-07-16T21:19:53.223Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13452026-07-16T21:19:53.223Z Compiling cargo_metadata v0.23.1
13462026-07-16T21:19:53.223Z Compiling macaddr v1.0.1
13472026-07-16T21:19:53.240Z Compiling dof v0.3.0
13482026-07-16T21:19:53.243Z Compiling serde_tokenstream v0.2.3
13492026-07-16T21:19:53.377Z Compiling toml_edit v0.22.27
13502026-07-16T21:19:53.930Z Compiling usdt-macro v0.5.0
13512026-07-16T21:19:53.930Z Compiling usdt-attr-macro v0.5.0
13522026-07-16T21:19:54.523Z Compiling usdt v0.5.0
13532026-07-16T21:19:54.627Z Compiling toml v0.8.23
13542026-07-16T21:19:54.938Z Compiling cargo_toml v0.21.0
13552026-07-16T21:19:56.225Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13562026-07-16T21:19:58.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
13572026-07-16T21:19:58.272Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13582026-07-16T21:19:58.982Z Compiling libc v0.2.185
13592026-07-16T21:19:58.982Z Compiling serde_core v1.0.228
13602026-07-16T21:19:58.982Z Compiling serde v1.0.228
13612026-07-16T21:19:58.986Z Compiling log v0.4.29
13622026-07-16T21:19:58.986Z Compiling smallvec v1.15.1
13632026-07-16T21:19:58.986Z Compiling find-msvc-tools v0.1.9
13642026-07-16T21:19:58.986Z Compiling shlex v1.3.0
13652026-07-16T21:19:58.986Z Compiling subtle v2.6.1
13662026-07-16T21:19:58.986Z Compiling scopeguard v1.2.0
13672026-07-16T21:19:59.140Z Compiling stable_deref_trait v1.2.1
13682026-07-16T21:19:59.188Z Compiling typenum v1.20.1
13692026-07-16T21:19:59.188Z Compiling serde_json v1.0.150
13702026-07-16T21:19:59.216Z Compiling portable-atomic v1.13.1
13712026-07-16T21:19:59.228Z Compiling syn v2.0.117
13722026-07-16T21:19:59.232Z Compiling zerocopy v0.8.40
13732026-07-16T21:19:59.237Z Compiling lock_api v0.4.14
13742026-07-16T21:19:59.263Z Compiling parking_lot_core v0.9.12
13752026-07-16T21:19:59.287Z Compiling pin-project-lite v0.2.17
13762026-07-16T21:19:59.313Z Compiling pkg-config v0.3.32
13772026-07-16T21:19:59.326Z Compiling critical-section v1.2.0
13782026-07-16T21:19:59.339Z Compiling libm v0.2.16
13792026-07-16T21:19:59.361Z Compiling getrandom v0.4.1
13802026-07-16T21:19:59.396Z Compiling num-traits v0.2.19
13812026-07-16T21:19:59.431Z Compiling futures-core v0.3.32
13822026-07-16T21:19:59.449Z Compiling rand_core v0.10.0
13832026-07-16T21:19:59.458Z Compiling generic-array v0.14.7
13842026-07-16T21:19:59.485Z Compiling writeable v0.6.2
13852026-07-16T21:19:59.539Z Compiling const-oid v0.9.6
13862026-07-16T21:19:59.579Z Compiling litemap v0.8.1
13872026-07-16T21:19:59.596Z Compiling percent-encoding v2.3.2
13882026-07-16T21:19:59.625Z Compiling icu_normalizer_data v2.1.1
13892026-07-16T21:19:59.722Z Compiling icu_properties_data v2.1.2
13902026-07-16T21:19:59.737Z Compiling futures-sink v0.3.32
13912026-07-16T21:19:59.765Z Compiling slab v0.4.12
13922026-07-16T21:19:59.784Z Compiling futures-task v0.3.32
13932026-07-16T21:19:59.796Z Compiling futures-io v0.3.32
13942026-07-16T21:19:59.841Z Compiling futures-channel v0.3.32
13952026-07-16T21:19:59.879Z Compiling utf8_iter v1.0.4
13962026-07-16T21:19:59.879Z Compiling form_urlencoded v1.2.2
13972026-07-16T21:19:59.908Z Compiling getrandom v0.3.4
13982026-07-16T21:19:59.979Z Compiling jobserver v0.1.34
13992026-07-16T21:19:59.995Z Compiling errno v0.3.14
14002026-07-16T21:20:00.010Z Compiling getrandom v0.2.17
14012026-07-16T21:20:00.041Z Compiling mio v1.2.0
14022026-07-16T21:20:00.063Z Compiling socket2 v0.6.3
14032026-07-16T21:20:00.120Z Compiling rustversion v1.0.22
14042026-07-16T21:20:00.123Z Compiling ident_case v1.0.1
14052026-07-16T21:20:00.175Z Compiling rand_core v0.6.4
14062026-07-16T21:20:00.249Z Compiling cc v1.2.56
14072026-07-16T21:20:00.277Z Compiling signal-hook-registry v1.4.8
14082026-07-16T21:20:00.291Z Compiling parking_lot v0.12.5
14092026-07-16T21:20:00.308Z Compiling dunce v1.0.5
14102026-07-16T21:20:00.321Z Compiling fs_extra v1.3.0
14112026-07-16T21:20:00.335Z Compiling rustix v1.1.3
14122026-07-16T21:20:00.384Z Compiling once_cell v1.21.3
14132026-07-16T21:20:00.417Z Compiling iana-time-zone v0.1.65
14142026-07-16T21:20:00.472Z Compiling regex-syntax v0.8.10
14152026-07-16T21:20:00.486Z Compiling base64ct v1.8.3
14162026-07-16T21:20:00.533Z Compiling base64 v0.22.1
14172026-07-16T21:20:00.571Z Compiling vcpkg v0.2.15
14182026-07-16T21:20:00.624Z Compiling tracing-core v0.1.36
14192026-07-16T21:20:00.654Z Compiling flagset v0.4.7
14202026-07-16T21:20:00.657Z Compiling aws-lc-rs v1.16.3
14212026-07-16T21:20:00.681Z Compiling dyn-clone v1.0.20
14222026-07-16T21:20:00.783Z Compiling pem-rfc7468 v0.7.0
14232026-07-16T21:20:00.804Z Compiling cmov v0.5.4
14242026-07-16T21:20:00.831Z Compiling httparse v1.10.1
14252026-07-16T21:20:00.889Z Compiling rand_core v0.9.5
14262026-07-16T21:20:00.903Z Compiling schemars v0.8.22
14272026-07-16T21:20:00.953Z Compiling tinyvec_macros v0.1.1
14282026-07-16T21:20:00.967Z Compiling openssl-probe v0.2.1
14292026-07-16T21:20:00.985Z Compiling aho-corasick v1.1.4
14302026-07-16T21:20:01.032Z Compiling cmake v0.1.57
14312026-07-16T21:20:01.058Z Compiling tinyvec v1.10.0
14322026-07-16T21:20:01.122Z Compiling ctutils v0.4.2
14332026-07-16T21:20:01.177Z Compiling try-lock v0.2.5
14342026-07-16T21:20:01.190Z Compiling tower-layer v0.3.3
14352026-07-16T21:20:01.193Z Compiling untrusted v0.7.1
14362026-07-16T21:20:01.217Z Compiling atomic-waker v1.1.2
14372026-07-16T21:20:01.232Z Compiling tower-service v0.3.3
14382026-07-16T21:20:01.246Z Compiling cpufeatures v0.2.17
14392026-07-16T21:20:01.326Z Compiling bitflags v2.11.0
14402026-07-16T21:20:01.340Z Compiling semver v1.0.28
14412026-07-16T21:20:01.356Z Compiling indexmap v2.14.0
14422026-07-16T21:20:01.356Z Compiling uuid v1.23.4
14432026-07-16T21:20:01.356Z Compiling want v0.3.1
14442026-07-16T21:20:01.404Z Compiling untrusted v0.9.0
14452026-07-16T21:20:01.404Z Compiling openssl v0.10.79
14462026-07-16T21:20:01.423Z Compiling httpdate v1.0.3
14472026-07-16T21:20:01.475Z Compiling foreign-types-shared v0.1.1
14482026-07-16T21:20:01.489Z Compiling rustls v0.23.41
14492026-07-16T21:20:01.561Z Compiling rustc_version v0.4.1
14502026-07-16T21:20:01.575Z Compiling foreign-types v0.3.2
14512026-07-16T21:20:01.587Z Compiling unicode-normalization v0.1.25
14522026-07-16T21:20:01.608Z Compiling spin v0.9.8
14532026-07-16T21:20:01.655Z Compiling native-tls v0.2.18
14542026-07-16T21:20:01.672Z Compiling time-core v0.1.8
14552026-07-16T21:20:01.686Z Compiling powerfmt v0.2.0
14562026-07-16T21:20:01.689Z Compiling crc32fast v1.5.0
14572026-07-16T21:20:01.714Z Compiling num-conv v0.2.0
14582026-07-16T21:20:01.834Z Compiling deranged v0.5.8
14592026-07-16T21:20:01.849Z Compiling wait-timeout v0.2.1
14602026-07-16T21:20:01.863Z Compiling time-macros v0.2.27
14612026-07-16T21:20:01.879Z Compiling aws-lc-sys v0.40.0
14622026-07-16T21:20:01.894Z Compiling openssl-sys v0.9.115
14632026-07-16T21:20:01.906Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-07-16T21:20:01.921Z Compiling sync_wrapper v1.0.2
14652026-07-16T21:20:02.013Z Compiling regex-automata v0.4.14
14662026-07-16T21:20:02.042Z Compiling siphasher v1.0.2
14672026-07-16T21:20:02.072Z Compiling synstructure v0.13.2
14682026-07-16T21:20:02.085Z Compiling serde_derive_internals v0.29.1
14692026-07-16T21:20:02.116Z Compiling pest_generator v2.8.6
14702026-07-16T21:20:02.131Z Compiling darling_core v0.20.11
14712026-07-16T21:20:02.246Z Compiling syn v1.0.109
14722026-07-16T21:20:02.470Z Compiling tempfile v3.25.0
14732026-07-16T21:20:02.627Z Compiling num_threads v0.1.7
14742026-07-16T21:20:02.690Z Compiling crossbeam-utils v0.8.21
14752026-07-16T21:20:02.706Z Compiling simd-adler32 v0.3.8
14762026-07-16T21:20:02.742Z Compiling bit-vec v0.8.0
14772026-07-16T21:20:02.756Z Compiling usdt-impl v0.6.0
14782026-07-16T21:20:02.839Z Compiling quick-error v1.2.3
14792026-07-16T21:20:02.904Z Compiling darling_core v0.21.3
14802026-07-16T21:20:02.925Z Compiling rusty-fork v0.3.1
14812026-07-16T21:20:02.955Z Compiling bit-set v0.8.0
14822026-07-16T21:20:02.971Z Compiling heapless v0.7.17
14832026-07-16T21:20:02.994Z Compiling time v0.3.47
14842026-07-16T21:20:03.008Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-07-16T21:20:03.011Z Compiling slog v2.8.2
14862026-07-16T21:20:03.024Z Compiling rand_xorshift v0.4.0
14872026-07-16T21:20:03.077Z Compiling thread-id v5.1.0
14882026-07-16T21:20:03.091Z Compiling cookie v0.18.1
14892026-07-16T21:20:03.104Z Compiling ryu v1.0.23
14902026-07-16T21:20:03.132Z Compiling allocator-api2 v0.2.21
14912026-07-16T21:20:03.178Z Compiling anyhow v1.0.102
14922026-07-16T21:20:03.216Z Compiling zstd-safe v7.2.4
14932026-07-16T21:20:03.256Z Compiling signal-hook v0.3.18
14942026-07-16T21:20:03.295Z Compiling unicode-properties v0.1.4
14952026-07-16T21:20:03.295Z Compiling paste v1.0.15
14962026-07-16T21:20:03.299Z Compiling unarray v0.1.4
14972026-07-16T21:20:03.319Z Compiling adler2 v2.0.1
14982026-07-16T21:20:03.331Z Compiling unicode-bidi v0.3.18
14992026-07-16T21:20:03.418Z Compiling iri-string v0.7.10
15002026-07-16T21:20:03.476Z Compiling miniz_oxide v0.8.9
15012026-07-16T21:20:03.561Z Compiling camino v1.2.2
15022026-07-16T21:20:03.640Z Compiling curve25519-dalek v4.1.3
15032026-07-16T21:20:03.759Z Compiling stringprep v0.1.5
15042026-07-16T21:20:03.799Z Compiling serde_derive v1.0.228
15052026-07-16T21:20:03.878Z Compiling zeroize_derive v1.4.3
15062026-07-16T21:20:03.957Z Compiling zerofrom-derive v0.1.6
15072026-07-16T21:20:04.007Z Compiling yoke-derive v0.8.1
15082026-07-16T21:20:04.060Z Compiling zerovec-derive v0.11.2
15092026-07-16T21:20:04.072Z Compiling zerocopy-derive v0.8.40
15102026-07-16T21:20:04.221Z Compiling displaydoc v0.2.5
15112026-07-16T21:20:04.238Z Compiling tokio-macros v2.7.0
15122026-07-16T21:20:04.440Z Compiling futures-macro v0.3.32
15132026-07-16T21:20:04.579Z Compiling zeroize v1.8.2
15142026-07-16T21:20:04.634Z Compiling tracing-attributes v0.1.31
15152026-07-16T21:20:04.972Z Compiling thiserror-impl v2.0.18
15162026-07-16T21:20:05.009Z Compiling der_derive v0.7.3
15172026-07-16T21:20:05.018Z Compiling rustls-pki-types v1.14.0
15182026-07-16T21:20:05.271Z Compiling schemars_derive v0.8.22
15192026-07-16T21:20:05.312Z Compiling hybrid-array v0.4.13
15202026-07-16T21:20:05.348Z Compiling futures-util v0.3.32
15212026-07-16T21:20:05.432Z Compiling block-buffer v0.10.4
15222026-07-16T21:20:05.446Z Compiling zerofrom v0.1.6
15232026-07-16T21:20:05.494Z Compiling crypto-common v0.1.7
15242026-07-16T21:20:05.548Z Compiling pest_derive v2.8.6
15252026-07-16T21:20:05.582Z Compiling yoke v0.8.1
15262026-07-16T21:20:05.618Z Compiling digest v0.10.7
15272026-07-16T21:20:05.662Z Compiling scroll_derive v0.13.1
15282026-07-16T21:20:05.781Z Compiling zerovec v0.11.5
15292026-07-16T21:20:05.886Z Compiling zerotrie v0.2.3
15302026-07-16T21:20:06.130Z Compiling darling_macro v0.20.11
15312026-07-16T21:20:06.156Z Compiling der v0.7.10
15322026-07-16T21:20:06.169Z Compiling tracing v0.1.44
15332026-07-16T21:20:06.204Z Compiling openssl-macros v0.1.1
15342026-07-16T21:20:06.251Z Compiling hmac v0.12.1
15352026-07-16T21:20:06.296Z Compiling sha2 v0.10.9
15362026-07-16T21:20:06.410Z Compiling tinystr v0.8.2
15372026-07-16T21:20:06.435Z Compiling potential_utf v0.1.4
15382026-07-16T21:20:06.473Z Compiling thiserror-impl v1.0.69
15392026-07-16T21:20:06.530Z Compiling thiserror v2.0.18
15402026-07-16T21:20:06.629Z Compiling icu_locale_core v2.1.1
15412026-07-16T21:20:06.640Z Compiling icu_collections v2.1.1
15422026-07-16T21:20:06.657Z Compiling scroll v0.13.0
15432026-07-16T21:20:06.671Z Compiling dtrace-parser v0.3.0
15442026-07-16T21:20:06.696Z Compiling darling v0.20.11
15452026-07-16T21:20:06.715Z Compiling scroll_derive v0.12.1
15462026-07-16T21:20:06.787Z Compiling derive_builder_core v0.20.2
15472026-07-16T21:20:06.947Z Compiling goblin v0.10.5
15482026-07-16T21:20:07.153Z Compiling spki v0.7.3
15492026-07-16T21:20:07.380Z Compiling bytes v1.11.1
15502026-07-16T21:20:07.417Z Compiling icu_provider v2.1.1
15512026-07-16T21:20:07.430Z Compiling chrono v0.4.45
15522026-07-16T21:20:07.452Z Compiling ipnet v2.11.0
15532026-07-16T21:20:07.470Z Compiling pkcs8 v0.10.2
15542026-07-16T21:20:07.549Z Compiling scroll v0.12.0
15552026-07-16T21:20:07.599Z Compiling erased-serde v0.3.31
15562026-07-16T21:20:07.696Z Compiling icu_properties v2.1.2
15572026-07-16T21:20:07.727Z Compiling icu_normalizer v2.1.1
15582026-07-16T21:20:07.743Z Compiling derive_builder_macro v0.20.2
15592026-07-16T21:20:07.747Z Compiling toml_datetime v0.6.11
15602026-07-16T21:20:07.819Z Compiling thiserror v1.0.69
15612026-07-16T21:20:07.841Z Compiling serde_urlencoded v0.7.1
15622026-07-16T21:20:07.871Z Compiling hex v0.4.3
15632026-07-16T21:20:07.933Z Compiling tokio v1.52.1
15642026-07-16T21:20:07.968Z Compiling http v1.4.2
15652026-07-16T21:20:08.025Z Compiling serde_spanned v0.6.9
15662026-07-16T21:20:08.036Z Compiling serde_tokenstream v0.2.3
15672026-07-16T21:20:08.106Z Compiling crypto-common v0.2.2
15682026-07-16T21:20:08.109Z Compiling block-buffer v0.12.1
15692026-07-16T21:20:08.154Z Compiling block-padding v0.4.2
15702026-07-16T21:20:08.186Z Compiling md-5 v0.10.6
15712026-07-16T21:20:08.275Z Compiling signature v2.2.0
15722026-07-16T21:20:08.288Z Compiling darling_macro v0.21.3
15732026-07-16T21:20:08.321Z Compiling rustls-native-certs v0.8.3
15742026-07-16T21:20:08.338Z Compiling bstr v1.12.1
15752026-07-16T21:20:08.361Z Compiling zerocopy-derive v0.7.35
15762026-07-16T21:20:08.363Z Compiling async-trait v0.1.89
15772026-07-16T21:20:08.459Z Compiling pin-project-internal v1.1.11
15782026-07-16T21:20:08.628Z Compiling idna_adapter v1.2.1
15792026-07-16T21:20:08.780Z Compiling idna v1.1.0
15802026-07-16T21:20:08.808Z Compiling ppv-lite86 v0.2.21
15812026-07-16T21:20:08.828Z Compiling http-body v1.0.1
15822026-07-16T21:20:08.831Z Compiling vergen-lib v9.1.0
15832026-07-16T21:20:08.855Z Compiling num-integer v0.1.46
15842026-07-16T21:20:08.899Z Compiling hash32 v0.2.1
15852026-07-16T21:20:08.997Z Compiling http-body-util v0.1.3
15862026-07-16T21:20:09.054Z Compiling memoffset v0.9.1
15872026-07-16T21:20:09.101Z Compiling url v2.5.8
15882026-07-16T21:20:09.148Z Compiling rand_chacha v0.9.0
15892026-07-16T21:20:09.204Z Compiling rand_chacha v0.3.1
15902026-07-16T21:20:09.258Z Compiling encoding_rs v0.8.35
15912026-07-16T21:20:09.272Z Compiling ref-cast v1.0.25
15922026-07-16T21:20:09.317Z Compiling zlib-rs v0.6.2
15932026-07-16T21:20:09.340Z Compiling rustix v0.38.44
15942026-07-16T21:20:09.422Z Compiling rand v0.9.2
15952026-07-16T21:20:09.435Z Compiling mime v0.3.17
15962026-07-16T21:20:09.467Z Compiling smoltcp v0.9.1
15972026-07-16T21:20:09.635Z Compiling fallible-iterator v0.2.0
15982026-07-16T21:20:09.695Z Compiling dof v0.4.0
15992026-07-16T21:20:09.712Z Compiling cfg_aliases v0.2.1
16002026-07-16T21:20:09.727Z Compiling num-bigint-dig v0.8.6
16012026-07-16T21:20:09.794Z Compiling psl-types v2.0.11
16022026-07-16T21:20:09.843Z Compiling litrs v1.0.0
16032026-07-16T21:20:09.846Z Compiling nix v0.31.2
16042026-07-16T21:20:09.923Z Compiling publicsuffix v2.3.0
16052026-07-16T21:20:09.934Z Compiling pin-project v1.1.11
16062026-07-16T21:20:09.982Z Compiling proptest v1.10.0
16072026-07-16T21:20:09.996Z Compiling postgres-protocol v0.6.10
16082026-07-16T21:20:10.013Z Compiling rand v0.8.6
16092026-07-16T21:20:10.158Z Compiling zerocopy v0.7.35
16102026-07-16T21:20:10.181Z Compiling num-iter v0.1.45
16112026-07-16T21:20:10.314Z Compiling darling v0.21.3
16122026-07-16T21:20:10.325Z Compiling inout v0.2.2
16132026-07-16T21:20:10.329Z Compiling derive_builder v0.20.2
16142026-07-16T21:20:10.434Z Compiling document-features v0.2.12
16152026-07-16T21:20:10.469Z Compiling ipnetwork v0.21.1
16162026-07-16T21:20:10.600Z Compiling goblin v0.8.2
16172026-07-16T21:20:10.726Z Compiling oxnet v0.1.6
16182026-07-16T21:20:10.776Z Compiling hubpack_derive v0.1.1
16192026-07-16T21:20:10.819Z Compiling futures-executor v0.3.32
16202026-07-16T21:20:10.872Z Compiling regex v1.12.3
16212026-07-16T21:20:11.006Z Compiling strum_macros v0.27.2
16222026-07-16T21:20:11.019Z Compiling snafu-derive v0.8.9
16232026-07-16T21:20:11.080Z Compiling ref-cast-impl v1.0.25
16242026-07-16T21:20:11.088Z Compiling curve25519-dalek-derive v0.1.1
16252026-07-16T21:20:11.104Z Compiling daft-derive v0.1.7
16262026-07-16T21:20:11.309Z Compiling terminal_size v0.4.3
16272026-07-16T21:20:11.480Z Compiling phf_shared v0.13.1
16282026-07-16T21:20:11.528Z Compiling lazy_static v1.5.0
16292026-07-16T21:20:11.528Z Compiling anstyle-parse v0.2.7
16302026-07-16T21:20:11.528Z Compiling cargo-platform v0.3.2
16312026-07-16T21:20:11.588Z Compiling vergen v9.1.0
16322026-07-16T21:20:11.644Z Compiling ff v0.13.1
16332026-07-16T21:20:11.646Z Compiling fs-err v3.3.0
16342026-07-16T21:20:11.676Z Compiling ahash v0.8.12
16352026-07-16T21:20:11.693Z Compiling winnow v0.5.40
16362026-07-16T21:20:11.737Z Compiling unicode-segmentation v1.12.0
16372026-07-16T21:20:11.762Z Compiling tokio-util v0.7.18
16382026-07-16T21:20:11.791Z Compiling tower v0.5.3
16392026-07-16T21:20:11.800Z Compiling tokio-native-tls v0.3.1
16402026-07-16T21:20:11.800Z Compiling foldhash v0.1.5
16412026-07-16T21:20:11.828Z Compiling managed v0.8.0
16422026-07-16T21:20:11.891Z Compiling foldhash v0.2.0
16432026-07-16T21:20:11.936Z Compiling same-file v1.0.6
16442026-07-16T21:20:12.003Z Compiling bitflags v1.3.2
16452026-07-16T21:20:12.035Z Compiling bumpalo v3.20.2
16462026-07-16T21:20:12.072Z Compiling base16ct v0.2.0
16472026-07-16T21:20:12.095Z Compiling libbz2-rs-sys v0.2.2
16482026-07-16T21:20:12.108Z Compiling object v0.37.3
16492026-07-16T21:20:12.141Z Compiling clap_builder v4.6.0
16502026-07-16T21:20:12.142Z Compiling hashbrown v0.16.1
16512026-07-16T21:20:12.257Z Compiling tower-http v0.6.8
16522026-07-16T21:20:12.275Z Compiling zopfli v0.8.3
16532026-07-16T21:20:12.282Z Compiling flate2 v1.1.9
16542026-07-16T21:20:12.478Z Compiling h2 v0.4.15
16552026-07-16T21:20:12.688Z Compiling newtype-uuid v1.3.2
16562026-07-16T21:20:12.700Z Compiling bzip2 v0.6.1
16572026-07-16T21:20:12.715Z Compiling sec1 v0.7.3
16582026-07-16T21:20:12.785Z Compiling walkdir v2.5.0
16592026-07-16T21:20:12.833Z Compiling hashbrown v0.15.5
16602026-07-16T21:20:12.916Z Compiling daft v0.1.7
16612026-07-16T21:20:12.946Z Compiling dof v0.3.0
16622026-07-16T21:20:13.023Z Compiling snafu v0.8.9
16632026-07-16T21:20:13.041Z Compiling toml_edit v0.19.15
16642026-07-16T21:20:13.069Z Compiling strum v0.27.2
16652026-07-16T21:20:13.171Z Compiling group v0.13.0
16662026-07-16T21:20:13.216Z Compiling cargo_metadata v0.23.1
16672026-07-16T21:20:13.229Z Compiling anstream v0.6.21
16682026-07-16T21:20:13.347Z Compiling phf v0.13.1
16692026-07-16T21:20:13.403Z Compiling signal-hook-mio v0.2.5
16702026-07-16T21:20:13.518Z Compiling hubpack v0.1.2
16712026-07-16T21:20:13.535Z Compiling usdt-macro v0.6.0
16722026-07-16T21:20:13.561Z Compiling usdt-attr-macro v0.6.0
16732026-07-16T21:20:13.584Z Compiling cookie_store v0.22.1
16742026-07-16T21:20:13.696Z Compiling bzip2 v0.4.4
16752026-07-16T21:20:13.746Z Compiling futures v0.3.32
16762026-07-16T21:20:13.761Z Compiling cipher v0.5.2
16772026-07-16T21:20:13.793Z Compiling serde_with_macros v3.17.0
16782026-07-16T21:20:13.838Z Compiling postgres-types v0.2.12
16792026-07-16T21:20:13.939Z Compiling zstd v0.13.3
16802026-07-16T21:20:14.173Z Compiling globset v0.4.18
16812026-07-16T21:20:14.211Z Compiling ed25519 v2.2.3
16822026-07-16T21:20:14.258Z Compiling dtrace-parser v0.2.0
16832026-07-16T21:20:14.324Z Compiling pkcs1 v0.7.5
16842026-07-16T21:20:14.414Z Compiling serde_plain v1.0.2
16852026-07-16T21:20:14.427Z Compiling serde-big-array v0.5.1
16862026-07-16T21:20:14.586Z Compiling olpc-cjson v0.1.4
16872026-07-16T21:20:14.600Z Compiling hkdf v0.12.4
16882026-07-16T21:20:14.624Z Compiling crypto-bigint v0.5.5
16892026-07-16T21:20:14.742Z Compiling strum_macros v0.26.4
16902026-07-16T21:20:14.764Z Compiling serde_repr v0.1.20
16912026-07-16T21:20:14.784Z Compiling clap_derive v4.6.1
16922026-07-16T21:20:14.874Z Compiling enum-as-inner v0.6.1
16932026-07-16T21:20:14.974Z Compiling async-recursion v1.1.1
16942026-07-16T21:20:15.030Z Compiling phf_shared v0.11.3
16952026-07-16T21:20:15.156Z Compiling float-cmp v0.10.0
16962026-07-16T21:20:15.188Z Compiling pem v3.0.6
16972026-07-16T21:20:15.243Z Compiling memmap2 v0.9.10
16982026-07-16T21:20:15.321Z Compiling thread-id v4.2.2
16992026-07-16T21:20:15.336Z Compiling env_filter v1.0.0
17002026-07-16T21:20:15.367Z Compiling precomputed-hash v0.1.1
17012026-07-16T21:20:15.417Z Compiling whoami v2.1.0
17022026-07-16T21:20:15.465Z Compiling keccak v0.1.6
17032026-07-16T21:20:15.479Z Compiling either v1.15.0
17042026-07-16T21:20:15.491Z Compiling cpufeatures v0.3.0
17052026-07-16T21:20:15.549Z Compiling winnow v1.0.3
17062026-07-16T21:20:15.602Z Compiling predicates-core v1.0.10
17072026-07-16T21:20:15.662Z Compiling new_debug_unreachable v1.0.6
17082026-07-16T21:20:15.715Z Compiling hyper v1.10.1
17092026-07-16T21:20:15.729Z Compiling data-encoding v2.10.0
17102026-07-16T21:20:15.743Z Compiling fixedbitset v0.4.2
17112026-07-16T21:20:15.782Z Compiling const-oid v0.10.2
17122026-07-16T21:20:15.782Z Compiling difflib v0.4.0
17132026-07-16T21:20:15.840Z Compiling typed-path v0.9.3
17142026-07-16T21:20:15.927Z Compiling jiff v0.2.21
17152026-07-16T21:20:15.970Z Compiling static_assertions v1.1.0
17162026-07-16T21:20:16.011Z Compiling fixedbitset v0.5.7
17172026-07-16T21:20:16.066Z Compiling normalize-line-endings v0.3.0
17182026-07-16T21:20:16.172Z Compiling predicates v3.1.4
17192026-07-16T21:20:16.190Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-16T21:20:16.262Z Compiling petgraph v0.8.3
17212026-07-16T21:20:16.354Z Compiling hickory-proto v0.25.2
17222026-07-16T21:20:16.366Z Compiling digest v0.11.3
17232026-07-16T21:20:16.472Z Compiling petgraph v0.6.5
17242026-07-16T21:20:16.593Z Compiling strum v0.26.3
17252026-07-16T21:20:16.622Z Compiling toml_parser v1.1.2+spec-1.1.0
17262026-07-16T21:20:16.689Z Compiling clap v4.6.1
17272026-07-16T21:20:16.743Z Compiling toml_edit v0.22.27
17282026-07-16T21:20:16.772Z Compiling string_cache v0.8.9
17292026-07-16T21:20:16.772Z Compiling itertools v0.13.0
17302026-07-16T21:20:16.839Z Compiling tokio-postgres v0.7.16
17312026-07-16T21:20:16.854Z Compiling elliptic-curve v0.13.8
17322026-07-16T21:20:17.018Z Compiling hyper-util v0.1.20
17332026-07-16T21:20:17.135Z Compiling sha3 v0.10.8
17342026-07-16T21:20:17.276Z Compiling chacha20 v0.10.0
17352026-07-16T21:20:17.293Z Compiling env_logger v0.11.9
17362026-07-16T21:20:17.408Z Compiling usdt v0.6.0
17372026-07-16T21:20:17.605Z Compiling usdt-impl v0.5.0
17382026-07-16T21:20:17.657Z Compiling crossterm v0.28.1
17392026-07-16T21:20:17.658Z Compiling serde_with v3.17.0
17402026-07-16T21:20:17.692Z Compiling rsa v0.9.10
17412026-07-16T21:20:18.020Z Compiling toml v0.7.8
17422026-07-16T21:20:18.064Z Compiling ed25519-dalek v2.2.0
17432026-07-16T21:20:18.629Z Compiling hyper-tls v0.6.0
17442026-07-16T21:20:18.682Z Compiling zip v4.6.1
17452026-07-16T21:20:18.711Z Compiling zip v0.6.6
17462026-07-16T21:20:18.781Z Compiling iddqd v0.4.2
17472026-07-16T21:20:18.876Z Compiling reqwest v0.12.28
17482026-07-16T21:20:19.092Z Compiling tokio-stream v0.1.18
17492026-07-16T21:20:19.282Z Compiling similar v2.7.0
17502026-07-16T21:20:19.315Z Compiling heck v0.4.1
17512026-07-16T21:20:19.387Z Compiling buf-list v1.1.2
17522026-07-16T21:20:19.391Z Compiling byte-wrapper v0.1.0
17532026-07-16T21:20:19.474Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-07-16T21:20:19.566Z Compiling openapiv3 v2.2.0
17552026-07-16T21:20:19.579Z Compiling x509-cert v0.2.5
17562026-07-16T21:20:19.661Z Compiling crossbeam-epoch v0.9.18
17572026-07-16T21:20:19.679Z Compiling lalrpop-util v0.19.12
17582026-07-16T21:20:19.758Z Compiling peg-runtime v0.8.5
17592026-07-16T21:20:19.789Z Compiling thread_local v1.1.9
17602026-07-16T21:20:19.886Z Compiling slog-async v2.8.0
17612026-07-16T21:20:19.910Z Compiling crossbeam-channel v0.5.15
17622026-07-16T21:20:20.007Z Compiling filetime v0.2.27
17632026-07-16T21:20:20.054Z Compiling is-terminal v0.4.17
17642026-07-16T21:20:20.099Z Compiling xattr v1.6.1
17652026-07-16T21:20:20.118Z Compiling term v1.2.1
17662026-07-16T21:20:20.139Z Compiling take_mut v0.2.2
17672026-07-16T21:20:20.166Z Compiling camino-tempfile v1.4.1
17682026-07-16T21:20:20.228Z Compiling tar v0.4.46
17692026-07-16T21:20:20.415Z Compiling slog-term v2.9.2
17702026-07-16T21:20:38.044Z Compiling rustls-webpki v0.103.13
17712026-07-16T21:20:40.712Z Compiling tokio-rustls v0.26.4
17722026-07-16T21:20:40.712Z Compiling rustls-platform-verifier v0.6.2
17732026-07-16T21:20:40.712Z Compiling tough v0.22.0
17742026-07-16T21:20:40.908Z Compiling hyper-rustls v0.27.7
17752026-07-16T21:20:41.097Z Compiling reqwest v0.13.2
17762026-07-16T21:20:43.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17772026-07-16T21:20:43.498Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17782026-07-16T21:20:46.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.00s
17792026-07-16T21:20:46.442Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17802026-07-16T21:20:46.489ZJul 16 21:20:45.651 INFO Starting download, target: DendriteStub
17812026-07-16T21:20:46.489ZJul 16 21:20:45.651 INFO Starting download, target: Clickhouse
17822026-07-16T21:20:46.489ZJul 16 21:20:45.651 INFO Starting download, target: Console
17832026-07-16T21:20:46.489ZJul 16 21:20:45.651 INFO Starting download, target: Cockroach
17842026-07-16T21:20:46.489ZJul 16 21:20:45.651 INFO Starting download, target: MaghemiteMgd
17852026-07-16T21:20:46.489ZJul 16 21:20:45.652 INFO Starting download, target: MaghemiteDdmd
17862026-07-16T21:20:46.489ZJul 16 21:20:45.652 INFO Starting download, target: TransceiverControl
17872026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17882026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17902026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17912026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17922026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17932026-07-16T21:20:46.492ZJul 16 21:20:45.652 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17942026-07-16T21:20:47.072ZJul 16 21:20:46.220 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17952026-07-16T21:20:47.305ZJul 16 21:20:46.438 INFO Download complete, target: TransceiverControl
17962026-07-16T21:20:48.277ZJul 16 21:20:47.436 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17972026-07-16T21:20:48.331ZJul 16 21:20:47.492 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17982026-07-16T21:20:48.404ZJul 16 21:20:47.564 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17992026-07-16T21:20:48.498ZJul 16 21:20:47.654 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18002026-07-16T21:20:48.546ZJul 16 21:20:47.702 INFO Download complete, target: Console
18012026-07-16T21:20:48.865ZJul 16 21:20:48.026 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18022026-07-16T21:20:48.866ZJul 16 21:20:48.026 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18032026-07-16T21:20:49.320ZJul 16 21:20:48.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-07-16T21:20:50.319ZJul 16 21:20:49.481 INFO Download complete, target: MaghemiteDdmd
18052026-07-16T21:20:51.377ZJul 16 21:20:50.538 INFO Download complete, target: DendriteStub
18062026-07-16T21:20:51.377ZJul 16 21:20:50.538 INFO Download complete, target: MaghemiteMgd
18072026-07-16T21:20:53.602ZJul 16 21:20:52.764 INFO Checking that binary works, target: Cockroach
18082026-07-16T21:20:53.724ZJul 16 21:20:52.887 INFO Download complete, target: Cockroach
18092026-07-16T21:20:56.028ZJul 16 21:20:55.191 INFO Checking that binary works, target: Clickhouse
18102026-07-16T21:20:56.108ZJul 16 21:20:55.270 INFO Download complete, target: Clickhouse
18112026-07-16T21:20:56.114ZAll prerequisites installed successfully
18122026-07-16T21:20:56.119Z
18132026-07-16T21:20:56.119Zreal 1:23.347618874
18142026-07-16T21:20:56.119Zuser 6:33.138868831
18152026-07-16T21:20:56.119Zsys 1:36.309062393
18162026-07-16T21:20:56.119Ztrap 0.240766209
18172026-07-16T21:20:56.119Ztflt 0.864229477
18182026-07-16T21:20:56.119Zdflt 1.668779233
18192026-07-16T21:20:56.119Zkflt 0.026268872
18202026-07-16T21:20:56.119Zlock 23:14.706702959
18212026-07-16T21:20:56.119Zslp 17:46.492377952
18222026-07-16T21:20:56.119Zlat 20.429281486
18232026-07-16T21:20:56.119Zstop 2:17.214673176
18242026-07-16T21:20:56.119Z+ source ./tools/include/force-git-over-https.sh
18252026-07-16T21:20:56.119Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18262026-07-16T21:20:56.119Z++ (( i = 0 ))
18272026-07-16T21:20:56.119Z++ (( i < 5 ))
18282026-07-16T21:20:56.119Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18292026-07-16T21:20:56.122Z++ (( i++ ))
18302026-07-16T21:20:56.122Z++ (( i < 5 ))
18312026-07-16T21:20:56.124Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18322026-07-16T21:20:56.124Z++ (( i++ ))
18332026-07-16T21:20:56.124Z++ (( i < 5 ))
18342026-07-16T21:20:56.124Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18352026-07-16T21:20:56.127Z++ (( i++ ))
18362026-07-16T21:20:56.127Z++ (( i < 5 ))
18372026-07-16T21:20:56.127Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18382026-07-16T21:20:56.130Z++ (( i++ ))
18392026-07-16T21:20:56.130Z++ (( i < 5 ))
18402026-07-16T21:20:56.130Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18412026-07-16T21:20:56.130Z++ (( i++ ))
18422026-07-16T21:20:56.130Z++ (( i < 5 ))
18432026-07-16T21:20:56.130Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18442026-07-16T21:20:56.130Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18452026-07-16T21:20:56.130Z+ rc=0
18462026-07-16T21:20:56.130Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18472026-07-16T21:21:01.459Z+ case $rc in
18482026-07-16T21:21:01.459Z+ pfexec zfs create -p rpool/images/build/host
18492026-07-16T21:21:01.693Z+ pfexec zfs create -p rpool/images/build/recovery
18502026-07-16T21:21:01.771Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18512026-07-16T21:21:02.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18522026-07-16T21:21:02.195Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18532026-07-16T21:21:03.002Z Compiling proc-macro2 v1.0.106
18542026-07-16T21:21:03.002Z Compiling quote v1.0.45
18552026-07-16T21:21:03.002Z Compiling unicode-ident v1.0.24
18562026-07-16T21:21:03.089Z Compiling libc v0.2.185
18572026-07-16T21:21:03.089Z Compiling serde_core v1.0.228
18582026-07-16T21:21:03.089Z Compiling serde v1.0.228
18592026-07-16T21:21:03.089Z Compiling cfg-if v1.0.4
18602026-07-16T21:21:03.089Z Compiling find-msvc-tools v0.1.9
18612026-07-16T21:21:03.089Z Compiling shlex v1.3.0
18622026-07-16T21:21:03.089Z Compiling version_check v0.9.5
18632026-07-16T21:21:03.089Z Compiling autocfg v1.5.0
18642026-07-16T21:21:03.141Z Compiling zmij v1.0.21
18652026-07-16T21:21:03.144Z Compiling memchr v2.8.0
18662026-07-16T21:21:03.144Z Compiling zerocopy v0.8.40
18672026-07-16T21:21:03.144Z Compiling serde_json v1.0.150
18682026-07-16T21:21:03.323Z Compiling portable-atomic v1.13.1
18692026-07-16T21:21:03.427Z Compiling getrandom v0.4.1
18702026-07-16T21:21:03.486Z Compiling libm v0.2.16
18712026-07-16T21:21:03.577Z Compiling parking_lot_core v0.9.12
18722026-07-16T21:21:03.594Z Compiling icu_normalizer_data v2.1.1
18732026-07-16T21:21:03.692Z Compiling icu_properties_data v2.1.2
18742026-07-16T21:21:03.695Z Compiling smallvec v1.15.1
18752026-07-16T21:21:03.760Z Compiling generic-array v0.14.7
18762026-07-16T21:21:03.809Z Compiling num-traits v0.2.19
18772026-07-16T21:21:03.809Z Compiling pkg-config v0.3.32
18782026-07-16T21:21:03.842Z Compiling itoa v1.0.17
18792026-07-16T21:21:03.846Z Compiling log v0.4.29
18802026-07-16T21:21:03.846Z Compiling subtle v2.6.1
18812026-07-16T21:21:03.976Z Compiling getrandom v0.3.4
18822026-07-16T21:21:04.036Z Compiling scopeguard v1.2.0
18832026-07-16T21:21:04.074Z Compiling rustix v1.1.3
18842026-07-16T21:21:04.089Z Compiling errno v0.3.14
18852026-07-16T21:21:04.125Z Compiling stable_deref_trait v1.2.1
18862026-07-16T21:21:04.147Z Compiling lock_api v0.4.14
18872026-07-16T21:21:04.197Z Compiling typenum v1.20.1
18882026-07-16T21:21:04.214Z Compiling jobserver v0.1.34
18892026-07-16T21:21:04.247Z Compiling heck v0.5.0
18902026-07-16T21:21:04.294Z Compiling critical-section v1.2.0
18912026-07-16T21:21:04.421Z Compiling rand_core v0.10.0
18922026-07-16T21:21:04.447Z Compiling fs_extra v1.3.0
18932026-07-16T21:21:04.447Z Compiling dunce v1.0.5
18942026-07-16T21:21:04.467Z Compiling cc v1.2.56
18952026-07-16T21:21:04.467Z Compiling thiserror v2.0.18
18962026-07-16T21:21:04.512Z Compiling syn v2.0.117
18972026-07-16T21:21:04.622Z Compiling pin-project-lite v0.2.17
18982026-07-16T21:21:04.648Z Compiling fnv v1.0.7
18992026-07-16T21:21:04.749Z Compiling once_cell v1.21.3
19002026-07-16T21:21:04.768Z Compiling percent-encoding v2.3.2
19012026-07-16T21:21:04.775Z Compiling writeable v0.6.2
19022026-07-16T21:21:04.784Z Compiling litemap v0.8.1
19032026-07-16T21:21:04.812Z Compiling rustversion v1.0.22
19042026-07-16T21:21:04.820Z Compiling getrandom v0.2.17
19052026-07-16T21:21:04.860Z Compiling schemars v0.8.22
19062026-07-16T21:21:04.968Z Compiling rand_core v0.6.4
19072026-07-16T21:21:05.064Z Compiling futures-core v0.3.32
19082026-07-16T21:21:05.090Z Compiling aws-lc-rs v1.16.3
19092026-07-16T21:21:05.106Z Compiling equivalent v1.0.2
19102026-07-16T21:21:05.168Z Compiling signal-hook-registry v1.4.8
19112026-07-16T21:21:05.177Z Compiling cmake v0.1.57
19122026-07-16T21:21:05.227Z Compiling httparse v1.10.1
19132026-07-16T21:21:05.267Z Compiling mio v1.2.0
19142026-07-16T21:21:05.298Z Compiling const-oid v0.9.6
19152026-07-16T21:21:05.408Z Compiling parking_lot v0.12.5
19162026-07-16T21:21:05.527Z Compiling semver v1.0.28
19172026-07-16T21:21:05.610Z Compiling utf8_iter v1.0.4
19182026-07-16T21:21:05.646Z Compiling bitflags v2.11.0
19192026-07-16T21:21:05.661Z Compiling vcpkg v0.2.15
19202026-07-16T21:21:05.695Z Compiling crc32fast v1.5.0
19212026-07-16T21:21:05.827Z Compiling aws-lc-sys v0.40.0
19222026-07-16T21:21:05.978Z Compiling form_urlencoded v1.2.2
19232026-07-16T21:21:06.083Z Compiling socket2 v0.6.3
19242026-07-16T21:21:06.121Z Compiling hashbrown v0.17.0
19252026-07-16T21:21:06.265Z Compiling openssl-sys v0.9.115
19262026-07-16T21:21:06.592Z Compiling futures-sink v0.3.32
19272026-07-16T21:21:06.626Z Compiling rustls v0.23.41
19282026-07-16T21:21:06.688Z Compiling futures-channel v0.3.32
19292026-07-16T21:21:06.771Z Compiling byteorder v1.5.0
19302026-07-16T21:21:06.788Z Compiling indexmap v2.14.0
19312026-07-16T21:21:06.807Z Compiling futures-task v0.3.32
19322026-07-16T21:21:06.827Z Compiling slab v0.4.12
19332026-07-16T21:21:06.882Z Compiling futures-io v0.3.32
19342026-07-16T21:21:06.934Z Compiling strsim v0.11.1
19352026-07-16T21:21:06.980Z Compiling iana-time-zone v0.1.65
19362026-07-16T21:21:07.034Z Compiling rustc_version v0.4.1
19372026-07-16T21:21:07.069Z Compiling base64 v0.22.1
19382026-07-16T21:21:07.116Z Compiling thiserror v1.0.69
19392026-07-16T21:21:07.148Z Compiling ucd-trie v0.1.7
19402026-07-16T21:21:07.170Z Compiling syn v1.0.109
19412026-07-16T21:21:07.276Z Compiling synstructure v0.13.2
19422026-07-16T21:21:07.292Z Compiling serde_derive_internals v0.29.1
19432026-07-16T21:21:07.306Z Compiling pest v2.8.6
19442026-07-16T21:21:07.400Z Compiling time-core v0.1.8
19452026-07-16T21:21:07.405Z Compiling openssl v0.10.79
19462026-07-16T21:21:07.503Z Compiling ident_case v1.0.1
19472026-07-16T21:21:07.572Z Compiling num-conv v0.2.0
19482026-07-16T21:21:07.644Z Compiling uuid v1.23.4
19492026-07-16T21:21:07.664Z Compiling bzip2-sys v0.1.13+1.0.8
19502026-07-16T21:21:07.729Z Compiling time-macros v0.2.27
19512026-07-16T21:21:07.744Z Compiling regex-syntax v0.8.10
19522026-07-16T21:21:07.758Z Compiling paste v1.0.15
19532026-07-16T21:21:07.813Z Compiling fastrand v2.3.0
19542026-07-16T21:21:08.000Z Compiling native-tls v0.2.18
19552026-07-16T21:21:08.105Z Compiling rand_core v0.9.5
19562026-07-16T21:21:08.273Z Compiling slog v2.8.2
19572026-07-16T21:21:08.281Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19582026-07-16T21:21:08.388Z Compiling num-bigint-dig v0.8.6
19592026-07-16T21:21:08.392Z Compiling base64ct v1.8.3
19602026-07-16T21:21:08.392Z Compiling camino v1.2.2
19612026-07-16T21:21:08.433Z Compiling pest_meta v2.8.6
19622026-07-16T21:21:08.460Z Compiling dyn-clone v1.0.20
19632026-07-16T21:21:08.528Z Compiling crossbeam-utils v0.8.21
19642026-07-16T21:21:08.584Z Compiling serde_derive v1.0.228
19652026-07-16T21:21:08.620Z Compiling zeroize_derive v1.4.3
19662026-07-16T21:21:08.637Z Compiling zerofrom-derive v0.1.6
19672026-07-16T21:21:08.655Z Compiling yoke-derive v0.8.1
19682026-07-16T21:21:08.708Z Compiling zerocopy-derive v0.8.40
19692026-07-16T21:21:08.725Z Compiling zerovec-derive v0.11.2
19702026-07-16T21:21:08.749Z Compiling displaydoc v0.2.5
19712026-07-16T21:21:08.782Z Compiling tokio-macros v2.7.0
19722026-07-16T21:21:08.800Z Compiling futures-macro v0.3.32
19732026-07-16T21:21:08.880Z Compiling thiserror-impl v2.0.18
19742026-07-16T21:21:09.072Z Compiling der_derive v0.7.3
19752026-07-16T21:21:09.278Z Compiling zeroize v1.8.2
19762026-07-16T21:21:09.493Z Compiling tracing-attributes v0.1.31
19772026-07-16T21:21:09.550Z Compiling schemars_derive v0.8.22
19782026-07-16T21:21:09.691Z Compiling futures-util v0.3.32
19792026-07-16T21:21:09.789Z Compiling zerofrom v0.1.6
19802026-07-16T21:21:09.940Z Compiling yoke v0.8.1
19812026-07-16T21:21:09.985Z Compiling thiserror-impl v1.0.69
19822026-07-16T21:21:10.034Z Compiling pest_generator v2.8.6
19832026-07-16T21:21:10.159Z Compiling zerovec v0.11.5
19842026-07-16T21:21:10.185Z Compiling zerotrie v0.2.3
19852026-07-16T21:21:10.531Z Compiling block-buffer v0.10.4
19862026-07-16T21:21:10.643Z Compiling crypto-common v0.1.7
19872026-07-16T21:21:10.698Z Compiling tinystr v0.8.2
19882026-07-16T21:21:10.698Z Compiling potential_utf v0.1.4
19892026-07-16T21:21:10.782Z Compiling digest v0.10.7
19902026-07-16T21:21:10.878Z Compiling icu_collections v2.1.1
19912026-07-16T21:21:10.933Z Compiling icu_locale_core v2.1.1
19922026-07-16T21:21:10.976Z Compiling openssl-macros v0.1.1
19932026-07-16T21:21:11.057Z Compiling pest_derive v2.8.6
19942026-07-16T21:21:11.109Z Compiling scroll_derive v0.13.1
19952026-07-16T21:21:11.228Z Compiling pem-rfc7468 v0.7.0
19962026-07-16T21:21:11.337Z Compiling ahash v0.8.12
19972026-07-16T21:21:11.544Z Compiling flagset v0.4.7
19982026-07-16T21:21:11.733Z Compiling icu_provider v2.1.1
19992026-07-16T21:21:11.765Z Compiling der v0.7.10
20002026-07-16T21:21:11.782Z Compiling rustls-pki-types v1.14.0
20012026-07-16T21:21:11.838Z Compiling daft-derive v0.1.7
20022026-07-16T21:21:11.956Z Compiling bytes v1.11.1
20032026-07-16T21:21:12.042Z Compiling icu_properties v2.1.2
20042026-07-16T21:21:12.059Z Compiling icu_normalizer v2.1.1
20052026-07-16T21:21:12.197Z Compiling chrono v0.4.45
20062026-07-16T21:21:12.558Z Compiling tokio v1.52.1
20072026-07-16T21:21:12.621Z Compiling http v1.4.2
20082026-07-16T21:21:12.859Z Compiling clap_derive v4.6.1
20092026-07-16T21:21:13.277Z Compiling idna_adapter v1.2.1
20102026-07-16T21:21:13.294Z Compiling ppv-lite86 v0.2.21
20112026-07-16T21:21:13.447Z Compiling idna v1.1.0
20122026-07-16T21:21:13.592Z Compiling tempfile v3.25.0
20132026-07-16T21:21:13.662Z Compiling rand_chacha v0.9.0
20142026-07-16T21:21:13.759Z Compiling tracing-core v0.1.36
20152026-07-16T21:21:13.844Z Compiling url v2.5.8
20162026-07-16T21:21:14.240Z Compiling cookie v0.18.1
20172026-07-16T21:21:14.270Z Compiling plain v0.2.3
20182026-07-16T21:21:14.389Z Compiling utf8parse v0.2.2
20192026-07-16T21:21:14.554Z Compiling tracing v0.1.44
20202026-07-16T21:21:14.585Z Compiling rand v0.9.2
20212026-07-16T21:21:14.774Z Compiling http-body v1.0.1
20222026-07-16T21:21:14.801Z Compiling spki v0.7.3
20232026-07-16T21:21:14.840Z Compiling hex v0.4.3
20242026-07-16T21:21:14.955Z Compiling async-trait v0.1.89
20252026-07-16T21:21:15.027Z Compiling spin v0.9.8
20262026-07-16T21:21:15.081Z Compiling aho-corasick v1.1.4
20272026-07-16T21:21:15.096Z Compiling anstyle v1.0.14
20282026-07-16T21:21:15.176Z Compiling cpufeatures v0.2.17
20292026-07-16T21:21:15.283Z Compiling simd-adler32 v0.3.8
20302026-07-16T21:21:15.335Z Compiling atomic-waker v1.1.2
20312026-07-16T21:21:15.720Z Compiling untrusted v0.7.1
20322026-07-16T21:21:15.744Z Compiling openssl-probe v0.2.1
20332026-07-16T21:21:15.760Z Compiling anstyle-query v1.1.5
20342026-07-16T21:21:15.857Z Compiling try-lock v0.2.5
20352026-07-16T21:21:15.873Z Compiling zstd-safe v7.2.4
20362026-07-16T21:21:15.876Z Compiling usdt-impl v0.6.0
20372026-07-16T21:21:15.903Z Compiling regex-automata v0.4.14
20382026-07-16T21:21:15.907Z Compiling colorchoice v1.0.4
20392026-07-16T21:21:16.010Z Compiling tinyvec_macros v0.1.1
20402026-07-16T21:21:16.013Z Compiling cmov v0.5.4
20412026-07-16T21:21:16.068Z Compiling is_terminal_polyfill v1.70.2
20422026-07-16T21:21:16.085Z Compiling adler2 v2.0.1
20432026-07-16T21:21:16.099Z Compiling tower-service v0.3.3
20442026-07-16T21:21:16.175Z Compiling tower-layer v0.3.3
20452026-07-16T21:21:16.191Z Compiling pretty-hex v0.4.1
20462026-07-16T21:21:16.211Z Compiling miniz_oxide v0.8.9
20472026-07-16T21:21:16.271Z Compiling ctutils v0.4.2
20482026-07-16T21:21:16.287Z Compiling tinyvec v1.10.0
20492026-07-16T21:21:16.338Z Compiling want v0.3.1
20502026-07-16T21:21:16.424Z Compiling tokio-util v0.7.18
20512026-07-16T21:21:16.492Z Compiling sha2 v0.10.9
20522026-07-16T21:21:16.516Z Compiling pkcs8 v0.10.2
20532026-07-16T21:21:16.539Z Compiling serde_tokenstream v0.2.3
20542026-07-16T21:21:16.557Z Compiling scroll v0.13.0
20552026-07-16T21:21:16.566Z Compiling ipnet v2.11.0
20562026-07-16T21:21:16.618Z Compiling scroll_derive v0.12.1
20572026-07-16T21:21:16.679Z Compiling pin-project-internal v1.1.11
20582026-07-16T21:21:16.900Z Compiling heapless v0.7.17
20592026-07-16T21:21:17.129Z Compiling signal-hook v0.3.18
20602026-07-16T21:21:17.350Z Compiling rustix v0.38.44
20612026-07-16T21:21:17.367Z Compiling zlib-rs v0.6.2
20622026-07-16T21:21:17.370Z Compiling anyhow v1.0.102
20632026-07-16T21:21:17.411Z Compiling litrs v1.0.0
20642026-07-16T21:21:17.623Z Compiling untrusted v0.9.0
20652026-07-16T21:21:17.710Z Compiling httpdate v1.0.3
20662026-07-16T21:21:17.727Z Compiling h2 v0.4.15
20672026-07-16T21:21:17.837Z Compiling goblin v0.10.5
20682026-07-16T21:21:17.897Z Compiling document-features v0.2.12
20692026-07-16T21:21:17.911Z Compiling hybrid-array v0.4.13
20702026-07-16T21:21:18.102Z Compiling anstyle-parse v1.0.0
20712026-07-16T21:21:18.356Z Compiling strum_macros v0.26.4
20722026-07-16T21:21:18.446Z Compiling darling_core v0.20.11
20732026-07-16T21:21:18.616Z Compiling darling_core v0.21.3
20742026-07-16T21:21:18.649Z Compiling wait-timeout v0.2.1
20752026-07-16T21:21:18.721Z Compiling powerfmt v0.2.0
20762026-07-16T21:21:18.883Z Compiling foreign-types-shared v0.1.1
20772026-07-16T21:21:18.996Z Compiling quick-error v1.2.3
20782026-07-16T21:21:19.073Z Compiling bit-vec v0.8.0
20792026-07-16T21:21:19.273Z Compiling rusty-fork v0.3.1
20802026-07-16T21:21:19.291Z Compiling foreign-types v0.3.2
20812026-07-16T21:21:19.337Z Compiling bit-set v0.8.0
20822026-07-16T21:21:19.372Z Compiling deranged v0.5.8
20832026-07-16T21:21:19.403Z Compiling anstream v1.0.0
20842026-07-16T21:21:19.505Z Compiling unicode-normalization v0.1.25
20852026-07-16T21:21:19.540Z Compiling flate2 v1.1.9
20862026-07-16T21:21:19.943Z Compiling rand_chacha v0.3.1
20872026-07-16T21:21:19.997Z Compiling serde_spanned v0.6.9
20882026-07-16T21:21:20.002Z Compiling toml_datetime v0.6.11
20892026-07-16T21:21:20.103Z Compiling dtrace-parser v0.3.0
20902026-07-16T21:21:20.134Z Compiling snafu-derive v0.8.9
20912026-07-16T21:21:20.180Z Compiling zerocopy-derive v0.7.35
20922026-07-16T21:21:20.362Z Compiling rand_xorshift v0.4.0
20932026-07-16T21:21:20.417Z Compiling darling_macro v0.20.11
20942026-07-16T21:21:20.441Z Compiling terminal_size v0.4.3
20952026-07-16T21:21:20.538Z Compiling dof v0.4.0
20962026-07-16T21:21:20.633Z Compiling curve25519-dalek v4.1.3
20972026-07-16T21:21:20.735Z Compiling darling_macro v0.21.3
20982026-07-16T21:21:20.752Z Compiling thread-id v5.1.0
20992026-07-16T21:21:20.805Z Compiling memoffset v0.9.1
21002026-07-16T21:21:20.863Z Compiling num_threads v0.1.7
21012026-07-16T21:21:20.980Z Compiling hyper v1.10.1
21022026-07-16T21:21:20.998Z Compiling unarray v0.1.4
21032026-07-16T21:21:21.027Z Compiling clap_lex v1.0.0
21042026-07-16T21:21:21.073Z Compiling ref-cast v1.0.25
21052026-07-16T21:21:21.224Z Compiling smoltcp v0.9.1
21062026-07-16T21:21:21.258Z Compiling darling v0.21.3
21072026-07-16T21:21:21.371Z Compiling time v0.3.47
21082026-07-16T21:21:21.413Z Compiling clap_builder v4.6.0
21092026-07-16T21:21:21.568Z Compiling proptest v1.10.0
21102026-07-16T21:21:21.632Z Compiling darling v0.20.11
21112026-07-16T21:21:21.776Z Compiling rand v0.8.6
21122026-07-16T21:21:21.908Z Compiling ipnetwork v0.21.1
21132026-07-16T21:21:21.947Z Compiling http-body-util v0.1.3
21142026-07-16T21:21:22.057Z Compiling erased-serde v0.3.31
21152026-07-16T21:21:22.073Z Compiling hmac v0.12.1
21162026-07-16T21:21:22.226Z Compiling hyper-util v0.1.20
21172026-07-16T21:21:22.246Z Compiling signature v2.2.0
21182026-07-16T21:21:22.503Z Compiling sync_wrapper v1.0.2
21192026-07-16T21:21:22.601Z Compiling num-integer v0.1.46
21202026-07-16T21:21:22.752Z Compiling encoding_rs v0.8.35
21212026-07-16T21:21:23.118Z Compiling ryu v1.0.23
21222026-07-16T21:21:23.436Z Compiling mime v0.3.17
21232026-07-16T21:21:23.519Z Compiling cfg_aliases v0.2.1
21242026-07-16T21:21:24.203Z Compiling siphasher v1.0.2
21252026-07-16T21:21:24.350Z Compiling newtype-uuid v1.3.2
21262026-07-16T21:21:24.648Z Compiling nix v0.31.2
21272026-07-16T21:21:24.816Z Compiling clap v4.6.1
21282026-07-16T21:21:24.918Z Compiling serde_urlencoded v0.7.1
21292026-07-16T21:21:24.941Z Compiling num-iter v0.1.45
21302026-07-16T21:21:25.029Z Compiling tower v0.5.3
21312026-07-16T21:21:25.316Z Compiling oxnet v0.1.6
21322026-07-16T21:21:25.389Z Compiling derive_builder_core v0.20.2
21332026-07-16T21:21:25.527Z Compiling serde_with_macros v3.17.0
21342026-07-16T21:21:25.606Z Compiling regex v1.12.3
21352026-07-16T21:21:25.698Z Compiling lazy_static v1.5.0
21362026-07-16T21:21:25.811Z Compiling anstyle-parse v0.2.7
21372026-07-16T21:21:25.977Z Compiling hubpack_derive v0.1.1
21382026-07-16T21:21:26.033Z Compiling async-recursion v1.1.1
21392026-07-16T21:21:26.049Z Compiling curve25519-dalek-derive v0.1.1
21402026-07-16T21:21:26.051Z Compiling ref-cast-impl v1.0.25
21412026-07-16T21:21:26.066Z Compiling strum_macros v0.27.2
21422026-07-16T21:21:26.587Z Compiling fs-err v3.3.0
21432026-07-16T21:21:26.642Z Compiling usdt-impl v0.5.0
21442026-07-16T21:21:26.710Z Compiling iri-string v0.7.10
21452026-07-16T21:21:26.841Z Compiling winnow v0.5.40
21462026-07-16T21:21:26.922Z Compiling allocator-api2 v0.2.21
21472026-07-16T21:21:26.952Z Compiling unicode-bidi v0.3.18
21482026-07-16T21:21:27.101Z Compiling object v0.37.3
21492026-07-16T21:21:27.117Z Compiling unicode-properties v0.1.4
21502026-07-16T21:21:27.341Z Compiling stringprep v0.1.5
21512026-07-16T21:21:27.847Z Compiling derive_builder_macro v0.20.2
21522026-07-16T21:21:28.241Z Compiling tower-http v0.6.8
21532026-07-16T21:21:28.344Z Compiling toml_edit v0.19.15
21542026-07-16T21:21:28.575Z Compiling anstream v0.6.21
21552026-07-16T21:21:28.661Z Compiling daft v0.1.7
21562026-07-16T21:21:28.677Z Compiling tokio-native-tls v0.3.1
21572026-07-16T21:21:28.957Z Compiling usdt-macro v0.6.0
21582026-07-16T21:21:28.981Z Compiling usdt-attr-macro v0.6.0
21592026-07-16T21:21:29.299Z Compiling block-buffer v0.12.1
21602026-07-16T21:21:29.350Z Compiling crypto-common v0.2.2
21612026-07-16T21:21:29.400Z Compiling block-padding v0.4.2
21622026-07-16T21:21:29.564Z Compiling bstr v1.12.1
21632026-07-16T21:21:29.579Z Compiling scroll v0.12.0
21642026-07-16T21:21:29.744Z Compiling pkcs1 v0.7.5
21652026-07-16T21:21:29.766Z Compiling rustls-native-certs v0.8.3
21662026-07-16T21:21:30.023Z Compiling md-5 v0.10.6
21672026-07-16T21:21:30.187Z Compiling hash32 v0.2.1
21682026-07-16T21:21:30.220Z Compiling vergen-lib v9.1.0
21692026-07-16T21:21:30.223Z Compiling env_filter v1.0.0
21702026-07-16T21:21:30.237Z Compiling psl-types v2.0.11
21712026-07-16T21:21:30.402Z Compiling fallible-iterator v0.2.0
21722026-07-16T21:21:30.461Z Compiling radium v0.7.0
21732026-07-16T21:21:30.655Z Compiling env_logger v0.11.9
21742026-07-16T21:21:30.655Z Compiling publicsuffix v2.3.0
21752026-07-16T21:21:30.692Z Compiling postgres-protocol v0.6.10
21762026-07-16T21:21:31.036Z Compiling rsa v0.9.10
21772026-07-16T21:21:31.127Z Compiling toml v0.7.8
21782026-07-16T21:21:31.213Z Compiling goblin v0.8.2
21792026-07-16T21:21:31.468Z Compiling inout v0.2.2
21802026-07-16T21:21:31.716Z Compiling bzip2 v0.4.4
21812026-07-16T21:21:31.765Z Compiling hyper-tls v0.6.0
21822026-07-16T21:21:31.850Z Compiling derive_builder v0.20.2
21832026-07-16T21:21:31.915Z Compiling phf_shared v0.13.1
21842026-07-16T21:21:32.003Z Compiling zerocopy v0.7.35
21852026-07-16T21:21:32.106Z Compiling pin-project v1.1.11
21862026-07-16T21:21:32.175Z Compiling x509-cert v0.2.5
21872026-07-16T21:21:32.202Z Compiling futures-executor v0.3.32
21882026-07-16T21:21:32.258Z Compiling serde_repr v0.1.20
21892026-07-16T21:21:32.273Z Compiling enum-as-inner v0.6.1
21902026-07-16T21:21:32.289Z Compiling ff v0.13.1
21912026-07-16T21:21:32.304Z Compiling vergen v9.1.0
21922026-07-16T21:21:32.448Z Compiling cargo-platform v0.3.2
21932026-07-16T21:21:32.583Z Compiling bumpalo v3.20.2
21942026-07-16T21:21:32.742Z Compiling maybe-uninit v2.0.0
21952026-07-16T21:21:32.813Z Compiling cpufeatures v0.3.0
21962026-07-16T21:21:32.846Z Compiling libbz2-rs-sys v0.2.2
21972026-07-16T21:21:32.951Z Compiling base16ct v0.2.0
21982026-07-16T21:21:33.032Z Compiling unicode-segmentation v1.12.0
21992026-07-16T21:21:33.048Z Compiling foldhash v0.1.5
22002026-07-16T21:21:33.094Z Compiling foldhash v0.2.0
22012026-07-16T21:21:33.139Z Compiling tap v1.0.1
22022026-07-16T21:21:33.236Z Compiling managed v0.8.0
22032026-07-16T21:21:33.269Z Compiling bitflags v1.3.2
22042026-07-16T21:21:33.285Z Compiling same-file v1.0.6
22052026-07-16T21:21:33.307Z Compiling bzip2 v0.6.1
22062026-07-16T21:21:33.331Z Compiling hashbrown v0.16.1
22072026-07-16T21:21:33.339Z Compiling wyz v0.5.1
22082026-07-16T21:21:33.359Z Compiling hashbrown v0.15.5
22092026-07-16T21:21:33.464Z Compiling walkdir v2.5.0
22102026-07-16T21:21:33.479Z Compiling dof v0.3.0
22112026-07-16T21:21:33.479Z Compiling sec1 v0.7.3
22122026-07-16T21:21:33.773Z Compiling zopfli v0.8.3
22132026-07-16T21:21:33.919Z Compiling cargo_metadata v0.23.1
22142026-07-16T21:21:33.958Z Compiling group v0.13.0
22152026-07-16T21:21:34.206Z Compiling futures v0.3.32
22162026-07-16T21:21:34.637Z Compiling snafu v0.8.9
22172026-07-16T21:21:34.768Z Compiling phf v0.13.1
22182026-07-16T21:21:35.096Z Compiling reqwest v0.12.28
22192026-07-16T21:21:35.137Z Compiling zstd v0.13.3
22202026-07-16T21:21:35.353Z Compiling zip v0.6.6
22212026-07-16T21:21:35.413Z Compiling signal-hook-mio v0.2.5
22222026-07-16T21:21:35.432Z Compiling cipher v0.5.2
22232026-07-16T21:21:35.447Z Compiling cookie_store v0.22.1
22242026-07-16T21:21:35.564Z Compiling postgres-types v0.2.12
22252026-07-16T21:21:35.713Z Compiling ed25519 v2.2.3
22262026-07-16T21:21:35.729Z Compiling globset v0.4.18
22272026-07-16T21:21:35.822Z Compiling strum v0.27.2
22282026-07-16T21:21:35.901Z Compiling dtrace-parser v0.2.0
22292026-07-16T21:21:35.981Z Compiling hubpack v0.1.2
22302026-07-16T21:21:36.057Z Compiling phf_shared v0.11.3
22312026-07-16T21:21:36.060Z Compiling hkdf v0.12.4
22322026-07-16T21:21:36.087Z Compiling olpc-cjson v0.1.4
22332026-07-16T21:21:36.236Z Compiling pem v3.0.6
22342026-07-16T21:21:36.323Z Compiling serde_plain v1.0.2
22352026-07-16T21:21:36.404Z Compiling serde-big-array v0.5.1
22362026-07-16T21:21:36.500Z Compiling crypto-bigint v0.5.5
22372026-07-16T21:21:36.546Z Compiling float-cmp v0.10.0
22382026-07-16T21:21:36.550Z Compiling memmap2 v0.9.10
22392026-07-16T21:21:36.578Z Compiling thread-id v4.2.2
22402026-07-16T21:21:36.728Z Compiling fixedbitset v0.5.7
22412026-07-16T21:21:36.745Z Compiling toml_write v0.1.2
22422026-07-16T21:21:36.849Z Compiling difflib v0.4.0
22432026-07-16T21:21:36.878Z Compiling fixedbitset v0.4.2
22442026-07-16T21:21:36.897Z Compiling funty v2.0.0
22452026-07-16T21:21:36.946Z Compiling whoami v2.1.0
22462026-07-16T21:21:36.962Z Compiling jiff v0.2.21
22472026-07-16T21:21:36.996Z Compiling new_debug_unreachable v1.0.6
22482026-07-16T21:21:37.023Z Compiling typed-path v0.9.3
22492026-07-16T21:21:37.039Z Compiling normalize-line-endings v0.3.0
22502026-07-16T21:21:37.100Z Compiling either v1.15.0
22512026-07-16T21:21:37.154Z Compiling data-encoding v2.10.0
22522026-07-16T21:21:37.183Z Compiling packed_struct v0.10.1
22532026-07-16T21:21:37.239Z Compiling winnow v1.0.3
22542026-07-16T21:21:37.311Z Compiling const-oid v0.10.2
22552026-07-16T21:21:37.319Z Compiling winnow v0.7.14
22562026-07-16T21:21:37.338Z Compiling keccak v0.1.6
22572026-07-16T21:21:37.465Z Compiling static_assertions v1.1.0
22582026-07-16T21:21:37.517Z Compiling predicates-core v1.0.10
22592026-07-16T21:21:37.562Z Compiling precomputed-hash v0.1.1
22602026-07-16T21:21:37.608Z Compiling toml_parser v1.1.2+spec-1.1.0
22612026-07-16T21:21:37.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22622026-07-16T21:21:37.659Z Compiling predicates v3.1.4
22632026-07-16T21:21:37.704Z Compiling string_cache v0.8.9
22642026-07-16T21:21:37.718Z Compiling sha3 v0.10.8
22652026-07-16T21:21:37.855Z Compiling digest v0.11.3
22662026-07-16T21:21:37.928Z Compiling hickory-proto v0.25.2
22672026-07-16T21:21:37.944Z Compiling elliptic-curve v0.13.8
22682026-07-16T21:21:38.031Z Compiling itertools v0.13.0
22692026-07-16T21:21:38.088Z Compiling bitvec v1.0.1
22702026-07-16T21:21:38.130Z Compiling tokio-postgres v0.7.16
22712026-07-16T21:21:38.147Z Compiling petgraph v0.6.5
22722026-07-16T21:21:38.195Z Compiling petgraph v0.8.3
22732026-07-16T21:21:38.250Z Compiling chacha20 v0.10.0
22742026-07-16T21:21:38.684Z Compiling toml_edit v0.22.27
22752026-07-16T21:21:38.761Z Compiling usdt v0.6.0
22762026-07-16T21:21:39.602Z Compiling zip v4.6.1
22772026-07-16T21:21:39.632Z Compiling ed25519-dalek v2.2.0
22782026-07-16T21:21:39.880Z Compiling iddqd v0.4.2
22792026-07-16T21:21:39.940Z Compiling crossterm v0.28.1
22802026-07-16T21:21:40.325Z Compiling crossbeam-epoch v0.9.18
22812026-07-16T21:21:40.502Z Compiling similar v2.7.0
22822026-07-16T21:21:40.560Z Compiling heck v0.4.1
22832026-07-16T21:21:40.576Z Compiling byte-wrapper v0.1.0
22842026-07-16T21:21:40.594Z Compiling serde_with v3.17.0
22852026-07-16T21:21:40.653Z Compiling strum v0.26.3
22862026-07-16T21:21:40.784Z Compiling tokio-stream v0.1.18
22872026-07-16T21:21:40.834Z Compiling buf-list v1.1.2
22882026-07-16T21:21:40.892Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22892026-07-16T21:21:40.935Z Compiling openapiv3 v2.2.0
22902026-07-16T21:21:41.084Z Compiling packed_struct_codegen v0.10.1
22912026-07-16T21:21:41.119Z Compiling bitfield-macros v0.19.4
22922026-07-16T21:21:41.197Z Compiling structmeta-derive v0.3.0
22932026-07-16T21:21:41.235Z Compiling zerocopy-derive v0.6.6
22942026-07-16T21:21:41.252Z Compiling indexmap v1.9.3
22952026-07-16T21:21:41.492Z Compiling nodrop v0.1.14
22962026-07-16T21:21:41.599Z Compiling lalrpop-util v0.19.12
22972026-07-16T21:21:41.692Z Compiling peg-runtime v0.8.5
22982026-07-16T21:21:41.708Z Compiling crc-catalog v2.4.0
22992026-07-16T21:21:41.813Z Compiling crc v3.4.0
23002026-07-16T21:21:41.845Z Compiling bitfield v0.19.4
23012026-07-16T21:21:41.952Z Compiling array-init v0.0.4
23022026-07-16T21:21:42.044Z Compiling zerocopy v0.6.6
23032026-07-16T21:21:42.139Z Compiling smallvec v0.6.14
23042026-07-16T21:21:42.223Z Compiling structmeta v0.3.0
23052026-07-16T21:21:42.418Z Compiling hashbrown v0.12.3
23062026-07-16T21:21:42.463Z Compiling base64 v0.21.7
23072026-07-16T21:21:42.626Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082026-07-16T21:21:42.706Z Compiling serde-hex v0.1.0
23092026-07-16T21:21:42.821Z Compiling ron v0.8.1
23102026-07-16T21:21:43.489Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23112026-07-16T21:21:43.683Z Compiling hashbrown v0.13.2
23122026-07-16T21:21:44.814Z Compiling crc-any v2.5.0
23132026-07-16T21:21:47.049Z Compiling object v0.30.4
23142026-07-16T21:21:47.267Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152026-07-16T21:21:48.113Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23162026-07-16T21:21:48.557Z Compiling filetime v0.2.27
23172026-07-16T21:21:48.966Z Compiling path-slash v0.1.5
23182026-07-16T21:21:49.131Z Compiling xattr v1.6.1
23192026-07-16T21:21:49.354Z Compiling tar v0.4.46
23202026-07-16T21:21:52.276Z Compiling derive-ex v0.1.8
23212026-07-16T21:21:57.161Z Compiling test-strategy v0.4.5
23222026-07-16T21:21:58.479Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23232026-07-16T21:21:58.727Z Compiling multer v3.1.0
23242026-07-16T21:21:58.742Z Compiling thread_local v1.1.9
23252026-07-16T21:21:58.939Z Compiling slog-async v2.8.0
23262026-07-16T21:21:58.997Z Compiling rustls-webpki v0.103.13
23272026-07-16T21:21:59.073Z Compiling compression-core v0.4.31
23282026-07-16T21:21:59.100Z Compiling match_cfg v0.1.0
23292026-07-16T21:21:59.206Z Compiling rayon-core v1.13.0
23302026-07-16T21:21:59.268Z Compiling compression-codecs v0.4.37
23312026-07-16T21:21:59.293Z Compiling hostname v0.3.1
23322026-07-16T21:21:59.462Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23332026-07-16T21:21:59.467Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23342026-07-16T21:21:59.493Z Compiling atomicwrites v0.4.4
23352026-07-16T21:21:59.544Z Compiling camino-tempfile v1.4.1
23362026-07-16T21:21:59.778Z Compiling crossbeam-channel v0.5.15
23372026-07-16T21:21:59.796Z Compiling slog-json v2.6.1
23382026-07-16T21:21:59.812Z Compiling half v2.7.1
23392026-07-16T21:21:59.975Z Compiling async-stream-impl v0.3.6
23402026-07-16T21:22:00.067Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23412026-07-16T21:22:00.138Z Compiling serde_path_to_error v0.1.20
23422026-07-16T21:22:00.182Z Compiling serde_spanned v1.1.1
23432026-07-16T21:22:00.363Z Compiling toml_datetime v1.1.1+spec-1.1.0
23442026-07-16T21:22:00.427Z Compiling is-terminal v0.4.17
23452026-07-16T21:22:00.487Z Compiling fs-err v2.11.0
23462026-07-16T21:22:00.512Z Compiling dropshot v0.17.1
23472026-07-16T21:22:00.535Z Compiling take_mut v0.2.2
23482026-07-16T21:22:00.574Z Compiling term v1.2.1
23492026-07-16T21:22:00.606Z Compiling debug-ignore v1.0.5
23502026-07-16T21:22:00.665Z Compiling toml_writer v1.1.1+spec-1.1.0
23512026-07-16T21:22:00.722Z Compiling ciborium-io v0.2.2
23522026-07-16T21:22:00.812Z Compiling ciborium-ll v0.2.2
23532026-07-16T21:22:00.841Z Compiling async-stream v0.3.6
23542026-07-16T21:22:00.866Z Compiling toml v1.1.2+spec-1.1.0
23552026-07-16T21:22:00.946Z Compiling slog-term v2.9.2
23562026-07-16T21:22:01.001Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23572026-07-16T21:22:01.059Z Compiling slog-bunyan v2.5.0
23582026-07-16T21:22:01.102Z Compiling async-compression v0.4.41
23592026-07-16T21:22:01.179Z Compiling crossbeam-deque v0.8.6
23602026-07-16T21:22:01.231Z Compiling parse-display-derive v0.10.0
23612026-07-16T21:22:01.262Z Compiling sha1 v0.11.0
23622026-07-16T21:22:01.418Z Compiling dropshot_endpoint v0.17.1
23632026-07-16T21:22:01.535Z Compiling newtype-uuid-macros v0.1.0
23642026-07-16T21:22:01.577Z Compiling waitgroup v0.1.2
23652026-07-16T21:22:01.635Z Compiling rustls-pemfile v2.2.0
23662026-07-16T21:22:01.693Z Compiling backon v1.6.0
23672026-07-16T21:22:01.781Z Compiling blake3 v1.8.5
23682026-07-16T21:22:01.940Z Compiling hostname v0.4.2
23692026-07-16T21:22:01.972Z Compiling instant v0.1.13
23702026-07-16T21:22:02.104Z Compiling backoff v0.4.0
23712026-07-16T21:22:02.137Z Compiling ciborium v0.2.2
23722026-07-16T21:22:02.331Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-16T21:22:02.348Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23742026-07-16T21:22:02.375Z Compiling tokio-rustls v0.26.4
23752026-07-16T21:22:02.395Z Compiling rustls-platform-verifier v0.6.2
23762026-07-16T21:22:02.616Z Compiling hyper-rustls v0.27.7
23772026-07-16T21:22:02.662Z Compiling tough v0.22.0
23782026-07-16T21:22:02.663Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23792026-07-16T21:22:02.699Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23802026-07-16T21:22:02.758Z Compiling parse-display v0.10.0
23812026-07-16T21:22:02.958Z Compiling reqwest v0.13.2
23822026-07-16T21:22:02.987Z Compiling toml v0.8.23
23832026-07-16T21:22:03.003Z Compiling regress v0.10.5
23842026-07-16T21:22:03.020Z Compiling itertools v0.14.0
23852026-07-16T21:22:03.077Z Compiling macaddr v1.0.1
23862026-07-16T21:22:03.626Z Compiling indent_write v2.2.0
23872026-07-16T21:22:03.647Z Compiling humantime v2.3.0
23882026-07-16T21:22:03.795Z Compiling arrayref v0.3.9
23892026-07-16T21:22:03.886Z Compiling constant_time_eq v0.4.2
23902026-07-16T21:22:03.931Z Compiling arrayvec v0.7.6
23912026-07-16T21:22:03.961Z Compiling parse-size v1.1.0
23922026-07-16T21:22:04.121Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23932026-07-16T21:22:04.133Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23942026-07-16T21:22:04.191Z Compiling sha2 v0.11.0
23952026-07-16T21:22:04.467Z Compiling digest-io v0.1.0
23962026-07-16T21:22:04.554Z Compiling rawzip v0.4.4
23972026-07-16T21:22:04.623Z Compiling display-error-chain v0.2.2
23982026-07-16T21:22:04.789Z Compiling topological-sort v0.2.2
23992026-07-16T21:22:04.974Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24002026-07-16T21:22:05.077Z Compiling shell-words v1.1.1
24012026-07-16T21:22:06.168Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24022026-07-16T21:22:06.500Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24032026-07-16T21:22:14.211Z Compiling progenitor-client v0.14.0
24042026-07-16T21:22:14.212Z Compiling omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package.git?rev=b3a1c66d2abf1c68f1ecf500a5de6df6515b7f5e#b3a1c66d)
24052026-07-16T21:22:14.468Z Compiling progenitor-extras v0.2.0
24062026-07-16T21:22:14.756Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24072026-07-16T21:22:14.816Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24082026-07-16T21:22:14.856Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24092026-07-16T21:22:14.856Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24102026-07-16T21:22:16.060Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112026-07-16T21:22:20.051Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24122026-07-16T21:22:23.090Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24132026-07-16T21:22:35.098Z Finished `release` profile [optimized] target(s) in 1m 32s
24142026-07-16T21:22:35.239Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24152026-07-16T21:22:35.296ZJul 16 21:22:34.456 DEBG changing working directory to /work/oxidecomputer/omicron
24162026-07-16T21:22:35.389ZJul 16 21:22:34.550 DEBG running: git rev-parse HEAD
24172026-07-16T21:22:35.392ZJul 16 21:22:34.553 DEBG process exited with exit status: 0 (2.48871ms)
24182026-07-16T21:22:35.392ZJul 16 21:22:34.553 INFO version: 22.0.0-0.ci+gitf3118d41647
24192026-07-16T21:22:35.400ZJul 16 21:22:34.561 INFO cloning helios to /work/oxidecomputer/helios
24202026-07-16T21:22:35.400ZJul 16 21:22:34.561 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24212026-07-16T21:22:35.402ZCloning into '/work/oxidecomputer/helios'...
24222026-07-16T21:22:35.886ZJul 16 21:22:35.048 DEBG process exited with exit status: 0 (486.236659ms)
24232026-07-16T21:22:35.886ZJul 16 21:22:35.048 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24242026-07-16T21:22:35.890ZJul 16 21:22:35.050 DEBG process exited with exit status: 0 (2.42949ms)
24252026-07-16T21:22:35.890ZJul 16 21:22:35.050 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24262026-07-16T21:22:36.217ZJul 16 21:22:35.379 DEBG process exited with exit status: 0 (328.22038ms)
24272026-07-16T21:22:36.217ZJul 16 21:22:35.379 DEBG running: zfs list rpool/images/build/host
24282026-07-16T21:22:36.221ZNAME USED AVAIL REFER MOUNTPOINT
24292026-07-16T21:22:36.221Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24302026-07-16T21:22:36.224ZJul 16 21:22:35.383 DEBG process exited with exit status: 0 (4.55695ms)
24312026-07-16T21:22:36.224ZJul 16 21:22:35.383 DEBG running: zfs list rpool/images/build/recovery
24322026-07-16T21:22:36.227ZNAME USED AVAIL REFER MOUNTPOINT
24332026-07-16T21:22:36.227Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24342026-07-16T21:22:36.227ZJul 16 21:22:35.387 DEBG process exited with exit status: 0 (3.70605ms)
24352026-07-16T21:22:36.227ZJul 16 21:22:35.387 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24362026-07-16T21:22:36.237ZJul 16 21:22:35.399 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026071500.0.0; the console needs a client regen and tools/console_version needs a bump
24372026-07-16T21:22:36.240ZJul 16 21:22:35.400 INFO [incorp-manifest] running task
24382026-07-16T21:22:36.240ZJul 16 21:22:35.400 INFO [hubris-staging] running task
24392026-07-16T21:22:36.240ZJul 16 21:22:35.400 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24402026-07-16T21:22:36.240ZJul 16 21:22:35.400 INFO [hubris-production] running task
24412026-07-16T21:22:36.240ZJul 16 21:22:35.400 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
24422026-07-16T21:22:36.240ZJul 16 21:22:35.401 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24432026-07-16T21:22:36.241ZJul 16 21:22:35.401 INFO [incorp-create] running: pkgrepo create /work/incorporation
24442026-07-16T21:22:36.281Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24452026-07-16T21:22:36.341Z[ omicron-package] Blocking waiting for file lock on package cache
24462026-07-16T21:22:36.476ZJul 16 21:22:35.636 INFO [incorp-create] process exited with exit status: 0 (235.295899ms)
24472026-07-16T21:22:36.479ZJul 16 21:22:35.636 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24482026-07-16T21:22:36.709ZJul 16 21:22:35.870 INFO [incorp-publisher] process exited with exit status: 0 (233.851249ms)
24492026-07-16T21:22:36.991Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-07-16T21:22:37.135ZJul 16 21:22:36.295 DEBG process exited with exit status: 0 (894.981618ms)
24512026-07-16T21:22:37.200ZJul 16 21:22:36.295 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24522026-07-16T21:22:37.262ZJul 16 21:22:36.420 INFO [hubris-production] task succeeded (1.019690858s)
24532026-07-16T21:22:38.055Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24542026-07-16T21:22:38.055Z[ omicron-package] Compiling itertools v0.14.0
24552026-07-16T21:22:38.055Z[ omicron-package] Compiling secrecy v0.10.3
24562026-07-16T21:22:38.173ZJul 16 21:22:37.334 DEBG process exited with exit status: 0 (1.039338338s)
24572026-07-16T21:22:38.175ZJul 16 21:22:37.335 INFO [incorp-manifest] task succeeded (1.935484806s)
24582026-07-16T21:22:38.176ZJul 16 21:22:37.335 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24592026-07-16T21:22:38.231Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24602026-07-16T21:22:38.231Z[ omicron-package] Compiling heapless v0.8.0
24612026-07-16T21:22:38.231Z[ omicron-package] Compiling hash32 v0.3.1
24622026-07-16T21:22:38.231Z[ omicron-package] Compiling inout v0.1.4
24632026-07-16T21:22:38.231Z[ omicron-package] Compiling smoltcp v0.11.0
24642026-07-16T21:22:38.231Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24652026-07-16T21:22:38.231Z[ omicron-package] Compiling unicode-width v0.2.0
24662026-07-16T21:22:38.231Z[ omicron-package] Compiling cobs v0.3.0
24672026-07-16T21:22:38.231Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24682026-07-16T21:22:38.231Z[ omicron-package] Compiling universal-hash v0.5.1
24692026-07-16T21:22:38.231Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24702026-07-16T21:22:38.231Z[ omicron-package] Compiling convert_case v0.4.0
24712026-07-16T21:22:38.233Z[ omicron-package] Compiling opaque-debug v0.3.1
24722026-07-16T21:22:38.406ZJul 16 21:22:37.566 INFO [incorp-fmt] process exited with exit status: 0 (230.639929ms)
24732026-07-16T21:22:38.406ZJul 16 21:22:37.566 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24742026-07-16T21:22:38.791Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260716T212237Z
24752026-07-16T21:22:38.794Z[ incorp-pkgsend] PUBLISHED
24762026-07-16T21:22:38.849ZJul 16 21:22:38.011 INFO [incorp-pkgsend] process exited with exit status: 0 (444.367479ms)
24772026-07-16T21:22:38.853ZJul 16 21:22:38.011 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24782026-07-16T21:22:38.977Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24792026-07-16T21:22:38.980Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24802026-07-16T21:22:38.983Z[ omicron-package] Compiling postcard v1.1.3
24812026-07-16T21:22:39.149Z[ helios-incorp] Retrieving packages for publisher helios ...
24822026-07-16T21:22:39.155Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24832026-07-16T21:22:39.184Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24842026-07-16T21:22:39.184Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24852026-07-16T21:22:39.184Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24862026-07-16T21:22:39.188Z[ helios-incorp]
24872026-07-16T21:22:39.188Z[ helios-incorp] Archiving packages ...
24882026-07-16T21:22:39.189Z[ helios-incorp] Packages to add: 1
24892026-07-16T21:22:39.191Z[ helios-incorp] Files to retrieve: 0
24902026-07-16T21:22:39.192Z[ helios-incorp] Estimated transfer size: 0.00 B
24912026-07-16T21:22:39.192Z[ helios-incorp]
24922026-07-16T21:22:39.192Z[ helios-incorp] Packages to archive:
24932026-07-16T21:22:39.192Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260716T212237Z
24942026-07-16T21:22:39.192Z[ helios-incorp]
24952026-07-16T21:22:39.192Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24962026-07-16T21:22:39.192Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24972026-07-16T21:22:39.252ZJul 16 21:22:38.412 INFO [helios-incorp] process exited with exit status: 0 (400.81121ms)
24982026-07-16T21:22:39.395Z[ omicron-package] Compiling poly1305 v0.8.0
24992026-07-16T21:22:39.395Z[ omicron-package] Compiling derive_more v0.99.20
25002026-07-16T21:22:39.440Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25012026-07-16T21:22:39.440Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25022026-07-16T21:22:39.443Z[ omicron-package] Compiling password-hash v0.5.0
25032026-07-16T21:22:39.443Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25042026-07-16T21:22:39.656Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25052026-07-16T21:22:39.659Z[ omicron-package] Compiling blake2 v0.10.6
25062026-07-16T21:22:39.687Z[ omicron-package] Compiling cipher v0.4.4
25072026-07-16T21:22:39.690Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25082026-07-16T21:22:39.836Z[ omicron-package] Compiling ingot-macros v0.1.1
25092026-07-16T21:22:39.939Z[ omicron-package] Compiling chacha20 v0.9.1
25102026-07-16T21:22:40.006Z[ omicron-package] Compiling aead v0.5.2
25112026-07-16T21:22:40.022Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25122026-07-16T21:22:40.046Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25132026-07-16T21:22:40.104Z[ omicron-package] Compiling proc-macro-error v1.0.4
25142026-07-16T21:22:40.245Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25152026-07-16T21:22:40.319Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25162026-07-16T21:22:40.374Z[ omicron-package] Compiling num_enum_derive v0.7.6
25172026-07-16T21:22:40.374Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25182026-07-16T21:22:40.445Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25192026-07-16T21:22:40.539Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25202026-07-16T21:22:40.666Z[ omicron-package] Compiling num_enum_derive v0.5.11
25212026-07-16T21:22:40.670Z[ omicron-package] Compiling vsss-rs v3.3.4
25222026-07-16T21:22:40.670Z[ omicron-package] Compiling argon2 v0.5.3
25232026-07-16T21:22:40.670Z[ omicron-package] Compiling tabwriter v1.4.1
25242026-07-16T21:22:40.707Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25252026-07-16T21:22:40.710Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25262026-07-16T21:22:40.885Z[ omicron-package] Compiling cstr-argument v0.1.2
25272026-07-16T21:22:40.938Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25282026-07-16T21:22:40.972Z[ omicron-package] Compiling foreign-types v0.5.0
25292026-07-16T21:22:41.105Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25302026-07-16T21:22:41.148Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-07-16T21:22:41.292Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25322026-07-16T21:22:41.391Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25332026-07-16T21:22:41.552Z[ omicron-package] Compiling rayon v1.11.0
25342026-07-16T21:22:41.579Z[ omicron-package] Compiling rand v0.10.1
25352026-07-16T21:22:41.583Z[ omicron-package] Compiling num_enum v0.7.6
25362026-07-16T21:22:41.623Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25372026-07-16T21:22:41.641Z[ omicron-package] Compiling libefi-sys v0.1.0
25382026-07-16T21:22:41.668Z[ omicron-package] Compiling colored v3.1.1
25392026-07-16T21:22:41.742Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25402026-07-16T21:22:41.866Z[ omicron-package] Compiling num_enum v0.5.11
25412026-07-16T21:22:41.899Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-07-16T21:22:41.972Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25432026-07-16T21:22:41.975Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25442026-07-16T21:22:41.977Z[ omicron-package] Compiling itertools v0.12.1
25452026-07-16T21:22:42.038Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25462026-07-16T21:22:42.091Z[ omicron-package] Compiling usdt-macro v0.5.0
25472026-07-16T21:22:42.256Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25482026-07-16T21:22:42.323Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25492026-07-16T21:22:42.341Z[ omicron-package] Compiling sigpipe v0.1.3
25502026-07-16T21:22:42.518Z[ omicron-package] Compiling memmap v0.7.0
25512026-07-16T21:22:42.563Z[ omicron-package] Compiling num-derive v0.4.2
25522026-07-16T21:22:42.614Z[ omicron-package] Compiling bitfield-struct v0.6.2
25532026-07-16T21:22:42.659Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25542026-07-16T21:22:42.659Z[ omicron-package] Compiling glob v0.3.3
25552026-07-16T21:22:42.834Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25562026-07-16T21:22:42.931Z[ omicron-package] Compiling swrite v0.1.0
25572026-07-16T21:22:42.963Z[ omicron-package] Compiling ingot-types v0.1.2
25582026-07-16T21:22:43.100Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25592026-07-16T21:22:43.124Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25602026-07-16T21:22:43.222Z[ omicron-package] Compiling usdt v0.5.0
25612026-07-16T21:22:43.313Z[ omicron-package] Compiling smf v0.2.3
25622026-07-16T21:22:43.475Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-07-16T21:22:43.524Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-07-16T21:22:43.584Z[ omicron-package] Compiling ingot v0.1.1
25652026-07-16T21:22:43.641Z[ omicron-package] Compiling zone v0.3.1
25662026-07-16T21:22:43.667Z[ omicron-package] Compiling whoami v1.6.1
25672026-07-16T21:22:43.731Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25682026-07-16T21:22:43.801Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25692026-07-16T21:22:43.900Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25702026-07-16T21:22:43.940Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25712026-07-16T21:22:43.943Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25722026-07-16T21:22:44.006Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-07-16T21:22:44.065Z[ omicron-package] Compiling console v0.16.2
25742026-07-16T21:22:44.363Z[ omicron-package] Compiling gethostname v0.5.0
25752026-07-16T21:22:44.412Z[ omicron-package] Compiling unit-prefix v0.5.2
25762026-07-16T21:22:44.536Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25772026-07-16T21:22:44.689Z[ omicron-package] Compiling indicatif v0.18.4
25782026-07-16T21:22:45.824Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25792026-07-16T21:22:47.140Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25802026-07-16T21:22:48.287Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25812026-07-16T21:22:50.720Z[ helios-setup] Jul 16 21:22:49.881 INFO helios repository root is: /work/oxidecomputer/helios
25822026-07-16T21:22:50.723Z[ helios-setup] Jul 16 21:22:49.882 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25832026-07-16T21:22:50.723Z[ helios-setup] Jul 16 21:22:49.882 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
25842026-07-16T21:22:50.723Z[ helios-setup] Jul 16 21:22:49.882 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25852026-07-16T21:22:50.723Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25862026-07-16T21:22:50.745ZJul 16 21:22:49.906 INFO [hubris-staging] task succeeded (14.50628214s)
25872026-07-16T21:22:51.140Z[ helios-setup] Jul 16 21:22:50.301 INFO clone ok!, project: pinprick
25882026-07-16T21:22:51.140Z[ helios-setup] Jul 16 21:22:50.301 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
25892026-07-16T21:22:51.143Z[ helios-setup] Jul 16 21:22:50.301 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25902026-07-16T21:22:51.143Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25912026-07-16T21:22:51.822Z[ helios-setup] Jul 16 21:22:50.982 INFO clone ok!, project: dmar-report
25922026-07-16T21:22:51.833Z[ helios-setup] Jul 16 21:22:50.982 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
25932026-07-16T21:22:51.833Z[ helios-setup] Jul 16 21:22:50.982 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25942026-07-16T21:22:51.844Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25952026-07-16T21:22:52.227Z[ helios-setup] Jul 16 21:22:51.387 INFO clone ok!, project: bootserver
25962026-07-16T21:22:52.228Z[ helios-setup] Jul 16 21:22:51.388 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
25972026-07-16T21:22:52.231Z[ helios-setup] Jul 16 21:22:51.388 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25982026-07-16T21:22:52.233Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25992026-07-16T21:22:52.695Z[ helios-setup] Jul 16 21:22:51.856 INFO clone ok!, project: phbl
26002026-07-16T21:22:52.695Z[ helios-setup] Jul 16 21:22:51.856 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26012026-07-16T21:22:52.695Z[ helios-setup] Jul 16 21:22:51.856 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26022026-07-16T21:22:52.699Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26032026-07-16T21:22:53.087Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26042026-07-16T21:22:53.504Z[ helios-setup] Jul 16 21:22:52.665 INFO clone ok!, project: chelsio-t6-roms
26052026-07-16T21:22:53.507Z[ helios-setup] Jul 16 21:22:52.665 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
26062026-07-16T21:22:53.507Z[ helios-setup] Jul 16 21:22:52.665 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26072026-07-16T21:22:53.508Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26082026-07-16T21:22:54.278Z[ helios-setup] Jul 16 21:22:53.427 INFO clone ok!, project: image-builder
26092026-07-16T21:22:54.291Z[ helios-setup] Jul 16 21:22:53.427 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
26102026-07-16T21:22:54.292Z[ helios-setup] Jul 16 21:22:53.428 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26112026-07-16T21:22:54.292Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26122026-07-16T21:22:56.233Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26132026-07-16T21:22:57.291Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26142026-07-16T21:23:00.656Z[ helios-setup] Jul 16 21:22:59.811 INFO clone ok!, project: amd-firmware
26152026-07-16T21:23:00.657Z[ helios-setup] Jul 16 21:22:59.811 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26162026-07-16T21:23:00.660Z[ helios-setup] Jul 16 21:22:59.811 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
26172026-07-16T21:23:00.660Z[ helios-setup] Jul 16 21:22:59.811 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
26182026-07-16T21:23:00.660Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26192026-07-16T21:23:01.361Z[ helios-setup] Jul 16 21:23:00.506 INFO clone ok!, project: amd-host-image-builder
26202026-07-16T21:23:01.361Z[ helios-setup] Jul 16 21:23:00.507 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26212026-07-16T21:23:01.361Z[ helios-setup] Jul 16 21:23:00.507 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
26222026-07-16T21:23:01.362Z[ helios-setup] Jul 16 21:23:00.507 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26232026-07-16T21:23:01.362Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26242026-07-16T21:23:02.084Z[ helios-setup] Jul 16 21:23:01.244 INFO clone ok!, project: pilot
26252026-07-16T21:23:02.092Z[ helios-setup] Jul 16 21:23:01.245 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26262026-07-16T21:23:02.336Z[ helios-setup] Jul 16 21:23:01.472 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26272026-07-16T21:23:02.536Z[ helios-setup] Jul 16 21:23:01.697 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26282026-07-16T21:23:02.536Z[ helios-setup] Jul 16 21:23:01.697 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26292026-07-16T21:23:02.752Z[ helios-setup] Jul 16 21:23:01.911 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26302026-07-16T21:23:02.990Z[ helios-setup] Jul 16 21:23:02.128 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26312026-07-16T21:23:02.990Z[ helios-setup] Jul 16 21:23:02.128 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26322026-07-16T21:23:03.185Z[ helios-setup] Jul 16 21:23:02.346 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26332026-07-16T21:23:03.407Z[ helios-setup] Jul 16 21:23:02.558 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26342026-07-16T21:23:03.407Z[ helios-setup] Jul 16 21:23:02.558 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26352026-07-16T21:23:03.407Z[ helios-setup] Jul 16 21:23:02.558 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26362026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO ok!
26372026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26382026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26392026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO ok!
26402026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26412026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26422026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO ok!
26432026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.558 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26442026-07-16T21:23:03.411Z[ helios-setup] Jul 16 21:23:02.565 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
26452026-07-16T21:23:03.412Z[ helios-setup] Jul 16 21:23:02.565 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26462026-07-16T21:23:03.412Z[ helios-setup] Jul 16 21:23:02.565 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26472026-07-16T21:23:03.515Z[ helios-setup] Jul 16 21:23:02.676 INFO E| Downloading crates ...
26482026-07-16T21:23:03.554Z[ helios-setup] Jul 16 21:23:02.714 INFO E| Downloaded adler2 v2.0.0
26492026-07-16T21:23:03.563Z[ helios-setup] Jul 16 21:23:02.722 INFO E| Downloaded miniz_oxide v0.8.8
26502026-07-16T21:23:03.588Z[ helios-setup] Jul 16 21:23:02.750 INFO E| Compiling adler2 v2.0.0
26512026-07-16T21:23:03.664Z[ helios-setup] Jul 16 21:23:02.821 INFO E| Compiling miniz_oxide v0.8.8
26522026-07-16T21:23:04.536Z[ helios-setup] Jul 16 21:23:03.681 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26532026-07-16T21:23:05.068Z[ helios-setup] Jul 16 21:23:04.170 INFO E| Finished `release` profile [optimized] target(s) in 1.59s
26542026-07-16T21:23:05.100Z[ helios-setup] Jul 16 21:23:04.177 INFO building project "pinprick" ok (1 seconds)
26552026-07-16T21:23:05.100Z[ helios-setup] Jul 16 21:23:04.177 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26562026-07-16T21:23:05.100Z[ helios-setup] Jul 16 21:23:04.184 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
26572026-07-16T21:23:05.100Z[ helios-setup] Jul 16 21:23:04.185 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26582026-07-16T21:23:05.100Z[ helios-setup] Jul 16 21:23:04.185 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26592026-07-16T21:23:05.139Z[ helios-setup] Jul 16 21:23:04.293 INFO E| Updating crates.io index
26602026-07-16T21:23:05.215Z[ helios-setup] Jul 16 21:23:04.376 INFO E| Downloading crates ...
26612026-07-16T21:23:05.272Z[ helios-setup] Jul 16 21:23:04.432 INFO E| Downloaded serde_with v3.12.0
26622026-07-16T21:23:05.276Z[ helios-setup] Jul 16 21:23:04.438 INFO E| Downloaded errno v0.3.12
26632026-07-16T21:23:05.280Z[ helios-setup] Jul 16 21:23:04.440 INFO E| Downloaded itoa v1.0.15
26642026-07-16T21:23:05.280Z[ helios-setup] Jul 16 21:23:04.441 INFO E| Downloaded iana-time-zone v0.1.63
26652026-07-16T21:23:05.283Z[ helios-setup] Jul 16 21:23:04.443 INFO E| Downloaded time-core v0.1.4
26662026-07-16T21:23:05.301Z[ helios-setup] Jul 16 21:23:04.463 INFO E| Downloaded deranged v0.4.0
26672026-07-16T21:23:05.304Z[ helios-setup] Jul 16 21:23:04.464 INFO E| Downloaded autocfg v1.4.0
26682026-07-16T21:23:05.304Z[ helios-setup] Jul 16 21:23:04.465 INFO E| Downloaded anyhow v1.0.98
26692026-07-16T21:23:05.307Z[ helios-setup] Jul 16 21:23:04.467 INFO E| Downloaded thiserror v2.0.12
26702026-07-16T21:23:05.313Z[ helios-setup] Jul 16 21:23:04.470 INFO E| Downloaded serde_with_macros v3.12.0
26712026-07-16T21:23:05.325Z[ helios-setup] Jul 16 21:23:04.484 INFO E| Downloaded time-macros v0.2.22
26722026-07-16T21:23:05.340Z[ helios-setup] Jul 16 21:23:04.485 INFO E| Downloaded thiserror-impl v2.0.12
26732026-07-16T21:23:05.340Z[ helios-setup] Jul 16 21:23:04.486 INFO E| Downloaded bitflags v2.9.1
26742026-07-16T21:23:05.341Z[ helios-setup] Jul 16 21:23:04.490 INFO E| Downloaded unicode-ident v1.0.18
26752026-07-16T21:23:05.345Z[ helios-setup] Jul 16 21:23:04.493 INFO E| Downloaded quote v1.0.40
26762026-07-16T21:23:05.345Z[ helios-setup] Jul 16 21:23:04.494 INFO E| Downloaded tempfile v3.20.0
26772026-07-16T21:23:05.345Z[ helios-setup] Jul 16 21:23:04.500 INFO E| Downloaded getrandom v0.3.3
26782026-07-16T21:23:05.348Z[ helios-setup] Jul 16 21:23:04.509 INFO E| Downloaded serde_derive v1.0.219
26792026-07-16T21:23:05.351Z[ helios-setup] Jul 16 21:23:04.510 INFO E| Downloaded ryu v1.0.20
26802026-07-16T21:23:05.352Z[ helios-setup] Jul 16 21:23:04.512 INFO E| Downloaded proc-macro2 v1.0.95
26812026-07-16T21:23:05.356Z[ helios-setup] Jul 16 21:23:04.518 INFO E| Downloaded serde v1.0.219
26822026-07-16T21:23:05.365Z[ helios-setup] Jul 16 21:23:04.523 INFO E| Downloaded indexmap v2.9.0
26832026-07-16T21:23:05.368Z[ helios-setup] Jul 16 21:23:04.528 INFO E| Downloaded memchr v2.7.4
26842026-07-16T21:23:05.394Z[ helios-setup] Jul 16 21:23:04.550 INFO E| Downloaded time v0.3.41
26852026-07-16T21:23:05.400Z[ helios-setup] Jul 16 21:23:04.555 INFO E| Downloaded serde_json v1.0.140
26862026-07-16T21:23:05.400Z[ helios-setup] Jul 16 21:23:04.559 INFO E| Downloaded hashbrown v0.15.3
26872026-07-16T21:23:05.402Z[ helios-setup] Jul 16 21:23:04.564 INFO E| Downloaded chrono v0.4.41
26882026-07-16T21:23:05.531Z[ helios-setup] Jul 16 21:23:04.576 INFO E| Downloaded syn v2.0.101
26892026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.594 INFO E| Downloaded rustix v1.0.7
26902026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.622 INFO E| Downloaded libc v0.2.172
26912026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.667 INFO E| Compiling proc-macro2 v1.0.95
26922026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.667 INFO E| Compiling unicode-ident v1.0.18
26932026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.667 INFO E| Compiling libc v0.2.172
26942026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.667 INFO E| Compiling strsim v0.11.1
26952026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.667 INFO E| Compiling fnv v1.0.7
26962026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.667 INFO E| Compiling ident_case v1.0.1
26972026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.668 INFO E| Compiling serde v1.0.219
26982026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling getrandom v0.3.3
26992026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling rustix v1.0.7
27002026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling anyhow v1.0.98
27012026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling thiserror v2.0.12
27022026-07-16T21:23:05.534Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling serde_json v1.0.140
27032026-07-16T21:23:05.535Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling bitflags v2.9.1
27042026-07-16T21:23:05.535Z[ helios-setup] Jul 16 21:23:04.683 INFO E| Compiling cfg-if v1.0.0
27052026-07-16T21:23:05.535Z[ helios-setup] Jul 16 21:23:04.684 INFO E| Compiling fastrand v2.3.0
27062026-07-16T21:23:05.535Z[ helios-setup] Jul 16 21:23:04.684 INFO E| Compiling itoa v1.0.15
27072026-07-16T21:23:05.617Z[ helios-setup] Jul 16 21:23:04.778 INFO E| Compiling ryu v1.0.20
27082026-07-16T21:23:05.653Z[ helios-setup] Jul 16 21:23:04.814 INFO E| Compiling once_cell v1.21.3
27092026-07-16T21:23:05.686Z[ helios-setup] Jul 16 21:23:04.847 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27102026-07-16T21:23:05.695Z[ helios-setup] Jul 16 21:23:04.856 INFO E| Compiling memchr v2.7.4
27112026-07-16T21:23:06.140Z[ helios-setup] Jul 16 21:23:05.298 INFO E| Compiling errno v0.3.12
27122026-07-16T21:23:06.365Z[ helios-setup] Jul 16 21:23:05.526 INFO E| Compiling quote v1.0.40
27132026-07-16T21:23:06.516Z[ helios-setup] Jul 16 21:23:05.677 INFO E| Compiling syn v2.0.101
27142026-07-16T21:23:06.863Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.61s
27152026-07-16T21:23:06.888Z[ helios-setup] Jul 16 21:23:06.049 INFO E| Compiling tempfile v3.20.0
27162026-07-16T21:23:07.095Z[ omicron-package]
27172026-07-16T21:23:07.095Z[ omicron-package] real 30.793649428
27182026-07-16T21:23:07.099Z[ omicron-package] user 2:55.089186136
27192026-07-16T21:23:07.099Z[ omicron-package] sys 20.814687298
27202026-07-16T21:23:07.099Z[ omicron-package] trap 0.302241798
27212026-07-16T21:23:07.099Z[ omicron-package] tflt 0.770727124
27222026-07-16T21:23:07.099Z[ omicron-package] dflt 1.867769693
27232026-07-16T21:23:07.099Z[ omicron-package] kflt 0.001477344
27242026-07-16T21:23:07.099Z[ omicron-package] lock 7:34.099369539
27252026-07-16T21:23:07.099Z[ omicron-package] slp 4:20.021908520
27262026-07-16T21:23:07.099Z[ omicron-package] lat 30.825978390
27272026-07-16T21:23:07.099Z[ omicron-package] stop 1:08.937921761
27282026-07-16T21:23:07.099ZJul 16 21:23:06.257 INFO [omicron-package] process exited with exit status: 0 (30.856238598s)
27292026-07-16T21:23:07.099ZJul 16 21:23:06.257 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27302026-07-16T21:23:07.100ZJul 16 21:23:06.257 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27312026-07-16T21:23:07.106Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27322026-07-16T21:23:07.106Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27332026-07-16T21:23:07.109Z[ recovery-target] Created new build target 'recovery' and set it as active
27342026-07-16T21:23:07.110Z[ host-target] Created new build target 'host' and set it as active
27352026-07-16T21:23:07.114ZJul 16 21:23:06.272 INFO [host-target] process exited with exit status: 0 (14.8458ms)
27362026-07-16T21:23:07.114ZJul 16 21:23:06.272 INFO [recovery-target] process exited with exit status: 0 (14.45963ms)
27372026-07-16T21:23:07.114ZJul 16 21:23:06.272 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27382026-07-16T21:23:07.122Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27392026-07-16T21:23:08.427Z[ helios-setup] Jul 16 21:23:07.586 INFO E| Compiling darling_core v0.20.11
27402026-07-16T21:23:08.539Z[ host-package] Compiling heck v0.5.0
27412026-07-16T21:23:08.539Z[ host-package] Compiling regress v0.11.1
27422026-07-16T21:23:08.857Z[ helios-setup] Jul 16 21:23:07.929 INFO E| Compiling serde_derive v1.0.219
27432026-07-16T21:23:08.857Z[ helios-setup] Jul 16 21:23:07.929 INFO E| Compiling thiserror-impl v2.0.12
27442026-07-16T21:23:08.960Z[ host-package] Compiling unsafe-libyaml v0.2.11
27452026-07-16T21:23:08.960Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27462026-07-16T21:23:08.965Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27472026-07-16T21:23:08.965Z[ host-package] Compiling unicode-width v0.1.14
27482026-07-16T21:23:08.965Z[ host-package] Compiling derive-where v1.6.0
27492026-07-16T21:23:08.965Z[ host-package] Compiling bytecount v0.6.9
27502026-07-16T21:23:08.965Z[ host-package] Compiling atomicwrites v0.4.4
27512026-07-16T21:23:08.966Z[ host-package] Compiling is-terminal v0.4.17
27522026-07-16T21:23:08.967Z[ host-package] Compiling prettyplease v0.2.37
27532026-07-16T21:23:09.063Z[ host-package] Compiling console v0.15.11
27542026-07-16T21:23:09.063Z[ host-package] Compiling newline-converter v0.3.0
27552026-07-16T21:23:09.063Z[ host-package] Compiling slog-dtrace v0.3.0
27562026-07-16T21:23:09.063Z[ host-package] Compiling resolv-conf v0.7.6
27572026-07-16T21:23:09.119Z[ host-package] Compiling cancel-safe-futures v0.1.5
27582026-07-16T21:23:09.134Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27592026-07-16T21:23:09.134Z[ host-package] Compiling owo-colors v4.3.0
27602026-07-16T21:23:09.222Z[ host-package] Compiling num-rational v0.4.2
27612026-07-16T21:23:09.294Z[ host-package] Compiling libsw-core v0.3.2
27622026-07-16T21:23:09.361Z[ host-package] Compiling num-complex v0.4.6
27632026-07-16T21:23:09.420Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27642026-07-16T21:23:09.474Z[ host-package] Compiling thread_local v1.1.9
27652026-07-16T21:23:09.503Z[ host-package] Compiling expectorate v1.2.0
27662026-07-16T21:23:09.629Z[ host-package] Compiling match_cfg v0.1.0
27672026-07-16T21:23:09.773Z[ host-package] Compiling compression-core v0.4.31
27682026-07-16T21:23:09.840Z[ host-package] Compiling num v0.4.3
27692026-07-16T21:23:09.921Z[ host-package] Compiling libsw v3.5.0
27702026-07-16T21:23:09.921Z[ host-package] Compiling hostname v0.3.1
27712026-07-16T21:23:09.987Z[ host-package] Compiling compression-codecs v0.4.37
27722026-07-16T21:23:09.987Z[ host-package] Compiling multer v3.1.0
27732026-07-16T21:23:10.056Z[ helios-setup] Jul 16 21:23:09.154 INFO E| Compiling darling_macro v0.20.11
27742026-07-16T21:23:10.123Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27752026-07-16T21:23:10.153Z[ host-package] Compiling slog-async v2.8.0
27762026-07-16T21:23:10.154Z[ host-package] Compiling crossbeam-channel v0.5.15
27772026-07-16T21:23:10.248Z[ host-package] Compiling slog-json v2.6.1
27782026-07-16T21:23:10.309Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27792026-07-16T21:23:10.309Z[ host-package] Compiling serde_spanned v1.1.1
27802026-07-16T21:23:10.309Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27812026-07-16T21:23:10.332Z[ host-package] Compiling typify-impl v0.6.2
27822026-07-16T21:23:10.398Z[ host-package] Compiling take_mut v0.2.2
27832026-07-16T21:23:10.487Z[ host-package] Compiling linked-hash-map v0.5.6
27842026-07-16T21:23:10.540Z[ host-package] Compiling term v1.2.1
27852026-07-16T21:23:10.592Z[ host-package] Compiling float-ord v0.3.2
27862026-07-16T21:23:10.659Z[ host-package] Compiling linear-map v1.2.0
27872026-07-16T21:23:10.732Z[ helios-setup] Jul 16 21:23:09.796 INFO E| Compiling darling v0.20.11
27882026-07-16T21:23:10.732Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27892026-07-16T21:23:10.832Z[ host-package] Compiling lru-cache v0.1.2
27902026-07-16T21:23:10.832Z[ helios-setup] Jul 16 21:23:09.879 INFO E| Compiling serde_with_macros v3.12.0
27912026-07-16T21:23:10.832Z[ host-package] Compiling slog-bunyan v2.5.0
27922026-07-16T21:23:10.832Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27932026-07-16T21:23:10.832Z[ host-package] Compiling async-compression v0.4.41
27942026-07-16T21:23:10.881Z[ host-package] Compiling slog-term v2.9.2
27952026-07-16T21:23:10.951Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27962026-07-16T21:23:11.051Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27972026-07-16T21:23:11.131Z[ host-package] Compiling dropshot v0.17.1
27982026-07-16T21:23:11.203Z[ host-package] Compiling async-stream v0.3.6
27992026-07-16T21:23:11.203Z[ host-package] Compiling sha1 v0.11.0
28002026-07-16T21:23:11.203Z[ host-package] Compiling progenitor-client v0.14.0
28012026-07-16T21:23:11.203Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28022026-07-16T21:23:11.203Z[ host-package] Compiling waitgroup v0.1.2
28032026-07-16T21:23:11.397Z[ host-package] Compiling rustls-pemfile v2.2.0
28042026-07-16T21:23:11.505Z[ host-package] Compiling backon v1.6.0
28052026-07-16T21:23:11.574Z[ host-package] Compiling serde_path_to_error v0.1.20
28062026-07-16T21:23:11.574Z[ host-package] Compiling hostname v0.4.2
28072026-07-16T21:23:11.574Z[ host-package] Compiling instant v0.1.13
28082026-07-16T21:23:11.646Z[ host-package] Compiling debug-ignore v1.0.5
28092026-07-16T21:23:11.648Z[ host-package] Compiling minimal-lexical v0.2.1
28102026-07-16T21:23:11.712Z[ host-package] Compiling progenitor-extras v0.2.0
28112026-07-16T21:23:11.712Z[ host-package] Compiling backoff v0.4.0
28122026-07-16T21:23:11.789Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28132026-07-16T21:23:11.790Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28142026-07-16T21:23:11.888Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28152026-07-16T21:23:12.005Z[ host-package] Compiling nom v7.1.3
28162026-07-16T21:23:12.005Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28172026-07-16T21:23:12.005Z[ host-package] Compiling parse-display v0.10.0
28182026-07-16T21:23:12.073Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28192026-07-16T21:23:12.112Z[ host-package] Compiling hickory-proto v0.24.4
28202026-07-16T21:23:12.366Z[ host-package] Compiling regress v0.10.5
28212026-07-16T21:23:12.692Z[ host-package] Compiling macaddr v1.0.1
28222026-07-16T21:23:12.866Z[ host-package] Compiling unicode-xid v0.2.6
28232026-07-16T21:23:12.916Z[ host-package] Compiling humantime v2.3.0
28242026-07-16T21:23:13.063Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28252026-07-16T21:23:13.175Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28262026-07-16T21:23:13.207Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28272026-07-16T21:23:13.266Z[ host-package] Compiling convert_case v0.10.0
28282026-07-16T21:23:13.327Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28292026-07-16T21:23:13.448Z[ helios-setup] Jul 16 21:23:12.601 INFO E| Compiling serde_with v3.12.0
28302026-07-16T21:23:13.612Z[ host-package] Compiling toml v0.8.23
28312026-07-16T21:23:13.775Z[ host-package] Compiling derive_more-impl v2.1.1
28322026-07-16T21:23:13.982Z[ host-package] Compiling typify-macro v0.6.2
28332026-07-16T21:23:14.153Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28342026-07-16T21:23:14.488Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28352026-07-16T21:23:14.549Z[ host-package] Compiling papergrid v0.11.0
28362026-07-16T21:23:14.602Z[ host-package] Compiling tabled_derive v0.7.0
28372026-07-16T21:23:14.691Z[ host-package] Compiling derive_more v2.1.1
28382026-07-16T21:23:14.695Z[ host-package] Compiling termtree v0.5.1
28392026-07-16T21:23:14.814Z[ host-package] Compiling hickory-resolver v0.24.4
28402026-07-16T21:23:14.911Z[ host-package] Compiling crossterm v0.29.0
28412026-07-16T21:23:14.987Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28422026-07-16T21:23:15.754Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28432026-07-16T21:23:15.796Z[ host-package] Compiling typify v0.6.2
28442026-07-16T21:23:16.061Z[ host-package] Compiling progenitor-impl v0.14.0
28452026-07-16T21:23:16.627Z[ host-package] Compiling qorb v0.4.1
28462026-07-16T21:23:17.399Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28472026-07-16T21:23:17.662Z[ host-package] Compiling tabled v0.15.0
28482026-07-16T21:23:18.122Z[ helios-setup] Jul 16 21:23:17.275 INFO E| Finished `release` profile [optimized] target(s) in 13.08s
28492026-07-16T21:23:18.147Z[ helios-setup] Jul 16 21:23:17.301 INFO building project "dmar-report" ok (13 seconds)
28502026-07-16T21:23:18.147Z[ helios-setup] Jul 16 21:23:17.301 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28512026-07-16T21:23:18.159Z[ helios-setup] Jul 16 21:23:17.310 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
28522026-07-16T21:23:18.159Z[ helios-setup] Jul 16 21:23:17.310 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28532026-07-16T21:23:18.159Z[ helios-setup] Jul 16 21:23:17.310 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28542026-07-16T21:23:18.235Z[ host-package] Compiling phf_shared v0.12.1
28552026-07-16T21:23:18.266Z[ helios-setup] Jul 16 21:23:17.418 INFO E| Downloading crates ...
28562026-07-16T21:23:18.313Z[ helios-setup] Jul 16 21:23:17.468 INFO E| Downloaded sha2 v0.10.5
28572026-07-16T21:23:18.329Z[ helios-setup] Jul 16 21:23:17.470 INFO E| Downloaded block-buffer v0.10.3
28582026-07-16T21:23:18.329Z[ helios-setup] Jul 16 21:23:17.475 INFO E| Downloaded cpufeatures v0.2.5
28592026-07-16T21:23:18.334Z[ helios-setup] Jul 16 21:23:17.484 INFO E| Downloaded miniz_oxide v0.6.2
28602026-07-16T21:23:18.334Z[ helios-setup] Jul 16 21:23:17.489 INFO E| Downloaded generic-array v0.14.6
28612026-07-16T21:23:18.334Z[ helios-setup] Jul 16 21:23:17.492 INFO E| Downloaded unicode-width v0.1.10
28622026-07-16T21:23:18.334Z[ helios-setup] Jul 16 21:23:17.493 INFO E| Downloaded flate2 v1.0.25
28632026-07-16T21:23:18.344Z[ helios-setup] Jul 16 21:23:17.496 INFO E| Downloaded anyhow v1.0.62
28642026-07-16T21:23:18.345Z[ helios-setup] Jul 16 21:23:17.499 INFO E| Downloaded typenum v1.15.0
28652026-07-16T21:23:18.351Z[ helios-setup] Jul 16 21:23:17.501 INFO E| Downloaded bytes v1.2.1
28662026-07-16T21:23:18.351Z[ helios-setup] Jul 16 21:23:17.503 INFO E| Downloaded digest v0.10.3
28672026-07-16T21:23:18.396Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling version_check v0.9.4
28682026-07-16T21:23:18.397Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling typenum v1.15.0
28692026-07-16T21:23:18.397Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling crc32fast v1.3.2
28702026-07-16T21:23:18.397Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling cfg-if v1.0.0
28712026-07-16T21:23:18.411Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling anyhow v1.0.62
28722026-07-16T21:23:18.412Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling adler v1.0.2
28732026-07-16T21:23:18.412Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling cpufeatures v0.2.5
28742026-07-16T21:23:18.412Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling unicode-width v0.1.10
28752026-07-16T21:23:18.412Z[ helios-setup] Jul 16 21:23:17.547 INFO E| Compiling bytes v1.2.1
28762026-07-16T21:23:18.475Z[ helios-setup] Jul 16 21:23:17.635 INFO E| Compiling bitflags v1.3.2
28772026-07-16T21:23:18.569Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28782026-07-16T21:23:18.884Z[ host-package] Compiling progenitor-macro v0.14.0
28792026-07-16T21:23:18.896Z[ helios-setup] Jul 16 21:23:18.051 INFO E| Compiling miniz_oxide v0.6.2
28802026-07-16T21:23:18.900Z[ helios-setup] Jul 16 21:23:18.058 INFO E| Compiling generic-array v0.14.6
28812026-07-16T21:23:18.994Z[ helios-setup] Jul 16 21:23:18.154 INFO E| Compiling getopts v0.2.21
28822026-07-16T21:23:19.372Z[ host-package] Compiling vte v0.14.1
28832026-07-16T21:23:19.479Z[ helios-setup] Jul 16 21:23:18.639 INFO E| Compiling flate2 v1.0.25
28842026-07-16T21:23:19.556Z[ host-package] Compiling csv-core v0.1.13
28852026-07-16T21:23:20.027Z[ host-package] Compiling chrono-tz v0.10.4
28862026-07-16T21:23:20.379Z[ host-package] Compiling highway v1.3.0
28872026-07-16T21:23:20.546Z[ host-package] Compiling csv v1.4.0
28882026-07-16T21:23:20.848Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28892026-07-16T21:23:20.980Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28902026-07-16T21:23:21.050Z[ helios-setup] Jul 16 21:23:20.210 INFO E| Compiling block-buffer v0.10.3
28912026-07-16T21:23:21.053Z[ helios-setup] Jul 16 21:23:20.210 INFO E| Compiling crypto-common v0.1.6
28922026-07-16T21:23:21.132Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28932026-07-16T21:23:21.158Z[ helios-setup] Jul 16 21:23:20.315 INFO E| Compiling digest v0.10.3
28942026-07-16T21:23:21.212Z[ host-package] Compiling phf v0.12.1
28952026-07-16T21:23:21.252Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-07-16T21:23:21.380Z[ helios-setup] Jul 16 21:23:20.537 INFO E| Compiling sha2 v0.10.5
28972026-07-16T21:23:21.479Z[ host-package] Compiling const_format_proc_macros v0.2.34
28982026-07-16T21:23:21.612Z[ helios-setup] Jul 16 21:23:20.773 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28992026-07-16T21:23:21.636Z[ host-package] Compiling fd-lock v4.0.4
29002026-07-16T21:23:21.663Z[ host-package] Compiling peg-macros v0.8.5
29012026-07-16T21:23:21.764Z[ host-package] Compiling nu-ansi-term v0.50.3
29022026-07-16T21:23:22.310Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29032026-07-16T21:23:22.523Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29042026-07-16T21:23:23.224Z[ host-package] Compiling peg v0.8.5
29052026-07-16T21:23:23.365Z[ host-package] Compiling const_format v0.2.35
29062026-07-16T21:23:23.580Z[ host-package] Compiling progenitor v0.14.0
29072026-07-16T21:23:23.630Z[ helios-setup] Jul 16 21:23:22.785 INFO E| Finished `release` profile [optimized] target(s) in 5.46s
29082026-07-16T21:23:23.650Z[ helios-setup] Jul 16 21:23:22.796 INFO building project "bootserver" ok (5 seconds)
29092026-07-16T21:23:23.650Z[ helios-setup] Jul 16 21:23:22.796 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
29102026-07-16T21:23:23.825Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29112026-07-16T21:23:23.882Z[ host-package] Compiling reedline v0.40.0
29122026-07-16T21:23:23.932Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29132026-07-16T21:23:24.246Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29142026-07-16T21:23:24.344Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-07-16T21:23:25.231Z[ host-package] Compiling bcs v0.1.6
29162026-07-16T21:23:25.795Z[ host-package] Compiling nom v8.0.0
29172026-07-16T21:23:26.360Z[ host-package] Compiling semver v0.1.20
29182026-07-16T21:23:26.571Z[ host-package] Compiling rustc_version v0.1.7
29192026-07-16T21:23:26.744Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29202026-07-16T21:23:26.860Z[ host-package] Compiling newtype_derive v0.1.6
29212026-07-16T21:23:26.917Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29222026-07-16T21:23:26.976Z[ host-package] Compiling smawk v0.3.2
29232026-07-16T21:23:27.107Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29242026-07-16T21:23:27.155Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29252026-07-16T21:23:27.176Z[ host-package] Compiling unicode-linebreak v0.1.5
29262026-07-16T21:23:27.339Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29272026-07-16T21:23:27.494Z[ host-package] Compiling textwrap v0.16.2
29282026-07-16T21:23:27.592Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29292026-07-16T21:23:27.727Z[ host-package] Compiling steno v0.4.1
29302026-07-16T21:23:27.811Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29312026-07-16T21:23:27.811Z[ host-package] Compiling sha1 v0.10.6
29322026-07-16T21:23:28.361Z[ host-package] Compiling tagptr v0.2.0
29332026-07-16T21:23:28.668Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29342026-07-16T21:23:28.690Z[ host-package] Compiling utf-8 v0.7.6
29352026-07-16T21:23:28.863Z[ host-package] Compiling moka v0.12.13
29362026-07-16T21:23:28.908Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29372026-07-16T21:23:28.928Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29382026-07-16T21:23:29.240Z[ host-package] Compiling tungstenite v0.21.0
29392026-07-16T21:23:29.299Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29402026-07-16T21:23:29.473Z[ host-package] Compiling vergen-lib v0.1.6
29412026-07-16T21:23:29.738Z[ host-package] Compiling diesel_derives v2.3.7
29422026-07-16T21:23:30.016Z[ host-package] Compiling tokio-tungstenite v0.21.0
29432026-07-16T21:23:30.201Z[ host-package] Compiling hickory-resolver v0.25.2
29442026-07-16T21:23:30.515Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29452026-07-16T21:23:30.574Z[ host-package] Compiling dsl_auto_type v0.2.0
29462026-07-16T21:23:30.612Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29472026-07-16T21:23:31.171Z[ host-package] Compiling vergen-gitcl v1.0.8
29482026-07-16T21:23:31.252Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29492026-07-16T21:23:31.413Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29502026-07-16T21:23:31.530Z[ host-package] Compiling dirs-sys-next v0.1.2
29512026-07-16T21:23:31.584Z[ host-package] Compiling maplit v1.0.2
29522026-07-16T21:23:31.679Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29532026-07-16T21:23:31.836Z[ host-package] Compiling glob v0.3.3
29542026-07-16T21:23:31.991Z[ host-package] Compiling crunchy v0.2.4
29552026-07-16T21:23:32.236Z[ host-package] Compiling clang-sys v1.8.1
29562026-07-16T21:23:32.341Z[ host-package] Compiling proc-macro-error2 v2.0.1
29572026-07-16T21:23:32.555Z[ host-package] Compiling dirs-next v2.0.0
29582026-07-16T21:23:32.802Z[ host-package] Compiling r2d2 v0.8.10
29592026-07-16T21:23:32.981Z[ host-package] Compiling num-derive v0.3.3
29602026-07-16T21:23:33.050Z[ host-package] Compiling tiny-keccak v2.0.2
29612026-07-16T21:23:33.214Z[ host-package] Compiling downcast-rs v2.0.2
29622026-07-16T21:23:33.309Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29632026-07-16T21:23:33.547Z[ host-package] Compiling tabled_derive v0.11.0
29642026-07-16T21:23:33.950Z[ host-package] Compiling term v0.7.0
29652026-07-16T21:23:34.024Z[ host-package] Compiling libscf-sys v1.1.0
29662026-07-16T21:23:34.338Z[ host-package] Compiling papergrid v0.17.0
29672026-07-16T21:23:34.494Z[ host-package] Compiling testing_table v0.3.0
29682026-07-16T21:23:34.983Z[ host-package] Compiling bit-vec v0.6.3
29692026-07-16T21:23:35.242Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29702026-07-16T21:23:35.356Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29712026-07-16T21:23:35.459Z[ host-package] Compiling bit-set v0.5.3
29722026-07-16T21:23:35.662Z[ host-package] Compiling ascii-canvas v3.0.0
29732026-07-16T21:23:35.716Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29742026-07-16T21:23:35.951Z[ host-package] Compiling tabled v0.20.0
29752026-07-16T21:23:36.212Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29762026-07-16T21:23:36.448Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29772026-07-16T21:23:36.702Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29782026-07-16T21:23:36.878Z[ host-package] Compiling progenitor-impl v0.13.0
29792026-07-16T21:23:37.134Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29802026-07-16T21:23:37.346Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29812026-07-16T21:23:37.403Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29822026-07-16T21:23:37.408Z[ host-package] Compiling itertools v0.10.5
29832026-07-16T21:23:37.491Z[ host-package] Compiling ena v0.14.4
29842026-07-16T21:23:37.591Z[ host-package] Compiling libloading v0.8.9
29852026-07-16T21:23:37.794Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29862026-07-16T21:23:37.842Z[ host-package] Compiling bindgen v0.71.1
29872026-07-16T21:23:37.897Z[ host-package] Compiling diesel v2.3.7
29882026-07-16T21:23:37.926Z[ host-package] Compiling regex-syntax v0.6.29
29892026-07-16T21:23:38.099Z[ host-package] Compiling diff v0.1.13
29902026-07-16T21:23:38.309Z[ host-package] Compiling xshell-macros v0.2.7
29912026-07-16T21:23:38.492Z[ host-package] Compiling unicase v2.9.0
29922026-07-16T21:23:38.645Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29932026-07-16T21:23:38.839Z[ host-package] Compiling xshell v0.2.7
29942026-07-16T21:23:39.186Z[ host-package] Compiling progenitor-macro v0.13.0
29952026-07-16T21:23:39.318Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29962026-07-16T21:23:40.007Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29972026-07-16T21:23:40.180Z[ host-package] Compiling lalrpop v0.19.12
29982026-07-16T21:23:40.399Z[ host-package] Compiling cexpr v0.6.0
29992026-07-16T21:23:40.558Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30002026-07-16T21:23:40.837Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30012026-07-16T21:23:41.132Z[ host-package] Compiling progenitor-client v0.13.0
30022026-07-16T21:23:41.356Z[ host-package] Compiling rustc-hash v2.1.1
30032026-07-16T21:23:41.854Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30042026-07-16T21:23:43.581Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30052026-07-16T21:23:43.611Z[ host-package] Compiling progenitor v0.13.0
30062026-07-16T21:23:43.647Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30072026-07-16T21:23:43.711Z[ host-package] Compiling headers-core v0.3.0
30082026-07-16T21:23:43.784Z[ host-package] Compiling libxml v0.3.3
30092026-07-16T21:23:43.912Z[ host-package] Compiling crc8 v0.1.1
30102026-07-16T21:23:44.241Z[ host-package] Compiling headers v0.4.1
30112026-07-16T21:23:44.248Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30122026-07-16T21:23:44.248Z[ host-package] Compiling strum_macros v0.24.3
30132026-07-16T21:23:44.409Z[ host-package] Compiling indoc v1.0.9
30142026-07-16T21:23:44.884Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30152026-07-16T21:23:44.978Z[ host-package] Compiling derive_builder v0.20.2
30162026-07-16T21:23:45.004Z[ host-package] Compiling quick-xml v0.37.5
30172026-07-16T21:23:45.078Z[ helios-setup] Jul 16 21:23:44.238 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')"
30182026-07-16T21:23:45.078Z[ helios-setup] Jul 16 21:23:44.239 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30192026-07-16T21:23:45.088Z[ helios-setup] Jul 16 21:23:44.248 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
30202026-07-16T21:23:45.088Z[ helios-setup] Jul 16 21:23:44.248 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30212026-07-16T21:23:45.092Z[ helios-setup] Jul 16 21:23:44.248 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30222026-07-16T21:23:45.173Z[ host-package] Compiling oso-derive v0.27.3
30232026-07-16T21:23:45.177Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30242026-07-16T21:23:45.193Z[ helios-setup] Jul 16 21:23:44.352 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30252026-07-16T21:23:45.500Z[ host-package] Compiling openssl-probe v0.1.6
30262026-07-16T21:23:45.576Z[ helios-setup] Jul 16 21:23:44.736 INFO E| From https://github.com/jclulow/rust-jmclib
30272026-07-16T21:23:45.576Z[ helios-setup] Jul 16 21:23:44.736 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30282026-07-16T21:23:45.587Z[ helios-setup] Jul 16 21:23:44.747 INFO E| Updating crates.io index
30292026-07-16T21:23:45.675Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30302026-07-16T21:23:45.741Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30312026-07-16T21:23:45.747Z[ helios-setup] Jul 16 21:23:44.895 INFO E| Downloading crates ...
30322026-07-16T21:23:45.787Z[ helios-setup] Jul 16 21:23:44.945 INFO E| Downloaded sha-1 v0.9.8
30332026-07-16T21:23:45.798Z[ helios-setup] Jul 16 21:23:44.952 INFO E| Downloaded unicode-ident v1.0.11
30342026-07-16T21:23:45.804Z[ helios-setup] Jul 16 21:23:44.956 INFO E| Downloaded md-5 v0.9.1
30352026-07-16T21:23:45.804Z[ helios-setup] Jul 16 21:23:44.957 INFO E| Downloaded block-buffer v0.9.0
30362026-07-16T21:23:45.808Z[ helios-setup] Jul 16 21:23:44.957 INFO E| Downloaded itoa v1.0.9
30372026-07-16T21:23:45.808Z[ helios-setup] Jul 16 21:23:44.960 INFO E| Downloaded toml v0.5.11
30382026-07-16T21:23:45.833Z[ helios-setup] Jul 16 21:23:44.965 INFO E| Downloaded digest v0.9.0
30392026-07-16T21:23:45.833Z[ helios-setup] Jul 16 21:23:44.967 INFO E| Downloaded libdevinfo-sys v1.0.0
30402026-07-16T21:23:45.834Z[ helios-setup] Jul 16 21:23:44.972 INFO E| Downloaded opaque-debug v0.3.0
30412026-07-16T21:23:45.834Z[ helios-setup] Jul 16 21:23:44.973 INFO E| Downloaded cpufeatures v0.2.9
30422026-07-16T21:23:45.836Z[ helios-setup] Jul 16 21:23:44.974 INFO E| Downloaded fastrand v2.0.0
30432026-07-16T21:23:45.836Z[ helios-setup] Jul 16 21:23:44.975 INFO E| Downloaded quote v1.0.31
30442026-07-16T21:23:45.878Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30452026-07-16T21:23:45.878Z[ helios-setup] Jul 16 21:23:44.984 INFO E| Downloaded errno v0.3.1
30462026-07-16T21:23:45.878Z[ helios-setup] Jul 16 21:23:44.992 INFO E| Downloaded glob v0.3.1
30472026-07-16T21:23:45.878Z[ helios-setup] Jul 16 21:23:44.996 INFO E| Downloaded walkdir v2.3.3
30482026-07-16T21:23:45.878Z[ helios-setup] Jul 16 21:23:45.001 INFO E| Downloaded anyhow v1.0.72
30492026-07-16T21:23:45.878Z[ helios-setup] Jul 16 21:23:45.004 INFO E| Downloaded uuid v0.8.2
30502026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.006 INFO E| Downloaded getrandom v0.2.10
30512026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.008 INFO E| Downloaded bitflags v2.3.3
30522026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.015 INFO E| Downloaded typenum v1.16.0
30532026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.017 INFO E| Downloaded ryu v1.0.15
30542026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.019 INFO E| Downloaded serde_derive v1.0.193
30552026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.020 INFO E| Downloaded serde v1.0.193
30562026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.023 INFO E| Downloaded proc-macro2 v1.0.66
30572026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.024 INFO E| Downloaded tempfile v3.7.0
30582026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.025 INFO E| Downloaded once_cell v1.18.0
30592026-07-16T21:23:45.900Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30602026-07-16T21:23:45.900Z[ helios-setup] Jul 16 21:23:45.046 INFO E| Downloaded serde_json v1.0.103
30612026-07-16T21:23:45.916Z[ helios-setup] Jul 16 21:23:45.065 INFO E| Downloaded syn v2.0.32
30622026-07-16T21:23:45.930Z[ helios-setup] Jul 16 21:23:45.079 INFO E| Downloaded rustix v0.38.4
30632026-07-16T21:23:45.946Z[ helios-setup] Jul 16 21:23:45.099 INFO E| Downloaded libc v0.2.147
30642026-07-16T21:23:46.055Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling libc v0.2.147
30652026-07-16T21:23:46.055Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling proc-macro2 v1.0.66
30662026-07-16T21:23:46.055Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling cfg-if v1.0.0
30672026-07-16T21:23:46.091Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling unicode-ident v1.0.11
30682026-07-16T21:23:46.091Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling version_check v0.9.4
30692026-07-16T21:23:46.091Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling typenum v1.16.0
30702026-07-16T21:23:46.091Z[ helios-setup] Jul 16 21:23:45.158 INFO E| Compiling serde v1.0.193
30712026-07-16T21:23:46.091Z[ helios-setup] Jul 16 21:23:45.216 INFO E| Compiling powerfmt v0.2.0
30722026-07-16T21:23:46.108Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling time-core v0.1.2
30732026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling slog v2.7.0
30742026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling rustix v0.38.4
30752026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling num-conv v0.1.0
30762026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling itoa v1.0.9
30772026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling num_threads v0.1.6
30782026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling once_cell v1.18.0
30792026-07-16T21:23:46.109Z[ helios-setup] Jul 16 21:23:45.241 INFO E| Compiling bitflags v2.3.3
30802026-07-16T21:23:46.137Z[ host-package] Compiling bb8 v0.8.6
30812026-07-16T21:23:46.516Z[ host-package] Compiling samael v0.0.19
30822026-07-16T21:23:46.595Z[ host-package] Compiling trait-variant v0.1.2
30832026-07-16T21:23:47.031Z[ host-package] Compiling half v1.8.3
30842026-07-16T21:23:47.178Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30852026-07-16T21:23:47.178Z[ helios-setup] Jul 16 21:23:46.055 INFO E| Compiling opaque-debug v0.3.0
30862026-07-16T21:23:47.178Z[ helios-setup] Jul 16 21:23:46.057 INFO E| Compiling deranged v0.3.11
30872026-07-16T21:23:47.178Z[ helios-setup] Jul 16 21:23:46.057 INFO E| Compiling serde_json v1.0.103
30882026-07-16T21:23:47.183Z[ helios-setup] Jul 16 21:23:46.057 INFO E| Compiling anyhow v1.0.72
30892026-07-16T21:23:47.183Z[ helios-setup] Jul 16 21:23:46.057 INFO E| Compiling fastrand v2.0.0
30902026-07-16T21:23:47.183Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30912026-07-16T21:23:47.183Z[ helios-setup] Jul 16 21:23:46.070 INFO E| Compiling unicode-width v0.1.10
30922026-07-16T21:23:47.184Z[ helios-setup] Jul 16 21:23:46.171 INFO E| Compiling cpufeatures v0.2.9
30932026-07-16T21:23:47.248Z[ helios-setup] Jul 16 21:23:46.220 INFO E| Compiling time-macros v0.2.18
30942026-07-16T21:23:47.248Z[ helios-setup] Jul 16 21:23:46.232 INFO E| Compiling ryu v1.0.15
30952026-07-16T21:23:47.248Z[ helios-setup] Jul 16 21:23:46.250 INFO E| Compiling same-file v1.0.6
30962026-07-16T21:23:47.336Z[ helios-setup] Jul 16 21:23:46.435 INFO E| Compiling thread_local v1.1.7
30972026-07-16T21:23:47.383Z[ helios-setup] Jul 16 21:23:46.484 INFO E| Compiling walkdir v2.3.3
30982026-07-16T21:23:47.433Z[ helios-setup] Jul 16 21:23:46.568 INFO E| Compiling generic-array v0.14.7
30992026-07-16T21:23:47.455Z[ helios-setup] Jul 16 21:23:46.584 INFO E| Compiling getopts v0.2.21
31002026-07-16T21:23:47.544Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31012026-07-16T21:23:47.600Z[ helios-setup] Jul 16 21:23:46.733 INFO E| Compiling glob v0.3.1
31022026-07-16T21:23:47.629Z[ helios-setup] Jul 16 21:23:46.753 INFO E| Compiling libdevinfo-sys v1.0.0
31032026-07-16T21:23:47.734Z[ helios-setup] Jul 16 21:23:46.857 INFO E| Compiling quote v1.0.31
31042026-07-16T21:23:47.746Z[ helios-setup] Jul 16 21:23:46.870 INFO E| Compiling dirs-sys-next v0.1.2
31052026-07-16T21:23:47.746Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31062026-07-16T21:23:47.881Z[ helios-setup] Jul 16 21:23:47.039 INFO E| Compiling errno v0.3.1
31072026-07-16T21:23:47.889Z[ host-package] Compiling serde_cbor v0.11.2
31082026-07-16T21:23:47.924Z[ helios-setup] Jul 16 21:23:47.085 INFO E| Compiling dirs-next v2.0.0
31092026-07-16T21:23:47.963Z[ helios-setup] Jul 16 21:23:47.123 INFO E| Compiling atty v0.2.14
31102026-07-16T21:23:48.005Z[ helios-setup] Jul 16 21:23:47.165 INFO E| Compiling getrandom v0.2.10
31112026-07-16T21:23:48.102Z[ helios-setup] Jul 16 21:23:47.232 INFO E| Compiling syn v2.0.32
31122026-07-16T21:23:48.137Z[ helios-setup] Jul 16 21:23:47.255 INFO E| Compiling term v0.7.0
31132026-07-16T21:23:48.720Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31142026-07-16T21:23:48.831Z[ helios-setup] Jul 16 21:23:47.963 INFO E| Compiling tempfile v3.7.0
31152026-07-16T21:23:48.837Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31162026-07-16T21:23:49.028Z[ host-package] Compiling polar-core v0.27.3
31172026-07-16T21:23:49.044Z[ helios-setup] Jul 16 21:23:48.184 INFO E| Compiling digest v0.9.0
31182026-07-16T21:23:49.044Z[ helios-setup] Jul 16 21:23:48.184 INFO E| Compiling block-buffer v0.9.0
31192026-07-16T21:23:49.052Z[ helios-setup] Jul 16 21:23:48.199 INFO E| Compiling time v0.3.36
31202026-07-16T21:23:49.127Z[ helios-setup] Jul 16 21:23:48.285 INFO E| Compiling md-5 v0.9.1
31212026-07-16T21:23:49.127Z[ helios-setup] Jul 16 21:23:48.285 INFO E| Compiling sha-1 v0.9.8
31222026-07-16T21:23:49.152Z[ host-package] Compiling nonempty v0.12.0
31232026-07-16T21:23:49.389Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31242026-07-16T21:23:49.474Z[ host-package] Compiling fxhash v0.2.1
31252026-07-16T21:23:49.674Z[ host-package] Compiling libz-sys v1.1.24
31262026-07-16T21:23:49.713Z[ host-package] Compiling salty v0.3.0
31272026-07-16T21:23:50.360Z[ helios-setup] Jul 16 21:23:49.062 INFO E| Compiling slog-term v2.9.0
31282026-07-16T21:23:50.441Z[ helios-setup] Jul 16 21:23:49.275 INFO E| Compiling serde_derive v1.0.193
31292026-07-16T21:23:50.441Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31302026-07-16T21:23:50.603Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31312026-07-16T21:23:55.071Z[ host-package] Compiling kstat-rs v0.2.4
31322026-07-16T21:23:55.253Z[ host-package] Compiling arc-swap v1.8.2
31332026-07-16T21:23:55.253Z[ host-package] Compiling mime_guess v2.0.5
31342026-07-16T21:23:55.254Z[ host-package] Compiling slog-scope v4.4.1
31352026-07-16T21:23:55.254Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31362026-07-16T21:23:55.254Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31372026-07-16T21:23:55.254Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31382026-07-16T21:23:55.254Z[ host-package] Compiling rfc6979 v0.4.0
31392026-07-16T21:23:55.254Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31402026-07-16T21:23:55.254Z[ host-package] Compiling nanorand v0.7.0
31412026-07-16T21:23:55.254Z[ host-package] Compiling darling_core v0.23.0
31422026-07-16T21:23:55.254Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31432026-07-16T21:23:55.254Z[ host-package] Compiling parking_lot_core v0.8.6
31442026-07-16T21:23:55.254Z[ helios-setup] Jul 16 21:23:53.804 INFO E| Compiling toml v0.5.11
31452026-07-16T21:23:55.254Z[ helios-setup] Jul 16 21:23:53.805 INFO E| Compiling uuid v0.8.2
31462026-07-16T21:23:55.254Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31472026-07-16T21:23:55.254Z[ host-package] Compiling flume v0.11.1
31482026-07-16T21:23:55.502Z[ helios-setup] Jul 16 21:23:54.593 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31492026-07-16T21:23:55.517Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31502026-07-16T21:23:56.091Z[ helios-setup] Jul 16 21:23:55.251 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31512026-07-16T21:23:56.355Z[ host-package] Compiling darling_macro v0.23.0
31522026-07-16T21:23:56.393Z[ host-package] Compiling ecdsa v0.16.9
31532026-07-16T21:23:56.456Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-07-16T21:23:56.814Z[ host-package] Compiling slog-stdlog v4.1.1
31552026-07-16T21:23:57.032Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31562026-07-16T21:23:57.078Z[ host-package] Compiling primeorder v0.13.6
31572026-07-16T21:23:57.081Z[ host-package] Compiling git-stub v1.0.0
31582026-07-16T21:23:57.279Z[ host-package] Compiling atty v0.2.14
31592026-07-16T21:23:57.370Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31602026-07-16T21:23:57.448Z[ host-package] Compiling http-range v0.1.5
31612026-07-16T21:23:57.473Z[ host-package] Compiling strsim v0.10.0
31622026-07-16T21:23:57.606Z[ host-package] Compiling instability v0.3.11
31632026-07-16T21:23:57.664Z[ host-package] Compiling p384 v0.13.1
31642026-07-16T21:23:57.862Z[ host-package] Compiling darling_core v0.13.4
31652026-07-16T21:23:57.869Z[ host-package] Compiling git-stub-vcs v0.1.0
31662026-07-16T21:23:58.255Z[ host-package] Compiling diesel-dtrace v0.5.0
31672026-07-16T21:23:58.341Z[ host-package] Compiling async-bb8-diesel v0.2.1
31682026-07-16T21:23:58.757Z[ host-package] Compiling slog-envlogger v2.2.0
31692026-07-16T21:23:58.883Z[ host-package] Compiling darling v0.23.0
31702026-07-16T21:23:59.050Z[ host-package] Compiling oso v0.27.3
31712026-07-16T21:24:00.039Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31722026-07-16T21:24:00.263Z[ helios-setup] Jul 16 21:23:59.424 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.16s
31732026-07-16T21:24:00.286Z[ helios-setup] Jul 16 21:23:59.446 INFO building project "image-builder" ok (15 seconds)
31742026-07-16T21:24:00.286Z[ helios-setup] Jul 16 21:23:59.446 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31752026-07-16T21:24:00.320Z[ helios-setup] Jul 16 21:23:59.481 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')"
31762026-07-16T21:24:00.321Z[ helios-setup] Jul 16 21:23:59.481 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31772026-07-16T21:24:00.321Z[ helios-setup] Jul 16 21:23:59.481 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31782026-07-16T21:24:00.501Z[ helios-setup] Jul 16 21:23:59.661 INFO E| Updating crates.io index
31792026-07-16T21:24:00.504Z[ helios-setup] Jul 16 21:23:59.662 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31802026-07-16T21:24:00.544Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31812026-07-16T21:24:00.653Z[ host-package] Compiling ignore v0.4.25
31822026-07-16T21:24:00.837Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31832026-07-16T21:24:00.921Z[ helios-setup] Jul 16 21:24:00.082 INFO E| From https://github.com/oxidecomputer/amd-apcb
31842026-07-16T21:24:00.921Z[ helios-setup] Jul 16 21:24:00.082 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31852026-07-16T21:24:00.936Z[ helios-setup] Jul 16 21:24:00.096 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31862026-07-16T21:24:01.277Z[ helios-setup] Jul 16 21:24:00.435 INFO E| From https://github.com/oxidecomputer/amd-efs
31872026-07-16T21:24:01.277Z[ helios-setup] Jul 16 21:24:00.435 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31882026-07-16T21:24:01.514Z[ helios-setup] Jul 16 21:24:00.675 INFO E| Downloading crates ...
31892026-07-16T21:24:01.567Z[ helios-setup] Jul 16 21:24:00.728 INFO E| Downloaded fletcher v1.0.0
31902026-07-16T21:24:01.604Z[ helios-setup] Jul 16 21:24:00.765 INFO E| Downloaded unic-ucd-ident v0.9.0
31912026-07-16T21:24:01.607Z[ helios-setup] Jul 16 21:24:00.766 INFO E| Downloaded parse_int v0.9.0
31922026-07-16T21:24:01.608Z[ helios-setup] Jul 16 21:24:00.767 INFO E| Downloaded modular-bitfield-impl v0.13.1
31932026-07-16T21:24:01.608Z[ helios-setup] Jul 16 21:24:00.768 INFO E| Downloaded heck v0.3.3
31942026-07-16T21:24:01.611Z[ helios-setup] Jul 16 21:24:00.769 INFO E| Downloaded dyn-clone v1.0.19
31952026-07-16T21:24:01.625Z[ helios-setup] Jul 16 21:24:00.786 INFO E| Downloaded ansi_term v0.12.1
31962026-07-16T21:24:01.628Z[ helios-setup] Jul 16 21:24:00.788 INFO E| Downloaded vec_map v0.8.2
31972026-07-16T21:24:01.630Z[ helios-setup] Jul 16 21:24:00.788 INFO E| Downloaded modular-bitfield v0.13.1
31982026-07-16T21:24:01.641Z[ helios-setup] Jul 16 21:24:00.801 INFO E| Downloaded structopt-derive v0.4.18
31992026-07-16T21:24:01.643Z[ helios-setup] Jul 16 21:24:00.802 INFO E| Downloaded pest_derive v2.8.0
32002026-07-16T21:24:01.643Z[ helios-setup] Jul 16 21:24:00.804 INFO E| Downloaded pest_meta v2.8.0
32012026-07-16T21:24:01.647Z[ helios-setup] Jul 16 21:24:00.805 INFO E| Downloaded modular-bitfield v0.11.2
32022026-07-16T21:24:01.650Z[ helios-setup] Jul 16 21:24:00.811 INFO E| Downloaded bytesize v2.0.1
32032026-07-16T21:24:01.653Z[ helios-setup] Jul 16 21:24:00.813 INFO E| Downloaded structopt v0.3.26
32042026-07-16T21:24:01.656Z[ helios-setup] Jul 16 21:24:00.817 INFO E| Downloaded rustversion v1.0.20
32052026-07-16T21:24:01.659Z[ helios-setup] Jul 16 21:24:00.819 INFO E| Downloaded typenum v1.18.0
32062026-07-16T21:24:01.661Z[ helios-setup] Jul 16 21:24:00.821 INFO E| Downloaded pest_generator v2.8.0
32072026-07-16T21:24:01.661Z[ helios-setup] Jul 16 21:24:00.821 INFO E| Downloaded modular-bitfield-impl v0.11.2
32082026-07-16T21:24:01.661Z[ helios-setup] Jul 16 21:24:00.822 INFO E| Downloaded four-cc v0.4.0
32092026-07-16T21:24:01.664Z[ helios-setup] Jul 16 21:24:00.823 INFO E| Downloaded unic-ucd-version v0.9.0
32102026-07-16T21:24:01.665Z[ helios-setup] Jul 16 21:24:00.823 INFO E| Downloaded unic-char-range v0.9.0
32112026-07-16T21:24:01.665Z[ helios-setup] Jul 16 21:24:00.824 INFO E| Downloaded unic-common v0.9.0
32122026-07-16T21:24:01.665Z[ helios-setup] Jul 16 21:24:00.825 INFO E| Downloaded unic-char-property v0.9.0
32132026-07-16T21:24:01.668Z[ helios-setup] Jul 16 21:24:00.825 INFO E| Downloaded textwrap v0.11.0
32142026-07-16T21:24:01.668Z[ helios-setup] Jul 16 21:24:00.827 INFO E| Downloaded log v0.4.27
32152026-07-16T21:24:01.668Z[ helios-setup] Jul 16 21:24:00.828 INFO E| Downloaded zerocopy-derive v0.8.25
32162026-07-16T21:24:01.672Z[ helios-setup] Jul 16 21:24:00.832 INFO E| Downloaded strum_macros v0.27.1
32172026-07-16T21:24:01.675Z[ helios-setup] Jul 16 21:24:00.833 INFO E| Downloaded strum v0.27.1
32182026-07-16T21:24:01.675Z[ helios-setup] Jul 16 21:24:00.834 INFO E| Downloaded strsim v0.8.0
32192026-07-16T21:24:01.682Z[ helios-setup] Jul 16 21:24:00.843 INFO E| Downloaded pest v2.8.0
32202026-07-16T21:24:01.685Z[ host-package] Compiling castaway v0.2.4
32212026-07-16T21:24:01.703Z[ helios-setup] Jul 16 21:24:00.863 INFO E| Downloaded goblin v0.9.3
32222026-07-16T21:24:01.713Z[ helios-setup] Jul 16 21:24:00.867 INFO E| Downloaded zerocopy v0.8.25
32232026-07-16T21:24:01.725Z[ helios-setup] Jul 16 21:24:00.886 INFO E| Downloaded clap v2.34.0
32242026-07-16T21:24:01.782Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling proc-macro2 v1.0.95
32252026-07-16T21:24:01.782Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling unicode-ident v1.0.18
32262026-07-16T21:24:01.782Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling memchr v2.7.4
32272026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling autocfg v1.4.0
32282026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling thiserror v2.0.12
32292026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling syn v1.0.109
32302026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling serde v1.0.219
32312026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling version_check v0.9.5
32322026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling serde_json v1.0.140
32332026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling itoa v1.0.15
32342026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling ryu v1.0.20
32352026-07-16T21:24:01.785Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling schemars v0.8.22
32362026-07-16T21:24:01.786Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling ucd-trie v0.1.7
32372026-07-16T21:24:01.786Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling dyn-clone v1.0.19
32382026-07-16T21:24:01.786Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling static_assertions v1.1.0
32392026-07-16T21:24:01.786Z[ helios-setup] Jul 16 21:24:00.943 INFO E| Compiling rustversion v1.0.20
32402026-07-16T21:24:01.842Z[ host-package] Compiling vergen-git2 v9.1.0
32412026-07-16T21:24:01.984Z[ helios-setup] Jul 16 21:24:01.145 INFO E| Compiling paste v1.0.15
32422026-07-16T21:24:02.037Z[ helios-setup] Jul 16 21:24:01.198 INFO E| Compiling libc v0.2.172
32432026-07-16T21:24:02.107Z[ helios-setup] Jul 16 21:24:01.268 INFO E| Compiling zerocopy v0.8.25
32442026-07-16T21:24:02.303Z[ helios-setup] Jul 16 21:24:01.464 INFO E| Compiling once_cell v1.21.3
32452026-07-16T21:24:02.390Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32462026-07-16T21:24:02.485Z[ helios-setup] Jul 16 21:24:01.638 INFO E| Compiling heck v0.5.0
32472026-07-16T21:24:02.515Z[ host-package] Compiling indoc v2.0.7
32482026-07-16T21:24:02.609Z[ helios-setup] Jul 16 21:24:01.770 INFO E| Compiling unicode-width v0.1.14
32492026-07-16T21:24:02.622Z[ helios-setup] Jul 16 21:24:01.782 INFO E| Compiling unicode-segmentation v1.12.0
32502026-07-16T21:24:02.641Z[ helios-setup] Jul 16 21:24:01.802 INFO E| Compiling ansi_term v0.12.1
32512026-07-16T21:24:02.700Z[ helios-setup] Jul 16 21:24:01.861 INFO E| Compiling unic-char-range v0.9.0
32522026-07-16T21:24:02.793Z[ helios-setup] Jul 16 21:24:01.953 INFO E| Compiling proc-macro-error-attr v1.0.4
32532026-07-16T21:24:02.831Z[ helios-setup] Jul 16 21:24:01.991 INFO E| Compiling proc-macro-error v1.0.4
32542026-07-16T21:24:02.927Z[ helios-setup] Jul 16 21:24:02.084 INFO E| Compiling num-traits v0.2.19
32552026-07-16T21:24:02.954Z[ helios-setup] Jul 16 21:24:02.115 INFO E| Compiling memoffset v0.9.1
32562026-07-16T21:24:03.004Z[ helios-setup] Jul 16 21:24:02.164 INFO E| Compiling fletcher v1.0.0
32572026-07-16T21:24:03.004Z[ helios-setup] Jul 16 21:24:02.164 INFO E| Compiling bitflags v1.3.2
32582026-07-16T21:24:03.123Z[ helios-setup] Jul 16 21:24:02.283 INFO E| Compiling textwrap v0.11.0
32592026-07-16T21:24:03.137Z[ helios-setup] Jul 16 21:24:02.297 INFO E| Compiling unic-common v0.9.0
32602026-07-16T21:24:03.216Z[ helios-setup] Jul 16 21:24:02.376 INFO E| Compiling strum v0.27.1
32612026-07-16T21:24:03.221Z[ helios-setup] Jul 16 21:24:02.381 INFO E| Compiling vec_map v0.8.2
32622026-07-16T21:24:03.262Z[ helios-setup] Jul 16 21:24:02.423 INFO E| Compiling byteorder v1.5.0
32632026-07-16T21:24:03.265Z[ helios-setup] Jul 16 21:24:02.423 INFO E| Compiling strsim v0.8.0
32642026-07-16T21:24:03.281Z[ helios-setup] Jul 16 21:24:02.442 INFO E| Compiling heck v0.3.3
32652026-07-16T21:24:03.326Z[ helios-setup] Jul 16 21:24:02.486 INFO E| Compiling unic-ucd-version v0.9.0
32662026-07-16T21:24:03.423Z[ helios-setup] Jul 16 21:24:02.584 INFO E| Compiling unic-char-property v0.9.0
32672026-07-16T21:24:03.440Z[ helios-setup] Jul 16 21:24:02.594 INFO E| Compiling log v0.4.27
32682026-07-16T21:24:03.440Z[ host-package] Compiling compact_str v0.8.1
32692026-07-16T21:24:03.494Z[ helios-setup] Jul 16 21:24:02.655 INFO E| Compiling plain v0.2.3
32702026-07-16T21:24:03.518Z[ helios-setup] Jul 16 21:24:02.678 INFO E| Compiling lazy_static v1.5.0
32712026-07-16T21:24:03.523Z[ helios-setup] Jul 16 21:24:02.683 INFO E| Compiling bytesize v2.0.1
32722026-07-16T21:24:03.603Z[ helios-setup] Jul 16 21:24:02.763 INFO E| Compiling unic-ucd-ident v0.9.0
32732026-07-16T21:24:03.610Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32742026-07-16T21:24:03.798Z[ helios-setup] Jul 16 21:24:02.957 INFO E| Compiling atty v0.2.14
32752026-07-16T21:24:03.883Z[ helios-setup] Jul 16 21:24:03.044 INFO E| Compiling clap v2.34.0
32762026-07-16T21:24:04.006Z[ helios-setup] Jul 16 21:24:03.166 INFO E| Compiling quote v1.0.40
32772026-07-16T21:24:04.214Z[ helios-setup] Jul 16 21:24:03.375 INFO E| Compiling syn v2.0.101
32782026-07-16T21:24:04.432Z[ helios-setup] Jul 16 21:24:03.592 INFO E| Compiling parse_int v0.9.0
32792026-07-16T21:24:04.934Z[ host-package] Compiling globwalk v0.9.1
32802026-07-16T21:24:04.969Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32812026-07-16T21:24:05.188Z[ host-package] Compiling parking_lot v0.11.2
32822026-07-16T21:24:05.751Z[ host-package] Compiling hyper-staticfile v0.10.1
32832026-07-16T21:24:05.885Z[ host-package] Compiling darling_macro v0.13.4
32842026-07-16T21:24:06.332Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32852026-07-16T21:24:06.544Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32862026-07-16T21:24:06.756Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32872026-07-16T21:24:06.921Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32882026-07-16T21:24:06.971Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32892026-07-16T21:24:07.072Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32902026-07-16T21:24:07.258Z[ helios-setup] Jul 16 21:24:06.418 INFO E| Compiling modular-bitfield-impl v0.11.2
32912026-07-16T21:24:07.258Z[ helios-setup] Jul 16 21:24:06.418 INFO E| Compiling structopt-derive v0.4.18
32922026-07-16T21:24:07.269Z[ helios-setup] Jul 16 21:24:06.429 INFO E| Compiling serde_derive_internals v0.29.1
32932026-07-16T21:24:07.329Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32942026-07-16T21:24:07.398Z[ host-package] Compiling predicates-tree v1.0.13
32952026-07-16T21:24:07.939Z[ host-package] Compiling unicode-truncate v1.1.0
32962026-07-16T21:24:08.037Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32972026-07-16T21:24:08.243Z[ host-package] Compiling lru v0.12.5
32982026-07-16T21:24:08.424Z[ host-package] Compiling rand_seeder v0.4.0
32992026-07-16T21:24:08.520Z[ host-package] Compiling prefix-trie v0.7.0
33002026-07-16T21:24:08.552Z[ helios-setup] Jul 16 21:24:07.711 INFO E| Compiling modular-bitfield v0.11.2
33012026-07-16T21:24:08.585Z[ helios-setup] Jul 16 21:24:07.745 INFO E| Compiling structopt v0.3.26
33022026-07-16T21:24:08.613Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling thiserror-impl v2.0.12
33032026-07-16T21:24:08.613Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling serde_derive v1.0.219
33042026-07-16T21:24:08.613Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling schemars_derive v0.8.22
33052026-07-16T21:24:08.618Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling zerocopy-derive v0.8.25
33062026-07-16T21:24:08.618Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling num-derive v0.4.2
33072026-07-16T21:24:08.618Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling modular-bitfield-impl v0.13.1
33082026-07-16T21:24:08.618Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling scroll_derive v0.12.1
33092026-07-16T21:24:08.618Z[ helios-setup] Jul 16 21:24:07.773 INFO E| Compiling strum_macros v0.27.1
33102026-07-16T21:24:08.789Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-16T21:24:08.946Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-16T21:24:08.946Z[ host-package] Compiling corncobs v0.1.4
33132026-07-16T21:24:09.455Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33142026-07-16T21:24:09.523Z[ host-package] Compiling cassowary v0.3.0
33152026-07-16T21:24:09.709Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33162026-07-16T21:24:09.801Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-07-16T21:24:09.875Z[ helios-setup] Jul 16 21:24:09.035 INFO E| Compiling scroll v0.12.0
33182026-07-16T21:24:09.881Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33192026-07-16T21:24:10.036Z[ host-package] Compiling ratatui v0.29.0
33202026-07-16T21:24:10.128Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-07-16T21:24:10.159Z[ helios-setup] Jul 16 21:24:09.319 INFO E| Compiling goblin v0.9.3
33222026-07-16T21:24:10.281Z[ host-package] Compiling hickory-server v0.25.2
33232026-07-16T21:24:10.528Z[ helios-setup] Jul 16 21:24:09.685 INFO E| Compiling modular-bitfield v0.13.1
33242026-07-16T21:24:10.832Z[ helios-setup] Jul 16 21:24:09.992 INFO E| Compiling pest v2.8.0
33252026-07-16T21:24:10.986Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33262026-07-16T21:24:11.088Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-07-16T21:24:11.543Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33282026-07-16T21:24:11.763Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33292026-07-16T21:24:11.871Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-07-16T21:24:12.237Z[ helios-setup] Jul 16 21:24:11.397 INFO E| Compiling pest_meta v2.8.0
33312026-07-16T21:24:12.290Z[ host-package] Compiling darling v0.13.4
33322026-07-16T21:24:12.504Z[ host-package] Compiling sled v0.34.7
33332026-07-16T21:24:13.037Z[ helios-setup] Jul 16 21:24:12.197 INFO E| Compiling pest_generator v2.8.0
33342026-07-16T21:24:14.070Z[ helios-setup] Jul 16 21:24:13.230 INFO E| Compiling pest_derive v2.8.0
33352026-07-16T21:24:15.135Z[ helios-setup] Jul 16 21:24:14.296 INFO E| Compiling json5 v0.4.1
33362026-07-16T21:24:15.278Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-07-16T21:24:15.361Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33382026-07-16T21:24:15.648Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33392026-07-16T21:24:16.160Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33402026-07-16T21:24:16.463Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33412026-07-16T21:24:16.701Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33422026-07-16T21:24:16.740Z[ helios-setup] Jul 16 21:24:15.900 INFO E| Compiling four-cc v0.4.0
33432026-07-16T21:24:16.740Z[ helios-setup] Jul 16 21:24:15.900 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33442026-07-16T21:24:16.866Z[ helios-setup] Jul 16 21:24:16.025 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33452026-07-16T21:24:16.962Z[ host-package] Compiling secrecy v0.8.0
33462026-07-16T21:24:17.321Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-07-16T21:24:17.876Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33482026-07-16T21:24:18.700Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33492026-07-16T21:24:19.459Z[ host-package] Compiling serde_with_macros v1.5.2
33502026-07-16T21:24:19.650Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33512026-07-16T21:24:19.819Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33522026-07-16T21:24:20.437Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33532026-07-16T21:24:20.541Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33542026-07-16T21:24:21.501Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33552026-07-16T21:24:21.690Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33562026-07-16T21:24:21.813Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33572026-07-16T21:24:21.981Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33582026-07-16T21:24:22.078Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33592026-07-16T21:24:22.253Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33602026-07-16T21:24:22.423Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33612026-07-16T21:24:22.477Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33622026-07-16T21:24:22.518Z[ host-package] Compiling base64 v0.21.7
33632026-07-16T21:24:22.673Z[ host-package] Compiling void v1.0.2
33642026-07-16T21:24:22.838Z[ host-package] Compiling lzss v0.8.2
33652026-07-16T21:24:22.859Z[ host-package] Compiling ron v0.8.1
33662026-07-16T21:24:23.133Z[ host-package] Compiling illumos-nvpair v0.3.0
33672026-07-16T21:24:23.175Z[ host-package] Compiling serde_with v1.14.0
33682026-07-16T21:24:23.233Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33692026-07-16T21:24:23.374Z[ host-package] Compiling git2 v0.20.4
33702026-07-16T21:24:24.169Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33712026-07-16T21:24:24.367Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33722026-07-16T21:24:25.055Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33732026-07-16T21:24:25.607Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
33742026-07-16T21:24:26.626Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33752026-07-16T21:24:27.097Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33762026-07-16T21:24:27.479Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-07-16T21:24:27.825Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33782026-07-16T21:24:28.177Z[ host-package] Compiling tungstenite v0.23.0
33792026-07-16T21:24:28.310Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33802026-07-16T21:24:29.539Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33812026-07-16T21:24:29.799Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33822026-07-16T21:24:30.043Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-07-16T21:24:30.286Z[ host-package] Compiling nix v0.27.1
33842026-07-16T21:24:30.394Z[ host-package] Compiling twox-hash v2.1.2
33852026-07-16T21:24:30.511Z[ host-package] Compiling serde_bytes v0.11.19
33862026-07-16T21:24:30.914Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33872026-07-16T21:24:30.937Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33882026-07-16T21:24:31.017Z[ host-package] Compiling tokio-tungstenite v0.23.1
33892026-07-16T21:24:31.106Z[ helios-setup] Jul 16 21:24:30.266 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33902026-07-16T21:24:31.446Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33912026-07-16T21:24:31.557Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-07-16T21:24:31.743Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33932026-07-16T21:24:34.307Z[ helios-setup] Jul 16 21:24:33.467 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33942026-07-16T21:24:35.249Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
33952026-07-16T21:24:35.994Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33962026-07-16T21:24:36.041Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33972026-07-16T21:24:36.152Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-07-16T21:24:36.570Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33992026-07-16T21:24:36.596Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34002026-07-16T21:24:36.674Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34012026-07-16T21:24:36.753Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34022026-07-16T21:24:36.849Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34032026-07-16T21:24:36.901Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34042026-07-16T21:24:37.890Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34052026-07-16T21:24:38.674Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34062026-07-16T21:24:39.043Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-07-16T21:24:40.512Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34082026-07-16T21:24:40.859Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34092026-07-16T21:24:42.569Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34102026-07-16T21:24:42.966Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34112026-07-16T21:24:43.461Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-07-16T21:24:43.904Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34132026-07-16T21:24:44.373Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34142026-07-16T21:24:44.657Z[ host-package] Compiling signal-hook-tokio v0.3.1
34152026-07-16T21:24:44.928Z[ host-package] Compiling fatfs v0.3.6
34162026-07-16T21:24:44.963Z[ host-package] Compiling yasna v0.5.2
34172026-07-16T21:24:45.105Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
34182026-07-16T21:24:46.245Z[ host-package] Compiling seq-macro v0.3.6
34192026-07-16T21:24:46.330Z[ host-package] Compiling assert_matches v1.5.0
34202026-07-16T21:24:46.443Z[ host-package] Compiling is_ci v1.2.0
34212026-07-16T21:24:46.613Z[ host-package] Compiling supports-color v3.0.2
34222026-07-16T21:24:46.648Z[ host-package] Compiling rcgen v0.12.1
34232026-07-16T21:24:46.682Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34242026-07-16T21:24:46.808Z[ helios-setup] Jul 16 21:24:45.969 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.44s
34252026-07-16T21:24:46.845Z[ helios-setup] Jul 16 21:24:46.003 INFO building project "amd-host-image-builder" ok (46 seconds)
34262026-07-16T21:24:46.845Z[ helios-setup] Jul 16 21:24:46.003 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34272026-07-16T21:24:46.852Z[ helios-setup] Jul 16 21:24:46.012 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
34282026-07-16T21:24:46.852Z[ helios-setup] Jul 16 21:24:46.012 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34292026-07-16T21:24:46.852Z[ helios-setup] Jul 16 21:24:46.012 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34302026-07-16T21:24:46.918Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34312026-07-16T21:24:46.967Z[ helios-setup] Jul 16 21:24:46.127 INFO E| Blocking waiting for file lock on package cache
34322026-07-16T21:24:47.166Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34332026-07-16T21:24:48.727Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34342026-07-16T21:24:48.858Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
34352026-07-16T21:24:48.981Z[ host-package] Compiling port-file v0.1.0
34362026-07-16T21:24:49.101Z[ host-package] Compiling rtoolbox v0.0.3
34372026-07-16T21:24:49.310Z[ host-package] Compiling subprocess v0.2.15
34382026-07-16T21:24:49.388Z[ host-package] Compiling rpassword v7.4.0
34392026-07-16T21:24:49.753Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34402026-07-16T21:24:49.836Z[ helios-setup] Jul 16 21:24:48.996 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34412026-07-16T21:24:50.287Z[ helios-setup] Jul 16 21:24:49.447 INFO E| From https://github.com/jclulow/hiercmd
34422026-07-16T21:24:50.287Z[ helios-setup] Jul 16 21:24:49.447 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34432026-07-16T21:24:50.300Z[ helios-setup] Jul 16 21:24:49.460 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34442026-07-16T21:24:50.597Z[ helios-setup] Jul 16 21:24:49.758 INFO E| From https://github.com/oxidecomputer/network-interface
34452026-07-16T21:24:50.598Z[ helios-setup] Jul 16 21:24:49.758 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34462026-07-16T21:24:50.610Z[ helios-setup] Jul 16 21:24:49.770 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34472026-07-16T21:24:50.886Z[ helios-setup] Jul 16 21:24:50.046 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34482026-07-16T21:24:50.886Z[ helios-setup] Jul 16 21:24:50.047 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34492026-07-16T21:24:50.907Z[ helios-setup] Jul 16 21:24:50.068 INFO E| Updating crates.io index
34502026-07-16T21:24:51.060Z[ helios-setup] Jul 16 21:24:50.220 INFO E| Downloading crates ...
34512026-07-16T21:24:51.095Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-07-16T21:24:51.139Z[ helios-setup] Jul 16 21:24:50.299 INFO E| Downloaded futures-channel v0.3.31
34532026-07-16T21:24:51.152Z[ helios-setup] Jul 16 21:24:50.312 INFO E| Downloaded devinfo v0.1.0
34542026-07-16T21:24:51.155Z[ helios-setup] Jul 16 21:24:50.315 INFO E| Downloaded num-bigint-dig v0.8.4
34552026-07-16T21:24:51.158Z[ helios-setup] Jul 16 21:24:50.319 INFO E| Downloaded futures-sink v0.3.31
34562026-07-16T21:24:51.161Z[ helios-setup] Jul 16 21:24:50.320 INFO E| Downloaded anstyle-query v1.1.4
34572026-07-16T21:24:51.162Z[ helios-setup] Jul 16 21:24:50.321 INFO E| Downloaded futures-core v0.3.31
34582026-07-16T21:24:51.163Z[ helios-setup] Jul 16 21:24:50.322 INFO E| Downloaded futures-macro v0.3.31
34592026-07-16T21:24:51.166Z[ helios-setup] Jul 16 21:24:50.323 INFO E| Downloaded futures-io v0.3.31
34602026-07-16T21:24:51.169Z[ helios-setup] Jul 16 21:24:50.328 INFO E| Downloaded generic-array v0.14.9
34612026-07-16T21:24:51.172Z[ helios-setup] Jul 16 21:24:50.330 INFO E| Downloaded pin-utils v0.1.0
34622026-07-16T21:24:51.192Z[ helios-setup] Jul 16 21:24:50.352 INFO E| Downloaded futures-executor v0.3.31
34632026-07-16T21:24:51.195Z[ helios-setup] Jul 16 21:24:50.353 INFO E| Downloaded bitfield-macros v0.19.3
34642026-07-16T21:24:51.195Z[ helios-setup] Jul 16 21:24:50.354 INFO E| Downloaded env_logger v0.11.8
34652026-07-16T21:24:51.198Z[ helios-setup] Jul 16 21:24:50.356 INFO E| Downloaded bitfield v0.19.3
34662026-07-16T21:24:51.204Z[ helios-setup] Jul 16 21:24:50.364 INFO E| Downloaded pin-project-lite v0.2.16
34672026-07-16T21:24:51.231Z[ helios-setup] Jul 16 21:24:50.391 INFO E| Downloaded simd-adler32 v0.3.7
34682026-07-16T21:24:51.234Z[ helios-setup] Jul 16 21:24:50.392 INFO E| Downloaded deranged v0.5.5
34692026-07-16T21:24:51.234Z[ helios-setup] Jul 16 21:24:50.393 INFO E| Downloaded signal-hook-registry v1.4.6
34702026-07-16T21:24:51.234Z[ helios-setup] Jul 16 21:24:50.394 INFO E| Downloaded serde_spanned v1.0.3
34712026-07-16T21:24:51.237Z[ helios-setup] Jul 16 21:24:50.395 INFO E| Downloaded libdevinfo-sys v1.1.0
34722026-07-16T21:24:51.237Z[ helios-setup] Jul 16 21:24:50.396 INFO E| Downloaded getopts v0.2.24
34732026-07-16T21:24:51.238Z[ helios-setup] Jul 16 21:24:50.397 INFO E| Downloaded futures-task v0.3.31
34742026-07-16T21:24:51.238Z[ helios-setup] Jul 16 21:24:50.397 INFO E| Downloaded crc v3.3.0
34752026-07-16T21:24:51.241Z[ helios-setup] Jul 16 21:24:50.398 INFO E| Downloaded clap_derive v4.5.49
34762026-07-16T21:24:51.264Z[ helios-setup] Jul 16 21:24:50.424 INFO E| Downloaded anstyle v1.0.13
34772026-07-16T21:24:51.267Z[ helios-setup] Jul 16 21:24:50.426 INFO E| Downloaded time-core v0.1.6
34782026-07-16T21:24:51.267Z[ helios-setup] Jul 16 21:24:50.427 INFO E| Downloaded env_filter v0.1.4
34792026-07-16T21:24:51.270Z[ helios-setup] Jul 16 21:24:50.428 INFO E| Downloaded clap_lex v0.7.6
34802026-07-16T21:24:51.270Z[ helios-setup] Jul 16 21:24:50.429 INFO E| Downloaded quote v1.0.41
34812026-07-16T21:24:51.273Z[ helios-setup] Jul 16 21:24:50.431 INFO E| Downloaded futures v0.3.31
34822026-07-16T21:24:51.273Z[ helios-setup] Jul 16 21:24:50.433 INFO E| Downloaded bitflags v2.10.0
34832026-07-16T21:24:51.276Z[ helios-setup] Jul 16 21:24:50.436 INFO E| Downloaded zeroize_derive v1.4.2
34842026-07-16T21:24:51.280Z[ helios-setup] Jul 16 21:24:50.437 INFO E| Downloaded base64ct v1.8.0
34852026-07-16T21:24:51.329Z[ helios-setup] Jul 16 21:24:50.489 INFO E| Downloaded toml_parser v1.0.4
34862026-07-16T21:24:51.334Z[ helios-setup] Jul 16 21:24:50.491 INFO E| Downloaded thiserror v2.0.17
34872026-07-16T21:24:51.341Z[ helios-setup] Jul 16 21:24:50.497 INFO E| Downloaded time-macros v0.2.24
34882026-07-16T21:24:51.341Z[ helios-setup] Jul 16 21:24:50.499 INFO E| Downloaded toml_writer v1.0.4
34892026-07-16T21:24:51.341Z[ helios-setup] Jul 16 21:24:50.500 INFO E| Downloaded toml_datetime v0.7.3
34902026-07-16T21:24:51.349Z[ helios-setup] Jul 16 21:24:50.501 INFO E| Downloaded slab v0.4.11
34912026-07-16T21:24:51.350Z[ helios-setup] Jul 16 21:24:50.502 INFO E| Downloaded num_enum_derive v0.7.5
34922026-07-16T21:24:51.357Z[ helios-setup] Jul 16 21:24:50.515 INFO E| Downloaded thiserror-impl v2.0.17
34932026-07-16T21:24:51.361Z[ helios-setup] Jul 16 21:24:50.517 INFO E| Downloaded num_enum v0.7.5
34942026-07-16T21:24:51.361Z[ helios-setup] Jul 16 21:24:50.520 INFO E| Downloaded find-msvc-tools v0.1.4
34952026-07-16T21:24:51.369Z[ helios-setup] Jul 16 21:24:50.529 INFO E| Downloaded log v0.4.28
34962026-07-16T21:24:51.373Z[ helios-setup] Jul 16 21:24:50.531 INFO E| Downloaded getrandom v0.2.16
34972026-07-16T21:24:51.373Z[ helios-setup] Jul 16 21:24:50.533 INFO E| Downloaded tokio-macros v2.6.0
34982026-07-16T21:24:51.376Z[ helios-setup] Jul 16 21:24:50.533 INFO E| Downloaded anyhow v1.0.100
34992026-07-16T21:24:51.413Z[ helios-setup] Jul 16 21:24:50.573 INFO E| Downloaded unicode-ident v1.0.22
35002026-07-16T21:24:51.415Z[ helios-setup] Jul 16 21:24:50.575 INFO E| Downloaded flate2 v1.1.5
35012026-07-16T21:24:51.418Z[ helios-setup] Jul 16 21:24:50.578 INFO E| Downloaded clap v4.5.51
35022026-07-16T21:24:51.424Z[ helios-setup] Jul 16 21:24:50.584 INFO E| Downloaded toml v0.9.8
35032026-07-16T21:24:51.427Z[ helios-setup] Jul 16 21:24:50.587 INFO E| Downloaded socket2 v0.6.1
35042026-07-16T21:24:51.431Z[ helios-setup] Jul 16 21:24:50.588 INFO E| Downloaded cc v1.2.44
35052026-07-16T21:24:51.435Z[ helios-setup] Jul 16 21:24:50.591 INFO E| Downloaded rsa v0.9.8
35062026-07-16T21:24:51.435Z[ helios-setup] Jul 16 21:24:50.594 INFO E| Downloaded rand v0.8.5
35072026-07-16T21:24:51.438Z[ helios-setup] Jul 16 21:24:50.596 INFO E| Downloaded proc-macro2 v1.0.103
35082026-07-16T21:24:51.441Z[ helios-setup] Jul 16 21:24:50.598 INFO E| Downloaded memchr v2.7.6
35092026-07-16T21:24:51.458Z[ helios-setup] Jul 16 21:24:50.618 INFO E| Downloaded uuid v1.18.1
35102026-07-16T21:24:51.463Z[ helios-setup] Jul 16 21:24:50.621 INFO E| Downloaded indexmap v2.12.0
35112026-07-16T21:24:51.466Z[ helios-setup] Jul 16 21:24:50.624 INFO E| Downloaded bytes v1.10.1
35122026-07-16T21:24:51.467Z[ helios-setup] Jul 16 21:24:50.626 INFO E| Downloaded typenum v1.19.0
35132026-07-16T21:24:51.470Z[ helios-setup] Jul 16 21:24:50.628 INFO E| Downloaded toml_edit v0.23.7
35142026-07-16T21:24:51.487Z[ helios-setup] Jul 16 21:24:50.647 INFO E| Downloaded mio v1.1.0
35152026-07-16T21:24:51.494Z[ helios-setup] Jul 16 21:24:50.654 INFO E| Downloaded iddqd v0.3.14
35162026-07-16T21:24:51.499Z[ helios-setup] Jul 16 21:24:50.658 INFO E| Downloaded futures-util v0.3.31
35172026-07-16T21:24:51.560Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35182026-07-16T21:24:51.560Z[ helios-setup] Jul 16 21:24:50.719 INFO E| Downloaded time v0.3.44
35192026-07-16T21:24:51.564Z[ helios-setup] Jul 16 21:24:50.724 INFO E| Downloaded hashbrown v0.16.0
35202026-07-16T21:24:51.590Z[ helios-setup] Jul 16 21:24:50.750 INFO E| Downloaded libm v0.2.15
35212026-07-16T21:24:51.597Z[ helios-setup] Jul 16 21:24:50.757 INFO E| Downloaded serde_json v1.0.145
35222026-07-16T21:24:51.602Z[ helios-setup] Jul 16 21:24:50.762 INFO E| Downloaded clap_builder v4.5.51
35232026-07-16T21:24:51.623Z[ helios-setup] Jul 16 21:24:50.784 INFO E| Downloaded chrono v0.4.42
35242026-07-16T21:24:51.637Z[ helios-setup] Jul 16 21:24:50.797 INFO E| Downloaded unicode-width v0.2.2
35252026-07-16T21:24:51.728Z[ helios-setup] Jul 16 21:24:50.888 INFO E| Downloaded syn v2.0.108
35262026-07-16T21:24:51.777Z[ helios-setup] Jul 16 21:24:50.937 INFO E| Downloaded rustix v1.1.2
35272026-07-16T21:24:51.880Z[ helios-setup] Jul 16 21:24:51.040 INFO E| Downloaded libc v0.2.177
35282026-07-16T21:24:51.909Z[ helios-setup] Jul 16 21:24:51.068 INFO E| Downloaded tokio v1.48.0
35292026-07-16T21:24:52.063Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling proc-macro2 v1.0.103
35302026-07-16T21:24:52.063Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling quote v1.0.41
35312026-07-16T21:24:52.063Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling unicode-ident v1.0.22
35322026-07-16T21:24:52.066Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling libc v0.2.177
35332026-07-16T21:24:52.066Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling serde_core v1.0.228
35342026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling cfg-if v1.0.4
35352026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling serde v1.0.228
35362026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling version_check v0.9.5
35372026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling autocfg v1.5.0
35382026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling const-oid v0.9.6
35392026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling typenum v1.19.0
35402026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling libm v0.2.15
35412026-07-16T21:24:52.067Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling zerocopy v0.8.27
35422026-07-16T21:24:52.095Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling rustversion v1.0.22
35432026-07-16T21:24:52.095Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling base64ct v1.8.0
35442026-07-16T21:24:52.095Z[ helios-setup] Jul 16 21:24:51.222 INFO E| Compiling smallvec v1.15.1
35452026-07-16T21:24:52.438Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
35462026-07-16T21:24:52.909Z[ helios-setup] Jul 16 21:24:52.068 INFO E| Compiling zeroize v1.8.2
35472026-07-16T21:24:52.913Z[ helios-setup] Jul 16 21:24:52.070 INFO E| Compiling utf8parse v0.2.2
35482026-07-16T21:24:52.981Z[ helios-setup] Jul 16 21:24:52.141 INFO E| Compiling equivalent v1.0.2
35492026-07-16T21:24:53.295Z[ helios-setup] Jul 16 21:24:52.452 INFO E| Compiling hashbrown v0.16.0
35502026-07-16T21:24:53.306Z[ helios-setup] Jul 16 21:24:52.466 INFO E| Compiling flagset v0.4.7
35512026-07-16T21:24:53.393Z[ helios-setup] Jul 16 21:24:52.553 INFO E| Compiling anyhow v1.0.100
35522026-07-16T21:24:53.509Z[ helios-setup] Jul 16 21:24:52.669 INFO E| Compiling pem-rfc7468 v0.7.0
35532026-07-16T21:24:53.755Z[ helios-setup] Jul 16 21:24:52.915 INFO E| Compiling crc32fast v1.5.0
35542026-07-16T21:24:53.818Z[ helios-setup] Jul 16 21:24:52.975 INFO E| Compiling rustix v1.1.2
35552026-07-16T21:24:53.870Z[ helios-setup] Jul 16 21:24:53.030 INFO E| Compiling generic-array v0.14.9
35562026-07-16T21:24:53.978Z[ helios-setup] Jul 16 21:24:53.138 INFO E| Compiling num-traits v0.2.19
35572026-07-16T21:24:53.997Z[ helios-setup] Jul 16 21:24:53.153 INFO E| Compiling byteorder v1.5.0
35582026-07-16T21:24:54.001Z[ helios-setup] Jul 16 21:24:53.160 INFO E| Compiling winnow v0.7.13
35592026-07-16T21:24:54.418Z[ helios-setup] Jul 16 21:24:53.577 INFO E| Compiling getrandom v0.2.16
35602026-07-16T21:24:54.526Z[ helios-setup] Jul 16 21:24:53.686 INFO E| Compiling memchr v2.7.6
35612026-07-16T21:24:54.590Z[ helios-setup] Jul 16 21:24:53.750 INFO E| Compiling indexmap v2.12.0
35622026-07-16T21:24:54.630Z[ helios-setup] Jul 16 21:24:53.789 INFO E| Compiling rand_core v0.6.4
35632026-07-16T21:24:54.645Z[ helios-setup] Jul 16 21:24:53.805 INFO E| Compiling errno v0.3.14
35642026-07-16T21:24:54.680Z[ helios-setup] Jul 16 21:24:53.840 INFO E| Compiling anstyle-parse v0.2.7
35652026-07-16T21:24:54.753Z[ helios-setup] Jul 16 21:24:53.914 INFO E| Compiling toml_datetime v0.7.3
35662026-07-16T21:24:54.790Z[ helios-setup] Jul 16 21:24:53.950 INFO E| Compiling syn v1.0.109
35672026-07-16T21:24:54.918Z[ helios-setup] Jul 16 21:24:54.078 INFO E| Compiling radium v0.7.0
35682026-07-16T21:24:54.986Z[ helios-setup] Jul 16 21:24:54.146 INFO E| Compiling anstyle-query v1.1.4
35692026-07-16T21:24:55.030Z[ helios-setup] Jul 16 21:24:54.190 INFO E| Compiling allocator-api2 v0.2.21
35702026-07-16T21:24:55.231Z[ helios-setup] Jul 16 21:24:54.391 INFO E| Compiling colorchoice v1.0.4
35712026-07-16T21:24:55.299Z[ helios-setup] Jul 16 21:24:54.459 INFO E| Compiling anstyle v1.0.13
35722026-07-16T21:24:55.657Z[ helios-setup] Jul 16 21:24:54.818 INFO E| Compiling find-msvc-tools v0.1.4
35732026-07-16T21:24:55.672Z[ helios-setup] Jul 16 21:24:54.833 INFO E| Compiling shlex v1.3.0
35742026-07-16T21:24:55.766Z[ helios-setup] Jul 16 21:24:54.927 INFO E| Compiling syn v2.0.108
35752026-07-16T21:24:55.781Z[ helios-setup] Jul 16 21:24:54.942 INFO E| Compiling is_terminal_polyfill v1.70.2
35762026-07-16T21:24:55.831Z[ helios-setup] Jul 16 21:24:54.992 INFO E| Compiling cpufeatures v0.2.17
35772026-07-16T21:24:55.878Z[ helios-setup] Jul 16 21:24:55.038 INFO E| Compiling anstream v0.6.21
35782026-07-16T21:24:55.880Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
35792026-07-16T21:24:55.934Z[ helios-setup] Jul 16 21:24:55.094 INFO E| Compiling slog v2.8.2
35802026-07-16T21:24:55.983Z[ helios-setup] Jul 16 21:24:55.144 INFO E| Compiling cc v1.2.44
35812026-07-16T21:24:56.046Z[ helios-setup] Jul 16 21:24:55.206 INFO E| Compiling unicode-width v0.2.2
35822026-07-16T21:24:56.103Z[ helios-setup] Jul 16 21:24:55.263 INFO E| Compiling tap v1.0.1
35832026-07-16T21:24:56.138Z[ helios-setup] Jul 16 21:24:55.298 INFO E| Compiling pkg-config v0.3.32
35842026-07-16T21:24:56.255Z[ helios-setup] Jul 16 21:24:55.415 INFO E| Compiling block-buffer v0.10.4
35852026-07-16T21:24:56.474Z[ helios-setup] Jul 16 21:24:55.634 INFO E| Compiling crypto-common v0.1.6
35862026-07-16T21:24:56.593Z[ helios-setup] Jul 16 21:24:55.752 INFO E| Compiling parking_lot_core v0.9.12
35872026-07-16T21:24:56.612Z[ host-package] Compiling tui-tree-widget v0.23.1
35882026-07-16T21:24:56.630Z[ helios-setup] Jul 16 21:24:55.790 INFO E| Compiling pin-project-lite v0.2.16
35892026-07-16T21:24:56.640Z[ helios-setup] Jul 16 21:24:55.800 INFO E| Compiling digest v0.10.7
35902026-07-16T21:24:56.741Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35912026-07-16T21:24:56.769Z[ helios-setup] Jul 16 21:24:55.930 INFO E| Compiling futures-core v0.3.31
35922026-07-16T21:24:56.805Z[ helios-setup] Jul 16 21:24:55.963 INFO E| Compiling maybe-uninit v2.0.0
35932026-07-16T21:24:56.861Z[ helios-setup] Jul 16 21:24:56.021 INFO E| Compiling sha2 v0.10.9
35942026-07-16T21:24:56.927Z[ helios-setup] Jul 16 21:24:56.087 INFO E| Compiling futures-sink v0.3.31
35952026-07-16T21:24:56.934Z[ helios-setup] Jul 16 21:24:56.094 INFO E| Compiling getopts v0.2.24
35962026-07-16T21:24:57.024Z[ helios-setup] Jul 16 21:24:56.184 INFO E| Compiling futures-channel v0.3.31
35972026-07-16T21:24:57.033Z[ helios-setup] Jul 16 21:24:56.193 INFO E| Compiling num-integer v0.1.46
35982026-07-16T21:24:57.098Z[ helios-setup] Jul 16 21:24:56.258 INFO E| Compiling bitflags v2.10.0
35992026-07-16T21:24:57.107Z[ helios-setup] Jul 16 21:24:56.267 INFO E| Compiling wyz v0.5.1
36002026-07-16T21:24:57.300Z[ helios-setup] Jul 16 21:24:56.460 INFO E| Compiling ahash v0.8.12
36012026-07-16T21:24:57.326Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36022026-07-16T21:24:57.389Z[ helios-setup] Jul 16 21:24:56.548 INFO E| Compiling getrandom v0.3.4
36032026-07-16T21:24:57.543Z[ helios-setup] Jul 16 21:24:56.703 INFO E| Compiling toml_parser v1.0.4
36042026-07-16T21:24:57.620Z[ helios-setup] Jul 16 21:24:56.780 INFO E| Compiling heck v0.5.0
36052026-07-16T21:24:57.659Z[ helios-setup] Jul 16 21:24:56.819 INFO E| Compiling time-core v0.1.6
36062026-07-16T21:24:57.774Z[ helios-setup] Jul 16 21:24:56.934 INFO E| Compiling num-conv v0.1.0
36072026-07-16T21:24:57.828Z[ helios-setup] Jul 16 21:24:56.988 INFO E| Compiling clap_lex v0.7.6
36082026-07-16T21:24:57.844Z[ helios-setup] Jul 16 21:24:57.003 INFO E| Compiling packed_struct v0.10.1
36092026-07-16T21:24:57.946Z[ helios-setup] Jul 16 21:24:57.107 INFO E| Compiling spin v0.9.8
36102026-07-16T21:24:57.963Z[ helios-setup] Jul 16 21:24:57.123 INFO E| Compiling thiserror v1.0.69
36112026-07-16T21:24:58.053Z[ helios-setup] Jul 16 21:24:57.212 INFO E| Compiling futures-task v0.3.31
36122026-07-16T21:24:58.070Z[ helios-setup] Jul 16 21:24:57.223 INFO E| Compiling strsim v0.11.1
36132026-07-16T21:24:58.093Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36142026-07-16T21:24:58.142Z[ helios-setup] Jul 16 21:24:57.301 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36152026-07-16T21:24:58.243Z[ helios-setup] Jul 16 21:24:57.404 INFO E| Compiling funty v2.0.0
36162026-07-16T21:24:58.269Z[ helios-setup] Jul 16 21:24:57.429 INFO E| Compiling bytes v1.10.1
36172026-07-16T21:24:58.404Z[ helios-setup] Jul 16 21:24:57.563 INFO E| Compiling toml_edit v0.23.7
36182026-07-16T21:24:58.411Z[ helios-setup] Jul 16 21:24:57.572 INFO E| Compiling slab v0.4.11
36192026-07-16T21:24:58.529Z[ helios-setup] Jul 16 21:24:57.689 INFO E| Compiling terminal_size v0.4.3
36202026-07-16T21:24:58.638Z[ helios-setup] Jul 16 21:24:57.798 INFO E| Compiling itoa v1.0.15
36212026-07-16T21:24:58.645Z[ helios-setup] Jul 16 21:24:57.804 INFO E| Compiling futures-io v0.3.31
36222026-07-16T21:24:58.660Z[ helios-setup] Jul 16 21:24:57.820 INFO E| Compiling pin-utils v0.1.0
36232026-07-16T21:24:58.663Z[ host-package] Compiling uzers v0.12.2
36242026-07-16T21:24:58.749Z[ helios-setup] Jul 16 21:24:57.905 INFO E| Compiling scopeguard v1.2.0
36252026-07-16T21:24:58.919Z[ helios-setup] Jul 16 21:24:58.079 INFO E| Compiling num-bigint-dig v0.8.4
36262026-07-16T21:24:58.929Z[ helios-setup] Jul 16 21:24:58.089 INFO E| Compiling powerfmt v0.2.0
36272026-07-16T21:24:58.993Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36282026-07-16T21:24:59.044Z[ helios-setup] Jul 16 21:24:58.204 INFO E| Compiling bitvec v1.0.1
36292026-07-16T21:24:59.063Z[ helios-setup] Jul 16 21:24:58.224 INFO E| Compiling lock_api v0.4.14
36302026-07-16T21:24:59.121Z[ helios-setup] Jul 16 21:24:58.279 INFO E| Compiling clap_builder v4.5.51
36312026-07-16T21:24:59.207Z[ helios-setup] Jul 16 21:24:58.364 INFO E| Compiling lazy_static v1.5.0
36322026-07-16T21:24:59.316Z[ helios-setup] Jul 16 21:24:58.475 INFO E| Compiling deranged v0.5.5
36332026-07-16T21:24:59.350Z[ helios-setup] Jul 16 21:24:58.510 INFO E| Compiling time-macros v0.2.24
36342026-07-16T21:24:59.459Z[ helios-setup] Jul 16 21:24:58.619 INFO E| Compiling num-iter v0.1.45
36352026-07-16T21:24:59.501Z[ helios-setup] Jul 16 21:24:58.660 INFO E| Compiling indexmap v1.9.3
36362026-07-16T21:24:59.579Z[ helios-setup] Jul 16 21:24:58.739 INFO E| Compiling nodrop v0.1.14
36372026-07-16T21:24:59.700Z[ helios-setup] Jul 16 21:24:58.860 INFO E| Compiling iana-time-zone v0.1.64
36382026-07-16T21:24:59.707Z[ helios-setup] Jul 16 21:24:58.867 INFO E| Compiling thiserror v2.0.17
36392026-07-16T21:24:59.725Z[ helios-setup] Jul 16 21:24:58.885 INFO E| Compiling crc-catalog v2.4.0
36402026-07-16T21:24:59.836Z[ helios-setup] Jul 16 21:24:58.996 INFO E| Compiling once_cell v1.21.3
36412026-07-16T21:24:59.935Z[ helios-setup] Jul 16 21:24:59.095 INFO E| Compiling proc-macro-crate v3.4.0
36422026-07-16T21:25:00.226Z[ helios-setup] Jul 16 21:24:59.386 INFO E| Compiling adler2 v2.0.1
36432026-07-16T21:25:00.305Z[ helios-setup] Jul 16 21:24:59.465 INFO E| Compiling serde_json v1.0.145
36442026-07-16T21:25:00.372Z[ helios-setup] Jul 16 21:24:59.532 INFO E| Compiling log v0.4.28
36452026-07-16T21:25:00.423Z[ helios-setup] Jul 16 21:24:59.583 INFO E| Compiling simd-adler32 v0.3.7
36462026-07-16T21:25:00.536Z[ helios-setup] Jul 16 21:24:59.696 INFO E| Compiling parking_lot v0.12.5
36472026-07-16T21:25:00.578Z[ helios-setup] Jul 16 21:24:59.734 INFO E| Compiling chrono v0.4.42
36482026-07-16T21:25:00.729Z[ helios-setup] Jul 16 21:24:59.889 INFO E| Compiling miniz_oxide v0.8.9
36492026-07-16T21:25:00.790Z[ helios-setup] Jul 16 21:24:59.950 INFO E| Compiling env_filter v0.1.4
36502026-07-16T21:25:00.821Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36512026-07-16T21:25:00.945Z[ helios-setup] Jul 16 21:25:00.106 INFO E| Compiling crc v3.3.0
36522026-07-16T21:25:00.990Z[ helios-setup] Jul 16 21:25:00.150 INFO E| Compiling array-init v0.0.4
36532026-07-16T21:25:01.207Z[ helios-setup] Jul 16 21:25:00.367 INFO E| Compiling smallvec v0.6.14
36542026-07-16T21:25:01.445Z[ helios-setup] Jul 16 21:25:00.605 INFO E| Compiling time v0.3.44
36552026-07-16T21:25:01.504Z[ helios-setup] Jul 16 21:25:00.664 INFO E| Compiling serde_spanned v1.0.3
36562026-07-16T21:25:01.936Z[ helios-setup] Jul 16 21:25:01.095 INFO E| Compiling signature v2.2.0
36572026-07-16T21:25:01.948Z[ helios-setup] Jul 16 21:25:01.107 INFO E| Compiling socket2 v0.6.1
36582026-07-16T21:25:02.016Z[ helios-setup] Jul 16 21:25:01.177 INFO E| Compiling is-terminal v0.4.17
36592026-07-16T21:25:02.177Z[ helios-setup] Jul 16 21:25:01.336 INFO E| Compiling signal-hook-registry v1.4.6
36602026-07-16T21:25:02.587Z[ helios-setup] Jul 16 21:25:01.747 INFO E| Compiling mio v1.1.0
36612026-07-16T21:25:02.591Z[ helios-setup] Jul 16 21:25:01.750 INFO E| Compiling thread_local v1.1.9
36622026-07-16T21:25:02.608Z[ helios-setup] Jul 16 21:25:01.767 INFO E| Compiling subtle v2.6.1
36632026-07-16T21:25:02.731Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36642026-07-16T21:25:02.768Z[ helios-setup] Jul 16 21:25:01.928 INFO E| Compiling serde_derive v1.0.228
36652026-07-16T21:25:02.771Z[ helios-setup] Jul 16 21:25:01.929 INFO E| Compiling zerocopy-derive v0.8.27
36662026-07-16T21:25:02.942Z[ helios-setup] Jul 16 21:25:02.102 INFO E| Compiling der_derive v0.7.3
36672026-07-16T21:25:02.985Z[ helios-setup] Jul 16 21:25:02.146 INFO E| Compiling futures-macro v0.3.31
36682026-07-16T21:25:03.068Z[ helios-setup] Jul 16 21:25:02.227 INFO E| Compiling num_enum_derive v0.7.5
36692026-07-16T21:25:03.194Z[ helios-setup] Jul 16 21:25:02.354 INFO E| Compiling thiserror-impl v1.0.69
36702026-07-16T21:25:03.226Z[ helios-setup] Jul 16 21:25:02.387 INFO E| Compiling packed_struct_codegen v0.10.1
36712026-07-16T21:25:03.241Z[ helios-setup] Jul 16 21:25:02.401 INFO E| Compiling zerocopy-derive v0.6.6
36722026-07-16T21:25:03.440Z[ helios-setup] Jul 16 21:25:02.600 INFO E| Compiling bitfield-macros v0.19.3
36732026-07-16T21:25:03.829Z[ helios-setup] Jul 16 21:25:02.989 INFO E| Compiling clap_derive v4.5.49
36742026-07-16T21:25:04.148Z[ helios-setup] Jul 16 21:25:03.307 INFO E| Compiling thiserror-impl v2.0.17
36752026-07-16T21:25:04.333Z[ helios-setup] Jul 16 21:25:03.491 INFO E| Compiling tokio-macros v2.6.0
36762026-07-16T21:25:04.399Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36772026-07-16T21:25:04.781Z[ helios-setup] Jul 16 21:25:03.941 INFO E| Compiling bitfield v0.19.3
36782026-07-16T21:25:04.927Z[ helios-setup] Jul 16 21:25:04.087 INFO E| Compiling futures-util v0.3.31
36792026-07-16T21:25:05.167Z[ helios-setup] Jul 16 21:25:04.315 INFO E| Compiling zerocopy v0.6.6
36802026-07-16T21:25:05.333Z[ helios-setup] Jul 16 21:25:04.493 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36812026-07-16T21:25:05.344Z[ helios-setup] Jul 16 21:25:04.500 INFO E| Compiling der v0.7.10
36822026-07-16T21:25:05.689Z[ helios-setup] Jul 16 21:25:04.849 INFO E| Compiling hashbrown v0.12.3
36832026-07-16T21:25:05.842Z[ helios-setup] Jul 16 21:25:05.002 INFO E| Compiling term v1.2.0
36842026-07-16T21:25:05.957Z[ helios-setup] Jul 16 21:25:05.117 INFO E| Compiling libdevinfo-sys v1.1.0
36852026-07-16T21:25:05.960Z[ helios-setup] Jul 16 21:25:05.118 INFO E| Compiling base64 v0.21.7
36862026-07-16T21:25:05.960Z[ helios-setup] Jul 16 21:25:05.118 INFO E| Compiling winnow v0.5.40
36872026-07-16T21:25:06.247Z[ helios-setup] Jul 16 21:25:05.406 INFO E| Compiling toml_writer v1.0.4
36882026-07-16T21:25:06.342Z[ helios-setup] Jul 16 21:25:05.502 INFO E| Compiling ryu v1.0.20
36892026-07-16T21:25:06.364Z[ helios-setup] Jul 16 21:25:05.524 INFO E| Compiling num_enum v0.7.5
36902026-07-16T21:25:06.555Z[ helios-setup] Jul 16 21:25:05.715 INFO E| Compiling devinfo v0.1.0
36912026-07-16T21:25:06.577Z[ helios-setup] Jul 16 21:25:05.734 INFO E| Compiling tokio v1.48.0
36922026-07-16T21:25:06.930Z[ helios-setup] Jul 16 21:25:06.090 INFO E| Compiling toml v0.9.8
36932026-07-16T21:25:07.121Z[ helios-setup] Jul 16 21:25:06.281 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36942026-07-16T21:25:07.180Z[ helios-setup] Jul 16 21:25:06.340 INFO E| Compiling bzip2 v0.4.4
36952026-07-16T21:25:07.338Z[ helios-setup] Jul 16 21:25:06.498 INFO E| Compiling clap v4.5.51
36962026-07-16T21:25:07.436Z[ helios-setup] Jul 16 21:25:06.596 INFO E| Compiling uuid v1.18.1
36972026-07-16T21:25:07.452Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36982026-07-16T21:25:07.571Z[ helios-setup] Jul 16 21:25:06.730 INFO E| Compiling spki v0.7.3
36992026-07-16T21:25:07.698Z[ helios-setup] Jul 16 21:25:06.858 INFO E| Compiling flate2 v1.1.5
37002026-07-16T21:25:07.933Z[ helios-setup] Jul 16 21:25:07.092 INFO E| Compiling env_logger v0.11.8
37012026-07-16T21:25:07.941Z[ helios-setup] Jul 16 21:25:07.102 INFO E| Compiling rustc-hash v2.1.1
37022026-07-16T21:25:08.174Z[ helios-setup] Jul 16 21:25:07.334 INFO E| Compiling pkcs8 v0.10.2
37032026-07-16T21:25:08.193Z[ helios-setup] Jul 16 21:25:07.354 INFO E| Compiling x509-cert v0.2.5
37042026-07-16T21:25:08.319Z[ helios-setup] Jul 16 21:25:07.479 INFO E| Compiling foldhash v0.2.0
37052026-07-16T21:25:08.340Z[ helios-setup] Jul 16 21:25:07.500 INFO E| Compiling hex v0.4.3
37062026-07-16T21:25:08.942Z[ helios-setup] Jul 16 21:25:08.102 INFO E| Compiling pkcs1 v0.7.5
37072026-07-16T21:25:09.017Z[ helios-setup] Jul 16 21:25:08.161 INFO E| Compiling bitflags v1.3.2
37082026-07-16T21:25:09.026Z[ helios-setup] Jul 16 21:25:08.186 INFO E| Compiling crc-any v2.5.0
37092026-07-16T21:25:09.087Z[ helios-setup] Jul 16 21:25:08.247 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37102026-07-16T21:25:09.116Z[ helios-setup] Jul 16 21:25:08.275 INFO E| Compiling iddqd v0.3.14
37112026-07-16T21:25:09.548Z[ helios-setup] Jul 16 21:25:08.708 INFO E| Compiling erased-serde v0.3.31
37122026-07-16T21:25:09.632Z[ helios-setup] Jul 16 21:25:08.792 INFO E| Compiling toml_datetime v0.6.11
37132026-07-16T21:25:10.052Z[ helios-setup] Jul 16 21:25:09.212 INFO E| Compiling ppv-lite86 v0.2.21
37142026-07-16T21:25:10.093Z[ helios-setup] Jul 16 21:25:09.253 INFO E| Compiling serde_spanned v0.6.9
37152026-07-16T21:25:10.321Z[ helios-setup] Jul 16 21:25:09.482 INFO E| Compiling futures-executor v0.3.31
37162026-07-16T21:25:10.376Z[ helios-setup] Jul 16 21:25:09.536 INFO E| Compiling toml_edit v0.19.15
37172026-07-16T21:25:10.383Z[ helios-setup] Jul 16 21:25:09.543 INFO E| Compiling hashbrown v0.13.2
37182026-07-16T21:25:10.444Z[ helios-setup] Jul 16 21:25:09.605 INFO E| Compiling serde-hex v0.1.0
37192026-07-16T21:25:10.902Z[ helios-setup] Jul 16 21:25:10.063 INFO E| Compiling rand_chacha v0.3.1
37202026-07-16T21:25:10.913Z[ host-package] Compiling support-bundle-viewer v0.1.2
37212026-07-16T21:25:10.949Z[ helios-setup] Jul 16 21:25:10.109 INFO E| Compiling futures v0.3.31
37222026-07-16T21:25:10.959Z[ helios-setup] Jul 16 21:25:10.119 INFO E| Compiling ron v0.8.1
37232026-07-16T21:25:11.050Z[ helios-setup] Jul 16 21:25:10.210 INFO E| Compiling zip v0.6.6
37242026-07-16T21:25:11.210Z[ helios-setup] Jul 16 21:25:10.369 INFO E| Compiling rand v0.8.5
37252026-07-16T21:25:11.448Z[ helios-setup] Jul 16 21:25:10.607 INFO E| Compiling object v0.30.4
37262026-07-16T21:25:11.849Z[ helios-setup] Jul 16 21:25:11.009 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37272026-07-16T21:25:11.942Z[ helios-setup] Jul 16 21:25:11.102 INFO E| Compiling slog-term v2.9.2
37282026-07-16T21:25:11.993Z[ helios-setup] Jul 16 21:25:11.153 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37292026-07-16T21:25:12.402Z[ helios-setup] Jul 16 21:25:11.562 INFO E| Compiling path-slash v0.1.5
37302026-07-16T21:25:12.568Z[ helios-setup] Jul 16 21:25:11.728 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37312026-07-16T21:25:13.039Z[ helios-setup] Jul 16 21:25:12.199 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37322026-07-16T21:25:13.764Z[ helios-setup] Jul 16 21:25:12.924 INFO E| Compiling toml v0.7.8
37332026-07-16T21:25:14.126Z[ host-package] Compiling multimap v0.10.1
37342026-07-16T21:25:14.561Z[ helios-setup] Jul 16 21:25:13.721 INFO E| Compiling rsa v0.9.8
37352026-07-16T21:25:15.013Z[ helios-setup] Jul 16 21:25:14.173 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37362026-07-16T21:25:15.298Z[ helios-setup] Jul 16 21:25:14.458 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37372026-07-16T21:25:22.046Z[ helios-setup] Jul 16 21:25:21.206 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37382026-07-16T21:25:23.321Z[ helios-setup] Jul 16 21:25:22.482 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37392026-07-16T21:25:26.117Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37402026-07-16T21:25:27.732Z[ helios-setup] Jul 16 21:25:26.892 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37412026-07-16T21:25:33.431Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37422026-07-16T21:25:36.168Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37432026-07-16T21:25:40.255Z[ helios-setup] Jul 16 21:25:39.415 INFO E| Finished `release` profile [optimized] target(s) in 53.39s
37442026-07-16T21:25:40.258Z[ helios-setup] Jul 16 21:25:39.417 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37452026-07-16T21:25:40.258Z[ helios-setup] Jul 16 21:25:39.417 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37462026-07-16T21:25:40.317Z[ helios-setup] Jul 16 21:25:39.476 INFO building project "pilot" ok (53 seconds)
37472026-07-16T21:25:40.320Z[ helios-setup] rm -f helios-build
37482026-07-16T21:25:40.322Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37492026-07-16T21:25:40.327Z[ helios-setup]
37502026-07-16T21:25:40.327Z[ helios-setup] Setup complete! ./helios-build is now available.
37512026-07-16T21:25:40.327Z[ helios-setup]
37522026-07-16T21:25:40.331Z[ helios-setup]
37532026-07-16T21:25:40.331Z[ helios-setup] real 3:04.083036201
37542026-07-16T21:25:40.331Z[ helios-setup] user 7:06.767118023
37552026-07-16T21:25:40.332Z[ helios-setup] sys 1:20.127954414
37562026-07-16T21:25:40.333Z[ helios-setup] trap 0.483488991
37572026-07-16T21:25:40.333Z[ helios-setup] tflt 2.675933923
37582026-07-16T21:25:40.333Z[ helios-setup] dflt 7.381538615
37592026-07-16T21:25:40.333Z[ helios-setup] kflt 0.000390834
37602026-07-16T21:25:40.333Z[ helios-setup] lock 56:52.328301171
37612026-07-16T21:25:40.333Z[ helios-setup] slp 38:34.780822284
37622026-07-16T21:25:40.333Z[ helios-setup] lat 7:19.931919697
37632026-07-16T21:25:40.333Z[ helios-setup] stop 1:29.079798203
37642026-07-16T21:25:40.333ZJul 16 21:25:39.487 INFO [helios-setup] process exited with exit status: 0 (184.086079361s)
37652026-07-16T21:25:40.333ZJul 16 21:25:39.487 INFO [helios-record] running task
37662026-07-16T21:25:40.333ZJul 16 21:25:39.487 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37672026-07-16T21:25:40.336ZJul 16 21:25:39.491 DEBG process exited with exit status: 0 (4.26854ms)
37682026-07-16T21:25:40.336ZJul 16 21:25:39.491 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37692026-07-16T21:25:40.336ZJul 16 21:25:39.495 DEBG process exited with exit status: 0 (4.09885ms)
37702026-07-16T21:25:40.336ZJul 16 21:25:39.495 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37712026-07-16T21:25:40.340ZJul 16 21:25:39.499 DEBG process exited with exit status: 0 (3.42706ms)
37722026-07-16T21:25:40.340ZJul 16 21:25:39.499 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37732026-07-16T21:25:40.343ZJul 16 21:25:39.502 DEBG process exited with exit status: 0 (3.50408ms)
37742026-07-16T21:25:40.343ZJul 16 21:25:39.502 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37752026-07-16T21:25:40.347ZJul 16 21:25:39.506 DEBG process exited with exit status: 0 (3.47325ms)
37762026-07-16T21:25:40.347ZJul 16 21:25:39.506 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37772026-07-16T21:25:40.352ZJul 16 21:25:39.509 DEBG process exited with exit status: 0 (3.51564ms)
37782026-07-16T21:25:40.352ZJul 16 21:25:39.510 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37792026-07-16T21:25:40.355ZJul 16 21:25:39.513 DEBG process exited with exit status: 0 (3.46178ms)
37802026-07-16T21:25:40.355ZJul 16 21:25:39.513 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37812026-07-16T21:25:40.358ZJul 16 21:25:39.516 DEBG process exited with exit status: 0 (3.43985ms)
37822026-07-16T21:25:40.358ZJul 16 21:25:39.516 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37832026-07-16T21:25:40.360ZJul 16 21:25:39.520 DEBG process exited with exit status: 0 (3.46071ms)
37842026-07-16T21:25:40.360ZJul 16 21:25:39.520 INFO [helios-record] task succeeded (33.32199ms)
37852026-07-16T21:25:41.157Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37862026-07-16T21:25:43.586Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37872026-07-16T21:32:08.911Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 01s
37882026-07-16T21:32:54.095ZJul 16 21:32:53.251 INFO [host-package] process exited with exit status: 0 (586.979255346s)
37892026-07-16T21:32:54.095ZJul 16 21:32:53.251 INFO [host-libraries] running task
37902026-07-16T21:32:54.095ZJul 16 21:32:53.251 INFO [host-stamp] running task
37912026-07-16T21:32:54.098ZJul 16 21:32:53.254 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+gitf3118d41647
37922026-07-16T21:32:54.098ZJul 16 21:32:53.254 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+gitf3118d41647
37932026-07-16T21:32:54.098ZJul 16 21:32:53.254 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+gitf3118d41647
37942026-07-16T21:32:54.101ZJul 16 21:32:53.255 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+gitf3118d41647
37952026-07-16T21:32:54.101ZJul 16 21:32:53.255 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+gitf3118d41647
37962026-07-16T21:32:54.101ZJul 16 21:32:53.255 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+gitf3118d41647
37972026-07-16T21:32:54.101ZJul 16 21:32:53.255 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+gitf3118d41647
37982026-07-16T21:32:54.101ZJul 16 21:32:53.256 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+gitf3118d41647
37992026-07-16T21:32:54.107Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38002026-07-16T21:32:54.110Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38012026-07-16T21:32:54.110Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38022026-07-16T21:32:54.110Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38032026-07-16T21:32:54.110Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38042026-07-16T21:32:54.110Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38052026-07-16T21:32:54.110Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38062026-07-16T21:32:54.110Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38072026-07-16T21:32:54.110Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38082026-07-16T21:32:54.112ZJul 16 21:32:53.268 INFO [stamp-overlay] process exited with exit status: 0 (13.80782ms)
38092026-07-16T21:32:54.117Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38102026-07-16T21:32:54.120ZJul 16 21:32:53.276 INFO [stamp-oxlog] process exited with exit status: 0 (22.70131ms)
38112026-07-16T21:32:54.152Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38122026-07-16T21:32:54.155ZJul 16 21:32:53.312 INFO [stamp-crucible-utils] process exited with exit status: 0 (57.10536ms)
38132026-07-16T21:32:54.172Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38142026-07-16T21:32:54.175ZJul 16 21:32:53.331 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (75.73201ms)
38152026-07-16T21:32:54.308Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38162026-07-16T21:32:54.310ZJul 16 21:32:53.466 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (211.669439ms)
38172026-07-16T21:32:54.600Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38182026-07-16T21:32:54.604ZJul 16 21:32:53.760 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (504.487249ms)
38192026-07-16T21:32:54.657Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38202026-07-16T21:32:54.660ZJul 16 21:32:53.816 INFO [stamp-propolis-server] process exited with exit status: 0 (560.659168ms)
38212026-07-16T21:32:55.458ZJul 16 21:32:54.613 INFO [host-libraries] task succeeded (1.361944337s)
38222026-07-16T21:32:55.461ZJul 16 21:32:54.613 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38232026-07-16T21:32:55.465Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38242026-07-16T21:32:56.419Z[recovery-package] Compiling newtype-uuid v1.3.2
38252026-07-16T21:32:56.650Z[recovery-package] Compiling daft v0.1.7
38262026-07-16T21:32:56.863Z[recovery-package] Compiling iddqd v0.4.2
38272026-07-16T21:32:57.823Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38282026-07-16T21:32:58.090Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38292026-07-16T21:32:58.093Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38302026-07-16T21:32:58.094Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38312026-07-16T21:32:58.094Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38322026-07-16T21:32:58.094Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38332026-07-16T21:32:58.094Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38342026-07-16T21:32:58.094Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38352026-07-16T21:32:58.105Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38362026-07-16T21:32:58.198Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38372026-07-16T21:32:58.479Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38382026-07-16T21:32:58.511Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38392026-07-16T21:32:58.604Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38402026-07-16T21:33:00.473Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38412026-07-16T21:33:00.476ZJul 16 21:32:59.633 INFO [stamp-switch-asic] process exited with exit status: 0 (6.378006667s)
38422026-07-16T21:33:00.476ZJul 16 21:32:59.633 INFO [host-stamp] task succeeded (6.381823417s)
38432026-07-16T21:33:00.476ZJul 16 21:32:59.633 INFO [host-proto] running task
38442026-07-16T21:33:00.891ZJul 16 21:33:00.047 INFO [host-proto] task succeeded (414.398769ms)
38452026-07-16T21:33:00.891ZJul 16 21:33:00.047 INFO [host-profile] running task
38462026-07-16T21:33:00.894ZJul 16 21:33:00.048 INFO [host-profile] task succeeded (242.13µs)
38472026-07-16T21:33:00.894ZJul 16 21:33:00.048 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/.tmpbjGReu/proto/host/root -N 'ci f3118d4/${os_short_commit} 2026-07-16 21:22' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38482026-07-16T21:33:00.898Z[ host-image] Jul 16 21:33:00.054 INFO Checking files for board 'cosmo'
38492026-07-16T21:33:00.898Z[ host-image] Jul 16 21:33:00.054 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38502026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38512026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO Checking files for board 'gimlet'
38522026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38532026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38542026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO Checking files for board 'cosmo-mbist'
38552026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38562026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO Checking files for board 'cosmo-mbist-noaggr'
38572026-07-16T21:33:00.899Z[ host-image] Jul 16 21:33:00.054 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38582026-07-16T21:33:00.908Z[ host-image] Jul 16 21:33:00.064 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpbjGReu/proto/host/root"
38592026-07-16T21:33:00.908Z[ host-image] Jul 16 21:33:00.064 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38602026-07-16T21:33:00.911Z[ host-image] Jul 16 21:33:00.064 INFO image builder template: ramdisk-01-os...
38612026-07-16T21:33:00.911Z[ host-image] Jul 16 21:33:00.064 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/.tmpbjGReu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38622026-07-16T21:33:00.922Z[ host-image] Jul 16 21:33:00.078 INFO O| Jul 16 21:33:00.078 INFO CREATE DATASET: rpool/images/build/host/output
38632026-07-16T21:33:02.298Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38642026-07-16T21:33:02.298Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38652026-07-16T21:33:02.298Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38662026-07-16T21:33:02.302Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38672026-07-16T21:33:02.302Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38682026-07-16T21:33:03.182Z[ host-image] Jul 16 21:33:02.338 INFO O| Jul 16 21:33:02.338 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38692026-07-16T21:33:03.185Z[ host-image] Jul 16 21:33:02.342 INFO O| Jul 16 21:33:02.341 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38702026-07-16T21:33:03.413Z[ host-image] Jul 16 21:33:02.569 INFO O| Jul 16 21:33:02.569 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38712026-07-16T21:33:03.467Z[ host-image] Jul 16 21:33:02.623 INFO O| Jul 16 21:33:02.623 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38722026-07-16T21:33:03.467Z[ host-image] Jul 16 21:33:02.623 INFO O| Jul 16 21:33:02.623 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38732026-07-16T21:33:03.470Z[ host-image] Jul 16 21:33:02.623 INFO O| Jul 16 21:33:02.623 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38742026-07-16T21:33:03.470Z[ host-image] Jul 16 21:33:02.624 INFO O| Jul 16 21:33:02.623 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38752026-07-16T21:33:03.473Z[ host-image] Jul 16 21:33:02.629 INFO O| Jul 16 21:33:02.629 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38762026-07-16T21:33:03.674Z[ host-image] Jul 16 21:33:02.831 INFO O| Jul 16 21:33:02.830 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38772026-07-16T21:33:03.681Z[ host-image] Jul 16 21:33:02.838 INFO O| Jul 16 21:33:02.838 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38782026-07-16T21:33:03.963Z[ host-image] Jul 16 21:33:03.118 INFO O| Jul 16 21:33:03.118 INFO O| Caching catalogs ... Done
38792026-07-16T21:33:04.034Z[ host-image] Jul 16 21:33:03.190 INFO O| Jul 16 21:33:03.189 INFO STEP 0 (pkg_image_create) COMPLETE
38802026-07-16T21:33:04.034Z[ host-image] Jul 16 21:33:03.190 INFO O| Jul 16 21:33:03.190 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38812026-07-16T21:33:04.041Z[ host-image] Jul 16 21:33:03.197 INFO O| Jul 16 21:33:03.197 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"]
38822026-07-16T21:33:04.286Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO STEP 1 (pkg_set_publisher) COMPLETE
38832026-07-16T21:33:04.286Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-16T21:33:04.286Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO skip step because feature "publisher_1_name" is not enabled
38852026-07-16T21:33:04.289Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38862026-07-16T21:33:04.289Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO skip step because feature "publisher_2_name" is not enabled
38872026-07-16T21:33:04.289Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38882026-07-16T21:33:04.289Z[ host-image] Jul 16 21:33:03.442 INFO O| Jul 16 21:33:03.442 INFO skip step because feature "publisher_3_name" is not enabled
38892026-07-16T21:33:04.289Z[ host-image] Jul 16 21:33:03.443 INFO O| Jul 16 21:33:03.442 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38902026-07-16T21:33:04.530Z[ host-image] Jul 16 21:33:03.687 INFO O| Jul 16 21:33:03.687 INFO variant opensolaris.zone is already global
38912026-07-16T21:33:04.530Z[ host-image] Jul 16 21:33:03.687 INFO O| Jul 16 21:33:03.687 INFO STEP 5 (pkg_change_variant) COMPLETE
38922026-07-16T21:33:04.534Z[ host-image] Jul 16 21:33:03.687 INFO O| Jul 16 21:33:03.687 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38932026-07-16T21:33:04.785Z[ host-image] Jul 16 21:33:03.941 INFO O| Jul 16 21:33:03.941 INFO variant opensolaris.imagetype is full; changing to partial
38942026-07-16T21:33:04.785Z[ host-image] Jul 16 21:33:03.941 INFO O| Jul 16 21:33:03.941 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38952026-07-16T21:33:05.495Z[ host-image] Jul 16 21:33:04.651 INFO O| Jul 16 21:33:04.651 INFO O| Startup: Refreshing catalog 'helios' ... Done
38962026-07-16T21:33:05.614Z[ host-image] Jul 16 21:33:04.768 INFO O| Jul 16 21:33:04.768 INFO O| Startup: Caching catalogs ... Done
38972026-07-16T21:33:05.617Z[ host-image] Jul 16 21:33:04.773 INFO O| Jul 16 21:33:04.773 INFO O| Planning: Planning completed in 0.00 seconds
38982026-07-16T21:33:05.621Z[ host-image] Jul 16 21:33:04.773 INFO O| Jul 16 21:33:04.773 INFO O| Planning: Consolidating action changes ... Done
38992026-07-16T21:33:05.621Z[ host-image] Jul 16 21:33:04.773 INFO O| Jul 16 21:33:04.773 INFO O| Planning: Evaluating mediators ... Done
39002026-07-16T21:33:05.621Z[ host-image] Jul 16 21:33:04.774 INFO O| Jul 16 21:33:04.774 INFO O| Planning: Planning completed in 0.00 seconds
39012026-07-16T21:33:05.621Z[ host-image] Jul 16 21:33:04.774 INFO O| Jul 16 21:33:04.774 INFO O| Variants/Facets to change: 1
39022026-07-16T21:33:05.626Z[ host-image] Jul 16 21:33:04.783 INFO O| Jul 16 21:33:04.783 INFO O| Finalize: Updating package state database ... Done
39032026-07-16T21:33:05.626Z[ host-image] Jul 16 21:33:04.783 INFO O| Jul 16 21:33:04.783 INFO O| Finalize: Updating package cache ... Done
39042026-07-16T21:33:05.652Z[ host-image] Jul 16 21:33:04.808 INFO O| Jul 16 21:33:04.808 INFO O| Finalize: Updating image state ... Done
39052026-07-16T21:33:05.655Z[ host-image] Jul 16 21:33:04.811 INFO O| Jul 16 21:33:04.811 INFO O| Finalize: Creating fast lookup database ... Done
39062026-07-16T21:33:05.658Z[ host-image] Jul 16 21:33:04.812 INFO O| Jul 16 21:33:04.812 INFO O| Finalize: Reading search index ... Done
39072026-07-16T21:33:05.658Z[ host-image] Jul 16 21:33:04.812 INFO O| Jul 16 21:33:04.812 INFO O| Finalize: Updating search index ... Done
39082026-07-16T21:33:05.658Z[ host-image] Jul 16 21:33:04.813 INFO O| Jul 16 21:33:04.813 INFO O| Finalize: Updating package cache ... Done
39092026-07-16T21:33:05.751Z[ host-image] Jul 16 21:33:04.907 INFO O| Jul 16 21:33:04.907 INFO STEP 6 (pkg_change_variant) COMPLETE
39102026-07-16T21:33:05.751Z[ host-image] Jul 16 21:33:04.907 INFO O| Jul 16 21:33:04.907 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-07-16T21:33:05.751Z[ host-image] Jul 16 21:33:04.907 INFO O| Jul 16 21:33:04.907 INFO skip step because feature "debug_variant" is not enabled
39122026-07-16T21:33:05.755Z[ host-image] Jul 16 21:33:04.907 INFO O| Jul 16 21:33:04.907 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-07-16T21:33:05.993Z[ host-image] Jul 16 21:33:05.149 INFO O| Jul 16 21:33:05.149 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39142026-07-16T21:33:06.668Z[ host-image] Jul 16 21:33:05.824 INFO O| Jul 16 21:33:05.824 INFO O| Startup: Refreshing catalog 'helios' ... Done
39152026-07-16T21:33:06.785Z[ host-image] Jul 16 21:33:05.941 INFO O| Jul 16 21:33:05.941 INFO O| Startup: Caching catalogs ... Done
39162026-07-16T21:33:06.790Z[ host-image] Jul 16 21:33:05.946 INFO O| Jul 16 21:33:05.946 INFO O| Planning: Planning completed in 0.00 seconds
39172026-07-16T21:33:06.793Z[ host-image] Jul 16 21:33:05.946 INFO O| Jul 16 21:33:05.946 INFO O| Planning: Consolidating action changes ... Done
39182026-07-16T21:33:06.793Z[ host-image] Jul 16 21:33:05.947 INFO O| Jul 16 21:33:05.947 INFO O| Planning: Evaluating mediators ... Done
39192026-07-16T21:33:06.793Z[ host-image] Jul 16 21:33:05.947 INFO O| Jul 16 21:33:05.947 INFO O| Planning: Planning completed in 0.00 seconds
39202026-07-16T21:33:06.793Z[ host-image] Jul 16 21:33:05.947 INFO O| Jul 16 21:33:05.947 INFO O| Variants/Facets to change: 1
39212026-07-16T21:33:06.799Z[ host-image] Jul 16 21:33:05.955 INFO O| Jul 16 21:33:05.955 INFO O| Finalize: Updating package state database ... Done
39222026-07-16T21:33:06.799Z[ host-image] Jul 16 21:33:05.955 INFO O| Jul 16 21:33:05.955 INFO O| Finalize: Updating package cache ... Done
39232026-07-16T21:33:06.820Z[ host-image] Jul 16 21:33:05.976 INFO O| Jul 16 21:33:05.976 INFO O| Finalize: Updating image state ... Done
39242026-07-16T21:33:06.823Z[ host-image] Jul 16 21:33:05.980 INFO O| Jul 16 21:33:05.979 INFO O| Finalize: Creating fast lookup database ... Done
39252026-07-16T21:33:06.826Z[ host-image] Jul 16 21:33:05.980 INFO O| Jul 16 21:33:05.980 INFO O| Finalize: Reading search index ... Done
39262026-07-16T21:33:06.826Z[ host-image] Jul 16 21:33:05.980 INFO O| Jul 16 21:33:05.980 INFO O| Finalize: Updating search index ... Done
39272026-07-16T21:33:06.826Z[ host-image] Jul 16 21:33:05.981 INFO O| Jul 16 21:33:05.981 INFO O| Finalize: Updating package cache ... Done
39282026-07-16T21:33:06.916Z[ host-image] Jul 16 21:33:06.072 INFO O| Jul 16 21:33:06.072 INFO STEP 8 (pkg_change_facet) COMPLETE
39292026-07-16T21:33:06.916Z[ host-image] Jul 16 21:33:06.072 INFO O| Jul 16 21:33:06.072 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-07-16T21:33:06.919Z[ host-image] Jul 16 21:33:06.072 INFO O| Jul 16 21:33:06.072 INFO skip step because feature "recovery" is not enabled
39312026-07-16T21:33:06.919Z[ host-image] Jul 16 21:33:06.072 INFO O| Jul 16 21:33:06.072 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322026-07-16T21:33:06.919Z[ host-image] Jul 16 21:33:06.072 INFO O| Jul 16 21:33:06.072 INFO skip step because feature "recovery" is not enabled
39332026-07-16T21:33:06.919Z[ host-image] Jul 16 21:33:06.072 INFO O| Jul 16 21:33:06.072 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-07-16T21:33:06.924Z[ host-image] Jul 16 21:33:06.079 INFO O| Jul 16 21:33:06.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@22.0.0.0"]
39352026-07-16T21:33:07.588Z[ host-image] Jul 16 21:33:06.744 INFO O| Jul 16 21:33:06.744 INFO O| Startup: Refreshing catalog 'helios' ... Done
39362026-07-16T21:33:07.707Z[ host-image] Jul 16 21:33:06.862 INFO O| Jul 16 21:33:06.862 INFO O| Startup: Caching catalogs ... Done
39372026-07-16T21:33:08.212Z[ host-image] Jul 16 21:33:07.368 INFO O| Jul 16 21:33:07.368 INFO O| Planning: Solver setup ... Done
39382026-07-16T21:33:08.232Z[ host-image] Jul 16 21:33:07.387 INFO O| Jul 16 21:33:07.387 INFO O| Planning: Running solver ... Done
39392026-07-16T21:33:08.244Z[ host-image] Jul 16 21:33:07.399 INFO O| Jul 16 21:33:07.399 INFO O| Planning: Finding local manifests ... Done
39402026-07-16T21:33:08.262Z[ host-image] Jul 16 21:33:07.418 INFO O| Jul 16 21:33:07.418 INFO O| Planning: Fetching manifests: 0/128 0% complete
39412026-07-16T21:33:09.851Z[ host-image] Jul 16 21:33:09.007 INFO O| Jul 16 21:33:09.006 INFO O| Planning: Fetching manifests: 128/128 100% complete
39422026-07-16T21:33:10.248Z[ host-image] Jul 16 21:33:09.395 INFO O| Jul 16 21:33:09.395 INFO O| Planning: Package planning ... Done
39432026-07-16T21:33:10.547Z[ host-image] Jul 16 21:33:09.702 INFO O| Jul 16 21:33:09.702 INFO O| Planning: Merging actions ... Done
39442026-07-16T21:33:10.621Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39452026-07-16T21:33:10.731Z[ host-image] Jul 16 21:33:09.887 INFO O| Jul 16 21:33:09.887 INFO O| Planning: Checking for conflicting actions ... Done
39462026-07-16T21:33:10.833Z[ host-image] Jul 16 21:33:09.989 INFO O| Jul 16 21:33:09.989 INFO O| Planning: Consolidating action changes ... Done
39472026-07-16T21:33:11.009Z[ host-image] Jul 16 21:33:10.164 INFO O| Jul 16 21:33:10.164 INFO O| Planning: Evaluating mediators ... Done
39482026-07-16T21:33:11.513Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39492026-07-16T21:33:12.446Z[ host-image] Jul 16 21:33:11.602 INFO O| Jul 16 21:33:11.602 INFO O| Planning: Planning completed in 4.74 seconds
39502026-07-16T21:33:12.449Z[ host-image] Jul 16 21:33:11.604 INFO O| Jul 16 21:33:11.604 INFO O| Packages to install: 128
39512026-07-16T21:33:12.449Z[ host-image] Jul 16 21:33:11.604 INFO O| Jul 16 21:33:11.604 INFO O| Mediators to change: 5
39522026-07-16T21:33:12.450Z[ host-image] Jul 16 21:33:11.604 INFO O| Jul 16 21:33:11.604 INFO O| Services to change: 6
39532026-07-16T21:33:12.476Z[ host-image] Jul 16 21:33:11.632 INFO O| Jul 16 21:33:11.632 INFO O| Download: 0/23866 items 0.0/222.6MB 0% complete
39542026-07-16T21:33:13.853Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39552026-07-16T21:33:13.853Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39562026-07-16T21:33:14.973Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39572026-07-16T21:33:15.559Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39582026-07-16T21:33:17.800Z[ host-image] Jul 16 21:33:16.932 INFO O| Jul 16 21:33:16.932 INFO O| Download: 1683/23866 items 10.7/222.6MB 4% complete (2.2M/s)
39592026-07-16T21:33:22.778Z[ host-image] Jul 16 21:33:21.933 INFO O| Jul 16 21:33:21.933 INFO O| Download: 2669/23866 items 30.4/222.6MB 13% complete (2.9M/s)
39602026-07-16T21:33:27.742Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.16s
39612026-07-16T21:33:27.778Z[ host-image] Jul 16 21:33:26.934 INFO O| Jul 16 21:33:26.934 INFO O| Download: 4900/23866 items 43.5/222.6MB 19% complete (3.3M/s)
39622026-07-16T21:33:29.210ZJul 16 21:33:28.366 INFO [recovery-package] process exited with exit status: 0 (33.752376223s)
39632026-07-16T21:33:29.210ZJul 16 21:33:28.366 INFO [recovery-libraries] running task
39642026-07-16T21:33:29.210ZJul 16 21:33:28.366 INFO [recovery-stamp] running task
39652026-07-16T21:33:29.213ZJul 16 21:33:28.366 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+gitf3118d41647
39662026-07-16T21:33:29.213ZJul 16 21:33:28.366 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+gitf3118d41647
39672026-07-16T21:33:29.218Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39682026-07-16T21:33:29.221Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39692026-07-16T21:33:29.268ZJul 16 21:33:28.424 INFO [recovery-libraries] task succeeded (58.25733ms)
39702026-07-16T21:33:29.271ZJul 16 21:33:28.424 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39712026-07-16T21:33:29.310Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39722026-07-16T21:33:29.313ZJul 16 21:33:28.469 INFO [stamp-installinator] process exited with exit status: 0 (102.739659ms)
39732026-07-16T21:33:29.379Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39742026-07-16T21:33:29.384ZJul 16 21:33:28.538 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (172.260439ms)
39752026-07-16T21:33:29.384ZJul 16 21:33:28.538 INFO [recovery-stamp] task succeeded (172.711539ms)
39762026-07-16T21:33:29.384ZJul 16 21:33:28.538 INFO [recovery-proto] running task
39772026-07-16T21:33:29.384ZJul 16 21:33:28.538 INFO [tuf-stamp] running task
39782026-07-16T21:33:29.384ZJul 16 21:33:28.539 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+gitf3118d41647
39792026-07-16T21:33:29.384ZJul 16 21:33:28.539 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+gitf3118d41647
39802026-07-16T21:33:29.387ZJul 16 21:33:28.540 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+gitf3118d41647
39812026-07-16T21:33:29.387ZJul 16 21:33:28.540 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+gitf3118d41647
39822026-07-16T21:33:29.387ZJul 16 21:33:28.541 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+gitf3118d41647
39832026-07-16T21:33:29.387ZJul 16 21:33:28.541 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+gitf3118d41647
39842026-07-16T21:33:29.387ZJul 16 21:33:28.541 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+gitf3118d41647
39852026-07-16T21:33:29.387ZJul 16 21:33:28.542 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+gitf3118d41647
39862026-07-16T21:33:29.387ZJul 16 21:33:28.542 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+gitf3118d41647
39872026-07-16T21:33:29.387ZJul 16 21:33:28.542 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+gitf3118d41647
39882026-07-16T21:33:29.388ZJul 16 21:33:28.543 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+gitf3118d41647
39892026-07-16T21:33:29.392ZJul 16 21:33:28.543 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+gitf3118d41647
39902026-07-16T21:33:29.392Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-16T21:33:29.395Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-16T21:33:29.395Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-16T21:33:29.395Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-16T21:33:29.395Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-16T21:33:29.395Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-16T21:33:29.395Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-07-16T21:33:29.395Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-07-16T21:33:29.395Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-07-16T21:33:29.395Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-07-16T21:33:29.395Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-07-16T21:33:29.395Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-07-16T21:33:29.440Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40032026-07-16T21:33:29.444ZJul 16 21:33:28.599 INFO [stamp-probe] process exited with exit status: 0 (60.00979ms)
40042026-07-16T21:33:29.510ZJul 16 21:33:28.666 INFO [recovery-proto] task succeeded (127.36777ms)
40052026-07-16T21:33:29.514ZJul 16 21:33:28.666 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/.tmpbjGReu/proto/recovery/root -N 'recovery f3118d4/${os_short_commit} 2026-07-16 21:22' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40062026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO Checking files for board 'cosmo'
40072026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40082026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40092026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO Checking files for board 'cosmo-mbist-noaggr'
40102026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40112026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO Checking files for board 'gimlet'
40122026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40132026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40142026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO Checking files for board 'cosmo-mbist'
40152026-07-16T21:33:29.517Z[ recovery-image] Jul 16 21:33:28.672 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40162026-07-16T21:33:29.525Z[ recovery-image] Jul 16 21:33:28.681 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpbjGReu/proto/recovery/root"
40172026-07-16T21:33:29.528Z[ recovery-image] Jul 16 21:33:28.681 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40182026-07-16T21:33:29.528Z[ recovery-image] Jul 16 21:33:28.681 INFO image builder template: ramdisk-01-os...
40192026-07-16T21:33:29.528Z[ recovery-image] Jul 16 21:33:28.681 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/.tmpbjGReu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40202026-07-16T21:33:29.541Z[ recovery-image] Jul 16 21:33:28.697 INFO O| Jul 16 21:33:28.697 INFO CREATE DATASET: rpool/images/build/recovery/output
40212026-07-16T21:33:29.804Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40222026-07-16T21:33:29.829Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40232026-07-16T21:33:29.856Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40242026-07-16T21:33:29.860ZJul 16 21:33:29.016 INFO [stamp-ntp] process exited with exit status: 0 (475.818479ms)
40252026-07-16T21:33:29.943Z[ recovery-image] Jul 16 21:33:29.099 INFO O| Jul 16 21:33:29.098 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40262026-07-16T21:33:29.946Z[ recovery-image] Jul 16 21:33:29.102 INFO O| Jul 16 21:33:29.102 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40272026-07-16T21:33:29.993Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40282026-07-16T21:33:29.996ZJul 16 21:33:29.152 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (609.214379ms)
40292026-07-16T21:33:30.099Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40302026-07-16T21:33:30.103ZJul 16 21:33:29.259 INFO [stamp-external-dns] process exited with exit status: 0 (718.248509ms)
40312026-07-16T21:33:30.115Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40322026-07-16T21:33:30.119ZJul 16 21:33:29.274 INFO [stamp-internal-dns] process exited with exit status: 0 (732.914769ms)
40332026-07-16T21:33:30.170Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40342026-07-16T21:33:30.174ZJul 16 21:33:29.329 INFO [stamp-crucible-zone] process exited with exit status: 0 (789.462709ms)
40352026-07-16T21:33:30.318Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40362026-07-16T21:33:30.321ZJul 16 21:33:29.477 INFO [stamp-oximeter] process exited with exit status: 0 (935.479968ms)
40372026-07-16T21:33:30.575Z[ recovery-image] Jul 16 21:33:29.730 INFO O| Jul 16 21:33:29.730 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40382026-07-16T21:33:30.761Z[ recovery-image] Jul 16 21:33:29.916 INFO O| Jul 16 21:33:29.916 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40392026-07-16T21:33:30.761Z[ recovery-image] Jul 16 21:33:29.916 INFO O| Jul 16 21:33:29.916 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40402026-07-16T21:33:30.764Z[ recovery-image] Jul 16 21:33:29.917 INFO O| Jul 16 21:33:29.917 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40412026-07-16T21:33:30.764Z[ recovery-image] Jul 16 21:33:29.917 INFO O| Jul 16 21:33:29.917 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40422026-07-16T21:33:30.767Z[ recovery-image] Jul 16 21:33:29.922 INFO O| Jul 16 21:33:29.922 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40432026-07-16T21:33:31.870Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40442026-07-16T21:33:31.873ZJul 16 21:33:31.029 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.490402885s)
40452026-07-16T21:33:32.782Z[ host-image] Jul 16 21:33:31.938 INFO O| Jul 16 21:33:31.938 INFO O| Download: 6987/23866 items 47.5/222.6MB 21% complete (1.7M/s)
40462026-07-16T21:33:33.281Z[ recovery-image] Jul 16 21:33:32.436 INFO O| Jul 16 21:33:32.436 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40472026-07-16T21:33:33.287Z[ recovery-image] Jul 16 21:33:32.443 INFO O| Jul 16 21:33:32.443 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40482026-07-16T21:33:33.452Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40492026-07-16T21:33:33.455ZJul 16 21:33:32.611 INFO [stamp-nexus] process exited with exit status: 0 (4.068850592s)
40502026-07-16T21:33:33.546Z[ recovery-image] Jul 16 21:33:32.702 INFO O| Jul 16 21:33:32.701 INFO O| Caching catalogs ... Done
40512026-07-16T21:33:33.614Z[ recovery-image] Jul 16 21:33:32.770 INFO O| Jul 16 21:33:32.769 INFO STEP 0 (pkg_image_create) COMPLETE
40522026-07-16T21:33:33.614Z[ recovery-image] Jul 16 21:33:32.770 INFO O| Jul 16 21:33:32.770 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40532026-07-16T21:33:33.633Z[ recovery-image] Jul 16 21:33:32.785 INFO O| Jul 16 21:33:32.784 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"]
40542026-07-16T21:33:33.820Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40552026-07-16T21:33:33.823ZJul 16 21:33:32.978 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.437168641s)
40562026-07-16T21:33:33.986Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40572026-07-16T21:33:33.990Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40582026-07-16T21:33:33.994ZJul 16 21:33:33.146 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.603188991s)
40592026-07-16T21:33:33.994ZJul 16 21:33:33.146 INFO [stamp-clickhouse] process exited with exit status: 0 (4.602631031s)
40602026-07-16T21:33:33.994ZJul 16 21:33:33.146 INFO [tuf-stamp] task succeeded (4.607426111s)
40612026-07-16T21:33:33.994ZJul 16 21:33:33.146 INFO [tuf-v2-zones] running task
40622026-07-16T21:33:34.086ZJul 16 21:33:33.242 INFO [tuf-v2-zones] task succeeded (96.15512ms)
40632026-07-16T21:33:35.003Z[verify-libraries] Compiling match_cfg v0.1.0
40642026-07-16T21:33:35.003Z[verify-libraries] Compiling slog-json v2.6.1
40652026-07-16T21:33:35.003Z[verify-libraries] Compiling itertools v0.14.0
40662026-07-16T21:33:35.007Z[verify-libraries] Compiling structmeta-derive v0.3.0
40672026-07-16T21:33:35.007Z[verify-libraries] Compiling debug-ignore v1.0.5
40682026-07-16T21:33:35.008Z[verify-libraries] Compiling progenitor-client v0.14.0
40692026-07-16T21:33:35.008Z[verify-libraries] Compiling sha1 v0.11.0
40702026-07-16T21:33:35.008Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40712026-07-16T21:33:35.316Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40722026-07-16T21:33:35.336Z[verify-libraries] Compiling multer v3.1.0
40732026-07-16T21:33:35.340Z[verify-libraries] Compiling compression-core v0.4.31
40742026-07-16T21:33:35.340Z[verify-libraries] Compiling async-stream-impl v0.3.6
40752026-07-16T21:33:35.421Z[verify-libraries] Compiling serde_spanned v1.1.1
40762026-07-16T21:33:35.424Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40772026-07-16T21:33:35.425Z[verify-libraries] Compiling dropshot v0.17.1
40782026-07-16T21:33:35.485Z[verify-libraries] Compiling hostname v0.3.1
40792026-07-16T21:33:35.485Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40802026-07-16T21:33:35.527Z[verify-libraries] Compiling waitgroup v0.1.2
40812026-07-16T21:33:35.553Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40822026-07-16T21:33:35.557Z[verify-libraries] Compiling compression-codecs v0.4.37
40832026-07-16T21:33:35.557Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40842026-07-16T21:33:35.623Z[verify-libraries] Compiling slog-bunyan v2.5.0
40852026-07-16T21:33:35.624Z[verify-libraries] Compiling hostname v0.4.2
40862026-07-16T21:33:35.670Z[verify-libraries] Compiling atomicwrites v0.4.4
40872026-07-16T21:33:35.715Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40882026-07-16T21:33:35.762Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40892026-07-16T21:33:35.766Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40902026-07-16T21:33:35.806Z[verify-libraries] Compiling async-compression v0.4.41
40912026-07-16T21:33:35.812Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO STEP 1 (pkg_set_publisher) COMPLETE
40922026-07-16T21:33:35.812Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932026-07-16T21:33:35.816Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO skip step because feature "publisher_1_name" is not enabled
40942026-07-16T21:33:35.816Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40952026-07-16T21:33:35.816Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO skip step because feature "publisher_2_name" is not enabled
40962026-07-16T21:33:35.817Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972026-07-16T21:33:35.817Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO skip step because feature "publisher_3_name" is not enabled
40982026-07-16T21:33:35.817Z[ recovery-image] Jul 16 21:33:34.968 INFO O| Jul 16 21:33:34.968 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992026-07-16T21:33:35.830Z[verify-libraries] Compiling macaddr v1.0.1
41002026-07-16T21:33:35.865Z[verify-libraries] Compiling regress v0.10.5
41012026-07-16T21:33:35.899Z[verify-libraries] Compiling instant v0.1.13
41022026-07-16T21:33:35.903Z[verify-libraries] Compiling backon v1.6.0
41032026-07-16T21:33:35.903Z[verify-libraries] Compiling humantime v2.3.0
41042026-07-16T21:33:35.964Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41052026-07-16T21:33:36.016Z[verify-libraries] Compiling backoff v0.4.0
41062026-07-16T21:33:36.054Z[verify-libraries] Compiling async-stream v0.3.6
41072026-07-16T21:33:36.119Z[verify-libraries] Compiling progenitor-extras v0.2.0
41082026-07-16T21:33:36.143Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41092026-07-16T21:33:36.143Z[verify-libraries] Compiling convert_case v0.4.0
41102026-07-16T21:33:36.154Z[ recovery-image] Jul 16 21:33:35.310 INFO O| Jul 16 21:33:35.310 INFO variant opensolaris.zone is already global
41112026-07-16T21:33:36.154Z[ recovery-image] Jul 16 21:33:35.310 INFO O| Jul 16 21:33:35.310 INFO STEP 5 (pkg_change_variant) COMPLETE
41122026-07-16T21:33:36.158Z[ recovery-image] Jul 16 21:33:35.310 INFO O| Jul 16 21:33:35.310 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41132026-07-16T21:33:36.193Z[verify-libraries] Compiling half v2.7.1
41142026-07-16T21:33:36.215Z[verify-libraries] Compiling ciborium-io v0.2.2
41152026-07-16T21:33:36.251Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41162026-07-16T21:33:36.254Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41172026-07-16T21:33:36.299Z[verify-libraries] Compiling indent_write v2.2.0
41182026-07-16T21:33:36.299Z[verify-libraries] Compiling regress v0.11.1
41192026-07-16T21:33:36.303Z[verify-libraries] Compiling secrecy v0.10.3
41202026-07-16T21:33:36.385Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41212026-07-16T21:33:36.433Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41222026-07-16T21:33:36.433Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41232026-07-16T21:33:36.481Z[verify-libraries] Compiling structmeta v0.3.0
41242026-07-16T21:33:36.497Z[ recovery-image] Jul 16 21:33:35.653 INFO O| Jul 16 21:33:35.653 INFO variant opensolaris.imagetype is full; changing to partial
41252026-07-16T21:33:36.498Z[ recovery-image] Jul 16 21:33:35.653 INFO O| Jul 16 21:33:35.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41262026-07-16T21:33:36.505Z[verify-libraries] Compiling ciborium-ll v0.2.2
41272026-07-16T21:33:36.530Z[verify-libraries] Compiling inout v0.1.4
41282026-07-16T21:33:36.576Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41292026-07-16T21:33:36.580Z[verify-libraries] Compiling universal-hash v0.5.1
41302026-07-16T21:33:36.580Z[verify-libraries] Compiling derive_more v0.99.20
41312026-07-16T21:33:36.645Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41322026-07-16T21:33:36.734Z[verify-libraries] Compiling ciborium v0.2.2
41332026-07-16T21:33:36.761Z[verify-libraries] Compiling derive-ex v0.1.8
41342026-07-16T21:33:36.761Z[verify-libraries] Compiling parse-display-derive v0.10.0
41352026-07-16T21:33:36.764Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41362026-07-16T21:33:36.826Z[verify-libraries] Compiling cipher v0.4.4
41372026-07-16T21:33:36.829Z[verify-libraries] Compiling opaque-debug v0.3.1
41382026-07-16T21:33:36.829Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41392026-07-16T21:33:36.943Z[verify-libraries] Compiling blake2 v0.10.6
41402026-07-16T21:33:36.976Z[verify-libraries] Compiling aead v0.5.2
41412026-07-16T21:33:36.997Z[verify-libraries] Compiling poly1305 v0.8.0
41422026-07-16T21:33:37.093Z[verify-libraries] Compiling chacha20 v0.9.1
41432026-07-16T21:33:37.116Z[verify-libraries] Compiling password-hash v0.5.0
41442026-07-16T21:33:37.210Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41452026-07-16T21:33:37.341Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41462026-07-16T21:33:37.391Z[verify-libraries] Compiling argon2 v0.5.3
41472026-07-16T21:33:37.433Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41482026-07-16T21:33:37.548Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41492026-07-16T21:33:37.587Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41502026-07-16T21:33:37.614Z[verify-libraries] Compiling rayon-core v1.13.0
41512026-07-16T21:33:37.678Z[ recovery-image] Jul 16 21:33:36.833 INFO O| Jul 16 21:33:36.833 INFO O| Startup: Refreshing catalog 'helios' ... Done
41522026-07-16T21:33:37.681Z[verify-libraries] Compiling glob v0.3.3
41532026-07-16T21:33:37.807Z[ host-image] Jul 16 21:33:36.963 INFO O| Jul 16 21:33:36.963 INFO O| Download: 8425/23866 items 61.7/222.6MB 27% complete (2.0M/s)
41542026-07-16T21:33:37.816Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41552026-07-16T21:33:37.816Z[ recovery-image] Jul 16 21:33:36.972 INFO O| Jul 16 21:33:36.972 INFO O| Startup: Caching catalogs ... Done
41562026-07-16T21:33:37.824Z[ recovery-image] Jul 16 21:33:36.980 INFO O| Jul 16 21:33:36.979 INFO O| Planning: Planning completed in 0.00 seconds
41572026-07-16T21:33:37.827Z[ recovery-image] Jul 16 21:33:36.980 INFO O| Jul 16 21:33:36.980 INFO O| Planning: Consolidating action changes ... Done
41582026-07-16T21:33:37.827Z[ recovery-image] Jul 16 21:33:36.980 INFO O| Jul 16 21:33:36.980 INFO O| Planning: Evaluating mediators ... Done
41592026-07-16T21:33:37.827Z[ recovery-image] Jul 16 21:33:36.980 INFO O| Jul 16 21:33:36.980 INFO O| Planning: Planning completed in 0.00 seconds
41602026-07-16T21:33:37.827Z[ recovery-image] Jul 16 21:33:36.980 INFO O| Jul 16 21:33:36.980 INFO O| Variants/Facets to change: 1
41612026-07-16T21:33:37.838Z[ recovery-image] Jul 16 21:33:36.994 INFO O| Jul 16 21:33:36.994 INFO O| Finalize: Updating package state database ... Done
41622026-07-16T21:33:37.842Z[ recovery-image] Jul 16 21:33:36.994 INFO O| Jul 16 21:33:36.994 INFO O| Finalize: Updating package cache ... Done
41632026-07-16T21:33:37.871Z[ recovery-image] Jul 16 21:33:37.026 INFO O| Jul 16 21:33:37.026 INFO O| Finalize: Updating image state ... Done
41642026-07-16T21:33:37.877Z[ recovery-image] Jul 16 21:33:37.032 INFO O| Jul 16 21:33:37.032 INFO O| Finalize: Creating fast lookup database ... Done
41652026-07-16T21:33:37.880Z[ recovery-image] Jul 16 21:33:37.033 INFO O| Jul 16 21:33:37.033 INFO O| Finalize: Reading search index ... Done
41662026-07-16T21:33:37.880Z[ recovery-image] Jul 16 21:33:37.033 INFO O| Jul 16 21:33:37.033 INFO O| Finalize: Updating search index ... Done
41672026-07-16T21:33:37.880Z[ recovery-image] Jul 16 21:33:37.034 INFO O| Jul 16 21:33:37.034 INFO O| Finalize: Updating package cache ... Done
41682026-07-16T21:33:37.880Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41692026-07-16T21:33:37.908Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41702026-07-16T21:33:37.960Z[verify-libraries] Compiling typify-impl v0.6.2
41712026-07-16T21:33:37.998Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41722026-07-16T21:33:38.041Z[ recovery-image] Jul 16 21:33:37.196 INFO O| Jul 16 21:33:37.196 INFO STEP 6 (pkg_change_variant) COMPLETE
41732026-07-16T21:33:38.041Z[ recovery-image] Jul 16 21:33:37.196 INFO O| Jul 16 21:33:37.196 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41742026-07-16T21:33:38.041Z[ recovery-image] Jul 16 21:33:37.196 INFO O| Jul 16 21:33:37.196 INFO skip step because feature "debug_variant" is not enabled
41752026-07-16T21:33:38.041Z[ recovery-image] Jul 16 21:33:37.196 INFO O| Jul 16 21:33:37.196 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-07-16T21:33:38.125Z[verify-libraries] Compiling vsss-rs v3.3.4
41772026-07-16T21:33:38.263Z[verify-libraries] Compiling usdt-macro v0.5.0
41782026-07-16T21:33:38.435Z[ recovery-image] Jul 16 21:33:37.591 INFO O| Jul 16 21:33:37.591 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41792026-07-16T21:33:38.605Z[verify-libraries] Compiling test-strategy v0.4.5
41802026-07-16T21:33:38.638Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41812026-07-16T21:33:38.730Z[verify-libraries] Compiling parse-display v0.10.0
41822026-07-16T21:33:38.821Z[verify-libraries] Compiling memmap v0.7.0
41832026-07-16T21:33:38.945Z[verify-libraries] Compiling heapless v0.8.0
41842026-07-16T21:33:38.984Z[verify-libraries] Compiling proc-macro-error v1.0.4
41852026-07-16T21:33:39.067Z[verify-libraries] Compiling ingot-macros v0.1.1
41862026-07-16T21:33:39.107Z[verify-libraries] Compiling tabwriter v1.4.1
41872026-07-16T21:33:39.141Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41882026-07-16T21:33:39.165Z[verify-libraries] Compiling hash32 v0.3.1
41892026-07-16T21:33:39.187Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41902026-07-16T21:33:39.217Z[verify-libraries] Compiling usdt v0.5.0
41912026-07-16T21:33:39.322Z[verify-libraries] Compiling num_enum_derive v0.7.6
41922026-07-16T21:33:39.348Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41932026-07-16T21:33:39.378Z[verify-libraries] Compiling smoltcp v0.11.0
41942026-07-16T21:33:39.402Z[verify-libraries] Compiling toml v0.8.23
41952026-07-16T21:33:39.406Z[verify-libraries] Compiling cobs v0.3.0
41962026-07-16T21:33:39.472Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41972026-07-16T21:33:39.476Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41982026-07-16T21:33:39.538Z[verify-libraries] Compiling colored v3.1.1
41992026-07-16T21:33:39.669Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42002026-07-16T21:33:39.720Z[verify-libraries] Compiling postcard v1.1.3
42012026-07-16T21:33:39.764Z[ recovery-image] Jul 16 21:33:38.919 INFO O| Jul 16 21:33:38.917 INFO O| Startup: Refreshing catalog 'helios' ... Done
42022026-07-16T21:33:39.793Z[verify-libraries] Compiling rayon v1.11.0
42032026-07-16T21:33:39.881Z[verify-libraries] Compiling rand v0.10.1
42042026-07-16T21:33:39.918Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42052026-07-16T21:33:39.921Z[ recovery-image] Jul 16 21:33:39.074 INFO O| Jul 16 21:33:39.074 INFO O| Startup: Caching catalogs ... Done
42062026-07-16T21:33:39.926Z[ recovery-image] Jul 16 21:33:39.082 INFO O| Jul 16 21:33:39.082 INFO O| Planning: Planning completed in 0.00 seconds
42072026-07-16T21:33:39.929Z[ recovery-image] Jul 16 21:33:39.082 INFO O| Jul 16 21:33:39.082 INFO O| Planning: Consolidating action changes ... Done
42082026-07-16T21:33:39.929Z[ recovery-image] Jul 16 21:33:39.082 INFO O| Jul 16 21:33:39.082 INFO O| Planning: Evaluating mediators ... Done
42092026-07-16T21:33:39.929Z[ recovery-image] Jul 16 21:33:39.082 INFO O| Jul 16 21:33:39.082 INFO O| Planning: Planning completed in 0.00 seconds
42102026-07-16T21:33:39.929Z[ recovery-image] Jul 16 21:33:39.083 INFO O| Jul 16 21:33:39.083 INFO O| Variants/Facets to change: 1
42112026-07-16T21:33:39.938Z[ recovery-image] Jul 16 21:33:39.094 INFO O| Jul 16 21:33:39.094 INFO O| Finalize: Updating package state database ... Done
42122026-07-16T21:33:39.938Z[ recovery-image] Jul 16 21:33:39.094 INFO O| Jul 16 21:33:39.094 INFO O| Finalize: Updating package cache ... Done
42132026-07-16T21:33:39.943Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42142026-07-16T21:33:39.966Z[ recovery-image] Jul 16 21:33:39.121 INFO O| Jul 16 21:33:39.121 INFO O| Finalize: Updating image state ... Done
42152026-07-16T21:33:39.972Z[ recovery-image] Jul 16 21:33:39.126 INFO O| Jul 16 21:33:39.126 INFO O| Finalize: Creating fast lookup database ... Done
42162026-07-16T21:33:39.976Z[ recovery-image] Jul 16 21:33:39.127 INFO O| Jul 16 21:33:39.127 INFO O| Finalize: Reading search index ... Done
42172026-07-16T21:33:39.976Z[ recovery-image] Jul 16 21:33:39.127 INFO O| Jul 16 21:33:39.127 INFO O| Finalize: Updating search index ... Done
42182026-07-16T21:33:39.976Z[ recovery-image] Jul 16 21:33:39.128 INFO O| Jul 16 21:33:39.128 INFO O| Finalize: Updating package cache ... Done
42192026-07-16T21:33:40.002Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42202026-07-16T21:33:40.075Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42212026-07-16T21:33:40.120Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42222026-07-16T21:33:40.128Z[ recovery-image] Jul 16 21:33:39.282 INFO O| Jul 16 21:33:39.282 INFO STEP 8 (pkg_change_facet) COMPLETE
42232026-07-16T21:33:40.128Z[ recovery-image] Jul 16 21:33:39.283 INFO O| Jul 16 21:33:39.282 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242026-07-16T21:33:40.327Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42252026-07-16T21:33:40.351Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
42262026-07-16T21:33:40.388Z[verify-libraries] Compiling num-derive v0.4.2
42272026-07-16T21:33:40.467Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42282026-07-16T21:33:40.485Z[ recovery-image] Jul 16 21:33:39.641 INFO O| Jul 16 21:33:39.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42292026-07-16T21:33:40.510Z[verify-libraries] Compiling num_enum v0.7.6
42302026-07-16T21:33:40.510Z[verify-libraries] Compiling num_enum_derive v0.5.11
42312026-07-16T21:33:40.559Z[verify-libraries] Compiling cstr-argument v0.1.2
42322026-07-16T21:33:40.701Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42332026-07-16T21:33:40.770Z[verify-libraries] Compiling foreign-types v0.5.0
42342026-07-16T21:33:40.821Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42352026-07-16T21:33:40.843Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42362026-07-16T21:33:40.888Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42372026-07-16T21:33:40.926Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42382026-07-16T21:33:40.981Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42392026-07-16T21:33:41.005Z[verify-libraries] Compiling sigpipe v0.1.3
42402026-07-16T21:33:41.048Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42412026-07-16T21:33:41.048Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42422026-07-16T21:33:41.117Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42432026-07-16T21:33:41.150Z[verify-libraries] Compiling itertools v0.12.1
42442026-07-16T21:33:41.235Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42452026-07-16T21:33:41.294Z[verify-libraries] Compiling smf v0.2.3
42462026-07-16T21:33:41.327Z[ recovery-image] Jul 16 21:33:40.479 INFO O| Jul 16 21:33:40.479 INFO O| Startup: Refreshing catalog 'helios' ... Done
42472026-07-16T21:33:41.380Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42482026-07-16T21:33:41.446Z[verify-libraries] Compiling whoami v1.6.1
42492026-07-16T21:33:41.478Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42502026-07-16T21:33:41.488Z[ recovery-image] Jul 16 21:33:40.643 INFO O| Jul 16 21:33:40.643 INFO O| Startup: Caching catalogs ... Done
42512026-07-16T21:33:41.501Z[ recovery-image] Jul 16 21:33:40.652 INFO O| Jul 16 21:33:40.651 INFO O| Planning: Planning completed in 0.00 seconds
42522026-07-16T21:33:41.501Z[ recovery-image] Jul 16 21:33:40.652 INFO O| Jul 16 21:33:40.652 INFO O| Planning: Consolidating action changes ... Done
42532026-07-16T21:33:41.501Z[ recovery-image] Jul 16 21:33:40.652 INFO O| Jul 16 21:33:40.652 INFO O| Planning: Evaluating mediators ... Done
42542026-07-16T21:33:41.504Z[ recovery-image] Jul 16 21:33:40.652 INFO O| Jul 16 21:33:40.652 INFO O| Planning: Planning completed in 0.00 seconds
42552026-07-16T21:33:41.504Z[ recovery-image] Jul 16 21:33:40.653 INFO O| Jul 16 21:33:40.653 INFO O| Variants/Facets to change: 1
42562026-07-16T21:33:41.513Z[ recovery-image] Jul 16 21:33:40.668 INFO O| Jul 16 21:33:40.668 INFO O| Finalize: Updating package state database ... Done
42572026-07-16T21:33:41.513Z[ recovery-image] Jul 16 21:33:40.668 INFO O| Jul 16 21:33:40.668 INFO O| Finalize: Updating package cache ... Done
42582026-07-16T21:33:41.544Z[ recovery-image] Jul 16 21:33:40.699 INFO O| Jul 16 21:33:40.699 INFO O| Finalize: Updating image state ... Done
42592026-07-16T21:33:41.550Z[ recovery-image] Jul 16 21:33:40.706 INFO O| Jul 16 21:33:40.706 INFO O| Finalize: Creating fast lookup database ... Done
42602026-07-16T21:33:41.553Z[ recovery-image] Jul 16 21:33:40.706 INFO O| Jul 16 21:33:40.706 INFO O| Finalize: Reading search index ... Done
42612026-07-16T21:33:41.553Z[ recovery-image] Jul 16 21:33:40.706 INFO O| Jul 16 21:33:40.706 INFO O| Finalize: Updating search index ... Done
42622026-07-16T21:33:41.553Z[ recovery-image] Jul 16 21:33:40.707 INFO O| Jul 16 21:33:40.707 INFO O| Finalize: Updating package cache ... Done
42632026-07-16T21:33:41.596Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42642026-07-16T21:33:41.670Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42652026-07-16T21:33:41.696Z[ recovery-image] Jul 16 21:33:40.851 INFO O| Jul 16 21:33:40.851 INFO STEP 9 (pkg_change_facet) COMPLETE
42662026-07-16T21:33:41.696Z[ recovery-image] Jul 16 21:33:40.851 INFO O| Jul 16 21:33:40.851 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-07-16T21:33:41.707Z[verify-libraries] Compiling derive-where v1.6.0
42682026-07-16T21:33:41.766Z[verify-libraries] Compiling num_enum v0.5.11
42692026-07-16T21:33:41.837Z[verify-libraries] Compiling owo-colors v4.3.0
42702026-07-16T21:33:41.909Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42712026-07-16T21:33:41.934Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42722026-07-16T21:33:41.954Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42732026-07-16T21:33:42.001Z[verify-libraries] Compiling gethostname v0.5.0
42742026-07-16T21:33:42.032Z[ recovery-image] Jul 16 21:33:41.187 INFO O| Jul 16 21:33:41.187 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42752026-07-16T21:33:42.072Z[verify-libraries] Compiling libsw-core v0.3.2
42762026-07-16T21:33:42.164Z[verify-libraries] Compiling console v0.15.11
42772026-07-16T21:33:42.167Z[verify-libraries] Compiling ingot-types v0.1.2
42782026-07-16T21:33:42.276Z[verify-libraries] Compiling linear-map v1.2.0
42792026-07-16T21:33:42.311Z[verify-libraries] Compiling libsw v3.5.0
42802026-07-16T21:33:42.360Z[verify-libraries] Compiling newline-converter v0.3.0
42812026-07-16T21:33:42.402Z[verify-libraries] Compiling zone v0.3.1
42822026-07-16T21:33:42.508Z[verify-libraries] Compiling resolv-conf v0.7.6
42832026-07-16T21:33:42.531Z[verify-libraries] Compiling expectorate v1.2.0
42842026-07-16T21:33:42.534Z[verify-libraries] Compiling num-rational v0.4.2
42852026-07-16T21:33:42.534Z[verify-libraries] Compiling num-complex v0.4.6
42862026-07-16T21:33:42.598Z[verify-libraries] Compiling ingot v0.1.1
42872026-07-16T21:33:42.658Z[verify-libraries] Compiling slog-dtrace v0.3.0
42882026-07-16T21:33:42.734Z[verify-libraries] Compiling typify-macro v0.6.2
42892026-07-16T21:33:42.758Z[verify-libraries] Compiling prettyplease v0.2.37
42902026-07-16T21:33:42.850Z[verify-libraries] Compiling float-ord v0.3.2
42912026-07-16T21:33:42.855Z[ host-image] Jul 16 21:33:41.964 INFO O| Jul 16 21:33:41.963 INFO O| Download: 9786/23866 items 84.2/222.6MB 37% complete (3.6M/s)
42922026-07-16T21:33:42.855Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42932026-07-16T21:33:42.886Z[verify-libraries] Compiling linked-hash-map v0.5.6
42942026-07-16T21:33:42.913Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42952026-07-16T21:33:42.976Z[verify-libraries] Compiling num v0.4.3
42962026-07-16T21:33:43.013Z[verify-libraries] Compiling hickory-proto v0.24.4
42972026-07-16T21:33:43.102Z[verify-libraries] Compiling convert_case v0.10.0
42982026-07-16T21:33:43.167Z[verify-libraries] Compiling lru-cache v0.1.2
42992026-07-16T21:33:43.167Z[verify-libraries] Compiling display-error-chain v0.2.2
43002026-07-16T21:33:43.208Z[verify-libraries] Compiling minimal-lexical v0.2.1
43012026-07-16T21:33:43.212Z[verify-libraries] Compiling unicode-xid v0.2.6
43022026-07-16T21:33:43.261Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43032026-07-16T21:33:43.318Z[ recovery-image] Jul 16 21:33:42.474 INFO O| Jul 16 21:33:42.474 INFO O| Startup: Refreshing catalog 'helios' ... Done
43042026-07-16T21:33:43.344Z[verify-libraries] Compiling tabled_derive v0.7.0
43052026-07-16T21:33:43.380Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43062026-07-16T21:33:43.383Z[verify-libraries] Compiling fd-lock v4.0.4
43072026-07-16T21:33:43.424Z[verify-libraries] Compiling vte v0.14.1
43082026-07-16T21:33:43.453Z[verify-libraries] Compiling derive_more-impl v2.1.1
43092026-07-16T21:33:43.459Z[ recovery-image] Jul 16 21:33:42.615 INFO O| Jul 16 21:33:42.614 INFO O| Startup: Caching catalogs ... Done
43102026-07-16T21:33:43.467Z[ recovery-image] Jul 16 21:33:42.622 INFO O| Jul 16 21:33:42.622 INFO O| Planning: Planning completed in 0.00 seconds
43112026-07-16T21:33:43.470Z[ recovery-image] Jul 16 21:33:42.623 INFO O| Jul 16 21:33:42.623 INFO O| Planning: Consolidating action changes ... Done
43122026-07-16T21:33:43.470Z[ recovery-image] Jul 16 21:33:42.623 INFO O| Jul 16 21:33:42.623 INFO O| Planning: Evaluating mediators ... Done
43132026-07-16T21:33:43.470Z[ recovery-image] Jul 16 21:33:42.623 INFO O| Jul 16 21:33:42.623 INFO O| Planning: Planning completed in 0.00 seconds
43142026-07-16T21:33:43.470Z[ recovery-image] Jul 16 21:33:42.623 INFO O| Jul 16 21:33:42.623 INFO O| Variants/Facets to change: 1
43152026-07-16T21:33:43.475Z[verify-libraries] Compiling nom v7.1.3
43162026-07-16T21:33:43.481Z[ recovery-image] Jul 16 21:33:42.637 INFO O| Jul 16 21:33:42.637 INFO O| Finalize: Updating package state database ... Done
43172026-07-16T21:33:43.481Z[ recovery-image] Jul 16 21:33:42.637 INFO O| Jul 16 21:33:42.637 INFO O| Finalize: Updating package cache ... Done
43182026-07-16T21:33:43.508Z[ recovery-image] Jul 16 21:33:42.664 INFO O| Jul 16 21:33:42.664 INFO O| Finalize: Updating image state ... Done
43192026-07-16T21:33:43.515Z[ recovery-image] Jul 16 21:33:42.670 INFO O| Jul 16 21:33:42.670 INFO O| Finalize: Creating fast lookup database ... Done
43202026-07-16T21:33:43.518Z[ recovery-image] Jul 16 21:33:42.671 INFO O| Jul 16 21:33:42.671 INFO O| Finalize: Reading search index ... Done
43212026-07-16T21:33:43.518Z[ recovery-image] Jul 16 21:33:42.671 INFO O| Jul 16 21:33:42.671 INFO O| Finalize: Updating search index ... Done
43222026-07-16T21:33:43.518Z[ recovery-image] Jul 16 21:33:42.672 INFO O| Jul 16 21:33:42.671 INFO O| Finalize: Updating package cache ... Done
43232026-07-16T21:33:43.544Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43242026-07-16T21:33:43.597Z[verify-libraries] Compiling stacker v0.1.23
43252026-07-16T21:33:43.721Z[ recovery-image] Jul 16 21:33:42.877 INFO O| Jul 16 21:33:42.877 INFO STEP 10 (pkg_change_facet) COMPLETE
43262026-07-16T21:33:43.721Z[ recovery-image] Jul 16 21:33:42.877 INFO O| Jul 16 21:33:42.877 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43272026-07-16T21:33:43.738Z[ recovery-image] Jul 16 21:33:42.893 INFO O| Jul 16 21:33:42.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@22.0.0.0"]
43282026-07-16T21:33:43.776Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43292026-07-16T21:33:43.798Z[verify-libraries] Compiling cfg_aliases v0.1.1
43302026-07-16T21:33:43.958Z[verify-libraries] Compiling nix v0.28.0
43312026-07-16T21:33:44.019Z[verify-libraries] Compiling reedline v0.40.0
43322026-07-16T21:33:44.099Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43332026-07-16T21:33:44.215Z[verify-libraries] Compiling semver v0.1.20
43342026-07-16T21:33:44.273Z[verify-libraries] Compiling termtree v0.5.1
43352026-07-16T21:33:44.381Z[verify-libraries] Compiling psm v0.1.30
43362026-07-16T21:33:44.454Z[verify-libraries] Compiling rustc_version v0.1.7
43372026-07-16T21:33:44.490Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43382026-07-16T21:33:44.512Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43392026-07-16T21:33:44.566Z[verify-libraries] Compiling derive_more v2.1.1
43402026-07-16T21:33:44.566Z[verify-libraries] Compiling tabled v0.15.0
43412026-07-16T21:33:44.660Z[verify-libraries] Compiling phf_shared v0.12.1
43422026-07-16T21:33:44.691Z[ recovery-image] Jul 16 21:33:43.847 INFO O| Jul 16 21:33:43.847 INFO O| Startup: Refreshing catalog 'helios' ... Done
43432026-07-16T21:33:44.726Z[verify-libraries] Compiling crossterm v0.29.0
43442026-07-16T21:33:44.752Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43452026-07-16T21:33:44.755Z[verify-libraries] Compiling nibble_vec v0.1.0
43462026-07-16T21:33:44.810Z[verify-libraries] Compiling typify v0.6.2
43472026-07-16T21:33:44.832Z[ recovery-image] Jul 16 21:33:43.988 INFO O| Jul 16 21:33:43.987 INFO O| Startup: Caching catalogs ... Done
43482026-07-16T21:33:44.899Z[verify-libraries] Compiling endian-type v0.1.2
43492026-07-16T21:33:44.956Z[verify-libraries] Compiling highway v1.3.0
43502026-07-16T21:33:45.061Z[verify-libraries] Compiling progenitor-impl v0.14.0
43512026-07-16T21:33:45.094Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43522026-07-16T21:33:45.194Z[verify-libraries] Compiling chrono-tz v0.10.4
43532026-07-16T21:33:45.303Z[verify-libraries] Compiling radix_trie v0.2.1
43542026-07-16T21:33:45.303Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43552026-07-16T21:33:45.364Z[verify-libraries] Compiling hickory-resolver v0.24.4
43562026-07-16T21:33:45.455Z[ recovery-image] Jul 16 21:33:44.610 INFO O| Jul 16 21:33:44.610 INFO O| Planning: Solver setup ... Done
43572026-07-16T21:33:45.478Z[ recovery-image] Jul 16 21:33:44.634 INFO O| Jul 16 21:33:44.633 INFO O| Planning: Running solver ... Done
43582026-07-16T21:33:45.495Z[ recovery-image] Jul 16 21:33:44.650 INFO O| Jul 16 21:33:44.650 INFO O| Planning: Finding local manifests ... Done
43592026-07-16T21:33:45.513Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43602026-07-16T21:33:45.516Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43612026-07-16T21:33:45.522Z[ recovery-image] Jul 16 21:33:44.677 INFO O| Jul 16 21:33:44.677 INFO O| Planning: Fetching manifests: 0/128 0% complete
43622026-07-16T21:33:45.561Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43632026-07-16T21:33:45.664Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43642026-07-16T21:33:45.704Z[verify-libraries] Compiling recursive v0.1.1
43652026-07-16T21:33:45.746Z[verify-libraries] Compiling phf v0.12.1
43662026-07-16T21:33:45.850Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43672026-07-16T21:33:45.898Z[verify-libraries] Compiling newtype_derive v0.1.6
43682026-07-16T21:33:45.982Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43692026-07-16T21:33:46.044Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43702026-07-16T21:33:46.155Z[verify-libraries] Compiling peg-macros v0.8.5
43712026-07-16T21:33:46.471Z[verify-libraries] Compiling qorb v0.4.1
43722026-07-16T21:33:46.843Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43732026-07-16T21:33:46.929Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43742026-07-16T21:33:46.951Z[verify-libraries] Compiling winnow v0.6.26
43752026-07-16T21:33:47.124Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43762026-07-16T21:33:47.342Z[verify-libraries] Compiling csv-core v0.1.13
43772026-07-16T21:33:47.365Z[verify-libraries] Compiling unicode_categories v0.1.1
43782026-07-16T21:33:47.387Z[verify-libraries] Compiling home v0.5.12
43792026-07-16T21:33:47.567Z[verify-libraries] Compiling textwrap v0.16.2
43802026-07-16T21:33:47.589Z[verify-libraries] Compiling csv v1.4.0
43812026-07-16T21:33:47.638Z[verify-libraries] Compiling rustyline v14.0.0
43822026-07-16T21:33:47.671Z[verify-libraries] Compiling const_format v0.2.35
43832026-07-16T21:33:47.694Z[verify-libraries] Compiling peg v0.8.5
43842026-07-16T21:33:47.812Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43852026-07-16T21:33:47.815Z[ host-image] Jul 16 21:33:46.967 INFO O| Jul 16 21:33:46.967 INFO O| Download: 11577/23866 items 98.7/222.6MB 44% complete (3.7M/s)
43862026-07-16T21:33:47.832Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43872026-07-16T21:33:47.856Z[verify-libraries] Compiling sqlparser v0.61.0
43882026-07-16T21:33:47.895Z[verify-libraries] Compiling progenitor-macro v0.14.0
43892026-07-16T21:33:48.073Z[verify-libraries] Compiling bcs v0.1.6
43902026-07-16T21:33:48.096Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43912026-07-16T21:33:48.127Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43922026-07-16T21:33:48.166Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43932026-07-16T21:33:48.264Z[verify-libraries] Compiling nom v8.0.0
43942026-07-16T21:33:48.328Z[verify-libraries] Compiling sqlformat v0.3.5
43952026-07-16T21:33:48.446Z[verify-libraries] Compiling base64 v0.21.7
43962026-07-16T21:33:48.472Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43972026-07-16T21:33:48.734Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
43982026-07-16T21:33:48.858Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43992026-07-16T21:33:48.880Z[verify-libraries] Compiling steno v0.4.1
44002026-07-16T21:33:49.117Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44012026-07-16T21:33:49.174Z[verify-libraries] Compiling sha1 v0.10.6
44022026-07-16T21:33:49.296Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44032026-07-16T21:33:49.327Z[verify-libraries] Compiling tagptr v0.2.0
44042026-07-16T21:33:49.362Z[verify-libraries] Compiling utf-8 v0.7.6
44052026-07-16T21:33:49.464Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44062026-07-16T21:33:49.511Z[verify-libraries] Compiling moka v0.12.13
44072026-07-16T21:33:49.533Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44082026-07-16T21:33:49.567Z[verify-libraries] Compiling radium v0.7.0
44092026-07-16T21:33:49.605Z[verify-libraries] Compiling tungstenite v0.21.0
44102026-07-16T21:33:49.667Z[verify-libraries] Compiling ron v0.8.1
44112026-07-16T21:33:49.693Z[verify-libraries] Compiling tap v1.0.1
44122026-07-16T21:33:49.739Z[verify-libraries] Compiling maybe-uninit v2.0.0
44132026-07-16T21:33:49.791Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44142026-07-16T21:33:49.886Z[verify-libraries] Compiling wyz v0.5.1
44152026-07-16T21:33:50.093Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44162026-07-16T21:33:50.186Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44172026-07-16T21:33:50.208Z[verify-libraries] Compiling crc-catalog v2.4.0
44182026-07-16T21:33:50.239Z[verify-libraries] Compiling hickory-resolver v0.25.2
44192026-07-16T21:33:50.351Z[verify-libraries] Compiling packed_struct v0.10.1
44202026-07-16T21:33:50.355Z[verify-libraries] Compiling funty v2.0.0
44212026-07-16T21:33:50.474Z[verify-libraries] Compiling crc v3.4.0
44222026-07-16T21:33:50.523Z[ recovery-image] Jul 16 21:33:49.677 INFO O| Jul 16 21:33:49.677 INFO O| Planning: Fetching manifests: 123/128 96% complete
44232026-07-16T21:33:50.600Z[ recovery-image] Jul 16 21:33:49.755 INFO O| Jul 16 21:33:49.755 INFO O| Planning: Fetching manifests: 128/128 100% complete
44242026-07-16T21:33:50.603Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
44252026-07-16T21:33:50.651Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44262026-07-16T21:33:50.721Z[verify-libraries] Compiling bitvec v1.0.1
44272026-07-16T21:33:50.746Z[verify-libraries] Compiling zerocopy v0.6.6
44282026-07-16T21:33:50.769Z[verify-libraries] Compiling bitfield-macros v0.19.4
44292026-07-16T21:33:50.770Z[verify-libraries] Compiling indexmap v1.9.3
44302026-07-16T21:33:50.875Z[verify-libraries] Compiling nodrop v0.1.14
44312026-07-16T21:33:50.993Z[verify-libraries] Compiling smallvec v0.6.14
44322026-07-16T21:33:51.038Z[verify-libraries] Compiling array-init v0.0.4
44332026-07-16T21:33:51.082Z[ recovery-image] Jul 16 21:33:50.237 INFO O| Jul 16 21:33:50.237 INFO O| Planning: Package planning ... Done
44342026-07-16T21:33:51.135Z[verify-libraries] Compiling hashbrown v0.12.3
44352026-07-16T21:33:51.163Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44362026-07-16T21:33:51.238Z[ recovery-image] Jul 16 21:33:50.394 INFO O| Jul 16 21:33:50.393 INFO O| Planning: Merging actions ... Done
44372026-07-16T21:33:51.287Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44382026-07-16T21:33:51.320Z[ recovery-image] Jul 16 21:33:50.472 INFO O| Jul 16 21:33:50.472 INFO O| Planning: Checking for conflicting actions ... Done
44392026-07-16T21:33:51.374Z[ recovery-image] Jul 16 21:33:50.529 INFO O| Jul 16 21:33:50.529 INFO O| Planning: Consolidating action changes ... Done
44402026-07-16T21:33:51.452Z[verify-libraries] Compiling serde-hex v0.1.0
44412026-07-16T21:33:51.490Z[verify-libraries] Compiling hashbrown v0.13.2
44422026-07-16T21:33:51.511Z[ recovery-image] Jul 16 21:33:50.664 INFO O| Jul 16 21:33:50.664 INFO O| Planning: Evaluating mediators ... Done
44432026-07-16T21:33:51.560Z[verify-libraries] Compiling crc-any v2.5.0
44442026-07-16T21:33:51.631Z[verify-libraries] Compiling bitfield v0.19.4
44452026-07-16T21:33:51.882Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44462026-07-16T21:33:51.883Z[verify-libraries] Compiling path-slash v0.1.5
44472026-07-16T21:33:51.985Z[verify-libraries] Compiling libefi-sys v0.1.0
44482026-07-16T21:33:52.026Z[verify-libraries] Compiling bitfield-struct v0.6.2
44492026-07-16T21:33:52.090Z[verify-libraries] Compiling object v0.30.4
44502026-07-16T21:33:52.156Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44512026-07-16T21:33:52.354Z[verify-libraries] Compiling xshell-macros v0.2.7
44522026-07-16T21:33:52.577Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44532026-07-16T21:33:52.600Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44542026-07-16T21:33:52.633Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44552026-07-16T21:33:52.834Z[ host-image] Jul 16 21:33:51.989 INFO O| Jul 16 21:33:51.989 INFO O| Download: 12622/23866 items 105.9/222.6MB 47% complete (2.2M/s)
44562026-07-16T21:33:52.846Z[verify-libraries] Compiling num-derive v0.3.3
44572026-07-16T21:33:52.891Z[verify-libraries] Compiling xshell v0.2.7
44582026-07-16T21:33:52.925Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-07-16T21:33:52.955Z[ recovery-image] Jul 16 21:33:52.111 INFO O| Jul 16 21:33:52.111 INFO O| Planning: Planning completed in 8.12 seconds
44602026-07-16T21:33:52.959Z[ recovery-image] Jul 16 21:33:52.113 INFO O| Jul 16 21:33:52.113 INFO O| Packages to install: 128
44612026-07-16T21:33:52.959Z[ recovery-image] Jul 16 21:33:52.113 INFO O| Jul 16 21:33:52.113 INFO O| Mediators to change: 5
44622026-07-16T21:33:52.959Z[ recovery-image] Jul 16 21:33:52.113 INFO O| Jul 16 21:33:52.113 INFO O| Services to change: 5
44632026-07-16T21:33:52.984Z[ recovery-image] Jul 16 21:33:52.139 INFO O| Jul 16 21:33:52.139 INFO O| Download: 0/16671 items 0.0/199.8MB 0% complete
44642026-07-16T21:33:53.138Z[verify-libraries] Compiling subprocess v0.2.15
44652026-07-16T21:33:53.175Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44662026-07-16T21:33:53.197Z[verify-libraries] Compiling papergrid v0.17.0
44672026-07-16T21:33:53.292Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44682026-07-16T21:33:53.318Z[verify-libraries] Compiling progenitor v0.14.0
44692026-07-16T21:33:53.387Z[verify-libraries] Compiling testing_table v0.3.0
44702026-07-16T21:33:53.467Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44712026-07-16T21:33:53.494Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44722026-07-16T21:33:53.521Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44732026-07-16T21:33:53.543Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44742026-07-16T21:33:53.580Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44752026-07-16T21:33:53.770Z[verify-libraries] Compiling tabled_derive v0.11.0
44762026-07-16T21:33:53.793Z[verify-libraries] Compiling progenitor-impl v0.13.0
44772026-07-16T21:33:53.818Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44782026-07-16T21:33:53.850Z[verify-libraries] Compiling headers-core v0.3.0
44792026-07-16T21:33:53.932Z[verify-libraries] Compiling libscf-sys v1.1.0
44802026-07-16T21:33:53.996Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44812026-07-16T21:33:54.037Z[verify-libraries] Compiling unicase v2.9.0
44822026-07-16T21:33:54.112Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44832026-07-16T21:33:54.303Z[verify-libraries] Compiling headers v0.4.1
44842026-07-16T21:33:54.355Z[verify-libraries] Compiling progenitor-client v0.13.0
44852026-07-16T21:33:54.508Z[verify-libraries] Compiling maplit v1.0.2
44862026-07-16T21:33:54.630Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44872026-07-16T21:33:54.736Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44882026-07-16T21:33:54.767Z[verify-libraries] Compiling yasna v0.5.2
44892026-07-16T21:33:54.885Z[verify-libraries] Compiling crc8 v0.1.1
44902026-07-16T21:33:54.907Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
44912026-07-16T21:33:55.026Z[verify-libraries] Compiling tabled v0.20.0
44922026-07-16T21:33:55.047Z[verify-libraries] Compiling vergen-lib v0.1.6
44932026-07-16T21:33:55.072Z[verify-libraries] Compiling diesel_derives v2.3.7
44942026-07-16T21:33:55.104Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44952026-07-16T21:33:55.231Z[verify-libraries] Compiling port-file v0.1.0
44962026-07-16T21:33:55.268Z[verify-libraries] Compiling rcgen v0.12.1
44972026-07-16T21:33:55.357Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44982026-07-16T21:33:55.377Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44992026-07-16T21:33:55.512Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45002026-07-16T21:33:55.534Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45012026-07-16T21:33:55.574Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45022026-07-16T21:33:55.622Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45032026-07-16T21:33:55.712Z[verify-libraries] Compiling half v1.8.3
45042026-07-16T21:33:55.735Z[verify-libraries] Compiling r2d2 v0.8.10
45052026-07-16T21:33:55.875Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45062026-07-16T21:33:55.982Z[verify-libraries] Compiling serde_cbor v0.11.2
45072026-07-16T21:33:56.015Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45082026-07-16T21:33:56.145Z[verify-libraries] Compiling downcast-rs v2.0.2
45092026-07-16T21:33:56.232Z[verify-libraries] Compiling crunchy v0.2.4
45102026-07-16T21:33:56.279Z[verify-libraries] Compiling dirs-next v2.0.0
45112026-07-16T21:33:56.350Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45122026-07-16T21:33:56.374Z[verify-libraries] Compiling clang-sys v1.8.1
45132026-07-16T21:33:56.461Z[verify-libraries] Compiling cpubits v0.1.1
45142026-07-16T21:33:56.558Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45152026-07-16T21:33:56.579Z[verify-libraries] Compiling progenitor-macro v0.13.0
45162026-07-16T21:33:56.627Z[verify-libraries] Compiling tiny-keccak v2.0.2
45172026-07-16T21:33:56.786Z[verify-libraries] Compiling term v0.7.0
45182026-07-16T21:33:56.844Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45192026-07-16T21:33:56.921Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45202026-07-16T21:33:56.958Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45212026-07-16T21:33:57.015Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45222026-07-16T21:33:57.177Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45232026-07-16T21:33:57.409Z[verify-libraries] Compiling bit-vec v0.6.3
45242026-07-16T21:33:57.430Z[verify-libraries] Compiling diff v0.1.13
45252026-07-16T21:33:57.484Z[verify-libraries] Compiling ascii-canvas v3.0.0
45262026-07-16T21:33:57.625Z[verify-libraries] Compiling bit-set v0.5.3
45272026-07-16T21:33:57.693Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45282026-07-16T21:33:57.742Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45292026-07-16T21:33:57.770Z[verify-libraries] Compiling itertools v0.10.5
45302026-07-16T21:33:57.844Z[ host-image] Jul 16 21:33:56.999 INFO O| Jul 16 21:33:56.999 INFO O| Download: 13275/23866 items 119.5/222.6MB 53% complete (2.1M/s)
45312026-07-16T21:33:58.001Z[ recovery-image] Jul 16 21:33:57.155 INFO O| Jul 16 21:33:57.155 INFO O| Download: 1110/16671 items 9.3/199.8MB 4% complete (2.1M/s)
45322026-07-16T21:33:58.005Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45332026-07-16T21:33:58.030Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45342026-07-16T21:33:58.052Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45352026-07-16T21:33:58.117Z[verify-libraries] Compiling ena v0.14.4
45362026-07-16T21:33:58.203Z[verify-libraries] Compiling libloading v0.8.9
45372026-07-16T21:33:58.379Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45382026-07-16T21:33:58.442Z[verify-libraries] Compiling bindgen v0.71.1
45392026-07-16T21:33:58.464Z[verify-libraries] Compiling regex-syntax v0.6.29
45402026-07-16T21:33:59.071Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45412026-07-16T21:33:59.318Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45422026-07-16T21:33:59.375Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45432026-07-16T21:33:59.464Z[verify-libraries] Compiling cexpr v0.6.0
45442026-07-16T21:34:00.004Z[verify-libraries] Compiling lalrpop v0.19.12
45452026-07-16T21:34:00.066Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45462026-07-16T21:34:00.200Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45472026-07-16T21:34:00.419Z[verify-libraries] Compiling rustc-hash v2.1.1
45482026-07-16T21:34:00.511Z[verify-libraries] Compiling libxml v0.3.3
45492026-07-16T21:34:00.743Z[verify-libraries] Compiling arc-swap v1.8.2
45502026-07-16T21:34:00.855Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45512026-07-16T21:34:01.072Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45522026-07-16T21:34:01.102Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45532026-07-16T21:34:01.133Z[verify-libraries] Compiling slog-scope v4.4.1
45542026-07-16T21:34:01.159Z[verify-libraries] Compiling strum_macros v0.24.3
45552026-07-16T21:34:01.430Z[verify-libraries] Compiling hmac v0.13.0
45562026-07-16T21:34:01.453Z[verify-libraries] Compiling universal-hash v0.6.1
45572026-07-16T21:34:01.633Z[verify-libraries] Compiling fxhash v0.2.1
45582026-07-16T21:34:01.636Z[verify-libraries] Compiling diesel v2.3.7
45592026-07-16T21:34:01.684Z[verify-libraries] Compiling fs-err v2.11.0
45602026-07-16T21:34:01.783Z[verify-libraries] Compiling progenitor v0.13.0
45612026-07-16T21:34:01.817Z[verify-libraries] Compiling indoc v1.0.9
45622026-07-16T21:34:01.945Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45632026-07-16T21:34:02.106Z[verify-libraries] Compiling slog-stdlog v4.1.1
45642026-07-16T21:34:02.394Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45652026-07-16T21:34:02.417Z[verify-libraries] Compiling sha2 v0.11.0
45662026-07-16T21:34:02.421Z[verify-libraries] Compiling oso-derive v0.27.3
45672026-07-16T21:34:02.617Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45682026-07-16T21:34:02.657Z[verify-libraries] Compiling quick-xml v0.37.5
45692026-07-16T21:34:02.855Z[ host-image] Jul 16 21:34:02.010 INFO O| Jul 16 21:34:02.010 INFO O| Download: 14783/23866 items 120.3/222.6MB 54% complete (1.4M/s)
45702026-07-16T21:34:03.047Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45712026-07-16T21:34:03.325Z[ recovery-image] Jul 16 21:34:02.480 INFO O| Jul 16 21:34:02.480 INFO O| Download: 1599/16671 items 24.0/199.8MB 12% complete (2.4M/s)
45722026-07-16T21:34:03.356Z[verify-libraries] Compiling openssl-probe v0.1.6
45732026-07-16T21:34:03.433Z[verify-libraries] Compiling slog-envlogger v2.2.0
45742026-07-16T21:34:03.581Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45752026-07-16T21:34:03.939Z[verify-libraries] Compiling polyval v0.7.1
45762026-07-16T21:34:03.962Z[verify-libraries] Compiling der v0.8.0
45772026-07-16T21:34:04.016Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45782026-07-16T21:34:04.135Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45792026-07-16T21:34:04.227Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45802026-07-16T21:34:04.467Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45812026-07-16T21:34:04.799Z[verify-libraries] Compiling git-stub v1.0.0
45822026-07-16T21:34:05.070Z[verify-libraries] Compiling kstat-rs v0.2.4
45832026-07-16T21:34:05.122Z[verify-libraries] Compiling trait-variant v0.1.2
45842026-07-16T21:34:05.145Z[verify-libraries] Compiling parse-size v1.1.0
45852026-07-16T21:34:05.170Z[verify-libraries] Compiling salty v0.3.0
45862026-07-16T21:34:05.283Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45872026-07-16T21:34:05.344Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45882026-07-16T21:34:05.347Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45892026-07-16T21:34:05.389Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45902026-07-16T21:34:05.421Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45912026-07-16T21:34:05.541Z[verify-libraries] Compiling ghash v0.6.0
45922026-07-16T21:34:05.595Z[verify-libraries] Compiling pbkdf2 v0.13.0
45932026-07-16T21:34:05.708Z[verify-libraries] Compiling aes v0.9.1
45942026-07-16T21:34:05.729Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45952026-07-16T21:34:05.758Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45962026-07-16T21:34:05.780Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45972026-07-16T21:34:05.870Z[verify-libraries] Compiling bb8 v0.8.6
45982026-07-16T21:34:06.051Z[verify-libraries] Compiling ctr v0.10.1
45992026-07-16T21:34:06.299Z[verify-libraries] Compiling aead v0.6.1
46002026-07-16T21:34:06.319Z[verify-libraries] Compiling parking_lot_core v0.8.6
46012026-07-16T21:34:06.381Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46022026-07-16T21:34:06.514Z[verify-libraries] Compiling aes-gcm v0.11.0
46032026-07-16T21:34:06.564Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46042026-07-16T21:34:06.766Z[verify-libraries] Compiling spki v0.8.0
46052026-07-16T21:34:06.882Z[verify-libraries] Compiling crypto-bigint v0.7.5
46062026-07-16T21:34:07.049Z[verify-libraries] Compiling mime_guess v2.0.5
46072026-07-16T21:34:07.156Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46082026-07-16T21:34:07.175Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46092026-07-16T21:34:07.364Z[verify-libraries] Compiling rfc6979 v0.4.0
46102026-07-16T21:34:07.413Z[verify-libraries] Compiling salsa20 v0.11.0
46112026-07-16T21:34:07.437Z[verify-libraries] Compiling cbc v0.2.1
46122026-07-16T21:34:07.535Z[verify-libraries] Compiling nanorand v0.7.0
46132026-07-16T21:34:07.606Z[verify-libraries] Compiling scrypt v0.12.0
46142026-07-16T21:34:07.641Z[verify-libraries] Compiling ecdsa v0.16.9
46152026-07-16T21:34:07.740Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46162026-07-16T21:34:07.877Z[verify-libraries] Compiling flume v0.11.1
46172026-07-16T21:34:07.952Z[verify-libraries] Compiling primeorder v0.13.6
46182026-07-16T21:34:08.094Z[verify-libraries] Compiling atty v0.2.14
46192026-07-16T21:34:08.140Z[verify-libraries] Compiling http-range v0.1.5
46202026-07-16T21:34:08.245Z[verify-libraries] Compiling nonempty v0.12.0
46212026-07-16T21:34:08.268Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46222026-07-16T21:34:08.268Z[verify-libraries] Compiling p384 v0.13.1
46232026-07-16T21:34:08.348Z[verify-libraries] Compiling parking_lot v0.11.2
46242026-07-16T21:34:08.391Z[verify-libraries] Compiling pkcs5 v0.8.1
46252026-07-16T21:34:08.522Z[ host-image] Jul 16 21:34:07.677 INFO O| Jul 16 21:34:07.677 INFO O| Download: 15368/23866 items 125.3/222.6MB 56% complete (808k/s)
46262026-07-16T21:34:08.525Z[ recovery-image] Jul 16 21:34:07.678 INFO O| Jul 16 21:34:07.677 INFO O| Download: 2692/16671 items 31.2/199.8MB 15% complete (2.3M/s)
46272026-07-16T21:34:08.556Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46282026-07-16T21:34:08.787Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46292026-07-16T21:34:08.944Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46302026-07-16T21:34:09.001Z[verify-libraries] Compiling prefix-trie v0.7.0
46312026-07-16T21:34:09.006Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46322026-07-16T21:34:09.023Z[verify-libraries] Compiling pkcs8 v0.11.0
46332026-07-16T21:34:09.103Z[verify-libraries] Compiling sled v0.34.7
46342026-07-16T21:34:09.328Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46352026-07-16T21:34:09.368Z[verify-libraries] Compiling hickory-server v0.25.2
46362026-07-16T21:34:09.441Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46372026-07-16T21:34:09.469Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46382026-07-16T21:34:09.469Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46392026-07-16T21:34:09.600Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46402026-07-16T21:34:09.834Z[verify-libraries] Compiling ignore v0.4.25
46412026-07-16T21:34:09.913Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46422026-07-16T21:34:10.027Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46432026-07-16T21:34:10.193Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46442026-07-16T21:34:10.409Z[verify-libraries] Compiling corncobs v0.1.4
46452026-07-16T21:34:10.484Z[verify-libraries] Compiling globwalk v0.9.1
46462026-07-16T21:34:10.507Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46472026-07-16T21:34:10.636Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46482026-07-16T21:34:10.751Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46492026-07-16T21:34:10.796Z[verify-libraries] Compiling predicates-tree v1.0.13
46502026-07-16T21:34:11.109Z[verify-libraries] Compiling libz-sys v1.1.24
46512026-07-16T21:34:11.112Z[verify-libraries] Compiling rand_seeder v0.4.0
46522026-07-16T21:34:11.154Z[verify-libraries] Compiling darling_core v0.23.0
46532026-07-16T21:34:11.203Z[verify-libraries] Compiling secrecy v0.8.0
46542026-07-16T21:34:11.338Z[verify-libraries] Compiling ff v0.14.0
46552026-07-16T21:34:11.359Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46562026-07-16T21:34:11.528Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46572026-07-16T21:34:11.645Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46582026-07-16T21:34:11.686Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46592026-07-16T21:34:11.752Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46602026-07-16T21:34:11.832Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46612026-07-16T21:34:12.031Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46622026-07-16T21:34:12.107Z[verify-libraries] Compiling signature v3.0.0
46632026-07-16T21:34:12.342Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46642026-07-16T21:34:12.476Z[verify-libraries] Compiling base16ct v1.0.0
46652026-07-16T21:34:12.567Z[verify-libraries] Compiling instability v0.3.11
46662026-07-16T21:34:12.659Z[verify-libraries] Compiling sec1 v0.8.1
46672026-07-16T21:34:12.720Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46682026-07-16T21:34:12.723Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46692026-07-16T21:34:12.860Z[verify-libraries] Compiling group v0.14.0
46702026-07-16T21:34:12.899Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46712026-07-16T21:34:13.010Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46722026-07-16T21:34:13.032Z[verify-libraries] Compiling hkdf v0.13.0
46732026-07-16T21:34:13.035Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46742026-07-16T21:34:13.035Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46752026-07-16T21:34:13.100Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46762026-07-16T21:34:13.100Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46772026-07-16T21:34:13.246Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46782026-07-16T21:34:13.371Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46792026-07-16T21:34:13.489Z[verify-libraries] Compiling castaway v0.2.4
46802026-07-16T21:34:13.523Z[ recovery-image] Jul 16 21:34:12.677 INFO O| Jul 16 21:34:12.677 INFO O| Download: 3349/16671 items 37.6/199.8MB 18% complete (1.4M/s)
46812026-07-16T21:34:13.664Z[ host-image] Jul 16 21:34:12.819 INFO O| Jul 16 21:34:12.819 INFO O| Download: 16625/23866 items 136.2/222.6MB 61% complete (1.5M/s)
46822026-07-16T21:34:13.695Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46832026-07-16T21:34:13.825Z[verify-libraries] Compiling darling_macro v0.23.0
46842026-07-16T21:34:13.919Z[verify-libraries] Compiling indoc v2.0.7
46852026-07-16T21:34:14.084Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46862026-07-16T21:34:14.370Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46872026-07-16T21:34:14.409Z[verify-libraries] Compiling darling v0.23.0
46882026-07-16T21:34:14.461Z[verify-libraries] Compiling compact_str v0.8.1
46892026-07-16T21:34:14.589Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46902026-07-16T21:34:14.694Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46912026-07-16T21:34:15.112Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46922026-07-16T21:34:15.272Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46932026-07-16T21:34:15.338Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46942026-07-16T21:34:15.476Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46952026-07-16T21:34:15.479Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46962026-07-16T21:34:15.608Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46972026-07-16T21:34:15.641Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46982026-07-16T21:34:15.727Z[verify-libraries] Compiling unicode-truncate v1.1.0
46992026-07-16T21:34:15.804Z[verify-libraries] Compiling lru v0.12.5
47002026-07-16T21:34:15.929Z[verify-libraries] Compiling cassowary v0.3.0
47012026-07-16T21:34:16.034Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47022026-07-16T21:34:16.060Z[verify-libraries] Compiling rfc6979 v0.5.0
47032026-07-16T21:34:16.263Z[verify-libraries] Compiling ratatui v0.29.0
47042026-07-16T21:34:16.438Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47052026-07-16T21:34:16.499Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47062026-07-16T21:34:16.558Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47072026-07-16T21:34:16.589Z[verify-libraries] Compiling vergen-git2 v9.1.0
47082026-07-16T21:34:16.610Z[verify-libraries] Compiling is_ci v1.2.0
47092026-07-16T21:34:16.741Z[verify-libraries] Compiling strsim v0.10.0
47102026-07-16T21:34:16.796Z[verify-libraries] Compiling supports-color v3.0.2
47112026-07-16T21:34:16.819Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47122026-07-16T21:34:16.883Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47132026-07-16T21:34:16.934Z[verify-libraries] Compiling darling_core v0.13.4
47142026-07-16T21:34:17.025Z[verify-libraries] Compiling primefield v0.14.0
47152026-07-16T21:34:17.124Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47162026-07-16T21:34:17.258Z[verify-libraries] Compiling tungstenite v0.23.0
47172026-07-16T21:34:17.294Z[verify-libraries] Compiling console v0.16.2
47182026-07-16T21:34:17.315Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47192026-07-16T21:34:17.470Z[verify-libraries] Compiling unit-prefix v0.5.2
47202026-07-16T21:34:17.664Z[verify-libraries] Compiling assert_matches v1.5.0
47212026-07-16T21:34:17.709Z[verify-libraries] Compiling void v1.0.2
47222026-07-16T21:34:17.770Z[verify-libraries] Compiling indicatif v0.18.4
47232026-07-16T21:34:17.813Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47242026-07-16T21:34:17.836Z[verify-libraries] Compiling lzss v0.8.2
47252026-07-16T21:34:17.891Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47262026-07-16T21:34:17.923Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47272026-07-16T21:34:18.158Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47282026-07-16T21:34:18.205Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47292026-07-16T21:34:18.283Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47302026-07-16T21:34:18.523Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47312026-07-16T21:34:18.545Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47322026-07-16T21:34:18.627Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47332026-07-16T21:34:18.669Z[ host-image] Jul 16 21:34:17.821 INFO O| Jul 16 21:34:17.821 INFO O| Download: 18181/23866 items 154.8/222.6MB 69% complete (2.8M/s)
47342026-07-16T21:34:18.687Z[ recovery-image] Jul 16 21:34:17.842 INFO O| Jul 16 21:34:17.842 INFO O| Download: 3968/16671 items 40.1/199.8MB 20% complete (940k/s)
47352026-07-16T21:34:18.744Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47362026-07-16T21:34:18.857Z[verify-libraries] Compiling nix v0.27.1
47372026-07-16T21:34:18.906Z[verify-libraries] Compiling darling_macro v0.13.4
47382026-07-16T21:34:18.955Z[verify-libraries] Compiling colored v2.2.0
47392026-07-16T21:34:19.022Z[verify-libraries] Compiling serde_bytes v0.11.19
47402026-07-16T21:34:19.052Z[verify-libraries] Compiling shell-words v1.1.1
47412026-07-16T21:34:19.200Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47422026-07-16T21:34:19.261Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47432026-07-16T21:34:19.305Z[verify-libraries] Compiling ed25519 v3.0.0
47442026-07-16T21:34:19.367Z[verify-libraries] Compiling crypto-primes v0.7.2
47452026-07-16T21:34:19.470Z[verify-libraries] Compiling darling v0.13.4
47462026-07-16T21:34:19.584Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47472026-07-16T21:34:19.674Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47482026-07-16T21:34:19.961Z[verify-libraries] Compiling poly1305 v0.9.0
47492026-07-16T21:34:20.108Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47502026-07-16T21:34:20.148Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47512026-07-16T21:34:20.397Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47522026-07-16T21:34:20.456Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47532026-07-16T21:34:20.477Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47542026-07-16T21:34:20.653Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47552026-07-16T21:34:20.724Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47562026-07-16T21:34:20.746Z[verify-libraries] Compiling blowfish v0.10.0
47572026-07-16T21:34:20.766Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47582026-07-16T21:34:20.917Z[verify-libraries] Compiling petname v2.0.2
47592026-07-16T21:34:20.980Z[verify-libraries] Compiling keccak v0.2.0
47602026-07-16T21:34:21.030Z[verify-libraries] Compiling fiat-crypto v0.3.0
47612026-07-16T21:34:21.207Z[verify-libraries] Compiling sha3 v0.11.0
47622026-07-16T21:34:21.230Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47632026-07-16T21:34:21.480Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47642026-07-16T21:34:21.765Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47652026-07-16T21:34:21.786Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47662026-07-16T21:34:21.851Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47672026-07-16T21:34:22.379Z[verify-libraries] Compiling serde_with_macros v1.5.2
47682026-07-16T21:34:22.513Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47692026-07-16T21:34:22.564Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47702026-07-16T21:34:22.618Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47712026-07-16T21:34:23.079Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47722026-07-16T21:34:23.193Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47732026-07-16T21:34:23.318Z[verify-libraries] Compiling twox-hash v2.1.2
47742026-07-16T21:34:23.454Z[verify-libraries] Compiling kem v0.3.0
47752026-07-16T21:34:23.611Z[verify-libraries] Compiling module-lattice v0.2.3
47762026-07-16T21:34:23.671Z[ host-image] Jul 16 21:34:22.826 INFO O| Jul 16 21:34:22.826 INFO O| Download: 19141/23866 items 173.4/222.6MB 77% complete (3.7M/s)
47772026-07-16T21:34:23.688Z[ recovery-image] Jul 16 21:34:22.843 INFO O| Jul 16 21:34:22.843 INFO O| Download: 4555/16671 items 43.5/199.8MB 21% complete (594k/s)
47782026-07-16T21:34:23.719Z[verify-libraries] Compiling blake3 v1.8.5
47792026-07-16T21:34:23.801Z[verify-libraries] Compiling rtoolbox v0.0.3
47802026-07-16T21:34:23.869Z[verify-libraries] Compiling ml-kem v0.3.2
47812026-07-16T21:34:23.897Z[verify-libraries] Compiling serde_with v1.14.0
47822026-07-16T21:34:24.064Z[verify-libraries] Compiling rpassword v7.4.0
47832026-07-16T21:34:24.292Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47842026-07-16T21:34:24.560Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47852026-07-16T21:34:24.749Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47862026-07-16T21:34:24.835Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47872026-07-16T21:34:24.907Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47882026-07-16T21:34:24.955Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47892026-07-16T21:34:25.068Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47902026-07-16T21:34:25.167Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47912026-07-16T21:34:25.730Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47922026-07-16T21:34:25.889Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47932026-07-16T21:34:25.995Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47942026-07-16T21:34:26.164Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47952026-07-16T21:34:26.236Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47962026-07-16T21:34:26.261Z[verify-libraries] Compiling fatfs v0.3.6
47972026-07-16T21:34:26.417Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47982026-07-16T21:34:26.459Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47992026-07-16T21:34:26.482Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48002026-07-16T21:34:26.485Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48012026-07-16T21:34:26.544Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48022026-07-16T21:34:26.705Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48032026-07-16T21:34:26.931Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48042026-07-16T21:34:26.996Z[verify-libraries] Compiling p384 v0.14.0-rc.10
48052026-07-16T21:34:27.711Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48062026-07-16T21:34:28.315Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48072026-07-16T21:34:28.689Z[ host-image] Jul 16 21:34:27.844 INFO O| Jul 16 21:34:27.844 INFO O| Download: 19871/23866 items 176.2/222.6MB 79% complete (2.2M/s)
48082026-07-16T21:34:28.773Z[ recovery-image] Jul 16 21:34:27.928 INFO O| Jul 16 21:34:27.928 INFO O| Download: 5993/16671 items 45.2/199.8MB 22% complete (490k/s)
48092026-07-16T21:34:28.943Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48102026-07-16T21:34:29.225Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48112026-07-16T21:34:29.493Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48122026-07-16T21:34:29.673Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48132026-07-16T21:34:29.714Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48142026-07-16T21:34:29.900Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48152026-07-16T21:34:30.146Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48162026-07-16T21:34:30.263Z[verify-libraries] Compiling num-bigint v0.4.6
48172026-07-16T21:34:31.855Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48182026-07-16T21:34:32.103Z[verify-libraries] Compiling generic-array v1.4.3
48192026-07-16T21:34:32.653Z[verify-libraries] Compiling russh-util v0.52.0
48202026-07-16T21:34:32.674Z[verify-libraries] Compiling enum_dispatch v0.3.13
48212026-07-16T21:34:32.709Z[verify-libraries] Compiling delegate v0.13.5
48222026-07-16T21:34:32.731Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48232026-07-16T21:34:32.854Z[verify-libraries] Compiling sapling-renderdag v0.1.0
48242026-07-16T21:34:33.000Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48252026-07-16T21:34:33.245Z[verify-libraries] Compiling constant_time_eq v0.4.2
48262026-07-16T21:34:33.303Z[verify-libraries] Compiling hex-literal v1.1.0
48272026-07-16T21:34:33.460Z[verify-libraries] Compiling arrayref v0.3.9
48282026-07-16T21:34:33.493Z[verify-libraries] Compiling seq-macro v0.3.6
48292026-07-16T21:34:33.526Z[verify-libraries] Compiling arrayvec v0.7.6
48302026-07-16T21:34:33.569Z[verify-libraries] Compiling md5 v0.8.0
48312026-07-16T21:34:33.797Z[ recovery-image] Jul 16 21:34:32.953 INFO O| Jul 16 21:34:32.953 INFO O| Download: 6159/16671 items 48.2/199.8MB 24% complete (459k/s)
48322026-07-16T21:34:33.807Z[ host-image] Jul 16 21:34:32.962 INFO O| Jul 16 21:34:32.962 INFO O| Download: 21513/23866 items 183.0/222.6MB 82% complete (990k/s)
48332026-07-16T21:34:33.838Z[verify-libraries] Compiling sync-ptr v0.1.4
48342026-07-16T21:34:33.869Z[verify-libraries] Compiling russh v0.61.2
48352026-07-16T21:34:33.940Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48362026-07-16T21:34:33.999Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48372026-07-16T21:34:34.173Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48382026-07-16T21:34:34.498Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48392026-07-16T21:34:34.524Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-16T21:34:34.668Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48412026-07-16T21:34:34.826Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48422026-07-16T21:34:35.116Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48432026-07-16T21:34:35.250Z[verify-libraries] Compiling socket2 v0.5.10
48442026-07-16T21:34:35.725Z[verify-libraries] Compiling topological-sort v0.2.2
48452026-07-16T21:34:35.929Z[verify-libraries] Compiling internet-checksum v0.2.1
48462026-07-16T21:34:36.120Z[verify-libraries] Compiling omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package.git?rev=b3a1c66d2abf1c68f1ecf500a5de6df6515b7f5e#b3a1c66d)
48472026-07-16T21:34:38.259Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48482026-07-16T21:34:38.798Z[ recovery-image] Jul 16 21:34:37.954 INFO O| Jul 16 21:34:37.953 INFO O| Download: 7436/16671 items 75.5/199.8MB 37% complete (3.0M/s)
48492026-07-16T21:34:38.808Z[ host-image] Jul 16 21:34:37.963 INFO O| Jul 16 21:34:37.963 INFO O| Download: 22013/23866 items 190.4/222.6MB 85% complete (1.4M/s)
48502026-07-16T21:34:38.930Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48512026-07-16T21:34:39.369Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48522026-07-16T21:34:39.799Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48532026-07-16T21:34:39.953Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48542026-07-16T21:34:40.128Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48552026-07-16T21:34:41.168Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48562026-07-16T21:34:41.355Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48572026-07-16T21:34:41.431Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48582026-07-16T21:34:41.625Z[verify-libraries] Compiling yansi v1.0.1
48592026-07-16T21:34:41.720Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48602026-07-16T21:34:41.743Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48612026-07-16T21:34:41.972Z[verify-libraries] Compiling pretty_assertions v1.4.1
48622026-07-16T21:34:42.130Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48632026-07-16T21:34:42.244Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48642026-07-16T21:34:42.285Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48652026-07-16T21:34:42.552Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48662026-07-16T21:34:42.875Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48672026-07-16T21:34:43.010Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48682026-07-16T21:34:43.183Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48692026-07-16T21:34:43.207Z[verify-libraries] Compiling samael v0.0.19
48702026-07-16T21:34:43.297Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48712026-07-16T21:34:43.520Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48722026-07-16T21:34:43.554Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48732026-07-16T21:34:43.654Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48742026-07-16T21:34:43.814Z[verify-libraries] Compiling git2 v0.20.4
48752026-07-16T21:34:43.817Z[ recovery-image] Jul 16 21:34:42.971 INFO O| Jul 16 21:34:42.971 INFO O| Download: 8369/16671 items 85.0/199.8MB 42% complete (3.6M/s)
48762026-07-16T21:34:43.840Z[verify-libraries] Compiling drift v0.2.0
48772026-07-16T21:34:43.843Z[verify-libraries] Compiling digest-io v0.1.0
48782026-07-16T21:34:43.892Z[verify-libraries] Compiling uzers v0.12.2
48792026-07-16T21:34:43.933Z[verify-libraries] Compiling rawzip v0.4.4
48802026-07-16T21:34:43.953Z[ host-image] Jul 16 21:34:43.109 INFO O| Jul 16 21:34:43.109 INFO O| Download: 22967/23866 items 215.1/222.6MB 96% complete (3.2M/s)
48812026-07-16T21:34:44.202Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48822026-07-16T21:34:44.503Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48832026-07-16T21:34:44.652Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48842026-07-16T21:34:45.027Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48852026-07-16T21:34:45.628Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48862026-07-16T21:34:47.767Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48872026-07-16T21:34:48.038Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48882026-07-16T21:34:48.070Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48892026-07-16T21:34:48.482Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48902026-07-16T21:34:48.935Z[ recovery-image] Jul 16 21:34:48.091 INFO O| Jul 16 21:34:48.090 INFO O| Download: 9308/16671 items 93.2/199.8MB 46% complete (1.8M/s)
48912026-07-16T21:34:49.083Z[ host-image] Jul 16 21:34:48.238 INFO O| Jul 16 21:34:48.238 INFO O| Download: 23304/23866 items 220.5/222.6MB 99% complete (3.0M/s)
48922026-07-16T21:34:50.110Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48932026-07-16T21:34:50.420Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48942026-07-16T21:34:50.669Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48952026-07-16T21:34:50.745Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48962026-07-16T21:34:50.843Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48972026-07-16T21:34:50.916Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48982026-07-16T21:34:51.179Z[verify-libraries] Compiling multimap v0.10.1
48992026-07-16T21:34:51.203Z[verify-libraries] Compiling termios v0.3.3
49002026-07-16T21:34:51.269Z[ host-image] Jul 16 21:34:50.424 INFO O| Jul 16 21:34:50.424 INFO O| Download: Completed 222.64 MB in 98.79 seconds (2.2M/s)
49012026-07-16T21:34:51.394Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49022026-07-16T21:34:51.410Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49032026-07-16T21:34:51.413Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49042026-07-16T21:34:53.937Z[ recovery-image] Jul 16 21:34:53.092 INFO O| Jul 16 21:34:53.092 INFO O| Download: 10119/16671 items 103.5/199.8MB 51% complete (1.8M/s)
49052026-07-16T21:34:54.504Z[ host-image] Jul 16 21:34:53.659 INFO O| Jul 16 21:34:53.659 INFO O| Actions: 1/54077 actions (Installing new actions)
49062026-07-16T21:34:59.009Z[ recovery-image] Jul 16 21:34:58.164 INFO O| Jul 16 21:34:58.164 INFO O| Download: 11543/16671 items 104.5/199.8MB 52% complete (1.3M/s)
49072026-07-16T21:34:59.504Z[ host-image] Jul 16 21:34:58.659 INFO O| Jul 16 21:34:58.659 INFO O| Actions: 22921/54077 actions (Installing new actions)
49082026-07-16T21:35:00.980Z[verify-libraries] Compiling polar-core v0.27.3
49092026-07-16T21:35:03.074Z[ host-image] Jul 16 21:35:02.229 INFO O| Jul 16 21:35:02.229 INFO O| Actions: Completed 54077 actions in 8.56 seconds.
49102026-07-16T21:35:03.179Z[ host-image] Jul 16 21:35:02.334 INFO O| Jul 16 21:35:02.332 INFO O| Finalize: Updating package state database ... Done
49112026-07-16T21:35:03.179Z[ host-image] Jul 16 21:35:02.334 INFO O| Jul 16 21:35:02.333 INFO O| Finalize: Updating package cache ... Done
49122026-07-16T21:35:03.236Z[ host-image] Jul 16 21:35:02.391 INFO O| Jul 16 21:35:02.391 INFO O| Finalize: Updating image state ... Done
49132026-07-16T21:35:04.033Z[ recovery-image] Jul 16 21:35:03.187 INFO O| Jul 16 21:35:03.187 INFO O| Download: 12561/16671 items 139.5/199.8MB 69% complete (3.5M/s)
49142026-07-16T21:35:04.159Z[ host-image] Jul 16 21:35:03.313 INFO O| Jul 16 21:35:03.313 INFO O| Finalize: Creating fast lookup database ... Done
49152026-07-16T21:35:04.187Z[ host-image] Jul 16 21:35:03.342 INFO O| Jul 16 21:35:03.342 INFO O| Finalize: Reading search index ... Done
49162026-07-16T21:35:06.845Z[ host-image] Jul 16 21:35:06.000 INFO O| Jul 16 21:35:06.000 INFO O| Finalize: Building new search index ... Done
49172026-07-16T21:35:07.377Z[ host-image] Jul 16 21:35:06.532 INFO O| Jul 16 21:35:06.532 INFO O| Finalize: Updating package cache ... Done
49182026-07-16T21:35:07.611Z[ host-image] Jul 16 21:35:06.765 INFO O| Jul 16 21:35:06.765 INFO STEP 11 (pkg_install) COMPLETE
49192026-07-16T21:35:07.611Z[ host-image] Jul 16 21:35:06.765 INFO O| Jul 16 21:35:06.765 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49202026-07-16T21:35:07.622Z[ host-image] Jul 16 21:35:06.777 INFO O| Jul 16 21:35:06.777 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"]
49212026-07-16T21:35:08.728Z[verify-libraries] Compiling oso v0.27.3
49222026-07-16T21:35:08.912Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49232026-07-16T21:35:09.042Z[ recovery-image] Jul 16 21:35:08.194 INFO O| Jul 16 21:35:08.194 INFO O| Download: 14355/16671 items 157.7/199.8MB 78% complete (5.3M/s)
49242026-07-16T21:35:09.454Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49252026-07-16T21:35:10.803Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49262026-07-16T21:35:11.933Z[ host-image] Jul 16 21:35:11.088 INFO O| Jul 16 21:35:11.088 INFO O| Startup: Refreshing catalog 'helios' ... Done
49272026-07-16T21:35:13.014Z[ host-image] Jul 16 21:35:12.168 INFO O| Jul 16 21:35:12.168 INFO O| Startup: Caching catalogs ... Done
49282026-07-16T21:35:13.289Z[ host-image] Jul 16 21:35:12.444 INFO O| Jul 16 21:35:12.444 INFO O| Planning: Solver setup ... Done
49292026-07-16T21:35:13.294Z[ host-image] Jul 16 21:35:12.449 INFO O| Jul 16 21:35:12.449 INFO O| Planning: Running solver ... Done
49302026-07-16T21:35:13.300Z[ host-image] Jul 16 21:35:12.455 INFO O| Jul 16 21:35:12.455 INFO O| Planning: Finding local manifests ... Done
49312026-07-16T21:35:13.315Z[ host-image] Jul 16 21:35:12.470 INFO O| Jul 16 21:35:12.469 INFO O| Planning: Fetching manifests: 0/6 0% complete
49322026-07-16T21:35:13.451Z[ host-image] Jul 16 21:35:12.605 INFO O| Jul 16 21:35:12.605 INFO O| Planning: Fetching manifests: 6/6 100% complete
49332026-07-16T21:35:13.473Z[ host-image] Jul 16 21:35:12.627 INFO O| Jul 16 21:35:12.627 INFO O| Planning: Package planning ... Done
49342026-07-16T21:35:13.476Z[ host-image] Jul 16 21:35:12.629 INFO O| Jul 16 21:35:12.629 INFO O| Planning: Merging actions ... Done
49352026-07-16T21:35:13.533Z[ host-image] Jul 16 21:35:12.687 INFO O| Jul 16 21:35:12.687 INFO O| Planning: Checking for conflicting actions ... Done
49362026-07-16T21:35:13.536Z[ host-image] Jul 16 21:35:12.689 INFO O| Jul 16 21:35:12.689 INFO O| Planning: Consolidating action changes ... Done
49372026-07-16T21:35:13.690Z[ host-image] Jul 16 21:35:12.845 INFO O| Jul 16 21:35:12.845 INFO O| Planning: Evaluating mediators ... Done
49382026-07-16T21:35:13.754Z[ host-image] Jul 16 21:35:12.846 INFO O| Jul 16 21:35:12.846 INFO O| Planning: Planning completed in 0.67 seconds
49392026-07-16T21:35:13.754Z[ host-image] Jul 16 21:35:12.847 INFO O| Jul 16 21:35:12.847 INFO O| Packages to install: 6
49402026-07-16T21:35:13.754Z[ host-image] Jul 16 21:35:12.847 INFO O| Jul 16 21:35:12.847 INFO O| Services to change: 2
49412026-07-16T21:35:13.755Z[ host-image] Jul 16 21:35:12.857 INFO O| Jul 16 21:35:12.857 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49422026-07-16T21:35:14.578Z[ recovery-image] Jul 16 21:35:13.733 INFO O| Jul 16 21:35:13.733 INFO O| Download: 15482/16671 items 167.8/199.8MB 83% complete (2.8M/s)
49432026-07-16T21:35:16.402Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49442026-07-16T21:35:17.482Z[ host-image] Jul 16 21:35:16.637 INFO O| Jul 16 21:35:16.636 INFO O| Download: Completed 1.75 MB in 3.78 seconds (473k/s)
49452026-07-16T21:35:17.505Z[ host-image] Jul 16 21:35:16.658 INFO O| Jul 16 21:35:16.658 INFO O| Actions: 1/390 actions (Installing new actions)
49462026-07-16T21:35:17.681Z[ host-image] Jul 16 21:35:16.835 INFO O| Jul 16 21:35:16.835 INFO O| Actions: Completed 390 actions in 0.18 seconds.
49472026-07-16T21:35:17.695Z[ host-image] Jul 16 21:35:16.850 INFO O| Jul 16 21:35:16.850 INFO O| Finalize: Updating package state database ... Done
49482026-07-16T21:35:17.695Z[ host-image] Jul 16 21:35:16.850 INFO O| Jul 16 21:35:16.850 INFO O| Finalize: Updating package cache ... Done
49492026-07-16T21:35:17.739Z[ host-image] Jul 16 21:35:16.894 INFO O| Jul 16 21:35:16.893 INFO O| Finalize: Updating image state ... Done
49502026-07-16T21:35:18.592Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49512026-07-16T21:35:18.835Z[ host-image] Jul 16 21:35:17.989 INFO O| Jul 16 21:35:17.989 INFO O| Finalize: Creating fast lookup database ... Done
49522026-07-16T21:35:18.876Z[ host-image] Jul 16 21:35:18.030 INFO O| Jul 16 21:35:18.030 INFO O| Finalize: Reading search index ... Done
49532026-07-16T21:35:18.876Z[ host-image] Jul 16 21:35:18.031 INFO O| Jul 16 21:35:18.030 INFO O| Finalize: Updating search index ... Done
49542026-07-16T21:35:18.890Z[ host-image] Jul 16 21:35:18.045 INFO O| Jul 16 21:35:18.045 INFO O| Finalize: Updating package cache ... Done
49552026-07-16T21:35:19.048Z[ host-image] Jul 16 21:35:18.202 INFO O| Jul 16 21:35:18.202 INFO STEP 12 (pkg_install) COMPLETE
49562026-07-16T21:35:19.051Z[ host-image] Jul 16 21:35:18.202 INFO O| Jul 16 21:35:18.202 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49572026-07-16T21:35:19.060Z[ host-image] Jul 16 21:35:18.214 INFO O| Jul 16 21:35:18.214 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49582026-07-16T21:35:19.536Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49592026-07-16T21:35:19.658Z[ recovery-image] Jul 16 21:35:18.813 INFO O| Jul 16 21:35:18.813 INFO O| Download: 16381/16671 items 193.5/199.8MB 96% complete (3.5M/s)
49602026-07-16T21:35:20.185Z[ host-image] Jul 16 21:35:19.336 INFO O| Jul 16 21:35:19.336 INFO O| Startup: Refreshing catalog 'helios' ... Done
49612026-07-16T21:35:20.396Z[ host-image] Jul 16 21:35:19.551 INFO O| Jul 16 21:35:19.551 INFO O| Startup: Caching catalogs ... Done
49622026-07-16T21:35:20.670Z[ host-image] Jul 16 21:35:19.824 INFO O| Jul 16 21:35:19.824 INFO O| Planning: Solver setup ... Done
49632026-07-16T21:35:20.716Z[ host-image] Jul 16 21:35:19.831 INFO O| Jul 16 21:35:19.831 INFO O| Planning: Running solver ... Done
49642026-07-16T21:35:20.716Z[ host-image] Jul 16 21:35:19.837 INFO O| Jul 16 21:35:19.837 INFO O| Planning: Finding local manifests ... Done
49652026-07-16T21:35:20.773Z[ host-image] Jul 16 21:35:19.928 INFO O| Jul 16 21:35:19.928 INFO O| Planning: Fetching manifests: 0/6 0% complete
49662026-07-16T21:35:20.891Z[ host-image] Jul 16 21:35:20.042 INFO O| Jul 16 21:35:20.042 INFO O| Planning: Fetching manifests: 6/6 100% complete
49672026-07-16T21:35:20.933Z[ host-image] Jul 16 21:35:20.088 INFO O| Jul 16 21:35:20.088 INFO O| Planning: Package planning ... Done
49682026-07-16T21:35:20.943Z[ host-image] Jul 16 21:35:20.097 INFO O| Jul 16 21:35:20.097 INFO O| Planning: Merging actions ... Done
49692026-07-16T21:35:21.000Z[ host-image] Jul 16 21:35:20.154 INFO O| Jul 16 21:35:20.154 INFO O| Planning: Checking for conflicting actions ... Done
49702026-07-16T21:35:21.004Z[ host-image] Jul 16 21:35:20.157 INFO O| Jul 16 21:35:20.157 INFO O| Planning: Consolidating action changes ... Done
49712026-07-16T21:35:21.156Z[ host-image] Jul 16 21:35:20.311 INFO O| Jul 16 21:35:20.311 INFO O| Planning: Evaluating mediators ... Done
49722026-07-16T21:35:21.159Z[ host-image] Jul 16 21:35:20.314 INFO O| Jul 16 21:35:20.314 INFO O| Planning: Planning completed in 0.76 seconds
49732026-07-16T21:35:21.162Z[ host-image] Jul 16 21:35:20.315 INFO O| Jul 16 21:35:20.315 INFO O| Packages to install: 6
49742026-07-16T21:35:21.162Z[ host-image] Jul 16 21:35:20.315 INFO O| Jul 16 21:35:20.315 INFO O| Mediators to change: 1
49752026-07-16T21:35:21.162Z[ host-image] Jul 16 21:35:20.315 INFO O| Jul 16 21:35:20.315 INFO O| Services to change: 1
49762026-07-16T21:35:21.171Z[ host-image] Jul 16 21:35:20.326 INFO O| Jul 16 21:35:20.326 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49772026-07-16T21:35:21.613Z[ recovery-image] Jul 16 21:35:20.768 INFO O| Jul 16 21:35:20.768 INFO O| Download: Completed 199.83 MB in 88.63 seconds (2.2M/s)
49782026-07-16T21:35:21.800Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49792026-07-16T21:35:21.954Z[ recovery-image] Jul 16 21:35:21.109 INFO O| Jul 16 21:35:21.109 INFO O| Actions: 1/27518 actions (Installing new actions)
49802026-07-16T21:35:22.199Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49812026-07-16T21:35:22.352Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49822026-07-16T21:35:24.440Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49832026-07-16T21:35:25.523Z[ host-image] Jul 16 21:35:24.678 INFO O| Jul 16 21:35:24.678 INFO O| Download: Completed 7.84 MB in 4.35 seconds (1.8M/s)
49842026-07-16T21:35:26.955Z[ recovery-image] Jul 16 21:35:26.109 INFO O| Jul 16 21:35:26.109 INFO O| Actions: 21368/27518 actions (Installing new actions)
49852026-07-16T21:35:27.862Z[ host-image] Jul 16 21:35:27.017 INFO O| Jul 16 21:35:27.017 INFO O| Actions: 1/1366 actions (Installing new actions)
49862026-07-16T21:35:28.269Z[ host-image] Jul 16 21:35:27.423 INFO O| Jul 16 21:35:27.423 INFO O| Actions: Completed 1366 actions in 0.41 seconds.
49872026-07-16T21:35:28.340Z[ host-image] Jul 16 21:35:27.493 INFO O| Jul 16 21:35:27.493 INFO O| Finalize: Updating package state database ... Done
49882026-07-16T21:35:28.340Z[ host-image] Jul 16 21:35:27.493 INFO O| Jul 16 21:35:27.493 INFO O| Finalize: Updating package cache ... Done
49892026-07-16T21:35:28.367Z[ recovery-image] Jul 16 21:35:27.514 INFO O| Jul 16 21:35:27.514 INFO O| Actions: Completed 27518 actions in 6.40 seconds.
49902026-07-16T21:35:28.389Z[ host-image] Jul 16 21:35:27.543 INFO O| Jul 16 21:35:27.543 INFO O| Finalize: Updating image state ... Done
49912026-07-16T21:35:28.436Z[ recovery-image] Jul 16 21:35:27.575 INFO O| Jul 16 21:35:27.567 INFO O| Finalize: Updating package state database ... Done
49922026-07-16T21:35:28.445Z[ recovery-image] Jul 16 21:35:27.575 INFO O| Jul 16 21:35:27.567 INFO O| Finalize: Updating package cache ... Done
49932026-07-16T21:35:28.493Z[ recovery-image] Jul 16 21:35:27.647 INFO O| Jul 16 21:35:27.647 INFO O| Finalize: Updating image state ... Done
49942026-07-16T21:35:29.137Z[ recovery-image] Jul 16 21:35:28.291 INFO O| Jul 16 21:35:28.291 INFO O| Finalize: Creating fast lookup database ... Done
49952026-07-16T21:35:29.161Z[ recovery-image] Jul 16 21:35:28.309 INFO O| Jul 16 21:35:28.309 INFO O| Finalize: Reading search index ... Done
49962026-07-16T21:35:29.580Z[ host-image] Jul 16 21:35:28.734 INFO O| Jul 16 21:35:28.734 INFO O| Finalize: Creating fast lookup database ... Done
49972026-07-16T21:35:29.613Z[ host-image] Jul 16 21:35:28.764 INFO O| Jul 16 21:35:28.764 INFO O| Finalize: Reading search index ... Done
49982026-07-16T21:35:29.613Z[ host-image] Jul 16 21:35:28.764 INFO O| Jul 16 21:35:28.764 INFO O| Finalize: Updating search index ... Done
49992026-07-16T21:35:29.673Z[ host-image] Jul 16 21:35:28.822 INFO O| Jul 16 21:35:28.822 INFO O| Finalize: Updating package cache ... Done
50002026-07-16T21:35:29.983Z[ host-image] Jul 16 21:35:29.125 INFO O| Jul 16 21:35:29.125 INFO STEP 13 (pkg_install) COMPLETE
50012026-07-16T21:35:29.984Z[ host-image] Jul 16 21:35:29.125 INFO O| Jul 16 21:35:29.125 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50022026-07-16T21:35:29.991Z[ host-image] Jul 16 21:35:29.137 INFO O| Jul 16 21:35:29.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50032026-07-16T21:35:31.058Z[ recovery-image] Jul 16 21:35:30.210 INFO O| Jul 16 21:35:30.210 INFO O| Finalize: Building new search index ... Done
50042026-07-16T21:35:31.352Z[ recovery-image] Jul 16 21:35:30.502 INFO O| Jul 16 21:35:30.502 INFO O| Finalize: Updating package cache ... Done
50052026-07-16T21:35:31.547Z[ recovery-image] Jul 16 21:35:30.702 INFO O| Jul 16 21:35:30.701 INFO STEP 11 (pkg_install) COMPLETE
50062026-07-16T21:35:31.548Z[ recovery-image] Jul 16 21:35:30.702 INFO O| Jul 16 21:35:30.701 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-07-16T21:35:31.548Z[ recovery-image] Jul 16 21:35:30.702 INFO O| Jul 16 21:35:30.701 INFO skip step because feature "recovery" is enabled
50082026-07-16T21:35:31.551Z[ recovery-image] Jul 16 21:35:30.702 INFO O| Jul 16 21:35:30.701 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50092026-07-16T21:35:31.551Z[ recovery-image] Jul 16 21:35:30.702 INFO O| Jul 16 21:35:30.701 INFO skip step because feature "omicron1" is not enabled
50102026-07-16T21:35:31.551Z[ recovery-image] Jul 16 21:35:30.702 INFO O| Jul 16 21:35:30.701 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50112026-07-16T21:35:31.557Z[ host-image] Jul 16 21:35:30.706 INFO O| Jul 16 21:35:30.706 INFO O| Startup: Refreshing catalog 'helios' ... Done
50122026-07-16T21:35:31.568Z[ recovery-image] Jul 16 21:35:30.718 INFO O| Jul 16 21:35:30.718 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50132026-07-16T21:35:31.708Z[ host-image] Jul 16 21:35:30.860 INFO O| Jul 16 21:35:30.860 INFO O| Startup: Caching catalogs ... Done
50142026-07-16T21:35:31.964Z[ host-image] Jul 16 21:35:31.119 INFO O| Jul 16 21:35:31.119 INFO O| Planning: Solver setup ... Done
50152026-07-16T21:35:31.969Z[ host-image] Jul 16 21:35:31.124 INFO O| Jul 16 21:35:31.124 INFO O| Planning: Running solver ... Done
50162026-07-16T21:35:31.975Z[ host-image] Jul 16 21:35:31.130 INFO O| Jul 16 21:35:31.130 INFO O| Planning: Finding local manifests ... Done
50172026-07-16T21:35:31.989Z[ host-image] Jul 16 21:35:31.142 INFO O| Jul 16 21:35:31.142 INFO O| Planning: Fetching manifests: 0/1 0% complete
50182026-07-16T21:35:31.994Z[ host-image] Jul 16 21:35:31.147 INFO O| Jul 16 21:35:31.147 INFO O| Planning: Fetching manifests: 1/1 100% complete
50192026-07-16T21:35:32.007Z[ host-image] Jul 16 21:35:31.162 INFO O| Jul 16 21:35:31.162 INFO O| Planning: Package planning ... Done
50202026-07-16T21:35:32.016Z[ host-image] Jul 16 21:35:31.162 INFO O| Jul 16 21:35:31.162 INFO O| Planning: Merging actions ... Done
50212026-07-16T21:35:32.054Z[ host-image] Jul 16 21:35:31.204 INFO O| Jul 16 21:35:31.204 INFO O| Planning: Checking for conflicting actions ... Done
50222026-07-16T21:35:32.058Z[ host-image] Jul 16 21:35:31.205 INFO O| Jul 16 21:35:31.205 INFO O| Planning: Consolidating action changes ... Done
50232026-07-16T21:35:32.183Z[ host-image] Jul 16 21:35:31.337 INFO O| Jul 16 21:35:31.337 INFO O| Planning: Evaluating mediators ... Done
50242026-07-16T21:35:32.190Z[ host-image] Jul 16 21:35:31.338 INFO O| Jul 16 21:35:31.337 INFO O| Planning: Planning completed in 0.47 seconds
50252026-07-16T21:35:32.190Z[ host-image] Jul 16 21:35:31.338 INFO O| Jul 16 21:35:31.338 INFO O| Packages to install: 1
50262026-07-16T21:35:32.193Z[ host-image] Jul 16 21:35:31.348 INFO O| Jul 16 21:35:31.348 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50272026-07-16T21:35:32.343Z[ host-image] Jul 16 21:35:31.497 INFO O| Jul 16 21:35:31.497 INFO O| Download: Completed 13.06 MB in 0.15 seconds (87.8M/s)
50282026-07-16T21:35:32.363Z[ host-image] Jul 16 21:35:31.515 INFO O| Jul 16 21:35:31.515 INFO O| Actions: 1/22 actions (Installing new actions)
50292026-07-16T21:35:32.368Z[ recovery-image] Jul 16 21:35:31.523 INFO O| Jul 16 21:35:31.523 INFO O| Startup: Refreshing catalog 'helios' ... Done
50302026-07-16T21:35:32.513Z[ recovery-image] Jul 16 21:35:31.667 INFO O| Jul 16 21:35:31.667 INFO O| Startup: Caching catalogs ... Done
50312026-07-16T21:35:32.607Z[ host-image] Jul 16 21:35:31.761 INFO O| Jul 16 21:35:31.761 INFO O| Actions: Completed 22 actions in 0.25 seconds.
50322026-07-16T21:35:32.622Z[ host-image] Jul 16 21:35:31.775 INFO O| Jul 16 21:35:31.775 INFO O| Finalize: Updating package state database ... Done
50332026-07-16T21:35:32.622Z[ host-image] Jul 16 21:35:31.775 INFO O| Jul 16 21:35:31.775 INFO O| Finalize: Updating package cache ... Done
50342026-07-16T21:35:32.662Z[ host-image] Jul 16 21:35:31.816 INFO O| Jul 16 21:35:31.815 INFO O| Finalize: Updating image state ... Done
50352026-07-16T21:35:32.770Z[ recovery-image] Jul 16 21:35:31.924 INFO O| Jul 16 21:35:31.924 INFO O| Planning: Solver setup ... Done
50362026-07-16T21:35:32.776Z[ recovery-image] Jul 16 21:35:31.929 INFO O| Jul 16 21:35:31.929 INFO O| Planning: Running solver ... Done
50372026-07-16T21:35:32.786Z[ recovery-image] Jul 16 21:35:31.934 INFO O| Jul 16 21:35:31.934 INFO O| Planning: Finding local manifests ... Done
50382026-07-16T21:35:32.792Z[ recovery-image] Jul 16 21:35:31.946 INFO O| Jul 16 21:35:31.946 INFO O| Planning: Fetching manifests: 0/1 0% complete
50392026-07-16T21:35:32.796Z[ recovery-image] Jul 16 21:35:31.950 INFO O| Jul 16 21:35:31.950 INFO O| Planning: Fetching manifests: 1/1 100% complete
50402026-07-16T21:35:32.811Z[ recovery-image] Jul 16 21:35:31.965 INFO O| Jul 16 21:35:31.965 INFO O| Planning: Package planning ... Done
50412026-07-16T21:35:32.812Z[ recovery-image] Jul 16 21:35:31.965 INFO O| Jul 16 21:35:31.965 INFO O| Planning: Merging actions ... Done
50422026-07-16T21:35:32.832Z[ recovery-image] Jul 16 21:35:31.986 INFO O| Jul 16 21:35:31.986 INFO O| Planning: Checking for conflicting actions ... Done
50432026-07-16T21:35:32.902Z[ recovery-image] Jul 16 21:35:31.987 INFO O| Jul 16 21:35:31.987 INFO O| Planning: Consolidating action changes ... Done
50442026-07-16T21:35:32.951Z[ recovery-image] Jul 16 21:35:32.081 INFO O| Jul 16 21:35:32.081 INFO O| Planning: Evaluating mediators ... Done
50452026-07-16T21:35:32.951Z[ recovery-image] Jul 16 21:35:32.081 INFO O| Jul 16 21:35:32.081 INFO O| Planning: Planning completed in 0.41 seconds
50462026-07-16T21:35:32.951Z[ recovery-image] Jul 16 21:35:32.081 INFO O| Jul 16 21:35:32.081 INFO O| Packages to install: 1
50472026-07-16T21:35:32.955Z[ recovery-image] Jul 16 21:35:32.092 INFO O| Jul 16 21:35:32.092 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50482026-07-16T21:35:33.036Z[ recovery-image] Jul 16 21:35:32.189 INFO O| Jul 16 21:35:32.189 INFO O| Download: Completed 13.06 MB in 0.10 seconds (133M/s)
50492026-07-16T21:35:33.053Z[ recovery-image] Jul 16 21:35:32.207 INFO O| Jul 16 21:35:32.207 INFO O| Actions: 1/22 actions (Installing new actions)
50502026-07-16T21:35:33.374Z[ recovery-image] Jul 16 21:35:32.528 INFO O| Jul 16 21:35:32.528 INFO O| Actions: Completed 22 actions in 0.32 seconds.
50512026-07-16T21:35:33.389Z[ recovery-image] Jul 16 21:35:32.543 INFO O| Jul 16 21:35:32.543 INFO O| Finalize: Updating package state database ... Done
50522026-07-16T21:35:33.389Z[ recovery-image] Jul 16 21:35:32.543 INFO O| Jul 16 21:35:32.543 INFO O| Finalize: Updating package cache ... Done
50532026-07-16T21:35:33.424Z[ recovery-image] Jul 16 21:35:32.579 INFO O| Jul 16 21:35:32.579 INFO O| Finalize: Updating image state ... Done
50542026-07-16T21:35:33.548Z[ host-image] Jul 16 21:35:32.702 INFO O| Jul 16 21:35:32.702 INFO O| Finalize: Creating fast lookup database ... Done
50552026-07-16T21:35:33.585Z[ host-image] Jul 16 21:35:32.730 INFO O| Jul 16 21:35:32.730 INFO O| Finalize: Reading search index ... Done
50562026-07-16T21:35:33.585Z[ host-image] Jul 16 21:35:32.730 INFO O| Jul 16 21:35:32.730 INFO O| Finalize: Updating search index ... Done
50572026-07-16T21:35:33.592Z[ host-image] Jul 16 21:35:32.741 INFO O| Jul 16 21:35:32.741 INFO O| Finalize: Updating package cache ... Done
50582026-07-16T21:35:33.726Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO STEP 14 (pkg_install) COMPLETE
50592026-07-16T21:35:33.726Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50602026-07-16T21:35:33.726Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO skip step because feature "mfg" is not enabled
50612026-07-16T21:35:33.729Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50622026-07-16T21:35:33.729Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO skip step because feature "compliance" is not enabled
50632026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50642026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO skip step because feature "stress" is not enabled
50652026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50662026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO skip step because feature "compliance" is not enabled
50672026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50682026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO skip step because feature "nfs" is not enabled
50692026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50702026-07-16T21:35:33.730Z[ host-image] Jul 16 21:35:32.878 INFO O| Jul 16 21:35:32.878 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50712026-07-16T21:35:33.804Z[ host-image] Jul 16 21:35:32.955 INFO O| Jul 16 21:35:32.955 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50722026-07-16T21:35:33.871Z[ host-image] Jul 16 21:35:33.025 INFO O| Jul 16 21:35:33.025 INFO completed processing sled/ramdisk-01-os
50732026-07-16T21:35:33.882Z[ host-image] Jul 16 21:35:33.028 INFO omicron1 baseline generation...
50742026-07-16T21:35:33.882Z[ host-image] Jul 16 21:35:33.028 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50752026-07-16T21:35:34.040Z[ recovery-image] Jul 16 21:35:33.190 INFO O| Jul 16 21:35:33.190 INFO O| Finalize: Creating fast lookup database ... Done
50762026-07-16T21:35:34.050Z[ recovery-image] Jul 16 21:35:33.204 INFO O| Jul 16 21:35:33.204 INFO O| Finalize: Reading search index ... Done
50772026-07-16T21:35:34.055Z[ recovery-image] Jul 16 21:35:33.204 INFO O| Jul 16 21:35:33.204 INFO O| Finalize: Updating search index ... Done
50782026-07-16T21:35:34.060Z[ recovery-image] Jul 16 21:35:33.214 INFO O| Jul 16 21:35:33.214 INFO O| Finalize: Updating package cache ... Done
50792026-07-16T21:35:34.184Z[ recovery-image] Jul 16 21:35:33.338 INFO O| Jul 16 21:35:33.338 INFO STEP 14 (pkg_install) COMPLETE
50802026-07-16T21:35:34.184Z[ recovery-image] Jul 16 21:35:33.338 INFO O| Jul 16 21:35:33.338 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50812026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.338 INFO O| Jul 16 21:35:33.338 INFO skip step because feature "mfg" is not enabled
50822026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.338 INFO O| Jul 16 21:35:33.338 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50832026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.338 INFO O| Jul 16 21:35:33.338 INFO skip step because feature "compliance" is not enabled
50842026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50852026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO skip step because feature "stress" is not enabled
50862026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50872026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO skip step because feature "compliance" is not enabled
50882026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50892026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO skip step because feature "nfs" is not enabled
50902026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50912026-07-16T21:35:34.189Z[ recovery-image] Jul 16 21:35:33.339 INFO O| Jul 16 21:35:33.338 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50922026-07-16T21:35:34.216Z[ host-image] Jul 16 21:35:33.368 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24115:20260716T173355Z
50932026-07-16T21:35:34.234Z[ recovery-image] Jul 16 21:35:33.387 INFO O| Jul 16 21:35:33.387 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50942026-07-16T21:35:34.292Z[ recovery-image] Jul 16 21:35:33.446 INFO O| Jul 16 21:35:33.445 INFO completed processing sled/ramdisk-01-os
50952026-07-16T21:35:34.296Z[ recovery-image] Jul 16 21:35:33.448 INFO image builder template: ramdisk-02-trim...
50962026-07-16T21:35:34.296Z[ recovery-image] Jul 16 21:35:33.448 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/.tmpbjGReu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
50972026-07-16T21:35:34.312Z[ recovery-image] Jul 16 21:35:33.467 INFO O| Jul 16 21:35:33.467 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50982026-07-16T21:35:34.316Z[ recovery-image] Jul 16 21:35:33.470 INFO O| Jul 16 21:35:33.470 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50992026-07-16T21:35:34.396Z[ recovery-image] Jul 16 21:35:33.550 INFO O| Jul 16 21:35:33.550 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
51002026-07-16T21:35:34.419Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
51012026-07-16T21:35:34.436Z[ recovery-image] Jul 16 21:35:33.590 INFO O| Jul 16 21:35:33.590 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51022026-07-16T21:35:34.436Z[ recovery-image] Jul 16 21:35:33.590 INFO O| Jul 16 21:35:33.590 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
51032026-07-16T21:35:34.440Z[ recovery-image] Jul 16 21:35:33.594 INFO O| Jul 16 21:35:33.594 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51042026-07-16T21:35:34.458Z[ recovery-image] Jul 16 21:35:33.597 INFO O| Jul 16 21:35:33.597 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
51052026-07-16T21:35:34.458Z[ recovery-image] Jul 16 21:35:33.601 INFO O| Jul 16 21:35:33.601 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
51062026-07-16T21:35:34.656Z[ recovery-image] Jul 16 21:35:33.808 INFO O| Jul 16 21:35:33.808 INFO rolled back to input snapshot; work may begin
51072026-07-16T21:35:34.656Z[ recovery-image] Jul 16 21:35:33.808 INFO O| Jul 16 21:35:33.808 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
51082026-07-16T21:35:34.665Z[ recovery-image] Jul 16 21:35:33.813 INFO O| Jul 16 21:35:33.813 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-07-16T21:35:34.673Z[ recovery-image] Jul 16 21:35:33.822 INFO O| Jul 16 21:35:33.822 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
51102026-07-16T21:35:34.706Z[ recovery-image] Jul 16 21:35:33.857 INFO O| Jul 16 21:35:33.857 INFO STEP 0 (remove_files) COMPLETE
51112026-07-16T21:35:34.707Z[ recovery-image] Jul 16 21:35:33.857 INFO O| Jul 16 21:35:33.857 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-07-16T21:35:34.712Z[ recovery-image] Jul 16 21:35:33.867 INFO O| Jul 16 21:35:33.867 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
51132026-07-16T21:35:34.716Z[ recovery-image] Jul 16 21:35:33.868 INFO O| Jul 16 21:35:33.868 INFO STEP 1 (remove_files) COMPLETE
51142026-07-16T21:35:34.716Z[ recovery-image] Jul 16 21:35:33.868 INFO O| Jul 16 21:35:33.868 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-07-16T21:35:34.722Z[ recovery-image] Jul 16 21:35:33.875 INFO O| Jul 16 21:35:33.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
51162026-07-16T21:35:34.737Z[ recovery-image] Jul 16 21:35:33.887 INFO O| Jul 16 21:35:33.887 INFO STEP 2 (remove_files) COMPLETE
51172026-07-16T21:35:34.737Z[ recovery-image] Jul 16 21:35:33.887 INFO O| Jul 16 21:35:33.887 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-07-16T21:35:34.744Z[ recovery-image] Jul 16 21:35:33.896 INFO O| Jul 16 21:35:33.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51192026-07-16T21:35:34.747Z[ recovery-image] Jul 16 21:35:33.897 INFO O| Jul 16 21:35:33.897 INFO STEP 3 (remove_files) COMPLETE
51202026-07-16T21:35:34.748Z[ recovery-image] Jul 16 21:35:33.897 INFO O| Jul 16 21:35:33.897 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-16T21:35:34.768Z[ recovery-image] Jul 16 21:35:33.904 INFO O| Jul 16 21:35:33.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51222026-07-16T21:35:34.768Z[ recovery-image] Jul 16 21:35:33.907 INFO O| Jul 16 21:35:33.907 INFO STEP 4 (remove_files) COMPLETE
51232026-07-16T21:35:34.768Z[ recovery-image] Jul 16 21:35:33.907 INFO O| Jul 16 21:35:33.907 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-07-16T21:35:34.787Z[ recovery-image] Jul 16 21:35:33.915 INFO O| Jul 16 21:35:33.915 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51252026-07-16T21:35:34.787Z[ recovery-image] Jul 16 21:35:33.915 INFO O| Jul 16 21:35:33.915 INFO STEP 5 (remove_files) COMPLETE
51262026-07-16T21:35:34.787Z[ recovery-image] Jul 16 21:35:33.915 INFO O| Jul 16 21:35:33.915 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-07-16T21:35:34.787Z[ recovery-image] Jul 16 21:35:33.925 INFO O| Jul 16 21:35:33.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51282026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO STEP 6 (remove_files) COMPLETE
51292026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO skip step because feature "heliosv2" is not enabled
51312026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO skip step because feature "recovery" is enabled
51332026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO skip step because feature "recovery" is enabled
51352026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO skip step because feature "recovery" is enabled
51372026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.934 INFO O| Jul 16 21:35:33.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.943 INFO O| Jul 16 21:35:33.943 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51392026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.946 INFO O| Jul 16 21:35:33.946 INFO STEP 11 (remove_files) COMPLETE
51402026-07-16T21:35:34.840Z[ recovery-image] Jul 16 21:35:33.946 INFO O| Jul 16 21:35:33.946 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.954 INFO O| Jul 16 21:35:33.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51422026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.954 INFO O| Jul 16 21:35:33.954 INFO STEP 12 (remove_files) COMPLETE
51432026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.954 INFO O| Jul 16 21:35:33.954 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.963 INFO O| Jul 16 21:35:33.962 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51452026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.964 INFO O| Jul 16 21:35:33.964 INFO STEP 13 (remove_files) COMPLETE
51462026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.964 INFO O| Jul 16 21:35:33.964 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.972 INFO O| Jul 16 21:35:33.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51482026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.972 INFO O| Jul 16 21:35:33.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51492026-07-16T21:35:34.887Z[ recovery-image] Jul 16 21:35:33.987 INFO O| Jul 16 21:35:33.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51502026-07-16T21:35:34.888Z[ recovery-image] Jul 16 21:35:34.016 INFO O| Jul 16 21:35:34.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51512026-07-16T21:35:34.963Z[ recovery-image] Jul 16 21:35:34.118 INFO O| Jul 16 21:35:34.118 INFO STEP 14 (remove_files) COMPLETE
51522026-07-16T21:35:34.963Z[ recovery-image] Jul 16 21:35:34.118 INFO O| Jul 16 21:35:34.118 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-07-16T21:35:34.984Z[ recovery-image] Jul 16 21:35:34.128 INFO O| Jul 16 21:35:34.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51542026-07-16T21:35:34.988Z[ recovery-image] Jul 16 21:35:34.129 INFO O| Jul 16 21:35:34.129 INFO STEP 15 (remove_files) COMPLETE
51552026-07-16T21:35:34.988Z[ recovery-image] Jul 16 21:35:34.129 INFO O| Jul 16 21:35:34.129 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-07-16T21:35:34.988Z[ recovery-image] Jul 16 21:35:34.136 INFO O| Jul 16 21:35:34.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51572026-07-16T21:35:34.988Z[ recovery-image] Jul 16 21:35:34.141 INFO O| Jul 16 21:35:34.141 INFO STEP 16 (remove_files) COMPLETE
51582026-07-16T21:35:34.988Z[ recovery-image] Jul 16 21:35:34.141 INFO O| Jul 16 21:35:34.141 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-07-16T21:35:34.995Z[ recovery-image] Jul 16 21:35:34.148 INFO O| Jul 16 21:35:34.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51602026-07-16T21:35:35.002Z[ recovery-image] Jul 16 21:35:34.148 INFO O| Jul 16 21:35:34.148 INFO STEP 17 (remove_files) COMPLETE
51612026-07-16T21:35:35.002Z[ recovery-image] Jul 16 21:35:34.148 INFO O| Jul 16 21:35:34.148 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-07-16T21:35:35.005Z[ recovery-image] Jul 16 21:35:34.156 INFO O| Jul 16 21:35:34.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51632026-07-16T21:35:35.005Z[ recovery-image] Jul 16 21:35:34.158 INFO O| Jul 16 21:35:34.158 INFO STEP 18 (remove_files) COMPLETE
51642026-07-16T21:35:35.005Z[ recovery-image] Jul 16 21:35:34.158 INFO O| Jul 16 21:35:34.158 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-07-16T21:35:35.011Z[ recovery-image] Jul 16 21:35:34.165 INFO O| Jul 16 21:35:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51662026-07-16T21:35:35.017Z[ recovery-image] Jul 16 21:35:34.166 INFO O| Jul 16 21:35:34.166 INFO STEP 19 (remove_files) COMPLETE
51672026-07-16T21:35:35.017Z[ recovery-image] Jul 16 21:35:34.166 INFO O| Jul 16 21:35:34.166 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-07-16T21:35:35.020Z[ recovery-image] Jul 16 21:35:34.173 INFO O| Jul 16 21:35:34.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51692026-07-16T21:35:35.020Z[ recovery-image] Jul 16 21:35:34.173 INFO O| Jul 16 21:35:34.173 INFO STEP 20 (remove_files) COMPLETE
51702026-07-16T21:35:35.020Z[ recovery-image] Jul 16 21:35:34.173 INFO O| Jul 16 21:35:34.173 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-07-16T21:35:35.025Z[ recovery-image] Jul 16 21:35:34.180 INFO O| Jul 16 21:35:34.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51722026-07-16T21:35:35.028Z[ recovery-image] Jul 16 21:35:34.180 INFO O| Jul 16 21:35:34.180 INFO STEP 21 (remove_files) COMPLETE
51732026-07-16T21:35:35.028Z[ recovery-image] Jul 16 21:35:34.180 INFO O| Jul 16 21:35:34.180 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-07-16T21:35:35.034Z[ recovery-image] Jul 16 21:35:34.189 INFO O| Jul 16 21:35:34.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51752026-07-16T21:35:35.034Z[ recovery-image] Jul 16 21:35:34.189 INFO O| Jul 16 21:35:34.189 INFO STEP 22 (remove_files) COMPLETE
51762026-07-16T21:35:35.038Z[ recovery-image] Jul 16 21:35:34.189 INFO O| Jul 16 21:35:34.189 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-07-16T21:35:35.043Z[ recovery-image] Jul 16 21:35:34.197 INFO O| Jul 16 21:35:34.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51782026-07-16T21:35:35.048Z[ recovery-image] Jul 16 21:35:34.197 INFO O| Jul 16 21:35:34.197 INFO STEP 23 (remove_files) COMPLETE
51792026-07-16T21:35:35.048Z[ recovery-image] Jul 16 21:35:34.197 INFO O| Jul 16 21:35:34.197 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-07-16T21:35:35.051Z[ recovery-image] Jul 16 21:35:34.206 INFO O| Jul 16 21:35:34.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51812026-07-16T21:35:35.051Z[ recovery-image] Jul 16 21:35:34.206 INFO O| Jul 16 21:35:34.206 INFO STEP 24 (remove_files) COMPLETE
51822026-07-16T21:35:35.051Z[ recovery-image] Jul 16 21:35:34.206 INFO O| Jul 16 21:35:34.206 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-07-16T21:35:35.060Z[ recovery-image] Jul 16 21:35:34.214 INFO O| Jul 16 21:35:34.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51842026-07-16T21:35:35.060Z[ recovery-image] Jul 16 21:35:34.214 INFO O| Jul 16 21:35:34.214 INFO STEP 25 (remove_files) COMPLETE
51852026-07-16T21:35:35.064Z[ recovery-image] Jul 16 21:35:34.214 INFO O| Jul 16 21:35:34.214 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-07-16T21:35:35.068Z[ recovery-image] Jul 16 21:35:34.222 INFO O| Jul 16 21:35:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51872026-07-16T21:35:35.068Z[ recovery-image] Jul 16 21:35:34.222 INFO O| Jul 16 21:35:34.222 INFO STEP 26 (remove_files) COMPLETE
51882026-07-16T21:35:35.068Z[ recovery-image] Jul 16 21:35:34.222 INFO O| Jul 16 21:35:34.222 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-07-16T21:35:35.075Z[ recovery-image] Jul 16 21:35:34.230 INFO O| Jul 16 21:35:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51902026-07-16T21:35:35.079Z[ recovery-image] Jul 16 21:35:34.230 INFO O| Jul 16 21:35:34.230 INFO STEP 27 (remove_files) COMPLETE
51912026-07-16T21:35:35.079Z[ recovery-image] Jul 16 21:35:34.230 INFO O| Jul 16 21:35:34.230 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-07-16T21:35:35.084Z[ recovery-image] Jul 16 21:35:34.239 INFO O| Jul 16 21:35:34.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51932026-07-16T21:35:35.085Z[ recovery-image] Jul 16 21:35:34.239 INFO O| Jul 16 21:35:34.239 INFO STEP 28 (remove_files) COMPLETE
51942026-07-16T21:35:35.085Z[ recovery-image] Jul 16 21:35:34.239 INFO O| Jul 16 21:35:34.239 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-07-16T21:35:35.090Z[ recovery-image] Jul 16 21:35:34.245 INFO O| Jul 16 21:35:34.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51962026-07-16T21:35:35.091Z[ recovery-image] Jul 16 21:35:34.245 INFO O| Jul 16 21:35:34.245 INFO STEP 29 (remove_files) COMPLETE
51972026-07-16T21:35:35.091Z[ recovery-image] Jul 16 21:35:34.245 INFO O| Jul 16 21:35:34.245 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-07-16T21:35:35.098Z[ recovery-image] Jul 16 21:35:34.253 INFO O| Jul 16 21:35:34.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51992026-07-16T21:35:35.101Z[ recovery-image] Jul 16 21:35:34.253 INFO O| Jul 16 21:35:34.253 INFO STEP 30 (remove_files) COMPLETE
52002026-07-16T21:35:35.101Z[ recovery-image] Jul 16 21:35:34.253 INFO O| Jul 16 21:35:34.253 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-07-16T21:35:35.108Z[ recovery-image] Jul 16 21:35:34.262 INFO O| Jul 16 21:35:34.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
52022026-07-16T21:35:35.108Z[ recovery-image] Jul 16 21:35:34.262 INFO O| Jul 16 21:35:34.262 INFO STEP 31 (remove_files) COMPLETE
52032026-07-16T21:35:35.112Z[ recovery-image] Jul 16 21:35:34.262 INFO O| Jul 16 21:35:34.262 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-07-16T21:35:35.115Z[ recovery-image] Jul 16 21:35:34.270 INFO O| Jul 16 21:35:34.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
52052026-07-16T21:35:35.115Z[ recovery-image] Jul 16 21:35:34.270 INFO O| Jul 16 21:35:34.270 INFO STEP 32 (remove_files) COMPLETE
52062026-07-16T21:35:35.115Z[ recovery-image] Jul 16 21:35:34.270 INFO O| Jul 16 21:35:34.270 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-07-16T21:35:35.121Z[ recovery-image] Jul 16 21:35:34.276 INFO O| Jul 16 21:35:34.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
52082026-07-16T21:35:35.121Z[ recovery-image] Jul 16 21:35:34.276 INFO O| Jul 16 21:35:34.276 INFO STEP 33 (remove_files) COMPLETE
52092026-07-16T21:35:35.125Z[ recovery-image] Jul 16 21:35:34.276 INFO O| Jul 16 21:35:34.276 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-07-16T21:35:35.131Z[ recovery-image] Jul 16 21:35:34.286 INFO O| Jul 16 21:35:34.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
52112026-07-16T21:35:35.131Z[ recovery-image] Jul 16 21:35:34.286 INFO O| Jul 16 21:35:34.286 INFO STEP 34 (remove_files) COMPLETE
52122026-07-16T21:35:35.131Z[ recovery-image] Jul 16 21:35:34.286 INFO O| Jul 16 21:35:34.286 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-07-16T21:35:35.140Z[ recovery-image] Jul 16 21:35:34.295 INFO O| Jul 16 21:35:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
52142026-07-16T21:35:35.143Z[ recovery-image] Jul 16 21:35:34.295 INFO O| Jul 16 21:35:34.295 INFO STEP 35 (remove_files) COMPLETE
52152026-07-16T21:35:35.143Z[ recovery-image] Jul 16 21:35:34.295 INFO O| Jul 16 21:35:34.295 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-07-16T21:35:35.150Z[ recovery-image] Jul 16 21:35:34.304 INFO O| Jul 16 21:35:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52172026-07-16T21:35:35.150Z[ recovery-image] Jul 16 21:35:34.304 INFO O| Jul 16 21:35:34.304 INFO STEP 36 (remove_files) COMPLETE
52182026-07-16T21:35:35.153Z[ recovery-image] Jul 16 21:35:34.304 INFO O| Jul 16 21:35:34.304 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-07-16T21:35:35.157Z[ recovery-image] Jul 16 21:35:34.312 INFO O| Jul 16 21:35:34.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52202026-07-16T21:35:35.157Z[ recovery-image] Jul 16 21:35:34.312 INFO O| Jul 16 21:35:34.312 INFO STEP 37 (remove_files) COMPLETE
52212026-07-16T21:35:35.160Z[ recovery-image] Jul 16 21:35:34.312 INFO O| Jul 16 21:35:34.312 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-07-16T21:35:35.165Z[ recovery-image] Jul 16 21:35:34.320 INFO O| Jul 16 21:35:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52232026-07-16T21:35:35.165Z[ recovery-image] Jul 16 21:35:34.320 INFO O| Jul 16 21:35:34.320 INFO STEP 38 (remove_files) COMPLETE
52242026-07-16T21:35:35.169Z[ recovery-image] Jul 16 21:35:34.320 INFO O| Jul 16 21:35:34.320 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-07-16T21:35:35.172Z[ recovery-image] Jul 16 21:35:34.327 INFO O| Jul 16 21:35:34.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52262026-07-16T21:35:35.172Z[ recovery-image] Jul 16 21:35:34.327 INFO O| Jul 16 21:35:34.327 INFO STEP 39 (remove_files) COMPLETE
52272026-07-16T21:35:35.172Z[ recovery-image] Jul 16 21:35:34.327 INFO O| Jul 16 21:35:34.327 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52282026-07-16T21:35:35.178Z[ recovery-image] Jul 16 21:35:34.333 INFO O| Jul 16 21:35:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52292026-07-16T21:35:35.179Z[ recovery-image] Jul 16 21:35:34.333 INFO O| Jul 16 21:35:34.333 INFO STEP 40 (remove_files) COMPLETE
52302026-07-16T21:35:35.183Z[ recovery-image] Jul 16 21:35:34.333 INFO O| Jul 16 21:35:34.333 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-07-16T21:35:35.187Z[ recovery-image] Jul 16 21:35:34.340 INFO O| Jul 16 21:35:34.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52322026-07-16T21:35:35.187Z[ recovery-image] Jul 16 21:35:34.340 INFO O| Jul 16 21:35:34.340 INFO STEP 41 (remove_files) COMPLETE
52332026-07-16T21:35:35.187Z[ recovery-image] Jul 16 21:35:34.340 INFO O| Jul 16 21:35:34.340 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52342026-07-16T21:35:35.193Z[ recovery-image] Jul 16 21:35:34.347 INFO O| Jul 16 21:35:34.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52352026-07-16T21:35:35.199Z[ recovery-image] Jul 16 21:35:34.347 INFO O| Jul 16 21:35:34.347 INFO STEP 42 (remove_files) COMPLETE
52362026-07-16T21:35:35.199Z[ recovery-image] Jul 16 21:35:34.347 INFO O| Jul 16 21:35:34.347 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-07-16T21:35:35.202Z[ recovery-image] Jul 16 21:35:34.355 INFO O| Jul 16 21:35:34.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52382026-07-16T21:35:35.202Z[ recovery-image] Jul 16 21:35:34.355 INFO O| Jul 16 21:35:34.355 INFO STEP 43 (remove_files) COMPLETE
52392026-07-16T21:35:35.202Z[ recovery-image] Jul 16 21:35:34.355 INFO O| Jul 16 21:35:34.355 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-07-16T21:35:35.212Z[ recovery-image] Jul 16 21:35:34.364 INFO O| Jul 16 21:35:34.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52412026-07-16T21:35:35.212Z[ recovery-image] Jul 16 21:35:34.364 INFO O| Jul 16 21:35:34.364 INFO STEP 44 (remove_files) COMPLETE
52422026-07-16T21:35:35.217Z[ recovery-image] Jul 16 21:35:34.364 INFO O| Jul 16 21:35:34.364 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-07-16T21:35:35.217Z[ recovery-image] Jul 16 21:35:34.371 INFO O| Jul 16 21:35:34.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52442026-07-16T21:35:35.217Z[ recovery-image] Jul 16 21:35:34.371 INFO O| Jul 16 21:35:34.371 INFO STEP 45 (remove_files) COMPLETE
52452026-07-16T21:35:35.217Z[ recovery-image] Jul 16 21:35:34.371 INFO O| Jul 16 21:35:34.371 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-07-16T21:35:35.223Z[ recovery-image] Jul 16 21:35:34.377 INFO O| Jul 16 21:35:34.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52472026-07-16T21:35:35.226Z[ recovery-image] Jul 16 21:35:34.377 INFO O| Jul 16 21:35:34.377 INFO STEP 46 (remove_files) COMPLETE
52482026-07-16T21:35:35.226Z[ recovery-image] Jul 16 21:35:34.377 INFO O| Jul 16 21:35:34.377 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-07-16T21:35:35.230Z[ recovery-image] Jul 16 21:35:34.383 INFO O| Jul 16 21:35:34.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52502026-07-16T21:35:35.230Z[ recovery-image] Jul 16 21:35:34.383 INFO O| Jul 16 21:35:34.383 INFO STEP 47 (remove_files) COMPLETE
52512026-07-16T21:35:35.230Z[ recovery-image] Jul 16 21:35:34.383 INFO O| Jul 16 21:35:34.383 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52522026-07-16T21:35:35.235Z[ recovery-image] Jul 16 21:35:34.390 INFO O| Jul 16 21:35:34.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52532026-07-16T21:35:35.238Z[ recovery-image] Jul 16 21:35:34.390 INFO O| Jul 16 21:35:34.390 INFO STEP 48 (remove_files) COMPLETE
52542026-07-16T21:35:35.238Z[ recovery-image] Jul 16 21:35:34.390 INFO O| Jul 16 21:35:34.390 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52552026-07-16T21:35:35.243Z[ recovery-image] Jul 16 21:35:34.398 INFO O| Jul 16 21:35:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52562026-07-16T21:35:35.246Z[ recovery-image] Jul 16 21:35:34.398 INFO O| Jul 16 21:35:34.398 INFO STEP 49 (remove_files) COMPLETE
52572026-07-16T21:35:35.246Z[ recovery-image] Jul 16 21:35:34.398 INFO O| Jul 16 21:35:34.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-07-16T21:35:35.251Z[ recovery-image] Jul 16 21:35:34.405 INFO O| Jul 16 21:35:34.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52592026-07-16T21:35:35.251Z[ recovery-image] Jul 16 21:35:34.405 INFO O| Jul 16 21:35:34.405 INFO STEP 50 (remove_files) COMPLETE
52602026-07-16T21:35:35.251Z[ recovery-image] Jul 16 21:35:34.405 INFO O| Jul 16 21:35:34.405 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52612026-07-16T21:35:35.259Z[ recovery-image] Jul 16 21:35:34.412 INFO O| Jul 16 21:35:34.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52622026-07-16T21:35:35.259Z[ recovery-image] Jul 16 21:35:34.412 INFO O| Jul 16 21:35:34.412 INFO STEP 51 (remove_files) COMPLETE
52632026-07-16T21:35:35.265Z[ recovery-image] Jul 16 21:35:34.412 INFO O| Jul 16 21:35:34.412 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-07-16T21:35:35.267Z[ recovery-image] Jul 16 21:35:34.420 INFO O| Jul 16 21:35:34.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52652026-07-16T21:35:35.267Z[ recovery-image] Jul 16 21:35:34.420 INFO O| Jul 16 21:35:34.420 INFO STEP 52 (remove_files) COMPLETE
52662026-07-16T21:35:35.267Z[ recovery-image] Jul 16 21:35:34.420 INFO O| Jul 16 21:35:34.420 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52672026-07-16T21:35:35.273Z[ recovery-image] Jul 16 21:35:34.428 INFO O| Jul 16 21:35:34.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52682026-07-16T21:35:35.273Z[ recovery-image] Jul 16 21:35:34.428 INFO O| Jul 16 21:35:34.428 INFO STEP 53 (remove_files) COMPLETE
52692026-07-16T21:35:35.276Z[ recovery-image] Jul 16 21:35:34.428 INFO O| Jul 16 21:35:34.428 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-07-16T21:35:35.282Z[ recovery-image] Jul 16 21:35:34.437 INFO O| Jul 16 21:35:34.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52712026-07-16T21:35:35.282Z[ recovery-image] Jul 16 21:35:34.437 INFO O| Jul 16 21:35:34.437 INFO STEP 54 (remove_files) COMPLETE
52722026-07-16T21:35:35.289Z[ recovery-image] Jul 16 21:35:34.437 INFO O| Jul 16 21:35:34.437 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52732026-07-16T21:35:35.291Z[ recovery-image] Jul 16 21:35:34.445 INFO O| Jul 16 21:35:34.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52742026-07-16T21:35:35.291Z[ recovery-image] Jul 16 21:35:34.445 INFO O| Jul 16 21:35:34.445 INFO STEP 55 (remove_files) COMPLETE
52752026-07-16T21:35:35.292Z[ recovery-image] Jul 16 21:35:34.445 INFO O| Jul 16 21:35:34.445 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52762026-07-16T21:35:35.303Z[ recovery-image] Jul 16 21:35:34.454 INFO O| Jul 16 21:35:34.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52772026-07-16T21:35:35.303Z[ recovery-image] Jul 16 21:35:34.454 INFO O| Jul 16 21:35:34.454 INFO STEP 56 (remove_files) COMPLETE
52782026-07-16T21:35:35.303Z[ recovery-image] Jul 16 21:35:34.454 INFO O| Jul 16 21:35:34.454 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-07-16T21:35:35.312Z[ recovery-image] Jul 16 21:35:34.462 INFO O| Jul 16 21:35:34.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52802026-07-16T21:35:35.312Z[ recovery-image] Jul 16 21:35:34.462 INFO O| Jul 16 21:35:34.462 INFO STEP 57 (remove_files) COMPLETE
52812026-07-16T21:35:35.315Z[ recovery-image] Jul 16 21:35:34.462 INFO O| Jul 16 21:35:34.462 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52822026-07-16T21:35:35.315Z[ recovery-image] Jul 16 21:35:34.469 INFO O| Jul 16 21:35:34.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52832026-07-16T21:35:35.315Z[ recovery-image] Jul 16 21:35:34.469 INFO O| Jul 16 21:35:34.469 INFO STEP 58 (remove_files) COMPLETE
52842026-07-16T21:35:35.315Z[ recovery-image] Jul 16 21:35:34.469 INFO O| Jul 16 21:35:34.469 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52852026-07-16T21:35:35.326Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52862026-07-16T21:35:35.326Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52872026-07-16T21:35:35.330Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52882026-07-16T21:35:35.330Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52892026-07-16T21:35:35.330Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52902026-07-16T21:35:35.331Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52912026-07-16T21:35:35.331Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO ok!
52922026-07-16T21:35:35.331Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO STEP 59 (ensure_file) COMPLETE
52932026-07-16T21:35:35.331Z[ recovery-image] Jul 16 21:35:34.479 INFO O| Jul 16 21:35:34.479 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52942026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52952026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52962026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52972026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52982026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52992026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
53002026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO ok!
53012026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO STEP 60 (ensure_file) COMPLETE
53022026-07-16T21:35:35.334Z[ recovery-image] Jul 16 21:35:34.486 INFO O| Jul 16 21:35:34.486 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53032026-07-16T21:35:35.339Z[ recovery-image] Jul 16 21:35:34.492 INFO O| Jul 16 21:35:34.492 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
53042026-07-16T21:35:35.339Z[ recovery-image] Jul 16 21:35:34.492 INFO O| Jul 16 21:35:34.492 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
53052026-07-16T21:35:35.339Z[ recovery-image] Jul 16 21:35:34.492 INFO O| Jul 16 21:35:34.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
53062026-07-16T21:35:35.339Z[ recovery-image] Jul 16 21:35:34.492 INFO O| Jul 16 21:35:34.492 INFO ok!
53072026-07-16T21:35:35.339Z[ recovery-image] Jul 16 21:35:34.492 INFO O| Jul 16 21:35:34.492 INFO STEP 61 (ensure_file) COMPLETE
53082026-07-16T21:35:35.339Z[ recovery-image] Jul 16 21:35:34.492 INFO O| Jul 16 21:35:34.492 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53092026-07-16T21:35:35.345Z[ recovery-image] Jul 16 21:35:34.499 INFO O| Jul 16 21:35:34.499 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
53102026-07-16T21:35:35.346Z[ recovery-image] Jul 16 21:35:34.499 INFO O| Jul 16 21:35:34.499 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
53112026-07-16T21:35:35.353Z[ recovery-image] Jul 16 21:35:34.499 INFO O| Jul 16 21:35:34.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
53122026-07-16T21:35:35.353Z[ recovery-image] Jul 16 21:35:34.499 INFO O| Jul 16 21:35:34.499 INFO ok!
53132026-07-16T21:35:35.353Z[ recovery-image] Jul 16 21:35:34.499 INFO O| Jul 16 21:35:34.499 INFO STEP 62 (ensure_file) COMPLETE
53142026-07-16T21:35:35.353Z[ recovery-image] Jul 16 21:35:34.499 INFO O| Jul 16 21:35:34.499 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53152026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53162026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53172026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53182026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53192026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 INFO ok!
53202026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 INFO STEP 63 (ensure_file) COMPLETE
53212026-07-16T21:35:35.356Z[ recovery-image] Jul 16 21:35:34.506 INFO O| Jul 16 21:35:34.506 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53222026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.513 INFO O| Jul 16 21:35:34.513 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53232026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.514 INFO O| Jul 16 21:35:34.513 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53242026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.514 INFO O| Jul 16 21:35:34.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53252026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.514 INFO O| Jul 16 21:35:34.514 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53262026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.514 INFO O| Jul 16 21:35:34.514 INFO ok!
53272026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.514 INFO O| Jul 16 21:35:34.514 INFO STEP 64 (ensure_file) COMPLETE
53282026-07-16T21:35:35.360Z[ recovery-image] Jul 16 21:35:34.514 INFO O| Jul 16 21:35:34.514 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53292026-07-16T21:35:35.368Z[ recovery-image] Jul 16 21:35:34.523 INFO O| Jul 16 21:35:34.522 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53302026-07-16T21:35:35.368Z[ recovery-image] Jul 16 21:35:34.523 INFO O| Jul 16 21:35:34.522 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53312026-07-16T21:35:35.372Z[ recovery-image] Jul 16 21:35:34.523 INFO O| Jul 16 21:35:34.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53322026-07-16T21:35:35.372Z[ recovery-image] Jul 16 21:35:34.523 INFO O| Jul 16 21:35:34.523 INFO ok!
53332026-07-16T21:35:35.372Z[ recovery-image] Jul 16 21:35:34.523 INFO O| Jul 16 21:35:34.523 INFO STEP 65 (assemble_files) COMPLETE
53342026-07-16T21:35:35.373Z[ recovery-image] Jul 16 21:35:34.523 INFO O| Jul 16 21:35:34.523 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53352026-07-16T21:35:35.377Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53362026-07-16T21:35:35.377Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53372026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53382026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53392026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO ok!
53402026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO STEP 66 (ensure_file) COMPLETE
53412026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53422026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO skip step because feature "omicron1" is not enabled
53432026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53442026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO skip step because feature "omicron1" is not enabled
53452026-07-16T21:35:35.378Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53462026-07-16T21:35:35.379Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO skip step because feature "omicron1" is not enabled
53472026-07-16T21:35:35.379Z[ recovery-image] Jul 16 21:35:34.531 INFO O| Jul 16 21:35:34.531 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53482026-07-16T21:35:35.389Z[ recovery-image] Jul 16 21:35:34.543 INFO O| Jul 16 21:35:34.543 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53492026-07-16T21:35:35.389Z[ recovery-image] Jul 16 21:35:34.543 INFO O| Jul 16 21:35:34.543 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53502026-07-16T21:35:36.458Z[ recovery-image] Jul 16 21:35:35.611 INFO O| Jul 16 21:35:35.611 INFO STEP 70 (pack_tar) COMPLETE
53512026-07-16T21:35:36.458Z[ recovery-image] Jul 16 21:35:35.611 INFO O| Jul 16 21:35:35.611 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53522026-07-16T21:35:36.460Z[ recovery-image] Jul 16 21:35:35.611 INFO O| Jul 16 21:35:35.611 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53532026-07-16T21:35:36.985Z[ recovery-image] Jul 16 21:35:36.135 INFO O| Jul 16 21:35:36.135 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53542026-07-16T21:35:37.167Z[ recovery-image] Jul 16 21:35:36.321 INFO O| Jul 16 21:35:36.321 INFO completed processing sled/ramdisk-02-trim
53552026-07-16T21:35:37.170Z[ recovery-image] Jul 16 21:35:36.324 INFO image builder template: ramdisk-03-recovery-trim...
53562026-07-16T21:35:37.170Z[ recovery-image] Jul 16 21:35:36.324 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/.tmpbjGReu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-03-recovery-trim"], pwd: None
53572026-07-16T21:35:37.174Z[ recovery-image] Jul 16 21:35:36.329 INFO O| Jul 16 21:35:36.328 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53582026-07-16T21:35:37.251Z[ recovery-image] Jul 16 21:35:36.402 INFO O| Jul 16 21:35:36.402 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53592026-07-16T21:35:37.254Z[ recovery-image] Jul 16 21:35:36.405 INFO O| Jul 16 21:35:36.405 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53602026-07-16T21:35:37.340Z[ recovery-image] Jul 16 21:35:36.494 INFO O| Jul 16 21:35:36.494 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53612026-07-16T21:35:37.410Z[ recovery-image] Jul 16 21:35:36.564 INFO O| Jul 16 21:35:36.564 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53622026-07-16T21:35:37.410Z[ recovery-image] Jul 16 21:35:36.564 INFO O| Jul 16 21:35:36.564 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53632026-07-16T21:35:37.416Z[ recovery-image] Jul 16 21:35:36.570 INFO O| Jul 16 21:35:36.570 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53642026-07-16T21:35:37.420Z[ recovery-image] Jul 16 21:35:36.574 INFO O| Jul 16 21:35:36.574 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53652026-07-16T21:35:37.423Z[ recovery-image] Jul 16 21:35:36.578 INFO O| Jul 16 21:35:36.578 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53662026-07-16T21:35:37.782Z[ recovery-image] Jul 16 21:35:36.934 INFO O| Jul 16 21:35:36.934 INFO rolled back to input snapshot; work may begin
53672026-07-16T21:35:37.782Z[ recovery-image] Jul 16 21:35:36.934 INFO O| Jul 16 21:35:36.934 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53682026-07-16T21:35:37.785Z[ recovery-image] Jul 16 21:35:36.939 INFO O| Jul 16 21:35:36.939 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-07-16T21:35:37.794Z[ recovery-image] Jul 16 21:35:36.948 INFO O| Jul 16 21:35:36.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53702026-07-16T21:35:37.798Z[ recovery-image] Jul 16 21:35:36.951 INFO O| Jul 16 21:35:36.951 INFO STEP 0 (remove_files) COMPLETE
53712026-07-16T21:35:37.798Z[ recovery-image] Jul 16 21:35:36.951 INFO O| Jul 16 21:35:36.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-07-16T21:35:37.807Z[ recovery-image] Jul 16 21:35:36.960 INFO O| Jul 16 21:35:36.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53732026-07-16T21:35:37.819Z[ recovery-image] Jul 16 21:35:36.961 INFO O| Jul 16 21:35:36.961 INFO STEP 1 (remove_files) COMPLETE
53742026-07-16T21:35:37.819Z[ recovery-image] Jul 16 21:35:36.961 INFO O| Jul 16 21:35:36.961 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-07-16T21:35:37.819Z[ recovery-image] Jul 16 21:35:36.969 INFO O| Jul 16 21:35:36.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53762026-07-16T21:35:37.821Z[ recovery-image] Jul 16 21:35:36.974 INFO O| Jul 16 21:35:36.974 INFO STEP 2 (remove_files) COMPLETE
53772026-07-16T21:35:37.821Z[ recovery-image] Jul 16 21:35:36.974 INFO O| Jul 16 21:35:36.974 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-07-16T21:35:37.828Z[ recovery-image] Jul 16 21:35:36.982 INFO O| Jul 16 21:35:36.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53792026-07-16T21:35:37.875Z[ recovery-image] Jul 16 21:35:37.029 INFO O| Jul 16 21:35:37.029 INFO STEP 3 (remove_files) COMPLETE
53802026-07-16T21:35:37.875Z[ recovery-image] Jul 16 21:35:37.029 INFO O| Jul 16 21:35:37.029 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-07-16T21:35:37.884Z[ recovery-image] Jul 16 21:35:37.039 INFO O| Jul 16 21:35:37.039 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53822026-07-16T21:35:37.890Z[ recovery-image] Jul 16 21:35:37.041 INFO O| Jul 16 21:35:37.041 INFO STEP 4 (remove_files) COMPLETE
53832026-07-16T21:35:37.890Z[ recovery-image] Jul 16 21:35:37.041 INFO O| Jul 16 21:35:37.041 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-07-16T21:35:37.898Z[ recovery-image] Jul 16 21:35:37.051 INFO O| Jul 16 21:35:37.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53852026-07-16T21:35:37.932Z[ recovery-image] Jul 16 21:35:37.085 INFO O| Jul 16 21:35:37.085 INFO STEP 5 (remove_files) COMPLETE
53862026-07-16T21:35:37.932Z[ recovery-image] Jul 16 21:35:37.085 INFO O| Jul 16 21:35:37.085 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-07-16T21:35:37.942Z[ recovery-image] Jul 16 21:35:37.095 INFO O| Jul 16 21:35:37.095 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53882026-07-16T21:35:37.952Z[ recovery-image] Jul 16 21:35:37.105 INFO O| Jul 16 21:35:37.105 INFO STEP 6 (remove_files) COMPLETE
53892026-07-16T21:35:37.952Z[ recovery-image] Jul 16 21:35:37.105 INFO O| Jul 16 21:35:37.105 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-07-16T21:35:37.961Z[ recovery-image] Jul 16 21:35:37.115 INFO O| Jul 16 21:35:37.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53912026-07-16T21:35:37.973Z[ recovery-image] Jul 16 21:35:37.118 INFO O| Jul 16 21:35:37.118 INFO STEP 7 (remove_files) COMPLETE
53922026-07-16T21:35:37.973Z[ recovery-image] Jul 16 21:35:37.118 INFO O| Jul 16 21:35:37.118 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-07-16T21:35:37.978Z[ recovery-image] Jul 16 21:35:37.126 INFO O| Jul 16 21:35:37.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53942026-07-16T21:35:37.978Z[ recovery-image] Jul 16 21:35:37.128 INFO O| Jul 16 21:35:37.128 INFO STEP 8 (remove_files) COMPLETE
53952026-07-16T21:35:37.978Z[ recovery-image] Jul 16 21:35:37.128 INFO O| Jul 16 21:35:37.128 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-07-16T21:35:37.984Z[ recovery-image] Jul 16 21:35:37.138 INFO O| Jul 16 21:35:37.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53972026-07-16T21:35:37.987Z[ recovery-image] Jul 16 21:35:37.141 INFO O| Jul 16 21:35:37.141 INFO STEP 9 (remove_files) COMPLETE
53982026-07-16T21:35:37.987Z[ recovery-image] Jul 16 21:35:37.141 INFO O| Jul 16 21:35:37.141 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-07-16T21:35:37.997Z[ recovery-image] Jul 16 21:35:37.151 INFO O| Jul 16 21:35:37.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
54002026-07-16T21:35:38.002Z[ recovery-image] Jul 16 21:35:37.152 INFO O| Jul 16 21:35:37.152 INFO STEP 10 (remove_files) COMPLETE
54012026-07-16T21:35:38.002Z[ recovery-image] Jul 16 21:35:37.152 INFO O| Jul 16 21:35:37.152 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-07-16T21:35:38.008Z[ recovery-image] Jul 16 21:35:37.162 INFO O| Jul 16 21:35:37.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
54032026-07-16T21:35:38.013Z[ recovery-image] Jul 16 21:35:37.163 INFO O| Jul 16 21:35:37.163 INFO STEP 11 (remove_files) COMPLETE
54042026-07-16T21:35:38.013Z[ recovery-image] Jul 16 21:35:37.163 INFO O| Jul 16 21:35:37.163 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-07-16T21:35:38.019Z[ recovery-image] Jul 16 21:35:37.173 INFO O| Jul 16 21:35:37.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
54062026-07-16T21:35:38.070Z[ recovery-image] Jul 16 21:35:37.224 INFO O| Jul 16 21:35:37.224 INFO STEP 12 (remove_files) COMPLETE
54072026-07-16T21:35:38.070Z[ recovery-image] Jul 16 21:35:37.224 INFO O| Jul 16 21:35:37.224 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-07-16T21:35:38.080Z[ recovery-image] Jul 16 21:35:37.234 INFO O| Jul 16 21:35:37.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
54092026-07-16T21:35:38.083Z[ recovery-image] Jul 16 21:35:37.236 INFO O| Jul 16 21:35:37.236 INFO STEP 13 (remove_files) COMPLETE
54102026-07-16T21:35:38.083Z[ recovery-image] Jul 16 21:35:37.236 INFO O| Jul 16 21:35:37.236 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-07-16T21:35:38.090Z[ recovery-image] Jul 16 21:35:37.245 INFO O| Jul 16 21:35:37.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54122026-07-16T21:35:38.099Z[ recovery-image] Jul 16 21:35:37.247 INFO O| Jul 16 21:35:37.247 INFO STEP 14 (remove_files) COMPLETE
54132026-07-16T21:35:38.099Z[ recovery-image] Jul 16 21:35:37.247 INFO O| Jul 16 21:35:37.247 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-07-16T21:35:38.106Z[ recovery-image] Jul 16 21:35:37.258 INFO O| Jul 16 21:35:37.258 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54152026-07-16T21:35:38.109Z[ recovery-image] Jul 16 21:35:37.258 INFO O| Jul 16 21:35:37.258 INFO STEP 15 (remove_files) COMPLETE
54162026-07-16T21:35:38.109Z[ recovery-image] Jul 16 21:35:37.258 INFO O| Jul 16 21:35:37.258 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-07-16T21:35:38.114Z[ recovery-image] Jul 16 21:35:37.266 INFO O| Jul 16 21:35:37.266 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54182026-07-16T21:35:38.114Z[ recovery-image] Jul 16 21:35:37.267 INFO O| Jul 16 21:35:37.267 INFO STEP 16 (remove_files) COMPLETE
54192026-07-16T21:35:38.114Z[ recovery-image] Jul 16 21:35:37.267 INFO O| Jul 16 21:35:37.267 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-07-16T21:35:38.123Z[ recovery-image] Jul 16 21:35:37.277 INFO O| Jul 16 21:35:37.277 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54212026-07-16T21:35:38.130Z[ recovery-image] Jul 16 21:35:37.284 INFO O| Jul 16 21:35:37.284 INFO STEP 17 (remove_files) COMPLETE
54222026-07-16T21:35:38.130Z[ recovery-image] Jul 16 21:35:37.284 INFO O| Jul 16 21:35:37.284 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-07-16T21:35:38.139Z[ recovery-image] Jul 16 21:35:37.294 INFO O| Jul 16 21:35:37.294 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54242026-07-16T21:35:38.139Z[ recovery-image] Jul 16 21:35:37.294 INFO O| Jul 16 21:35:37.294 INFO STEP 18 (remove_files) COMPLETE
54252026-07-16T21:35:38.144Z[ recovery-image] Jul 16 21:35:37.294 INFO O| Jul 16 21:35:37.294 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-07-16T21:35:38.150Z[ recovery-image] Jul 16 21:35:37.304 INFO O| Jul 16 21:35:37.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54272026-07-16T21:35:38.150Z[ recovery-image] Jul 16 21:35:37.304 INFO O| Jul 16 21:35:37.304 INFO STEP 19 (remove_files) COMPLETE
54282026-07-16T21:35:38.150Z[ recovery-image] Jul 16 21:35:37.304 INFO O| Jul 16 21:35:37.304 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-16T21:35:38.159Z[ recovery-image] Jul 16 21:35:37.313 INFO O| Jul 16 21:35:37.313 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54302026-07-16T21:35:38.195Z[ recovery-image] Jul 16 21:35:37.349 INFO O| Jul 16 21:35:37.349 INFO STEP 20 (remove_files) COMPLETE
54312026-07-16T21:35:38.195Z[ recovery-image] Jul 16 21:35:37.349 INFO O| Jul 16 21:35:37.349 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-16T21:35:38.206Z[ recovery-image] Jul 16 21:35:37.361 INFO O| Jul 16 21:35:37.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54332026-07-16T21:35:38.210Z[ recovery-image] Jul 16 21:35:37.362 INFO O| Jul 16 21:35:37.362 INFO STEP 21 (remove_files) COMPLETE
54342026-07-16T21:35:38.210Z[ recovery-image] Jul 16 21:35:37.362 INFO O| Jul 16 21:35:37.362 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-07-16T21:35:38.219Z[ recovery-image] Jul 16 21:35:37.372 INFO O| Jul 16 21:35:37.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54362026-07-16T21:35:38.219Z[ recovery-image] Jul 16 21:35:37.372 INFO O| Jul 16 21:35:37.372 INFO STEP 22 (remove_files) COMPLETE
54372026-07-16T21:35:38.219Z[ recovery-image] Jul 16 21:35:37.372 INFO O| Jul 16 21:35:37.372 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-07-16T21:35:38.227Z[ recovery-image] Jul 16 21:35:37.382 INFO O| Jul 16 21:35:37.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54392026-07-16T21:35:38.230Z[ recovery-image] Jul 16 21:35:37.383 INFO O| Jul 16 21:35:37.383 INFO STEP 23 (remove_files) COMPLETE
54402026-07-16T21:35:38.230Z[ recovery-image] Jul 16 21:35:37.383 INFO O| Jul 16 21:35:37.383 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-07-16T21:35:38.286Z[ recovery-image] Jul 16 21:35:37.393 INFO O| Jul 16 21:35:37.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54422026-07-16T21:35:38.286Z[ recovery-image] Jul 16 21:35:37.393 INFO O| Jul 16 21:35:37.393 INFO STEP 24 (remove_files) COMPLETE
54432026-07-16T21:35:38.286Z[ recovery-image] Jul 16 21:35:37.393 INFO O| Jul 16 21:35:37.393 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.404 INFO O| Jul 16 21:35:37.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54452026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.405 INFO O| Jul 16 21:35:37.404 INFO STEP 25 (remove_files) COMPLETE
54462026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.405 INFO O| Jul 16 21:35:37.405 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.415 INFO O| Jul 16 21:35:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54482026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.415 INFO O| Jul 16 21:35:37.415 INFO STEP 26 (remove_files) COMPLETE
54492026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.415 INFO O| Jul 16 21:35:37.415 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.426 INFO O| Jul 16 21:35:37.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54512026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.427 INFO O| Jul 16 21:35:37.427 INFO STEP 27 (remove_files) COMPLETE
54522026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.427 INFO O| Jul 16 21:35:37.427 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.437 INFO O| Jul 16 21:35:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54542026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.437 INFO O| Jul 16 21:35:37.437 INFO STEP 28 (remove_files) COMPLETE
54552026-07-16T21:35:38.289Z[ recovery-image] Jul 16 21:35:37.437 INFO O| Jul 16 21:35:37.437 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-07-16T21:35:38.295Z[ recovery-image] Jul 16 21:35:37.446 INFO O| Jul 16 21:35:37.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54572026-07-16T21:35:38.295Z[ recovery-image] Jul 16 21:35:37.446 INFO O| Jul 16 21:35:37.446 INFO STEP 29 (remove_files) COMPLETE
54582026-07-16T21:35:38.295Z[ recovery-image] Jul 16 21:35:37.446 INFO O| Jul 16 21:35:37.446 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-07-16T21:35:38.298Z[ recovery-image] Jul 16 21:35:37.453 INFO O| Jul 16 21:35:37.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54602026-07-16T21:35:38.299Z[ recovery-image] Jul 16 21:35:37.453 INFO O| Jul 16 21:35:37.453 INFO STEP 30 (remove_files) COMPLETE
54612026-07-16T21:35:38.302Z[ recovery-image] Jul 16 21:35:37.453 INFO O| Jul 16 21:35:37.453 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-07-16T21:35:38.309Z[ recovery-image] Jul 16 21:35:37.464 INFO O| Jul 16 21:35:37.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54632026-07-16T21:35:38.313Z[ recovery-image] Jul 16 21:35:37.464 INFO O| Jul 16 21:35:37.464 INFO STEP 31 (remove_files) COMPLETE
54642026-07-16T21:35:38.313Z[ recovery-image] Jul 16 21:35:37.464 INFO O| Jul 16 21:35:37.464 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-07-16T21:35:38.318Z[ recovery-image] Jul 16 21:35:37.473 INFO O| Jul 16 21:35:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54662026-07-16T21:35:38.321Z[ recovery-image] Jul 16 21:35:37.474 INFO O| Jul 16 21:35:37.474 INFO STEP 32 (remove_files) COMPLETE
54672026-07-16T21:35:38.321Z[ recovery-image] Jul 16 21:35:37.474 INFO O| Jul 16 21:35:37.474 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-07-16T21:35:38.331Z[ recovery-image] Jul 16 21:35:37.482 INFO O| Jul 16 21:35:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54692026-07-16T21:35:38.331Z[ recovery-image] Jul 16 21:35:37.482 INFO O| Jul 16 21:35:37.482 INFO STEP 33 (remove_files) COMPLETE
54702026-07-16T21:35:38.331Z[ recovery-image] Jul 16 21:35:37.482 INFO O| Jul 16 21:35:37.482 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-07-16T21:35:38.340Z[ recovery-image] Jul 16 21:35:37.492 INFO O| Jul 16 21:35:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54722026-07-16T21:35:38.340Z[ recovery-image] Jul 16 21:35:37.492 INFO O| Jul 16 21:35:37.492 INFO STEP 34 (remove_files) COMPLETE
54732026-07-16T21:35:38.343Z[ recovery-image] Jul 16 21:35:37.492 INFO O| Jul 16 21:35:37.492 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-07-16T21:35:38.348Z[ recovery-image] Jul 16 21:35:37.502 INFO O| Jul 16 21:35:37.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54752026-07-16T21:35:38.348Z[ recovery-image] Jul 16 21:35:37.502 INFO O| Jul 16 21:35:37.502 INFO STEP 35 (remove_files) COMPLETE
54762026-07-16T21:35:38.348Z[ recovery-image] Jul 16 21:35:37.502 INFO O| Jul 16 21:35:37.502 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-07-16T21:35:38.356Z[ recovery-image] Jul 16 21:35:37.511 INFO O| Jul 16 21:35:37.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54782026-07-16T21:35:38.356Z[ recovery-image] Jul 16 21:35:37.511 INFO O| Jul 16 21:35:37.511 INFO STEP 36 (remove_files) COMPLETE
54792026-07-16T21:35:38.362Z[ recovery-image] Jul 16 21:35:37.511 INFO O| Jul 16 21:35:37.511 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-07-16T21:35:38.367Z[ recovery-image] Jul 16 21:35:37.520 INFO O| Jul 16 21:35:37.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54812026-07-16T21:35:38.367Z[ recovery-image] Jul 16 21:35:37.520 INFO O| Jul 16 21:35:37.520 INFO STEP 37 (remove_files) COMPLETE
54822026-07-16T21:35:38.367Z[ recovery-image] Jul 16 21:35:37.520 INFO O| Jul 16 21:35:37.520 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-07-16T21:35:38.376Z[ recovery-image] Jul 16 21:35:37.531 INFO O| Jul 16 21:35:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54842026-07-16T21:35:38.377Z[ recovery-image] Jul 16 21:35:37.531 INFO O| Jul 16 21:35:37.531 INFO STEP 38 (remove_files) COMPLETE
54852026-07-16T21:35:38.377Z[ recovery-image] Jul 16 21:35:37.531 INFO O| Jul 16 21:35:37.531 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-07-16T21:35:38.387Z[ recovery-image] Jul 16 21:35:37.542 INFO O| Jul 16 21:35:37.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54872026-07-16T21:35:38.387Z[ recovery-image] Jul 16 21:35:37.542 INFO O| Jul 16 21:35:37.542 INFO STEP 39 (remove_files) COMPLETE
54882026-07-16T21:35:38.387Z[ recovery-image] Jul 16 21:35:37.542 INFO O| Jul 16 21:35:37.542 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-07-16T21:35:38.401Z[ recovery-image] Jul 16 21:35:37.552 INFO O| Jul 16 21:35:37.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54902026-07-16T21:35:38.402Z[ recovery-image] Jul 16 21:35:37.552 INFO O| Jul 16 21:35:37.552 INFO STEP 40 (remove_files) COMPLETE
54912026-07-16T21:35:38.402Z[ recovery-image] Jul 16 21:35:37.552 INFO O| Jul 16 21:35:37.552 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-07-16T21:35:38.408Z[ recovery-image] Jul 16 21:35:37.562 INFO O| Jul 16 21:35:37.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54932026-07-16T21:35:38.408Z[ recovery-image] Jul 16 21:35:37.562 INFO O| Jul 16 21:35:37.562 INFO STEP 41 (remove_files) COMPLETE
54942026-07-16T21:35:38.408Z[ recovery-image] Jul 16 21:35:37.562 INFO O| Jul 16 21:35:37.562 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-07-16T21:35:38.416Z[ recovery-image] Jul 16 21:35:37.571 INFO O| Jul 16 21:35:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54962026-07-16T21:35:38.416Z[ recovery-image] Jul 16 21:35:37.571 INFO O| Jul 16 21:35:37.571 INFO STEP 42 (remove_files) COMPLETE
54972026-07-16T21:35:38.416Z[ recovery-image] Jul 16 21:35:37.571 INFO O| Jul 16 21:35:37.571 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-07-16T21:35:38.426Z[ recovery-image] Jul 16 21:35:37.580 INFO O| Jul 16 21:35:37.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54992026-07-16T21:35:38.426Z[ recovery-image] Jul 16 21:35:37.580 INFO O| Jul 16 21:35:37.580 INFO STEP 43 (remove_files) COMPLETE
55002026-07-16T21:35:38.430Z[ recovery-image] Jul 16 21:35:37.580 INFO O| Jul 16 21:35:37.580 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-07-16T21:35:38.434Z[ recovery-image] Jul 16 21:35:37.588 INFO O| Jul 16 21:35:37.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
55022026-07-16T21:35:38.451Z[ recovery-image] Jul 16 21:35:37.589 INFO O| Jul 16 21:35:37.589 INFO STEP 44 (remove_files) COMPLETE
55032026-07-16T21:35:38.451Z[ recovery-image] Jul 16 21:35:37.589 INFO O| Jul 16 21:35:37.589 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-07-16T21:35:38.453Z[ recovery-image] Jul 16 21:35:37.597 INFO O| Jul 16 21:35:37.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
55052026-07-16T21:35:38.453Z[ recovery-image] Jul 16 21:35:37.597 INFO O| Jul 16 21:35:37.597 INFO STEP 45 (remove_files) COMPLETE
55062026-07-16T21:35:38.453Z[ recovery-image] Jul 16 21:35:37.597 INFO O| Jul 16 21:35:37.597 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-07-16T21:35:38.457Z[ recovery-image] Jul 16 21:35:37.607 INFO O| Jul 16 21:35:37.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
55082026-07-16T21:35:38.457Z[ recovery-image] Jul 16 21:35:37.607 INFO O| Jul 16 21:35:37.607 INFO STEP 46 (remove_files) COMPLETE
55092026-07-16T21:35:38.457Z[ recovery-image] Jul 16 21:35:37.607 INFO O| Jul 16 21:35:37.607 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-16T21:35:38.464Z[ recovery-image] Jul 16 21:35:37.618 INFO O| Jul 16 21:35:37.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
55112026-07-16T21:35:38.464Z[ recovery-image] Jul 16 21:35:37.618 INFO O| Jul 16 21:35:37.618 INFO STEP 47 (remove_files) COMPLETE
55122026-07-16T21:35:38.465Z[ recovery-image] Jul 16 21:35:37.618 INFO O| Jul 16 21:35:37.618 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-16T21:35:38.474Z[ recovery-image] Jul 16 21:35:37.628 INFO O| Jul 16 21:35:37.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55142026-07-16T21:35:38.474Z[ recovery-image] Jul 16 21:35:37.628 INFO O| Jul 16 21:35:37.628 INFO STEP 48 (remove_files) COMPLETE
55152026-07-16T21:35:38.478Z[ recovery-image] Jul 16 21:35:37.628 INFO O| Jul 16 21:35:37.628 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-07-16T21:35:38.484Z[ recovery-image] Jul 16 21:35:37.638 INFO O| Jul 16 21:35:37.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55172026-07-16T21:35:38.484Z[ recovery-image] Jul 16 21:35:37.638 INFO O| Jul 16 21:35:37.638 INFO STEP 49 (remove_files) COMPLETE
55182026-07-16T21:35:38.488Z[ recovery-image] Jul 16 21:35:37.638 INFO O| Jul 16 21:35:37.638 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-07-16T21:35:38.494Z[ recovery-image] Jul 16 21:35:37.648 INFO O| Jul 16 21:35:37.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55202026-07-16T21:35:38.494Z[ recovery-image] Jul 16 21:35:37.648 INFO O| Jul 16 21:35:37.648 INFO STEP 50 (remove_files) COMPLETE
55212026-07-16T21:35:38.494Z[ recovery-image] Jul 16 21:35:37.648 INFO O| Jul 16 21:35:37.648 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-07-16T21:35:38.505Z[ recovery-image] Jul 16 21:35:37.659 INFO O| Jul 16 21:35:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55232026-07-16T21:35:38.508Z[ recovery-image] Jul 16 21:35:37.660 INFO O| Jul 16 21:35:37.660 INFO STEP 51 (remove_files) COMPLETE
55242026-07-16T21:35:38.509Z[ recovery-image] Jul 16 21:35:37.660 INFO O| Jul 16 21:35:37.660 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-07-16T21:35:38.516Z[ recovery-image] Jul 16 21:35:37.671 INFO O| Jul 16 21:35:37.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55262026-07-16T21:35:38.516Z[ recovery-image] Jul 16 21:35:37.671 INFO O| Jul 16 21:35:37.671 INFO STEP 52 (remove_files) COMPLETE
55272026-07-16T21:35:38.521Z[ recovery-image] Jul 16 21:35:37.671 INFO O| Jul 16 21:35:37.671 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-16T21:35:38.527Z[ recovery-image] Jul 16 21:35:37.681 INFO O| Jul 16 21:35:37.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55292026-07-16T21:35:38.527Z[ recovery-image] Jul 16 21:35:37.681 INFO O| Jul 16 21:35:37.681 INFO STEP 53 (remove_files) COMPLETE
55302026-07-16T21:35:38.527Z[ recovery-image] Jul 16 21:35:37.681 INFO O| Jul 16 21:35:37.681 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-16T21:35:38.536Z[ recovery-image] Jul 16 21:35:37.691 INFO O| Jul 16 21:35:37.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55322026-07-16T21:35:38.540Z[ recovery-image] Jul 16 21:35:37.691 INFO O| Jul 16 21:35:37.691 INFO STEP 54 (remove_files) COMPLETE
55332026-07-16T21:35:38.541Z[ recovery-image] Jul 16 21:35:37.691 INFO O| Jul 16 21:35:37.691 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-16T21:35:38.544Z[ recovery-image] Jul 16 21:35:37.699 INFO O| Jul 16 21:35:37.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55352026-07-16T21:35:38.548Z[ recovery-image] Jul 16 21:35:37.699 INFO O| Jul 16 21:35:37.699 INFO STEP 55 (remove_files) COMPLETE
55362026-07-16T21:35:38.548Z[ recovery-image] Jul 16 21:35:37.699 INFO O| Jul 16 21:35:37.699 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-16T21:35:38.556Z[ recovery-image] Jul 16 21:35:37.710 INFO O| Jul 16 21:35:37.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55382026-07-16T21:35:38.559Z[ recovery-image] Jul 16 21:35:37.711 INFO O| Jul 16 21:35:37.711 INFO STEP 56 (remove_files) COMPLETE
55392026-07-16T21:35:38.560Z[ recovery-image] Jul 16 21:35:37.711 INFO O| Jul 16 21:35:37.711 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-16T21:35:38.567Z[ recovery-image] Jul 16 21:35:37.721 INFO O| Jul 16 21:35:37.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55412026-07-16T21:35:38.567Z[ recovery-image] Jul 16 21:35:37.721 INFO O| Jul 16 21:35:37.721 INFO STEP 57 (remove_files) COMPLETE
55422026-07-16T21:35:38.570Z[ recovery-image] Jul 16 21:35:37.721 INFO O| Jul 16 21:35:37.721 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-16T21:35:38.575Z[ recovery-image] Jul 16 21:35:37.730 INFO O| Jul 16 21:35:37.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55442026-07-16T21:35:38.575Z[ recovery-image] Jul 16 21:35:37.730 INFO O| Jul 16 21:35:37.730 INFO STEP 58 (remove_files) COMPLETE
55452026-07-16T21:35:38.579Z[ recovery-image] Jul 16 21:35:37.730 INFO O| Jul 16 21:35:37.730 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-16T21:35:38.584Z[ recovery-image] Jul 16 21:35:37.739 INFO O| Jul 16 21:35:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55472026-07-16T21:35:38.588Z[ recovery-image] Jul 16 21:35:37.739 INFO O| Jul 16 21:35:37.739 INFO STEP 59 (remove_files) COMPLETE
55482026-07-16T21:35:38.589Z[ recovery-image] Jul 16 21:35:37.739 INFO O| Jul 16 21:35:37.739 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-16T21:35:38.596Z[ recovery-image] Jul 16 21:35:37.750 INFO O| Jul 16 21:35:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55502026-07-16T21:35:38.599Z[ recovery-image] Jul 16 21:35:37.750 INFO O| Jul 16 21:35:37.750 INFO STEP 60 (remove_files) COMPLETE
55512026-07-16T21:35:38.599Z[ recovery-image] Jul 16 21:35:37.750 INFO O| Jul 16 21:35:37.750 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-16T21:35:38.605Z[ recovery-image] Jul 16 21:35:37.759 INFO O| Jul 16 21:35:37.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55532026-07-16T21:35:38.605Z[ recovery-image] Jul 16 21:35:37.759 INFO O| Jul 16 21:35:37.759 INFO STEP 61 (remove_files) COMPLETE
55542026-07-16T21:35:38.610Z[ recovery-image] Jul 16 21:35:37.759 INFO O| Jul 16 21:35:37.759 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-16T21:35:38.615Z[ recovery-image] Jul 16 21:35:37.769 INFO O| Jul 16 21:35:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55562026-07-16T21:35:38.615Z[ recovery-image] Jul 16 21:35:37.769 INFO O| Jul 16 21:35:37.769 INFO STEP 62 (remove_files) COMPLETE
55572026-07-16T21:35:38.619Z[ recovery-image] Jul 16 21:35:37.769 INFO O| Jul 16 21:35:37.769 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-16T21:35:38.624Z[ recovery-image] Jul 16 21:35:37.778 INFO O| Jul 16 21:35:37.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55592026-07-16T21:35:38.624Z[ recovery-image] Jul 16 21:35:37.778 INFO O| Jul 16 21:35:37.778 INFO STEP 63 (remove_files) COMPLETE
55602026-07-16T21:35:38.630Z[ recovery-image] Jul 16 21:35:37.778 INFO O| Jul 16 21:35:37.778 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-16T21:35:38.633Z[ recovery-image] Jul 16 21:35:37.788 INFO O| Jul 16 21:35:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55622026-07-16T21:35:38.636Z[ recovery-image] Jul 16 21:35:37.789 INFO O| Jul 16 21:35:37.789 INFO STEP 64 (remove_files) COMPLETE
55632026-07-16T21:35:38.636Z[ recovery-image] Jul 16 21:35:37.789 INFO O| Jul 16 21:35:37.789 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-16T21:35:38.644Z[ recovery-image] Jul 16 21:35:37.799 INFO O| Jul 16 21:35:37.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55652026-07-16T21:35:38.644Z[ recovery-image] Jul 16 21:35:37.799 INFO O| Jul 16 21:35:37.799 INFO STEP 65 (remove_files) COMPLETE
55662026-07-16T21:35:38.645Z[ recovery-image] Jul 16 21:35:37.799 INFO O| Jul 16 21:35:37.799 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-16T21:35:38.654Z[ recovery-image] Jul 16 21:35:37.808 INFO O| Jul 16 21:35:37.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55682026-07-16T21:35:38.654Z[ recovery-image] Jul 16 21:35:37.808 INFO O| Jul 16 21:35:37.808 INFO STEP 66 (remove_files) COMPLETE
55692026-07-16T21:35:38.659Z[ recovery-image] Jul 16 21:35:37.808 INFO O| Jul 16 21:35:37.808 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-16T21:35:38.663Z[ recovery-image] Jul 16 21:35:37.818 INFO O| Jul 16 21:35:37.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55712026-07-16T21:35:38.663Z[ recovery-image] Jul 16 21:35:37.818 INFO O| Jul 16 21:35:37.818 INFO STEP 67 (remove_files) COMPLETE
55722026-07-16T21:35:38.665Z[ recovery-image] Jul 16 21:35:37.818 INFO O| Jul 16 21:35:37.818 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-16T21:35:38.672Z[ recovery-image] Jul 16 21:35:37.826 INFO O| Jul 16 21:35:37.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55742026-07-16T21:35:38.672Z[ recovery-image] Jul 16 21:35:37.826 INFO O| Jul 16 21:35:37.826 INFO STEP 68 (remove_files) COMPLETE
55752026-07-16T21:35:38.672Z[ recovery-image] Jul 16 21:35:37.826 INFO O| Jul 16 21:35:37.826 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-16T21:35:38.680Z[ recovery-image] Jul 16 21:35:37.835 INFO O| Jul 16 21:35:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55772026-07-16T21:35:38.681Z[ recovery-image] Jul 16 21:35:37.835 INFO O| Jul 16 21:35:37.835 INFO STEP 69 (remove_files) COMPLETE
55782026-07-16T21:35:38.684Z[ recovery-image] Jul 16 21:35:37.835 INFO O| Jul 16 21:35:37.835 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-16T21:35:38.691Z[ recovery-image] Jul 16 21:35:37.846 INFO O| Jul 16 21:35:37.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55802026-07-16T21:35:38.691Z[ recovery-image] Jul 16 21:35:37.846 INFO O| Jul 16 21:35:37.846 INFO STEP 70 (remove_files) COMPLETE
55812026-07-16T21:35:38.694Z[ recovery-image] Jul 16 21:35:37.846 INFO O| Jul 16 21:35:37.846 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-16T21:35:38.701Z[ recovery-image] Jul 16 21:35:37.855 INFO O| Jul 16 21:35:37.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55832026-07-16T21:35:38.701Z[ recovery-image] Jul 16 21:35:37.856 INFO O| Jul 16 21:35:37.855 INFO STEP 71 (remove_files) COMPLETE
55842026-07-16T21:35:38.705Z[ recovery-image] Jul 16 21:35:37.856 INFO O| Jul 16 21:35:37.855 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-16T21:35:38.732Z[ recovery-image] Jul 16 21:35:37.865 INFO O| Jul 16 21:35:37.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55862026-07-16T21:35:38.733Z[ recovery-image] Jul 16 21:35:37.865 INFO O| Jul 16 21:35:37.865 INFO STEP 72 (remove_files) COMPLETE
55872026-07-16T21:35:38.733Z[ recovery-image] Jul 16 21:35:37.865 INFO O| Jul 16 21:35:37.865 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-16T21:35:38.733Z[ recovery-image] Jul 16 21:35:37.875 INFO O| Jul 16 21:35:37.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55892026-07-16T21:35:38.733Z[ recovery-image] Jul 16 21:35:37.876 INFO O| Jul 16 21:35:37.875 INFO STEP 73 (remove_files) COMPLETE
55902026-07-16T21:35:38.733Z[ recovery-image] Jul 16 21:35:37.876 INFO O| Jul 16 21:35:37.876 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-16T21:35:38.739Z[ recovery-image] Jul 16 21:35:37.884 INFO O| Jul 16 21:35:37.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55922026-07-16T21:35:38.739Z[ recovery-image] Jul 16 21:35:37.884 INFO O| Jul 16 21:35:37.884 INFO STEP 74 (remove_files) COMPLETE
55932026-07-16T21:35:38.739Z[ recovery-image] Jul 16 21:35:37.884 INFO O| Jul 16 21:35:37.884 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-16T21:35:38.749Z[ recovery-image] Jul 16 21:35:37.895 INFO O| Jul 16 21:35:37.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55952026-07-16T21:35:38.749Z[ recovery-image] Jul 16 21:35:37.895 INFO O| Jul 16 21:35:37.895 INFO STEP 75 (remove_files) COMPLETE
55962026-07-16T21:35:38.749Z[ recovery-image] Jul 16 21:35:37.895 INFO O| Jul 16 21:35:37.895 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-16T21:35:38.791Z[ recovery-image] Jul 16 21:35:37.906 INFO O| Jul 16 21:35:37.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55982026-07-16T21:35:38.791Z[ recovery-image] Jul 16 21:35:37.907 INFO O| Jul 16 21:35:37.907 INFO STEP 76 (remove_files) COMPLETE
55992026-07-16T21:35:38.791Z[ recovery-image] Jul 16 21:35:37.907 INFO O| Jul 16 21:35:37.907 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-16T21:35:38.791Z[ recovery-image] Jul 16 21:35:37.918 INFO O| Jul 16 21:35:37.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
56012026-07-16T21:35:38.791Z[ recovery-image] Jul 16 21:35:37.918 INFO O| Jul 16 21:35:37.918 INFO STEP 77 (remove_files) COMPLETE
56022026-07-16T21:35:38.791Z[ recovery-image] Jul 16 21:35:37.918 INFO O| Jul 16 21:35:37.918 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-16T21:35:38.795Z[ recovery-image] Jul 16 21:35:37.933 INFO O| Jul 16 21:35:37.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
56042026-07-16T21:35:38.796Z[ recovery-image] Jul 16 21:35:37.933 INFO O| Jul 16 21:35:37.933 INFO STEP 78 (remove_files) COMPLETE
56052026-07-16T21:35:38.796Z[ recovery-image] Jul 16 21:35:37.933 INFO O| Jul 16 21:35:37.933 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-16T21:35:38.796Z[ recovery-image] Jul 16 21:35:37.943 INFO O| Jul 16 21:35:37.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
56072026-07-16T21:35:38.796Z[ recovery-image] Jul 16 21:35:37.943 INFO O| Jul 16 21:35:37.943 INFO STEP 79 (remove_files) COMPLETE
56082026-07-16T21:35:38.796Z[ recovery-image] Jul 16 21:35:37.944 INFO O| Jul 16 21:35:37.943 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-16T21:35:38.801Z[ recovery-image] Jul 16 21:35:37.954 INFO O| Jul 16 21:35:37.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
56102026-07-16T21:35:38.801Z[ recovery-image] Jul 16 21:35:37.954 INFO O| Jul 16 21:35:37.954 INFO STEP 80 (remove_files) COMPLETE
56112026-07-16T21:35:38.801Z[ recovery-image] Jul 16 21:35:37.954 INFO O| Jul 16 21:35:37.954 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-16T21:35:38.811Z[ recovery-image] Jul 16 21:35:37.964 INFO O| Jul 16 21:35:37.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56132026-07-16T21:35:38.811Z[ recovery-image] Jul 16 21:35:37.964 INFO O| Jul 16 21:35:37.964 INFO STEP 81 (remove_files) COMPLETE
56142026-07-16T21:35:38.816Z[ recovery-image] Jul 16 21:35:37.964 INFO O| Jul 16 21:35:37.964 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-07-16T21:35:38.822Z[ recovery-image] Jul 16 21:35:37.974 INFO O| Jul 16 21:35:37.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56162026-07-16T21:35:38.822Z[ recovery-image] Jul 16 21:35:37.974 INFO O| Jul 16 21:35:37.974 INFO STEP 82 (remove_files) COMPLETE
56172026-07-16T21:35:38.822Z[ recovery-image] Jul 16 21:35:37.974 INFO O| Jul 16 21:35:37.974 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-07-16T21:35:38.834Z[ recovery-image] Jul 16 21:35:37.987 INFO O| Jul 16 21:35:37.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56192026-07-16T21:35:38.834Z[ recovery-image] Jul 16 21:35:37.987 INFO O| Jul 16 21:35:37.987 INFO STEP 83 (remove_files) COMPLETE
56202026-07-16T21:35:38.834Z[ recovery-image] Jul 16 21:35:37.987 INFO O| Jul 16 21:35:37.987 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-16T21:35:38.843Z[ recovery-image] Jul 16 21:35:37.998 INFO O| Jul 16 21:35:37.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56222026-07-16T21:35:38.844Z[ recovery-image] Jul 16 21:35:37.998 INFO O| Jul 16 21:35:37.998 INFO STEP 84 (remove_files) COMPLETE
56232026-07-16T21:35:38.844Z[ recovery-image] Jul 16 21:35:37.998 INFO O| Jul 16 21:35:37.998 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-16T21:35:38.855Z[ recovery-image] Jul 16 21:35:38.009 INFO O| Jul 16 21:35:38.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56252026-07-16T21:35:38.855Z[ recovery-image] Jul 16 21:35:38.009 INFO O| Jul 16 21:35:38.009 INFO STEP 85 (remove_files) COMPLETE
56262026-07-16T21:35:38.855Z[ recovery-image] Jul 16 21:35:38.010 INFO O| Jul 16 21:35:38.010 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-16T21:35:38.867Z[ recovery-image] Jul 16 21:35:38.021 INFO O| Jul 16 21:35:38.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56282026-07-16T21:35:38.867Z[ recovery-image] Jul 16 21:35:38.021 INFO O| Jul 16 21:35:38.021 INFO STEP 86 (remove_files) COMPLETE
56292026-07-16T21:35:38.867Z[ recovery-image] Jul 16 21:35:38.021 INFO O| Jul 16 21:35:38.021 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-16T21:35:38.879Z[ recovery-image] Jul 16 21:35:38.032 INFO O| Jul 16 21:35:38.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56312026-07-16T21:35:38.880Z[ recovery-image] Jul 16 21:35:38.032 INFO O| Jul 16 21:35:38.032 INFO STEP 87 (remove_files) COMPLETE
56322026-07-16T21:35:38.880Z[ recovery-image] Jul 16 21:35:38.032 INFO O| Jul 16 21:35:38.032 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-16T21:35:38.889Z[ recovery-image] Jul 16 21:35:38.043 INFO O| Jul 16 21:35:38.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56342026-07-16T21:35:38.889Z[ recovery-image] Jul 16 21:35:38.043 INFO O| Jul 16 21:35:38.043 INFO STEP 88 (remove_files) COMPLETE
56352026-07-16T21:35:38.889Z[ recovery-image] Jul 16 21:35:38.043 INFO O| Jul 16 21:35:38.043 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-16T21:35:38.900Z[ recovery-image] Jul 16 21:35:38.054 INFO O| Jul 16 21:35:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56372026-07-16T21:35:38.900Z[ recovery-image] Jul 16 21:35:38.054 INFO O| Jul 16 21:35:38.054 INFO STEP 89 (remove_files) COMPLETE
56382026-07-16T21:35:38.903Z[ recovery-image] Jul 16 21:35:38.054 INFO O| Jul 16 21:35:38.054 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-16T21:35:38.910Z[ recovery-image] Jul 16 21:35:38.065 INFO O| Jul 16 21:35:38.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56402026-07-16T21:35:38.910Z[ recovery-image] Jul 16 21:35:38.065 INFO O| Jul 16 21:35:38.065 INFO STEP 90 (remove_files) COMPLETE
56412026-07-16T21:35:38.916Z[ recovery-image] Jul 16 21:35:38.065 INFO O| Jul 16 21:35:38.065 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-16T21:35:38.923Z[ recovery-image] Jul 16 21:35:38.076 INFO O| Jul 16 21:35:38.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56432026-07-16T21:35:38.923Z[ recovery-image] Jul 16 21:35:38.076 INFO O| Jul 16 21:35:38.076 INFO STEP 91 (remove_files) COMPLETE
56442026-07-16T21:35:38.923Z[ recovery-image] Jul 16 21:35:38.076 INFO O| Jul 16 21:35:38.076 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-16T21:35:38.933Z[ recovery-image] Jul 16 21:35:38.087 INFO O| Jul 16 21:35:38.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56462026-07-16T21:35:38.933Z[ recovery-image] Jul 16 21:35:38.087 INFO O| Jul 16 21:35:38.087 INFO STEP 92 (remove_files) COMPLETE
56472026-07-16T21:35:38.933Z[ recovery-image] Jul 16 21:35:38.087 INFO O| Jul 16 21:35:38.087 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-16T21:35:38.941Z[ recovery-image] Jul 16 21:35:38.096 INFO O| Jul 16 21:35:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56492026-07-16T21:35:38.941Z[ recovery-image] Jul 16 21:35:38.096 INFO O| Jul 16 21:35:38.096 INFO STEP 93 (remove_files) COMPLETE
56502026-07-16T21:35:38.941Z[ recovery-image] Jul 16 21:35:38.096 INFO O| Jul 16 21:35:38.096 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-16T21:35:38.950Z[ recovery-image] Jul 16 21:35:38.105 INFO O| Jul 16 21:35:38.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56522026-07-16T21:35:38.951Z[ recovery-image] Jul 16 21:35:38.105 INFO O| Jul 16 21:35:38.105 INFO STEP 94 (remove_files) COMPLETE
56532026-07-16T21:35:38.955Z[ recovery-image] Jul 16 21:35:38.105 INFO O| Jul 16 21:35:38.105 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-16T21:35:38.961Z[ recovery-image] Jul 16 21:35:38.116 INFO O| Jul 16 21:35:38.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56552026-07-16T21:35:38.962Z[ recovery-image] Jul 16 21:35:38.116 INFO O| Jul 16 21:35:38.116 INFO STEP 95 (remove_files) COMPLETE
56562026-07-16T21:35:38.964Z[ recovery-image] Jul 16 21:35:38.116 INFO O| Jul 16 21:35:38.116 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-16T21:35:38.973Z[ recovery-image] Jul 16 21:35:38.127 INFO O| Jul 16 21:35:38.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56582026-07-16T21:35:38.973Z[ recovery-image] Jul 16 21:35:38.127 INFO O| Jul 16 21:35:38.127 INFO STEP 96 (remove_files) COMPLETE
56592026-07-16T21:35:38.977Z[ recovery-image] Jul 16 21:35:38.127 INFO O| Jul 16 21:35:38.127 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-16T21:35:38.984Z[ recovery-image] Jul 16 21:35:38.137 INFO O| Jul 16 21:35:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56612026-07-16T21:35:38.984Z[ recovery-image] Jul 16 21:35:38.137 INFO O| Jul 16 21:35:38.137 INFO STEP 97 (remove_files) COMPLETE
56622026-07-16T21:35:38.988Z[ recovery-image] Jul 16 21:35:38.137 INFO O| Jul 16 21:35:38.137 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-16T21:35:38.993Z[ recovery-image] Jul 16 21:35:38.148 INFO O| Jul 16 21:35:38.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56642026-07-16T21:35:38.997Z[ recovery-image] Jul 16 21:35:38.149 INFO O| Jul 16 21:35:38.149 INFO STEP 98 (remove_files) COMPLETE
56652026-07-16T21:35:38.997Z[ recovery-image] Jul 16 21:35:38.149 INFO O| Jul 16 21:35:38.149 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-16T21:35:39.005Z[ recovery-image] Jul 16 21:35:38.159 INFO O| Jul 16 21:35:38.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56672026-07-16T21:35:39.005Z[ recovery-image] Jul 16 21:35:38.159 INFO O| Jul 16 21:35:38.159 INFO STEP 99 (remove_files) COMPLETE
56682026-07-16T21:35:39.005Z[ recovery-image] Jul 16 21:35:38.159 INFO O| Jul 16 21:35:38.159 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-16T21:35:39.015Z[ recovery-image] Jul 16 21:35:38.170 INFO O| Jul 16 21:35:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56702026-07-16T21:35:39.015Z[ recovery-image] Jul 16 21:35:38.170 INFO O| Jul 16 21:35:38.170 INFO STEP 100 (remove_files) COMPLETE
56712026-07-16T21:35:39.018Z[ recovery-image] Jul 16 21:35:38.170 INFO O| Jul 16 21:35:38.170 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-16T21:35:39.026Z[ recovery-image] Jul 16 21:35:38.180 INFO O| Jul 16 21:35:38.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56732026-07-16T21:35:39.026Z[ recovery-image] Jul 16 21:35:38.181 INFO O| Jul 16 21:35:38.181 INFO STEP 101 (remove_files) COMPLETE
56742026-07-16T21:35:39.026Z[ recovery-image] Jul 16 21:35:38.181 INFO O| Jul 16 21:35:38.181 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-16T21:35:39.036Z[ recovery-image] Jul 16 21:35:38.190 INFO O| Jul 16 21:35:38.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56762026-07-16T21:35:39.036Z[ recovery-image] Jul 16 21:35:38.190 INFO O| Jul 16 21:35:38.190 INFO STEP 102 (remove_files) COMPLETE
56772026-07-16T21:35:39.039Z[ recovery-image] Jul 16 21:35:38.190 INFO O| Jul 16 21:35:38.190 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-16T21:35:39.045Z[ recovery-image] Jul 16 21:35:38.200 INFO O| Jul 16 21:35:38.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56792026-07-16T21:35:39.045Z[ recovery-image] Jul 16 21:35:38.200 INFO O| Jul 16 21:35:38.200 INFO STEP 103 (remove_files) COMPLETE
56802026-07-16T21:35:39.045Z[ recovery-image] Jul 16 21:35:38.200 INFO O| Jul 16 21:35:38.200 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-16T21:35:39.054Z[ recovery-image] Jul 16 21:35:38.208 INFO O| Jul 16 21:35:38.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56822026-07-16T21:35:39.055Z[ recovery-image] Jul 16 21:35:38.208 INFO O| Jul 16 21:35:38.208 INFO STEP 104 (remove_files) COMPLETE
56832026-07-16T21:35:39.061Z[ recovery-image] Jul 16 21:35:38.208 INFO O| Jul 16 21:35:38.208 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-16T21:35:39.066Z[ recovery-image] Jul 16 21:35:38.218 INFO O| Jul 16 21:35:38.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56852026-07-16T21:35:39.066Z[ recovery-image] Jul 16 21:35:38.218 INFO O| Jul 16 21:35:38.218 INFO STEP 105 (remove_files) COMPLETE
56862026-07-16T21:35:39.066Z[ recovery-image] Jul 16 21:35:38.218 INFO O| Jul 16 21:35:38.218 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-16T21:35:39.073Z[ recovery-image] Jul 16 21:35:38.227 INFO O| Jul 16 21:35:38.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56882026-07-16T21:35:39.076Z[ recovery-image] Jul 16 21:35:38.227 INFO O| Jul 16 21:35:38.227 INFO STEP 106 (remove_files) COMPLETE
56892026-07-16T21:35:39.076Z[ recovery-image] Jul 16 21:35:38.227 INFO O| Jul 16 21:35:38.227 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-16T21:35:39.081Z[ recovery-image] Jul 16 21:35:38.235 INFO O| Jul 16 21:35:38.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56912026-07-16T21:35:39.081Z[ recovery-image] Jul 16 21:35:38.235 INFO O| Jul 16 21:35:38.235 INFO STEP 107 (remove_files) COMPLETE
56922026-07-16T21:35:39.086Z[ recovery-image] Jul 16 21:35:38.235 INFO O| Jul 16 21:35:38.235 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-16T21:35:39.091Z[ recovery-image] Jul 16 21:35:38.246 INFO O| Jul 16 21:35:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56942026-07-16T21:35:39.092Z[ recovery-image] Jul 16 21:35:38.246 INFO O| Jul 16 21:35:38.246 INFO STEP 108 (remove_files) COMPLETE
56952026-07-16T21:35:39.095Z[ recovery-image] Jul 16 21:35:38.246 INFO O| Jul 16 21:35:38.246 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-16T21:35:39.101Z[ recovery-image] Jul 16 21:35:38.255 INFO O| Jul 16 21:35:38.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56972026-07-16T21:35:39.101Z[ recovery-image] Jul 16 21:35:38.255 INFO O| Jul 16 21:35:38.255 INFO STEP 109 (remove_files) COMPLETE
56982026-07-16T21:35:39.108Z[ recovery-image] Jul 16 21:35:38.255 INFO O| Jul 16 21:35:38.255 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-16T21:35:39.113Z[ recovery-image] Jul 16 21:35:38.267 INFO O| Jul 16 21:35:38.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
57002026-07-16T21:35:39.113Z[ recovery-image] Jul 16 21:35:38.267 INFO O| Jul 16 21:35:38.267 INFO STEP 110 (remove_files) COMPLETE
57012026-07-16T21:35:39.113Z[ recovery-image] Jul 16 21:35:38.267 INFO O| Jul 16 21:35:38.267 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-16T21:35:39.124Z[ recovery-image] Jul 16 21:35:38.278 INFO O| Jul 16 21:35:38.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
57032026-07-16T21:35:39.124Z[ recovery-image] Jul 16 21:35:38.278 INFO O| Jul 16 21:35:38.278 INFO STEP 111 (remove_files) COMPLETE
57042026-07-16T21:35:39.128Z[ recovery-image] Jul 16 21:35:38.278 INFO O| Jul 16 21:35:38.278 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-16T21:35:39.133Z[ recovery-image] Jul 16 21:35:38.287 INFO O| Jul 16 21:35:38.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
57062026-07-16T21:35:39.133Z[ recovery-image] Jul 16 21:35:38.287 INFO O| Jul 16 21:35:38.287 INFO STEP 112 (remove_files) COMPLETE
57072026-07-16T21:35:39.133Z[ recovery-image] Jul 16 21:35:38.287 INFO O| Jul 16 21:35:38.287 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-16T21:35:39.142Z[ recovery-image] Jul 16 21:35:38.296 INFO O| Jul 16 21:35:38.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
57092026-07-16T21:35:39.142Z[ recovery-image] Jul 16 21:35:38.296 INFO O| Jul 16 21:35:38.296 INFO STEP 113 (remove_files) COMPLETE
57102026-07-16T21:35:39.142Z[ recovery-image] Jul 16 21:35:38.296 INFO O| Jul 16 21:35:38.296 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-16T21:35:39.151Z[ recovery-image] Jul 16 21:35:38.305 INFO O| Jul 16 21:35:38.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57122026-07-16T21:35:39.151Z[ recovery-image] Jul 16 21:35:38.305 INFO O| Jul 16 21:35:38.305 INFO STEP 114 (remove_files) COMPLETE
57132026-07-16T21:35:39.155Z[ recovery-image] Jul 16 21:35:38.305 INFO O| Jul 16 21:35:38.305 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-16T21:35:39.160Z[ recovery-image] Jul 16 21:35:38.313 INFO O| Jul 16 21:35:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57152026-07-16T21:35:39.160Z[ recovery-image] Jul 16 21:35:38.313 INFO O| Jul 16 21:35:38.313 INFO STEP 115 (remove_files) COMPLETE
57162026-07-16T21:35:39.164Z[ recovery-image] Jul 16 21:35:38.313 INFO O| Jul 16 21:35:38.313 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-16T21:35:39.168Z[ recovery-image] Jul 16 21:35:38.323 INFO O| Jul 16 21:35:38.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57182026-07-16T21:35:39.168Z[ recovery-image] Jul 16 21:35:38.323 INFO O| Jul 16 21:35:38.323 INFO STEP 116 (remove_files) COMPLETE
57192026-07-16T21:35:39.173Z[ recovery-image] Jul 16 21:35:38.323 INFO O| Jul 16 21:35:38.323 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-16T21:35:39.178Z[ recovery-image] Jul 16 21:35:38.331 INFO O| Jul 16 21:35:38.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57212026-07-16T21:35:39.179Z[ recovery-image] Jul 16 21:35:38.331 INFO O| Jul 16 21:35:38.331 INFO STEP 117 (remove_files) COMPLETE
57222026-07-16T21:35:39.179Z[ recovery-image] Jul 16 21:35:38.331 INFO O| Jul 16 21:35:38.331 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-16T21:35:39.187Z[ recovery-image] Jul 16 21:35:38.341 INFO O| Jul 16 21:35:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57242026-07-16T21:35:39.187Z[ recovery-image] Jul 16 21:35:38.341 INFO O| Jul 16 21:35:38.341 INFO STEP 118 (remove_files) COMPLETE
57252026-07-16T21:35:39.191Z[ recovery-image] Jul 16 21:35:38.341 INFO O| Jul 16 21:35:38.341 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-16T21:35:39.196Z[ recovery-image] Jul 16 21:35:38.351 INFO O| Jul 16 21:35:38.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57272026-07-16T21:35:39.196Z[ recovery-image] Jul 16 21:35:38.351 INFO O| Jul 16 21:35:38.351 INFO STEP 119 (remove_files) COMPLETE
57282026-07-16T21:35:39.197Z[ recovery-image] Jul 16 21:35:38.351 INFO O| Jul 16 21:35:38.351 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-16T21:35:39.204Z[ recovery-image] Jul 16 21:35:38.359 INFO O| Jul 16 21:35:38.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57302026-07-16T21:35:39.205Z[ recovery-image] Jul 16 21:35:38.359 INFO O| Jul 16 21:35:38.359 INFO STEP 120 (remove_files) COMPLETE
57312026-07-16T21:35:39.205Z[ recovery-image] Jul 16 21:35:38.359 INFO O| Jul 16 21:35:38.359 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-16T21:35:39.213Z[ recovery-image] Jul 16 21:35:38.368 INFO O| Jul 16 21:35:38.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57332026-07-16T21:35:39.213Z[ recovery-image] Jul 16 21:35:38.368 INFO O| Jul 16 21:35:38.368 INFO STEP 121 (remove_files) COMPLETE
57342026-07-16T21:35:39.213Z[ recovery-image] Jul 16 21:35:38.368 INFO O| Jul 16 21:35:38.368 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-16T21:35:39.228Z[ recovery-image] Jul 16 21:35:38.378 INFO O| Jul 16 21:35:38.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57362026-07-16T21:35:39.231Z[ recovery-image] Jul 16 21:35:38.378 INFO O| Jul 16 21:35:38.378 INFO STEP 122 (remove_files) COMPLETE
57372026-07-16T21:35:39.231Z[ recovery-image] Jul 16 21:35:38.378 INFO O| Jul 16 21:35:38.378 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-16T21:35:39.235Z[ recovery-image] Jul 16 21:35:38.387 INFO O| Jul 16 21:35:38.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57392026-07-16T21:35:39.235Z[ recovery-image] Jul 16 21:35:38.388 INFO O| Jul 16 21:35:38.388 INFO STEP 123 (remove_files) COMPLETE
57402026-07-16T21:35:39.235Z[ recovery-image] Jul 16 21:35:38.388 INFO O| Jul 16 21:35:38.388 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-16T21:35:39.242Z[ recovery-image] Jul 16 21:35:38.397 INFO O| Jul 16 21:35:38.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57422026-07-16T21:35:39.246Z[ recovery-image] Jul 16 21:35:38.397 INFO O| Jul 16 21:35:38.397 INFO STEP 124 (remove_files) COMPLETE
57432026-07-16T21:35:39.247Z[ recovery-image] Jul 16 21:35:38.397 INFO O| Jul 16 21:35:38.397 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-16T21:35:39.253Z[ recovery-image] Jul 16 21:35:38.407 INFO O| Jul 16 21:35:38.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57452026-07-16T21:35:39.253Z[ recovery-image] Jul 16 21:35:38.407 INFO O| Jul 16 21:35:38.407 INFO STEP 125 (remove_files) COMPLETE
57462026-07-16T21:35:39.256Z[ recovery-image] Jul 16 21:35:38.407 INFO O| Jul 16 21:35:38.407 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-16T21:35:39.262Z[ recovery-image] Jul 16 21:35:38.417 INFO O| Jul 16 21:35:38.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57482026-07-16T21:35:39.267Z[ recovery-image] Jul 16 21:35:38.417 INFO O| Jul 16 21:35:38.417 INFO STEP 126 (remove_files) COMPLETE
57492026-07-16T21:35:39.267Z[ recovery-image] Jul 16 21:35:38.417 INFO O| Jul 16 21:35:38.417 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-16T21:35:39.272Z[ recovery-image] Jul 16 21:35:38.426 INFO O| Jul 16 21:35:38.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57512026-07-16T21:35:39.277Z[ recovery-image] Jul 16 21:35:38.426 INFO O| Jul 16 21:35:38.426 INFO STEP 127 (remove_files) COMPLETE
57522026-07-16T21:35:39.277Z[ recovery-image] Jul 16 21:35:38.426 INFO O| Jul 16 21:35:38.426 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-16T21:35:39.281Z[ recovery-image] Jul 16 21:35:38.434 INFO O| Jul 16 21:35:38.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57542026-07-16T21:35:39.281Z[ recovery-image] Jul 16 21:35:38.434 INFO O| Jul 16 21:35:38.434 INFO STEP 128 (remove_files) COMPLETE
57552026-07-16T21:35:39.281Z[ recovery-image] Jul 16 21:35:38.434 INFO O| Jul 16 21:35:38.434 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-16T21:35:39.290Z[ recovery-image] Jul 16 21:35:38.444 INFO O| Jul 16 21:35:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57572026-07-16T21:35:39.290Z[ recovery-image] Jul 16 21:35:38.444 INFO O| Jul 16 21:35:38.444 INFO STEP 129 (remove_files) COMPLETE
57582026-07-16T21:35:39.293Z[ recovery-image] Jul 16 21:35:38.444 INFO O| Jul 16 21:35:38.444 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-16T21:35:39.301Z[ recovery-image] Jul 16 21:35:38.455 INFO O| Jul 16 21:35:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57602026-07-16T21:35:39.301Z[ recovery-image] Jul 16 21:35:38.455 INFO O| Jul 16 21:35:38.455 INFO STEP 130 (remove_files) COMPLETE
57612026-07-16T21:35:39.305Z[ recovery-image] Jul 16 21:35:38.455 INFO O| Jul 16 21:35:38.455 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-16T21:35:39.310Z[ recovery-image] Jul 16 21:35:38.464 INFO O| Jul 16 21:35:38.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57632026-07-16T21:35:39.310Z[ recovery-image] Jul 16 21:35:38.464 INFO O| Jul 16 21:35:38.464 INFO STEP 131 (remove_files) COMPLETE
57642026-07-16T21:35:39.315Z[ recovery-image] Jul 16 21:35:38.464 INFO O| Jul 16 21:35:38.464 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-16T21:35:39.320Z[ recovery-image] Jul 16 21:35:38.475 INFO O| Jul 16 21:35:38.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57662026-07-16T21:35:39.320Z[ recovery-image] Jul 16 21:35:38.475 INFO O| Jul 16 21:35:38.475 INFO STEP 132 (remove_files) COMPLETE
57672026-07-16T21:35:39.330Z[ recovery-image] Jul 16 21:35:38.475 INFO O| Jul 16 21:35:38.475 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-16T21:35:39.333Z[ recovery-image] Jul 16 21:35:38.485 INFO O| Jul 16 21:35:38.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57692026-07-16T21:35:39.333Z[ recovery-image] Jul 16 21:35:38.485 INFO O| Jul 16 21:35:38.485 INFO STEP 133 (remove_files) COMPLETE
57702026-07-16T21:35:39.333Z[ recovery-image] Jul 16 21:35:38.485 INFO O| Jul 16 21:35:38.485 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-16T21:35:39.339Z[ recovery-image] Jul 16 21:35:38.493 INFO O| Jul 16 21:35:38.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57722026-07-16T21:35:39.339Z[ recovery-image] Jul 16 21:35:38.493 INFO O| Jul 16 21:35:38.493 INFO STEP 134 (remove_files) COMPLETE
57732026-07-16T21:35:39.342Z[ recovery-image] Jul 16 21:35:38.493 INFO O| Jul 16 21:35:38.493 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-16T21:35:39.350Z[ recovery-image] Jul 16 21:35:38.504 INFO O| Jul 16 21:35:38.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57752026-07-16T21:35:39.350Z[ recovery-image] Jul 16 21:35:38.504 INFO O| Jul 16 21:35:38.504 INFO STEP 135 (remove_files) COMPLETE
57762026-07-16T21:35:39.354Z[ recovery-image] Jul 16 21:35:38.504 INFO O| Jul 16 21:35:38.504 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-16T21:35:39.363Z[ recovery-image] Jul 16 21:35:38.514 INFO O| Jul 16 21:35:38.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57782026-07-16T21:35:39.365Z[ recovery-image] Jul 16 21:35:38.514 INFO O| Jul 16 21:35:38.514 INFO STEP 136 (remove_files) COMPLETE
57792026-07-16T21:35:39.365Z[ recovery-image] Jul 16 21:35:38.514 INFO O| Jul 16 21:35:38.514 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-16T21:35:39.372Z[ recovery-image] Jul 16 21:35:38.524 INFO O| Jul 16 21:35:38.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57812026-07-16T21:35:39.372Z[ recovery-image] Jul 16 21:35:38.524 INFO O| Jul 16 21:35:38.524 INFO STEP 137 (remove_files) COMPLETE
57822026-07-16T21:35:39.373Z[ recovery-image] Jul 16 21:35:38.524 INFO O| Jul 16 21:35:38.524 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-16T21:35:39.379Z[ recovery-image] Jul 16 21:35:38.534 INFO O| Jul 16 21:35:38.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57842026-07-16T21:35:39.379Z[ recovery-image] Jul 16 21:35:38.534 INFO O| Jul 16 21:35:38.534 INFO STEP 138 (remove_files) COMPLETE
57852026-07-16T21:35:39.383Z[ recovery-image] Jul 16 21:35:38.534 INFO O| Jul 16 21:35:38.534 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-16T21:35:39.391Z[ recovery-image] Jul 16 21:35:38.545 INFO O| Jul 16 21:35:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57872026-07-16T21:35:39.391Z[ recovery-image] Jul 16 21:35:38.545 INFO O| Jul 16 21:35:38.545 INFO STEP 139 (remove_files) COMPLETE
57882026-07-16T21:35:39.391Z[ recovery-image] Jul 16 21:35:38.545 INFO O| Jul 16 21:35:38.545 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-16T21:35:39.402Z[ recovery-image] Jul 16 21:35:38.557 INFO O| Jul 16 21:35:38.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57902026-07-16T21:35:39.402Z[ recovery-image] Jul 16 21:35:38.557 INFO O| Jul 16 21:35:38.557 INFO STEP 140 (remove_files) COMPLETE
57912026-07-16T21:35:39.402Z[ recovery-image] Jul 16 21:35:38.557 INFO O| Jul 16 21:35:38.557 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-16T21:35:39.414Z[ recovery-image] Jul 16 21:35:38.567 INFO O| Jul 16 21:35:38.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57932026-07-16T21:35:39.414Z[ recovery-image] Jul 16 21:35:38.567 INFO O| Jul 16 21:35:38.567 INFO STEP 141 (remove_files) COMPLETE
57942026-07-16T21:35:39.414Z[ recovery-image] Jul 16 21:35:38.567 INFO O| Jul 16 21:35:38.567 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-16T21:35:39.423Z[ recovery-image] Jul 16 21:35:38.577 INFO O| Jul 16 21:35:38.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57962026-07-16T21:35:39.424Z[ recovery-image] Jul 16 21:35:38.577 INFO O| Jul 16 21:35:38.577 INFO STEP 142 (remove_files) COMPLETE
57972026-07-16T21:35:39.424Z[ recovery-image] Jul 16 21:35:38.577 INFO O| Jul 16 21:35:38.577 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-16T21:35:39.436Z[ recovery-image] Jul 16 21:35:38.586 INFO O| Jul 16 21:35:38.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57992026-07-16T21:35:39.440Z[ recovery-image] Jul 16 21:35:38.586 INFO O| Jul 16 21:35:38.586 INFO STEP 143 (remove_files) COMPLETE
58002026-07-16T21:35:39.440Z[ recovery-image] Jul 16 21:35:38.586 INFO O| Jul 16 21:35:38.586 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-16T21:35:39.443Z[ recovery-image] Jul 16 21:35:38.597 INFO O| Jul 16 21:35:38.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
58022026-07-16T21:35:39.443Z[ recovery-image] Jul 16 21:35:38.597 INFO O| Jul 16 21:35:38.597 INFO STEP 144 (remove_files) COMPLETE
58032026-07-16T21:35:39.443Z[ recovery-image] Jul 16 21:35:38.597 INFO O| Jul 16 21:35:38.597 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-16T21:35:39.452Z[ recovery-image] Jul 16 21:35:38.607 INFO O| Jul 16 21:35:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
58052026-07-16T21:35:39.452Z[ recovery-image] Jul 16 21:35:38.607 INFO O| Jul 16 21:35:38.607 INFO STEP 145 (remove_files) COMPLETE
58062026-07-16T21:35:39.455Z[ recovery-image] Jul 16 21:35:38.607 INFO O| Jul 16 21:35:38.607 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-16T21:35:39.461Z[ recovery-image] Jul 16 21:35:38.616 INFO O| Jul 16 21:35:38.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
58082026-07-16T21:35:39.461Z[ recovery-image] Jul 16 21:35:38.616 INFO O| Jul 16 21:35:38.616 INFO STEP 146 (remove_files) COMPLETE
58092026-07-16T21:35:39.461Z[ recovery-image] Jul 16 21:35:38.616 INFO O| Jul 16 21:35:38.616 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-16T21:35:39.469Z[ recovery-image] Jul 16 21:35:38.624 INFO O| Jul 16 21:35:38.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
58112026-07-16T21:35:39.472Z[ recovery-image] Jul 16 21:35:38.624 INFO O| Jul 16 21:35:38.624 INFO STEP 147 (remove_files) COMPLETE
58122026-07-16T21:35:39.472Z[ recovery-image] Jul 16 21:35:38.624 INFO O| Jul 16 21:35:38.624 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-16T21:35:39.477Z[ recovery-image] Jul 16 21:35:38.632 INFO O| Jul 16 21:35:38.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58142026-07-16T21:35:39.480Z[ recovery-image] Jul 16 21:35:38.633 INFO O| Jul 16 21:35:38.633 INFO STEP 148 (remove_files) COMPLETE
58152026-07-16T21:35:39.480Z[ recovery-image] Jul 16 21:35:38.633 INFO O| Jul 16 21:35:38.633 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-16T21:35:39.491Z[ recovery-image] Jul 16 21:35:38.644 INFO O| Jul 16 21:35:38.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58172026-07-16T21:35:39.491Z[ recovery-image] Jul 16 21:35:38.644 INFO O| Jul 16 21:35:38.644 INFO STEP 149 (remove_files) COMPLETE
58182026-07-16T21:35:39.493Z[ recovery-image] Jul 16 21:35:38.644 INFO O| Jul 16 21:35:38.644 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-16T21:35:39.498Z[ recovery-image] Jul 16 21:35:38.653 INFO O| Jul 16 21:35:38.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58202026-07-16T21:35:39.498Z[ recovery-image] Jul 16 21:35:38.653 INFO O| Jul 16 21:35:38.653 INFO STEP 150 (remove_files) COMPLETE
58212026-07-16T21:35:39.501Z[ recovery-image] Jul 16 21:35:38.653 INFO O| Jul 16 21:35:38.653 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-16T21:35:39.509Z[ recovery-image] Jul 16 21:35:38.664 INFO O| Jul 16 21:35:38.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58232026-07-16T21:35:39.509Z[ recovery-image] Jul 16 21:35:38.664 INFO O| Jul 16 21:35:38.664 INFO STEP 151 (remove_files) COMPLETE
58242026-07-16T21:35:39.512Z[ recovery-image] Jul 16 21:35:38.664 INFO O| Jul 16 21:35:38.664 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-16T21:35:39.520Z[ recovery-image] Jul 16 21:35:38.675 INFO O| Jul 16 21:35:38.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58262026-07-16T21:35:39.520Z[ recovery-image] Jul 16 21:35:38.675 INFO O| Jul 16 21:35:38.675 INFO STEP 152 (remove_files) COMPLETE
58272026-07-16T21:35:39.522Z[ recovery-image] Jul 16 21:35:38.675 INFO O| Jul 16 21:35:38.675 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-16T21:35:39.529Z[ recovery-image] Jul 16 21:35:38.684 INFO O| Jul 16 21:35:38.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58292026-07-16T21:35:39.529Z[ recovery-image] Jul 16 21:35:38.684 INFO O| Jul 16 21:35:38.684 INFO STEP 153 (remove_files) COMPLETE
58302026-07-16T21:35:39.532Z[ recovery-image] Jul 16 21:35:38.684 INFO O| Jul 16 21:35:38.684 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-16T21:35:39.539Z[ recovery-image] Jul 16 21:35:38.694 INFO O| Jul 16 21:35:38.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58322026-07-16T21:35:39.541Z[ recovery-image] Jul 16 21:35:38.694 INFO O| Jul 16 21:35:38.694 INFO STEP 154 (remove_files) COMPLETE
58332026-07-16T21:35:39.541Z[ recovery-image] Jul 16 21:35:38.694 INFO O| Jul 16 21:35:38.694 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-16T21:35:39.549Z[ recovery-image] Jul 16 21:35:38.704 INFO O| Jul 16 21:35:38.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58352026-07-16T21:35:39.551Z[ recovery-image] Jul 16 21:35:38.704 INFO O| Jul 16 21:35:38.704 INFO STEP 155 (remove_files) COMPLETE
58362026-07-16T21:35:39.551Z[ recovery-image] Jul 16 21:35:38.704 INFO O| Jul 16 21:35:38.704 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-16T21:35:39.559Z[ recovery-image] Jul 16 21:35:38.714 INFO O| Jul 16 21:35:38.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58382026-07-16T21:35:39.559Z[ recovery-image] Jul 16 21:35:38.714 INFO O| Jul 16 21:35:38.714 INFO STEP 156 (remove_files) COMPLETE
58392026-07-16T21:35:39.561Z[ recovery-image] Jul 16 21:35:38.714 INFO O| Jul 16 21:35:38.714 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-16T21:35:39.567Z[ recovery-image] Jul 16 21:35:38.722 INFO O| Jul 16 21:35:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58412026-07-16T21:35:39.570Z[ recovery-image] Jul 16 21:35:38.722 INFO O| Jul 16 21:35:38.722 INFO STEP 157 (remove_files) COMPLETE
58422026-07-16T21:35:39.570Z[ recovery-image] Jul 16 21:35:38.722 INFO O| Jul 16 21:35:38.722 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-16T21:35:39.578Z[ recovery-image] Jul 16 21:35:38.733 INFO O| Jul 16 21:35:38.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58442026-07-16T21:35:39.578Z[ recovery-image] Jul 16 21:35:38.733 INFO O| Jul 16 21:35:38.733 INFO STEP 158 (remove_files) COMPLETE
58452026-07-16T21:35:39.581Z[ recovery-image] Jul 16 21:35:38.733 INFO O| Jul 16 21:35:38.733 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-16T21:35:39.587Z[ recovery-image] Jul 16 21:35:38.742 INFO O| Jul 16 21:35:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58472026-07-16T21:35:39.590Z[ recovery-image] Jul 16 21:35:38.743 INFO O| Jul 16 21:35:38.743 INFO STEP 159 (remove_files) COMPLETE
58482026-07-16T21:35:39.591Z[ recovery-image] Jul 16 21:35:38.743 INFO O| Jul 16 21:35:38.743 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-16T21:35:39.598Z[ recovery-image] Jul 16 21:35:38.753 INFO O| Jul 16 21:35:38.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58502026-07-16T21:35:39.600Z[ recovery-image] Jul 16 21:35:38.754 INFO O| Jul 16 21:35:38.754 INFO STEP 160 (remove_files) COMPLETE
58512026-07-16T21:35:39.600Z[ recovery-image] Jul 16 21:35:38.754 INFO O| Jul 16 21:35:38.754 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-16T21:35:39.608Z[ recovery-image] Jul 16 21:35:38.763 INFO O| Jul 16 21:35:38.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58532026-07-16T21:35:39.608Z[ recovery-image] Jul 16 21:35:38.763 INFO O| Jul 16 21:35:38.763 INFO STEP 161 (remove_files) COMPLETE
58542026-07-16T21:35:39.608Z[ recovery-image] Jul 16 21:35:38.763 INFO O| Jul 16 21:35:38.763 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-16T21:35:39.616Z[ recovery-image] Jul 16 21:35:38.771 INFO O| Jul 16 21:35:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58562026-07-16T21:35:39.616Z[ recovery-image] Jul 16 21:35:38.771 INFO O| Jul 16 21:35:38.771 INFO STEP 162 (remove_files) COMPLETE
58572026-07-16T21:35:39.619Z[ recovery-image] Jul 16 21:35:38.771 INFO O| Jul 16 21:35:38.771 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-16T21:35:39.624Z[ recovery-image] Jul 16 21:35:38.780 INFO O| Jul 16 21:35:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58592026-07-16T21:35:39.625Z[ recovery-image] Jul 16 21:35:38.780 INFO O| Jul 16 21:35:38.780 INFO STEP 163 (remove_files) COMPLETE
58602026-07-16T21:35:39.627Z[ recovery-image] Jul 16 21:35:38.780 INFO O| Jul 16 21:35:38.780 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-16T21:35:39.635Z[ recovery-image] Jul 16 21:35:38.790 INFO O| Jul 16 21:35:38.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58622026-07-16T21:35:39.635Z[ recovery-image] Jul 16 21:35:38.790 INFO O| Jul 16 21:35:38.790 INFO STEP 164 (remove_files) COMPLETE
58632026-07-16T21:35:39.636Z[ recovery-image] Jul 16 21:35:38.790 INFO O| Jul 16 21:35:38.790 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-16T21:35:39.645Z[ recovery-image] Jul 16 21:35:38.800 INFO O| Jul 16 21:35:38.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58652026-07-16T21:35:39.645Z[ recovery-image] Jul 16 21:35:38.800 INFO O| Jul 16 21:35:38.800 INFO STEP 165 (remove_files) COMPLETE
58662026-07-16T21:35:39.647Z[ recovery-image] Jul 16 21:35:38.800 INFO O| Jul 16 21:35:38.800 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-16T21:35:39.654Z[ recovery-image] Jul 16 21:35:38.808 INFO O| Jul 16 21:35:38.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58682026-07-16T21:35:39.656Z[ recovery-image] Jul 16 21:35:38.809 INFO O| Jul 16 21:35:38.809 INFO STEP 166 (remove_files) COMPLETE
58692026-07-16T21:35:39.656Z[ recovery-image] Jul 16 21:35:38.809 INFO O| Jul 16 21:35:38.809 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-16T21:35:39.664Z[ recovery-image] Jul 16 21:35:38.818 INFO O| Jul 16 21:35:38.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58712026-07-16T21:35:39.666Z[ recovery-image] Jul 16 21:35:38.819 INFO O| Jul 16 21:35:38.819 INFO STEP 167 (remove_files) COMPLETE
58722026-07-16T21:35:39.666Z[ recovery-image] Jul 16 21:35:38.819 INFO O| Jul 16 21:35:38.819 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-16T21:35:39.673Z[ recovery-image] Jul 16 21:35:38.828 INFO O| Jul 16 21:35:38.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58742026-07-16T21:35:39.674Z[ recovery-image] Jul 16 21:35:38.828 INFO O| Jul 16 21:35:38.828 INFO STEP 168 (remove_files) COMPLETE
58752026-07-16T21:35:39.674Z[ recovery-image] Jul 16 21:35:38.828 INFO O| Jul 16 21:35:38.828 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-16T21:35:39.684Z[ recovery-image] Jul 16 21:35:38.839 INFO O| Jul 16 21:35:38.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58772026-07-16T21:35:39.687Z[ recovery-image] Jul 16 21:35:38.839 INFO O| Jul 16 21:35:38.839 INFO STEP 169 (remove_files) COMPLETE
58782026-07-16T21:35:39.687Z[ recovery-image] Jul 16 21:35:38.839 INFO O| Jul 16 21:35:38.839 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-16T21:35:39.693Z[ recovery-image] Jul 16 21:35:38.849 INFO O| Jul 16 21:35:38.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58802026-07-16T21:35:39.696Z[ recovery-image] Jul 16 21:35:38.849 INFO O| Jul 16 21:35:38.849 INFO STEP 170 (remove_files) COMPLETE
58812026-07-16T21:35:39.696Z[ recovery-image] Jul 16 21:35:38.849 INFO O| Jul 16 21:35:38.849 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-16T21:35:39.704Z[ recovery-image] Jul 16 21:35:38.859 INFO O| Jul 16 21:35:38.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58832026-07-16T21:35:39.707Z[ recovery-image] Jul 16 21:35:38.859 INFO O| Jul 16 21:35:38.859 INFO STEP 171 (remove_files) COMPLETE
58842026-07-16T21:35:39.707Z[ recovery-image] Jul 16 21:35:38.859 INFO O| Jul 16 21:35:38.859 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-07-16T21:35:39.714Z[ recovery-image] Jul 16 21:35:38.869 INFO O| Jul 16 21:35:38.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58862026-07-16T21:35:39.717Z[ recovery-image] Jul 16 21:35:38.869 INFO O| Jul 16 21:35:38.869 INFO STEP 172 (remove_files) COMPLETE
58872026-07-16T21:35:39.717Z[ recovery-image] Jul 16 21:35:38.869 INFO O| Jul 16 21:35:38.869 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-07-16T21:35:39.725Z[ recovery-image] Jul 16 21:35:38.880 INFO O| Jul 16 21:35:38.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58892026-07-16T21:35:39.725Z[ recovery-image] Jul 16 21:35:38.880 INFO O| Jul 16 21:35:38.880 INFO STEP 173 (remove_files) COMPLETE
58902026-07-16T21:35:39.728Z[ recovery-image] Jul 16 21:35:38.880 INFO O| Jul 16 21:35:38.880 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-16T21:35:39.735Z[ recovery-image] Jul 16 21:35:38.890 INFO O| Jul 16 21:35:38.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58922026-07-16T21:35:39.735Z[ recovery-image] Jul 16 21:35:38.890 INFO O| Jul 16 21:35:38.890 INFO STEP 174 (remove_files) COMPLETE
58932026-07-16T21:35:39.737Z[ recovery-image] Jul 16 21:35:38.890 INFO O| Jul 16 21:35:38.890 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-16T21:35:39.744Z[ recovery-image] Jul 16 21:35:38.899 INFO O| Jul 16 21:35:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58952026-07-16T21:35:39.744Z[ recovery-image] Jul 16 21:35:38.899 INFO O| Jul 16 21:35:38.899 INFO STEP 175 (remove_files) COMPLETE
58962026-07-16T21:35:39.746Z[ recovery-image] Jul 16 21:35:38.899 INFO O| Jul 16 21:35:38.899 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-16T21:35:39.755Z[ recovery-image] Jul 16 21:35:38.910 INFO O| Jul 16 21:35:38.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58982026-07-16T21:35:39.756Z[ recovery-image] Jul 16 21:35:38.910 INFO O| Jul 16 21:35:38.910 INFO STEP 176 (remove_files) COMPLETE
58992026-07-16T21:35:39.758Z[ recovery-image] Jul 16 21:35:38.910 INFO O| Jul 16 21:35:38.910 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-16T21:35:39.766Z[ recovery-image] Jul 16 21:35:38.921 INFO O| Jul 16 21:35:38.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
59012026-07-16T21:35:39.766Z[ recovery-image] Jul 16 21:35:38.921 INFO O| Jul 16 21:35:38.921 INFO STEP 177 (remove_files) COMPLETE
59022026-07-16T21:35:39.768Z[ recovery-image] Jul 16 21:35:38.921 INFO O| Jul 16 21:35:38.921 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-07-16T21:35:39.776Z[ recovery-image] Jul 16 21:35:38.930 INFO O| Jul 16 21:35:38.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
59042026-07-16T21:35:39.778Z[ recovery-image] Jul 16 21:35:38.931 INFO O| Jul 16 21:35:38.931 INFO STEP 178 (remove_files) COMPLETE
59052026-07-16T21:35:39.778Z[ recovery-image] Jul 16 21:35:38.931 INFO O| Jul 16 21:35:38.931 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-16T21:35:39.787Z[ recovery-image] Jul 16 21:35:38.942 INFO O| Jul 16 21:35:38.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
59072026-07-16T21:35:39.787Z[ recovery-image] Jul 16 21:35:38.942 INFO O| Jul 16 21:35:38.942 INFO STEP 179 (remove_files) COMPLETE
59082026-07-16T21:35:39.790Z[ recovery-image] Jul 16 21:35:38.942 INFO O| Jul 16 21:35:38.942 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-16T21:35:39.796Z[ recovery-image] Jul 16 21:35:38.951 INFO O| Jul 16 21:35:38.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
59102026-07-16T21:35:39.796Z[ recovery-image] Jul 16 21:35:38.951 INFO O| Jul 16 21:35:38.951 INFO STEP 180 (remove_files) COMPLETE
59112026-07-16T21:35:39.796Z[ recovery-image] Jul 16 21:35:38.951 INFO O| Jul 16 21:35:38.951 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-16T21:35:39.804Z[ recovery-image] Jul 16 21:35:38.959 INFO O| Jul 16 21:35:38.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59132026-07-16T21:35:39.807Z[ recovery-image] Jul 16 21:35:38.959 INFO O| Jul 16 21:35:38.959 INFO STEP 181 (remove_files) COMPLETE
59142026-07-16T21:35:39.807Z[ recovery-image] Jul 16 21:35:38.959 INFO O| Jul 16 21:35:38.959 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-16T21:35:39.814Z[ recovery-image] Jul 16 21:35:38.969 INFO O| Jul 16 21:35:38.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59162026-07-16T21:35:39.814Z[ recovery-image] Jul 16 21:35:38.969 INFO O| Jul 16 21:35:38.969 INFO STEP 182 (remove_files) COMPLETE
59172026-07-16T21:35:39.818Z[ recovery-image] Jul 16 21:35:38.969 INFO O| Jul 16 21:35:38.969 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-16T21:35:39.825Z[ recovery-image] Jul 16 21:35:38.979 INFO O| Jul 16 21:35:38.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59192026-07-16T21:35:39.825Z[ recovery-image] Jul 16 21:35:38.980 INFO O| Jul 16 21:35:38.980 INFO STEP 183 (remove_files) COMPLETE
59202026-07-16T21:35:39.825Z[ recovery-image] Jul 16 21:35:38.980 INFO O| Jul 16 21:35:38.980 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-16T21:35:39.833Z[ recovery-image] Jul 16 21:35:38.988 INFO O| Jul 16 21:35:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59222026-07-16T21:35:39.833Z[ recovery-image] Jul 16 21:35:38.988 INFO O| Jul 16 21:35:38.988 INFO STEP 184 (remove_files) COMPLETE
59232026-07-16T21:35:39.836Z[ recovery-image] Jul 16 21:35:38.988 INFO O| Jul 16 21:35:38.988 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-16T21:35:39.844Z[ recovery-image] Jul 16 21:35:38.999 INFO O| Jul 16 21:35:38.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59252026-07-16T21:35:39.844Z[ recovery-image] Jul 16 21:35:38.999 INFO O| Jul 16 21:35:38.999 INFO STEP 185 (remove_files) COMPLETE
59262026-07-16T21:35:39.846Z[ recovery-image] Jul 16 21:35:38.999 INFO O| Jul 16 21:35:38.999 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-16T21:35:39.856Z[ recovery-image] Jul 16 21:35:39.009 INFO O| Jul 16 21:35:39.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59282026-07-16T21:35:39.856Z[ recovery-image] Jul 16 21:35:39.009 INFO O| Jul 16 21:35:39.009 INFO STEP 186 (remove_files) COMPLETE
59292026-07-16T21:35:39.856Z[ recovery-image] Jul 16 21:35:39.009 INFO O| Jul 16 21:35:39.009 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-16T21:35:39.863Z[ recovery-image] Jul 16 21:35:39.017 INFO O| Jul 16 21:35:39.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59312026-07-16T21:35:39.863Z[ recovery-image] Jul 16 21:35:39.017 INFO O| Jul 16 21:35:39.017 INFO STEP 187 (remove_files) COMPLETE
59322026-07-16T21:35:39.866Z[ recovery-image] Jul 16 21:35:39.017 INFO O| Jul 16 21:35:39.017 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-16T21:35:39.871Z[ recovery-image] Jul 16 21:35:39.026 INFO O| Jul 16 21:35:39.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59342026-07-16T21:35:39.871Z[ recovery-image] Jul 16 21:35:39.026 INFO O| Jul 16 21:35:39.026 INFO STEP 188 (remove_files) COMPLETE
59352026-07-16T21:35:39.872Z[ recovery-image] Jul 16 21:35:39.026 INFO O| Jul 16 21:35:39.026 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-16T21:35:39.883Z[ recovery-image] Jul 16 21:35:39.037 INFO O| Jul 16 21:35:39.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59372026-07-16T21:35:39.889Z[ recovery-image] Jul 16 21:35:39.037 INFO O| Jul 16 21:35:39.037 INFO STEP 189 (remove_files) COMPLETE
59382026-07-16T21:35:39.890Z[ recovery-image] Jul 16 21:35:39.037 INFO O| Jul 16 21:35:39.037 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-16T21:35:39.893Z[ recovery-image] Jul 16 21:35:39.047 INFO O| Jul 16 21:35:39.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59402026-07-16T21:35:39.894Z[ recovery-image] Jul 16 21:35:39.047 INFO O| Jul 16 21:35:39.047 INFO STEP 190 (remove_files) COMPLETE
59412026-07-16T21:35:39.894Z[ recovery-image] Jul 16 21:35:39.047 INFO O| Jul 16 21:35:39.047 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-16T21:35:39.903Z[ recovery-image] Jul 16 21:35:39.058 INFO O| Jul 16 21:35:39.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59432026-07-16T21:35:39.904Z[ recovery-image] Jul 16 21:35:39.058 INFO O| Jul 16 21:35:39.058 INFO STEP 191 (remove_files) COMPLETE
59442026-07-16T21:35:39.907Z[ recovery-image] Jul 16 21:35:39.058 INFO O| Jul 16 21:35:39.058 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-16T21:35:39.913Z[ recovery-image] Jul 16 21:35:39.068 INFO O| Jul 16 21:35:39.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59462026-07-16T21:35:39.913Z[ recovery-image] Jul 16 21:35:39.068 INFO O| Jul 16 21:35:39.068 INFO STEP 192 (remove_files) COMPLETE
59472026-07-16T21:35:39.916Z[ recovery-image] Jul 16 21:35:39.068 INFO O| Jul 16 21:35:39.068 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-16T21:35:39.926Z[ recovery-image] Jul 16 21:35:39.077 INFO O| Jul 16 21:35:39.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59492026-07-16T21:35:39.926Z[ recovery-image] Jul 16 21:35:39.077 INFO O| Jul 16 21:35:39.077 INFO STEP 193 (remove_files) COMPLETE
59502026-07-16T21:35:39.935Z[ recovery-image] Jul 16 21:35:39.077 INFO O| Jul 16 21:35:39.077 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-16T21:35:39.938Z[ recovery-image] Jul 16 21:35:39.088 INFO O| Jul 16 21:35:39.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59522026-07-16T21:35:39.938Z[ recovery-image] Jul 16 21:35:39.089 INFO O| Jul 16 21:35:39.089 INFO STEP 194 (remove_files) COMPLETE
59532026-07-16T21:35:39.938Z[ recovery-image] Jul 16 21:35:39.089 INFO O| Jul 16 21:35:39.089 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-16T21:35:39.945Z[ recovery-image] Jul 16 21:35:39.099 INFO O| Jul 16 21:35:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59552026-07-16T21:35:39.945Z[ recovery-image] Jul 16 21:35:39.099 INFO O| Jul 16 21:35:39.099 INFO STEP 195 (remove_files) COMPLETE
59562026-07-16T21:35:39.945Z[ recovery-image] Jul 16 21:35:39.099 INFO O| Jul 16 21:35:39.099 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-16T21:35:39.956Z[ recovery-image] Jul 16 21:35:39.110 INFO O| Jul 16 21:35:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59582026-07-16T21:35:39.956Z[ recovery-image] Jul 16 21:35:39.110 INFO O| Jul 16 21:35:39.110 INFO STEP 196 (remove_files) COMPLETE
59592026-07-16T21:35:39.956Z[ recovery-image] Jul 16 21:35:39.110 INFO O| Jul 16 21:35:39.110 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-16T21:35:39.966Z[ recovery-image] Jul 16 21:35:39.121 INFO O| Jul 16 21:35:39.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59612026-07-16T21:35:39.966Z[ recovery-image] Jul 16 21:35:39.121 INFO O| Jul 16 21:35:39.121 INFO STEP 197 (remove_files) COMPLETE
59622026-07-16T21:35:39.966Z[ recovery-image] Jul 16 21:35:39.121 INFO O| Jul 16 21:35:39.121 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-16T21:35:39.978Z[ recovery-image] Jul 16 21:35:39.131 INFO O| Jul 16 21:35:39.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59642026-07-16T21:35:39.981Z[ recovery-image] Jul 16 21:35:39.131 INFO O| Jul 16 21:35:39.131 INFO STEP 198 (remove_files) COMPLETE
59652026-07-16T21:35:39.982Z[ recovery-image] Jul 16 21:35:39.131 INFO O| Jul 16 21:35:39.131 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-16T21:35:39.988Z[ recovery-image] Jul 16 21:35:39.142 INFO O| Jul 16 21:35:39.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59672026-07-16T21:35:39.988Z[ recovery-image] Jul 16 21:35:39.142 INFO O| Jul 16 21:35:39.142 INFO STEP 199 (remove_files) COMPLETE
59682026-07-16T21:35:39.988Z[ recovery-image] Jul 16 21:35:39.142 INFO O| Jul 16 21:35:39.142 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-16T21:35:39.996Z[ recovery-image] Jul 16 21:35:39.151 INFO O| Jul 16 21:35:39.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59702026-07-16T21:35:39.997Z[ recovery-image] Jul 16 21:35:39.151 INFO O| Jul 16 21:35:39.151 INFO STEP 200 (remove_files) COMPLETE
59712026-07-16T21:35:40.002Z[ recovery-image] Jul 16 21:35:39.151 INFO O| Jul 16 21:35:39.151 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-16T21:35:40.006Z[ recovery-image] Jul 16 21:35:39.160 INFO O| Jul 16 21:35:39.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59732026-07-16T21:35:40.009Z[ recovery-image] Jul 16 21:35:39.160 INFO O| Jul 16 21:35:39.160 INFO STEP 201 (remove_files) COMPLETE
59742026-07-16T21:35:40.009Z[ recovery-image] Jul 16 21:35:39.160 INFO O| Jul 16 21:35:39.160 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-16T21:35:40.015Z[ recovery-image] Jul 16 21:35:39.169 INFO O| Jul 16 21:35:39.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59762026-07-16T21:35:40.015Z[ recovery-image] Jul 16 21:35:39.169 INFO O| Jul 16 21:35:39.169 INFO STEP 202 (remove_files) COMPLETE
59772026-07-16T21:35:40.015Z[ recovery-image] Jul 16 21:35:39.169 INFO O| Jul 16 21:35:39.169 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-16T21:35:40.024Z[ recovery-image] Jul 16 21:35:39.178 INFO O| Jul 16 21:35:39.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59792026-07-16T21:35:40.024Z[ recovery-image] Jul 16 21:35:39.178 INFO O| Jul 16 21:35:39.178 INFO STEP 203 (remove_files) COMPLETE
59802026-07-16T21:35:40.027Z[ recovery-image] Jul 16 21:35:39.178 INFO O| Jul 16 21:35:39.178 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-16T21:35:40.035Z[ recovery-image] Jul 16 21:35:39.189 INFO O| Jul 16 21:35:39.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59822026-07-16T21:35:40.035Z[ recovery-image] Jul 16 21:35:39.189 INFO O| Jul 16 21:35:39.189 INFO STEP 204 (remove_files) COMPLETE
59832026-07-16T21:35:40.035Z[ recovery-image] Jul 16 21:35:39.189 INFO O| Jul 16 21:35:39.189 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-16T21:35:40.045Z[ recovery-image] Jul 16 21:35:39.199 INFO O| Jul 16 21:35:39.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59852026-07-16T21:35:40.045Z[ recovery-image] Jul 16 21:35:39.199 INFO O| Jul 16 21:35:39.199 INFO STEP 205 (remove_files) COMPLETE
59862026-07-16T21:35:40.050Z[ recovery-image] Jul 16 21:35:39.199 INFO O| Jul 16 21:35:39.199 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.209 INFO O| Jul 16 21:35:39.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59882026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.209 INFO O| Jul 16 21:35:39.209 INFO STEP 206 (remove_files) COMPLETE
59892026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.209 INFO O| Jul 16 21:35:39.209 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.219 INFO O| Jul 16 21:35:39.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59912026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.219 INFO O| Jul 16 21:35:39.219 INFO STEP 207 (remove_files) COMPLETE
59922026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.219 INFO O| Jul 16 21:35:39.219 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.229 INFO O| Jul 16 21:35:39.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59942026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.229 INFO O| Jul 16 21:35:39.229 INFO STEP 208 (remove_files) COMPLETE
59952026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.229 INFO O| Jul 16 21:35:39.229 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.239 INFO O| Jul 16 21:35:39.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59972026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.239 INFO O| Jul 16 21:35:39.239 INFO STEP 209 (remove_files) COMPLETE
59982026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.239 INFO O| Jul 16 21:35:39.239 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-16T21:35:40.102Z[ recovery-image] Jul 16 21:35:39.247 INFO O| Jul 16 21:35:39.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
60002026-07-16T21:35:40.104Z[ recovery-image] Jul 16 21:35:39.247 INFO O| Jul 16 21:35:39.247 INFO STEP 210 (remove_files) COMPLETE
60012026-07-16T21:35:40.104Z[ recovery-image] Jul 16 21:35:39.247 INFO O| Jul 16 21:35:39.247 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-16T21:35:40.111Z[ recovery-image] Jul 16 21:35:39.257 INFO O| Jul 16 21:35:39.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
60032026-07-16T21:35:40.111Z[ recovery-image] Jul 16 21:35:39.257 INFO O| Jul 16 21:35:39.257 INFO STEP 211 (remove_files) COMPLETE
60042026-07-16T21:35:40.111Z[ recovery-image] Jul 16 21:35:39.257 INFO O| Jul 16 21:35:39.257 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-16T21:35:40.115Z[ recovery-image] Jul 16 21:35:39.267 INFO O| Jul 16 21:35:39.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
60062026-07-16T21:35:40.115Z[ recovery-image] Jul 16 21:35:39.267 INFO O| Jul 16 21:35:39.267 INFO STEP 212 (remove_files) COMPLETE
60072026-07-16T21:35:40.115Z[ recovery-image] Jul 16 21:35:39.267 INFO O| Jul 16 21:35:39.267 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-16T21:35:40.123Z[ recovery-image] Jul 16 21:35:39.277 INFO O| Jul 16 21:35:39.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
60092026-07-16T21:35:40.123Z[ recovery-image] Jul 16 21:35:39.277 INFO O| Jul 16 21:35:39.277 INFO STEP 213 (remove_files) COMPLETE
60102026-07-16T21:35:40.123Z[ recovery-image] Jul 16 21:35:39.277 INFO O| Jul 16 21:35:39.277 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-16T21:35:40.131Z[ recovery-image] Jul 16 21:35:39.285 INFO O| Jul 16 21:35:39.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60122026-07-16T21:35:40.131Z[ recovery-image] Jul 16 21:35:39.285 INFO O| Jul 16 21:35:39.285 INFO STEP 214 (remove_files) COMPLETE
60132026-07-16T21:35:40.134Z[ recovery-image] Jul 16 21:35:39.285 INFO O| Jul 16 21:35:39.285 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-16T21:35:40.141Z[ recovery-image] Jul 16 21:35:39.296 INFO O| Jul 16 21:35:39.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60152026-07-16T21:35:40.142Z[ recovery-image] Jul 16 21:35:39.296 INFO O| Jul 16 21:35:39.296 INFO STEP 215 (remove_files) COMPLETE
60162026-07-16T21:35:40.142Z[ recovery-image] Jul 16 21:35:39.296 INFO O| Jul 16 21:35:39.296 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-16T21:35:40.153Z[ recovery-image] Jul 16 21:35:39.306 INFO O| Jul 16 21:35:39.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60182026-07-16T21:35:40.157Z[ recovery-image] Jul 16 21:35:39.306 INFO O| Jul 16 21:35:39.306 INFO STEP 216 (remove_files) COMPLETE
60192026-07-16T21:35:40.157Z[ recovery-image] Jul 16 21:35:39.306 INFO O| Jul 16 21:35:39.306 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-16T21:35:40.162Z[ recovery-image] Jul 16 21:35:39.317 INFO O| Jul 16 21:35:39.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60212026-07-16T21:35:40.165Z[ recovery-image] Jul 16 21:35:39.317 INFO O| Jul 16 21:35:39.317 INFO STEP 217 (remove_files) COMPLETE
60222026-07-16T21:35:40.165Z[ recovery-image] Jul 16 21:35:39.317 INFO O| Jul 16 21:35:39.317 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-16T21:35:40.172Z[ recovery-image] Jul 16 21:35:39.326 INFO O| Jul 16 21:35:39.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60242026-07-16T21:35:40.176Z[ recovery-image] Jul 16 21:35:39.327 INFO O| Jul 16 21:35:39.327 INFO STEP 218 (remove_files) COMPLETE
60252026-07-16T21:35:40.176Z[ recovery-image] Jul 16 21:35:39.327 INFO O| Jul 16 21:35:39.327 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-16T21:35:40.181Z[ recovery-image] Jul 16 21:35:39.336 INFO O| Jul 16 21:35:39.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60272026-07-16T21:35:40.181Z[ recovery-image] Jul 16 21:35:39.336 INFO O| Jul 16 21:35:39.336 INFO STEP 219 (remove_files) COMPLETE
60282026-07-16T21:35:40.181Z[ recovery-image] Jul 16 21:35:39.336 INFO O| Jul 16 21:35:39.336 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-16T21:35:40.192Z[ recovery-image] Jul 16 21:35:39.347 INFO O| Jul 16 21:35:39.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60302026-07-16T21:35:40.192Z[ recovery-image] Jul 16 21:35:39.347 INFO O| Jul 16 21:35:39.347 INFO STEP 220 (remove_files) COMPLETE
60312026-07-16T21:35:40.192Z[ recovery-image] Jul 16 21:35:39.347 INFO O| Jul 16 21:35:39.347 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-16T21:35:40.201Z[ recovery-image] Jul 16 21:35:39.356 INFO O| Jul 16 21:35:39.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60332026-07-16T21:35:40.201Z[ recovery-image] Jul 16 21:35:39.356 INFO O| Jul 16 21:35:39.356 INFO STEP 221 (remove_files) COMPLETE
60342026-07-16T21:35:40.207Z[ recovery-image] Jul 16 21:35:39.356 INFO O| Jul 16 21:35:39.356 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-07-16T21:35:40.213Z[ recovery-image] Jul 16 21:35:39.366 INFO O| Jul 16 21:35:39.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60362026-07-16T21:35:40.213Z[ recovery-image] Jul 16 21:35:39.366 INFO O| Jul 16 21:35:39.366 INFO STEP 222 (remove_files) COMPLETE
60372026-07-16T21:35:40.217Z[ recovery-image] Jul 16 21:35:39.366 INFO O| Jul 16 21:35:39.366 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-16T21:35:40.223Z[ recovery-image] Jul 16 21:35:39.377 INFO O| Jul 16 21:35:39.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60392026-07-16T21:35:40.223Z[ recovery-image] Jul 16 21:35:39.377 INFO O| Jul 16 21:35:39.377 INFO STEP 223 (remove_files) COMPLETE
60402026-07-16T21:35:40.223Z[ recovery-image] Jul 16 21:35:39.377 INFO O| Jul 16 21:35:39.377 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-16T21:35:40.235Z[ recovery-image] Jul 16 21:35:39.389 INFO O| Jul 16 21:35:39.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60422026-07-16T21:35:40.235Z[ recovery-image] Jul 16 21:35:39.389 INFO O| Jul 16 21:35:39.389 INFO STEP 224 (remove_files) COMPLETE
60432026-07-16T21:35:40.235Z[ recovery-image] Jul 16 21:35:39.389 INFO O| Jul 16 21:35:39.389 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-16T21:35:40.255Z[ recovery-image] Jul 16 21:35:39.399 INFO O| Jul 16 21:35:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60452026-07-16T21:35:40.255Z[ recovery-image] Jul 16 21:35:39.399 INFO O| Jul 16 21:35:39.399 INFO STEP 225 (remove_files) COMPLETE
60462026-07-16T21:35:40.259Z[ recovery-image] Jul 16 21:35:39.399 INFO O| Jul 16 21:35:39.399 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-16T21:35:40.259Z[ recovery-image] Jul 16 21:35:39.410 INFO O| Jul 16 21:35:39.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60482026-07-16T21:35:40.259Z[ recovery-image] Jul 16 21:35:39.410 INFO O| Jul 16 21:35:39.410 INFO STEP 226 (remove_files) COMPLETE
60492026-07-16T21:35:40.259Z[ recovery-image] Jul 16 21:35:39.410 INFO O| Jul 16 21:35:39.410 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-07-16T21:35:40.268Z[ recovery-image] Jul 16 21:35:39.422 INFO O| Jul 16 21:35:39.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60512026-07-16T21:35:40.268Z[ recovery-image] Jul 16 21:35:39.422 INFO O| Jul 16 21:35:39.422 INFO STEP 227 (remove_files) COMPLETE
60522026-07-16T21:35:40.272Z[ recovery-image] Jul 16 21:35:39.422 INFO O| Jul 16 21:35:39.422 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-07-16T21:35:40.278Z[ recovery-image] Jul 16 21:35:39.432 INFO O| Jul 16 21:35:39.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60542026-07-16T21:35:40.278Z[ recovery-image] Jul 16 21:35:39.432 INFO O| Jul 16 21:35:39.432 INFO STEP 228 (remove_files) COMPLETE
60552026-07-16T21:35:40.281Z[ recovery-image] Jul 16 21:35:39.432 INFO O| Jul 16 21:35:39.432 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-07-16T21:35:40.287Z[ recovery-image] Jul 16 21:35:39.442 INFO O| Jul 16 21:35:39.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60572026-07-16T21:35:40.287Z[ recovery-image] Jul 16 21:35:39.442 INFO O| Jul 16 21:35:39.442 INFO STEP 229 (remove_files) COMPLETE
60582026-07-16T21:35:40.290Z[ recovery-image] Jul 16 21:35:39.442 INFO O| Jul 16 21:35:39.442 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-07-16T21:35:40.298Z[ recovery-image] Jul 16 21:35:39.452 INFO O| Jul 16 21:35:39.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60602026-07-16T21:35:40.298Z[ recovery-image] Jul 16 21:35:39.452 INFO O| Jul 16 21:35:39.452 INFO STEP 230 (remove_files) COMPLETE
60612026-07-16T21:35:40.298Z[ recovery-image] Jul 16 21:35:39.452 INFO O| Jul 16 21:35:39.452 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-07-16T21:35:40.317Z[ recovery-image] Jul 16 21:35:39.463 INFO O| Jul 16 21:35:39.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60632026-07-16T21:35:40.318Z[ recovery-image] Jul 16 21:35:39.463 INFO O| Jul 16 21:35:39.463 INFO STEP 231 (remove_files) COMPLETE
60642026-07-16T21:35:40.318Z[ recovery-image] Jul 16 21:35:39.463 INFO O| Jul 16 21:35:39.463 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-07-16T21:35:40.321Z[ recovery-image] Jul 16 21:35:39.473 INFO O| Jul 16 21:35:39.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60662026-07-16T21:35:40.321Z[ recovery-image] Jul 16 21:35:39.473 INFO O| Jul 16 21:35:39.473 INFO STEP 232 (remove_files) COMPLETE
60672026-07-16T21:35:40.321Z[ recovery-image] Jul 16 21:35:39.473 INFO O| Jul 16 21:35:39.473 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-07-16T21:35:40.329Z[ recovery-image] Jul 16 21:35:39.484 INFO O| Jul 16 21:35:39.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60692026-07-16T21:35:40.334Z[ recovery-image] Jul 16 21:35:39.484 INFO O| Jul 16 21:35:39.484 INFO STEP 233 (remove_files) COMPLETE
60702026-07-16T21:35:40.334Z[ recovery-image] Jul 16 21:35:39.484 INFO O| Jul 16 21:35:39.484 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-07-16T21:35:40.342Z[ recovery-image] Jul 16 21:35:39.495 INFO O| Jul 16 21:35:39.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60722026-07-16T21:35:40.342Z[ recovery-image] Jul 16 21:35:39.495 INFO O| Jul 16 21:35:39.495 INFO STEP 234 (remove_files) COMPLETE
60732026-07-16T21:35:40.342Z[ recovery-image] Jul 16 21:35:39.495 INFO O| Jul 16 21:35:39.495 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-07-16T21:35:40.353Z[ recovery-image] Jul 16 21:35:39.506 INFO O| Jul 16 21:35:39.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60752026-07-16T21:35:40.353Z[ recovery-image] Jul 16 21:35:39.506 INFO O| Jul 16 21:35:39.506 INFO STEP 235 (remove_files) COMPLETE
60762026-07-16T21:35:40.353Z[ recovery-image] Jul 16 21:35:39.506 INFO O| Jul 16 21:35:39.506 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-07-16T21:35:40.362Z[ recovery-image] Jul 16 21:35:39.517 INFO O| Jul 16 21:35:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60782026-07-16T21:35:40.365Z[ recovery-image] Jul 16 21:35:39.517 INFO O| Jul 16 21:35:39.517 INFO STEP 236 (remove_files) COMPLETE
60792026-07-16T21:35:40.365Z[ recovery-image] Jul 16 21:35:39.517 INFO O| Jul 16 21:35:39.517 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-07-16T21:35:40.373Z[ recovery-image] Jul 16 21:35:39.527 INFO O| Jul 16 21:35:39.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60812026-07-16T21:35:40.373Z[ recovery-image] Jul 16 21:35:39.528 INFO O| Jul 16 21:35:39.527 INFO STEP 237 (remove_files) COMPLETE
60822026-07-16T21:35:40.373Z[ recovery-image] Jul 16 21:35:39.528 INFO O| Jul 16 21:35:39.528 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-07-16T21:35:40.383Z[ recovery-image] Jul 16 21:35:39.538 INFO O| Jul 16 21:35:39.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60842026-07-16T21:35:40.383Z[ recovery-image] Jul 16 21:35:39.538 INFO O| Jul 16 21:35:39.538 INFO STEP 238 (remove_files) COMPLETE
60852026-07-16T21:35:40.383Z[ recovery-image] Jul 16 21:35:39.538 INFO O| Jul 16 21:35:39.538 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-07-16T21:35:40.393Z[ recovery-image] Jul 16 21:35:39.548 INFO O| Jul 16 21:35:39.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60872026-07-16T21:35:40.393Z[ recovery-image] Jul 16 21:35:39.548 INFO O| Jul 16 21:35:39.548 INFO STEP 239 (remove_files) COMPLETE
60882026-07-16T21:35:40.393Z[ recovery-image] Jul 16 21:35:39.548 INFO O| Jul 16 21:35:39.548 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-07-16T21:35:40.404Z[ recovery-image] Jul 16 21:35:39.558 INFO O| Jul 16 21:35:39.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60902026-07-16T21:35:40.404Z[ recovery-image] Jul 16 21:35:39.558 INFO O| Jul 16 21:35:39.558 INFO STEP 240 (remove_files) COMPLETE
60912026-07-16T21:35:40.407Z[ recovery-image] Jul 16 21:35:39.558 INFO O| Jul 16 21:35:39.558 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-07-16T21:35:40.416Z[ recovery-image] Jul 16 21:35:39.569 INFO O| Jul 16 21:35:39.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60932026-07-16T21:35:40.416Z[ recovery-image] Jul 16 21:35:39.569 INFO O| Jul 16 21:35:39.569 INFO STEP 241 (remove_files) COMPLETE
60942026-07-16T21:35:40.416Z[ recovery-image] Jul 16 21:35:39.569 INFO O| Jul 16 21:35:39.569 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-07-16T21:35:40.427Z[ recovery-image] Jul 16 21:35:39.581 INFO O| Jul 16 21:35:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60962026-07-16T21:35:40.427Z[ recovery-image] Jul 16 21:35:39.581 INFO O| Jul 16 21:35:39.581 INFO STEP 242 (remove_files) COMPLETE
60972026-07-16T21:35:40.431Z[ recovery-image] Jul 16 21:35:39.582 INFO O| Jul 16 21:35:39.581 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-07-16T21:35:40.438Z[ recovery-image] Jul 16 21:35:39.592 INFO O| Jul 16 21:35:39.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60992026-07-16T21:35:40.438Z[ recovery-image] Jul 16 21:35:39.592 INFO O| Jul 16 21:35:39.592 INFO STEP 243 (remove_files) COMPLETE
61002026-07-16T21:35:40.442Z[ recovery-image] Jul 16 21:35:39.592 INFO O| Jul 16 21:35:39.592 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-07-16T21:35:40.449Z[ recovery-image] Jul 16 21:35:39.603 INFO O| Jul 16 21:35:39.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
61022026-07-16T21:35:40.449Z[ recovery-image] Jul 16 21:35:39.603 INFO O| Jul 16 21:35:39.603 INFO STEP 244 (remove_files) COMPLETE
61032026-07-16T21:35:40.449Z[ recovery-image] Jul 16 21:35:39.603 INFO O| Jul 16 21:35:39.603 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-07-16T21:35:40.460Z[ recovery-image] Jul 16 21:35:39.614 INFO O| Jul 16 21:35:39.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
61052026-07-16T21:35:40.467Z[ recovery-image] Jul 16 21:35:39.614 INFO O| Jul 16 21:35:39.614 INFO STEP 245 (remove_files) COMPLETE
61062026-07-16T21:35:40.467Z[ recovery-image] Jul 16 21:35:39.614 INFO O| Jul 16 21:35:39.614 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-07-16T21:35:40.471Z[ recovery-image] Jul 16 21:35:39.625 INFO O| Jul 16 21:35:39.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
61082026-07-16T21:35:40.471Z[ recovery-image] Jul 16 21:35:39.625 INFO O| Jul 16 21:35:39.625 INFO STEP 246 (remove_files) COMPLETE
61092026-07-16T21:35:40.471Z[ recovery-image] Jul 16 21:35:39.625 INFO O| Jul 16 21:35:39.625 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-07-16T21:35:40.483Z[ recovery-image] Jul 16 21:35:39.637 INFO O| Jul 16 21:35:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
61112026-07-16T21:35:40.483Z[ recovery-image] Jul 16 21:35:39.637 INFO O| Jul 16 21:35:39.637 INFO STEP 247 (remove_files) COMPLETE
61122026-07-16T21:35:40.483Z[ recovery-image] Jul 16 21:35:39.637 INFO O| Jul 16 21:35:39.637 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-07-16T21:35:40.496Z[ recovery-image] Jul 16 21:35:39.648 INFO O| Jul 16 21:35:39.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61142026-07-16T21:35:40.496Z[ recovery-image] Jul 16 21:35:39.648 INFO O| Jul 16 21:35:39.648 INFO STEP 248 (remove_files) COMPLETE
61152026-07-16T21:35:40.496Z[ recovery-image] Jul 16 21:35:39.648 INFO O| Jul 16 21:35:39.648 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-07-16T21:35:40.506Z[ recovery-image] Jul 16 21:35:39.660 INFO O| Jul 16 21:35:39.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61172026-07-16T21:35:40.506Z[ recovery-image] Jul 16 21:35:39.660 INFO O| Jul 16 21:35:39.660 INFO STEP 249 (remove_files) COMPLETE
61182026-07-16T21:35:40.509Z[ recovery-image] Jul 16 21:35:39.660 INFO O| Jul 16 21:35:39.660 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-07-16T21:35:40.516Z[ recovery-image] Jul 16 21:35:39.671 INFO O| Jul 16 21:35:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61202026-07-16T21:35:40.516Z[ recovery-image] Jul 16 21:35:39.671 INFO O| Jul 16 21:35:39.671 INFO STEP 250 (remove_files) COMPLETE
61212026-07-16T21:35:40.516Z[ recovery-image] Jul 16 21:35:39.671 INFO O| Jul 16 21:35:39.671 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-07-16T21:35:40.529Z[ recovery-image] Jul 16 21:35:39.682 INFO O| Jul 16 21:35:39.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61232026-07-16T21:35:40.529Z[ recovery-image] Jul 16 21:35:39.682 INFO O| Jul 16 21:35:39.682 INFO STEP 251 (remove_files) COMPLETE
61242026-07-16T21:35:40.529Z[ recovery-image] Jul 16 21:35:39.682 INFO O| Jul 16 21:35:39.682 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-07-16T21:35:40.540Z[ recovery-image] Jul 16 21:35:39.692 INFO O| Jul 16 21:35:39.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61262026-07-16T21:35:40.540Z[ recovery-image] Jul 16 21:35:39.692 INFO O| Jul 16 21:35:39.692 INFO STEP 252 (remove_files) COMPLETE
61272026-07-16T21:35:40.540Z[ recovery-image] Jul 16 21:35:39.692 INFO O| Jul 16 21:35:39.692 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-07-16T21:35:40.550Z[ recovery-image] Jul 16 21:35:39.702 INFO O| Jul 16 21:35:39.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61292026-07-16T21:35:40.550Z[ recovery-image] Jul 16 21:35:39.702 INFO O| Jul 16 21:35:39.702 INFO STEP 253 (remove_files) COMPLETE
61302026-07-16T21:35:40.551Z[ recovery-image] Jul 16 21:35:39.702 INFO O| Jul 16 21:35:39.702 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-07-16T21:35:40.567Z[ recovery-image] Jul 16 21:35:39.714 INFO O| Jul 16 21:35:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61322026-07-16T21:35:40.567Z[ recovery-image] Jul 16 21:35:39.714 INFO O| Jul 16 21:35:39.714 INFO STEP 254 (remove_files) COMPLETE
61332026-07-16T21:35:40.570Z[ recovery-image] Jul 16 21:35:39.714 INFO O| Jul 16 21:35:39.714 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-07-16T21:35:40.570Z[ recovery-image] Jul 16 21:35:39.723 INFO O| Jul 16 21:35:39.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61352026-07-16T21:35:40.570Z[ recovery-image] Jul 16 21:35:39.723 INFO O| Jul 16 21:35:39.723 INFO STEP 255 (remove_files) COMPLETE
61362026-07-16T21:35:40.570Z[ recovery-image] Jul 16 21:35:39.723 INFO O| Jul 16 21:35:39.723 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-07-16T21:35:40.580Z[ recovery-image] Jul 16 21:35:39.734 INFO O| Jul 16 21:35:39.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61382026-07-16T21:35:40.580Z[ recovery-image] Jul 16 21:35:39.734 INFO O| Jul 16 21:35:39.734 INFO STEP 256 (remove_files) COMPLETE
61392026-07-16T21:35:40.580Z[ recovery-image] Jul 16 21:35:39.734 INFO O| Jul 16 21:35:39.734 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-07-16T21:35:40.593Z[ recovery-image] Jul 16 21:35:39.746 INFO O| Jul 16 21:35:39.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61412026-07-16T21:35:40.593Z[ recovery-image] Jul 16 21:35:39.746 INFO O| Jul 16 21:35:39.746 INFO STEP 257 (remove_files) COMPLETE
61422026-07-16T21:35:40.593Z[ recovery-image] Jul 16 21:35:39.746 INFO O| Jul 16 21:35:39.746 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-07-16T21:35:40.601Z[ recovery-image] Jul 16 21:35:39.756 INFO O| Jul 16 21:35:39.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61442026-07-16T21:35:40.602Z[ recovery-image] Jul 16 21:35:39.756 INFO O| Jul 16 21:35:39.756 INFO STEP 258 (remove_files) COMPLETE
61452026-07-16T21:35:40.602Z[ recovery-image] Jul 16 21:35:39.756 INFO O| Jul 16 21:35:39.756 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-07-16T21:35:40.616Z[ recovery-image] Jul 16 21:35:39.767 INFO O| Jul 16 21:35:39.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61472026-07-16T21:35:40.616Z[ recovery-image] Jul 16 21:35:39.767 INFO O| Jul 16 21:35:39.767 INFO STEP 259 (remove_files) COMPLETE
61482026-07-16T21:35:40.616Z[ recovery-image] Jul 16 21:35:39.767 INFO O| Jul 16 21:35:39.767 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-07-16T21:35:40.624Z[ recovery-image] Jul 16 21:35:39.778 INFO O| Jul 16 21:35:39.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61502026-07-16T21:35:40.624Z[ recovery-image] Jul 16 21:35:39.778 INFO O| Jul 16 21:35:39.778 INFO STEP 260 (remove_files) COMPLETE
61512026-07-16T21:35:40.624Z[ recovery-image] Jul 16 21:35:39.778 INFO O| Jul 16 21:35:39.778 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-07-16T21:35:40.637Z[ recovery-image] Jul 16 21:35:39.788 INFO O| Jul 16 21:35:39.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61532026-07-16T21:35:40.637Z[ recovery-image] Jul 16 21:35:39.788 INFO O| Jul 16 21:35:39.788 INFO STEP 261 (remove_files) COMPLETE
61542026-07-16T21:35:40.642Z[ recovery-image] Jul 16 21:35:39.788 INFO O| Jul 16 21:35:39.788 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-07-16T21:35:40.648Z[ recovery-image] Jul 16 21:35:39.800 INFO O| Jul 16 21:35:39.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61562026-07-16T21:35:40.648Z[ recovery-image] Jul 16 21:35:39.800 INFO O| Jul 16 21:35:39.800 INFO STEP 262 (remove_files) COMPLETE
61572026-07-16T21:35:40.648Z[ recovery-image] Jul 16 21:35:39.800 INFO O| Jul 16 21:35:39.800 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-07-16T21:35:40.655Z[ recovery-image] Jul 16 21:35:39.809 INFO O| Jul 16 21:35:39.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61592026-07-16T21:35:40.656Z[ recovery-image] Jul 16 21:35:39.810 INFO O| Jul 16 21:35:39.809 INFO STEP 263 (remove_files) COMPLETE
61602026-07-16T21:35:40.656Z[ recovery-image] Jul 16 21:35:39.810 INFO O| Jul 16 21:35:39.810 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-07-16T21:35:40.668Z[ recovery-image] Jul 16 21:35:39.822 INFO O| Jul 16 21:35:39.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61622026-07-16T21:35:40.668Z[ recovery-image] Jul 16 21:35:39.822 INFO O| Jul 16 21:35:39.822 INFO STEP 264 (remove_files) COMPLETE
61632026-07-16T21:35:40.668Z[ recovery-image] Jul 16 21:35:39.822 INFO O| Jul 16 21:35:39.822 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-07-16T21:35:40.678Z[ recovery-image] Jul 16 21:35:39.832 INFO O| Jul 16 21:35:39.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61652026-07-16T21:35:40.678Z[ recovery-image] Jul 16 21:35:39.832 INFO O| Jul 16 21:35:39.832 INFO STEP 265 (remove_files) COMPLETE
61662026-07-16T21:35:40.683Z[ recovery-image] Jul 16 21:35:39.832 INFO O| Jul 16 21:35:39.832 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-07-16T21:35:40.689Z[ recovery-image] Jul 16 21:35:39.843 INFO O| Jul 16 21:35:39.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61682026-07-16T21:35:40.689Z[ recovery-image] Jul 16 21:35:39.843 INFO O| Jul 16 21:35:39.843 INFO STEP 266 (remove_files) COMPLETE
61692026-07-16T21:35:40.689Z[ recovery-image] Jul 16 21:35:39.843 INFO O| Jul 16 21:35:39.843 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-07-16T21:35:40.699Z[ recovery-image] Jul 16 21:35:39.853 INFO O| Jul 16 21:35:39.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61712026-07-16T21:35:40.699Z[ recovery-image] Jul 16 21:35:39.853 INFO O| Jul 16 21:35:39.853 INFO STEP 267 (remove_files) COMPLETE
61722026-07-16T21:35:40.703Z[ recovery-image] Jul 16 21:35:39.853 INFO O| Jul 16 21:35:39.853 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-07-16T21:35:40.709Z[ recovery-image] Jul 16 21:35:39.863 INFO O| Jul 16 21:35:39.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61742026-07-16T21:35:40.709Z[ recovery-image] Jul 16 21:35:39.863 INFO O| Jul 16 21:35:39.863 INFO STEP 268 (remove_files) COMPLETE
61752026-07-16T21:35:40.709Z[ recovery-image] Jul 16 21:35:39.863 INFO O| Jul 16 21:35:39.863 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-07-16T21:35:40.720Z[ recovery-image] Jul 16 21:35:39.873 INFO O| Jul 16 21:35:39.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61772026-07-16T21:35:40.720Z[ recovery-image] Jul 16 21:35:39.873 INFO O| Jul 16 21:35:39.873 INFO STEP 269 (remove_files) COMPLETE
61782026-07-16T21:35:40.720Z[ recovery-image] Jul 16 21:35:39.873 INFO O| Jul 16 21:35:39.873 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-07-16T21:35:40.733Z[ recovery-image] Jul 16 21:35:39.883 INFO O| Jul 16 21:35:39.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61802026-07-16T21:35:40.733Z[ recovery-image] Jul 16 21:35:39.884 INFO O| Jul 16 21:35:39.883 INFO STEP 270 (remove_files) COMPLETE
61812026-07-16T21:35:40.738Z[ recovery-image] Jul 16 21:35:39.884 INFO O| Jul 16 21:35:39.883 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-07-16T21:35:40.742Z[ recovery-image] Jul 16 21:35:39.894 INFO O| Jul 16 21:35:39.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61832026-07-16T21:35:40.743Z[ recovery-image] Jul 16 21:35:39.895 INFO O| Jul 16 21:35:39.895 INFO STEP 271 (remove_files) COMPLETE
61842026-07-16T21:35:40.743Z[ recovery-image] Jul 16 21:35:39.895 INFO O| Jul 16 21:35:39.895 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-07-16T21:35:40.752Z[ recovery-image] Jul 16 21:35:39.906 INFO O| Jul 16 21:35:39.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61862026-07-16T21:35:40.752Z[ recovery-image] Jul 16 21:35:39.906 INFO O| Jul 16 21:35:39.906 INFO STEP 272 (remove_files) COMPLETE
61872026-07-16T21:35:40.752Z[ recovery-image] Jul 16 21:35:39.906 INFO O| Jul 16 21:35:39.906 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-07-16T21:35:40.762Z[ recovery-image] Jul 16 21:35:39.917 INFO O| Jul 16 21:35:39.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61892026-07-16T21:35:40.763Z[ recovery-image] Jul 16 21:35:39.917 INFO O| Jul 16 21:35:39.917 INFO STEP 273 (remove_files) COMPLETE
61902026-07-16T21:35:40.763Z[ recovery-image] Jul 16 21:35:39.917 INFO O| Jul 16 21:35:39.917 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-07-16T21:35:40.772Z[ recovery-image] Jul 16 21:35:39.926 INFO O| Jul 16 21:35:39.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61922026-07-16T21:35:40.772Z[ recovery-image] Jul 16 21:35:39.927 INFO O| Jul 16 21:35:39.926 INFO STEP 274 (remove_files) COMPLETE
61932026-07-16T21:35:40.772Z[ recovery-image] Jul 16 21:35:39.927 INFO O| Jul 16 21:35:39.926 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-07-16T21:35:40.782Z[ recovery-image] Jul 16 21:35:39.936 INFO O| Jul 16 21:35:39.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61952026-07-16T21:35:40.782Z[ recovery-image] Jul 16 21:35:39.936 INFO O| Jul 16 21:35:39.936 INFO STEP 275 (remove_files) COMPLETE
61962026-07-16T21:35:40.785Z[ recovery-image] Jul 16 21:35:39.936 INFO O| Jul 16 21:35:39.936 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-07-16T21:35:40.791Z[ recovery-image] Jul 16 21:35:39.945 INFO O| Jul 16 21:35:39.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61982026-07-16T21:35:40.791Z[ recovery-image] Jul 16 21:35:39.945 INFO O| Jul 16 21:35:39.945 INFO STEP 276 (remove_files) COMPLETE
61992026-07-16T21:35:40.791Z[ recovery-image] Jul 16 21:35:39.945 INFO O| Jul 16 21:35:39.945 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-07-16T21:35:40.806Z[ recovery-image] Jul 16 21:35:39.956 INFO O| Jul 16 21:35:39.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
62012026-07-16T21:35:40.806Z[ recovery-image] Jul 16 21:35:39.956 INFO O| Jul 16 21:35:39.956 INFO STEP 277 (remove_files) COMPLETE
62022026-07-16T21:35:40.806Z[ recovery-image] Jul 16 21:35:39.956 INFO O| Jul 16 21:35:39.956 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-07-16T21:35:40.813Z[ recovery-image] Jul 16 21:35:39.966 INFO O| Jul 16 21:35:39.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
62042026-07-16T21:35:40.818Z[ recovery-image] Jul 16 21:35:39.969 INFO O| Jul 16 21:35:39.969 INFO STEP 278 (remove_files) COMPLETE
62052026-07-16T21:35:40.818Z[ recovery-image] Jul 16 21:35:39.969 INFO O| Jul 16 21:35:39.969 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-07-16T21:35:40.826Z[ recovery-image] Jul 16 21:35:39.979 INFO O| Jul 16 21:35:39.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
62072026-07-16T21:35:40.826Z[ recovery-image] Jul 16 21:35:39.979 INFO O| Jul 16 21:35:39.979 INFO STEP 279 (remove_files) COMPLETE
62082026-07-16T21:35:40.826Z[ recovery-image] Jul 16 21:35:39.979 INFO O| Jul 16 21:35:39.979 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-07-16T21:35:40.836Z[ recovery-image] Jul 16 21:35:39.990 INFO O| Jul 16 21:35:39.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62102026-07-16T21:35:40.836Z[ recovery-image] Jul 16 21:35:39.990 INFO O| Jul 16 21:35:39.990 INFO STEP 280 (remove_files) COMPLETE
62112026-07-16T21:35:40.840Z[ recovery-image] Jul 16 21:35:39.990 INFO O| Jul 16 21:35:39.990 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-07-16T21:35:40.846Z[ recovery-image] Jul 16 21:35:40.000 INFO O| Jul 16 21:35:40.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62132026-07-16T21:35:40.846Z[ recovery-image] Jul 16 21:35:40.000 INFO O| Jul 16 21:35:40.000 INFO STEP 281 (remove_files) COMPLETE
62142026-07-16T21:35:40.856Z[ recovery-image] Jul 16 21:35:40.000 INFO O| Jul 16 21:35:40.000 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-07-16T21:35:40.864Z[ recovery-image] Jul 16 21:35:40.010 INFO O| Jul 16 21:35:40.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62162026-07-16T21:35:40.864Z[ recovery-image] Jul 16 21:35:40.010 INFO O| Jul 16 21:35:40.010 INFO STEP 282 (remove_files) COMPLETE
62172026-07-16T21:35:40.865Z[ recovery-image] Jul 16 21:35:40.010 INFO O| Jul 16 21:35:40.010 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-07-16T21:35:40.870Z[ recovery-image] Jul 16 21:35:40.021 INFO O| Jul 16 21:35:40.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62192026-07-16T21:35:40.870Z[ recovery-image] Jul 16 21:35:40.021 INFO O| Jul 16 21:35:40.021 INFO STEP 283 (remove_files) COMPLETE
62202026-07-16T21:35:40.870Z[ recovery-image] Jul 16 21:35:40.021 INFO O| Jul 16 21:35:40.021 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-07-16T21:35:40.879Z[ recovery-image] Jul 16 21:35:40.032 INFO O| Jul 16 21:35:40.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62222026-07-16T21:35:40.879Z[ recovery-image] Jul 16 21:35:40.032 INFO O| Jul 16 21:35:40.032 INFO STEP 284 (remove_files) COMPLETE
62232026-07-16T21:35:40.879Z[ recovery-image] Jul 16 21:35:40.032 INFO O| Jul 16 21:35:40.032 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-07-16T21:35:40.888Z[ recovery-image] Jul 16 21:35:40.042 INFO O| Jul 16 21:35:40.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62252026-07-16T21:35:40.888Z[ recovery-image] Jul 16 21:35:40.042 INFO O| Jul 16 21:35:40.042 INFO STEP 285 (remove_files) COMPLETE
62262026-07-16T21:35:40.888Z[ recovery-image] Jul 16 21:35:40.042 INFO O| Jul 16 21:35:40.042 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-07-16T21:35:40.897Z[ recovery-image] Jul 16 21:35:40.052 INFO O| Jul 16 21:35:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62282026-07-16T21:35:40.897Z[ recovery-image] Jul 16 21:35:40.052 INFO O| Jul 16 21:35:40.052 INFO STEP 286 (remove_files) COMPLETE
62292026-07-16T21:35:40.898Z[ recovery-image] Jul 16 21:35:40.052 INFO O| Jul 16 21:35:40.052 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-07-16T21:35:40.910Z[ recovery-image] Jul 16 21:35:40.064 INFO O| Jul 16 21:35:40.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62312026-07-16T21:35:40.911Z[ recovery-image] Jul 16 21:35:40.064 INFO O| Jul 16 21:35:40.063 INFO STEP 287 (remove_files) COMPLETE
62322026-07-16T21:35:40.911Z[ recovery-image] Jul 16 21:35:40.064 INFO O| Jul 16 21:35:40.063 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-16T21:35:40.919Z[ recovery-image] Jul 16 21:35:40.074 INFO O| Jul 16 21:35:40.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62342026-07-16T21:35:40.919Z[ recovery-image] Jul 16 21:35:40.074 INFO O| Jul 16 21:35:40.074 INFO STEP 288 (remove_files) COMPLETE
62352026-07-16T21:35:40.924Z[ recovery-image] Jul 16 21:35:40.074 INFO O| Jul 16 21:35:40.074 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-16T21:35:40.933Z[ recovery-image] Jul 16 21:35:40.085 INFO O| Jul 16 21:35:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62372026-07-16T21:35:40.933Z[ recovery-image] Jul 16 21:35:40.085 INFO O| Jul 16 21:35:40.085 INFO STEP 289 (remove_files) COMPLETE
62382026-07-16T21:35:40.938Z[ recovery-image] Jul 16 21:35:40.085 INFO O| Jul 16 21:35:40.085 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-16T21:35:40.946Z[ recovery-image] Jul 16 21:35:40.097 INFO O| Jul 16 21:35:40.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62402026-07-16T21:35:40.946Z[ recovery-image] Jul 16 21:35:40.097 INFO O| Jul 16 21:35:40.097 INFO STEP 290 (remove_files) COMPLETE
62412026-07-16T21:35:40.946Z[ recovery-image] Jul 16 21:35:40.097 INFO O| Jul 16 21:35:40.097 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-16T21:35:40.952Z[ recovery-image] Jul 16 21:35:40.106 INFO O| Jul 16 21:35:40.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62432026-07-16T21:35:40.952Z[ recovery-image] Jul 16 21:35:40.106 INFO O| Jul 16 21:35:40.106 INFO STEP 291 (remove_files) COMPLETE
62442026-07-16T21:35:40.952Z[ recovery-image] Jul 16 21:35:40.106 INFO O| Jul 16 21:35:40.106 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-16T21:35:40.963Z[ recovery-image] Jul 16 21:35:40.115 INFO O| Jul 16 21:35:40.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62462026-07-16T21:35:40.963Z[ recovery-image] Jul 16 21:35:40.115 INFO O| Jul 16 21:35:40.115 INFO STEP 292 (remove_files) COMPLETE
62472026-07-16T21:35:40.963Z[ recovery-image] Jul 16 21:35:40.115 INFO O| Jul 16 21:35:40.115 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-16T21:35:40.971Z[ recovery-image] Jul 16 21:35:40.125 INFO O| Jul 16 21:35:40.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62492026-07-16T21:35:40.972Z[ recovery-image] Jul 16 21:35:40.125 INFO O| Jul 16 21:35:40.125 INFO STEP 293 (remove_files) COMPLETE
62502026-07-16T21:35:40.972Z[ recovery-image] Jul 16 21:35:40.125 INFO O| Jul 16 21:35:40.125 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-16T21:35:40.981Z[ recovery-image] Jul 16 21:35:40.135 INFO O| Jul 16 21:35:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62522026-07-16T21:35:40.982Z[ recovery-image] Jul 16 21:35:40.136 INFO O| Jul 16 21:35:40.135 INFO STEP 294 (remove_files) COMPLETE
62532026-07-16T21:35:40.982Z[ recovery-image] Jul 16 21:35:40.136 INFO O| Jul 16 21:35:40.136 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-16T21:35:40.992Z[ recovery-image] Jul 16 21:35:40.146 INFO O| Jul 16 21:35:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62552026-07-16T21:35:40.992Z[ recovery-image] Jul 16 21:35:40.146 INFO O| Jul 16 21:35:40.146 INFO STEP 295 (remove_files) COMPLETE
62562026-07-16T21:35:40.996Z[ recovery-image] Jul 16 21:35:40.146 INFO O| Jul 16 21:35:40.146 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-16T21:35:41.051Z[ recovery-image] Jul 16 21:35:40.155 INFO O| Jul 16 21:35:40.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62582026-07-16T21:35:41.051Z[ recovery-image] Jul 16 21:35:40.155 INFO O| Jul 16 21:35:40.155 INFO STEP 296 (remove_files) COMPLETE
62592026-07-16T21:35:41.051Z[ recovery-image] Jul 16 21:35:40.155 INFO O| Jul 16 21:35:40.155 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-16T21:35:41.051Z[ recovery-image] Jul 16 21:35:40.165 INFO O| Jul 16 21:35:40.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62612026-07-16T21:35:41.051Z[ recovery-image] Jul 16 21:35:40.165 INFO O| Jul 16 21:35:40.165 INFO STEP 297 (remove_files) COMPLETE
62622026-07-16T21:35:41.051Z[ recovery-image] Jul 16 21:35:40.165 INFO O| Jul 16 21:35:40.165 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-16T21:35:41.067Z[ recovery-image] Jul 16 21:35:40.175 INFO O| Jul 16 21:35:40.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62642026-07-16T21:35:41.067Z[ recovery-image] Jul 16 21:35:40.175 INFO O| Jul 16 21:35:40.175 INFO STEP 298 (remove_files) COMPLETE
62652026-07-16T21:35:41.067Z[ recovery-image] Jul 16 21:35:40.175 INFO O| Jul 16 21:35:40.175 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.186 INFO O| Jul 16 21:35:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62672026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.186 INFO O| Jul 16 21:35:40.186 INFO STEP 299 (remove_files) COMPLETE
62682026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.186 INFO O| Jul 16 21:35:40.186 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.197 INFO O| Jul 16 21:35:40.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62702026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.197 INFO O| Jul 16 21:35:40.197 INFO STEP 300 (remove_files) COMPLETE
62712026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.197 INFO O| Jul 16 21:35:40.197 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.210 INFO O| Jul 16 21:35:40.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62732026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.211 INFO O| Jul 16 21:35:40.210 INFO STEP 301 (remove_files) COMPLETE
62742026-07-16T21:35:41.068Z[ recovery-image] Jul 16 21:35:40.211 INFO O| Jul 16 21:35:40.210 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-16T21:35:41.096Z[ recovery-image] Jul 16 21:35:40.221 INFO O| Jul 16 21:35:40.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62762026-07-16T21:35:41.096Z[ recovery-image] Jul 16 21:35:40.222 INFO O| Jul 16 21:35:40.222 INFO STEP 302 (remove_files) COMPLETE
62772026-07-16T21:35:41.096Z[ recovery-image] Jul 16 21:35:40.222 INFO O| Jul 16 21:35:40.222 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-16T21:35:41.107Z[ recovery-image] Jul 16 21:35:40.233 INFO O| Jul 16 21:35:40.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62792026-07-16T21:35:41.107Z[ recovery-image] Jul 16 21:35:40.233 INFO O| Jul 16 21:35:40.233 INFO STEP 303 (remove_files) COMPLETE
62802026-07-16T21:35:41.107Z[ recovery-image] Jul 16 21:35:40.233 INFO O| Jul 16 21:35:40.233 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-07-16T21:35:41.107Z[ recovery-image] Jul 16 21:35:40.242 INFO O| Jul 16 21:35:40.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62822026-07-16T21:35:41.107Z[ recovery-image] Jul 16 21:35:40.242 INFO O| Jul 16 21:35:40.242 INFO STEP 304 (remove_files) COMPLETE
62832026-07-16T21:35:41.108Z[ recovery-image] Jul 16 21:35:40.242 INFO O| Jul 16 21:35:40.242 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-07-16T21:35:41.108Z[ recovery-image] Jul 16 21:35:40.252 INFO O| Jul 16 21:35:40.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62852026-07-16T21:35:41.108Z[ recovery-image] Jul 16 21:35:40.252 INFO O| Jul 16 21:35:40.252 INFO STEP 305 (remove_files) COMPLETE
62862026-07-16T21:35:41.108Z[ recovery-image] Jul 16 21:35:40.252 INFO O| Jul 16 21:35:40.252 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-07-16T21:35:41.120Z[ recovery-image] Jul 16 21:35:40.263 INFO O| Jul 16 21:35:40.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62882026-07-16T21:35:41.121Z[ recovery-image] Jul 16 21:35:40.263 INFO O| Jul 16 21:35:40.263 INFO STEP 306 (remove_files) COMPLETE
62892026-07-16T21:35:41.121Z[ recovery-image] Jul 16 21:35:40.263 INFO O| Jul 16 21:35:40.263 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-07-16T21:35:41.128Z[ recovery-image] Jul 16 21:35:40.274 INFO O| Jul 16 21:35:40.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62912026-07-16T21:35:41.128Z[ recovery-image] Jul 16 21:35:40.274 INFO O| Jul 16 21:35:40.274 INFO STEP 307 (remove_files) COMPLETE
62922026-07-16T21:35:41.128Z[ recovery-image] Jul 16 21:35:40.274 INFO O| Jul 16 21:35:40.274 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-07-16T21:35:41.141Z[ recovery-image] Jul 16 21:35:40.285 INFO O| Jul 16 21:35:40.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62942026-07-16T21:35:41.141Z[ recovery-image] Jul 16 21:35:40.285 INFO O| Jul 16 21:35:40.285 INFO STEP 308 (remove_files) COMPLETE
62952026-07-16T21:35:41.141Z[ recovery-image] Jul 16 21:35:40.285 INFO O| Jul 16 21:35:40.285 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-07-16T21:35:41.151Z[ recovery-image] Jul 16 21:35:40.297 INFO O| Jul 16 21:35:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62972026-07-16T21:35:41.151Z[ recovery-image] Jul 16 21:35:40.297 INFO O| Jul 16 21:35:40.297 INFO STEP 309 (remove_files) COMPLETE
62982026-07-16T21:35:41.151Z[ recovery-image] Jul 16 21:35:40.297 INFO O| Jul 16 21:35:40.297 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-07-16T21:35:41.160Z[ recovery-image] Jul 16 21:35:40.308 INFO O| Jul 16 21:35:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
63002026-07-16T21:35:41.160Z[ recovery-image] Jul 16 21:35:40.308 INFO O| Jul 16 21:35:40.308 INFO STEP 310 (remove_files) COMPLETE
63012026-07-16T21:35:41.161Z[ recovery-image] Jul 16 21:35:40.308 INFO O| Jul 16 21:35:40.308 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-07-16T21:35:41.166Z[ recovery-image] Jul 16 21:35:40.318 INFO O| Jul 16 21:35:40.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
63032026-07-16T21:35:41.166Z[ recovery-image] Jul 16 21:35:40.318 INFO O| Jul 16 21:35:40.318 INFO STEP 311 (remove_files) COMPLETE
63042026-07-16T21:35:41.166Z[ recovery-image] Jul 16 21:35:40.318 INFO O| Jul 16 21:35:40.318 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-07-16T21:35:41.177Z[ recovery-image] Jul 16 21:35:40.330 INFO O| Jul 16 21:35:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
63062026-07-16T21:35:41.178Z[ recovery-image] Jul 16 21:35:40.330 INFO O| Jul 16 21:35:40.330 INFO STEP 312 (remove_files) COMPLETE
63072026-07-16T21:35:41.178Z[ recovery-image] Jul 16 21:35:40.330 INFO O| Jul 16 21:35:40.330 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-07-16T21:35:41.190Z[ recovery-image] Jul 16 21:35:40.341 INFO O| Jul 16 21:35:40.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
63092026-07-16T21:35:41.197Z[ recovery-image] Jul 16 21:35:40.341 INFO O| Jul 16 21:35:40.341 INFO STEP 313 (remove_files) COMPLETE
63102026-07-16T21:35:41.197Z[ recovery-image] Jul 16 21:35:40.341 INFO O| Jul 16 21:35:40.341 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-07-16T21:35:41.209Z[ recovery-image] Jul 16 21:35:40.351 INFO O| Jul 16 21:35:40.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63122026-07-16T21:35:41.209Z[ recovery-image] Jul 16 21:35:40.351 INFO O| Jul 16 21:35:40.351 INFO STEP 314 (remove_files) COMPLETE
63132026-07-16T21:35:41.209Z[ recovery-image] Jul 16 21:35:40.351 INFO O| Jul 16 21:35:40.351 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-07-16T21:35:41.212Z[ recovery-image] Jul 16 21:35:40.361 INFO O| Jul 16 21:35:40.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63152026-07-16T21:35:41.213Z[ recovery-image] Jul 16 21:35:40.361 INFO O| Jul 16 21:35:40.361 INFO STEP 315 (remove_files) COMPLETE
63162026-07-16T21:35:41.213Z[ recovery-image] Jul 16 21:35:40.361 INFO O| Jul 16 21:35:40.361 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-07-16T21:35:41.220Z[ recovery-image] Jul 16 21:35:40.372 INFO O| Jul 16 21:35:40.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63182026-07-16T21:35:41.220Z[ recovery-image] Jul 16 21:35:40.372 INFO O| Jul 16 21:35:40.372 INFO STEP 316 (remove_files) COMPLETE
63192026-07-16T21:35:41.227Z[ recovery-image] Jul 16 21:35:40.372 INFO O| Jul 16 21:35:40.372 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-07-16T21:35:41.233Z[ recovery-image] Jul 16 21:35:40.385 INFO O| Jul 16 21:35:40.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63212026-07-16T21:35:41.233Z[ recovery-image] Jul 16 21:35:40.385 INFO O| Jul 16 21:35:40.385 INFO STEP 317 (remove_files) COMPLETE
63222026-07-16T21:35:41.233Z[ recovery-image] Jul 16 21:35:40.385 INFO O| Jul 16 21:35:40.385 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-07-16T21:35:41.243Z[ recovery-image] Jul 16 21:35:40.395 INFO O| Jul 16 21:35:40.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63242026-07-16T21:35:41.243Z[ recovery-image] Jul 16 21:35:40.395 INFO O| Jul 16 21:35:40.395 INFO STEP 318 (remove_files) COMPLETE
63252026-07-16T21:35:41.247Z[ recovery-image] Jul 16 21:35:40.396 INFO O| Jul 16 21:35:40.395 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-07-16T21:35:41.252Z[ recovery-image] Jul 16 21:35:40.406 INFO O| Jul 16 21:35:40.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63272026-07-16T21:35:41.252Z[ recovery-image] Jul 16 21:35:40.406 INFO O| Jul 16 21:35:40.406 INFO STEP 319 (remove_files) COMPLETE
63282026-07-16T21:35:41.258Z[ recovery-image] Jul 16 21:35:40.406 INFO O| Jul 16 21:35:40.406 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-07-16T21:35:41.264Z[ recovery-image] Jul 16 21:35:40.418 INFO O| Jul 16 21:35:40.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63302026-07-16T21:35:41.264Z[ recovery-image] Jul 16 21:35:40.418 INFO O| Jul 16 21:35:40.418 INFO STEP 320 (remove_files) COMPLETE
63312026-07-16T21:35:41.266Z[ recovery-image] Jul 16 21:35:40.418 INFO O| Jul 16 21:35:40.418 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-07-16T21:35:41.277Z[ recovery-image] Jul 16 21:35:40.430 INFO O| Jul 16 21:35:40.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63332026-07-16T21:35:41.277Z[ recovery-image] Jul 16 21:35:40.430 INFO O| Jul 16 21:35:40.430 INFO STEP 321 (remove_files) COMPLETE
63342026-07-16T21:35:41.277Z[ recovery-image] Jul 16 21:35:40.430 INFO O| Jul 16 21:35:40.430 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-07-16T21:35:41.288Z[ recovery-image] Jul 16 21:35:40.442 INFO O| Jul 16 21:35:40.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63362026-07-16T21:35:41.288Z[ recovery-image] Jul 16 21:35:40.442 INFO O| Jul 16 21:35:40.442 INFO STEP 322 (remove_files) COMPLETE
63372026-07-16T21:35:41.288Z[ recovery-image] Jul 16 21:35:40.442 INFO O| Jul 16 21:35:40.442 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-07-16T21:35:41.298Z[ recovery-image] Jul 16 21:35:40.453 INFO O| Jul 16 21:35:40.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63392026-07-16T21:35:41.303Z[ recovery-image] Jul 16 21:35:40.454 INFO O| Jul 16 21:35:40.454 INFO STEP 323 (remove_files) COMPLETE
63402026-07-16T21:35:41.303Z[ recovery-image] Jul 16 21:35:40.454 INFO O| Jul 16 21:35:40.454 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-16T21:35:41.312Z[ recovery-image] Jul 16 21:35:40.465 INFO O| Jul 16 21:35:40.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63422026-07-16T21:35:41.312Z[ recovery-image] Jul 16 21:35:40.465 INFO O| Jul 16 21:35:40.465 INFO STEP 324 (remove_files) COMPLETE
63432026-07-16T21:35:41.312Z[ recovery-image] Jul 16 21:35:40.465 INFO O| Jul 16 21:35:40.465 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-16T21:35:41.322Z[ recovery-image] Jul 16 21:35:40.475 INFO O| Jul 16 21:35:40.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63452026-07-16T21:35:41.322Z[ recovery-image] Jul 16 21:35:40.475 INFO O| Jul 16 21:35:40.475 INFO STEP 325 (remove_files) COMPLETE
63462026-07-16T21:35:41.322Z[ recovery-image] Jul 16 21:35:40.475 INFO O| Jul 16 21:35:40.475 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-16T21:35:41.329Z[ recovery-image] Jul 16 21:35:40.484 INFO O| Jul 16 21:35:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63482026-07-16T21:35:41.329Z[ recovery-image] Jul 16 21:35:40.484 INFO O| Jul 16 21:35:40.484 INFO STEP 326 (remove_files) COMPLETE
63492026-07-16T21:35:41.329Z[ recovery-image] Jul 16 21:35:40.484 INFO O| Jul 16 21:35:40.484 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-07-16T21:35:41.337Z[ recovery-image] Jul 16 21:35:40.491 INFO O| Jul 16 21:35:40.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63512026-07-16T21:35:41.337Z[ recovery-image] Jul 16 21:35:40.491 INFO O| Jul 16 21:35:40.491 INFO STEP 327 (remove_files) COMPLETE
63522026-07-16T21:35:41.338Z[ recovery-image] Jul 16 21:35:40.491 INFO O| Jul 16 21:35:40.491 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-16T21:35:41.348Z[ recovery-image] Jul 16 21:35:40.502 INFO O| Jul 16 21:35:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63542026-07-16T21:35:41.348Z[ recovery-image] Jul 16 21:35:40.502 INFO O| Jul 16 21:35:40.502 INFO STEP 328 (remove_files) COMPLETE
63552026-07-16T21:35:41.361Z[ recovery-image] Jul 16 21:35:40.502 INFO O| Jul 16 21:35:40.502 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-16T21:35:41.367Z[ recovery-image] Jul 16 21:35:40.512 INFO O| Jul 16 21:35:40.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63572026-07-16T21:35:41.367Z[ recovery-image] Jul 16 21:35:40.512 INFO O| Jul 16 21:35:40.512 INFO STEP 329 (remove_files) COMPLETE
63582026-07-16T21:35:41.367Z[ recovery-image] Jul 16 21:35:40.512 INFO O| Jul 16 21:35:40.512 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-16T21:35:41.372Z[ recovery-image] Jul 16 21:35:40.522 INFO O| Jul 16 21:35:40.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63602026-07-16T21:35:41.382Z[ recovery-image] Jul 16 21:35:40.530 INFO O| Jul 16 21:35:40.530 INFO STEP 330 (remove_files) COMPLETE
63612026-07-16T21:35:41.382Z[ recovery-image] Jul 16 21:35:40.530 INFO O| Jul 16 21:35:40.530 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-07-16T21:35:41.386Z[ recovery-image] Jul 16 21:35:40.540 INFO O| Jul 16 21:35:40.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63632026-07-16T21:35:41.386Z[ recovery-image] Jul 16 21:35:40.540 INFO O| Jul 16 21:35:40.540 INFO STEP 331 (remove_files) COMPLETE
63642026-07-16T21:35:41.390Z[ recovery-image] Jul 16 21:35:40.540 INFO O| Jul 16 21:35:40.540 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-07-16T21:35:41.405Z[ recovery-image] Jul 16 21:35:40.558 INFO O| Jul 16 21:35:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63662026-07-16T21:35:41.405Z[ recovery-image] Jul 16 21:35:40.558 INFO O| Jul 16 21:35:40.551 INFO STEP 332 (remove_files) COMPLETE
63672026-07-16T21:35:41.405Z[ recovery-image] Jul 16 21:35:40.558 INFO O| Jul 16 21:35:40.551 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-16T21:35:41.411Z[ recovery-image] Jul 16 21:35:40.562 INFO O| Jul 16 21:35:40.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63692026-07-16T21:35:41.411Z[ recovery-image] Jul 16 21:35:40.562 INFO O| Jul 16 21:35:40.562 INFO STEP 333 (remove_files) COMPLETE
63702026-07-16T21:35:41.411Z[ recovery-image] Jul 16 21:35:40.562 INFO O| Jul 16 21:35:40.562 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-16T21:35:41.438Z[ recovery-image] Jul 16 21:35:40.581 INFO O| Jul 16 21:35:40.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63722026-07-16T21:35:41.438Z[ recovery-image] Jul 16 21:35:40.581 INFO O| Jul 16 21:35:40.581 INFO STEP 334 (remove_files) COMPLETE
63732026-07-16T21:35:41.438Z[ recovery-image] Jul 16 21:35:40.581 INFO O| Jul 16 21:35:40.581 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-16T21:35:41.442Z[ recovery-image] Jul 16 21:35:40.592 INFO O| Jul 16 21:35:40.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63752026-07-16T21:35:41.448Z[ recovery-image] Jul 16 21:35:40.592 INFO O| Jul 16 21:35:40.592 INFO STEP 335 (remove_files) COMPLETE
63762026-07-16T21:35:41.448Z[ recovery-image] Jul 16 21:35:40.592 INFO O| Jul 16 21:35:40.592 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-16T21:35:41.448Z[ recovery-image] Jul 16 21:35:40.602 INFO O| Jul 16 21:35:40.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63782026-07-16T21:35:41.448Z[ recovery-image] Jul 16 21:35:40.603 INFO O| Jul 16 21:35:40.603 INFO STEP 336 (remove_files) COMPLETE
63792026-07-16T21:35:41.448Z[ recovery-image] Jul 16 21:35:40.603 INFO O| Jul 16 21:35:40.603 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-16T21:35:41.460Z[ recovery-image] Jul 16 21:35:40.613 INFO O| Jul 16 21:35:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63812026-07-16T21:35:41.460Z[ recovery-image] Jul 16 21:35:40.613 INFO O| Jul 16 21:35:40.613 INFO STEP 337 (remove_files) COMPLETE
63822026-07-16T21:35:41.460Z[ recovery-image] Jul 16 21:35:40.613 INFO O| Jul 16 21:35:40.613 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-16T21:35:41.467Z[ recovery-image] Jul 16 21:35:40.622 INFO O| Jul 16 21:35:40.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63842026-07-16T21:35:41.506Z[ recovery-image] Jul 16 21:35:40.622 INFO O| Jul 16 21:35:40.622 INFO STEP 338 (remove_files) COMPLETE
63852026-07-16T21:35:41.506Z[ recovery-image] Jul 16 21:35:40.622 INFO O| Jul 16 21:35:40.622 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-16T21:35:41.520Z[ recovery-image] Jul 16 21:35:40.672 INFO O| Jul 16 21:35:40.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63872026-07-16T21:35:41.520Z[ recovery-image] Jul 16 21:35:40.672 INFO O| Jul 16 21:35:40.672 INFO STEP 339 (remove_files) COMPLETE
63882026-07-16T21:35:41.520Z[ recovery-image] Jul 16 21:35:40.672 INFO O| Jul 16 21:35:40.672 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-16T21:35:41.528Z[ recovery-image] Jul 16 21:35:40.682 INFO O| Jul 16 21:35:40.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63902026-07-16T21:35:41.529Z[ recovery-image] Jul 16 21:35:40.682 INFO O| Jul 16 21:35:40.682 INFO STEP 340 (remove_files) COMPLETE
63912026-07-16T21:35:41.529Z[ recovery-image] Jul 16 21:35:40.682 INFO O| Jul 16 21:35:40.682 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-16T21:35:41.539Z[ recovery-image] Jul 16 21:35:40.693 INFO O| Jul 16 21:35:40.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63932026-07-16T21:35:41.539Z[ recovery-image] Jul 16 21:35:40.693 INFO O| Jul 16 21:35:40.693 INFO STEP 341 (remove_files) COMPLETE
63942026-07-16T21:35:41.542Z[ recovery-image] Jul 16 21:35:40.693 INFO O| Jul 16 21:35:40.693 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-16T21:35:41.550Z[ recovery-image] Jul 16 21:35:40.704 INFO O| Jul 16 21:35:40.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63962026-07-16T21:35:41.550Z[ recovery-image] Jul 16 21:35:40.704 INFO O| Jul 16 21:35:40.704 INFO STEP 342 (remove_files) COMPLETE
63972026-07-16T21:35:41.550Z[ recovery-image] Jul 16 21:35:40.704 INFO O| Jul 16 21:35:40.704 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-16T21:35:41.577Z[ recovery-image] Jul 16 21:35:40.715 INFO O| Jul 16 21:35:40.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63992026-07-16T21:35:41.577Z[ recovery-image] Jul 16 21:35:40.715 INFO O| Jul 16 21:35:40.715 INFO STEP 343 (remove_files) COMPLETE
64002026-07-16T21:35:41.577Z[ recovery-image] Jul 16 21:35:40.715 INFO O| Jul 16 21:35:40.715 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-16T21:35:41.583Z[ recovery-image] Jul 16 21:35:40.726 INFO O| Jul 16 21:35:40.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
64022026-07-16T21:35:41.583Z[ recovery-image] Jul 16 21:35:40.726 INFO O| Jul 16 21:35:40.726 INFO STEP 344 (remove_files) COMPLETE
64032026-07-16T21:35:41.583Z[ recovery-image] Jul 16 21:35:40.726 INFO O| Jul 16 21:35:40.726 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-16T21:35:41.588Z[ recovery-image] Jul 16 21:35:40.738 INFO O| Jul 16 21:35:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
64052026-07-16T21:35:41.588Z[ recovery-image] Jul 16 21:35:40.738 INFO O| Jul 16 21:35:40.738 INFO STEP 345 (remove_files) COMPLETE
64062026-07-16T21:35:41.588Z[ recovery-image] Jul 16 21:35:40.738 INFO O| Jul 16 21:35:40.738 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-16T21:35:41.597Z[ recovery-image] Jul 16 21:35:40.750 INFO O| Jul 16 21:35:40.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
64082026-07-16T21:35:41.597Z[ recovery-image] Jul 16 21:35:40.751 INFO O| Jul 16 21:35:40.751 INFO STEP 346 (remove_files) COMPLETE
64092026-07-16T21:35:41.600Z[ recovery-image] Jul 16 21:35:40.751 INFO O| Jul 16 21:35:40.751 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-16T21:35:41.607Z[ recovery-image] Jul 16 21:35:40.762 INFO O| Jul 16 21:35:40.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64112026-07-16T21:35:41.607Z[ recovery-image] Jul 16 21:35:40.762 INFO O| Jul 16 21:35:40.762 INFO STEP 347 (remove_files) COMPLETE
64122026-07-16T21:35:41.612Z[ recovery-image] Jul 16 21:35:40.762 INFO O| Jul 16 21:35:40.762 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-16T21:35:41.620Z[ recovery-image] Jul 16 21:35:40.774 INFO O| Jul 16 21:35:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64142026-07-16T21:35:41.620Z[ recovery-image] Jul 16 21:35:40.774 INFO O| Jul 16 21:35:40.774 INFO STEP 348 (remove_files) COMPLETE
64152026-07-16T21:35:41.624Z[ recovery-image] Jul 16 21:35:40.774 INFO O| Jul 16 21:35:40.774 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-16T21:35:41.630Z[ recovery-image] Jul 16 21:35:40.785 INFO O| Jul 16 21:35:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64172026-07-16T21:35:41.630Z[ recovery-image] Jul 16 21:35:40.785 INFO O| Jul 16 21:35:40.785 INFO STEP 349 (remove_files) COMPLETE
64182026-07-16T21:35:41.636Z[ recovery-image] Jul 16 21:35:40.785 INFO O| Jul 16 21:35:40.785 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-16T21:35:41.642Z[ recovery-image] Jul 16 21:35:40.795 INFO O| Jul 16 21:35:40.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64202026-07-16T21:35:41.642Z[ recovery-image] Jul 16 21:35:40.795 INFO O| Jul 16 21:35:40.795 INFO STEP 350 (remove_files) COMPLETE
64212026-07-16T21:35:41.642Z[ recovery-image] Jul 16 21:35:40.795 INFO O| Jul 16 21:35:40.795 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-16T21:35:41.652Z[ recovery-image] Jul 16 21:35:40.806 INFO O| Jul 16 21:35:40.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64232026-07-16T21:35:41.652Z[ recovery-image] Jul 16 21:35:40.806 INFO O| Jul 16 21:35:40.806 INFO STEP 351 (remove_files) COMPLETE
64242026-07-16T21:35:41.652Z[ recovery-image] Jul 16 21:35:40.806 INFO O| Jul 16 21:35:40.806 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-16T21:35:41.665Z[ recovery-image] Jul 16 21:35:40.816 INFO O| Jul 16 21:35:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64262026-07-16T21:35:41.665Z[ recovery-image] Jul 16 21:35:40.816 INFO O| Jul 16 21:35:40.816 INFO STEP 352 (remove_files) COMPLETE
64272026-07-16T21:35:41.665Z[ recovery-image] Jul 16 21:35:40.816 INFO O| Jul 16 21:35:40.816 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-16T21:35:41.670Z[ recovery-image] Jul 16 21:35:40.824 INFO O| Jul 16 21:35:40.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64292026-07-16T21:35:41.670Z[ recovery-image] Jul 16 21:35:40.824 INFO O| Jul 16 21:35:40.824 INFO STEP 353 (remove_files) COMPLETE
64302026-07-16T21:35:41.674Z[ recovery-image] Jul 16 21:35:40.824 INFO O| Jul 16 21:35:40.824 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-16T21:35:41.682Z[ recovery-image] Jul 16 21:35:40.835 INFO O| Jul 16 21:35:40.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64322026-07-16T21:35:41.682Z[ recovery-image] Jul 16 21:35:40.835 INFO O| Jul 16 21:35:40.835 INFO STEP 354 (remove_files) COMPLETE
64332026-07-16T21:35:41.688Z[ recovery-image] Jul 16 21:35:40.835 INFO O| Jul 16 21:35:40.835 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-16T21:35:41.694Z[ recovery-image] Jul 16 21:35:40.846 INFO O| Jul 16 21:35:40.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64352026-07-16T21:35:41.694Z[ recovery-image] Jul 16 21:35:40.846 INFO O| Jul 16 21:35:40.846 INFO STEP 355 (remove_files) COMPLETE
64362026-07-16T21:35:41.694Z[ recovery-image] Jul 16 21:35:40.846 INFO O| Jul 16 21:35:40.846 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-16T21:35:41.702Z[ recovery-image] Jul 16 21:35:40.856 INFO O| Jul 16 21:35:40.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64382026-07-16T21:35:41.706Z[ recovery-image] Jul 16 21:35:40.857 INFO O| Jul 16 21:35:40.857 INFO STEP 356 (remove_files) COMPLETE
64392026-07-16T21:35:41.706Z[ recovery-image] Jul 16 21:35:40.857 INFO O| Jul 16 21:35:40.857 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-16T21:35:41.713Z[ recovery-image] Jul 16 21:35:40.867 INFO O| Jul 16 21:35:40.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64412026-07-16T21:35:41.713Z[ recovery-image] Jul 16 21:35:40.867 INFO O| Jul 16 21:35:40.867 INFO STEP 357 (remove_files) COMPLETE
64422026-07-16T21:35:41.713Z[ recovery-image] Jul 16 21:35:40.867 INFO O| Jul 16 21:35:40.867 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-16T21:35:41.726Z[ recovery-image] Jul 16 21:35:40.878 INFO O| Jul 16 21:35:40.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64442026-07-16T21:35:41.726Z[ recovery-image] Jul 16 21:35:40.878 INFO O| Jul 16 21:35:40.878 INFO STEP 358 (remove_files) COMPLETE
64452026-07-16T21:35:41.726Z[ recovery-image] Jul 16 21:35:40.878 INFO O| Jul 16 21:35:40.878 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-16T21:35:41.735Z[ recovery-image] Jul 16 21:35:40.888 INFO O| Jul 16 21:35:40.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64472026-07-16T21:35:41.735Z[ recovery-image] Jul 16 21:35:40.888 INFO O| Jul 16 21:35:40.888 INFO STEP 359 (remove_files) COMPLETE
64482026-07-16T21:35:41.735Z[ recovery-image] Jul 16 21:35:40.888 INFO O| Jul 16 21:35:40.888 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-16T21:35:41.745Z[ recovery-image] Jul 16 21:35:40.899 INFO O| Jul 16 21:35:40.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64502026-07-16T21:35:41.745Z[ recovery-image] Jul 16 21:35:40.899 INFO O| Jul 16 21:35:40.899 INFO STEP 360 (remove_files) COMPLETE
64512026-07-16T21:35:41.745Z[ recovery-image] Jul 16 21:35:40.899 INFO O| Jul 16 21:35:40.899 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-16T21:35:41.759Z[ recovery-image] Jul 16 21:35:40.911 INFO O| Jul 16 21:35:40.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64532026-07-16T21:35:41.759Z[ recovery-image] Jul 16 21:35:40.911 INFO O| Jul 16 21:35:40.911 INFO STEP 361 (remove_files) COMPLETE
64542026-07-16T21:35:41.759Z[ recovery-image] Jul 16 21:35:40.911 INFO O| Jul 16 21:35:40.911 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-16T21:35:41.771Z[ recovery-image] Jul 16 21:35:40.923 INFO O| Jul 16 21:35:40.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64562026-07-16T21:35:41.771Z[ recovery-image] Jul 16 21:35:40.923 INFO O| Jul 16 21:35:40.923 INFO STEP 362 (remove_files) COMPLETE
64572026-07-16T21:35:41.771Z[ recovery-image] Jul 16 21:35:40.923 INFO O| Jul 16 21:35:40.923 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-16T21:35:41.781Z[ recovery-image] Jul 16 21:35:40.934 INFO O| Jul 16 21:35:40.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64592026-07-16T21:35:41.789Z[ recovery-image] Jul 16 21:35:40.935 INFO O| Jul 16 21:35:40.935 INFO STEP 363 (remove_files) COMPLETE
64602026-07-16T21:35:41.789Z[ recovery-image] Jul 16 21:35:40.935 INFO O| Jul 16 21:35:40.935 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-16T21:35:41.792Z[ recovery-image] Jul 16 21:35:40.946 INFO O| Jul 16 21:35:40.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64622026-07-16T21:35:41.792Z[ recovery-image] Jul 16 21:35:40.946 INFO O| Jul 16 21:35:40.946 INFO STEP 364 (remove_files) COMPLETE
64632026-07-16T21:35:41.793Z[ recovery-image] Jul 16 21:35:40.946 INFO O| Jul 16 21:35:40.946 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-16T21:35:41.807Z[ recovery-image] Jul 16 21:35:40.959 INFO O| Jul 16 21:35:40.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64652026-07-16T21:35:41.807Z[ recovery-image] Jul 16 21:35:40.959 INFO O| Jul 16 21:35:40.959 INFO STEP 365 (remove_files) COMPLETE
64662026-07-16T21:35:41.807Z[ recovery-image] Jul 16 21:35:40.959 INFO O| Jul 16 21:35:40.959 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-16T21:35:41.814Z[ recovery-image] Jul 16 21:35:40.969 INFO O| Jul 16 21:35:40.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64682026-07-16T21:35:41.818Z[ recovery-image] Jul 16 21:35:40.971 INFO O| Jul 16 21:35:40.971 INFO STEP 366 (remove_files) COMPLETE
64692026-07-16T21:35:41.818Z[ recovery-image] Jul 16 21:35:40.971 INFO O| Jul 16 21:35:40.971 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-16T21:35:41.834Z[ recovery-image] Jul 16 21:35:40.983 INFO O| Jul 16 21:35:40.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64712026-07-16T21:35:41.835Z[ recovery-image] Jul 16 21:35:40.983 INFO O| Jul 16 21:35:40.983 INFO STEP 367 (remove_files) COMPLETE
64722026-07-16T21:35:41.835Z[ recovery-image] Jul 16 21:35:40.983 INFO O| Jul 16 21:35:40.983 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-16T21:35:41.841Z[ recovery-image] Jul 16 21:35:40.995 INFO O| Jul 16 21:35:40.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64742026-07-16T21:35:41.842Z[ recovery-image] Jul 16 21:35:40.995 INFO O| Jul 16 21:35:40.995 INFO STEP 368 (remove_files) COMPLETE
64752026-07-16T21:35:41.842Z[ recovery-image] Jul 16 21:35:40.995 INFO O| Jul 16 21:35:40.995 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-16T21:35:41.851Z[ recovery-image] Jul 16 21:35:41.005 INFO O| Jul 16 21:35:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64772026-07-16T21:35:41.852Z[ recovery-image] Jul 16 21:35:41.005 INFO O| Jul 16 21:35:41.005 INFO STEP 369 (remove_files) COMPLETE
64782026-07-16T21:35:41.852Z[ recovery-image] Jul 16 21:35:41.005 INFO O| Jul 16 21:35:41.005 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-16T21:35:41.862Z[ recovery-image] Jul 16 21:35:41.015 INFO O| Jul 16 21:35:41.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64802026-07-16T21:35:41.866Z[ recovery-image] Jul 16 21:35:41.016 INFO O| Jul 16 21:35:41.016 INFO STEP 370 (remove_files) COMPLETE
64812026-07-16T21:35:41.866Z[ recovery-image] Jul 16 21:35:41.016 INFO O| Jul 16 21:35:41.016 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-16T21:35:41.894Z[ recovery-image] Jul 16 21:35:41.029 INFO O| Jul 16 21:35:41.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64832026-07-16T21:35:41.902Z[ recovery-image] Jul 16 21:35:41.050 INFO O| Jul 16 21:35:41.049 INFO STEP 371 (remove_files) COMPLETE
64842026-07-16T21:35:41.902Z[ recovery-image] Jul 16 21:35:41.050 INFO O| Jul 16 21:35:41.049 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-16T21:35:41.914Z[ recovery-image] Jul 16 21:35:41.064 INFO O| Jul 16 21:35:41.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64862026-07-16T21:35:41.926Z[ recovery-image] Jul 16 21:35:41.064 INFO O| Jul 16 21:35:41.063 INFO STEP 372 (remove_files) COMPLETE
64872026-07-16T21:35:41.926Z[ recovery-image] Jul 16 21:35:41.064 INFO O| Jul 16 21:35:41.063 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-16T21:35:41.930Z[ recovery-image] Jul 16 21:35:41.079 INFO O| Jul 16 21:35:41.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64892026-07-16T21:35:41.935Z[ recovery-image] Jul 16 21:35:41.079 INFO O| Jul 16 21:35:41.077 INFO STEP 373 (remove_files) COMPLETE
64902026-07-16T21:35:41.942Z[ recovery-image] Jul 16 21:35:41.079 INFO O| Jul 16 21:35:41.077 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-16T21:35:41.942Z[ recovery-image] Jul 16 21:35:41.094 INFO O| Jul 16 21:35:41.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64922026-07-16T21:35:41.942Z[ recovery-image] Jul 16 21:35:41.094 INFO O| Jul 16 21:35:41.093 INFO STEP 374 (remove_files) COMPLETE
64932026-07-16T21:35:41.942Z[ recovery-image] Jul 16 21:35:41.094 INFO O| Jul 16 21:35:41.093 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-07-16T21:35:41.954Z[ recovery-image] Jul 16 21:35:41.107 INFO O| Jul 16 21:35:41.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64952026-07-16T21:35:41.961Z[ recovery-image] Jul 16 21:35:41.107 INFO O| Jul 16 21:35:41.107 INFO STEP 375 (remove_files) COMPLETE
64962026-07-16T21:35:41.961Z[ recovery-image] Jul 16 21:35:41.107 INFO O| Jul 16 21:35:41.107 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-07-16T21:35:41.968Z[ recovery-image] Jul 16 21:35:41.122 INFO O| Jul 16 21:35:41.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64982026-07-16T21:35:41.968Z[ recovery-image] Jul 16 21:35:41.122 INFO O| Jul 16 21:35:41.122 INFO STEP 376 (remove_files) COMPLETE
64992026-07-16T21:35:41.968Z[ recovery-image] Jul 16 21:35:41.122 INFO O| Jul 16 21:35:41.122 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-07-16T21:35:41.980Z[ recovery-image] Jul 16 21:35:41.134 INFO O| Jul 16 21:35:41.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
65012026-07-16T21:35:41.980Z[ recovery-image] Jul 16 21:35:41.134 INFO O| Jul 16 21:35:41.134 INFO STEP 377 (remove_files) COMPLETE
65022026-07-16T21:35:41.981Z[ recovery-image] Jul 16 21:35:41.134 INFO O| Jul 16 21:35:41.134 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-07-16T21:35:41.993Z[ recovery-image] Jul 16 21:35:41.147 INFO O| Jul 16 21:35:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
65042026-07-16T21:35:41.993Z[ recovery-image] Jul 16 21:35:41.147 INFO O| Jul 16 21:35:41.147 INFO STEP 378 (remove_files) COMPLETE
65052026-07-16T21:35:41.993Z[ recovery-image] Jul 16 21:35:41.147 INFO O| Jul 16 21:35:41.147 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-07-16T21:35:42.012Z[ recovery-image] Jul 16 21:35:41.159 INFO O| Jul 16 21:35:41.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65072026-07-16T21:35:42.012Z[ recovery-image] Jul 16 21:35:41.159 INFO O| Jul 16 21:35:41.158 INFO STEP 379 (remove_files) COMPLETE
65082026-07-16T21:35:42.012Z[ recovery-image] Jul 16 21:35:41.159 INFO O| Jul 16 21:35:41.158 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-07-16T21:35:42.018Z[ recovery-image] Jul 16 21:35:41.170 INFO O| Jul 16 21:35:41.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65102026-07-16T21:35:42.018Z[ recovery-image] Jul 16 21:35:41.170 INFO O| Jul 16 21:35:41.170 INFO STEP 380 (remove_files) COMPLETE
65112026-07-16T21:35:42.018Z[ recovery-image] Jul 16 21:35:41.170 INFO O| Jul 16 21:35:41.170 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-07-16T21:35:42.030Z[ recovery-image] Jul 16 21:35:41.182 INFO O| Jul 16 21:35:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65132026-07-16T21:35:42.030Z[ recovery-image] Jul 16 21:35:41.182 INFO O| Jul 16 21:35:41.182 INFO STEP 381 (remove_files) COMPLETE
65142026-07-16T21:35:42.030Z[ recovery-image] Jul 16 21:35:41.182 INFO O| Jul 16 21:35:41.182 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-07-16T21:35:42.092Z[ recovery-image] Jul 16 21:35:41.193 INFO O| Jul 16 21:35:41.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65162026-07-16T21:35:42.092Z[ recovery-image] Jul 16 21:35:41.193 INFO O| Jul 16 21:35:41.193 INFO STEP 382 (remove_files) COMPLETE
65172026-07-16T21:35:42.092Z[ recovery-image] Jul 16 21:35:41.193 INFO O| Jul 16 21:35:41.193 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-16T21:35:42.101Z[ recovery-image] Jul 16 21:35:41.203 INFO O| Jul 16 21:35:41.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65192026-07-16T21:35:42.101Z[ recovery-image] Jul 16 21:35:41.204 INFO O| Jul 16 21:35:41.204 INFO STEP 383 (remove_files) COMPLETE
65202026-07-16T21:35:42.101Z[ recovery-image] Jul 16 21:35:41.204 INFO O| Jul 16 21:35:41.204 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.216 INFO O| Jul 16 21:35:41.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65222026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.217 INFO O| Jul 16 21:35:41.217 INFO STEP 384 (remove_files) COMPLETE
65232026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.217 INFO O| Jul 16 21:35:41.217 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.229 INFO O| Jul 16 21:35:41.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65252026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.230 INFO O| Jul 16 21:35:41.229 INFO STEP 385 (remove_files) COMPLETE
65262026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.230 INFO O| Jul 16 21:35:41.230 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.241 INFO O| Jul 16 21:35:41.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65282026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.241 INFO O| Jul 16 21:35:41.241 INFO STEP 386 (remove_files) COMPLETE
65292026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.241 INFO O| Jul 16 21:35:41.241 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.254 INFO O| Jul 16 21:35:41.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65312026-07-16T21:35:42.102Z[ recovery-image] Jul 16 21:35:41.254 INFO O| Jul 16 21:35:41.254 INFO STEP 387 (remove_files) COMPLETE
65322026-07-16T21:35:42.103Z[ recovery-image] Jul 16 21:35:41.254 INFO O| Jul 16 21:35:41.254 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-07-16T21:35:42.114Z[ recovery-image] Jul 16 21:35:41.265 INFO O| Jul 16 21:35:41.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65342026-07-16T21:35:42.114Z[ recovery-image] Jul 16 21:35:41.265 INFO O| Jul 16 21:35:41.265 INFO STEP 388 (remove_files) COMPLETE
65352026-07-16T21:35:42.114Z[ recovery-image] Jul 16 21:35:41.265 INFO O| Jul 16 21:35:41.265 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-07-16T21:35:42.124Z[ recovery-image] Jul 16 21:35:41.278 INFO O| Jul 16 21:35:41.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65372026-07-16T21:35:42.124Z[ recovery-image] Jul 16 21:35:41.278 INFO O| Jul 16 21:35:41.278 INFO STEP 389 (remove_files) COMPLETE
65382026-07-16T21:35:42.124Z[ recovery-image] Jul 16 21:35:41.278 INFO O| Jul 16 21:35:41.278 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-07-16T21:35:42.138Z[ recovery-image] Jul 16 21:35:41.290 INFO O| Jul 16 21:35:41.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65402026-07-16T21:35:42.144Z[ recovery-image] Jul 16 21:35:41.290 INFO O| Jul 16 21:35:41.290 INFO STEP 390 (remove_files) COMPLETE
65412026-07-16T21:35:42.144Z[ recovery-image] Jul 16 21:35:41.290 INFO O| Jul 16 21:35:41.290 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-07-16T21:35:42.153Z[ recovery-image] Jul 16 21:35:41.301 INFO O| Jul 16 21:35:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65432026-07-16T21:35:42.153Z[ recovery-image] Jul 16 21:35:41.301 INFO O| Jul 16 21:35:41.301 INFO STEP 391 (remove_files) COMPLETE
65442026-07-16T21:35:42.153Z[ recovery-image] Jul 16 21:35:41.301 INFO O| Jul 16 21:35:41.301 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-07-16T21:35:42.160Z[ recovery-image] Jul 16 21:35:41.314 INFO O| Jul 16 21:35:41.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65462026-07-16T21:35:42.160Z[ recovery-image] Jul 16 21:35:41.314 INFO O| Jul 16 21:35:41.314 INFO STEP 392 (remove_files) COMPLETE
65472026-07-16T21:35:42.160Z[ recovery-image] Jul 16 21:35:41.314 INFO O| Jul 16 21:35:41.314 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-07-16T21:35:42.172Z[ recovery-image] Jul 16 21:35:41.326 INFO O| Jul 16 21:35:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65492026-07-16T21:35:42.173Z[ recovery-image] Jul 16 21:35:41.326 INFO O| Jul 16 21:35:41.326 INFO STEP 393 (remove_files) COMPLETE
65502026-07-16T21:35:42.177Z[ recovery-image] Jul 16 21:35:41.326 INFO O| Jul 16 21:35:41.326 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-07-16T21:35:42.186Z[ recovery-image] Jul 16 21:35:41.338 INFO O| Jul 16 21:35:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65522026-07-16T21:35:42.186Z[ recovery-image] Jul 16 21:35:41.338 INFO O| Jul 16 21:35:41.338 INFO STEP 394 (remove_files) COMPLETE
65532026-07-16T21:35:42.186Z[ recovery-image] Jul 16 21:35:41.338 INFO O| Jul 16 21:35:41.338 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-07-16T21:35:42.199Z[ recovery-image] Jul 16 21:35:41.352 INFO O| Jul 16 21:35:41.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65552026-07-16T21:35:42.199Z[ recovery-image] Jul 16 21:35:41.352 INFO O| Jul 16 21:35:41.352 INFO STEP 395 (remove_files) COMPLETE
65562026-07-16T21:35:42.199Z[ recovery-image] Jul 16 21:35:41.352 INFO O| Jul 16 21:35:41.352 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-07-16T21:35:42.213Z[ recovery-image] Jul 16 21:35:41.365 INFO O| Jul 16 21:35:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65582026-07-16T21:35:42.213Z[ recovery-image] Jul 16 21:35:41.365 INFO O| Jul 16 21:35:41.365 INFO STEP 396 (remove_files) COMPLETE
65592026-07-16T21:35:42.217Z[ recovery-image] Jul 16 21:35:41.365 INFO O| Jul 16 21:35:41.365 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-07-16T21:35:42.222Z[ recovery-image] Jul 16 21:35:41.376 INFO O| Jul 16 21:35:41.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65612026-07-16T21:35:42.223Z[ recovery-image] Jul 16 21:35:41.376 INFO O| Jul 16 21:35:41.376 INFO STEP 397 (remove_files) COMPLETE
65622026-07-16T21:35:42.226Z[ recovery-image] Jul 16 21:35:41.376 INFO O| Jul 16 21:35:41.376 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-07-16T21:35:42.242Z[ recovery-image] Jul 16 21:35:41.390 INFO O| Jul 16 21:35:41.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65642026-07-16T21:35:42.242Z[ recovery-image] Jul 16 21:35:41.390 INFO O| Jul 16 21:35:41.390 INFO STEP 398 (remove_files) COMPLETE
65652026-07-16T21:35:42.255Z[ recovery-image] Jul 16 21:35:41.390 INFO O| Jul 16 21:35:41.390 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-07-16T21:35:42.255Z[ recovery-image] Jul 16 21:35:41.402 INFO O| Jul 16 21:35:41.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65672026-07-16T21:35:42.255Z[ recovery-image] Jul 16 21:35:41.402 INFO O| Jul 16 21:35:41.402 INFO STEP 399 (remove_files) COMPLETE
65682026-07-16T21:35:42.255Z[ recovery-image] Jul 16 21:35:41.402 INFO O| Jul 16 21:35:41.402 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-07-16T21:35:42.260Z[ recovery-image] Jul 16 21:35:41.414 INFO O| Jul 16 21:35:41.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65702026-07-16T21:35:42.260Z[ recovery-image] Jul 16 21:35:41.414 INFO O| Jul 16 21:35:41.414 INFO STEP 400 (remove_files) COMPLETE
65712026-07-16T21:35:42.260Z[ recovery-image] Jul 16 21:35:41.414 INFO O| Jul 16 21:35:41.414 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-07-16T21:35:42.285Z[ recovery-image] Jul 16 21:35:41.426 INFO O| Jul 16 21:35:41.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65732026-07-16T21:35:42.285Z[ recovery-image] Jul 16 21:35:41.426 INFO O| Jul 16 21:35:41.426 INFO STEP 401 (remove_files) COMPLETE
65742026-07-16T21:35:42.285Z[ recovery-image] Jul 16 21:35:41.426 INFO O| Jul 16 21:35:41.426 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-16T21:35:42.288Z[ recovery-image] Jul 16 21:35:41.442 INFO O| Jul 16 21:35:41.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65762026-07-16T21:35:42.288Z[ recovery-image] Jul 16 21:35:41.442 INFO O| Jul 16 21:35:41.442 INFO STEP 402 (remove_files) COMPLETE
65772026-07-16T21:35:42.289Z[ recovery-image] Jul 16 21:35:41.442 INFO O| Jul 16 21:35:41.442 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-07-16T21:35:42.300Z[ recovery-image] Jul 16 21:35:41.453 INFO O| Jul 16 21:35:41.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65792026-07-16T21:35:42.300Z[ recovery-image] Jul 16 21:35:41.453 INFO O| Jul 16 21:35:41.453 INFO STEP 403 (remove_files) COMPLETE
65802026-07-16T21:35:42.300Z[ recovery-image] Jul 16 21:35:41.453 INFO O| Jul 16 21:35:41.453 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-07-16T21:35:42.311Z[ recovery-image] Jul 16 21:35:41.463 INFO O| Jul 16 21:35:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65822026-07-16T21:35:42.311Z[ recovery-image] Jul 16 21:35:41.464 INFO O| Jul 16 21:35:41.464 INFO STEP 404 (remove_files) COMPLETE
65832026-07-16T21:35:42.311Z[ recovery-image] Jul 16 21:35:41.464 INFO O| Jul 16 21:35:41.464 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-16T21:35:42.321Z[ recovery-image] Jul 16 21:35:41.474 INFO O| Jul 16 21:35:41.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65852026-07-16T21:35:42.321Z[ recovery-image] Jul 16 21:35:41.474 INFO O| Jul 16 21:35:41.474 INFO STEP 405 (remove_files) COMPLETE
65862026-07-16T21:35:42.321Z[ recovery-image] Jul 16 21:35:41.475 INFO O| Jul 16 21:35:41.474 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-16T21:35:42.331Z[ recovery-image] Jul 16 21:35:41.486 INFO O| Jul 16 21:35:41.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65882026-07-16T21:35:42.332Z[ recovery-image] Jul 16 21:35:41.486 INFO O| Jul 16 21:35:41.486 INFO STEP 406 (remove_files) COMPLETE
65892026-07-16T21:35:42.332Z[ recovery-image] Jul 16 21:35:41.486 INFO O| Jul 16 21:35:41.486 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-16T21:35:42.348Z[ recovery-image] Jul 16 21:35:41.500 INFO O| Jul 16 21:35:41.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65912026-07-16T21:35:42.348Z[ recovery-image] Jul 16 21:35:41.500 INFO O| Jul 16 21:35:41.498 INFO STEP 407 (remove_files) COMPLETE
65922026-07-16T21:35:42.353Z[ recovery-image] Jul 16 21:35:41.500 INFO O| Jul 16 21:35:41.498 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-16T21:35:42.365Z[ recovery-image] Jul 16 21:35:41.511 INFO O| Jul 16 21:35:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65942026-07-16T21:35:42.365Z[ recovery-image] Jul 16 21:35:41.511 INFO O| Jul 16 21:35:41.511 INFO STEP 408 (remove_files) COMPLETE
65952026-07-16T21:35:42.365Z[ recovery-image] Jul 16 21:35:41.511 INFO O| Jul 16 21:35:41.511 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-16T21:35:42.371Z[ recovery-image] Jul 16 21:35:41.522 INFO O| Jul 16 21:35:41.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65972026-07-16T21:35:42.371Z[ recovery-image] Jul 16 21:35:41.522 INFO O| Jul 16 21:35:41.522 INFO STEP 409 (remove_files) COMPLETE
65982026-07-16T21:35:42.371Z[ recovery-image] Jul 16 21:35:41.522 INFO O| Jul 16 21:35:41.522 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-16T21:35:42.396Z[ recovery-image] Jul 16 21:35:41.534 INFO O| Jul 16 21:35:41.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
66002026-07-16T21:35:42.396Z[ recovery-image] Jul 16 21:35:41.534 INFO O| Jul 16 21:35:41.534 INFO STEP 410 (remove_files) COMPLETE
66012026-07-16T21:35:42.396Z[ recovery-image] Jul 16 21:35:41.534 INFO O| Jul 16 21:35:41.534 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-16T21:35:42.401Z[ recovery-image] Jul 16 21:35:41.546 INFO O| Jul 16 21:35:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
66032026-07-16T21:35:42.401Z[ recovery-image] Jul 16 21:35:41.546 INFO O| Jul 16 21:35:41.546 INFO STEP 411 (remove_files) COMPLETE
66042026-07-16T21:35:42.401Z[ recovery-image] Jul 16 21:35:41.546 INFO O| Jul 16 21:35:41.546 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-16T21:35:42.405Z[ recovery-image] Jul 16 21:35:41.558 INFO O| Jul 16 21:35:41.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66062026-07-16T21:35:42.405Z[ recovery-image] Jul 16 21:35:41.558 INFO O| Jul 16 21:35:41.558 INFO STEP 412 (remove_files) COMPLETE
66072026-07-16T21:35:42.405Z[ recovery-image] Jul 16 21:35:41.558 INFO O| Jul 16 21:35:41.558 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-16T21:35:42.414Z[ recovery-image] Jul 16 21:35:41.568 INFO O| Jul 16 21:35:41.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66092026-07-16T21:35:42.414Z[ recovery-image] Jul 16 21:35:41.568 INFO O| Jul 16 21:35:41.568 INFO STEP 413 (remove_files) COMPLETE
66102026-07-16T21:35:42.414Z[ recovery-image] Jul 16 21:35:41.568 INFO O| Jul 16 21:35:41.568 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-16T21:35:42.429Z[ recovery-image] Jul 16 21:35:41.584 INFO O| Jul 16 21:35:41.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66122026-07-16T21:35:42.430Z[ recovery-image] Jul 16 21:35:41.584 INFO O| Jul 16 21:35:41.584 INFO STEP 414 (remove_files) COMPLETE
66132026-07-16T21:35:42.430Z[ recovery-image] Jul 16 21:35:41.584 INFO O| Jul 16 21:35:41.584 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-16T21:35:42.440Z[ recovery-image] Jul 16 21:35:41.595 INFO O| Jul 16 21:35:41.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66152026-07-16T21:35:42.440Z[ recovery-image] Jul 16 21:35:41.595 INFO O| Jul 16 21:35:41.595 INFO STEP 415 (remove_files) COMPLETE
66162026-07-16T21:35:42.440Z[ recovery-image] Jul 16 21:35:41.595 INFO O| Jul 16 21:35:41.595 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-16T21:35:42.473Z[ recovery-image] Jul 16 21:35:41.606 INFO O| Jul 16 21:35:41.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66182026-07-16T21:35:42.474Z[ recovery-image] Jul 16 21:35:41.606 INFO O| Jul 16 21:35:41.606 INFO STEP 416 (remove_files) COMPLETE
66192026-07-16T21:35:42.474Z[ recovery-image] Jul 16 21:35:41.606 INFO O| Jul 16 21:35:41.606 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-16T21:35:42.479Z[ recovery-image] Jul 16 21:35:41.616 INFO O| Jul 16 21:35:41.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66212026-07-16T21:35:42.479Z[ recovery-image] Jul 16 21:35:41.617 INFO O| Jul 16 21:35:41.617 INFO STEP 417 (remove_files) COMPLETE
66222026-07-16T21:35:42.480Z[ recovery-image] Jul 16 21:35:41.617 INFO O| Jul 16 21:35:41.617 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-16T21:35:42.480Z[ recovery-image] Jul 16 21:35:41.628 INFO O| Jul 16 21:35:41.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66242026-07-16T21:35:42.480Z[ recovery-image] Jul 16 21:35:41.628 INFO O| Jul 16 21:35:41.628 INFO STEP 418 (remove_files) COMPLETE
66252026-07-16T21:35:42.480Z[ recovery-image] Jul 16 21:35:41.628 INFO O| Jul 16 21:35:41.628 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-16T21:35:42.484Z[ recovery-image] Jul 16 21:35:41.638 INFO O| Jul 16 21:35:41.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66272026-07-16T21:35:42.484Z[ recovery-image] Jul 16 21:35:41.638 INFO O| Jul 16 21:35:41.638 INFO STEP 419 (remove_files) COMPLETE
66282026-07-16T21:35:42.484Z[ recovery-image] Jul 16 21:35:41.638 INFO O| Jul 16 21:35:41.638 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-16T21:35:42.494Z[ recovery-image] Jul 16 21:35:41.647 INFO O| Jul 16 21:35:41.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66302026-07-16T21:35:42.494Z[ recovery-image] Jul 16 21:35:41.647 INFO O| Jul 16 21:35:41.647 INFO STEP 420 (remove_files) COMPLETE
66312026-07-16T21:35:42.497Z[ recovery-image] Jul 16 21:35:41.647 INFO O| Jul 16 21:35:41.647 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-16T21:35:42.506Z[ recovery-image] Jul 16 21:35:41.659 INFO O| Jul 16 21:35:41.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66332026-07-16T21:35:42.506Z[ recovery-image] Jul 16 21:35:41.659 INFO O| Jul 16 21:35:41.659 INFO STEP 421 (remove_files) COMPLETE
66342026-07-16T21:35:42.510Z[ recovery-image] Jul 16 21:35:41.659 INFO O| Jul 16 21:35:41.659 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-16T21:35:42.516Z[ recovery-image] Jul 16 21:35:41.670 INFO O| Jul 16 21:35:41.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66362026-07-16T21:35:42.516Z[ recovery-image] Jul 16 21:35:41.670 INFO O| Jul 16 21:35:41.670 INFO STEP 422 (remove_files) COMPLETE
66372026-07-16T21:35:42.516Z[ recovery-image] Jul 16 21:35:41.670 INFO O| Jul 16 21:35:41.670 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-16T21:35:42.527Z[ recovery-image] Jul 16 21:35:41.681 INFO O| Jul 16 21:35:41.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66392026-07-16T21:35:42.527Z[ recovery-image] Jul 16 21:35:41.681 INFO O| Jul 16 21:35:41.681 INFO STEP 423 (remove_files) COMPLETE
66402026-07-16T21:35:42.527Z[ recovery-image] Jul 16 21:35:41.681 INFO O| Jul 16 21:35:41.681 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-16T21:35:42.539Z[ recovery-image] Jul 16 21:35:41.693 INFO O| Jul 16 21:35:41.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66422026-07-16T21:35:42.539Z[ recovery-image] Jul 16 21:35:41.693 INFO O| Jul 16 21:35:41.693 INFO STEP 424 (remove_files) COMPLETE
66432026-07-16T21:35:42.539Z[ recovery-image] Jul 16 21:35:41.693 INFO O| Jul 16 21:35:41.693 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-16T21:35:42.552Z[ recovery-image] Jul 16 21:35:41.705 INFO O| Jul 16 21:35:41.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66452026-07-16T21:35:42.552Z[ recovery-image] Jul 16 21:35:41.705 INFO O| Jul 16 21:35:41.705 INFO STEP 425 (remove_files) COMPLETE
66462026-07-16T21:35:42.552Z[ recovery-image] Jul 16 21:35:41.705 INFO O| Jul 16 21:35:41.705 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-16T21:35:42.562Z[ recovery-image] Jul 16 21:35:41.716 INFO O| Jul 16 21:35:41.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66482026-07-16T21:35:42.562Z[ recovery-image] Jul 16 21:35:41.716 INFO O| Jul 16 21:35:41.716 INFO STEP 426 (remove_files) COMPLETE
66492026-07-16T21:35:42.562Z[ recovery-image] Jul 16 21:35:41.716 INFO O| Jul 16 21:35:41.716 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-16T21:35:42.574Z[ recovery-image] Jul 16 21:35:41.726 INFO O| Jul 16 21:35:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66512026-07-16T21:35:42.581Z[ recovery-image] Jul 16 21:35:41.727 INFO O| Jul 16 21:35:41.727 INFO STEP 427 (remove_files) COMPLETE
66522026-07-16T21:35:42.581Z[ recovery-image] Jul 16 21:35:41.727 INFO O| Jul 16 21:35:41.727 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-16T21:35:42.587Z[ recovery-image] Jul 16 21:35:41.737 INFO O| Jul 16 21:35:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66542026-07-16T21:35:42.587Z[ recovery-image] Jul 16 21:35:41.737 INFO O| Jul 16 21:35:41.737 INFO STEP 428 (remove_files) COMPLETE
66552026-07-16T21:35:42.587Z[ recovery-image] Jul 16 21:35:41.737 INFO O| Jul 16 21:35:41.737 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-16T21:35:42.594Z[ recovery-image] Jul 16 21:35:41.748 INFO O| Jul 16 21:35:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66572026-07-16T21:35:42.594Z[ recovery-image] Jul 16 21:35:41.748 INFO O| Jul 16 21:35:41.748 INFO STEP 429 (remove_files) COMPLETE
66582026-07-16T21:35:42.600Z[ recovery-image] Jul 16 21:35:41.748 INFO O| Jul 16 21:35:41.748 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-16T21:35:42.606Z[ recovery-image] Jul 16 21:35:41.757 INFO O| Jul 16 21:35:41.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66602026-07-16T21:35:42.606Z[ recovery-image] Jul 16 21:35:41.757 INFO O| Jul 16 21:35:41.757 INFO STEP 430 (remove_files) COMPLETE
66612026-07-16T21:35:42.606Z[ recovery-image] Jul 16 21:35:41.757 INFO O| Jul 16 21:35:41.757 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-16T21:35:42.637Z[ recovery-image] Jul 16 21:35:41.767 INFO O| Jul 16 21:35:41.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66632026-07-16T21:35:42.637Z[ recovery-image] Jul 16 21:35:41.767 INFO O| Jul 16 21:35:41.767 INFO STEP 431 (remove_files) COMPLETE
66642026-07-16T21:35:42.638Z[ recovery-image] Jul 16 21:35:41.767 INFO O| Jul 16 21:35:41.767 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-16T21:35:42.655Z[ recovery-image] Jul 16 21:35:41.779 INFO O| Jul 16 21:35:41.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66662026-07-16T21:35:42.655Z[ recovery-image] Jul 16 21:35:41.779 INFO O| Jul 16 21:35:41.779 INFO STEP 432 (remove_files) COMPLETE
66672026-07-16T21:35:42.666Z[ recovery-image] Jul 16 21:35:41.779 INFO O| Jul 16 21:35:41.779 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-16T21:35:42.666Z[ recovery-image] Jul 16 21:35:41.790 INFO O| Jul 16 21:35:41.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66692026-07-16T21:35:42.666Z[ recovery-image] Jul 16 21:35:41.790 INFO O| Jul 16 21:35:41.790 INFO STEP 433 (remove_files) COMPLETE
66702026-07-16T21:35:42.666Z[ recovery-image] Jul 16 21:35:41.790 INFO O| Jul 16 21:35:41.790 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-16T21:35:42.675Z[ recovery-image] Jul 16 21:35:41.801 INFO O| Jul 16 21:35:41.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66722026-07-16T21:35:42.675Z[ recovery-image] Jul 16 21:35:41.802 INFO O| Jul 16 21:35:41.802 INFO STEP 434 (remove_files) COMPLETE
66732026-07-16T21:35:42.675Z[ recovery-image] Jul 16 21:35:41.802 INFO O| Jul 16 21:35:41.802 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-16T21:35:42.676Z[ recovery-image] Jul 16 21:35:41.813 INFO O| Jul 16 21:35:41.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66752026-07-16T21:35:42.676Z[ recovery-image] Jul 16 21:35:41.813 INFO O| Jul 16 21:35:41.813 INFO STEP 435 (remove_files) COMPLETE
66762026-07-16T21:35:42.676Z[ recovery-image] Jul 16 21:35:41.813 INFO O| Jul 16 21:35:41.813 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-16T21:35:42.676Z[ recovery-image] Jul 16 21:35:41.824 INFO O| Jul 16 21:35:41.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66782026-07-16T21:35:42.676Z[ recovery-image] Jul 16 21:35:41.824 INFO O| Jul 16 21:35:41.824 INFO STEP 436 (remove_files) COMPLETE
66792026-07-16T21:35:42.676Z[ recovery-image] Jul 16 21:35:41.824 INFO O| Jul 16 21:35:41.824 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-16T21:35:42.699Z[ recovery-image] Jul 16 21:35:41.835 INFO O| Jul 16 21:35:41.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66812026-07-16T21:35:42.699Z[ recovery-image] Jul 16 21:35:41.835 INFO O| Jul 16 21:35:41.835 INFO STEP 437 (remove_files) COMPLETE
66822026-07-16T21:35:42.699Z[ recovery-image] Jul 16 21:35:41.835 INFO O| Jul 16 21:35:41.835 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-16T21:35:42.705Z[ recovery-image] Jul 16 21:35:41.845 INFO O| Jul 16 21:35:41.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66842026-07-16T21:35:42.705Z[ recovery-image] Jul 16 21:35:41.845 INFO O| Jul 16 21:35:41.845 INFO STEP 438 (remove_files) COMPLETE
66852026-07-16T21:35:42.705Z[ recovery-image] Jul 16 21:35:41.845 INFO O| Jul 16 21:35:41.845 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-16T21:35:42.705Z[ recovery-image] Jul 16 21:35:41.856 INFO O| Jul 16 21:35:41.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66872026-07-16T21:35:42.705Z[ recovery-image] Jul 16 21:35:41.856 INFO O| Jul 16 21:35:41.856 INFO STEP 439 (remove_files) COMPLETE
66882026-07-16T21:35:42.705Z[ recovery-image] Jul 16 21:35:41.856 INFO O| Jul 16 21:35:41.856 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-16T21:35:42.713Z[ recovery-image] Jul 16 21:35:41.866 INFO O| Jul 16 21:35:41.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66902026-07-16T21:35:42.713Z[ recovery-image] Jul 16 21:35:41.866 INFO O| Jul 16 21:35:41.866 INFO STEP 440 (remove_files) COMPLETE
66912026-07-16T21:35:42.714Z[ recovery-image] Jul 16 21:35:41.866 INFO O| Jul 16 21:35:41.866 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-16T21:35:42.730Z[ recovery-image] Jul 16 21:35:41.878 INFO O| Jul 16 21:35:41.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66932026-07-16T21:35:42.730Z[ recovery-image] Jul 16 21:35:41.878 INFO O| Jul 16 21:35:41.878 INFO STEP 441 (remove_files) COMPLETE
66942026-07-16T21:35:42.741Z[ recovery-image] Jul 16 21:35:41.878 INFO O| Jul 16 21:35:41.878 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-16T21:35:42.742Z[ recovery-image] Jul 16 21:35:41.888 INFO O| Jul 16 21:35:41.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66962026-07-16T21:35:42.742Z[ recovery-image] Jul 16 21:35:41.888 INFO O| Jul 16 21:35:41.888 INFO STEP 442 (remove_files) COMPLETE
66972026-07-16T21:35:42.742Z[ recovery-image] Jul 16 21:35:41.888 INFO O| Jul 16 21:35:41.888 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-16T21:35:42.750Z[ recovery-image] Jul 16 21:35:41.898 INFO O| Jul 16 21:35:41.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66992026-07-16T21:35:42.750Z[ recovery-image] Jul 16 21:35:41.898 INFO O| Jul 16 21:35:41.898 INFO STEP 443 (remove_files) COMPLETE
67002026-07-16T21:35:42.750Z[ recovery-image] Jul 16 21:35:41.898 INFO O| Jul 16 21:35:41.898 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-16T21:35:42.755Z[ recovery-image] Jul 16 21:35:41.909 INFO O| Jul 16 21:35:41.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
67022026-07-16T21:35:42.755Z[ recovery-image] Jul 16 21:35:41.910 INFO O| Jul 16 21:35:41.910 INFO STEP 444 (remove_files) COMPLETE
67032026-07-16T21:35:42.755Z[ recovery-image] Jul 16 21:35:41.910 INFO O| Jul 16 21:35:41.910 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-16T21:35:42.770Z[ recovery-image] Jul 16 21:35:41.921 INFO O| Jul 16 21:35:41.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67052026-07-16T21:35:42.770Z[ recovery-image] Jul 16 21:35:41.921 INFO O| Jul 16 21:35:41.921 INFO STEP 445 (remove_files) COMPLETE
67062026-07-16T21:35:42.770Z[ recovery-image] Jul 16 21:35:41.921 INFO O| Jul 16 21:35:41.921 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-16T21:35:42.779Z[ recovery-image] Jul 16 21:35:41.931 INFO O| Jul 16 21:35:41.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67082026-07-16T21:35:42.779Z[ recovery-image] Jul 16 21:35:41.931 INFO O| Jul 16 21:35:41.931 INFO STEP 446 (remove_files) COMPLETE
67092026-07-16T21:35:42.784Z[ recovery-image] Jul 16 21:35:41.931 INFO O| Jul 16 21:35:41.931 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-16T21:35:42.789Z[ recovery-image] Jul 16 21:35:41.941 INFO O| Jul 16 21:35:41.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67112026-07-16T21:35:42.789Z[ recovery-image] Jul 16 21:35:41.941 INFO O| Jul 16 21:35:41.941 INFO STEP 447 (remove_files) COMPLETE
67122026-07-16T21:35:42.789Z[ recovery-image] Jul 16 21:35:41.941 INFO O| Jul 16 21:35:41.941 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-16T21:35:42.799Z[ recovery-image] Jul 16 21:35:41.952 INFO O| Jul 16 21:35:41.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67142026-07-16T21:35:42.799Z[ recovery-image] Jul 16 21:35:41.952 INFO O| Jul 16 21:35:41.952 INFO STEP 448 (remove_files) COMPLETE
67152026-07-16T21:35:42.804Z[ recovery-image] Jul 16 21:35:41.952 INFO O| Jul 16 21:35:41.952 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-16T21:35:42.824Z[ recovery-image] Jul 16 21:35:41.962 INFO O| Jul 16 21:35:41.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67172026-07-16T21:35:42.824Z[ recovery-image] Jul 16 21:35:41.962 INFO O| Jul 16 21:35:41.962 INFO STEP 449 (remove_files) COMPLETE
67182026-07-16T21:35:42.824Z[ recovery-image] Jul 16 21:35:41.962 INFO O| Jul 16 21:35:41.962 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-16T21:35:42.828Z[ recovery-image] Jul 16 21:35:41.973 INFO O| Jul 16 21:35:41.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67202026-07-16T21:35:42.828Z[ recovery-image] Jul 16 21:35:41.973 INFO O| Jul 16 21:35:41.973 INFO STEP 450 (remove_files) COMPLETE
67212026-07-16T21:35:42.828Z[ recovery-image] Jul 16 21:35:41.973 INFO O| Jul 16 21:35:41.973 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-16T21:35:42.834Z[ recovery-image] Jul 16 21:35:41.984 INFO O| Jul 16 21:35:41.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67232026-07-16T21:35:42.834Z[ recovery-image] Jul 16 21:35:41.984 INFO O| Jul 16 21:35:41.983 INFO STEP 451 (remove_files) COMPLETE
67242026-07-16T21:35:42.834Z[ recovery-image] Jul 16 21:35:41.984 INFO O| Jul 16 21:35:41.983 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-16T21:35:42.842Z[ recovery-image] Jul 16 21:35:41.993 INFO O| Jul 16 21:35:41.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67262026-07-16T21:35:42.842Z[ recovery-image] Jul 16 21:35:41.993 INFO O| Jul 16 21:35:41.993 INFO STEP 452 (remove_files) COMPLETE
67272026-07-16T21:35:42.844Z[ recovery-image] Jul 16 21:35:41.993 INFO O| Jul 16 21:35:41.993 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-16T21:35:42.852Z[ recovery-image] Jul 16 21:35:42.005 INFO O| Jul 16 21:35:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67292026-07-16T21:35:42.852Z[ recovery-image] Jul 16 21:35:42.006 INFO O| Jul 16 21:35:42.006 INFO STEP 453 (remove_files) COMPLETE
67302026-07-16T21:35:42.853Z[ recovery-image] Jul 16 21:35:42.006 INFO O| Jul 16 21:35:42.006 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-16T21:35:42.867Z[ recovery-image] Jul 16 21:35:42.017 INFO O| Jul 16 21:35:42.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67322026-07-16T21:35:42.867Z[ recovery-image] Jul 16 21:35:42.017 INFO O| Jul 16 21:35:42.017 INFO STEP 454 (remove_files) COMPLETE
67332026-07-16T21:35:42.867Z[ recovery-image] Jul 16 21:35:42.017 INFO O| Jul 16 21:35:42.017 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-16T21:35:42.881Z[ recovery-image] Jul 16 21:35:42.028 INFO O| Jul 16 21:35:42.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67352026-07-16T21:35:42.881Z[ recovery-image] Jul 16 21:35:42.028 INFO O| Jul 16 21:35:42.028 INFO STEP 455 (remove_files) COMPLETE
67362026-07-16T21:35:42.881Z[ recovery-image] Jul 16 21:35:42.028 INFO O| Jul 16 21:35:42.028 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-16T21:35:42.885Z[ recovery-image] Jul 16 21:35:42.039 INFO O| Jul 16 21:35:42.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67382026-07-16T21:35:42.885Z[ recovery-image] Jul 16 21:35:42.039 INFO O| Jul 16 21:35:42.039 INFO STEP 456 (remove_files) COMPLETE
67392026-07-16T21:35:42.885Z[ recovery-image] Jul 16 21:35:42.039 INFO O| Jul 16 21:35:42.039 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-16T21:35:42.895Z[ recovery-image] Jul 16 21:35:42.049 INFO O| Jul 16 21:35:42.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67412026-07-16T21:35:42.895Z[ recovery-image] Jul 16 21:35:42.049 INFO O| Jul 16 21:35:42.049 INFO STEP 457 (remove_files) COMPLETE
67422026-07-16T21:35:42.895Z[ recovery-image] Jul 16 21:35:42.049 INFO O| Jul 16 21:35:42.049 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-16T21:35:42.904Z[ recovery-image] Jul 16 21:35:42.058 INFO O| Jul 16 21:35:42.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67442026-07-16T21:35:42.917Z[ recovery-image] Jul 16 21:35:42.059 INFO O| Jul 16 21:35:42.059 INFO STEP 458 (remove_files) COMPLETE
67452026-07-16T21:35:42.918Z[ recovery-image] Jul 16 21:35:42.059 INFO O| Jul 16 21:35:42.059 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-16T21:35:42.918Z[ recovery-image] Jul 16 21:35:42.070 INFO O| Jul 16 21:35:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67472026-07-16T21:35:42.918Z[ recovery-image] Jul 16 21:35:42.070 INFO O| Jul 16 21:35:42.070 INFO STEP 459 (remove_files) COMPLETE
67482026-07-16T21:35:42.918Z[ recovery-image] Jul 16 21:35:42.070 INFO O| Jul 16 21:35:42.070 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-16T21:35:42.927Z[ recovery-image] Jul 16 21:35:42.082 INFO O| Jul 16 21:35:42.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67502026-07-16T21:35:42.932Z[ recovery-image] Jul 16 21:35:42.082 INFO O| Jul 16 21:35:42.082 INFO STEP 460 (remove_files) COMPLETE
67512026-07-16T21:35:42.933Z[ recovery-image] Jul 16 21:35:42.082 INFO O| Jul 16 21:35:42.082 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-16T21:35:43.002Z[ recovery-image] Jul 16 21:35:42.093 INFO O| Jul 16 21:35:42.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67532026-07-16T21:35:43.002Z[ recovery-image] Jul 16 21:35:42.093 INFO O| Jul 16 21:35:42.093 INFO STEP 461 (remove_files) COMPLETE
67542026-07-16T21:35:43.002Z[ recovery-image] Jul 16 21:35:42.093 INFO O| Jul 16 21:35:42.093 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-16T21:35:43.002Z[ recovery-image] Jul 16 21:35:42.103 INFO O| Jul 16 21:35:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67562026-07-16T21:35:43.003Z[ recovery-image] Jul 16 21:35:42.103 INFO O| Jul 16 21:35:42.103 INFO STEP 462 (remove_files) COMPLETE
67572026-07-16T21:35:43.003Z[ recovery-image] Jul 16 21:35:42.103 INFO O| Jul 16 21:35:42.103 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-16T21:35:43.003Z[ recovery-image] Jul 16 21:35:42.114 INFO O| Jul 16 21:35:42.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67592026-07-16T21:35:43.003Z[ recovery-image] Jul 16 21:35:42.114 INFO O| Jul 16 21:35:42.114 INFO STEP 463 (remove_files) COMPLETE
67602026-07-16T21:35:43.003Z[ recovery-image] Jul 16 21:35:42.114 INFO O| Jul 16 21:35:42.114 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.124 INFO O| Jul 16 21:35:42.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67622026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.124 INFO O| Jul 16 21:35:42.124 INFO STEP 464 (remove_files) COMPLETE
67632026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.124 INFO O| Jul 16 21:35:42.124 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.134 INFO O| Jul 16 21:35:42.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67652026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.134 INFO O| Jul 16 21:35:42.134 INFO STEP 465 (remove_files) COMPLETE
67662026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.134 INFO O| Jul 16 21:35:42.134 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.143 INFO O| Jul 16 21:35:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67682026-07-16T21:35:43.039Z[ recovery-image] Jul 16 21:35:42.143 INFO O| Jul 16 21:35:42.143 INFO STEP 466 (remove_files) COMPLETE
67692026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.143 INFO O| Jul 16 21:35:42.143 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.153 INFO O| Jul 16 21:35:42.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67712026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.153 INFO O| Jul 16 21:35:42.153 INFO STEP 467 (remove_files) COMPLETE
67722026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.153 INFO O| Jul 16 21:35:42.153 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.162 INFO O| Jul 16 21:35:42.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67742026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.162 INFO O| Jul 16 21:35:42.162 INFO STEP 468 (remove_files) COMPLETE
67752026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.162 INFO O| Jul 16 21:35:42.162 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.170 INFO O| Jul 16 21:35:42.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67772026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.170 INFO O| Jul 16 21:35:42.170 INFO STEP 469 (remove_files) COMPLETE
67782026-07-16T21:35:43.040Z[ recovery-image] Jul 16 21:35:42.170 INFO O| Jul 16 21:35:42.170 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-07-16T21:35:43.055Z[ recovery-image] Jul 16 21:35:42.177 INFO O| Jul 16 21:35:42.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67802026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.178 INFO O| Jul 16 21:35:42.178 INFO STEP 470 (remove_files) COMPLETE
67812026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.178 INFO O| Jul 16 21:35:42.178 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.188 INFO O| Jul 16 21:35:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67832026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.188 INFO O| Jul 16 21:35:42.188 INFO STEP 471 (remove_files) COMPLETE
67842026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.188 INFO O| Jul 16 21:35:42.188 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.197 INFO O| Jul 16 21:35:42.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67862026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.197 INFO O| Jul 16 21:35:42.197 INFO STEP 472 (remove_files) COMPLETE
67872026-07-16T21:35:43.056Z[ recovery-image] Jul 16 21:35:42.197 INFO O| Jul 16 21:35:42.197 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-16T21:35:43.106Z[ recovery-image] Jul 16 21:35:42.204 INFO O| Jul 16 21:35:42.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67892026-07-16T21:35:43.106Z[ recovery-image] Jul 16 21:35:42.204 INFO O| Jul 16 21:35:42.204 INFO STEP 473 (remove_files) COMPLETE
67902026-07-16T21:35:43.106Z[ recovery-image] Jul 16 21:35:42.204 INFO O| Jul 16 21:35:42.204 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.215 INFO O| Jul 16 21:35:42.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67922026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.216 INFO O| Jul 16 21:35:42.216 INFO STEP 474 (remove_files) COMPLETE
67932026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.216 INFO O| Jul 16 21:35:42.216 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.227 INFO O| Jul 16 21:35:42.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67952026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.227 INFO O| Jul 16 21:35:42.227 INFO STEP 475 (remove_files) COMPLETE
67962026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.227 INFO O| Jul 16 21:35:42.227 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.237 INFO O| Jul 16 21:35:42.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67982026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.237 INFO O| Jul 16 21:35:42.237 INFO STEP 476 (remove_files) COMPLETE
67992026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.237 INFO O| Jul 16 21:35:42.237 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.247 INFO O| Jul 16 21:35:42.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
68012026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.248 INFO O| Jul 16 21:35:42.248 INFO STEP 477 (remove_files) COMPLETE
68022026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.248 INFO O| Jul 16 21:35:42.248 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.258 INFO O| Jul 16 21:35:42.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
68042026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.258 INFO O| Jul 16 21:35:42.258 INFO STEP 478 (remove_files) COMPLETE
68052026-07-16T21:35:43.111Z[ recovery-image] Jul 16 21:35:42.258 INFO O| Jul 16 21:35:42.258 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-07-16T21:35:43.118Z[ recovery-image] Jul 16 21:35:42.267 INFO O| Jul 16 21:35:42.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68072026-07-16T21:35:43.118Z[ recovery-image] Jul 16 21:35:42.267 INFO O| Jul 16 21:35:42.267 INFO STEP 479 (remove_files) COMPLETE
68082026-07-16T21:35:43.118Z[ recovery-image] Jul 16 21:35:42.267 INFO O| Jul 16 21:35:42.267 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-07-16T21:35:43.122Z[ recovery-image] Jul 16 21:35:42.276 INFO O| Jul 16 21:35:42.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68102026-07-16T21:35:43.122Z[ recovery-image] Jul 16 21:35:42.276 INFO O| Jul 16 21:35:42.276 INFO STEP 480 (remove_files) COMPLETE
68112026-07-16T21:35:43.122Z[ recovery-image] Jul 16 21:35:42.276 INFO O| Jul 16 21:35:42.276 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-07-16T21:35:43.130Z[ recovery-image] Jul 16 21:35:42.285 INFO O| Jul 16 21:35:42.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68132026-07-16T21:35:43.130Z[ recovery-image] Jul 16 21:35:42.285 INFO O| Jul 16 21:35:42.285 INFO STEP 481 (remove_files) COMPLETE
68142026-07-16T21:35:43.140Z[ recovery-image] Jul 16 21:35:42.285 INFO O| Jul 16 21:35:42.285 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-07-16T21:35:43.146Z[ recovery-image] Jul 16 21:35:42.295 INFO O| Jul 16 21:35:42.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68162026-07-16T21:35:43.146Z[ recovery-image] Jul 16 21:35:42.295 INFO O| Jul 16 21:35:42.295 INFO STEP 482 (remove_files) COMPLETE
68172026-07-16T21:35:43.146Z[ recovery-image] Jul 16 21:35:42.295 INFO O| Jul 16 21:35:42.295 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-07-16T21:35:43.150Z[ recovery-image] Jul 16 21:35:42.304 INFO O| Jul 16 21:35:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68192026-07-16T21:35:43.150Z[ recovery-image] Jul 16 21:35:42.304 INFO O| Jul 16 21:35:42.304 INFO STEP 483 (remove_files) COMPLETE
68202026-07-16T21:35:43.150Z[ recovery-image] Jul 16 21:35:42.304 INFO O| Jul 16 21:35:42.304 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-07-16T21:35:43.158Z[ recovery-image] Jul 16 21:35:42.313 INFO O| Jul 16 21:35:42.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68222026-07-16T21:35:43.164Z[ recovery-image] Jul 16 21:35:42.313 INFO O| Jul 16 21:35:42.313 INFO STEP 484 (remove_files) COMPLETE
68232026-07-16T21:35:43.164Z[ recovery-image] Jul 16 21:35:42.313 INFO O| Jul 16 21:35:42.313 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-07-16T21:35:43.169Z[ recovery-image] Jul 16 21:35:42.321 INFO O| Jul 16 21:35:42.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68252026-07-16T21:35:43.169Z[ recovery-image] Jul 16 21:35:42.322 INFO O| Jul 16 21:35:42.322 INFO STEP 485 (remove_files) COMPLETE
68262026-07-16T21:35:43.169Z[ recovery-image] Jul 16 21:35:42.322 INFO O| Jul 16 21:35:42.322 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-07-16T21:35:43.175Z[ recovery-image] Jul 16 21:35:42.330 INFO O| Jul 16 21:35:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68282026-07-16T21:35:43.175Z[ recovery-image] Jul 16 21:35:42.330 INFO O| Jul 16 21:35:42.330 INFO STEP 486 (remove_files) COMPLETE
68292026-07-16T21:35:43.175Z[ recovery-image] Jul 16 21:35:42.330 INFO O| Jul 16 21:35:42.330 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-07-16T21:35:43.191Z[ recovery-image] Jul 16 21:35:42.341 INFO O| Jul 16 21:35:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68312026-07-16T21:35:43.191Z[ recovery-image] Jul 16 21:35:42.341 INFO O| Jul 16 21:35:42.341 INFO STEP 487 (remove_files) COMPLETE
68322026-07-16T21:35:43.195Z[ recovery-image] Jul 16 21:35:42.341 INFO O| Jul 16 21:35:42.341 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-07-16T21:35:43.198Z[ recovery-image] Jul 16 21:35:42.350 INFO O| Jul 16 21:35:42.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68342026-07-16T21:35:43.198Z[ recovery-image] Jul 16 21:35:42.350 INFO O| Jul 16 21:35:42.350 INFO STEP 488 (remove_files) COMPLETE
68352026-07-16T21:35:43.198Z[ recovery-image] Jul 16 21:35:42.350 INFO O| Jul 16 21:35:42.350 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-07-16T21:35:43.206Z[ recovery-image] Jul 16 21:35:42.361 INFO O| Jul 16 21:35:42.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68372026-07-16T21:35:43.206Z[ recovery-image] Jul 16 21:35:42.361 INFO O| Jul 16 21:35:42.361 INFO STEP 489 (remove_files) COMPLETE
68382026-07-16T21:35:43.214Z[ recovery-image] Jul 16 21:35:42.361 INFO O| Jul 16 21:35:42.361 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-07-16T21:35:43.218Z[ recovery-image] Jul 16 21:35:42.370 INFO O| Jul 16 21:35:42.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68402026-07-16T21:35:43.218Z[ recovery-image] Jul 16 21:35:42.370 INFO O| Jul 16 21:35:42.370 INFO STEP 490 (remove_files) COMPLETE
68412026-07-16T21:35:43.219Z[ recovery-image] Jul 16 21:35:42.370 INFO O| Jul 16 21:35:42.370 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-16T21:35:43.223Z[ recovery-image] Jul 16 21:35:42.377 INFO O| Jul 16 21:35:42.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68432026-07-16T21:35:43.223Z[ recovery-image] Jul 16 21:35:42.377 INFO O| Jul 16 21:35:42.377 INFO STEP 491 (remove_files) COMPLETE
68442026-07-16T21:35:43.228Z[ recovery-image] Jul 16 21:35:42.377 INFO O| Jul 16 21:35:42.377 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-16T21:35:43.231Z[ recovery-image] Jul 16 21:35:42.385 INFO O| Jul 16 21:35:42.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68462026-07-16T21:35:43.231Z[ recovery-image] Jul 16 21:35:42.385 INFO O| Jul 16 21:35:42.385 INFO STEP 492 (remove_files) COMPLETE
68472026-07-16T21:35:43.231Z[ recovery-image] Jul 16 21:35:42.385 INFO O| Jul 16 21:35:42.385 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-16T21:35:43.238Z[ recovery-image] Jul 16 21:35:42.393 INFO O| Jul 16 21:35:42.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68492026-07-16T21:35:43.238Z[ recovery-image] Jul 16 21:35:42.393 INFO O| Jul 16 21:35:42.393 INFO STEP 493 (remove_files) COMPLETE
68502026-07-16T21:35:43.238Z[ recovery-image] Jul 16 21:35:42.393 INFO O| Jul 16 21:35:42.393 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-16T21:35:43.247Z[ recovery-image] Jul 16 21:35:42.400 INFO O| Jul 16 21:35:42.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68522026-07-16T21:35:43.255Z[ recovery-image] Jul 16 21:35:42.400 INFO O| Jul 16 21:35:42.400 INFO STEP 494 (remove_files) COMPLETE
68532026-07-16T21:35:43.255Z[ recovery-image] Jul 16 21:35:42.400 INFO O| Jul 16 21:35:42.400 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-16T21:35:43.260Z[ recovery-image] Jul 16 21:35:42.410 INFO O| Jul 16 21:35:42.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68552026-07-16T21:35:43.260Z[ recovery-image] Jul 16 21:35:42.410 INFO O| Jul 16 21:35:42.410 INFO STEP 495 (remove_files) COMPLETE
68562026-07-16T21:35:43.260Z[ recovery-image] Jul 16 21:35:42.410 INFO O| Jul 16 21:35:42.410 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-07-16T21:35:43.267Z[ recovery-image] Jul 16 21:35:42.419 INFO O| Jul 16 21:35:42.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68582026-07-16T21:35:43.267Z[ recovery-image] Jul 16 21:35:42.419 INFO O| Jul 16 21:35:42.419 INFO STEP 496 (remove_files) COMPLETE
68592026-07-16T21:35:43.272Z[ recovery-image] Jul 16 21:35:42.419 INFO O| Jul 16 21:35:42.419 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-07-16T21:35:43.277Z[ recovery-image] Jul 16 21:35:42.427 INFO O| Jul 16 21:35:42.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68612026-07-16T21:35:43.277Z[ recovery-image] Jul 16 21:35:42.427 INFO O| Jul 16 21:35:42.427 INFO STEP 497 (remove_files) COMPLETE
68622026-07-16T21:35:43.277Z[ recovery-image] Jul 16 21:35:42.427 INFO O| Jul 16 21:35:42.427 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-07-16T21:35:43.281Z[ recovery-image] Jul 16 21:35:42.436 INFO O| Jul 16 21:35:42.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68642026-07-16T21:35:43.284Z[ recovery-image] Jul 16 21:35:42.436 INFO O| Jul 16 21:35:42.436 INFO STEP 498 (remove_files) COMPLETE
68652026-07-16T21:35:43.284Z[ recovery-image] Jul 16 21:35:42.436 INFO O| Jul 16 21:35:42.436 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-07-16T21:35:43.290Z[ recovery-image] Jul 16 21:35:42.444 INFO O| Jul 16 21:35:42.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68672026-07-16T21:35:43.293Z[ recovery-image] Jul 16 21:35:42.444 INFO O| Jul 16 21:35:42.444 INFO STEP 499 (remove_files) COMPLETE
68682026-07-16T21:35:43.293Z[ recovery-image] Jul 16 21:35:42.444 INFO O| Jul 16 21:35:42.444 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-07-16T21:35:43.300Z[ recovery-image] Jul 16 21:35:42.453 INFO O| Jul 16 21:35:42.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68702026-07-16T21:35:43.300Z[ recovery-image] Jul 16 21:35:42.453 INFO O| Jul 16 21:35:42.453 INFO STEP 500 (remove_files) COMPLETE
68712026-07-16T21:35:43.300Z[ recovery-image] Jul 16 21:35:42.453 INFO O| Jul 16 21:35:42.453 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-16T21:35:43.311Z[ recovery-image] Jul 16 21:35:42.462 INFO O| Jul 16 21:35:42.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68732026-07-16T21:35:43.316Z[ recovery-image] Jul 16 21:35:42.462 INFO O| Jul 16 21:35:42.462 INFO STEP 501 (remove_files) COMPLETE
68742026-07-16T21:35:43.316Z[ recovery-image] Jul 16 21:35:42.462 INFO O| Jul 16 21:35:42.462 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-16T21:35:43.320Z[ recovery-image] Jul 16 21:35:42.471 INFO O| Jul 16 21:35:42.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68762026-07-16T21:35:43.320Z[ recovery-image] Jul 16 21:35:42.471 INFO O| Jul 16 21:35:42.471 INFO STEP 502 (remove_files) COMPLETE
68772026-07-16T21:35:43.320Z[ recovery-image] Jul 16 21:35:42.471 INFO O| Jul 16 21:35:42.471 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-16T21:35:43.326Z[ recovery-image] Jul 16 21:35:42.481 INFO O| Jul 16 21:35:42.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68792026-07-16T21:35:43.329Z[ recovery-image] Jul 16 21:35:42.481 INFO O| Jul 16 21:35:42.481 INFO STEP 503 (remove_files) COMPLETE
68802026-07-16T21:35:43.329Z[ recovery-image] Jul 16 21:35:42.481 INFO O| Jul 16 21:35:42.481 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-16T21:35:43.335Z[ recovery-image] Jul 16 21:35:42.490 INFO O| Jul 16 21:35:42.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68822026-07-16T21:35:43.339Z[ recovery-image] Jul 16 21:35:42.490 INFO O| Jul 16 21:35:42.490 INFO STEP 504 (remove_files) COMPLETE
68832026-07-16T21:35:43.339Z[ recovery-image] Jul 16 21:35:42.490 INFO O| Jul 16 21:35:42.490 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-16T21:35:43.346Z[ recovery-image] Jul 16 21:35:42.500 INFO O| Jul 16 21:35:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68852026-07-16T21:35:43.346Z[ recovery-image] Jul 16 21:35:42.501 INFO O| Jul 16 21:35:42.501 INFO STEP 505 (remove_files) COMPLETE
68862026-07-16T21:35:43.346Z[ recovery-image] Jul 16 21:35:42.501 INFO O| Jul 16 21:35:42.501 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-16T21:35:43.362Z[ recovery-image] Jul 16 21:35:42.510 INFO O| Jul 16 21:35:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68882026-07-16T21:35:43.362Z[ recovery-image] Jul 16 21:35:42.510 INFO O| Jul 16 21:35:42.510 INFO STEP 506 (remove_files) COMPLETE
68892026-07-16T21:35:43.365Z[ recovery-image] Jul 16 21:35:42.510 INFO O| Jul 16 21:35:42.510 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-16T21:35:43.365Z[ recovery-image] Jul 16 21:35:42.518 INFO O| Jul 16 21:35:42.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68912026-07-16T21:35:43.365Z[ recovery-image] Jul 16 21:35:42.518 INFO O| Jul 16 21:35:42.518 INFO STEP 507 (remove_files) COMPLETE
68922026-07-16T21:35:43.365Z[ recovery-image] Jul 16 21:35:42.518 INFO O| Jul 16 21:35:42.518 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-16T21:35:43.373Z[ recovery-image] Jul 16 21:35:42.526 INFO O| Jul 16 21:35:42.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68942026-07-16T21:35:43.375Z[ recovery-image] Jul 16 21:35:42.526 INFO O| Jul 16 21:35:42.526 INFO STEP 508 (remove_files) COMPLETE
68952026-07-16T21:35:43.375Z[ recovery-image] Jul 16 21:35:42.526 INFO O| Jul 16 21:35:42.526 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-16T21:35:43.379Z[ recovery-image] Jul 16 21:35:42.534 INFO O| Jul 16 21:35:42.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68972026-07-16T21:35:43.379Z[ recovery-image] Jul 16 21:35:42.534 INFO O| Jul 16 21:35:42.534 INFO STEP 509 (remove_files) COMPLETE
68982026-07-16T21:35:43.384Z[ recovery-image] Jul 16 21:35:42.534 INFO O| Jul 16 21:35:42.534 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-16T21:35:43.395Z[ recovery-image] Jul 16 21:35:42.544 INFO O| Jul 16 21:35:42.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
69002026-07-16T21:35:43.395Z[ recovery-image] Jul 16 21:35:42.544 INFO O| Jul 16 21:35:42.544 INFO STEP 510 (remove_files) COMPLETE
69012026-07-16T21:35:43.395Z[ recovery-image] Jul 16 21:35:42.544 INFO O| Jul 16 21:35:42.544 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-16T21:35:43.400Z[ recovery-image] Jul 16 21:35:42.553 INFO O| Jul 16 21:35:42.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
69032026-07-16T21:35:43.401Z[ recovery-image] Jul 16 21:35:42.553 INFO O| Jul 16 21:35:42.553 INFO STEP 511 (remove_files) COMPLETE
69042026-07-16T21:35:43.401Z[ recovery-image] Jul 16 21:35:42.553 INFO O| Jul 16 21:35:42.553 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-16T21:35:43.408Z[ recovery-image] Jul 16 21:35:42.562 INFO O| Jul 16 21:35:42.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69062026-07-16T21:35:43.408Z[ recovery-image] Jul 16 21:35:42.562 INFO O| Jul 16 21:35:42.562 INFO STEP 512 (remove_files) COMPLETE
69072026-07-16T21:35:43.412Z[ recovery-image] Jul 16 21:35:42.562 INFO O| Jul 16 21:35:42.562 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-16T21:35:43.415Z[ recovery-image] Jul 16 21:35:42.570 INFO O| Jul 16 21:35:42.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69092026-07-16T21:35:43.420Z[ recovery-image] Jul 16 21:35:42.570 INFO O| Jul 16 21:35:42.570 INFO STEP 513 (remove_files) COMPLETE
69102026-07-16T21:35:43.420Z[ recovery-image] Jul 16 21:35:42.570 INFO O| Jul 16 21:35:42.570 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-16T21:35:43.427Z[ recovery-image] Jul 16 21:35:42.580 INFO O| Jul 16 21:35:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69122026-07-16T21:35:43.427Z[ recovery-image] Jul 16 21:35:42.580 INFO O| Jul 16 21:35:42.580 INFO STEP 514 (remove_files) COMPLETE
69132026-07-16T21:35:43.427Z[ recovery-image] Jul 16 21:35:42.580 INFO O| Jul 16 21:35:42.580 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-16T21:35:43.440Z[ recovery-image] Jul 16 21:35:42.591 INFO O| Jul 16 21:35:42.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69152026-07-16T21:35:43.441Z[ recovery-image] Jul 16 21:35:42.591 INFO O| Jul 16 21:35:42.591 INFO STEP 515 (remove_files) COMPLETE
69162026-07-16T21:35:43.441Z[ recovery-image] Jul 16 21:35:42.591 INFO O| Jul 16 21:35:42.591 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-16T21:35:43.448Z[ recovery-image] Jul 16 21:35:42.599 INFO O| Jul 16 21:35:42.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69182026-07-16T21:35:43.448Z[ recovery-image] Jul 16 21:35:42.599 INFO O| Jul 16 21:35:42.599 INFO STEP 516 (remove_files) COMPLETE
69192026-07-16T21:35:43.449Z[ recovery-image] Jul 16 21:35:42.599 INFO O| Jul 16 21:35:42.599 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-16T21:35:43.469Z[ recovery-image] Jul 16 21:35:42.607 INFO O| Jul 16 21:35:42.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69212026-07-16T21:35:43.469Z[ recovery-image] Jul 16 21:35:42.607 INFO O| Jul 16 21:35:42.607 INFO STEP 517 (remove_files) COMPLETE
69222026-07-16T21:35:43.469Z[ recovery-image] Jul 16 21:35:42.607 INFO O| Jul 16 21:35:42.607 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-16T21:35:43.474Z[ recovery-image] Jul 16 21:35:42.617 INFO O| Jul 16 21:35:42.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69242026-07-16T21:35:43.474Z[ recovery-image] Jul 16 21:35:42.618 INFO O| Jul 16 21:35:42.618 INFO STEP 518 (remove_files) COMPLETE
69252026-07-16T21:35:43.474Z[ recovery-image] Jul 16 21:35:42.618 INFO O| Jul 16 21:35:42.618 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-16T21:35:43.474Z[ recovery-image] Jul 16 21:35:42.628 INFO O| Jul 16 21:35:42.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69272026-07-16T21:35:43.474Z[ recovery-image] Jul 16 21:35:42.628 INFO O| Jul 16 21:35:42.628 INFO STEP 519 (remove_files) COMPLETE
69282026-07-16T21:35:43.474Z[ recovery-image] Jul 16 21:35:42.628 INFO O| Jul 16 21:35:42.628 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-16T21:35:43.501Z[ recovery-image] Jul 16 21:35:42.637 INFO O| Jul 16 21:35:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69302026-07-16T21:35:43.501Z[ recovery-image] Jul 16 21:35:42.638 INFO O| Jul 16 21:35:42.638 INFO STEP 520 (remove_files) COMPLETE
69312026-07-16T21:35:43.505Z[ recovery-image] Jul 16 21:35:42.638 INFO O| Jul 16 21:35:42.638 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.647 INFO O| Jul 16 21:35:42.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69332026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.647 INFO O| Jul 16 21:35:42.647 INFO STEP 521 (remove_files) COMPLETE
69342026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.647 INFO O| Jul 16 21:35:42.647 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.656 INFO O| Jul 16 21:35:42.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69362026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.656 INFO O| Jul 16 21:35:42.656 INFO STEP 522 (remove_files) COMPLETE
69372026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.656 INFO O| Jul 16 21:35:42.656 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.665 INFO O| Jul 16 21:35:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69392026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.665 INFO O| Jul 16 21:35:42.665 INFO STEP 523 (remove_files) COMPLETE
69402026-07-16T21:35:43.514Z[ recovery-image] Jul 16 21:35:42.665 INFO O| Jul 16 21:35:42.665 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-16T21:35:43.529Z[ recovery-image] Jul 16 21:35:42.674 INFO O| Jul 16 21:35:42.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69422026-07-16T21:35:43.529Z[ recovery-image] Jul 16 21:35:42.674 INFO O| Jul 16 21:35:42.674 INFO STEP 524 (remove_files) COMPLETE
69432026-07-16T21:35:43.529Z[ recovery-image] Jul 16 21:35:42.674 INFO O| Jul 16 21:35:42.674 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-16T21:35:43.543Z[ recovery-image] Jul 16 21:35:42.683 INFO O| Jul 16 21:35:42.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69452026-07-16T21:35:43.543Z[ recovery-image] Jul 16 21:35:42.683 INFO O| Jul 16 21:35:42.683 INFO STEP 525 (remove_files) COMPLETE
69462026-07-16T21:35:43.543Z[ recovery-image] Jul 16 21:35:42.683 INFO O| Jul 16 21:35:42.683 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-16T21:35:43.543Z[ recovery-image] Jul 16 21:35:42.693 INFO O| Jul 16 21:35:42.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69482026-07-16T21:35:43.543Z[ recovery-image] Jul 16 21:35:42.693 INFO O| Jul 16 21:35:42.693 INFO STEP 526 (remove_files) COMPLETE
69492026-07-16T21:35:43.543Z[ recovery-image] Jul 16 21:35:42.693 INFO O| Jul 16 21:35:42.693 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-16T21:35:43.549Z[ recovery-image] Jul 16 21:35:42.703 INFO O| Jul 16 21:35:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69512026-07-16T21:35:43.549Z[ recovery-image] Jul 16 21:35:42.703 INFO O| Jul 16 21:35:42.703 INFO STEP 527 (remove_files) COMPLETE
69522026-07-16T21:35:43.549Z[ recovery-image] Jul 16 21:35:42.703 INFO O| Jul 16 21:35:42.703 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-16T21:35:43.563Z[ recovery-image] Jul 16 21:35:42.712 INFO O| Jul 16 21:35:42.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69542026-07-16T21:35:43.563Z[ recovery-image] Jul 16 21:35:42.712 INFO O| Jul 16 21:35:42.712 INFO STEP 528 (remove_files) COMPLETE
69552026-07-16T21:35:43.563Z[ recovery-image] Jul 16 21:35:42.712 INFO O| Jul 16 21:35:42.712 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-16T21:35:43.582Z[ recovery-image] Jul 16 21:35:42.722 INFO O| Jul 16 21:35:42.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69572026-07-16T21:35:43.582Z[ recovery-image] Jul 16 21:35:42.722 INFO O| Jul 16 21:35:42.722 INFO STEP 529 (remove_files) COMPLETE
69582026-07-16T21:35:43.582Z[ recovery-image] Jul 16 21:35:42.722 INFO O| Jul 16 21:35:42.722 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-16T21:35:43.586Z[ recovery-image] Jul 16 21:35:42.733 INFO O| Jul 16 21:35:42.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69602026-07-16T21:35:43.587Z[ recovery-image] Jul 16 21:35:42.733 INFO O| Jul 16 21:35:42.733 INFO STEP 530 (remove_files) COMPLETE
69612026-07-16T21:35:43.587Z[ recovery-image] Jul 16 21:35:42.733 INFO O| Jul 16 21:35:42.733 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-16T21:35:43.593Z[ recovery-image] Jul 16 21:35:42.743 INFO O| Jul 16 21:35:42.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69632026-07-16T21:35:43.593Z[ recovery-image] Jul 16 21:35:42.743 INFO O| Jul 16 21:35:42.743 INFO STEP 531 (remove_files) COMPLETE
69642026-07-16T21:35:43.593Z[ recovery-image] Jul 16 21:35:42.743 INFO O| Jul 16 21:35:42.743 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-16T21:35:43.602Z[ recovery-image] Jul 16 21:35:42.751 INFO O| Jul 16 21:35:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69662026-07-16T21:35:43.602Z[ recovery-image] Jul 16 21:35:42.751 INFO O| Jul 16 21:35:42.751 INFO STEP 532 (remove_files) COMPLETE
69672026-07-16T21:35:43.621Z[ recovery-image] Jul 16 21:35:42.751 INFO O| Jul 16 21:35:42.751 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-16T21:35:43.621Z[ recovery-image] Jul 16 21:35:42.759 INFO O| Jul 16 21:35:42.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69692026-07-16T21:35:43.621Z[ recovery-image] Jul 16 21:35:42.759 INFO O| Jul 16 21:35:42.759 INFO STEP 533 (remove_files) COMPLETE
69702026-07-16T21:35:43.621Z[ recovery-image] Jul 16 21:35:42.759 INFO O| Jul 16 21:35:42.759 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-16T21:35:43.632Z[ recovery-image] Jul 16 21:35:42.767 INFO O| Jul 16 21:35:42.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69722026-07-16T21:35:43.632Z[ recovery-image] Jul 16 21:35:42.767 INFO O| Jul 16 21:35:42.767 INFO STEP 534 (remove_files) COMPLETE
69732026-07-16T21:35:43.632Z[ recovery-image] Jul 16 21:35:42.767 INFO O| Jul 16 21:35:42.767 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-16T21:35:43.632Z[ recovery-image] Jul 16 21:35:42.775 INFO O| Jul 16 21:35:42.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69752026-07-16T21:35:43.632Z[ recovery-image] Jul 16 21:35:42.776 INFO O| Jul 16 21:35:42.776 INFO STEP 535 (remove_files) COMPLETE
69762026-07-16T21:35:43.632Z[ recovery-image] Jul 16 21:35:42.776 INFO O| Jul 16 21:35:42.776 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-16T21:35:43.646Z[ recovery-image] Jul 16 21:35:42.784 INFO O| Jul 16 21:35:42.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69782026-07-16T21:35:43.646Z[ recovery-image] Jul 16 21:35:42.784 INFO O| Jul 16 21:35:42.784 INFO STEP 536 (remove_files) COMPLETE
69792026-07-16T21:35:43.646Z[ recovery-image] Jul 16 21:35:42.784 INFO O| Jul 16 21:35:42.784 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-16T21:35:43.660Z[ recovery-image] Jul 16 21:35:42.796 INFO O| Jul 16 21:35:42.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69812026-07-16T21:35:43.660Z[ recovery-image] Jul 16 21:35:42.796 INFO O| Jul 16 21:35:42.796 INFO STEP 537 (remove_files) COMPLETE
69822026-07-16T21:35:43.660Z[ recovery-image] Jul 16 21:35:42.796 INFO O| Jul 16 21:35:42.796 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-16T21:35:43.666Z[ recovery-image] Jul 16 21:35:42.805 INFO O| Jul 16 21:35:42.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69842026-07-16T21:35:43.667Z[ recovery-image] Jul 16 21:35:42.805 INFO O| Jul 16 21:35:42.805 INFO STEP 538 (remove_files) COMPLETE
69852026-07-16T21:35:43.667Z[ recovery-image] Jul 16 21:35:42.805 INFO O| Jul 16 21:35:42.805 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-16T21:35:43.667Z[ recovery-image] Jul 16 21:35:42.813 INFO O| Jul 16 21:35:42.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69872026-07-16T21:35:43.667Z[ recovery-image] Jul 16 21:35:42.814 INFO O| Jul 16 21:35:42.813 INFO STEP 539 (remove_files) COMPLETE
69882026-07-16T21:35:43.667Z[ recovery-image] Jul 16 21:35:42.814 INFO O| Jul 16 21:35:42.813 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-16T21:35:43.702Z[ recovery-image] Jul 16 21:35:42.823 INFO O| Jul 16 21:35:42.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69902026-07-16T21:35:43.702Z[ recovery-image] Jul 16 21:35:42.823 INFO O| Jul 16 21:35:42.823 INFO STEP 540 (remove_files) COMPLETE
69912026-07-16T21:35:43.702Z[ recovery-image] Jul 16 21:35:42.823 INFO O| Jul 16 21:35:42.823 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-16T21:35:43.708Z[ recovery-image] Jul 16 21:35:42.834 INFO O| Jul 16 21:35:42.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69932026-07-16T21:35:43.708Z[ recovery-image] Jul 16 21:35:42.834 INFO O| Jul 16 21:35:42.834 INFO STEP 541 (remove_files) COMPLETE
69942026-07-16T21:35:43.708Z[ recovery-image] Jul 16 21:35:42.834 INFO O| Jul 16 21:35:42.834 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-16T21:35:43.709Z[ recovery-image] Jul 16 21:35:42.844 INFO O| Jul 16 21:35:42.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69962026-07-16T21:35:43.709Z[ recovery-image] Jul 16 21:35:42.844 INFO O| Jul 16 21:35:42.844 INFO STEP 542 (remove_files) COMPLETE
69972026-07-16T21:35:43.709Z[ recovery-image] Jul 16 21:35:42.844 INFO O| Jul 16 21:35:42.844 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-16T21:35:43.709Z[ recovery-image] Jul 16 21:35:42.853 INFO O| Jul 16 21:35:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69992026-07-16T21:35:43.709Z[ recovery-image] Jul 16 21:35:42.854 INFO O| Jul 16 21:35:42.854 INFO STEP 543 (remove_files) COMPLETE
70002026-07-16T21:35:43.709Z[ recovery-image] Jul 16 21:35:42.854 INFO O| Jul 16 21:35:42.854 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-16T21:35:43.715Z[ recovery-image] Jul 16 21:35:42.865 INFO O| Jul 16 21:35:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
70022026-07-16T21:35:43.715Z[ recovery-image] Jul 16 21:35:42.865 INFO O| Jul 16 21:35:42.865 INFO STEP 544 (remove_files) COMPLETE
70032026-07-16T21:35:43.715Z[ recovery-image] Jul 16 21:35:42.865 INFO O| Jul 16 21:35:42.865 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-16T21:35:43.722Z[ recovery-image] Jul 16 21:35:42.874 INFO O| Jul 16 21:35:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
70052026-07-16T21:35:43.722Z[ recovery-image] Jul 16 21:35:42.874 INFO O| Jul 16 21:35:42.874 INFO STEP 545 (remove_files) COMPLETE
70062026-07-16T21:35:43.722Z[ recovery-image] Jul 16 21:35:42.874 INFO O| Jul 16 21:35:42.874 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-16T21:35:43.727Z[ recovery-image] Jul 16 21:35:42.882 INFO O| Jul 16 21:35:42.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70082026-07-16T21:35:43.727Z[ recovery-image] Jul 16 21:35:42.882 INFO O| Jul 16 21:35:42.882 INFO STEP 546 (remove_files) COMPLETE
70092026-07-16T21:35:43.727Z[ recovery-image] Jul 16 21:35:42.882 INFO O| Jul 16 21:35:42.882 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-16T21:35:43.738Z[ recovery-image] Jul 16 21:35:42.892 INFO O| Jul 16 21:35:42.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70112026-07-16T21:35:43.738Z[ recovery-image] Jul 16 21:35:42.892 INFO O| Jul 16 21:35:42.892 INFO STEP 547 (remove_files) COMPLETE
70122026-07-16T21:35:43.738Z[ recovery-image] Jul 16 21:35:42.893 INFO O| Jul 16 21:35:42.892 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-16T21:35:43.748Z[ recovery-image] Jul 16 21:35:42.902 INFO O| Jul 16 21:35:42.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70142026-07-16T21:35:43.748Z[ recovery-image] Jul 16 21:35:42.902 INFO O| Jul 16 21:35:42.902 INFO STEP 548 (remove_files) COMPLETE
70152026-07-16T21:35:43.757Z[ recovery-image] Jul 16 21:35:42.902 INFO O| Jul 16 21:35:42.902 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-16T21:35:43.761Z[ recovery-image] Jul 16 21:35:42.911 INFO O| Jul 16 21:35:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70172026-07-16T21:35:43.761Z[ recovery-image] Jul 16 21:35:42.911 INFO O| Jul 16 21:35:42.911 INFO STEP 549 (remove_files) COMPLETE
70182026-07-16T21:35:43.761Z[ recovery-image] Jul 16 21:35:42.911 INFO O| Jul 16 21:35:42.911 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-16T21:35:43.766Z[ recovery-image] Jul 16 21:35:42.920 INFO O| Jul 16 21:35:42.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70202026-07-16T21:35:43.766Z[ recovery-image] Jul 16 21:35:42.920 INFO O| Jul 16 21:35:42.920 INFO STEP 550 (remove_files) COMPLETE
70212026-07-16T21:35:43.766Z[ recovery-image] Jul 16 21:35:42.920 INFO O| Jul 16 21:35:42.920 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-16T21:35:43.775Z[ recovery-image] Jul 16 21:35:42.929 INFO O| Jul 16 21:35:42.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70232026-07-16T21:35:43.775Z[ recovery-image] Jul 16 21:35:42.929 INFO O| Jul 16 21:35:42.929 INFO STEP 551 (remove_files) COMPLETE
70242026-07-16T21:35:43.778Z[ recovery-image] Jul 16 21:35:42.929 INFO O| Jul 16 21:35:42.929 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-16T21:35:43.785Z[ recovery-image] Jul 16 21:35:42.939 INFO O| Jul 16 21:35:42.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70262026-07-16T21:35:43.794Z[ recovery-image] Jul 16 21:35:42.940 INFO O| Jul 16 21:35:42.940 INFO STEP 552 (remove_files) COMPLETE
70272026-07-16T21:35:43.794Z[ recovery-image] Jul 16 21:35:42.940 INFO O| Jul 16 21:35:42.940 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-16T21:35:43.809Z[ recovery-image] Jul 16 21:35:42.948 INFO O| Jul 16 21:35:42.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70292026-07-16T21:35:43.809Z[ recovery-image] Jul 16 21:35:42.948 INFO O| Jul 16 21:35:42.948 INFO STEP 553 (remove_files) COMPLETE
70302026-07-16T21:35:43.813Z[ recovery-image] Jul 16 21:35:42.948 INFO O| Jul 16 21:35:42.948 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-16T21:35:43.817Z[ recovery-image] Jul 16 21:35:42.956 INFO O| Jul 16 21:35:42.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70322026-07-16T21:35:43.817Z[ recovery-image] Jul 16 21:35:42.956 INFO O| Jul 16 21:35:42.956 INFO STEP 554 (remove_files) COMPLETE
70332026-07-16T21:35:43.817Z[ recovery-image] Jul 16 21:35:42.956 INFO O| Jul 16 21:35:42.956 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-16T21:35:43.817Z[ recovery-image] Jul 16 21:35:42.964 INFO O| Jul 16 21:35:42.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70352026-07-16T21:35:43.817Z[ recovery-image] Jul 16 21:35:42.964 INFO O| Jul 16 21:35:42.964 INFO STEP 555 (remove_files) COMPLETE
70362026-07-16T21:35:43.817Z[ recovery-image] Jul 16 21:35:42.964 INFO O| Jul 16 21:35:42.964 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-16T21:35:43.822Z[ recovery-image] Jul 16 21:35:42.975 INFO O| Jul 16 21:35:42.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70382026-07-16T21:35:43.822Z[ recovery-image] Jul 16 21:35:42.975 INFO O| Jul 16 21:35:42.975 INFO STEP 556 (remove_files) COMPLETE
70392026-07-16T21:35:43.823Z[ recovery-image] Jul 16 21:35:42.975 INFO O| Jul 16 21:35:42.975 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-16T21:35:43.831Z[ recovery-image] Jul 16 21:35:42.985 INFO O| Jul 16 21:35:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70412026-07-16T21:35:43.831Z[ recovery-image] Jul 16 21:35:42.985 INFO O| Jul 16 21:35:42.985 INFO STEP 557 (remove_files) COMPLETE
70422026-07-16T21:35:43.835Z[ recovery-image] Jul 16 21:35:42.985 INFO O| Jul 16 21:35:42.985 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-16T21:35:43.854Z[ recovery-image] Jul 16 21:35:42.993 INFO O| Jul 16 21:35:42.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70442026-07-16T21:35:43.854Z[ recovery-image] Jul 16 21:35:42.993 INFO O| Jul 16 21:35:42.993 INFO STEP 558 (remove_files) COMPLETE
70452026-07-16T21:35:43.854Z[ recovery-image] Jul 16 21:35:42.993 INFO O| Jul 16 21:35:42.993 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-16T21:35:43.854Z[ recovery-image] Jul 16 21:35:43.002 INFO O| Jul 16 21:35:43.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70472026-07-16T21:35:43.855Z[ recovery-image] Jul 16 21:35:43.002 INFO O| Jul 16 21:35:43.002 INFO STEP 559 (remove_files) COMPLETE
70482026-07-16T21:35:43.855Z[ recovery-image] Jul 16 21:35:43.002 INFO O| Jul 16 21:35:43.002 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-16T21:35:43.859Z[ recovery-image] Jul 16 21:35:43.010 INFO O| Jul 16 21:35:43.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70502026-07-16T21:35:43.859Z[ recovery-image] Jul 16 21:35:43.010 INFO O| Jul 16 21:35:43.010 INFO STEP 560 (remove_files) COMPLETE
70512026-07-16T21:35:43.859Z[ recovery-image] Jul 16 21:35:43.010 INFO O| Jul 16 21:35:43.010 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-16T21:35:43.867Z[ recovery-image] Jul 16 21:35:43.019 INFO O| Jul 16 21:35:43.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70532026-07-16T21:35:43.872Z[ recovery-image] Jul 16 21:35:43.019 INFO O| Jul 16 21:35:43.019 INFO STEP 561 (remove_files) COMPLETE
70542026-07-16T21:35:43.872Z[ recovery-image] Jul 16 21:35:43.019 INFO O| Jul 16 21:35:43.019 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-16T21:35:43.877Z[ recovery-image] Jul 16 21:35:43.028 INFO O| Jul 16 21:35:43.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70562026-07-16T21:35:43.878Z[ recovery-image] Jul 16 21:35:43.028 INFO O| Jul 16 21:35:43.028 INFO STEP 562 (remove_files) COMPLETE
70572026-07-16T21:35:43.878Z[ recovery-image] Jul 16 21:35:43.028 INFO O| Jul 16 21:35:43.028 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-16T21:35:43.883Z[ recovery-image] Jul 16 21:35:43.036 INFO O| Jul 16 21:35:43.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70592026-07-16T21:35:43.883Z[ recovery-image] Jul 16 21:35:43.036 INFO O| Jul 16 21:35:43.036 INFO STEP 563 (remove_files) COMPLETE
70602026-07-16T21:35:43.887Z[ recovery-image] Jul 16 21:35:43.036 INFO O| Jul 16 21:35:43.036 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-16T21:35:43.891Z[ recovery-image] Jul 16 21:35:43.044 INFO O| Jul 16 21:35:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70622026-07-16T21:35:43.891Z[ recovery-image] Jul 16 21:35:43.044 INFO O| Jul 16 21:35:43.044 INFO STEP 564 (remove_files) COMPLETE
70632026-07-16T21:35:43.891Z[ recovery-image] Jul 16 21:35:43.044 INFO O| Jul 16 21:35:43.044 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-16T21:35:43.899Z[ recovery-image] Jul 16 21:35:43.053 INFO O| Jul 16 21:35:43.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70652026-07-16T21:35:43.899Z[ recovery-image] Jul 16 21:35:43.053 INFO O| Jul 16 21:35:43.053 INFO STEP 565 (remove_files) COMPLETE
70662026-07-16T21:35:43.903Z[ recovery-image] Jul 16 21:35:43.053 INFO O| Jul 16 21:35:43.053 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-16T21:35:43.907Z[ recovery-image] Jul 16 21:35:43.062 INFO O| Jul 16 21:35:43.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70682026-07-16T21:35:43.914Z[ recovery-image] Jul 16 21:35:43.062 INFO O| Jul 16 21:35:43.062 INFO STEP 566 (remove_files) COMPLETE
70692026-07-16T21:35:43.914Z[ recovery-image] Jul 16 21:35:43.062 INFO O| Jul 16 21:35:43.062 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-16T21:35:43.924Z[ recovery-image] Jul 16 21:35:43.070 INFO O| Jul 16 21:35:43.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70712026-07-16T21:35:43.924Z[ recovery-image] Jul 16 21:35:43.070 INFO O| Jul 16 21:35:43.070 INFO STEP 567 (remove_files) COMPLETE
70722026-07-16T21:35:43.924Z[ recovery-image] Jul 16 21:35:43.070 INFO O| Jul 16 21:35:43.070 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-16T21:35:43.950Z[ recovery-image] Jul 16 21:35:43.078 INFO O| Jul 16 21:35:43.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70742026-07-16T21:35:43.950Z[ recovery-image] Jul 16 21:35:43.078 INFO O| Jul 16 21:35:43.078 INFO STEP 568 (remove_files) COMPLETE
70752026-07-16T21:35:43.950Z[ recovery-image] Jul 16 21:35:43.078 INFO O| Jul 16 21:35:43.078 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-16T21:35:43.951Z[ recovery-image] Jul 16 21:35:43.086 INFO O| Jul 16 21:35:43.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70772026-07-16T21:35:43.951Z[ recovery-image] Jul 16 21:35:43.086 INFO O| Jul 16 21:35:43.086 INFO STEP 569 (remove_files) COMPLETE
70782026-07-16T21:35:43.951Z[ recovery-image] Jul 16 21:35:43.086 INFO O| Jul 16 21:35:43.086 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-16T21:35:43.957Z[ recovery-image] Jul 16 21:35:43.094 INFO O| Jul 16 21:35:43.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70802026-07-16T21:35:43.957Z[ recovery-image] Jul 16 21:35:43.094 INFO O| Jul 16 21:35:43.094 INFO STEP 570 (remove_files) COMPLETE
70812026-07-16T21:35:43.957Z[ recovery-image] Jul 16 21:35:43.094 INFO O| Jul 16 21:35:43.094 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-16T21:35:43.958Z[ recovery-image] Jul 16 21:35:43.103 INFO O| Jul 16 21:35:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70832026-07-16T21:35:43.959Z[ recovery-image] Jul 16 21:35:43.103 INFO O| Jul 16 21:35:43.103 INFO STEP 571 (remove_files) COMPLETE
70842026-07-16T21:35:43.959Z[ recovery-image] Jul 16 21:35:43.103 INFO O| Jul 16 21:35:43.103 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-16T21:35:43.969Z[ recovery-image] Jul 16 21:35:43.112 INFO O| Jul 16 21:35:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70862026-07-16T21:35:43.969Z[ recovery-image] Jul 16 21:35:43.112 INFO O| Jul 16 21:35:43.112 INFO STEP 572 (remove_files) COMPLETE
70872026-07-16T21:35:43.969Z[ recovery-image] Jul 16 21:35:43.112 INFO O| Jul 16 21:35:43.112 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-16T21:35:43.976Z[ recovery-image] Jul 16 21:35:43.122 INFO O| Jul 16 21:35:43.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70892026-07-16T21:35:43.976Z[ recovery-image] Jul 16 21:35:43.123 INFO O| Jul 16 21:35:43.123 INFO STEP 573 (remove_files) COMPLETE
70902026-07-16T21:35:43.976Z[ recovery-image] Jul 16 21:35:43.123 INFO O| Jul 16 21:35:43.123 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-16T21:35:43.994Z[ recovery-image] Jul 16 21:35:43.131 INFO O| Jul 16 21:35:43.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70922026-07-16T21:35:43.994Z[ recovery-image] Jul 16 21:35:43.131 INFO O| Jul 16 21:35:43.131 INFO STEP 574 (remove_files) COMPLETE
70932026-07-16T21:35:43.994Z[ recovery-image] Jul 16 21:35:43.131 INFO O| Jul 16 21:35:43.131 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-16T21:35:44.000Z[ recovery-image] Jul 16 21:35:43.141 INFO O| Jul 16 21:35:43.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70952026-07-16T21:35:44.001Z[ recovery-image] Jul 16 21:35:43.142 INFO O| Jul 16 21:35:43.142 INFO STEP 575 (remove_files) COMPLETE
70962026-07-16T21:35:44.002Z[ recovery-image] Jul 16 21:35:43.142 INFO O| Jul 16 21:35:43.142 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-16T21:35:44.002Z[ recovery-image] Jul 16 21:35:43.149 INFO O| Jul 16 21:35:43.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70982026-07-16T21:35:44.002Z[ recovery-image] Jul 16 21:35:43.149 INFO O| Jul 16 21:35:43.149 INFO STEP 576 (remove_files) COMPLETE
70992026-07-16T21:35:44.002Z[ recovery-image] Jul 16 21:35:43.149 INFO O| Jul 16 21:35:43.149 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-16T21:35:44.009Z[ recovery-image] Jul 16 21:35:43.156 INFO O| Jul 16 21:35:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
71012026-07-16T21:35:44.009Z[ recovery-image] Jul 16 21:35:43.156 INFO O| Jul 16 21:35:43.156 INFO STEP 577 (remove_files) COMPLETE
71022026-07-16T21:35:44.009Z[ recovery-image] Jul 16 21:35:43.156 INFO O| Jul 16 21:35:43.156 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-16T21:35:44.015Z[ recovery-image] Jul 16 21:35:43.163 INFO O| Jul 16 21:35:43.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
71042026-07-16T21:35:44.016Z[ recovery-image] Jul 16 21:35:43.163 INFO O| Jul 16 21:35:43.163 INFO STEP 578 (remove_files) COMPLETE
71052026-07-16T21:35:44.016Z[ recovery-image] Jul 16 21:35:43.163 INFO O| Jul 16 21:35:43.163 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-16T21:35:44.022Z[ recovery-image] Jul 16 21:35:43.170 INFO O| Jul 16 21:35:43.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71072026-07-16T21:35:44.022Z[ recovery-image] Jul 16 21:35:43.170 INFO O| Jul 16 21:35:43.170 INFO STEP 579 (remove_files) COMPLETE
71082026-07-16T21:35:44.022Z[ recovery-image] Jul 16 21:35:43.170 INFO O| Jul 16 21:35:43.170 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-16T21:35:44.026Z[ recovery-image] Jul 16 21:35:43.177 INFO O| Jul 16 21:35:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71102026-07-16T21:35:44.026Z[ recovery-image] Jul 16 21:35:43.177 INFO O| Jul 16 21:35:43.177 INFO STEP 580 (remove_files) COMPLETE
71112026-07-16T21:35:44.026Z[ recovery-image] Jul 16 21:35:43.177 INFO O| Jul 16 21:35:43.177 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-16T21:35:44.039Z[ recovery-image] Jul 16 21:35:43.184 INFO O| Jul 16 21:35:43.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71132026-07-16T21:35:44.047Z[ recovery-image] Jul 16 21:35:43.184 INFO O| Jul 16 21:35:43.184 INFO STEP 581 (remove_files) COMPLETE
71142026-07-16T21:35:44.047Z[ recovery-image] Jul 16 21:35:43.184 INFO O| Jul 16 21:35:43.184 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-16T21:35:44.047Z[ recovery-image] Jul 16 21:35:43.191 INFO O| Jul 16 21:35:43.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71162026-07-16T21:35:44.047Z[ recovery-image] Jul 16 21:35:43.191 INFO O| Jul 16 21:35:43.191 INFO STEP 582 (remove_files) COMPLETE
71172026-07-16T21:35:44.047Z[ recovery-image] Jul 16 21:35:43.191 INFO O| Jul 16 21:35:43.191 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-16T21:35:44.061Z[ recovery-image] Jul 16 21:35:43.201 INFO O| Jul 16 21:35:43.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71192026-07-16T21:35:44.061Z[ recovery-image] Jul 16 21:35:43.201 INFO O| Jul 16 21:35:43.201 INFO STEP 583 (remove_files) COMPLETE
71202026-07-16T21:35:44.061Z[ recovery-image] Jul 16 21:35:43.201 INFO O| Jul 16 21:35:43.201 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.210 INFO O| Jul 16 21:35:43.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71222026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.210 INFO O| Jul 16 21:35:43.210 INFO STEP 584 (remove_files) COMPLETE
71232026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.210 INFO O| Jul 16 21:35:43.210 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.218 INFO O| Jul 16 21:35:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71252026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.218 INFO O| Jul 16 21:35:43.218 INFO STEP 585 (remove_files) COMPLETE
71262026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.218 INFO O| Jul 16 21:35:43.218 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.225 INFO O| Jul 16 21:35:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71282026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.225 INFO O| Jul 16 21:35:43.225 INFO STEP 586 (remove_files) COMPLETE
71292026-07-16T21:35:44.075Z[ recovery-image] Jul 16 21:35:43.225 INFO O| Jul 16 21:35:43.225 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-16T21:35:44.086Z[ recovery-image] Jul 16 21:35:43.233 INFO O| Jul 16 21:35:43.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71312026-07-16T21:35:44.086Z[ recovery-image] Jul 16 21:35:43.234 INFO O| Jul 16 21:35:43.233 INFO STEP 587 (remove_files) COMPLETE
71322026-07-16T21:35:44.101Z[ recovery-image] Jul 16 21:35:43.234 INFO O| Jul 16 21:35:43.233 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-16T21:35:44.101Z[ recovery-image] Jul 16 21:35:43.241 INFO O| Jul 16 21:35:43.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71342026-07-16T21:35:44.101Z[ recovery-image] Jul 16 21:35:43.241 INFO O| Jul 16 21:35:43.241 INFO STEP 588 (remove_files) COMPLETE
71352026-07-16T21:35:44.101Z[ recovery-image] Jul 16 21:35:43.241 INFO O| Jul 16 21:35:43.241 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-16T21:35:44.108Z[ recovery-image] Jul 16 21:35:43.248 INFO O| Jul 16 21:35:43.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71372026-07-16T21:35:44.108Z[ recovery-image] Jul 16 21:35:43.248 INFO O| Jul 16 21:35:43.248 INFO STEP 589 (remove_files) COMPLETE
71382026-07-16T21:35:44.108Z[ recovery-image] Jul 16 21:35:43.248 INFO O| Jul 16 21:35:43.248 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-16T21:35:44.108Z[ recovery-image] Jul 16 21:35:43.256 INFO O| Jul 16 21:35:43.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71402026-07-16T21:35:44.108Z[ recovery-image] Jul 16 21:35:43.256 INFO O| Jul 16 21:35:43.256 INFO STEP 590 (remove_files) COMPLETE
71412026-07-16T21:35:44.108Z[ recovery-image] Jul 16 21:35:43.256 INFO O| Jul 16 21:35:43.256 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-16T21:35:44.118Z[ recovery-image] Jul 16 21:35:43.264 INFO O| Jul 16 21:35:43.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71432026-07-16T21:35:44.119Z[ recovery-image] Jul 16 21:35:43.264 INFO O| Jul 16 21:35:43.264 INFO STEP 591 (remove_files) COMPLETE
71442026-07-16T21:35:44.119Z[ recovery-image] Jul 16 21:35:43.264 INFO O| Jul 16 21:35:43.264 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-16T21:35:44.127Z[ recovery-image] Jul 16 21:35:43.274 INFO O| Jul 16 21:35:43.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71462026-07-16T21:35:44.127Z[ recovery-image] Jul 16 21:35:43.274 INFO O| Jul 16 21:35:43.274 INFO STEP 592 (remove_files) COMPLETE
71472026-07-16T21:35:44.127Z[ recovery-image] Jul 16 21:35:43.274 INFO O| Jul 16 21:35:43.274 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-16T21:35:44.134Z[ recovery-image] Jul 16 21:35:43.282 INFO O| Jul 16 21:35:43.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71492026-07-16T21:35:44.134Z[ recovery-image] Jul 16 21:35:43.282 INFO O| Jul 16 21:35:43.282 INFO STEP 593 (remove_files) COMPLETE
71502026-07-16T21:35:44.134Z[ recovery-image] Jul 16 21:35:43.282 INFO O| Jul 16 21:35:43.282 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-16T21:35:44.138Z[ recovery-image] Jul 16 21:35:43.290 INFO O| Jul 16 21:35:43.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71522026-07-16T21:35:44.138Z[ recovery-image] Jul 16 21:35:43.290 INFO O| Jul 16 21:35:43.290 INFO STEP 594 (remove_files) COMPLETE
71532026-07-16T21:35:44.138Z[ recovery-image] Jul 16 21:35:43.290 INFO O| Jul 16 21:35:43.290 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-16T21:35:44.145Z[ recovery-image] Jul 16 21:35:43.299 INFO O| Jul 16 21:35:43.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71552026-07-16T21:35:44.145Z[ recovery-image] Jul 16 21:35:43.299 INFO O| Jul 16 21:35:43.299 INFO STEP 595 (remove_files) COMPLETE
71562026-07-16T21:35:44.153Z[ recovery-image] Jul 16 21:35:43.299 INFO O| Jul 16 21:35:43.299 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-16T21:35:44.166Z[ recovery-image] Jul 16 21:35:43.308 INFO O| Jul 16 21:35:43.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71582026-07-16T21:35:44.166Z[ recovery-image] Jul 16 21:35:43.308 INFO O| Jul 16 21:35:43.308 INFO STEP 596 (remove_files) COMPLETE
71592026-07-16T21:35:44.166Z[ recovery-image] Jul 16 21:35:43.308 INFO O| Jul 16 21:35:43.308 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-16T21:35:44.178Z[ recovery-image] Jul 16 21:35:43.317 INFO O| Jul 16 21:35:43.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71612026-07-16T21:35:44.178Z[ recovery-image] Jul 16 21:35:43.317 INFO O| Jul 16 21:35:43.317 INFO STEP 597 (remove_files) COMPLETE
71622026-07-16T21:35:44.178Z[ recovery-image] Jul 16 21:35:43.317 INFO O| Jul 16 21:35:43.317 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-16T21:35:44.183Z[ recovery-image] Jul 16 21:35:43.327 INFO O| Jul 16 21:35:43.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71642026-07-16T21:35:44.183Z[ recovery-image] Jul 16 21:35:43.327 INFO O| Jul 16 21:35:43.327 INFO STEP 598 (remove_files) COMPLETE
71652026-07-16T21:35:44.183Z[ recovery-image] Jul 16 21:35:43.327 INFO O| Jul 16 21:35:43.327 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-16T21:35:44.183Z[ recovery-image] Jul 16 21:35:43.336 INFO O| Jul 16 21:35:43.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71672026-07-16T21:35:44.183Z[ recovery-image] Jul 16 21:35:43.336 INFO O| Jul 16 21:35:43.336 INFO STEP 599 (remove_files) COMPLETE
71682026-07-16T21:35:44.183Z[ recovery-image] Jul 16 21:35:43.336 INFO O| Jul 16 21:35:43.336 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-16T21:35:44.196Z[ recovery-image] Jul 16 21:35:43.345 INFO O| Jul 16 21:35:43.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71702026-07-16T21:35:44.211Z[ recovery-image] Jul 16 21:35:43.345 INFO O| Jul 16 21:35:43.345 INFO STEP 600 (remove_files) COMPLETE
71712026-07-16T21:35:44.211Z[ recovery-image] Jul 16 21:35:43.345 INFO O| Jul 16 21:35:43.345 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-16T21:35:44.211Z[ recovery-image] Jul 16 21:35:43.354 INFO O| Jul 16 21:35:43.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71732026-07-16T21:35:44.211Z[ recovery-image] Jul 16 21:35:43.354 INFO O| Jul 16 21:35:43.354 INFO STEP 601 (remove_files) COMPLETE
71742026-07-16T21:35:44.212Z[ recovery-image] Jul 16 21:35:43.354 INFO O| Jul 16 21:35:43.354 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.364 INFO O| Jul 16 21:35:43.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71762026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.364 INFO O| Jul 16 21:35:43.364 INFO STEP 602 (remove_files) COMPLETE
71772026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.364 INFO O| Jul 16 21:35:43.364 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.374 INFO O| Jul 16 21:35:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71792026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.374 INFO O| Jul 16 21:35:43.374 INFO STEP 603 (remove_files) COMPLETE
71802026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.374 INFO O| Jul 16 21:35:43.374 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.383 INFO O| Jul 16 21:35:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71822026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.384 INFO O| Jul 16 21:35:43.384 INFO STEP 604 (remove_files) COMPLETE
71832026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.384 INFO O| Jul 16 21:35:43.384 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.393 INFO O| Jul 16 21:35:43.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71852026-07-16T21:35:44.302Z[ recovery-image] Jul 16 21:35:43.393 INFO O| Jul 16 21:35:43.393 INFO STEP 605 (remove_files) COMPLETE
71862026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.393 INFO O| Jul 16 21:35:43.393 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.403 INFO O| Jul 16 21:35:43.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71882026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.403 INFO O| Jul 16 21:35:43.403 INFO STEP 606 (remove_files) COMPLETE
71892026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.403 INFO O| Jul 16 21:35:43.403 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.412 INFO O| Jul 16 21:35:43.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71912026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.412 INFO O| Jul 16 21:35:43.412 INFO STEP 607 (remove_files) COMPLETE
71922026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.412 INFO O| Jul 16 21:35:43.412 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.422 INFO O| Jul 16 21:35:43.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71942026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.422 INFO O| Jul 16 21:35:43.422 INFO STEP 608 (remove_files) COMPLETE
71952026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.422 INFO O| Jul 16 21:35:43.422 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.431 INFO O| Jul 16 21:35:43.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71972026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.431 INFO O| Jul 16 21:35:43.431 INFO STEP 609 (remove_files) COMPLETE
71982026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.431 INFO O| Jul 16 21:35:43.431 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.439 INFO O| Jul 16 21:35:43.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
72002026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.439 INFO O| Jul 16 21:35:43.439 INFO STEP 610 (remove_files) COMPLETE
72012026-07-16T21:35:44.303Z[ recovery-image] Jul 16 21:35:43.439 INFO O| Jul 16 21:35:43.439 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-16T21:35:44.316Z[ recovery-image] Jul 16 21:35:43.447 INFO O| Jul 16 21:35:43.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
72032026-07-16T21:35:44.316Z[ recovery-image] Jul 16 21:35:43.447 INFO O| Jul 16 21:35:43.447 INFO STEP 611 (remove_files) COMPLETE
72042026-07-16T21:35:44.316Z[ recovery-image] Jul 16 21:35:43.447 INFO O| Jul 16 21:35:43.447 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-16T21:35:44.316Z[ recovery-image] Jul 16 21:35:43.456 INFO O| Jul 16 21:35:43.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72062026-07-16T21:35:44.316Z[ recovery-image] Jul 16 21:35:43.456 INFO O| Jul 16 21:35:43.456 INFO STEP 612 (remove_files) COMPLETE
72072026-07-16T21:35:44.316Z[ recovery-image] Jul 16 21:35:43.456 INFO O| Jul 16 21:35:43.456 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-16T21:35:44.329Z[ recovery-image] Jul 16 21:35:43.464 INFO O| Jul 16 21:35:43.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72092026-07-16T21:35:44.329Z[ recovery-image] Jul 16 21:35:43.464 INFO O| Jul 16 21:35:43.464 INFO STEP 613 (remove_files) COMPLETE
72102026-07-16T21:35:44.329Z[ recovery-image] Jul 16 21:35:43.464 INFO O| Jul 16 21:35:43.464 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-16T21:35:44.378Z[ recovery-image] Jul 16 21:35:43.529 INFO O| Jul 16 21:35:43.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72122026-07-16T21:35:44.378Z[ recovery-image] Jul 16 21:35:43.529 INFO O| Jul 16 21:35:43.529 INFO STEP 614 (remove_files) COMPLETE
72132026-07-16T21:35:44.383Z[ recovery-image] Jul 16 21:35:43.529 INFO O| Jul 16 21:35:43.529 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-16T21:35:44.387Z[ recovery-image] Jul 16 21:35:43.541 INFO O| Jul 16 21:35:43.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72152026-07-16T21:35:44.387Z[ recovery-image] Jul 16 21:35:43.541 INFO O| Jul 16 21:35:43.541 INFO STEP 615 (remove_files) COMPLETE
72162026-07-16T21:35:44.387Z[ recovery-image] Jul 16 21:35:43.541 INFO O| Jul 16 21:35:43.541 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-16T21:35:44.397Z[ recovery-image] Jul 16 21:35:43.552 INFO O| Jul 16 21:35:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72182026-07-16T21:35:44.398Z[ recovery-image] Jul 16 21:35:43.552 INFO O| Jul 16 21:35:43.552 INFO STEP 616 (remove_files) COMPLETE
72192026-07-16T21:35:44.404Z[ recovery-image] Jul 16 21:35:43.552 INFO O| Jul 16 21:35:43.552 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-16T21:35:44.409Z[ recovery-image] Jul 16 21:35:43.562 INFO O| Jul 16 21:35:43.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72212026-07-16T21:35:44.409Z[ recovery-image] Jul 16 21:35:43.562 INFO O| Jul 16 21:35:43.562 INFO STEP 617 (remove_files) COMPLETE
72222026-07-16T21:35:44.409Z[ recovery-image] Jul 16 21:35:43.562 INFO O| Jul 16 21:35:43.562 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-16T21:35:44.419Z[ recovery-image] Jul 16 21:35:43.571 INFO O| Jul 16 21:35:43.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72242026-07-16T21:35:44.419Z[ recovery-image] Jul 16 21:35:43.571 INFO O| Jul 16 21:35:43.571 INFO STEP 618 (remove_files) COMPLETE
72252026-07-16T21:35:44.419Z[ recovery-image] Jul 16 21:35:43.571 INFO O| Jul 16 21:35:43.571 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-16T21:35:44.438Z[ recovery-image] Jul 16 21:35:43.579 INFO O| Jul 16 21:35:43.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72272026-07-16T21:35:44.438Z[ recovery-image] Jul 16 21:35:43.579 INFO O| Jul 16 21:35:43.579 INFO STEP 619 (remove_files) COMPLETE
72282026-07-16T21:35:44.438Z[ recovery-image] Jul 16 21:35:43.579 INFO O| Jul 16 21:35:43.579 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-16T21:35:44.442Z[ recovery-image] Jul 16 21:35:43.590 INFO O| Jul 16 21:35:43.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72302026-07-16T21:35:44.442Z[ recovery-image] Jul 16 21:35:43.590 INFO O| Jul 16 21:35:43.590 INFO STEP 620 (remove_files) COMPLETE
72312026-07-16T21:35:44.442Z[ recovery-image] Jul 16 21:35:43.590 INFO O| Jul 16 21:35:43.590 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-16T21:35:44.446Z[ recovery-image] Jul 16 21:35:43.600 INFO O| Jul 16 21:35:43.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72332026-07-16T21:35:44.446Z[ recovery-image] Jul 16 21:35:43.600 INFO O| Jul 16 21:35:43.600 INFO STEP 621 (remove_files) COMPLETE
72342026-07-16T21:35:44.446Z[ recovery-image] Jul 16 21:35:43.600 INFO O| Jul 16 21:35:43.600 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-16T21:35:44.462Z[ recovery-image] Jul 16 21:35:43.610 INFO O| Jul 16 21:35:43.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72362026-07-16T21:35:44.469Z[ recovery-image] Jul 16 21:35:43.610 INFO O| Jul 16 21:35:43.610 INFO STEP 622 (remove_files) COMPLETE
72372026-07-16T21:35:44.469Z[ recovery-image] Jul 16 21:35:43.610 INFO O| Jul 16 21:35:43.610 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-16T21:35:44.469Z[ recovery-image] Jul 16 21:35:43.620 INFO O| Jul 16 21:35:43.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72392026-07-16T21:35:44.469Z[ recovery-image] Jul 16 21:35:43.620 INFO O| Jul 16 21:35:43.620 INFO STEP 623 (remove_files) COMPLETE
72402026-07-16T21:35:44.469Z[ recovery-image] Jul 16 21:35:43.620 INFO O| Jul 16 21:35:43.620 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-16T21:35:44.484Z[ recovery-image] Jul 16 21:35:43.628 INFO O| Jul 16 21:35:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72422026-07-16T21:35:44.493Z[ recovery-image] Jul 16 21:35:43.628 INFO O| Jul 16 21:35:43.628 INFO STEP 624 (remove_files) COMPLETE
72432026-07-16T21:35:44.493Z[ recovery-image] Jul 16 21:35:43.628 INFO O| Jul 16 21:35:43.628 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-16T21:35:44.493Z[ recovery-image] Jul 16 21:35:43.637 INFO O| Jul 16 21:35:43.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72452026-07-16T21:35:44.493Z[ recovery-image] Jul 16 21:35:43.638 INFO O| Jul 16 21:35:43.637 INFO STEP 625 (remove_files) COMPLETE
72462026-07-16T21:35:44.493Z[ recovery-image] Jul 16 21:35:43.638 INFO O| Jul 16 21:35:43.638 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-16T21:35:44.496Z[ recovery-image] Jul 16 21:35:43.646 INFO O| Jul 16 21:35:43.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72482026-07-16T21:35:44.496Z[ recovery-image] Jul 16 21:35:43.646 INFO O| Jul 16 21:35:43.646 INFO STEP 626 (remove_files) COMPLETE
72492026-07-16T21:35:44.496Z[ recovery-image] Jul 16 21:35:43.646 INFO O| Jul 16 21:35:43.646 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-16T21:35:44.502Z[ recovery-image] Jul 16 21:35:43.654 INFO O| Jul 16 21:35:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72512026-07-16T21:35:44.502Z[ recovery-image] Jul 16 21:35:43.654 INFO O| Jul 16 21:35:43.654 INFO STEP 627 (remove_files) COMPLETE
72522026-07-16T21:35:44.502Z[ recovery-image] Jul 16 21:35:43.654 INFO O| Jul 16 21:35:43.654 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-16T21:35:44.513Z[ recovery-image] Jul 16 21:35:43.662 INFO O| Jul 16 21:35:43.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72542026-07-16T21:35:44.514Z[ recovery-image] Jul 16 21:35:43.662 INFO O| Jul 16 21:35:43.662 INFO STEP 628 (remove_files) COMPLETE
72552026-07-16T21:35:44.525Z[ recovery-image] Jul 16 21:35:43.662 INFO O| Jul 16 21:35:43.662 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-16T21:35:44.525Z[ recovery-image] Jul 16 21:35:43.672 INFO O| Jul 16 21:35:43.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72572026-07-16T21:35:44.538Z[ recovery-image] Jul 16 21:35:43.673 INFO O| Jul 16 21:35:43.673 INFO STEP 629 (remove_files) COMPLETE
72582026-07-16T21:35:44.538Z[ recovery-image] Jul 16 21:35:43.673 INFO O| Jul 16 21:35:43.673 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-16T21:35:44.545Z[ recovery-image] Jul 16 21:35:43.683 INFO O| Jul 16 21:35:43.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72602026-07-16T21:35:44.545Z[ recovery-image] Jul 16 21:35:43.684 INFO O| Jul 16 21:35:43.684 INFO STEP 630 (remove_files) COMPLETE
72612026-07-16T21:35:44.545Z[ recovery-image] Jul 16 21:35:43.684 INFO O| Jul 16 21:35:43.684 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-07-16T21:35:44.545Z[ recovery-image] Jul 16 21:35:43.692 INFO O| Jul 16 21:35:43.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72632026-07-16T21:35:44.545Z[ recovery-image] Jul 16 21:35:43.692 INFO O| Jul 16 21:35:43.692 INFO STEP 631 (remove_files) COMPLETE
72642026-07-16T21:35:44.545Z[ recovery-image] Jul 16 21:35:43.692 INFO O| Jul 16 21:35:43.692 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-07-16T21:35:44.552Z[ recovery-image] Jul 16 21:35:43.700 INFO O| Jul 16 21:35:43.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72662026-07-16T21:35:44.552Z[ recovery-image] Jul 16 21:35:43.700 INFO O| Jul 16 21:35:43.700 INFO STEP 632 (remove_files) COMPLETE
72672026-07-16T21:35:44.552Z[ recovery-image] Jul 16 21:35:43.700 INFO O| Jul 16 21:35:43.700 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-07-16T21:35:44.552Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
72692026-07-16T21:35:44.558Z[ recovery-image] Jul 16 21:35:43.709 INFO O| Jul 16 21:35:43.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72702026-07-16T21:35:44.558Z[ recovery-image] Jul 16 21:35:43.709 INFO O| Jul 16 21:35:43.709 INFO STEP 633 (remove_files) COMPLETE
72712026-07-16T21:35:44.559Z[ recovery-image] Jul 16 21:35:43.709 INFO O| Jul 16 21:35:43.709 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-07-16T21:35:44.569Z[ recovery-image] Jul 16 21:35:43.717 INFO O| Jul 16 21:35:43.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72732026-07-16T21:35:44.569Z[ recovery-image] Jul 16 21:35:43.717 INFO O| Jul 16 21:35:43.717 INFO STEP 634 (remove_files) COMPLETE
72742026-07-16T21:35:44.590Z[ recovery-image] Jul 16 21:35:43.717 INFO O| Jul 16 21:35:43.717 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-07-16T21:35:44.590Z[ recovery-image] Jul 16 21:35:43.724 INFO O| Jul 16 21:35:43.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72762026-07-16T21:35:44.590Z[ recovery-image] Jul 16 21:35:43.725 INFO O| Jul 16 21:35:43.725 INFO STEP 635 (remove_files) COMPLETE
72772026-07-16T21:35:44.590Z[ recovery-image] Jul 16 21:35:43.725 INFO O| Jul 16 21:35:43.725 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.733 INFO O| Jul 16 21:35:43.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72792026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.733 INFO O| Jul 16 21:35:43.733 INFO STEP 636 (remove_files) COMPLETE
72802026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.733 INFO O| Jul 16 21:35:43.733 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.741 INFO O| Jul 16 21:35:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72822026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.741 INFO O| Jul 16 21:35:43.741 INFO STEP 637 (remove_files) COMPLETE
72832026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.741 INFO O| Jul 16 21:35:43.741 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-07-16T21:35:44.595Z[ recovery-image] Jul 16 21:35:43.748 INFO O| Jul 16 21:35:43.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72852026-07-16T21:35:44.596Z[ recovery-image] Jul 16 21:35:43.748 INFO O| Jul 16 21:35:43.748 INFO STEP 638 (remove_files) COMPLETE
72862026-07-16T21:35:44.596Z[ recovery-image] Jul 16 21:35:43.748 INFO O| Jul 16 21:35:43.748 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-07-16T21:35:44.607Z[ recovery-image] Jul 16 21:35:43.755 INFO O| Jul 16 21:35:43.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72882026-07-16T21:35:44.607Z[ recovery-image] Jul 16 21:35:43.755 INFO O| Jul 16 21:35:43.755 INFO STEP 639 (remove_files) COMPLETE
72892026-07-16T21:35:44.626Z[ recovery-image] Jul 16 21:35:43.755 INFO O| Jul 16 21:35:43.755 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-07-16T21:35:44.627Z[ recovery-image] Jul 16 21:35:43.764 INFO O| Jul 16 21:35:43.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72912026-07-16T21:35:44.627Z[ recovery-image] Jul 16 21:35:43.764 INFO O| Jul 16 21:35:43.764 INFO STEP 640 (remove_files) COMPLETE
72922026-07-16T21:35:44.627Z[ recovery-image] Jul 16 21:35:43.764 INFO O| Jul 16 21:35:43.764 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-07-16T21:35:44.627Z[ recovery-image] Jul 16 21:35:43.774 INFO O| Jul 16 21:35:43.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72942026-07-16T21:35:44.627Z[ recovery-image] Jul 16 21:35:43.774 INFO O| Jul 16 21:35:43.774 INFO STEP 641 (remove_files) COMPLETE
72952026-07-16T21:35:44.627Z[ recovery-image] Jul 16 21:35:43.774 INFO O| Jul 16 21:35:43.774 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-07-16T21:35:44.631Z[ recovery-image] Jul 16 21:35:43.785 INFO O| Jul 16 21:35:43.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72972026-07-16T21:35:44.631Z[ recovery-image] Jul 16 21:35:43.785 INFO O| Jul 16 21:35:43.785 INFO STEP 642 (remove_files) COMPLETE
72982026-07-16T21:35:44.631Z[ recovery-image] Jul 16 21:35:43.785 INFO O| Jul 16 21:35:43.785 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-07-16T21:35:44.652Z[ recovery-image] Jul 16 21:35:43.795 INFO O| Jul 16 21:35:43.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
73002026-07-16T21:35:44.652Z[ recovery-image] Jul 16 21:35:43.795 INFO O| Jul 16 21:35:43.795 INFO STEP 643 (remove_files) COMPLETE
73012026-07-16T21:35:44.652Z[ recovery-image] Jul 16 21:35:43.795 INFO O| Jul 16 21:35:43.795 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-07-16T21:35:44.668Z[ recovery-image] Jul 16 21:35:43.804 INFO O| Jul 16 21:35:43.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
73032026-07-16T21:35:44.669Z[ recovery-image] Jul 16 21:35:43.805 INFO O| Jul 16 21:35:43.805 INFO STEP 644 (remove_files) COMPLETE
73042026-07-16T21:35:44.669Z[ recovery-image] Jul 16 21:35:43.805 INFO O| Jul 16 21:35:43.805 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-07-16T21:35:44.669Z[ recovery-image] Jul 16 21:35:43.814 INFO O| Jul 16 21:35:43.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
73062026-07-16T21:35:44.669Z[ recovery-image] Jul 16 21:35:43.814 INFO O| Jul 16 21:35:43.814 INFO STEP 645 (remove_files) COMPLETE
73072026-07-16T21:35:44.669Z[ recovery-image] Jul 16 21:35:43.814 INFO O| Jul 16 21:35:43.814 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-07-16T21:35:44.686Z[ recovery-image] Jul 16 21:35:43.825 INFO O| Jul 16 21:35:43.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73092026-07-16T21:35:44.687Z[ recovery-image] Jul 16 21:35:43.825 INFO O| Jul 16 21:35:43.825 INFO STEP 646 (remove_files) COMPLETE
73102026-07-16T21:35:44.687Z[ recovery-image] Jul 16 21:35:43.825 INFO O| Jul 16 21:35:43.825 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-07-16T21:35:44.701Z[ recovery-image] Jul 16 21:35:43.835 INFO O| Jul 16 21:35:43.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73122026-07-16T21:35:44.701Z[ recovery-image] Jul 16 21:35:43.835 INFO O| Jul 16 21:35:43.835 INFO STEP 647 (remove_files) COMPLETE
73132026-07-16T21:35:44.701Z[ recovery-image] Jul 16 21:35:43.835 INFO O| Jul 16 21:35:43.835 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-07-16T21:35:44.701Z[ recovery-image] Jul 16 21:35:43.844 INFO O| Jul 16 21:35:43.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73152026-07-16T21:35:44.701Z[ recovery-image] Jul 16 21:35:43.845 INFO O| Jul 16 21:35:43.845 INFO STEP 648 (remove_files) COMPLETE
73162026-07-16T21:35:44.701Z[ recovery-image] Jul 16 21:35:43.845 INFO O| Jul 16 21:35:43.845 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-07-16T21:35:44.711Z[ recovery-image] Jul 16 21:35:43.855 INFO O| Jul 16 21:35:43.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73182026-07-16T21:35:44.711Z[ recovery-image] Jul 16 21:35:43.855 INFO O| Jul 16 21:35:43.855 INFO STEP 649 (remove_files) COMPLETE
73192026-07-16T21:35:44.711Z[ recovery-image] Jul 16 21:35:43.855 INFO O| Jul 16 21:35:43.855 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-07-16T21:35:44.716Z[ recovery-image] Jul 16 21:35:43.866 INFO O| Jul 16 21:35:43.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73212026-07-16T21:35:44.716Z[ recovery-image] Jul 16 21:35:43.866 INFO O| Jul 16 21:35:43.866 INFO STEP 650 (remove_files) COMPLETE
73222026-07-16T21:35:44.716Z[ recovery-image] Jul 16 21:35:43.866 INFO O| Jul 16 21:35:43.866 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-07-16T21:35:44.726Z[ recovery-image] Jul 16 21:35:43.876 INFO O| Jul 16 21:35:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73242026-07-16T21:35:44.726Z[ recovery-image] Jul 16 21:35:43.876 INFO O| Jul 16 21:35:43.876 INFO STEP 651 (remove_files) COMPLETE
73252026-07-16T21:35:44.726Z[ recovery-image] Jul 16 21:35:43.876 INFO O| Jul 16 21:35:43.876 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-07-16T21:35:44.741Z[ recovery-image] Jul 16 21:35:43.886 INFO O| Jul 16 21:35:43.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73272026-07-16T21:35:44.745Z[ recovery-image] Jul 16 21:35:43.886 INFO O| Jul 16 21:35:43.886 INFO STEP 652 (remove_files) COMPLETE
73282026-07-16T21:35:44.745Z[ recovery-image] Jul 16 21:35:43.886 INFO O| Jul 16 21:35:43.886 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-07-16T21:35:44.745Z[ recovery-image] Jul 16 21:35:43.896 INFO O| Jul 16 21:35:43.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73302026-07-16T21:35:44.745Z[ recovery-image] Jul 16 21:35:43.896 INFO O| Jul 16 21:35:43.896 INFO STEP 653 (remove_files) COMPLETE
73312026-07-16T21:35:44.745Z[ recovery-image] Jul 16 21:35:43.896 INFO O| Jul 16 21:35:43.896 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-07-16T21:35:44.753Z[ recovery-image] Jul 16 21:35:43.906 INFO O| Jul 16 21:35:43.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73332026-07-16T21:35:44.753Z[ recovery-image] Jul 16 21:35:43.906 INFO O| Jul 16 21:35:43.906 INFO STEP 654 (remove_files) COMPLETE
73342026-07-16T21:35:44.753Z[ recovery-image] Jul 16 21:35:43.906 INFO O| Jul 16 21:35:43.906 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-07-16T21:35:44.760Z[ recovery-image] Jul 16 21:35:43.914 INFO O| Jul 16 21:35:43.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73362026-07-16T21:35:44.760Z[ recovery-image] Jul 16 21:35:43.914 INFO O| Jul 16 21:35:43.914 INFO STEP 655 (remove_files) COMPLETE
73372026-07-16T21:35:44.764Z[ recovery-image] Jul 16 21:35:43.914 INFO O| Jul 16 21:35:43.914 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-07-16T21:35:44.771Z[ recovery-image] Jul 16 21:35:43.926 INFO O| Jul 16 21:35:43.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73392026-07-16T21:35:44.772Z[ recovery-image] Jul 16 21:35:43.926 INFO O| Jul 16 21:35:43.926 INFO STEP 656 (remove_files) COMPLETE
73402026-07-16T21:35:44.772Z[ recovery-image] Jul 16 21:35:43.926 INFO O| Jul 16 21:35:43.926 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-07-16T21:35:44.786Z[ recovery-image] Jul 16 21:35:43.936 INFO O| Jul 16 21:35:43.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73422026-07-16T21:35:44.786Z[ recovery-image] Jul 16 21:35:43.936 INFO O| Jul 16 21:35:43.936 INFO STEP 657 (remove_files) COMPLETE
73432026-07-16T21:35:44.787Z[ recovery-image] Jul 16 21:35:43.936 INFO O| Jul 16 21:35:43.936 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-07-16T21:35:44.792Z[ recovery-image] Jul 16 21:35:43.946 INFO O| Jul 16 21:35:43.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73452026-07-16T21:35:44.798Z[ recovery-image] Jul 16 21:35:43.946 INFO O| Jul 16 21:35:43.946 INFO STEP 658 (remove_files) COMPLETE
73462026-07-16T21:35:44.798Z[ recovery-image] Jul 16 21:35:43.946 INFO O| Jul 16 21:35:43.946 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-07-16T21:35:44.807Z[ recovery-image] Jul 16 21:35:43.958 INFO O| Jul 16 21:35:43.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73482026-07-16T21:35:44.807Z[ recovery-image] Jul 16 21:35:43.958 INFO O| Jul 16 21:35:43.958 INFO STEP 659 (remove_files) COMPLETE
73492026-07-16T21:35:44.807Z[ recovery-image] Jul 16 21:35:43.958 INFO O| Jul 16 21:35:43.958 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-07-16T21:35:44.814Z[ recovery-image] Jul 16 21:35:43.968 INFO O| Jul 16 21:35:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73512026-07-16T21:35:44.814Z[ recovery-image] Jul 16 21:35:43.968 INFO O| Jul 16 21:35:43.968 INFO STEP 660 (remove_files) COMPLETE
73522026-07-16T21:35:44.814Z[ recovery-image] Jul 16 21:35:43.968 INFO O| Jul 16 21:35:43.968 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-07-16T21:35:44.826Z[ recovery-image] Jul 16 21:35:43.979 INFO O| Jul 16 21:35:43.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73542026-07-16T21:35:44.826Z[ recovery-image] Jul 16 21:35:43.979 INFO O| Jul 16 21:35:43.979 INFO STEP 661 (remove_files) COMPLETE
73552026-07-16T21:35:44.830Z[ recovery-image] Jul 16 21:35:43.979 INFO O| Jul 16 21:35:43.979 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-07-16T21:35:44.836Z[ recovery-image] Jul 16 21:35:43.990 INFO O| Jul 16 21:35:43.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73572026-07-16T21:35:44.836Z[ recovery-image] Jul 16 21:35:43.990 INFO O| Jul 16 21:35:43.990 INFO STEP 662 (remove_files) COMPLETE
73582026-07-16T21:35:44.841Z[ recovery-image] Jul 16 21:35:43.990 INFO O| Jul 16 21:35:43.990 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-07-16T21:35:44.849Z[ recovery-image] Jul 16 21:35:44.001 INFO O| Jul 16 21:35:44.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73602026-07-16T21:35:44.849Z[ recovery-image] Jul 16 21:35:44.001 INFO O| Jul 16 21:35:44.001 INFO STEP 663 (remove_files) COMPLETE
73612026-07-16T21:35:44.849Z[ recovery-image] Jul 16 21:35:44.001 INFO O| Jul 16 21:35:44.001 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-07-16T21:35:44.863Z[ recovery-image] Jul 16 21:35:44.012 INFO O| Jul 16 21:35:44.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73632026-07-16T21:35:44.863Z[ recovery-image] Jul 16 21:35:44.012 INFO O| Jul 16 21:35:44.012 INFO STEP 664 (remove_files) COMPLETE
73642026-07-16T21:35:44.863Z[ recovery-image] Jul 16 21:35:44.012 INFO O| Jul 16 21:35:44.012 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-07-16T21:35:44.869Z[ recovery-image] Jul 16 21:35:44.023 INFO O| Jul 16 21:35:44.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73662026-07-16T21:35:44.869Z[ recovery-image] Jul 16 21:35:44.023 INFO O| Jul 16 21:35:44.023 INFO STEP 665 (remove_files) COMPLETE
73672026-07-16T21:35:44.869Z[ recovery-image] Jul 16 21:35:44.023 INFO O| Jul 16 21:35:44.023 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-07-16T21:35:44.881Z[ recovery-image] Jul 16 21:35:44.033 INFO O| Jul 16 21:35:44.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73692026-07-16T21:35:44.881Z[ recovery-image] Jul 16 21:35:44.034 INFO O| Jul 16 21:35:44.033 INFO STEP 666 (remove_files) COMPLETE
73702026-07-16T21:35:44.881Z[ recovery-image] Jul 16 21:35:44.034 INFO O| Jul 16 21:35:44.033 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-07-16T21:35:44.890Z[ recovery-image] Jul 16 21:35:44.044 INFO O| Jul 16 21:35:44.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73722026-07-16T21:35:44.890Z[ recovery-image] Jul 16 21:35:44.044 INFO O| Jul 16 21:35:44.044 INFO STEP 667 (remove_files) COMPLETE
73732026-07-16T21:35:44.890Z[ recovery-image] Jul 16 21:35:44.044 INFO O| Jul 16 21:35:44.044 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-07-16T21:35:44.900Z[ recovery-image] Jul 16 21:35:44.054 INFO O| Jul 16 21:35:44.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73752026-07-16T21:35:44.900Z[ recovery-image] Jul 16 21:35:44.054 INFO O| Jul 16 21:35:44.054 INFO STEP 668 (remove_files) COMPLETE
73762026-07-16T21:35:44.904Z[ recovery-image] Jul 16 21:35:44.054 INFO O| Jul 16 21:35:44.054 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-07-16T21:35:44.911Z[ recovery-image] Jul 16 21:35:44.065 INFO O| Jul 16 21:35:44.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73782026-07-16T21:35:44.911Z[ recovery-image] Jul 16 21:35:44.065 INFO O| Jul 16 21:35:44.065 INFO STEP 669 (remove_files) COMPLETE
73792026-07-16T21:35:44.914Z[ recovery-image] Jul 16 21:35:44.065 INFO O| Jul 16 21:35:44.065 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-07-16T21:35:44.921Z[ recovery-image] Jul 16 21:35:44.075 INFO O| Jul 16 21:35:44.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73812026-07-16T21:35:44.922Z[ recovery-image] Jul 16 21:35:44.075 INFO O| Jul 16 21:35:44.075 INFO STEP 670 (remove_files) COMPLETE
73822026-07-16T21:35:44.929Z[ recovery-image] Jul 16 21:35:44.075 INFO O| Jul 16 21:35:44.075 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-07-16T21:35:44.934Z[ recovery-image] Jul 16 21:35:44.084 INFO O| Jul 16 21:35:44.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73842026-07-16T21:35:44.935Z[ recovery-image] Jul 16 21:35:44.084 INFO O| Jul 16 21:35:44.084 INFO STEP 671 (remove_files) COMPLETE
73852026-07-16T21:35:44.935Z[ recovery-image] Jul 16 21:35:44.084 INFO O| Jul 16 21:35:44.084 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-07-16T21:35:44.948Z[ recovery-image] Jul 16 21:35:44.093 INFO O| Jul 16 21:35:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73872026-07-16T21:35:44.948Z[ recovery-image] Jul 16 21:35:44.093 INFO O| Jul 16 21:35:44.093 INFO STEP 672 (remove_files) COMPLETE
73882026-07-16T21:35:44.948Z[ recovery-image] Jul 16 21:35:44.093 INFO O| Jul 16 21:35:44.093 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-07-16T21:35:44.958Z[ recovery-image] Jul 16 21:35:44.102 INFO O| Jul 16 21:35:44.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73902026-07-16T21:35:44.958Z[ recovery-image] Jul 16 21:35:44.102 INFO O| Jul 16 21:35:44.102 INFO STEP 673 (remove_files) COMPLETE
73912026-07-16T21:35:44.958Z[ recovery-image] Jul 16 21:35:44.102 INFO O| Jul 16 21:35:44.102 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-07-16T21:35:44.969Z[ recovery-image] Jul 16 21:35:44.113 INFO O| Jul 16 21:35:44.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73932026-07-16T21:35:44.969Z[ recovery-image] Jul 16 21:35:44.113 INFO O| Jul 16 21:35:44.113 INFO STEP 674 (remove_files) COMPLETE
73942026-07-16T21:35:44.969Z[ recovery-image] Jul 16 21:35:44.113 INFO O| Jul 16 21:35:44.113 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-07-16T21:35:44.992Z[ recovery-image] Jul 16 21:35:44.125 INFO O| Jul 16 21:35:44.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73962026-07-16T21:35:44.992Z[ recovery-image] Jul 16 21:35:44.125 INFO O| Jul 16 21:35:44.125 INFO STEP 675 (remove_files) COMPLETE
73972026-07-16T21:35:44.992Z[ recovery-image] Jul 16 21:35:44.125 INFO O| Jul 16 21:35:44.125 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-07-16T21:35:44.996Z[ recovery-image] Jul 16 21:35:44.136 INFO O| Jul 16 21:35:44.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73992026-07-16T21:35:44.996Z[ recovery-image] Jul 16 21:35:44.136 INFO O| Jul 16 21:35:44.136 INFO STEP 676 (remove_files) COMPLETE
74002026-07-16T21:35:44.996Z[ recovery-image] Jul 16 21:35:44.136 INFO O| Jul 16 21:35:44.136 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-07-16T21:35:44.996Z[ recovery-image] Jul 16 21:35:44.146 INFO O| Jul 16 21:35:44.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
74022026-07-16T21:35:44.997Z[ recovery-image] Jul 16 21:35:44.146 INFO O| Jul 16 21:35:44.146 INFO STEP 677 (remove_files) COMPLETE
74032026-07-16T21:35:44.997Z[ recovery-image] Jul 16 21:35:44.146 INFO O| Jul 16 21:35:44.146 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-07-16T21:35:45.026Z[ recovery-image] Jul 16 21:35:44.157 INFO O| Jul 16 21:35:44.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
74052026-07-16T21:35:45.026Z[ recovery-image] Jul 16 21:35:44.157 INFO O| Jul 16 21:35:44.157 INFO STEP 678 (remove_files) COMPLETE
74062026-07-16T21:35:45.026Z[ recovery-image] Jul 16 21:35:44.157 INFO O| Jul 16 21:35:44.157 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-07-16T21:35:45.026Z[ recovery-image] Jul 16 21:35:44.168 INFO O| Jul 16 21:35:44.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74082026-07-16T21:35:45.027Z[ recovery-image] Jul 16 21:35:44.168 INFO O| Jul 16 21:35:44.168 INFO STEP 679 (remove_files) COMPLETE
74092026-07-16T21:35:45.027Z[ recovery-image] Jul 16 21:35:44.168 INFO O| Jul 16 21:35:44.168 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-07-16T21:35:45.031Z[ recovery-image] Jul 16 21:35:44.178 INFO O| Jul 16 21:35:44.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74112026-07-16T21:35:45.031Z[ recovery-image] Jul 16 21:35:44.178 INFO O| Jul 16 21:35:44.178 INFO STEP 680 (remove_files) COMPLETE
74122026-07-16T21:35:45.032Z[ recovery-image] Jul 16 21:35:44.178 INFO O| Jul 16 21:35:44.178 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-07-16T21:35:45.036Z[ recovery-image] Jul 16 21:35:44.188 INFO O| Jul 16 21:35:44.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74142026-07-16T21:35:45.036Z[ recovery-image] Jul 16 21:35:44.188 INFO O| Jul 16 21:35:44.188 INFO STEP 681 (remove_files) COMPLETE
74152026-07-16T21:35:45.036Z[ recovery-image] Jul 16 21:35:44.188 INFO O| Jul 16 21:35:44.188 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-07-16T21:35:45.057Z[ recovery-image] Jul 16 21:35:44.198 INFO O| Jul 16 21:35:44.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74172026-07-16T21:35:45.057Z[ recovery-image] Jul 16 21:35:44.198 INFO O| Jul 16 21:35:44.198 INFO STEP 682 (remove_files) COMPLETE
74182026-07-16T21:35:45.057Z[ recovery-image] Jul 16 21:35:44.198 INFO O| Jul 16 21:35:44.198 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-07-16T21:35:45.061Z[ recovery-image] Jul 16 21:35:44.206 INFO O| Jul 16 21:35:44.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74202026-07-16T21:35:45.061Z[ recovery-image] Jul 16 21:35:44.206 INFO O| Jul 16 21:35:44.206 INFO STEP 683 (remove_files) COMPLETE
74212026-07-16T21:35:45.061Z[ recovery-image] Jul 16 21:35:44.206 INFO O| Jul 16 21:35:44.206 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-07-16T21:35:45.067Z[ recovery-image] Jul 16 21:35:44.215 INFO O| Jul 16 21:35:44.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74232026-07-16T21:35:45.067Z[ recovery-image] Jul 16 21:35:44.215 INFO O| Jul 16 21:35:44.215 INFO STEP 684 (remove_files) COMPLETE
74242026-07-16T21:35:45.067Z[ recovery-image] Jul 16 21:35:44.215 INFO O| Jul 16 21:35:44.215 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-07-16T21:35:45.072Z[ recovery-image] Jul 16 21:35:44.223 INFO O| Jul 16 21:35:44.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74262026-07-16T21:35:45.072Z[ recovery-image] Jul 16 21:35:44.223 INFO O| Jul 16 21:35:44.223 INFO STEP 685 (remove_files) COMPLETE
74272026-07-16T21:35:45.072Z[ recovery-image] Jul 16 21:35:44.223 INFO O| Jul 16 21:35:44.223 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-07-16T21:35:45.101Z[ recovery-image] Jul 16 21:35:44.233 INFO O| Jul 16 21:35:44.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74292026-07-16T21:35:45.101Z[ recovery-image] Jul 16 21:35:44.234 INFO O| Jul 16 21:35:44.234 INFO STEP 686 (remove_files) COMPLETE
74302026-07-16T21:35:45.102Z[ recovery-image] Jul 16 21:35:44.234 INFO O| Jul 16 21:35:44.234 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-07-16T21:35:45.105Z[ recovery-image] Jul 16 21:35:44.243 INFO O| Jul 16 21:35:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74322026-07-16T21:35:45.105Z[ recovery-image] Jul 16 21:35:44.243 INFO O| Jul 16 21:35:44.243 INFO STEP 687 (remove_files) COMPLETE
74332026-07-16T21:35:45.105Z[ recovery-image] Jul 16 21:35:44.243 INFO O| Jul 16 21:35:44.243 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-07-16T21:35:45.105Z[ recovery-image] Jul 16 21:35:44.252 INFO O| Jul 16 21:35:44.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74352026-07-16T21:35:45.105Z[ recovery-image] Jul 16 21:35:44.252 INFO O| Jul 16 21:35:44.252 INFO STEP 688 (remove_files) COMPLETE
74362026-07-16T21:35:45.105Z[ recovery-image] Jul 16 21:35:44.252 INFO O| Jul 16 21:35:44.252 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-07-16T21:35:45.114Z[ recovery-image] Jul 16 21:35:44.260 INFO O| Jul 16 21:35:44.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74382026-07-16T21:35:45.114Z[ recovery-image] Jul 16 21:35:44.261 INFO O| Jul 16 21:35:44.261 INFO STEP 689 (remove_files) COMPLETE
74392026-07-16T21:35:45.114Z[ recovery-image] Jul 16 21:35:44.261 INFO O| Jul 16 21:35:44.261 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.269 INFO O| Jul 16 21:35:44.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74412026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.269 INFO O| Jul 16 21:35:44.269 INFO STEP 690 (remove_files) COMPLETE
74422026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.269 INFO O| Jul 16 21:35:44.269 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.278 INFO O| Jul 16 21:35:44.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74442026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.278 INFO O| Jul 16 21:35:44.278 INFO STEP 691 (remove_files) COMPLETE
74452026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.278 INFO O| Jul 16 21:35:44.278 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.287 INFO O| Jul 16 21:35:44.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74472026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.287 INFO O| Jul 16 21:35:44.287 INFO STEP 692 (remove_files) COMPLETE
74482026-07-16T21:35:45.138Z[ recovery-image] Jul 16 21:35:44.287 INFO O| Jul 16 21:35:44.287 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-07-16T21:35:45.153Z[ recovery-image] Jul 16 21:35:44.296 INFO O| Jul 16 21:35:44.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74502026-07-16T21:35:45.155Z[ recovery-image] Jul 16 21:35:44.296 INFO O| Jul 16 21:35:44.296 INFO STEP 693 (remove_files) COMPLETE
74512026-07-16T21:35:45.155Z[ recovery-image] Jul 16 21:35:44.296 INFO O| Jul 16 21:35:44.296 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-07-16T21:35:45.167Z[ recovery-image] Jul 16 21:35:44.306 INFO O| Jul 16 21:35:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74532026-07-16T21:35:45.167Z[ recovery-image] Jul 16 21:35:44.306 INFO O| Jul 16 21:35:44.306 INFO STEP 694 (remove_files) COMPLETE
74542026-07-16T21:35:45.167Z[ recovery-image] Jul 16 21:35:44.306 INFO O| Jul 16 21:35:44.306 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-07-16T21:35:45.171Z[ recovery-image] Jul 16 21:35:44.316 INFO O| Jul 16 21:35:44.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74562026-07-16T21:35:45.172Z[ recovery-image] Jul 16 21:35:44.316 INFO O| Jul 16 21:35:44.316 INFO STEP 695 (remove_files) COMPLETE
74572026-07-16T21:35:45.172Z[ recovery-image] Jul 16 21:35:44.316 INFO O| Jul 16 21:35:44.316 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-07-16T21:35:45.176Z[ recovery-image] Jul 16 21:35:44.326 INFO O| Jul 16 21:35:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74592026-07-16T21:35:45.176Z[ recovery-image] Jul 16 21:35:44.327 INFO O| Jul 16 21:35:44.326 INFO STEP 696 (remove_files) COMPLETE
74602026-07-16T21:35:45.176Z[ recovery-image] Jul 16 21:35:44.327 INFO O| Jul 16 21:35:44.327 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-07-16T21:35:45.184Z[ recovery-image] Jul 16 21:35:44.336 INFO O| Jul 16 21:35:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74622026-07-16T21:35:45.184Z[ recovery-image] Jul 16 21:35:44.336 INFO O| Jul 16 21:35:44.336 INFO STEP 697 (remove_files) COMPLETE
74632026-07-16T21:35:45.184Z[ recovery-image] Jul 16 21:35:44.336 INFO O| Jul 16 21:35:44.336 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-07-16T21:35:45.194Z[ recovery-image] Jul 16 21:35:44.347 INFO O| Jul 16 21:35:44.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74652026-07-16T21:35:45.194Z[ recovery-image] Jul 16 21:35:44.347 INFO O| Jul 16 21:35:44.347 INFO STEP 698 (remove_files) COMPLETE
74662026-07-16T21:35:45.194Z[ recovery-image] Jul 16 21:35:44.347 INFO O| Jul 16 21:35:44.347 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-07-16T21:35:45.203Z[ recovery-image] Jul 16 21:35:44.358 INFO O| Jul 16 21:35:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74682026-07-16T21:35:45.203Z[ recovery-image] Jul 16 21:35:44.358 INFO O| Jul 16 21:35:44.358 INFO STEP 699 (remove_files) COMPLETE
74692026-07-16T21:35:45.203Z[ recovery-image] Jul 16 21:35:44.358 INFO O| Jul 16 21:35:44.358 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-07-16T21:35:45.213Z[ recovery-image] Jul 16 21:35:44.367 INFO O| Jul 16 21:35:44.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74712026-07-16T21:35:45.217Z[ recovery-image] Jul 16 21:35:44.367 INFO O| Jul 16 21:35:44.367 INFO STEP 700 (remove_files) COMPLETE
74722026-07-16T21:35:45.217Z[ recovery-image] Jul 16 21:35:44.367 INFO O| Jul 16 21:35:44.367 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-07-16T21:35:45.223Z[ recovery-image] Jul 16 21:35:44.377 INFO O| Jul 16 21:35:44.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74742026-07-16T21:35:45.223Z[ recovery-image] Jul 16 21:35:44.377 INFO O| Jul 16 21:35:44.377 INFO STEP 701 (remove_files) COMPLETE
74752026-07-16T21:35:45.223Z[ recovery-image] Jul 16 21:35:44.377 INFO O| Jul 16 21:35:44.377 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-07-16T21:35:45.316Z[ recovery-image] Jul 16 21:35:44.385 INFO O| Jul 16 21:35:44.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74772026-07-16T21:35:45.316Z[ recovery-image] Jul 16 21:35:44.386 INFO O| Jul 16 21:35:44.386 INFO STEP 702 (remove_files) COMPLETE
74782026-07-16T21:35:45.316Z[ recovery-image] Jul 16 21:35:44.386 INFO O| Jul 16 21:35:44.386 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-07-16T21:35:45.365Z[ recovery-image] Jul 16 21:35:44.395 INFO O| Jul 16 21:35:44.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74802026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.395 INFO O| Jul 16 21:35:44.395 INFO STEP 703 (remove_files) COMPLETE
74812026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.395 INFO O| Jul 16 21:35:44.395 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.405 INFO O| Jul 16 21:35:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74832026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.405 INFO O| Jul 16 21:35:44.405 INFO STEP 704 (remove_files) COMPLETE
74842026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.405 INFO O| Jul 16 21:35:44.405 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.413 INFO O| Jul 16 21:35:44.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74862026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.413 INFO O| Jul 16 21:35:44.413 INFO STEP 705 (remove_files) COMPLETE
74872026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.413 INFO O| Jul 16 21:35:44.413 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.421 INFO O| Jul 16 21:35:44.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74892026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.421 INFO O| Jul 16 21:35:44.421 INFO STEP 706 (remove_files) COMPLETE
74902026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.421 INFO O| Jul 16 21:35:44.421 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.429 INFO O| Jul 16 21:35:44.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74922026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.429 INFO O| Jul 16 21:35:44.429 INFO STEP 707 (remove_files) COMPLETE
74932026-07-16T21:35:45.366Z[ recovery-image] Jul 16 21:35:44.429 INFO O| Jul 16 21:35:44.429 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.436 INFO O| Jul 16 21:35:44.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74952026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.436 INFO O| Jul 16 21:35:44.436 INFO STEP 708 (remove_files) COMPLETE
74962026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.436 INFO O| Jul 16 21:35:44.436 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.444 INFO O| Jul 16 21:35:44.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74982026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.444 INFO O| Jul 16 21:35:44.444 INFO STEP 709 (remove_files) COMPLETE
74992026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.444 INFO O| Jul 16 21:35:44.444 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.452 INFO O| Jul 16 21:35:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
75012026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.452 INFO O| Jul 16 21:35:44.452 INFO STEP 710 (remove_files) COMPLETE
75022026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.452 INFO O| Jul 16 21:35:44.452 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.460 INFO O| Jul 16 21:35:44.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
75042026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.460 INFO O| Jul 16 21:35:44.460 INFO STEP 711 (remove_files) COMPLETE
75052026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.460 INFO O| Jul 16 21:35:44.460 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.469 INFO O| Jul 16 21:35:44.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75072026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.469 INFO O| Jul 16 21:35:44.469 INFO STEP 712 (remove_files) COMPLETE
75082026-07-16T21:35:45.370Z[ recovery-image] Jul 16 21:35:44.469 INFO O| Jul 16 21:35:44.469 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.478 INFO O| Jul 16 21:35:44.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75102026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.478 INFO O| Jul 16 21:35:44.478 INFO STEP 713 (remove_files) COMPLETE
75112026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.478 INFO O| Jul 16 21:35:44.478 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.486 INFO O| Jul 16 21:35:44.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75132026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.486 INFO O| Jul 16 21:35:44.486 INFO STEP 714 (remove_files) COMPLETE
75142026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.486 INFO O| Jul 16 21:35:44.486 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.496 INFO O| Jul 16 21:35:44.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75162026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.496 INFO O| Jul 16 21:35:44.496 INFO STEP 715 (remove_files) COMPLETE
75172026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.496 INFO O| Jul 16 21:35:44.496 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.506 INFO O| Jul 16 21:35:44.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75192026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.506 INFO O| Jul 16 21:35:44.506 INFO STEP 716 (remove_files) COMPLETE
75202026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.506 INFO O| Jul 16 21:35:44.506 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.514 INFO O| Jul 16 21:35:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75222026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.514 INFO O| Jul 16 21:35:44.514 INFO STEP 717 (remove_files) COMPLETE
75232026-07-16T21:35:45.378Z[ recovery-image] Jul 16 21:35:44.514 INFO O| Jul 16 21:35:44.514 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.525 INFO O| Jul 16 21:35:44.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75252026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.525 INFO O| Jul 16 21:35:44.525 INFO STEP 718 (remove_files) COMPLETE
75262026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.525 INFO O| Jul 16 21:35:44.525 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.533 INFO O| Jul 16 21:35:44.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75282026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.533 INFO O| Jul 16 21:35:44.533 INFO STEP 719 (remove_files) COMPLETE
75292026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.533 INFO O| Jul 16 21:35:44.533 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-07-16T21:35:45.413Z[ recovery-image] Jul 16 21:35:44.540 INFO O| Jul 16 21:35:44.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75312026-07-16T21:35:45.414Z[ recovery-image] Jul 16 21:35:44.540 INFO O| Jul 16 21:35:44.540 INFO STEP 720 (remove_files) COMPLETE
75322026-07-16T21:35:45.414Z[ recovery-image] Jul 16 21:35:44.540 INFO O| Jul 16 21:35:44.540 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-07-16T21:35:45.414Z[ recovery-image] Jul 16 21:35:44.548 INFO O| Jul 16 21:35:44.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75342026-07-16T21:35:45.414Z[ recovery-image] Jul 16 21:35:44.549 INFO O| Jul 16 21:35:44.549 INFO STEP 721 (remove_files) COMPLETE
75352026-07-16T21:35:45.414Z[ recovery-image] Jul 16 21:35:44.549 INFO O| Jul 16 21:35:44.549 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-07-16T21:35:45.418Z[ recovery-image] Jul 16 21:35:44.558 INFO O| Jul 16 21:35:44.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75372026-07-16T21:35:45.418Z[ recovery-image] Jul 16 21:35:44.558 INFO O| Jul 16 21:35:44.558 INFO STEP 722 (remove_files) COMPLETE
75382026-07-16T21:35:45.418Z[ recovery-image] Jul 16 21:35:44.558 INFO O| Jul 16 21:35:44.558 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-07-16T21:35:45.418Z[ recovery-image] Jul 16 21:35:44.567 INFO O| Jul 16 21:35:44.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75402026-07-16T21:35:45.418Z[ recovery-image] Jul 16 21:35:44.568 INFO O| Jul 16 21:35:44.568 INFO STEP 723 (remove_files) COMPLETE
75412026-07-16T21:35:45.418Z[ recovery-image] Jul 16 21:35:44.568 INFO O| Jul 16 21:35:44.568 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-07-16T21:35:45.430Z[ recovery-image] Jul 16 21:35:44.577 INFO O| Jul 16 21:35:44.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75432026-07-16T21:35:45.437Z[ recovery-image] Jul 16 21:35:44.578 INFO O| Jul 16 21:35:44.578 INFO STEP 724 (remove_files) COMPLETE
75442026-07-16T21:35:45.437Z[ recovery-image] Jul 16 21:35:44.578 INFO O| Jul 16 21:35:44.578 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-07-16T21:35:45.438Z[ recovery-image] Jul 16 21:35:44.586 INFO O| Jul 16 21:35:44.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75462026-07-16T21:35:45.438Z[ recovery-image] Jul 16 21:35:44.586 INFO O| Jul 16 21:35:44.586 INFO STEP 725 (remove_files) COMPLETE
75472026-07-16T21:35:45.438Z[ recovery-image] Jul 16 21:35:44.586 INFO O| Jul 16 21:35:44.586 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-07-16T21:35:45.443Z[ recovery-image] Jul 16 21:35:44.594 INFO O| Jul 16 21:35:44.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75492026-07-16T21:35:45.443Z[ recovery-image] Jul 16 21:35:44.594 INFO O| Jul 16 21:35:44.594 INFO STEP 726 (remove_files) COMPLETE
75502026-07-16T21:35:45.443Z[ recovery-image] Jul 16 21:35:44.594 INFO O| Jul 16 21:35:44.594 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-07-16T21:35:45.450Z[ recovery-image] Jul 16 21:35:44.602 INFO O| Jul 16 21:35:44.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75522026-07-16T21:35:45.457Z[ recovery-image] Jul 16 21:35:44.602 INFO O| Jul 16 21:35:44.602 INFO STEP 727 (remove_files) COMPLETE
75532026-07-16T21:35:45.457Z[ recovery-image] Jul 16 21:35:44.602 INFO O| Jul 16 21:35:44.602 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-07-16T21:35:45.462Z[ recovery-image] Jul 16 21:35:44.610 INFO O| Jul 16 21:35:44.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75552026-07-16T21:35:45.462Z[ recovery-image] Jul 16 21:35:44.610 INFO O| Jul 16 21:35:44.610 INFO STEP 728 (remove_files) COMPLETE
75562026-07-16T21:35:45.462Z[ recovery-image] Jul 16 21:35:44.610 INFO O| Jul 16 21:35:44.610 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-07-16T21:35:45.473Z[ recovery-image] Jul 16 21:35:44.619 INFO O| Jul 16 21:35:44.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75582026-07-16T21:35:45.475Z[ recovery-image] Jul 16 21:35:44.619 INFO O| Jul 16 21:35:44.619 INFO STEP 729 (remove_files) COMPLETE
75592026-07-16T21:35:45.475Z[ recovery-image] Jul 16 21:35:44.619 INFO O| Jul 16 21:35:44.619 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-07-16T21:35:45.482Z[ recovery-image] Jul 16 21:35:44.629 INFO O| Jul 16 21:35:44.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75612026-07-16T21:35:45.482Z[ recovery-image] Jul 16 21:35:44.629 INFO O| Jul 16 21:35:44.629 INFO STEP 730 (remove_files) COMPLETE
75622026-07-16T21:35:45.482Z[ recovery-image] Jul 16 21:35:44.629 INFO O| Jul 16 21:35:44.629 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-07-16T21:35:45.488Z[ recovery-image] Jul 16 21:35:44.638 INFO O| Jul 16 21:35:44.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75642026-07-16T21:35:45.488Z[ recovery-image] Jul 16 21:35:44.638 INFO O| Jul 16 21:35:44.638 INFO STEP 731 (remove_files) COMPLETE
75652026-07-16T21:35:45.488Z[ recovery-image] Jul 16 21:35:44.638 INFO O| Jul 16 21:35:44.638 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-07-16T21:35:45.497Z[ recovery-image] Jul 16 21:35:44.647 INFO O| Jul 16 21:35:44.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75672026-07-16T21:35:45.505Z[ recovery-image] Jul 16 21:35:44.648 INFO O| Jul 16 21:35:44.648 INFO STEP 732 (remove_files) COMPLETE
75682026-07-16T21:35:45.506Z[ recovery-image] Jul 16 21:35:44.648 INFO O| Jul 16 21:35:44.648 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-07-16T21:35:45.506Z[ recovery-image] Jul 16 21:35:44.657 INFO O| Jul 16 21:35:44.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75702026-07-16T21:35:45.506Z[ recovery-image] Jul 16 21:35:44.657 INFO O| Jul 16 21:35:44.657 INFO STEP 733 (remove_files) COMPLETE
75712026-07-16T21:35:45.506Z[ recovery-image] Jul 16 21:35:44.657 INFO O| Jul 16 21:35:44.657 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-07-16T21:35:45.513Z[ recovery-image] Jul 16 21:35:44.667 INFO O| Jul 16 21:35:44.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75732026-07-16T21:35:45.516Z[ recovery-image] Jul 16 21:35:44.668 INFO O| Jul 16 21:35:44.668 INFO STEP 734 (remove_files) COMPLETE
75742026-07-16T21:35:45.516Z[ recovery-image] Jul 16 21:35:44.668 INFO O| Jul 16 21:35:44.668 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-07-16T21:35:45.523Z[ recovery-image] Jul 16 21:35:44.676 INFO O| Jul 16 21:35:44.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75762026-07-16T21:35:45.533Z[ recovery-image] Jul 16 21:35:44.676 INFO O| Jul 16 21:35:44.676 INFO STEP 735 (remove_files) COMPLETE
75772026-07-16T21:35:45.533Z[ recovery-image] Jul 16 21:35:44.676 INFO O| Jul 16 21:35:44.676 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-07-16T21:35:45.537Z[ recovery-image] Jul 16 21:35:44.687 INFO O| Jul 16 21:35:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75792026-07-16T21:35:45.537Z[ recovery-image] Jul 16 21:35:44.687 INFO O| Jul 16 21:35:44.687 INFO STEP 736 (remove_files) COMPLETE
75802026-07-16T21:35:45.538Z[ recovery-image] Jul 16 21:35:44.687 INFO O| Jul 16 21:35:44.687 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-07-16T21:35:45.561Z[ recovery-image] Jul 16 21:35:44.696 INFO O| Jul 16 21:35:44.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75822026-07-16T21:35:45.561Z[ recovery-image] Jul 16 21:35:44.696 INFO O| Jul 16 21:35:44.696 INFO STEP 737 (remove_files) COMPLETE
75832026-07-16T21:35:45.562Z[ recovery-image] Jul 16 21:35:44.696 INFO O| Jul 16 21:35:44.696 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-07-16T21:35:45.577Z[ recovery-image] Jul 16 21:35:44.705 INFO O| Jul 16 21:35:44.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75852026-07-16T21:35:45.577Z[ recovery-image] Jul 16 21:35:44.705 INFO O| Jul 16 21:35:44.705 INFO STEP 738 (remove_files) COMPLETE
75862026-07-16T21:35:45.577Z[ recovery-image] Jul 16 21:35:44.705 INFO O| Jul 16 21:35:44.705 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-07-16T21:35:45.577Z[ recovery-image] Jul 16 21:35:44.715 INFO O| Jul 16 21:35:44.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75882026-07-16T21:35:45.577Z[ recovery-image] Jul 16 21:35:44.715 INFO O| Jul 16 21:35:44.715 INFO STEP 739 (remove_files) COMPLETE
75892026-07-16T21:35:45.577Z[ recovery-image] Jul 16 21:35:44.715 INFO O| Jul 16 21:35:44.715 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-07-16T21:35:45.581Z[ recovery-image] Jul 16 21:35:44.725 INFO O| Jul 16 21:35:44.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75912026-07-16T21:35:45.581Z[ recovery-image] Jul 16 21:35:44.725 INFO O| Jul 16 21:35:44.725 INFO STEP 740 (remove_files) COMPLETE
75922026-07-16T21:35:45.581Z[ recovery-image] Jul 16 21:35:44.725 INFO O| Jul 16 21:35:44.725 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-07-16T21:35:45.581Z[ recovery-image] Jul 16 21:35:44.735 INFO O| Jul 16 21:35:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75942026-07-16T21:35:45.581Z[ recovery-image] Jul 16 21:35:44.735 INFO O| Jul 16 21:35:44.735 INFO STEP 741 (remove_files) COMPLETE
75952026-07-16T21:35:45.581Z[ recovery-image] Jul 16 21:35:44.735 INFO O| Jul 16 21:35:44.735 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-07-16T21:35:45.592Z[ recovery-image] Jul 16 21:35:44.744 INFO O| Jul 16 21:35:44.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75972026-07-16T21:35:45.596Z[ recovery-image] Jul 16 21:35:44.744 INFO O| Jul 16 21:35:44.744 INFO STEP 742 (remove_files) COMPLETE
75982026-07-16T21:35:45.596Z[ recovery-image] Jul 16 21:35:44.744 INFO O| Jul 16 21:35:44.744 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-07-16T21:35:45.603Z[ recovery-image] Jul 16 21:35:44.754 INFO O| Jul 16 21:35:44.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
76002026-07-16T21:35:45.603Z[ recovery-image] Jul 16 21:35:44.754 INFO O| Jul 16 21:35:44.754 INFO STEP 743 (remove_files) COMPLETE
76012026-07-16T21:35:45.603Z[ recovery-image] Jul 16 21:35:44.754 INFO O| Jul 16 21:35:44.754 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-07-16T21:35:45.611Z[ recovery-image] Jul 16 21:35:44.766 INFO O| Jul 16 21:35:44.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
76032026-07-16T21:35:45.619Z[ recovery-image] Jul 16 21:35:44.766 INFO O| Jul 16 21:35:44.766 INFO STEP 744 (remove_files) COMPLETE
76042026-07-16T21:35:45.620Z[ recovery-image] Jul 16 21:35:44.766 INFO O| Jul 16 21:35:44.766 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-07-16T21:35:45.636Z[ recovery-image] Jul 16 21:35:44.776 INFO O| Jul 16 21:35:44.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
76062026-07-16T21:35:45.636Z[ recovery-image] Jul 16 21:35:44.776 INFO O| Jul 16 21:35:44.776 INFO STEP 745 (remove_files) COMPLETE
76072026-07-16T21:35:45.636Z[ recovery-image] Jul 16 21:35:44.776 INFO O| Jul 16 21:35:44.776 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-07-16T21:35:45.636Z[ recovery-image] Jul 16 21:35:44.785 INFO O| Jul 16 21:35:44.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76092026-07-16T21:35:45.636Z[ recovery-image] Jul 16 21:35:44.785 INFO O| Jul 16 21:35:44.785 INFO STEP 746 (remove_files) COMPLETE
76102026-07-16T21:35:45.636Z[ recovery-image] Jul 16 21:35:44.785 INFO O| Jul 16 21:35:44.785 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-07-16T21:35:45.642Z[ recovery-image] Jul 16 21:35:44.793 INFO O| Jul 16 21:35:44.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76122026-07-16T21:35:45.642Z[ recovery-image] Jul 16 21:35:44.793 INFO O| Jul 16 21:35:44.793 INFO STEP 747 (remove_files) COMPLETE
76132026-07-16T21:35:45.642Z[ recovery-image] Jul 16 21:35:44.793 INFO O| Jul 16 21:35:44.793 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-07-16T21:35:45.648Z[ recovery-image] Jul 16 21:35:44.802 INFO O| Jul 16 21:35:44.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76152026-07-16T21:35:45.652Z[ recovery-image] Jul 16 21:35:44.802 INFO O| Jul 16 21:35:44.802 INFO STEP 748 (remove_files) COMPLETE
76162026-07-16T21:35:45.652Z[ recovery-image] Jul 16 21:35:44.802 INFO O| Jul 16 21:35:44.802 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-07-16T21:35:45.658Z[ recovery-image] Jul 16 21:35:44.811 INFO O| Jul 16 21:35:44.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76182026-07-16T21:35:45.674Z[ recovery-image] Jul 16 21:35:44.811 INFO O| Jul 16 21:35:44.811 INFO STEP 749 (remove_files) COMPLETE
76192026-07-16T21:35:45.674Z[ recovery-image] Jul 16 21:35:44.811 INFO O| Jul 16 21:35:44.811 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-07-16T21:35:45.674Z[ recovery-image] Jul 16 21:35:44.820 INFO O| Jul 16 21:35:44.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76212026-07-16T21:35:45.674Z[ recovery-image] Jul 16 21:35:44.820 INFO O| Jul 16 21:35:44.820 INFO STEP 750 (remove_files) COMPLETE
76222026-07-16T21:35:45.674Z[ recovery-image] Jul 16 21:35:44.820 INFO O| Jul 16 21:35:44.820 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-07-16T21:35:45.686Z[ recovery-image] Jul 16 21:35:44.830 INFO O| Jul 16 21:35:44.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76242026-07-16T21:35:45.686Z[ recovery-image] Jul 16 21:35:44.830 INFO O| Jul 16 21:35:44.830 INFO STEP 751 (remove_files) COMPLETE
76252026-07-16T21:35:45.686Z[ recovery-image] Jul 16 21:35:44.830 INFO O| Jul 16 21:35:44.830 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-07-16T21:35:45.691Z[ recovery-image] Jul 16 21:35:44.839 INFO O| Jul 16 21:35:44.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76272026-07-16T21:35:45.691Z[ recovery-image] Jul 16 21:35:44.839 INFO O| Jul 16 21:35:44.839 INFO STEP 752 (remove_files) COMPLETE
76282026-07-16T21:35:45.691Z[ recovery-image] Jul 16 21:35:44.839 INFO O| Jul 16 21:35:44.839 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-07-16T21:35:45.698Z[ recovery-image] Jul 16 21:35:44.847 INFO O| Jul 16 21:35:44.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76302026-07-16T21:35:45.698Z[ recovery-image] Jul 16 21:35:44.847 INFO O| Jul 16 21:35:44.847 INFO STEP 753 (remove_files) COMPLETE
76312026-07-16T21:35:45.699Z[ recovery-image] Jul 16 21:35:44.847 INFO O| Jul 16 21:35:44.847 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-07-16T21:35:45.707Z[ recovery-image] Jul 16 21:35:44.858 INFO O| Jul 16 21:35:44.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76332026-07-16T21:35:45.707Z[ recovery-image] Jul 16 21:35:44.858 INFO O| Jul 16 21:35:44.858 INFO STEP 754 (remove_files) COMPLETE
76342026-07-16T21:35:45.707Z[ recovery-image] Jul 16 21:35:44.858 INFO O| Jul 16 21:35:44.858 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-07-16T21:35:45.713Z[ recovery-image] Jul 16 21:35:44.867 INFO O| Jul 16 21:35:44.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76362026-07-16T21:35:45.718Z[ recovery-image] Jul 16 21:35:44.867 INFO O| Jul 16 21:35:44.867 INFO STEP 755 (remove_files) COMPLETE
76372026-07-16T21:35:45.719Z[ recovery-image] Jul 16 21:35:44.867 INFO O| Jul 16 21:35:44.867 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-07-16T21:35:45.725Z[ recovery-image] Jul 16 21:35:44.876 INFO O| Jul 16 21:35:44.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76392026-07-16T21:35:45.725Z[ recovery-image] Jul 16 21:35:44.876 INFO O| Jul 16 21:35:44.876 INFO STEP 756 (remove_files) COMPLETE
76402026-07-16T21:35:45.726Z[ recovery-image] Jul 16 21:35:44.876 INFO O| Jul 16 21:35:44.876 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-07-16T21:35:45.747Z[ recovery-image] Jul 16 21:35:44.886 INFO O| Jul 16 21:35:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76422026-07-16T21:35:45.747Z[ recovery-image] Jul 16 21:35:44.886 INFO O| Jul 16 21:35:44.886 INFO STEP 757 (remove_files) COMPLETE
76432026-07-16T21:35:45.747Z[ recovery-image] Jul 16 21:35:44.886 INFO O| Jul 16 21:35:44.886 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-07-16T21:35:45.759Z[ recovery-image] Jul 16 21:35:44.894 INFO O| Jul 16 21:35:44.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76452026-07-16T21:35:45.759Z[ recovery-image] Jul 16 21:35:44.894 INFO O| Jul 16 21:35:44.894 INFO STEP 758 (remove_files) COMPLETE
76462026-07-16T21:35:45.759Z[ recovery-image] Jul 16 21:35:44.894 INFO O| Jul 16 21:35:44.894 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-07-16T21:35:45.760Z[ recovery-image] Jul 16 21:35:44.902 INFO O| Jul 16 21:35:44.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76482026-07-16T21:35:45.760Z[ recovery-image] Jul 16 21:35:44.902 INFO O| Jul 16 21:35:44.902 INFO STEP 759 (remove_files) COMPLETE
76492026-07-16T21:35:45.760Z[ recovery-image] Jul 16 21:35:44.902 INFO O| Jul 16 21:35:44.902 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-07-16T21:35:45.772Z[ recovery-image] Jul 16 21:35:44.912 INFO O| Jul 16 21:35:44.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76512026-07-16T21:35:45.773Z[ recovery-image] Jul 16 21:35:44.912 INFO O| Jul 16 21:35:44.912 INFO STEP 760 (remove_files) COMPLETE
76522026-07-16T21:35:45.773Z[ recovery-image] Jul 16 21:35:44.912 INFO O| Jul 16 21:35:44.912 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-07-16T21:35:45.773Z[ recovery-image] Jul 16 21:35:44.921 INFO O| Jul 16 21:35:44.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76542026-07-16T21:35:45.773Z[ recovery-image] Jul 16 21:35:44.921 INFO O| Jul 16 21:35:44.921 INFO STEP 761 (remove_files) COMPLETE
76552026-07-16T21:35:45.773Z[ recovery-image] Jul 16 21:35:44.921 INFO O| Jul 16 21:35:44.921 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-07-16T21:35:45.790Z[ recovery-image] Jul 16 21:35:44.930 INFO O| Jul 16 21:35:44.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76572026-07-16T21:35:45.790Z[ recovery-image] Jul 16 21:35:44.930 INFO O| Jul 16 21:35:44.930 INFO STEP 762 (remove_files) COMPLETE
76582026-07-16T21:35:45.790Z[ recovery-image] Jul 16 21:35:44.930 INFO O| Jul 16 21:35:44.930 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-07-16T21:35:45.795Z[ recovery-image] Jul 16 21:35:44.940 INFO O| Jul 16 21:35:44.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76602026-07-16T21:35:45.795Z[ recovery-image] Jul 16 21:35:44.940 INFO O| Jul 16 21:35:44.940 INFO STEP 763 (remove_files) COMPLETE
76612026-07-16T21:35:45.795Z[ recovery-image] Jul 16 21:35:44.940 INFO O| Jul 16 21:35:44.940 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-07-16T21:35:45.795Z[ recovery-image] Jul 16 21:35:44.948 INFO O| Jul 16 21:35:44.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76632026-07-16T21:35:45.795Z[ recovery-image] Jul 16 21:35:44.948 INFO O| Jul 16 21:35:44.948 INFO STEP 764 (remove_files) COMPLETE
76642026-07-16T21:35:45.795Z[ recovery-image] Jul 16 21:35:44.948 INFO O| Jul 16 21:35:44.948 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-07-16T21:35:45.809Z[ recovery-image] Jul 16 21:35:44.959 INFO O| Jul 16 21:35:44.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76662026-07-16T21:35:45.809Z[ recovery-image] Jul 16 21:35:44.959 INFO O| Jul 16 21:35:44.959 INFO STEP 765 (remove_files) COMPLETE
76672026-07-16T21:35:45.809Z[ recovery-image] Jul 16 21:35:44.959 INFO O| Jul 16 21:35:44.959 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-07-16T21:35:45.815Z[ recovery-image] Jul 16 21:35:44.968 INFO O| Jul 16 21:35:44.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76692026-07-16T21:35:45.815Z[ recovery-image] Jul 16 21:35:44.969 INFO O| Jul 16 21:35:44.968 INFO STEP 766 (remove_files) COMPLETE
76702026-07-16T21:35:45.815Z[ recovery-image] Jul 16 21:35:44.969 INFO O| Jul 16 21:35:44.969 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-07-16T21:35:45.827Z[ recovery-image] Jul 16 21:35:44.979 INFO O| Jul 16 21:35:44.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76722026-07-16T21:35:45.831Z[ recovery-image] Jul 16 21:35:44.979 INFO O| Jul 16 21:35:44.979 INFO STEP 767 (remove_files) COMPLETE
76732026-07-16T21:35:45.831Z[ recovery-image] Jul 16 21:35:44.979 INFO O| Jul 16 21:35:44.979 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-07-16T21:35:45.838Z[ recovery-image] Jul 16 21:35:44.988 INFO O| Jul 16 21:35:44.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76752026-07-16T21:35:45.838Z[ recovery-image] Jul 16 21:35:44.988 INFO O| Jul 16 21:35:44.988 INFO STEP 768 (remove_files) COMPLETE
76762026-07-16T21:35:45.838Z[ recovery-image] Jul 16 21:35:44.988 INFO O| Jul 16 21:35:44.988 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-07-16T21:35:45.844Z[ recovery-image] Jul 16 21:35:44.999 INFO O| Jul 16 21:35:44.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76782026-07-16T21:35:45.844Z[ recovery-image] Jul 16 21:35:44.999 INFO O| Jul 16 21:35:44.999 INFO STEP 769 (remove_files) COMPLETE
76792026-07-16T21:35:45.848Z[ recovery-image] Jul 16 21:35:44.999 INFO O| Jul 16 21:35:44.999 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-07-16T21:35:45.855Z[ recovery-image] Jul 16 21:35:45.009 INFO O| Jul 16 21:35:45.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76812026-07-16T21:35:45.868Z[ recovery-image] Jul 16 21:35:45.009 INFO O| Jul 16 21:35:45.009 INFO STEP 770 (remove_files) COMPLETE
76822026-07-16T21:35:45.868Z[ recovery-image] Jul 16 21:35:45.009 INFO O| Jul 16 21:35:45.009 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-07-16T21:35:45.874Z[ recovery-image] Jul 16 21:35:45.020 INFO O| Jul 16 21:35:45.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76842026-07-16T21:35:45.874Z[ recovery-image] Jul 16 21:35:45.020 INFO O| Jul 16 21:35:45.020 INFO STEP 771 (remove_files) COMPLETE
76852026-07-16T21:35:45.874Z[ recovery-image] Jul 16 21:35:45.020 INFO O| Jul 16 21:35:45.020 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-07-16T21:35:45.874Z[ recovery-image] Jul 16 21:35:45.028 INFO O| Jul 16 21:35:45.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76872026-07-16T21:35:45.874Z[ recovery-image] Jul 16 21:35:45.028 INFO O| Jul 16 21:35:45.028 INFO STEP 772 (remove_files) COMPLETE
76882026-07-16T21:35:45.874Z[ recovery-image] Jul 16 21:35:45.028 INFO O| Jul 16 21:35:45.028 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-07-16T21:35:45.896Z[ recovery-image] Jul 16 21:35:45.036 INFO O| Jul 16 21:35:45.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76902026-07-16T21:35:45.896Z[ recovery-image] Jul 16 21:35:45.036 INFO O| Jul 16 21:35:45.036 INFO STEP 773 (remove_files) COMPLETE
76912026-07-16T21:35:45.896Z[ recovery-image] Jul 16 21:35:45.036 INFO O| Jul 16 21:35:45.036 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-07-16T21:35:45.897Z[ recovery-image] Jul 16 21:35:45.048 INFO O| Jul 16 21:35:45.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76932026-07-16T21:35:45.897Z[ recovery-image] Jul 16 21:35:45.048 INFO O| Jul 16 21:35:45.048 INFO STEP 774 (remove_files) COMPLETE
76942026-07-16T21:35:45.897Z[ recovery-image] Jul 16 21:35:45.048 INFO O| Jul 16 21:35:45.048 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-07-16T21:35:45.923Z[ recovery-image] Jul 16 21:35:45.059 INFO O| Jul 16 21:35:45.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76962026-07-16T21:35:45.923Z[ recovery-image] Jul 16 21:35:45.059 INFO O| Jul 16 21:35:45.059 INFO STEP 775 (remove_files) COMPLETE
76972026-07-16T21:35:45.926Z[ recovery-image] Jul 16 21:35:45.059 INFO O| Jul 16 21:35:45.059 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-07-16T21:35:45.927Z[ recovery-image] Jul 16 21:35:45.070 INFO O| Jul 16 21:35:45.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76992026-07-16T21:35:45.927Z[ recovery-image] Jul 16 21:35:45.070 INFO O| Jul 16 21:35:45.070 INFO STEP 776 (remove_files) COMPLETE
77002026-07-16T21:35:45.927Z[ recovery-image] Jul 16 21:35:45.070 INFO O| Jul 16 21:35:45.070 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-07-16T21:35:45.927Z[ recovery-image] Jul 16 21:35:45.080 INFO O| Jul 16 21:35:45.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
77022026-07-16T21:35:45.927Z[ recovery-image] Jul 16 21:35:45.080 INFO O| Jul 16 21:35:45.080 INFO STEP 777 (remove_files) COMPLETE
77032026-07-16T21:35:45.928Z[ recovery-image] Jul 16 21:35:45.080 INFO O| Jul 16 21:35:45.080 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-07-16T21:35:45.935Z[ recovery-image] Jul 16 21:35:45.089 INFO O| Jul 16 21:35:45.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
77052026-07-16T21:35:45.935Z[ recovery-image] Jul 16 21:35:45.089 INFO O| Jul 16 21:35:45.089 INFO STEP 778 (remove_files) COMPLETE
77062026-07-16T21:35:45.938Z[ recovery-image] Jul 16 21:35:45.089 INFO O| Jul 16 21:35:45.089 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-07-16T21:35:45.943Z[ recovery-image] Jul 16 21:35:45.098 INFO O| Jul 16 21:35:45.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77082026-07-16T21:35:45.944Z[ recovery-image] Jul 16 21:35:45.098 INFO O| Jul 16 21:35:45.098 INFO STEP 779 (remove_files) COMPLETE
77092026-07-16T21:35:45.952Z[ recovery-image] Jul 16 21:35:45.098 INFO O| Jul 16 21:35:45.098 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-07-16T21:35:45.955Z[ recovery-image] Jul 16 21:35:45.106 INFO O| Jul 16 21:35:45.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77112026-07-16T21:35:45.955Z[ recovery-image] Jul 16 21:35:45.106 INFO O| Jul 16 21:35:45.106 INFO STEP 780 (remove_files) COMPLETE
77122026-07-16T21:35:45.955Z[ recovery-image] Jul 16 21:35:45.106 INFO O| Jul 16 21:35:45.106 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-07-16T21:35:45.961Z[ recovery-image] Jul 16 21:35:45.116 INFO O| Jul 16 21:35:45.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77142026-07-16T21:35:45.962Z[ recovery-image] Jul 16 21:35:45.116 INFO O| Jul 16 21:35:45.116 INFO STEP 781 (remove_files) COMPLETE
77152026-07-16T21:35:45.962Z[ recovery-image] Jul 16 21:35:45.116 INFO O| Jul 16 21:35:45.116 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-07-16T21:35:45.972Z[ recovery-image] Jul 16 21:35:45.126 INFO O| Jul 16 21:35:45.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77172026-07-16T21:35:45.975Z[ recovery-image] Jul 16 21:35:45.126 INFO O| Jul 16 21:35:45.126 INFO STEP 782 (remove_files) COMPLETE
77182026-07-16T21:35:45.975Z[ recovery-image] Jul 16 21:35:45.126 INFO O| Jul 16 21:35:45.126 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-07-16T21:35:45.981Z[ recovery-image] Jul 16 21:35:45.135 INFO O| Jul 16 21:35:45.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77202026-07-16T21:35:45.981Z[ recovery-image] Jul 16 21:35:45.135 INFO O| Jul 16 21:35:45.135 INFO STEP 783 (remove_files) COMPLETE
77212026-07-16T21:35:45.981Z[ recovery-image] Jul 16 21:35:45.135 INFO O| Jul 16 21:35:45.135 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-07-16T21:35:45.990Z[ recovery-image] Jul 16 21:35:45.144 INFO O| Jul 16 21:35:45.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77232026-07-16T21:35:45.993Z[ recovery-image] Jul 16 21:35:45.145 INFO O| Jul 16 21:35:45.145 INFO STEP 784 (remove_files) COMPLETE
77242026-07-16T21:35:45.993Z[ recovery-image] Jul 16 21:35:45.145 INFO O| Jul 16 21:35:45.145 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-07-16T21:35:45.999Z[ recovery-image] Jul 16 21:35:45.154 INFO O| Jul 16 21:35:45.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77262026-07-16T21:35:45.999Z[ recovery-image] Jul 16 21:35:45.154 INFO O| Jul 16 21:35:45.154 INFO STEP 785 (remove_files) COMPLETE
77272026-07-16T21:35:46.005Z[ recovery-image] Jul 16 21:35:45.154 INFO O| Jul 16 21:35:45.154 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-07-16T21:35:46.011Z[ recovery-image] Jul 16 21:35:45.164 INFO O| Jul 16 21:35:45.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77292026-07-16T21:35:46.011Z[ recovery-image] Jul 16 21:35:45.164 INFO O| Jul 16 21:35:45.164 INFO STEP 786 (remove_files) COMPLETE
77302026-07-16T21:35:46.012Z[ recovery-image] Jul 16 21:35:45.164 INFO O| Jul 16 21:35:45.164 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-07-16T21:35:46.018Z[ recovery-image] Jul 16 21:35:45.172 INFO O| Jul 16 21:35:45.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77322026-07-16T21:35:46.018Z[ recovery-image] Jul 16 21:35:45.172 INFO O| Jul 16 21:35:45.172 INFO STEP 787 (remove_files) COMPLETE
77332026-07-16T21:35:46.018Z[ recovery-image] Jul 16 21:35:45.172 INFO O| Jul 16 21:35:45.172 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-07-16T21:35:46.028Z[ recovery-image] Jul 16 21:35:45.182 INFO O| Jul 16 21:35:45.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77352026-07-16T21:35:46.028Z[ recovery-image] Jul 16 21:35:45.183 INFO O| Jul 16 21:35:45.183 INFO STEP 788 (remove_files) COMPLETE
77362026-07-16T21:35:46.032Z[ recovery-image] Jul 16 21:35:45.183 INFO O| Jul 16 21:35:45.183 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-07-16T21:35:46.037Z[ recovery-image] Jul 16 21:35:45.191 INFO O| Jul 16 21:35:45.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77382026-07-16T21:35:46.037Z[ recovery-image] Jul 16 21:35:45.191 INFO O| Jul 16 21:35:45.191 INFO STEP 789 (remove_files) COMPLETE
77392026-07-16T21:35:46.037Z[ recovery-image] Jul 16 21:35:45.191 INFO O| Jul 16 21:35:45.191 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-07-16T21:35:46.046Z[ recovery-image] Jul 16 21:35:45.200 INFO O| Jul 16 21:35:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77412026-07-16T21:35:46.050Z[ recovery-image] Jul 16 21:35:45.200 INFO O| Jul 16 21:35:45.200 INFO STEP 790 (remove_files) COMPLETE
77422026-07-16T21:35:46.050Z[ recovery-image] Jul 16 21:35:45.200 INFO O| Jul 16 21:35:45.200 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-07-16T21:35:46.056Z[ recovery-image] Jul 16 21:35:45.210 INFO O| Jul 16 21:35:45.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77442026-07-16T21:35:46.056Z[ recovery-image] Jul 16 21:35:45.210 INFO O| Jul 16 21:35:45.210 INFO STEP 791 (remove_files) COMPLETE
77452026-07-16T21:35:46.056Z[ recovery-image] Jul 16 21:35:45.210 INFO O| Jul 16 21:35:45.210 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-07-16T21:35:46.067Z[ recovery-image] Jul 16 21:35:45.219 INFO O| Jul 16 21:35:45.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77472026-07-16T21:35:46.067Z[ recovery-image] Jul 16 21:35:45.219 INFO O| Jul 16 21:35:45.219 INFO STEP 792 (remove_files) COMPLETE
77482026-07-16T21:35:46.082Z[ recovery-image] Jul 16 21:35:45.219 INFO O| Jul 16 21:35:45.219 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-07-16T21:35:46.082Z[ recovery-image] Jul 16 21:35:45.226 INFO O| Jul 16 21:35:45.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77502026-07-16T21:35:46.082Z[ recovery-image] Jul 16 21:35:45.226 INFO O| Jul 16 21:35:45.226 INFO STEP 793 (remove_files) COMPLETE
77512026-07-16T21:35:46.082Z[ recovery-image] Jul 16 21:35:45.226 INFO O| Jul 16 21:35:45.226 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-07-16T21:35:46.088Z[ recovery-image] Jul 16 21:35:45.237 INFO O| Jul 16 21:35:45.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77532026-07-16T21:35:46.088Z[ recovery-image] Jul 16 21:35:45.237 INFO O| Jul 16 21:35:45.237 INFO STEP 794 (remove_files) COMPLETE
77542026-07-16T21:35:46.090Z[ recovery-image] Jul 16 21:35:45.237 INFO O| Jul 16 21:35:45.237 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-07-16T21:35:46.103Z[ recovery-image] Jul 16 21:35:45.246 INFO O| Jul 16 21:35:45.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77562026-07-16T21:35:46.103Z[ recovery-image] Jul 16 21:35:45.246 INFO O| Jul 16 21:35:45.246 INFO STEP 795 (remove_files) COMPLETE
77572026-07-16T21:35:46.103Z[ recovery-image] Jul 16 21:35:45.246 INFO O| Jul 16 21:35:45.246 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-07-16T21:35:46.107Z[ recovery-image] Jul 16 21:35:45.256 INFO O| Jul 16 21:35:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77592026-07-16T21:35:46.108Z[ recovery-image] Jul 16 21:35:45.256 INFO O| Jul 16 21:35:45.256 INFO STEP 796 (remove_files) COMPLETE
77602026-07-16T21:35:46.108Z[ recovery-image] Jul 16 21:35:45.256 INFO O| Jul 16 21:35:45.256 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-07-16T21:35:46.112Z[ recovery-image] Jul 16 21:35:45.266 INFO O| Jul 16 21:35:45.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77622026-07-16T21:35:46.112Z[ recovery-image] Jul 16 21:35:45.266 INFO O| Jul 16 21:35:45.266 INFO STEP 797 (remove_files) COMPLETE
77632026-07-16T21:35:46.116Z[ recovery-image] Jul 16 21:35:45.266 INFO O| Jul 16 21:35:45.266 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-07-16T21:35:46.124Z[ recovery-image] Jul 16 21:35:45.277 INFO O| Jul 16 21:35:45.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77652026-07-16T21:35:46.124Z[ recovery-image] Jul 16 21:35:45.277 INFO O| Jul 16 21:35:45.277 INFO STEP 798 (remove_files) COMPLETE
77662026-07-16T21:35:46.131Z[ recovery-image] Jul 16 21:35:45.277 INFO O| Jul 16 21:35:45.277 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-07-16T21:35:46.139Z[ recovery-image] Jul 16 21:35:45.286 INFO O| Jul 16 21:35:45.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77682026-07-16T21:35:46.139Z[ recovery-image] Jul 16 21:35:45.286 INFO O| Jul 16 21:35:45.286 INFO STEP 799 (remove_files) COMPLETE
77692026-07-16T21:35:46.139Z[ recovery-image] Jul 16 21:35:45.286 INFO O| Jul 16 21:35:45.286 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-07-16T21:35:46.163Z[ recovery-image] Jul 16 21:35:45.295 INFO O| Jul 16 21:35:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77712026-07-16T21:35:46.163Z[ recovery-image] Jul 16 21:35:45.295 INFO O| Jul 16 21:35:45.295 INFO STEP 800 (remove_files) COMPLETE
77722026-07-16T21:35:46.163Z[ recovery-image] Jul 16 21:35:45.295 INFO O| Jul 16 21:35:45.295 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-07-16T21:35:46.167Z[ recovery-image] Jul 16 21:35:45.304 INFO O| Jul 16 21:35:45.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77742026-07-16T21:35:46.167Z[ recovery-image] Jul 16 21:35:45.304 INFO O| Jul 16 21:35:45.304 INFO STEP 801 (remove_files) COMPLETE
77752026-07-16T21:35:46.167Z[ recovery-image] Jul 16 21:35:45.304 INFO O| Jul 16 21:35:45.304 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-07-16T21:35:46.167Z[ recovery-image] Jul 16 21:35:45.311 INFO O| Jul 16 21:35:45.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77772026-07-16T21:35:46.168Z[ recovery-image] Jul 16 21:35:45.311 INFO O| Jul 16 21:35:45.311 INFO STEP 802 (remove_files) COMPLETE
77782026-07-16T21:35:46.168Z[ recovery-image] Jul 16 21:35:45.311 INFO O| Jul 16 21:35:45.311 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-07-16T21:35:46.168Z[ recovery-image] Jul 16 21:35:45.318 INFO O| Jul 16 21:35:45.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77802026-07-16T21:35:46.168Z[ recovery-image] Jul 16 21:35:45.318 INFO O| Jul 16 21:35:45.318 INFO STEP 803 (remove_files) COMPLETE
77812026-07-16T21:35:46.168Z[ recovery-image] Jul 16 21:35:45.318 INFO O| Jul 16 21:35:45.318 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-07-16T21:35:46.172Z[ recovery-image] Jul 16 21:35:45.326 INFO O| Jul 16 21:35:45.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77832026-07-16T21:35:46.173Z[ recovery-image] Jul 16 21:35:45.326 INFO O| Jul 16 21:35:45.326 INFO STEP 804 (remove_files) COMPLETE
77842026-07-16T21:35:46.173Z[ recovery-image] Jul 16 21:35:45.326 INFO O| Jul 16 21:35:45.326 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-07-16T21:35:46.181Z[ recovery-image] Jul 16 21:35:45.335 INFO O| Jul 16 21:35:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77862026-07-16T21:35:46.181Z[ recovery-image] Jul 16 21:35:45.335 INFO O| Jul 16 21:35:45.335 INFO STEP 805 (remove_files) COMPLETE
77872026-07-16T21:35:46.184Z[ recovery-image] Jul 16 21:35:45.335 INFO O| Jul 16 21:35:45.335 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-07-16T21:35:46.191Z[ recovery-image] Jul 16 21:35:45.345 INFO O| Jul 16 21:35:45.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77892026-07-16T21:35:46.191Z[ recovery-image] Jul 16 21:35:45.345 INFO O| Jul 16 21:35:45.345 INFO STEP 806 (remove_files) COMPLETE
77902026-07-16T21:35:46.196Z[ recovery-image] Jul 16 21:35:45.345 INFO O| Jul 16 21:35:45.345 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-07-16T21:35:46.201Z[ recovery-image] Jul 16 21:35:45.355 INFO O| Jul 16 21:35:45.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77922026-07-16T21:35:46.202Z[ recovery-image] Jul 16 21:35:45.355 INFO O| Jul 16 21:35:45.355 INFO STEP 807 (remove_files) COMPLETE
77932026-07-16T21:35:46.206Z[ recovery-image] Jul 16 21:35:45.355 INFO O| Jul 16 21:35:45.355 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-07-16T21:35:46.210Z[ recovery-image] Jul 16 21:35:45.365 INFO O| Jul 16 21:35:45.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77952026-07-16T21:35:46.210Z[ recovery-image] Jul 16 21:35:45.365 INFO O| Jul 16 21:35:45.365 INFO STEP 808 (remove_files) COMPLETE
77962026-07-16T21:35:46.213Z[ recovery-image] Jul 16 21:35:45.365 INFO O| Jul 16 21:35:45.365 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-07-16T21:35:46.221Z[ recovery-image] Jul 16 21:35:45.375 INFO O| Jul 16 21:35:45.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77982026-07-16T21:35:46.225Z[ recovery-image] Jul 16 21:35:45.376 INFO O| Jul 16 21:35:45.376 INFO STEP 809 (remove_files) COMPLETE
77992026-07-16T21:35:46.225Z[ recovery-image] Jul 16 21:35:45.376 INFO O| Jul 16 21:35:45.376 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-07-16T21:35:46.232Z[ recovery-image] Jul 16 21:35:45.386 INFO O| Jul 16 21:35:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
78012026-07-16T21:35:46.235Z[ recovery-image] Jul 16 21:35:45.386 INFO O| Jul 16 21:35:45.386 INFO STEP 810 (remove_files) COMPLETE
78022026-07-16T21:35:46.235Z[ recovery-image] Jul 16 21:35:45.386 INFO O| Jul 16 21:35:45.386 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-07-16T21:35:46.241Z[ recovery-image] Jul 16 21:35:45.395 INFO O| Jul 16 21:35:45.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
78042026-07-16T21:35:46.241Z[ recovery-image] Jul 16 21:35:45.396 INFO O| Jul 16 21:35:45.396 INFO STEP 811 (remove_files) COMPLETE
78052026-07-16T21:35:46.241Z[ recovery-image] Jul 16 21:35:45.396 INFO O| Jul 16 21:35:45.396 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-07-16T21:35:46.251Z[ recovery-image] Jul 16 21:35:45.404 INFO O| Jul 16 21:35:45.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78072026-07-16T21:35:46.252Z[ recovery-image] Jul 16 21:35:45.404 INFO O| Jul 16 21:35:45.404 INFO STEP 812 (remove_files) COMPLETE
78082026-07-16T21:35:46.256Z[ recovery-image] Jul 16 21:35:45.404 INFO O| Jul 16 21:35:45.404 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-07-16T21:35:46.259Z[ recovery-image] Jul 16 21:35:45.412 INFO O| Jul 16 21:35:45.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78102026-07-16T21:35:46.259Z[ recovery-image] Jul 16 21:35:45.412 INFO O| Jul 16 21:35:45.412 INFO STEP 813 (remove_files) COMPLETE
78112026-07-16T21:35:46.259Z[ recovery-image] Jul 16 21:35:45.412 INFO O| Jul 16 21:35:45.412 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-07-16T21:35:46.266Z[ recovery-image] Jul 16 21:35:45.420 INFO O| Jul 16 21:35:45.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78132026-07-16T21:35:46.266Z[ recovery-image] Jul 16 21:35:45.420 INFO O| Jul 16 21:35:45.420 INFO STEP 814 (remove_files) COMPLETE
78142026-07-16T21:35:46.266Z[ recovery-image] Jul 16 21:35:45.420 INFO O| Jul 16 21:35:45.420 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-07-16T21:35:46.273Z[ recovery-image] Jul 16 21:35:45.427 INFO O| Jul 16 21:35:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78162026-07-16T21:35:46.278Z[ recovery-image] Jul 16 21:35:45.428 INFO O| Jul 16 21:35:45.428 INFO STEP 815 (remove_files) COMPLETE
78172026-07-16T21:35:46.278Z[ recovery-image] Jul 16 21:35:45.428 INFO O| Jul 16 21:35:45.428 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-07-16T21:35:46.283Z[ recovery-image] Jul 16 21:35:45.437 INFO O| Jul 16 21:35:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78192026-07-16T21:35:46.283Z[ recovery-image] Jul 16 21:35:45.437 INFO O| Jul 16 21:35:45.437 INFO STEP 816 (remove_files) COMPLETE
78202026-07-16T21:35:46.283Z[ recovery-image] Jul 16 21:35:45.437 INFO O| Jul 16 21:35:45.437 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-07-16T21:35:46.293Z[ recovery-image] Jul 16 21:35:45.447 INFO O| Jul 16 21:35:45.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78222026-07-16T21:35:46.293Z[ recovery-image] Jul 16 21:35:45.447 INFO O| Jul 16 21:35:45.447 INFO STEP 817 (remove_files) COMPLETE
78232026-07-16T21:35:46.297Z[ recovery-image] Jul 16 21:35:45.447 INFO O| Jul 16 21:35:45.447 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-07-16T21:35:46.302Z[ recovery-image] Jul 16 21:35:45.456 INFO O| Jul 16 21:35:45.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78252026-07-16T21:35:46.302Z[ recovery-image] Jul 16 21:35:45.456 INFO O| Jul 16 21:35:45.456 INFO STEP 818 (remove_files) COMPLETE
78262026-07-16T21:35:46.306Z[ recovery-image] Jul 16 21:35:45.456 INFO O| Jul 16 21:35:45.456 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-07-16T21:35:46.310Z[ recovery-image] Jul 16 21:35:45.464 INFO O| Jul 16 21:35:45.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78282026-07-16T21:35:46.314Z[ recovery-image] Jul 16 21:35:45.465 INFO O| Jul 16 21:35:45.465 INFO STEP 819 (remove_files) COMPLETE
78292026-07-16T21:35:46.314Z[ recovery-image] Jul 16 21:35:45.465 INFO O| Jul 16 21:35:45.465 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-07-16T21:35:46.318Z[ recovery-image] Jul 16 21:35:45.473 INFO O| Jul 16 21:35:45.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78312026-07-16T21:35:46.318Z[ recovery-image] Jul 16 21:35:45.473 INFO O| Jul 16 21:35:45.473 INFO STEP 820 (remove_files) COMPLETE
78322026-07-16T21:35:46.323Z[ recovery-image] Jul 16 21:35:45.473 INFO O| Jul 16 21:35:45.473 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-07-16T21:35:46.327Z[ recovery-image] Jul 16 21:35:45.481 INFO O| Jul 16 21:35:45.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78342026-07-16T21:35:46.327Z[ recovery-image] Jul 16 21:35:45.481 INFO O| Jul 16 21:35:45.481 INFO STEP 821 (remove_files) COMPLETE
78352026-07-16T21:35:46.328Z[ recovery-image] Jul 16 21:35:45.481 INFO O| Jul 16 21:35:45.481 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-07-16T21:35:46.403Z[ recovery-image] Jul 16 21:35:45.490 INFO O| Jul 16 21:35:45.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78372026-07-16T21:35:46.403Z[ recovery-image] Jul 16 21:35:45.490 INFO O| Jul 16 21:35:45.490 INFO STEP 822 (remove_files) COMPLETE
78382026-07-16T21:35:46.403Z[ recovery-image] Jul 16 21:35:45.490 INFO O| Jul 16 21:35:45.490 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.498 INFO O| Jul 16 21:35:45.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78402026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.498 INFO O| Jul 16 21:35:45.498 INFO STEP 823 (remove_files) COMPLETE
78412026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.498 INFO O| Jul 16 21:35:45.498 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.507 INFO O| Jul 16 21:35:45.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78432026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.507 INFO O| Jul 16 21:35:45.507 INFO STEP 824 (remove_files) COMPLETE
78442026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.507 INFO O| Jul 16 21:35:45.507 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.515 INFO O| Jul 16 21:35:45.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78462026-07-16T21:35:46.408Z[ recovery-image] Jul 16 21:35:45.515 INFO O| Jul 16 21:35:45.515 INFO STEP 825 (remove_files) COMPLETE
78472026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.515 INFO O| Jul 16 21:35:45.515 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.526 INFO O| Jul 16 21:35:45.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78492026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.526 INFO O| Jul 16 21:35:45.526 INFO STEP 826 (remove_files) COMPLETE
78502026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.526 INFO O| Jul 16 21:35:45.526 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.535 INFO O| Jul 16 21:35:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78522026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.535 INFO O| Jul 16 21:35:45.535 INFO STEP 827 (remove_files) COMPLETE
78532026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.535 INFO O| Jul 16 21:35:45.535 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.543 INFO O| Jul 16 21:35:45.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78552026-07-16T21:35:46.410Z[ recovery-image] Jul 16 21:35:45.543 INFO O| Jul 16 21:35:45.543 INFO STEP 828 (remove_files) COMPLETE
78562026-07-16T21:35:46.411Z[ recovery-image] Jul 16 21:35:45.543 INFO O| Jul 16 21:35:45.543 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-07-16T21:35:46.411Z[ recovery-image] Jul 16 21:35:45.554 INFO O| Jul 16 21:35:45.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78582026-07-16T21:35:46.411Z[ recovery-image] Jul 16 21:35:45.554 INFO O| Jul 16 21:35:45.554 INFO STEP 829 (remove_files) COMPLETE
78592026-07-16T21:35:46.411Z[ recovery-image] Jul 16 21:35:45.554 INFO O| Jul 16 21:35:45.554 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-07-16T21:35:46.416Z[ recovery-image] Jul 16 21:35:45.563 INFO O| Jul 16 21:35:45.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78612026-07-16T21:35:46.416Z[ recovery-image] Jul 16 21:35:45.563 INFO O| Jul 16 21:35:45.563 INFO STEP 830 (remove_files) COMPLETE
78622026-07-16T21:35:46.416Z[ recovery-image] Jul 16 21:35:45.563 INFO O| Jul 16 21:35:45.563 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-07-16T21:35:46.422Z[ recovery-image] Jul 16 21:35:45.571 INFO O| Jul 16 21:35:45.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78642026-07-16T21:35:46.422Z[ recovery-image] Jul 16 21:35:45.571 INFO O| Jul 16 21:35:45.571 INFO STEP 831 (remove_files) COMPLETE
78652026-07-16T21:35:46.422Z[ recovery-image] Jul 16 21:35:45.571 INFO O| Jul 16 21:35:45.571 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-07-16T21:35:46.427Z[ recovery-image] Jul 16 21:35:45.581 INFO O| Jul 16 21:35:45.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78672026-07-16T21:35:46.427Z[ recovery-image] Jul 16 21:35:45.581 INFO O| Jul 16 21:35:45.581 INFO STEP 832 (remove_files) COMPLETE
78682026-07-16T21:35:46.431Z[ recovery-image] Jul 16 21:35:45.581 INFO O| Jul 16 21:35:45.581 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-07-16T21:35:46.435Z[ recovery-image] Jul 16 21:35:45.589 INFO O| Jul 16 21:35:45.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78702026-07-16T21:35:46.435Z[ recovery-image] Jul 16 21:35:45.589 INFO O| Jul 16 21:35:45.589 INFO STEP 833 (remove_files) COMPLETE
78712026-07-16T21:35:46.435Z[ recovery-image] Jul 16 21:35:45.589 INFO O| Jul 16 21:35:45.589 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-07-16T21:35:46.448Z[ recovery-image] Jul 16 21:35:45.598 INFO O| Jul 16 21:35:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78732026-07-16T21:35:46.448Z[ recovery-image] Jul 16 21:35:45.598 INFO O| Jul 16 21:35:45.598 INFO STEP 834 (remove_files) COMPLETE
78742026-07-16T21:35:46.457Z[ recovery-image] Jul 16 21:35:45.598 INFO O| Jul 16 21:35:45.598 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-07-16T21:35:46.457Z[ recovery-image] Jul 16 21:35:45.605 INFO O| Jul 16 21:35:45.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78762026-07-16T21:35:46.457Z[ recovery-image] Jul 16 21:35:45.605 INFO O| Jul 16 21:35:45.605 INFO STEP 835 (remove_files) COMPLETE
78772026-07-16T21:35:46.457Z[ recovery-image] Jul 16 21:35:45.605 INFO O| Jul 16 21:35:45.605 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-07-16T21:35:46.462Z[ recovery-image] Jul 16 21:35:45.615 INFO O| Jul 16 21:35:45.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78792026-07-16T21:35:46.462Z[ recovery-image] Jul 16 21:35:45.615 INFO O| Jul 16 21:35:45.615 INFO STEP 836 (remove_files) COMPLETE
78802026-07-16T21:35:46.462Z[ recovery-image] Jul 16 21:35:45.615 INFO O| Jul 16 21:35:45.615 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-07-16T21:35:46.472Z[ recovery-image] Jul 16 21:35:45.624 INFO O| Jul 16 21:35:45.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78822026-07-16T21:35:46.472Z[ recovery-image] Jul 16 21:35:45.624 INFO O| Jul 16 21:35:45.624 INFO STEP 837 (remove_files) COMPLETE
78832026-07-16T21:35:46.475Z[ recovery-image] Jul 16 21:35:45.624 INFO O| Jul 16 21:35:45.624 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-07-16T21:35:46.479Z[ recovery-image] Jul 16 21:35:45.633 INFO O| Jul 16 21:35:45.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78852026-07-16T21:35:46.483Z[ recovery-image] Jul 16 21:35:45.633 INFO O| Jul 16 21:35:45.633 INFO STEP 838 (remove_files) COMPLETE
78862026-07-16T21:35:46.483Z[ recovery-image] Jul 16 21:35:45.633 INFO O| Jul 16 21:35:45.633 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-07-16T21:35:46.487Z[ recovery-image] Jul 16 21:35:45.641 INFO O| Jul 16 21:35:45.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78882026-07-16T21:35:46.491Z[ recovery-image] Jul 16 21:35:45.642 INFO O| Jul 16 21:35:45.641 INFO STEP 839 (remove_files) COMPLETE
78892026-07-16T21:35:46.491Z[ recovery-image] Jul 16 21:35:45.642 INFO O| Jul 16 21:35:45.642 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-07-16T21:35:46.497Z[ recovery-image] Jul 16 21:35:45.651 INFO O| Jul 16 21:35:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78912026-07-16T21:35:46.497Z[ recovery-image] Jul 16 21:35:45.651 INFO O| Jul 16 21:35:45.651 INFO STEP 840 (remove_files) COMPLETE
78922026-07-16T21:35:46.500Z[ recovery-image] Jul 16 21:35:45.651 INFO O| Jul 16 21:35:45.651 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-07-16T21:35:46.507Z[ recovery-image] Jul 16 21:35:45.661 INFO O| Jul 16 21:35:45.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78942026-07-16T21:35:46.507Z[ recovery-image] Jul 16 21:35:45.661 INFO O| Jul 16 21:35:45.661 INFO STEP 841 (remove_files) COMPLETE
78952026-07-16T21:35:46.509Z[ recovery-image] Jul 16 21:35:45.661 INFO O| Jul 16 21:35:45.661 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-07-16T21:35:46.515Z[ recovery-image] Jul 16 21:35:45.670 INFO O| Jul 16 21:35:45.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78972026-07-16T21:35:46.515Z[ recovery-image] Jul 16 21:35:45.670 INFO O| Jul 16 21:35:45.670 INFO STEP 842 (remove_files) COMPLETE
78982026-07-16T21:35:46.519Z[ recovery-image] Jul 16 21:35:45.670 INFO O| Jul 16 21:35:45.670 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-07-16T21:35:46.524Z[ recovery-image] Jul 16 21:35:45.679 INFO O| Jul 16 21:35:45.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
79002026-07-16T21:35:46.524Z[ recovery-image] Jul 16 21:35:45.679 INFO O| Jul 16 21:35:45.679 INFO STEP 843 (remove_files) COMPLETE
79012026-07-16T21:35:46.528Z[ recovery-image] Jul 16 21:35:45.679 INFO O| Jul 16 21:35:45.679 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-07-16T21:35:46.534Z[ recovery-image] Jul 16 21:35:45.688 INFO O| Jul 16 21:35:45.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
79032026-07-16T21:35:46.534Z[ recovery-image] Jul 16 21:35:45.688 INFO O| Jul 16 21:35:45.688 INFO STEP 844 (remove_files) COMPLETE
79042026-07-16T21:35:46.534Z[ recovery-image] Jul 16 21:35:45.688 INFO O| Jul 16 21:35:45.688 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-07-16T21:35:46.546Z[ recovery-image] Jul 16 21:35:45.698 INFO O| Jul 16 21:35:45.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79062026-07-16T21:35:46.549Z[ recovery-image] Jul 16 21:35:45.698 INFO O| Jul 16 21:35:45.698 INFO STEP 845 (remove_files) COMPLETE
79072026-07-16T21:35:46.549Z[ recovery-image] Jul 16 21:35:45.698 INFO O| Jul 16 21:35:45.698 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-07-16T21:35:46.554Z[ recovery-image] Jul 16 21:35:45.706 INFO O| Jul 16 21:35:45.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79092026-07-16T21:35:46.554Z[ recovery-image] Jul 16 21:35:45.706 INFO O| Jul 16 21:35:45.706 INFO STEP 846 (remove_files) COMPLETE
79102026-07-16T21:35:46.554Z[ recovery-image] Jul 16 21:35:45.706 INFO O| Jul 16 21:35:45.706 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-07-16T21:35:46.562Z[ recovery-image] Jul 16 21:35:45.716 INFO O| Jul 16 21:35:45.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79122026-07-16T21:35:46.562Z[ recovery-image] Jul 16 21:35:45.717 INFO O| Jul 16 21:35:45.716 INFO STEP 847 (remove_files) COMPLETE
79132026-07-16T21:35:46.562Z[ recovery-image] Jul 16 21:35:45.717 INFO O| Jul 16 21:35:45.716 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-07-16T21:35:46.572Z[ recovery-image] Jul 16 21:35:45.725 INFO O| Jul 16 21:35:45.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79152026-07-16T21:35:46.572Z[ recovery-image] Jul 16 21:35:45.725 INFO O| Jul 16 21:35:45.725 INFO STEP 848 (remove_files) COMPLETE
79162026-07-16T21:35:46.581Z[ recovery-image] Jul 16 21:35:45.725 INFO O| Jul 16 21:35:45.725 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-07-16T21:35:46.585Z[ recovery-image] Jul 16 21:35:45.735 INFO O| Jul 16 21:35:45.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79182026-07-16T21:35:46.585Z[ recovery-image] Jul 16 21:35:45.735 INFO O| Jul 16 21:35:45.735 INFO STEP 849 (remove_files) COMPLETE
79192026-07-16T21:35:46.585Z[ recovery-image] Jul 16 21:35:45.735 INFO O| Jul 16 21:35:45.735 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-07-16T21:35:46.590Z[ recovery-image] Jul 16 21:35:45.745 INFO O| Jul 16 21:35:45.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79212026-07-16T21:35:46.591Z[ recovery-image] Jul 16 21:35:45.745 INFO O| Jul 16 21:35:45.745 INFO STEP 850 (remove_files) COMPLETE
79222026-07-16T21:35:46.594Z[ recovery-image] Jul 16 21:35:45.745 INFO O| Jul 16 21:35:45.745 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-07-16T21:35:46.600Z[ recovery-image] Jul 16 21:35:45.754 INFO O| Jul 16 21:35:45.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79242026-07-16T21:35:46.604Z[ recovery-image] Jul 16 21:35:45.755 INFO O| Jul 16 21:35:45.755 INFO STEP 851 (remove_files) COMPLETE
79252026-07-16T21:35:46.604Z[ recovery-image] Jul 16 21:35:45.755 INFO O| Jul 16 21:35:45.755 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-07-16T21:35:46.608Z[ recovery-image] Jul 16 21:35:45.762 INFO O| Jul 16 21:35:45.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79272026-07-16T21:35:46.625Z[ recovery-image] Jul 16 21:35:45.762 INFO O| Jul 16 21:35:45.762 INFO STEP 852 (remove_files) COMPLETE
79282026-07-16T21:35:46.625Z[ recovery-image] Jul 16 21:35:45.762 INFO O| Jul 16 21:35:45.762 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-07-16T21:35:46.625Z[ recovery-image] Jul 16 21:35:45.772 INFO O| Jul 16 21:35:45.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79302026-07-16T21:35:46.625Z[ recovery-image] Jul 16 21:35:45.772 INFO O| Jul 16 21:35:45.772 INFO STEP 853 (remove_files) COMPLETE
79312026-07-16T21:35:46.626Z[ recovery-image] Jul 16 21:35:45.772 INFO O| Jul 16 21:35:45.772 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-07-16T21:35:46.630Z[ recovery-image] Jul 16 21:35:45.781 INFO O| Jul 16 21:35:45.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79332026-07-16T21:35:46.631Z[ recovery-image] Jul 16 21:35:45.781 INFO O| Jul 16 21:35:45.781 INFO STEP 854 (remove_files) COMPLETE
79342026-07-16T21:35:46.631Z[ recovery-image] Jul 16 21:35:45.781 INFO O| Jul 16 21:35:45.781 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-07-16T21:35:46.635Z[ recovery-image] Jul 16 21:35:45.789 INFO O| Jul 16 21:35:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79362026-07-16T21:35:46.639Z[ recovery-image] Jul 16 21:35:45.789 INFO O| Jul 16 21:35:45.789 INFO STEP 855 (remove_files) COMPLETE
79372026-07-16T21:35:46.650Z[ recovery-image] Jul 16 21:35:45.789 INFO O| Jul 16 21:35:45.789 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-07-16T21:35:46.697Z[ recovery-image] Jul 16 21:35:45.797 INFO O| Jul 16 21:35:45.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79392026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.797 INFO O| Jul 16 21:35:45.797 INFO STEP 856 (remove_files) COMPLETE
79402026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.797 INFO O| Jul 16 21:35:45.797 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.807 INFO O| Jul 16 21:35:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79422026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.807 INFO O| Jul 16 21:35:45.807 INFO STEP 857 (remove_files) COMPLETE
79432026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.807 INFO O| Jul 16 21:35:45.807 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.816 INFO O| Jul 16 21:35:45.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79452026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.816 INFO O| Jul 16 21:35:45.816 INFO STEP 858 (remove_files) COMPLETE
79462026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.816 INFO O| Jul 16 21:35:45.816 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.825 INFO O| Jul 16 21:35:45.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79482026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.825 INFO O| Jul 16 21:35:45.825 INFO STEP 859 (remove_files) COMPLETE
79492026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.825 INFO O| Jul 16 21:35:45.825 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.834 INFO O| Jul 16 21:35:45.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79512026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.834 INFO O| Jul 16 21:35:45.834 INFO STEP 860 (remove_files) COMPLETE
79522026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.834 INFO O| Jul 16 21:35:45.834 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.844 INFO O| Jul 16 21:35:45.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79542026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.844 INFO O| Jul 16 21:35:45.844 INFO STEP 861 (remove_files) COMPLETE
79552026-07-16T21:35:46.698Z[ recovery-image] Jul 16 21:35:45.844 INFO O| Jul 16 21:35:45.844 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.853 INFO O| Jul 16 21:35:45.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79572026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.853 INFO O| Jul 16 21:35:45.853 INFO STEP 862 (remove_files) COMPLETE
79582026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.853 INFO O| Jul 16 21:35:45.853 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.861 INFO O| Jul 16 21:35:45.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79602026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.861 INFO O| Jul 16 21:35:45.861 INFO STEP 863 (remove_files) COMPLETE
79612026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.861 INFO O| Jul 16 21:35:45.861 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.870 INFO O| Jul 16 21:35:45.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79632026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.870 INFO O| Jul 16 21:35:45.870 INFO STEP 864 (remove_files) COMPLETE
79642026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.870 INFO O| Jul 16 21:35:45.870 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.879 INFO O| Jul 16 21:35:45.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79662026-07-16T21:35:46.783Z[ recovery-image] Jul 16 21:35:45.879 INFO O| Jul 16 21:35:45.879 INFO STEP 865 (remove_files) COMPLETE
79672026-07-16T21:35:46.800Z[ recovery-image] Jul 16 21:35:45.879 INFO O| Jul 16 21:35:45.879 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.887 INFO O| Jul 16 21:35:45.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79692026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.887 INFO O| Jul 16 21:35:45.887 INFO STEP 866 (remove_files) COMPLETE
79702026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.887 INFO O| Jul 16 21:35:45.887 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.894 INFO O| Jul 16 21:35:45.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79722026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.894 INFO O| Jul 16 21:35:45.894 INFO STEP 867 (remove_files) COMPLETE
79732026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.894 INFO O| Jul 16 21:35:45.894 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.902 INFO O| Jul 16 21:35:45.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79752026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.902 INFO O| Jul 16 21:35:45.902 INFO STEP 868 (remove_files) COMPLETE
79762026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.902 INFO O| Jul 16 21:35:45.902 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.910 INFO O| Jul 16 21:35:45.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79782026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.910 INFO O| Jul 16 21:35:45.910 INFO STEP 869 (remove_files) COMPLETE
79792026-07-16T21:35:46.801Z[ recovery-image] Jul 16 21:35:45.910 INFO O| Jul 16 21:35:45.910 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-07-16T21:35:46.817Z[ recovery-image] Jul 16 21:35:45.917 INFO O| Jul 16 21:35:45.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79812026-07-16T21:35:46.817Z[ recovery-image] Jul 16 21:35:45.917 INFO O| Jul 16 21:35:45.917 INFO STEP 870 (remove_files) COMPLETE
79822026-07-16T21:35:46.817Z[ recovery-image] Jul 16 21:35:45.917 INFO O| Jul 16 21:35:45.917 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-07-16T21:35:46.817Z[ recovery-image] Jul 16 21:35:45.927 INFO O| Jul 16 21:35:45.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79842026-07-16T21:35:46.817Z[ recovery-image] Jul 16 21:35:45.927 INFO O| Jul 16 21:35:45.927 INFO STEP 871 (remove_files) COMPLETE
79852026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.927 INFO O| Jul 16 21:35:45.927 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.935 INFO O| Jul 16 21:35:45.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79872026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.935 INFO O| Jul 16 21:35:45.935 INFO STEP 872 (remove_files) COMPLETE
79882026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.935 INFO O| Jul 16 21:35:45.935 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.944 INFO O| Jul 16 21:35:45.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79902026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.944 INFO O| Jul 16 21:35:45.944 INFO STEP 873 (remove_files) COMPLETE
79912026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.944 INFO O| Jul 16 21:35:45.944 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-07-16T21:35:46.818Z[ recovery-image] Jul 16 21:35:45.954 INFO O| Jul 16 21:35:45.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79932026-07-16T21:35:46.819Z[ recovery-image] Jul 16 21:35:45.954 INFO O| Jul 16 21:35:45.954 INFO STEP 874 (remove_files) COMPLETE
79942026-07-16T21:35:46.819Z[ recovery-image] Jul 16 21:35:45.954 INFO O| Jul 16 21:35:45.954 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-07-16T21:35:46.823Z[ recovery-image] Jul 16 21:35:45.962 INFO O| Jul 16 21:35:45.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79962026-07-16T21:35:46.823Z[ recovery-image] Jul 16 21:35:45.962 INFO O| Jul 16 21:35:45.962 INFO STEP 875 (remove_files) COMPLETE
79972026-07-16T21:35:46.824Z[ recovery-image] Jul 16 21:35:45.962 INFO O| Jul 16 21:35:45.962 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-07-16T21:35:46.824Z[ recovery-image] Jul 16 21:35:45.971 INFO O| Jul 16 21:35:45.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79992026-07-16T21:35:46.824Z[ recovery-image] Jul 16 21:35:45.971 INFO O| Jul 16 21:35:45.971 INFO STEP 876 (remove_files) COMPLETE
80002026-07-16T21:35:46.824Z[ recovery-image] Jul 16 21:35:45.971 INFO O| Jul 16 21:35:45.971 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-07-16T21:35:46.828Z[ recovery-image] Jul 16 21:35:45.979 INFO O| Jul 16 21:35:45.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80022026-07-16T21:35:46.828Z[ recovery-image] Jul 16 21:35:45.979 INFO O| Jul 16 21:35:45.979 INFO STEP 877 (remove_files) COMPLETE
80032026-07-16T21:35:46.828Z[ recovery-image] Jul 16 21:35:45.979 INFO O| Jul 16 21:35:45.979 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-07-16T21:35:46.832Z[ recovery-image] Jul 16 21:35:45.987 INFO O| Jul 16 21:35:45.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80052026-07-16T21:35:46.836Z[ recovery-image] Jul 16 21:35:45.987 INFO O| Jul 16 21:35:45.987 INFO STEP 878 (remove_files) COMPLETE
80062026-07-16T21:35:46.836Z[ recovery-image] Jul 16 21:35:45.987 INFO O| Jul 16 21:35:45.987 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-07-16T21:35:46.843Z[ recovery-image] Jul 16 21:35:45.997 INFO O| Jul 16 21:35:45.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80082026-07-16T21:35:46.843Z[ recovery-image] Jul 16 21:35:45.997 INFO O| Jul 16 21:35:45.997 INFO STEP 879 (remove_files) COMPLETE
80092026-07-16T21:35:46.847Z[ recovery-image] Jul 16 21:35:45.997 INFO O| Jul 16 21:35:45.997 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-07-16T21:35:46.853Z[ recovery-image] Jul 16 21:35:46.007 INFO O| Jul 16 21:35:46.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80112026-07-16T21:35:46.858Z[ recovery-image] Jul 16 21:35:46.007 INFO O| Jul 16 21:35:46.007 INFO STEP 880 (remove_files) COMPLETE
80122026-07-16T21:35:46.858Z[ recovery-image] Jul 16 21:35:46.007 INFO O| Jul 16 21:35:46.007 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-07-16T21:35:46.862Z[ recovery-image] Jul 16 21:35:46.016 INFO O| Jul 16 21:35:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80142026-07-16T21:35:46.866Z[ recovery-image] Jul 16 21:35:46.016 INFO O| Jul 16 21:35:46.016 INFO STEP 881 (remove_files) COMPLETE
80152026-07-16T21:35:46.866Z[ recovery-image] Jul 16 21:35:46.016 INFO O| Jul 16 21:35:46.016 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-07-16T21:35:46.879Z[ recovery-image] Jul 16 21:35:46.025 INFO O| Jul 16 21:35:46.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80172026-07-16T21:35:46.883Z[ recovery-image] Jul 16 21:35:46.025 INFO O| Jul 16 21:35:46.025 INFO STEP 882 (remove_files) COMPLETE
80182026-07-16T21:35:46.883Z[ recovery-image] Jul 16 21:35:46.025 INFO O| Jul 16 21:35:46.025 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-07-16T21:35:46.883Z[ recovery-image] Jul 16 21:35:46.035 INFO O| Jul 16 21:35:46.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80202026-07-16T21:35:46.883Z[ recovery-image] Jul 16 21:35:46.035 INFO O| Jul 16 21:35:46.035 INFO STEP 883 (remove_files) COMPLETE
80212026-07-16T21:35:46.883Z[ recovery-image] Jul 16 21:35:46.035 INFO O| Jul 16 21:35:46.035 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-07-16T21:35:46.888Z[ recovery-image] Jul 16 21:35:46.042 INFO O| Jul 16 21:35:46.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80232026-07-16T21:35:46.895Z[ recovery-image] Jul 16 21:35:46.042 INFO O| Jul 16 21:35:46.042 INFO STEP 884 (remove_files) COMPLETE
80242026-07-16T21:35:46.895Z[ recovery-image] Jul 16 21:35:46.042 INFO O| Jul 16 21:35:46.042 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-07-16T21:35:46.898Z[ recovery-image] Jul 16 21:35:46.051 INFO O| Jul 16 21:35:46.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80262026-07-16T21:35:46.898Z[ recovery-image] Jul 16 21:35:46.051 INFO O| Jul 16 21:35:46.051 INFO STEP 885 (remove_files) COMPLETE
80272026-07-16T21:35:46.898Z[ recovery-image] Jul 16 21:35:46.051 INFO O| Jul 16 21:35:46.051 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-07-16T21:35:46.919Z[ recovery-image] Jul 16 21:35:46.062 INFO O| Jul 16 21:35:46.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80292026-07-16T21:35:46.919Z[ recovery-image] Jul 16 21:35:46.062 INFO O| Jul 16 21:35:46.062 INFO STEP 886 (remove_files) COMPLETE
80302026-07-16T21:35:46.919Z[ recovery-image] Jul 16 21:35:46.062 INFO O| Jul 16 21:35:46.062 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-07-16T21:35:46.927Z[ recovery-image] Jul 16 21:35:46.072 INFO O| Jul 16 21:35:46.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80322026-07-16T21:35:46.927Z[ recovery-image] Jul 16 21:35:46.072 INFO O| Jul 16 21:35:46.072 INFO STEP 887 (remove_files) COMPLETE
80332026-07-16T21:35:46.928Z[ recovery-image] Jul 16 21:35:46.072 INFO O| Jul 16 21:35:46.072 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-07-16T21:35:46.928Z[ recovery-image] Jul 16 21:35:46.081 INFO O| Jul 16 21:35:46.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80352026-07-16T21:35:46.928Z[ recovery-image] Jul 16 21:35:46.081 INFO O| Jul 16 21:35:46.081 INFO STEP 888 (remove_files) COMPLETE
80362026-07-16T21:35:46.928Z[ recovery-image] Jul 16 21:35:46.081 INFO O| Jul 16 21:35:46.081 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-07-16T21:35:46.935Z[ recovery-image] Jul 16 21:35:46.089 INFO O| Jul 16 21:35:46.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80382026-07-16T21:35:46.936Z[ recovery-image] Jul 16 21:35:46.089 INFO O| Jul 16 21:35:46.089 INFO STEP 889 (remove_files) COMPLETE
80392026-07-16T21:35:46.936Z[ recovery-image] Jul 16 21:35:46.089 INFO O| Jul 16 21:35:46.089 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-07-16T21:35:46.943Z[ recovery-image] Jul 16 21:35:46.097 INFO O| Jul 16 21:35:46.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80412026-07-16T21:35:46.943Z[ recovery-image] Jul 16 21:35:46.097 INFO O| Jul 16 21:35:46.097 INFO STEP 890 (remove_files) COMPLETE
80422026-07-16T21:35:46.946Z[ recovery-image] Jul 16 21:35:46.097 INFO O| Jul 16 21:35:46.097 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-07-16T21:35:46.967Z[ recovery-image] Jul 16 21:35:46.105 INFO O| Jul 16 21:35:46.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80442026-07-16T21:35:46.968Z[ recovery-image] Jul 16 21:35:46.105 INFO O| Jul 16 21:35:46.105 INFO STEP 891 (remove_files) COMPLETE
80452026-07-16T21:35:46.968Z[ recovery-image] Jul 16 21:35:46.105 INFO O| Jul 16 21:35:46.105 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-07-16T21:35:46.968Z[ recovery-image] Jul 16 21:35:46.113 INFO O| Jul 16 21:35:46.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80472026-07-16T21:35:46.968Z[ recovery-image] Jul 16 21:35:46.113 INFO O| Jul 16 21:35:46.113 INFO STEP 892 (remove_files) COMPLETE
80482026-07-16T21:35:46.968Z[ recovery-image] Jul 16 21:35:46.113 INFO O| Jul 16 21:35:46.113 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-07-16T21:35:46.979Z[ recovery-image] Jul 16 21:35:46.121 INFO O| Jul 16 21:35:46.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80502026-07-16T21:35:46.979Z[ recovery-image] Jul 16 21:35:46.121 INFO O| Jul 16 21:35:46.121 INFO STEP 893 (remove_files) COMPLETE
80512026-07-16T21:35:46.979Z[ recovery-image] Jul 16 21:35:46.121 INFO O| Jul 16 21:35:46.121 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-07-16T21:35:46.983Z[ recovery-image] Jul 16 21:35:46.130 INFO O| Jul 16 21:35:46.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80532026-07-16T21:35:46.984Z[ recovery-image] Jul 16 21:35:46.131 INFO O| Jul 16 21:35:46.131 INFO STEP 894 (remove_files) COMPLETE
80542026-07-16T21:35:46.984Z[ recovery-image] Jul 16 21:35:46.131 INFO O| Jul 16 21:35:46.131 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-07-16T21:35:46.987Z[ recovery-image] Jul 16 21:35:46.138 INFO O| Jul 16 21:35:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80562026-07-16T21:35:46.987Z[ recovery-image] Jul 16 21:35:46.138 INFO O| Jul 16 21:35:46.138 INFO STEP 895 (remove_files) COMPLETE
80572026-07-16T21:35:46.987Z[ recovery-image] Jul 16 21:35:46.138 INFO O| Jul 16 21:35:46.138 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-07-16T21:35:46.991Z[ recovery-image] Jul 16 21:35:46.145 INFO O| Jul 16 21:35:46.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80592026-07-16T21:35:46.991Z[ recovery-image] Jul 16 21:35:46.145 INFO O| Jul 16 21:35:46.145 INFO STEP 896 (remove_files) COMPLETE
80602026-07-16T21:35:46.991Z[ recovery-image] Jul 16 21:35:46.145 INFO O| Jul 16 21:35:46.145 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-07-16T21:35:47.001Z[ recovery-image] Jul 16 21:35:46.155 INFO O| Jul 16 21:35:46.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80622026-07-16T21:35:47.002Z[ recovery-image] Jul 16 21:35:46.155 INFO O| Jul 16 21:35:46.155 INFO STEP 897 (remove_files) COMPLETE
80632026-07-16T21:35:47.005Z[ recovery-image] Jul 16 21:35:46.155 INFO O| Jul 16 21:35:46.155 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-07-16T21:35:47.010Z[ recovery-image] Jul 16 21:35:46.164 INFO O| Jul 16 21:35:46.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80652026-07-16T21:35:47.010Z[ recovery-image] Jul 16 21:35:46.165 INFO O| Jul 16 21:35:46.164 INFO STEP 898 (remove_files) COMPLETE
80662026-07-16T21:35:47.014Z[ recovery-image] Jul 16 21:35:46.165 INFO O| Jul 16 21:35:46.165 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-07-16T21:35:47.020Z[ recovery-image] Jul 16 21:35:46.174 INFO O| Jul 16 21:35:46.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80682026-07-16T21:35:47.024Z[ recovery-image] Jul 16 21:35:46.174 INFO O| Jul 16 21:35:46.174 INFO STEP 899 (remove_files) COMPLETE
80692026-07-16T21:35:47.024Z[ recovery-image] Jul 16 21:35:46.174 INFO O| Jul 16 21:35:46.174 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-07-16T21:35:47.029Z[ recovery-image] Jul 16 21:35:46.183 INFO O| Jul 16 21:35:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80712026-07-16T21:35:47.032Z[ recovery-image] Jul 16 21:35:46.183 INFO O| Jul 16 21:35:46.183 INFO STEP 900 (remove_files) COMPLETE
80722026-07-16T21:35:47.032Z[ recovery-image] Jul 16 21:35:46.183 INFO O| Jul 16 21:35:46.183 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-07-16T21:35:47.038Z[ recovery-image] Jul 16 21:35:46.192 INFO O| Jul 16 21:35:46.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80742026-07-16T21:35:47.038Z[ recovery-image] Jul 16 21:35:46.192 INFO O| Jul 16 21:35:46.192 INFO STEP 901 (remove_files) COMPLETE
80752026-07-16T21:35:47.041Z[ recovery-image] Jul 16 21:35:46.192 INFO O| Jul 16 21:35:46.192 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-07-16T21:35:47.046Z[ recovery-image] Jul 16 21:35:46.201 INFO O| Jul 16 21:35:46.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80772026-07-16T21:35:47.046Z[ recovery-image] Jul 16 21:35:46.201 INFO O| Jul 16 21:35:46.201 INFO STEP 902 (remove_files) COMPLETE
80782026-07-16T21:35:47.046Z[ recovery-image] Jul 16 21:35:46.201 INFO O| Jul 16 21:35:46.201 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-07-16T21:35:47.055Z[ recovery-image] Jul 16 21:35:46.209 INFO O| Jul 16 21:35:46.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80802026-07-16T21:35:47.058Z[ recovery-image] Jul 16 21:35:46.209 INFO O| Jul 16 21:35:46.209 INFO STEP 903 (remove_files) COMPLETE
80812026-07-16T21:35:47.058Z[ recovery-image] Jul 16 21:35:46.209 INFO O| Jul 16 21:35:46.209 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-07-16T21:35:47.063Z[ recovery-image] Jul 16 21:35:46.217 INFO O| Jul 16 21:35:46.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80832026-07-16T21:35:47.063Z[ recovery-image] Jul 16 21:35:46.217 INFO O| Jul 16 21:35:46.217 INFO STEP 904 (remove_files) COMPLETE
80842026-07-16T21:35:47.063Z[ recovery-image] Jul 16 21:35:46.217 INFO O| Jul 16 21:35:46.217 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-07-16T21:35:47.072Z[ recovery-image] Jul 16 21:35:46.226 INFO O| Jul 16 21:35:46.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80862026-07-16T21:35:47.076Z[ recovery-image] Jul 16 21:35:46.226 INFO O| Jul 16 21:35:46.226 INFO STEP 905 (remove_files) COMPLETE
80872026-07-16T21:35:47.076Z[ recovery-image] Jul 16 21:35:46.226 INFO O| Jul 16 21:35:46.226 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-07-16T21:35:47.080Z[ recovery-image] Jul 16 21:35:46.235 INFO O| Jul 16 21:35:46.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80892026-07-16T21:35:47.080Z[ recovery-image] Jul 16 21:35:46.235 INFO O| Jul 16 21:35:46.235 INFO STEP 906 (remove_files) COMPLETE
80902026-07-16T21:35:47.080Z[ recovery-image] Jul 16 21:35:46.235 INFO O| Jul 16 21:35:46.235 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-07-16T21:35:47.089Z[ recovery-image] Jul 16 21:35:46.243 INFO O| Jul 16 21:35:46.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80922026-07-16T21:35:47.092Z[ recovery-image] Jul 16 21:35:46.243 INFO O| Jul 16 21:35:46.243 INFO STEP 907 (remove_files) COMPLETE
80932026-07-16T21:35:47.092Z[ recovery-image] Jul 16 21:35:46.243 INFO O| Jul 16 21:35:46.243 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-07-16T21:35:47.097Z[ recovery-image] Jul 16 21:35:46.252 INFO O| Jul 16 21:35:46.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80952026-07-16T21:35:47.097Z[ recovery-image] Jul 16 21:35:46.252 INFO O| Jul 16 21:35:46.252 INFO STEP 908 (remove_files) COMPLETE
80962026-07-16T21:35:47.101Z[ recovery-image] Jul 16 21:35:46.252 INFO O| Jul 16 21:35:46.252 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-07-16T21:35:47.111Z[ recovery-image] Jul 16 21:35:46.260 INFO O| Jul 16 21:35:46.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80982026-07-16T21:35:47.111Z[ recovery-image] Jul 16 21:35:46.260 INFO O| Jul 16 21:35:46.260 INFO STEP 909 (remove_files) COMPLETE
80992026-07-16T21:35:47.111Z[ recovery-image] Jul 16 21:35:46.260 INFO O| Jul 16 21:35:46.260 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-07-16T21:35:47.115Z[ recovery-image] Jul 16 21:35:46.269 INFO O| Jul 16 21:35:46.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81012026-07-16T21:35:47.115Z[ recovery-image] Jul 16 21:35:46.269 INFO O| Jul 16 21:35:46.269 INFO STEP 910 (remove_files) COMPLETE
81022026-07-16T21:35:47.115Z[ recovery-image] Jul 16 21:35:46.269 INFO O| Jul 16 21:35:46.269 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-07-16T21:35:47.122Z[ recovery-image] Jul 16 21:35:46.277 INFO O| Jul 16 21:35:46.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81042026-07-16T21:35:47.122Z[ recovery-image] Jul 16 21:35:46.277 INFO O| Jul 16 21:35:46.277 INFO STEP 911 (remove_files) COMPLETE
81052026-07-16T21:35:47.123Z[ recovery-image] Jul 16 21:35:46.277 INFO O| Jul 16 21:35:46.277 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-07-16T21:35:47.130Z[ recovery-image] Jul 16 21:35:46.284 INFO O| Jul 16 21:35:46.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81072026-07-16T21:35:47.133Z[ recovery-image] Jul 16 21:35:46.284 INFO O| Jul 16 21:35:46.284 INFO STEP 912 (remove_files) COMPLETE
81082026-07-16T21:35:47.133Z[ recovery-image] Jul 16 21:35:46.284 INFO O| Jul 16 21:35:46.284 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-07-16T21:35:47.139Z[ recovery-image] Jul 16 21:35:46.293 INFO O| Jul 16 21:35:46.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81102026-07-16T21:35:47.139Z[ recovery-image] Jul 16 21:35:46.293 INFO O| Jul 16 21:35:46.293 INFO STEP 913 (remove_files) COMPLETE
81112026-07-16T21:35:47.143Z[ recovery-image] Jul 16 21:35:46.293 INFO O| Jul 16 21:35:46.293 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-07-16T21:35:47.149Z[ recovery-image] Jul 16 21:35:46.302 INFO O| Jul 16 21:35:46.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81132026-07-16T21:35:47.152Z[ recovery-image] Jul 16 21:35:46.302 INFO O| Jul 16 21:35:46.302 INFO STEP 914 (remove_files) COMPLETE
81142026-07-16T21:35:47.152Z[ recovery-image] Jul 16 21:35:46.302 INFO O| Jul 16 21:35:46.302 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-07-16T21:35:47.156Z[ recovery-image] Jul 16 21:35:46.309 INFO O| Jul 16 21:35:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81162026-07-16T21:35:47.156Z[ recovery-image] Jul 16 21:35:46.309 INFO O| Jul 16 21:35:46.309 INFO STEP 915 (remove_files) COMPLETE
81172026-07-16T21:35:47.156Z[ recovery-image] Jul 16 21:35:46.309 INFO O| Jul 16 21:35:46.309 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-07-16T21:35:47.162Z[ recovery-image] Jul 16 21:35:46.316 INFO O| Jul 16 21:35:46.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81192026-07-16T21:35:47.162Z[ recovery-image] Jul 16 21:35:46.316 INFO O| Jul 16 21:35:46.316 INFO STEP 916 (remove_files) COMPLETE
81202026-07-16T21:35:47.162Z[ recovery-image] Jul 16 21:35:46.316 INFO O| Jul 16 21:35:46.316 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-07-16T21:35:47.170Z[ recovery-image] Jul 16 21:35:46.324 INFO O| Jul 16 21:35:46.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81222026-07-16T21:35:47.170Z[ recovery-image] Jul 16 21:35:46.324 INFO O| Jul 16 21:35:46.324 INFO STEP 917 (remove_files) COMPLETE
81232026-07-16T21:35:47.170Z[ recovery-image] Jul 16 21:35:46.324 INFO O| Jul 16 21:35:46.324 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-07-16T21:35:47.178Z[ recovery-image] Jul 16 21:35:46.332 INFO O| Jul 16 21:35:46.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81252026-07-16T21:35:47.182Z[ recovery-image] Jul 16 21:35:46.332 INFO O| Jul 16 21:35:46.332 INFO STEP 918 (remove_files) COMPLETE
81262026-07-16T21:35:47.183Z[ recovery-image] Jul 16 21:35:46.332 INFO O| Jul 16 21:35:46.332 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-07-16T21:35:47.186Z[ recovery-image] Jul 16 21:35:46.340 INFO O| Jul 16 21:35:46.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81282026-07-16T21:35:47.186Z[ recovery-image] Jul 16 21:35:46.340 INFO O| Jul 16 21:35:46.340 INFO STEP 919 (remove_files) COMPLETE
81292026-07-16T21:35:47.186Z[ recovery-image] Jul 16 21:35:46.340 INFO O| Jul 16 21:35:46.340 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-07-16T21:35:47.195Z[ recovery-image] Jul 16 21:35:46.349 INFO O| Jul 16 21:35:46.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81312026-07-16T21:35:47.198Z[ recovery-image] Jul 16 21:35:46.349 INFO O| Jul 16 21:35:46.349 INFO STEP 920 (remove_files) COMPLETE
81322026-07-16T21:35:47.198Z[ recovery-image] Jul 16 21:35:46.349 INFO O| Jul 16 21:35:46.349 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-07-16T21:35:47.202Z[ recovery-image] Jul 16 21:35:46.356 INFO O| Jul 16 21:35:46.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81342026-07-16T21:35:47.206Z[ recovery-image] Jul 16 21:35:46.357 INFO O| Jul 16 21:35:46.357 INFO STEP 921 (remove_files) COMPLETE
81352026-07-16T21:35:47.206Z[ recovery-image] Jul 16 21:35:46.357 INFO O| Jul 16 21:35:46.357 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-07-16T21:35:47.210Z[ recovery-image] Jul 16 21:35:46.364 INFO O| Jul 16 21:35:46.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81372026-07-16T21:35:47.214Z[ recovery-image] Jul 16 21:35:46.364 INFO O| Jul 16 21:35:46.364 INFO STEP 922 (remove_files) COMPLETE
81382026-07-16T21:35:47.214Z[ recovery-image] Jul 16 21:35:46.364 INFO O| Jul 16 21:35:46.364 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-07-16T21:35:47.219Z[ recovery-image] Jul 16 21:35:46.373 INFO O| Jul 16 21:35:46.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81402026-07-16T21:35:47.219Z[ recovery-image] Jul 16 21:35:46.373 INFO O| Jul 16 21:35:46.373 INFO STEP 923 (remove_files) COMPLETE
81412026-07-16T21:35:47.222Z[ recovery-image] Jul 16 21:35:46.373 INFO O| Jul 16 21:35:46.373 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-07-16T21:35:47.227Z[ recovery-image] Jul 16 21:35:46.381 INFO O| Jul 16 21:35:46.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81432026-07-16T21:35:47.227Z[ recovery-image] Jul 16 21:35:46.381 INFO O| Jul 16 21:35:46.381 INFO STEP 924 (remove_files) COMPLETE
81442026-07-16T21:35:47.230Z[ recovery-image] Jul 16 21:35:46.381 INFO O| Jul 16 21:35:46.381 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-07-16T21:35:47.235Z[ recovery-image] Jul 16 21:35:46.389 INFO O| Jul 16 21:35:46.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81462026-07-16T21:35:47.235Z[ recovery-image] Jul 16 21:35:46.389 INFO O| Jul 16 21:35:46.389 INFO STEP 925 (remove_files) COMPLETE
81472026-07-16T21:35:47.238Z[ recovery-image] Jul 16 21:35:46.389 INFO O| Jul 16 21:35:46.389 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-07-16T21:35:47.243Z[ recovery-image] Jul 16 21:35:46.397 INFO O| Jul 16 21:35:46.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81492026-07-16T21:35:47.243Z[ recovery-image] Jul 16 21:35:46.397 INFO O| Jul 16 21:35:46.397 INFO STEP 926 (remove_files) COMPLETE
81502026-07-16T21:35:47.246Z[ recovery-image] Jul 16 21:35:46.397 INFO O| Jul 16 21:35:46.397 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-07-16T21:35:47.252Z[ recovery-image] Jul 16 21:35:46.406 INFO O| Jul 16 21:35:46.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81522026-07-16T21:35:47.252Z[ recovery-image] Jul 16 21:35:46.406 INFO O| Jul 16 21:35:46.406 INFO STEP 927 (remove_files) COMPLETE
81532026-07-16T21:35:47.256Z[ recovery-image] Jul 16 21:35:46.406 INFO O| Jul 16 21:35:46.406 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-07-16T21:35:47.260Z[ recovery-image] Jul 16 21:35:46.414 INFO O| Jul 16 21:35:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81552026-07-16T21:35:47.260Z[ recovery-image] Jul 16 21:35:46.414 INFO O| Jul 16 21:35:46.414 INFO STEP 928 (remove_files) COMPLETE
81562026-07-16T21:35:47.260Z[ recovery-image] Jul 16 21:35:46.414 INFO O| Jul 16 21:35:46.414 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-07-16T21:35:47.267Z[ recovery-image] Jul 16 21:35:46.421 INFO O| Jul 16 21:35:46.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81582026-07-16T21:35:47.267Z[ recovery-image] Jul 16 21:35:46.421 INFO O| Jul 16 21:35:46.421 INFO STEP 929 (remove_files) COMPLETE
81592026-07-16T21:35:47.267Z[ recovery-image] Jul 16 21:35:46.421 INFO O| Jul 16 21:35:46.421 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-07-16T21:35:47.276Z[ recovery-image] Jul 16 21:35:46.430 INFO O| Jul 16 21:35:46.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81612026-07-16T21:35:47.276Z[ recovery-image] Jul 16 21:35:46.430 INFO O| Jul 16 21:35:46.430 INFO STEP 930 (remove_files) COMPLETE
81622026-07-16T21:35:47.279Z[ recovery-image] Jul 16 21:35:46.430 INFO O| Jul 16 21:35:46.430 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-07-16T21:35:47.284Z[ recovery-image] Jul 16 21:35:46.439 INFO O| Jul 16 21:35:46.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81642026-07-16T21:35:47.284Z[ recovery-image] Jul 16 21:35:46.439 INFO O| Jul 16 21:35:46.439 INFO STEP 931 (remove_files) COMPLETE
81652026-07-16T21:35:47.289Z[ recovery-image] Jul 16 21:35:46.439 INFO O| Jul 16 21:35:46.439 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-07-16T21:35:47.293Z[ recovery-image] Jul 16 21:35:46.446 INFO O| Jul 16 21:35:46.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81672026-07-16T21:35:47.293Z[ recovery-image] Jul 16 21:35:46.447 INFO O| Jul 16 21:35:46.447 INFO STEP 932 (remove_files) COMPLETE
81682026-07-16T21:35:47.293Z[ recovery-image] Jul 16 21:35:46.447 INFO O| Jul 16 21:35:46.447 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-07-16T21:35:47.301Z[ recovery-image] Jul 16 21:35:46.455 INFO O| Jul 16 21:35:46.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81702026-07-16T21:35:47.301Z[ recovery-image] Jul 16 21:35:46.455 INFO O| Jul 16 21:35:46.455 INFO STEP 933 (remove_files) COMPLETE
81712026-07-16T21:35:47.305Z[ recovery-image] Jul 16 21:35:46.455 INFO O| Jul 16 21:35:46.455 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-07-16T21:35:47.309Z[ recovery-image] Jul 16 21:35:46.463 INFO O| Jul 16 21:35:46.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81732026-07-16T21:35:47.309Z[ recovery-image] Jul 16 21:35:46.463 INFO O| Jul 16 21:35:46.463 INFO STEP 934 (remove_files) COMPLETE
81742026-07-16T21:35:47.312Z[ recovery-image] Jul 16 21:35:46.463 INFO O| Jul 16 21:35:46.463 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-07-16T21:35:47.317Z[ recovery-image] Jul 16 21:35:46.471 INFO O| Jul 16 21:35:46.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81762026-07-16T21:35:47.320Z[ recovery-image] Jul 16 21:35:46.472 INFO O| Jul 16 21:35:46.471 INFO STEP 935 (remove_files) COMPLETE
81772026-07-16T21:35:47.320Z[ recovery-image] Jul 16 21:35:46.472 INFO O| Jul 16 21:35:46.472 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-07-16T21:35:47.324Z[ recovery-image] Jul 16 21:35:46.479 INFO O| Jul 16 21:35:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81792026-07-16T21:35:47.324Z[ recovery-image] Jul 16 21:35:46.479 INFO O| Jul 16 21:35:46.479 INFO STEP 936 (remove_files) COMPLETE
81802026-07-16T21:35:47.328Z[ recovery-image] Jul 16 21:35:46.479 INFO O| Jul 16 21:35:46.479 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-07-16T21:35:47.333Z[ recovery-image] Jul 16 21:35:46.488 INFO O| Jul 16 21:35:46.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81822026-07-16T21:35:47.334Z[ recovery-image] Jul 16 21:35:46.488 INFO O| Jul 16 21:35:46.488 INFO STEP 937 (remove_files) COMPLETE
81832026-07-16T21:35:47.338Z[ recovery-image] Jul 16 21:35:46.488 INFO O| Jul 16 21:35:46.488 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-07-16T21:35:47.343Z[ recovery-image] Jul 16 21:35:46.497 INFO O| Jul 16 21:35:46.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81852026-07-16T21:35:47.343Z[ recovery-image] Jul 16 21:35:46.497 INFO O| Jul 16 21:35:46.497 INFO STEP 938 (remove_files) COMPLETE
81862026-07-16T21:35:47.343Z[ recovery-image] Jul 16 21:35:46.497 INFO O| Jul 16 21:35:46.497 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-07-16T21:35:47.351Z[ recovery-image] Jul 16 21:35:46.505 INFO O| Jul 16 21:35:46.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81882026-07-16T21:35:47.351Z[ recovery-image] Jul 16 21:35:46.505 INFO O| Jul 16 21:35:46.505 INFO STEP 939 (remove_files) COMPLETE
81892026-07-16T21:35:47.354Z[ recovery-image] Jul 16 21:35:46.505 INFO O| Jul 16 21:35:46.505 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-07-16T21:35:47.358Z[ recovery-image] Jul 16 21:35:46.513 INFO O| Jul 16 21:35:46.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81912026-07-16T21:35:47.358Z[ recovery-image] Jul 16 21:35:46.513 INFO O| Jul 16 21:35:46.513 INFO STEP 940 (remove_files) COMPLETE
81922026-07-16T21:35:47.362Z[ recovery-image] Jul 16 21:35:46.513 INFO O| Jul 16 21:35:46.513 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-07-16T21:35:47.366Z[ recovery-image] Jul 16 21:35:46.520 INFO O| Jul 16 21:35:46.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81942026-07-16T21:35:47.370Z[ recovery-image] Jul 16 21:35:46.521 INFO O| Jul 16 21:35:46.521 INFO STEP 941 (remove_files) COMPLETE
81952026-07-16T21:35:47.370Z[ recovery-image] Jul 16 21:35:46.521 INFO O| Jul 16 21:35:46.521 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-07-16T21:35:47.374Z[ recovery-image] Jul 16 21:35:46.528 INFO O| Jul 16 21:35:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81972026-07-16T21:35:47.374Z[ recovery-image] Jul 16 21:35:46.528 INFO O| Jul 16 21:35:46.528 INFO STEP 942 (remove_files) COMPLETE
81982026-07-16T21:35:47.374Z[ recovery-image] Jul 16 21:35:46.528 INFO O| Jul 16 21:35:46.528 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-07-16T21:35:47.381Z[ recovery-image] Jul 16 21:35:46.535 INFO O| Jul 16 21:35:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82002026-07-16T21:35:47.385Z[ recovery-image] Jul 16 21:35:46.536 INFO O| Jul 16 21:35:46.536 INFO STEP 943 (remove_files) COMPLETE
82012026-07-16T21:35:47.386Z[ recovery-image] Jul 16 21:35:46.536 INFO O| Jul 16 21:35:46.536 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-07-16T21:35:47.391Z[ recovery-image] Jul 16 21:35:46.545 INFO O| Jul 16 21:35:46.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82032026-07-16T21:35:47.391Z[ recovery-image] Jul 16 21:35:46.545 INFO O| Jul 16 21:35:46.545 INFO STEP 944 (remove_files) COMPLETE
82042026-07-16T21:35:47.391Z[ recovery-image] Jul 16 21:35:46.545 INFO O| Jul 16 21:35:46.545 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-07-16T21:35:47.399Z[ recovery-image] Jul 16 21:35:46.553 INFO O| Jul 16 21:35:46.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82062026-07-16T21:35:47.399Z[ recovery-image] Jul 16 21:35:46.554 INFO O| Jul 16 21:35:46.554 INFO STEP 945 (remove_files) COMPLETE
82072026-07-16T21:35:47.404Z[ recovery-image] Jul 16 21:35:46.554 INFO O| Jul 16 21:35:46.554 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-07-16T21:35:47.407Z[ recovery-image] Jul 16 21:35:46.562 INFO O| Jul 16 21:35:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82092026-07-16T21:35:47.407Z[ recovery-image] Jul 16 21:35:46.562 INFO O| Jul 16 21:35:46.562 INFO STEP 946 (remove_files) COMPLETE
82102026-07-16T21:35:47.411Z[ recovery-image] Jul 16 21:35:46.562 INFO O| Jul 16 21:35:46.562 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-07-16T21:35:47.415Z[ recovery-image] Jul 16 21:35:46.570 INFO O| Jul 16 21:35:46.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82122026-07-16T21:35:47.419Z[ recovery-image] Jul 16 21:35:46.570 INFO O| Jul 16 21:35:46.570 INFO STEP 947 (remove_files) COMPLETE
82132026-07-16T21:35:47.419Z[ recovery-image] Jul 16 21:35:46.570 INFO O| Jul 16 21:35:46.570 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-07-16T21:35:47.424Z[ recovery-image] Jul 16 21:35:46.578 INFO O| Jul 16 21:35:46.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82152026-07-16T21:35:47.428Z[ recovery-image] Jul 16 21:35:46.578 INFO O| Jul 16 21:35:46.578 INFO STEP 948 (remove_files) COMPLETE
82162026-07-16T21:35:47.428Z[ recovery-image] Jul 16 21:35:46.578 INFO O| Jul 16 21:35:46.578 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-07-16T21:35:47.433Z[ recovery-image] Jul 16 21:35:46.586 INFO O| Jul 16 21:35:46.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82182026-07-16T21:35:47.433Z[ recovery-image] Jul 16 21:35:46.586 INFO O| Jul 16 21:35:46.586 INFO STEP 949 (remove_files) COMPLETE
82192026-07-16T21:35:47.434Z[ recovery-image] Jul 16 21:35:46.586 INFO O| Jul 16 21:35:46.586 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-07-16T21:35:47.440Z[ recovery-image] Jul 16 21:35:46.593 INFO O| Jul 16 21:35:46.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82212026-07-16T21:35:47.446Z[ recovery-image] Jul 16 21:35:46.593 INFO O| Jul 16 21:35:46.593 INFO STEP 950 (remove_files) COMPLETE
82222026-07-16T21:35:47.446Z[ recovery-image] Jul 16 21:35:46.593 INFO O| Jul 16 21:35:46.593 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-07-16T21:35:47.459Z[ recovery-image] Jul 16 21:35:46.603 INFO O| Jul 16 21:35:46.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82242026-07-16T21:35:47.459Z[ recovery-image] Jul 16 21:35:46.604 INFO O| Jul 16 21:35:46.604 INFO STEP 951 (remove_files) COMPLETE
82252026-07-16T21:35:47.459Z[ recovery-image] Jul 16 21:35:46.604 INFO O| Jul 16 21:35:46.604 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-07-16T21:35:47.464Z[ recovery-image] Jul 16 21:35:46.612 INFO O| Jul 16 21:35:46.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82272026-07-16T21:35:47.464Z[ recovery-image] Jul 16 21:35:46.612 INFO O| Jul 16 21:35:46.612 INFO STEP 952 (remove_files) COMPLETE
82282026-07-16T21:35:47.464Z[ recovery-image] Jul 16 21:35:46.612 INFO O| Jul 16 21:35:46.612 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-07-16T21:35:47.468Z[ recovery-image] Jul 16 21:35:46.620 INFO O| Jul 16 21:35:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82302026-07-16T21:35:47.468Z[ recovery-image] Jul 16 21:35:46.620 INFO O| Jul 16 21:35:46.620 INFO STEP 953 (remove_files) COMPLETE
82312026-07-16T21:35:47.468Z[ recovery-image] Jul 16 21:35:46.620 INFO O| Jul 16 21:35:46.620 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-07-16T21:35:47.475Z[ recovery-image] Jul 16 21:35:46.629 INFO O| Jul 16 21:35:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82332026-07-16T21:35:47.475Z[ recovery-image] Jul 16 21:35:46.629 INFO O| Jul 16 21:35:46.629 INFO STEP 954 (remove_files) COMPLETE
82342026-07-16T21:35:47.475Z[ recovery-image] Jul 16 21:35:46.629 INFO O| Jul 16 21:35:46.629 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-07-16T21:35:47.482Z[ recovery-image] Jul 16 21:35:46.636 INFO O| Jul 16 21:35:46.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82362026-07-16T21:35:47.485Z[ recovery-image] Jul 16 21:35:46.637 INFO O| Jul 16 21:35:46.637 INFO STEP 955 (remove_files) COMPLETE
82372026-07-16T21:35:47.485Z[ recovery-image] Jul 16 21:35:46.637 INFO O| Jul 16 21:35:46.637 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-07-16T21:35:47.495Z[ recovery-image] Jul 16 21:35:46.644 INFO O| Jul 16 21:35:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82392026-07-16T21:35:47.495Z[ recovery-image] Jul 16 21:35:46.644 INFO O| Jul 16 21:35:46.644 INFO STEP 956 (remove_files) COMPLETE
82402026-07-16T21:35:47.495Z[ recovery-image] Jul 16 21:35:46.644 INFO O| Jul 16 21:35:46.644 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-07-16T21:35:47.499Z[ recovery-image] Jul 16 21:35:46.653 INFO O| Jul 16 21:35:46.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82422026-07-16T21:35:47.502Z[ recovery-image] Jul 16 21:35:46.653 INFO O| Jul 16 21:35:46.653 INFO STEP 957 (remove_files) COMPLETE
82432026-07-16T21:35:47.502Z[ recovery-image] Jul 16 21:35:46.653 INFO O| Jul 16 21:35:46.653 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-07-16T21:35:47.506Z[ recovery-image] Jul 16 21:35:46.660 INFO O| Jul 16 21:35:46.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82452026-07-16T21:35:47.507Z[ recovery-image] Jul 16 21:35:46.660 INFO O| Jul 16 21:35:46.660 INFO STEP 958 (remove_files) COMPLETE
82462026-07-16T21:35:47.507Z[ recovery-image] Jul 16 21:35:46.660 INFO O| Jul 16 21:35:46.660 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-07-16T21:35:47.512Z[ recovery-image] Jul 16 21:35:46.667 INFO O| Jul 16 21:35:46.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82482026-07-16T21:35:47.516Z[ recovery-image] Jul 16 21:35:46.667 INFO O| Jul 16 21:35:46.667 INFO STEP 959 (remove_files) COMPLETE
82492026-07-16T21:35:47.516Z[ recovery-image] Jul 16 21:35:46.667 INFO O| Jul 16 21:35:46.667 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-07-16T21:35:47.520Z[ recovery-image] Jul 16 21:35:46.674 INFO O| Jul 16 21:35:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82512026-07-16T21:35:47.520Z[ recovery-image] Jul 16 21:35:46.674 INFO O| Jul 16 21:35:46.674 INFO STEP 960 (remove_files) COMPLETE
82522026-07-16T21:35:47.520Z[ recovery-image] Jul 16 21:35:46.674 INFO O| Jul 16 21:35:46.674 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-07-16T21:35:47.529Z[ recovery-image] Jul 16 21:35:46.683 INFO O| Jul 16 21:35:46.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82542026-07-16T21:35:47.529Z[ recovery-image] Jul 16 21:35:46.683 INFO O| Jul 16 21:35:46.683 INFO STEP 961 (remove_files) COMPLETE
82552026-07-16T21:35:47.532Z[ recovery-image] Jul 16 21:35:46.683 INFO O| Jul 16 21:35:46.683 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-07-16T21:35:47.536Z[ recovery-image] Jul 16 21:35:46.690 INFO O| Jul 16 21:35:46.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82572026-07-16T21:35:47.536Z[ recovery-image] Jul 16 21:35:46.690 INFO O| Jul 16 21:35:46.690 INFO STEP 962 (remove_files) COMPLETE
82582026-07-16T21:35:47.536Z[ recovery-image] Jul 16 21:35:46.690 INFO O| Jul 16 21:35:46.690 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-07-16T21:35:47.543Z[ recovery-image] Jul 16 21:35:46.697 INFO O| Jul 16 21:35:46.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82602026-07-16T21:35:47.547Z[ recovery-image] Jul 16 21:35:46.698 INFO O| Jul 16 21:35:46.698 INFO STEP 963 (remove_files) COMPLETE
82612026-07-16T21:35:47.547Z[ recovery-image] Jul 16 21:35:46.698 INFO O| Jul 16 21:35:46.698 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-07-16T21:35:47.552Z[ recovery-image] Jul 16 21:35:46.706 INFO O| Jul 16 21:35:46.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82632026-07-16T21:35:47.552Z[ recovery-image] Jul 16 21:35:46.706 INFO O| Jul 16 21:35:46.706 INFO STEP 964 (remove_files) COMPLETE
82642026-07-16T21:35:47.552Z[ recovery-image] Jul 16 21:35:46.706 INFO O| Jul 16 21:35:46.706 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-07-16T21:35:47.559Z[ recovery-image] Jul 16 21:35:46.714 INFO O| Jul 16 21:35:46.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82662026-07-16T21:35:47.564Z[ recovery-image] Jul 16 21:35:46.714 INFO O| Jul 16 21:35:46.714 INFO STEP 965 (remove_files) COMPLETE
82672026-07-16T21:35:47.564Z[ recovery-image] Jul 16 21:35:46.714 INFO O| Jul 16 21:35:46.714 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-07-16T21:35:47.570Z[ recovery-image] Jul 16 21:35:46.724 INFO O| Jul 16 21:35:46.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82692026-07-16T21:35:47.570Z[ recovery-image] Jul 16 21:35:46.724 INFO O| Jul 16 21:35:46.724 INFO STEP 966 (remove_files) COMPLETE
82702026-07-16T21:35:47.570Z[ recovery-image] Jul 16 21:35:46.724 INFO O| Jul 16 21:35:46.724 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-07-16T21:35:47.578Z[ recovery-image] Jul 16 21:35:46.733 INFO O| Jul 16 21:35:46.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82722026-07-16T21:35:47.579Z[ recovery-image] Jul 16 21:35:46.733 INFO O| Jul 16 21:35:46.733 INFO STEP 967 (remove_files) COMPLETE
82732026-07-16T21:35:47.586Z[ recovery-image] Jul 16 21:35:46.733 INFO O| Jul 16 21:35:46.733 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-07-16T21:35:47.590Z[ recovery-image] Jul 16 21:35:46.741 INFO O| Jul 16 21:35:46.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82752026-07-16T21:35:47.590Z[ recovery-image] Jul 16 21:35:46.741 INFO O| Jul 16 21:35:46.741 INFO STEP 968 (remove_files) COMPLETE
82762026-07-16T21:35:47.590Z[ recovery-image] Jul 16 21:35:46.741 INFO O| Jul 16 21:35:46.741 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-07-16T21:35:47.596Z[ recovery-image] Jul 16 21:35:46.750 INFO O| Jul 16 21:35:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82782026-07-16T21:35:47.606Z[ recovery-image] Jul 16 21:35:46.750 INFO O| Jul 16 21:35:46.750 INFO STEP 969 (remove_files) COMPLETE
82792026-07-16T21:35:47.606Z[ recovery-image] Jul 16 21:35:46.750 INFO O| Jul 16 21:35:46.750 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-07-16T21:35:47.606Z[ recovery-image] Jul 16 21:35:46.757 INFO O| Jul 16 21:35:46.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82812026-07-16T21:35:47.606Z[ recovery-image] Jul 16 21:35:46.757 INFO O| Jul 16 21:35:46.757 INFO STEP 970 (remove_files) COMPLETE
82822026-07-16T21:35:47.606Z[ recovery-image] Jul 16 21:35:46.757 INFO O| Jul 16 21:35:46.757 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-07-16T21:35:47.612Z[ recovery-image] Jul 16 21:35:46.766 INFO O| Jul 16 21:35:46.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82842026-07-16T21:35:47.612Z[ recovery-image] Jul 16 21:35:46.766 INFO O| Jul 16 21:35:46.766 INFO STEP 971 (remove_files) COMPLETE
82852026-07-16T21:35:47.617Z[ recovery-image] Jul 16 21:35:46.766 INFO O| Jul 16 21:35:46.766 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-07-16T21:35:47.620Z[ recovery-image] Jul 16 21:35:46.774 INFO O| Jul 16 21:35:46.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82872026-07-16T21:35:47.620Z[ recovery-image] Jul 16 21:35:46.775 INFO O| Jul 16 21:35:46.775 INFO STEP 972 (remove_files) COMPLETE
82882026-07-16T21:35:47.620Z[ recovery-image] Jul 16 21:35:46.775 INFO O| Jul 16 21:35:46.775 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-07-16T21:35:47.628Z[ recovery-image] Jul 16 21:35:46.782 INFO O| Jul 16 21:35:46.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82902026-07-16T21:35:47.628Z[ recovery-image] Jul 16 21:35:46.782 INFO O| Jul 16 21:35:46.782 INFO STEP 973 (remove_files) COMPLETE
82912026-07-16T21:35:47.632Z[ recovery-image] Jul 16 21:35:46.782 INFO O| Jul 16 21:35:46.782 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-07-16T21:35:47.636Z[ recovery-image] Jul 16 21:35:46.790 INFO O| Jul 16 21:35:46.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82932026-07-16T21:35:47.636Z[ recovery-image] Jul 16 21:35:46.790 INFO O| Jul 16 21:35:46.790 INFO STEP 974 (remove_files) COMPLETE
82942026-07-16T21:35:47.640Z[ recovery-image] Jul 16 21:35:46.790 INFO O| Jul 16 21:35:46.790 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-07-16T21:35:47.645Z[ recovery-image] Jul 16 21:35:46.800 INFO O| Jul 16 21:35:46.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82962026-07-16T21:35:47.645Z[ recovery-image] Jul 16 21:35:46.800 INFO O| Jul 16 21:35:46.800 INFO STEP 975 (remove_files) COMPLETE
82972026-07-16T21:35:47.650Z[ recovery-image] Jul 16 21:35:46.800 INFO O| Jul 16 21:35:46.800 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-07-16T21:35:47.654Z[ recovery-image] Jul 16 21:35:46.809 INFO O| Jul 16 21:35:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82992026-07-16T21:35:47.657Z[ recovery-image] Jul 16 21:35:46.809 INFO O| Jul 16 21:35:46.809 INFO STEP 976 (remove_files) COMPLETE
83002026-07-16T21:35:47.658Z[ recovery-image] Jul 16 21:35:46.809 INFO O| Jul 16 21:35:46.809 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-07-16T21:35:47.661Z[ recovery-image] Jul 16 21:35:46.816 INFO O| Jul 16 21:35:46.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83022026-07-16T21:35:47.667Z[ recovery-image] Jul 16 21:35:46.816 INFO O| Jul 16 21:35:46.816 INFO STEP 977 (remove_files) COMPLETE
83032026-07-16T21:35:47.668Z[ recovery-image] Jul 16 21:35:46.816 INFO O| Jul 16 21:35:46.816 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-07-16T21:35:47.673Z[ recovery-image] Jul 16 21:35:46.824 INFO O| Jul 16 21:35:46.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83052026-07-16T21:35:47.673Z[ recovery-image] Jul 16 21:35:46.824 INFO O| Jul 16 21:35:46.824 INFO STEP 978 (remove_files) COMPLETE
83062026-07-16T21:35:47.673Z[ recovery-image] Jul 16 21:35:46.824 INFO O| Jul 16 21:35:46.824 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-07-16T21:35:47.686Z[ recovery-image] Jul 16 21:35:46.832 INFO O| Jul 16 21:35:46.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83082026-07-16T21:35:47.686Z[ recovery-image] Jul 16 21:35:46.832 INFO O| Jul 16 21:35:46.832 INFO STEP 979 (remove_files) COMPLETE
83092026-07-16T21:35:47.686Z[ recovery-image] Jul 16 21:35:46.832 INFO O| Jul 16 21:35:46.832 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-07-16T21:35:47.691Z[ recovery-image] Jul 16 21:35:46.839 INFO O| Jul 16 21:35:46.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83112026-07-16T21:35:47.691Z[ recovery-image] Jul 16 21:35:46.839 INFO O| Jul 16 21:35:46.839 INFO STEP 980 (remove_files) COMPLETE
83122026-07-16T21:35:47.691Z[ recovery-image] Jul 16 21:35:46.839 INFO O| Jul 16 21:35:46.839 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-07-16T21:35:47.695Z[ recovery-image] Jul 16 21:35:46.846 INFO O| Jul 16 21:35:46.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83142026-07-16T21:35:47.696Z[ recovery-image] Jul 16 21:35:46.846 INFO O| Jul 16 21:35:46.846 INFO STEP 981 (remove_files) COMPLETE
83152026-07-16T21:35:47.696Z[ recovery-image] Jul 16 21:35:46.846 INFO O| Jul 16 21:35:46.846 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-07-16T21:35:47.701Z[ recovery-image] Jul 16 21:35:46.855 INFO O| Jul 16 21:35:46.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83172026-07-16T21:35:47.701Z[ recovery-image] Jul 16 21:35:46.855 INFO O| Jul 16 21:35:46.855 INFO STEP 982 (remove_files) COMPLETE
83182026-07-16T21:35:47.719Z[ recovery-image] Jul 16 21:35:46.855 INFO O| Jul 16 21:35:46.855 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-07-16T21:35:47.719Z[ recovery-image] Jul 16 21:35:46.863 INFO O| Jul 16 21:35:46.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83202026-07-16T21:35:47.719Z[ recovery-image] Jul 16 21:35:46.863 INFO O| Jul 16 21:35:46.863 INFO STEP 983 (remove_files) COMPLETE
83212026-07-16T21:35:47.719Z[ recovery-image] Jul 16 21:35:46.863 INFO O| Jul 16 21:35:46.863 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-07-16T21:35:47.723Z[ recovery-image] Jul 16 21:35:46.872 INFO O| Jul 16 21:35:46.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83232026-07-16T21:35:47.723Z[ recovery-image] Jul 16 21:35:46.872 INFO O| Jul 16 21:35:46.872 INFO STEP 984 (remove_files) COMPLETE
83242026-07-16T21:35:47.723Z[ recovery-image] Jul 16 21:35:46.872 INFO O| Jul 16 21:35:46.872 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-07-16T21:35:47.731Z[ recovery-image] Jul 16 21:35:46.881 INFO O| Jul 16 21:35:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83262026-07-16T21:35:47.731Z[ recovery-image] Jul 16 21:35:46.881 INFO O| Jul 16 21:35:46.881 INFO STEP 985 (remove_files) COMPLETE
83272026-07-16T21:35:47.731Z[ recovery-image] Jul 16 21:35:46.881 INFO O| Jul 16 21:35:46.881 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-07-16T21:35:47.734Z[ recovery-image] Jul 16 21:35:46.889 INFO O| Jul 16 21:35:46.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83292026-07-16T21:35:47.735Z[ recovery-image] Jul 16 21:35:46.889 INFO O| Jul 16 21:35:46.889 INFO STEP 986 (remove_files) COMPLETE
83302026-07-16T21:35:47.735Z[ recovery-image] Jul 16 21:35:46.889 INFO O| Jul 16 21:35:46.889 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-07-16T21:35:47.742Z[ recovery-image] Jul 16 21:35:46.896 INFO O| Jul 16 21:35:46.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83322026-07-16T21:35:47.742Z[ recovery-image] Jul 16 21:35:46.896 INFO O| Jul 16 21:35:46.896 INFO STEP 987 (remove_files) COMPLETE
83332026-07-16T21:35:47.746Z[ recovery-image] Jul 16 21:35:46.896 INFO O| Jul 16 21:35:46.896 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-07-16T21:35:47.750Z[ recovery-image] Jul 16 21:35:46.904 INFO O| Jul 16 21:35:46.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83352026-07-16T21:35:47.750Z[ recovery-image] Jul 16 21:35:46.904 INFO O| Jul 16 21:35:46.904 INFO STEP 988 (remove_files) COMPLETE
83362026-07-16T21:35:47.750Z[ recovery-image] Jul 16 21:35:46.904 INFO O| Jul 16 21:35:46.904 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-07-16T21:35:47.758Z[ recovery-image] Jul 16 21:35:46.912 INFO O| Jul 16 21:35:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83382026-07-16T21:35:47.758Z[ recovery-image] Jul 16 21:35:46.912 INFO O| Jul 16 21:35:46.912 INFO STEP 989 (remove_files) COMPLETE
83392026-07-16T21:35:47.761Z[ recovery-image] Jul 16 21:35:46.912 INFO O| Jul 16 21:35:46.912 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-16T21:35:47.769Z[ recovery-image] Jul 16 21:35:46.919 INFO O| Jul 16 21:35:46.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83412026-07-16T21:35:47.769Z[ recovery-image] Jul 16 21:35:46.919 INFO O| Jul 16 21:35:46.919 INFO STEP 990 (remove_files) COMPLETE
83422026-07-16T21:35:47.769Z[ recovery-image] Jul 16 21:35:46.919 INFO O| Jul 16 21:35:46.919 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-16T21:35:47.782Z[ recovery-image] Jul 16 21:35:46.927 INFO O| Jul 16 21:35:46.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83442026-07-16T21:35:47.782Z[ recovery-image] Jul 16 21:35:46.927 INFO O| Jul 16 21:35:46.927 INFO STEP 991 (remove_files) COMPLETE
83452026-07-16T21:35:47.782Z[ recovery-image] Jul 16 21:35:46.927 INFO O| Jul 16 21:35:46.927 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-16T21:35:47.841Z[ recovery-image] Jul 16 21:35:46.937 INFO O| Jul 16 21:35:46.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83472026-07-16T21:35:47.841Z[ recovery-image] Jul 16 21:35:46.937 INFO O| Jul 16 21:35:46.937 INFO STEP 992 (remove_files) COMPLETE
83482026-07-16T21:35:47.841Z[ recovery-image] Jul 16 21:35:46.937 INFO O| Jul 16 21:35:46.937 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-16T21:35:47.841Z[ recovery-image] Jul 16 21:35:46.945 INFO O| Jul 16 21:35:46.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83502026-07-16T21:35:47.841Z[ recovery-image] Jul 16 21:35:46.945 INFO O| Jul 16 21:35:46.945 INFO STEP 993 (remove_files) COMPLETE
83512026-07-16T21:35:47.861Z[ recovery-image] Jul 16 21:35:46.945 INFO O| Jul 16 21:35:46.945 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.953 INFO O| Jul 16 21:35:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83532026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.953 INFO O| Jul 16 21:35:46.953 INFO STEP 994 (remove_files) COMPLETE
83542026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.953 INFO O| Jul 16 21:35:46.953 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.962 INFO O| Jul 16 21:35:46.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83562026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.963 INFO O| Jul 16 21:35:46.962 INFO STEP 995 (remove_files) COMPLETE
83572026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.963 INFO O| Jul 16 21:35:46.962 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.971 INFO O| Jul 16 21:35:46.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83592026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.971 INFO O| Jul 16 21:35:46.971 INFO STEP 996 (remove_files) COMPLETE
83602026-07-16T21:35:47.862Z[ recovery-image] Jul 16 21:35:46.971 INFO O| Jul 16 21:35:46.971 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.979 INFO O| Jul 16 21:35:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83622026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.979 INFO O| Jul 16 21:35:46.979 INFO STEP 997 (remove_files) COMPLETE
83632026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.979 INFO O| Jul 16 21:35:46.979 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.988 INFO O| Jul 16 21:35:46.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83652026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.988 INFO O| Jul 16 21:35:46.988 INFO STEP 998 (remove_files) COMPLETE
83662026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.988 INFO O| Jul 16 21:35:46.988 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-16T21:35:47.872Z[ recovery-image] Jul 16 21:35:46.996 INFO O| Jul 16 21:35:46.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83682026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:46.996 INFO O| Jul 16 21:35:46.996 INFO STEP 999 (remove_files) COMPLETE
83692026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:46.996 INFO O| Jul 16 21:35:46.996 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.004 INFO O| Jul 16 21:35:47.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83712026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.004 INFO O| Jul 16 21:35:47.004 INFO STEP 1000 (remove_files) COMPLETE
83722026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.004 INFO O| Jul 16 21:35:47.004 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.011 INFO O| Jul 16 21:35:47.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83742026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.011 INFO O| Jul 16 21:35:47.011 INFO STEP 1001 (remove_files) COMPLETE
83752026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.011 INFO O| Jul 16 21:35:47.011 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.020 INFO O| Jul 16 21:35:47.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83772026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.020 INFO O| Jul 16 21:35:47.020 INFO STEP 1002 (remove_files) COMPLETE
83782026-07-16T21:35:47.873Z[ recovery-image] Jul 16 21:35:47.020 INFO O| Jul 16 21:35:47.020 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-07-16T21:35:47.893Z[ recovery-image] Jul 16 21:35:47.029 INFO O| Jul 16 21:35:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83802026-07-16T21:35:47.893Z[ recovery-image] Jul 16 21:35:47.029 INFO O| Jul 16 21:35:47.029 INFO STEP 1003 (remove_files) COMPLETE
83812026-07-16T21:35:47.893Z[ recovery-image] Jul 16 21:35:47.029 INFO O| Jul 16 21:35:47.029 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.038 INFO O| Jul 16 21:35:47.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83832026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.038 INFO O| Jul 16 21:35:47.038 INFO STEP 1004 (remove_files) COMPLETE
83842026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.038 INFO O| Jul 16 21:35:47.038 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.046 INFO O| Jul 16 21:35:47.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83862026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.046 INFO O| Jul 16 21:35:47.046 INFO STEP 1005 (remove_files) COMPLETE
83872026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.046 INFO O| Jul 16 21:35:47.046 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-07-16T21:35:47.920Z[ recovery-image] Jul 16 21:35:47.053 INFO O| Jul 16 21:35:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83892026-07-16T21:35:47.921Z[ recovery-image] Jul 16 21:35:47.053 INFO O| Jul 16 21:35:47.053 INFO STEP 1006 (remove_files) COMPLETE
83902026-07-16T21:35:47.921Z[ recovery-image] Jul 16 21:35:47.053 INFO O| Jul 16 21:35:47.053 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.062 INFO O| Jul 16 21:35:47.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83922026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.062 INFO O| Jul 16 21:35:47.062 INFO STEP 1007 (remove_files) COMPLETE
83932026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.062 INFO O| Jul 16 21:35:47.062 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.071 INFO O| Jul 16 21:35:47.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83952026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.071 INFO O| Jul 16 21:35:47.071 INFO STEP 1008 (remove_files) COMPLETE
83962026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.071 INFO O| Jul 16 21:35:47.071 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.079 INFO O| Jul 16 21:35:47.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83982026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.079 INFO O| Jul 16 21:35:47.079 INFO STEP 1009 (remove_files) COMPLETE
83992026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.079 INFO O| Jul 16 21:35:47.079 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.088 INFO O| Jul 16 21:35:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84012026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.088 INFO O| Jul 16 21:35:47.088 INFO STEP 1010 (remove_files) COMPLETE
84022026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.088 INFO O| Jul 16 21:35:47.088 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.095 INFO O| Jul 16 21:35:47.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84042026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.095 INFO O| Jul 16 21:35:47.095 INFO STEP 1011 (remove_files) COMPLETE
84052026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.095 INFO O| Jul 16 21:35:47.095 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.102 INFO O| Jul 16 21:35:47.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84072026-07-16T21:35:47.964Z[ recovery-image] Jul 16 21:35:47.103 INFO O| Jul 16 21:35:47.102 INFO STEP 1012 (remove_files) COMPLETE
84082026-07-16T21:35:47.965Z[ recovery-image] Jul 16 21:35:47.103 INFO O| Jul 16 21:35:47.102 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-07-16T21:35:47.965Z[ recovery-image] Jul 16 21:35:47.111 INFO O| Jul 16 21:35:47.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84102026-07-16T21:35:47.965Z[ recovery-image] Jul 16 21:35:47.111 INFO O| Jul 16 21:35:47.111 INFO STEP 1013 (remove_files) COMPLETE
84112026-07-16T21:35:47.965Z[ recovery-image] Jul 16 21:35:47.111 INFO O| Jul 16 21:35:47.111 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-07-16T21:35:47.972Z[ recovery-image] Jul 16 21:35:47.118 INFO O| Jul 16 21:35:47.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84132026-07-16T21:35:47.972Z[ recovery-image] Jul 16 21:35:47.118 INFO O| Jul 16 21:35:47.118 INFO STEP 1014 (remove_files) COMPLETE
84142026-07-16T21:35:47.972Z[ recovery-image] Jul 16 21:35:47.118 INFO O| Jul 16 21:35:47.118 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-07-16T21:35:47.976Z[ recovery-image] Jul 16 21:35:47.126 INFO O| Jul 16 21:35:47.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84162026-07-16T21:35:47.976Z[ recovery-image] Jul 16 21:35:47.126 INFO O| Jul 16 21:35:47.126 INFO STEP 1015 (remove_files) COMPLETE
84172026-07-16T21:35:47.977Z[ recovery-image] Jul 16 21:35:47.126 INFO O| Jul 16 21:35:47.126 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-07-16T21:35:48.041Z[ recovery-image] Jul 16 21:35:47.135 INFO O| Jul 16 21:35:47.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84192026-07-16T21:35:48.046Z[ recovery-image] Jul 16 21:35:47.135 INFO O| Jul 16 21:35:47.135 INFO STEP 1016 (remove_files) COMPLETE
84202026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.135 INFO O| Jul 16 21:35:47.135 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.143 INFO O| Jul 16 21:35:47.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84222026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.143 INFO O| Jul 16 21:35:47.143 INFO STEP 1017 (remove_files) COMPLETE
84232026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.143 INFO O| Jul 16 21:35:47.143 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.152 INFO O| Jul 16 21:35:47.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84252026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.152 INFO O| Jul 16 21:35:47.152 INFO STEP 1018 (remove_files) COMPLETE
84262026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.152 INFO O| Jul 16 21:35:47.152 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.160 INFO O| Jul 16 21:35:47.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84282026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.160 INFO O| Jul 16 21:35:47.160 INFO STEP 1019 (remove_files) COMPLETE
84292026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.161 INFO O| Jul 16 21:35:47.160 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-07-16T21:35:48.047Z[ recovery-image] Jul 16 21:35:47.168 INFO O| Jul 16 21:35:47.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84312026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.169 INFO O| Jul 16 21:35:47.169 INFO STEP 1020 (remove_files) COMPLETE
84322026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.169 INFO O| Jul 16 21:35:47.169 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.176 INFO O| Jul 16 21:35:47.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84342026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.176 INFO O| Jul 16 21:35:47.176 INFO STEP 1021 (remove_files) COMPLETE
84352026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.176 INFO O| Jul 16 21:35:47.176 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.184 INFO O| Jul 16 21:35:47.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84372026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.184 INFO O| Jul 16 21:35:47.184 INFO STEP 1022 (remove_files) COMPLETE
84382026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.184 INFO O| Jul 16 21:35:47.184 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.192 INFO O| Jul 16 21:35:47.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84402026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.192 INFO O| Jul 16 21:35:47.192 INFO STEP 1023 (remove_files) COMPLETE
84412026-07-16T21:35:48.048Z[ recovery-image] Jul 16 21:35:47.192 INFO O| Jul 16 21:35:47.192 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-07-16T21:35:48.053Z[ recovery-image] Jul 16 21:35:47.199 INFO O| Jul 16 21:35:47.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84432026-07-16T21:35:48.053Z[ recovery-image] Jul 16 21:35:47.199 INFO O| Jul 16 21:35:47.199 INFO STEP 1024 (remove_files) COMPLETE
84442026-07-16T21:35:48.053Z[ recovery-image] Jul 16 21:35:47.199 INFO O| Jul 16 21:35:47.199 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-07-16T21:35:48.053Z[ recovery-image] Jul 16 21:35:47.206 INFO O| Jul 16 21:35:47.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84462026-07-16T21:35:48.053Z[ recovery-image] Jul 16 21:35:47.206 INFO O| Jul 16 21:35:47.206 INFO STEP 1025 (remove_files) COMPLETE
84472026-07-16T21:35:48.053Z[ recovery-image] Jul 16 21:35:47.206 INFO O| Jul 16 21:35:47.206 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-07-16T21:35:48.062Z[ recovery-image] Jul 16 21:35:47.216 INFO O| Jul 16 21:35:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84492026-07-16T21:35:48.066Z[ recovery-image] Jul 16 21:35:47.216 INFO O| Jul 16 21:35:47.216 INFO STEP 1026 (remove_files) COMPLETE
84502026-07-16T21:35:48.066Z[ recovery-image] Jul 16 21:35:47.216 INFO O| Jul 16 21:35:47.216 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-07-16T21:35:48.070Z[ recovery-image] Jul 16 21:35:47.224 INFO O| Jul 16 21:35:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84522026-07-16T21:35:48.070Z[ recovery-image] Jul 16 21:35:47.224 INFO O| Jul 16 21:35:47.224 INFO STEP 1027 (remove_files) COMPLETE
84532026-07-16T21:35:48.070Z[ recovery-image] Jul 16 21:35:47.224 INFO O| Jul 16 21:35:47.224 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-07-16T21:35:48.079Z[ recovery-image] Jul 16 21:35:47.233 INFO O| Jul 16 21:35:47.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84552026-07-16T21:35:48.083Z[ recovery-image] Jul 16 21:35:47.233 INFO O| Jul 16 21:35:47.233 INFO STEP 1028 (remove_files) COMPLETE
84562026-07-16T21:35:48.083Z[ recovery-image] Jul 16 21:35:47.233 INFO O| Jul 16 21:35:47.233 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-07-16T21:35:48.087Z[ recovery-image] Jul 16 21:35:47.241 INFO O| Jul 16 21:35:47.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84582026-07-16T21:35:48.087Z[ recovery-image] Jul 16 21:35:47.241 INFO O| Jul 16 21:35:47.241 INFO STEP 1029 (remove_files) COMPLETE
84592026-07-16T21:35:48.091Z[ recovery-image] Jul 16 21:35:47.241 INFO O| Jul 16 21:35:47.241 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-07-16T21:35:48.095Z[ recovery-image] Jul 16 21:35:47.250 INFO O| Jul 16 21:35:47.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84612026-07-16T21:35:48.098Z[ recovery-image] Jul 16 21:35:47.250 INFO O| Jul 16 21:35:47.250 INFO STEP 1030 (remove_files) COMPLETE
84622026-07-16T21:35:48.099Z[ recovery-image] Jul 16 21:35:47.250 INFO O| Jul 16 21:35:47.250 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-07-16T21:35:48.103Z[ recovery-image] Jul 16 21:35:47.258 INFO O| Jul 16 21:35:47.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84642026-07-16T21:35:48.103Z[ recovery-image] Jul 16 21:35:47.258 INFO O| Jul 16 21:35:47.258 INFO STEP 1031 (remove_files) COMPLETE
84652026-07-16T21:35:48.107Z[ recovery-image] Jul 16 21:35:47.258 INFO O| Jul 16 21:35:47.258 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-07-16T21:35:48.112Z[ recovery-image] Jul 16 21:35:47.266 INFO O| Jul 16 21:35:47.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84672026-07-16T21:35:48.115Z[ recovery-image] Jul 16 21:35:47.266 INFO O| Jul 16 21:35:47.266 INFO STEP 1032 (remove_files) COMPLETE
84682026-07-16T21:35:48.119Z[ recovery-image] Jul 16 21:35:47.266 INFO O| Jul 16 21:35:47.266 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-07-16T21:35:48.123Z[ recovery-image] Jul 16 21:35:47.274 INFO O| Jul 16 21:35:47.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84702026-07-16T21:35:48.123Z[ recovery-image] Jul 16 21:35:47.274 INFO O| Jul 16 21:35:47.274 INFO STEP 1033 (remove_files) COMPLETE
84712026-07-16T21:35:48.123Z[ recovery-image] Jul 16 21:35:47.274 INFO O| Jul 16 21:35:47.274 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-07-16T21:35:48.127Z[ recovery-image] Jul 16 21:35:47.281 INFO O| Jul 16 21:35:47.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84732026-07-16T21:35:48.127Z[ recovery-image] Jul 16 21:35:47.281 INFO O| Jul 16 21:35:47.281 INFO STEP 1034 (remove_files) COMPLETE
84742026-07-16T21:35:48.127Z[ recovery-image] Jul 16 21:35:47.281 INFO O| Jul 16 21:35:47.281 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-07-16T21:35:48.133Z[ recovery-image] Jul 16 21:35:47.288 INFO O| Jul 16 21:35:47.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84762026-07-16T21:35:48.133Z[ recovery-image] Jul 16 21:35:47.288 INFO O| Jul 16 21:35:47.288 INFO STEP 1035 (remove_files) COMPLETE
84772026-07-16T21:35:48.133Z[ recovery-image] Jul 16 21:35:47.288 INFO O| Jul 16 21:35:47.288 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-07-16T21:35:48.143Z[ recovery-image] Jul 16 21:35:47.297 INFO O| Jul 16 21:35:47.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84792026-07-16T21:35:48.143Z[ recovery-image] Jul 16 21:35:47.297 INFO O| Jul 16 21:35:47.297 INFO STEP 1036 (remove_files) COMPLETE
84802026-07-16T21:35:48.143Z[ recovery-image] Jul 16 21:35:47.297 INFO O| Jul 16 21:35:47.297 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-07-16T21:35:48.152Z[ recovery-image] Jul 16 21:35:47.306 INFO O| Jul 16 21:35:47.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84822026-07-16T21:35:48.156Z[ recovery-image] Jul 16 21:35:47.306 INFO O| Jul 16 21:35:47.306 INFO STEP 1037 (remove_files) COMPLETE
84832026-07-16T21:35:48.156Z[ recovery-image] Jul 16 21:35:47.306 INFO O| Jul 16 21:35:47.306 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-07-16T21:35:48.161Z[ recovery-image] Jul 16 21:35:47.315 INFO O| Jul 16 21:35:47.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84852026-07-16T21:35:48.165Z[ recovery-image] Jul 16 21:35:47.315 INFO O| Jul 16 21:35:47.315 INFO STEP 1038 (remove_files) COMPLETE
84862026-07-16T21:35:48.165Z[ recovery-image] Jul 16 21:35:47.315 INFO O| Jul 16 21:35:47.315 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-07-16T21:35:48.168Z[ recovery-image] Jul 16 21:35:47.322 INFO O| Jul 16 21:35:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84882026-07-16T21:35:48.172Z[ recovery-image] Jul 16 21:35:47.323 INFO O| Jul 16 21:35:47.323 INFO STEP 1039 (remove_files) COMPLETE
84892026-07-16T21:35:48.172Z[ recovery-image] Jul 16 21:35:47.323 INFO O| Jul 16 21:35:47.323 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-07-16T21:35:48.177Z[ recovery-image] Jul 16 21:35:47.331 INFO O| Jul 16 21:35:47.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84912026-07-16T21:35:48.181Z[ recovery-image] Jul 16 21:35:47.331 INFO O| Jul 16 21:35:47.331 INFO STEP 1040 (remove_files) COMPLETE
84922026-07-16T21:35:48.181Z[ recovery-image] Jul 16 21:35:47.331 INFO O| Jul 16 21:35:47.331 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-07-16T21:35:48.187Z[ recovery-image] Jul 16 21:35:47.341 INFO O| Jul 16 21:35:47.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84942026-07-16T21:35:48.187Z[ recovery-image] Jul 16 21:35:47.341 INFO O| Jul 16 21:35:47.341 INFO STEP 1041 (remove_files) COMPLETE
84952026-07-16T21:35:48.187Z[ recovery-image] Jul 16 21:35:47.341 INFO O| Jul 16 21:35:47.341 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-07-16T21:35:48.195Z[ recovery-image] Jul 16 21:35:47.349 INFO O| Jul 16 21:35:47.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84972026-07-16T21:35:48.195Z[ recovery-image] Jul 16 21:35:47.349 INFO O| Jul 16 21:35:47.349 INFO STEP 1042 (remove_files) COMPLETE
84982026-07-16T21:35:48.200Z[ recovery-image] Jul 16 21:35:47.349 INFO O| Jul 16 21:35:47.349 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-07-16T21:35:48.205Z[ recovery-image] Jul 16 21:35:47.357 INFO O| Jul 16 21:35:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85002026-07-16T21:35:48.205Z[ recovery-image] Jul 16 21:35:47.357 INFO O| Jul 16 21:35:47.357 INFO STEP 1043 (remove_files) COMPLETE
85012026-07-16T21:35:48.205Z[ recovery-image] Jul 16 21:35:47.357 INFO O| Jul 16 21:35:47.357 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-07-16T21:35:48.210Z[ recovery-image] Jul 16 21:35:47.365 INFO O| Jul 16 21:35:47.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85032026-07-16T21:35:48.210Z[ recovery-image] Jul 16 21:35:47.365 INFO O| Jul 16 21:35:47.365 INFO STEP 1044 (remove_files) COMPLETE
85042026-07-16T21:35:48.210Z[ recovery-image] Jul 16 21:35:47.365 INFO O| Jul 16 21:35:47.365 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-07-16T21:35:48.218Z[ recovery-image] Jul 16 21:35:47.372 INFO O| Jul 16 21:35:47.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85062026-07-16T21:35:48.218Z[ recovery-image] Jul 16 21:35:47.372 INFO O| Jul 16 21:35:47.372 INFO STEP 1045 (remove_files) COMPLETE
85072026-07-16T21:35:48.218Z[ recovery-image] Jul 16 21:35:47.372 INFO O| Jul 16 21:35:47.372 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-07-16T21:35:48.225Z[ recovery-image] Jul 16 21:35:47.379 INFO O| Jul 16 21:35:47.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85092026-07-16T21:35:48.225Z[ recovery-image] Jul 16 21:35:47.379 INFO O| Jul 16 21:35:47.379 INFO STEP 1046 (remove_files) COMPLETE
85102026-07-16T21:35:48.229Z[ recovery-image] Jul 16 21:35:47.379 INFO O| Jul 16 21:35:47.379 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.389 INFO O| Jul 16 21:35:47.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85122026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.389 INFO O| Jul 16 21:35:47.389 INFO STEP 1047 (remove_files) COMPLETE
85132026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.390 INFO O| Jul 16 21:35:47.389 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.398 INFO O| Jul 16 21:35:47.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85152026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.398 INFO O| Jul 16 21:35:47.398 INFO STEP 1048 (remove_files) COMPLETE
85162026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.398 INFO O| Jul 16 21:35:47.398 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.405 INFO O| Jul 16 21:35:47.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85182026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.405 INFO O| Jul 16 21:35:47.405 INFO STEP 1049 (remove_files) COMPLETE
85192026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.405 INFO O| Jul 16 21:35:47.405 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.412 INFO O| Jul 16 21:35:47.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85212026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.413 INFO O| Jul 16 21:35:47.413 INFO STEP 1050 (remove_files) COMPLETE
85222026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.413 INFO O| Jul 16 21:35:47.413 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-07-16T21:35:48.314Z[ recovery-image] Jul 16 21:35:47.421 INFO O| Jul 16 21:35:47.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85242026-07-16T21:35:48.315Z[ recovery-image] Jul 16 21:35:47.422 INFO O| Jul 16 21:35:47.422 INFO STEP 1051 (remove_files) COMPLETE
85252026-07-16T21:35:48.315Z[ recovery-image] Jul 16 21:35:47.422 INFO O| Jul 16 21:35:47.422 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-07-16T21:35:48.315Z[ recovery-image] Jul 16 21:35:47.456 INFO O| Jul 16 21:35:47.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85272026-07-16T21:35:48.315Z[ recovery-image] Jul 16 21:35:47.456 INFO O| Jul 16 21:35:47.455 INFO STEP 1052 (remove_files) COMPLETE
85282026-07-16T21:35:48.324Z[ recovery-image] Jul 16 21:35:47.456 INFO O| Jul 16 21:35:47.455 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-07-16T21:35:48.324Z[ recovery-image] Jul 16 21:35:47.470 INFO O| Jul 16 21:35:47.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85302026-07-16T21:35:48.348Z[ recovery-image] Jul 16 21:35:47.470 INFO O| Jul 16 21:35:47.469 INFO STEP 1053 (remove_files) COMPLETE
85312026-07-16T21:35:48.348Z[ recovery-image] Jul 16 21:35:47.470 INFO O| Jul 16 21:35:47.469 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-07-16T21:35:48.349Z[ recovery-image] Jul 16 21:35:47.482 INFO O| Jul 16 21:35:47.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85332026-07-16T21:35:48.349Z[ recovery-image] Jul 16 21:35:47.482 INFO O| Jul 16 21:35:47.480 INFO STEP 1054 (remove_files) COMPLETE
85342026-07-16T21:35:48.354Z[ recovery-image] Jul 16 21:35:47.482 INFO O| Jul 16 21:35:47.480 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-07-16T21:35:48.355Z[ recovery-image] Jul 16 21:35:47.496 INFO O| Jul 16 21:35:47.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85362026-07-16T21:35:48.355Z[ recovery-image] Jul 16 21:35:47.496 INFO O| Jul 16 21:35:47.494 INFO STEP 1055 (remove_files) COMPLETE
85372026-07-16T21:35:48.355Z[ recovery-image] Jul 16 21:35:47.496 INFO O| Jul 16 21:35:47.494 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-07-16T21:35:48.361Z[ recovery-image] Jul 16 21:35:47.509 INFO O| Jul 16 21:35:47.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85392026-07-16T21:35:48.361Z[ recovery-image] Jul 16 21:35:47.509 INFO O| Jul 16 21:35:47.509 INFO STEP 1056 (remove_files) COMPLETE
85402026-07-16T21:35:48.361Z[ recovery-image] Jul 16 21:35:47.509 INFO O| Jul 16 21:35:47.509 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-07-16T21:35:48.367Z[ recovery-image] Jul 16 21:35:47.519 INFO O| Jul 16 21:35:47.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85422026-07-16T21:35:48.367Z[ recovery-image] Jul 16 21:35:47.519 INFO O| Jul 16 21:35:47.518 INFO STEP 1057 (remove_files) COMPLETE
85432026-07-16T21:35:48.367Z[ recovery-image] Jul 16 21:35:47.519 INFO O| Jul 16 21:35:47.518 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-07-16T21:35:48.375Z[ recovery-image] Jul 16 21:35:47.527 INFO O| Jul 16 21:35:47.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85452026-07-16T21:35:48.384Z[ recovery-image] Jul 16 21:35:47.527 INFO O| Jul 16 21:35:47.526 INFO STEP 1058 (remove_files) COMPLETE
85462026-07-16T21:35:48.384Z[ recovery-image] Jul 16 21:35:47.527 INFO O| Jul 16 21:35:47.526 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-07-16T21:35:48.384Z[ recovery-image] Jul 16 21:35:47.535 INFO O| Jul 16 21:35:47.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85482026-07-16T21:35:48.384Z[ recovery-image] Jul 16 21:35:47.535 INFO O| Jul 16 21:35:47.535 INFO STEP 1059 (remove_files) COMPLETE
85492026-07-16T21:35:48.385Z[ recovery-image] Jul 16 21:35:47.535 INFO O| Jul 16 21:35:47.535 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-07-16T21:35:48.397Z[ recovery-image] Jul 16 21:35:47.545 INFO O| Jul 16 21:35:47.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85512026-07-16T21:35:48.397Z[ recovery-image] Jul 16 21:35:47.545 INFO O| Jul 16 21:35:47.545 INFO STEP 1060 (remove_files) COMPLETE
85522026-07-16T21:35:48.397Z[ recovery-image] Jul 16 21:35:47.545 INFO O| Jul 16 21:35:47.545 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-07-16T21:35:48.401Z[ recovery-image] Jul 16 21:35:47.554 INFO O| Jul 16 21:35:47.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85542026-07-16T21:35:48.401Z[ recovery-image] Jul 16 21:35:47.554 INFO O| Jul 16 21:35:47.554 INFO STEP 1061 (remove_files) COMPLETE
85552026-07-16T21:35:48.401Z[ recovery-image] Jul 16 21:35:47.554 INFO O| Jul 16 21:35:47.554 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-07-16T21:35:48.409Z[ recovery-image] Jul 16 21:35:47.563 INFO O| Jul 16 21:35:47.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85572026-07-16T21:35:48.413Z[ recovery-image] Jul 16 21:35:47.563 INFO O| Jul 16 21:35:47.563 INFO STEP 1062 (remove_files) COMPLETE
85582026-07-16T21:35:48.413Z[ recovery-image] Jul 16 21:35:47.563 INFO O| Jul 16 21:35:47.563 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-07-16T21:35:48.417Z[ recovery-image] Jul 16 21:35:47.571 INFO O| Jul 16 21:35:47.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85602026-07-16T21:35:48.417Z[ recovery-image] Jul 16 21:35:47.571 INFO O| Jul 16 21:35:47.571 INFO STEP 1063 (remove_files) COMPLETE
85612026-07-16T21:35:48.417Z[ recovery-image] Jul 16 21:35:47.571 INFO O| Jul 16 21:35:47.571 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-07-16T21:35:48.425Z[ recovery-image] Jul 16 21:35:47.579 INFO O| Jul 16 21:35:47.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85632026-07-16T21:35:48.425Z[ recovery-image] Jul 16 21:35:47.579 INFO O| Jul 16 21:35:47.579 INFO STEP 1064 (remove_files) COMPLETE
85642026-07-16T21:35:48.428Z[ recovery-image] Jul 16 21:35:47.579 INFO O| Jul 16 21:35:47.579 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-07-16T21:35:48.433Z[ recovery-image] Jul 16 21:35:47.587 INFO O| Jul 16 21:35:47.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85662026-07-16T21:35:48.437Z[ recovery-image] Jul 16 21:35:47.587 INFO O| Jul 16 21:35:47.587 INFO STEP 1065 (remove_files) COMPLETE
85672026-07-16T21:35:48.437Z[ recovery-image] Jul 16 21:35:47.587 INFO O| Jul 16 21:35:47.587 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.597 INFO O| Jul 16 21:35:47.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85692026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.597 INFO O| Jul 16 21:35:47.597 INFO STEP 1066 (remove_files) COMPLETE
85702026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.597 INFO O| Jul 16 21:35:47.597 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.606 INFO O| Jul 16 21:35:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85722026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.606 INFO O| Jul 16 21:35:47.606 INFO STEP 1067 (remove_files) COMPLETE
85732026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.606 INFO O| Jul 16 21:35:47.606 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.615 INFO O| Jul 16 21:35:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85752026-07-16T21:35:48.462Z[ recovery-image] Jul 16 21:35:47.615 INFO O| Jul 16 21:35:47.615 INFO STEP 1068 (remove_files) COMPLETE
85762026-07-16T21:35:48.463Z[ recovery-image] Jul 16 21:35:47.615 INFO O| Jul 16 21:35:47.615 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-07-16T21:35:48.469Z[ recovery-image] Jul 16 21:35:47.624 INFO O| Jul 16 21:35:47.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85782026-07-16T21:35:48.474Z[ recovery-image] Jul 16 21:35:47.624 INFO O| Jul 16 21:35:47.624 INFO STEP 1069 (remove_files) COMPLETE
85792026-07-16T21:35:48.474Z[ recovery-image] Jul 16 21:35:47.624 INFO O| Jul 16 21:35:47.624 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-07-16T21:35:48.478Z[ recovery-image] Jul 16 21:35:47.632 INFO O| Jul 16 21:35:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85812026-07-16T21:35:48.478Z[ recovery-image] Jul 16 21:35:47.632 INFO O| Jul 16 21:35:47.632 INFO STEP 1070 (remove_files) COMPLETE
85822026-07-16T21:35:48.478Z[ recovery-image] Jul 16 21:35:47.632 INFO O| Jul 16 21:35:47.632 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-07-16T21:35:48.486Z[ recovery-image] Jul 16 21:35:47.641 INFO O| Jul 16 21:35:47.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85842026-07-16T21:35:48.486Z[ recovery-image] Jul 16 21:35:47.641 INFO O| Jul 16 21:35:47.641 INFO STEP 1071 (remove_files) COMPLETE
85852026-07-16T21:35:48.490Z[ recovery-image] Jul 16 21:35:47.641 INFO O| Jul 16 21:35:47.641 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-07-16T21:35:48.494Z[ recovery-image] Jul 16 21:35:47.648 INFO O| Jul 16 21:35:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85872026-07-16T21:35:48.494Z[ recovery-image] Jul 16 21:35:47.648 INFO O| Jul 16 21:35:47.648 INFO STEP 1072 (remove_files) COMPLETE
85882026-07-16T21:35:48.494Z[ recovery-image] Jul 16 21:35:47.648 INFO O| Jul 16 21:35:47.648 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-07-16T21:35:48.501Z[ recovery-image] Jul 16 21:35:47.655 INFO O| Jul 16 21:35:47.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85902026-07-16T21:35:48.501Z[ recovery-image] Jul 16 21:35:47.655 INFO O| Jul 16 21:35:47.655 INFO STEP 1073 (remove_files) COMPLETE
85912026-07-16T21:35:48.508Z[ recovery-image] Jul 16 21:35:47.655 INFO O| Jul 16 21:35:47.655 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-07-16T21:35:48.511Z[ recovery-image] Jul 16 21:35:47.662 INFO O| Jul 16 21:35:47.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85932026-07-16T21:35:48.511Z[ recovery-image] Jul 16 21:35:47.662 INFO O| Jul 16 21:35:47.662 INFO STEP 1074 (remove_files) COMPLETE
85942026-07-16T21:35:48.511Z[ recovery-image] Jul 16 21:35:47.662 INFO O| Jul 16 21:35:47.662 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-07-16T21:35:48.517Z[ recovery-image] Jul 16 21:35:47.669 INFO O| Jul 16 21:35:47.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85962026-07-16T21:35:48.517Z[ recovery-image] Jul 16 21:35:47.669 INFO O| Jul 16 21:35:47.669 INFO STEP 1075 (remove_files) COMPLETE
85972026-07-16T21:35:48.517Z[ recovery-image] Jul 16 21:35:47.669 INFO O| Jul 16 21:35:47.669 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-07-16T21:35:48.526Z[ recovery-image] Jul 16 21:35:47.679 INFO O| Jul 16 21:35:47.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85992026-07-16T21:35:48.529Z[ recovery-image] Jul 16 21:35:47.679 INFO O| Jul 16 21:35:47.679 INFO STEP 1076 (remove_files) COMPLETE
86002026-07-16T21:35:48.529Z[ recovery-image] Jul 16 21:35:47.679 INFO O| Jul 16 21:35:47.679 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-07-16T21:35:48.533Z[ recovery-image] Jul 16 21:35:47.687 INFO O| Jul 16 21:35:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86022026-07-16T21:35:48.533Z[ recovery-image] Jul 16 21:35:47.687 INFO O| Jul 16 21:35:47.687 INFO STEP 1077 (remove_files) COMPLETE
86032026-07-16T21:35:48.533Z[ recovery-image] Jul 16 21:35:47.687 INFO O| Jul 16 21:35:47.687 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-07-16T21:35:48.540Z[ recovery-image] Jul 16 21:35:47.695 INFO O| Jul 16 21:35:47.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86052026-07-16T21:35:48.541Z[ recovery-image] Jul 16 21:35:47.695 INFO O| Jul 16 21:35:47.695 INFO STEP 1078 (remove_files) COMPLETE
86062026-07-16T21:35:48.541Z[ recovery-image] Jul 16 21:35:47.695 INFO O| Jul 16 21:35:47.695 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-07-16T21:35:48.549Z[ recovery-image] Jul 16 21:35:47.703 INFO O| Jul 16 21:35:47.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86082026-07-16T21:35:48.550Z[ recovery-image] Jul 16 21:35:47.703 INFO O| Jul 16 21:35:47.703 INFO STEP 1079 (remove_files) COMPLETE
86092026-07-16T21:35:48.553Z[ recovery-image] Jul 16 21:35:47.703 INFO O| Jul 16 21:35:47.703 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-07-16T21:35:48.558Z[ recovery-image] Jul 16 21:35:47.713 INFO O| Jul 16 21:35:47.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86112026-07-16T21:35:48.558Z[ recovery-image] Jul 16 21:35:47.713 INFO O| Jul 16 21:35:47.713 INFO STEP 1080 (remove_files) COMPLETE
86122026-07-16T21:35:48.558Z[ recovery-image] Jul 16 21:35:47.713 INFO O| Jul 16 21:35:47.713 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-07-16T21:35:48.570Z[ recovery-image] Jul 16 21:35:47.722 INFO O| Jul 16 21:35:47.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86142026-07-16T21:35:48.570Z[ recovery-image] Jul 16 21:35:47.722 INFO O| Jul 16 21:35:47.722 INFO STEP 1081 (remove_files) COMPLETE
86152026-07-16T21:35:48.570Z[ recovery-image] Jul 16 21:35:47.722 INFO O| Jul 16 21:35:47.722 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-07-16T21:35:48.578Z[ recovery-image] Jul 16 21:35:47.732 INFO O| Jul 16 21:35:47.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86172026-07-16T21:35:48.578Z[ recovery-image] Jul 16 21:35:47.732 INFO O| Jul 16 21:35:47.732 INFO STEP 1082 (remove_files) COMPLETE
86182026-07-16T21:35:48.578Z[ recovery-image] Jul 16 21:35:47.732 INFO O| Jul 16 21:35:47.732 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-07-16T21:35:48.595Z[ recovery-image] Jul 16 21:35:47.741 INFO O| Jul 16 21:35:47.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86202026-07-16T21:35:48.595Z[ recovery-image] Jul 16 21:35:47.741 INFO O| Jul 16 21:35:47.741 INFO STEP 1083 (remove_files) COMPLETE
86212026-07-16T21:35:48.595Z[ recovery-image] Jul 16 21:35:47.741 INFO O| Jul 16 21:35:47.741 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-07-16T21:35:48.599Z[ recovery-image] Jul 16 21:35:47.750 INFO O| Jul 16 21:35:47.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86232026-07-16T21:35:48.600Z[ recovery-image] Jul 16 21:35:47.750 INFO O| Jul 16 21:35:47.750 INFO STEP 1084 (remove_files) COMPLETE
86242026-07-16T21:35:48.600Z[ recovery-image] Jul 16 21:35:47.750 INFO O| Jul 16 21:35:47.750 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-07-16T21:35:48.604Z[ recovery-image] Jul 16 21:35:47.758 INFO O| Jul 16 21:35:47.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86262026-07-16T21:35:48.604Z[ recovery-image] Jul 16 21:35:47.758 INFO O| Jul 16 21:35:47.758 INFO STEP 1085 (remove_files) COMPLETE
86272026-07-16T21:35:48.614Z[ recovery-image] Jul 16 21:35:47.758 INFO O| Jul 16 21:35:47.758 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-07-16T21:35:48.614Z[ recovery-image] Jul 16 21:35:47.766 INFO O| Jul 16 21:35:47.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86292026-07-16T21:35:48.614Z[ recovery-image] Jul 16 21:35:47.766 INFO O| Jul 16 21:35:47.766 INFO STEP 1086 (remove_files) COMPLETE
86302026-07-16T21:35:48.614Z[ recovery-image] Jul 16 21:35:47.766 INFO O| Jul 16 21:35:47.766 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-07-16T21:35:48.620Z[ recovery-image] Jul 16 21:35:47.774 INFO O| Jul 16 21:35:47.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86322026-07-16T21:35:48.620Z[ recovery-image] Jul 16 21:35:47.774 INFO O| Jul 16 21:35:47.774 INFO STEP 1087 (remove_files) COMPLETE
86332026-07-16T21:35:48.620Z[ recovery-image] Jul 16 21:35:47.774 INFO O| Jul 16 21:35:47.774 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-07-16T21:35:48.628Z[ recovery-image] Jul 16 21:35:47.782 INFO O| Jul 16 21:35:47.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86352026-07-16T21:35:48.628Z[ recovery-image] Jul 16 21:35:47.782 INFO O| Jul 16 21:35:47.782 INFO STEP 1088 (remove_files) COMPLETE
86362026-07-16T21:35:48.628Z[ recovery-image] Jul 16 21:35:47.782 INFO O| Jul 16 21:35:47.782 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-07-16T21:35:48.635Z[ recovery-image] Jul 16 21:35:47.789 INFO O| Jul 16 21:35:47.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86382026-07-16T21:35:48.635Z[ recovery-image] Jul 16 21:35:47.789 INFO O| Jul 16 21:35:47.789 INFO STEP 1089 (remove_files) COMPLETE
86392026-07-16T21:35:48.639Z[ recovery-image] Jul 16 21:35:47.789 INFO O| Jul 16 21:35:47.789 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-07-16T21:35:48.647Z[ recovery-image] Jul 16 21:35:47.797 INFO O| Jul 16 21:35:47.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86412026-07-16T21:35:48.647Z[ recovery-image] Jul 16 21:35:47.797 INFO O| Jul 16 21:35:47.797 INFO STEP 1090 (remove_files) COMPLETE
86422026-07-16T21:35:48.652Z[ recovery-image] Jul 16 21:35:47.797 INFO O| Jul 16 21:35:47.797 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-07-16T21:35:48.652Z[ recovery-image] Jul 16 21:35:47.805 INFO O| Jul 16 21:35:47.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86442026-07-16T21:35:48.652Z[ recovery-image] Jul 16 21:35:47.806 INFO O| Jul 16 21:35:47.806 INFO STEP 1091 (remove_files) COMPLETE
86452026-07-16T21:35:48.652Z[ recovery-image] Jul 16 21:35:47.806 INFO O| Jul 16 21:35:47.806 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-07-16T21:35:48.660Z[ recovery-image] Jul 16 21:35:47.815 INFO O| Jul 16 21:35:47.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86472026-07-16T21:35:48.661Z[ recovery-image] Jul 16 21:35:47.815 INFO O| Jul 16 21:35:47.815 INFO STEP 1092 (remove_files) COMPLETE
86482026-07-16T21:35:48.661Z[ recovery-image] Jul 16 21:35:47.815 INFO O| Jul 16 21:35:47.815 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-07-16T21:35:48.689Z[ recovery-image] Jul 16 21:35:47.823 INFO O| Jul 16 21:35:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86502026-07-16T21:35:48.692Z[ recovery-image] Jul 16 21:35:47.823 INFO O| Jul 16 21:35:47.823 INFO STEP 1093 (remove_files) COMPLETE
86512026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.823 INFO O| Jul 16 21:35:47.823 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.831 INFO O| Jul 16 21:35:47.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86532026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.831 INFO O| Jul 16 21:35:47.831 INFO STEP 1094 (remove_files) COMPLETE
86542026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.831 INFO O| Jul 16 21:35:47.831 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.840 INFO O| Jul 16 21:35:47.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86562026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.840 INFO O| Jul 16 21:35:47.840 INFO STEP 1095 (remove_files) COMPLETE
86572026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.840 INFO O| Jul 16 21:35:47.840 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.847 INFO O| Jul 16 21:35:47.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86592026-07-16T21:35:48.697Z[ recovery-image] Jul 16 21:35:47.847 INFO O| Jul 16 21:35:47.847 INFO STEP 1096 (remove_files) COMPLETE
86602026-07-16T21:35:48.698Z[ recovery-image] Jul 16 21:35:47.847 INFO O| Jul 16 21:35:47.847 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-07-16T21:35:48.702Z[ recovery-image] Jul 16 21:35:47.856 INFO O| Jul 16 21:35:47.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86622026-07-16T21:35:48.702Z[ recovery-image] Jul 16 21:35:47.856 INFO O| Jul 16 21:35:47.856 INFO STEP 1097 (remove_files) COMPLETE
86632026-07-16T21:35:48.702Z[ recovery-image] Jul 16 21:35:47.856 INFO O| Jul 16 21:35:47.856 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-07-16T21:35:48.718Z[ recovery-image] Jul 16 21:35:47.863 INFO O| Jul 16 21:35:47.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86652026-07-16T21:35:48.720Z[ recovery-image] Jul 16 21:35:47.863 INFO O| Jul 16 21:35:47.863 INFO STEP 1098 (remove_files) COMPLETE
86662026-07-16T21:35:48.720Z[ recovery-image] Jul 16 21:35:47.863 INFO O| Jul 16 21:35:47.863 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-07-16T21:35:48.720Z[ recovery-image] Jul 16 21:35:47.870 INFO O| Jul 16 21:35:47.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86682026-07-16T21:35:48.720Z[ recovery-image] Jul 16 21:35:47.870 INFO O| Jul 16 21:35:47.870 INFO STEP 1099 (remove_files) COMPLETE
86692026-07-16T21:35:48.720Z[ recovery-image] Jul 16 21:35:47.870 INFO O| Jul 16 21:35:47.870 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-07-16T21:35:48.724Z[ recovery-image] Jul 16 21:35:47.877 INFO O| Jul 16 21:35:47.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86712026-07-16T21:35:48.724Z[ recovery-image] Jul 16 21:35:47.877 INFO O| Jul 16 21:35:47.877 INFO STEP 1100 (remove_files) COMPLETE
86722026-07-16T21:35:48.724Z[ recovery-image] Jul 16 21:35:47.877 INFO O| Jul 16 21:35:47.877 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-07-16T21:35:48.730Z[ recovery-image] Jul 16 21:35:47.884 INFO O| Jul 16 21:35:47.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86742026-07-16T21:35:48.730Z[ recovery-image] Jul 16 21:35:47.884 INFO O| Jul 16 21:35:47.884 INFO STEP 1101 (remove_files) COMPLETE
86752026-07-16T21:35:48.730Z[ recovery-image] Jul 16 21:35:47.884 INFO O| Jul 16 21:35:47.884 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-07-16T21:35:48.739Z[ recovery-image] Jul 16 21:35:47.891 INFO O| Jul 16 21:35:47.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86772026-07-16T21:35:48.739Z[ recovery-image] Jul 16 21:35:47.891 INFO O| Jul 16 21:35:47.891 INFO STEP 1102 (remove_files) COMPLETE
86782026-07-16T21:35:48.743Z[ recovery-image] Jul 16 21:35:47.891 INFO O| Jul 16 21:35:47.891 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-07-16T21:35:48.748Z[ recovery-image] Jul 16 21:35:47.899 INFO O| Jul 16 21:35:47.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86802026-07-16T21:35:48.748Z[ recovery-image] Jul 16 21:35:47.899 INFO O| Jul 16 21:35:47.899 INFO STEP 1103 (remove_files) COMPLETE
86812026-07-16T21:35:48.748Z[ recovery-image] Jul 16 21:35:47.899 INFO O| Jul 16 21:35:47.899 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-07-16T21:35:48.752Z[ recovery-image] Jul 16 21:35:47.906 INFO O| Jul 16 21:35:47.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86832026-07-16T21:35:48.752Z[ recovery-image] Jul 16 21:35:47.906 INFO O| Jul 16 21:35:47.906 INFO STEP 1104 (remove_files) COMPLETE
86842026-07-16T21:35:48.752Z[ recovery-image] Jul 16 21:35:47.906 INFO O| Jul 16 21:35:47.906 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-07-16T21:35:48.760Z[ recovery-image] Jul 16 21:35:47.914 INFO O| Jul 16 21:35:47.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86862026-07-16T21:35:48.767Z[ recovery-image] Jul 16 21:35:47.914 INFO O| Jul 16 21:35:47.914 INFO STEP 1105 (remove_files) COMPLETE
86872026-07-16T21:35:48.767Z[ recovery-image] Jul 16 21:35:47.914 INFO O| Jul 16 21:35:47.914 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-07-16T21:35:48.770Z[ recovery-image] Jul 16 21:35:47.922 INFO O| Jul 16 21:35:47.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86892026-07-16T21:35:48.770Z[ recovery-image] Jul 16 21:35:47.922 INFO O| Jul 16 21:35:47.922 INFO STEP 1106 (remove_files) COMPLETE
86902026-07-16T21:35:48.770Z[ recovery-image] Jul 16 21:35:47.922 INFO O| Jul 16 21:35:47.922 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-07-16T21:35:48.776Z[ recovery-image] Jul 16 21:35:47.930 INFO O| Jul 16 21:35:47.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86922026-07-16T21:35:48.776Z[ recovery-image] Jul 16 21:35:47.930 INFO O| Jul 16 21:35:47.930 INFO STEP 1107 (remove_files) COMPLETE
86932026-07-16T21:35:48.776Z[ recovery-image] Jul 16 21:35:47.930 INFO O| Jul 16 21:35:47.930 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-07-16T21:35:48.782Z[ recovery-image] Jul 16 21:35:47.937 INFO O| Jul 16 21:35:47.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86952026-07-16T21:35:48.783Z[ recovery-image] Jul 16 21:35:47.937 INFO O| Jul 16 21:35:47.937 INFO STEP 1108 (remove_files) COMPLETE
86962026-07-16T21:35:48.788Z[ recovery-image] Jul 16 21:35:47.937 INFO O| Jul 16 21:35:47.937 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-07-16T21:35:48.793Z[ recovery-image] Jul 16 21:35:47.946 INFO O| Jul 16 21:35:47.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86982026-07-16T21:35:48.793Z[ recovery-image] Jul 16 21:35:47.946 INFO O| Jul 16 21:35:47.946 INFO STEP 1109 (remove_files) COMPLETE
86992026-07-16T21:35:48.793Z[ recovery-image] Jul 16 21:35:47.946 INFO O| Jul 16 21:35:47.946 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-07-16T21:35:48.809Z[ recovery-image] Jul 16 21:35:47.954 INFO O| Jul 16 21:35:47.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87012026-07-16T21:35:48.809Z[ recovery-image] Jul 16 21:35:47.954 INFO O| Jul 16 21:35:47.954 INFO STEP 1110 (remove_files) COMPLETE
87022026-07-16T21:35:48.809Z[ recovery-image] Jul 16 21:35:47.954 INFO O| Jul 16 21:35:47.954 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-07-16T21:35:48.813Z[ recovery-image] Jul 16 21:35:47.962 INFO O| Jul 16 21:35:47.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87042026-07-16T21:35:48.813Z[ recovery-image] Jul 16 21:35:47.962 INFO O| Jul 16 21:35:47.962 INFO STEP 1111 (remove_files) COMPLETE
87052026-07-16T21:35:48.813Z[ recovery-image] Jul 16 21:35:47.962 INFO O| Jul 16 21:35:47.962 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-07-16T21:35:48.817Z[ recovery-image] Jul 16 21:35:47.969 INFO O| Jul 16 21:35:47.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87072026-07-16T21:35:48.817Z[ recovery-image] Jul 16 21:35:47.969 INFO O| Jul 16 21:35:47.969 INFO STEP 1112 (remove_files) COMPLETE
87082026-07-16T21:35:48.817Z[ recovery-image] Jul 16 21:35:47.969 INFO O| Jul 16 21:35:47.969 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-07-16T21:35:48.824Z[ recovery-image] Jul 16 21:35:47.978 INFO O| Jul 16 21:35:47.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87102026-07-16T21:35:48.828Z[ recovery-image] Jul 16 21:35:47.978 INFO O| Jul 16 21:35:47.978 INFO STEP 1113 (remove_files) COMPLETE
87112026-07-16T21:35:48.828Z[ recovery-image] Jul 16 21:35:47.978 INFO O| Jul 16 21:35:47.978 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-07-16T21:35:48.832Z[ recovery-image] Jul 16 21:35:47.986 INFO O| Jul 16 21:35:47.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87132026-07-16T21:35:48.832Z[ recovery-image] Jul 16 21:35:47.986 INFO O| Jul 16 21:35:47.986 INFO STEP 1114 (remove_files) COMPLETE
87142026-07-16T21:35:48.832Z[ recovery-image] Jul 16 21:35:47.986 INFO O| Jul 16 21:35:47.986 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-07-16T21:35:48.838Z[ recovery-image] Jul 16 21:35:47.993 INFO O| Jul 16 21:35:47.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87162026-07-16T21:35:48.839Z[ recovery-image] Jul 16 21:35:47.993 INFO O| Jul 16 21:35:47.993 INFO STEP 1115 (remove_files) COMPLETE
87172026-07-16T21:35:48.839Z[ recovery-image] Jul 16 21:35:47.993 INFO O| Jul 16 21:35:47.993 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-07-16T21:35:48.845Z[ recovery-image] Jul 16 21:35:47.999 INFO O| Jul 16 21:35:47.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87192026-07-16T21:35:48.848Z[ recovery-image] Jul 16 21:35:47.999 INFO O| Jul 16 21:35:47.999 INFO STEP 1116 (remove_files) COMPLETE
87202026-07-16T21:35:48.848Z[ recovery-image] Jul 16 21:35:47.999 INFO O| Jul 16 21:35:47.999 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-07-16T21:35:48.855Z[ recovery-image] Jul 16 21:35:48.009 INFO O| Jul 16 21:35:48.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87222026-07-16T21:35:48.855Z[ recovery-image] Jul 16 21:35:48.009 INFO O| Jul 16 21:35:48.009 INFO STEP 1117 (remove_files) COMPLETE
87232026-07-16T21:35:48.855Z[ recovery-image] Jul 16 21:35:48.009 INFO O| Jul 16 21:35:48.009 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-07-16T21:35:48.865Z[ recovery-image] Jul 16 21:35:48.019 INFO O| Jul 16 21:35:48.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87252026-07-16T21:35:48.879Z[ recovery-image] Jul 16 21:35:48.019 INFO O| Jul 16 21:35:48.019 INFO STEP 1118 (remove_files) COMPLETE
87262026-07-16T21:35:48.879Z[ recovery-image] Jul 16 21:35:48.019 INFO O| Jul 16 21:35:48.019 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-07-16T21:35:48.879Z[ recovery-image] Jul 16 21:35:48.028 INFO O| Jul 16 21:35:48.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87282026-07-16T21:35:48.879Z[ recovery-image] Jul 16 21:35:48.028 INFO O| Jul 16 21:35:48.028 INFO STEP 1119 (remove_files) COMPLETE
87292026-07-16T21:35:48.879Z[ recovery-image] Jul 16 21:35:48.028 INFO O| Jul 16 21:35:48.028 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-07-16T21:35:48.883Z[ recovery-image] Jul 16 21:35:48.037 INFO O| Jul 16 21:35:48.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87312026-07-16T21:35:48.883Z[ recovery-image] Jul 16 21:35:48.037 INFO O| Jul 16 21:35:48.037 INFO STEP 1120 (remove_files) COMPLETE
87322026-07-16T21:35:48.883Z[ recovery-image] Jul 16 21:35:48.037 INFO O| Jul 16 21:35:48.037 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-07-16T21:35:48.890Z[ recovery-image] Jul 16 21:35:48.044 INFO O| Jul 16 21:35:48.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87342026-07-16T21:35:48.894Z[ recovery-image] Jul 16 21:35:48.044 INFO O| Jul 16 21:35:48.044 INFO STEP 1121 (remove_files) COMPLETE
87352026-07-16T21:35:48.895Z[ recovery-image] Jul 16 21:35:48.044 INFO O| Jul 16 21:35:48.044 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-07-16T21:35:48.898Z[ recovery-image] Jul 16 21:35:48.052 INFO O| Jul 16 21:35:48.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87372026-07-16T21:35:48.898Z[ recovery-image] Jul 16 21:35:48.052 INFO O| Jul 16 21:35:48.052 INFO STEP 1122 (remove_files) COMPLETE
87382026-07-16T21:35:48.898Z[ recovery-image] Jul 16 21:35:48.052 INFO O| Jul 16 21:35:48.052 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-07-16T21:35:48.907Z[ recovery-image] Jul 16 21:35:48.061 INFO O| Jul 16 21:35:48.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87402026-07-16T21:35:48.911Z[ recovery-image] Jul 16 21:35:48.061 INFO O| Jul 16 21:35:48.061 INFO STEP 1123 (remove_files) COMPLETE
87412026-07-16T21:35:48.911Z[ recovery-image] Jul 16 21:35:48.061 INFO O| Jul 16 21:35:48.061 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-07-16T21:35:48.915Z[ recovery-image] Jul 16 21:35:48.069 INFO O| Jul 16 21:35:48.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87432026-07-16T21:35:48.915Z[ recovery-image] Jul 16 21:35:48.069 INFO O| Jul 16 21:35:48.069 INFO STEP 1124 (remove_files) COMPLETE
87442026-07-16T21:35:48.919Z[ recovery-image] Jul 16 21:35:48.069 INFO O| Jul 16 21:35:48.069 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87452026-07-16T21:35:48.926Z[ recovery-image] Jul 16 21:35:48.080 INFO O| Jul 16 21:35:48.080 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87462026-07-16T21:35:48.926Z[ recovery-image] Jul 16 21:35:48.081 INFO O| Jul 16 21:35:48.080 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87472026-07-16T21:35:49.478Z[ recovery-image] Jul 16 21:35:48.631 INFO O| Jul 16 21:35:48.631 INFO STEP 1125 (pack_tar) COMPLETE
87482026-07-16T21:35:49.478Z[ recovery-image] Jul 16 21:35:48.631 INFO O| Jul 16 21:35:48.631 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87492026-07-16T21:35:49.484Z[ recovery-image] Jul 16 21:35:48.631 INFO O| Jul 16 21:35:48.631 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87502026-07-16T21:35:50.958Z[ recovery-image] Jul 16 21:35:50.110 INFO O| Jul 16 21:35:50.110 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87512026-07-16T21:35:51.601Z[ recovery-image] Jul 16 21:35:50.754 INFO O| Jul 16 21:35:50.754 INFO completed processing sled/ramdisk-03-recovery-trim
87522026-07-16T21:35:51.611Z[ recovery-image] Jul 16 21:35:50.758 INFO image builder template: zfs-recovery...
87532026-07-16T21:35:51.611Z[ recovery-image] Jul 16 21:35:50.758 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/.tmpbjGReu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "zfs-recovery"], pwd: None
87542026-07-16T21:35:51.635Z[ recovery-image] Jul 16 21:35:50.789 INFO O| Jul 16 21:35:50.789 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87552026-07-16T21:35:51.652Z[ recovery-image] Jul 16 21:35:50.793 INFO O| Jul 16 21:35:50.793 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87562026-07-16T21:35:51.769Z[ recovery-image] Jul 16 21:35:50.919 INFO O| Jul 16 21:35:50.919 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87572026-07-16T21:35:51.848Z[ recovery-image] Jul 16 21:35:51.002 INFO O| Jul 16 21:35:51.002 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87582026-07-16T21:35:51.848Z[ recovery-image] Jul 16 21:35:51.002 INFO O| Jul 16 21:35:51.002 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87592026-07-16T21:35:51.857Z[ recovery-image] Jul 16 21:35:51.006 INFO O| Jul 16 21:35:51.006 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87602026-07-16T21:35:51.999Z[ recovery-image] Jul 16 21:35:51.153 INFO O| Jul 16 21:35:51.153 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87612026-07-16T21:35:52.121Z[ recovery-image] Jul 16 21:35:51.275 INFO O| Jul 16 21:35:51.275 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87622026-07-16T21:35:52.129Z[ recovery-image] Jul 16 21:35:51.283 INFO O| Jul 16 21:35:51.283 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87632026-07-16T21:35:52.138Z[ recovery-image] Jul 16 21:35:51.288 INFO O| Jul 16 21:35:51.288 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87642026-07-16T21:35:52.138Z[ recovery-image] Jul 16 21:35:51.289 INFO O| Jul 16 21:35:51.289 INFO no lofi found
87652026-07-16T21:35:52.138Z[ recovery-image] Jul 16 21:35:51.289 INFO O| Jul 16 21:35:51.289 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87662026-07-16T21:35:52.138Z[ recovery-image] Jul 16 21:35:51.289 INFO O| Jul 16 21:35:51.289 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87672026-07-16T21:35:58.177Z[ recovery-image] Jul 16 21:35:53.001 INFO O| Jul 16 21:35:53.001 INFO lofi device = /dev/dsk/c2t1d0p0
87682026-07-16T21:35:58.177Z[ recovery-image] Jul 16 21:35:53.001 INFO O| Jul 16 21:35:53.001 INFO pool device = /dev/dsk/c2t1d0p0
87692026-07-16T21:35:58.178Z[ recovery-image] Jul 16 21:35:53.001 INFO O| Jul 16 21:35:53.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"]
87702026-07-16T21:35:58.205Z[ recovery-image] Jul 16 21:35:53.064 INFO O| Jul 16 21:35:53.064 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87712026-07-16T21:35:58.205Z[ recovery-image] Jul 16 21:35:53.064 INFO O| Jul 16 21:35:53.064 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87722026-07-16T21:35:58.205Z[ recovery-image] Jul 16 21:35:53.079 INFO O| Jul 16 21:35:53.079 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87732026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.129 INFO O| Jul 16 21:35:53.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87742026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.157 INFO O| Jul 16 21:35:53.157 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87752026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.168 INFO O| Jul 16 21:35:53.168 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87762026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.178 INFO O| Jul 16 21:35:53.178 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87772026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.209 INFO O| Jul 16 21:35:53.209 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87782026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.209 INFO O| Jul 16 21:35:53.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87792026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.209 INFO O| Jul 16 21:35:53.209 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87802026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.217 INFO O| Jul 16 21:35:53.217 INFO boot environment UUID: f0f92c70-ff50-4b79-aa80-2ed6bb622fc2
87812026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.217 INFO O| Jul 16 21:35:53.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f0f92c70-ff50-4b79-aa80-2ed6bb622fc2
87822026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.225 INFO O| Jul 16 21:35:53.225 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87832026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.235 INFO O| Jul 16 21:35:53.235 INFO STEP 0 (create_be) COMPLETE
87842026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.235 INFO O| Jul 16 21:35:53.235 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87852026-07-16T21:35:58.206Z[ recovery-image] Jul 16 21:35:53.248 INFO O| Jul 16 21:35:53.248 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"]
87862026-07-16T21:35:58.278Z[ recovery-image] Jul 16 21:35:55.956 INFO O| Jul 16 21:35:55.956 INFO STEP 1 (unpack_tar) COMPLETE
87872026-07-16T21:35:58.278Z[ recovery-image] Jul 16 21:35:55.956 INFO O| Jul 16 21:35:55.956 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:55.965 INFO O| Jul 16 21:35:55.964 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87892026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.298 INFO O| Jul 16 21:35:56.298 INFO STEP 2 (devfsadm) COMPLETE
87902026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.298 INFO O| Jul 16 21:35:56.298 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.305 INFO O| Jul 16 21:35:56.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87922026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.305 INFO O| Jul 16 21:35:56.305 INFO STEP 3 (ensure_dir) COMPLETE
87932026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.305 INFO O| Jul 16 21:35:56.305 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.311 INFO O| Jul 16 21:35:56.311 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87952026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.311 INFO O| Jul 16 21:35:56.311 INFO STEP 4 (ensure_dir) COMPLETE
87962026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.311 INFO O| Jul 16 21:35:56.311 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-07-16T21:35:58.279Z[ recovery-image] Jul 16 21:35:56.316 INFO O| Jul 16 21:35:56.316 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87982026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.316 INFO O| Jul 16 21:35:56.316 INFO STEP 5 (ensure_dir) COMPLETE
87992026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.316 INFO O| Jul 16 21:35:56.316 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.322 INFO O| Jul 16 21:35:56.322 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88012026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.322 INFO O| Jul 16 21:35:56.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88022026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.322 INFO O| Jul 16 21:35:56.322 INFO STEP 6 (ensure_dir) COMPLETE
88032026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.322 INFO O| Jul 16 21:35:56.322 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.328 INFO O| Jul 16 21:35:56.328 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88052026-07-16T21:35:58.280Z[ recovery-image] Jul 16 21:35:56.328 INFO O| Jul 16 21:35:56.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88062026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.328 INFO O| Jul 16 21:35:56.328 INFO STEP 7 (ensure_dir) COMPLETE
88072026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.328 INFO O| Jul 16 21:35:56.328 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.335 INFO O| Jul 16 21:35:56.334 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88092026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.335 INFO O| Jul 16 21:35:56.335 INFO STEP 8 (remove_files) COMPLETE
88102026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.335 INFO O| Jul 16 21:35:56.335 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.341 INFO O| Jul 16 21:35:56.341 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88122026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.341 INFO O| Jul 16 21:35:56.341 INFO STEP 9 (remove_files) COMPLETE
88132026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.341 INFO O| Jul 16 21:35:56.341 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.347 INFO O| Jul 16 21:35:56.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88152026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.348 INFO O| Jul 16 21:35:56.348 INFO STEP 10 (remove_files) COMPLETE
88162026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.348 INFO O| Jul 16 21:35:56.348 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.353 INFO O| Jul 16 21:35:56.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88182026-07-16T21:35:58.282Z[ recovery-image] Jul 16 21:35:56.353 INFO O| Jul 16 21:35:56.353 INFO STEP 11 (remove_files) COMPLETE
88192026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.353 INFO O| Jul 16 21:35:56.353 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.358 INFO O| Jul 16 21:35:56.358 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88212026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.358 INFO O| Jul 16 21:35:56.358 INFO STEP 12 (remove_files) COMPLETE
88222026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.358 INFO O| Jul 16 21:35:56.358 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.363 INFO O| Jul 16 21:35:56.363 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88242026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.363 INFO O| Jul 16 21:35:56.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88252026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.363 INFO O| Jul 16 21:35:56.363 INFO STEP 13 (ensure_dir) COMPLETE
88262026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.363 INFO O| Jul 16 21:35:56.363 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.368 INFO O| Jul 16 21:35:56.368 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88282026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.369 INFO O| Jul 16 21:35:56.368 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88292026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.369 INFO O| Jul 16 21:35:56.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88302026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.369 INFO O| Jul 16 21:35:56.369 INFO STEP 14 (ensure_dir) COMPLETE
88312026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.369 INFO O| Jul 16 21:35:56.369 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.374 INFO O| Jul 16 21:35:56.374 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88332026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.374 INFO O| Jul 16 21:35:56.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88342026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.374 INFO O| Jul 16 21:35:56.374 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88352026-07-16T21:35:58.283Z[ recovery-image] Jul 16 21:35:56.374 INFO O| Jul 16 21:35:56.374 INFO STEP 15 (ensure_dir) COMPLETE
88362026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.374 INFO O| Jul 16 21:35:56.374 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.380 INFO O| Jul 16 21:35:56.380 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88382026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.380 INFO O| Jul 16 21:35:56.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88392026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.380 INFO O| Jul 16 21:35:56.380 INFO STEP 16 (ensure_dir) COMPLETE
88402026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.380 INFO O| Jul 16 21:35:56.380 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.387 INFO O| Jul 16 21:35:56.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88422026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.387 INFO O| Jul 16 21:35:56.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88432026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.387 INFO O| Jul 16 21:35:56.387 INFO STEP 17 (ensure_dir) COMPLETE
88442026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.387 INFO O| Jul 16 21:35:56.387 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.395 INFO O| Jul 16 21:35:56.395 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88462026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.395 INFO O| Jul 16 21:35:56.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88472026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.395 INFO O| Jul 16 21:35:56.395 INFO ok!
88482026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.395 INFO O| Jul 16 21:35:56.395 INFO STEP 18 (ensure_symlink) COMPLETE
88492026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.395 INFO O| Jul 16 21:35:56.395 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88502026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.401 INFO O| Jul 16 21:35:56.401 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88512026-07-16T21:35:58.284Z[ recovery-image] Jul 16 21:35:56.401 INFO O| Jul 16 21:35:56.401 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88522026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.401 INFO O| Jul 16 21:35:56.401 INFO ok!
88532026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.401 INFO O| Jul 16 21:35:56.401 INFO STEP 19 (ensure_file) COMPLETE
88542026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.401 INFO O| Jul 16 21:35:56.401 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.407 INFO O| Jul 16 21:35:56.407 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88562026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.407 INFO O| Jul 16 21:35:56.407 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88572026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.407 INFO O| Jul 16 21:35:56.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88582026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.407 INFO O| Jul 16 21:35:56.407 INFO ok!
88592026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.407 INFO O| Jul 16 21:35:56.407 INFO STEP 20 (ensure_symlink) COMPLETE
88602026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.407 INFO O| Jul 16 21:35:56.407 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.414 INFO O| Jul 16 21:35:56.414 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88622026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.414 INFO O| Jul 16 21:35:56.414 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88632026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.414 INFO O| Jul 16 21:35:56.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88642026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.414 INFO O| Jul 16 21:35:56.414 INFO ok!
88652026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.414 INFO O| Jul 16 21:35:56.414 INFO STEP 21 (ensure_symlink) COMPLETE
88662026-07-16T21:35:58.288Z[ recovery-image] Jul 16 21:35:56.414 INFO O| Jul 16 21:35:56.414 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-07-16T21:35:58.290Z[ recovery-image] Jul 16 21:35:56.420 INFO O| Jul 16 21:35:56.420 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88682026-07-16T21:35:58.290Z[ recovery-image] Jul 16 21:35:56.420 INFO O| Jul 16 21:35:56.420 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88692026-07-16T21:35:58.290Z[ recovery-image] Jul 16 21:35:56.421 INFO O| Jul 16 21:35:56.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88702026-07-16T21:35:58.292Z[ recovery-image] Jul 16 21:35:56.421 INFO O| Jul 16 21:35:56.421 INFO ok!
88712026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.421 INFO O| Jul 16 21:35:56.421 INFO STEP 22 (ensure_symlink) COMPLETE
88722026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.421 INFO O| Jul 16 21:35:56.421 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.426 INFO O| Jul 16 21:35:56.426 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88742026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.426 INFO O| Jul 16 21:35:56.426 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88752026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.426 INFO O| Jul 16 21:35:56.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88762026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.426 INFO O| Jul 16 21:35:56.426 INFO ok!
88772026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.426 INFO O| Jul 16 21:35:56.426 INFO STEP 23 (ensure_symlink) COMPLETE
88782026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.426 INFO O| Jul 16 21:35:56.426 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.432 INFO O| Jul 16 21:35:56.432 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88802026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.432 INFO O| Jul 16 21:35:56.432 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 ...
88812026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.432 INFO O| Jul 16 21:35:56.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88822026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.432 INFO O| Jul 16 21:35:56.432 INFO ok!
88832026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.432 INFO O| Jul 16 21:35:56.432 INFO STEP 24 (ensure_file) COMPLETE
88842026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.432 INFO O| Jul 16 21:35:56.432 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88852026-07-16T21:35:58.293Z[ recovery-image] Jul 16 21:35:56.438 INFO O| Jul 16 21:35:56.438 INFO updating shadow file
88862026-07-16T21:35:58.312Z[ recovery-image] Jul 16 21:35:56.438 INFO O| Jul 16 21:35:56.438 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88872026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.438 INFO O| Jul 16 21:35:56.438 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88882026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.438 INFO O| Jul 16 21:35:56.438 INFO STEP 25 (shadow) COMPLETE
88892026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.438 INFO O| Jul 16 21:35:56.438 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.444 INFO O| Jul 16 21:35:56.444 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88912026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.444 INFO O| Jul 16 21:35:56.444 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88922026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.444 INFO O| Jul 16 21:35:56.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88932026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.444 INFO O| Jul 16 21:35:56.444 INFO ok!
88942026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.444 INFO O| Jul 16 21:35:56.444 INFO STEP 26 (ensure_file) COMPLETE
88952026-07-16T21:35:58.313Z[ recovery-image] Jul 16 21:35:56.444 INFO O| Jul 16 21:35:56.444 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-07-16T21:35:58.314Z[ recovery-image] Jul 16 21:35:56.451 INFO O| Jul 16 21:35:56.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88972026-07-16T21:35:58.315Z[ recovery-image] Jul 16 21:35:56.451 INFO O| Jul 16 21:35:56.451 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88982026-07-16T21:35:58.315Z[ recovery-image] Jul 16 21:35:56.451 INFO O| Jul 16 21:35:56.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88992026-07-16T21:35:58.315Z[ recovery-image] Jul 16 21:35:56.451 INFO O| Jul 16 21:35:56.451 INFO ok!
89002026-07-16T21:35:58.315Z[ recovery-image] Jul 16 21:35:56.451 INFO O| Jul 16 21:35:56.451 INFO STEP 27 (ensure_file) COMPLETE
89012026-07-16T21:35:58.315Z[ recovery-image] Jul 16 21:35:56.451 INFO O| Jul 16 21:35:56.451 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89022026-07-16T21:35:58.315Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89032026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89042026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89052026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89062026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 INFO ok!
89072026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 INFO STEP 28 (ensure_file) COMPLETE
89082026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.458 INFO O| Jul 16 21:35:56.458 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-07-16T21:35:58.316Z[ recovery-image] Jul 16 21:35:56.465 INFO O| Jul 16 21:35:56.465 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89102026-07-16T21:35:58.317Z[ recovery-image] Jul 16 21:35:56.465 INFO O| Jul 16 21:35:56.465 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89112026-07-16T21:35:58.317Z[ recovery-image] Jul 16 21:35:56.465 INFO O| Jul 16 21:35:56.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89122026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.465 INFO O| Jul 16 21:35:56.465 INFO ok!
89132026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.465 INFO O| Jul 16 21:35:56.465 INFO STEP 29 (ensure_file) COMPLETE
89142026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.465 INFO O| Jul 16 21:35:56.465 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.471 INFO O| Jul 16 21:35:56.471 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89162026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.471 INFO O| Jul 16 21:35:56.471 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89172026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.471 INFO O| Jul 16 21:35:56.471 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89182026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.471 INFO O| Jul 16 21:35:56.471 INFO STEP 30 (ensure_dir) COMPLETE
89192026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.471 INFO O| Jul 16 21:35:56.471 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89202026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.477 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89212026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.477 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 ...
89222026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.478 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
89232026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.478 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89242026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.478 INFO ok!
89252026-07-16T21:35:58.319Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.478 INFO STEP 31 (ensure_file) COMPLETE
89262026-07-16T21:35:58.320Z[ recovery-image] Jul 16 21:35:56.478 INFO O| Jul 16 21:35:56.478 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89272026-07-16T21:35:58.322Z[ recovery-image] Jul 16 21:35:56.484 INFO O| Jul 16 21:35:56.484 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89282026-07-16T21:35:58.322Z[ recovery-image] Jul 16 21:35:56.484 INFO O| Jul 16 21:35:56.484 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89292026-07-16T21:35:58.322Z[ recovery-image] Jul 16 21:35:56.484 INFO O| Jul 16 21:35:56.484 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89302026-07-16T21:35:58.322Z[ recovery-image] Jul 16 21:35:56.484 INFO O| Jul 16 21:35:56.484 INFO STEP 32 (ensure_dir) COMPLETE
89312026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.484 INFO O| Jul 16 21:35:56.484 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89322026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89332026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 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 ...
89342026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 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
89352026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89362026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 INFO ok!
89372026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 INFO STEP 33 (ensure_file) COMPLETE
89382026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.490 INFO O| Jul 16 21:35:56.490 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.496 INFO O| Jul 16 21:35:56.496 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89402026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.496 INFO O| Jul 16 21:35:56.496 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89412026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.496 INFO O| Jul 16 21:35:56.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89422026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.496 INFO O| Jul 16 21:35:56.496 INFO ok!
89432026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.496 INFO O| Jul 16 21:35:56.496 INFO STEP 34 (ensure_file) COMPLETE
89442026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.496 INFO O| Jul 16 21:35:56.496 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-07-16T21:35:58.323Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89462026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89472026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89482026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89492026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 INFO ok!
89502026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 INFO STEP 35 (ensure_file) COMPLETE
89512026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.503 INFO O| Jul 16 21:35:56.503 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.509 INFO O| Jul 16 21:35:56.509 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89532026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.509 INFO O| Jul 16 21:35:56.509 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89542026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.509 INFO O| Jul 16 21:35:56.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89552026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.509 INFO O| Jul 16 21:35:56.509 INFO ok!
89562026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.509 INFO O| Jul 16 21:35:56.509 INFO STEP 36 (ensure_file) COMPLETE
89572026-07-16T21:35:58.324Z[ recovery-image] Jul 16 21:35:56.509 INFO O| Jul 16 21:35:56.509 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89582026-07-16T21:35:58.325Z[ recovery-image] Jul 16 21:35:56.515 INFO O| Jul 16 21:35:56.515 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89592026-07-16T21:35:58.325Z[ recovery-image] Jul 16 21:35:56.515 INFO O| Jul 16 21:35:56.515 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89602026-07-16T21:35:58.325Z[ recovery-image] Jul 16 21:35:56.515 INFO O| Jul 16 21:35:56.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89612026-07-16T21:35:58.325Z[ recovery-image] Jul 16 21:35:56.515 INFO O| Jul 16 21:35:56.515 INFO ok!
89622026-07-16T21:35:58.325Z[ recovery-image] Jul 16 21:35:56.515 INFO O| Jul 16 21:35:56.515 INFO STEP 37 (ensure_file) COMPLETE
89632026-07-16T21:35:58.327Z[ recovery-image] Jul 16 21:35:56.515 INFO O| Jul 16 21:35:56.515 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89642026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89652026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89662026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89672026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89682026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89692026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89702026-07-16T21:35:58.328Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO ok!
89712026-07-16T21:35:58.330Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO STEP 38 (ensure_file) COMPLETE
89722026-07-16T21:35:58.330Z[ recovery-image] Jul 16 21:35:56.522 INFO O| Jul 16 21:35:56.522 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89732026-07-16T21:35:58.331Z[ recovery-image] Jul 16 21:35:56.528 INFO O| Jul 16 21:35:56.528 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89742026-07-16T21:35:58.331Z[ recovery-image] Jul 16 21:35:56.528 INFO O| Jul 16 21:35:56.528 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89752026-07-16T21:35:58.331Z[ recovery-image] Jul 16 21:35:56.528 INFO O| Jul 16 21:35:56.528 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89762026-07-16T21:35:58.331Z[ recovery-image] Jul 16 21:35:56.528 INFO O| Jul 16 21:35:56.528 INFO STEP 39 (ensure_dir) COMPLETE
89772026-07-16T21:35:58.331Z[ recovery-image] Jul 16 21:35:56.528 INFO O| Jul 16 21:35:56.528 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89782026-07-16T21:35:58.331Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 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
89792026-07-16T21:35:58.332Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 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 ...
89802026-07-16T21:35:58.332Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 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
89812026-07-16T21:35:58.332Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 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
89822026-07-16T21:35:58.332Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 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
89832026-07-16T21:35:58.332Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 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
89842026-07-16T21:35:58.335Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 INFO ok!
89852026-07-16T21:35:58.335Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 INFO STEP 40 (ensure_file) COMPLETE
89862026-07-16T21:35:58.344Z[ recovery-image] Jul 16 21:35:56.534 INFO O| Jul 16 21:35:56.534 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89872026-07-16T21:35:58.344Z[ recovery-image] Jul 16 21:35:56.541 INFO O| Jul 16 21:35:56.540 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89882026-07-16T21:35:58.344Z[ recovery-image] Jul 16 21:35:56.541 INFO O| Jul 16 21:35:56.540 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 ...
89892026-07-16T21:35:58.344Z[ recovery-image] Jul 16 21:35:56.541 INFO O| Jul 16 21:35:56.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89902026-07-16T21:35:58.344Z[ recovery-image] Jul 16 21:35:56.541 INFO O| Jul 16 21:35:56.541 INFO ok!
89912026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.541 INFO O| Jul 16 21:35:56.541 INFO STEP 41 (ensure_symlink) COMPLETE
89922026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.541 INFO O| Jul 16 21:35:56.541 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89932026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.547 INFO O| Jul 16 21:35:56.547 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89942026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.547 INFO O| Jul 16 21:35:56.547 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89952026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.547 INFO O| Jul 16 21:35:56.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89962026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.547 INFO O| Jul 16 21:35:56.547 INFO ok!
89972026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.547 INFO O| Jul 16 21:35:56.547 INFO STEP 42 (ensure_symlink) COMPLETE
89982026-07-16T21:35:58.345Z[ recovery-image] Jul 16 21:35:56.547 INFO O| Jul 16 21:35:56.547 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89992026-07-16T21:35:58.346Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90002026-07-16T21:35:58.346Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90012026-07-16T21:35:58.346Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90022026-07-16T21:35:58.346Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90032026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90042026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90052026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO ok!
90062026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO STEP 43 (ensure_file) COMPLETE
90072026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.553 INFO O| Jul 16 21:35:56.553 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90082026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90092026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 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 ...
90102026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 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
90112026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90122026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 INFO ok!
90132026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 INFO STEP 44 (ensure_file) COMPLETE
90142026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.559 INFO O| Jul 16 21:35:56.559 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90152026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.565 INFO O| Jul 16 21:35:56.565 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90162026-07-16T21:35:58.347Z[ recovery-image] Jul 16 21:35:56.565 INFO O| Jul 16 21:35:56.565 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90172026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.565 INFO O| Jul 16 21:35:56.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90182026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.565 INFO O| Jul 16 21:35:56.565 INFO ok!
90192026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.565 INFO O| Jul 16 21:35:56.565 INFO STEP 45 (ensure_file) COMPLETE
90202026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.565 INFO O| Jul 16 21:35:56.565 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90212026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.571 INFO O| Jul 16 21:35:56.571 INFO updating shadow file
90222026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.571 INFO O| Jul 16 21:35:56.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90232026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.571 INFO O| Jul 16 21:35:56.571 INFO STEP 46 (shadow) COMPLETE
90242026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.571 INFO O| Jul 16 21:35:56.571 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90252026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90262026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90272026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90282026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90292026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 INFO ok!
90302026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 INFO STEP 47 (ensure_file) COMPLETE
90312026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.577 INFO O| Jul 16 21:35:56.577 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.583 INFO O| Jul 16 21:35:56.583 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90332026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.583 INFO O| Jul 16 21:35:56.583 INFO STEP 48 (ensure_dir) COMPLETE
90342026-07-16T21:35:58.348Z[ recovery-image] Jul 16 21:35:56.583 INFO O| Jul 16 21:35:56.583 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-07-16T21:35:58.349Z[ recovery-image] Jul 16 21:35:56.588 INFO O| Jul 16 21:35:56.588 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90362026-07-16T21:35:58.349Z[ recovery-image] Jul 16 21:35:56.588 INFO O| Jul 16 21:35:56.588 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90372026-07-16T21:35:58.349Z[ recovery-image] Jul 16 21:35:56.588 INFO O| Jul 16 21:35:56.588 INFO STEP 49 (ensure_dir) COMPLETE
90382026-07-16T21:35:58.349Z[ recovery-image] Jul 16 21:35:56.588 INFO O| Jul 16 21:35:56.588 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-07-16T21:35:58.349Z[ recovery-image] Jul 16 21:35:56.594 INFO O| Jul 16 21:35:56.594 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90402026-07-16T21:35:58.350Z[ recovery-image] Jul 16 21:35:56.594 INFO O| Jul 16 21:35:56.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90412026-07-16T21:35:58.350Z[ recovery-image] Jul 16 21:35:56.594 INFO O| Jul 16 21:35:56.594 INFO STEP 50 (ensure_dir) COMPLETE
90422026-07-16T21:35:58.350Z[ recovery-image] Jul 16 21:35:56.594 INFO O| Jul 16 21:35:56.594 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.600 INFO O| Jul 16 21:35:56.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90442026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.600 INFO O| Jul 16 21:35:56.600 INFO copying /tmp/.tmpbjGReu/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90452026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.648 INFO O| Jul 16 21:35:56.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90462026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.648 INFO O| Jul 16 21:35:56.648 INFO ok!
90472026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.648 INFO O| Jul 16 21:35:56.648 INFO STEP 51 (ensure_file) COMPLETE
90482026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.648 INFO O| Jul 16 21:35:56.648 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.656 INFO O| Jul 16 21:35:56.656 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90502026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.656 INFO O| Jul 16 21:35:56.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90512026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.656 INFO O| Jul 16 21:35:56.656 INFO STEP 52 (ensure_dir) COMPLETE
90522026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.656 INFO O| Jul 16 21:35:56.656 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.662 INFO O| Jul 16 21:35:56.662 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90542026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.662 INFO O| Jul 16 21:35:56.662 INFO copying /tmp/.tmpbjGReu/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90552026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.662 INFO O| Jul 16 21:35:56.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90562026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.662 INFO O| Jul 16 21:35:56.662 INFO ok!
90572026-07-16T21:35:58.352Z[ recovery-image] Jul 16 21:35:56.662 INFO O| Jul 16 21:35:56.662 INFO STEP 53 (ensure_file) COMPLETE
90582026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.662 INFO O| Jul 16 21:35:56.662 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.668 INFO O| Jul 16 21:35:56.668 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90602026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.668 INFO O| Jul 16 21:35:56.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90612026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.668 INFO O| Jul 16 21:35:56.668 INFO STEP 54 (ensure_dir) COMPLETE
90622026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.668 INFO O| Jul 16 21:35:56.668 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.674 INFO O| Jul 16 21:35:56.674 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90642026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:56.674 INFO O| Jul 16 21:35:56.674 INFO copying /tmp/.tmpbjGReu/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90652026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:57.190 INFO O| Jul 16 21:35:57.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90662026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:57.190 INFO O| Jul 16 21:35:57.190 INFO ok!
90672026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:57.190 INFO O| Jul 16 21:35:57.190 INFO STEP 55 (ensure_file) COMPLETE
90682026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:57.190 INFO O| Jul 16 21:35:57.190 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:57.197 INFO O| Jul 16 21:35:57.197 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90702026-07-16T21:35:58.353Z[ recovery-image] Jul 16 21:35:57.197 INFO O| Jul 16 21:35:57.197 INFO copying /tmp/.tmpbjGReu/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90712026-07-16T21:35:58.597Z[ recovery-image] Jul 16 21:35:57.751 INFO O| Jul 16 21:35:57.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90722026-07-16T21:35:58.597Z[ recovery-image] Jul 16 21:35:57.751 INFO O| Jul 16 21:35:57.751 INFO ok!
90732026-07-16T21:35:58.597Z[ recovery-image] Jul 16 21:35:57.751 INFO O| Jul 16 21:35:57.751 INFO STEP 56 (ensure_file) COMPLETE
90742026-07-16T21:35:58.603Z[ recovery-image] Jul 16 21:35:57.751 INFO O| Jul 16 21:35:57.751 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-07-16T21:35:58.669Z[ recovery-image] Jul 16 21:35:57.760 INFO O| Jul 16 21:35:57.760 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90762026-07-16T21:35:58.669Z[ recovery-image] Jul 16 21:35:57.760 INFO O| Jul 16 21:35:57.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90772026-07-16T21:35:58.669Z[ recovery-image] Jul 16 21:35:57.760 INFO O| Jul 16 21:35:57.760 INFO STEP 57 (ensure_dir) COMPLETE
90782026-07-16T21:35:58.670Z[ recovery-image] Jul 16 21:35:57.760 INFO O| Jul 16 21:35:57.760 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.766 INFO O| Jul 16 21:35:57.766 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90802026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.766 INFO O| Jul 16 21:35:57.766 INFO copying /tmp/.tmpbjGReu/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 ...
90812026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.766 INFO O| Jul 16 21:35:57.766 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
90822026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.766 INFO O| Jul 16 21:35:57.766 INFO ok!
90832026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.766 INFO O| Jul 16 21:35:57.766 INFO STEP 58 (ensure_file) COMPLETE
90842026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.766 INFO O| Jul 16 21:35:57.766 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.771 INFO O| Jul 16 21:35:57.771 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90862026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.771 INFO O| Jul 16 21:35:57.771 INFO copying /tmp/.tmpbjGReu/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 ...
90872026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.771 INFO O| Jul 16 21:35:57.771 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
90882026-07-16T21:35:58.677Z[ recovery-image] Jul 16 21:35:57.771 INFO O| Jul 16 21:35:57.771 INFO ok!
90892026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.771 INFO O| Jul 16 21:35:57.771 INFO STEP 59 (ensure_file) COMPLETE
90902026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.772 INFO O| Jul 16 21:35:57.771 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.777 INFO O| Jul 16 21:35:57.777 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90922026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.777 INFO O| Jul 16 21:35:57.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90932026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.777 INFO O| Jul 16 21:35:57.777 INFO STEP 60 (ensure_dir) COMPLETE
90942026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.777 INFO O| Jul 16 21:35:57.777 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.785 INFO O| Jul 16 21:35:57.785 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90962026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.785 INFO O| Jul 16 21:35:57.785 INFO copying /tmp/.tmpbjGReu/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 ...
90972026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.785 INFO O| Jul 16 21:35:57.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90982026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.785 INFO O| Jul 16 21:35:57.785 INFO ok!
90992026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.785 INFO O| Jul 16 21:35:57.785 INFO STEP 61 (ensure_file) COMPLETE
91002026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.785 INFO O| Jul 16 21:35:57.785 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.792 INFO O| Jul 16 21:35:57.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91022026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.792 INFO O| Jul 16 21:35:57.792 INFO copying /tmp/.tmpbjGReu/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 ...
91032026-07-16T21:35:58.679Z[ recovery-image] Jul 16 21:35:57.792 INFO O| Jul 16 21:35:57.792 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
91042026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.792 INFO O| Jul 16 21:35:57.792 INFO ok!
91052026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.792 INFO O| Jul 16 21:35:57.792 INFO STEP 62 (ensure_file) COMPLETE
91062026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.792 INFO O| Jul 16 21:35:57.792 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.798 INFO O| Jul 16 21:35:57.798 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91082026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.798 INFO O| Jul 16 21:35:57.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91092026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.798 INFO O| Jul 16 21:35:57.798 INFO STEP 63 (ensure_dir) COMPLETE
91102026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.798 INFO O| Jul 16 21:35:57.798 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.805 INFO O| Jul 16 21:35:57.805 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91122026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.805 INFO O| Jul 16 21:35:57.805 INFO copying /tmp/.tmpbjGReu/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 ...
91132026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.805 INFO O| Jul 16 21:35:57.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91142026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.805 INFO O| Jul 16 21:35:57.805 INFO ok!
91152026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.805 INFO O| Jul 16 21:35:57.805 INFO STEP 64 (ensure_file) COMPLETE
91162026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.805 INFO O| Jul 16 21:35:57.805 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.811 INFO O| Jul 16 21:35:57.811 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91182026-07-16T21:35:58.680Z[ recovery-image] Jul 16 21:35:57.811 INFO O| Jul 16 21:35:57.811 INFO copying /tmp/.tmpbjGReu/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91192026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.811 INFO O| Jul 16 21:35:57.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91202026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.811 INFO O| Jul 16 21:35:57.811 INFO ok!
91212026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.811 INFO O| Jul 16 21:35:57.811 INFO STEP 65 (ensure_file) COMPLETE
91222026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.811 INFO O| Jul 16 21:35:57.811 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.818 INFO O| Jul 16 21:35:57.818 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91242026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.818 INFO O| Jul 16 21:35:57.818 INFO STEP 66 (ensure_dir) COMPLETE
91252026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.818 INFO O| Jul 16 21:35:57.818 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.825 INFO O| Jul 16 21:35:57.825 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91272026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.825 INFO O| Jul 16 21:35:57.825 INFO STEP 67 (ensure_dir) COMPLETE
91282026-07-16T21:35:58.681Z[ recovery-image] Jul 16 21:35:57.825 INFO O| Jul 16 21:35:57.825 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91292026-07-16T21:35:58.685Z[ recovery-image] Jul 16 21:35:57.832 INFO O| Jul 16 21:35:57.832 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91302026-07-16T21:35:58.685Z[ recovery-image] Jul 16 21:35:57.832 INFO O| Jul 16 21:35:57.832 INFO STEP 68 (ensure_dir) COMPLETE
91312026-07-16T21:35:58.685Z[ recovery-image] Jul 16 21:35:57.832 INFO O| Jul 16 21:35:57.832 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91322026-07-16T21:35:58.685Z[ recovery-image] Jul 16 21:35:57.838 INFO O| Jul 16 21:35:57.838 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91332026-07-16T21:35:58.685Z[ recovery-image] Jul 16 21:35:57.838 INFO O| Jul 16 21:35:57.838 INFO STEP 69 (ensure_dir) COMPLETE
91342026-07-16T21:35:58.685Z[ recovery-image] Jul 16 21:35:57.838 INFO O| Jul 16 21:35:57.838 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91352026-07-16T21:35:58.690Z[ recovery-image] Jul 16 21:35:57.844 INFO O| Jul 16 21:35:57.844 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91362026-07-16T21:35:58.690Z[ recovery-image] Jul 16 21:35:57.844 INFO O| Jul 16 21:35:57.844 INFO copying /tmp/.tmpbjGReu/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91372026-07-16T21:35:58.690Z[ recovery-image] Jul 16 21:35:57.844 INFO O| Jul 16 21:35:57.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91382026-07-16T21:35:58.690Z[ recovery-image] Jul 16 21:35:57.844 INFO O| Jul 16 21:35:57.844 INFO ok!
91392026-07-16T21:35:58.690Z[ recovery-image] Jul 16 21:35:57.844 INFO O| Jul 16 21:35:57.844 INFO STEP 70 (ensure_file) COMPLETE
91402026-07-16T21:35:58.693Z[ recovery-image] Jul 16 21:35:57.844 INFO O| Jul 16 21:35:57.844 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-07-16T21:35:58.697Z[ recovery-image] Jul 16 21:35:57.852 INFO O| Jul 16 21:35:57.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91422026-07-16T21:35:58.700Z[ recovery-image] Jul 16 21:35:57.852 INFO O| Jul 16 21:35:57.852 INFO STEP 71 (remove_files) COMPLETE
91432026-07-16T21:35:58.700Z[ recovery-image] Jul 16 21:35:57.852 INFO O| Jul 16 21:35:57.852 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-07-16T21:35:58.704Z[ recovery-image] Jul 16 21:35:57.858 INFO O| Jul 16 21:35:57.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91452026-07-16T21:35:58.707Z[ recovery-image] Jul 16 21:35:57.858 INFO O| Jul 16 21:35:57.858 INFO STEP 72 (remove_files) COMPLETE
91462026-07-16T21:35:58.707Z[ recovery-image] Jul 16 21:35:57.858 INFO O| Jul 16 21:35:57.858 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-07-16T21:35:58.710Z[ recovery-image] Jul 16 21:35:57.864 INFO O| Jul 16 21:35:57.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91482026-07-16T21:35:58.710Z[ recovery-image] Jul 16 21:35:57.865 INFO O| Jul 16 21:35:57.865 INFO STEP 73 (remove_files) COMPLETE
91492026-07-16T21:35:58.712Z[ recovery-image] Jul 16 21:35:57.865 INFO O| Jul 16 21:35:57.865 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-07-16T21:35:58.717Z[ recovery-image] Jul 16 21:35:57.871 INFO O| Jul 16 21:35:57.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91512026-07-16T21:35:58.720Z[ recovery-image] Jul 16 21:35:57.872 INFO O| Jul 16 21:35:57.872 INFO STEP 74 (remove_files) COMPLETE
91522026-07-16T21:35:58.720Z[ recovery-image] Jul 16 21:35:57.872 INFO O| Jul 16 21:35:57.872 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-07-16T21:35:58.724Z[ recovery-image] Jul 16 21:35:57.878 INFO O| Jul 16 21:35:57.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91542026-07-16T21:35:58.724Z[ recovery-image] Jul 16 21:35:57.878 INFO O| Jul 16 21:35:57.878 INFO STEP 75 (remove_files) COMPLETE
91552026-07-16T21:35:58.727Z[ recovery-image] Jul 16 21:35:57.878 INFO O| Jul 16 21:35:57.878 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-07-16T21:35:58.730Z[ recovery-image] Jul 16 21:35:57.884 INFO O| Jul 16 21:35:57.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91572026-07-16T21:35:58.732Z[ recovery-image] Jul 16 21:35:57.884 INFO O| Jul 16 21:35:57.884 INFO STEP 76 (remove_files) COMPLETE
91582026-07-16T21:35:58.732Z[ recovery-image] Jul 16 21:35:57.884 INFO O| Jul 16 21:35:57.884 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-07-16T21:35:58.735Z[ recovery-image] Jul 16 21:35:57.890 INFO O| Jul 16 21:35:57.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91602026-07-16T21:35:58.735Z[ recovery-image] Jul 16 21:35:57.890 INFO O| Jul 16 21:35:57.890 INFO STEP 77 (remove_files) COMPLETE
91612026-07-16T21:35:58.736Z[ recovery-image] Jul 16 21:35:57.890 INFO O| Jul 16 21:35:57.890 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-07-16T21:35:58.741Z[ recovery-image] Jul 16 21:35:57.896 INFO O| Jul 16 21:35:57.896 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91632026-07-16T21:35:58.744Z[ recovery-image] Jul 16 21:35:57.896 INFO O| Jul 16 21:35:57.896 INFO STEP 78 (remove_files) COMPLETE
91642026-07-16T21:35:58.744Z[ recovery-image] Jul 16 21:35:57.896 INFO O| Jul 16 21:35:57.896 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-07-16T21:35:58.747Z[ recovery-image] Jul 16 21:35:57.902 INFO O| Jul 16 21:35:57.902 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91662026-07-16T21:35:58.747Z[ recovery-image] Jul 16 21:35:57.902 INFO O| Jul 16 21:35:57.902 INFO STEP 79 (remove_files) COMPLETE
91672026-07-16T21:35:58.747Z[ recovery-image] Jul 16 21:35:57.902 INFO O| Jul 16 21:35:57.902 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-07-16T21:35:58.754Z[ recovery-image] Jul 16 21:35:57.909 INFO O| Jul 16 21:35:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91692026-07-16T21:35:58.754Z[ recovery-image] Jul 16 21:35:57.909 INFO O| Jul 16 21:35:57.909 INFO STEP 80 (remove_files) COMPLETE
91702026-07-16T21:35:58.754Z[ recovery-image] Jul 16 21:35:57.909 INFO O| Jul 16 21:35:57.909 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-07-16T21:35:58.760Z[ recovery-image] Jul 16 21:35:57.915 INFO O| Jul 16 21:35:57.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91722026-07-16T21:35:58.763Z[ recovery-image] Jul 16 21:35:57.915 INFO O| Jul 16 21:35:57.915 INFO STEP 81 (remove_files) COMPLETE
91732026-07-16T21:35:58.763Z[ recovery-image] Jul 16 21:35:57.915 INFO O| Jul 16 21:35:57.915 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-07-16T21:35:58.767Z[ recovery-image] Jul 16 21:35:57.921 INFO O| Jul 16 21:35:57.921 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91752026-07-16T21:35:58.770Z[ recovery-image] Jul 16 21:35:57.921 INFO O| Jul 16 21:35:57.921 INFO STEP 82 (remove_files) COMPLETE
91762026-07-16T21:35:58.771Z[ recovery-image] Jul 16 21:35:57.921 INFO O| Jul 16 21:35:57.921 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-07-16T21:35:58.775Z[ recovery-image] Jul 16 21:35:57.928 INFO O| Jul 16 21:35:57.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91782026-07-16T21:35:58.775Z[ recovery-image] Jul 16 21:35:57.928 INFO O| Jul 16 21:35:57.928 INFO STEP 83 (remove_files) COMPLETE
91792026-07-16T21:35:58.775Z[ recovery-image] Jul 16 21:35:57.928 INFO O| Jul 16 21:35:57.928 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-07-16T21:35:58.780Z[ recovery-image] Jul 16 21:35:57.935 INFO O| Jul 16 21:35:57.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91812026-07-16T21:35:58.780Z[ recovery-image] Jul 16 21:35:57.935 INFO O| Jul 16 21:35:57.935 INFO STEP 84 (remove_files) COMPLETE
91822026-07-16T21:35:58.783Z[ recovery-image] Jul 16 21:35:57.935 INFO O| Jul 16 21:35:57.935 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-07-16T21:35:58.786Z[ recovery-image] Jul 16 21:35:57.940 INFO O| Jul 16 21:35:57.940 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91842026-07-16T21:35:58.786Z[ recovery-image] Jul 16 21:35:57.940 INFO O| Jul 16 21:35:57.940 INFO STEP 85 (remove_files) COMPLETE
91852026-07-16T21:35:58.786Z[ recovery-image] Jul 16 21:35:57.940 INFO O| Jul 16 21:35:57.940 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-07-16T21:35:58.791Z[ recovery-image] Jul 16 21:35:57.946 INFO O| Jul 16 21:35:57.946 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91872026-07-16T21:35:58.794Z[ recovery-image] Jul 16 21:35:57.946 INFO O| Jul 16 21:35:57.946 INFO STEP 86 (remove_files) COMPLETE
91882026-07-16T21:35:58.795Z[ recovery-image] Jul 16 21:35:57.946 INFO O| Jul 16 21:35:57.946 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-07-16T21:35:58.798Z[ recovery-image] Jul 16 21:35:57.952 INFO O| Jul 16 21:35:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91902026-07-16T21:35:58.799Z[ recovery-image] Jul 16 21:35:57.952 INFO O| Jul 16 21:35:57.952 INFO STEP 87 (remove_files) COMPLETE
91912026-07-16T21:35:58.799Z[ recovery-image] Jul 16 21:35:57.952 INFO O| Jul 16 21:35:57.952 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-07-16T21:35:58.802Z[ recovery-image] Jul 16 21:35:57.957 INFO O| Jul 16 21:35:57.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91932026-07-16T21:35:58.803Z[ recovery-image] Jul 16 21:35:57.957 INFO O| Jul 16 21:35:57.957 INFO STEP 88 (remove_files) COMPLETE
91942026-07-16T21:35:58.806Z[ recovery-image] Jul 16 21:35:57.957 INFO O| Jul 16 21:35:57.957 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-07-16T21:35:58.809Z[ recovery-image] Jul 16 21:35:57.963 INFO O| Jul 16 21:35:57.963 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91962026-07-16T21:35:58.811Z[ recovery-image] Jul 16 21:35:57.963 INFO O| Jul 16 21:35:57.963 INFO STEP 89 (remove_files) COMPLETE
91972026-07-16T21:35:58.811Z[ recovery-image] Jul 16 21:35:57.963 INFO O| Jul 16 21:35:57.963 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-07-16T21:35:58.815Z[ recovery-image] Jul 16 21:35:57.970 INFO O| Jul 16 21:35:57.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91992026-07-16T21:35:58.815Z[ recovery-image] Jul 16 21:35:57.970 INFO O| Jul 16 21:35:57.970 INFO STEP 90 (remove_files) COMPLETE
92002026-07-16T21:35:58.818Z[ recovery-image] Jul 16 21:35:57.970 INFO O| Jul 16 21:35:57.970 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-07-16T21:35:58.822Z[ recovery-image] Jul 16 21:35:57.976 INFO O| Jul 16 21:35:57.976 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92022026-07-16T21:35:58.822Z[ recovery-image] Jul 16 21:35:57.976 INFO O| Jul 16 21:35:57.976 INFO STEP 91 (remove_files) COMPLETE
92032026-07-16T21:35:58.822Z[ recovery-image] Jul 16 21:35:57.976 INFO O| Jul 16 21:35:57.976 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-07-16T21:35:58.828Z[ recovery-image] Jul 16 21:35:57.982 INFO O| Jul 16 21:35:57.982 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92052026-07-16T21:35:58.828Z[ recovery-image] Jul 16 21:35:57.982 INFO O| Jul 16 21:35:57.982 INFO STEP 92 (remove_files) COMPLETE
92062026-07-16T21:35:58.828Z[ recovery-image] Jul 16 21:35:57.982 INFO O| Jul 16 21:35:57.982 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-07-16T21:35:58.835Z[ recovery-image] Jul 16 21:35:57.989 INFO O| Jul 16 21:35:57.989 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92082026-07-16T21:35:58.835Z[ recovery-image] Jul 16 21:35:57.989 INFO O| Jul 16 21:35:57.989 INFO STEP 93 (remove_files) COMPLETE
92092026-07-16T21:35:58.835Z[ recovery-image] Jul 16 21:35:57.989 INFO O| Jul 16 21:35:57.989 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-07-16T21:35:58.840Z[ recovery-image] Jul 16 21:35:57.995 INFO O| Jul 16 21:35:57.995 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92112026-07-16T21:35:58.840Z[ recovery-image] Jul 16 21:35:57.995 INFO O| Jul 16 21:35:57.995 INFO STEP 94 (remove_files) COMPLETE
92122026-07-16T21:35:58.841Z[ recovery-image] Jul 16 21:35:57.995 INFO O| Jul 16 21:35:57.995 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-07-16T21:35:58.846Z[ recovery-image] Jul 16 21:35:58.001 INFO O| Jul 16 21:35:58.001 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92142026-07-16T21:35:58.849Z[ recovery-image] Jul 16 21:35:58.001 INFO O| Jul 16 21:35:58.001 INFO STEP 95 (remove_files) COMPLETE
92152026-07-16T21:35:58.849Z[ recovery-image] Jul 16 21:35:58.001 INFO O| Jul 16 21:35:58.001 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-07-16T21:35:58.853Z[ recovery-image] Jul 16 21:35:58.008 INFO O| Jul 16 21:35:58.008 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92172026-07-16T21:35:58.853Z[ recovery-image] Jul 16 21:35:58.008 INFO O| Jul 16 21:35:58.008 INFO STEP 96 (remove_files) COMPLETE
92182026-07-16T21:35:58.856Z[ recovery-image] Jul 16 21:35:58.008 INFO O| Jul 16 21:35:58.008 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92192026-07-16T21:35:58.862Z[ recovery-image] Jul 16 21:35:58.017 INFO O| Jul 16 21:35:58.017 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92202026-07-16T21:35:58.862Z[ recovery-image] Jul 16 21:35:58.017 INFO O| Jul 16 21:35:58.017 INFO STEP 97 (remove_files) COMPLETE
92212026-07-16T21:35:58.865Z[ recovery-image] Jul 16 21:35:58.017 INFO O| Jul 16 21:35:58.017 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92222026-07-16T21:35:58.868Z[ recovery-image] Jul 16 21:35:58.023 INFO O| Jul 16 21:35:58.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92232026-07-16T21:35:58.868Z[ recovery-image] Jul 16 21:35:58.023 INFO O| Jul 16 21:35:58.023 INFO STEP 98 (remove_files) COMPLETE
92242026-07-16T21:35:58.868Z[ recovery-image] Jul 16 21:35:58.023 INFO O| Jul 16 21:35:58.023 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92252026-07-16T21:35:58.874Z[ recovery-image] Jul 16 21:35:58.029 INFO O| Jul 16 21:35:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92262026-07-16T21:35:58.874Z[ recovery-image] Jul 16 21:35:58.029 INFO O| Jul 16 21:35:58.029 INFO STEP 99 (remove_files) COMPLETE
92272026-07-16T21:35:58.874Z[ recovery-image] Jul 16 21:35:58.029 INFO O| Jul 16 21:35:58.029 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92282026-07-16T21:35:58.883Z[ recovery-image] Jul 16 21:35:58.038 INFO O| Jul 16 21:35:58.038 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92292026-07-16T21:35:58.886Z[ recovery-image] Jul 16 21:35:58.038 INFO O| Jul 16 21:35:58.038 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92302026-07-16T21:36:03.353Z[ recovery-image] Jul 16 21:36:02.496 INFO O| Jul 16 21:36:02.496 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
92312026-07-16T21:36:03.353Z[ recovery-image] Jul 16 21:36:02.496 INFO O| Jul 16 21:36:02.496 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92322026-07-16T21:36:03.357Z[ recovery-image] Jul 16 21:36:02.510 INFO O| Jul 16 21:36:02.510 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92332026-07-16T21:36:03.474Z[ recovery-image] Jul 16 21:36:02.628 INFO O| Jul 16 21:36:02.627 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92342026-07-16T21:36:03.525Z[ recovery-image] Jul 16 21:36:02.679 INFO O| Jul 16 21:36:02.679 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
92352026-07-16T21:36:03.583Z[ recovery-image] Jul 16 21:36:02.737 INFO O| Jul 16 21:36:02.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92362026-07-16T21:36:03.583Z[ recovery-image] Jul 16 21:36:02.737 INFO O| Jul 16 21:36:02.737 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 ...
92372026-07-16T21:36:03.587Z[ recovery-image] Jul 16 21:36:02.738 INFO O| Jul 16 21:36:02.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92382026-07-16T21:36:03.587Z[ recovery-image] Jul 16 21:36:02.738 INFO O| Jul 16 21:36:02.738 INFO ok!
92392026-07-16T21:36:03.587Z[ recovery-image] Jul 16 21:36:02.738 INFO O| Jul 16 21:36:02.738 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92402026-07-16T21:36:03.588Z[ recovery-image] Jul 16 21:36:02.738 INFO O| Jul 16 21:36:02.738 INFO STEP 100 (seed_smf) COMPLETE
92412026-07-16T21:36:03.588Z[ recovery-image] Jul 16 21:36:02.738 INFO O| Jul 16 21:36:02.738 INFO steps complete; finalising image!
92422026-07-16T21:36:03.588Z[ recovery-image] Jul 16 21:36:02.738 INFO O| Jul 16 21:36:02.738 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92432026-07-16T21:36:03.611Z[ recovery-image] Jul 16 21:36:02.765 INFO O| Jul 16 21:36:02.765 INFO trim TEMPORARY-sled-zfs-recovery: (13% trimmed, started at Thu Jul 16 21:36:02 2026)
92442026-07-16T21:36:03.816Z[ recovery-image] Jul 16 21:36:02.970 INFO O| Jul 16 21:36:02.970 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Jul 16 21:36:02 2026)
92452026-07-16T21:36:04.023Z[ recovery-image] Jul 16 21:36:03.176 INFO O| Jul 16 21:36:03.176 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Jul 16 21:36:02 2026)
92462026-07-16T21:36:04.237Z[ recovery-image] Jul 16 21:36:03.391 INFO O| Jul 16 21:36:03.391 INFO temporary pool has 498M used, 1.26G avail, 1.00x compressratio
92472026-07-16T21:36:04.237Z[ recovery-image] Jul 16 21:36:03.391 INFO O| Jul 16 21:36:03.391 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92482026-07-16T21:36:04.471Z[ recovery-image] Jul 16 21:36:03.625 INFO O| Jul 16 21:36:03.625 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
92492026-07-16T21:36:04.471Z[ recovery-image] Jul 16 21:36:03.625 INFO O| Jul 16 21:36:03.625 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92502026-07-16T21:36:06.593Z[ recovery-image] Jul 16 21:36:05.747 INFO O| Jul 16 21:36:05.747 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92512026-07-16T21:36:06.593Z[ recovery-image] Jul 16 21:36:05.747 INFO O| Jul 16 21:36:05.747 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92522026-07-16T21:36:06.593Z[ recovery-image] Jul 16 21:36:05.747 INFO O| Jul 16 21:36:05.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92532026-07-16T21:36:06.597Z[ recovery-image] Jul 16 21:36:05.747 INFO O| Jul 16 21:36:05.747 INFO completed processing sled/zfs-recovery
92542026-07-16T21:36:06.597Z[ recovery-image] Jul 16 21:36:05.747 INFO O| Jul 16 21:36:05.747 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92552026-07-16T21:36:08.572Z[ recovery-image] Jul 16 21:36:07.726 INFO O| Jul 16 21:36:07.726 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92562026-07-16T21:36:08.627Z[ recovery-image] Jul 16 21:36:07.781 INFO BUILD STRING "heads/stlouis-0-g493194508b9\n"
92572026-07-16T21:36:08.627Z[ recovery-image] Jul 16 21:36:07.781 INFO expanded image name: "recovery f3118d4/${os_short_commit} 2026-07-16 21:22" -> "recovery f3118d4/4931945 2026-07-16 21:22"
92582026-07-16T21:36:08.631Z[ recovery-image] Jul 16 21:36:07.781 INFO output artefacts stored in: "/work/os-recovery"
92592026-07-16T21:36:08.631Z[ recovery-image] Jul 16 21:36:07.781 INFO collecting git info from project "amd-host-image-builder"...
92602026-07-16T21:36:08.666Z[ recovery-image] Jul 16 21:36:07.820 INFO collecting git info from project "pilot"...
92612026-07-16T21:36:08.672Z[ recovery-image] Jul 16 21:36:07.827 INFO collecting git info from project "pinprick"...
92622026-07-16T21:36:08.677Z[ recovery-image] Jul 16 21:36:07.831 INFO collecting git info from project "chelsio-t6-roms"...
92632026-07-16T21:36:08.691Z[ recovery-image] Jul 16 21:36:07.845 INFO collecting git info from project "image-builder"...
92642026-07-16T21:36:08.695Z[ recovery-image] Jul 16 21:36:07.849 INFO collecting git info from project "amd-firmware"...
92652026-07-16T21:36:08.998Z[ recovery-image] Jul 16 21:36:08.151 INFO collecting git info from project "bootserver"...
92662026-07-16T21:36:09.002Z[ recovery-image] Jul 16 21:36:08.156 INFO collecting git info from project "phbl"...
92672026-07-16T21:36:09.007Z[ recovery-image] Jul 16 21:36:08.161 INFO collecting git info from project "dmar-report"...
92682026-07-16T21:36:09.015Z[ recovery-image] Jul 16 21:36:08.169 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92692026-07-16T21:36:09.295Z[ recovery-image] Jul 16 21:36:08.449 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92702026-07-16T21:36:09.567Z[ recovery-image] Jul 16 21:36:08.721 INFO creating Oxide boot image...
92712026-07-16T21:36:09.567Z[ recovery-image] Jul 16 21:36:08.721 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f3118d4/4931945 2026-07-16 21:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92722026-07-16T21:36:16.484Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24115:20260716T173418Z
92732026-07-16T21:36:16.484Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24115:20260716T173418Z
92742026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92752026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92762026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92772026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92782026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92792026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.638 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92802026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.639 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260716T212237Z
92812026-07-16T21:36:16.490Z[ host-image] Jul 16 21:36:15.639 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92822026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.639 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92832026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.639 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24115:20260716T173418Z
92842026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24115:20260716T173419Z
92852026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24115:20260716T173419Z
92862026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24115:20260716T173419Z
92872026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92882026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24115:20260716T173419Z
92892026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24115:20260716T173419Z
92902026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24115:20260716T173419Z
92912026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24115:20260716T173419Z
92922026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24115:20260716T173420Z
92932026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.640 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24115:20260716T173420Z
92942026-07-16T21:36:16.491Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24115:20260716T173420Z
92952026-07-16T21:36:16.492Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24115:20260716T173421Z
92962026-07-16T21:36:16.492Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24115:20260716T173421Z
92972026-07-16T21:36:16.492Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24115:20260716T173421Z
92982026-07-16T21:36:16.492Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24115:20260716T173421Z
92992026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24115:20260716T173422Z
93002026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24115:20260716T173422Z
93012026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24115:20260716T173423Z
93022026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24115:20260716T173424Z
93032026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
93042026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24115:20260716T173425Z
93052026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24115:20260716T173426Z
93062026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24115:20260716T173427Z
93072026-07-16T21:36:16.493Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24115:20260716T173427Z
93082026-07-16T21:36:16.494Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24115:20260716T173428Z
93092026-07-16T21:36:16.494Z[ host-image] Jul 16 21:36:15.641 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24115:20260716T173428Z
93102026-07-16T21:36:16.498Z[ host-image] Jul 16 21:36:15.644 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93112026-07-16T21:36:16.498Z[ host-image] Jul 16 21:36:15.644 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24115:20260716T173428Z
93122026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.644 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93132026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.644 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93142026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93152026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93162026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24115:20260716T173428Z
93172026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93182026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93192026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93202026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.645 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93212026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.648 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93222026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.648 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93232026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.648 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93242026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.649 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93252026-07-16T21:36:16.499Z[ host-image] Jul 16 21:36:15.649 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93262026-07-16T21:36:16.500Z[ host-image] Jul 16 21:36:15.649 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93272026-07-16T21:36:16.506Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93282026-07-16T21:36:16.511Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93292026-07-16T21:36:16.511Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93302026-07-16T21:36:16.511Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24115:20260716T173430Z
93312026-07-16T21:36:16.511Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24115:20260716T173434Z
93322026-07-16T21:36:16.512Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93332026-07-16T21:36:16.512Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24115:20260716T173434Z
93342026-07-16T21:36:16.512Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93352026-07-16T21:36:16.513Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93362026-07-16T21:36:16.513Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93372026-07-16T21:36:16.513Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93382026-07-16T21:36:16.513Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24115:20260716T173434Z
93392026-07-16T21:36:16.514Z[ host-image] Jul 16 21:36:15.661 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93402026-07-16T21:36:16.514Z[ host-image] Jul 16 21:36:15.662 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93412026-07-16T21:36:16.514Z[ host-image] Jul 16 21:36:15.662 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93422026-07-16T21:36:16.514Z[ host-image] Jul 16 21:36:15.662 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93432026-07-16T21:36:16.514Z[ host-image] Jul 16 21:36:15.662 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24115:20260716T173434Z
93442026-07-16T21:36:16.514Z[ host-image] Jul 16 21:36:15.662 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93452026-07-16T21:36:16.518Z[ host-image] Jul 16 21:36:15.666 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93462026-07-16T21:36:16.518Z[ host-image] Jul 16 21:36:15.666 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24115:20260716T173435Z
93472026-07-16T21:36:16.518Z[ host-image] Jul 16 21:36:15.667 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24115:20260716T173435Z
93482026-07-16T21:36:16.518Z[ host-image] Jul 16 21:36:15.667 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24115:20260716T173435Z
93492026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.667 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93502026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.667 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24115:20260716T173436Z
93512026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.668 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24115:20260716T173436Z
93522026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.668 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24115:20260716T173436Z
93532026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.668 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24115:20260716T173436Z
93542026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93552026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24115:20260716T173437Z
93562026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24115:20260716T173437Z
93572026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93582026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24115:20260716T173437Z
93592026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24115:20260716T173438Z
93602026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24115:20260716T173438Z
93612026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.669 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24115:20260716T173438Z
93622026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.671 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24115:20260716T173438Z
93632026-07-16T21:36:16.520Z[ host-image] Jul 16 21:36:15.671 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93642026-07-16T21:36:16.521Z[ host-image] Jul 16 21:36:15.672 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24115:20260716T173438Z
93652026-07-16T21:36:16.525Z[ host-image] Jul 16 21:36:15.672 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24115:20260716T173438Z
93662026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.672 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24115:20260716T173438Z
93672026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.672 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24115:20260716T173438Z
93682026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.672 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24115:20260716T173438Z
93692026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.672 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24115:20260716T173439Z
93702026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.673 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24115:20260716T173439Z
93712026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.675 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24115:20260716T173440Z
93722026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.675 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24115:20260716T173439Z
93732026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.676 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24115:20260716T173439Z
93742026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.676 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24115:20260716T173439Z
93752026-07-16T21:36:16.527Z[ host-image] Jul 16 21:36:15.676 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24115:20260716T173440Z
93762026-07-16T21:36:16.531Z[ host-image] Jul 16 21:36:15.682 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24115:20260716T173442Z
93772026-07-16T21:36:16.531Z[ host-image] Jul 16 21:36:15.682 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24115:20260716T173440Z
93782026-07-16T21:36:16.531Z[ host-image] Jul 16 21:36:15.682 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24115:20260716T173440Z
93792026-07-16T21:36:16.532Z[ host-image] Jul 16 21:36:15.682 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93802026-07-16T21:36:16.532Z[ host-image] Jul 16 21:36:15.682 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93812026-07-16T21:36:16.537Z[ host-image] Jul 16 21:36:15.690 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24115:20260716T173440Z
93822026-07-16T21:36:16.538Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93832026-07-16T21:36:16.538Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24115:20260716T173440Z
93842026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24115:20260716T173440Z
93852026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24115:20260716T173441Z
93862026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93872026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93882026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24115:20260716T173441Z
93892026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24115:20260716T173441Z
93902026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.691 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24115:20260716T173441Z
93912026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.692 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24115:20260716T173441Z
93922026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.692 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24115:20260716T173442Z
93932026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.692 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24115:20260716T173442Z
93942026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.692 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93952026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24115:20260716T173442Z
93962026-07-16T21:36:16.542Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24115:20260716T173442Z
93972026-07-16T21:36:16.543Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24115:20260716T173442Z
93982026-07-16T21:36:16.543Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24115:20260716T173443Z
93992026-07-16T21:36:16.543Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24115:20260716T173443Z
94002026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24115:20260716T173443Z
94012026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94022026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94032026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24115:20260716T173445Z
94042026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24115:20260716T173445Z
94052026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.693 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94062026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.694 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94072026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.694 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94082026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.694 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94092026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.694 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94102026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.694 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94112026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.694 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94122026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.695 INFO O| tempdir @ "/tmp/.tmprOWGnG/tmp"
94132026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.695 INFO O| image root @ "/tmp/.tmprOWGnG/tmp/root"
94142026-07-16T21:36:16.544Z[ host-image] Jul 16 21:36:15.695 INFO O| creating image...
94152026-07-16T21:36:16.860Z[ host-image] Jul 16 21:36:16.014 INFO O| copying publishers...
94162026-07-16T21:36:17.854Z[ host-image] Jul 16 21:36:17.007 INFO O| adding properties...
94172026-07-16T21:36:18.587Z[ host-image] Jul 16 21:36:17.741 INFO O| installing packages...
94182026-07-16T21:36:27.992Z[ host-image] Jul 16 21:36:27.143 INFO O| seeding SMF database...
94192026-07-16T21:36:32.331Z[ host-image] Jul 16 21:36:31.478 INFO O| configuring SMF profile...
94202026-07-16T21:36:32.331Z[ host-image] Jul 16 21:36:31.478 INFO O| modifying shadow(5)...
94212026-07-16T21:36:32.331Z[ host-image] Jul 16 21:36:31.478 INFO O| loading user and group database...
94222026-07-16T21:36:32.351Z[ host-image] Jul 16 21:36:31.478 INFO O| loading facet selections...
94232026-07-16T21:36:32.636Z[ host-image] Jul 16 21:36:31.774 INFO O| devel -> true
94242026-07-16T21:36:32.636Z[ host-image] Jul 16 21:36:31.774 INFO O| doc.man -> true
94252026-07-16T21:36:32.636Z[ host-image] Jul 16 21:36:31.774 INFO O| version-lock.shell/ksh93 -> true
94262026-07-16T21:36:32.687Z[ host-image] Jul 16 21:36:31.774 INFO O| version-lock.system/data/hardware-registry -> true
94272026-07-16T21:36:32.687Z[ host-image] Jul 16 21:36:31.774 INFO O| version-lock.system/data/zoneinfo -> true
94282026-07-16T21:36:32.687Z[ host-image] Jul 16 21:36:31.774 INFO O| version-lock.system/microcode/amd -> true
94292026-07-16T21:36:32.688Z[ host-image] Jul 16 21:36:31.774 INFO O| version-lock.system/microcode/intel -> true
94302026-07-16T21:36:32.688Z[ host-image] Jul 16 21:36:31.774 INFO O| version-lock.system/microcode/oxide -> true
94312026-07-16T21:36:32.688Z[ host-image] Jul 16 21:36:31.774 INFO O| assessing packaged files...
94322026-07-16T21:36:34.051Z[ host-image] Jul 16 21:36:33.191 INFO O| creating archive...
94332026-07-16T21:36:34.060Z[ host-image] Jul 16 21:36:33.212 INFO O| missing from packaging:
94342026-07-16T21:36:34.060Z[ host-image] Jul 16 21:36:33.212 INFO O| "etc/.pwd.lock"
94352026-07-16T21:36:34.070Z[ host-image] Jul 16 21:36:33.212 INFO O| "etc/bash"
94362026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.216 INFO O| "etc/svc/profile/generic.xml"
94372026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.216 INFO O| "etc/svc/profile/inetd_services.xml"
94382026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.216 INFO O| "etc/svc/profile/name_service.xml"
94392026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.216 INFO O| "etc/svc/profile/platform.xml"
94402026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.216 INFO O| "etc/svc/profile/platform_omicron1.xml"
94412026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.216 INFO O| "etc/svc/repository.db"
94422026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.222 INFO O| "opt/ooce/share"
94432026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.222 INFO O| "opt/ooce/share/man"
94442026-07-16T21:36:34.071Z[ host-image] Jul 16 21:36:33.222 INFO O| "opt/ooce/share/man/man1"
94452026-07-16T21:36:34.080Z[ host-image] Jul 16 21:36:33.231 INFO O| finishing archive...
94462026-07-16T21:36:36.400Z[ host-image] Jul 16 21:36:35.554 INFO O| creating gzonly manifest...
94472026-07-16T21:36:36.405Z[ host-image] Jul 16 21:36:35.560 INFO O| ok
94482026-07-16T21:36:36.502Z[ host-image] Jul 16 21:36:35.656 INFO image builder template: ramdisk-02-trim...
94492026-07-16T21:36:36.502Z[ host-image] Jul 16 21:36:35.656 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/.tmpbjGReu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94502026-07-16T21:36:36.520Z[ host-image] Jul 16 21:36:35.674 INFO O| Jul 16 21:36:35.674 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94512026-07-16T21:36:36.523Z[ host-image] Jul 16 21:36:35.678 INFO O| Jul 16 21:36:35.678 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94522026-07-16T21:36:36.698Z[ host-image] Jul 16 21:36:35.851 INFO O| Jul 16 21:36:35.851 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94532026-07-16T21:36:36.772Z[ host-image] Jul 16 21:36:35.927 INFO O| Jul 16 21:36:35.926 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94542026-07-16T21:36:36.773Z[ host-image] Jul 16 21:36:35.927 INFO O| Jul 16 21:36:35.927 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94552026-07-16T21:36:36.776Z[ host-image] Jul 16 21:36:35.930 INFO O| Jul 16 21:36:35.930 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94562026-07-16T21:36:36.780Z[ host-image] Jul 16 21:36:35.934 INFO O| Jul 16 21:36:35.934 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94572026-07-16T21:36:36.783Z[ host-image] Jul 16 21:36:35.937 INFO O| Jul 16 21:36:35.937 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94582026-07-16T21:36:37.179Z[ host-image] Jul 16 21:36:36.332 INFO O| Jul 16 21:36:36.332 INFO rolled back to input snapshot; work may begin
94592026-07-16T21:36:37.179Z[ host-image] Jul 16 21:36:36.332 INFO O| Jul 16 21:36:36.332 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94602026-07-16T21:36:37.182Z[ host-image] Jul 16 21:36:36.336 INFO O| Jul 16 21:36:36.336 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-07-16T21:36:37.189Z[ host-image] Jul 16 21:36:36.343 INFO O| Jul 16 21:36:36.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94622026-07-16T21:36:37.224Z[ host-image] Jul 16 21:36:36.378 INFO O| Jul 16 21:36:36.378 INFO STEP 0 (remove_files) COMPLETE
94632026-07-16T21:36:37.224Z[ host-image] Jul 16 21:36:36.378 INFO O| Jul 16 21:36:36.378 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-07-16T21:36:37.233Z[ host-image] Jul 16 21:36:36.387 INFO O| Jul 16 21:36:36.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94652026-07-16T21:36:37.236Z[ host-image] Jul 16 21:36:36.388 INFO O| Jul 16 21:36:36.388 INFO STEP 1 (remove_files) COMPLETE
94662026-07-16T21:36:37.236Z[ host-image] Jul 16 21:36:36.388 INFO O| Jul 16 21:36:36.388 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-07-16T21:36:37.241Z[ host-image] Jul 16 21:36:36.395 INFO O| Jul 16 21:36:36.395 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94682026-07-16T21:36:37.252Z[ host-image] Jul 16 21:36:36.406 INFO O| Jul 16 21:36:36.406 INFO STEP 2 (remove_files) COMPLETE
94692026-07-16T21:36:37.252Z[ host-image] Jul 16 21:36:36.407 INFO O| Jul 16 21:36:36.406 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-07-16T21:36:37.259Z[ host-image] Jul 16 21:36:36.414 INFO O| Jul 16 21:36:36.414 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94712026-07-16T21:36:37.262Z[ host-image] Jul 16 21:36:36.415 INFO O| Jul 16 21:36:36.415 INFO STEP 3 (remove_files) COMPLETE
94722026-07-16T21:36:37.263Z[ host-image] Jul 16 21:36:36.415 INFO O| Jul 16 21:36:36.415 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-07-16T21:36:37.268Z[ host-image] Jul 16 21:36:36.422 INFO O| Jul 16 21:36:36.421 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94742026-07-16T21:36:37.271Z[ host-image] Jul 16 21:36:36.424 INFO O| Jul 16 21:36:36.424 INFO STEP 4 (remove_files) COMPLETE
94752026-07-16T21:36:37.271Z[ host-image] Jul 16 21:36:36.424 INFO O| Jul 16 21:36:36.424 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-07-16T21:36:37.276Z[ host-image] Jul 16 21:36:36.430 INFO O| Jul 16 21:36:36.430 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94772026-07-16T21:36:37.280Z[ host-image] Jul 16 21:36:36.432 INFO O| Jul 16 21:36:36.432 INFO STEP 5 (remove_files) COMPLETE
94782026-07-16T21:36:37.280Z[ host-image] Jul 16 21:36:36.432 INFO O| Jul 16 21:36:36.432 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-07-16T21:36:37.285Z[ host-image] Jul 16 21:36:36.438 INFO O| Jul 16 21:36:36.438 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94802026-07-16T21:36:37.293Z[ host-image] Jul 16 21:36:36.447 INFO O| Jul 16 21:36:36.447 INFO STEP 6 (remove_files) COMPLETE
94812026-07-16T21:36:37.293Z[ host-image] Jul 16 21:36:36.447 INFO O| Jul 16 21:36:36.447 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-07-16T21:36:37.293Z[ host-image] Jul 16 21:36:36.447 INFO O| Jul 16 21:36:36.447 INFO skip step because feature "heliosv2" is not enabled
94832026-07-16T21:36:37.297Z[ host-image] Jul 16 21:36:36.447 INFO O| Jul 16 21:36:36.447 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-07-16T21:36:37.300Z[ host-image] Jul 16 21:36:36.454 INFO O| Jul 16 21:36:36.454 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94852026-07-16T21:36:37.310Z[ host-image] Jul 16 21:36:36.464 INFO O| Jul 16 21:36:36.464 INFO STEP 8 (remove_files) COMPLETE
94862026-07-16T21:36:37.314Z[ host-image] Jul 16 21:36:36.464 INFO O| Jul 16 21:36:36.464 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-07-16T21:36:37.318Z[ host-image] Jul 16 21:36:36.472 INFO O| Jul 16 21:36:36.472 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94882026-07-16T21:36:37.380Z[ host-image] Jul 16 21:36:36.534 INFO O| Jul 16 21:36:36.534 INFO STEP 9 (remove_files) COMPLETE
94892026-07-16T21:36:37.380Z[ host-image] Jul 16 21:36:36.534 INFO O| Jul 16 21:36:36.534 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-07-16T21:36:37.387Z[ host-image] Jul 16 21:36:36.541 INFO O| Jul 16 21:36:36.541 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94912026-07-16T21:36:37.454Z[ host-image] Jul 16 21:36:36.608 INFO O| Jul 16 21:36:36.608 INFO STEP 10 (remove_files) COMPLETE
94922026-07-16T21:36:37.454Z[ host-image] Jul 16 21:36:36.608 INFO O| Jul 16 21:36:36.608 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-07-16T21:36:37.463Z[ host-image] Jul 16 21:36:36.617 INFO O| Jul 16 21:36:36.617 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94942026-07-16T21:36:37.466Z[ host-image] Jul 16 21:36:36.619 INFO O| Jul 16 21:36:36.619 INFO STEP 11 (remove_files) COMPLETE
94952026-07-16T21:36:37.467Z[ host-image] Jul 16 21:36:36.619 INFO O| Jul 16 21:36:36.619 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-07-16T21:36:37.472Z[ host-image] Jul 16 21:36:36.626 INFO O| Jul 16 21:36:36.626 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94972026-07-16T21:36:37.475Z[ host-image] Jul 16 21:36:36.627 INFO O| Jul 16 21:36:36.627 INFO STEP 12 (remove_files) COMPLETE
94982026-07-16T21:36:37.475Z[ host-image] Jul 16 21:36:36.627 INFO O| Jul 16 21:36:36.627 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-07-16T21:36:37.478Z[ host-image] Jul 16 21:36:36.633 INFO O| Jul 16 21:36:36.633 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95002026-07-16T21:36:37.482Z[ host-image] Jul 16 21:36:36.634 INFO O| Jul 16 21:36:36.634 INFO STEP 13 (remove_files) COMPLETE
95012026-07-16T21:36:37.482Z[ host-image] Jul 16 21:36:36.634 INFO O| Jul 16 21:36:36.634 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-07-16T21:36:37.503Z[ host-image] Jul 16 21:36:36.657 INFO O| Jul 16 21:36:36.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95032026-07-16T21:36:37.507Z[ host-image] Jul 16 21:36:36.658 INFO O| Jul 16 21:36:36.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95042026-07-16T21:36:37.702Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95052026-07-16T21:36:37.702Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95062026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95072026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95082026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95092026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95102026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95112026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95122026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95132026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95142026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95152026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.856 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95162026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.857 INFO O| Jul 16 21:36:36.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95172026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.857 INFO O| Jul 16 21:36:36.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95182026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.857 INFO O| Jul 16 21:36:36.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95192026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.857 INFO O| Jul 16 21:36:36.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95202026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.857 INFO O| Jul 16 21:36:36.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95212026-07-16T21:36:37.706Z[ host-image] Jul 16 21:36:36.857 INFO O| Jul 16 21:36:36.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95222026-07-16T21:36:37.711Z[ host-image] Jul 16 21:36:36.865 INFO O| Jul 16 21:36:36.865 INFO STEP 14 (remove_files) COMPLETE
95232026-07-16T21:36:37.711Z[ host-image] Jul 16 21:36:36.865 INFO O| Jul 16 21:36:36.865 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-07-16T21:36:37.719Z[ host-image] Jul 16 21:36:36.874 INFO O| Jul 16 21:36:36.874 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95252026-07-16T21:36:37.723Z[ host-image] Jul 16 21:36:36.875 INFO O| Jul 16 21:36:36.875 INFO STEP 15 (remove_files) COMPLETE
95262026-07-16T21:36:37.723Z[ host-image] Jul 16 21:36:36.875 INFO O| Jul 16 21:36:36.875 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-07-16T21:36:37.726Z[ host-image] Jul 16 21:36:36.881 INFO O| Jul 16 21:36:36.881 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95282026-07-16T21:36:37.732Z[ host-image] Jul 16 21:36:36.886 INFO O| Jul 16 21:36:36.886 INFO STEP 16 (remove_files) COMPLETE
95292026-07-16T21:36:37.732Z[ host-image] Jul 16 21:36:36.886 INFO O| Jul 16 21:36:36.886 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-07-16T21:36:37.738Z[ host-image] Jul 16 21:36:36.892 INFO O| Jul 16 21:36:36.892 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95312026-07-16T21:36:37.741Z[ host-image] Jul 16 21:36:36.892 INFO O| Jul 16 21:36:36.892 INFO STEP 17 (remove_files) COMPLETE
95322026-07-16T21:36:37.741Z[ host-image] Jul 16 21:36:36.892 INFO O| Jul 16 21:36:36.892 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-07-16T21:36:37.746Z[ host-image] Jul 16 21:36:36.900 INFO O| Jul 16 21:36:36.900 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95342026-07-16T21:36:37.749Z[ host-image] Jul 16 21:36:36.901 INFO O| Jul 16 21:36:36.901 INFO STEP 18 (remove_files) COMPLETE
95352026-07-16T21:36:37.749Z[ host-image] Jul 16 21:36:36.901 INFO O| Jul 16 21:36:36.901 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-07-16T21:36:37.753Z[ host-image] Jul 16 21:36:36.907 INFO O| Jul 16 21:36:36.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95372026-07-16T21:36:37.753Z[ host-image] Jul 16 21:36:36.907 INFO O| Jul 16 21:36:36.907 INFO STEP 19 (remove_files) COMPLETE
95382026-07-16T21:36:37.753Z[ host-image] Jul 16 21:36:36.907 INFO O| Jul 16 21:36:36.907 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-07-16T21:36:37.760Z[ host-image] Jul 16 21:36:36.914 INFO O| Jul 16 21:36:36.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95402026-07-16T21:36:37.763Z[ host-image] Jul 16 21:36:36.914 INFO O| Jul 16 21:36:36.914 INFO STEP 20 (remove_files) COMPLETE
95412026-07-16T21:36:37.763Z[ host-image] Jul 16 21:36:36.914 INFO O| Jul 16 21:36:36.914 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-07-16T21:36:37.766Z[ host-image] Jul 16 21:36:36.920 INFO O| Jul 16 21:36:36.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95432026-07-16T21:36:37.766Z[ host-image] Jul 16 21:36:36.920 INFO O| Jul 16 21:36:36.920 INFO STEP 21 (remove_files) COMPLETE
95442026-07-16T21:36:37.769Z[ host-image] Jul 16 21:36:36.920 INFO O| Jul 16 21:36:36.920 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-07-16T21:36:37.772Z[ host-image] Jul 16 21:36:36.926 INFO O| Jul 16 21:36:36.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95462026-07-16T21:36:37.772Z[ host-image] Jul 16 21:36:36.926 INFO O| Jul 16 21:36:36.926 INFO STEP 22 (remove_files) COMPLETE
95472026-07-16T21:36:37.772Z[ host-image] Jul 16 21:36:36.926 INFO O| Jul 16 21:36:36.926 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-07-16T21:36:37.779Z[ host-image] Jul 16 21:36:36.933 INFO O| Jul 16 21:36:36.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95492026-07-16T21:36:37.779Z[ host-image] Jul 16 21:36:36.933 INFO O| Jul 16 21:36:36.933 INFO STEP 23 (remove_files) COMPLETE
95502026-07-16T21:36:37.779Z[ host-image] Jul 16 21:36:36.933 INFO O| Jul 16 21:36:36.933 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-07-16T21:36:37.786Z[ host-image] Jul 16 21:36:36.940 INFO O| Jul 16 21:36:36.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95522026-07-16T21:36:37.789Z[ host-image] Jul 16 21:36:36.940 INFO O| Jul 16 21:36:36.940 INFO STEP 24 (remove_files) COMPLETE
95532026-07-16T21:36:37.789Z[ host-image] Jul 16 21:36:36.940 INFO O| Jul 16 21:36:36.940 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-07-16T21:36:37.792Z[ host-image] Jul 16 21:36:36.947 INFO O| Jul 16 21:36:36.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95552026-07-16T21:36:37.793Z[ host-image] Jul 16 21:36:36.947 INFO O| Jul 16 21:36:36.947 INFO STEP 25 (remove_files) COMPLETE
95562026-07-16T21:36:37.793Z[ host-image] Jul 16 21:36:36.947 INFO O| Jul 16 21:36:36.947 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-07-16T21:36:37.799Z[ host-image] Jul 16 21:36:36.953 INFO O| Jul 16 21:36:36.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95582026-07-16T21:36:37.799Z[ host-image] Jul 16 21:36:36.953 INFO O| Jul 16 21:36:36.953 INFO STEP 26 (remove_files) COMPLETE
95592026-07-16T21:36:37.799Z[ host-image] Jul 16 21:36:36.953 INFO O| Jul 16 21:36:36.953 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-07-16T21:36:37.806Z[ host-image] Jul 16 21:36:36.960 INFO O| Jul 16 21:36:36.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95612026-07-16T21:36:37.806Z[ host-image] Jul 16 21:36:36.960 INFO O| Jul 16 21:36:36.960 INFO STEP 27 (remove_files) COMPLETE
95622026-07-16T21:36:37.806Z[ host-image] Jul 16 21:36:36.960 INFO O| Jul 16 21:36:36.960 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-07-16T21:36:37.812Z[ host-image] Jul 16 21:36:36.967 INFO O| Jul 16 21:36:36.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95642026-07-16T21:36:37.812Z[ host-image] Jul 16 21:36:36.967 INFO O| Jul 16 21:36:36.967 INFO STEP 28 (remove_files) COMPLETE
95652026-07-16T21:36:37.816Z[ host-image] Jul 16 21:36:36.967 INFO O| Jul 16 21:36:36.967 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-07-16T21:36:37.819Z[ host-image] Jul 16 21:36:36.972 INFO O| Jul 16 21:36:36.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95672026-07-16T21:36:37.819Z[ host-image] Jul 16 21:36:36.973 INFO O| Jul 16 21:36:36.972 INFO STEP 29 (remove_files) COMPLETE
95682026-07-16T21:36:37.819Z[ host-image] Jul 16 21:36:36.973 INFO O| Jul 16 21:36:36.973 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-07-16T21:36:37.825Z[ host-image] Jul 16 21:36:36.979 INFO O| Jul 16 21:36:36.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95702026-07-16T21:36:37.825Z[ host-image] Jul 16 21:36:36.979 INFO O| Jul 16 21:36:36.979 INFO STEP 30 (remove_files) COMPLETE
95712026-07-16T21:36:37.828Z[ host-image] Jul 16 21:36:36.979 INFO O| Jul 16 21:36:36.979 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-07-16T21:36:37.831Z[ host-image] Jul 16 21:36:36.985 INFO O| Jul 16 21:36:36.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95732026-07-16T21:36:37.831Z[ host-image] Jul 16 21:36:36.985 INFO O| Jul 16 21:36:36.985 INFO STEP 31 (remove_files) COMPLETE
95742026-07-16T21:36:37.831Z[ host-image] Jul 16 21:36:36.985 INFO O| Jul 16 21:36:36.985 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-07-16T21:36:37.837Z[ host-image] Jul 16 21:36:36.991 INFO O| Jul 16 21:36:36.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95762026-07-16T21:36:37.837Z[ host-image] Jul 16 21:36:36.991 INFO O| Jul 16 21:36:36.991 INFO STEP 32 (remove_files) COMPLETE
95772026-07-16T21:36:37.837Z[ host-image] Jul 16 21:36:36.991 INFO O| Jul 16 21:36:36.991 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-07-16T21:36:37.843Z[ host-image] Jul 16 21:36:36.998 INFO O| Jul 16 21:36:36.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95792026-07-16T21:36:37.844Z[ host-image] Jul 16 21:36:36.998 INFO O| Jul 16 21:36:36.997 INFO STEP 33 (remove_files) COMPLETE
95802026-07-16T21:36:37.847Z[ host-image] Jul 16 21:36:36.998 INFO O| Jul 16 21:36:36.998 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-07-16T21:36:37.850Z[ host-image] Jul 16 21:36:37.004 INFO O| Jul 16 21:36:37.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95822026-07-16T21:36:37.850Z[ host-image] Jul 16 21:36:37.004 INFO O| Jul 16 21:36:37.004 INFO STEP 34 (remove_files) COMPLETE
95832026-07-16T21:36:37.850Z[ host-image] Jul 16 21:36:37.004 INFO O| Jul 16 21:36:37.004 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-07-16T21:36:37.856Z[ host-image] Jul 16 21:36:37.010 INFO O| Jul 16 21:36:37.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95852026-07-16T21:36:37.856Z[ host-image] Jul 16 21:36:37.010 INFO O| Jul 16 21:36:37.010 INFO STEP 35 (remove_files) COMPLETE
95862026-07-16T21:36:37.859Z[ host-image] Jul 16 21:36:37.010 INFO O| Jul 16 21:36:37.010 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-07-16T21:36:37.862Z[ host-image] Jul 16 21:36:37.016 INFO O| Jul 16 21:36:37.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95882026-07-16T21:36:37.862Z[ host-image] Jul 16 21:36:37.016 INFO O| Jul 16 21:36:37.016 INFO STEP 36 (remove_files) COMPLETE
95892026-07-16T21:36:37.862Z[ host-image] Jul 16 21:36:37.016 INFO O| Jul 16 21:36:37.016 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-07-16T21:36:37.867Z[ host-image] Jul 16 21:36:37.022 INFO O| Jul 16 21:36:37.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95912026-07-16T21:36:37.867Z[ host-image] Jul 16 21:36:37.022 INFO O| Jul 16 21:36:37.022 INFO STEP 37 (remove_files) COMPLETE
95922026-07-16T21:36:37.867Z[ host-image] Jul 16 21:36:37.022 INFO O| Jul 16 21:36:37.022 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-07-16T21:36:37.873Z[ host-image] Jul 16 21:36:37.027 INFO O| Jul 16 21:36:37.027 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95942026-07-16T21:36:37.873Z[ host-image] Jul 16 21:36:37.027 INFO O| Jul 16 21:36:37.027 INFO STEP 38 (remove_files) COMPLETE
95952026-07-16T21:36:37.876Z[ host-image] Jul 16 21:36:37.027 INFO O| Jul 16 21:36:37.027 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-07-16T21:36:37.879Z[ host-image] Jul 16 21:36:37.033 INFO O| Jul 16 21:36:37.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95972026-07-16T21:36:37.879Z[ host-image] Jul 16 21:36:37.033 INFO O| Jul 16 21:36:37.033 INFO STEP 39 (remove_files) COMPLETE
95982026-07-16T21:36:37.879Z[ host-image] Jul 16 21:36:37.033 INFO O| Jul 16 21:36:37.033 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-07-16T21:36:37.884Z[ host-image] Jul 16 21:36:37.038 INFO O| Jul 16 21:36:37.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96002026-07-16T21:36:37.884Z[ host-image] Jul 16 21:36:37.038 INFO O| Jul 16 21:36:37.038 INFO STEP 40 (remove_files) COMPLETE
96012026-07-16T21:36:37.884Z[ host-image] Jul 16 21:36:37.038 INFO O| Jul 16 21:36:37.038 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-07-16T21:36:37.891Z[ host-image] Jul 16 21:36:37.045 INFO O| Jul 16 21:36:37.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96032026-07-16T21:36:37.891Z[ host-image] Jul 16 21:36:37.045 INFO O| Jul 16 21:36:37.045 INFO STEP 41 (remove_files) COMPLETE
96042026-07-16T21:36:37.891Z[ host-image] Jul 16 21:36:37.045 INFO O| Jul 16 21:36:37.045 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-07-16T21:36:37.897Z[ host-image] Jul 16 21:36:37.051 INFO O| Jul 16 21:36:37.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96062026-07-16T21:36:37.897Z[ host-image] Jul 16 21:36:37.051 INFO O| Jul 16 21:36:37.051 INFO STEP 42 (remove_files) COMPLETE
96072026-07-16T21:36:37.900Z[ host-image] Jul 16 21:36:37.051 INFO O| Jul 16 21:36:37.051 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-07-16T21:36:37.906Z[ host-image] Jul 16 21:36:37.059 INFO O| Jul 16 21:36:37.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96092026-07-16T21:36:37.908Z[ host-image] Jul 16 21:36:37.059 INFO O| Jul 16 21:36:37.059 INFO STEP 43 (remove_files) COMPLETE
96102026-07-16T21:36:37.908Z[ host-image] Jul 16 21:36:37.059 INFO O| Jul 16 21:36:37.059 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-07-16T21:36:37.912Z[ host-image] Jul 16 21:36:37.065 INFO O| Jul 16 21:36:37.065 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96122026-07-16T21:36:37.912Z[ host-image] Jul 16 21:36:37.065 INFO O| Jul 16 21:36:37.065 INFO STEP 44 (remove_files) COMPLETE
96132026-07-16T21:36:37.912Z[ host-image] Jul 16 21:36:37.065 INFO O| Jul 16 21:36:37.065 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-07-16T21:36:37.917Z[ host-image] Jul 16 21:36:37.071 INFO O| Jul 16 21:36:37.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96152026-07-16T21:36:37.917Z[ host-image] Jul 16 21:36:37.071 INFO O| Jul 16 21:36:37.071 INFO STEP 45 (remove_files) COMPLETE
96162026-07-16T21:36:37.920Z[ host-image] Jul 16 21:36:37.071 INFO O| Jul 16 21:36:37.071 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.078 INFO O| Jul 16 21:36:37.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96182026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.078 INFO O| Jul 16 21:36:37.078 INFO STEP 46 (remove_files) COMPLETE
96192026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.078 INFO O| Jul 16 21:36:37.078 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.083 INFO O| Jul 16 21:36:37.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96212026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.083 INFO O| Jul 16 21:36:37.083 INFO STEP 47 (remove_files) COMPLETE
96222026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.083 INFO O| Jul 16 21:36:37.083 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.089 INFO O| Jul 16 21:36:37.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96242026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.089 INFO O| Jul 16 21:36:37.089 INFO STEP 48 (remove_files) COMPLETE
96252026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.089 INFO O| Jul 16 21:36:37.089 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.095 INFO O| Jul 16 21:36:37.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96272026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.095 INFO O| Jul 16 21:36:37.095 INFO STEP 49 (remove_files) COMPLETE
96282026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.095 INFO O| Jul 16 21:36:37.095 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.101 INFO O| Jul 16 21:36:37.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96302026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.101 INFO O| Jul 16 21:36:37.101 INFO STEP 50 (remove_files) COMPLETE
96312026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.101 INFO O| Jul 16 21:36:37.101 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.108 INFO O| Jul 16 21:36:37.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96332026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.108 INFO O| Jul 16 21:36:37.108 INFO STEP 51 (remove_files) COMPLETE
96342026-07-16T21:36:37.958Z[ host-image] Jul 16 21:36:37.108 INFO O| Jul 16 21:36:37.108 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-07-16T21:36:37.963Z[ host-image] Jul 16 21:36:37.113 INFO O| Jul 16 21:36:37.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96362026-07-16T21:36:37.963Z[ host-image] Jul 16 21:36:37.113 INFO O| Jul 16 21:36:37.113 INFO STEP 52 (remove_files) COMPLETE
96372026-07-16T21:36:37.963Z[ host-image] Jul 16 21:36:37.113 INFO O| Jul 16 21:36:37.113 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-07-16T21:36:37.966Z[ host-image] Jul 16 21:36:37.120 INFO O| Jul 16 21:36:37.120 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96392026-07-16T21:36:37.967Z[ host-image] Jul 16 21:36:37.120 INFO O| Jul 16 21:36:37.120 INFO STEP 53 (remove_files) COMPLETE
96402026-07-16T21:36:37.967Z[ host-image] Jul 16 21:36:37.120 INFO O| Jul 16 21:36:37.120 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-07-16T21:36:37.973Z[ host-image] Jul 16 21:36:37.127 INFO O| Jul 16 21:36:37.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96422026-07-16T21:36:37.976Z[ host-image] Jul 16 21:36:37.127 INFO O| Jul 16 21:36:37.127 INFO STEP 54 (remove_files) COMPLETE
96432026-07-16T21:36:37.976Z[ host-image] Jul 16 21:36:37.127 INFO O| Jul 16 21:36:37.127 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-07-16T21:36:37.979Z[ host-image] Jul 16 21:36:37.133 INFO O| Jul 16 21:36:37.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96452026-07-16T21:36:37.979Z[ host-image] Jul 16 21:36:37.133 INFO O| Jul 16 21:36:37.133 INFO STEP 55 (remove_files) COMPLETE
96462026-07-16T21:36:37.979Z[ host-image] Jul 16 21:36:37.133 INFO O| Jul 16 21:36:37.133 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-07-16T21:36:37.985Z[ host-image] Jul 16 21:36:37.140 INFO O| Jul 16 21:36:37.140 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96482026-07-16T21:36:37.988Z[ host-image] Jul 16 21:36:37.140 INFO O| Jul 16 21:36:37.140 INFO STEP 56 (remove_files) COMPLETE
96492026-07-16T21:36:37.988Z[ host-image] Jul 16 21:36:37.140 INFO O| Jul 16 21:36:37.140 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-07-16T21:36:37.992Z[ host-image] Jul 16 21:36:37.146 INFO O| Jul 16 21:36:37.146 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96512026-07-16T21:36:37.992Z[ host-image] Jul 16 21:36:37.146 INFO O| Jul 16 21:36:37.146 INFO STEP 57 (remove_files) COMPLETE
96522026-07-16T21:36:37.995Z[ host-image] Jul 16 21:36:37.146 INFO O| Jul 16 21:36:37.146 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-07-16T21:36:37.998Z[ host-image] Jul 16 21:36:37.153 INFO O| Jul 16 21:36:37.153 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96542026-07-16T21:36:38.002Z[ host-image] Jul 16 21:36:37.153 INFO O| Jul 16 21:36:37.153 INFO STEP 58 (remove_files) COMPLETE
96552026-07-16T21:36:38.002Z[ host-image] Jul 16 21:36:37.153 INFO O| Jul 16 21:36:37.153 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-07-16T21:36:38.005Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96572026-07-16T21:36:38.005Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96582026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96592026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96602026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96612026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96622026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO ok!
96632026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO STEP 59 (ensure_file) COMPLETE
96642026-07-16T21:36:38.009Z[ host-image] Jul 16 21:36:37.160 INFO O| Jul 16 21:36:37.160 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-07-16T21:36:38.012Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.166 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96662026-07-16T21:36:38.012Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96672026-07-16T21:36:38.015Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96682026-07-16T21:36:38.016Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96692026-07-16T21:36:38.016Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96702026-07-16T21:36:38.016Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96712026-07-16T21:36:38.016Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO ok!
96722026-07-16T21:36:38.016Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO STEP 60 (ensure_file) COMPLETE
96732026-07-16T21:36:38.016Z[ host-image] Jul 16 21:36:37.167 INFO O| Jul 16 21:36:37.167 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-07-16T21:36:38.020Z[ host-image] Jul 16 21:36:37.174 INFO O| Jul 16 21:36:37.174 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96752026-07-16T21:36:38.020Z[ host-image] Jul 16 21:36:37.174 INFO O| Jul 16 21:36:37.174 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96762026-07-16T21:36:38.020Z[ host-image] Jul 16 21:36:37.174 INFO O| Jul 16 21:36:37.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96772026-07-16T21:36:38.020Z[ host-image] Jul 16 21:36:37.174 INFO O| Jul 16 21:36:37.174 INFO ok!
96782026-07-16T21:36:38.020Z[ host-image] Jul 16 21:36:37.174 INFO O| Jul 16 21:36:37.174 INFO STEP 61 (ensure_file) COMPLETE
96792026-07-16T21:36:38.020Z[ host-image] Jul 16 21:36:37.174 INFO O| Jul 16 21:36:37.174 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-07-16T21:36:38.026Z[ host-image] Jul 16 21:36:37.181 INFO O| Jul 16 21:36:37.180 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96812026-07-16T21:36:38.030Z[ host-image] Jul 16 21:36:37.181 INFO O| Jul 16 21:36:37.181 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96822026-07-16T21:36:38.030Z[ host-image] Jul 16 21:36:37.181 INFO O| Jul 16 21:36:37.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96832026-07-16T21:36:38.030Z[ host-image] Jul 16 21:36:37.181 INFO O| Jul 16 21:36:37.181 INFO ok!
96842026-07-16T21:36:38.030Z[ host-image] Jul 16 21:36:37.181 INFO O| Jul 16 21:36:37.181 INFO STEP 62 (ensure_file) COMPLETE
96852026-07-16T21:36:38.030Z[ host-image] Jul 16 21:36:37.181 INFO O| Jul 16 21:36:37.181 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-07-16T21:36:38.034Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96872026-07-16T21:36:38.038Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96882026-07-16T21:36:38.038Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96892026-07-16T21:36:38.038Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96902026-07-16T21:36:38.038Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 INFO ok!
96912026-07-16T21:36:38.038Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 INFO STEP 63 (ensure_file) COMPLETE
96922026-07-16T21:36:38.038Z[ host-image] Jul 16 21:36:37.188 INFO O| Jul 16 21:36:37.188 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96942026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96952026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96962026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96972026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO ok!
96982026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO STEP 64 (ensure_file) COMPLETE
96992026-07-16T21:36:38.041Z[ host-image] Jul 16 21:36:37.195 INFO O| Jul 16 21:36:37.195 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-07-16T21:36:38.048Z[ host-image] Jul 16 21:36:37.202 INFO O| Jul 16 21:36:37.202 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97012026-07-16T21:36:38.048Z[ host-image] Jul 16 21:36:37.202 INFO O| Jul 16 21:36:37.202 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97022026-07-16T21:36:38.051Z[ host-image] Jul 16 21:36:37.202 INFO O| Jul 16 21:36:37.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97032026-07-16T21:36:38.051Z[ host-image] Jul 16 21:36:37.202 INFO O| Jul 16 21:36:37.202 INFO ok!
97042026-07-16T21:36:38.051Z[ host-image] Jul 16 21:36:37.202 INFO O| Jul 16 21:36:37.202 INFO STEP 65 (assemble_files) COMPLETE
97052026-07-16T21:36:38.051Z[ host-image] Jul 16 21:36:37.202 INFO O| Jul 16 21:36:37.202 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-07-16T21:36:38.055Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97072026-07-16T21:36:38.055Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97082026-07-16T21:36:38.058Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97092026-07-16T21:36:38.058Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97102026-07-16T21:36:38.058Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO ok!
97112026-07-16T21:36:38.058Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO STEP 66 (ensure_file) COMPLETE
97122026-07-16T21:36:38.058Z[ host-image] Jul 16 21:36:37.209 INFO O| Jul 16 21:36:37.209 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-07-16T21:36:38.061Z[ host-image] Jul 16 21:36:37.215 INFO O| Jul 16 21:36:37.215 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97142026-07-16T21:36:38.061Z[ host-image] Jul 16 21:36:37.215 INFO O| Jul 16 21:36:37.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97152026-07-16T21:36:38.065Z[ host-image] Jul 16 21:36:37.215 INFO O| Jul 16 21:36:37.215 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97162026-07-16T21:36:38.065Z[ host-image] Jul 16 21:36:37.215 INFO O| Jul 16 21:36:37.215 INFO STEP 67 (ensure_dir) COMPLETE
97172026-07-16T21:36:38.065Z[ host-image] Jul 16 21:36:37.215 INFO O| Jul 16 21:36:37.215 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-07-16T21:36:38.068Z[ host-image] Jul 16 21:36:37.222 INFO O| Jul 16 21:36:37.222 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97192026-07-16T21:36:38.068Z[ host-image] Jul 16 21:36:37.222 INFO O| Jul 16 21:36:37.222 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 ...
97202026-07-16T21:36:38.073Z[ host-image] Jul 16 21:36:37.227 INFO O| Jul 16 21:36:37.227 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
97212026-07-16T21:36:38.073Z[ host-image] Jul 16 21:36:37.227 INFO O| Jul 16 21:36:37.227 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97222026-07-16T21:36:38.073Z[ host-image] Jul 16 21:36:37.227 INFO O| Jul 16 21:36:37.227 INFO ok!
97232026-07-16T21:36:38.073Z[ host-image] Jul 16 21:36:37.227 INFO O| Jul 16 21:36:37.227 INFO STEP 68 (ensure_file) COMPLETE
97242026-07-16T21:36:38.076Z[ host-image] Jul 16 21:36:37.227 INFO O| Jul 16 21:36:37.227 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-07-16T21:36:38.080Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97262026-07-16T21:36:38.083Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 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 ...
97272026-07-16T21:36:38.083Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 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
97282026-07-16T21:36:38.083Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97292026-07-16T21:36:38.085Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 INFO ok!
97302026-07-16T21:36:38.085Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 INFO STEP 69 (ensure_file) COMPLETE
97312026-07-16T21:36:38.085Z[ host-image] Jul 16 21:36:37.234 INFO O| Jul 16 21:36:37.234 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97322026-07-16T21:36:38.090Z[ host-image] Jul 16 21:36:37.244 INFO O| Jul 16 21:36:37.244 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97332026-07-16T21:36:38.090Z[ host-image] Jul 16 21:36:37.244 INFO O| Jul 16 21:36:37.244 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97342026-07-16T21:36:39.509Z[ host-image] Jul 16 21:36:38.663 INFO O| Jul 16 21:36:38.662 INFO STEP 70 (pack_tar) COMPLETE
97352026-07-16T21:36:39.509Z[ host-image] Jul 16 21:36:38.663 INFO O| Jul 16 21:36:38.663 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97362026-07-16T21:36:39.512Z[ host-image] Jul 16 21:36:38.663 INFO O| Jul 16 21:36:38.663 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97372026-07-16T21:36:40.060Z[ host-image] Jul 16 21:36:39.214 INFO O| Jul 16 21:36:39.214 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97382026-07-16T21:36:40.151Z[ host-image] Jul 16 21:36:39.305 INFO O| Jul 16 21:36:39.305 INFO completed processing sled/ramdisk-02-trim
97392026-07-16T21:36:40.155Z[ host-image] Jul 16 21:36:39.307 INFO image builder template: zfs...
97402026-07-16T21:36:40.155Z[ host-image] Jul 16 21:36:39.308 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/.tmpbjGReu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None
97412026-07-16T21:36:40.165Z[ host-image] Jul 16 21:36:39.319 INFO O| Jul 16 21:36:39.319 INFO skip include "stress" because feature "stress" is not enabled
97422026-07-16T21:36:40.168Z[ host-image] Jul 16 21:36:39.319 INFO O| Jul 16 21:36:39.319 INFO skip include "stress" because feature "compliance" is not enabled
97432026-07-16T21:36:40.190Z[ host-image] Jul 16 21:36:39.344 INFO O| Jul 16 21:36:39.344 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97442026-07-16T21:36:40.193Z[ host-image] Jul 16 21:36:39.348 INFO O| Jul 16 21:36:39.348 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97452026-07-16T21:36:40.267Z[ host-image] Jul 16 21:36:39.421 INFO O| Jul 16 21:36:39.421 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97462026-07-16T21:36:40.335Z[ host-image] Jul 16 21:36:39.489 INFO O| Jul 16 21:36:39.489 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97472026-07-16T21:36:40.335Z[ host-image] Jul 16 21:36:39.489 INFO O| Jul 16 21:36:39.489 INFO work dataset: rpool/images/build/host/work/sled/zfs
97482026-07-16T21:36:40.339Z[ host-image] Jul 16 21:36:39.492 INFO O| Jul 16 21:36:39.492 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97492026-07-16T21:36:40.420Z[ host-image] Jul 16 21:36:39.575 INFO O| Jul 16 21:36:39.575 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97502026-07-16T21:36:40.551Z[ host-image] Jul 16 21:36:39.705 INFO O| Jul 16 21:36:39.704 INFO DESTROY POOL: TEMPORARY-sled-zfs
97512026-07-16T21:36:40.558Z[ host-image] Jul 16 21:36:39.710 INFO O| Jul 16 21:36:39.710 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97522026-07-16T21:36:40.561Z[ host-image] Jul 16 21:36:39.713 INFO O| Jul 16 21:36:39.713 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97532026-07-16T21:36:40.562Z[ host-image] Jul 16 21:36:39.713 INFO O| Jul 16 21:36:39.713 INFO no lofi found
97542026-07-16T21:36:40.562Z[ host-image] Jul 16 21:36:39.713 INFO O| Jul 16 21:36:39.713 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97552026-07-16T21:36:40.562Z[ host-image] Jul 16 21:36:39.713 INFO O| Jul 16 21:36:39.713 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97562026-07-16T21:36:41.847Z[ host-image] Jul 16 21:36:41.001 INFO O| Jul 16 21:36:41.001 INFO lofi device = /dev/dsk/c2t1d0p0
97572026-07-16T21:36:41.847Z[ host-image] Jul 16 21:36:41.001 INFO O| Jul 16 21:36:41.001 INFO pool device = /dev/dsk/c2t1d0p0
97582026-07-16T21:36:41.851Z[ host-image] Jul 16 21:36:41.001 INFO O| Jul 16 21:36:41.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"]
97592026-07-16T21:36:41.903Z[ host-image] Jul 16 21:36:41.057 INFO O| Jul 16 21:36:41.057 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97602026-07-16T21:36:41.903Z[ host-image] Jul 16 21:36:41.057 INFO O| Jul 16 21:36:41.057 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97612026-07-16T21:36:41.915Z[ host-image] Jul 16 21:36:41.069 INFO O| Jul 16 21:36:41.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97622026-07-16T21:36:41.953Z[ host-image] Jul 16 21:36:41.107 INFO O| Jul 16 21:36:41.107 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97632026-07-16T21:36:41.978Z[ host-image] Jul 16 21:36:41.132 INFO O| Jul 16 21:36:41.132 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97642026-07-16T21:36:41.988Z[ host-image] Jul 16 21:36:41.142 INFO O| Jul 16 21:36:41.142 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97652026-07-16T21:36:41.995Z[ host-image] Jul 16 21:36:41.149 INFO O| Jul 16 21:36:41.149 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97662026-07-16T21:36:42.025Z[ host-image] Jul 16 21:36:41.178 INFO O| Jul 16 21:36:41.178 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97672026-07-16T21:36:42.028Z[ host-image] Jul 16 21:36:41.178 INFO O| Jul 16 21:36:41.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97682026-07-16T21:36:42.028Z[ host-image] Jul 16 21:36:41.178 INFO O| Jul 16 21:36:41.178 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97692026-07-16T21:36:42.034Z[ host-image] Jul 16 21:36:41.188 INFO O| Jul 16 21:36:41.188 INFO boot environment UUID: 7e714304-01a6-41d2-822b-63f87358d860
97702026-07-16T21:36:42.034Z[ host-image] Jul 16 21:36:41.188 INFO O| Jul 16 21:36:41.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7e714304-01a6-41d2-822b-63f87358d860
97712026-07-16T21:36:42.040Z[ host-image] Jul 16 21:36:41.194 INFO O| Jul 16 21:36:41.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97722026-07-16T21:36:42.047Z[ host-image] Jul 16 21:36:41.202 INFO O| Jul 16 21:36:41.202 INFO STEP 0 (create_be) COMPLETE
97732026-07-16T21:36:42.047Z[ host-image] Jul 16 21:36:41.202 INFO O| Jul 16 21:36:41.202 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97742026-07-16T21:36:42.056Z[ host-image] Jul 16 21:36:41.210 INFO O| Jul 16 21:36:41.210 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97752026-07-16T21:36:49.946Z[ host-image] Jul 16 21:36:49.099 INFO O| Jul 16 21:36:49.099 INFO STEP 1 (unpack_tar) COMPLETE
97762026-07-16T21:36:49.946Z[ host-image] Jul 16 21:36:49.099 INFO O| Jul 16 21:36:49.099 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97772026-07-16T21:36:49.954Z[ host-image] Jul 16 21:36:49.108 INFO O| Jul 16 21:36:49.108 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97782026-07-16T21:36:50.121Z[ host-image] Jul 16 21:36:49.275 INFO O| Jul 16 21:36:49.275 INFO STEP 2 (devfsadm) COMPLETE
97792026-07-16T21:36:50.121Z[ host-image] Jul 16 21:36:49.275 INFO O| Jul 16 21:36:49.275 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-07-16T21:36:50.128Z[ host-image] Jul 16 21:36:49.282 INFO O| Jul 16 21:36:49.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97812026-07-16T21:36:50.131Z[ host-image] Jul 16 21:36:49.282 INFO O| Jul 16 21:36:49.282 INFO STEP 3 (ensure_dir) COMPLETE
97822026-07-16T21:36:50.131Z[ host-image] Jul 16 21:36:49.282 INFO O| Jul 16 21:36:49.282 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-07-16T21:36:50.134Z[ host-image] Jul 16 21:36:49.287 INFO O| Jul 16 21:36:49.287 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97842026-07-16T21:36:50.134Z[ host-image] Jul 16 21:36:49.287 INFO O| Jul 16 21:36:49.287 INFO STEP 4 (ensure_dir) COMPLETE
97852026-07-16T21:36:50.134Z[ host-image] Jul 16 21:36:49.287 INFO O| Jul 16 21:36:49.287 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-07-16T21:36:50.143Z[ host-image] Jul 16 21:36:49.296 INFO O| Jul 16 21:36:49.296 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97872026-07-16T21:36:50.143Z[ host-image] Jul 16 21:36:49.296 INFO O| Jul 16 21:36:49.296 INFO STEP 5 (ensure_dir) COMPLETE
97882026-07-16T21:36:50.143Z[ host-image] Jul 16 21:36:49.296 INFO O| Jul 16 21:36:49.296 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-07-16T21:36:50.149Z[ host-image] Jul 16 21:36:49.302 INFO O| Jul 16 21:36:49.302 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97902026-07-16T21:36:50.152Z[ host-image] Jul 16 21:36:49.303 INFO O| Jul 16 21:36:49.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97912026-07-16T21:36:50.152Z[ host-image] Jul 16 21:36:49.303 INFO O| Jul 16 21:36:49.303 INFO STEP 6 (ensure_dir) COMPLETE
97922026-07-16T21:36:50.152Z[ host-image] Jul 16 21:36:49.303 INFO O| Jul 16 21:36:49.303 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.308 INFO O| Jul 16 21:36:49.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97942026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.308 INFO O| Jul 16 21:36:49.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97952026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.308 INFO O| Jul 16 21:36:49.308 INFO STEP 7 (ensure_dir) COMPLETE
97962026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.308 INFO O| Jul 16 21:36:49.308 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.314 INFO O| Jul 16 21:36:49.314 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97982026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.314 INFO O| Jul 16 21:36:49.314 INFO STEP 8 (remove_files) COMPLETE
97992026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.314 INFO O| Jul 16 21:36:49.314 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.320 INFO O| Jul 16 21:36:49.320 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98012026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.320 INFO O| Jul 16 21:36:49.320 INFO STEP 9 (remove_files) COMPLETE
98022026-07-16T21:36:50.190Z[ host-image] Jul 16 21:36:49.320 INFO O| Jul 16 21:36:49.320 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.327 INFO O| Jul 16 21:36:49.327 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98042026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.328 INFO O| Jul 16 21:36:49.328 INFO STEP 10 (remove_files) COMPLETE
98052026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.328 INFO O| Jul 16 21:36:49.328 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.334 INFO O| Jul 16 21:36:49.333 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98072026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.334 INFO O| Jul 16 21:36:49.334 INFO STEP 11 (remove_files) COMPLETE
98082026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.334 INFO O| Jul 16 21:36:49.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.340 INFO O| Jul 16 21:36:49.340 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98102026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.340 INFO O| Jul 16 21:36:49.340 INFO STEP 12 (remove_files) COMPLETE
98112026-07-16T21:36:50.191Z[ host-image] Jul 16 21:36:49.340 INFO O| Jul 16 21:36:49.340 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-07-16T21:36:50.195Z[ host-image] Jul 16 21:36:49.346 INFO O| Jul 16 21:36:49.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98132026-07-16T21:36:50.195Z[ host-image] Jul 16 21:36:49.346 INFO O| Jul 16 21:36:49.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98142026-07-16T21:36:50.195Z[ host-image] Jul 16 21:36:49.346 INFO O| Jul 16 21:36:49.346 INFO STEP 13 (ensure_dir) COMPLETE
98152026-07-16T21:36:50.195Z[ host-image] Jul 16 21:36:49.346 INFO O| Jul 16 21:36:49.346 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-07-16T21:36:50.198Z[ host-image] Jul 16 21:36:49.351 INFO O| Jul 16 21:36:49.351 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98172026-07-16T21:36:50.198Z[ host-image] Jul 16 21:36:49.351 INFO O| Jul 16 21:36:49.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98182026-07-16T21:36:50.198Z[ host-image] Jul 16 21:36:49.351 INFO O| Jul 16 21:36:49.351 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98192026-07-16T21:36:50.198Z[ host-image] Jul 16 21:36:49.351 INFO O| Jul 16 21:36:49.351 INFO STEP 14 (ensure_dir) COMPLETE
98202026-07-16T21:36:50.198Z[ host-image] Jul 16 21:36:49.351 INFO O| Jul 16 21:36:49.351 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-07-16T21:36:50.204Z[ host-image] Jul 16 21:36:49.358 INFO O| Jul 16 21:36:49.358 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98222026-07-16T21:36:50.207Z[ host-image] Jul 16 21:36:49.358 INFO O| Jul 16 21:36:49.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98232026-07-16T21:36:50.207Z[ host-image] Jul 16 21:36:49.358 INFO O| Jul 16 21:36:49.358 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98242026-07-16T21:36:50.207Z[ host-image] Jul 16 21:36:49.358 INFO O| Jul 16 21:36:49.358 INFO STEP 15 (ensure_dir) COMPLETE
98252026-07-16T21:36:50.207Z[ host-image] Jul 16 21:36:49.358 INFO O| Jul 16 21:36:49.358 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-07-16T21:36:50.210Z[ host-image] Jul 16 21:36:49.364 INFO O| Jul 16 21:36:49.364 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98272026-07-16T21:36:50.210Z[ host-image] Jul 16 21:36:49.364 INFO O| Jul 16 21:36:49.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98282026-07-16T21:36:50.210Z[ host-image] Jul 16 21:36:49.364 INFO O| Jul 16 21:36:49.364 INFO STEP 16 (ensure_dir) COMPLETE
98292026-07-16T21:36:50.211Z[ host-image] Jul 16 21:36:49.364 INFO O| Jul 16 21:36:49.364 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-07-16T21:36:50.217Z[ host-image] Jul 16 21:36:49.371 INFO O| Jul 16 21:36:49.371 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98312026-07-16T21:36:50.217Z[ host-image] Jul 16 21:36:49.371 INFO O| Jul 16 21:36:49.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98322026-07-16T21:36:50.220Z[ host-image] Jul 16 21:36:49.371 INFO O| Jul 16 21:36:49.371 INFO STEP 17 (ensure_dir) COMPLETE
98332026-07-16T21:36:50.220Z[ host-image] Jul 16 21:36:49.371 INFO O| Jul 16 21:36:49.371 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-07-16T21:36:50.223Z[ host-image] Jul 16 21:36:49.377 INFO O| Jul 16 21:36:49.377 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98352026-07-16T21:36:50.223Z[ host-image] Jul 16 21:36:49.377 INFO O| Jul 16 21:36:49.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98362026-07-16T21:36:50.223Z[ host-image] Jul 16 21:36:49.377 INFO O| Jul 16 21:36:49.377 INFO ok!
98372026-07-16T21:36:50.223Z[ host-image] Jul 16 21:36:49.377 INFO O| Jul 16 21:36:49.377 INFO STEP 18 (ensure_symlink) COMPLETE
98382026-07-16T21:36:50.223Z[ host-image] Jul 16 21:36:49.377 INFO O| Jul 16 21:36:49.377 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-07-16T21:36:50.229Z[ host-image] Jul 16 21:36:49.383 INFO O| Jul 16 21:36:49.383 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98402026-07-16T21:36:50.229Z[ host-image] Jul 16 21:36:49.383 INFO O| Jul 16 21:36:49.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98412026-07-16T21:36:50.232Z[ host-image] Jul 16 21:36:49.383 INFO O| Jul 16 21:36:49.383 INFO ok!
98422026-07-16T21:36:50.232Z[ host-image] Jul 16 21:36:49.383 INFO O| Jul 16 21:36:49.383 INFO STEP 19 (ensure_file) COMPLETE
98432026-07-16T21:36:50.232Z[ host-image] Jul 16 21:36:49.383 INFO O| Jul 16 21:36:49.383 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98442026-07-16T21:36:50.235Z[ host-image] Jul 16 21:36:49.388 INFO O| Jul 16 21:36:49.388 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98452026-07-16T21:36:50.235Z[ host-image] Jul 16 21:36:49.388 INFO O| Jul 16 21:36:49.388 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98462026-07-16T21:36:50.235Z[ host-image] Jul 16 21:36:49.388 INFO O| Jul 16 21:36:49.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98472026-07-16T21:36:50.235Z[ host-image] Jul 16 21:36:49.388 INFO O| Jul 16 21:36:49.388 INFO ok!
98482026-07-16T21:36:50.235Z[ host-image] Jul 16 21:36:49.388 INFO O| Jul 16 21:36:49.388 INFO STEP 20 (ensure_symlink) COMPLETE
98492026-07-16T21:36:50.235Z[ host-image] Jul 16 21:36:49.388 INFO O| Jul 16 21:36:49.388 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-07-16T21:36:50.240Z[ host-image] Jul 16 21:36:49.394 INFO O| Jul 16 21:36:49.394 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98512026-07-16T21:36:50.240Z[ host-image] Jul 16 21:36:49.394 INFO O| Jul 16 21:36:49.394 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98522026-07-16T21:36:50.243Z[ host-image] Jul 16 21:36:49.394 INFO O| Jul 16 21:36:49.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98532026-07-16T21:36:50.243Z[ host-image] Jul 16 21:36:49.394 INFO O| Jul 16 21:36:49.394 INFO ok!
98542026-07-16T21:36:50.243Z[ host-image] Jul 16 21:36:49.394 INFO O| Jul 16 21:36:49.394 INFO STEP 21 (ensure_symlink) COMPLETE
98552026-07-16T21:36:50.243Z[ host-image] Jul 16 21:36:49.394 INFO O| Jul 16 21:36:49.394 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-07-16T21:36:50.247Z[ host-image] Jul 16 21:36:49.401 INFO O| Jul 16 21:36:49.401 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98572026-07-16T21:36:50.247Z[ host-image] Jul 16 21:36:49.401 INFO O| Jul 16 21:36:49.401 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98582026-07-16T21:36:50.247Z[ host-image] Jul 16 21:36:49.401 INFO O| Jul 16 21:36:49.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98592026-07-16T21:36:50.250Z[ host-image] Jul 16 21:36:49.401 INFO O| Jul 16 21:36:49.401 INFO ok!
98602026-07-16T21:36:50.250Z[ host-image] Jul 16 21:36:49.401 INFO O| Jul 16 21:36:49.401 INFO STEP 22 (ensure_symlink) COMPLETE
98612026-07-16T21:36:50.250Z[ host-image] Jul 16 21:36:49.401 INFO O| Jul 16 21:36:49.401 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-07-16T21:36:50.253Z[ host-image] Jul 16 21:36:49.407 INFO O| Jul 16 21:36:49.407 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98632026-07-16T21:36:50.253Z[ host-image] Jul 16 21:36:49.407 INFO O| Jul 16 21:36:49.407 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98642026-07-16T21:36:50.253Z[ host-image] Jul 16 21:36:49.407 INFO O| Jul 16 21:36:49.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98652026-07-16T21:36:50.253Z[ host-image] Jul 16 21:36:49.407 INFO O| Jul 16 21:36:49.407 INFO ok!
98662026-07-16T21:36:50.253Z[ host-image] Jul 16 21:36:49.407 INFO O| Jul 16 21:36:49.407 INFO STEP 23 (ensure_symlink) COMPLETE
98672026-07-16T21:36:50.253Z[ host-image] Jul 16 21:36:49.407 INFO O| Jul 16 21:36:49.407 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-07-16T21:36:50.259Z[ host-image] Jul 16 21:36:49.413 INFO O| Jul 16 21:36:49.413 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98692026-07-16T21:36:50.259Z[ host-image] Jul 16 21:36:49.413 INFO O| Jul 16 21:36:49.413 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98702026-07-16T21:36:50.259Z[ host-image] Jul 16 21:36:49.413 INFO O| Jul 16 21:36:49.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98712026-07-16T21:36:50.262Z[ host-image] Jul 16 21:36:49.413 INFO O| Jul 16 21:36:49.413 INFO ok!
98722026-07-16T21:36:50.262Z[ host-image] Jul 16 21:36:49.413 INFO O| Jul 16 21:36:49.413 INFO STEP 24 (ensure_file) COMPLETE
98732026-07-16T21:36:50.262Z[ host-image] Jul 16 21:36:49.413 INFO O| Jul 16 21:36:49.413 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-07-16T21:36:50.265Z[ host-image] Jul 16 21:36:49.420 INFO O| Jul 16 21:36:49.420 INFO updating shadow file
98752026-07-16T21:36:50.269Z[ host-image] Jul 16 21:36:49.420 INFO O| Jul 16 21:36:49.420 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98762026-07-16T21:36:50.269Z[ host-image] Jul 16 21:36:49.420 INFO O| Jul 16 21:36:49.420 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98772026-07-16T21:36:50.269Z[ host-image] Jul 16 21:36:49.420 INFO O| Jul 16 21:36:49.420 INFO STEP 25 (shadow) COMPLETE
98782026-07-16T21:36:50.269Z[ host-image] Jul 16 21:36:49.420 INFO O| Jul 16 21:36:49.420 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-07-16T21:36:50.272Z[ host-image] Jul 16 21:36:49.426 INFO O| Jul 16 21:36:49.426 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98802026-07-16T21:36:50.272Z[ host-image] Jul 16 21:36:49.426 INFO O| Jul 16 21:36:49.426 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98812026-07-16T21:36:50.273Z[ host-image] Jul 16 21:36:49.426 INFO O| Jul 16 21:36:49.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98822026-07-16T21:36:50.273Z[ host-image] Jul 16 21:36:49.426 INFO O| Jul 16 21:36:49.426 INFO ok!
98832026-07-16T21:36:50.273Z[ host-image] Jul 16 21:36:49.426 INFO O| Jul 16 21:36:49.426 INFO STEP 26 (ensure_file) COMPLETE
98842026-07-16T21:36:50.273Z[ host-image] Jul 16 21:36:49.426 INFO O| Jul 16 21:36:49.426 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-07-16T21:36:50.278Z[ host-image] Jul 16 21:36:49.432 INFO O| Jul 16 21:36:49.432 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98862026-07-16T21:36:50.281Z[ host-image] Jul 16 21:36:49.432 INFO O| Jul 16 21:36:49.432 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98872026-07-16T21:36:50.281Z[ host-image] Jul 16 21:36:49.433 INFO O| Jul 16 21:36:49.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98882026-07-16T21:36:50.281Z[ host-image] Jul 16 21:36:49.433 INFO O| Jul 16 21:36:49.433 INFO ok!
98892026-07-16T21:36:50.281Z[ host-image] Jul 16 21:36:49.433 INFO O| Jul 16 21:36:49.433 INFO STEP 27 (ensure_file) COMPLETE
98902026-07-16T21:36:50.281Z[ host-image] Jul 16 21:36:49.433 INFO O| Jul 16 21:36:49.433 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-07-16T21:36:50.285Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98922026-07-16T21:36:50.285Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98932026-07-16T21:36:50.288Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98942026-07-16T21:36:50.288Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98952026-07-16T21:36:50.288Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 INFO ok!
98962026-07-16T21:36:50.288Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 INFO STEP 28 (ensure_file) COMPLETE
98972026-07-16T21:36:50.288Z[ host-image] Jul 16 21:36:49.439 INFO O| Jul 16 21:36:49.439 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-07-16T21:36:50.291Z[ host-image] Jul 16 21:36:49.445 INFO O| Jul 16 21:36:49.445 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98992026-07-16T21:36:50.291Z[ host-image] Jul 16 21:36:49.445 INFO O| Jul 16 21:36:49.445 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99002026-07-16T21:36:50.291Z[ host-image] Jul 16 21:36:49.445 INFO O| Jul 16 21:36:49.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99012026-07-16T21:36:50.291Z[ host-image] Jul 16 21:36:49.445 INFO O| Jul 16 21:36:49.445 INFO ok!
99022026-07-16T21:36:50.291Z[ host-image] Jul 16 21:36:49.445 INFO O| Jul 16 21:36:49.445 INFO STEP 29 (ensure_file) COMPLETE
99032026-07-16T21:36:50.291Z[ host-image] Jul 16 21:36:49.445 INFO O| Jul 16 21:36:49.445 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-07-16T21:36:50.297Z[ host-image] Jul 16 21:36:49.451 INFO O| Jul 16 21:36:49.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99052026-07-16T21:36:50.297Z[ host-image] Jul 16 21:36:49.451 INFO O| Jul 16 21:36:49.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99062026-07-16T21:36:50.300Z[ host-image] Jul 16 21:36:49.451 INFO O| Jul 16 21:36:49.451 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99072026-07-16T21:36:50.300Z[ host-image] Jul 16 21:36:49.451 INFO O| Jul 16 21:36:49.451 INFO STEP 30 (ensure_dir) COMPLETE
99082026-07-16T21:36:50.300Z[ host-image] Jul 16 21:36:49.451 INFO O| Jul 16 21:36:49.451 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99092026-07-16T21:36:50.303Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99102026-07-16T21:36:50.306Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99112026-07-16T21:36:50.307Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99122026-07-16T21:36:50.307Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99132026-07-16T21:36:50.307Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO ok!
99142026-07-16T21:36:50.307Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO STEP 31 (ensure_file) COMPLETE
99152026-07-16T21:36:50.307Z[ host-image] Jul 16 21:36:49.458 INFO O| Jul 16 21:36:49.458 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99162026-07-16T21:36:50.310Z[ host-image] Jul 16 21:36:49.463 INFO O| Jul 16 21:36:49.463 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99172026-07-16T21:36:50.310Z[ host-image] Jul 16 21:36:49.463 INFO O| Jul 16 21:36:49.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99182026-07-16T21:36:50.310Z[ host-image] Jul 16 21:36:49.463 INFO O| Jul 16 21:36:49.463 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99192026-07-16T21:36:50.311Z[ host-image] Jul 16 21:36:49.463 INFO O| Jul 16 21:36:49.463 INFO STEP 32 (ensure_dir) COMPLETE
99202026-07-16T21:36:50.311Z[ host-image] Jul 16 21:36:49.463 INFO O| Jul 16 21:36:49.463 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-07-16T21:36:50.315Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99222026-07-16T21:36:50.319Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 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 ...
99232026-07-16T21:36:50.319Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 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
99242026-07-16T21:36:50.319Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99252026-07-16T21:36:50.319Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 INFO ok!
99262026-07-16T21:36:50.320Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 INFO STEP 33 (ensure_file) COMPLETE
99272026-07-16T21:36:50.320Z[ host-image] Jul 16 21:36:49.470 INFO O| Jul 16 21:36:49.470 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99282026-07-16T21:36:50.323Z[ host-image] Jul 16 21:36:49.476 INFO O| Jul 16 21:36:49.476 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99292026-07-16T21:36:50.323Z[ host-image] Jul 16 21:36:49.476 INFO O| Jul 16 21:36:49.476 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99302026-07-16T21:36:50.323Z[ host-image] Jul 16 21:36:49.476 INFO O| Jul 16 21:36:49.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99312026-07-16T21:36:50.323Z[ host-image] Jul 16 21:36:49.476 INFO O| Jul 16 21:36:49.476 INFO ok!
99322026-07-16T21:36:50.323Z[ host-image] Jul 16 21:36:49.476 INFO O| Jul 16 21:36:49.476 INFO STEP 34 (ensure_file) COMPLETE
99332026-07-16T21:36:50.323Z[ host-image] Jul 16 21:36:49.476 INFO O| Jul 16 21:36:49.476 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-07-16T21:36:50.330Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99352026-07-16T21:36:50.333Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99362026-07-16T21:36:50.333Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99372026-07-16T21:36:50.333Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99382026-07-16T21:36:50.334Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 INFO ok!
99392026-07-16T21:36:50.334Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 INFO STEP 35 (ensure_file) COMPLETE
99402026-07-16T21:36:50.334Z[ host-image] Jul 16 21:36:49.483 INFO O| Jul 16 21:36:49.483 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99412026-07-16T21:36:50.337Z[ host-image] Jul 16 21:36:49.489 INFO O| Jul 16 21:36:49.489 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99422026-07-16T21:36:50.338Z[ host-image] Jul 16 21:36:49.489 INFO O| Jul 16 21:36:49.489 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99432026-07-16T21:36:50.338Z[ host-image] Jul 16 21:36:49.489 INFO O| Jul 16 21:36:49.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99442026-07-16T21:36:50.338Z[ host-image] Jul 16 21:36:49.489 INFO O| Jul 16 21:36:49.489 INFO ok!
99452026-07-16T21:36:50.338Z[ host-image] Jul 16 21:36:49.489 INFO O| Jul 16 21:36:49.489 INFO STEP 36 (ensure_file) COMPLETE
99462026-07-16T21:36:50.338Z[ host-image] Jul 16 21:36:49.489 INFO O| Jul 16 21:36:49.489 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-07-16T21:36:50.342Z[ host-image] Jul 16 21:36:49.494 INFO O| Jul 16 21:36:49.494 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99482026-07-16T21:36:50.342Z[ host-image] Jul 16 21:36:49.494 INFO O| Jul 16 21:36:49.494 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99492026-07-16T21:36:50.342Z[ host-image] Jul 16 21:36:49.494 INFO O| Jul 16 21:36:49.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99502026-07-16T21:36:50.342Z[ host-image] Jul 16 21:36:49.494 INFO O| Jul 16 21:36:49.494 INFO ok!
99512026-07-16T21:36:50.342Z[ host-image] Jul 16 21:36:49.494 INFO O| Jul 16 21:36:49.494 INFO STEP 37 (ensure_file) COMPLETE
99522026-07-16T21:36:50.342Z[ host-image] Jul 16 21:36:49.494 INFO O| Jul 16 21:36:49.494 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-07-16T21:36:50.346Z[ host-image] Jul 16 21:36:49.500 INFO O| Jul 16 21:36:49.500 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99542026-07-16T21:36:50.346Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.500 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99552026-07-16T21:36:50.349Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99562026-07-16T21:36:50.349Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99572026-07-16T21:36:50.349Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99582026-07-16T21:36:50.350Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99592026-07-16T21:36:50.350Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO ok!
99602026-07-16T21:36:50.350Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO STEP 38 (ensure_file) COMPLETE
99612026-07-16T21:36:50.350Z[ host-image] Jul 16 21:36:49.501 INFO O| Jul 16 21:36:49.501 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99622026-07-16T21:36:50.353Z[ host-image] Jul 16 21:36:49.506 INFO O| Jul 16 21:36:49.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99632026-07-16T21:36:50.353Z[ host-image] Jul 16 21:36:49.506 INFO O| Jul 16 21:36:49.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99642026-07-16T21:36:50.353Z[ host-image] Jul 16 21:36:49.506 INFO O| Jul 16 21:36:49.506 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99652026-07-16T21:36:50.353Z[ host-image] Jul 16 21:36:49.506 INFO O| Jul 16 21:36:49.506 INFO STEP 39 (ensure_dir) COMPLETE
99662026-07-16T21:36:50.353Z[ host-image] Jul 16 21:36:49.506 INFO O| Jul 16 21:36:49.506 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99672026-07-16T21:36:50.358Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 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
99682026-07-16T21:36:50.358Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 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 ...
99692026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 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
99702026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 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
99712026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 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
99722026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 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
99732026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 INFO ok!
99742026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 INFO STEP 40 (ensure_file) COMPLETE
99752026-07-16T21:36:50.361Z[ host-image] Jul 16 21:36:49.512 INFO O| Jul 16 21:36:49.512 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99762026-07-16T21:36:50.365Z[ host-image] Jul 16 21:36:49.518 INFO O| Jul 16 21:36:49.518 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99772026-07-16T21:36:50.365Z[ host-image] Jul 16 21:36:49.518 INFO O| Jul 16 21:36:49.518 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 ...
99782026-07-16T21:36:50.365Z[ host-image] Jul 16 21:36:49.518 INFO O| Jul 16 21:36:49.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99792026-07-16T21:36:50.365Z[ host-image] Jul 16 21:36:49.518 INFO O| Jul 16 21:36:49.518 INFO ok!
99802026-07-16T21:36:50.365Z[ host-image] Jul 16 21:36:49.518 INFO O| Jul 16 21:36:49.518 INFO STEP 41 (ensure_symlink) COMPLETE
99812026-07-16T21:36:50.365Z[ host-image] Jul 16 21:36:49.519 INFO O| Jul 16 21:36:49.518 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99822026-07-16T21:36:50.370Z[ host-image] Jul 16 21:36:49.524 INFO O| Jul 16 21:36:49.524 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99832026-07-16T21:36:50.370Z[ host-image] Jul 16 21:36:49.524 INFO O| Jul 16 21:36:49.524 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99842026-07-16T21:36:50.374Z[ host-image] Jul 16 21:36:49.524 INFO O| Jul 16 21:36:49.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99852026-07-16T21:36:50.374Z[ host-image] Jul 16 21:36:49.524 INFO O| Jul 16 21:36:49.524 INFO ok!
99862026-07-16T21:36:50.374Z[ host-image] Jul 16 21:36:49.524 INFO O| Jul 16 21:36:49.524 INFO STEP 42 (ensure_symlink) COMPLETE
99872026-07-16T21:36:50.374Z[ host-image] Jul 16 21:36:49.524 INFO O| Jul 16 21:36:49.524 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99882026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.530 INFO O| Jul 16 21:36:49.530 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99892026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.530 INFO O| Jul 16 21:36:49.530 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99902026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.530 INFO O| Jul 16 21:36:49.530 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99912026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.530 INFO O| Jul 16 21:36:49.530 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99922026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.530 INFO O| Jul 16 21:36:49.530 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99932026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.530 INFO O| Jul 16 21:36:49.530 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99942026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.531 INFO O| Jul 16 21:36:49.530 INFO ok!
99952026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.531 INFO O| Jul 16 21:36:49.530 INFO STEP 43 (ensure_file) COMPLETE
99962026-07-16T21:36:50.378Z[ host-image] Jul 16 21:36:49.531 INFO O| Jul 16 21:36:49.530 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99972026-07-16T21:36:50.382Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.536 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99982026-07-16T21:36:50.382Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.537 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 ...
99992026-07-16T21:36:50.386Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.537 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
100002026-07-16T21:36:50.386Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.537 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100012026-07-16T21:36:50.386Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.537 INFO ok!
100022026-07-16T21:36:50.386Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.537 INFO STEP 44 (ensure_file) COMPLETE
100032026-07-16T21:36:50.386Z[ host-image] Jul 16 21:36:49.537 INFO O| Jul 16 21:36:49.537 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100042026-07-16T21:36:50.389Z[ host-image] Jul 16 21:36:49.542 INFO O| Jul 16 21:36:49.542 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100052026-07-16T21:36:50.389Z[ host-image] Jul 16 21:36:49.542 INFO O| Jul 16 21:36:49.542 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100062026-07-16T21:36:50.389Z[ host-image] Jul 16 21:36:49.542 INFO O| Jul 16 21:36:49.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100072026-07-16T21:36:50.389Z[ host-image] Jul 16 21:36:49.542 INFO O| Jul 16 21:36:49.542 INFO ok!
100082026-07-16T21:36:50.389Z[ host-image] Jul 16 21:36:49.542 INFO O| Jul 16 21:36:49.542 INFO STEP 45 (ensure_file) COMPLETE
100092026-07-16T21:36:50.389Z[ host-image] Jul 16 21:36:49.542 INFO O| Jul 16 21:36:49.542 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100102026-07-16T21:36:50.394Z[ host-image] Jul 16 21:36:49.548 INFO O| Jul 16 21:36:49.548 INFO updating shadow file
100112026-07-16T21:36:50.394Z[ host-image] Jul 16 21:36:49.548 INFO O| Jul 16 21:36:49.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100122026-07-16T21:36:50.397Z[ host-image] Jul 16 21:36:49.548 INFO O| Jul 16 21:36:49.548 INFO STEP 46 (shadow) COMPLETE
100132026-07-16T21:36:50.397Z[ host-image] Jul 16 21:36:49.548 INFO O| Jul 16 21:36:49.548 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100142026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100152026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100162026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100172026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100182026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO ok!
100192026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO STEP 47 (ensure_file) COMPLETE
100202026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100212026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO skip step because feature "mfg" is not enabled
100222026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO skip step because feature "mfg" is not enabled
100242026-07-16T21:36:50.402Z[ host-image] Jul 16 21:36:49.555 INFO O| Jul 16 21:36:49.555 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100252026-07-16T21:36:50.407Z[ host-image] Jul 16 21:36:49.561 INFO O| Jul 16 21:36:49.561 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100262026-07-16T21:36:50.407Z[ host-image] Jul 16 21:36:49.561 INFO O| Jul 16 21:36:49.561 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100272026-07-16T21:36:50.427Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100282026-07-16T21:36:50.427Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100292026-07-16T21:36:50.427Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO ok!
100302026-07-16T21:36:50.431Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO STEP 50 (ensure_file) COMPLETE
100312026-07-16T21:36:50.431Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100322026-07-16T21:36:50.431Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO skip step because feature "compliance" is not enabled
100332026-07-16T21:36:50.431Z[ host-image] Jul 16 21:36:49.581 INFO O| Jul 16 21:36:49.581 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100342026-07-16T21:36:50.434Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100352026-07-16T21:36:50.434Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100362026-07-16T21:36:50.434Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100372026-07-16T21:36:50.434Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100382026-07-16T21:36:50.434Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100392026-07-16T21:36:50.434Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100402026-07-16T21:36:50.437Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO ok!
100412026-07-16T21:36:50.437Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO STEP 52 (ensure_file) COMPLETE
100422026-07-16T21:36:50.437Z[ host-image] Jul 16 21:36:49.588 INFO O| Jul 16 21:36:49.588 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100432026-07-16T21:36:50.441Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100442026-07-16T21:36:50.441Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 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 ...
100452026-07-16T21:36:50.444Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 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
100462026-07-16T21:36:50.444Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100472026-07-16T21:36:50.444Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 INFO ok!
100482026-07-16T21:36:50.444Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 INFO STEP 53 (ensure_file) COMPLETE
100492026-07-16T21:36:50.444Z[ host-image] Jul 16 21:36:49.595 INFO O| Jul 16 21:36:49.595 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-07-16T21:36:50.447Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100512026-07-16T21:36:50.447Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 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 ...
100522026-07-16T21:36:50.447Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100532026-07-16T21:36:50.447Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100542026-07-16T21:36:50.447Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 INFO ok!
100552026-07-16T21:36:50.447Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 INFO STEP 54 (ensure_file) COMPLETE
100562026-07-16T21:36:50.451Z[ host-image] Jul 16 21:36:49.601 INFO O| Jul 16 21:36:49.601 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100582026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 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 ...
100592026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 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
100602026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100612026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 INFO ok!
100622026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 INFO STEP 55 (ensure_file) COMPLETE
100632026-07-16T21:36:50.454Z[ host-image] Jul 16 21:36:49.608 INFO O| Jul 16 21:36:49.608 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-07-16T21:36:50.460Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100652026-07-16T21:36:50.460Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 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 ...
100662026-07-16T21:36:50.463Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100672026-07-16T21:36:50.463Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100682026-07-16T21:36:50.463Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 INFO ok!
100692026-07-16T21:36:50.463Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 INFO STEP 56 (ensure_file) COMPLETE
100702026-07-16T21:36:50.463Z[ host-image] Jul 16 21:36:49.614 INFO O| Jul 16 21:36:49.614 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-07-16T21:36:50.466Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100722026-07-16T21:36:50.466Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 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 ...
100732026-07-16T21:36:50.466Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 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
100742026-07-16T21:36:50.467Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100752026-07-16T21:36:50.467Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 INFO ok!
100762026-07-16T21:36:50.467Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 INFO STEP 57 (ensure_file) COMPLETE
100772026-07-16T21:36:50.467Z[ host-image] Jul 16 21:36:49.620 INFO O| Jul 16 21:36:49.620 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100782026-07-16T21:36:50.471Z[ host-image] Jul 16 21:36:49.625 INFO O| Jul 16 21:36:49.625 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100792026-07-16T21:36:50.471Z[ host-image] Jul 16 21:36:49.625 INFO O| Jul 16 21:36:49.625 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 ...
100802026-07-16T21:36:50.474Z[ host-image] Jul 16 21:36:49.625 INFO O| Jul 16 21:36:49.625 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100812026-07-16T21:36:50.474Z[ host-image] Jul 16 21:36:49.625 INFO O| Jul 16 21:36:49.625 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100822026-07-16T21:36:50.474Z[ host-image] Jul 16 21:36:49.625 INFO O| Jul 16 21:36:49.625 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100832026-07-16T21:36:50.475Z[ host-image] Jul 16 21:36:49.626 INFO O| Jul 16 21:36:49.626 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100842026-07-16T21:36:50.475Z[ host-image] Jul 16 21:36:49.626 INFO O| Jul 16 21:36:49.626 INFO ok!
100852026-07-16T21:36:50.475Z[ host-image] Jul 16 21:36:49.626 INFO O| Jul 16 21:36:49.626 INFO STEP 58 (ensure_file) COMPLETE
100862026-07-16T21:36:50.475Z[ host-image] Jul 16 21:36:49.626 INFO O| Jul 16 21:36:49.626 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.631 INFO O| Jul 16 21:36:49.631 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100882026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.631 INFO O| Jul 16 21:36:49.631 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 ...
100892026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.631 INFO O| Jul 16 21:36:49.631 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
100902026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.631 INFO O| Jul 16 21:36:49.631 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100912026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.632 INFO O| Jul 16 21:36:49.631 INFO ok!
100922026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.632 INFO O| Jul 16 21:36:49.631 INFO STEP 59 (ensure_file) COMPLETE
100932026-07-16T21:36:50.479Z[ host-image] Jul 16 21:36:49.632 INFO O| Jul 16 21:36:49.632 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-07-16T21:36:50.484Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100952026-07-16T21:36:50.484Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100962026-07-16T21:36:50.487Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100972026-07-16T21:36:50.487Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100982026-07-16T21:36:50.487Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO ok!
100992026-07-16T21:36:50.487Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO STEP 60 (ensure_file) COMPLETE
101002026-07-16T21:36:50.487Z[ host-image] Jul 16 21:36:49.638 INFO O| Jul 16 21:36:49.638 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-07-16T21:36:50.491Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101022026-07-16T21:36:50.491Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 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 ...
101032026-07-16T21:36:50.494Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 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
101042026-07-16T21:36:50.494Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101052026-07-16T21:36:50.494Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 INFO ok!
101062026-07-16T21:36:50.494Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 INFO STEP 61 (ensure_file) COMPLETE
101072026-07-16T21:36:50.494Z[ host-image] Jul 16 21:36:49.645 INFO O| Jul 16 21:36:49.645 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101082026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101092026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101102026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101112026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101122026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101132026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101142026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO ok!
101152026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO STEP 62 (ensure_file) COMPLETE
101162026-07-16T21:36:50.497Z[ host-image] Jul 16 21:36:49.651 INFO O| Jul 16 21:36:49.651 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-07-16T21:36:50.503Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101182026-07-16T21:36:50.506Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 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 ...
101192026-07-16T21:36:50.506Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 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
101202026-07-16T21:36:50.506Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101212026-07-16T21:36:50.506Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 INFO ok!
101222026-07-16T21:36:50.506Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 INFO STEP 63 (ensure_file) COMPLETE
101232026-07-16T21:36:50.506Z[ host-image] Jul 16 21:36:49.657 INFO O| Jul 16 21:36:49.657 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-07-16T21:36:50.509Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101252026-07-16T21:36:50.510Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 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 ...
101262026-07-16T21:36:50.510Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 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
101272026-07-16T21:36:50.510Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101282026-07-16T21:36:50.510Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 INFO ok!
101292026-07-16T21:36:50.510Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 INFO STEP 64 (ensure_file) COMPLETE
101302026-07-16T21:36:50.510Z[ host-image] Jul 16 21:36:49.663 INFO O| Jul 16 21:36:49.663 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-07-16T21:36:50.515Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101322026-07-16T21:36:50.515Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 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 ...
101332026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 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
101342026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101352026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO ok!
101362026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO STEP 65 (ensure_file) COMPLETE
101372026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101382026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO skip step because feature "mbist" is not enabled
101392026-07-16T21:36:50.518Z[ host-image] Jul 16 21:36:49.668 INFO O| Jul 16 21:36:49.668 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-07-16T21:36:50.522Z[ host-image] Jul 16 21:36:49.674 INFO O| Jul 16 21:36:49.674 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101412026-07-16T21:36:50.522Z[ host-image] Jul 16 21:36:49.674 INFO O| Jul 16 21:36:49.674 INFO STEP 67 (ensure_dir) COMPLETE
101422026-07-16T21:36:50.522Z[ host-image] Jul 16 21:36:49.674 INFO O| Jul 16 21:36:49.674 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-07-16T21:36:50.526Z[ host-image] Jul 16 21:36:49.680 INFO O| Jul 16 21:36:49.680 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101442026-07-16T21:36:50.526Z[ host-image] Jul 16 21:36:49.680 INFO O| Jul 16 21:36:49.680 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101452026-07-16T21:36:50.527Z[ host-image] Jul 16 21:36:49.680 INFO O| Jul 16 21:36:49.680 INFO STEP 68 (ensure_dir) COMPLETE
101462026-07-16T21:36:50.527Z[ host-image] Jul 16 21:36:49.680 INFO O| Jul 16 21:36:49.680 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-07-16T21:36:50.531Z[ host-image] Jul 16 21:36:49.685 INFO O| Jul 16 21:36:49.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101482026-07-16T21:36:50.534Z[ host-image] Jul 16 21:36:49.685 INFO O| Jul 16 21:36:49.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101492026-07-16T21:36:50.534Z[ host-image] Jul 16 21:36:49.685 INFO O| Jul 16 21:36:49.685 INFO STEP 69 (ensure_dir) COMPLETE
101502026-07-16T21:36:50.534Z[ host-image] Jul 16 21:36:49.685 INFO O| Jul 16 21:36:49.685 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-07-16T21:36:50.537Z[ host-image] Jul 16 21:36:49.690 INFO O| Jul 16 21:36:49.690 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101522026-07-16T21:36:50.537Z[ host-image] Jul 16 21:36:49.690 INFO O| Jul 16 21:36:49.690 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101532026-07-16T21:36:51.028Z[ host-image] Jul 16 21:36:50.182 INFO O| Jul 16 21:36:50.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101542026-07-16T21:36:51.028Z[ host-image] Jul 16 21:36:50.182 INFO O| Jul 16 21:36:50.182 INFO ok!
101552026-07-16T21:36:51.028Z[ host-image] Jul 16 21:36:50.182 INFO O| Jul 16 21:36:50.182 INFO STEP 70 (ensure_file) COMPLETE
101562026-07-16T21:36:51.032Z[ host-image] Jul 16 21:36:50.182 INFO O| Jul 16 21:36:50.182 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-07-16T21:36:51.037Z[ host-image] Jul 16 21:36:50.191 INFO O| Jul 16 21:36:50.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101582026-07-16T21:36:51.037Z[ host-image] Jul 16 21:36:50.191 INFO O| Jul 16 21:36:50.191 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101592026-07-16T21:36:51.477Z[ host-image] Jul 16 21:36:50.631 INFO O| Jul 16 21:36:50.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101602026-07-16T21:36:51.477Z[ host-image] Jul 16 21:36:50.631 INFO O| Jul 16 21:36:50.631 INFO ok!
101612026-07-16T21:36:51.477Z[ host-image] Jul 16 21:36:50.631 INFO O| Jul 16 21:36:50.631 INFO STEP 71 (ensure_file) COMPLETE
101622026-07-16T21:36:51.481Z[ host-image] Jul 16 21:36:50.631 INFO O| Jul 16 21:36:50.631 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-07-16T21:36:51.484Z[ host-image] Jul 16 21:36:50.638 INFO O| Jul 16 21:36:50.638 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101642026-07-16T21:36:51.484Z[ host-image] Jul 16 21:36:50.638 INFO O| Jul 16 21:36:50.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101652026-07-16T21:36:51.484Z[ host-image] Jul 16 21:36:50.638 INFO O| Jul 16 21:36:50.638 INFO STEP 72 (ensure_dir) COMPLETE
101662026-07-16T21:36:51.484Z[ host-image] Jul 16 21:36:50.638 INFO O| Jul 16 21:36:50.638 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-07-16T21:36:51.489Z[ host-image] Jul 16 21:36:50.643 INFO O| Jul 16 21:36:50.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101682026-07-16T21:36:51.489Z[ host-image] Jul 16 21:36:50.643 INFO O| Jul 16 21:36:50.643 INFO copying /tmp/.tmpbjGReu/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 ...
101692026-07-16T21:36:51.493Z[ host-image] Jul 16 21:36:50.643 INFO O| Jul 16 21:36:50.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101702026-07-16T21:36:51.493Z[ host-image] Jul 16 21:36:50.643 INFO O| Jul 16 21:36:50.643 INFO ok!
101712026-07-16T21:36:51.493Z[ host-image] Jul 16 21:36:50.643 INFO O| Jul 16 21:36:50.643 INFO STEP 73 (ensure_file) COMPLETE
101722026-07-16T21:36:51.493Z[ host-image] Jul 16 21:36:50.643 INFO O| Jul 16 21:36:50.643 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-07-16T21:36:51.496Z[ host-image] Jul 16 21:36:50.649 INFO O| Jul 16 21:36:50.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101742026-07-16T21:36:51.496Z[ host-image] Jul 16 21:36:50.649 INFO O| Jul 16 21:36:50.648 INFO copying /tmp/.tmpbjGReu/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 ...
101752026-07-16T21:36:51.496Z[ host-image] Jul 16 21:36:50.649 INFO O| Jul 16 21:36:50.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101762026-07-16T21:36:51.496Z[ host-image] Jul 16 21:36:50.649 INFO O| Jul 16 21:36:50.649 INFO ok!
101772026-07-16T21:36:51.496Z[ host-image] Jul 16 21:36:50.649 INFO O| Jul 16 21:36:50.649 INFO STEP 74 (ensure_file) COMPLETE
101782026-07-16T21:36:51.496Z[ host-image] Jul 16 21:36:50.649 INFO O| Jul 16 21:36:50.649 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-07-16T21:36:51.499Z[ host-image] Jul 16 21:36:50.654 INFO O| Jul 16 21:36:50.654 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101802026-07-16T21:36:51.499Z[ host-image] Jul 16 21:36:50.654 INFO O| Jul 16 21:36:50.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101812026-07-16T21:36:51.499Z[ host-image] Jul 16 21:36:50.654 INFO O| Jul 16 21:36:50.654 INFO STEP 75 (ensure_dir) COMPLETE
101822026-07-16T21:36:51.500Z[ host-image] Jul 16 21:36:50.654 INFO O| Jul 16 21:36:50.654 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-07-16T21:36:51.504Z[ host-image] Jul 16 21:36:50.658 INFO O| Jul 16 21:36:50.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101842026-07-16T21:36:51.505Z[ host-image] Jul 16 21:36:50.658 INFO O| Jul 16 21:36:50.658 INFO copying /tmp/.tmpbjGReu/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 ...
101852026-07-16T21:36:51.508Z[ host-image] Jul 16 21:36:50.659 INFO O| Jul 16 21:36:50.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101862026-07-16T21:36:51.508Z[ host-image] Jul 16 21:36:50.659 INFO O| Jul 16 21:36:50.659 INFO ok!
101872026-07-16T21:36:51.508Z[ host-image] Jul 16 21:36:50.659 INFO O| Jul 16 21:36:50.659 INFO STEP 76 (ensure_file) COMPLETE
101882026-07-16T21:36:51.508Z[ host-image] Jul 16 21:36:50.659 INFO O| Jul 16 21:36:50.659 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-07-16T21:36:51.511Z[ host-image] Jul 16 21:36:50.664 INFO O| Jul 16 21:36:50.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101902026-07-16T21:36:51.511Z[ host-image] Jul 16 21:36:50.664 INFO O| Jul 16 21:36:50.664 INFO copying /tmp/.tmpbjGReu/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 ...
101912026-07-16T21:36:51.511Z[ host-image] Jul 16 21:36:50.664 INFO O| Jul 16 21:36:50.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101922026-07-16T21:36:51.511Z[ host-image] Jul 16 21:36:50.664 INFO O| Jul 16 21:36:50.664 INFO ok!
101932026-07-16T21:36:51.512Z[ host-image] Jul 16 21:36:50.664 INFO O| Jul 16 21:36:50.664 INFO STEP 77 (ensure_file) COMPLETE
101942026-07-16T21:36:51.512Z[ host-image] Jul 16 21:36:50.664 INFO O| Jul 16 21:36:50.664 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-07-16T21:36:51.515Z[ host-image] Jul 16 21:36:50.670 INFO O| Jul 16 21:36:50.670 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101962026-07-16T21:36:51.515Z[ host-image] Jul 16 21:36:50.670 INFO O| Jul 16 21:36:50.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101972026-07-16T21:36:51.518Z[ host-image] Jul 16 21:36:50.670 INFO O| Jul 16 21:36:50.670 INFO STEP 78 (ensure_dir) COMPLETE
101982026-07-16T21:36:51.518Z[ host-image] Jul 16 21:36:50.670 INFO O| Jul 16 21:36:50.670 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-07-16T21:36:51.523Z[ host-image] Jul 16 21:36:50.675 INFO O| Jul 16 21:36:50.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102002026-07-16T21:36:51.523Z[ host-image] Jul 16 21:36:50.675 INFO O| Jul 16 21:36:50.675 INFO copying /tmp/.tmpbjGReu/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 ...
102012026-07-16T21:36:51.523Z[ host-image] Jul 16 21:36:50.675 INFO O| Jul 16 21:36:50.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102022026-07-16T21:36:51.523Z[ host-image] Jul 16 21:36:50.675 INFO O| Jul 16 21:36:50.675 INFO ok!
102032026-07-16T21:36:51.523Z[ host-image] Jul 16 21:36:50.675 INFO O| Jul 16 21:36:50.675 INFO STEP 79 (ensure_file) COMPLETE
102042026-07-16T21:36:51.523Z[ host-image] Jul 16 21:36:50.675 INFO O| Jul 16 21:36:50.675 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-07-16T21:36:51.526Z[ host-image] Jul 16 21:36:50.680 INFO O| Jul 16 21:36:50.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102062026-07-16T21:36:51.526Z[ host-image] Jul 16 21:36:50.680 INFO O| Jul 16 21:36:50.680 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102072026-07-16T21:36:51.529Z[ host-image] Jul 16 21:36:50.680 INFO O| Jul 16 21:36:50.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102082026-07-16T21:36:51.529Z[ host-image] Jul 16 21:36:50.680 INFO O| Jul 16 21:36:50.680 INFO ok!
102092026-07-16T21:36:51.529Z[ host-image] Jul 16 21:36:50.680 INFO O| Jul 16 21:36:50.680 INFO STEP 80 (ensure_file) COMPLETE
102102026-07-16T21:36:51.529Z[ host-image] Jul 16 21:36:50.680 INFO O| Jul 16 21:36:50.680 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-07-16T21:36:51.532Z[ host-image] Jul 16 21:36:50.686 INFO O| Jul 16 21:36:50.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102122026-07-16T21:36:51.532Z[ host-image] Jul 16 21:36:50.686 INFO O| Jul 16 21:36:50.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102132026-07-16T21:36:51.532Z[ host-image] Jul 16 21:36:50.686 INFO O| Jul 16 21:36:50.686 INFO STEP 81 (ensure_dir) COMPLETE
102142026-07-16T21:36:51.534Z[ host-image] Jul 16 21:36:50.686 INFO O| Jul 16 21:36:50.686 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-07-16T21:36:51.539Z[ host-image] Jul 16 21:36:50.693 INFO O| Jul 16 21:36:50.693 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102162026-07-16T21:36:51.539Z[ host-image] Jul 16 21:36:50.693 INFO O| Jul 16 21:36:50.693 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102172026-07-16T21:36:51.776Z[ host-image] Jul 16 21:36:50.930 INFO O| Jul 16 21:36:50.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102182026-07-16T21:36:51.776Z[ host-image] Jul 16 21:36:50.930 INFO O| Jul 16 21:36:50.930 INFO ok!
102192026-07-16T21:36:51.779Z[ host-image] Jul 16 21:36:50.930 INFO O| Jul 16 21:36:50.930 INFO STEP 82 (ensure_file) COMPLETE
102202026-07-16T21:36:51.779Z[ host-image] Jul 16 21:36:50.930 INFO O| Jul 16 21:36:50.930 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-07-16T21:36:51.782Z[ host-image] Jul 16 21:36:50.936 INFO O| Jul 16 21:36:50.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102222026-07-16T21:36:51.783Z[ host-image] Jul 16 21:36:50.936 INFO O| Jul 16 21:36:50.936 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102232026-07-16T21:36:52.220Z[ host-image] Jul 16 21:36:51.374 INFO O| Jul 16 21:36:51.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102242026-07-16T21:36:52.220Z[ host-image] Jul 16 21:36:51.374 INFO O| Jul 16 21:36:51.374 INFO ok!
102252026-07-16T21:36:52.220Z[ host-image] Jul 16 21:36:51.374 INFO O| Jul 16 21:36:51.374 INFO STEP 83 (ensure_file) COMPLETE
102262026-07-16T21:36:52.224Z[ host-image] Jul 16 21:36:51.374 INFO O| Jul 16 21:36:51.374 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-07-16T21:36:52.228Z[ host-image] Jul 16 21:36:51.383 INFO O| Jul 16 21:36:51.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102282026-07-16T21:36:52.228Z[ host-image] Jul 16 21:36:51.383 INFO O| Jul 16 21:36:51.383 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102292026-07-16T21:36:52.722Z[ recovery-image] Jul 16 21:36:51.876 INFO O| ok, image written!
102302026-07-16T21:36:52.722Z[ recovery-image] Jul 16 21:36:51.876 INFO O| ok, boot_image_csum file written!
102312026-07-16T21:36:52.726Z[ recovery-image] Jul 16 21:36:51.878 INFO creating boot archive (CPIO)...
102322026-07-16T21:36:52.726Z[ recovery-image] Jul 16 21:36:51.878 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
102332026-07-16T21:36:52.731Z[ recovery-image] Jul 16 21:36:51.885 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102342026-07-16T21:36:52.731Z[ recovery-image] Jul 16 21:36:51.885 INFO E| + outfile=/work/os-recovery/cpio
102352026-07-16T21:36:52.734Z[ recovery-image] Jul 16 21:36:51.885 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102362026-07-16T21:36:52.734Z[ recovery-image] Jul 16 21:36:51.887 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102372026-07-16T21:36:52.734Z[ recovery-image] Jul 16 21:36:51.887 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102382026-07-16T21:36:52.767Z[ recovery-image] Jul 16 21:36:51.918 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102392026-07-16T21:36:52.772Z[ recovery-image] Jul 16 21:36:51.918 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102402026-07-16T21:36:52.772Z[ recovery-image] Jul 16 21:36:51.923 INFO creating compressed cpio/unix for dev loaders...
102412026-07-16T21:36:52.772Z[ recovery-image] Jul 16 21:36:51.923 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
102422026-07-16T21:36:53.033Z[ recovery-image] Jul 16 21:36:52.187 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102432026-07-16T21:36:53.253Z[ host-image] Jul 16 21:36:52.407 INFO O| Jul 16 21:36:52.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102442026-07-16T21:36:53.253Z[ host-image] Jul 16 21:36:52.407 INFO O| Jul 16 21:36:52.407 INFO ok!
102452026-07-16T21:36:53.253Z[ host-image] Jul 16 21:36:52.407 INFO O| Jul 16 21:36:52.407 INFO STEP 84 (ensure_file) COMPLETE
102462026-07-16T21:36:53.257Z[ host-image] Jul 16 21:36:52.407 INFO O| Jul 16 21:36:52.407 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-07-16T21:36:53.261Z[ host-image] Jul 16 21:36:52.415 INFO O| Jul 16 21:36:52.415 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102482026-07-16T21:36:53.264Z[ host-image] Jul 16 21:36:52.415 INFO O| Jul 16 21:36:52.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102492026-07-16T21:36:53.264Z[ host-image] Jul 16 21:36:52.415 INFO O| Jul 16 21:36:52.415 INFO STEP 85 (ensure_dir) COMPLETE
102502026-07-16T21:36:53.264Z[ host-image] Jul 16 21:36:52.415 INFO O| Jul 16 21:36:52.415 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-16T21:36:53.267Z[ host-image] Jul 16 21:36:52.421 INFO O| Jul 16 21:36:52.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102522026-07-16T21:36:53.267Z[ host-image] Jul 16 21:36:52.421 INFO O| Jul 16 21:36:52.421 INFO copying /tmp/.tmpbjGReu/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 ...
102532026-07-16T21:36:53.267Z[ host-image] Jul 16 21:36:52.421 INFO O| Jul 16 21:36:52.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102542026-07-16T21:36:53.267Z[ host-image] Jul 16 21:36:52.421 INFO O| Jul 16 21:36:52.421 INFO ok!
102552026-07-16T21:36:53.267Z[ host-image] Jul 16 21:36:52.421 INFO O| Jul 16 21:36:52.421 INFO STEP 86 (ensure_file) COMPLETE
102562026-07-16T21:36:53.267Z[ host-image] Jul 16 21:36:52.421 INFO O| Jul 16 21:36:52.421 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-07-16T21:36:53.275Z[ host-image] Jul 16 21:36:52.430 INFO O| Jul 16 21:36:52.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102582026-07-16T21:36:53.275Z[ host-image] Jul 16 21:36:52.430 INFO O| Jul 16 21:36:52.430 INFO copying /tmp/.tmpbjGReu/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 ...
102592026-07-16T21:36:53.278Z[ host-image] Jul 16 21:36:52.430 INFO O| Jul 16 21:36:52.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102602026-07-16T21:36:53.278Z[ host-image] Jul 16 21:36:52.430 INFO O| Jul 16 21:36:52.430 INFO ok!
102612026-07-16T21:36:53.278Z[ host-image] Jul 16 21:36:52.430 INFO O| Jul 16 21:36:52.430 INFO STEP 87 (ensure_file) COMPLETE
102622026-07-16T21:36:53.278Z[ host-image] Jul 16 21:36:52.430 INFO O| Jul 16 21:36:52.430 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-07-16T21:36:53.282Z[ host-image] Jul 16 21:36:52.435 INFO O| Jul 16 21:36:52.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102642026-07-16T21:36:53.282Z[ host-image] Jul 16 21:36:52.435 INFO O| Jul 16 21:36:52.435 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102652026-07-16T21:36:53.282Z[ host-image] Jul 16 21:36:52.435 INFO O| Jul 16 21:36:52.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102662026-07-16T21:36:53.282Z[ host-image] Jul 16 21:36:52.435 INFO O| Jul 16 21:36:52.435 INFO ok!
102672026-07-16T21:36:53.282Z[ host-image] Jul 16 21:36:52.435 INFO O| Jul 16 21:36:52.435 INFO STEP 88 (ensure_file) COMPLETE
102682026-07-16T21:36:53.284Z[ host-image] Jul 16 21:36:52.435 INFO O| Jul 16 21:36:52.435 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-07-16T21:36:53.287Z[ host-image] Jul 16 21:36:52.440 INFO O| Jul 16 21:36:52.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102702026-07-16T21:36:53.287Z[ host-image] Jul 16 21:36:52.440 INFO O| Jul 16 21:36:52.440 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102712026-07-16T21:36:53.288Z[ host-image] Jul 16 21:36:52.440 INFO O| Jul 16 21:36:52.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102722026-07-16T21:36:53.288Z[ host-image] Jul 16 21:36:52.440 INFO O| Jul 16 21:36:52.440 INFO ok!
102732026-07-16T21:36:53.288Z[ host-image] Jul 16 21:36:52.440 INFO O| Jul 16 21:36:52.440 INFO STEP 89 (ensure_file) COMPLETE
102742026-07-16T21:36:53.288Z[ host-image] Jul 16 21:36:52.440 INFO O| Jul 16 21:36:52.440 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-07-16T21:36:53.294Z[ host-image] Jul 16 21:36:52.448 INFO O| Jul 16 21:36:52.448 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102762026-07-16T21:36:53.294Z[ host-image] Jul 16 21:36:52.448 INFO O| Jul 16 21:36:52.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102772026-07-16T21:36:53.294Z[ host-image] Jul 16 21:36:52.448 INFO O| Jul 16 21:36:52.448 INFO STEP 90 (ensure_dir) COMPLETE
102782026-07-16T21:36:53.294Z[ host-image] Jul 16 21:36:52.448 INFO O| Jul 16 21:36:52.448 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-07-16T21:36:53.300Z[ host-image] Jul 16 21:36:52.454 INFO O| Jul 16 21:36:52.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102802026-07-16T21:36:53.300Z[ host-image] Jul 16 21:36:52.454 INFO O| Jul 16 21:36:52.454 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102812026-07-16T21:36:53.303Z[ host-image] Jul 16 21:36:52.457 INFO O| Jul 16 21:36:52.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102822026-07-16T21:36:53.305Z[ host-image] Jul 16 21:36:52.457 INFO O| Jul 16 21:36:52.457 INFO ok!
102832026-07-16T21:36:53.305Z[ host-image] Jul 16 21:36:52.457 INFO O| Jul 16 21:36:52.457 INFO STEP 91 (ensure_file) COMPLETE
102842026-07-16T21:36:53.305Z[ host-image] Jul 16 21:36:52.457 INFO O| Jul 16 21:36:52.457 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-07-16T21:36:53.309Z[ host-image] Jul 16 21:36:52.463 INFO O| Jul 16 21:36:52.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102862026-07-16T21:36:53.312Z[ host-image] Jul 16 21:36:52.463 INFO O| Jul 16 21:36:52.463 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102872026-07-16T21:36:53.312Z[ host-image] Jul 16 21:36:52.463 INFO O| Jul 16 21:36:52.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102882026-07-16T21:36:53.312Z[ host-image] Jul 16 21:36:52.463 INFO O| Jul 16 21:36:52.463 INFO ok!
102892026-07-16T21:36:53.312Z[ host-image] Jul 16 21:36:52.463 INFO O| Jul 16 21:36:52.463 INFO STEP 92 (ensure_file) COMPLETE
102902026-07-16T21:36:53.312Z[ host-image] Jul 16 21:36:52.463 INFO O| Jul 16 21:36:52.463 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-07-16T21:36:53.316Z[ host-image] Jul 16 21:36:52.470 INFO O| Jul 16 21:36:52.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102922026-07-16T21:36:53.316Z[ host-image] Jul 16 21:36:52.470 INFO O| Jul 16 21:36:52.470 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102932026-07-16T21:36:53.801Z[ host-image] Jul 16 21:36:52.954 INFO O| Jul 16 21:36:52.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102942026-07-16T21:36:53.801Z[ host-image] Jul 16 21:36:52.954 INFO O| Jul 16 21:36:52.954 INFO ok!
102952026-07-16T21:36:53.801Z[ host-image] Jul 16 21:36:52.954 INFO O| Jul 16 21:36:52.954 INFO STEP 93 (ensure_file) COMPLETE
102962026-07-16T21:36:53.805Z[ host-image] Jul 16 21:36:52.954 INFO O| Jul 16 21:36:52.954 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-07-16T21:36:53.808Z[ host-image] Jul 16 21:36:52.962 INFO O| Jul 16 21:36:52.962 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102982026-07-16T21:36:53.808Z[ host-image] Jul 16 21:36:52.962 INFO O| Jul 16 21:36:52.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102992026-07-16T21:36:53.811Z[ host-image] Jul 16 21:36:52.962 INFO O| Jul 16 21:36:52.962 INFO STEP 94 (ensure_dir) COMPLETE
103002026-07-16T21:36:53.811Z[ host-image] Jul 16 21:36:52.962 INFO O| Jul 16 21:36:52.962 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-07-16T21:36:53.814Z[ host-image] Jul 16 21:36:52.968 INFO O| Jul 16 21:36:52.968 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103022026-07-16T21:36:53.814Z[ host-image] Jul 16 21:36:52.968 INFO O| Jul 16 21:36:52.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103032026-07-16T21:36:53.814Z[ host-image] Jul 16 21:36:52.968 INFO O| Jul 16 21:36:52.968 INFO STEP 95 (ensure_dir) COMPLETE
103042026-07-16T21:36:53.814Z[ host-image] Jul 16 21:36:52.968 INFO O| Jul 16 21:36:52.968 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-07-16T21:36:53.821Z[ host-image] Jul 16 21:36:52.974 INFO O| Jul 16 21:36:52.974 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103062026-07-16T21:36:53.824Z[ host-image] Jul 16 21:36:52.974 INFO O| Jul 16 21:36:52.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103072026-07-16T21:36:53.824Z[ host-image] Jul 16 21:36:52.974 INFO O| Jul 16 21:36:52.974 INFO STEP 96 (ensure_dir) COMPLETE
103082026-07-16T21:36:53.824Z[ host-image] Jul 16 21:36:52.974 INFO O| Jul 16 21:36:52.974 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-07-16T21:36:53.828Z[ host-image] Jul 16 21:36:52.982 INFO O| Jul 16 21:36:52.982 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103102026-07-16T21:36:53.831Z[ host-image] Jul 16 21:36:52.982 INFO O| Jul 16 21:36:52.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103112026-07-16T21:36:53.831Z[ host-image] Jul 16 21:36:52.982 INFO O| Jul 16 21:36:52.982 INFO STEP 97 (ensure_dir) COMPLETE
103122026-07-16T21:36:53.831Z[ host-image] Jul 16 21:36:52.982 INFO O| Jul 16 21:36:52.982 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-07-16T21:36:53.834Z[ host-image] Jul 16 21:36:52.988 INFO O| Jul 16 21:36:52.988 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103142026-07-16T21:36:53.834Z[ host-image] Jul 16 21:36:52.988 INFO O| Jul 16 21:36:52.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103152026-07-16T21:36:53.834Z[ host-image] Jul 16 21:36:52.988 INFO O| Jul 16 21:36:52.988 INFO STEP 98 (ensure_dir) COMPLETE
103162026-07-16T21:36:53.835Z[ host-image] Jul 16 21:36:52.988 INFO O| Jul 16 21:36:52.988 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-07-16T21:36:53.839Z[ host-image] Jul 16 21:36:52.994 INFO O| Jul 16 21:36:52.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103182026-07-16T21:36:53.839Z[ host-image] Jul 16 21:36:52.994 INFO O| Jul 16 21:36:52.994 INFO copying /tmp/.tmpbjGReu/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 ...
103192026-07-16T21:36:53.843Z[ host-image] Jul 16 21:36:52.994 INFO O| Jul 16 21:36:52.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103202026-07-16T21:36:53.843Z[ host-image] Jul 16 21:36:52.994 INFO O| Jul 16 21:36:52.994 INFO ok!
103212026-07-16T21:36:53.843Z[ host-image] Jul 16 21:36:52.994 INFO O| Jul 16 21:36:52.994 INFO STEP 99 (ensure_file) COMPLETE
103222026-07-16T21:36:53.843Z[ host-image] Jul 16 21:36:52.994 INFO O| Jul 16 21:36:52.994 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-07-16T21:36:53.846Z[ host-image] Jul 16 21:36:53.000 INFO O| Jul 16 21:36:53.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103242026-07-16T21:36:53.849Z[ host-image] Jul 16 21:36:53.000 INFO O| Jul 16 21:36:53.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103252026-07-16T21:36:53.849Z[ host-image] Jul 16 21:36:53.000 INFO O| Jul 16 21:36:53.000 INFO STEP 100 (ensure_dir) COMPLETE
103262026-07-16T21:36:53.849Z[ host-image] Jul 16 21:36:53.000 INFO O| Jul 16 21:36:53.000 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-07-16T21:36:53.853Z[ host-image] Jul 16 21:36:53.007 INFO O| Jul 16 21:36:53.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103282026-07-16T21:36:53.853Z[ host-image] Jul 16 21:36:53.007 INFO O| Jul 16 21:36:53.007 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103292026-07-16T21:36:53.867Z[ host-image] Jul 16 21:36:53.021 INFO O| Jul 16 21:36:53.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103302026-07-16T21:36:53.867Z[ host-image] Jul 16 21:36:53.021 INFO O| Jul 16 21:36:53.021 INFO ok!
103312026-07-16T21:36:53.870Z[ host-image] Jul 16 21:36:53.021 INFO O| Jul 16 21:36:53.021 INFO STEP 101 (ensure_file) COMPLETE
103322026-07-16T21:36:53.870Z[ host-image] Jul 16 21:36:53.021 INFO O| Jul 16 21:36:53.021 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-07-16T21:36:53.874Z[ host-image] Jul 16 21:36:53.028 INFO O| Jul 16 21:36:53.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103342026-07-16T21:36:53.874Z[ host-image] Jul 16 21:36:53.028 INFO O| Jul 16 21:36:53.028 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103352026-07-16T21:36:53.877Z[ host-image] Jul 16 21:36:53.028 INFO O| Jul 16 21:36:53.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103362026-07-16T21:36:53.877Z[ host-image] Jul 16 21:36:53.028 INFO O| Jul 16 21:36:53.028 INFO ok!
103372026-07-16T21:36:53.877Z[ host-image] Jul 16 21:36:53.028 INFO O| Jul 16 21:36:53.028 INFO STEP 102 (ensure_file) COMPLETE
103382026-07-16T21:36:53.877Z[ host-image] Jul 16 21:36:53.028 INFO O| Jul 16 21:36:53.028 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-07-16T21:36:53.880Z[ host-image] Jul 16 21:36:53.034 INFO O| Jul 16 21:36:53.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103402026-07-16T21:36:53.880Z[ host-image] Jul 16 21:36:53.034 INFO O| Jul 16 21:36:53.034 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103412026-07-16T21:36:54.102Z[ host-image] Jul 16 21:36:53.256 INFO O| Jul 16 21:36:53.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103422026-07-16T21:36:54.102Z[ host-image] Jul 16 21:36:53.256 INFO O| Jul 16 21:36:53.256 INFO ok!
103432026-07-16T21:36:54.102Z[ host-image] Jul 16 21:36:53.256 INFO O| Jul 16 21:36:53.256 INFO STEP 103 (ensure_file) COMPLETE
103442026-07-16T21:36:54.102Z[ host-image] Jul 16 21:36:53.256 INFO O| Jul 16 21:36:53.256 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-07-16T21:36:54.110Z[ host-image] Jul 16 21:36:53.264 INFO O| Jul 16 21:36:53.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103462026-07-16T21:36:54.110Z[ host-image] Jul 16 21:36:53.264 INFO O| Jul 16 21:36:53.264 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103472026-07-16T21:36:54.113Z[ host-image] Jul 16 21:36:53.264 INFO O| Jul 16 21:36:53.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103482026-07-16T21:36:54.113Z[ host-image] Jul 16 21:36:53.264 INFO O| Jul 16 21:36:53.264 INFO ok!
103492026-07-16T21:36:54.113Z[ host-image] Jul 16 21:36:53.264 INFO O| Jul 16 21:36:53.264 INFO STEP 104 (ensure_file) COMPLETE
103502026-07-16T21:36:54.113Z[ host-image] Jul 16 21:36:53.264 INFO O| Jul 16 21:36:53.264 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-07-16T21:36:54.116Z[ host-image] Jul 16 21:36:53.270 INFO O| Jul 16 21:36:53.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103522026-07-16T21:36:54.117Z[ host-image] Jul 16 21:36:53.270 INFO O| Jul 16 21:36:53.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103532026-07-16T21:36:54.118Z[ host-image] Jul 16 21:36:53.270 INFO O| Jul 16 21:36:53.270 INFO STEP 105 (ensure_dir) COMPLETE
103542026-07-16T21:36:54.118Z[ host-image] Jul 16 21:36:53.270 INFO O| Jul 16 21:36:53.270 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-07-16T21:36:54.122Z[ host-image] Jul 16 21:36:53.276 INFO O| Jul 16 21:36:53.276 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103562026-07-16T21:36:54.122Z[ host-image] Jul 16 21:36:53.276 INFO O| Jul 16 21:36:53.276 INFO copying /tmp/.tmpbjGReu/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 ...
103572026-07-16T21:36:54.336Z[ host-image] Jul 16 21:36:53.490 INFO O| Jul 16 21:36:53.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103582026-07-16T21:36:54.336Z[ host-image] Jul 16 21:36:53.490 INFO O| Jul 16 21:36:53.490 INFO ok!
103592026-07-16T21:36:54.336Z[ host-image] Jul 16 21:36:53.490 INFO O| Jul 16 21:36:53.490 INFO STEP 106 (ensure_file) COMPLETE
103602026-07-16T21:36:54.340Z[ host-image] Jul 16 21:36:53.490 INFO O| Jul 16 21:36:53.490 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-07-16T21:36:54.344Z[ host-image] Jul 16 21:36:53.499 INFO O| Jul 16 21:36:53.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103622026-07-16T21:36:54.344Z[ host-image] Jul 16 21:36:53.499 INFO O| Jul 16 21:36:53.499 INFO copying /tmp/.tmpbjGReu/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 ...
103632026-07-16T21:36:54.348Z[ host-image] Jul 16 21:36:53.499 INFO O| Jul 16 21:36:53.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103642026-07-16T21:36:54.348Z[ host-image] Jul 16 21:36:53.499 INFO O| Jul 16 21:36:53.499 INFO ok!
103652026-07-16T21:36:54.348Z[ host-image] Jul 16 21:36:53.499 INFO O| Jul 16 21:36:53.499 INFO STEP 107 (ensure_file) COMPLETE
103662026-07-16T21:36:54.348Z[ host-image] Jul 16 21:36:53.499 INFO O| Jul 16 21:36:53.499 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-07-16T21:36:54.351Z[ host-image] Jul 16 21:36:53.505 INFO O| Jul 16 21:36:53.505 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103682026-07-16T21:36:54.351Z[ host-image] Jul 16 21:36:53.505 INFO O| Jul 16 21:36:53.505 INFO copying /tmp/.tmpbjGReu/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 ...
103692026-07-16T21:36:54.351Z[ host-image] Jul 16 21:36:53.505 INFO O| Jul 16 21:36:53.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103702026-07-16T21:36:54.351Z[ host-image] Jul 16 21:36:53.505 INFO O| Jul 16 21:36:53.505 INFO ok!
103712026-07-16T21:36:54.352Z[ host-image] Jul 16 21:36:53.505 INFO O| Jul 16 21:36:53.505 INFO STEP 108 (ensure_file) COMPLETE
103722026-07-16T21:36:54.352Z[ host-image] Jul 16 21:36:53.505 INFO O| Jul 16 21:36:53.505 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-07-16T21:36:54.356Z[ host-image] Jul 16 21:36:53.510 INFO O| Jul 16 21:36:53.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103742026-07-16T21:36:54.359Z[ host-image] Jul 16 21:36:53.510 INFO O| Jul 16 21:36:53.510 INFO copying /tmp/.tmpbjGReu/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 ...
103752026-07-16T21:36:54.359Z[ host-image] Jul 16 21:36:53.510 INFO O| Jul 16 21:36:53.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103762026-07-16T21:36:54.359Z[ host-image] Jul 16 21:36:53.510 INFO O| Jul 16 21:36:53.510 INFO ok!
103772026-07-16T21:36:54.359Z[ host-image] Jul 16 21:36:53.510 INFO O| Jul 16 21:36:53.510 INFO STEP 109 (ensure_file) COMPLETE
103782026-07-16T21:36:54.359Z[ host-image] Jul 16 21:36:53.510 INFO O| Jul 16 21:36:53.510 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-07-16T21:36:54.363Z[ host-image] Jul 16 21:36:53.518 INFO O| Jul 16 21:36:53.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103802026-07-16T21:36:54.366Z[ host-image] Jul 16 21:36:53.518 INFO O| Jul 16 21:36:53.518 INFO copying /tmp/.tmpbjGReu/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 ...
103812026-07-16T21:36:54.366Z[ host-image] Jul 16 21:36:53.518 INFO O| Jul 16 21:36:53.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103822026-07-16T21:36:54.367Z[ host-image] Jul 16 21:36:53.518 INFO O| Jul 16 21:36:53.518 INFO ok!
103832026-07-16T21:36:54.367Z[ host-image] Jul 16 21:36:53.518 INFO O| Jul 16 21:36:53.518 INFO STEP 110 (ensure_file) COMPLETE
103842026-07-16T21:36:54.367Z[ host-image] Jul 16 21:36:53.518 INFO O| Jul 16 21:36:53.518 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-07-16T21:36:54.370Z[ host-image] Jul 16 21:36:53.523 INFO O| Jul 16 21:36:53.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103862026-07-16T21:36:54.370Z[ host-image] Jul 16 21:36:53.523 INFO O| Jul 16 21:36:53.523 INFO copying /tmp/.tmpbjGReu/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 ...
103872026-07-16T21:36:54.370Z[ host-image] Jul 16 21:36:53.523 INFO O| Jul 16 21:36:53.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103882026-07-16T21:36:54.370Z[ host-image] Jul 16 21:36:53.523 INFO O| Jul 16 21:36:53.523 INFO ok!
103892026-07-16T21:36:54.370Z[ host-image] Jul 16 21:36:53.523 INFO O| Jul 16 21:36:53.523 INFO STEP 111 (ensure_file) COMPLETE
103902026-07-16T21:36:54.370Z[ host-image] Jul 16 21:36:53.523 INFO O| Jul 16 21:36:53.523 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-07-16T21:36:54.374Z[ host-image] Jul 16 21:36:53.528 INFO O| Jul 16 21:36:53.528 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103922026-07-16T21:36:54.377Z[ host-image] Jul 16 21:36:53.528 INFO O| Jul 16 21:36:53.528 INFO copying /tmp/.tmpbjGReu/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 ...
103932026-07-16T21:36:54.377Z[ host-image] Jul 16 21:36:53.528 INFO O| Jul 16 21:36:53.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103942026-07-16T21:36:54.377Z[ host-image] Jul 16 21:36:53.528 INFO O| Jul 16 21:36:53.528 INFO ok!
103952026-07-16T21:36:54.377Z[ host-image] Jul 16 21:36:53.528 INFO O| Jul 16 21:36:53.528 INFO STEP 112 (ensure_file) COMPLETE
103962026-07-16T21:36:54.377Z[ host-image] Jul 16 21:36:53.528 INFO O| Jul 16 21:36:53.528 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-07-16T21:36:54.381Z[ host-image] Jul 16 21:36:53.535 INFO O| Jul 16 21:36:53.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103982026-07-16T21:36:54.384Z[ host-image] Jul 16 21:36:53.535 INFO O| Jul 16 21:36:53.535 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103992026-07-16T21:36:54.384Z[ host-image] Jul 16 21:36:53.535 INFO O| Jul 16 21:36:53.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104002026-07-16T21:36:54.384Z[ host-image] Jul 16 21:36:53.535 INFO O| Jul 16 21:36:53.535 INFO ok!
104012026-07-16T21:36:54.384Z[ host-image] Jul 16 21:36:53.535 INFO O| Jul 16 21:36:53.535 INFO STEP 113 (ensure_file) COMPLETE
104022026-07-16T21:36:54.384Z[ host-image] Jul 16 21:36:53.535 INFO O| Jul 16 21:36:53.535 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-07-16T21:36:54.387Z[ host-image] Jul 16 21:36:53.541 INFO O| Jul 16 21:36:53.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104042026-07-16T21:36:54.387Z[ host-image] Jul 16 21:36:53.541 INFO O| Jul 16 21:36:53.541 INFO copying /tmp/.tmpbjGReu/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 ...
104052026-07-16T21:36:54.387Z[ host-image] Jul 16 21:36:53.541 INFO O| Jul 16 21:36:53.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104062026-07-16T21:36:54.387Z[ host-image] Jul 16 21:36:53.541 INFO O| Jul 16 21:36:53.541 INFO ok!
104072026-07-16T21:36:54.387Z[ host-image] Jul 16 21:36:53.542 INFO O| Jul 16 21:36:53.541 INFO STEP 114 (ensure_file) COMPLETE
104082026-07-16T21:36:54.390Z[ host-image] Jul 16 21:36:53.542 INFO O| Jul 16 21:36:53.541 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-07-16T21:36:54.394Z[ host-image] Jul 16 21:36:53.547 INFO O| Jul 16 21:36:53.547 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104102026-07-16T21:36:54.394Z[ host-image] Jul 16 21:36:53.547 INFO O| Jul 16 21:36:53.547 INFO copying /tmp/.tmpbjGReu/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 ...
104112026-07-16T21:36:54.394Z[ host-image] Jul 16 21:36:53.547 INFO O| Jul 16 21:36:53.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104122026-07-16T21:36:54.394Z[ host-image] Jul 16 21:36:53.547 INFO O| Jul 16 21:36:53.547 INFO ok!
104132026-07-16T21:36:54.394Z[ host-image] Jul 16 21:36:53.547 INFO O| Jul 16 21:36:53.547 INFO STEP 115 (ensure_file) COMPLETE
104142026-07-16T21:36:54.394Z[ host-image] Jul 16 21:36:53.547 INFO O| Jul 16 21:36:53.547 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-07-16T21:36:54.399Z[ host-image] Jul 16 21:36:53.554 INFO O| Jul 16 21:36:53.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104162026-07-16T21:36:54.399Z[ host-image] Jul 16 21:36:53.554 INFO O| Jul 16 21:36:53.554 INFO copying /tmp/.tmpbjGReu/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 ...
104172026-07-16T21:36:54.402Z[ host-image] Jul 16 21:36:53.554 INFO O| Jul 16 21:36:53.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104182026-07-16T21:36:54.403Z[ host-image] Jul 16 21:36:53.554 INFO O| Jul 16 21:36:53.554 INFO ok!
104192026-07-16T21:36:54.403Z[ host-image] Jul 16 21:36:53.554 INFO O| Jul 16 21:36:53.554 INFO STEP 116 (ensure_file) COMPLETE
104202026-07-16T21:36:54.403Z[ host-image] Jul 16 21:36:53.554 INFO O| Jul 16 21:36:53.554 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-07-16T21:36:54.406Z[ host-image] Jul 16 21:36:53.560 INFO O| Jul 16 21:36:53.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104222026-07-16T21:36:54.406Z[ host-image] Jul 16 21:36:53.560 INFO O| Jul 16 21:36:53.560 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104232026-07-16T21:36:54.409Z[ host-image] Jul 16 21:36:53.560 INFO O| Jul 16 21:36:53.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104242026-07-16T21:36:54.409Z[ host-image] Jul 16 21:36:53.560 INFO O| Jul 16 21:36:53.560 INFO ok!
104252026-07-16T21:36:54.409Z[ host-image] Jul 16 21:36:53.560 INFO O| Jul 16 21:36:53.560 INFO STEP 117 (ensure_file) COMPLETE
104262026-07-16T21:36:54.409Z[ host-image] Jul 16 21:36:53.560 INFO O| Jul 16 21:36:53.560 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-07-16T21:36:54.413Z[ host-image] Jul 16 21:36:53.566 INFO O| Jul 16 21:36:53.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104282026-07-16T21:36:54.413Z[ host-image] Jul 16 21:36:53.566 INFO O| Jul 16 21:36:53.566 INFO copying /tmp/.tmpbjGReu/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 ...
104292026-07-16T21:36:54.413Z[ host-image] Jul 16 21:36:53.566 INFO O| Jul 16 21:36:53.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104302026-07-16T21:36:54.413Z[ host-image] Jul 16 21:36:53.566 INFO O| Jul 16 21:36:53.566 INFO ok!
104312026-07-16T21:36:54.413Z[ host-image] Jul 16 21:36:53.566 INFO O| Jul 16 21:36:53.566 INFO STEP 118 (ensure_file) COMPLETE
104322026-07-16T21:36:54.413Z[ host-image] Jul 16 21:36:53.566 INFO O| Jul 16 21:36:53.566 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-07-16T21:36:54.417Z[ host-image] Jul 16 21:36:53.571 INFO O| Jul 16 21:36:53.571 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104342026-07-16T21:36:54.420Z[ host-image] Jul 16 21:36:53.571 INFO O| Jul 16 21:36:53.571 INFO copying /tmp/.tmpbjGReu/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 ...
104352026-07-16T21:36:54.420Z[ host-image] Jul 16 21:36:53.571 INFO O| Jul 16 21:36:53.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104362026-07-16T21:36:54.420Z[ host-image] Jul 16 21:36:53.571 INFO O| Jul 16 21:36:53.571 INFO ok!
104372026-07-16T21:36:54.420Z[ host-image] Jul 16 21:36:53.571 INFO O| Jul 16 21:36:53.571 INFO STEP 119 (ensure_file) COMPLETE
104382026-07-16T21:36:54.420Z[ host-image] Jul 16 21:36:53.571 INFO O| Jul 16 21:36:53.571 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-07-16T21:36:54.423Z[ host-image] Jul 16 21:36:53.577 INFO O| Jul 16 21:36:53.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104402026-07-16T21:36:54.426Z[ host-image] Jul 16 21:36:53.577 INFO O| Jul 16 21:36:53.577 INFO copying /tmp/.tmpbjGReu/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 ...
104412026-07-16T21:36:54.426Z[ host-image] Jul 16 21:36:53.577 INFO O| Jul 16 21:36:53.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104422026-07-16T21:36:54.426Z[ host-image] Jul 16 21:36:53.577 INFO O| Jul 16 21:36:53.577 INFO ok!
104432026-07-16T21:36:54.426Z[ host-image] Jul 16 21:36:53.577 INFO O| Jul 16 21:36:53.577 INFO STEP 120 (ensure_file) COMPLETE
104442026-07-16T21:36:54.426Z[ host-image] Jul 16 21:36:53.577 INFO O| Jul 16 21:36:53.577 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-07-16T21:36:54.429Z[ host-image] Jul 16 21:36:53.583 INFO O| Jul 16 21:36:53.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104462026-07-16T21:36:54.430Z[ host-image] Jul 16 21:36:53.583 INFO O| Jul 16 21:36:53.583 INFO copying /tmp/.tmpbjGReu/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 ...
104472026-07-16T21:36:54.430Z[ host-image] Jul 16 21:36:53.583 INFO O| Jul 16 21:36:53.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104482026-07-16T21:36:54.430Z[ host-image] Jul 16 21:36:53.583 INFO O| Jul 16 21:36:53.583 INFO ok!
104492026-07-16T21:36:54.430Z[ host-image] Jul 16 21:36:53.583 INFO O| Jul 16 21:36:53.583 INFO STEP 121 (ensure_file) COMPLETE
104502026-07-16T21:36:54.430Z[ host-image] Jul 16 21:36:53.583 INFO O| Jul 16 21:36:53.583 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-07-16T21:36:54.435Z[ host-image] Jul 16 21:36:53.589 INFO O| Jul 16 21:36:53.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104522026-07-16T21:36:54.435Z[ host-image] Jul 16 21:36:53.589 INFO O| Jul 16 21:36:53.589 INFO copying /tmp/.tmpbjGReu/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 ...
104532026-07-16T21:36:54.438Z[ host-image] Jul 16 21:36:53.589 INFO O| Jul 16 21:36:53.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104542026-07-16T21:36:54.438Z[ host-image] Jul 16 21:36:53.589 INFO O| Jul 16 21:36:53.589 INFO ok!
104552026-07-16T21:36:54.439Z[ host-image] Jul 16 21:36:53.589 INFO O| Jul 16 21:36:53.589 INFO STEP 122 (ensure_file) COMPLETE
104562026-07-16T21:36:54.439Z[ host-image] Jul 16 21:36:53.589 INFO O| Jul 16 21:36:53.589 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-07-16T21:36:54.442Z[ host-image] Jul 16 21:36:53.595 INFO O| Jul 16 21:36:53.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104582026-07-16T21:36:54.442Z[ host-image] Jul 16 21:36:53.595 INFO O| Jul 16 21:36:53.595 INFO copying /tmp/.tmpbjGReu/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 ...
104592026-07-16T21:36:54.442Z[ host-image] Jul 16 21:36:53.595 INFO O| Jul 16 21:36:53.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104602026-07-16T21:36:54.442Z[ host-image] Jul 16 21:36:53.595 INFO O| Jul 16 21:36:53.595 INFO ok!
104612026-07-16T21:36:54.442Z[ host-image] Jul 16 21:36:53.595 INFO O| Jul 16 21:36:53.595 INFO STEP 123 (ensure_file) COMPLETE
104622026-07-16T21:36:54.442Z[ host-image] Jul 16 21:36:53.595 INFO O| Jul 16 21:36:53.595 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-07-16T21:36:54.446Z[ host-image] Jul 16 21:36:53.600 INFO O| Jul 16 21:36:53.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104642026-07-16T21:36:54.449Z[ host-image] Jul 16 21:36:53.600 INFO O| Jul 16 21:36:53.600 INFO copying /tmp/.tmpbjGReu/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 ...
104652026-07-16T21:36:54.449Z[ host-image] Jul 16 21:36:53.600 INFO O| Jul 16 21:36:53.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104662026-07-16T21:36:54.449Z[ host-image] Jul 16 21:36:53.600 INFO O| Jul 16 21:36:53.600 INFO ok!
104672026-07-16T21:36:54.449Z[ host-image] Jul 16 21:36:53.600 INFO O| Jul 16 21:36:53.600 INFO STEP 124 (ensure_file) COMPLETE
104682026-07-16T21:36:54.449Z[ host-image] Jul 16 21:36:53.600 INFO O| Jul 16 21:36:53.600 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-07-16T21:36:54.452Z[ host-image] Jul 16 21:36:53.606 INFO O| Jul 16 21:36:53.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104702026-07-16T21:36:54.452Z[ host-image] Jul 16 21:36:53.606 INFO O| Jul 16 21:36:53.606 INFO copying /tmp/.tmpbjGReu/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 ...
104712026-07-16T21:36:54.452Z[ host-image] Jul 16 21:36:53.606 INFO O| Jul 16 21:36:53.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104722026-07-16T21:36:54.452Z[ host-image] Jul 16 21:36:53.606 INFO O| Jul 16 21:36:53.606 INFO ok!
104732026-07-16T21:36:54.452Z[ host-image] Jul 16 21:36:53.606 INFO O| Jul 16 21:36:53.606 INFO STEP 125 (ensure_file) COMPLETE
104742026-07-16T21:36:54.452Z[ host-image] Jul 16 21:36:53.606 INFO O| Jul 16 21:36:53.606 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-07-16T21:36:54.458Z[ host-image] Jul 16 21:36:53.612 INFO O| Jul 16 21:36:53.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104762026-07-16T21:36:54.458Z[ host-image] Jul 16 21:36:53.612 INFO O| Jul 16 21:36:53.612 INFO copying /tmp/.tmpbjGReu/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 ...
104772026-07-16T21:36:54.461Z[ host-image] Jul 16 21:36:53.612 INFO O| Jul 16 21:36:53.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104782026-07-16T21:36:54.461Z[ host-image] Jul 16 21:36:53.612 INFO O| Jul 16 21:36:53.612 INFO ok!
104792026-07-16T21:36:54.461Z[ host-image] Jul 16 21:36:53.612 INFO O| Jul 16 21:36:53.612 INFO STEP 126 (ensure_file) COMPLETE
104802026-07-16T21:36:54.461Z[ host-image] Jul 16 21:36:53.612 INFO O| Jul 16 21:36:53.612 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-07-16T21:36:54.518Z[ host-image] Jul 16 21:36:53.619 INFO O| Jul 16 21:36:53.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104822026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.619 INFO O| Jul 16 21:36:53.619 INFO copying /tmp/.tmpbjGReu/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 ...
104832026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.619 INFO O| Jul 16 21:36:53.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104842026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.619 INFO O| Jul 16 21:36:53.619 INFO ok!
104852026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.619 INFO O| Jul 16 21:36:53.619 INFO STEP 127 (ensure_file) COMPLETE
104862026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.619 INFO O| Jul 16 21:36:53.619 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.624 INFO O| Jul 16 21:36:53.624 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104882026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.624 INFO O| Jul 16 21:36:53.624 INFO copying /tmp/.tmpbjGReu/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 ...
104892026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.624 INFO O| Jul 16 21:36:53.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104902026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.624 INFO O| Jul 16 21:36:53.624 INFO ok!
104912026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.624 INFO O| Jul 16 21:36:53.624 INFO STEP 128 (ensure_file) COMPLETE
104922026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.624 INFO O| Jul 16 21:36:53.624 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.630 INFO O| Jul 16 21:36:53.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104942026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.630 INFO O| Jul 16 21:36:53.629 INFO copying /tmp/.tmpbjGReu/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 ...
104952026-07-16T21:36:54.519Z[ host-image] Jul 16 21:36:53.630 INFO O| Jul 16 21:36:53.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104962026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.630 INFO O| Jul 16 21:36:53.630 INFO ok!
104972026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.630 INFO O| Jul 16 21:36:53.630 INFO STEP 129 (ensure_file) COMPLETE
104982026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.630 INFO O| Jul 16 21:36:53.630 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.635 INFO O| Jul 16 21:36:53.635 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105002026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.635 INFO O| Jul 16 21:36:53.635 INFO copying /tmp/.tmpbjGReu/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 ...
105012026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.635 INFO O| Jul 16 21:36:53.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105022026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.635 INFO O| Jul 16 21:36:53.635 INFO ok!
105032026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.635 INFO O| Jul 16 21:36:53.635 INFO STEP 130 (ensure_file) COMPLETE
105042026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.635 INFO O| Jul 16 21:36:53.635 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.642 INFO O| Jul 16 21:36:53.642 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105062026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.642 INFO O| Jul 16 21:36:53.642 INFO copying /tmp/.tmpbjGReu/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 ...
105072026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.642 INFO O| Jul 16 21:36:53.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105082026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.642 INFO O| Jul 16 21:36:53.642 INFO ok!
105092026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.642 INFO O| Jul 16 21:36:53.642 INFO STEP 131 (ensure_file) COMPLETE
105102026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.642 INFO O| Jul 16 21:36:53.642 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.649 INFO O| Jul 16 21:36:53.649 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105122026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.649 INFO O| Jul 16 21:36:53.649 INFO copying /tmp/.tmpbjGReu/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 ...
105132026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.649 INFO O| Jul 16 21:36:53.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105142026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.649 INFO O| Jul 16 21:36:53.649 INFO ok!
105152026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.649 INFO O| Jul 16 21:36:53.649 INFO STEP 132 (ensure_file) COMPLETE
105162026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.649 INFO O| Jul 16 21:36:53.649 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.655 INFO O| Jul 16 21:36:53.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105182026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.655 INFO O| Jul 16 21:36:53.655 INFO copying /tmp/.tmpbjGReu/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 ...
105192026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.655 INFO O| Jul 16 21:36:53.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105202026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.655 INFO O| Jul 16 21:36:53.655 INFO ok!
105212026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.655 INFO O| Jul 16 21:36:53.655 INFO STEP 133 (ensure_file) COMPLETE
105222026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.655 INFO O| Jul 16 21:36:53.655 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.661 INFO O| Jul 16 21:36:53.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105242026-07-16T21:36:54.520Z[ host-image] Jul 16 21:36:53.661 INFO O| Jul 16 21:36:53.661 INFO copying /tmp/.tmpbjGReu/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 ...
105252026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.661 INFO O| Jul 16 21:36:53.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105262026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.661 INFO O| Jul 16 21:36:53.661 INFO ok!
105272026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.661 INFO O| Jul 16 21:36:53.661 INFO STEP 134 (ensure_file) COMPLETE
105282026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.661 INFO O| Jul 16 21:36:53.661 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.667 INFO O| Jul 16 21:36:53.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105302026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.667 INFO O| Jul 16 21:36:53.667 INFO copying /tmp/.tmpbjGReu/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 ...
105312026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.667 INFO O| Jul 16 21:36:53.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105322026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.667 INFO O| Jul 16 21:36:53.667 INFO ok!
105332026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.667 INFO O| Jul 16 21:36:53.667 INFO STEP 135 (ensure_file) COMPLETE
105342026-07-16T21:36:54.521Z[ host-image] Jul 16 21:36:53.667 INFO O| Jul 16 21:36:53.667 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.674 INFO O| Jul 16 21:36:53.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105362026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.674 INFO O| Jul 16 21:36:53.674 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105372026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.674 INFO O| Jul 16 21:36:53.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105382026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.674 INFO O| Jul 16 21:36:53.674 INFO ok!
105392026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.674 INFO O| Jul 16 21:36:53.674 INFO STEP 136 (ensure_file) COMPLETE
105402026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.674 INFO O| Jul 16 21:36:53.674 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.680 INFO O| Jul 16 21:36:53.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105422026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.680 INFO O| Jul 16 21:36:53.680 INFO copying /tmp/.tmpbjGReu/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 ...
105432026-07-16T21:36:54.526Z[ host-image] Jul 16 21:36:53.680 INFO O| Jul 16 21:36:53.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105442026-07-16T21:36:54.528Z[ host-image] Jul 16 21:36:53.680 INFO O| Jul 16 21:36:53.680 INFO ok!
105452026-07-16T21:36:54.528Z[ host-image] Jul 16 21:36:53.680 INFO O| Jul 16 21:36:53.680 INFO STEP 137 (ensure_file) COMPLETE
105462026-07-16T21:36:54.528Z[ host-image] Jul 16 21:36:53.680 INFO O| Jul 16 21:36:53.680 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-07-16T21:36:54.532Z[ host-image] Jul 16 21:36:53.686 INFO O| Jul 16 21:36:53.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105482026-07-16T21:36:54.532Z[ host-image] Jul 16 21:36:53.686 INFO O| Jul 16 21:36:53.686 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105492026-07-16T21:36:54.535Z[ host-image] Jul 16 21:36:53.686 INFO O| Jul 16 21:36:53.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105502026-07-16T21:36:54.535Z[ host-image] Jul 16 21:36:53.686 INFO O| Jul 16 21:36:53.686 INFO ok!
105512026-07-16T21:36:54.535Z[ host-image] Jul 16 21:36:53.686 INFO O| Jul 16 21:36:53.686 INFO STEP 138 (ensure_file) COMPLETE
105522026-07-16T21:36:54.535Z[ host-image] Jul 16 21:36:53.686 INFO O| Jul 16 21:36:53.686 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-07-16T21:36:54.539Z[ host-image] Jul 16 21:36:53.693 INFO O| Jul 16 21:36:53.693 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105542026-07-16T21:36:54.539Z[ host-image] Jul 16 21:36:53.693 INFO O| Jul 16 21:36:53.693 INFO copying /tmp/.tmpbjGReu/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105552026-07-16T21:36:56.866Z[ recovery-image] Jul 16 21:36:56.020 INFO creating reset image...
105562026-07-16T21:36:56.866Z[ recovery-image] Jul 16 21:36:56.020 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")
105572026-07-16T21:36:57.137Z[ recovery-image] Jul 16 21:36:56.291 INFO E| Updating crates.io index
105582026-07-16T21:36:57.429Z[ recovery-image] Jul 16 21:36:56.583 INFO E| Downloading crates ...
105592026-07-16T21:36:57.477Z[ recovery-image] Jul 16 21:36:56.630 INFO E| Downloaded clap_lex v1.1.0
105602026-07-16T21:36:57.480Z[ recovery-image] Jul 16 21:36:56.631 INFO E| Downloaded os_pipe v1.2.3
105612026-07-16T21:36:57.480Z[ recovery-image] Jul 16 21:36:56.633 INFO E| Downloaded shared_child v1.1.1
105622026-07-16T21:36:57.484Z[ recovery-image] Jul 16 21:36:56.636 INFO E| Downloaded shared_thread v0.2.0
105632026-07-16T21:36:57.484Z[ recovery-image] Jul 16 21:36:56.637 INFO E| Downloaded colorchoice v1.0.5
105642026-07-16T21:36:57.487Z[ recovery-image] Jul 16 21:36:56.638 INFO E| Downloaded sigchld v0.2.4
105652026-07-16T21:36:57.487Z[ recovery-image] Jul 16 21:36:56.640 INFO E| Downloaded duct v1.1.1
105662026-07-16T21:36:57.533Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling libc v0.2.186
105672026-07-16T21:36:57.533Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling proc-macro2 v1.0.106
105682026-07-16T21:36:57.536Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling quote v1.0.45
105692026-07-16T21:36:57.536Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling unicode-ident v1.0.24
105702026-07-16T21:36:57.536Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling signal-hook v0.3.18
105712026-07-16T21:36:57.537Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling utf8parse v0.2.2
105722026-07-16T21:36:57.537Z[ recovery-image] Jul 16 21:36:56.687 INFO E| Compiling is_terminal_polyfill v1.70.2
105732026-07-16T21:36:57.547Z[ recovery-image] Jul 16 21:36:56.701 INFO E| Compiling anstyle v1.0.14
105742026-07-16T21:36:57.550Z[ recovery-image] Jul 16 21:36:56.701 INFO E| Compiling anstyle-query v1.1.5
105752026-07-16T21:36:57.550Z[ recovery-image] Jul 16 21:36:56.701 INFO E| Compiling colorchoice v1.0.5
105762026-07-16T21:36:57.550Z[ recovery-image] Jul 16 21:36:56.702 INFO E| Compiling heck v0.5.0
105772026-07-16T21:36:57.550Z[ recovery-image] Jul 16 21:36:56.702 INFO E| Compiling clap_lex v1.1.0
105782026-07-16T21:36:57.550Z[ recovery-image] Jul 16 21:36:56.702 INFO E| Compiling strsim v0.11.1
105792026-07-16T21:36:57.550Z[ recovery-image] Jul 16 21:36:56.702 INFO E| Compiling shared_thread v0.2.0
105802026-07-16T21:36:57.709Z[ recovery-image] Jul 16 21:36:56.857 INFO E| Compiling anstyle-parse v1.0.0
105812026-07-16T21:36:57.874Z[ recovery-image] Jul 16 21:36:57.027 INFO E| Compiling anstream v1.0.0
105822026-07-16T21:36:58.104Z[ recovery-image] Jul 16 21:36:57.257 INFO E| Compiling clap_builder v4.6.0
105832026-07-16T21:36:58.356Z[ recovery-image] Jul 16 21:36:57.509 INFO E| Compiling errno v0.3.14
105842026-07-16T21:36:58.356Z[ recovery-image] Jul 16 21:36:57.509 INFO E| Compiling os_pipe v1.2.3
105852026-07-16T21:36:58.473Z[ recovery-image] Jul 16 21:36:57.626 INFO E| Compiling signal-hook-registry v1.4.8
105862026-07-16T21:36:58.724Z[ recovery-image] Jul 16 21:36:57.878 INFO E| Compiling syn v2.0.117
105872026-07-16T21:36:58.771Z[ recovery-image] Jul 16 21:36:57.925 INFO E| Compiling sigchld v0.2.4
105882026-07-16T21:36:58.885Z[ recovery-image] Jul 16 21:36:58.038 INFO E| Compiling shared_child v1.1.1
105892026-07-16T21:36:59.015Z[ recovery-image] Jul 16 21:36:58.168 INFO E| Compiling duct v1.1.1
105902026-07-16T21:37:01.098Z[ recovery-image] Jul 16 21:37:00.252 INFO E| Compiling clap_derive v4.6.1
105912026-07-16T21:37:01.439Z[ host-image] Jul 16 21:37:00.592 INFO O| Jul 16 21:37:00.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105922026-07-16T21:37:01.439Z[ host-image] Jul 16 21:37:00.592 INFO O| Jul 16 21:37:00.592 INFO ok!
105932026-07-16T21:37:01.442Z[ host-image] Jul 16 21:37:00.592 INFO O| Jul 16 21:37:00.592 INFO STEP 139 (ensure_file) COMPLETE
105942026-07-16T21:37:01.442Z[ host-image] Jul 16 21:37:00.592 INFO O| Jul 16 21:37:00.592 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-07-16T21:37:01.447Z[ host-image] Jul 16 21:37:00.601 INFO O| Jul 16 21:37:00.601 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105962026-07-16T21:37:01.447Z[ host-image] Jul 16 21:37:00.601 INFO O| Jul 16 21:37:00.601 INFO STEP 140 (ensure_dir) COMPLETE
105972026-07-16T21:37:01.447Z[ host-image] Jul 16 21:37:00.601 INFO O| Jul 16 21:37:00.601 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-07-16T21:37:01.453Z[ host-image] Jul 16 21:37:00.607 INFO O| Jul 16 21:37:00.607 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105992026-07-16T21:37:01.453Z[ host-image] Jul 16 21:37:00.607 INFO O| Jul 16 21:37:00.607 INFO STEP 141 (ensure_dir) COMPLETE
106002026-07-16T21:37:01.456Z[ host-image] Jul 16 21:37:00.607 INFO O| Jul 16 21:37:00.607 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-07-16T21:37:01.461Z[ host-image] Jul 16 21:37:00.615 INFO O| Jul 16 21:37:00.615 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106022026-07-16T21:37:01.461Z[ host-image] Jul 16 21:37:00.615 INFO O| Jul 16 21:37:00.615 INFO STEP 142 (ensure_dir) COMPLETE
106032026-07-16T21:37:01.464Z[ host-image] Jul 16 21:37:00.615 INFO O| Jul 16 21:37:00.615 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-07-16T21:37:01.468Z[ host-image] Jul 16 21:37:00.621 INFO O| Jul 16 21:37:00.621 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106052026-07-16T21:37:01.468Z[ host-image] Jul 16 21:37:00.621 INFO O| Jul 16 21:37:00.621 INFO STEP 143 (ensure_dir) COMPLETE
106062026-07-16T21:37:01.468Z[ host-image] Jul 16 21:37:00.621 INFO O| Jul 16 21:37:00.621 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-07-16T21:37:01.475Z[ host-image] Jul 16 21:37:00.629 INFO O| Jul 16 21:37:00.629 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106082026-07-16T21:37:01.475Z[ host-image] Jul 16 21:37:00.629 INFO O| Jul 16 21:37:00.629 INFO copying /tmp/.tmpbjGReu/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 ...
106092026-07-16T21:37:01.478Z[ host-image] Jul 16 21:37:00.629 INFO O| Jul 16 21:37:00.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106102026-07-16T21:37:01.478Z[ host-image] Jul 16 21:37:00.629 INFO O| Jul 16 21:37:00.629 INFO ok!
106112026-07-16T21:37:01.478Z[ host-image] Jul 16 21:37:00.629 INFO O| Jul 16 21:37:00.629 INFO STEP 144 (ensure_file) COMPLETE
106122026-07-16T21:37:01.478Z[ host-image] Jul 16 21:37:00.629 INFO O| Jul 16 21:37:00.629 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-07-16T21:37:01.482Z[ host-image] Jul 16 21:37:00.636 INFO O| Jul 16 21:37:00.636 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106142026-07-16T21:37:01.482Z[ host-image] Jul 16 21:37:00.636 INFO O| Jul 16 21:37:00.636 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106152026-07-16T21:37:01.482Z[ host-image] Jul 16 21:37:00.636 INFO O| Jul 16 21:37:00.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106162026-07-16T21:37:01.482Z[ host-image] Jul 16 21:37:00.636 INFO O| Jul 16 21:37:00.636 INFO STEP 145 (ensure_dir) COMPLETE
106172026-07-16T21:37:01.485Z[ host-image] Jul 16 21:37:00.636 INFO O| Jul 16 21:37:00.636 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-07-16T21:37:01.488Z[ host-image] Jul 16 21:37:00.642 INFO O| Jul 16 21:37:00.642 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106192026-07-16T21:37:01.488Z[ host-image] Jul 16 21:37:00.642 INFO O| Jul 16 21:37:00.642 INFO copying /tmp/.tmpbjGReu/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106202026-07-16T21:37:01.488Z[ host-image] Jul 16 21:37:00.642 INFO O| Jul 16 21:37:00.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106212026-07-16T21:37:01.488Z[ host-image] Jul 16 21:37:00.642 INFO O| Jul 16 21:37:00.642 INFO ok!
106222026-07-16T21:37:01.488Z[ host-image] Jul 16 21:37:00.642 INFO O| Jul 16 21:37:00.642 INFO STEP 146 (ensure_file) COMPLETE
106232026-07-16T21:37:01.488Z[ host-image] Jul 16 21:37:00.642 INFO O| Jul 16 21:37:00.642 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-07-16T21:37:01.493Z[ host-image] Jul 16 21:37:00.648 INFO O| Jul 16 21:37:00.648 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106252026-07-16T21:37:01.497Z[ host-image] Jul 16 21:37:00.648 INFO O| Jul 16 21:37:00.648 INFO STEP 147 (remove_files) COMPLETE
106262026-07-16T21:37:01.497Z[ host-image] Jul 16 21:37:00.648 INFO O| Jul 16 21:37:00.648 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-07-16T21:37:01.500Z[ host-image] Jul 16 21:37:00.653 INFO O| Jul 16 21:37:00.653 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106282026-07-16T21:37:01.500Z[ host-image] Jul 16 21:37:00.653 INFO O| Jul 16 21:37:00.653 INFO STEP 148 (remove_files) COMPLETE
106292026-07-16T21:37:01.500Z[ host-image] Jul 16 21:37:00.653 INFO O| Jul 16 21:37:00.653 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-07-16T21:37:01.505Z[ host-image] Jul 16 21:37:00.659 INFO O| Jul 16 21:37:00.659 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106312026-07-16T21:37:01.508Z[ host-image] Jul 16 21:37:00.659 INFO O| Jul 16 21:37:00.659 INFO STEP 149 (remove_files) COMPLETE
106322026-07-16T21:37:01.508Z[ host-image] Jul 16 21:37:00.659 INFO O| Jul 16 21:37:00.659 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-07-16T21:37:01.511Z[ host-image] Jul 16 21:37:00.665 INFO O| Jul 16 21:37:00.665 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106342026-07-16T21:37:01.511Z[ host-image] Jul 16 21:37:00.665 INFO O| Jul 16 21:37:00.665 INFO STEP 150 (remove_files) COMPLETE
106352026-07-16T21:37:01.511Z[ host-image] Jul 16 21:37:00.665 INFO O| Jul 16 21:37:00.665 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-07-16T21:37:01.516Z[ host-image] Jul 16 21:37:00.671 INFO O| Jul 16 21:37:00.670 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106372026-07-16T21:37:01.520Z[ host-image] Jul 16 21:37:00.671 INFO O| Jul 16 21:37:00.671 INFO STEP 151 (remove_files) COMPLETE
106382026-07-16T21:37:01.521Z[ host-image] Jul 16 21:37:00.671 INFO O| Jul 16 21:37:00.671 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-07-16T21:37:01.525Z[ host-image] Jul 16 21:37:00.676 INFO O| Jul 16 21:37:00.676 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106402026-07-16T21:37:01.525Z[ host-image] Jul 16 21:37:00.676 INFO O| Jul 16 21:37:00.676 INFO STEP 152 (remove_files) COMPLETE
106412026-07-16T21:37:01.525Z[ host-image] Jul 16 21:37:00.676 INFO O| Jul 16 21:37:00.676 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-07-16T21:37:01.528Z[ host-image] Jul 16 21:37:00.682 INFO O| Jul 16 21:37:00.682 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106432026-07-16T21:37:01.531Z[ host-image] Jul 16 21:37:00.682 INFO O| Jul 16 21:37:00.682 INFO STEP 153 (remove_files) COMPLETE
106442026-07-16T21:37:01.531Z[ host-image] Jul 16 21:37:00.682 INFO O| Jul 16 21:37:00.682 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-07-16T21:37:01.534Z[ host-image] Jul 16 21:37:00.688 INFO O| Jul 16 21:37:00.688 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106462026-07-16T21:37:01.534Z[ host-image] Jul 16 21:37:00.688 INFO O| Jul 16 21:37:00.688 INFO STEP 154 (remove_files) COMPLETE
106472026-07-16T21:37:01.534Z[ host-image] Jul 16 21:37:00.688 INFO O| Jul 16 21:37:00.688 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-07-16T21:37:01.539Z[ host-image] Jul 16 21:37:00.693 INFO O| Jul 16 21:37:00.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106492026-07-16T21:37:01.542Z[ host-image] Jul 16 21:37:00.693 INFO O| Jul 16 21:37:00.693 INFO STEP 155 (remove_files) COMPLETE
106502026-07-16T21:37:01.542Z[ host-image] Jul 16 21:37:00.693 INFO O| Jul 16 21:37:00.693 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-07-16T21:37:01.545Z[ host-image] Jul 16 21:37:00.699 INFO O| Jul 16 21:37:00.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106522026-07-16T21:37:01.545Z[ host-image] Jul 16 21:37:00.699 INFO O| Jul 16 21:37:00.699 INFO STEP 156 (remove_files) COMPLETE
106532026-07-16T21:37:01.545Z[ host-image] Jul 16 21:37:00.699 INFO O| Jul 16 21:37:00.699 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-07-16T21:37:01.550Z[ host-image] Jul 16 21:37:00.705 INFO O| Jul 16 21:37:00.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106552026-07-16T21:37:01.554Z[ host-image] Jul 16 21:37:00.705 INFO O| Jul 16 21:37:00.705 INFO STEP 157 (remove_files) COMPLETE
106562026-07-16T21:37:01.554Z[ host-image] Jul 16 21:37:00.705 INFO O| Jul 16 21:37:00.705 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-07-16T21:37:01.557Z[ host-image] Jul 16 21:37:00.710 INFO O| Jul 16 21:37:00.710 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106582026-07-16T21:37:01.557Z[ host-image] Jul 16 21:37:00.710 INFO O| Jul 16 21:37:00.710 INFO STEP 158 (remove_files) COMPLETE
106592026-07-16T21:37:01.557Z[ host-image] Jul 16 21:37:00.710 INFO O| Jul 16 21:37:00.710 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-07-16T21:37:01.561Z[ host-image] Jul 16 21:37:00.715 INFO O| Jul 16 21:37:00.715 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106612026-07-16T21:37:01.561Z[ host-image] Jul 16 21:37:00.715 INFO O| Jul 16 21:37:00.715 INFO STEP 159 (remove_files) COMPLETE
106622026-07-16T21:37:01.561Z[ host-image] Jul 16 21:37:00.715 INFO O| Jul 16 21:37:00.715 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-07-16T21:37:01.566Z[ host-image] Jul 16 21:37:00.721 INFO O| Jul 16 21:37:00.721 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106642026-07-16T21:37:01.570Z[ host-image] Jul 16 21:37:00.721 INFO O| Jul 16 21:37:00.721 INFO STEP 160 (remove_files) COMPLETE
106652026-07-16T21:37:01.570Z[ host-image] Jul 16 21:37:00.721 INFO O| Jul 16 21:37:00.721 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-07-16T21:37:01.573Z[ host-image] Jul 16 21:37:00.726 INFO O| Jul 16 21:37:00.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106672026-07-16T21:37:01.573Z[ host-image] Jul 16 21:37:00.726 INFO O| Jul 16 21:37:00.726 INFO STEP 161 (remove_files) COMPLETE
106682026-07-16T21:37:01.573Z[ host-image] Jul 16 21:37:00.726 INFO O| Jul 16 21:37:00.726 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-07-16T21:37:01.578Z[ host-image] Jul 16 21:37:00.732 INFO O| Jul 16 21:37:00.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106702026-07-16T21:37:01.578Z[ host-image] Jul 16 21:37:00.732 INFO O| Jul 16 21:37:00.732 INFO STEP 162 (remove_files) COMPLETE
106712026-07-16T21:37:01.578Z[ host-image] Jul 16 21:37:00.732 INFO O| Jul 16 21:37:00.732 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-07-16T21:37:01.586Z[ host-image] Jul 16 21:37:00.740 INFO O| Jul 16 21:37:00.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106732026-07-16T21:37:01.586Z[ host-image] Jul 16 21:37:00.741 INFO O| Jul 16 21:37:00.740 INFO STEP 163 (remove_files) COMPLETE
106742026-07-16T21:37:01.589Z[ host-image] Jul 16 21:37:00.741 INFO O| Jul 16 21:37:00.741 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-07-16T21:37:01.593Z[ host-image] Jul 16 21:37:00.746 INFO O| Jul 16 21:37:00.746 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106762026-07-16T21:37:01.593Z[ host-image] Jul 16 21:37:00.746 INFO O| Jul 16 21:37:00.746 INFO STEP 164 (remove_files) COMPLETE
106772026-07-16T21:37:01.593Z[ host-image] Jul 16 21:37:00.746 INFO O| Jul 16 21:37:00.746 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-07-16T21:37:01.598Z[ host-image] Jul 16 21:37:00.752 INFO O| Jul 16 21:37:00.752 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106792026-07-16T21:37:01.598Z[ host-image] Jul 16 21:37:00.752 INFO O| Jul 16 21:37:00.752 INFO STEP 165 (remove_files) COMPLETE
106802026-07-16T21:37:01.602Z[ host-image] Jul 16 21:37:00.752 INFO O| Jul 16 21:37:00.752 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-07-16T21:37:01.605Z[ host-image] Jul 16 21:37:00.760 INFO O| Jul 16 21:37:00.759 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106822026-07-16T21:37:01.605Z[ host-image] Jul 16 21:37:00.760 INFO O| Jul 16 21:37:00.760 INFO STEP 166 (remove_files) COMPLETE
106832026-07-16T21:37:01.605Z[ host-image] Jul 16 21:37:00.760 INFO O| Jul 16 21:37:00.760 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-07-16T21:37:01.611Z[ host-image] Jul 16 21:37:00.765 INFO O| Jul 16 21:37:00.765 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106852026-07-16T21:37:01.611Z[ host-image] Jul 16 21:37:00.766 INFO O| Jul 16 21:37:00.765 INFO STEP 167 (remove_files) COMPLETE
106862026-07-16T21:37:01.614Z[ host-image] Jul 16 21:37:00.766 INFO O| Jul 16 21:37:00.765 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-07-16T21:37:01.619Z[ host-image] Jul 16 21:37:00.773 INFO O| Jul 16 21:37:00.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106882026-07-16T21:37:01.622Z[ host-image] Jul 16 21:37:00.773 INFO O| Jul 16 21:37:00.773 INFO STEP 168 (remove_files) COMPLETE
106892026-07-16T21:37:01.622Z[ host-image] Jul 16 21:37:00.773 INFO O| Jul 16 21:37:00.773 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-07-16T21:37:01.625Z[ host-image] Jul 16 21:37:00.779 INFO O| Jul 16 21:37:00.779 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106912026-07-16T21:37:01.625Z[ host-image] Jul 16 21:37:00.779 INFO O| Jul 16 21:37:00.779 INFO STEP 169 (remove_files) COMPLETE
106922026-07-16T21:37:01.625Z[ host-image] Jul 16 21:37:00.779 INFO O| Jul 16 21:37:00.779 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-07-16T21:37:01.630Z[ host-image] Jul 16 21:37:00.784 INFO O| Jul 16 21:37:00.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106942026-07-16T21:37:01.630Z[ host-image] Jul 16 21:37:00.784 INFO O| Jul 16 21:37:00.784 INFO STEP 170 (remove_files) COMPLETE
106952026-07-16T21:37:01.630Z[ host-image] Jul 16 21:37:00.784 INFO O| Jul 16 21:37:00.784 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-07-16T21:37:01.635Z[ host-image] Jul 16 21:37:00.789 INFO O| Jul 16 21:37:00.789 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106972026-07-16T21:37:01.635Z[ host-image] Jul 16 21:37:00.789 INFO O| Jul 16 21:37:00.789 INFO STEP 171 (remove_files) COMPLETE
106982026-07-16T21:37:01.635Z[ host-image] Jul 16 21:37:00.789 INFO O| Jul 16 21:37:00.789 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-07-16T21:37:01.640Z[ host-image] Jul 16 21:37:00.795 INFO O| Jul 16 21:37:00.795 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107002026-07-16T21:37:01.641Z[ host-image] Jul 16 21:37:00.795 INFO O| Jul 16 21:37:00.795 INFO STEP 172 (remove_files) COMPLETE
107012026-07-16T21:37:01.644Z[ host-image] Jul 16 21:37:00.795 INFO O| Jul 16 21:37:00.795 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-07-16T21:37:01.647Z[ host-image] Jul 16 21:37:00.800 INFO O| Jul 16 21:37:00.800 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107032026-07-16T21:37:01.647Z[ host-image] Jul 16 21:37:00.800 INFO O| Jul 16 21:37:00.800 INFO STEP 173 (remove_files) COMPLETE
107042026-07-16T21:37:01.647Z[ host-image] Jul 16 21:37:00.800 INFO O| Jul 16 21:37:00.800 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-07-16T21:37:01.654Z[ host-image] Jul 16 21:37:00.808 INFO O| Jul 16 21:37:00.808 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107062026-07-16T21:37:01.657Z[ host-image] Jul 16 21:37:00.808 INFO O| Jul 16 21:37:00.808 INFO STEP 174 (remove_files) COMPLETE
107072026-07-16T21:37:01.657Z[ host-image] Jul 16 21:37:00.808 INFO O| Jul 16 21:37:00.808 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-07-16T21:37:01.660Z[ host-image] Jul 16 21:37:00.814 INFO O| Jul 16 21:37:00.814 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107092026-07-16T21:37:01.660Z[ host-image] Jul 16 21:37:00.814 INFO O| Jul 16 21:37:00.814 INFO STEP 175 (remove_files) COMPLETE
107102026-07-16T21:37:01.660Z[ host-image] Jul 16 21:37:00.814 INFO O| Jul 16 21:37:00.814 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107112026-07-16T21:37:01.670Z[ host-image] Jul 16 21:37:00.824 INFO O| Jul 16 21:37:00.824 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107122026-07-16T21:37:01.670Z[ host-image] Jul 16 21:37:00.824 INFO O| Jul 16 21:37:00.824 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107132026-07-16T21:37:02.369Z[ recovery-image] Jul 16 21:37:01.522 INFO E| Compiling clap v4.6.1
107142026-07-16T21:37:02.425Z[ recovery-image] Jul 16 21:37:01.579 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107152026-07-16T21:37:03.202Z[ recovery-image] Jul 16 21:37:02.356 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
107162026-07-16T21:37:03.207Z[ recovery-image] Jul 16 21:37:02.361 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107172026-07-16T21:37:03.403Z[ recovery-image] Jul 16 21:37:02.556 INFO E| Downloading crates ...
107182026-07-16T21:37:03.460Z[ recovery-image] Jul 16 21:37:02.614 INFO E| Downloaded raw-cpuid v10.7.0
107192026-07-16T21:37:03.464Z[ recovery-image] Jul 16 21:37:02.617 INFO E| Downloaded bitstruct v0.1.1
107202026-07-16T21:37:03.469Z[ recovery-image] Jul 16 21:37:02.623 INFO E| Downloaded cpio_reader v0.1.2
107212026-07-16T21:37:03.473Z[ recovery-image] Jul 16 21:37:02.627 INFO E| Downloaded bitstruct_derive v0.1.0
107222026-07-16T21:37:03.477Z[ recovery-image] Jul 16 21:37:02.629 INFO E| Downloaded bit_field v0.10.3
107232026-07-16T21:37:03.488Z[ recovery-image] Jul 16 21:37:02.642 INFO E| Downloaded bitflags v2.13.0
107242026-07-16T21:37:03.492Z[ recovery-image] Jul 16 21:37:02.645 INFO E| Downloaded log v0.4.32
107252026-07-16T21:37:03.495Z[ recovery-image] Jul 16 21:37:02.647 INFO E| Downloaded miniz_oxide v0.9.1
107262026-07-16T21:37:03.507Z[ recovery-image] Jul 16 21:37:02.661 INFO E| Downloaded goblin v0.10.7
107272026-07-16T21:37:03.651Z[ recovery-image] Jul 16 21:37:02.804 INFO E| Downloaded x86 v0.52.0
107282026-07-16T21:37:03.688Z[ recovery-image] Jul 16 21:37:02.842 INFO E| Updating crates.io index
107292026-07-16T21:37:03.735Z[ recovery-image] Jul 16 21:37:02.889 INFO E| Downloading crates ...
107302026-07-16T21:37:03.755Z[ recovery-image] Jul 16 21:37:02.909 INFO E| Downloaded rustc-literal-escaper v0.0.7
107312026-07-16T21:37:03.764Z[ recovery-image] Jul 16 21:37:02.918 INFO E| Downloaded hashbrown v0.17.1
107322026-07-16T21:37:03.804Z[ recovery-image] Jul 16 21:37:02.957 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)
107332026-07-16T21:37:03.804Z[ recovery-image] Jul 16 21:37:02.958 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)
107342026-07-16T21:37:03.804Z[ recovery-image] Jul 16 21:37:02.958 INFO E| Compiling proc-macro2 v1.0.106
107352026-07-16T21:37:03.807Z[ recovery-image] Jul 16 21:37:02.958 INFO E| Compiling quote v1.0.45
107362026-07-16T21:37:03.807Z[ recovery-image] Jul 16 21:37:02.958 INFO E| Compiling unicode-ident v1.0.24
107372026-07-16T21:37:03.816Z[ recovery-image] Jul 16 21:37:02.970 INFO E| Compiling syn v1.0.109
107382026-07-16T21:37:03.821Z[ recovery-image] Jul 16 21:37:02.970 INFO E| Compiling x86 v0.52.0
107392026-07-16T21:37:03.821Z[ recovery-image] Jul 16 21:37:02.971 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107402026-07-16T21:37:03.821Z[ recovery-image] Jul 16 21:37:02.971 INFO E| Compiling seq-macro v0.3.6
107412026-07-16T21:37:04.738Z[ recovery-image] Jul 16 21:37:03.891 INFO E| Compiling syn v2.0.117
107422026-07-16T21:37:06.022Z[ recovery-image] Jul 16 21:37:05.176 INFO E| Compiling scroll_derive v0.13.1
107432026-07-16T21:37:07.043Z[ recovery-image] Jul 16 21:37:06.197 INFO E| Compiling bitstruct_derive v0.1.0
107442026-07-16T21:37:08.573Z[ host-image] Jul 16 21:37:07.727 INFO O| Jul 16 21:37:07.727 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
107452026-07-16T21:37:08.573Z[ host-image] Jul 16 21:37:07.727 INFO O| Jul 16 21:37:07.727 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107462026-07-16T21:37:08.585Z[ host-image] Jul 16 21:37:07.739 INFO O| Jul 16 21:37:07.739 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107472026-07-16T21:37:08.680Z[ host-image] Jul 16 21:37:07.833 INFO O| Jul 16 21:37:07.833 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107482026-07-16T21:37:08.734Z[ host-image] Jul 16 21:37:07.888 INFO O| Jul 16 21:37:07.888 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107492026-07-16T21:37:08.796Z[ host-image] Jul 16 21:37:07.950 INFO O| Jul 16 21:37:07.950 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107502026-07-16T21:37:08.796Z[ host-image] Jul 16 21:37:07.950 INFO O| Jul 16 21:37:07.950 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107512026-07-16T21:37:08.870Z[ host-image] Jul 16 21:37:08.023 INFO O| Jul 16 21:37:08.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107522026-07-16T21:37:08.870Z[ host-image] Jul 16 21:37:08.023 INFO O| Jul 16 21:37:08.023 INFO ok!
107532026-07-16T21:37:08.870Z[ host-image] Jul 16 21:37:08.023 INFO O| Jul 16 21:37:08.023 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107542026-07-16T21:37:08.873Z[ host-image] Jul 16 21:37:08.023 INFO O| Jul 16 21:37:08.023 INFO STEP 176 (seed_smf) COMPLETE
107552026-07-16T21:37:08.873Z[ host-image] Jul 16 21:37:08.023 INFO O| Jul 16 21:37:08.023 INFO steps complete; finalising image!
107562026-07-16T21:37:08.873Z[ host-image] Jul 16 21:37:08.023 INFO O| Jul 16 21:37:08.023 INFO TRIM POOL: TEMPORARY-sled-zfs
107572026-07-16T21:37:08.915Z[ host-image] Jul 16 21:37:08.069 INFO O| Jul 16 21:37:08.069 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu Jul 16 21:37:08 2026)
107582026-07-16T21:37:09.129Z[ host-image] Jul 16 21:37:08.282 INFO O| Jul 16 21:37:08.282 INFO temporary pool has 853M used, 42.8M avail, 1.81x compressratio
107592026-07-16T21:37:09.129Z[ host-image] Jul 16 21:37:08.282 INFO O| Jul 16 21:37:08.282 INFO EXPORT POOL: TEMPORARY-sled-zfs
107602026-07-16T21:37:09.471Z[ host-image] Jul 16 21:37:08.625 INFO O| Jul 16 21:37:08.625 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107612026-07-16T21:37:09.471Z[ host-image] Jul 16 21:37:08.625 INFO O| Jul 16 21:37:08.625 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107622026-07-16T21:37:10.118Z[ host-image] Jul 16 21:37:09.271 INFO O| Jul 16 21:37:09.271 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107632026-07-16T21:37:10.118Z[ host-image] Jul 16 21:37:09.271 INFO O| Jul 16 21:37:09.271 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107642026-07-16T21:37:10.121Z[ host-image] Jul 16 21:37:09.271 INFO O| Jul 16 21:37:09.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107652026-07-16T21:37:10.121Z[ host-image] Jul 16 21:37:09.271 INFO O| Jul 16 21:37:09.271 INFO completed processing sled/zfs
107662026-07-16T21:37:10.121Z[ host-image] Jul 16 21:37:09.271 INFO O| Jul 16 21:37:09.271 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107672026-07-16T21:37:16.040Z[ recovery-image] Jul 16 21:37:15.193 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)
107682026-07-16T21:37:18.084Z[ recovery-image] Jul 16 21:37:17.237 INFO E| Compiling bitflags v1.3.2
107692026-07-16T21:37:18.084Z[ recovery-image] Jul 16 21:37:17.237 INFO E| Compiling bitflags v2.13.0
107702026-07-16T21:37:18.084Z[ recovery-image] Jul 16 21:37:17.237 INFO E| Compiling log v0.4.32
107712026-07-16T21:37:18.088Z[ recovery-image] Jul 16 21:37:17.237 INFO E| Compiling adler2 v2.0.1
107722026-07-16T21:37:18.088Z[ recovery-image] Jul 16 21:37:17.237 INFO E| Compiling plain v0.2.3
107732026-07-16T21:37:18.088Z[ recovery-image] Jul 16 21:37:17.237 INFO E| Compiling bit_field v0.10.3
107742026-07-16T21:37:18.088Z[ recovery-image] Jul 16 21:37:17.238 INFO E| Compiling scroll v0.13.0
107752026-07-16T21:37:18.088Z[ recovery-image] Jul 16 21:37:17.238 INFO E| Compiling static_assertions v1.1.0
107762026-07-16T21:37:18.088Z[ recovery-image] Jul 16 21:37:17.238 INFO E| Compiling bitstruct v0.1.1
107772026-07-16T21:37:18.135Z[ recovery-image] Jul 16 21:37:17.288 INFO E| Compiling raw-cpuid v10.7.0
107782026-07-16T21:37:18.184Z[ recovery-image] Jul 16 21:37:17.337 INFO E| Compiling miniz_oxide v0.9.1
107792026-07-16T21:37:18.232Z[ recovery-image] Jul 16 21:37:17.386 INFO E| Compiling cpio_reader v0.1.2
107802026-07-16T21:37:18.312Z[ recovery-image] Jul 16 21:37:17.465 INFO E| Compiling goblin v0.10.7
107812026-07-16T21:37:21.073Z[ recovery-image] Jul 16 21:37:20.225 INFO E| Finished `release` profile [optimized] target(s) in 17.85s
107822026-07-16T21:37:21.089Z[ recovery-image] Jul 16 21:37:20.243 INFO building ROM for cosmo
107832026-07-16T21:37:21.090Z[ recovery-image] Jul 16 21:37:20.243 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")
107842026-07-16T21:37:21.166Z[ recovery-image] Jul 16 21:37:20.320 INFO E| Downloading crates ...
107852026-07-16T21:37:21.211Z[ recovery-image] Jul 16 21:37:20.364 INFO E| Downloaded clap_lex v0.7.4
107862026-07-16T21:37:21.219Z[ recovery-image] Jul 16 21:37:20.372 INFO E| Downloaded duct v0.13.7
107872026-07-16T21:37:21.224Z[ recovery-image] Jul 16 21:37:20.378 INFO E| Downloaded clap_derive v4.5.32
107882026-07-16T21:37:21.228Z[ recovery-image] Jul 16 21:37:20.379 INFO E| Downloaded is_terminal_polyfill v1.70.1
107892026-07-16T21:37:21.228Z[ recovery-image] Jul 16 21:37:20.380 INFO E| Downloaded os_pipe v1.2.1
107902026-07-16T21:37:21.234Z[ recovery-image] Jul 16 21:37:20.385 INFO E| Downloaded anstyle-query v1.1.2
107912026-07-16T21:37:21.237Z[ recovery-image] Jul 16 21:37:20.387 INFO E| Downloaded serde_spanned v0.6.8
107922026-07-16T21:37:21.237Z[ recovery-image] Jul 16 21:37:20.388 INFO E| Downloaded colorchoice v1.0.3
107932026-07-16T21:37:21.237Z[ recovery-image] Jul 16 21:37:20.390 INFO E| Downloaded anstyle v1.0.10
107942026-07-16T21:37:21.240Z[ recovery-image] Jul 16 21:37:20.392 INFO E| Downloaded toml_datetime v0.6.9
107952026-07-16T21:37:21.243Z[ recovery-image] Jul 16 21:37:20.395 INFO E| Downloaded anstream v0.6.18
107962026-07-16T21:37:21.245Z[ recovery-image] Jul 16 21:37:20.397 INFO E| Downloaded anstyle-parse v0.2.6
107972026-07-16T21:37:21.245Z[ recovery-image] Jul 16 21:37:20.399 INFO E| Downloaded toml_write v0.1.1
107982026-07-16T21:37:21.248Z[ recovery-image] Jul 16 21:37:20.400 INFO E| Downloaded shared_child v1.0.1
107992026-07-16T21:37:21.258Z[ recovery-image] Jul 16 21:37:20.412 INFO E| Downloaded cc v1.2.20
108002026-07-16T21:37:21.261Z[ recovery-image] Jul 16 21:37:20.414 INFO E| Downloaded clap v4.5.37
108012026-07-16T21:37:21.266Z[ recovery-image] Jul 16 21:37:20.420 INFO E| Downloaded toml v0.8.22
108022026-07-16T21:37:21.285Z[ recovery-image] Jul 16 21:37:20.439 INFO E| Downloaded toml_edit v0.22.26
108032026-07-16T21:37:21.303Z[ recovery-image] Jul 16 21:37:20.457 INFO E| Downloaded winnow v0.7.7
108042026-07-16T21:37:21.308Z[ recovery-image] Jul 16 21:37:20.462 INFO E| Downloaded clap_builder v4.5.37
108052026-07-16T21:37:21.321Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling libc v0.2.172
108062026-07-16T21:37:21.321Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling utf8parse v0.2.2
108072026-07-16T21:37:21.324Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling shlex v1.3.0
108082026-07-16T21:37:21.324Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling is_terminal_polyfill v1.70.1
108092026-07-16T21:37:21.324Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling equivalent v1.0.2
108102026-07-16T21:37:21.324Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling anstyle v1.0.10
108112026-07-16T21:37:21.324Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling hashbrown v0.15.2
108122026-07-16T21:37:21.324Z[ recovery-image] Jul 16 21:37:20.475 INFO E| Compiling colorchoice v1.0.3
108132026-07-16T21:37:21.338Z[ recovery-image] Jul 16 21:37:20.492 INFO E| Compiling anstyle-query v1.1.2
108142026-07-16T21:37:21.342Z[ recovery-image] Jul 16 21:37:20.492 INFO E| Compiling once_cell v1.21.3
108152026-07-16T21:37:21.342Z[ recovery-image] Jul 16 21:37:20.492 INFO E| Compiling toml_write v0.1.1
108162026-07-16T21:37:21.342Z[ recovery-image] Jul 16 21:37:20.492 INFO E| Compiling winnow v0.7.7
108172026-07-16T21:37:21.343Z[ recovery-image] Jul 16 21:37:20.492 INFO E| Compiling anyhow v1.0.98
108182026-07-16T21:37:21.349Z[ recovery-image] Jul 16 21:37:20.503 INFO E| Compiling strsim v0.11.1
108192026-07-16T21:37:21.358Z[ recovery-image] Jul 16 21:37:20.512 INFO E| Compiling clap_lex v0.7.4
108202026-07-16T21:37:21.361Z[ recovery-image] Jul 16 21:37:20.515 INFO E| Compiling syn v2.0.101
108212026-07-16T21:37:21.463Z[ recovery-image] Jul 16 21:37:20.617 INFO E| Compiling anstyle-parse v0.2.6
108222026-07-16T21:37:21.474Z[ recovery-image] Jul 16 21:37:20.628 INFO E| Compiling cc v1.2.20
108232026-07-16T21:37:21.603Z[ recovery-image] Jul 16 21:37:20.757 INFO E| Compiling anstream v0.6.18
108242026-07-16T21:37:21.801Z[ recovery-image] Jul 16 21:37:20.954 INFO E| Compiling clap_builder v4.5.37
108252026-07-16T21:37:21.841Z[ recovery-image] Jul 16 21:37:20.995 INFO E| Compiling indexmap v2.9.0
108262026-07-16T21:37:21.973Z[ recovery-image] Jul 16 21:37:21.127 INFO E| Compiling os_pipe v1.2.1
108272026-07-16T21:37:21.973Z[ recovery-image] Jul 16 21:37:21.127 INFO E| Compiling shared_child v1.0.1
108282026-07-16T21:37:22.086Z[ recovery-image] Jul 16 21:37:21.239 INFO E| Compiling duct v0.13.7
108292026-07-16T21:37:22.522Z[ recovery-image] Jul 16 21:37:21.673 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108302026-07-16T21:37:23.006Z[ host-image] Jul 16 21:37:22.159 INFO O| Jul 16 21:37:22.159 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108312026-07-16T21:37:23.155Z[ host-image] Jul 16 21:37:22.308 INFO BUILD STRING "heads/stlouis-0-g493194508b9\n"
108322026-07-16T21:37:23.155Z[ host-image] Jul 16 21:37:22.308 INFO expanded image name: "ci f3118d4/${os_short_commit} 2026-07-16 21:22" -> "ci f3118d4/4931945 2026-07-16 21:22"
108332026-07-16T21:37:23.159Z[ host-image] Jul 16 21:37:22.308 INFO output artefacts stored in: "/work/os-host"
108342026-07-16T21:37:23.159Z[ host-image] Jul 16 21:37:22.309 INFO collecting git info from project "amd-host-image-builder"...
108352026-07-16T21:37:23.162Z[ host-image] Jul 16 21:37:22.315 INFO collecting git info from project "pilot"...
108362026-07-16T21:37:23.166Z[ host-image] Jul 16 21:37:22.319 INFO collecting git info from project "pinprick"...
108372026-07-16T21:37:23.170Z[ host-image] Jul 16 21:37:22.323 INFO collecting git info from project "chelsio-t6-roms"...
108382026-07-16T21:37:23.173Z[ host-image] Jul 16 21:37:22.326 INFO collecting git info from project "image-builder"...
108392026-07-16T21:37:23.176Z[ host-image] Jul 16 21:37:22.330 INFO collecting git info from project "amd-firmware"...
108402026-07-16T21:37:23.187Z[ host-image] Jul 16 21:37:22.340 INFO collecting git info from project "bootserver"...
108412026-07-16T21:37:23.191Z[ host-image] Jul 16 21:37:22.344 INFO collecting git info from project "phbl"...
108422026-07-16T21:37:23.194Z[ host-image] Jul 16 21:37:22.348 INFO collecting git info from project "dmar-report"...
108432026-07-16T21:37:23.198Z[ host-image] Jul 16 21:37:22.352 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108442026-07-16T21:37:23.392Z[ recovery-image] Jul 16 21:37:22.545 INFO E| Compiling serde_derive v1.0.219
108452026-07-16T21:37:23.392Z[ recovery-image] Jul 16 21:37:22.545 INFO E| Compiling clap_derive v4.5.32
108462026-07-16T21:37:23.514Z[ host-image] Jul 16 21:37:22.667 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108472026-07-16T21:37:23.819Z[ host-image] Jul 16 21:37:22.972 INFO creating Oxide boot image...
108482026-07-16T21:37:23.819Z[ host-image] Jul 16 21:37:22.972 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f3118d4/4931945 2026-07-16 21:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108492026-07-16T21:37:24.500Z[ host-image] Jul 16 21:37:23.653 INFO O| ok, image written!
108502026-07-16T21:37:24.500Z[ host-image] Jul 16 21:37:23.653 INFO O| ok, boot_image_csum file written!
108512026-07-16T21:37:24.504Z[ host-image] Jul 16 21:37:23.656 INFO creating boot archive (CPIO)...
108522026-07-16T21:37:24.504Z[ host-image] Jul 16 21:37:23.656 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
108532026-07-16T21:37:24.508Z[ host-image] Jul 16 21:37:23.659 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108542026-07-16T21:37:24.509Z[ host-image] Jul 16 21:37:23.659 INFO E| + outfile=/work/os-host/cpio
108552026-07-16T21:37:24.509Z[ host-image] Jul 16 21:37:23.659 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108562026-07-16T21:37:24.509Z[ host-image] Jul 16 21:37:23.661 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108572026-07-16T21:37:24.509Z[ host-image] Jul 16 21:37:23.661 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108582026-07-16T21:37:24.534Z[ host-image] Jul 16 21:37:23.687 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108592026-07-16T21:37:24.534Z[ host-image] Jul 16 21:37:23.688 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108602026-07-16T21:37:24.541Z[ host-image] Jul 16 21:37:23.694 INFO creating compressed cpio/unix for dev loaders...
108612026-07-16T21:37:24.542Z[ host-image] Jul 16 21:37:23.694 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
108622026-07-16T21:37:24.657Z[ recovery-image] Jul 16 21:37:23.811 INFO E| Compiling clap v4.5.37
108632026-07-16T21:37:24.766Z[ host-image] Jul 16 21:37:23.919 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108642026-07-16T21:37:25.315Z[ recovery-image] Jul 16 21:37:24.468 INFO E| Compiling serde v1.0.219
108652026-07-16T21:37:27.002Z[ recovery-image] Jul 16 21:37:26.156 INFO E| Compiling serde_spanned v0.6.8
108662026-07-16T21:37:27.003Z[ recovery-image] Jul 16 21:37:26.156 INFO E| Compiling toml_datetime v0.6.9
108672026-07-16T21:37:27.149Z[ recovery-image] Jul 16 21:37:26.303 INFO E| Compiling toml_edit v0.22.26
108682026-07-16T21:37:28.001Z[ host-image] Jul 16 21:37:27.155 INFO creating reset image...
108692026-07-16T21:37:28.001Z[ host-image] Jul 16 21:37:27.155 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")
108702026-07-16T21:37:28.062Z[ host-image] Jul 16 21:37:27.216 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
108712026-07-16T21:37:28.066Z[ host-image] Jul 16 21:37:27.217 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108722026-07-16T21:37:28.292Z[ host-image] Jul 16 21:37:27.442 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)
108732026-07-16T21:37:28.292Z[ host-image] Jul 16 21:37:27.443 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)
108742026-07-16T21:37:28.292Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling proc-macro2 v1.0.106
108752026-07-16T21:37:28.297Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling unicode-ident v1.0.24
108762026-07-16T21:37:28.297Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling quote v1.0.45
108772026-07-16T21:37:28.297Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling syn v1.0.109
108782026-07-16T21:37:28.297Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling x86 v0.52.0
108792026-07-16T21:37:28.297Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108802026-07-16T21:37:28.297Z[ host-image] Jul 16 21:37:27.443 INFO E| Compiling seq-macro v0.3.6
108812026-07-16T21:37:28.354Z[ recovery-image] Jul 16 21:37:27.507 INFO E| Compiling toml v0.8.22
108822026-07-16T21:37:29.237Z[ host-image] Jul 16 21:37:28.390 INFO E| Compiling syn v2.0.117
108832026-07-16T21:37:30.507Z[ recovery-image] Jul 16 21:37:29.661 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s
108842026-07-16T21:37:30.519Z[ recovery-image] Jul 16 21:37:29.673 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`
108852026-07-16T21:37:30.525Z[ host-image] Jul 16 21:37:29.679 INFO E| Compiling scroll_derive v0.13.1
108862026-07-16T21:37:30.532Z[ recovery-image] Jul 16 21:37:29.686 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108872026-07-16T21:37:30.607Z[ recovery-image] Jul 16 21:37:29.760 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108882026-07-16T21:37:30.612Z[ recovery-image] Jul 16 21:37:29.766 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`
108892026-07-16T21:37:30.822Z[ recovery-image] Jul 16 21:37:29.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108902026-07-16T21:37:30.822Z[ recovery-image] Jul 16 21:37:29.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108912026-07-16T21:37:30.822Z[ recovery-image] Jul 16 21:37:29.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108922026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108932026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.975 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108942026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108952026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108962026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108972026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108982026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108992026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109002026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109012026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109022026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109032026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109042026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109052026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109062026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109072026-07-16T21:37:30.827Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109082026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109092026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109102026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109112026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109122026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109132026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109142026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109152026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109162026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109172026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109182026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109192026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109202026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109212026-07-16T21:37:30.828Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109222026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109232026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109242026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109252026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109262026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109272026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109282026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109292026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109302026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109312026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109322026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109332026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109342026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109352026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109362026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109372026-07-16T21:37:30.829Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109382026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109392026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109402026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109412026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109422026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO O| Info: ABL version: 0x100af010
109432026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109442026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109452026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109462026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109472026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109482026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109492026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109502026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109512026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109522026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109532026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109542026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109552026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109562026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109572026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109582026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109592026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109602026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109612026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109622026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109632026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109642026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109652026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109662026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109672026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109682026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109692026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109702026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109712026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109722026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109732026-07-16T21:37:30.830Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109742026-07-16T21:37:30.831Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109752026-07-16T21:37:30.831Z[ recovery-image] Jul 16 21:37:29.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109762026-07-16T21:37:30.858Z[ recovery-image] Jul 16 21:37:30.012 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109772026-07-16T21:37:30.858Z[ recovery-image] Jul 16 21:37:30.012 INFO building ROM for gimlet
109782026-07-16T21:37:30.862Z[ recovery-image] Jul 16 21:37:30.012 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109792026-07-16T21:37:30.953Z[ recovery-image] Jul 16 21:37:30.106 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109802026-07-16T21:37:30.956Z[ recovery-image] Jul 16 21:37:30.110 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`
109812026-07-16T21:37:30.970Z[ recovery-image] Jul 16 21:37:30.124 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109822026-07-16T21:37:31.039Z[ recovery-image] Jul 16 21:37:30.192 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109832026-07-16T21:37:31.042Z[ recovery-image] Jul 16 21:37:30.196 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`
109842026-07-16T21:37:31.155Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109852026-07-16T21:37:31.155Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109862026-07-16T21:37:31.155Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109872026-07-16T21:37:31.155Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109882026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109892026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109902026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109912026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109922026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109932026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109942026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109952026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109962026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109972026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109982026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109992026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.310 INFO O| Info: ABL version: 0x100f5010
110002026-07-16T21:37:31.159Z[ recovery-image] Jul 16 21:37:30.310 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110012026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110022026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110032026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110042026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110052026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110062026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110072026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110082026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110092026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110102026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110112026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110122026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110132026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110142026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110152026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110162026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110172026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110182026-07-16T21:37:31.160Z[ recovery-image] Jul 16 21:37:30.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110192026-07-16T21:37:31.196Z[ recovery-image] Jul 16 21:37:30.350 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110202026-07-16T21:37:31.196Z[ recovery-image] Jul 16 21:37:30.350 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110212026-07-16T21:37:31.533Z[ host-image] Jul 16 21:37:30.687 INFO E| Compiling bitstruct_derive v0.1.0
110222026-07-16T21:37:32.479Z[ recovery-image] Jul 16 21:37:31.633 INFO image complete! materials are in "/work/os-recovery"
110232026-07-16T21:37:32.483Z[ recovery-image]
110242026-07-16T21:37:32.483Z[ recovery-image] real 4:02.965658194
110252026-07-16T21:37:32.483Z[ recovery-image] user 2:34.568572374
110262026-07-16T21:37:32.483Z[ recovery-image] sys 36.509717051
110272026-07-16T21:37:32.483Z[ recovery-image] trap 0.070738616
110282026-07-16T21:37:32.483Z[ recovery-image] tflt 0.628638709
110292026-07-16T21:37:32.483Z[ recovery-image] dflt 0.850717874
110302026-07-16T21:37:32.483Z[ recovery-image] kflt 0.000196756
110312026-07-16T21:37:32.483Z[ recovery-image] lock 8:11.674832697
110322026-07-16T21:37:32.483Z[ recovery-image] slp 23:23.828415429
110332026-07-16T21:37:32.483Z[ recovery-image] lat 24.346449458
110342026-07-16T21:37:32.483Z[ recovery-image] stop 5.693153736
110352026-07-16T21:37:32.483ZJul 16 21:37:31.636 INFO [recovery-image] process exited with exit status: 0 (242.970586174s)
110362026-07-16T21:37:32.484ZJul 16 21:37:31.637 INFO [tuf-v2-recovery] running task
110372026-07-16T21:37:32.487ZJul 16 21:37:31.637 INFO [tuf-v2-recovery] task succeeded (905.1µs)
110382026-07-16T21:37:40.633Z[ host-image] Jul 16 21:37:39.786 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)
110392026-07-16T21:37:42.670Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling bitflags v1.3.2
110402026-07-16T21:37:42.670Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling bitflags v2.13.0
110412026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling plain v0.2.3
110422026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling adler2 v2.0.1
110432026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling log v0.4.32
110442026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling bit_field v0.10.3
110452026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling scroll v0.13.0
110462026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.823 INFO E| Compiling static_assertions v1.1.0
110472026-07-16T21:37:42.673Z[ host-image] Jul 16 21:37:41.824 INFO E| Compiling bitstruct v0.1.1
110482026-07-16T21:37:42.720Z[ host-image] Jul 16 21:37:41.874 INFO E| Compiling raw-cpuid v10.7.0
110492026-07-16T21:37:42.768Z[ host-image] Jul 16 21:37:41.921 INFO E| Compiling miniz_oxide v0.9.1
110502026-07-16T21:37:42.831Z[ host-image] Jul 16 21:37:41.984 INFO E| Compiling cpio_reader v0.1.2
110512026-07-16T21:37:42.874Z[ host-image] Jul 16 21:37:42.027 INFO E| Compiling goblin v0.10.7
110522026-07-16T21:37:45.684Z[ host-image] Jul 16 21:37:44.837 INFO E| Finished `release` profile [optimized] target(s) in 17.61s
110532026-07-16T21:37:45.696Z[ host-image] Jul 16 21:37:44.850 INFO building ROM for cosmo
110542026-07-16T21:37:45.696Z[ host-image] Jul 16 21:37:44.850 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")
110552026-07-16T21:37:45.811Z[ host-image] Jul 16 21:37:44.933 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110562026-07-16T21:37:45.815Z[ host-image] Jul 16 21:37:44.935 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`
110572026-07-16T21:37:45.815Z[ host-image] Jul 16 21:37:44.945 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110582026-07-16T21:37:45.859Z[ host-image] Jul 16 21:37:45.012 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110592026-07-16T21:37:45.862Z[ host-image] Jul 16 21:37:45.016 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`
110602026-07-16T21:37:46.066Z[ host-image] Jul 16 21:37:45.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110612026-07-16T21:37:46.066Z[ host-image] Jul 16 21:37:45.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110622026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110632026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110642026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110652026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110662026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110672026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110682026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110692026-07-16T21:37:46.072Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110702026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110712026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110722026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110732026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110742026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110752026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110762026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110772026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110782026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110792026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110802026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110812026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110822026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110832026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110842026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110852026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110862026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110872026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110882026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110892026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110902026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110912026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110922026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110932026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110942026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110952026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110962026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110972026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110982026-07-16T21:37:46.073Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110992026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111002026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111012026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111022026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111032026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111042026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111052026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111062026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111072026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111082026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111092026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111102026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111112026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111122026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111132026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO O| Info: ABL version: 0x100af010
111142026-07-16T21:37:46.074Z[ host-image] Jul 16 21:37:45.221 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111152026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111162026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111172026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111182026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111192026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111202026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111212026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111222026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111232026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111242026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111252026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111262026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111272026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111282026-07-16T21:37:46.075Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111292026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111302026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111312026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111322026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111332026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111342026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111352026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111362026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111372026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111382026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111392026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111402026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111412026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111422026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111432026-07-16T21:37:46.076Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111442026-07-16T21:37:46.077Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111452026-07-16T21:37:46.077Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111462026-07-16T21:37:46.077Z[ host-image] Jul 16 21:37:45.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111472026-07-16T21:37:46.100Z[ host-image] Jul 16 21:37:45.254 INFO building ROM for gimlet
111482026-07-16T21:37:46.103Z[ host-image] Jul 16 21:37:45.254 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")
111492026-07-16T21:37:46.186Z[ host-image] Jul 16 21:37:45.340 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111502026-07-16T21:37:46.190Z[ host-image] Jul 16 21:37:45.342 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`
111512026-07-16T21:37:46.198Z[ host-image] Jul 16 21:37:45.352 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111522026-07-16T21:37:46.265Z[ host-image] Jul 16 21:37:45.419 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111532026-07-16T21:37:46.269Z[ host-image] Jul 16 21:37:45.422 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`
111542026-07-16T21:37:46.380Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111552026-07-16T21:37:46.380Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111562026-07-16T21:37:46.381Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111572026-07-16T21:37:46.381Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111582026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111592026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111602026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111612026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111622026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111632026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111642026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111652026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111662026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111672026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111682026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111692026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO O| Info: ABL version: 0x100f5010
111702026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111712026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111722026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111732026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111742026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111752026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111762026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111772026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111782026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111792026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111802026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111812026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111822026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111832026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111842026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111852026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111862026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111872026-07-16T21:37:46.385Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111882026-07-16T21:37:46.386Z[ host-image] Jul 16 21:37:45.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111892026-07-16T21:37:46.415Z[ host-image] Jul 16 21:37:45.568 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111902026-07-16T21:37:46.415Z[ host-image] Jul 16 21:37:45.568 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111912026-07-16T21:37:46.418Z[ host-image] Jul 16 21:37:45.569 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111922026-07-16T21:37:56.094Z[ host-image] Jul 16 21:37:55.247 INFO image complete! materials are in "/work/os-host"
111932026-07-16T21:37:56.097Z[ host-image]
111942026-07-16T21:37:56.097Z[ host-image] real 4:55.198014950
111952026-07-16T21:37:56.099Z[ host-image] user 2:30.301844437
111962026-07-16T21:37:56.099Z[ host-image] sys 34.761307838
111972026-07-16T21:37:56.099Z[ host-image] trap 0.065935012
111982026-07-16T21:37:56.099Z[ host-image] tflt 0.322942275
111992026-07-16T21:37:56.099Z[ host-image] dflt 0.232182626
112002026-07-16T21:37:56.099Z[ host-image] kflt 0.000105850
112012026-07-16T21:37:56.099Z[ host-image] lock 6:05.980658574
112022026-07-16T21:37:56.099Z[ host-image] slp 28:28.431717694
112032026-07-16T21:37:56.099Z[ host-image] lat 20.271552444
112042026-07-16T21:37:56.099Z[ host-image] stop 1.579389709
112052026-07-16T21:37:56.099ZJul 16 21:37:55.251 INFO [host-image] process exited with exit status: 0 (295.20321208s)
112062026-07-16T21:37:56.099ZJul 16 21:37:55.251 INFO [tuf-v2-host] running task
112072026-07-16T21:37:56.099ZJul 16 21:37:55.251 INFO [tuf-repo] running task
112082026-07-16T21:37:56.102ZJul 16 21:37:55.251 INFO [tuf-v2-host] task succeeded (462.61µs)
112092026-07-16T21:37:56.102ZJul 16 21:37:55.251 INFO [tuf-v2-repo] running task
112102026-07-16T21:38:15.434ZJul 16 21:38:14.587 INFO assembling repository in `/tmp/tufaceousdU2JIL`, component: OmicronRepoAssembler
112112026-07-16T21:38:15.898ZJul 16 21:38:15.051 INFO [tuf-v2-repo] task succeeded (19.79964866s)
112122026-07-16T21:38:23.273ZJul 16 21:38:22.426 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112132026-07-16T21:38:23.495ZJul 16 21:38:22.648 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112142026-07-16T21:38:25.581ZJul 16 21:38:24.734 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112152026-07-16T21:38:25.641ZJul 16 21:38:24.794 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112162026-07-16T21:38:25.689ZJul 16 21:38:24.842 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112172026-07-16T21:38:25.738ZJul 16 21:38:24.891 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112182026-07-16T21:38:25.800ZJul 16 21:38:24.953 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112192026-07-16T21:38:25.848ZJul 16 21:38:25.002 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112202026-07-16T21:38:25.895ZJul 16 21:38:25.049 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112212026-07-16T21:38:35.490ZJul 16 21:38:34.643 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112222026-07-16T21:38:35.495ZJul 16 21:38:34.649 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112232026-07-16T21:38:35.520ZJul 16 21:38:34.673 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112242026-07-16T21:38:35.578ZJul 16 21:38:34.731 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112252026-07-16T21:38:35.637ZJul 16 21:38:34.790 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112262026-07-16T21:38:35.699ZJul 16 21:38:34.852 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112272026-07-16T21:38:35.763ZJul 16 21:38:34.916 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112282026-07-16T21:38:35.768ZJul 16 21:38:34.922 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112292026-07-16T21:38:35.792ZJul 16 21:38:34.945 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112302026-07-16T21:38:37.101ZJul 16 21:38:36.253 INFO extracting uploaded archive to /tmp/.tmpGzCmnZ
112312026-07-16T21:38:38.853ZJul 16 21:38:38.006 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.iBTZTa
112322026-07-16T21:38:38.914ZJul 16 21:38:38.067 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112332026-07-16T21:38:39.009ZJul 16 21:38:38.162 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112342026-07-16T21:38:39.095ZJul 16 21:38:38.248 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112352026-07-16T21:38:39.177ZJul 16 21:38:38.329 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112362026-07-16T21:38:39.258ZJul 16 21:38:38.411 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112372026-07-16T21:38:39.339ZJul 16 21:38:38.492 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112382026-07-16T21:38:39.419ZJul 16 21:38:38.571 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112392026-07-16T21:38:39.923ZJul 16 21:38:38.656 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112402026-07-16T21:38:39.923ZJul 16 21:38:38.656 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112412026-07-16T21:38:39.965ZJul 16 21:38:38.703 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112422026-07-16T21:38:39.965ZJul 16 21:38:38.703 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112432026-07-16T21:38:39.965ZJul 16 21:38:38.750 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112442026-07-16T21:38:39.965ZJul 16 21:38:38.750 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112452026-07-16T21:38:39.965ZJul 16 21:38:38.799 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112462026-07-16T21:38:39.966ZJul 16 21:38:38.800 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112472026-07-16T21:38:39.967ZJul 16 21:38:38.849 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112482026-07-16T21:38:39.967ZJul 16 21:38:38.849 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112492026-07-16T21:38:39.967ZJul 16 21:38:38.897 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112502026-07-16T21:38:39.967ZJul 16 21:38:38.897 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112512026-07-16T21:38:39.967ZJul 16 21:38:38.948 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112522026-07-16T21:38:39.967ZJul 16 21:38:38.948 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112532026-07-16T21:38:39.967ZJul 16 21:38:38.949 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112542026-07-16T21:38:39.967ZJul 16 21:38:38.950 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112552026-07-16T21:38:39.967ZJul 16 21:38:38.950 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112562026-07-16T21:38:39.967ZJul 16 21:38:38.951 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112572026-07-16T21:38:39.967ZJul 16 21:38:38.951 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112582026-07-16T21:38:45.244ZJul 16 21:38:44.397 INFO added artifact, length: 33554432, hash: a701ff53d5232a1f2d3ea0783e424e61e02e530be95d1eb6bcef88cbc609ebba, version: 22.0.0-0.ci+gitf3118d41647, kind: gimlet_host_phase_1, name: host
112592026-07-16T21:38:45.244ZJul 16 21:38:44.397 INFO added artifact, length: 33554432, hash: c745271f2d2316b1b16610d75dff63f56ac313293abc04b3c6ae88d26a28f9a1, version: 22.0.0-0.ci+gitf3118d41647, kind: cosmo_host_phase_1, name: host
112602026-07-16T21:38:45.247ZJul 16 21:38:44.397 INFO added artifact, length: 1101008896, hash: bb25cc547aa1ebdb570fdd2d3ff31aa1dd5a02fce1b7509b11a449a29f1adce8, version: 22.0.0-0.ci+gitf3118d41647, kind: host_phase_2, name: host
112612026-07-16T21:38:46.179ZJul 16 21:38:45.332 INFO added artifact, length: 33554432, hash: c0e84b708629a2274193c40fbd833964d9127cdbbfde295c15d24e1049010c2c, version: 22.0.0-0.ci+gitf3118d41647, kind: gimlet_trampoline_phase_1, name: trampoline
112622026-07-16T21:38:46.179ZJul 16 21:38:45.332 INFO added artifact, length: 33554432, hash: 5ba2795444f3a5726d821d351b6a93d5d324fa8ac581022d41c0a1e863f4042f, version: 22.0.0-0.ci+gitf3118d41647, kind: cosmo_trampoline_phase_1, name: trampoline
112632026-07-16T21:38:46.182ZJul 16 21:38:45.332 INFO added artifact, length: 167198031, hash: 6a79d113f6b5f75a3eec9a052d6e663ce1a0ae4aa2b07e90adfc5c9841bcc01c, version: 22.0.0-0.ci+gitf3118d41647, kind: trampoline_phase_2, name: trampoline
112642026-07-16T21:38:47.834ZJul 16 21:38:46.987 INFO added artifact, length: 304342653, hash: 818542d95fe222e65fdc6fae14fa3e1f747a61965279b63a0142b3d5079a6e28, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: clickhouse_keeper
112652026-07-16T21:38:49.736ZJul 16 21:38:48.889 INFO added artifact, length: 318194543, hash: 8578cbc57ff42c52e137f4c7c856b581139b2a7e7c0e0b96a77163ee0ccbe02d, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: clickhouse_server
112662026-07-16T21:38:51.492ZJul 16 21:38:50.645 INFO added artifact, length: 318197289, hash: 71cb55ff2b124046afd28f6e1eca3094b492acd9d7e4cc7a553261e2933e9dc2, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: clickhouse
112672026-07-16T21:38:52.436ZJul 16 21:38:51.588 INFO added artifact, length: 165613366, hash: 810f3fbb4894942763c777d05ee73a26bdf27ead9d44f02ad0b553d0cb04d0aa, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: cockroachdb
112682026-07-16T21:38:52.680ZJul 16 21:38:51.833 INFO added artifact, length: 40048645, hash: 2e9a4554eabceb952794811bc0cc5563b22a64d093b141560b40ed7408ab3e3a, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: crucible-pantry-zone
112692026-07-16T21:38:53.044ZJul 16 21:38:52.176 INFO added artifact, length: 55096025, hash: 971b055414de8738e9f7faf8d79dd90dd59150fc737ac757d39b68a996ba47ec, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: crucible-zone
112702026-07-16T21:38:53.280ZJul 16 21:38:52.433 INFO added artifact, length: 47829009, hash: d7f81915b9c588893ef1b043d448e416f05554df5c69986f8cc3bf8e1cd8835e, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: external-dns
112712026-07-16T21:38:53.561ZJul 16 21:38:52.714 INFO added artifact, length: 47828609, hash: ebf3519c2264888eca4905c5ae7a02487c32d704a567a3a4e0a825564a5fdfb3, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: internal-dns
112722026-07-16T21:38:55.143ZJul 16 21:38:54.296 INFO added artifact, length: 281043124, hash: 8210bc3ebfc2b45280fbe8762b7e20bccf79a3ee451209138be30fa74281ff81, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: nexus
112732026-07-16T21:38:55.323ZJul 16 21:38:54.475 INFO added artifact, length: 30625167, hash: 14419627a077ea4f86c3f7854be74a18059f7d211fdb2f794387c29087c14cbd, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: ntp
112742026-07-16T21:38:55.638ZJul 16 21:38:54.791 INFO added artifact, length: 62140186, hash: d51bae24174206adbd645ceed7babdf3f17e25d9d6fdbdd8ff66cb07a9533900, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: oximeter
112752026-07-16T21:38:55.653ZJul 16 21:38:54.806 INFO added artifact, length: 3109789, hash: 23ae6eb9873e7bea56eea8489c5d18a8846f03c31aa1e5f9749617bbc3000da9, version: 22.0.0-0.ci+gitf3118d41647, kind: zone, name: probe
112762026-07-16T21:38:55.656ZJul 16 21:38:54.806 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112772026-07-16T21:38:55.656ZJul 16 21:38:54.806 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112782026-07-16T21:38:55.656ZJul 16 21:38:54.807 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112792026-07-16T21:38:55.678ZJul 16 21:38:54.831 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112802026-07-16T21:38:55.707ZJul 16 21:38:54.858 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112812026-07-16T21:38:55.731ZJul 16 21:38:54.884 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112822026-07-16T21:38:55.782ZJul 16 21:38:54.935 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112832026-07-16T21:38:55.782ZJul 16 21:38:54.935 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112842026-07-16T21:38:55.825ZJul 16 21:38:54.978 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112852026-07-16T21:38:55.825ZJul 16 21:38:54.978 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112862026-07-16T21:38:55.882ZJul 16 21:38:55.035 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112872026-07-16T21:38:55.882ZJul 16 21:38:55.035 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112882026-07-16T21:38:55.921ZJul 16 21:38:55.074 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112892026-07-16T21:38:55.921ZJul 16 21:38:55.074 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112902026-07-16T21:38:55.924ZJul 16 21:38:55.075 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112912026-07-16T21:38:55.924ZJul 16 21:38:55.076 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112922026-07-16T21:38:55.924ZJul 16 21:38:55.076 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112932026-07-16T21:38:55.963ZJul 16 21:38:55.116 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112942026-07-16T21:38:56.038ZJul 16 21:38:55.191 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112952026-07-16T21:38:56.113ZJul 16 21:38:55.265 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112962026-07-16T21:38:56.218ZJul 16 21:38:55.370 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112972026-07-16T21:38:56.218ZJul 16 21:38:55.370 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112982026-07-16T21:38:56.267ZJul 16 21:38:55.419 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112992026-07-16T21:38:56.267ZJul 16 21:38:55.419 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113002026-07-16T21:38:56.304ZJul 16 21:38:55.456 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113012026-07-16T21:38:56.304ZJul 16 21:38:55.456 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113022026-07-16T21:38:56.347ZJul 16 21:38:55.500 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113032026-07-16T21:38:56.347ZJul 16 21:38:55.500 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113042026-07-16T21:38:56.351ZJul 16 21:38:55.501 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113052026-07-16T21:38:56.351ZJul 16 21:38:55.501 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113062026-07-16T21:38:56.351ZJul 16 21:38:55.502 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113072026-07-16T21:38:56.351ZJul 16 21:38:55.502 INFO added artifact, length: 924, hash: 8605c400844a438f05e246521ada86926c8a7fe9b79042f7d447d4a6de347e29, version: 22.0.0-0.ci+gitf3118d41647, kind: installinator_document, name: installinator_document
113082026-07-16T21:38:56.832ZJul 16 21:38:55.985 INFO extracting uploaded archive to /tmp/.tmp9BxGiZ
113092026-07-16T21:38:58.610ZJul 16 21:38:57.762 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.CB9E1F
113102026-07-16T21:38:58.670ZJul 16 21:38:57.823 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
113112026-07-16T21:38:58.764ZJul 16 21:38:57.917 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
113122026-07-16T21:38:58.850ZJul 16 21:38:58.003 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
113132026-07-16T21:38:58.930ZJul 16 21:38:58.083 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
113142026-07-16T21:38:59.011ZJul 16 21:38:58.164 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
113152026-07-16T21:38:59.092ZJul 16 21:38:58.244 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
113162026-07-16T21:38:59.173ZJul 16 21:38:58.326 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
113172026-07-16T21:38:59.257ZJul 16 21:38:58.410 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
113182026-07-16T21:38:59.257ZJul 16 21:38:58.410 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
113192026-07-16T21:38:59.309ZJul 16 21:38:58.461 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
113202026-07-16T21:38:59.313ZJul 16 21:38:58.461 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
113212026-07-16T21:38:59.362ZJul 16 21:38:58.515 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113222026-07-16T21:38:59.365ZJul 16 21:38:58.515 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113232026-07-16T21:38:59.399ZJul 16 21:38:58.552 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
113242026-07-16T21:38:59.402ZJul 16 21:38:58.552 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
113252026-07-16T21:38:59.443ZJul 16 21:38:58.596 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113262026-07-16T21:38:59.443ZJul 16 21:38:58.596 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113272026-07-16T21:38:59.500ZJul 16 21:38:58.653 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113282026-07-16T21:38:59.501ZJul 16 21:38:58.653 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113292026-07-16T21:38:59.548ZJul 16 21:38:58.701 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113302026-07-16T21:38:59.548ZJul 16 21:38:58.701 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113312026-07-16T21:38:59.551ZJul 16 21:38:58.702 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113322026-07-16T21:38:59.551ZJul 16 21:38:58.703 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113332026-07-16T21:38:59.551ZJul 16 21:38:58.703 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113342026-07-16T21:38:59.551ZJul 16 21:38:58.704 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113352026-07-16T21:38:59.551ZJul 16 21:38:58.704 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113362026-07-16T21:39:04.767ZJul 16 21:39:03.920 INFO added artifact, length: 33554432, hash: a701ff53d5232a1f2d3ea0783e424e61e02e530be95d1eb6bcef88cbc609ebba, version: 22.0.0-0.ci+gitf3118d41647, kind: gimlet_host_phase_1, name: host
113372026-07-16T21:39:04.767ZJul 16 21:39:03.920 INFO added artifact, length: 33554432, hash: c745271f2d2316b1b16610d75dff63f56ac313293abc04b3c6ae88d26a28f9a1, version: 22.0.0-0.ci+gitf3118d41647, kind: cosmo_host_phase_1, name: host
113382026-07-16T21:39:04.770ZJul 16 21:39:03.920 INFO added artifact, length: 1101008896, hash: bb25cc547aa1ebdb570fdd2d3ff31aa1dd5a02fce1b7509b11a449a29f1adce8, version: 22.0.0-0.ci+gitf3118d41647, kind: host_phase_2, name: host
113392026-07-16T21:39:05.727ZJul 16 21:39:04.880 INFO added artifact, length: 33554432, hash: c0e84b708629a2274193c40fbd833964d9127cdbbfde295c15d24e1049010c2c, version: 22.0.0-0.ci+gitf3118d41647, kind: gimlet_trampoline_phase_1, name: trampoline
113402026-07-16T21:39:05.727ZJul 16 21:39:04.880 INFO added artifact, length: 33554432, hash: 5ba2795444f3a5726d821d351b6a93d5d324fa8ac581022d41c0a1e863f4042f, version: 22.0.0-0.ci+gitf3118d41647, kind: cosmo_trampoline_phase_1, name: trampoline
113412026-07-16T21:39:05.731ZJul 16 21:39:04.880 INFO added artifact, length: 167198031, hash: 6a79d113f6b5f75a3eec9a052d6e663ce1a0ae4aa2b07e90adfc5c9841bcc01c, version: 22.0.0-0.ci+gitf3118d41647, kind: trampoline_phase_2, name: trampoline
113422026-07-16T21:39:11.419ZJul 16 21:39:10.572 INFO added artifact, length: 1732384181, hash: 8dfe6d9677465cc55625a6c7ab9c62316c150ce543102821dff377ea4fb48f4d, version: 22.0.0-0.ci+gitf3118d41647, kind: control_plane, name: control-plane
113432026-07-16T21:39:11.422ZJul 16 21:39:10.572 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113442026-07-16T21:39:11.422ZJul 16 21:39:10.572 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113452026-07-16T21:39:11.423ZJul 16 21:39:10.572 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113462026-07-16T21:39:11.447ZJul 16 21:39:10.600 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113472026-07-16T21:39:11.475ZJul 16 21:39:10.628 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113482026-07-16T21:39:11.505ZJul 16 21:39:10.658 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113492026-07-16T21:39:11.553ZJul 16 21:39:10.705 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113502026-07-16T21:39:11.553ZJul 16 21:39:10.705 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113512026-07-16T21:39:11.602ZJul 16 21:39:10.755 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113522026-07-16T21:39:11.606ZJul 16 21:39:10.755 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113532026-07-16T21:39:11.649ZJul 16 21:39:10.802 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113542026-07-16T21:39:11.649ZJul 16 21:39:10.802 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113552026-07-16T21:39:11.699ZJul 16 21:39:10.852 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113562026-07-16T21:39:11.700ZJul 16 21:39:10.852 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113572026-07-16T21:39:11.703ZJul 16 21:39:10.853 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113582026-07-16T21:39:11.704ZJul 16 21:39:10.853 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113592026-07-16T21:39:11.704ZJul 16 21:39:10.854 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113602026-07-16T21:39:11.749ZJul 16 21:39:10.902 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113612026-07-16T21:39:11.825ZJul 16 21:39:10.978 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113622026-07-16T21:39:11.924ZJul 16 21:39:11.077 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113632026-07-16T21:39:12.009ZJul 16 21:39:11.162 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113642026-07-16T21:39:12.013ZJul 16 21:39:11.162 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113652026-07-16T21:39:12.063ZJul 16 21:39:11.216 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113662026-07-16T21:39:12.063ZJul 16 21:39:11.216 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113672026-07-16T21:39:12.113ZJul 16 21:39:11.265 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113682026-07-16T21:39:12.116ZJul 16 21:39:11.265 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113692026-07-16T21:39:12.161ZJul 16 21:39:11.314 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113702026-07-16T21:39:12.164ZJul 16 21:39:11.314 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113712026-07-16T21:39:12.164ZJul 16 21:39:11.315 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113722026-07-16T21:39:12.164ZJul 16 21:39:11.315 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113732026-07-16T21:39:12.164ZJul 16 21:39:11.316 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113742026-07-16T21:39:12.164ZJul 16 21:39:11.316 INFO added artifact, length: 924, hash: 8605c400844a438f05e246521ada86926c8a7fe9b79042f7d447d4a6de347e29, version: 22.0.0-0.ci+gitf3118d41647, kind: installinator_document, name: installinator_document
113752026-07-16T21:39:14.066ZJul 16 21:39:13.219 INFO [tuf-repo] task succeeded (77.967846764s)
113762026-07-16T21:40:02.502Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s
113772026-07-16T21:40:04.283ZJul 16 21:40:03.435 INFO [verify-libraries] process exited with exit status: 0 (395.01060596s)
113782026-07-16T21:40:04.283ZJul 16 21:40:03.435 INFO all jobs completed in 1048.034813514s
113792026-07-16T21:40:05.287Zprocess exited: duration 1255200 ms, exit code 0
 
113802026-07-16T21:40:05.301Zfound 41 output files
113812026-07-16T21:40:05.301Zuploading: /work/manifest.toml (17334 bytes)
113822026-07-16T21:40:06.315Zuploaded: /work/manifest.toml
113832026-07-16T21:40:06.315Zuploading: /work/repo.zip (3050403198 bytes)
113842026-07-16T21:41:23.577Zuploaded: /work/repo.zip
113852026-07-16T21:41:23.577Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113862026-07-16T21:41:24.687Zuploaded: /work/repo.zip.sha256.txt
113872026-07-16T21:41:24.688Zuploading: /work/helios.json (647 bytes)
113882026-07-16T21:41:25.698Zuploaded: /work/helios.json
113892026-07-16T21:41:25.698Zuploading: /work/incorporation.p5m (113423 bytes)
113902026-07-16T21:41:26.711Zuploaded: /work/incorporation.p5m
113912026-07-16T21:41:26.711Zuploading: /work/incorporation.p5p (133120 bytes)
113922026-07-16T21:41:27.726Zuploaded: /work/incorporation.p5p
113932026-07-16T21:41:27.726Zuploading: /work/helios-incorp.log (522 bytes)
113942026-07-16T21:41:28.737Zuploaded: /work/helios-incorp.log
113952026-07-16T21:41:28.737Zuploading: /work/helios-setup.log (56846 bytes)
113962026-07-16T21:41:29.748Zuploaded: /work/helios-setup.log
113972026-07-16T21:41:29.749Zuploading: /work/host-image.log (234970 bytes)
113982026-07-16T21:41:30.764Zuploaded: /work/host-image.log
113992026-07-16T21:41:30.765Zuploading: /work/host-package.log (32992 bytes)
114002026-07-16T21:41:31.775Zuploaded: /work/host-package.log
114012026-07-16T21:41:31.775Zuploading: /work/host-target.log (101 bytes)
114022026-07-16T21:41:32.785Zuploaded: /work/host-target.log
114032026-07-16T21:41:32.785Zuploading: /work/incorp-create.log (0 bytes)
114042026-07-16T21:41:33.793Zuploaded: /work/incorp-create.log
114052026-07-16T21:41:33.793Zuploading: /work/incorp-fmt.log (0 bytes)
114062026-07-16T21:41:34.800Zuploaded: /work/incorp-fmt.log
114072026-07-16T21:41:34.800Zuploading: /work/incorp-pkgsend.log (108 bytes)
114082026-07-16T21:41:35.810Zuploaded: /work/incorp-pkgsend.log
114092026-07-16T21:41:35.811Zuploading: /work/incorp-publisher.log (0 bytes)
114102026-07-16T21:41:36.818Zuploaded: /work/incorp-publisher.log
114112026-07-16T21:41:36.818Zuploading: /work/omicron-package.log (7957 bytes)
114122026-07-16T21:41:37.829Zuploaded: /work/omicron-package.log
114132026-07-16T21:41:37.829Zuploading: /work/recovery-image.log (593350 bytes)
114142026-07-16T21:41:38.848Zuploaded: /work/recovery-image.log
114152026-07-16T21:41:38.848Zuploading: /work/recovery-package.log (2545 bytes)
114162026-07-16T21:41:39.863Zuploaded: /work/recovery-package.log
114172026-07-16T21:41:39.863Zuploading: /work/recovery-target.log (98 bytes)
114182026-07-16T21:41:40.890Zuploaded: /work/recovery-target.log
114192026-07-16T21:41:40.891Zuploading: /work/stamp-clickhouse.log (117 bytes)
114202026-07-16T21:41:41.911Zuploaded: /work/stamp-clickhouse.log
114212026-07-16T21:41:41.911Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
114222026-07-16T21:41:42.925Zuploaded: /work/stamp-clickhouse_keeper.log
114232026-07-16T21:41:42.925Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
114242026-07-16T21:41:43.940Zuploaded: /work/stamp-clickhouse_server.log
114252026-07-16T21:41:43.940Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114262026-07-16T21:41:44.955Zuploaded: /work/stamp-cockroachdb.log
114272026-07-16T21:41:44.955Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114282026-07-16T21:41:45.981Zuploaded: /work/stamp-crucible-pantry-zone.log
114292026-07-16T21:41:45.981Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114302026-07-16T21:41:47.041Zuploaded: /work/stamp-crucible-utils.log
114312026-07-16T21:41:47.041Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114322026-07-16T21:41:48.051Zuploaded: /work/stamp-crucible-zone.log
114332026-07-16T21:41:48.051Zuploading: /work/stamp-external-dns.log (119 bytes)
114342026-07-16T21:41:49.063Zuploaded: /work/stamp-external-dns.log
114352026-07-16T21:41:49.064Zuploading: /work/stamp-installinator.log (103 bytes)
114362026-07-16T21:41:50.074Zuploaded: /work/stamp-installinator.log
114372026-07-16T21:41:50.075Zuploading: /work/stamp-internal-dns.log (119 bytes)
114382026-07-16T21:41:51.084Zuploaded: /work/stamp-internal-dns.log
114392026-07-16T21:41:51.085Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114402026-07-16T21:41:52.093Zuploaded: /work/stamp-mg-ddm-gz.log
114412026-07-16T21:41:52.093Zuploading: /work/stamp-nexus.log (112 bytes)
114422026-07-16T21:41:53.103Zuploaded: /work/stamp-nexus.log
114432026-07-16T21:41:53.103Zuploading: /work/stamp-ntp.log (110 bytes)
114442026-07-16T21:41:54.115Zuploaded: /work/stamp-ntp.log
114452026-07-16T21:41:54.115Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114462026-07-16T21:41:55.125Zuploaded: /work/stamp-omicron-sled-agent.log
114472026-07-16T21:41:55.126Zuploading: /work/stamp-overlay.log (114 bytes)
114482026-07-16T21:41:56.135Zuploaded: /work/stamp-overlay.log
114492026-07-16T21:41:56.135Zuploading: /work/stamp-oximeter.log (115 bytes)
114502026-07-16T21:41:57.145Zuploaded: /work/stamp-oximeter.log
114512026-07-16T21:41:57.146Zuploading: /work/stamp-oxlog.log (109 bytes)
114522026-07-16T21:41:58.155Zuploaded: /work/stamp-oxlog.log
114532026-07-16T21:41:58.156Zuploading: /work/stamp-probe.log (112 bytes)
114542026-07-16T21:41:59.165Zuploaded: /work/stamp-probe.log
114552026-07-16T21:41:59.165Zuploading: /work/stamp-propolis-server.log (122 bytes)
114562026-07-16T21:42:00.174Zuploaded: /work/stamp-propolis-server.log
114572026-07-16T21:42:00.174Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114582026-07-16T21:42:01.184Zuploaded: /work/stamp-pumpkind-gz.log
114592026-07-16T21:42:01.184Zuploading: /work/stamp-switch-asic.log (118 bytes)
114602026-07-16T21:42:02.196Zuploaded: /work/stamp-switch-asic.log
114612026-07-16T21:42:02.196Zuploading: /work/verify-libraries.log (51152 bytes)
114622026-07-16T21:42:03.207Zuploaded: /work/verify-libraries.log