01M00KPVE4MV18NP0QPQ28ZENZ: 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: 01M00KQ8JKNK9S4BHBF4Y7FY5H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T17:05:35.490Zjob assigned to worker 01M00KQKB3ZWXB6MBW2T4VSSC4 [factory aws, i-0677b3a031ab14573] (queued for 54 s)
 
22026-08-14T17:05:42.375Zstarting task 0: "setup"
32026-08-14T17:05:42.379Z++ uname -s
42026-08-14T17:05:42.382Z+ kern=SunOS
52026-08-14T17:05:42.382Z+ build_user=build
62026-08-14T17:05:42.382Z+ build_uid=12345
72026-08-14T17:05:42.382Z+ work_dir=/work
82026-08-14T17:05:42.382Z+ input_dir=/input
92026-08-14T17:05:42.382Z+ [[ 0 == 12345 ]]
102026-08-14T17:05:42.382Z+ case "$kern" in
112026-08-14T17:05:42.382Z+ groupadd -g 12345 build
122026-08-14T17:05:42.385Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T17:05:44.390Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T17:05:44.578Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T17:05:44.581Z+ home_fs=zfs
162026-08-14T17:05:44.581Z+ [[ zfs == autofs ]]
172026-08-14T17:05:44.581Z+ mkdir -p /home/build
182026-08-14T17:05:44.585Z+ chown build:build /home/build /work
192026-08-14T17:05:46.583Z+ chmod 0700 /home/build /work
202026-08-14T17:05:46.586Zprocess exited: duration 4214 ms, exit code 0
 
212026-08-14T17:05:46.592Zstarting task 1: "rust-toolchain"
222026-08-14T17:05:46.597Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T17:05:46.597Z * rust toolchain channel = "1.97.1"
242026-08-14T17:05:46.597Z * rust toolchain profile = "default"
252026-08-14T17:05:46.597Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-14T17:05:46.597Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T17:05:46.597Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T17:05:46.600Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T17:05:46.600Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T17:05:46.708Zinfo: downloading installer
312026-08-14T17:05:47.844Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T17:05:47.844Zwarn: /home/build/.rustup/settings.toml
332026-08-14T17:05:47.844Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T17:05:47.844Zwarn: instead of the one inferred from the default host triple.
352026-08-14T17:05:47.856Zinfo: profile set to default
362026-08-14T17:05:47.856Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T17:05:47.859Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T17:05:47.988Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T17:05:47.990Zinfo: downloading 6 components
402026-08-14T17:06:03.251Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T17:06:03.251Z
422026-08-14T17:06:03.278Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T17:06:03.278Z
442026-08-14T17:06:03.278Z
452026-08-14T17:06:03.278ZRust is installed now. Great!
462026-08-14T17:06:03.278Z
472026-08-14T17:06:03.278ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T17:06:03.278Zenvironment variable. This has not been done automatically.
492026-08-14T17:06:03.278Z
502026-08-14T17:06:03.278ZTo configure your current shell, you need to source
512026-08-14T17:06:03.278Zthe corresponding env file under $HOME/.cargo.
522026-08-14T17:06:03.278Z
532026-08-14T17:06:03.278ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T17:06:03.278Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T17:06:03.278Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T17:06:03.278Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T17:06:03.278Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T17:06:03.278Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T17:06:03.278Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T17:06:03.281Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T17:06:03.281Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T17:06:03.379Z+ rustup --version
632026-08-14T17:06:03.385Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T17:06:03.385Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T17:06:03.405Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T17:06:03.407Z+ cargo --version
672026-08-14T17:06:03.415Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T17:06:03.418Z+ rustc --version
692026-08-14T17:06:03.438Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T17:06:03.441Zprocess exited: duration 16848 ms, exit code 0
 
712026-08-14T17:06:03.446Zstarting task 2: "authentication"
722026-08-14T17:06:03.466Zprocess exited: duration 19 ms, exit code 0
 
732026-08-14T17:06:03.474Zstarting task 3: "clone repository"
742026-08-14T17:06:03.477Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T17:06:03.480Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T17:06:03.512ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T17:06:15.644Z+ cd /work/oxidecomputer/omicron
782026-08-14T17:06:15.644Z+ git fetch origin 1739fed3e65ef884fdbecf25ba94570e915d03d7
792026-08-14T17:06:15.991ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T17:06:15.991Z * branch 1739fed3e65ef884fdbecf25ba94570e915d03d7 -> FETCH_HEAD
812026-08-14T17:06:16.006Z+ [[ -n '' ]]
822026-08-14T17:06:16.006Z+ git reset --hard 1739fed3e65ef884fdbecf25ba94570e915d03d7
832026-08-14T17:06:16.255ZHEAD is now at 1739fed3e API docs tweaks
842026-08-14T17:06:16.259Zprocess exited: duration 12783 ms, exit code 0
 
852026-08-14T17:06:16.265Zstarting task 4: "build"
862026-08-14T17:06:16.270Z+ source .github/buildomat/ci-env.sh
872026-08-14T17:06:16.270Z++ export CARGO_TERM_COLOR=always
882026-08-14T17:06:16.270Z++ CARGO_TERM_COLOR=always
892026-08-14T17:06:16.273Z+++ uname -s
902026-08-14T17:06:16.273Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-14T17:06:16.273Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-14T17:06:16.278Z+ cargo --version
932026-08-14T17:06:16.284Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-14T17:06:16.288Z+ rustc --version
952026-08-14T17:06:16.308Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-14T17:06:16.312Z+ cargo tree --locked
972026-08-14T17:06:16.484Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-14T17:06:16.839Z Updating crates.io index
992026-08-14T17:06:16.842Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-14T17:06:17.132Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-14T17:06:17.507Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-14T17:06:18.520Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-14T17:06:19.791Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-14T17:06:21.483Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-14T17:06:22.382Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-14T17:06:22.705Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-14T17:06:23.117Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-14T17:06:24.289Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-14T17:06:24.589Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-14T17:06:24.992Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-14T17:06:25.682Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-14T17:06:25.971Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-14T17:06:26.304Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-14T17:06:26.611Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-14T17:06:26.901Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-14T17:06:27.281Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-14T17:06:27.734Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-14T17:06:28.211Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-14T17:06:28.590Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-14T17:06:29.018Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-14T17:06:29.428Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-14T17:06:30.020Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-14T17:06:30.362Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-14T17:06:30.663Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-14T17:06:31.129Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-14T17:06:31.444Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-14T17:06:31.861Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-14T17:06:32.268Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-14T17:06:32.563Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-14T17:06:32.903Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-14T17:06:33.316Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-14T17:06:34.056Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-14T17:06:34.339Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-14T17:06:34.659Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-14T17:06:35.003Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-14T17:06:35.339Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-14T17:06:35.615Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-14T17:06:35.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-14T17:06:36.263Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-14T17:06:36.551Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-14T17:06:39.209Z Downloading crates ...
1422026-08-14T17:06:39.265Z Downloaded convert_case v0.4.0
1432026-08-14T17:06:39.268Z Downloaded colorchoice v1.0.4
1442026-08-14T17:06:39.271Z Downloaded defmt v0.3.100
1452026-08-14T17:06:39.273Z Downloaded crossbeam-deque v0.8.6
1462026-08-14T17:06:39.273Z Downloaded addr2line v0.25.1
1472026-08-14T17:06:39.276Z Downloaded colored v2.2.0
1482026-08-14T17:06:39.276Z Downloaded cookie_store v0.22.1
1492026-08-14T17:06:39.279Z Downloaded crc32fast v1.5.0
1502026-08-14T17:06:39.279Z Downloaded ctr v0.10.1
1512026-08-14T17:06:39.279Z Downloaded daft v0.1.7
1522026-08-14T17:06:39.281Z Downloaded darling_core v0.13.4
1532026-08-14T17:06:39.284Z Downloaded clap_derive v4.6.1
1542026-08-14T17:06:39.284Z Downloaded clap_lex v1.0.0
1552026-08-14T17:06:39.284Z Downloaded corncobs v0.1.4
1562026-08-14T17:06:39.287Z Downloaded const_format_proc_macros v0.2.34
1572026-08-14T17:06:39.289Z Downloaded crc8 v0.1.1
1582026-08-14T17:06:39.289Z Downloaded git-stub-vcs v0.1.0
1592026-08-14T17:06:39.292Z Downloaded cpufeatures v0.3.0
1602026-08-14T17:06:39.292Z Downloaded crossbeam-channel v0.5.15
1612026-08-14T17:06:39.295Z Downloaded derive_more v0.99.20
1622026-08-14T17:06:39.297Z Downloaded crossbeam-epoch v0.9.18
1632026-08-14T17:06:39.302Z Downloaded cookie v0.18.1
1642026-08-14T17:06:39.305Z Downloaded cmov v0.5.4
1652026-08-14T17:06:39.305Z Downloaded compression-codecs v0.4.37
1662026-08-14T17:06:39.308Z Downloaded constant_time_eq v0.4.2
1672026-08-14T17:06:39.308Z Downloaded crc-catalog v2.4.0
1682026-08-14T17:06:39.308Z Downloaded cipher v0.4.4
1692026-08-14T17:06:39.312Z Downloaded hash32 v0.3.1
1702026-08-14T17:06:39.312Z Downloaded headers-core v0.3.0
1712026-08-14T17:06:39.312Z Downloaded ciborium-ll v0.2.2
1722026-08-14T17:06:39.312Z Downloaded globwalk v0.9.1
1732026-08-14T17:06:39.312Z Downloaded guppy-workspace-hack v0.1.0
1742026-08-14T17:06:39.315Z Downloaded chumsky v0.9.3
1752026-08-14T17:06:39.315Z Downloaded cobs v0.3.0
1762026-08-14T17:06:39.315Z Downloaded hash32 v0.2.1
1772026-08-14T17:06:39.315Z Downloaded hex v0.4.3
1782026-08-14T17:06:39.315Z Downloaded home v0.5.12
1792026-08-14T17:06:39.320Z Downloaded git-stub v1.0.0
1802026-08-14T17:06:39.320Z Downloaded hyper-tls v0.6.0
1812026-08-14T17:06:39.320Z Downloaded cpufeatures v0.2.17
1822026-08-14T17:06:39.344Z Downloaded compact_str v0.8.1
1832026-08-14T17:06:39.344Z Downloaded http-body v1.0.1
1842026-08-14T17:06:39.349Z Downloaded hostname v0.4.2
1852026-08-14T17:06:39.349Z Downloaded compression-core v0.4.31
1862026-08-14T17:06:39.349Z Downloaded constant_time_eq v0.3.1
1872026-08-14T17:06:39.349Z Downloaded heck v0.5.0
1882026-08-14T17:06:39.349Z Downloaded httpdate v1.0.3
1892026-08-14T17:06:39.349Z Downloaded crc v3.4.0
1902026-08-14T17:06:39.349Z Downloaded darling_macro v0.23.0
1912026-08-14T17:06:39.349Z Downloaded crypto-common v0.1.7
1922026-08-14T17:06:39.349Z Downloaded curve25519-dalek-derive v0.1.1
1932026-08-14T17:06:39.349Z Downloaded darling_macro v0.21.3
1942026-08-14T17:06:39.349Z Downloaded crucible-workspace-hack v0.1.0
1952026-08-14T17:06:39.349Z Downloaded cstr-argument v0.1.2
1962026-08-14T17:06:39.349Z Downloaded hex-literal v0.4.1
1972026-08-14T17:06:39.352Z Downloaded inout v0.1.4
1982026-08-14T17:06:39.352Z Downloaded hmac v0.13.0
1992026-08-14T17:06:39.352Z Downloaded defmt-parser v1.0.0
2002026-08-14T17:06:39.355Z Downloaded cpubits v0.1.1
2012026-08-14T17:06:39.358Z Downloaded darling_macro v0.20.11
2022026-08-14T17:06:39.361Z Downloaded ciborium-io v0.2.2
2032026-08-14T17:06:39.364Z Downloaded derive_builder_macro v0.20.2
2042026-08-14T17:06:39.364Z Downloaded heck v0.4.1
2052026-08-14T17:06:39.367Z Downloaded crypto-common v0.2.2
2062026-08-14T17:06:39.367Z Downloaded hex-literal v1.1.0
2072026-08-14T17:06:39.367Z Downloaded hostname v0.3.1
2082026-08-14T17:06:39.369Z Downloaded http-range v0.1.5
2092026-08-14T17:06:39.372Z Downloaded illumos-nvpair v0.3.0
2102026-08-14T17:06:39.374Z Downloaded crunchy v0.2.4
2112026-08-14T17:06:39.377Z Downloaded inout v0.2.2
2122026-08-14T17:06:39.377Z Downloaded darling_macro v0.13.4
2132026-08-14T17:06:39.380Z Downloaded bcrypt-pbkdf v0.11.0
2142026-08-14T17:06:39.380Z Downloaded instant v0.1.13
2152026-08-14T17:06:39.382Z Downloaded idna_adapter v1.2.1
2162026-08-14T17:06:39.385Z Downloaded ident_case v1.0.1
2172026-08-14T17:06:39.387Z Downloaded critical-section v1.2.0
2182026-08-14T17:06:39.387Z Downloaded illumos-nvpair-sys v0.2.0
2192026-08-14T17:06:39.390Z Downloaded concurrent-queue v2.5.0
2202026-08-14T17:06:39.390Z Downloaded darling v0.13.4
2212026-08-14T17:06:39.390Z Downloaded cipher v0.5.2
2222026-08-14T17:06:39.393Z Downloaded indent_write v2.2.0
2232026-08-14T17:06:39.393Z Downloaded indoc v1.0.9
2242026-08-14T17:06:39.396Z Downloaded hubpack v0.1.2
2252026-08-14T17:06:39.399Z Downloaded instability v0.3.11
2262026-08-14T17:06:39.401Z Downloaded hubpack_derive v0.1.1
2272026-08-14T17:06:39.401Z Downloaded is-terminal v0.4.17
2282026-08-14T17:06:39.404Z Downloaded adler2 v2.0.1
2292026-08-14T17:06:39.409Z Downloaded oso-derive v0.27.3
2302026-08-14T17:06:39.415Z Downloaded atomic-waker v1.1.2
2312026-08-14T17:06:39.418Z Downloaded packed_struct_codegen v0.10.1
2322026-08-14T17:06:39.418Z Downloaded globset v0.4.18
2332026-08-14T17:06:39.423Z Downloaded group v0.13.0
2342026-08-14T17:06:39.426Z Downloaded humantime v2.3.0
2352026-08-14T17:06:39.426Z Downloaded ctutils v0.4.2
2362026-08-14T17:06:39.429Z Downloaded debug-ignore v1.0.5
2372026-08-14T17:06:39.431Z Downloaded daft-derive v0.1.7
2382026-08-14T17:06:39.434Z Downloaded deranged v0.5.8
2392026-08-14T17:06:39.436Z Downloaded derive_builder_core v0.20.2
2402026-08-14T17:06:39.437Z Downloaded delegate v0.13.5
2412026-08-14T17:06:39.437Z Downloaded defmt-macros v1.0.1
2422026-08-14T17:06:39.439Z Downloaded der_derive v0.7.3
2432026-08-14T17:06:39.439Z Downloaded defmt v1.0.1
2442026-08-14T17:06:39.442Z Downloaded convert_case v0.10.0
2452026-08-14T17:06:39.442Z Downloaded csv-core v0.1.13
2462026-08-14T17:06:39.445Z Downloaded anes v0.1.6
2472026-08-14T17:06:39.445Z Downloaded approx v0.5.1
2482026-08-14T17:06:39.447Z Downloaded opaque-debug v0.3.1
2492026-08-14T17:06:39.447Z Downloaded derive-ex v0.1.8
2502026-08-14T17:06:39.450Z Downloaded data-encoding v2.10.0
2512026-08-14T17:06:39.450Z Downloaded path-slash v0.1.5
2522026-08-14T17:06:39.453Z Downloaded predicates-tree v1.0.13
2532026-08-14T17:06:39.455Z Downloaded proc-macro-error-attr v1.0.4
2542026-08-14T17:06:39.456Z Downloaded darling v0.23.0
2552026-08-14T17:06:39.458Z Downloaded colored v3.1.1
2562026-08-14T17:06:39.461Z Downloaded cmake v0.1.57
2572026-08-14T17:06:39.461Z Downloaded const-oid v0.9.6
2582026-08-14T17:06:39.463Z Downloaded group v0.14.0
2592026-08-14T17:06:39.464Z Downloaded ciborium v0.2.2
2602026-08-14T17:06:39.464Z Downloaded proc-macro-crate v1.3.1
2612026-08-14T17:06:39.467Z Downloaded glob v0.3.3
2622026-08-14T17:06:39.469Z Downloaded criterion-plot v0.6.0
2632026-08-14T17:06:39.469Z Downloaded impl-trait-for-tuples v0.2.3
2642026-08-14T17:06:39.469Z Downloaded radium v0.7.0
2652026-08-14T17:06:39.472Z Downloaded recursive-proc-macro-impl v0.1.1
2662026-08-14T17:06:39.479Z Downloaded anstyle-parse v0.2.7
2672026-08-14T17:06:39.482Z Downloaded bcs v0.1.6
2682026-08-14T17:06:39.482Z Downloaded internet-checksum v0.2.1
2692026-08-14T17:06:39.482Z Downloaded ingot v0.2.1
2702026-08-14T17:06:39.485Z Downloaded camino-tempfile v1.4.1
2712026-08-14T17:06:39.487Z Downloaded camino-tempfile-ext v0.3.3
2722026-08-14T17:06:39.490Z Downloaded packed_struct v0.10.1
2732026-08-14T17:06:39.490Z Downloaded http-body-util v0.1.3
2742026-08-14T17:06:39.490Z Downloaded ipnet v2.11.0
2752026-08-14T17:06:39.495Z Downloaded blowfish v0.10.0
2762026-08-14T17:06:39.495Z Downloaded rustc-hash v2.1.1
2772026-08-14T17:06:39.498Z Downloaded sapling-renderdag v0.1.0
2782026-08-14T17:06:39.498Z Downloaded secrecy v0.8.0
2792026-08-14T17:06:39.498Z Downloaded console v0.15.11
2802026-08-14T17:06:39.500Z Downloaded console v0.16.2
2812026-08-14T17:06:39.500Z Downloaded ref-cast-impl v1.0.25
2822026-08-14T17:06:39.504Z Downloaded indoc v2.0.7
2832026-08-14T17:06:39.504Z Downloaded ingot-types v0.2.0
2842026-08-14T17:06:40.509Z Downloaded darling v0.20.11
2852026-08-14T17:06:40.509Z Downloaded bit-vec v0.8.0
2862026-08-14T17:06:40.513Z Downloaded clang-sys v1.8.1
2872026-08-14T17:06:40.513Z Downloaded iana-time-zone v0.1.65
2882026-08-14T17:06:40.513Z Downloaded hmac v0.12.1
2892026-08-14T17:06:40.513Z Downloaded blake2 v0.10.6
2902026-08-14T17:06:40.513Z Downloaded postgres-protocol v0.6.10
2912026-08-14T17:06:40.513Z Downloaded sha1 v0.11.0
2922026-08-14T17:06:40.513Z Downloaded hickory-client v0.25.2
2932026-08-14T17:06:40.513Z Downloaded signal-hook-mio v0.2.5
2942026-08-14T17:06:40.513Z Downloaded darling v0.21.3
2952026-08-14T17:06:40.513Z Downloaded anyhow v1.0.102
2962026-08-14T17:06:40.513Z Downloaded ppv-lite86 v0.2.21
2972026-08-14T17:06:40.513Z Downloaded progenitor v0.14.0
2982026-08-14T17:06:40.513Z Downloaded rand_core v0.9.5
2992026-08-14T17:06:40.513Z Downloaded rand_seeder v0.4.0
3002026-08-14T17:06:40.513Z Downloaded smawk v0.3.2
3012026-08-14T17:06:40.513Z Downloaded secrecy v0.10.3
3022026-08-14T17:06:40.513Z Downloaded serde_urlencoded v0.7.1
3032026-08-14T17:06:40.513Z Downloaded structmeta v0.3.0
3042026-08-14T17:06:40.513Z Downloaded oxide-update-engine-display v0.1.2
3052026-08-14T17:06:40.513Z Downloaded oxide-update-engine v0.1.2
3062026-08-14T17:06:40.514Z Downloaded subtle v2.6.1
3072026-08-14T17:06:40.514Z Downloaded peg v0.8.5
3082026-08-14T17:06:40.514Z Downloaded peg-macros v0.8.5
3092026-08-14T17:06:40.514Z Downloaded pkcs8 v0.10.2
3102026-08-14T17:06:40.514Z Downloaded derive_builder v0.20.2
3112026-08-14T17:06:40.514Z Downloaded polyval v0.7.1
3122026-08-14T17:06:40.514Z Downloaded serde_repr v0.1.20
3132026-08-14T17:06:40.514Z Downloaded datatest-stable v0.3.3
3142026-08-14T17:06:40.514Z Downloaded hybrid-array v0.4.13
3152026-08-14T17:06:40.514Z Downloaded ingot-macros v0.2.0
3162026-08-14T17:06:40.514Z Downloaded pest_derive v2.8.6
3172026-08-14T17:06:40.514Z Downloaded rustc-demangle v0.1.27
3182026-08-14T17:06:40.514Z Downloaded scroll v0.13.0
3192026-08-14T17:06:40.514Z Downloaded terminal_size v0.4.3
3202026-08-14T17:06:40.514Z Downloaded ipnetwork v0.21.1
3212026-08-14T17:06:40.514Z Downloaded camino v1.2.2
3222026-08-14T17:06:40.514Z Downloaded pkcs1 v0.8.0-rc.4
3232026-08-14T17:06:40.514Z Downloaded httparse v1.10.1
3242026-08-14T17:06:40.514Z Downloaded hyper-staticfile v0.10.1
3252026-08-14T17:06:40.514Z Downloaded const-oid v0.10.2
3262026-08-14T17:06:40.514Z Downloaded crossbeam-utils v0.8.21
3272026-08-14T17:06:40.514Z Downloaded derive-where v1.6.0
3282026-08-14T17:06:40.514Z Downloaded tokio-macros v2.7.0
3292026-08-14T17:06:40.514Z Downloaded toml_datetime v0.6.11
3302026-08-14T17:06:40.514Z Downloaded half v2.7.1
3312026-08-14T17:06:40.514Z Downloaded darling_core v0.21.3
3322026-08-14T17:06:40.514Z Downloaded half v1.8.3
3332026-08-14T17:06:40.514Z Downloaded highway v1.3.0
3342026-08-14T17:06:40.514Z Downloaded utf8parse v0.2.2
3352026-08-14T17:06:40.514Z Downloaded utf8_iter v1.0.4
3362026-08-14T17:06:40.514Z Downloaded slog-stdlog v4.1.1
3372026-08-14T17:06:40.514Z Downloaded snafu-derive v0.8.9
3382026-08-14T17:06:40.514Z Downloaded sqlformat v0.3.5
3392026-08-14T17:06:40.514Z Downloaded ssh-encoding v0.3.0
3402026-08-14T17:06:40.514Z Downloaded stacker v0.1.23
3412026-08-14T17:06:40.514Z Downloaded strum_macros v0.24.3
3422026-08-14T17:06:40.514Z Downloaded support-bundle-viewer v0.1.2
3432026-08-14T17:06:40.514Z Downloaded tabwriter v1.4.1
3442026-08-14T17:06:40.514Z Downloaded target-lexicon v0.13.3
3452026-08-14T17:06:40.515Z Downloaded xattr v1.6.1
3462026-08-14T17:06:40.515Z Downloaded zone v0.3.1
3472026-08-14T17:06:40.515Z Downloaded dirs-sys-next v0.1.2
3482026-08-14T17:06:40.515Z Downloaded display-error-chain v0.2.2
3492026-08-14T17:06:40.515Z Downloaded rustls-pemfile v2.2.0
3502026-08-14T17:06:40.515Z Downloaded rustversion v1.0.22
3512026-08-14T17:06:40.515Z Downloaded cfg-expr v0.20.6
3522026-08-14T17:06:40.515Z Downloaded universal-hash v0.5.1
3532026-08-14T17:06:40.515Z Downloaded async-bb8-diesel v0.2.1
3542026-08-14T17:06:40.515Z Downloaded cancel-safe-futures v0.1.5
3552026-08-14T17:06:40.515Z Downloaded hyper-rustls v0.27.7
3562026-08-14T17:06:40.515Z Downloaded termios v0.3.3
3572026-08-14T17:06:40.515Z Downloaded thiserror-no-std v2.0.2
3582026-08-14T17:06:40.515Z Downloaded diesel_table_macro_syntax v0.3.0
3592026-08-14T17:06:40.515Z Downloaded dtrace-parser v0.2.0
3602026-08-14T17:06:40.515Z Downloaded dtrace-parser v0.3.0
3612026-08-14T17:06:40.515Z Downloaded env_filter v1.0.0
3622026-08-14T17:06:40.515Z Downloaded crc-any v2.5.0
3632026-08-14T17:06:40.515Z Downloaded darling_core v0.20.11
3642026-08-14T17:06:40.515Z Downloaded unit-prefix v0.5.2
3652026-08-14T17:06:40.515Z Downloaded usdt v0.6.0
3662026-08-14T17:06:40.515Z Downloaded darling_core v0.23.0
3672026-08-14T17:06:40.515Z Downloaded tokio-native-tls v0.3.1
3682026-08-14T17:06:40.515Z Downloaded zeroize_derive v1.5.0
3692026-08-14T17:06:40.515Z Downloaded clap v4.6.1
3702026-08-14T17:06:40.515Z Downloaded foreign-types v0.3.2
3712026-08-14T17:06:40.515Z Downloaded futures-core v0.3.32
3722026-08-14T17:06:40.515Z Downloaded prefix-trie v0.7.0
3732026-08-14T17:06:40.515Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-08-14T17:06:40.515Z Downloaded httptest v0.16.4
3752026-08-14T17:06:40.515Z Downloaded unicase v2.9.0
3762026-08-14T17:06:40.515Z Downloaded is_ci v1.2.0
3772026-08-14T17:06:40.515Z Downloaded is_terminal_polyfill v1.70.2
3782026-08-14T17:06:40.515Z Downloaded ignore v0.4.25
3792026-08-14T17:06:40.515Z Downloaded static_assertions v1.1.0
3802026-08-14T17:06:40.515Z Downloaded vergen-lib v9.1.0
3812026-08-14T17:06:40.515Z Downloaded icu_properties v2.1.2
3822026-08-14T17:06:40.515Z Downloaded kstat-rs v0.2.5
3832026-08-14T17:06:40.515Z Downloaded linked-hash-map v0.5.6
3842026-08-14T17:06:40.515Z Downloaded macaddr v1.0.1
3852026-08-14T17:06:40.516Z Downloaded const_format v0.2.35
3862026-08-14T17:06:40.519Z Downloaded bytes v1.11.1
3872026-08-14T17:06:40.519Z Downloaded pkcs5 v0.8.1
3882026-08-14T17:06:40.519Z Downloaded errno v0.3.14
3892026-08-14T17:06:40.519Z Downloaded foreign-types-shared v0.3.1
3902026-08-14T17:06:40.519Z Downloaded form_urlencoded v1.2.2
3912026-08-14T17:06:40.519Z Downloaded nibble_vec v0.1.0
3922026-08-14T17:06:40.519Z Downloaded normalize-line-endings v0.3.0
3932026-08-14T17:06:40.519Z Downloaded tiny-keccak v2.0.2
3942026-08-14T17:06:40.519Z Downloaded clap_builder v4.6.0
3952026-08-14T17:06:40.519Z Downloaded icu_provider v2.1.1
3962026-08-14T17:06:40.519Z Downloaded indexmap v1.9.3
3972026-08-14T17:06:40.519Z Downloaded heapless v0.8.0
3982026-08-14T17:06:40.519Z Downloaded headers v0.4.1
3992026-08-14T17:06:40.519Z Downloaded der v0.7.10
4002026-08-14T17:06:40.519Z Downloaded icu_normalizer_data v2.1.1
4012026-08-14T17:06:40.519Z Downloaded num v0.4.3
4022026-08-14T17:06:40.520Z Downloaded icu_normalizer v2.1.1
4032026-08-14T17:06:40.520Z Downloaded tls_codec v0.4.2
4042026-08-14T17:06:40.520Z Downloaded nodrop v0.1.14
4052026-08-14T17:06:40.520Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4062026-08-14T17:06:40.520Z Downloaded futures-sink v0.3.32
4072026-08-14T17:06:40.520Z Downloaded base64 v0.21.7
4082026-08-14T17:06:40.520Z Downloaded signal-hook v0.3.18
4092026-08-14T17:06:40.520Z Downloaded futures-task v0.3.32
4102026-08-14T17:06:40.520Z Downloaded hashbrown v0.14.5
4112026-08-14T17:06:40.520Z Downloaded tracing-attributes v0.1.31
4122026-08-14T17:06:40.520Z Downloaded unicode-properties v0.1.4
4132026-08-14T17:06:40.520Z Downloaded usdt-impl v0.6.0
4142026-08-14T17:06:40.520Z Downloaded salsa20 v0.11.0
4152026-08-14T17:06:40.520Z Downloaded keccak v0.1.6
4162026-08-14T17:06:40.520Z Downloaded cargo-platform v0.3.2
4172026-08-14T17:06:40.520Z Downloaded libscf-sys v1.2.0
4182026-08-14T17:06:40.520Z Downloaded vergen-lib v0.1.6
4192026-08-14T17:06:40.520Z Downloaded papergrid v0.18.0
4202026-08-14T17:06:40.520Z Downloaded phf v0.13.1
4212026-08-14T17:06:40.520Z Downloaded knuffel-derive v3.2.0
4222026-08-14T17:06:40.520Z Downloaded lzss v0.8.2
4232026-08-14T17:06:40.520Z Downloaded zstd-safe v7.2.4
4242026-08-14T17:06:40.520Z Downloaded linear-map v1.2.0
4252026-08-14T17:06:40.520Z Downloaded pin-project v1.1.11
4262026-08-14T17:06:40.520Z Downloaded block-buffer v0.10.4
4272026-08-14T17:06:40.520Z Downloaded block-buffer v0.12.1
4282026-08-14T17:06:40.520Z Downloaded walkdir v2.5.0
4292026-08-14T17:06:40.520Z Downloaded cfg-if v1.0.4
4302026-08-14T17:06:40.520Z Downloaded backtrace v0.3.76
4312026-08-14T17:06:40.520Z Downloaded ar_archive_writer v0.5.1
4322026-08-14T17:06:40.520Z Downloaded async-recursion v1.1.1
4332026-08-14T17:06:40.520Z Downloaded textwrap v0.16.2
4342026-08-14T17:06:40.520Z Downloaded digest v0.11.3
4352026-08-14T17:06:40.520Z Downloaded indicatif v0.18.4
4362026-08-14T17:06:40.520Z Downloaded password-hash v0.6.1
4372026-08-14T17:06:40.520Z Downloaded plotters-svg v0.3.7
4382026-08-14T17:06:40.520Z Downloaded nanorand v0.7.0
4392026-08-14T17:06:40.520Z Downloaded async-compression v0.4.41
4402026-08-14T17:06:40.520Z Downloaded crypto-bigint v0.5.5
4412026-08-14T17:06:40.520Z Downloaded icu_locale_core v2.1.1
4422026-08-14T17:06:40.521Z Downloaded progenitor-impl v0.13.0
4432026-08-14T17:06:40.521Z Downloaded newline-converter v0.3.0
4442026-08-14T17:06:40.521Z Downloaded nu-ansi-term v0.50.3
4452026-08-14T17:06:40.521Z Downloaded anstream v1.0.0
4462026-08-14T17:06:40.521Z Downloaded atomicwrites v0.4.4
4472026-08-14T17:06:40.521Z Downloaded filetime v0.2.27
4482026-08-14T17:06:40.521Z Downloaded find-msvc-tools v0.1.9
4492026-08-14T17:06:40.521Z Downloaded tracing-core v0.1.36
4502026-08-14T17:06:40.521Z Downloaded getrandom v0.2.17
4512026-08-14T17:06:40.521Z Downloaded base16ct v1.0.0
4522026-08-14T17:06:40.521Z Downloaded backoff v0.4.0
4532026-08-14T17:06:40.521Z Downloaded rfc6979 v0.6.0
4542026-08-14T17:06:40.521Z Downloaded term v0.7.0
4552026-08-14T17:06:40.521Z Downloaded hickory-resolver v0.25.2
4562026-08-14T17:06:40.521Z Downloaded bit-vec v0.6.3
4572026-08-14T17:06:40.521Z Downloaded cargo_metadata v0.23.1
4582026-08-14T17:06:40.521Z Downloaded potential_utf v0.1.4
4592026-08-14T17:06:40.521Z Downloaded slog-bunyan v2.5.0
4602026-08-14T17:06:40.521Z Downloaded byteorder v1.5.0
4612026-08-14T17:06:40.521Z Downloaded bumpalo v3.20.2
4622026-08-14T17:06:40.521Z Downloaded serde_cbor v0.11.2
4632026-08-14T17:06:40.521Z Downloaded scuffle v0.1.0
4642026-08-14T17:06:40.521Z Downloaded ref-cast v1.0.25
4652026-08-14T17:06:40.521Z Downloaded paste v1.0.15
4662026-08-14T17:06:40.521Z Downloaded pkg-config v0.3.32
4672026-08-14T17:06:40.521Z Downloaded papergrid v0.11.0
4682026-08-14T17:06:40.521Z Downloaded similar v2.7.0
4692026-08-14T17:06:40.521Z Downloaded slog v2.8.2
4702026-08-14T17:06:40.521Z Downloaded strsim v0.11.1
4712026-08-14T17:06:40.521Z Downloaded predicates v3.1.4
4722026-08-14T17:06:40.521Z Downloaded des v0.9.0
4732026-08-14T17:06:40.521Z Downloaded rand_pcg v0.10.2
4742026-08-14T17:06:40.521Z Downloaded num-complex v0.4.6
4752026-08-14T17:06:40.521Z Downloaded ahash v0.8.12
4762026-08-14T17:06:40.521Z Downloaded fatfs v0.3.6
4772026-08-14T17:06:40.521Z Downloaded primefield v0.14.0
4782026-08-14T17:06:40.521Z Downloaded progenitor v0.13.0
4792026-08-14T17:06:40.521Z Downloaded progenitor-client v0.13.0
4802026-08-14T17:06:40.521Z Downloaded rustc_version v0.1.7
4812026-08-14T17:06:40.521Z Downloaded rustc_version v0.4.1
4822026-08-14T17:06:40.522Z Downloaded tagptr v0.2.0
4832026-08-14T17:06:40.522Z Downloaded sync-ptr v0.1.4
4842026-08-14T17:06:40.522Z Downloaded seq-macro v0.3.6
4852026-08-14T17:06:40.522Z Downloaded serde_spanned v1.1.1
4862026-08-14T17:06:40.525Z Downloaded signature v2.2.0
4872026-08-14T17:06:40.525Z Downloaded tokio-test v0.4.5
4882026-08-14T17:06:40.525Z Downloaded der v0.8.0
4892026-08-14T17:06:40.525Z Downloaded argon2 v0.6.0-rc.8
4902026-08-14T17:06:40.525Z Downloaded psm v0.1.30
4912026-08-14T17:06:40.525Z Downloaded similar-asserts v1.7.0
4922026-08-14T17:06:40.525Z Downloaded sponge-cursor v0.1.0
4932026-08-14T17:06:40.525Z Downloaded rand_chacha v0.9.0
4942026-08-14T17:06:40.525Z Downloaded criterion v0.7.0
4952026-08-14T17:06:40.525Z Downloaded yasna v0.5.2
4962026-08-14T17:06:40.525Z Downloaded snafu v0.8.9
4972026-08-14T17:06:40.525Z Downloaded zip v0.6.6
4982026-08-14T17:06:40.525Z Downloaded heapless v0.7.17
4992026-08-14T17:06:40.525Z Downloaded unarray v0.1.4
5002026-08-14T17:06:40.525Z Downloaded usdt-macro v0.5.0
5012026-08-14T17:06:40.526Z Downloaded sec1 v0.7.3
5022026-08-14T17:06:40.526Z Downloaded serde_path_to_error v0.1.20
5032026-08-14T17:06:40.526Z Downloaded sha2 v0.10.9
5042026-08-14T17:06:40.526Z Downloaded parking_lot v0.12.5
5052026-08-14T17:06:40.526Z Downloaded path-tree v0.8.3
5062026-08-14T17:06:40.526Z Downloaded slog-dtrace v0.3.0
5072026-08-14T17:06:40.526Z Downloaded slog-envlogger v2.2.0
5082026-08-14T17:06:40.526Z Downloaded bitfield v0.19.4
5092026-08-14T17:06:40.526Z Downloaded supports-color v3.0.2
5102026-08-14T17:06:40.526Z Downloaded time-core v0.1.8
5112026-08-14T17:06:40.526Z Downloaded difflib v0.4.0
5122026-08-14T17:06:40.526Z Downloaded parse-display-derive v0.10.0
5132026-08-14T17:06:40.526Z Downloaded http v1.4.2
5142026-08-14T17:06:40.526Z Downloaded owo-colors v3.5.0
5152026-08-14T17:06:40.526Z Downloaded tower-service v0.3.3
5162026-08-14T17:06:40.526Z Downloaded argon2 v0.5.3
5172026-08-14T17:06:40.526Z Downloaded thiserror v2.0.18
5182026-08-14T17:06:40.526Z Downloaded pin-project-internal v1.1.11
5192026-08-14T17:06:40.526Z Downloaded tokio-dtrace v0.1.1
5202026-08-14T17:06:40.526Z Downloaded toml_write v0.1.2
5212026-08-14T17:06:40.526Z Downloaded proc-macro-error v1.0.4
5222026-08-14T17:06:40.526Z Downloaded funty v2.0.0
5232026-08-14T17:06:40.526Z Downloaded usdt v0.5.0
5242026-08-14T17:06:40.526Z Downloaded want v0.3.1
5252026-08-14T17:06:40.526Z Downloaded unicode-truncate v1.1.0
5262026-08-14T17:06:40.526Z Downloaded uzers v0.12.2
5272026-08-14T17:06:40.526Z Downloaded futures-io v0.3.32
5282026-08-14T17:06:40.526Z Downloaded lalrpop-util v0.19.12
5292026-08-14T17:06:40.526Z Downloaded scroll v0.12.0
5302026-08-14T17:06:40.526Z Downloaded serde-hex v0.1.0
5312026-08-14T17:06:40.527Z Downloaded managed v0.8.0
5322026-08-14T17:06:40.527Z Downloaded chacha20 v0.10.0
5332026-08-14T17:06:40.527Z Downloaded vergen-gitcl v1.0.8
5342026-08-14T17:06:40.527Z Downloaded downcast-rs v2.0.2
5352026-08-14T17:06:40.527Z Downloaded embedded-io v0.6.1
5362026-08-14T17:06:40.527Z Downloaded escape8259 v0.5.3
5372026-08-14T17:06:40.527Z Downloaded slog-json v2.6.1
5382026-08-14T17:06:40.527Z Downloaded stringmetrics v2.2.2
5392026-08-14T17:06:40.527Z Downloaded float-cmp v0.10.0
5402026-08-14T17:06:40.527Z Downloaded ed25519-dalek v2.2.0
5412026-08-14T17:06:40.527Z Downloaded hickory-server v0.25.2
5422026-08-14T17:06:40.527Z Downloaded indexmap v2.14.0
5432026-08-14T17:06:40.527Z Downloaded icu_collections v2.1.1
5442026-08-14T17:06:40.527Z Downloaded internal-russh-num-bigint v0.5.0
5452026-08-14T17:06:40.527Z Downloaded xshell v0.2.7
5462026-08-14T17:06:40.527Z Downloaded yoke v0.8.1
5472026-08-14T17:06:40.527Z Downloaded lazy_static v1.5.0
5482026-08-14T17:06:40.528Z Downloaded md-5 v0.10.6
5492026-08-14T17:06:40.528Z Downloaded memoffset v0.9.1
5502026-08-14T17:06:40.528Z Downloaded miette-derive v5.10.0
5512026-08-14T17:06:40.528Z Downloaded nonempty v0.12.0
5522026-08-14T17:06:40.528Z Downloaded crossterm v0.28.1
5532026-08-14T17:06:40.528Z Downloaded assert_matches v1.5.0
5542026-08-14T17:06:40.528Z Downloaded elliptic-curve v0.14.1
5552026-08-14T17:06:40.528Z Downloaded strum_macros v0.26.4
5562026-08-14T17:06:40.528Z Downloaded foreign-types-shared v0.1.1
5572026-08-14T17:06:40.528Z Downloaded fxhash v0.2.1
5582026-08-14T17:06:40.528Z Downloaded thiserror v1.0.69
5592026-08-14T17:06:40.528Z Downloaded hashbrown v0.12.3
5602026-08-14T17:06:40.528Z Downloaded displaydoc v0.2.5
5612026-08-14T17:06:40.528Z Downloaded aead v0.5.2
5622026-08-14T17:06:40.528Z Downloaded bitfield-macros v0.19.4
5632026-08-14T17:06:40.528Z Downloaded tempfile v3.25.0
5642026-08-14T17:06:40.529Z Downloaded arc-swap v1.8.2
5652026-08-14T17:06:40.529Z Downloaded linkme-impl v0.3.35
5662026-08-14T17:06:40.529Z Downloaded ecdsa v0.16.9
5672026-08-14T17:06:40.529Z Downloaded enum_dispatch v0.3.13
5682026-08-14T17:06:40.529Z Downloaded bit-set v0.8.0
5692026-08-14T17:06:40.529Z Downloaded bitfield-struct v0.6.2
5702026-08-14T17:06:40.529Z Downloaded cast v0.3.0
5712026-08-14T17:06:40.529Z Downloaded rand v0.10.1
5722026-08-14T17:06:40.529Z Downloaded trybuild v1.0.116
5732026-08-14T17:06:40.529Z Downloaded tungstenite v0.21.0
5742026-08-14T17:06:40.529Z Downloaded schemars v0.8.22
5752026-08-14T17:06:40.529Z Downloaded phf_shared v0.12.1
5762026-08-14T17:06:40.529Z Downloaded rustls-pki-types v1.14.0
5772026-08-14T17:06:40.529Z Downloaded rsa v0.10.0-rc.18
5782026-08-14T17:06:40.529Z Downloaded serde_tokenstream v0.2.3
5792026-08-14T17:06:40.529Z Downloaded p384 v0.14.0
5802026-08-14T17:06:40.530Z Downloaded castaway v0.2.4
5812026-08-14T17:06:40.530Z Downloaded parse-size v1.1.0
5822026-08-14T17:06:40.530Z Downloaded arrayvec v0.7.6
5832026-08-14T17:06:40.530Z Downloaded term v1.2.1
5842026-08-14T17:06:40.530Z Downloaded hashbrown v0.13.2
5852026-08-14T17:06:40.530Z Downloaded hickory-resolver v0.24.4
5862026-08-14T17:06:40.538Z Downloaded tinyvec v1.10.0
5872026-08-14T17:06:40.538Z Downloaded crossterm v0.29.0
5882026-08-14T17:06:40.538Z Downloaded hyper-util v0.1.20
5892026-08-14T17:06:40.538Z Downloaded rand_chacha v0.3.1
5902026-08-14T17:06:40.538Z Downloaded rand_xorshift v0.4.0
5912026-08-14T17:06:40.538Z Downloaded qorb v0.4.1
5922026-08-14T17:06:40.538Z Downloaded rtoolbox v0.0.3
5932026-08-14T17:06:40.538Z Downloaded progenitor-macro v0.13.0
5942026-08-14T17:06:40.538Z Downloaded byte-wrapper v0.1.0
5952026-08-14T17:06:40.539Z Downloaded strsim v0.10.0
5962026-08-14T17:06:40.539Z Downloaded supports-hyperlinks v2.1.0
5972026-08-14T17:06:40.539Z Downloaded toml v0.8.23
5982026-08-14T17:06:40.539Z Downloaded ron v0.8.1
5992026-08-14T17:06:40.539Z Downloaded strip-ansi-escapes v0.2.1
6002026-08-14T17:06:40.539Z Downloaded mime_guess v2.0.5
6012026-08-14T17:06:40.539Z Downloaded num_enum v0.5.11
6022026-08-14T17:06:40.539Z Downloaded num_enum v0.7.6
6032026-08-14T17:06:40.539Z Downloaded ucd-trie v0.1.7
6042026-08-14T17:06:40.539Z Downloaded cassowary v0.3.0
6052026-08-14T17:06:40.539Z Downloaded sha1 v0.10.6
6062026-08-14T17:06:40.539Z Downloaded tower-layer v0.3.3
6072026-08-14T17:06:40.539Z Downloaded schemars v0.9.0
6082026-08-14T17:06:40.539Z Downloaded proc-macro-error2 v2.0.1
6092026-08-14T17:06:40.539Z Downloaded anstyle-parse v1.0.0
6102026-08-14T17:06:40.539Z Downloaded whoami v1.6.1
6112026-08-14T17:06:40.539Z Downloaded sigpipe v0.1.3
6122026-08-14T17:06:40.539Z Downloaded unicode-xid v0.2.6
6132026-08-14T17:06:40.539Z Downloaded untrusted v0.9.0
6142026-08-14T17:06:40.539Z Downloaded miniz_oxide v0.8.9
6152026-08-14T17:06:40.539Z Downloaded pest_meta v2.8.6
6162026-08-14T17:06:40.539Z Downloaded void v1.0.2
6172026-08-14T17:06:40.539Z Downloaded quote v1.0.45
6182026-08-14T17:06:40.539Z Downloaded once_cell v1.21.3
6192026-08-14T17:06:40.539Z Downloaded oxide-tokio-rt v0.1.4
6202026-08-14T17:06:40.539Z Downloaded pbkdf2 v0.13.0
6212026-08-14T17:06:40.540Z Downloaded rustls-native-certs v0.8.3
6222026-08-14T17:06:40.540Z Downloaded quinn v0.11.11
6232026-08-14T17:06:40.540Z Downloaded serde_with_macros v1.5.2
6242026-08-14T17:06:40.540Z Downloaded testing_table v0.3.0
6252026-08-14T17:06:40.540Z Downloaded thiserror-impl-no-std v2.0.2
6262026-08-14T17:06:40.540Z Downloaded dropshot_endpoint v0.17.1
6272026-08-14T17:06:40.540Z Downloaded unicode-linebreak v0.1.5
6282026-08-14T17:06:40.540Z Downloaded pem-rfc7468 v1.0.0
6292026-08-14T17:06:40.540Z Downloaded primeorder v0.13.6
6302026-08-14T17:06:40.540Z Downloaded smf v0.2.3
6312026-08-14T17:06:40.540Z Downloaded ff v0.14.0
6322026-08-14T17:06:40.540Z Downloaded dof v0.3.0
6332026-08-14T17:06:40.540Z Downloaded flume v0.11.1
6342026-08-14T17:06:40.540Z Downloaded spki v0.8.0
6352026-08-14T17:06:40.541Z Downloaded ssh-cipher v0.3.0
6362026-08-14T17:06:40.541Z Downloaded poly1305 v0.8.0
6372026-08-14T17:06:40.541Z Downloaded libbz2-rs-sys v0.2.2
6382026-08-14T17:06:40.541Z Downloaded pkcs8 v0.11.0
6392026-08-14T17:06:40.541Z Downloaded synstructure v0.13.2
6402026-08-14T17:06:40.541Z Downloaded tls_codec_derive v0.4.2
6412026-08-14T17:06:40.541Z Downloaded oso v0.27.3
6422026-08-14T17:06:40.541Z Downloaded flagset v0.4.7
6432026-08-14T17:06:40.541Z Downloaded float-ord v0.3.2
6442026-08-14T17:06:40.541Z Downloaded futures-macro v0.3.32
6452026-08-14T17:06:40.541Z Downloaded hashbrown v0.16.1
6462026-08-14T17:06:40.541Z Downloaded litemap v0.8.1
6472026-08-14T17:06:40.541Z Downloaded mime v0.3.17
6482026-08-14T17:06:40.541Z Downloaded relative-path v1.9.3
6492026-08-14T17:06:40.541Z Downloaded miette v5.10.0
6502026-08-14T17:06:40.541Z Downloaded postgres-types v0.2.12
6512026-08-14T17:06:40.541Z Downloaded rusty-fork v0.3.1
6522026-08-14T17:06:40.542Z Downloaded semver v0.1.20
6532026-08-14T17:06:40.542Z Downloaded dropshot-api-manager-types v0.7.2
6542026-08-14T17:06:40.542Z Downloaded zerotrie v0.2.3
6552026-08-14T17:06:40.542Z Downloaded postcard v1.1.3
6562026-08-14T17:06:40.542Z Downloaded usdt-impl v0.5.0
6572026-08-14T17:06:40.542Z Downloaded event-listener-strategy v0.5.4
6582026-08-14T17:06:40.542Z Downloaded md5 v0.8.0
6592026-08-14T17:06:40.542Z Downloaded maybe-uninit v2.0.0
6602026-08-14T17:06:40.542Z Downloaded ghash v0.6.0
6612026-08-14T17:06:40.542Z Downloaded guppy v0.17.25
6622026-08-14T17:06:40.542Z Downloaded hashbrown v0.15.5
6632026-08-14T17:06:40.542Z Downloaded async-lock v3.4.2
6642026-08-14T17:06:40.542Z Downloaded whoami v2.1.0
6652026-08-14T17:06:40.542Z Downloaded unsafe-libyaml v0.2.11
6662026-08-14T17:06:40.542Z Downloaded slab v0.4.12
6672026-08-14T17:06:40.542Z Downloaded num-bigint v0.4.6
6682026-08-14T17:06:40.542Z Downloaded kem v0.3.0
6692026-08-14T17:06:40.542Z Downloaded num-derive v0.4.2
6702026-08-14T17:06:40.542Z Downloaded lru-cache v0.1.2
6712026-08-14T17:06:40.543Z Downloaded newtype-uuid-macros v0.1.0
6722026-08-14T17:06:40.543Z Downloaded ascii-canvas v3.0.0
6732026-08-14T17:06:40.543Z Downloaded zerocopy-derive v0.8.40
6742026-08-14T17:06:40.543Z Downloaded memchr v2.8.0
6752026-08-14T17:06:40.543Z Downloaded rayon-core v1.13.0
6762026-08-14T17:06:40.543Z Downloaded smallvec v1.15.1
6772026-08-14T17:06:40.543Z Downloaded unicode-normalization v0.1.25
6782026-08-14T17:06:40.543Z Downloaded toml_edit v0.22.27
6792026-08-14T17:06:40.543Z Downloaded owo-colors v4.3.0
6802026-08-14T17:06:40.543Z Downloaded pest_generator v2.8.6
6812026-08-14T17:06:40.543Z Downloaded multimap v0.10.1
6822026-08-14T17:06:40.543Z Downloaded parking_lot v0.11.2
6832026-08-14T17:06:40.543Z Downloaded futures-executor v0.3.32
6842026-08-14T17:06:40.543Z Downloaded iri-string v0.7.10
6852026-08-14T17:06:40.543Z Downloaded openssl-probe v0.1.6
6862026-08-14T17:06:40.547Z Downloaded libefi-sys v0.1.0
6872026-08-14T17:06:40.547Z Downloaded libtest-mimic v0.8.1
6882026-08-14T17:06:40.547Z Downloaded getrandom v0.3.4
6892026-08-14T17:06:40.547Z Downloaded aes-gcm v0.11.0
6902026-08-14T17:06:40.547Z Downloaded toml_parser v1.1.2+spec-1.1.0
6912026-08-14T17:06:40.547Z Downloaded async-stream v0.3.6
6922026-08-14T17:06:40.547Z Downloaded atty v0.2.14
6932026-08-14T17:06:40.548Z Downloaded dropshot-api-manager v0.7.2
6942026-08-14T17:06:40.548Z Downloaded parse-display v0.10.0
6952026-08-14T17:06:40.548Z Downloaded libsw-core v0.3.2
6962026-08-14T17:06:40.548Z Downloaded russh-cryptovec v0.62.0
6972026-08-14T17:06:40.548Z Downloaded semver v1.0.28
6982026-08-14T17:06:40.548Z Downloaded crypto-primes v0.7.2
6992026-08-14T17:06:40.548Z Downloaded num-bigint-dig v0.8.6
7002026-08-14T17:06:40.548Z Downloaded digest v0.10.7
7012026-08-14T17:06:40.548Z Downloaded embedded-io v0.4.0
7022026-08-14T17:06:40.548Z Downloaded phf_shared v0.13.1
7032026-08-14T17:06:40.548Z Downloaded zerocopy-derive v0.7.35
7042026-08-14T17:06:40.548Z Downloaded shell-words v1.1.1
7052026-08-14T17:06:40.548Z Downloaded signature v3.0.0
7062026-08-14T17:06:40.548Z Downloaded vte v0.14.1
7072026-08-14T17:06:40.548Z Downloaded fancy-regex v0.14.0
7082026-08-14T17:06:40.548Z Downloaded sha2 v0.11.0
7092026-08-14T17:06:40.548Z Downloaded phf_shared v0.11.3
7102026-08-14T17:06:40.548Z Downloaded proc-macro-error-attr2 v2.0.0
7112026-08-14T17:06:40.548Z Downloaded tower-http v0.6.8
7122026-08-14T17:06:40.548Z Downloaded proc-macro-crate v3.4.0
7132026-08-14T17:06:40.548Z Downloaded scroll_derive v0.12.1
7142026-08-14T17:06:40.549Z Downloaded serde-big-array v0.5.1
7152026-08-14T17:06:40.549Z Downloaded serde_bytes v0.11.19
7162026-08-14T17:06:40.549Z Downloaded signal-hook-tokio v0.3.1
7172026-08-14T17:06:40.549Z Downloaded supports-unicode v2.1.0
7182026-08-14T17:06:40.549Z Downloaded termcolor v1.4.1
7192026-08-14T17:06:40.549Z Downloaded serde_with v1.14.0
7202026-08-14T17:06:40.549Z Downloaded tokio-stream v0.1.18
7212026-08-14T17:06:40.549Z Downloaded idna v1.1.0
7222026-08-14T17:06:40.549Z Downloaded cexpr v0.6.0
7232026-08-14T17:06:40.549Z Downloaded zerocopy v0.7.35
7242026-08-14T17:06:40.549Z Downloaded typed-path v0.9.3
7252026-08-14T17:06:40.549Z Downloaded thiserror-impl v2.0.18
7262026-08-14T17:06:40.549Z Downloaded strum v0.26.3
7272026-08-14T17:06:40.549Z Downloaded target-triple v1.0.0
7282026-08-14T17:06:40.549Z Downloaded thread-id v5.1.0
7292026-08-14T17:06:40.549Z Downloaded hyper v1.10.1
7302026-08-14T17:06:40.549Z Downloaded oxnet v0.1.6
7312026-08-14T17:06:40.549Z Downloaded waitgroup v0.1.2
7322026-08-14T17:06:40.549Z Downloaded anstyle v1.0.14
7332026-08-14T17:06:40.549Z Downloaded foreign-types v0.5.0
7342026-08-14T17:06:40.549Z Downloaded phf v0.12.1
7352026-08-14T17:06:40.549Z Downloaded progenitor-impl v0.14.0
7362026-08-14T17:06:40.549Z Downloaded universal-hash v0.6.1
7372026-08-14T17:06:40.549Z Downloaded phc v0.6.1
7382026-08-14T17:06:40.549Z Downloaded document-features v0.2.12
7392026-08-14T17:06:40.550Z Downloaded enum-as-inner v0.6.1
7402026-08-14T17:06:40.550Z Downloaded rstest_macros v0.25.0
7412026-08-14T17:06:40.550Z Downloaded hashbrown v0.17.0
7422026-08-14T17:06:40.550Z Downloaded bytecount v0.6.9
7432026-08-14T17:06:40.550Z Downloaded rustls-platform-verifier v0.6.2
7442026-08-14T17:06:40.550Z Downloaded supports-color v2.1.0
7452026-08-14T17:06:40.550Z Downloaded ecdsa v0.17.0
7462026-08-14T17:06:40.550Z Downloaded event-listener v5.4.1
7472026-08-14T17:06:40.550Z Downloaded tinytemplate v1.2.1
7482026-08-14T17:06:40.550Z Downloaded hkdf v0.12.4
7492026-08-14T17:06:40.550Z Downloaded num_enum_derive v0.5.11
7502026-08-14T17:06:40.550Z Downloaded h2 v0.4.15
7512026-08-14T17:06:40.550Z Downloaded elliptic-curve v0.13.8
7522026-08-14T17:06:40.550Z Downloaded fs-err v3.3.0
7532026-08-14T17:06:40.551Z Downloaded toml v1.1.2+spec-1.1.0
7542026-08-14T17:06:40.551Z Downloaded resolv-conf v0.7.6
7552026-08-14T17:06:40.551Z Downloaded maplit v1.0.2
7562026-08-14T17:06:40.551Z Downloaded num-conv v0.2.0
7572026-08-14T17:06:40.551Z Downloaded blake2 v0.11.0-rc.6
7582026-08-14T17:06:40.551Z Downloaded anstyle-query v1.1.5
7592026-08-14T17:06:40.551Z Downloaded tui-tree-widget v0.23.1
7602026-08-14T17:06:40.551Z Downloaded ed25519 v3.0.0
7612026-08-14T17:06:40.551Z Downloaded minimal-lexical v0.2.1
7622026-08-14T17:06:40.551Z Downloaded plain v0.2.3
7632026-08-14T17:06:40.551Z Downloaded parking_lot_core v0.9.12
7642026-08-14T17:06:40.552Z Downloaded flate2 v1.1.9
7652026-08-14T17:06:40.552Z Downloaded newtype-uuid v1.3.2
7662026-08-14T17:06:40.552Z Downloaded typify v0.6.2
7672026-08-14T17:06:40.552Z Downloaded base16ct v0.2.0
7682026-08-14T17:06:40.552Z Downloaded parking v2.2.1
7692026-08-14T17:06:40.552Z Downloaded foldhash v0.2.0
7702026-08-14T17:06:40.552Z Downloaded psl-types v2.0.11
7712026-08-14T17:06:40.552Z Downloaded scheduled-thread-pool v0.2.7
7722026-08-14T17:06:40.552Z Downloaded serde_regex v1.1.0
7732026-08-14T17:06:40.552Z Downloaded serde_spanned v0.6.9
7742026-08-14T17:06:40.552Z Downloaded percent-encoding v2.3.2
7752026-08-14T17:06:40.552Z Downloaded strum v0.27.2
7762026-08-14T17:06:40.552Z Downloaded swrite v0.1.0
7772026-08-14T17:06:40.552Z Downloaded num-traits v0.2.19
7782026-08-14T17:06:40.553Z Downloaded expectorate v1.2.0
7792026-08-14T17:06:40.553Z Downloaded icu_properties_data v2.1.2
7802026-08-14T17:06:40.553Z Downloaded libsw v3.5.0
7812026-08-14T17:06:40.553Z Downloaded typify-macro v0.6.2
7822026-08-14T17:06:40.553Z Downloaded untrusted v0.7.1
7832026-08-14T17:06:40.553Z Downloaded ed25519-dalek v3.0.0
7842026-08-14T17:06:40.553Z Downloaded lock_api v0.4.14
7852026-08-14T17:06:40.553Z Downloaded reqwest v0.13.2
7862026-08-14T17:06:40.557Z Downloaded base64ct v1.8.3
7872026-08-14T17:06:40.557Z Downloaded aws-lc-rs v1.16.3
7882026-08-14T17:06:40.557Z Downloaded base64 v0.22.1
7892026-08-14T17:06:40.557Z Downloaded wyz v0.5.1
7902026-08-14T17:06:40.557Z Downloaded dof v0.4.0
7912026-08-14T17:06:40.557Z Downloaded zstd v0.13.3
7922026-08-14T17:06:40.557Z Downloaded native-tls v0.2.18
7932026-08-14T17:06:40.558Z Downloaded num_enum_derive v0.7.6
7942026-08-14T17:06:40.558Z Downloaded async-trait v0.1.89
7952026-08-14T17:06:40.558Z Downloaded siphasher v1.0.2
7962026-08-14T17:06:40.558Z Downloaded tokio-rustls v0.26.4
7972026-08-14T17:06:40.558Z Downloaded trait-variant v0.1.2
7982026-08-14T17:06:40.558Z Downloaded bitflags v2.11.0
7992026-08-14T17:06:40.558Z Downloaded zeroize v1.9.0
8002026-08-14T17:06:40.558Z Downloaded tokio-util v0.7.18
8012026-08-14T17:06:40.558Z Downloaded zopfli v0.8.3
8022026-08-14T17:06:40.558Z Downloaded fallible-iterator v0.2.0
8032026-08-14T17:06:40.558Z Downloaded fixedbitset v0.4.2
8042026-08-14T17:06:40.558Z Downloaded goblin v0.8.2
8052026-08-14T17:06:40.558Z Downloaded serde_json v1.0.151
8062026-08-14T17:06:40.558Z Downloaded oorandom v11.1.5
8072026-08-14T17:06:40.558Z Downloaded anstream v0.6.21
8082026-08-14T17:06:40.558Z Downloaded bitvec v1.0.1
8092026-08-14T17:06:40.558Z Downloaded usdt-macro v0.6.0
8102026-08-14T17:06:40.558Z Downloaded xshell-macros v0.2.7
8112026-08-14T17:06:40.558Z Downloaded zerofrom-derive v0.1.6
8122026-08-14T17:06:40.558Z Downloaded digest-io v0.1.0
8132026-08-14T17:06:40.558Z Downloaded dirs-next v2.0.0
8142026-08-14T17:06:40.558Z Downloaded equivalent v1.0.2
8152026-08-14T17:06:40.558Z Downloaded port-file v0.1.0
8162026-08-14T17:06:40.558Z Downloaded same-file v1.0.6
8172026-08-14T17:06:40.558Z Downloaded match_cfg v0.1.0
8182026-08-14T17:06:40.558Z Downloaded newtype_derive v0.1.6
8192026-08-14T17:06:40.559Z Downloaded serde_with_macros v3.21.0
8202026-08-14T17:06:40.559Z Downloaded rstest v0.25.0
8212026-08-14T17:06:40.559Z Downloaded ssh-key v0.7.0-rc.11
8222026-08-14T17:06:40.559Z Downloaded password-hash v0.5.0
8232026-08-14T17:06:40.559Z Downloaded primeorder v0.14.0
8242026-08-14T17:06:40.559Z Downloaded olpc-cjson v0.1.4
8252026-08-14T17:06:40.559Z Downloaded cfg_aliases v0.2.1
8262026-08-14T17:06:40.559Z Downloaded cbc v0.2.1
8272026-08-14T17:06:40.559Z Downloaded rand_core v0.6.4
8282026-08-14T17:06:40.559Z Downloaded gethostname v0.5.0
8292026-08-14T17:06:40.559Z Downloaded memmap2 v0.9.10
8302026-08-14T17:06:40.559Z Downloaded blake2b_simd v1.0.4
8312026-08-14T17:06:40.559Z Downloaded vergen-git2 v9.1.0
8322026-08-14T17:06:40.559Z Downloaded progenitor-macro v0.14.0
8332026-08-14T17:06:40.559Z Downloaded scopeguard v1.2.0
8342026-08-14T17:06:40.559Z Downloaded hkdf v0.13.0
8352026-08-14T17:06:40.559Z Downloaded simd-adler32 v0.3.8
8362026-08-14T17:06:40.559Z Downloaded yansi v1.0.1
8372026-08-14T17:06:40.559Z Downloaded zerocopy v0.6.6
8382026-08-14T17:06:40.559Z Downloaded toml v0.7.8
8392026-08-14T17:06:40.559Z Downloaded spki v0.7.3
8402026-08-14T17:06:40.559Z Downloaded time-macros v0.2.27
8412026-08-14T17:06:40.559Z Downloaded either v1.15.0
8422026-08-14T17:06:40.559Z Downloaded powerfmt v0.2.0
8432026-08-14T17:06:40.559Z Downloaded thread-id v4.2.2
8442026-08-14T17:06:40.559Z Downloaded mio v1.2.0
8452026-08-14T17:06:40.559Z Downloaded tokio-tungstenite v0.21.0
8462026-08-14T17:06:40.559Z Downloaded fd-lock v4.0.4
8472026-08-14T17:06:40.559Z Downloaded serde v1.0.228
8482026-08-14T17:06:40.564Z Downloaded fastrand v2.3.0
8492026-08-14T17:06:40.564Z Downloaded precomputed-hash v0.1.1
8502026-08-14T17:06:40.564Z Downloaded libloading v0.8.9
8512026-08-14T17:06:40.568Z Downloaded zip v4.6.1
8522026-08-14T17:06:40.570Z Downloaded sync_wrapper v1.0.2
8532026-08-14T17:06:40.573Z Downloaded terminal_size v0.1.17
8542026-08-14T17:06:40.573Z Downloaded utf-8 v0.7.6
8552026-08-14T17:06:40.573Z Downloaded chrono v0.4.45
8562026-08-14T17:06:40.577Z Downloaded jiff-static v0.2.34
8572026-08-14T17:06:40.582Z Downloaded ryu v1.0.23
8582026-08-14T17:06:40.584Z Downloaded bitflags v1.3.2
8592026-08-14T17:06:40.588Z Downloaded socket2 v0.6.3
8602026-08-14T17:06:40.588Z Downloaded new_debug_unreachable v1.0.6
8612026-08-14T17:06:40.588Z Downloaded target-spec v3.5.7
8622026-08-14T17:06:40.593Z Downloaded pem-rfc7468 v0.7.0
8632026-08-14T17:06:40.593Z Downloaded quinn-udp v0.5.14
8642026-08-14T17:06:40.596Z Downloaded r2d2 v0.8.10
8652026-08-14T17:06:40.596Z Downloaded ff v0.13.1
8662026-08-14T17:06:40.596Z Downloaded fixedbitset v0.5.7
8672026-08-14T17:06:40.596Z Downloaded pem v3.0.6
8682026-08-14T17:06:40.600Z Downloaded num_threads v0.1.7
8692026-08-14T17:06:40.602Z Downloaded num-iter v0.1.45
8702026-08-14T17:06:40.602Z Downloaded backtrace-ext v0.2.1
8712026-08-14T17:06:40.602Z Downloaded block-padding v0.4.2
8722026-08-14T17:06:40.602Z Downloaded tap v1.0.1
8732026-08-14T17:06:40.605Z Downloaded termtree v0.5.1
8742026-08-14T17:06:40.605Z Downloaded pathdiff v0.2.3
8752026-08-14T17:06:40.605Z Downloaded predicates-core v1.0.10
8762026-08-14T17:06:40.605Z Downloaded pretty-hex v0.4.1
8772026-08-14T17:06:40.608Z Downloaded progenitor-client v0.14.0
8782026-08-14T17:06:40.608Z Downloaded sec1 v0.8.1
8792026-08-14T17:06:40.610Z Downloaded slog-term v2.9.2
8802026-08-14T17:06:40.610Z Downloaded itertools v0.12.1
8812026-08-14T17:06:40.615Z Downloaded num-integer v0.1.46
8822026-08-14T17:06:40.617Z Downloaded rawzip v0.4.4
8832026-08-14T17:06:40.620Z Downloaded iddqd v0.4.2
8842026-08-14T17:06:40.624Z Downloaded futures-channel v0.3.32
8852026-08-14T17:06:40.626Z Downloaded smallvec v0.6.14
8862026-08-14T17:06:40.626Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8872026-08-14T17:06:40.630Z Downloaded assert_cmd v2.1.2
8882026-08-14T17:06:40.630Z Downloaded async-object-pool v0.2.0
8892026-08-14T17:06:40.630Z Downloaded writeable v0.6.2
8902026-08-14T17:06:40.633Z Downloaded futures-timer v3.0.3
8912026-08-14T17:06:40.633Z Downloaded itoa v1.0.17
8922026-08-14T17:06:40.633Z Downloaded parking_lot_core v0.8.6
8932026-08-14T17:06:40.636Z Downloaded fnv v1.0.7
8942026-08-14T17:06:40.636Z Downloaded rustls-webpki v0.103.13
8952026-08-14T17:06:40.639Z Downloaded nom v8.0.0
8962026-08-14T17:06:40.643Z Downloaded rand v0.8.6
8972026-08-14T17:06:40.645Z Downloaded rand_core v0.10.0
8982026-08-14T17:06:40.648Z Downloaded yoke-derive v0.8.1
8992026-08-14T17:06:40.649Z Downloaded topological-sort v0.2.2
9002026-08-14T17:06:40.651Z Downloaded proc-macro2 v1.0.106
9012026-08-14T17:06:40.651Z Downloaded shlex v1.3.0
9022026-08-14T17:06:40.654Z Downloaded getrandom v0.4.1
9032026-08-14T17:06:40.657Z Downloaded quick-error v1.2.3
9042026-08-14T17:06:40.657Z Downloaded vsss-rs v3.3.4
9052026-08-14T17:06:40.661Z Downloaded diesel-dtrace v0.5.0
9062026-08-14T17:06:40.661Z Downloaded schemars v1.2.1
9072026-08-14T17:06:40.668Z Downloaded derive_more-impl v2.1.1
9082026-08-14T17:06:40.671Z Downloaded ena v0.14.4
9092026-08-14T17:06:40.673Z Downloaded lru-slab v0.1.2
9102026-08-14T17:06:40.673Z Downloaded nested v0.1.1
9112026-08-14T17:06:40.673Z Downloaded arrayref v0.3.9
9122026-08-14T17:06:40.676Z Downloaded russh-util v0.52.0
9132026-08-14T17:06:40.676Z Downloaded rpassword v7.5.4
9142026-08-14T17:06:40.676Z Downloaded serde_derive_internals v0.29.1
9152026-08-14T17:06:40.678Z Downloaded winnow v0.5.40
9162026-08-14T17:06:40.682Z Downloaded winnow v0.6.26
9172026-08-14T17:06:40.687Z Downloaded serdect v0.4.3
9182026-08-14T17:06:40.690Z Downloaded slog-scope v4.4.1
9192026-08-14T17:06:40.690Z Downloaded socket2 v0.5.10
9202026-08-14T17:06:40.692Z Downloaded wait-timeout v0.2.1
9212026-08-14T17:06:40.692Z Downloaded litrs v1.0.0
9222026-08-14T17:06:40.692Z Downloaded itertools v0.13.0
9232026-08-14T17:06:40.696Z Downloaded num-rational v0.4.2
9242026-08-14T17:06:40.699Z Downloaded cc v1.2.56
9252026-08-14T17:06:40.701Z Downloaded recursive v0.1.1
9262026-08-14T17:06:40.701Z Downloaded stable_deref_trait v1.2.1
9272026-08-14T17:06:40.701Z Downloaded tinyvec_macros v0.1.1
9282026-08-14T17:06:40.701Z Downloaded chacha20poly1305 v0.10.1
9292026-08-14T17:06:40.704Z Downloaded tokio-tungstenite v0.23.1
9302026-08-14T17:06:40.704Z Downloaded foldhash v0.1.5
9312026-08-14T17:06:40.704Z Downloaded time v0.3.47
9322026-08-14T17:06:40.711Z Downloaded ed25519 v2.2.3
9332026-08-14T17:06:40.713Z Downloaded itertools v0.14.0
9342026-08-14T17:06:40.716Z Downloaded sha3 v0.12.0
9352026-08-14T17:06:40.719Z Downloaded buf-list v1.1.2
9362026-08-14T17:06:40.721Z Downloaded rand v0.9.2
9372026-08-14T17:06:40.723Z Downloaded progenitor-extras v0.2.0
9382026-08-14T17:06:40.723Z Downloaded git2 v0.20.4
9392026-08-14T17:06:40.728Z Downloaded serde_plain v1.0.2
9402026-08-14T17:06:40.731Z Downloaded version_check v0.9.5
9412026-08-14T17:06:40.731Z Downloaded dyn-clone v1.0.20
9422026-08-14T17:06:40.731Z Downloaded p256 v0.14.0
9432026-08-14T17:06:40.734Z Downloaded stringprep v0.1.5
9442026-08-14T17:06:40.734Z Downloaded dsl_auto_type v0.2.0
9452026-08-14T17:06:40.736Z Downloaded tar v0.4.46
9462026-08-14T17:06:40.737Z Downloaded ml-kem v0.3.2
9472026-08-14T17:06:40.739Z Downloaded partial-io v0.5.4
9482026-08-14T17:06:40.739Z Downloaded async-stream-impl v0.3.6
9492026-08-14T17:06:40.739Z Downloaded bit-set v0.5.3
9502026-08-14T17:06:40.742Z Downloaded openssl-macros v0.1.1
9512026-08-14T17:06:40.742Z Downloaded openssl-probe v0.2.1
9522026-08-14T17:06:40.742Z Downloaded bb8 v0.8.6
9532026-08-14T17:06:40.742Z Downloaded zerovec v0.11.5
9542026-08-14T17:06:40.745Z Downloaded wnaf v0.14.0
9552026-08-14T17:06:40.748Z Downloaded serde_core v1.0.228
9562026-08-14T17:06:40.748Z Downloaded quinn-proto v0.11.16
9572026-08-14T17:06:40.751Z Downloaded spin v0.9.8
9582026-08-14T17:06:40.754Z Downloaded pkcs1 v0.7.5
9592026-08-14T17:06:40.754Z Downloaded bs58 v0.5.1
9602026-08-14T17:06:40.756Z Downloaded rfc6979 v0.4.0
9612026-08-14T17:06:40.756Z Downloaded strum_macros v0.27.2
9622026-08-14T17:06:40.759Z Downloaded usdt-attr-macro v0.5.0
9632026-08-14T17:06:40.759Z Downloaded dunce v1.0.5
9642026-08-14T17:06:40.759Z Downloaded endian-type v0.1.2
9652026-08-14T17:06:40.759Z Downloaded jobserver v0.1.34
9662026-08-14T17:06:40.759Z Downloaded take_mut v0.2.2
9672026-08-14T17:06:40.759Z Downloaded vergen v9.1.0
9682026-08-14T17:06:40.762Z Downloaded jiff-core v0.1.0
9692026-08-14T17:06:40.764Z Downloaded crypto-bigint v0.7.5
9702026-08-14T17:06:40.771Z Downloaded env_logger v0.11.9
9712026-08-14T17:06:40.774Z Downloaded multer v3.1.0
9722026-08-14T17:06:40.779Z Downloaded samael v0.0.19
9732026-08-14T17:06:40.782Z Downloaded try-lock v0.2.5
9742026-08-14T17:06:40.782Z Downloaded memmap v0.7.0
9752026-08-14T17:06:40.782Z Downloaded sqlparser_derive v0.5.0
9762026-08-14T17:06:40.782Z Downloaded fs_extra v1.3.0
9772026-08-14T17:06:40.786Z Downloaded backon v1.6.0
9782026-08-14T17:06:40.791Z Downloaded unicode_categories v0.1.1
9792026-08-14T17:06:40.795Z Downloaded proptest v1.11.0
9802026-08-14T17:06:40.800Z Downloaded textwrap v0.15.2
9812026-08-14T17:06:40.805Z Downloaded scrypt v0.12.0
9822026-08-14T17:06:40.808Z Downloaded plotters-backend v0.3.7
9832026-08-14T17:06:40.808Z Downloaded openssl-sys v0.9.117
9842026-08-14T17:06:40.811Z Downloaded generic-array v0.14.7
9852026-08-14T17:06:40.813Z Downloaded structmeta-derive v0.3.0
9862026-08-14T17:06:40.816Z Downloaded usdt-attr-macro v0.6.0
9872026-08-14T17:06:40.816Z Downloaded cfg_aliases v0.1.1
9882026-08-14T17:06:40.816Z Downloaded array-init v0.0.4
9892026-08-14T17:06:40.816Z Downloaded peg-runtime v0.8.5
9902026-08-14T17:06:40.816Z Downloaded tabled_derive v0.7.0
9912026-08-14T17:06:40.823Z Downloaded erased-serde v0.3.31
9922026-08-14T17:06:40.825Z Downloaded aead v0.6.1
9932026-08-14T17:06:40.825Z Downloaded assert-json-diff v2.0.2
9942026-08-14T17:06:40.828Z Downloaded typenum v1.20.1
9952026-08-14T17:06:40.830Z Downloaded diesel_derives v2.3.7
9962026-08-14T17:06:40.833Z Downloaded foreign-types-macros v0.2.3
9972026-08-14T17:06:40.836Z Downloaded scroll_derive v0.13.1
9982026-08-14T17:06:40.836Z Downloaded thiserror-impl v1.0.69
9992026-08-14T17:06:40.836Z Downloaded autocfg v1.5.0
10002026-08-14T17:06:40.836Z Downloaded slog-async v2.8.0
10012026-08-14T17:06:40.838Z Downloaded rcgen v0.12.1
10022026-08-14T17:06:40.841Z Downloaded drift v0.2.0
10032026-08-14T17:06:40.847Z Downloaded bzip2 v0.4.4
10042026-08-14T17:06:40.849Z Downloaded thread_local v1.1.9
10052026-08-14T17:06:40.849Z Downloaded keccak v0.2.0
10062026-08-14T17:06:40.852Z Downloaded signal-hook-registry v1.4.8
10072026-08-14T17:06:40.852Z Downloaded curve25519-dalek v4.1.3
10082026-08-14T17:06:40.856Z Downloaded aes v0.9.1
10092026-08-14T17:06:40.859Z Downloaded zone_cfg_derive v0.3.1
10102026-08-14T17:06:40.862Z Downloaded salty v0.3.0
10112026-08-14T17:06:40.865Z Downloaded log v0.4.29
10122026-08-14T17:06:40.867Z Downloaded allocator-api2 v0.2.21
10132026-08-14T17:06:40.867Z Downloaded bzip2 v0.6.1
10142026-08-14T17:06:40.870Z Downloaded fs-err v2.11.0
10152026-08-14T17:06:40.870Z Downloaded tinystr v0.8.2
10162026-08-14T17:06:40.872Z Downloaded zerovec-derive v0.11.2
10172026-08-14T17:06:40.872Z Downloaded module-lattice v0.2.3
10182026-08-14T17:06:40.872Z Downloaded zerofrom v0.1.6
10192026-08-14T17:06:40.872Z Downloaded rsa v0.9.10
10202026-08-14T17:06:40.877Z Downloaded lru v0.12.5
10212026-08-14T17:06:40.880Z Downloaded chacha20 v0.9.1
10222026-08-14T17:06:40.880Z Downloaded test-strategy v0.4.5
10232026-08-14T17:06:40.882Z Downloaded tabled v0.15.0
10242026-08-14T17:06:40.891Z Downloaded zmij v1.0.21
10252026-08-14T17:06:40.894Z Downloaded pin-project-lite v0.2.17
10262026-08-14T17:06:40.897Z Downloaded diff v0.1.13
10272026-08-14T17:06:40.899Z Downloaded goblin v0.10.5
10282026-08-14T17:06:40.902Z Downloaded tokio-postgres v0.7.16
10292026-08-14T17:06:40.905Z Downloaded linkme v0.3.35
10302026-08-14T17:06:40.910Z Downloaded russh v0.62.4
10312026-08-14T17:06:40.915Z Downloaded schemars_derive v0.8.22
10322026-08-14T17:06:40.918Z Downloaded string_cache v0.8.9
10332026-08-14T17:06:40.918Z Downloaded omicron-zone-package v0.12.3
10342026-08-14T17:06:40.922Z Downloaded serde_yaml v0.9.34+deprecated
10352026-08-14T17:06:40.925Z Downloaded subprocess v0.2.15
10362026-08-14T17:06:40.929Z Downloaded oxide-update-engine-types v0.1.2
10372026-08-14T17:06:40.931Z Downloaded url v2.5.8
10382026-08-14T17:06:40.931Z Downloaded syn v2.0.117
10392026-08-14T17:06:40.937Z Downloaded bindgen v0.71.1
10402026-08-14T17:06:40.941Z Downloaded serde_derive v1.0.228
10412026-08-14T17:06:40.944Z Downloaded x509-cert v0.2.5
10422026-08-14T17:06:40.947Z Downloaded uuid v1.23.4
10432026-08-14T17:06:40.952Z Downloaded prettyplease v0.2.37
10442026-08-14T17:06:40.955Z Downloaded generic-array v1.4.3
10452026-08-14T17:06:40.959Z Downloaded reedline v0.40.0
10462026-08-14T17:06:40.963Z Downloaded unicode-bidi v0.3.18
10472026-08-14T17:06:40.963Z Downloaded syn v1.0.109
10482026-08-14T17:06:40.972Z Downloaded winnow v0.7.14
10492026-08-14T17:06:40.976Z Downloaded twox-hash v2.1.2
10502026-08-14T17:06:40.977Z Downloaded radix_trie v0.2.1
10512026-08-14T17:06:40.981Z Downloaded poly1305 v0.9.0
10522026-08-14T17:06:40.984Z Downloaded rust-argon2 v2.1.0
10532026-08-14T17:06:40.984Z Downloaded toml_edit v0.23.10+spec-1.0.0
10542026-08-14T17:06:40.988Z Downloaded object v0.37.3
10552026-08-14T17:06:40.992Z Downloaded itertools v0.10.5
10562026-08-14T17:06:40.995Z Downloaded unicode-segmentation v1.12.0
10572026-08-14T17:06:41.002Z Downloaded pretty_assertions v1.4.1
10582026-08-14T17:06:41.004Z Downloaded rand_distr v0.5.1
10592026-08-14T17:06:41.008Z Downloaded curve25519-dalek v5.0.0
10602026-08-14T17:06:41.024Z Downloaded unicode-ident v1.0.24
10612026-08-14T17:06:41.027Z Downloaded futures-util v0.3.32
10622026-08-14T17:06:41.033Z Downloaded derive_more v2.1.1
10632026-08-14T17:06:41.040Z Downloaded knuffel v3.2.0
10642026-08-14T17:06:41.049Z Downloaded polar-core v0.27.3
10652026-08-14T17:06:41.054Z Downloaded vcpkg v0.2.15
10662026-08-14T17:06:41.080Z Downloaded reqwest v0.12.28
10672026-08-14T17:06:41.083Z Downloaded tabled v0.21.0
10682026-08-14T17:06:41.094Z Downloaded tungstenite v0.23.0
10692026-08-14T17:06:41.097Z Downloaded publicsuffix v2.3.0
10702026-08-14T17:06:41.100Z Downloaded pest v2.8.6
10712026-08-14T17:06:41.103Z Downloaded futures v0.3.32
10722026-08-14T17:06:41.105Z Downloaded rustyline v14.0.0
10732026-08-14T17:06:41.108Z Downloaded winnow v1.0.3
10742026-08-14T17:06:41.113Z Downloaded portable-atomic v1.13.1
10752026-08-14T17:06:41.118Z Downloaded libm v0.2.16
10762026-08-14T17:06:41.124Z Downloaded gimli v0.32.3
10772026-08-14T17:06:41.130Z Downloaded openssl v0.10.80
10782026-08-14T17:06:41.136Z Downloaded petname v2.0.2
10792026-08-14T17:06:41.139Z Downloaded toml_edit v0.19.15
10802026-08-14T17:06:41.150Z Downloaded steno v0.4.1
10812026-08-14T17:06:41.152Z Downloaded tough v0.22.0
10822026-08-14T17:06:41.162Z Downloaded zlib-rs v0.6.2
10832026-08-14T17:06:41.168Z Downloaded itertools v0.15.0
10842026-08-14T17:06:41.174Z Downloaded aho-corasick v1.1.4
10852026-08-14T17:06:41.177Z Downloaded p521 v0.14.0
10862026-08-14T17:06:41.183Z Downloaded regress v0.11.1
10872026-08-14T17:06:41.189Z Downloaded regex-syntax v0.8.10
10882026-08-14T17:06:41.202Z Downloaded libxml v0.3.3
10892026-08-14T17:06:41.206Z Downloaded rayon v1.11.0
10902026-08-14T17:06:41.211Z Downloaded nom v7.1.3
10912026-08-14T17:06:41.215Z Downloaded quick-xml v0.37.5
10922026-08-14T17:06:41.218Z Downloaded tower v0.5.3
10932026-08-14T17:06:41.224Z Downloaded plotters v0.3.7
10942026-08-14T17:06:41.229Z Downloaded serde_with v3.21.0
10952026-08-14T17:06:41.237Z Downloaded nix v0.27.1
10962026-08-14T17:06:41.245Z Downloaded smoltcp v0.9.1
10972026-08-14T17:06:41.251Z Downloaded regress v0.10.5
10982026-08-14T17:06:41.299Z Downloaded regex v1.12.3
10992026-08-14T17:06:41.303Z Downloaded hickory-proto v0.24.4
11002026-08-14T17:06:41.313Z Downloaded lalrpop v0.19.12
11012026-08-14T17:06:41.321Z Downloaded object v0.30.4
11022026-08-14T17:06:41.327Z Downloaded bstr v1.12.1
11032026-08-14T17:06:41.332Z Downloaded openapiv3 v2.2.0
11042026-08-14T17:06:41.338Z Downloaded p384 v0.13.1
11052026-08-14T17:06:41.341Z Downloaded moka v0.12.13
11062026-08-14T17:06:41.345Z Downloaded sha3 v0.11.0
11072026-08-14T17:06:41.360Z Downloaded regex-syntax v0.6.29
11082026-08-14T17:06:41.364Z Downloaded tracing v0.1.44
11092026-08-14T17:06:41.375Z Downloaded unicode-width v0.1.14
11102026-08-14T17:06:41.378Z Downloaded hickory-proto v0.25.2
11112026-08-14T17:06:41.387Z Downloaded blake3 v1.8.5
11122026-08-14T17:06:41.391Z Downloaded nix v0.31.2
11132026-08-14T17:06:41.399Z Downloaded unicode-width v0.2.0
11142026-08-14T17:06:41.409Z Downloaded smoltcp v0.11.0
11152026-08-14T17:06:41.421Z Downloaded zerocopy v0.8.40
11162026-08-14T17:06:41.430Z Downloaded ratatui v0.29.0
11172026-08-14T17:06:41.447Z Downloaded typify-impl v0.6.2
11182026-08-14T17:06:41.469Z Downloaded rustix v1.1.3
11192026-08-14T17:06:41.483Z Downloaded sled v0.34.7
11202026-08-14T17:06:41.489Z Downloaded jiff v0.2.34
11212026-08-14T17:06:41.499Z Downloaded chrono-tz v0.10.4
11222026-08-14T17:06:41.509Z Downloaded nix v0.28.0
11232026-08-14T17:06:41.515Z Downloaded diesel v2.3.7
11242026-08-14T17:06:41.526Z Downloaded petgraph v0.6.5
11252026-08-14T17:06:41.536Z Downloaded rustix v0.38.44
11262026-08-14T17:06:41.550Z Downloaded bzip2-sys v0.1.13+1.0.8
11272026-08-14T17:06:41.556Z Downloaded dropshot v0.17.1
11282026-08-14T17:06:41.568Z Downloaded petgraph v0.8.3
11292026-08-14T17:06:41.580Z Downloaded sqlparser v0.61.0
11302026-08-14T17:06:41.586Z Downloaded rustls v0.23.41
11312026-08-14T17:06:41.592Z Downloaded zerocopy-derive v0.6.6
11322026-08-14T17:06:41.597Z Downloaded csv v1.4.0
11332026-08-14T17:06:41.608Z Downloaded libz-sys v1.1.24
11342026-08-14T17:06:41.620Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11352026-08-14T17:06:41.630Z Downloaded libc v0.2.185
11362026-08-14T17:06:41.648Z Downloaded sha3 v0.10.8
11372026-08-14T17:06:41.651Z Downloaded tokio v1.52.1
11382026-08-14T17:06:41.692Z Downloaded regex-automata v0.4.14
11392026-08-14T17:06:41.835Z Downloaded encoding_rs v0.8.35
11402026-08-14T17:06:41.863Z Downloaded ring v0.17.14
11412026-08-14T17:06:41.887Z Downloaded httpmock v0.8.3
11422026-08-14T17:06:41.900Z Downloaded libgit2-sys v0.18.3+1.9.2
11432026-08-14T17:06:42.164Z Downloaded aws-lc-sys v0.40.0
11442026-08-14T17:06:42.587Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11452026-08-14T17:06:44.835Z Startup: Refreshing catalog 'helios' ... Done
11462026-08-14T17:06:45.147Z Startup: Caching catalogs ... Done
11472026-08-14T17:06:46.888ZPlanning: Solver setup ... Done (1.641s)
11482026-08-14T17:06:46.940ZPlanning: Running solver ... Done (0.053s)
11492026-08-14T17:06:46.979ZPlanning: Finding local manifests ... Done (0.003s)
11502026-08-14T17:06:46.989ZPlanning: Fetching manifests: 0/2 0% complete
11512026-08-14T17:06:47.009ZPlanning: Fetching manifests: 2/2 100% complete
11522026-08-14T17:06:47.025ZPlanning: Package planning ... Done (0.014s)
11532026-08-14T17:06:47.028ZPlanning: Merging actions ... Done (0.002s)
11542026-08-14T17:06:47.187ZPlanning: Checking for conflicting actions ... Done (0.162s)
11552026-08-14T17:06:47.190ZPlanning: Consolidating action changes ... Done (0.001s)
11562026-08-14T17:06:48.033ZPlanning: Evaluating mediators ... Done (0.845s)
11572026-08-14T17:06:48.035ZPlanning: Planning completed in 2.86 seconds
11582026-08-14T17:06:48.042Z Packages to install: 2
11592026-08-14T17:06:48.042Z Estimated space available: 155.73 GB
11602026-08-14T17:06:48.042ZEstimated space to be consumed: 67.95 MB
11612026-08-14T17:06:48.042Z Create boot environment: No
11622026-08-14T17:06:48.042ZCreate backup boot environment: No
11632026-08-14T17:06:48.043Z Rebuild boot archive: No
11642026-08-14T17:06:48.045Z
11652026-08-14T17:06:48.045ZChanged packages:
11662026-08-14T17:06:48.045Zhelios
11672026-08-14T17:06:48.045Z developer/build-essential
11682026-08-14T17:06:48.045Z None -> 11-3.0
11692026-08-14T17:06:48.045Z library/libxmlsec1
11702026-08-14T17:06:48.045Z None -> 1.2.35-3.0
11712026-08-14T17:06:48.069Z
11722026-08-14T17:06:48.069ZDownload: 0/214 items 0.0/1.3MB 0% complete
11732026-08-14T17:06:48.140ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
11742026-08-14T17:06:48.228Z Actions: 1/268 actions (Installing new actions)
11752026-08-14T17:06:48.267Z Actions: Completed 268 actions in 0.04 seconds.
11762026-08-14T17:06:48.298ZFinalize: Updating package state database ... Done (0.031s)
11772026-08-14T17:06:48.298ZFinalize: Updating package cache ... Done (0.000s)
11782026-08-14T17:06:48.373ZFinalize: Updating image state ... Done (0.074s)
11792026-08-14T17:06:51.008ZFinalize: Creating fast lookup database ... Done (2.589s)
11802026-08-14T17:06:51.078ZFinalize: Reading search index ... Done (0.012s)
11812026-08-14T17:06:51.081ZFinalize: Updating search index ... Done (0.000s)
11822026-08-14T17:06:51.160ZFinalize: Updating package cache ... Done (0.000s)
11832026-08-14T17:06:51.530ZPlanning: Evaluating mediator changes ... Done
11842026-08-14T17:06:51.633ZPlanning: Checking for conflicting actions ... Done
11852026-08-14T17:06:51.636ZPlanning: Consolidating action changes ... Done
11862026-08-14T17:06:51.790ZPlanning: Evaluating mediators ... Done
11872026-08-14T17:06:51.793ZPlanning: Planning completed in 0.26 seconds
11882026-08-14T17:06:51.813Z Mediators to change: 2
11892026-08-14T17:06:51.814Z Create boot environment: No
11902026-08-14T17:06:51.816ZCreate backup boot environment: No
11912026-08-14T17:06:51.877ZFinalize: Updating package state database ... Done
11922026-08-14T17:06:51.877ZFinalize: Updating package cache ... Done
11932026-08-14T17:06:51.921ZFinalize: Updating image state ... Done
11942026-08-14T17:06:53.845ZFinalize: Creating fast lookup database ... Done
11952026-08-14T17:06:53.903ZFinalize: Reading search index ... Done
11962026-08-14T17:06:53.907ZFinalize: Updating search index ... Done
11972026-08-14T17:06:54.009ZFinalize: Updating package cache ... Done
11982026-08-14T17:06:54.294ZPlanning: Evaluating mediator changes ... Done
11992026-08-14T17:06:54.397ZPlanning: Checking for conflicting actions ... Done
12002026-08-14T17:06:54.400ZPlanning: Consolidating action changes ... Done
12012026-08-14T17:06:54.554ZPlanning: Evaluating mediators ... Done
12022026-08-14T17:06:54.557ZPlanning: Planning completed in 0.26 seconds
12032026-08-14T17:06:54.577Z Mediators to change: 1
12042026-08-14T17:06:54.578Z Create boot environment: No
12052026-08-14T17:06:54.578ZCreate backup boot environment: No
12062026-08-14T17:06:54.637ZFinalize: Updating package state database ... Done
12072026-08-14T17:06:54.637ZFinalize: Updating package cache ... Done
12082026-08-14T17:06:54.683ZFinalize: Updating image state ... Done
12092026-08-14T17:06:56.642ZFinalize: Creating fast lookup database ... Done
12102026-08-14T17:06:56.685ZFinalize: Reading search index ... Done
12112026-08-14T17:06:56.720ZFinalize: Updating search index ... Done
12122026-08-14T17:06:56.763ZFinalize: Updating package cache ... Done
12132026-08-14T17:06:57.058ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12142026-08-14T17:06:57.059Zapache system 2.4 system
12152026-08-14T17:06:57.059Zclang system 15 system
12162026-08-14T17:06:57.059Zcsh system system illumos
12172026-08-14T17:06:57.059Zctags system system illumos
12182026-08-14T17:06:57.059Zfile vendor vendor darwinsys
12192026-08-14T17:06:57.059Zfile system system illumos
12202026-08-14T17:06:57.059Zgcc vendor 14 vendor
12212026-08-14T17:06:57.059Zgcc system 13 system
12222026-08-14T17:06:57.059Zgcc system 10 system
12232026-08-14T17:06:57.060Zgo system 1.25 system
12242026-08-14T17:06:57.060Zllvm system 15 system
12252026-08-14T17:06:57.060Zmariadb system 11.4 system
12262026-08-14T17:06:57.060Zmta vendor vendor dma
12272026-08-14T17:06:57.060Zopenjdk system 17 system
12282026-08-14T17:06:57.060Zopenjdk system 11 system
12292026-08-14T17:06:57.060Zopenssl vendor 3 vendor
12302026-08-14T17:06:57.060Zperl system 5.40 system
12312026-08-14T17:06:57.060Zpostgresql system 18 system
12322026-08-14T17:06:57.060Zpostgresql system 17 system
12332026-08-14T17:06:57.060Zpython vendor 3 vendor
12342026-08-14T17:06:57.060Zpython system 2 system
12352026-08-14T17:06:57.060Zpython3 vendor 3.13 vendor
12362026-08-14T17:06:57.060Zruby system 3.4 system
12372026-08-14T17:06:57.060Zruby system 3.0 system
12382026-08-14T17:06:57.061Zwords vendor vendor american-english
12392026-08-14T17:06:57.061Zwords system system australian-english
12402026-08-14T17:06:57.061Zwords system system british-english
12412026-08-14T17:06:57.061Zwords system system canadian-english
12422026-08-14T17:06:57.061Zwords system system french
12432026-08-14T17:06:57.061Zwords system system italian
12442026-08-14T17:06:57.061Zwords system system ngerman
12452026-08-14T17:06:57.061Zwords system system ogerman
12462026-08-14T17:06:57.061Zwords system system spanish
12472026-08-14T17:06:57.324ZPUBLISHER TYPE STATUS P LOCATION
12482026-08-14T17:06:57.324Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12492026-08-14T17:06:57.767ZFMRI IFO
12502026-08-14T17:06:57.768Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12512026-08-14T17:06:57.768Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12522026-08-14T17:06:57.768Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12532026-08-14T17:06:57.768Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12542026-08-14T17:06:57.768Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12552026-08-14T17:06:57.768Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12562026-08-14T17:06:57.768Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12572026-08-14T17:06:57.769Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12582026-08-14T17:06:57.769Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12592026-08-14T17:06:58.359Z Downloading crates ...
12602026-08-14T17:06:58.405Z Downloaded cargo_toml v0.21.0
12612026-08-14T17:06:58.455Z Compiling proc-macro2 v1.0.106
12622026-08-14T17:06:58.455Z Compiling quote v1.0.45
12632026-08-14T17:06:58.455Z Compiling unicode-ident v1.0.24
12642026-08-14T17:06:58.457Z Compiling serde_core v1.0.228
12652026-08-14T17:06:58.458Z Compiling libc v0.2.185
12662026-08-14T17:06:58.458Z Compiling version_check v0.9.5
12672026-08-14T17:06:58.458Z Compiling memchr v2.8.0
12682026-08-14T17:06:58.458Z Compiling serde v1.0.228
12692026-08-14T17:06:58.537Z Compiling zmij v1.0.21
12702026-08-14T17:06:58.546Z Compiling thiserror v1.0.69
12712026-08-14T17:06:58.549Z Compiling ucd-trie v0.1.7
12722026-08-14T17:06:58.549Z Compiling itoa v1.0.17
12732026-08-14T17:06:58.549Z Compiling rustix v1.1.3
12742026-08-14T17:06:58.549Z Compiling byteorder v1.5.0
12752026-08-14T17:06:58.802Z Compiling serde_json v1.0.151
12762026-08-14T17:06:58.885Z Compiling bitflags v2.11.0
12772026-08-14T17:06:58.994Z Compiling pest v2.8.6
12782026-08-14T17:06:59.005Z Compiling usdt-impl v0.5.0
12792026-08-14T17:06:59.160Z Compiling proc-macro-error-attr v1.0.4
12802026-08-14T17:06:59.188Z Compiling camino v1.2.2
12812026-08-14T17:06:59.190Z Compiling syn v1.0.109
12822026-08-14T17:06:59.190Z Compiling proc-macro-error v1.0.4
12832026-08-14T17:06:59.239Z Compiling utf8parse v0.2.2
12842026-08-14T17:06:59.242Z Compiling log v0.4.29
12852026-08-14T17:06:59.289Z Compiling equivalent v1.0.2
12862026-08-14T17:06:59.315Z Compiling plain v0.2.3
12872026-08-14T17:06:59.374Z Compiling getrandom v0.4.1
12882026-08-14T17:06:59.406Z Compiling hashbrown v0.17.0
12892026-08-14T17:06:59.409Z Compiling anstyle-parse v1.0.0
12902026-08-14T17:06:59.440Z Compiling pretty-hex v0.4.1
12912026-08-14T17:06:59.459Z Compiling toml_write v0.1.2
12922026-08-14T17:06:59.471Z Compiling autocfg v1.5.0
12932026-08-14T17:06:59.487Z Compiling thiserror v2.0.18
12942026-08-14T17:06:59.544Z Compiling anstyle v1.0.14
12952026-08-14T17:06:59.580Z Compiling colorchoice v1.0.4
12962026-08-14T17:06:59.596Z Compiling anstyle-query v1.1.5
12972026-08-14T17:06:59.617Z Compiling errno v0.3.14
12982026-08-14T17:06:59.629Z Compiling thread-id v4.2.2
12992026-08-14T17:06:59.647Z Compiling winnow v0.7.14
13002026-08-14T17:06:59.659Z Compiling is_terminal_polyfill v1.70.2
13012026-08-14T17:06:59.678Z Compiling cfg-if v1.0.4
13022026-08-14T17:06:59.720Z Compiling fnv v1.0.7
13032026-08-14T17:06:59.756Z Compiling anstream v1.0.0
13042026-08-14T17:06:59.768Z Compiling strsim v0.11.1
13052026-08-14T17:06:59.789Z Compiling heck v0.4.1
13062026-08-14T17:06:59.789Z Compiling unicode-width v0.1.14
13072026-08-14T17:06:59.821Z Compiling heck v0.5.0
13082026-08-14T17:06:59.863Z Compiling once_cell v1.21.3
13092026-08-14T17:06:59.992Z Compiling indexmap v2.14.0
13102026-08-14T17:07:00.004Z Compiling fs-err v3.3.0
13112026-08-14T17:07:00.025Z Compiling anyhow v1.0.102
13122026-08-14T17:07:00.062Z Compiling bytecount v0.6.9
13132026-08-14T17:07:00.070Z Compiling clap_lex v1.0.0
13142026-08-14T17:07:00.080Z Compiling fastrand v2.3.0
13152026-08-14T17:07:00.091Z Compiling memmap v0.7.0
13162026-08-14T17:07:00.099Z Compiling unicode-width v0.2.0
13172026-08-14T17:07:00.135Z Compiling syn v2.0.117
13182026-08-14T17:07:00.204Z Compiling pest_meta v2.8.6
13192026-08-14T17:07:00.283Z Compiling papergrid v0.11.0
13202026-08-14T17:07:00.341Z Compiling smawk v0.3.2
13212026-08-14T17:07:00.350Z Compiling unicode-linebreak v0.1.5
13222026-08-14T17:07:00.423Z Compiling swrite v0.1.0
13232026-08-14T17:07:00.642Z Compiling terminal_size v0.4.3
13242026-08-14T17:07:00.651Z Compiling tempfile v3.25.0
13252026-08-14T17:07:00.704Z Compiling clap_builder v4.6.0
13262026-08-14T17:07:00.712Z Compiling textwrap v0.16.2
13272026-08-14T17:07:00.957Z Compiling cargo-platform v0.3.2
13282026-08-14T17:07:00.981Z Compiling semver v1.0.28
13292026-08-14T17:07:01.189Z Compiling camino-tempfile v1.4.1
13302026-08-14T17:07:01.576Z Compiling tabled_derive v0.7.0
13312026-08-14T17:07:02.283Z Compiling tabled v0.15.0
13322026-08-14T17:07:02.293Z Compiling pest_generator v2.8.6
13332026-08-14T17:07:02.778Z Compiling serde_derive v1.0.228
13342026-08-14T17:07:02.778Z Compiling thiserror-impl v1.0.69
13352026-08-14T17:07:02.781Z Compiling zerocopy-derive v0.7.35
13362026-08-14T17:07:02.781Z Compiling scroll_derive v0.12.1
13372026-08-14T17:07:02.781Z Compiling thiserror-impl v2.0.18
13382026-08-14T17:07:02.781Z Compiling clap_derive v4.6.1
13392026-08-14T17:07:02.812Z Compiling pest_derive v2.8.6
13402026-08-14T17:07:03.376Z Compiling scroll v0.12.0
13412026-08-14T17:07:03.429Z Compiling zerocopy v0.7.35
13422026-08-14T17:07:03.577Z Compiling goblin v0.8.2
13432026-08-14T17:07:03.777Z Compiling dtrace-parser v0.2.0
13442026-08-14T17:07:04.049Z Compiling clap v4.6.1
13452026-08-14T17:07:05.097Z Compiling dof v0.3.0
13462026-08-14T17:07:05.097Z Compiling serde_tokenstream v0.2.3
13472026-08-14T17:07:05.107Z Compiling toml_datetime v0.6.11
13482026-08-14T17:07:05.110Z Compiling serde_spanned v0.6.9
13492026-08-14T17:07:05.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13502026-08-14T17:07:05.110Z Compiling cargo_metadata v0.23.1
13512026-08-14T17:07:05.113Z Compiling macaddr v1.0.1
13522026-08-14T17:07:05.268Z Compiling toml_edit v0.22.27
13532026-08-14T17:07:05.748Z Compiling usdt-macro v0.5.0
13542026-08-14T17:07:05.751Z Compiling usdt-attr-macro v0.5.0
13552026-08-14T17:07:06.346Z Compiling usdt v0.5.0
13562026-08-14T17:07:06.521Z Compiling toml v0.8.23
13572026-08-14T17:07:06.848Z Compiling cargo_toml v0.21.0
13582026-08-14T17:07:08.130Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13592026-08-14T17:07:10.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.27s
13602026-08-14T17:07:10.221Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13612026-08-14T17:07:10.972Z Compiling libc v0.2.185
13622026-08-14T17:07:10.972Z Compiling serde_core v1.0.228
13632026-08-14T17:07:10.975Z Compiling serde v1.0.228
13642026-08-14T17:07:10.975Z Compiling log v0.4.29
13652026-08-14T17:07:10.975Z Compiling smallvec v1.15.1
13662026-08-14T17:07:10.975Z Compiling shlex v1.3.0
13672026-08-14T17:07:10.975Z Compiling find-msvc-tools v0.1.9
13682026-08-14T17:07:10.975Z Compiling subtle v2.6.1
13692026-08-14T17:07:11.149Z Compiling scopeguard v1.2.0
13702026-08-14T17:07:11.157Z Compiling stable_deref_trait v1.2.1
13712026-08-14T17:07:11.160Z Compiling typenum v1.20.1
13722026-08-14T17:07:11.160Z Compiling zerocopy v0.8.40
13732026-08-14T17:07:11.160Z Compiling portable-atomic v1.13.1
13742026-08-14T17:07:11.223Z Compiling serde_json v1.0.151
13752026-08-14T17:07:11.236Z Compiling syn v2.0.117
13762026-08-14T17:07:11.245Z Compiling critical-section v1.2.0
13772026-08-14T17:07:11.260Z Compiling libm v0.2.16
13782026-08-14T17:07:11.305Z Compiling num-traits v0.2.19
13792026-08-14T17:07:11.323Z Compiling lock_api v0.4.14
13802026-08-14T17:07:11.341Z Compiling pkg-config v0.3.32
13812026-08-14T17:07:11.358Z Compiling generic-array v0.14.7
13822026-08-14T17:07:11.370Z Compiling parking_lot_core v0.9.12
13832026-08-14T17:07:11.386Z Compiling const-oid v0.9.6
13842026-08-14T17:07:11.389Z Compiling getrandom v0.4.1
13852026-08-14T17:07:11.512Z Compiling pin-project-lite v0.2.17
13862026-08-14T17:07:11.516Z Compiling rand_core v0.10.0
13872026-08-14T17:07:11.575Z Compiling writeable v0.6.2
13882026-08-14T17:07:11.649Z Compiling futures-core v0.3.32
13892026-08-14T17:07:11.673Z Compiling litemap v0.8.1
13902026-08-14T17:07:11.727Z Compiling percent-encoding v2.3.2
13912026-08-14T17:07:11.758Z Compiling icu_normalizer_data v2.1.1
13922026-08-14T17:07:11.774Z Compiling icu_properties_data v2.1.2
13932026-08-14T17:07:11.788Z Compiling getrandom v0.3.4
13942026-08-14T17:07:11.817Z Compiling futures-sink v0.3.32
13952026-08-14T17:07:11.846Z Compiling futures-io v0.3.32
13962026-08-14T17:07:11.863Z Compiling futures-task v0.3.32
13972026-08-14T17:07:11.890Z Compiling utf8_iter v1.0.4
13982026-08-14T17:07:11.907Z Compiling futures-channel v0.3.32
13992026-08-14T17:07:11.932Z Compiling rustix v1.1.3
14002026-08-14T17:07:11.946Z Compiling slab v0.4.12
14012026-08-14T17:07:12.013Z Compiling errno v0.3.14
14022026-08-14T17:07:12.033Z Compiling jobserver v0.1.34
14032026-08-14T17:07:12.048Z Compiling getrandom v0.2.17
14042026-08-14T17:07:12.093Z Compiling mio v1.2.0
14052026-08-14T17:07:12.142Z Compiling signal-hook-registry v1.4.8
14062026-08-14T17:07:12.158Z Compiling socket2 v0.6.3
14072026-08-14T17:07:12.168Z Compiling form_urlencoded v1.2.2
14082026-08-14T17:07:12.184Z Compiling rustversion v1.0.22
14092026-08-14T17:07:12.258Z Compiling cc v1.2.56
14102026-08-14T17:07:12.295Z Compiling once_cell v1.21.3
14112026-08-14T17:07:12.312Z Compiling rand_core v0.6.4
14122026-08-14T17:07:12.317Z Compiling parking_lot v0.12.5
14132026-08-14T17:07:12.360Z Compiling iana-time-zone v0.1.65
14142026-08-14T17:07:12.383Z Compiling base64ct v1.8.3
14152026-08-14T17:07:12.438Z Compiling fs_extra v1.3.0
14162026-08-14T17:07:12.526Z Compiling dunce v1.0.5
14172026-08-14T17:07:12.571Z Compiling flagset v0.4.7
14182026-08-14T17:07:12.574Z Compiling ident_case v1.0.1
14192026-08-14T17:07:12.586Z Compiling regex-syntax v0.8.10
14202026-08-14T17:07:12.615Z Compiling pem-rfc7468 v0.7.0
14212026-08-14T17:07:12.618Z Compiling base64 v0.22.1
14222026-08-14T17:07:12.657Z Compiling rand_core v0.9.5
14232026-08-14T17:07:12.685Z Compiling vcpkg v0.2.15
14242026-08-14T17:07:12.718Z Compiling syn v1.0.109
14252026-08-14T17:07:12.735Z Compiling tracing-core v0.1.36
14262026-08-14T17:07:12.738Z Compiling cpufeatures v0.2.17
14272026-08-14T17:07:12.738Z Compiling aws-lc-rs v1.16.3
14282026-08-14T17:07:12.785Z Compiling schemars v0.8.22
14292026-08-14T17:07:12.791Z Compiling dyn-clone v1.0.20
14302026-08-14T17:07:12.879Z Compiling spin v0.9.8
14312026-08-14T17:07:12.970Z Compiling httparse v1.10.1
14322026-08-14T17:07:12.985Z Compiling cmov v0.5.4
14332026-08-14T17:07:13.002Z Compiling tinyvec_macros v0.1.1
14342026-08-14T17:07:13.002Z Compiling crc32fast v1.5.0
14352026-08-14T17:07:13.029Z Compiling cmake v0.1.57
14362026-08-14T17:07:13.093Z Compiling openssl-probe v0.2.1
14372026-08-14T17:07:13.122Z Compiling tinyvec v1.10.0
14382026-08-14T17:07:13.125Z Compiling aho-corasick v1.1.4
14392026-08-14T17:07:13.138Z Compiling untrusted v0.7.1
14402026-08-14T17:07:13.214Z Compiling ctutils v0.4.2
14412026-08-14T17:07:13.258Z Compiling atomic-waker v1.1.2
14422026-08-14T17:07:13.292Z Compiling bitflags v2.11.0
14432026-08-14T17:07:13.321Z Compiling semver v1.0.28
14442026-08-14T17:07:13.336Z Compiling indexmap v2.14.0
14452026-08-14T17:07:13.349Z Compiling uuid v1.23.4
14462026-08-14T17:07:13.448Z Compiling try-lock v0.2.5
14472026-08-14T17:07:13.461Z Compiling radium v0.7.0
14482026-08-14T17:07:13.476Z Compiling tower-layer v0.3.3
14492026-08-14T17:07:13.488Z Compiling tower-service v0.3.3
14502026-08-14T17:07:13.542Z Compiling rustc_version v0.4.1
14512026-08-14T17:07:13.566Z Compiling want v0.3.1
14522026-08-14T17:07:13.651Z Compiling simd-adler32 v0.3.8
14532026-08-14T17:07:13.665Z Compiling maybe-uninit v2.0.0
14542026-08-14T17:07:13.715Z Compiling foreign-types-shared v0.1.1
14552026-08-14T17:07:13.741Z Compiling untrusted v0.9.0
14562026-08-14T17:07:13.772Z Compiling httpdate v1.0.3
14572026-08-14T17:07:13.813Z Compiling rustls v0.23.41
14582026-08-14T17:07:13.840Z Compiling aws-lc-sys v0.40.0
14592026-08-14T17:07:13.872Z Compiling openssl-sys v0.9.117
14602026-08-14T17:07:13.885Z Compiling tap v1.0.1
14612026-08-14T17:07:13.919Z Compiling openssl v0.10.80
14622026-08-14T17:07:13.922Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-08-14T17:07:13.996Z Compiling wyz v0.5.1
14642026-08-14T17:07:14.007Z Compiling bzip2-sys v0.1.13+1.0.8
14652026-08-14T17:07:14.010Z Compiling foreign-types v0.3.2
14662026-08-14T17:07:14.035Z Compiling unicode-normalization v0.1.25
14672026-08-14T17:07:14.063Z Compiling synstructure v0.13.2
14682026-08-14T17:07:14.114Z Compiling serde_derive_internals v0.29.1
14692026-08-14T17:07:14.165Z Compiling pest_generator v2.8.6
14702026-08-14T17:07:14.197Z Compiling regex-automata v0.4.14
14712026-08-14T17:07:14.234Z Compiling darling_core v0.20.11
14722026-08-14T17:07:14.321Z Compiling num-integer v0.1.46
14732026-08-14T17:07:14.349Z Compiling tempfile v3.25.0
14742026-08-14T17:07:14.448Z Compiling terminal_size v0.4.3
14752026-08-14T17:07:14.542Z Compiling socket2 v0.5.10
14762026-08-14T17:07:14.608Z Compiling wait-timeout v0.2.1
14772026-08-14T17:07:14.628Z Compiling ahash v0.8.12
14782026-08-14T17:07:14.657Z Compiling powerfmt v0.2.0
14792026-08-14T17:07:14.706Z Compiling packed_struct v0.10.1
14802026-08-14T17:07:14.744Z Compiling funty v2.0.0
14812026-08-14T17:07:14.837Z Compiling num-conv v0.2.0
14822026-08-14T17:07:14.856Z Compiling time-core v0.1.8
14832026-08-14T17:07:14.875Z Compiling adler2 v2.0.1
14842026-08-14T17:07:14.890Z Compiling bit-vec v0.8.0
14852026-08-14T17:07:14.907Z Compiling native-tls v0.2.18
14862026-08-14T17:07:14.966Z Compiling quick-error v1.2.3
14872026-08-14T17:07:14.981Z Compiling num-bigint-dig v0.8.6
14882026-08-14T17:07:14.995Z Compiling miniz_oxide v0.8.9
14892026-08-14T17:07:15.028Z Compiling clap_builder v4.6.0
14902026-08-14T17:07:15.031Z Compiling time-macros v0.2.27
14912026-08-14T17:07:15.071Z Compiling bitvec v1.0.1
14922026-08-14T17:07:15.087Z Compiling bit-set v0.8.0
14932026-08-14T17:07:15.113Z Compiling rusty-fork v0.3.1
14942026-08-14T17:07:15.127Z Compiling deranged v0.5.8
14952026-08-14T17:07:15.155Z Compiling num-iter v0.1.45
14962026-08-14T17:07:15.284Z Compiling lazy_static v1.5.0
14972026-08-14T17:07:15.333Z Compiling rand_xorshift v0.4.0
14982026-08-14T17:07:15.347Z Compiling anstyle-parse v0.2.7
14992026-08-14T17:07:15.386Z Compiling sync_wrapper v1.0.2
15002026-08-14T17:07:15.434Z Compiling indexmap v1.9.3
15012026-08-14T17:07:15.502Z Compiling unicode-segmentation v1.12.0
15022026-08-14T17:07:15.516Z Compiling nodrop v0.1.14
15032026-08-14T17:07:15.549Z Compiling siphasher v1.0.2
15042026-08-14T17:07:15.621Z Compiling crossbeam-utils v0.8.21
15052026-08-14T17:07:15.621Z Compiling num_threads v0.1.7
15062026-08-14T17:07:15.650Z Compiling usdt-impl v0.6.0
15072026-08-14T17:07:15.737Z Compiling unarray v0.1.4
15082026-08-14T17:07:15.752Z Compiling paste v1.0.15
15092026-08-14T17:07:15.787Z Compiling serde_derive v1.0.228
15102026-08-14T17:07:15.863Z Compiling zeroize_derive v1.5.0
15112026-08-14T17:07:15.878Z Compiling zerofrom-derive v0.1.6
15122026-08-14T17:07:15.899Z Compiling zerocopy-derive v0.8.40
15132026-08-14T17:07:15.939Z Compiling yoke-derive v0.8.1
15142026-08-14T17:07:16.039Z Compiling zerovec-derive v0.11.2
15152026-08-14T17:07:16.117Z Compiling displaydoc v0.2.5
15162026-08-14T17:07:16.132Z Compiling tokio-macros v2.7.0
15172026-08-14T17:07:16.171Z Compiling futures-macro v0.3.32
15182026-08-14T17:07:16.505Z Compiling thiserror-impl v2.0.18
15192026-08-14T17:07:16.541Z Compiling der_derive v0.7.3
15202026-08-14T17:07:16.555Z Compiling zeroize v1.9.0
15212026-08-14T17:07:16.902Z Compiling tracing-attributes v0.1.31
15222026-08-14T17:07:16.964Z Compiling rustls-pki-types v1.14.0
15232026-08-14T17:07:17.043Z Compiling futures-util v0.3.32
15242026-08-14T17:07:17.075Z Compiling schemars_derive v0.8.22
15252026-08-14T17:07:17.183Z Compiling hybrid-array v0.4.13
15262026-08-14T17:07:17.230Z Compiling pest_derive v2.8.6
15272026-08-14T17:07:17.326Z Compiling zerofrom v0.1.6
15282026-08-14T17:07:17.431Z Compiling block-buffer v0.10.4
15292026-08-14T17:07:17.446Z Compiling yoke v0.8.1
15302026-08-14T17:07:17.475Z Compiling crypto-common v0.1.7
15312026-08-14T17:07:17.555Z Compiling der v0.7.10
15322026-08-14T17:07:17.617Z Compiling zerovec v0.11.5
15332026-08-14T17:07:17.637Z Compiling zerotrie v0.2.3
15342026-08-14T17:07:17.653Z Compiling digest v0.10.7
15352026-08-14T17:07:17.707Z Compiling scroll_derive v0.13.1
15362026-08-14T17:07:17.946Z Compiling thiserror v2.0.18
15372026-08-14T17:07:17.950Z Compiling sha2 v0.10.9
15382026-08-14T17:07:17.975Z Compiling signature v2.2.0
15392026-08-14T17:07:18.014Z Compiling darling_macro v0.20.11
15402026-08-14T17:07:18.071Z Compiling thiserror-impl v1.0.69
15412026-08-14T17:07:18.087Z Compiling openssl-macros v0.1.1
15422026-08-14T17:07:18.168Z Compiling tinystr v0.8.2
15432026-08-14T17:07:18.186Z Compiling potential_utf v0.1.4
15442026-08-14T17:07:18.290Z Compiling tracing v0.1.44
15452026-08-14T17:07:18.385Z Compiling icu_locale_core v2.1.1
15462026-08-14T17:07:18.401Z Compiling icu_collections v2.1.1
15472026-08-14T17:07:18.421Z Compiling spki v0.7.3
15482026-08-14T17:07:18.436Z Compiling hmac v0.12.1
15492026-08-14T17:07:18.563Z Compiling darling v0.20.11
15502026-08-14T17:07:18.605Z Compiling scroll v0.13.0
15512026-08-14T17:07:18.611Z Compiling pkcs8 v0.10.2
15522026-08-14T17:07:18.616Z Compiling packed_struct_codegen v0.10.1
15532026-08-14T17:07:18.654Z Compiling zerocopy-derive v0.6.6
15542026-08-14T17:07:18.668Z Compiling bitfield-macros v0.19.4
15552026-08-14T17:07:18.810Z Compiling clap_derive v4.6.1
15562026-08-14T17:07:18.884Z Compiling goblin v0.10.5
15572026-08-14T17:07:18.901Z Compiling crc-catalog v2.4.0
15582026-08-14T17:07:18.904Z Compiling zlib-rs v0.6.2
15592026-08-14T17:07:19.030Z Compiling icu_provider v2.1.1
15602026-08-14T17:07:19.293Z Compiling icu_normalizer v2.1.1
15612026-08-14T17:07:19.316Z Compiling icu_properties v2.1.2
15622026-08-14T17:07:19.353Z Compiling crc v3.4.0
15632026-08-14T17:07:19.400Z Compiling bytes v1.11.1
15642026-08-14T17:07:19.447Z Compiling chrono v0.4.45
15652026-08-14T17:07:19.463Z Compiling ipnet v2.11.0
15662026-08-14T17:07:19.478Z Compiling hex v0.4.3
15672026-08-14T17:07:19.567Z Compiling thiserror v1.0.69
15682026-08-14T17:07:19.574Z Compiling serde_spanned v0.6.9
15692026-08-14T17:07:19.675Z Compiling toml_datetime v0.6.11
15702026-08-14T17:07:19.742Z Compiling zerocopy v0.6.6
15712026-08-14T17:07:19.756Z Compiling bitfield v0.19.4
15722026-08-14T17:07:19.847Z Compiling pkcs1 v0.7.5
15732026-08-14T17:07:19.949Z Compiling tokio v1.52.1
15742026-08-14T17:07:19.970Z Compiling http v1.4.2
15752026-08-14T17:07:20.020Z Compiling derive_builder_core v0.20.2
15762026-08-14T17:07:20.075Z Compiling dtrace-parser v0.3.0
15772026-08-14T17:07:20.193Z Compiling idna_adapter v1.2.1
15782026-08-14T17:07:20.242Z Compiling time v0.3.47
15792026-08-14T17:07:20.345Z Compiling ppv-lite86 v0.2.21
15802026-08-14T17:07:20.397Z Compiling idna v1.1.0
15812026-08-14T17:07:20.618Z Compiling http-body v1.0.1
15822026-08-14T17:07:20.692Z Compiling url v2.5.8
15832026-08-14T17:07:20.786Z Compiling rand_chacha v0.9.0
15842026-08-14T17:07:20.801Z Compiling rand_chacha v0.3.1
15852026-08-14T17:07:20.830Z Compiling http-body-util v0.1.3
15862026-08-14T17:07:20.880Z Compiling clap v4.6.1
15872026-08-14T17:07:20.981Z Compiling structmeta-derive v0.3.0
15882026-08-14T17:07:20.998Z Compiling rand v0.9.2
15892026-08-14T17:07:21.051Z Compiling rand v0.8.6
15902026-08-14T17:07:21.066Z Compiling scroll_derive v0.12.1
15912026-08-14T17:07:21.109Z Compiling array-init v0.0.4
15922026-08-14T17:07:21.144Z Compiling anstream v0.6.21
15932026-08-14T17:07:21.477Z Compiling smallvec v0.6.14
15942026-08-14T17:07:21.493Z Compiling darling_core v0.23.0
15952026-08-14T17:07:21.507Z Compiling heapless v0.7.17
15962026-08-14T17:07:21.542Z Compiling slog v2.8.2
15972026-08-14T17:07:21.589Z Compiling dof v0.4.0
15982026-08-14T17:07:21.819Z Compiling flate2 v1.1.9
15992026-08-14T17:07:21.822Z Compiling proptest v1.11.0
16002026-08-14T17:07:21.848Z Compiling thread-id v5.1.0
16012026-08-14T17:07:21.851Z Compiling env_filter v1.0.0
16022026-08-14T17:07:21.878Z Compiling cookie v0.18.1
16032026-08-14T17:07:21.935Z Compiling signal-hook v0.3.18
16042026-08-14T17:07:21.966Z Compiling hashbrown v0.12.3
16052026-08-14T17:07:22.070Z Compiling allocator-api2 v0.2.21
16062026-08-14T17:07:22.085Z Compiling unicode-bidi v0.3.18
16072026-08-14T17:07:22.137Z Compiling base64 v0.21.7
16082026-08-14T17:07:22.178Z Compiling unicode-properties v0.1.4
16092026-08-14T17:07:22.210Z Compiling ryu v1.0.23
16102026-08-14T17:07:22.233Z Compiling winnow v0.5.40
16112026-08-14T17:07:22.255Z Compiling anyhow v1.0.102
16122026-08-14T17:07:22.400Z Compiling ipnetwork v0.21.1
16132026-08-14T17:07:22.415Z Compiling iri-string v0.7.10
16142026-08-14T17:07:22.418Z Compiling zstd-safe v7.2.4
16152026-08-14T17:07:22.445Z Compiling stringprep v0.1.5
16162026-08-14T17:07:22.628Z Compiling ron v0.8.1
16172026-08-14T17:07:22.662Z Compiling oxnet v0.1.6
16182026-08-14T17:07:22.791Z Compiling rsa v0.9.10
16192026-08-14T17:07:22.815Z Compiling serde_urlencoded v0.7.1
16202026-08-14T17:07:22.897Z Compiling structmeta v0.3.0
16212026-08-14T17:07:22.936Z Compiling env_logger v0.11.9
16222026-08-14T17:07:22.978Z Compiling scroll v0.12.0
16232026-08-14T17:07:23.116Z Compiling serde-hex v0.1.0
16242026-08-14T17:07:23.128Z Compiling camino v1.2.2
16252026-08-14T17:07:23.261Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-14T17:07:23.300Z Compiling derive_builder_macro v0.20.2
16272026-08-14T17:07:23.438Z Compiling hashbrown v0.13.2
16282026-08-14T17:07:23.519Z Compiling toml_edit v0.19.15
16292026-08-14T17:07:23.616Z Compiling bzip2 v0.4.4
16302026-08-14T17:07:23.705Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16312026-08-14T17:07:23.721Z Compiling serde_tokenstream v0.2.3
16322026-08-14T17:07:23.735Z Compiling erased-serde v0.3.31
16332026-08-14T17:07:23.838Z Compiling tokio-util v0.7.18
16342026-08-14T17:07:23.853Z Compiling tower v0.5.3
16352026-08-14T17:07:23.908Z Compiling tokio-native-tls v0.3.1
16362026-08-14T17:07:23.984Z Compiling x509-cert v0.2.5
16372026-08-14T17:07:23.999Z Compiling block-buffer v0.12.1
16382026-08-14T17:07:24.053Z Compiling crypto-common v0.2.2
16392026-08-14T17:07:24.103Z Compiling block-padding v0.4.2
16402026-08-14T17:07:24.149Z Compiling darling_macro v0.23.0
16412026-08-14T17:07:24.211Z Compiling md-5 v0.10.6
16422026-08-14T17:07:24.246Z Compiling rustls-native-certs v0.8.3
16432026-08-14T17:07:24.281Z Compiling newtype-uuid v1.3.2
16442026-08-14T17:07:24.350Z Compiling tower-http v0.6.8
16452026-08-14T17:07:24.397Z Compiling bstr v1.12.1
16462026-08-14T17:07:24.557Z Compiling h2 v0.4.15
16472026-08-14T17:07:24.639Z Compiling heck v0.4.1
16482026-08-14T17:07:24.674Z Compiling zerocopy-derive v0.7.35
16492026-08-14T17:07:24.779Z Compiling daft-derive v0.1.7
16502026-08-14T17:07:24.882Z Compiling pin-project-internal v1.1.11
16512026-08-14T17:07:24.901Z Compiling async-trait v0.1.89
16522026-08-14T17:07:24.916Z Compiling curve25519-dalek v4.1.3
16532026-08-14T17:07:25.065Z Compiling vergen-lib v9.1.0
16542026-08-14T17:07:25.258Z Compiling hash32 v0.2.1
16552026-08-14T17:07:25.272Z Compiling memoffset v0.9.1
16562026-08-14T17:07:25.468Z Compiling encoding_rs v0.8.35
16572026-08-14T17:07:25.483Z Compiling fallible-iterator v0.2.0
16582026-08-14T17:07:25.528Z Compiling rustix v0.38.44
16592026-08-14T17:07:25.569Z Compiling smoltcp v0.9.1
16602026-08-14T17:07:25.587Z Compiling ref-cast v1.0.25
16612026-08-14T17:07:25.754Z Compiling psl-types v2.0.11
16622026-08-14T17:07:25.805Z Compiling cfg_aliases v0.2.1
16632026-08-14T17:07:25.820Z Compiling litrs v1.0.0
16642026-08-14T17:07:25.894Z Compiling mime v0.3.17
16652026-08-14T17:07:25.910Z Compiling crc-any v2.5.0
16662026-08-14T17:07:25.925Z Compiling nix v0.31.2
16672026-08-14T17:07:25.970Z Compiling publicsuffix v2.3.0
16682026-08-14T17:07:26.007Z Compiling postgres-protocol v0.6.10
16692026-08-14T17:07:26.011Z Compiling zerocopy v0.7.35
16702026-08-14T17:07:26.035Z Compiling daft v0.1.7
16712026-08-14T17:07:26.039Z Compiling pin-project v1.1.11
16722026-08-14T17:07:26.214Z Compiling toml v0.7.8
16732026-08-14T17:07:26.228Z Compiling snafu-derive v0.8.9
16742026-08-14T17:07:26.262Z Compiling darling v0.23.0
16752026-08-14T17:07:26.277Z Compiling inout v0.2.2
16762026-08-14T17:07:26.327Z Compiling object v0.30.4
16772026-08-14T17:07:26.354Z Compiling document-features v0.2.12
16782026-08-14T17:07:26.358Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16792026-08-14T17:07:26.464Z Compiling derive_builder v0.20.2
16802026-08-14T17:07:26.582Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16812026-08-14T17:07:26.582Z Compiling zip v0.6.6
16822026-08-14T17:07:26.611Z Compiling goblin v0.8.2
16832026-08-14T17:07:26.659Z Compiling derive-ex v0.1.8
16842026-08-14T17:07:27.013Z Compiling futures-executor v0.3.32
16852026-08-14T17:07:27.039Z Compiling hubpack_derive v0.1.1
16862026-08-14T17:07:27.206Z Compiling regex v1.12.3
16872026-08-14T17:07:27.238Z Compiling strum_macros v0.27.2
16882026-08-14T17:07:27.294Z Compiling ref-cast-impl v1.0.25
16892026-08-14T17:07:27.324Z Compiling curve25519-dalek-derive v0.1.1
16902026-08-14T17:07:27.338Z Compiling phf_shared v0.13.1
16912026-08-14T17:07:27.341Z Compiling cargo-platform v0.3.2
16922026-08-14T17:07:27.517Z Compiling vergen v9.1.0
16932026-08-14T17:07:27.600Z Compiling ff v0.13.1
16942026-08-14T17:07:27.649Z Compiling fs-err v3.3.0
16952026-08-14T17:07:27.663Z Compiling object v0.37.3
16962026-08-14T17:07:27.721Z Compiling hyper v1.10.1
16972026-08-14T17:07:27.757Z Compiling managed v0.8.0
16982026-08-14T17:07:27.856Z Compiling base16ct v0.2.0
16992026-08-14T17:07:27.878Z Compiling foldhash v0.1.5
17002026-08-14T17:07:27.963Z Compiling same-file v1.0.6
17012026-08-14T17:07:27.992Z Compiling path-slash v0.1.5
17022026-08-14T17:07:28.018Z Compiling bitflags v1.3.2
17032026-08-14T17:07:28.032Z Compiling foldhash v0.2.0
17042026-08-14T17:07:28.051Z Compiling bumpalo v3.20.2
17052026-08-14T17:07:28.066Z Compiling jiff-core v0.1.0
17062026-08-14T17:07:28.105Z Compiling libbz2-rs-sys v0.2.2
17072026-08-14T17:07:28.154Z Compiling walkdir v2.5.0
17082026-08-14T17:07:28.223Z Compiling snafu v0.8.9
17092026-08-14T17:07:28.270Z Compiling zopfli v0.8.3
17102026-08-14T17:07:28.320Z Compiling hashbrown v0.16.1
17112026-08-14T17:07:28.457Z Compiling test-strategy v0.4.5
17122026-08-14T17:07:28.601Z Compiling bzip2 v0.6.1
17132026-08-14T17:07:28.745Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17142026-08-14T17:07:28.811Z Compiling hashbrown v0.15.5
17152026-08-14T17:07:28.832Z Compiling hyper-util v0.1.20
17162026-08-14T17:07:28.943Z Compiling dof v0.3.0
17172026-08-14T17:07:28.959Z Compiling jiff v0.2.34
17182026-08-14T17:07:28.978Z Compiling sec1 v0.7.3
17192026-08-14T17:07:29.254Z Compiling strum v0.27.2
17202026-08-14T17:07:29.337Z Compiling group v0.13.0
17212026-08-14T17:07:29.351Z Compiling phf v0.13.1
17222026-08-14T17:07:29.367Z Compiling cargo_metadata v0.23.1
17232026-08-14T17:07:29.381Z Compiling hubpack v0.1.2
17242026-08-14T17:07:29.408Z Compiling futures v0.3.32
17252026-08-14T17:07:29.497Z Compiling signal-hook-mio v0.2.5
17262026-08-14T17:07:29.530Z Compiling cookie_store v0.22.1
17272026-08-14T17:07:29.546Z Compiling zstd v0.13.3
17282026-08-14T17:07:29.611Z Compiling cipher v0.5.2
17292026-08-14T17:07:29.634Z Compiling postgres-types v0.2.12
17302026-08-14T17:07:29.686Z Compiling serde_with_macros v3.21.0
17312026-08-14T17:07:29.888Z Compiling globset v0.4.18
17322026-08-14T17:07:29.934Z Compiling usdt-attr-macro v0.6.0
17332026-08-14T17:07:29.955Z Compiling usdt-macro v0.6.0
17342026-08-14T17:07:30.133Z Compiling byte-wrapper v0.1.0
17352026-08-14T17:07:30.179Z Compiling dtrace-parser v0.2.0
17362026-08-14T17:07:30.206Z Compiling serde-big-array v0.5.1
17372026-08-14T17:07:30.209Z Compiling olpc-cjson v0.1.4
17382026-08-14T17:07:30.371Z Compiling hyper-tls v0.6.0
17392026-08-14T17:07:30.398Z Compiling serde_plain v1.0.2
17402026-08-14T17:07:30.483Z Compiling ed25519 v2.2.3
17412026-08-14T17:07:30.576Z Compiling reqwest v0.12.28
17422026-08-14T17:07:30.618Z Compiling hkdf v0.12.4
17432026-08-14T17:07:30.634Z Compiling crypto-bigint v0.5.5
17442026-08-14T17:07:30.637Z Compiling serde_repr v0.1.20
17452026-08-14T17:07:30.742Z Compiling enum-as-inner v0.6.1
17462026-08-14T17:07:30.761Z Compiling strum_macros v0.26.4
17472026-08-14T17:07:30.789Z Compiling async-recursion v1.1.1
17482026-08-14T17:07:30.805Z Compiling phf_shared v0.11.3
17492026-08-14T17:07:30.859Z Compiling float-cmp v0.10.0
17502026-08-14T17:07:30.919Z Compiling pem v3.0.6
17512026-08-14T17:07:30.942Z Compiling memmap2 v0.9.10
17522026-08-14T17:07:31.004Z Compiling thread-id v4.2.2
17532026-08-14T17:07:31.020Z Compiling predicates-core v1.0.10
17542026-08-14T17:07:31.103Z Compiling fixedbitset v0.5.7
17552026-08-14T17:07:31.171Z Compiling difflib v0.4.0
17562026-08-14T17:07:31.221Z Compiling precomputed-hash v0.1.1
17572026-08-14T17:07:31.241Z Compiling winnow v1.0.3
17582026-08-14T17:07:31.261Z Compiling static_assertions v1.1.0
17592026-08-14T17:07:31.288Z Compiling typed-path v0.9.3
17602026-08-14T17:07:31.330Z Compiling data-encoding v2.10.0
17612026-08-14T17:07:31.347Z Compiling either v1.15.0
17622026-08-14T17:07:31.408Z Compiling keccak v0.1.6
17632026-08-14T17:07:31.433Z Compiling fixedbitset v0.4.2
17642026-08-14T17:07:31.492Z Compiling cpufeatures v0.3.0
17652026-08-14T17:07:31.508Z Compiling const-oid v0.10.2
17662026-08-14T17:07:31.577Z Compiling normalize-line-endings v0.3.0
17672026-08-14T17:07:31.593Z Compiling whoami v2.1.0
17682026-08-14T17:07:31.667Z Compiling new_debug_unreachable v1.0.6
17692026-08-14T17:07:31.683Z Compiling digest v0.11.3
17702026-08-14T17:07:31.773Z Compiling string_cache v0.8.9
17712026-08-14T17:07:31.789Z Compiling predicates v3.1.4
17722026-08-14T17:07:31.803Z Compiling hickory-proto v0.25.2
17732026-08-14T17:07:31.952Z Compiling tokio-postgres v0.7.16
17742026-08-14T17:07:32.021Z Compiling elliptic-curve v0.13.8
17752026-08-14T17:07:32.053Z Compiling petgraph v0.6.5
17762026-08-14T17:07:32.100Z Compiling chacha20 v0.10.0
17772026-08-14T17:07:32.190Z Compiling sha3 v0.10.8
17782026-08-14T17:07:32.365Z Compiling toml_parser v1.1.2+spec-1.1.0
17792026-08-14T17:07:32.460Z Compiling itertools v0.13.0
17802026-08-14T17:07:32.476Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-14T17:07:32.514Z Compiling petgraph v0.8.3
17822026-08-14T17:07:32.560Z Compiling toml_edit v0.22.27
17832026-08-14T17:07:32.582Z Compiling zip v4.6.1
17842026-08-14T17:07:32.604Z Compiling strum v0.26.3
17852026-08-14T17:07:32.678Z Compiling usdt v0.6.0
17862026-08-14T17:07:32.751Z Compiling usdt-impl v0.5.0
17872026-08-14T17:07:32.833Z Compiling serde_with v3.21.0
17882026-08-14T17:07:32.945Z Compiling ed25519-dalek v2.2.0
17892026-08-14T17:07:32.963Z Compiling crossterm v0.28.1
17902026-08-14T17:07:33.019Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17912026-08-14T17:07:33.611Z Compiling iddqd v0.4.2
17922026-08-14T17:07:33.783Z Compiling similar v2.7.0
17932026-08-14T17:07:34.011Z Compiling tokio-stream v0.1.18
17942026-08-14T17:07:34.266Z Compiling buf-list v1.1.2
17952026-08-14T17:07:34.290Z Compiling crossbeam-epoch v0.9.18
17962026-08-14T17:07:34.387Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17972026-08-14T17:07:34.482Z Compiling openapiv3 v2.2.0
17982026-08-14T17:07:34.524Z Compiling lalrpop-util v0.19.12
17992026-08-14T17:07:34.570Z Compiling peg-runtime v0.8.5
18002026-08-14T17:07:34.585Z Compiling thread_local v1.1.9
18012026-08-14T17:07:34.632Z Compiling slog-async v2.8.0
18022026-08-14T17:07:34.677Z Compiling crossbeam-channel v0.5.15
18032026-08-14T17:07:34.691Z Compiling filetime v0.2.27
18042026-08-14T17:07:34.706Z Compiling is-terminal v0.4.17
18052026-08-14T17:07:34.732Z Compiling xattr v1.6.1
18062026-08-14T17:07:34.815Z Compiling term v1.2.1
18072026-08-14T17:07:34.857Z Compiling take_mut v0.2.2
18082026-08-14T17:07:34.860Z Compiling tar v0.4.46
18092026-08-14T17:07:34.885Z Compiling camino-tempfile v1.4.1
18102026-08-14T17:07:35.171Z Compiling slog-term v2.9.2
18112026-08-14T17:07:52.562Z Compiling rustls-webpki v0.103.13
18122026-08-14T17:07:55.237Z Compiling tokio-rustls v0.26.4
18132026-08-14T17:07:55.237Z Compiling rustls-platform-verifier v0.6.2
18142026-08-14T17:07:55.237Z Compiling tough v0.22.0
18152026-08-14T17:07:55.434Z Compiling hyper-rustls v0.27.7
18162026-08-14T17:07:55.619Z Compiling reqwest v0.13.2
18172026-08-14T17:07:57.817Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-08-14T17:07:58.040Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-08-14T17:08:00.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.64s
18202026-08-14T17:08:01.034Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18212026-08-14T17:08:01.082ZAug 14 17:07:59.939 INFO Starting download, target: Clickhouse
18222026-08-14T17:08:01.082ZAug 14 17:07:59.939 INFO Starting download, target: Cockroach
18232026-08-14T17:08:01.082ZAug 14 17:07:59.939 INFO Starting download, target: Console
18242026-08-14T17:08:01.082ZAug 14 17:07:59.939 INFO Starting download, target: DendriteStub
18252026-08-14T17:08:01.082ZAug 14 17:07:59.939 INFO Starting download, target: MaghemiteMgd
18262026-08-14T17:08:01.082ZAug 14 17:07:59.940 INFO Starting download, target: MaghemiteDdmd
18272026-08-14T17:08:01.083ZAug 14 17:07:59.940 INFO Starting download, target: TransceiverControl
18282026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18292026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18302026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18312026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18332026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-14T17:08:01.087ZAug 14 17:07:59.940 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18352026-08-14T17:08:01.401ZAug 14 17:08:00.256 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18362026-08-14T17:08:01.622ZAug 14 17:08:00.468 INFO Download complete, target: TransceiverControl
18372026-08-14T17:08:02.868ZAug 14 17:08:01.724 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-14T17:08:03.132ZAug 14 17:08:01.976 INFO Download complete, target: Console
18392026-08-14T17:08:03.267ZAug 14 17:08:02.118 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-08-14T17:08:03.626ZAug 14 17:08:02.476 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18412026-08-14T17:08:03.790ZAug 14 17:08:02.647 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18422026-08-14T17:08:03.925ZAug 14 17:08:02.779 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18432026-08-14T17:08:04.916ZAug 14 17:08:03.764 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18442026-08-14T17:08:04.917ZAug 14 17:08:03.764 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18452026-08-14T17:08:06.147ZAug 14 17:08:05.004 INFO Download complete, target: MaghemiteDdmd
18462026-08-14T17:08:06.267ZAug 14 17:08:05.124 INFO Download complete, target: DendriteStub
18472026-08-14T17:08:06.533ZAug 14 17:08:05.389 INFO Download complete, target: MaghemiteMgd
18482026-08-14T17:08:09.488ZAug 14 17:08:08.344 INFO Checking that binary works, target: Cockroach
18492026-08-14T17:08:09.607ZAug 14 17:08:08.463 INFO Download complete, target: Cockroach
18502026-08-14T17:08:09.954ZAug 14 17:08:08.810 INFO Checking that binary works, target: Clickhouse
18512026-08-14T17:08:10.038ZAug 14 17:08:08.895 INFO Download complete, target: Clickhouse
18522026-08-14T17:08:10.045ZAll prerequisites installed successfully
18532026-08-14T17:08:10.047Z
18542026-08-14T17:08:10.047Zreal 1:27.453882544
18552026-08-14T17:08:10.047Zuser 7:04.035010854
18562026-08-14T17:08:10.047Zsys 1:42.109062505
18572026-08-14T17:08:10.047Ztrap 0.256629340
18582026-08-14T17:08:10.047Ztflt 1.015980507
18592026-08-14T17:08:10.047Zdflt 1.601119698
18602026-08-14T17:08:10.047Zkflt 0.029988349
18612026-08-14T17:08:10.047Zlock 26:00.821507728
18622026-08-14T17:08:10.048Zslp 19:06.169166393
18632026-08-14T17:08:10.048Zlat 24.373574424
18642026-08-14T17:08:10.048Zstop 2:51.577717416
18652026-08-14T17:08:10.048Z+ source ./tools/include/force-git-over-https.sh
18662026-08-14T17:08:10.048Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18672026-08-14T17:08:10.048Z++ (( i = 0 ))
18682026-08-14T17:08:10.048Z++ (( i < 5 ))
18692026-08-14T17:08:10.048Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18702026-08-14T17:08:10.051Z++ (( i++ ))
18712026-08-14T17:08:10.051Z++ (( i < 5 ))
18722026-08-14T17:08:10.051Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18732026-08-14T17:08:10.054Z++ (( i++ ))
18742026-08-14T17:08:10.054Z++ (( i < 5 ))
18752026-08-14T17:08:10.054Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18762026-08-14T17:08:10.057Z++ (( i++ ))
18772026-08-14T17:08:10.057Z++ (( i < 5 ))
18782026-08-14T17:08:10.057Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18792026-08-14T17:08:10.057Z++ (( i++ ))
18802026-08-14T17:08:10.057Z++ (( i < 5 ))
18812026-08-14T17:08:10.057Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18822026-08-14T17:08:10.060Z++ (( i++ ))
18832026-08-14T17:08:10.060Z++ (( i < 5 ))
18842026-08-14T17:08:10.060Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18852026-08-14T17:08:10.060Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18862026-08-14T17:08:10.060Z+ rc=0
18872026-08-14T17:08:10.060Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18882026-08-14T17:08:17.956Z+ case $rc in
18892026-08-14T17:08:17.956Z+ pfexec zfs create -p rpool/images/build/host
18902026-08-14T17:08:18.209Z+ pfexec zfs create -p rpool/images/build/recovery
18912026-08-14T17:08:18.283Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18922026-08-14T17:08:18.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18932026-08-14T17:08:18.751Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18942026-08-14T17:08:19.598Z Compiling proc-macro2 v1.0.106
18952026-08-14T17:08:19.598Z Compiling quote v1.0.45
18962026-08-14T17:08:19.613Z Compiling unicode-ident v1.0.24
18972026-08-14T17:08:19.613Z Compiling libc v0.2.185
18982026-08-14T17:08:19.613Z Compiling serde_core v1.0.228
18992026-08-14T17:08:19.613Z Compiling serde v1.0.228
19002026-08-14T17:08:19.613Z Compiling cfg-if v1.0.4
19012026-08-14T17:08:19.613Z Compiling find-msvc-tools v0.1.9
19022026-08-14T17:08:19.613Z Compiling shlex v1.3.0
19032026-08-14T17:08:19.613Z Compiling autocfg v1.5.0
19042026-08-14T17:08:19.730Z Compiling version_check v0.9.5
19052026-08-14T17:08:19.740Z Compiling zerocopy v0.8.40
19062026-08-14T17:08:19.741Z Compiling portable-atomic v1.13.1
19072026-08-14T17:08:19.741Z Compiling zmij v1.0.21
19082026-08-14T17:08:19.741Z Compiling memchr v2.8.0
19092026-08-14T17:08:19.903Z Compiling serde_json v1.0.151
19102026-08-14T17:08:19.946Z Compiling libm v0.2.16
19112026-08-14T17:08:19.962Z Compiling getrandom v0.4.1
19122026-08-14T17:08:20.061Z Compiling parking_lot_core v0.9.12
19132026-08-14T17:08:20.091Z Compiling pkg-config v0.3.32
19142026-08-14T17:08:20.107Z Compiling generic-array v0.14.7
19152026-08-14T17:08:20.107Z Compiling icu_properties_data v2.1.2
19162026-08-14T17:08:20.129Z Compiling icu_normalizer_data v2.1.1
19172026-08-14T17:08:20.157Z Compiling num-traits v0.2.19
19182026-08-14T17:08:20.269Z Compiling smallvec v1.15.1
19192026-08-14T17:08:20.287Z Compiling log v0.4.29
19202026-08-14T17:08:20.356Z Compiling itoa v1.0.17
19212026-08-14T17:08:20.400Z Compiling getrandom v0.3.4
19222026-08-14T17:08:20.401Z Compiling subtle v2.6.1
19232026-08-14T17:08:20.401Z Compiling rustix v1.1.3
19242026-08-14T17:08:20.517Z Compiling scopeguard v1.2.0
19252026-08-14T17:08:20.550Z Compiling stable_deref_trait v1.2.1
19262026-08-14T17:08:20.568Z Compiling typenum v1.20.1
19272026-08-14T17:08:20.616Z Compiling lock_api v0.4.14
19282026-08-14T17:08:20.633Z Compiling jobserver v0.1.34
19292026-08-14T17:08:20.638Z Compiling errno v0.3.14
19302026-08-14T17:08:20.654Z Compiling critical-section v1.2.0
19312026-08-14T17:08:20.768Z Compiling rand_core v0.10.0
19322026-08-14T17:08:20.784Z Compiling thiserror v2.0.18
19332026-08-14T17:08:20.909Z Compiling cc v1.2.56
19342026-08-14T17:08:21.022Z Compiling syn v2.0.117
19352026-08-14T17:08:21.063Z Compiling getrandom v0.2.17
19362026-08-14T17:08:21.092Z Compiling heck v0.5.0
19372026-08-14T17:08:21.132Z Compiling dunce v1.0.5
19382026-08-14T17:08:21.153Z Compiling fs_extra v1.3.0
19392026-08-14T17:08:21.173Z Compiling once_cell v1.21.3
19402026-08-14T17:08:21.203Z Compiling rand_core v0.6.4
19412026-08-14T17:08:21.250Z Compiling percent-encoding v2.3.2
19422026-08-14T17:08:21.280Z Compiling writeable v0.6.2
19432026-08-14T17:08:21.314Z Compiling litemap v0.8.1
19442026-08-14T17:08:21.421Z Compiling const-oid v0.9.6
19452026-08-14T17:08:21.517Z Compiling schemars v0.8.22
19462026-08-14T17:08:21.520Z Compiling pin-project-lite v0.2.17
19472026-08-14T17:08:21.603Z Compiling equivalent v1.0.2
19482026-08-14T17:08:21.653Z Compiling cmake v0.1.57
19492026-08-14T17:08:21.674Z Compiling signal-hook-registry v1.4.8
19502026-08-14T17:08:21.740Z Compiling rustversion v1.0.22
19512026-08-14T17:08:21.762Z Compiling aws-lc-rs v1.16.3
19522026-08-14T17:08:21.978Z Compiling futures-core v0.3.32
19532026-08-14T17:08:22.009Z Compiling bitflags v2.11.0
19542026-08-14T17:08:22.057Z Compiling semver v1.0.28
19552026-08-14T17:08:22.075Z Compiling parking_lot v0.12.5
19562026-08-14T17:08:22.169Z Compiling mio v1.2.0
19572026-08-14T17:08:22.216Z Compiling aws-lc-sys v0.40.0
19582026-08-14T17:08:22.324Z Compiling crc32fast v1.5.0
19592026-08-14T17:08:22.365Z Compiling utf8_iter v1.0.4
19602026-08-14T17:08:22.506Z Compiling form_urlencoded v1.2.2
19612026-08-14T17:08:22.633Z Compiling byteorder v1.5.0
19622026-08-14T17:08:22.646Z Compiling hashbrown v0.17.0
19632026-08-14T17:08:22.649Z Compiling strsim v0.11.1
19642026-08-14T17:08:22.649Z Compiling vcpkg v0.2.15
19652026-08-14T17:08:22.820Z Compiling syn v1.0.109
19662026-08-14T17:08:22.889Z Compiling fnv v1.0.7
19672026-08-14T17:08:23.056Z Compiling socket2 v0.6.3
19682026-08-14T17:08:23.196Z Compiling httparse v1.10.1
19692026-08-14T17:08:23.214Z Compiling radium v0.7.0
19702026-08-14T17:08:23.246Z Compiling openssl-sys v0.9.117
19712026-08-14T17:08:23.284Z Compiling indexmap v2.14.0
19722026-08-14T17:08:23.316Z Compiling futures-sink v0.3.32
19732026-08-14T17:08:23.407Z Compiling thiserror v1.0.69
19742026-08-14T17:08:23.477Z Compiling futures-channel v0.3.32
19752026-08-14T17:08:23.499Z Compiling slab v0.4.12
19762026-08-14T17:08:23.529Z Compiling iana-time-zone v0.1.65
19772026-08-14T17:08:23.548Z Compiling futures-task v0.3.32
19782026-08-14T17:08:23.551Z Compiling futures-io v0.3.32
19792026-08-14T17:08:23.666Z Compiling rustls v0.23.41
19802026-08-14T17:08:23.774Z Compiling maybe-uninit v2.0.0
19812026-08-14T17:08:23.776Z Compiling base64 v0.22.1
19822026-08-14T17:08:23.836Z Compiling synstructure v0.13.2
19832026-08-14T17:08:23.839Z Compiling serde_derive_internals v0.29.1
19842026-08-14T17:08:23.839Z Compiling rustc_version v0.4.1
19852026-08-14T17:08:24.098Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-08-14T17:08:24.131Z Compiling uuid v1.23.4
19872026-08-14T17:08:24.157Z Compiling ahash v0.8.12
19882026-08-14T17:08:24.180Z Compiling packed_struct v0.10.1
19892026-08-14T17:08:24.204Z Compiling num-bigint-dig v0.8.6
19902026-08-14T17:08:24.210Z Compiling regex-syntax v0.8.10
19912026-08-14T17:08:24.235Z Compiling base64ct v1.8.3
19922026-08-14T17:08:24.243Z Compiling ucd-trie v0.1.7
19932026-08-14T17:08:24.327Z Compiling ident_case v1.0.1
19942026-08-14T17:08:24.341Z Compiling rand_core v0.9.5
19952026-08-14T17:08:24.416Z Compiling pest v2.8.6
19962026-08-14T17:08:24.490Z Compiling openssl v0.10.80
19972026-08-14T17:08:24.506Z Compiling pem-rfc7468 v0.7.0
19982026-08-14T17:08:24.534Z Compiling flagset v0.4.7
19992026-08-14T17:08:24.611Z Compiling fastrand v2.3.0
20002026-08-14T17:08:24.630Z Compiling dyn-clone v1.0.20
20012026-08-14T17:08:24.703Z Compiling indexmap v1.9.3
20022026-08-14T17:08:24.795Z Compiling utf8parse v0.2.2
20032026-08-14T17:08:24.813Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20042026-08-14T17:08:24.878Z Compiling tempfile v3.25.0
20052026-08-14T17:08:24.936Z Compiling anstyle v1.0.14
20062026-08-14T17:08:24.951Z Compiling native-tls v0.2.18
20072026-08-14T17:08:24.954Z Compiling paste v1.0.15
20082026-08-14T17:08:25.062Z Compiling serde_derive v1.0.228
20092026-08-14T17:08:25.086Z Compiling zeroize_derive v1.5.0
20102026-08-14T17:08:25.122Z Compiling zerocopy-derive v0.8.40
20112026-08-14T17:08:25.153Z Compiling zerofrom-derive v0.1.6
20122026-08-14T17:08:25.185Z Compiling yoke-derive v0.8.1
20132026-08-14T17:08:25.237Z Compiling zerovec-derive v0.11.2
20142026-08-14T17:08:25.241Z Compiling displaydoc v0.2.5
20152026-08-14T17:08:25.274Z Compiling tokio-macros v2.7.0
20162026-08-14T17:08:25.279Z Compiling futures-macro v0.3.32
20172026-08-14T17:08:25.694Z Compiling der_derive v0.7.3
20182026-08-14T17:08:25.708Z Compiling thiserror-impl v2.0.18
20192026-08-14T17:08:25.720Z Compiling zeroize v1.9.0
20202026-08-14T17:08:25.998Z Compiling schemars_derive v0.8.22
20212026-08-14T17:08:26.013Z Compiling tracing-attributes v0.1.31
20222026-08-14T17:08:26.100Z Compiling futures-util v0.3.32
20232026-08-14T17:08:26.209Z Compiling thiserror-impl v1.0.69
20242026-08-14T17:08:26.315Z Compiling zerofrom v0.1.6
20252026-08-14T17:08:26.464Z Compiling yoke v0.8.1
20262026-08-14T17:08:26.640Z Compiling crypto-common v0.1.7
20272026-08-14T17:08:26.684Z Compiling zerovec v0.11.5
20282026-08-14T17:08:26.708Z Compiling zerotrie v0.2.3
20292026-08-14T17:08:26.826Z Compiling block-buffer v0.10.4
20302026-08-14T17:08:27.007Z Compiling digest v0.10.7
20312026-08-14T17:08:27.174Z Compiling clap_derive v4.6.1
20322026-08-14T17:08:27.261Z Compiling tinystr v0.8.2
20332026-08-14T17:08:27.288Z Compiling potential_utf v0.1.4
20342026-08-14T17:08:27.325Z Compiling packed_struct_codegen v0.10.1
20352026-08-14T17:08:27.341Z Compiling der v0.7.10
20362026-08-14T17:08:27.359Z Compiling pest_meta v2.8.6
20372026-08-14T17:08:27.359Z Compiling zerocopy-derive v0.6.6
20382026-08-14T17:08:27.450Z Compiling icu_locale_core v2.1.1
20392026-08-14T17:08:27.499Z Compiling icu_collections v2.1.1
20402026-08-14T17:08:28.176Z Compiling bytes v1.11.1
20412026-08-14T17:08:28.258Z Compiling icu_provider v2.1.1
20422026-08-14T17:08:28.384Z Compiling chrono v0.4.45
20432026-08-14T17:08:28.620Z Compiling icu_properties v2.1.2
20442026-08-14T17:08:28.645Z Compiling icu_normalizer v2.1.1
20452026-08-14T17:08:28.726Z Compiling tokio v1.52.1
20462026-08-14T17:08:28.854Z Compiling hex v0.4.3
20472026-08-14T17:08:28.871Z Compiling bitfield-macros v0.19.4
20482026-08-14T17:08:28.872Z Compiling spki v0.7.3
20492026-08-14T17:08:29.200Z Compiling pest_generator v2.8.6
20502026-08-14T17:08:29.352Z Compiling openssl-macros v0.1.1
20512026-08-14T17:08:29.464Z Compiling ppv-lite86 v0.2.21
20522026-08-14T17:08:29.574Z Compiling idna_adapter v1.2.1
20532026-08-14T17:08:29.714Z Compiling idna v1.1.0
20542026-08-14T17:08:29.831Z Compiling cpufeatures v0.2.17
20552026-08-14T17:08:29.856Z Compiling pest_derive v2.8.6
20562026-08-14T17:08:29.897Z Compiling scroll_derive v0.13.1
20572026-08-14T17:08:30.020Z Compiling rand_chacha v0.9.0
20582026-08-14T17:08:30.142Z Compiling url v2.5.8
20592026-08-14T17:08:30.247Z Compiling rand v0.9.2
20602026-08-14T17:08:30.353Z Compiling is_terminal_polyfill v1.70.2
20612026-08-14T17:08:30.383Z Compiling colorchoice v1.0.4
20622026-08-14T17:08:30.383Z Compiling anstyle-query v1.1.5
20632026-08-14T17:08:30.463Z Compiling crossbeam-utils v0.8.21
20642026-08-14T17:08:30.535Z Compiling camino v1.2.2
20652026-08-14T17:08:30.883Z Compiling sha2 v0.10.9
20662026-08-14T17:08:30.883Z Compiling pkcs8 v0.10.2
20672026-08-14T17:08:30.999Z Compiling http v1.4.2
20682026-08-14T17:08:31.145Z Compiling rustls-pki-types v1.14.0
20692026-08-14T17:08:31.175Z Compiling daft-derive v0.1.7
20702026-08-14T17:08:31.394Z Compiling spin v0.9.8
20712026-08-14T17:08:31.550Z Compiling tinyvec_macros v0.1.1
20722026-08-14T17:08:31.633Z Compiling time-core v0.1.8
20732026-08-14T17:08:31.647Z Compiling num-conv v0.2.0
20742026-08-14T17:08:31.650Z Compiling tinyvec v1.10.0
20752026-08-14T17:08:31.793Z Compiling structmeta-derive v0.3.0
20762026-08-14T17:08:31.797Z Compiling time-macros v0.2.27
20772026-08-14T17:08:31.872Z Compiling async-trait v0.1.89
20782026-08-14T17:08:31.960Z Compiling anstyle-parse v1.0.0
20792026-08-14T17:08:32.018Z Compiling tracing-core v0.1.36
20802026-08-14T17:08:32.160Z Compiling unicode-segmentation v1.12.0
20812026-08-14T17:08:32.197Z Compiling cmov v0.5.4
20822026-08-14T17:08:32.213Z Compiling simd-adler32 v0.3.8
20832026-08-14T17:08:32.441Z Compiling plain v0.2.3
20842026-08-14T17:08:32.523Z Compiling untrusted v0.7.1
20852026-08-14T17:08:32.539Z Compiling tokio-util v0.7.18
20862026-08-14T17:08:32.576Z Compiling tracing v0.1.44
20872026-08-14T17:08:32.580Z Compiling ctutils v0.4.2
20882026-08-14T17:08:32.668Z Compiling anstream v1.0.0
20892026-08-14T17:08:32.801Z Compiling structmeta v0.3.0
20902026-08-14T17:08:32.805Z Compiling http-body v1.0.1
20912026-08-14T17:08:32.880Z Compiling toml_datetime v0.6.11
20922026-08-14T17:08:32.926Z Compiling serde_spanned v0.6.9
20932026-08-14T17:08:33.009Z Compiling pin-project-internal v1.1.11
20942026-08-14T17:08:33.086Z Compiling terminal_size v0.4.3
20952026-08-14T17:08:33.086Z Compiling slog v2.8.2
20962026-08-14T17:08:33.183Z Compiling wait-timeout v0.2.1
20972026-08-14T17:08:33.256Z Compiling cookie v0.18.1
20982026-08-14T17:08:33.429Z Compiling adler2 v2.0.1
20992026-08-14T17:08:33.473Z Compiling openssl-probe v0.2.1
21002026-08-14T17:08:33.488Z Compiling quick-error v1.2.3
21012026-08-14T17:08:33.527Z Compiling tap v1.0.1
21022026-08-14T17:08:33.591Z Compiling zstd-safe v7.2.4
21032026-08-14T17:08:33.614Z Compiling untrusted v0.9.0
21042026-08-14T17:08:33.644Z Compiling bit-vec v0.8.0
21052026-08-14T17:08:33.666Z Compiling clap_lex v1.0.0
21062026-08-14T17:08:33.681Z Compiling wyz v0.5.1
21072026-08-14T17:08:33.706Z Compiling rusty-fork v0.3.1
21082026-08-14T17:08:33.743Z Compiling miniz_oxide v0.8.9
21092026-08-14T17:08:33.904Z Compiling bit-set v0.8.0
21102026-08-14T17:08:33.928Z Compiling clap_builder v4.6.0
21112026-08-14T17:08:34.031Z Compiling derive-ex v0.1.8
21122026-08-14T17:08:34.068Z Compiling hybrid-array v0.4.13
21132026-08-14T17:08:34.119Z Compiling heck v0.4.1
21142026-08-14T17:08:34.122Z Compiling unicode-normalization v0.1.25
21152026-08-14T17:08:34.152Z Compiling rand_chacha v0.3.1
21162026-08-14T17:08:34.227Z Compiling signature v2.2.0
21172026-08-14T17:08:34.355Z Compiling scroll_derive v0.12.1
21182026-08-14T17:08:34.418Z Compiling rand_xorshift v0.4.0
21192026-08-14T17:08:34.463Z Compiling heapless v0.7.17
21202026-08-14T17:08:34.670Z Compiling num-integer v0.1.46
21212026-08-14T17:08:34.701Z Compiling aho-corasick v1.1.4
21222026-08-14T17:08:34.730Z Compiling tower-service v0.3.3
21232026-08-14T17:08:34.794Z Compiling try-lock v0.2.5
21242026-08-14T17:08:34.842Z Compiling funty v2.0.0
21252026-08-14T17:08:34.883Z Compiling tower-layer v0.3.3
21262026-08-14T17:08:34.912Z Compiling anyhow v1.0.102
21272026-08-14T17:08:34.941Z Compiling zlib-rs v0.6.2
21282026-08-14T17:08:35.009Z Compiling atomic-waker v1.1.2
21292026-08-14T17:08:35.098Z Compiling usdt-impl v0.6.0
21302026-08-14T17:08:35.221Z Compiling rustix v0.38.44
21312026-08-14T17:08:35.250Z Compiling unarray v0.1.4
21322026-08-14T17:08:35.271Z Compiling signal-hook v0.3.18
21332026-08-14T17:08:35.332Z Compiling pretty-hex v0.4.1
21342026-08-14T17:08:35.382Z Compiling proptest v1.11.0
21352026-08-14T17:08:35.415Z Compiling want v0.3.1
21362026-08-14T17:08:35.444Z Compiling h2 v0.4.15
21372026-08-14T17:08:35.487Z Compiling bitvec v1.0.1
21382026-08-14T17:08:35.562Z Compiling regex-automata v0.4.14
21392026-08-14T17:08:35.587Z Compiling num-iter v0.1.45
21402026-08-14T17:08:35.603Z Compiling test-strategy v0.4.5
21412026-08-14T17:08:35.961Z Compiling clap v4.6.1
21422026-08-14T17:08:36.176Z Compiling rand v0.8.6
21432026-08-14T17:08:36.355Z Compiling snafu-derive v0.8.9
21442026-08-14T17:08:36.876Z Compiling ipnetwork v0.21.1
21452026-08-14T17:08:36.964Z Compiling lazy_static v1.5.0
21462026-08-14T17:08:37.099Z Compiling flate2 v1.1.9
21472026-08-14T17:08:37.306Z Compiling scroll v0.13.0
21482026-08-14T17:08:37.473Z Compiling ipnet v2.11.0
21492026-08-14T17:08:37.650Z Compiling strum_macros v0.26.4
21502026-08-14T17:08:38.085Z Compiling anstyle-parse v0.2.7
21512026-08-14T17:08:38.375Z Compiling darling_core v0.23.0
21522026-08-14T17:08:38.408Z Compiling darling_core v0.20.11
21532026-08-14T17:08:38.962Z Compiling httpdate v1.0.3
21542026-08-14T17:08:39.179Z Compiling crc-catalog v2.4.0
21552026-08-14T17:08:39.267Z Compiling nodrop v0.1.14
21562026-08-14T17:08:39.305Z Compiling foreign-types-shared v0.1.1
21572026-08-14T17:08:39.324Z Compiling winnow v0.5.40
21582026-08-14T17:08:39.376Z Compiling hyper v1.10.1
21592026-08-14T17:08:39.420Z Compiling foreign-types v0.3.2
21602026-08-14T17:08:39.479Z Compiling array-init v0.0.4
21612026-08-14T17:08:39.539Z Compiling crc v3.4.0
21622026-08-14T17:08:40.072Z Compiling anstream v0.6.21
21632026-08-14T17:08:40.399Z Compiling darling_macro v0.20.11
21642026-08-14T17:08:40.559Z Compiling darling_macro v0.23.0
21652026-08-14T17:08:40.586Z Compiling newtype-uuid v1.3.2
21662026-08-14T17:08:40.896Z Compiling toml_edit v0.19.15
21672026-08-14T17:08:41.060Z Compiling goblin v0.10.5
21682026-08-14T17:08:41.125Z Compiling oxnet v0.1.6
21692026-08-14T17:08:41.149Z Compiling smallvec v0.6.14
21702026-08-14T17:08:41.493Z Compiling pkcs1 v0.7.5
21712026-08-14T17:08:41.692Z Compiling bitfield v0.19.4
21722026-08-14T17:08:41.826Z Compiling zerocopy v0.6.6
21732026-08-14T17:08:42.080Z Compiling zerocopy-derive v0.7.35
21742026-08-14T17:08:42.146Z Compiling curve25519-dalek v4.1.3
21752026-08-14T17:08:42.389Z Compiling socket2 v0.5.10
21762026-08-14T17:08:42.755Z Compiling env_filter v1.0.0
21772026-08-14T17:08:42.776Z Compiling memoffset v0.9.1
21782026-08-14T17:08:42.791Z Compiling ref-cast v1.0.25
21792026-08-14T17:08:42.995Z Compiling litrs v1.0.0
21802026-08-14T17:08:43.066Z Compiling smoltcp v0.9.1
21812026-08-14T17:08:43.093Z Compiling hashbrown v0.12.3
21822026-08-14T17:08:43.458Z Compiling base64 v0.21.7
21832026-08-14T17:08:43.489Z Compiling document-features v0.2.12
21842026-08-14T17:08:43.683Z Compiling env_logger v0.11.9
21852026-08-14T17:08:43.695Z Compiling hyper-util v0.1.20
21862026-08-14T17:08:43.862Z Compiling dof v0.4.0
21872026-08-14T17:08:43.886Z Compiling ron v0.8.1
21882026-08-14T17:08:44.098Z Compiling toml v0.7.8
21892026-08-14T17:08:44.251Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21902026-08-14T17:08:44.267Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21912026-08-14T17:08:44.282Z Compiling rsa v0.9.10
21922026-08-14T17:08:44.890Z Compiling daft v0.1.7
21932026-08-14T17:08:45.062Z Compiling serde-hex v0.1.0
21942026-08-14T17:08:45.123Z Compiling bzip2 v0.4.4
21952026-08-14T17:08:45.201Z Compiling darling v0.23.0
21962026-08-14T17:08:45.299Z Compiling darling v0.20.11
21972026-08-14T17:08:45.373Z Compiling hashbrown v0.13.2
21982026-08-14T17:08:45.678Z Compiling dtrace-parser v0.3.0
21992026-08-14T17:08:45.902Z Compiling x509-cert v0.2.5
22002026-08-14T17:08:45.970Z Compiling hmac v0.12.1
22012026-08-14T17:08:46.093Z Compiling async-recursion v1.1.1
22022026-08-14T17:08:46.212Z Compiling sync_wrapper v1.0.2
22032026-08-14T17:08:46.280Z Compiling thread-id v5.1.0
22042026-08-14T17:08:46.331Z Compiling cfg_aliases v0.2.1
22052026-08-14T17:08:46.361Z Compiling powerfmt v0.2.0
22062026-08-14T17:08:46.377Z Compiling siphasher v1.0.2
22072026-08-14T17:08:46.504Z Compiling crc-any v2.5.0
22082026-08-14T17:08:46.897Z Compiling deranged v0.5.8
22092026-08-14T17:08:47.024Z Compiling nix v0.31.2
22102026-08-14T17:08:47.148Z Compiling tower v0.5.3
22112026-08-14T17:08:47.548Z Compiling object v0.30.4
22122026-08-14T17:08:48.037Z Compiling derive_builder_core v0.20.2
22132026-08-14T17:08:48.041Z Compiling serde_with_macros v3.21.0
22142026-08-14T17:08:48.440Z Compiling zip v0.6.6
22152026-08-14T17:08:48.771Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22162026-08-14T17:08:48.822Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22172026-08-14T17:08:49.013Z Compiling bstr v1.12.1
22182026-08-14T17:08:49.063Z Compiling crypto-common v0.2.2
22192026-08-14T17:08:49.128Z Compiling block-buffer v0.12.1
22202026-08-14T17:08:49.589Z Compiling http-body-util v0.1.3
22212026-08-14T17:08:49.835Z Compiling futures-executor v0.3.32
22222026-08-14T17:08:49.849Z Compiling erased-serde v0.3.31
22232026-08-14T17:08:49.933Z Compiling serde_tokenstream v0.2.3
22242026-08-14T17:08:50.013Z Compiling hubpack_derive v0.1.1
22252026-08-14T17:08:50.196Z Compiling strum_macros v0.27.2
22262026-08-14T17:08:50.239Z Compiling ref-cast-impl v1.0.25
22272026-08-14T17:08:50.309Z Compiling curve25519-dalek-derive v0.1.1
22282026-08-14T17:08:50.466Z Compiling fs-err v3.3.0
22292026-08-14T17:08:50.481Z Compiling usdt-impl v0.5.0
22302026-08-14T17:08:50.674Z Compiling unicode-properties v0.1.4
22312026-08-14T17:08:50.722Z Compiling ryu v1.0.23
22322026-08-14T17:08:50.797Z Compiling num_threads v0.1.7
22332026-08-14T17:08:50.860Z Compiling path-slash v0.1.5
22342026-08-14T17:08:50.898Z Compiling object v0.37.3
22352026-08-14T17:08:51.044Z Compiling unicode-bidi v0.3.18
22362026-08-14T17:08:51.167Z Compiling iri-string v0.7.10
22372026-08-14T17:08:51.225Z Compiling same-file v1.0.6
22382026-08-14T17:08:51.475Z Compiling allocator-api2 v0.2.21
22392026-08-14T17:08:51.504Z Compiling time v0.3.47
22402026-08-14T17:08:51.532Z Compiling stringprep v0.1.5
22412026-08-14T17:08:51.819Z Compiling walkdir v2.5.0
22422026-08-14T17:08:51.933Z Compiling serde_urlencoded v0.7.1
22432026-08-14T17:08:52.293Z Compiling tower-http v0.6.8
22442026-08-14T17:08:53.302Z Compiling futures v0.3.32
22452026-08-14T17:08:53.841Z Compiling derive_builder_macro v0.20.2
22462026-08-14T17:08:54.043Z Compiling tokio-native-tls v0.3.1
22472026-08-14T17:08:54.071Z Compiling strum v0.26.3
22482026-08-14T17:08:54.199Z Compiling block-padding v0.4.2
22492026-08-14T17:08:54.358Z Compiling scroll v0.12.0
22502026-08-14T17:08:54.393Z Compiling pin-project v1.1.11
22512026-08-14T17:08:54.410Z Compiling rustls-native-certs v0.8.3
22522026-08-14T17:08:54.481Z Compiling md-5 v0.10.6
22532026-08-14T17:08:54.528Z Compiling vergen-lib v9.1.0
22542026-08-14T17:08:54.531Z Compiling hash32 v0.2.1
22552026-08-14T17:08:54.610Z Compiling encoding_rs v0.8.35
22562026-08-14T17:08:54.704Z Compiling fallible-iterator v0.2.0
22572026-08-14T17:08:54.730Z Compiling mime v0.3.17
22582026-08-14T17:08:54.745Z Compiling psl-types v2.0.11
22592026-08-14T17:08:54.823Z Compiling cpufeatures v0.3.0
22602026-08-14T17:08:54.868Z Compiling jiff-core v0.1.0
22612026-08-14T17:08:54.892Z Compiling publicsuffix v2.3.0
22622026-08-14T17:08:54.968Z Compiling goblin v0.8.2
22632026-08-14T17:08:55.021Z Compiling postgres-protocol v0.6.10
22642026-08-14T17:08:55.379Z Compiling snafu v0.8.9
22652026-08-14T17:08:55.422Z Compiling derive_builder v0.20.2
22662026-08-14T17:08:55.425Z Compiling inout v0.2.2
22672026-08-14T17:08:55.565Z Compiling hyper-tls v0.6.0
22682026-08-14T17:08:55.811Z Compiling jiff v0.2.34
22692026-08-14T17:08:55.941Z Compiling usdt-macro v0.6.0
22702026-08-14T17:08:55.965Z Compiling usdt-attr-macro v0.6.0
22712026-08-14T17:08:56.046Z Compiling globset v0.4.18
22722026-08-14T17:08:56.131Z Compiling phf_shared v0.13.1
22732026-08-14T17:08:56.147Z Compiling crossbeam-epoch v0.9.18
22742026-08-14T17:08:56.374Z Compiling zerocopy v0.7.35
22752026-08-14T17:08:56.406Z Compiling regex v1.12.3
22762026-08-14T17:08:56.774Z Compiling serde_plain v1.0.2
22772026-08-14T17:08:56.820Z Compiling serde_repr v0.1.20
22782026-08-14T17:08:56.948Z Compiling enum-as-inner v0.6.1
22792026-08-14T17:08:57.002Z Compiling pem v3.0.6
22802026-08-14T17:08:57.057Z Compiling vergen v9.1.0
22812026-08-14T17:08:57.059Z Compiling cargo-platform v0.3.2
22822026-08-14T17:08:57.258Z Compiling ff v0.13.1
22832026-08-14T17:08:57.335Z Compiling filetime v0.2.27
22842026-08-14T17:08:57.444Z Compiling xattr v1.6.1
22852026-08-14T17:08:57.458Z Compiling foldhash v0.1.5
22862026-08-14T17:08:57.487Z Compiling foldhash v0.2.0
22872026-08-14T17:08:57.636Z Compiling libbz2-rs-sys v0.2.2
22882026-08-14T17:08:57.651Z Compiling base16ct v0.2.0
22892026-08-14T17:08:57.687Z Compiling managed v0.8.0
22902026-08-14T17:08:57.708Z Compiling bitflags v1.3.2
22912026-08-14T17:08:57.723Z Compiling bumpalo v3.20.2
22922026-08-14T17:08:57.794Z Compiling const-oid v0.10.2
22932026-08-14T17:08:57.971Z Compiling typed-path v0.9.3
22942026-08-14T17:08:57.987Z Compiling digest v0.11.3
22952026-08-14T17:08:58.088Z Compiling bzip2 v0.6.1
22962026-08-14T17:08:58.105Z Compiling zopfli v0.8.3
22972026-08-14T17:08:58.215Z Compiling sec1 v0.7.3
22982026-08-14T17:08:58.218Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22992026-08-14T17:08:58.332Z Compiling hashbrown v0.16.1
23002026-08-14T17:08:58.543Z Compiling hashbrown v0.15.5
23012026-08-14T17:08:58.548Z Compiling tar v0.4.46
23022026-08-14T17:08:58.711Z Compiling group v0.13.0
23032026-08-14T17:08:58.780Z Compiling cargo_metadata v0.23.1
23042026-08-14T17:08:58.902Z Compiling dof v0.3.0
23052026-08-14T17:08:59.517Z Compiling phf v0.13.1
23062026-08-14T17:08:59.694Z Compiling zstd v0.13.3
23072026-08-14T17:08:59.958Z Compiling reqwest v0.12.28
23082026-08-14T17:08:59.982Z Compiling signal-hook-mio v0.2.5
23092026-08-14T17:09:00.007Z Compiling cipher v0.5.2
23102026-08-14T17:09:00.103Z Compiling cookie_store v0.22.1
23112026-08-14T17:09:00.119Z Compiling postgres-types v0.2.12
23122026-08-14T17:09:00.352Z Compiling strum v0.27.2
23132026-08-14T17:09:00.646Z Compiling hubpack v0.1.2
23142026-08-14T17:09:00.708Z Compiling phf_shared v0.11.3
23152026-08-14T17:09:00.742Z Compiling hkdf v0.12.4
23162026-08-14T17:09:00.798Z Compiling dtrace-parser v0.2.0
23172026-08-14T17:09:00.871Z Compiling byte-wrapper v0.1.0
23182026-08-14T17:09:00.903Z Compiling ed25519 v2.2.3
23192026-08-14T17:09:00.919Z Compiling olpc-cjson v0.1.4
23202026-08-14T17:09:01.196Z Compiling serde-big-array v0.5.1
23212026-08-14T17:09:01.373Z Compiling crypto-bigint v0.5.5
23222026-08-14T17:09:01.388Z Compiling float-cmp v0.10.0
23232026-08-14T17:09:01.511Z Compiling memmap2 v0.9.10
23242026-08-14T17:09:01.545Z Compiling thread-id v4.2.2
23252026-08-14T17:09:01.642Z Compiling normalize-line-endings v0.3.0
23262026-08-14T17:09:01.741Z Compiling fixedbitset v0.5.7
23272026-08-14T17:09:01.756Z Compiling data-encoding v2.10.0
23282026-08-14T17:09:01.818Z Compiling winnow v0.7.14
23292026-08-14T17:09:01.870Z Compiling precomputed-hash v0.1.1
23302026-08-14T17:09:02.004Z Compiling difflib v0.4.0
23312026-08-14T17:09:02.032Z Compiling predicates-core v1.0.10
23322026-08-14T17:09:02.205Z Compiling whoami v2.1.0
23332026-08-14T17:09:02.317Z Compiling new_debug_unreachable v1.0.6
23342026-08-14T17:09:02.402Z Compiling winnow v1.0.3
23352026-08-14T17:09:02.420Z Compiling either v1.15.0
23362026-08-14T17:09:02.451Z Compiling toml_write v0.1.2
23372026-08-14T17:09:02.545Z Compiling static_assertions v1.1.0
23382026-08-14T17:09:02.629Z Compiling keccak v0.1.6
23392026-08-14T17:09:02.661Z Compiling fixedbitset v0.4.2
23402026-08-14T17:09:02.843Z Compiling rayon-core v1.13.0
23412026-08-14T17:09:02.973Z Compiling petgraph v0.6.5
23422026-08-14T17:09:03.139Z Compiling toml_edit v0.22.27
23432026-08-14T17:09:03.267Z Compiling sha3 v0.10.8
23442026-08-14T17:09:03.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23452026-08-14T17:09:03.454Z Compiling toml_parser v1.1.2+spec-1.1.0
23462026-08-14T17:09:03.847Z Compiling itertools v0.13.0
23472026-08-14T17:09:03.957Z Compiling tokio-postgres v0.7.16
23482026-08-14T17:09:04.031Z Compiling string_cache v0.8.9
23492026-08-14T17:09:04.259Z Compiling elliptic-curve v0.13.8
23502026-08-14T17:09:04.454Z Compiling predicates v3.1.4
23512026-08-14T17:09:04.616Z Compiling hickory-proto v0.25.2
23522026-08-14T17:09:04.855Z Compiling petgraph v0.8.3
23532026-08-14T17:09:04.998Z Compiling chacha20 v0.10.0
23542026-08-14T17:09:05.024Z Compiling usdt v0.6.0
23552026-08-14T17:09:05.477Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23562026-08-14T17:09:06.025Z Compiling ed25519-dalek v2.2.0
23572026-08-14T17:09:06.339Z Compiling zip v4.6.1
23582026-08-14T17:09:06.869Z Compiling crossterm v0.28.1
23592026-08-14T17:09:07.132Z Compiling iddqd v0.4.2
23602026-08-14T17:09:07.880Z Compiling similar v2.7.0
23612026-08-14T17:09:08.085Z Compiling serde_with v3.21.0
23622026-08-14T17:09:09.338Z Compiling tokio-stream v0.1.18
23632026-08-14T17:09:09.371Z Compiling buf-list v1.1.2
23642026-08-14T17:09:09.416Z Compiling half v2.7.1
23652026-08-14T17:09:09.438Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23662026-08-14T17:09:09.639Z Compiling openapiv3 v2.2.0
23672026-08-14T17:09:09.876Z Compiling ciborium-io v0.2.2
23682026-08-14T17:09:09.924Z Compiling lalrpop-util v0.19.12
23692026-08-14T17:09:09.940Z Compiling peg-runtime v0.8.5
23702026-08-14T17:09:10.243Z Compiling ciborium-ll v0.2.2
23712026-08-14T17:09:11.282Z Compiling crossbeam-deque v0.8.6
23722026-08-14T17:09:11.704Z Compiling camino-tempfile v1.4.1
23732026-08-14T17:09:12.010Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23742026-08-14T17:09:12.382Z Compiling blake3 v1.8.5
23752026-08-14T17:09:12.562Z Compiling fs-err v2.11.0
23762026-08-14T17:09:15.276Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23772026-08-14T17:09:16.361Z Compiling rustls-webpki v0.103.13
23782026-08-14T17:09:16.751Z Compiling ciborium v0.2.2
23792026-08-14T17:09:17.224Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23802026-08-14T17:09:17.689Z Compiling thread_local v1.1.9
23812026-08-14T17:09:17.841Z Compiling constant_time_eq v0.4.2
23822026-08-14T17:09:17.881Z Compiling slog-async v2.8.0
23832026-08-14T17:09:18.026Z Compiling arrayref v0.3.9
23842026-08-14T17:09:18.050Z Compiling arrayvec v0.7.6
23852026-08-14T17:09:18.388Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23862026-08-14T17:09:18.424Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23872026-08-14T17:09:18.722Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23882026-08-14T17:09:18.738Z Compiling toml v0.8.23
23892026-08-14T17:09:18.753Z Compiling atomicwrites v0.4.4
23902026-08-14T17:09:18.975Z Compiling sha2 v0.11.0
23912026-08-14T17:09:19.054Z Compiling digest-io v0.1.0
23922026-08-14T17:09:19.074Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23932026-08-14T17:09:19.211Z Compiling crossbeam-channel v0.5.15
23942026-08-14T17:09:19.274Z Compiling serde_path_to_error v0.1.20
23952026-08-14T17:09:19.456Z Compiling is-terminal v0.4.17
23962026-08-14T17:09:19.476Z Compiling rawzip v0.4.4
23972026-08-14T17:09:19.581Z Compiling parse-size v1.1.0
23982026-08-14T17:09:19.596Z Compiling take_mut v0.2.2
23992026-08-14T17:09:19.725Z Compiling debug-ignore v1.0.5
24002026-08-14T17:09:19.770Z Compiling indent_write v2.2.0
24012026-08-14T17:09:19.783Z Compiling topological-sort v0.2.2
24022026-08-14T17:09:19.857Z Compiling term v1.2.1
24032026-08-14T17:09:19.936Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24042026-08-14T17:09:19.962Z Compiling shell-words v1.1.1
24052026-08-14T17:09:20.186Z Compiling tokio-rustls v0.26.4
24062026-08-14T17:09:20.219Z Compiling rustls-platform-verifier v0.6.2
24072026-08-14T17:09:20.452Z Compiling hyper-rustls v0.27.7
24082026-08-14T17:09:20.486Z Compiling tough v0.22.0
24092026-08-14T17:09:20.502Z Compiling slog-term v2.9.2
24102026-08-14T17:09:20.755Z Compiling reqwest v0.13.2
24112026-08-14T17:09:23.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24122026-08-14T17:09:28.414Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24132026-08-14T17:09:30.527Z Compiling omicron-zone-package v0.12.3
24142026-08-14T17:09:30.812Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24152026-08-14T17:09:31.133Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24162026-08-14T17:09:31.159Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24172026-08-14T17:09:35.763Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24182026-08-14T17:09:48.035Z Finished `release` profile [optimized] target(s) in 1m 29s
24192026-08-14T17:09:48.178Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24202026-08-14T17:09:48.236ZAug 14 17:09:47.091 DEBG changing working directory to /work/oxidecomputer/omicron
24212026-08-14T17:09:48.329ZAug 14 17:09:47.186 DEBG running: git rev-parse HEAD
24222026-08-14T17:09:48.332ZAug 14 17:09:47.188 DEBG process exited with exit status: 0 (2.485283ms)
24232026-08-14T17:09:48.332ZAug 14 17:09:47.188 INFO version: 23.0.0-0.ci+git1739fed3e65
24242026-08-14T17:09:48.341ZAug 14 17:09:47.198 INFO cloning helios to /work/oxidecomputer/helios
24252026-08-14T17:09:48.341ZAug 14 17:09:47.198 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24262026-08-14T17:09:48.345ZCloning into '/work/oxidecomputer/helios'...
24272026-08-14T17:09:48.913ZAug 14 17:09:47.769 DEBG process exited with exit status: 0 (571.103882ms)
24282026-08-14T17:09:48.913ZAug 14 17:09:47.769 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24292026-08-14T17:09:48.916ZAug 14 17:09:47.772 DEBG process exited with exit status: 0 (2.492383ms)
24302026-08-14T17:09:48.916ZAug 14 17:09:47.772 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24312026-08-14T17:09:49.275ZAug 14 17:09:48.130 DEBG process exited with exit status: 0 (357.802678ms)
24322026-08-14T17:09:49.275ZAug 14 17:09:48.130 DEBG running: zfs list rpool/images/build/host
24332026-08-14T17:09:49.278ZNAME USED AVAIL REFER MOUNTPOINT
24342026-08-14T17:09:49.278Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24352026-08-14T17:09:49.278ZAug 14 17:09:48.134 DEBG process exited with exit status: 0 (4.434015ms)
24362026-08-14T17:09:49.278ZAug 14 17:09:48.134 DEBG running: zfs list rpool/images/build/recovery
24372026-08-14T17:09:49.281ZNAME USED AVAIL REFER MOUNTPOINT
24382026-08-14T17:09:49.282Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24392026-08-14T17:09:49.282ZAug 14 17:09:48.137 DEBG process exited with exit status: 0 (3.390814ms)
24402026-08-14T17:09:49.282ZAug 14 17:09:48.138 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24412026-08-14T17:09:49.294ZAug 14 17:09:48.151 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081400.0.0; the console needs a client regen and tools/console_version needs a bump
24422026-08-14T17:09:49.297ZAug 14 17:09:48.152 INFO [hubris-production] running task
24432026-08-14T17:09:49.297ZAug 14 17:09:48.152 INFO [incorp-manifest] running task
24442026-08-14T17:09:49.297ZAug 14 17:09:48.152 INFO [hubris-staging] running task
24452026-08-14T17:09:49.297ZAug 14 17:09:48.152 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24462026-08-14T17:09:49.297ZAug 14 17:09:48.152 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24472026-08-14T17:09:49.297ZAug 14 17:09:48.153 INFO [incorp-create] running: pkgrepo create /work/incorporation
24482026-08-14T17:09:49.300ZAug 14 17:09:48.154 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24492026-08-14T17:09:49.322Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24502026-08-14T17:09:49.405Z[ omicron-package] Blocking waiting for file lock on package cache
24512026-08-14T17:09:49.525ZAug 14 17:09:48.382 INFO [incorp-create] process exited with exit status: 0 (228.718971ms)
24522026-08-14T17:09:49.528ZAug 14 17:09:48.382 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24532026-08-14T17:09:49.748ZAug 14 17:09:48.605 INFO [incorp-publisher] process exited with exit status: 0 (222.801204ms)
24542026-08-14T17:09:50.101Z[ omicron-package] Blocking waiting for file lock on package cache
24552026-08-14T17:09:50.500ZAug 14 17:09:49.356 INFO [hubris-production] task succeeded (1.204346115s)
24562026-08-14T17:09:50.900ZAug 14 17:09:49.757 DEBG process exited with exit status: 0 (1.604823312s)
24572026-08-14T17:09:50.903ZAug 14 17:09:49.757 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24582026-08-14T17:09:51.432Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24592026-08-14T17:09:51.432Z[ omicron-package] Compiling macaddr v1.0.1
24602026-08-14T17:09:51.435Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24612026-08-14T17:09:51.435Z[ omicron-package] Compiling itertools v0.15.0
24622026-08-14T17:09:51.435Z[ omicron-package] Compiling secrecy v0.10.3
24632026-08-14T17:09:51.435Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-08-14T17:09:51.435Z[ omicron-package] Compiling heapless v0.8.0
24652026-08-14T17:09:51.592Z[ omicron-package] Compiling hash32 v0.3.1
24662026-08-14T17:09:51.595Z[ omicron-package] Compiling inout v0.1.4
24672026-08-14T17:09:51.595Z[ omicron-package] Compiling multer v3.1.0
24682026-08-14T17:09:51.595Z[ omicron-package] Compiling unicode-width v0.2.0
24692026-08-14T17:09:51.595Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702026-08-14T17:09:51.595Z[ omicron-package] Compiling match_cfg v0.1.0
24712026-08-14T17:09:51.669Z[ omicron-package] Compiling compression-core v0.4.31
24722026-08-14T17:09:51.712Z[ omicron-package] Compiling smoltcp v0.11.0
24732026-08-14T17:09:52.087Z[ omicron-package] Compiling hostname v0.3.1
24742026-08-14T17:09:52.087Z[ omicron-package] Compiling compression-codecs v0.4.37
24752026-08-14T17:09:52.229Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24762026-08-14T17:09:52.229Z[ omicron-package] Compiling slog-json v2.6.1
24772026-08-14T17:09:52.232Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24782026-08-14T17:09:52.333Z[ omicron-package] Compiling cobs v0.3.0
24792026-08-14T17:09:52.520Z[ omicron-package] Compiling universal-hash v0.5.1
24802026-08-14T17:09:52.661Z[ omicron-package] Compiling cipher v0.4.4
24812026-08-14T17:09:52.661Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24822026-08-14T17:09:52.875Z[ omicron-package] Compiling async-stream-impl v0.3.6
24832026-08-14T17:09:52.875Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24842026-08-14T17:09:52.879Z[ omicron-package] Compiling serde_spanned v1.1.1
24852026-08-14T17:09:52.920Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24862026-08-14T17:09:52.920Z[ omicron-package] Compiling dropshot v0.17.1
24872026-08-14T17:09:52.920Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24882026-08-14T17:09:52.952Z[ omicron-package] Compiling convert_case v0.4.0
24892026-08-14T17:09:52.955Z[ omicron-package] Compiling opaque-debug v0.3.1
24902026-08-14T17:09:52.973ZAug 14 17:09:51.830 DEBG process exited with exit status: 0 (2.072766925s)
24912026-08-14T17:09:52.976ZAug 14 17:09:51.833 INFO [incorp-manifest] task succeeded (3.68082394s)
24922026-08-14T17:09:52.978ZAug 14 17:09:51.833 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24932026-08-14T17:09:53.085Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24942026-08-14T17:09:53.121Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24952026-08-14T17:09:53.184ZAug 14 17:09:52.041 INFO [incorp-fmt] process exited with exit status: 0 (207.923908ms)
24962026-08-14T17:09:53.188ZAug 14 17:09:52.045 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24972026-08-14T17:09:53.202Z[ omicron-package] Compiling poly1305 v0.8.0
24982026-08-14T17:09:53.202Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24992026-08-14T17:09:53.442Z[ omicron-package] Compiling derive_more v0.99.20
25002026-08-14T17:09:53.467Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25012026-08-14T17:09:53.488Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25022026-08-14T17:09:53.488Z[ omicron-package] Compiling chacha20 v0.9.1
25032026-08-14T17:09:53.491Z[ omicron-package] Compiling slog-bunyan v2.5.0
25042026-08-14T17:09:53.551Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T170952Z
25052026-08-14T17:09:53.551Z[ incorp-pkgsend] PUBLISHED
25062026-08-14T17:09:53.615ZAug 14 17:09:52.472 INFO [incorp-pkgsend] process exited with exit status: 0 (430.661401ms)
25072026-08-14T17:09:53.618ZAug 14 17:09:52.472 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25082026-08-14T17:09:53.664Z[ omicron-package] Compiling async-stream v0.3.6
25092026-08-14T17:09:53.667Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25102026-08-14T17:09:53.667Z[ omicron-package] Compiling postcard v1.1.3
25112026-08-14T17:09:53.667Z[ omicron-package] Compiling num_enum_derive v0.7.6
25122026-08-14T17:09:53.880Z[ helios-incorp] Retrieving packages for publisher helios ...
25132026-08-14T17:09:53.884Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25142026-08-14T17:09:53.891Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25152026-08-14T17:09:53.895Z[ omicron-package] Compiling async-compression v0.4.41
25162026-08-14T17:09:53.912Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25172026-08-14T17:09:53.912Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25182026-08-14T17:09:53.915Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25192026-08-14T17:09:53.917Z[ helios-incorp]
25202026-08-14T17:09:53.917Z[ helios-incorp] Archiving packages ...
25212026-08-14T17:09:53.917Z[ helios-incorp] Packages to add: 1
25222026-08-14T17:09:53.917Z[ helios-incorp] Files to retrieve: 0
25232026-08-14T17:09:53.917Z[ helios-incorp] Estimated transfer size: 0.00 B
25242026-08-14T17:09:53.917Z[ helios-incorp]
25252026-08-14T17:09:53.917Z[ helios-incorp] Packages to archive:
25262026-08-14T17:09:53.917Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T170952Z
25272026-08-14T17:09:53.918Z[ helios-incorp]
25282026-08-14T17:09:53.920Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25292026-08-14T17:09:53.920Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25302026-08-14T17:09:53.986ZAug 14 17:09:52.843 INFO [helios-incorp] process exited with exit status: 0 (370.774292ms)
25312026-08-14T17:09:54.021Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25322026-08-14T17:09:54.025Z[ omicron-package] Compiling ingot-macros v0.2.0
25332026-08-14T17:09:54.025Z[ omicron-package] Compiling sha1 v0.11.0
25342026-08-14T17:09:54.097Z[ omicron-package] Compiling progenitor-client v0.14.0
25352026-08-14T17:09:54.113Z[ omicron-package] Compiling parse-display-derive v0.10.0
25362026-08-14T17:09:54.116Z[ omicron-package] Compiling waitgroup v0.1.2
25372026-08-14T17:09:54.256Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25382026-08-14T17:09:54.295Z[ omicron-package] Compiling backon v1.6.0
25392026-08-14T17:09:54.459Z[ omicron-package] Compiling password-hash v0.5.0
25402026-08-14T17:09:54.529Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25412026-08-14T17:09:54.571Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25422026-08-14T17:09:54.595Z[ omicron-package] Compiling blake2 v0.10.6
25432026-08-14T17:09:54.642Z[ omicron-package] Compiling aead v0.5.2
25442026-08-14T17:09:54.675Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25452026-08-14T17:09:54.815Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25462026-08-14T17:09:54.967Z[ omicron-package] Compiling hostname v0.4.2
25472026-08-14T17:09:55.063Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25482026-08-14T17:09:55.180Z[ omicron-package] Compiling instant v0.1.13
25492026-08-14T17:09:55.239Z[ omicron-package] Compiling proc-macro-error v1.0.4
25502026-08-14T17:09:55.239Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25512026-08-14T17:09:55.277Z[ omicron-package] Compiling num_enum v0.7.6
25522026-08-14T17:09:55.391Z[ omicron-package] Compiling backoff v0.4.0
25532026-08-14T17:09:55.436Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25542026-08-14T17:09:55.475Z[ omicron-package] Compiling argon2 v0.5.3
25552026-08-14T17:09:55.498Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25562026-08-14T17:09:55.536Z[ omicron-package] Compiling progenitor-extras v0.2.0
25572026-08-14T17:09:55.604Z[ omicron-package] Compiling foreign-types v0.5.0
25582026-08-14T17:09:55.655Z[ omicron-package] Compiling vsss-rs v3.3.4
25592026-08-14T17:09:55.729Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25602026-08-14T17:09:55.828Z[ omicron-package] Compiling parse-display v0.10.0
25612026-08-14T17:09:55.831Z[ omicron-package] Compiling num_enum_derive v0.5.11
25622026-08-14T17:09:55.863Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25632026-08-14T17:09:55.866Z[ omicron-package] Compiling tabwriter v1.4.1
25642026-08-14T17:09:55.989Z[ omicron-package] Compiling regress v0.10.5
25652026-08-14T17:09:55.992Z[ omicron-package] Compiling itertools v0.14.0
25662026-08-14T17:09:56.126Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-08-14T17:09:56.270Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25682026-08-14T17:09:56.323Z[ omicron-package] Compiling cstr-argument v0.1.2
25692026-08-14T17:09:56.324Z[ omicron-package] Compiling humantime v2.3.0
25702026-08-14T17:09:56.550Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25712026-08-14T17:09:56.684Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25722026-08-14T17:09:56.779Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25732026-08-14T17:09:56.887Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25742026-08-14T17:09:57.022Z[ omicron-package] Compiling ingot-types v0.2.0
25752026-08-14T17:09:57.026Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25762026-08-14T17:09:57.073Z[ omicron-package] Compiling num_enum v0.5.11
25772026-08-14T17:09:57.120Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25782026-08-14T17:09:57.127Z[ omicron-package] Compiling rayon v1.11.0
25792026-08-14T17:09:57.141Z[ omicron-package] Compiling rand v0.10.1
25802026-08-14T17:09:57.205Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25812026-08-14T17:09:57.292Z[ omicron-package] Compiling colored v3.1.1
25822026-08-14T17:09:57.351Z[ omicron-package] Compiling libefi-sys v0.1.0
25832026-08-14T17:09:57.398Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25842026-08-14T17:09:57.444Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25852026-08-14T17:09:57.634Z[ omicron-package] Compiling ingot v0.2.1
25862026-08-14T17:09:57.698Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25872026-08-14T17:09:57.701Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25882026-08-14T17:09:57.808Z[ omicron-package] Compiling itertools v0.12.1
25892026-08-14T17:09:57.858Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25902026-08-14T17:09:57.941Z[ omicron-package] Compiling usdt-macro v0.5.0
25912026-08-14T17:09:58.023Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25922026-08-14T17:09:58.052Z[ omicron-package] Compiling num-derive v0.4.2
25932026-08-14T17:09:58.091Z[ omicron-package] Compiling bitfield-struct v0.6.2
25942026-08-14T17:09:58.146Z[ omicron-package] Compiling memmap v0.7.0
25952026-08-14T17:09:58.168Z[ omicron-package] Compiling sigpipe v0.1.3
25962026-08-14T17:09:58.312Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25972026-08-14T17:09:58.424Z[ omicron-package] Compiling swrite v0.1.0
25982026-08-14T17:09:58.489Z[ omicron-package] Compiling glob v0.3.3
25992026-08-14T17:09:58.611Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26002026-08-14T17:09:58.770Z[ omicron-package] Compiling usdt v0.5.0
26012026-08-14T17:09:58.946Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-14T17:09:59.037Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26032026-08-14T17:09:59.096Z[ omicron-package] Compiling smf v0.2.3
26042026-08-14T17:09:59.176Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26052026-08-14T17:09:59.278Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26062026-08-14T17:09:59.397Z[ omicron-package] Compiling whoami v1.6.1
26072026-08-14T17:09:59.435Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082026-08-14T17:09:59.533Z[ omicron-package] Compiling zone v0.3.1
26092026-08-14T17:09:59.588Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26102026-08-14T17:09:59.712Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26112026-08-14T17:09:59.804Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-08-14T17:09:59.989Z[ omicron-package] Compiling console v0.16.2
26132026-08-14T17:10:00.062Z[ omicron-package] Compiling gethostname v0.5.0
26142026-08-14T17:10:00.116Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26152026-08-14T17:10:00.191Z[ omicron-package] Compiling unit-prefix v0.5.2
26162026-08-14T17:10:00.269Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26172026-08-14T17:10:00.760Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26182026-08-14T17:10:00.871Z[ omicron-package] Compiling indicatif v0.18.4
26192026-08-14T17:10:02.145Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26202026-08-14T17:10:03.523Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-14T17:10:04.746Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26222026-08-14T17:10:05.041Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26232026-08-14T17:10:05.041Z[ helios-setup] Aug 14 17:10:03.891 INFO helios repository root is: /work/oxidecomputer/helios
26242026-08-14T17:10:05.041Z[ helios-setup] Aug 14 17:10:03.893 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
26252026-08-14T17:10:05.041Z[ helios-setup] Aug 14 17:10:03.893 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26262026-08-14T17:10:05.925Z[ helios-setup] Aug 14 17:10:04.782 INFO clone ok!, project: dmar-report
26272026-08-14T17:10:05.928Z[ helios-setup] Aug 14 17:10:04.782 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
26282026-08-14T17:10:05.928Z[ helios-setup] Aug 14 17:10:04.782 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26292026-08-14T17:10:05.928Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26302026-08-14T17:10:07.078ZAug 14 17:10:05.935 INFO [hubris-staging] task succeeded (17.782970291s)
26312026-08-14T17:10:07.271Z[ helios-setup] Aug 14 17:10:06.126 INFO clone ok!, project: pilot
26322026-08-14T17:10:07.271Z[ helios-setup] Aug 14 17:10:06.126 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26332026-08-14T17:10:07.274Z[ helios-setup] Aug 14 17:10:06.126 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
26342026-08-14T17:10:07.274Z[ helios-setup] Aug 14 17:10:06.126 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
26352026-08-14T17:10:07.274Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26362026-08-14T17:10:08.139Z[ helios-setup] Aug 14 17:10:06.995 INFO clone ok!, project: amd-host-image-builder
26372026-08-14T17:10:08.139Z[ helios-setup] Aug 14 17:10:06.995 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
26382026-08-14T17:10:08.142Z[ helios-setup] Aug 14 17:10:06.995 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26392026-08-14T17:10:08.142Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26402026-08-14T17:10:08.687Z[ helios-setup] Aug 14 17:10:07.543 INFO clone ok!, project: pinprick
26412026-08-14T17:10:08.687Z[ helios-setup] Aug 14 17:10:07.544 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
26422026-08-14T17:10:08.690Z[ helios-setup] Aug 14 17:10:07.544 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26432026-08-14T17:10:08.691Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26442026-08-14T17:10:09.300Z[ helios-setup] Aug 14 17:10:08.156 INFO clone ok!, project: phbl
26452026-08-14T17:10:09.303Z[ helios-setup] Aug 14 17:10:08.156 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26462026-08-14T17:10:09.303Z[ helios-setup] Aug 14 17:10:08.156 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
26472026-08-14T17:10:09.303Z[ helios-setup] Aug 14 17:10:08.156 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26482026-08-14T17:10:09.303Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26492026-08-14T17:10:09.890Z[ helios-setup] Aug 14 17:10:08.746 INFO clone ok!, project: image-builder
26502026-08-14T17:10:09.890Z[ helios-setup] Aug 14 17:10:08.747 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
26512026-08-14T17:10:09.890Z[ helios-setup] Aug 14 17:10:08.747 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26522026-08-14T17:10:09.893Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26532026-08-14T17:10:10.445Z[ helios-setup] Aug 14 17:10:09.301 INFO clone ok!, project: bootserver
26542026-08-14T17:10:10.445Z[ helios-setup] Aug 14 17:10:09.301 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
26552026-08-14T17:10:10.445Z[ helios-setup] Aug 14 17:10:09.301 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26562026-08-14T17:10:10.448Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26572026-08-14T17:10:13.136Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26582026-08-14T17:10:16.443Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26592026-08-14T17:10:16.897Z[ helios-setup] Aug 14 17:10:15.754 INFO clone ok!, project: amd-firmware
26602026-08-14T17:10:16.897Z[ helios-setup] Aug 14 17:10:15.754 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26612026-08-14T17:10:16.901Z[ helios-setup] Aug 14 17:10:15.754 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
26622026-08-14T17:10:16.901Z[ helios-setup] Aug 14 17:10:15.754 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26632026-08-14T17:10:16.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26642026-08-14T17:10:17.538Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26652026-08-14T17:10:18.066Z[ helios-setup] Aug 14 17:10:16.922 INFO clone ok!, project: chelsio-t6-roms
26662026-08-14T17:10:18.069Z[ helios-setup] Aug 14 17:10:16.922 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26672026-08-14T17:10:18.292Z[ helios-setup] Aug 14 17:10:17.148 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26682026-08-14T17:10:18.537Z[ helios-setup] Aug 14 17:10:17.393 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26692026-08-14T17:10:18.537Z[ helios-setup] Aug 14 17:10:17.393 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26702026-08-14T17:10:18.775Z[ helios-setup] Aug 14 17:10:17.631 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26712026-08-14T17:10:19.033Z[ helios-setup] Aug 14 17:10:17.889 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26722026-08-14T17:10:19.033Z[ helios-setup] Aug 14 17:10:17.889 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26732026-08-14T17:10:19.299Z[ helios-setup] Aug 14 17:10:18.155 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26742026-08-14T17:10:19.530Z[ helios-setup] Aug 14 17:10:18.387 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26752026-08-14T17:10:19.531Z[ helios-setup] Aug 14 17:10:18.387 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26762026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26772026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO ok!
26782026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26792026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26802026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO ok!
26812026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26822026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26832026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO ok!
26842026-08-14T17:10:19.535Z[ helios-setup] Aug 14 17:10:18.387 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26852026-08-14T17:10:19.539Z[ helios-setup] Aug 14 17:10:18.396 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26862026-08-14T17:10:19.539Z[ helios-setup] Aug 14 17:10:18.396 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26872026-08-14T17:10:19.542Z[ helios-setup] Aug 14 17:10:18.396 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26882026-08-14T17:10:19.644Z[ helios-setup] Aug 14 17:10:18.501 INFO E| Updating crates.io index
26892026-08-14T17:10:19.724Z[ helios-setup] Aug 14 17:10:18.581 INFO E| Downloading crates ...
26902026-08-14T17:10:19.775Z[ helios-setup] Aug 14 17:10:18.631 INFO E| Downloaded anyhow v1.0.98
26912026-08-14T17:10:19.778Z[ helios-setup] Aug 14 17:10:18.634 INFO E| Downloaded autocfg v1.4.0
26922026-08-14T17:10:19.787Z[ helios-setup] Aug 14 17:10:18.644 INFO E| Downloaded time-core v0.1.4
26932026-08-14T17:10:19.809Z[ helios-setup] Aug 14 17:10:18.666 INFO E| Downloaded errno v0.3.12
26942026-08-14T17:10:19.815Z[ helios-setup] Aug 14 17:10:18.672 INFO E| Downloaded itoa v1.0.15
26952026-08-14T17:10:19.817Z[ helios-setup] Aug 14 17:10:18.672 INFO E| Downloaded quote v1.0.40
26962026-08-14T17:10:19.820Z[ helios-setup] Aug 14 17:10:18.676 INFO E| Downloaded serde_with_macros v3.12.0
26972026-08-14T17:10:19.823Z[ helios-setup] Aug 14 17:10:18.680 INFO E| Downloaded deranged v0.4.0
26982026-08-14T17:10:19.828Z[ helios-setup] Aug 14 17:10:18.685 INFO E| Downloaded thiserror-impl v2.0.12
26992026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.685 INFO E| Downloaded time-macros v0.2.22
27002026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.691 INFO E| Downloaded thiserror v2.0.12
27012026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.694 INFO E| Downloaded iana-time-zone v0.1.63
27022026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.701 INFO E| Downloaded tempfile v3.20.0
27032026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.702 INFO E| Downloaded unicode-ident v1.0.18
27042026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.706 INFO E| Downloaded ryu v1.0.20
27052026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.714 INFO E| Downloaded serde_derive v1.0.219
27062026-08-14T17:10:19.861Z[ helios-setup] Aug 14 17:10:18.715 INFO E| Downloaded bitflags v2.9.1
27072026-08-14T17:10:19.868Z[ helios-setup] Aug 14 17:10:18.725 INFO E| Downloaded proc-macro2 v1.0.95
27082026-08-14T17:10:19.871Z[ helios-setup] Aug 14 17:10:18.727 INFO E| Downloaded getrandom v0.3.3
27092026-08-14T17:10:19.898Z[ helios-setup] Aug 14 17:10:18.754 INFO E| Downloaded serde v1.0.219
27102026-08-14T17:10:19.900Z[ helios-setup] Aug 14 17:10:18.757 INFO E| Downloaded memchr v2.7.4
27112026-08-14T17:10:19.914Z[ helios-setup] Aug 14 17:10:18.771 INFO E| Downloaded serde_with v3.12.0
27122026-08-14T17:10:19.918Z[ helios-setup] Aug 14 17:10:18.775 INFO E| Downloaded indexmap v2.9.0
27132026-08-14T17:10:19.933Z[ helios-setup] Aug 14 17:10:18.790 INFO E| Downloaded time v0.3.41
27142026-08-14T17:10:19.937Z[ helios-setup] Aug 14 17:10:18.794 INFO E| Downloaded serde_json v1.0.140
27152026-08-14T17:10:19.941Z[ helios-setup] Aug 14 17:10:18.798 INFO E| Downloaded hashbrown v0.15.3
27162026-08-14T17:10:19.957Z[ helios-setup] Aug 14 17:10:18.814 INFO E| Downloaded chrono v0.4.41
27172026-08-14T17:10:19.974Z[ helios-setup] Aug 14 17:10:18.831 INFO E| Downloaded syn v2.0.101
27182026-08-14T17:10:19.990Z[ helios-setup] Aug 14 17:10:18.847 INFO E| Downloaded rustix v1.0.7
27192026-08-14T17:10:20.020Z[ helios-setup] Aug 14 17:10:18.876 INFO E| Downloaded libc v0.2.172
27202026-08-14T17:10:20.067Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling proc-macro2 v1.0.95
27212026-08-14T17:10:20.067Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling unicode-ident v1.0.18
27222026-08-14T17:10:20.070Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling libc v0.2.172
27232026-08-14T17:10:20.070Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling fnv v1.0.7
27242026-08-14T17:10:20.071Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling ident_case v1.0.1
27252026-08-14T17:10:20.071Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling strsim v0.11.1
27262026-08-14T17:10:20.071Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling serde v1.0.219
27272026-08-14T17:10:20.071Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling rustix v1.0.7
27282026-08-14T17:10:20.071Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling getrandom v0.3.3
27292026-08-14T17:10:20.071Z[ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling anyhow v1.0.98
27302026-08-14T17:10:20.083Z[ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling thiserror v2.0.12
27312026-08-14T17:10:20.086Z[ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling serde_json v1.0.140
27322026-08-14T17:10:20.086Z[ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling cfg-if v1.0.0
27332026-08-14T17:10:20.086Z[ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling bitflags v2.9.1
27342026-08-14T17:10:20.086Z[ helios-setup] Aug 14 17:10:18.941 INFO E| Compiling itoa v1.0.15
27352026-08-14T17:10:20.086Z[ helios-setup] Aug 14 17:10:18.941 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27362026-08-14T17:10:20.179Z[ helios-setup] Aug 14 17:10:19.035 INFO E| Compiling fastrand v2.3.0
27372026-08-14T17:10:20.201Z[ helios-setup] Aug 14 17:10:19.058 INFO E| Compiling memchr v2.7.4
27382026-08-14T17:10:20.208Z[ helios-setup] Aug 14 17:10:19.065 INFO E| Compiling ryu v1.0.20
27392026-08-14T17:10:20.208Z[ helios-setup] Aug 14 17:10:19.065 INFO E| Compiling once_cell v1.21.3
27402026-08-14T17:10:20.668Z[ helios-setup] Aug 14 17:10:19.525 INFO E| Compiling errno v0.3.12
27412026-08-14T17:10:20.914Z[ helios-setup] Aug 14 17:10:19.770 INFO E| Compiling quote v1.0.40
27422026-08-14T17:10:21.062Z[ helios-setup] Aug 14 17:10:19.918 INFO E| Compiling syn v2.0.101
27432026-08-14T17:10:21.405Z[ helios-setup] Aug 14 17:10:20.260 INFO E| Compiling tempfile v3.20.0
27442026-08-14T17:10:22.943Z[ helios-setup] Aug 14 17:10:21.800 INFO E| Compiling darling_core v0.20.11
27452026-08-14T17:10:23.287Z[ helios-setup] Aug 14 17:10:22.144 INFO E| Compiling serde_derive v1.0.219
27462026-08-14T17:10:23.287Z[ helios-setup] Aug 14 17:10:22.144 INFO E| Compiling thiserror-impl v2.0.12
27472026-08-14T17:10:24.170Z[ helios-setup] Aug 14 17:10:23.027 INFO E| Compiling darling_macro v0.20.11
27482026-08-14T17:10:24.758Z[ helios-setup] Aug 14 17:10:23.614 INFO E| Compiling darling v0.20.11
27492026-08-14T17:10:24.825Z[ helios-setup] Aug 14 17:10:23.681 INFO E| Compiling serde_with_macros v3.12.0
27502026-08-14T17:10:27.225Z[ helios-setup] Aug 14 17:10:26.082 INFO E| Compiling serde_with v3.12.0
27512026-08-14T17:10:27.417Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.10s
27522026-08-14T17:10:27.636Z[ omicron-package]
27532026-08-14T17:10:27.636Z[ omicron-package] real 38.277330054
27542026-08-14T17:10:27.636Z[ omicron-package] user 3:47.624880311
27552026-08-14T17:10:27.639Z[ omicron-package] sys 26.729805453
27562026-08-14T17:10:27.639Z[ omicron-package] trap 0.397594376
27572026-08-14T17:10:27.639Z[ omicron-package] tflt 0.547049438
27582026-08-14T17:10:27.639Z[ omicron-package] dflt 2.304302779
27592026-08-14T17:10:27.639Z[ omicron-package] kflt 0.001699671
27602026-08-14T17:10:27.639Z[ omicron-package] lock 10:45.987189915
27612026-08-14T17:10:27.639Z[ omicron-package] slp 5:48.272898664
27622026-08-14T17:10:27.639Z[ omicron-package] lat 44.602921306
27632026-08-14T17:10:27.639Z[ omicron-package] stop 1:41.239397682
27642026-08-14T17:10:27.639ZAug 14 17:10:26.493 INFO [omicron-package] process exited with exit status: 0 (38.338307054s)
27652026-08-14T17:10:27.639ZAug 14 17:10:26.493 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27662026-08-14T17:10:27.640ZAug 14 17:10:26.493 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27672026-08-14T17:10:27.647Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27682026-08-14T17:10:27.650Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27692026-08-14T17:10:27.650Z[ recovery-target] Created new build target 'recovery' and set it as active
27702026-08-14T17:10:27.650Z[ host-target] Created new build target 'host' and set it as active
27712026-08-14T17:10:27.650ZAug 14 17:10:26.506 INFO [host-target] process exited with exit status: 0 (13.521705ms)
27722026-08-14T17:10:27.653ZAug 14 17:10:26.506 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27732026-08-14T17:10:27.653ZAug 14 17:10:26.507 INFO [recovery-target] process exited with exit status: 0 (13.953736ms)
27742026-08-14T17:10:27.656Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27752026-08-14T17:10:29.173Z[ host-package] Compiling heck v0.5.0
27762026-08-14T17:10:29.173Z[ host-package] Compiling regress v0.11.1
27772026-08-14T17:10:29.402Z[ host-package] Compiling unsafe-libyaml v0.2.11
27782026-08-14T17:10:29.447Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27792026-08-14T17:10:29.542Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27802026-08-14T17:10:29.567Z[ host-package] Compiling derive-where v1.6.0
27812026-08-14T17:10:29.567Z[ host-package] Compiling bytecount v0.6.9
27822026-08-14T17:10:29.609Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27832026-08-14T17:10:29.609Z[ host-package] Compiling atomicwrites v0.4.4
27842026-08-14T17:10:29.609Z[ host-package] Compiling is-terminal v0.4.17
27852026-08-14T17:10:29.612Z[ host-package] Compiling prettyplease v0.2.37
27862026-08-14T17:10:29.612Z[ host-package] Compiling console v0.15.11
27872026-08-14T17:10:29.612Z[ host-package] Compiling newline-converter v0.3.0
27882026-08-14T17:10:29.632Z[ host-package] Compiling slog-dtrace v0.3.0
27892026-08-14T17:10:29.649Z[ host-package] Compiling resolv-conf v0.7.6
27902026-08-14T17:10:29.821Z[ host-package] Compiling num-rational v0.4.2
27912026-08-14T17:10:29.890Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27922026-08-14T17:10:29.913Z[ host-package] Compiling num-complex v0.4.6
27932026-08-14T17:10:29.967Z[ host-package] Compiling thread_local v1.1.9
27942026-08-14T17:10:29.992Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27952026-08-14T17:10:30.073Z[ host-package] Compiling expectorate v1.2.0
27962026-08-14T17:10:30.115Z[ host-package] Compiling compression-core v0.4.31
27972026-08-14T17:10:30.241Z[ host-package] Compiling unicode-width v0.1.14
27982026-08-14T17:10:30.268Z[ host-package] Compiling match_cfg v0.1.0
27992026-08-14T17:10:30.315Z[ host-package] Compiling cancel-safe-futures v0.1.5
28002026-08-14T17:10:30.341Z[ host-package] Compiling num v0.4.3
28012026-08-14T17:10:30.372Z[ host-package] Compiling compression-codecs v0.4.37
28022026-08-14T17:10:30.415Z[ helios-setup] Aug 14 17:10:29.271 INFO E| Finished `release` profile [optimized] target(s) in 10.86s
28032026-08-14T17:10:30.418Z[ host-package] Compiling hostname v0.3.1
28042026-08-14T17:10:30.446Z[ helios-setup] Aug 14 17:10:29.296 INFO building project "dmar-report" ok (10 seconds)
28052026-08-14T17:10:30.446Z[ helios-setup] Aug 14 17:10:29.296 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28062026-08-14T17:10:30.449Z[ host-package] Compiling multer v3.1.0
28072026-08-14T17:10:30.449Z[ helios-setup] Aug 14 17:10:29.305 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
28082026-08-14T17:10:30.449Z[ helios-setup] Aug 14 17:10:29.305 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28092026-08-14T17:10:30.449Z[ helios-setup] Aug 14 17:10:29.305 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28102026-08-14T17:10:30.474Z[ host-package] Compiling slog-async v2.8.0
28112026-08-14T17:10:30.524Z[ host-package] Compiling crossbeam-channel v0.5.15
28122026-08-14T17:10:30.552Z[ helios-setup] Aug 14 17:10:29.408 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28132026-08-14T17:10:30.577Z[ host-package] Compiling slog-json v2.6.1
28142026-08-14T17:10:30.580Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28152026-08-14T17:10:30.621Z[ host-package] Compiling serde_spanned v1.1.1
28162026-08-14T17:10:30.667Z[ host-package] Compiling term v1.2.1
28172026-08-14T17:10:30.669Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28182026-08-14T17:10:30.710Z[ host-package] Compiling linked-hash-map v0.5.6
28192026-08-14T17:10:30.773Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28202026-08-14T17:10:30.797Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28212026-08-14T17:10:30.821Z[ host-package] Compiling take_mut v0.2.2
28222026-08-14T17:10:30.847Z[ host-package] Compiling float-ord v0.3.2
28232026-08-14T17:10:30.866Z[ host-package] Compiling slog-bunyan v2.5.0
28242026-08-14T17:10:30.918Z[ helios-setup] Aug 14 17:10:29.774 INFO E| From https://github.com/jclulow/hiercmd
28252026-08-14T17:10:30.918Z[ helios-setup] Aug 14 17:10:29.774 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28262026-08-14T17:10:30.943Z[ helios-setup] Aug 14 17:10:29.800 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28272026-08-14T17:10:30.966Z[ host-package] Compiling slog-term v2.9.2
28282026-08-14T17:10:30.986Z[ host-package] Compiling typify-impl v0.6.2
28292026-08-14T17:10:30.988Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28302026-08-14T17:10:30.989Z[ host-package] Compiling lru-cache v0.1.2
28312026-08-14T17:10:31.029Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28322026-08-14T17:10:31.070Z[ host-package] Compiling async-compression v0.4.41
28332026-08-14T17:10:31.270Z[ helios-setup] Aug 14 17:10:30.126 INFO E| From https://github.com/oxidecomputer/network-interface
28342026-08-14T17:10:31.270Z[ helios-setup] Aug 14 17:10:30.126 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28352026-08-14T17:10:31.282Z[ helios-setup] Aug 14 17:10:30.139 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28362026-08-14T17:10:31.327Z[ host-package] Compiling dropshot v0.17.1
28372026-08-14T17:10:31.357Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28382026-08-14T17:10:31.393Z[ host-package] Compiling async-stream v0.3.6
28392026-08-14T17:10:31.416Z[ host-package] Compiling sha1 v0.11.0
28402026-08-14T17:10:31.484Z[ host-package] Compiling progenitor-client v0.14.0
28412026-08-14T17:10:31.506Z[ host-package] Compiling waitgroup v0.1.2
28422026-08-14T17:10:31.527Z[ host-package] Compiling rustls-pemfile v2.2.0
28432026-08-14T17:10:31.585Z[ host-package] Compiling backon v1.6.0
28442026-08-14T17:10:31.612Z[ host-package] Compiling serde_path_to_error v0.1.20
28452026-08-14T17:10:31.657Z[ helios-setup] Aug 14 17:10:30.512 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28462026-08-14T17:10:31.657Z[ helios-setup] Aug 14 17:10:30.512 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28472026-08-14T17:10:31.675Z[ helios-setup] Aug 14 17:10:30.531 INFO E| Updating crates.io index
28482026-08-14T17:10:31.693Z[ host-package] Compiling hostname v0.4.2
28492026-08-14T17:10:31.715Z[ host-package] Compiling instant v0.1.13
28502026-08-14T17:10:31.743Z[ host-package] Compiling linear-map v1.2.0
28512026-08-14T17:10:31.809Z[ host-package] Compiling debug-ignore v1.0.5
28522026-08-14T17:10:31.832Z[ host-package] Compiling minimal-lexical v0.2.1
28532026-08-14T17:10:31.861Z[ host-package] Compiling backoff v0.4.0
28542026-08-14T17:10:31.883Z[ host-package] Compiling progenitor-extras v0.2.0
28552026-08-14T17:10:31.951Z[ helios-setup] Aug 14 17:10:30.807 INFO E| Downloading crates ...
28562026-08-14T17:10:31.989Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28572026-08-14T17:10:32.012Z[ host-package] Compiling oxide-update-engine v0.1.2
28582026-08-14T17:10:32.015Z[ helios-setup] Aug 14 17:10:30.869 INFO E| Downloaded clap_lex v0.7.6
28592026-08-14T17:10:32.015Z[ helios-setup] Aug 14 17:10:30.871 INFO E| Downloaded generic-array v0.14.9
28602026-08-14T17:10:32.020Z[ helios-setup] Aug 14 17:10:30.876 INFO E| Downloaded futures-sink v0.3.31
28612026-08-14T17:10:32.023Z[ helios-setup] Aug 14 17:10:30.878 INFO E| Downloaded crc v3.3.0
28622026-08-14T17:10:32.029Z[ helios-setup] Aug 14 17:10:30.886 INFO E| Downloaded futures-macro v0.3.31
28632026-08-14T17:10:32.033Z[ helios-setup] Aug 14 17:10:30.888 INFO E| Downloaded devinfo v0.1.0
28642026-08-14T17:10:32.041Z[ helios-setup] Aug 14 17:10:30.896 INFO E| Downloaded anstyle v1.0.13
28652026-08-14T17:10:32.048Z[ helios-setup] Aug 14 17:10:30.898 INFO E| Downloaded deranged v0.5.5
28662026-08-14T17:10:32.048Z[ helios-setup] Aug 14 17:10:30.899 INFO E| Downloaded quote v1.0.41
28672026-08-14T17:10:32.048Z[ helios-setup] Aug 14 17:10:30.900 INFO E| Downloaded futures-io v0.3.31
28682026-08-14T17:10:32.052Z[ helios-setup] Aug 14 17:10:30.908 INFO E| Downloaded futures-task v0.3.31
28692026-08-14T17:10:32.056Z[ helios-setup] Aug 14 17:10:30.909 INFO E| Downloaded pin-utils v0.1.0
28702026-08-14T17:10:32.060Z[ helios-setup] Aug 14 17:10:30.914 INFO E| Downloaded futures-channel v0.3.31
28712026-08-14T17:10:32.060Z[ helios-setup] Aug 14 17:10:30.915 INFO E| Downloaded num_enum_derive v0.7.5
28722026-08-14T17:10:32.063Z[ helios-setup] Aug 14 17:10:30.917 INFO E| Downloaded base64ct v1.8.0
28732026-08-14T17:10:32.068Z[ helios-setup] Aug 14 17:10:30.923 INFO E| Downloaded anstyle-query v1.1.4
28742026-08-14T17:10:32.070Z[ helios-setup] Aug 14 17:10:30.927 INFO E| Downloaded futures-core v0.3.31
28752026-08-14T17:10:32.074Z[ helios-setup] Aug 14 17:10:30.928 INFO E| Downloaded zeroize_derive v1.4.2
28762026-08-14T17:10:32.101Z[ helios-setup] Aug 14 17:10:30.958 INFO E| Downloaded bitfield-macros v0.19.3
28772026-08-14T17:10:32.104Z[ helios-setup] Aug 14 17:10:30.958 INFO E| Downloaded time-core v0.1.6
28782026-08-14T17:10:32.104Z[ helios-setup] Aug 14 17:10:30.959 INFO E| Downloaded env_filter v0.1.4
28792026-08-14T17:10:32.104Z[ helios-setup] Aug 14 17:10:30.960 INFO E| Downloaded libdevinfo-sys v1.1.0
28802026-08-14T17:10:32.107Z[ host-package] Compiling nom v7.1.3
28812026-08-14T17:10:32.107Z[ helios-setup] Aug 14 17:10:30.964 INFO E| Downloaded serde_spanned v1.0.3
28822026-08-14T17:10:32.110Z[ helios-setup] Aug 14 17:10:30.965 INFO E| Downloaded simd-adler32 v0.3.7
28832026-08-14T17:10:32.122Z[ helios-setup] Aug 14 17:10:30.979 INFO E| Downloaded tokio-macros v2.6.0
28842026-08-14T17:10:32.125Z[ helios-setup] Aug 14 17:10:30.980 INFO E| Downloaded getopts v0.2.24
28852026-08-14T17:10:32.127Z[ helios-setup] Aug 14 17:10:30.981 INFO E| Downloaded futures-executor v0.3.31
28862026-08-14T17:10:32.132Z[ helios-setup] Aug 14 17:10:30.988 INFO E| Downloaded bitfield v0.19.3
28872026-08-14T17:10:32.134Z[ helios-setup] Aug 14 17:10:30.990 INFO E| Downloaded find-msvc-tools v0.1.4
28882026-08-14T17:10:32.137Z[ helios-setup] Aug 14 17:10:30.991 INFO E| Downloaded toml_datetime v0.7.3
28892026-08-14T17:10:32.137Z[ helios-setup] Aug 14 17:10:30.992 INFO E| Downloaded toml_writer v1.0.4
28902026-08-14T17:10:32.137Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28912026-08-14T17:10:32.141Z[ helios-setup] Aug 14 17:10:30.998 INFO E| Downloaded pin-project-lite v0.2.16
28922026-08-14T17:10:32.155Z[ helios-setup] Aug 14 17:10:31.012 INFO E| Downloaded thiserror-impl v2.0.17
28932026-08-14T17:10:32.158Z[ helios-setup] Aug 14 17:10:31.013 INFO E| Downloaded zeroize v1.8.2
28942026-08-14T17:10:32.158Z[ helios-setup] Aug 14 17:10:31.014 INFO E| Downloaded thiserror v2.0.17
28952026-08-14T17:10:32.164Z[ helios-setup] Aug 14 17:10:31.020 INFO E| Downloaded time-macros v0.2.24
28962026-08-14T17:10:32.166Z[ helios-setup] Aug 14 17:10:31.022 INFO E| Downloaded env_logger v0.11.8
28972026-08-14T17:10:32.187Z[ helios-setup] Aug 14 17:10:31.042 INFO E| Downloaded iana-time-zone v0.1.64
28982026-08-14T17:10:32.190Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28992026-08-14T17:10:32.190Z[ helios-setup] Aug 14 17:10:31.044 INFO E| Downloaded clap_derive v4.5.49
29002026-08-14T17:10:32.190Z[ helios-setup] Aug 14 17:10:31.045 INFO E| Downloaded toml_parser v1.0.4
29012026-08-14T17:10:32.193Z[ helios-setup] Aug 14 17:10:31.047 INFO E| Downloaded slab v0.4.11
29022026-08-14T17:10:32.193Z[ helios-setup] Aug 14 17:10:31.048 INFO E| Downloaded getrandom v0.2.16
29032026-08-14T17:10:32.193Z[ helios-setup] Aug 14 17:10:31.049 INFO E| Downloaded num_enum v0.7.5
29042026-08-14T17:10:32.199Z[ helios-setup] Aug 14 17:10:31.052 INFO E| Downloaded unicode-ident v1.0.22
29052026-08-14T17:10:32.199Z[ helios-setup] Aug 14 17:10:31.054 INFO E| Downloaded term v1.2.0
29062026-08-14T17:10:32.202Z[ helios-setup] Aug 14 17:10:31.056 INFO E| Downloaded signal-hook-registry v1.4.6
29072026-08-14T17:10:32.209Z[ helios-setup] Aug 14 17:10:31.065 INFO E| Downloaded log v0.4.28
29082026-08-14T17:10:32.212Z[ host-package] Compiling parse-display v0.10.0
29092026-08-14T17:10:32.220Z[ helios-setup] Aug 14 17:10:31.077 INFO E| Downloaded futures v0.3.31
29102026-08-14T17:10:32.227Z[ helios-setup] Aug 14 17:10:31.081 INFO E| Downloaded proc-macro2 v1.0.103
29112026-08-14T17:10:32.242Z[ helios-setup] Aug 14 17:10:31.099 INFO E| Downloaded toml v0.9.8
29122026-08-14T17:10:32.245Z[ helios-setup] Aug 14 17:10:31.102 INFO E| Downloaded uuid v1.18.1
29132026-08-14T17:10:32.248Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29142026-08-14T17:10:32.248Z[ helios-setup] Aug 14 17:10:31.104 INFO E| Downloaded clap v4.5.51
29152026-08-14T17:10:32.254Z[ helios-setup] Aug 14 17:10:31.110 INFO E| Downloaded bitflags v2.10.0
29162026-08-14T17:10:32.257Z[ helios-setup] Aug 14 17:10:31.113 INFO E| Downloaded flate2 v1.1.5
29172026-08-14T17:10:32.259Z[ helios-setup] Aug 14 17:10:31.116 INFO E| Downloaded socket2 v0.6.1
29182026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.117 INFO E| Downloaded anyhow v1.0.100
29192026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.122 INFO E| Downloaded toml_edit v0.23.7
29202026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.125 INFO E| Downloaded typenum v1.19.0
29212026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.131 INFO E| Downloaded cc v1.2.44
29222026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.134 INFO E| Downloaded libm v0.2.15
29232026-08-14T17:10:32.307Z[ host-package] Compiling hickory-proto v0.24.4
29242026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.141 INFO E| Downloaded rand v0.8.5
29252026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.144 INFO E| Downloaded zerocopy-derive v0.8.27
29262026-08-14T17:10:32.307Z[ helios-setup] Aug 14 17:10:31.155 INFO E| Downloaded bytes v1.10.1
29272026-08-14T17:10:32.310Z[ helios-setup] Aug 14 17:10:31.158 INFO E| Downloaded iddqd v0.3.14
29282026-08-14T17:10:32.310Z[ helios-setup] Aug 14 17:10:31.162 INFO E| Downloaded indexmap v2.12.0
29292026-08-14T17:10:32.310Z[ helios-setup] Aug 14 17:10:31.165 INFO E| Downloaded memchr v2.7.6
29302026-08-14T17:10:32.313Z[ helios-setup] Aug 14 17:10:31.168 INFO E| Downloaded mio v1.1.0
29312026-08-14T17:10:32.316Z[ helios-setup] Aug 14 17:10:31.172 INFO E| Downloaded rsa v0.9.8
29322026-08-14T17:10:32.335Z[ helios-setup] Aug 14 17:10:31.191 INFO E| Downloaded num-bigint-dig v0.8.4
29332026-08-14T17:10:32.338Z[ helios-setup] Aug 14 17:10:31.194 INFO E| Downloaded hashbrown v0.16.0
29342026-08-14T17:10:32.349Z[ helios-setup] Aug 14 17:10:31.206 INFO E| Downloaded time v0.3.44
29352026-08-14T17:10:32.356Z[ helios-setup] Aug 14 17:10:31.212 INFO E| Downloaded serde_json v1.0.145
29362026-08-14T17:10:32.360Z[ helios-setup] Aug 14 17:10:31.217 INFO E| Downloaded futures-util v0.3.31
29372026-08-14T17:10:32.372Z[ helios-setup] Aug 14 17:10:31.229 INFO E| Downloaded clap_builder v4.5.51
29382026-08-14T17:10:32.378Z[ helios-setup] Aug 14 17:10:31.233 INFO E| Downloaded winnow v0.7.13
29392026-08-14T17:10:32.382Z[ helios-setup] Aug 14 17:10:31.239 INFO E| Downloaded chrono v0.4.42
29402026-08-14T17:10:32.428Z[ helios-setup] Aug 14 17:10:31.283 INFO E| Downloaded zerocopy v0.8.27
29412026-08-14T17:10:32.494Z[ helios-setup] Aug 14 17:10:31.350 INFO E| Downloaded unicode-width v0.2.2
29422026-08-14T17:10:32.498Z[ helios-setup] Aug 14 17:10:31.355 INFO E| Downloaded syn v2.0.108
29432026-08-14T17:10:32.506Z[ helios-setup] Aug 14 17:10:31.362 INFO E| Downloaded rustix v1.1.2
29442026-08-14T17:10:32.522Z[ helios-setup] Aug 14 17:10:31.379 INFO E| Downloaded libc v0.2.177
29452026-08-14T17:10:32.539Z[ helios-setup] Aug 14 17:10:31.395 INFO E| Downloaded tokio v1.48.0
29462026-08-14T17:10:32.648Z[ host-package] Compiling regress v0.10.5
29472026-08-14T17:10:32.714Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling proc-macro2 v1.0.103
29482026-08-14T17:10:32.714Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling quote v1.0.41
29492026-08-14T17:10:32.714Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling unicode-ident v1.0.22
29502026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling libc v0.2.177
29512026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling serde_core v1.0.228
29522026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling cfg-if v1.0.4
29532026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling serde v1.0.228
29542026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling version_check v0.9.5
29552026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling autocfg v1.5.0
29562026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling typenum v1.19.0
29572026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling const-oid v0.9.6
29582026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling libm v0.2.15
29592026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling zerocopy v0.8.27
29602026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling rustversion v1.0.22
29612026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling zeroize v1.8.2
29622026-08-14T17:10:32.718Z[ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling smallvec v1.15.1
29632026-08-14T17:10:33.041Z[ host-package] Compiling itertools v0.14.0
29642026-08-14T17:10:33.347Z[ helios-setup] Aug 14 17:10:32.204 INFO E| Compiling base64ct v1.8.0
29652026-08-14T17:10:33.388Z[ helios-setup] Aug 14 17:10:32.243 INFO E| Compiling byteorder v1.5.0
29662026-08-14T17:10:33.448Z[ helios-setup] Aug 14 17:10:32.304 INFO E| Compiling winnow v0.7.13
29672026-08-14T17:10:33.456Z[ host-package] Compiling macaddr v1.0.1
29682026-08-14T17:10:33.693Z[ helios-setup] Aug 14 17:10:32.550 INFO E| Compiling utf8parse v0.2.2
29692026-08-14T17:10:33.921Z[ helios-setup] Aug 14 17:10:32.778 INFO E| Compiling equivalent v1.0.2
29702026-08-14T17:10:34.010Z[ host-package] Compiling unicode-xid v0.2.6
29712026-08-14T17:10:34.021Z[ helios-setup] Aug 14 17:10:32.878 INFO E| Compiling generic-array v0.14.9
29722026-08-14T17:10:34.028Z[ helios-setup] Aug 14 17:10:32.884 INFO E| Compiling pem-rfc7468 v0.7.0
29732026-08-14T17:10:34.062Z[ helios-setup] Aug 14 17:10:32.918 INFO E| Compiling flagset v0.4.7
29742026-08-14T17:10:34.077Z[ helios-setup] Aug 14 17:10:32.927 INFO E| Compiling anyhow v1.0.100
29752026-08-14T17:10:34.092Z[ host-package] Compiling humantime v2.3.0
29762026-08-14T17:10:34.095Z[ helios-setup] Aug 14 17:10:32.951 INFO E| Compiling memchr v2.7.6
29772026-08-14T17:10:34.269Z[ helios-setup] Aug 14 17:10:33.125 INFO E| Compiling hashbrown v0.16.0
29782026-08-14T17:10:34.272Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29792026-08-14T17:10:34.286Z[ helios-setup] Aug 14 17:10:33.143 INFO E| Compiling rustix v1.1.2
29802026-08-14T17:10:34.304Z[ helios-setup] Aug 14 17:10:33.160 INFO E| Compiling crc32fast v1.5.0
29812026-08-14T17:10:34.464Z[ helios-setup] Aug 14 17:10:33.320 INFO E| Compiling num-traits v0.2.19
29822026-08-14T17:10:34.561Z[ helios-setup] Aug 14 17:10:33.416 INFO E| Compiling anstyle-parse v0.2.7
29832026-08-14T17:10:34.683Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29842026-08-14T17:10:34.768Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29852026-08-14T17:10:34.866Z[ host-package] Compiling convert_case v0.10.0
29862026-08-14T17:10:34.884Z[ helios-setup] Aug 14 17:10:33.740 INFO E| Compiling getrandom v0.2.16
29872026-08-14T17:10:35.096Z[ helios-setup] Aug 14 17:10:33.952 INFO E| Compiling indexmap v2.12.0
29882026-08-14T17:10:35.186Z[ host-package] Compiling owo-colors v4.3.0
29892026-08-14T17:10:35.251Z[ helios-setup] Aug 14 17:10:34.108 INFO E| Compiling rand_core v0.6.4
29902026-08-14T17:10:35.292Z[ helios-setup] Aug 14 17:10:34.148 INFO E| Compiling errno v0.3.14
29912026-08-14T17:10:35.320Z[ helios-setup] Aug 14 17:10:34.176 INFO E| Compiling allocator-api2 v0.2.21
29922026-08-14T17:10:35.357Z[ helios-setup] Aug 14 17:10:34.213 INFO E| Compiling syn v2.0.108
29932026-08-14T17:10:35.387Z[ host-package] Compiling typify-macro v0.6.2
29942026-08-14T17:10:35.392Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29952026-08-14T17:10:35.406Z[ host-package] Compiling derive_more-impl v2.1.1
29962026-08-14T17:10:35.451Z[ helios-setup] Aug 14 17:10:34.307 INFO E| Compiling syn v1.0.109
29972026-08-14T17:10:35.513Z[ helios-setup] Aug 14 17:10:34.370 INFO E| Compiling anstyle-query v1.1.4
29982026-08-14T17:10:35.560Z[ helios-setup] Aug 14 17:10:34.417 INFO E| Compiling radium v0.7.0
29992026-08-14T17:10:35.604Z[ helios-setup] Aug 14 17:10:34.454 INFO E| Compiling find-msvc-tools v0.1.4
30002026-08-14T17:10:35.640Z[ helios-setup] Aug 14 17:10:34.496 INFO E| Compiling is_terminal_polyfill v1.70.2
30012026-08-14T17:10:35.700Z[ helios-setup] Aug 14 17:10:34.556 INFO E| Compiling anstyle v1.0.13
30022026-08-14T17:10:35.797Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30032026-08-14T17:10:35.812Z[ helios-setup] Aug 14 17:10:34.669 INFO E| Compiling cpufeatures v0.2.17
30042026-08-14T17:10:35.819Z[ helios-setup] Aug 14 17:10:34.676 INFO E| Compiling colorchoice v1.0.4
30052026-08-14T17:10:35.895Z[ helios-setup] Aug 14 17:10:34.751 INFO E| Compiling toml_datetime v0.7.3
30062026-08-14T17:10:35.949Z[ helios-setup] Aug 14 17:10:34.806 INFO E| Compiling shlex v1.3.0
30072026-08-14T17:10:36.043Z[ helios-setup] Aug 14 17:10:34.900 INFO E| Compiling toml_parser v1.0.4
30082026-08-14T17:10:36.071Z[ host-package] Compiling toml v0.8.23
30092026-08-14T17:10:36.180Z[ helios-setup] Aug 14 17:10:35.036 INFO E| Compiling anstream v0.6.21
30102026-08-14T17:10:36.216Z[ helios-setup] Aug 14 17:10:35.071 INFO E| Compiling cc v1.2.44
30112026-08-14T17:10:36.251Z[ helios-setup] Aug 14 17:10:35.108 INFO E| Compiling slog v2.8.2
30122026-08-14T17:10:36.263Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30132026-08-14T17:10:36.293Z[ helios-setup] Aug 14 17:10:35.150 INFO E| Compiling block-buffer v0.10.4
30142026-08-14T17:10:36.313Z[ helios-setup] Aug 14 17:10:35.170 INFO E| Compiling crypto-common v0.1.6
30152026-08-14T17:10:36.344Z[ helios-setup] Aug 14 17:10:35.200 INFO E| Compiling unicode-width v0.2.2
30162026-08-14T17:10:36.380Z[ helios-setup] Aug 14 17:10:35.236 INFO E| Compiling pkg-config v0.3.32
30172026-08-14T17:10:36.488Z[ helios-setup] Aug 14 17:10:35.338 INFO E| Compiling digest v0.10.7
30182026-08-14T17:10:36.501Z[ helios-setup] Aug 14 17:10:35.357 INFO E| Compiling futures-sink v0.3.31
30192026-08-14T17:10:36.621Z[ helios-setup] Aug 14 17:10:35.477 INFO E| Compiling toml_edit v0.23.7
30202026-08-14T17:10:36.630Z[ helios-setup] Aug 14 17:10:35.486 INFO E| Compiling maybe-uninit v2.0.0
30212026-08-14T17:10:36.702Z[ helios-setup] Aug 14 17:10:35.558 INFO E| Compiling pin-project-lite v0.2.16
30222026-08-14T17:10:36.769Z[ host-package] Compiling hickory-resolver v0.24.4
30232026-08-14T17:10:36.986Z[ host-package] Compiling derive_more v2.1.1
30242026-08-14T17:10:37.089Z[ host-package] Compiling papergrid v0.11.0
30252026-08-14T17:10:37.164Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30262026-08-14T17:10:37.229Z[ helios-setup] Aug 14 17:10:36.086 INFO E| Compiling sha2 v0.10.9
30272026-08-14T17:10:37.239Z[ helios-setup] Aug 14 17:10:36.094 INFO E| Compiling futures-core v0.3.31
30282026-08-14T17:10:37.247Z[ helios-setup] Aug 14 17:10:36.103 INFO E| Compiling tap v1.0.1
30292026-08-14T17:10:37.255Z[ helios-setup] Aug 14 17:10:36.111 INFO E| Compiling parking_lot_core v0.9.12
30302026-08-14T17:10:37.297Z[ host-package] Compiling tabled_derive v0.7.0
30312026-08-14T17:10:37.300Z[ helios-setup] Aug 14 17:10:36.155 INFO E| Compiling getopts v0.2.24
30322026-08-14T17:10:37.307Z[ helios-setup] Aug 14 17:10:36.164 INFO E| Compiling num-integer v0.1.46
30332026-08-14T17:10:37.391Z[ helios-setup] Aug 14 17:10:36.246 INFO E| Compiling wyz v0.5.1
30342026-08-14T17:10:37.453Z[ host-package] Compiling termtree v0.5.1
30352026-08-14T17:10:37.456Z[ helios-setup] Aug 14 17:10:36.310 INFO E| Compiling ahash v0.8.12
30362026-08-14T17:10:37.536Z[ helios-setup] Aug 14 17:10:36.392 INFO E| Compiling futures-channel v0.3.31
30372026-08-14T17:10:37.578Z[ helios-setup] Aug 14 17:10:36.435 INFO E| Compiling futures-io v0.3.31
30382026-08-14T17:10:37.686Z[ helios-setup] Aug 14 17:10:36.541 INFO E| Compiling funty v2.0.0
30392026-08-14T17:10:37.823Z[ helios-setup] Aug 14 17:10:36.679 INFO E| Compiling itoa v1.0.15
30402026-08-14T17:10:37.952Z[ helios-setup] Aug 14 17:10:36.809 INFO E| Compiling proc-macro-crate v3.4.0
30412026-08-14T17:10:37.966Z[ helios-setup] Aug 14 17:10:36.822 INFO E| Compiling num-conv v0.1.0
30422026-08-14T17:10:38.050Z[ helios-setup] Aug 14 17:10:36.902 INFO E| Compiling num-bigint-dig v0.8.4
30432026-08-14T17:10:38.065Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30442026-08-14T17:10:38.130Z[ helios-setup] Aug 14 17:10:36.987 INFO E| Compiling bitflags v2.10.0
30452026-08-14T17:10:38.154Z[ helios-setup] Aug 14 17:10:37.010 INFO E| Compiling strsim v0.11.1
30462026-08-14T17:10:38.235Z[ helios-setup] Aug 14 17:10:37.091 INFO E| Compiling slab v0.4.11
30472026-08-14T17:10:38.269Z[ helios-setup] Aug 14 17:10:37.125 INFO E| Compiling spin v0.9.8
30482026-08-14T17:10:38.272Z[ helios-setup] Aug 14 17:10:37.125 INFO E| Compiling powerfmt v0.2.0
30492026-08-14T17:10:38.272Z[ helios-setup] Aug 14 17:10:37.125 INFO E| Compiling bytes v1.10.1
30502026-08-14T17:10:38.421Z[ helios-setup] Aug 14 17:10:37.276 INFO E| Compiling futures-task v0.3.31
30512026-08-14T17:10:38.553Z[ host-package] Compiling crossterm v0.29.0
30522026-08-14T17:10:38.589Z[ helios-setup] Aug 14 17:10:37.446 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30532026-08-14T17:10:38.623Z[ host-package] Compiling phf_shared v0.12.1
30542026-08-14T17:10:38.638Z[ helios-setup] Aug 14 17:10:37.494 INFO E| Compiling scopeguard v1.2.0
30552026-08-14T17:10:38.746Z[ host-package] Compiling typify v0.6.2
30562026-08-14T17:10:38.774Z[ helios-setup] Aug 14 17:10:37.630 INFO E| Compiling getrandom v0.3.4
30572026-08-14T17:10:38.809Z[ helios-setup] Aug 14 17:10:37.665 INFO E| Compiling pin-utils v0.1.0
30582026-08-14T17:10:38.880Z[ helios-setup] Aug 14 17:10:37.736 INFO E| Compiling thiserror v1.0.69
30592026-08-14T17:10:38.897Z[ helios-setup] Aug 14 17:10:37.753 INFO E| Compiling packed_struct v0.10.1
30602026-08-14T17:10:38.918Z[ helios-setup] Aug 14 17:10:37.774 INFO E| Compiling clap_lex v0.7.6
30612026-08-14T17:10:39.038Z[ helios-setup] Aug 14 17:10:37.894 INFO E| Compiling time-core v0.1.6
30622026-08-14T17:10:39.059Z[ helios-setup] Aug 14 17:10:37.915 INFO E| Compiling heck v0.5.0
30632026-08-14T17:10:39.117Z[ helios-setup] Aug 14 17:10:37.973 INFO E| Compiling lock_api v0.4.14
30642026-08-14T17:10:39.164Z[ helios-setup] Aug 14 17:10:38.021 INFO E| Compiling deranged v0.5.5
30652026-08-14T17:10:39.222Z[ host-package] Compiling progenitor-impl v0.14.0
30662026-08-14T17:10:39.348Z[ helios-setup] Aug 14 17:10:38.204 INFO E| Compiling lazy_static v1.5.0
30672026-08-14T17:10:39.364Z[ helios-setup] Aug 14 17:10:38.220 INFO E| Compiling time-macros v0.2.24
30682026-08-14T17:10:39.381Z[ host-package] Compiling tabled v0.15.0
30692026-08-14T17:10:39.448Z[ helios-setup] Aug 14 17:10:38.304 INFO E| Compiling bitvec v1.0.1
30702026-08-14T17:10:39.592Z[ helios-setup] Aug 14 17:10:38.448 INFO E| Compiling num-iter v0.1.45
30712026-08-14T17:10:39.601Z[ helios-setup] Aug 14 17:10:38.458 INFO E| Compiling indexmap v1.9.3
30722026-08-14T17:10:39.723Z[ helios-setup] Aug 14 17:10:38.579 INFO E| Compiling terminal_size v0.4.3
30732026-08-14T17:10:39.767Z[ helios-setup] Aug 14 17:10:38.623 INFO E| Compiling once_cell v1.21.3
30742026-08-14T17:10:39.929Z[ helios-setup] Aug 14 17:10:38.785 INFO E| Compiling clap_builder v4.5.51
30752026-08-14T17:10:39.937Z[ helios-setup] Aug 14 17:10:38.793 INFO E| Compiling adler2 v2.0.1
30762026-08-14T17:10:39.948Z[ helios-setup] Aug 14 17:10:38.804 INFO E| Compiling log v0.4.28
30772026-08-14T17:10:39.992Z[ host-package] Compiling qorb v0.4.1
30782026-08-14T17:10:39.997Z[ helios-setup] Aug 14 17:10:38.849 INFO E| Compiling serde_json v1.0.145
30792026-08-14T17:10:40.272Z[ helios-setup] Aug 14 17:10:39.128 INFO E| Compiling crc-catalog v2.4.0
30802026-08-14T17:10:40.281Z[ helios-setup] Aug 14 17:10:39.138 INFO E| Compiling iana-time-zone v0.1.64
30812026-08-14T17:10:40.323Z[ helios-setup] Aug 14 17:10:39.180 INFO E| Compiling nodrop v0.1.14
30822026-08-14T17:10:40.381Z[ helios-setup] Aug 14 17:10:39.237 INFO E| Compiling thiserror v2.0.17
30832026-08-14T17:10:40.389Z[ helios-setup] Aug 14 17:10:39.244 INFO E| Compiling simd-adler32 v0.3.7
30842026-08-14T17:10:40.415Z[ helios-setup] Aug 14 17:10:39.272 INFO E| Compiling array-init v0.0.4
30852026-08-14T17:10:40.461Z[ helios-setup] Aug 14 17:10:39.316 INFO E| Compiling chrono v0.4.42
30862026-08-14T17:10:40.524Z[ helios-setup] Aug 14 17:10:39.380 INFO E| Compiling crc v3.3.0
30872026-08-14T17:10:40.650Z[ helios-setup] Aug 14 17:10:39.506 INFO E| Compiling env_filter v0.1.4
30882026-08-14T17:10:40.689Z[ helios-setup] Aug 14 17:10:39.545 INFO E| Compiling miniz_oxide v0.8.9
30892026-08-14T17:10:40.919Z[ helios-setup] Aug 14 17:10:39.776 INFO E| Compiling parking_lot v0.12.5
30902026-08-14T17:10:41.141Z[ helios-setup] Aug 14 17:10:39.997 INFO E| Compiling smallvec v0.6.14
30912026-08-14T17:10:41.149Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30922026-08-14T17:10:41.317Z[ helios-setup] Aug 14 17:10:40.173 INFO E| Compiling serde_spanned v1.0.3
30932026-08-14T17:10:41.831Z[ helios-setup] Aug 14 17:10:40.688 INFO E| Compiling time v0.3.44
30942026-08-14T17:10:41.904Z[ helios-setup] Aug 14 17:10:40.760 INFO E| Compiling signature v2.2.0
30952026-08-14T17:10:41.913Z[ helios-setup] Aug 14 17:10:40.770 INFO E| Compiling mio v1.1.0
30962026-08-14T17:10:42.028Z[ helios-setup] Aug 14 17:10:40.884 INFO E| Compiling is-terminal v0.4.17
30972026-08-14T17:10:42.146Z[ helios-setup] Aug 14 17:10:41.003 INFO E| Compiling signal-hook-registry v1.4.6
30982026-08-14T17:10:42.168Z[ helios-setup] Aug 14 17:10:41.025 INFO E| Compiling socket2 v0.6.1
30992026-08-14T17:10:42.258Z[ helios-setup] Aug 14 17:10:41.115 INFO E| Compiling thread_local v1.1.9
31002026-08-14T17:10:42.560Z[ helios-setup] Aug 14 17:10:41.416 INFO E| Compiling serde_derive v1.0.228
31012026-08-14T17:10:42.665Z[ host-package] Compiling csv-core v0.1.13
31022026-08-14T17:10:42.827Z[ helios-setup] Aug 14 17:10:41.684 INFO E| Compiling zerocopy-derive v0.8.27
31032026-08-14T17:10:42.938Z[ helios-setup] Aug 14 17:10:41.795 INFO E| Compiling der_derive v0.7.3
31042026-08-14T17:10:42.989Z[ helios-setup] Aug 14 17:10:41.840 INFO E| Compiling futures-macro v0.3.31
31052026-08-14T17:10:43.140Z[ helios-setup] Aug 14 17:10:41.997 INFO E| Compiling clap_derive v4.5.49
31062026-08-14T17:10:43.264Z[ helios-setup] Aug 14 17:10:42.120 INFO E| Compiling bitfield-macros v0.19.3
31072026-08-14T17:10:43.382Z[ helios-setup] Aug 14 17:10:42.238 INFO E| Compiling thiserror-impl v1.0.69
31082026-08-14T17:10:43.448Z[ helios-setup] Aug 14 17:10:42.305 INFO E| Compiling zerocopy-derive v0.6.6
31092026-08-14T17:10:43.463Z[ host-package] Compiling vte v0.14.1
31102026-08-14T17:10:43.588Z[ helios-setup] Aug 14 17:10:42.444 INFO E| Compiling num_enum_derive v0.7.5
31112026-08-14T17:10:43.739Z[ host-package] Compiling highway v1.3.0
31122026-08-14T17:10:43.766Z[ helios-setup] Aug 14 17:10:42.622 INFO E| Compiling packed_struct_codegen v0.10.1
31132026-08-14T17:10:43.918Z[ host-package] Compiling progenitor-macro v0.14.0
31142026-08-14T17:10:43.957Z[ helios-setup] Aug 14 17:10:42.813 INFO E| Compiling tokio-macros v2.6.0
31152026-08-14T17:10:44.308Z[ host-package] Compiling chrono-tz v0.10.4
31162026-08-14T17:10:44.553Z[ helios-setup] Aug 14 17:10:43.409 INFO E| Compiling thiserror-impl v2.0.17
31172026-08-14T17:10:45.020Z[ helios-setup] Aug 14 17:10:43.876 INFO E| Compiling der v0.7.10
31182026-08-14T17:10:45.241Z[ helios-setup] Aug 14 17:10:44.098 INFO E| Compiling futures-util v0.3.31
31192026-08-14T17:10:45.304Z[ helios-setup] Aug 14 17:10:44.160 INFO E| Compiling bitfield v0.19.3
31202026-08-14T17:10:45.356Z[ helios-setup] Aug 14 17:10:44.213 INFO E| Compiling zerocopy v0.6.6
31212026-08-14T17:10:45.476Z[ helios-setup] Aug 14 17:10:44.332 INFO E| Compiling num_enum v0.7.5
31222026-08-14T17:10:45.611Z[ helios-setup] Aug 14 17:10:44.467 INFO E| Compiling hashbrown v0.12.3
31232026-08-14T17:10:45.732Z[ helios-setup] Aug 14 17:10:44.589 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31242026-08-14T17:10:45.845Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-08-14T17:10:45.863Z[ helios-setup] Aug 14 17:10:44.717 INFO E| Compiling term v1.2.0
31262026-08-14T17:10:45.966Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31272026-08-14T17:10:46.084Z[ host-package] Compiling csv v1.4.0
31282026-08-14T17:10:46.101Z[ helios-setup] Aug 14 17:10:44.958 INFO E| Compiling base64 v0.21.7
31292026-08-14T17:10:46.244Z[ helios-setup] Aug 14 17:10:45.101 INFO E| Compiling winnow v0.5.40
31302026-08-14T17:10:46.253Z[ helios-setup] Aug 14 17:10:45.108 INFO E| Compiling ryu v1.0.20
31312026-08-14T17:10:46.294Z[ helios-setup] Aug 14 17:10:45.150 INFO E| Compiling toml_writer v1.0.4
31322026-08-14T17:10:46.596Z[ helios-setup] Aug 14 17:10:45.453 INFO E| Compiling subtle v2.6.1
31332026-08-14T17:10:46.608Z[ helios-setup] Aug 14 17:10:45.465 INFO E| Compiling libdevinfo-sys v1.1.0
31342026-08-14T17:10:46.729Z[ helios-setup] Aug 14 17:10:45.585 INFO E| Compiling devinfo v0.1.0
31352026-08-14T17:10:46.784Z[ host-package] Compiling phf v0.12.1
31362026-08-14T17:10:46.822Z[ host-package] Compiling const_format_proc_macros v0.2.34
31372026-08-14T17:10:46.854Z[ helios-setup] Aug 14 17:10:45.711 INFO E| Compiling spki v0.7.3
31382026-08-14T17:10:46.882Z[ helios-setup] Aug 14 17:10:45.737 INFO E| Compiling toml v0.9.8
31392026-08-14T17:10:47.117Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31402026-08-14T17:10:47.206Z[ helios-setup] Aug 14 17:10:46.063 INFO E| Compiling pkcs8 v0.10.2
31412026-08-14T17:10:47.234Z[ host-package] Compiling fd-lock v4.0.4
31422026-08-14T17:10:47.344Z[ helios-setup] Aug 14 17:10:46.201 INFO E| Compiling x509-cert v0.2.5
31432026-08-14T17:10:47.425Z[ helios-setup] Aug 14 17:10:46.278 INFO E| Compiling pkcs1 v0.7.5
31442026-08-14T17:10:47.531Z[ host-package] Compiling peg-macros v0.8.5
31452026-08-14T17:10:47.592Z[ helios-setup] Aug 14 17:10:46.447 INFO E| Compiling clap v4.5.51
31462026-08-14T17:10:47.669Z[ host-package] Compiling nu-ansi-term v0.50.3
31472026-08-14T17:10:47.695Z[ helios-setup] Aug 14 17:10:46.551 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31482026-08-14T17:10:48.069Z[ helios-setup] Aug 14 17:10:46.920 INFO E| Compiling tokio v1.48.0
31492026-08-14T17:10:48.219Z[ helios-setup] Aug 14 17:10:47.075 INFO E| Compiling bzip2 v0.4.4
31502026-08-14T17:10:48.245Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-08-14T17:10:48.253Z[ helios-setup] Aug 14 17:10:47.109 INFO E| Compiling flate2 v1.1.5
31522026-08-14T17:10:48.286Z[ helios-setup] Aug 14 17:10:47.141 INFO E| Compiling uuid v1.18.1
31532026-08-14T17:10:48.429Z[ host-package] Compiling reedline v0.40.0
31542026-08-14T17:10:48.464Z[ helios-setup] Aug 14 17:10:47.320 INFO E| Compiling env_logger v0.11.8
31552026-08-14T17:10:48.664Z[ helios-setup] Aug 14 17:10:47.520 INFO E| Compiling ppv-lite86 v0.2.21
31562026-08-14T17:10:48.980Z[ host-package] Compiling const_format v0.2.35
31572026-08-14T17:10:49.087Z[ helios-setup] Aug 14 17:10:47.944 INFO E| Compiling erased-serde v0.3.31
31582026-08-14T17:10:49.281Z[ helios-setup] Aug 14 17:10:48.137 INFO E| Compiling rand_chacha v0.3.1
31592026-08-14T17:10:49.351Z[ helios-setup] Aug 14 17:10:48.208 INFO E| Compiling toml_datetime v0.6.11
31602026-08-14T17:10:49.513Z[ helios-setup] Aug 14 17:10:48.369 INFO E| Compiling serde_spanned v0.6.9
31612026-08-14T17:10:49.545Z[ helios-setup] Aug 14 17:10:48.401 INFO E| Compiling hashbrown v0.13.2
31622026-08-14T17:10:50.218Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31632026-08-14T17:10:50.223Z[ helios-setup] Aug 14 17:10:49.079 INFO E| Compiling rand v0.8.5
31642026-08-14T17:10:50.246Z[ helios-setup] Aug 14 17:10:49.102 INFO E| Compiling toml_edit v0.19.15
31652026-08-14T17:10:50.253Z[ helios-setup] Aug 14 17:10:49.109 INFO E| Compiling ron v0.8.1
31662026-08-14T17:10:50.364Z[ helios-setup] Aug 14 17:10:49.220 INFO E| Compiling serde-hex v0.1.0
31672026-08-14T17:10:50.401Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31682026-08-14T17:10:50.408Z[ helios-setup] Aug 14 17:10:49.265 INFO E| Compiling foldhash v0.2.0
31692026-08-14T17:10:50.524Z[ helios-setup] Aug 14 17:10:49.381 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31702026-08-14T17:10:50.608Z[ helios-setup] Aug 14 17:10:49.464 INFO E| Compiling slog-term v2.9.2
31712026-08-14T17:10:50.628Z[ host-package] Compiling peg v0.8.5
31722026-08-14T17:10:50.654Z[ helios-setup] Aug 14 17:10:49.510 INFO E| Compiling futures-executor v0.3.31
31732026-08-14T17:10:50.859Z[ helios-setup] Aug 14 17:10:49.715 INFO E| Compiling rustc-hash v2.1.1
31742026-08-14T17:10:51.085Z[ helios-setup] Aug 14 17:10:49.942 INFO E| Compiling futures v0.3.31
31752026-08-14T17:10:51.188Z[ helios-setup] Aug 14 17:10:50.037 INFO E| Compiling hex v0.4.3
31762026-08-14T17:10:51.342Z[ helios-setup] Aug 14 17:10:50.197 INFO E| Compiling bitflags v1.3.2
31772026-08-14T17:10:51.428Z[ helios-setup] Aug 14 17:10:50.284 INFO E| Compiling crc-any v2.5.0
31782026-08-14T17:10:51.584Z[ host-package] Compiling progenitor v0.14.0
31792026-08-14T17:10:51.584Z[ helios-setup] Aug 14 17:10:50.440 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31802026-08-14T17:10:51.659Z[ helios-setup] Aug 14 17:10:50.516 INFO E| Compiling iddqd v0.3.14
31812026-08-14T17:10:51.674Z[ helios-setup] Aug 14 17:10:50.531 INFO E| Compiling object v0.30.4
31822026-08-14T17:10:52.094Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31832026-08-14T17:10:52.195Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31842026-08-14T17:10:52.224Z[ helios-setup] Aug 14 17:10:51.080 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31852026-08-14T17:10:52.239Z[ helios-setup] Aug 14 17:10:51.095 INFO E| Compiling zip v0.6.6
31862026-08-14T17:10:52.488Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-08-14T17:10:52.806Z[ helios-setup] Aug 14 17:10:51.662 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31882026-08-14T17:10:53.236Z[ helios-setup] Aug 14 17:10:52.092 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31892026-08-14T17:10:53.593Z[ host-package] Compiling bcs v0.1.6
31902026-08-14T17:10:53.762Z[ helios-setup] Aug 14 17:10:52.618 INFO E| Compiling rsa v0.9.8
31912026-08-14T17:10:53.785Z[ helios-setup] Aug 14 17:10:52.640 INFO E| Compiling toml v0.7.8
31922026-08-14T17:10:53.788Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31932026-08-14T17:10:53.877Z[ helios-setup] Aug 14 17:10:52.733 INFO E| Compiling path-slash v0.1.5
31942026-08-14T17:10:54.518Z[ host-package] Compiling nom v8.0.0
31952026-08-14T17:10:54.558Z[ host-package] Compiling semver v0.1.20
31962026-08-14T17:10:55.377Z[ host-package] Compiling rustc_version v0.1.7
31972026-08-14T17:10:55.937Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31982026-08-14T17:10:56.064Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31992026-08-14T17:10:56.447Z[ host-package] Compiling newtype_derive v0.1.6
32002026-08-14T17:10:56.739Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32012026-08-14T17:10:56.912Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32022026-08-14T17:10:57.137Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32032026-08-14T17:10:57.161Z[ helios-setup] Aug 14 17:10:56.017 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32042026-08-14T17:10:57.161Z[ helios-setup] Aug 14 17:10:56.017 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32052026-08-14T17:10:57.586Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32062026-08-14T17:10:58.042Z[ host-package] Compiling smawk v0.3.2
32072026-08-14T17:10:58.237Z[ host-package] Compiling unicode-linebreak v0.1.5
32082026-08-14T17:10:59.049Z[ host-package] Compiling textwrap v0.16.2
32092026-08-14T17:10:59.510Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32102026-08-14T17:10:59.679Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32112026-08-14T17:10:59.820Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32122026-08-14T17:11:00.253Z[ host-package] Compiling steno v0.4.1
32132026-08-14T17:11:00.256Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
32142026-08-14T17:11:01.484Z[ host-package] Compiling sha1 v0.10.6
32152026-08-14T17:11:01.533Z[ host-package] Compiling utf-8 v0.7.6
32162026-08-14T17:11:01.578Z[ host-package] Compiling tagptr v0.2.0
32172026-08-14T17:11:01.697Z[ helios-setup] Aug 14 17:11:00.553 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32182026-08-14T17:11:01.847Z[ host-package] Compiling moka v0.12.13
32192026-08-14T17:11:01.963Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32202026-08-14T17:11:01.966Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32212026-08-14T17:11:02.270Z[ host-package] Compiling tungstenite v0.21.0
32222026-08-14T17:11:02.574Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32232026-08-14T17:11:02.900Z[ host-package] Compiling darling_core v0.21.3
32242026-08-14T17:11:02.947Z[ helios-setup] Aug 14 17:11:01.764 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32252026-08-14T17:11:03.679Z[ host-package] Compiling hickory-resolver v0.25.2
32262026-08-14T17:11:05.058Z[ host-package] Compiling tokio-tungstenite v0.21.0
32272026-08-14T17:11:05.750Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32282026-08-14T17:11:05.900Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-14T17:11:06.083Z[ host-package] Compiling darling_macro v0.21.3
32302026-08-14T17:11:06.272Z[ host-package] Compiling display-error-chain v0.2.2
32312026-08-14T17:11:06.488Z[ host-package] Compiling libscf-sys v1.2.0
32322026-08-14T17:11:06.663Z[ host-package] Compiling vergen-lib v0.1.6
32332026-08-14T17:11:06.719Z[ host-package] Compiling darling v0.21.3
32342026-08-14T17:11:06.743Z[ host-package] Compiling diesel_derives v2.3.7
32352026-08-14T17:11:06.822Z[ host-package] Compiling dsl_auto_type v0.2.0
32362026-08-14T17:11:07.003Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32372026-08-14T17:11:07.056Z[ host-package] Compiling vergen-gitcl v1.0.8
32382026-08-14T17:11:07.080Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32392026-08-14T17:11:07.127Z[ helios-setup] Aug 14 17:11:05.984 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32402026-08-14T17:11:07.132Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32412026-08-14T17:11:07.323Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32422026-08-14T17:11:07.372Z[ host-package] Compiling dirs-sys-next v0.1.2
32432026-08-14T17:11:07.407Z[ host-package] Compiling crunchy v0.2.4
32442026-08-14T17:11:07.472Z[ host-package] Compiling maplit v1.0.2
32452026-08-14T17:11:07.579Z[ host-package] Compiling glob v0.3.3
32462026-08-14T17:11:07.644Z[ host-package] Compiling dirs-next v2.0.0
32472026-08-14T17:11:07.806Z[ host-package] Compiling r2d2 v0.8.10
32482026-08-14T17:11:07.884Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32492026-08-14T17:11:08.005Z[ host-package] Compiling clang-sys v1.8.1
32502026-08-14T17:11:08.136Z[ host-package] Compiling papergrid v0.18.0
32512026-08-14T17:11:08.182Z[ host-package] Compiling tiny-keccak v2.0.2
32522026-08-14T17:11:08.492Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32532026-08-14T17:11:08.558Z[ host-package] Compiling downcast-rs v2.0.2
32542026-08-14T17:11:08.740Z[ host-package] Compiling term v0.7.0
32552026-08-14T17:11:09.288Z[ host-package] Compiling itertools v0.15.0
32562026-08-14T17:11:09.378Z[ host-package] Compiling tabled v0.21.0
32572026-08-14T17:11:09.788Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32582026-08-14T17:11:10.019Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32592026-08-14T17:11:10.342Z[ host-package] Compiling bit-vec v0.6.3
32602026-08-14T17:11:10.577Z[ host-package] Compiling bit-set v0.5.3
32612026-08-14T17:11:10.769Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32622026-08-14T17:11:10.853Z[ host-package] Compiling ascii-canvas v3.0.0
32632026-08-14T17:11:11.010Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32642026-08-14T17:11:11.173Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32652026-08-14T17:11:11.223Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32662026-08-14T17:11:11.497Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32672026-08-14T17:11:11.659Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32682026-08-14T17:11:11.778Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32692026-08-14T17:11:12.151Z[ host-package] Compiling itertools v0.10.5
32702026-08-14T17:11:12.302Z[ host-package] Compiling ena v0.14.4
32712026-08-14T17:11:12.413Z[ host-package] Compiling libloading v0.8.9
32722026-08-14T17:11:12.633Z[ host-package] Compiling regex-syntax v0.6.29
32732026-08-14T17:11:12.695Z[ host-package] Compiling xshell-macros v0.2.7
32742026-08-14T17:11:13.163Z[ host-package] Compiling bindgen v0.71.1
32752026-08-14T17:11:13.245Z[ host-package] Compiling diesel v2.3.7
32762026-08-14T17:11:13.288Z[ host-package] Compiling unicase v2.9.0
32772026-08-14T17:11:13.347Z[ host-package] Compiling diff v0.1.13
32782026-08-14T17:11:13.526Z[ host-package] Compiling xshell v0.2.7
32792026-08-14T17:11:14.609Z[ host-package] Compiling lalrpop v0.19.12
32802026-08-14T17:11:14.875Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-08-14T17:11:15.013Z[ host-package] Compiling cexpr v0.6.0
32822026-08-14T17:11:15.392Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32832026-08-14T17:11:15.795Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32842026-08-14T17:11:15.854Z[ host-package] Compiling rustc-hash v2.1.1
32852026-08-14T17:11:15.918Z[ host-package] Compiling crc8 v0.1.1
32862026-08-14T17:11:16.383Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32872026-08-14T17:11:16.493Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32882026-08-14T17:11:16.556Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32892026-08-14T17:11:17.212Z[ host-package] Compiling headers-core v0.3.0
32902026-08-14T17:11:17.499Z[ host-package] Compiling libxml v0.3.3
32912026-08-14T17:11:17.540Z[ host-package] Compiling headers v0.4.1
32922026-08-14T17:11:17.681Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32932026-08-14T17:11:17.864Z[ host-package] Compiling strum_macros v0.24.3
32942026-08-14T17:11:17.864Z[ host-package] Compiling indoc v1.0.9
32952026-08-14T17:11:17.979Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32962026-08-14T17:11:18.258Z[ host-package] Compiling derive_builder v0.20.2
32972026-08-14T17:11:18.469Z[ host-package] Compiling quick-xml v0.37.5
32982026-08-14T17:11:18.502Z[ host-package] Compiling oso-derive v0.27.3
32992026-08-14T17:11:18.505Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33002026-08-14T17:11:18.613Z[ helios-setup] Aug 14 17:11:17.469 INFO E| Finished `release` profile [optimized] target(s) in 48.15s
33012026-08-14T17:11:18.616Z[ helios-setup] Aug 14 17:11:17.471 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33022026-08-14T17:11:18.617Z[ helios-setup] Aug 14 17:11:17.471 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33032026-08-14T17:11:18.658Z[ host-package] Compiling openssl-probe v0.1.6
33042026-08-14T17:11:18.673Z[ helios-setup] Aug 14 17:11:17.529 INFO building project "pilot" ok (48 seconds)
33052026-08-14T17:11:18.673Z[ helios-setup] Aug 14 17:11:17.529 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33062026-08-14T17:11:18.709Z[ helios-setup] Aug 14 17:11:17.565 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
33072026-08-14T17:11:18.709Z[ helios-setup] Aug 14 17:11:17.565 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33082026-08-14T17:11:18.709Z[ helios-setup] Aug 14 17:11:17.565 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33092026-08-14T17:11:18.879Z[ helios-setup] Aug 14 17:11:17.734 INFO E| Updating crates.io index
33102026-08-14T17:11:18.880Z[ helios-setup] Aug 14 17:11:17.734 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33112026-08-14T17:11:19.020Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33122026-08-14T17:11:19.116Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33132026-08-14T17:11:19.237Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33142026-08-14T17:11:19.277Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33152026-08-14T17:11:19.413Z[ helios-setup] Aug 14 17:11:18.269 INFO E| From https://github.com/oxidecomputer/amd-apcb
33162026-08-14T17:11:19.413Z[ helios-setup] Aug 14 17:11:18.269 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33172026-08-14T17:11:19.427Z[ helios-setup] Aug 14 17:11:18.283 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33182026-08-14T17:11:19.493Z[ host-package] Compiling bb8 v0.8.6
33192026-08-14T17:11:19.517Z[ host-package] Compiling trait-variant v0.1.2
33202026-08-14T17:11:19.744Z[ host-package] Compiling half v1.8.3
33212026-08-14T17:11:19.821Z[ helios-setup] Aug 14 17:11:18.678 INFO E| From https://github.com/oxidecomputer/amd-efs
33222026-08-14T17:11:19.821Z[ helios-setup] Aug 14 17:11:18.678 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33232026-08-14T17:11:19.860Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33242026-08-14T17:11:19.882Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33252026-08-14T17:11:19.919Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33262026-08-14T17:11:20.060Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33272026-08-14T17:11:20.108Z[ helios-setup] Aug 14 17:11:18.964 INFO E| Downloading crates ...
33282026-08-14T17:11:20.118Z[ host-package] Compiling serde_cbor v0.11.2
33292026-08-14T17:11:20.151Z[ helios-setup] Aug 14 17:11:19.007 INFO E| Downloaded ansi_term v0.12.1
33302026-08-14T17:11:20.156Z[ helios-setup] Aug 14 17:11:19.013 INFO E| Downloaded bytesize v2.0.1
33312026-08-14T17:11:20.159Z[ helios-setup] Aug 14 17:11:19.014 INFO E| Downloaded rustversion v1.0.20
33322026-08-14T17:11:20.162Z[ helios-setup] Aug 14 17:11:19.016 INFO E| Downloaded heck v0.3.3
33332026-08-14T17:11:20.162Z[ helios-setup] Aug 14 17:11:19.017 INFO E| Downloaded vec_map v0.8.2
33342026-08-14T17:11:20.164Z[ helios-setup] Aug 14 17:11:19.020 INFO E| Downloaded parse_int v0.9.0
33352026-08-14T17:11:20.191Z[ helios-setup] Aug 14 17:11:19.047 INFO E| Downloaded unic-char-range v0.9.0
33362026-08-14T17:11:20.194Z[ helios-setup] Aug 14 17:11:19.048 INFO E| Downloaded unic-common v0.9.0
33372026-08-14T17:11:20.194Z[ helios-setup] Aug 14 17:11:19.049 INFO E| Downloaded unic-ucd-version v0.9.0
33382026-08-14T17:11:20.194Z[ helios-setup] Aug 14 17:11:19.049 INFO E| Downloaded strsim v0.8.0
33392026-08-14T17:11:20.194Z[ helios-setup] Aug 14 17:11:19.050 INFO E| Downloaded unic-ucd-ident v0.9.0
33402026-08-14T17:11:20.197Z[ helios-setup] Aug 14 17:11:19.051 INFO E| Downloaded typenum v1.18.0
33412026-08-14T17:11:20.197Z[ helios-setup] Aug 14 17:11:19.053 INFO E| Downloaded four-cc v0.4.0
33422026-08-14T17:11:20.200Z[ helios-setup] Aug 14 17:11:19.054 INFO E| Downloaded strum v0.27.1
33432026-08-14T17:11:20.200Z[ helios-setup] Aug 14 17:11:19.054 INFO E| Downloaded unic-char-property v0.9.0
33442026-08-14T17:11:20.200Z[ helios-setup] Aug 14 17:11:19.055 INFO E| Downloaded fletcher v1.0.0
33452026-08-14T17:11:20.200Z[ helios-setup] Aug 14 17:11:19.056 INFO E| Downloaded dyn-clone v1.0.19
33462026-08-14T17:11:20.203Z[ helios-setup] Aug 14 17:11:19.057 INFO E| Downloaded textwrap v0.11.0
33472026-08-14T17:11:20.203Z[ helios-setup] Aug 14 17:11:19.058 INFO E| Downloaded modular-bitfield-impl v0.13.1
33482026-08-14T17:11:20.203Z[ helios-setup] Aug 14 17:11:19.058 INFO E| Downloaded structopt-derive v0.4.18
33492026-08-14T17:11:20.203Z[ helios-setup] Aug 14 17:11:19.059 INFO E| Downloaded modular-bitfield-impl v0.11.2
33502026-08-14T17:11:20.206Z[ helios-setup] Aug 14 17:11:19.060 INFO E| Downloaded pest_generator v2.8.0
33512026-08-14T17:11:20.206Z[ helios-setup] Aug 14 17:11:19.061 INFO E| Downloaded strum_macros v0.27.1
33522026-08-14T17:11:20.206Z[ helios-setup] Aug 14 17:11:19.062 INFO E| Downloaded log v0.4.27
33532026-08-14T17:11:20.209Z[ helios-setup] Aug 14 17:11:19.063 INFO E| Downloaded pest_derive v2.8.0
33542026-08-14T17:11:20.211Z[ helios-setup] Aug 14 17:11:19.068 INFO E| Downloaded pest_meta v2.8.0
33552026-08-14T17:11:20.214Z[ helios-setup] Aug 14 17:11:19.069 INFO E| Downloaded modular-bitfield v0.13.1
33562026-08-14T17:11:20.222Z[ helios-setup] Aug 14 17:11:19.078 INFO E| Downloaded structopt v0.3.26
33572026-08-14T17:11:20.226Z[ helios-setup] Aug 14 17:11:19.083 INFO E| Downloaded modular-bitfield v0.11.2
33582026-08-14T17:11:20.233Z[ helios-setup] Aug 14 17:11:19.090 INFO E| Downloaded zerocopy-derive v0.8.25
33592026-08-14T17:11:20.237Z[ helios-setup] Aug 14 17:11:19.094 INFO E| Downloaded pest v2.8.0
33602026-08-14T17:11:20.250Z[ helios-setup] Aug 14 17:11:19.107 INFO E| Downloaded goblin v0.9.3
33612026-08-14T17:11:20.254Z[ helios-setup] Aug 14 17:11:19.111 INFO E| Downloaded clap v2.34.0
33622026-08-14T17:11:20.260Z[ helios-setup] Aug 14 17:11:19.115 INFO E| Downloaded zerocopy v0.8.25
33632026-08-14T17:11:20.283Z[ host-package] Compiling progenitor-impl v0.13.0
33642026-08-14T17:11:20.342Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling proc-macro2 v1.0.95
33652026-08-14T17:11:20.342Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling unicode-ident v1.0.18
33662026-08-14T17:11:20.342Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling memchr v2.7.4
33672026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling autocfg v1.4.0
33682026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling thiserror v2.0.12
33692026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling serde v1.0.219
33702026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling syn v1.0.109
33712026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling version_check v0.9.5
33722026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling serde_json v1.0.140
33732026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling ryu v1.0.20
33742026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling itoa v1.0.15
33752026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling schemars v0.8.22
33762026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling zerocopy v0.8.25
33772026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling paste v1.0.15
33782026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling ucd-trie v0.1.7
33792026-08-14T17:11:20.345Z[ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling static_assertions v1.1.0
33802026-08-14T17:11:21.144Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33812026-08-14T17:11:21.197Z[ host-package] Compiling nonempty v0.12.0
33822026-08-14T17:11:21.227Z[ helios-setup] Aug 14 17:11:20.084 INFO E| Compiling libc v0.2.172
33832026-08-14T17:11:21.261Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33842026-08-14T17:11:21.265Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-08-14T17:11:21.291Z[ host-package] Compiling samael v0.0.19
33862026-08-14T17:11:21.365Z[ helios-setup] Aug 14 17:11:20.221 INFO E| Compiling dyn-clone v1.0.19
33872026-08-14T17:11:21.476Z[ helios-setup] Aug 14 17:11:20.328 INFO E| Compiling rustversion v1.0.20
33882026-08-14T17:11:21.596Z[ helios-setup] Aug 14 17:11:20.452 INFO E| Compiling once_cell v1.21.3
33892026-08-14T17:11:21.600Z[ helios-setup] Aug 14 17:11:20.456 INFO E| Compiling unicode-segmentation v1.12.0
33902026-08-14T17:11:21.667Z[ helios-setup] Aug 14 17:11:20.523 INFO E| Compiling proc-macro-error-attr v1.0.4
33912026-08-14T17:11:21.695Z[ helios-setup] Aug 14 17:11:20.552 INFO E| Compiling proc-macro-error v1.0.4
33922026-08-14T17:11:21.705Z[ helios-setup] Aug 14 17:11:20.561 INFO E| Compiling unicode-width v0.1.14
33932026-08-14T17:11:21.743Z[ helios-setup] Aug 14 17:11:20.599 INFO E| Compiling heck v0.5.0
33942026-08-14T17:11:21.747Z[ helios-setup] Aug 14 17:11:20.604 INFO E| Compiling vec_map v0.8.2
33952026-08-14T17:11:21.971Z[ helios-setup] Aug 14 17:11:20.827 INFO E| Compiling unic-char-range v0.9.0
33962026-08-14T17:11:22.016Z[ helios-setup] Aug 14 17:11:20.872 INFO E| Compiling num-traits v0.2.19
33972026-08-14T17:11:22.023Z[ helios-setup] Aug 14 17:11:20.879 INFO E| Compiling memoffset v0.9.1
33982026-08-14T17:11:22.133Z[ helios-setup] Aug 14 17:11:20.986 INFO E| Compiling textwrap v0.11.0
33992026-08-14T17:11:22.136Z[ helios-setup] Aug 14 17:11:20.993 INFO E| Compiling strum v0.27.1
34002026-08-14T17:11:22.176Z[ helios-setup] Aug 14 17:11:21.032 INFO E| Compiling ansi_term v0.12.1
34012026-08-14T17:11:22.211Z[ helios-setup] Aug 14 17:11:21.067 INFO E| Compiling byteorder v1.5.0
34022026-08-14T17:11:22.269Z[ host-package] Compiling progenitor-client v0.13.0
34032026-08-14T17:11:22.281Z[ helios-setup] Aug 14 17:11:21.137 INFO E| Compiling strsim v0.8.0
34042026-08-14T17:11:22.284Z[ helios-setup] Aug 14 17:11:21.138 INFO E| Compiling fletcher v1.0.0
34052026-08-14T17:11:22.303Z[ helios-setup] Aug 14 17:11:21.159 INFO E| Compiling unic-common v0.9.0
34062026-08-14T17:11:22.333Z[ helios-setup] Aug 14 17:11:21.188 INFO E| Compiling heck v0.3.3
34072026-08-14T17:11:22.383Z[ helios-setup] Aug 14 17:11:21.239 INFO E| Compiling bitflags v1.3.2
34082026-08-14T17:11:22.981Z[ host-package] Compiling fxhash v0.2.1
34092026-08-14T17:11:23.027Z[ helios-setup] Aug 14 17:11:21.883 INFO E| Compiling quote v1.0.40
34102026-08-14T17:11:23.154Z[ helios-setup] Aug 14 17:11:22.006 INFO E| Compiling atty v0.2.14
34112026-08-14T17:11:23.192Z[ host-package] Compiling libz-sys v1.1.24
34122026-08-14T17:11:23.252Z[ helios-setup] Aug 14 17:11:22.108 INFO E| Compiling unic-ucd-version v0.9.0
34132026-08-14T17:11:23.255Z[ helios-setup] Aug 14 17:11:22.109 INFO E| Compiling unic-char-property v0.9.0
34142026-08-14T17:11:23.255Z[ helios-setup] Aug 14 17:11:22.109 INFO E| Compiling lazy_static v1.5.0
34152026-08-14T17:11:23.265Z[ host-package] Compiling salty v0.3.0
34162026-08-14T17:11:23.276Z[ helios-setup] Aug 14 17:11:22.133 INFO E| Compiling plain v0.2.3
34172026-08-14T17:11:23.279Z[ helios-setup] Aug 14 17:11:22.133 INFO E| Compiling log v0.4.27
34182026-08-14T17:11:23.279Z[ helios-setup] Aug 14 17:11:22.134 INFO E| Compiling bytesize v2.0.1
34192026-08-14T17:11:23.340Z[ helios-setup] Aug 14 17:11:22.197 INFO E| Compiling clap v2.34.0
34202026-08-14T17:11:23.386Z[ host-package] Compiling progenitor-macro v0.13.0
34212026-08-14T17:11:23.402Z[ helios-setup] Aug 14 17:11:22.258 INFO E| Compiling unic-ucd-ident v0.9.0
34222026-08-14T17:11:23.606Z[ helios-setup] Aug 14 17:11:22.462 INFO E| Compiling syn v2.0.101
34232026-08-14T17:11:23.976Z[ host-package] Compiling polar-core v0.27.3
34242026-08-14T17:11:24.013Z[ helios-setup] Aug 14 17:11:22.870 INFO E| Compiling parse_int v0.9.0
34252026-08-14T17:11:24.103Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-08-14T17:11:24.267Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34272026-08-14T17:11:24.597Z[ host-package] Compiling kstat-rs v0.2.5
34282026-08-14T17:11:25.665Z[ host-package] Compiling mime_guess v2.0.5
34292026-08-14T17:11:26.149Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-08-14T17:11:26.391Z[ helios-setup] Aug 14 17:11:25.247 INFO E| Compiling serde_derive_internals v0.29.1
34312026-08-14T17:11:26.493Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34322026-08-14T17:11:26.632Z[ helios-setup] Aug 14 17:11:25.488 INFO E| Compiling modular-bitfield-impl v0.11.2
34332026-08-14T17:11:26.634Z[ helios-setup] Aug 14 17:11:25.488 INFO E| Compiling structopt-derive v0.4.18
34342026-08-14T17:11:27.249Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34352026-08-14T17:11:27.460Z[ host-package] Compiling rfc6979 v0.4.0
34362026-08-14T17:11:27.757Z[ host-package] Compiling nanorand v0.7.0
34372026-08-14T17:11:27.760Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling thiserror-impl v2.0.12
34382026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling serde_derive v1.0.219
34392026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling schemars_derive v0.8.22
34402026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling zerocopy-derive v0.8.25
34412026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling num-derive v0.4.2
34422026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling modular-bitfield-impl v0.13.1
34432026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling strum_macros v0.27.1
34442026-08-14T17:11:27.761Z[ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling scroll_derive v0.12.1
34452026-08-14T17:11:27.970Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34462026-08-14T17:11:28.029Z[ helios-setup] Aug 14 17:11:26.885 INFO E| Compiling modular-bitfield v0.11.2
34472026-08-14T17:11:28.414Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-08-14T17:11:28.526Z[ host-package] Compiling progenitor v0.13.0
34492026-08-14T17:11:28.646Z[ host-package] Compiling parking_lot_core v0.8.6
34502026-08-14T17:11:28.923Z[ host-package] Compiling flume v0.11.1
34512026-08-14T17:11:29.180Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34522026-08-14T17:11:29.245Z[ helios-setup] Aug 14 17:11:28.101 INFO E| Compiling structopt v0.3.26
34532026-08-14T17:11:29.576Z[ helios-setup] Aug 14 17:11:28.433 INFO E| Compiling scroll v0.12.0
34542026-08-14T17:11:29.736Z[ host-package] Compiling ecdsa v0.16.9
34552026-08-14T17:11:29.839Z[ helios-setup] Aug 14 17:11:28.695 INFO E| Compiling goblin v0.9.3
34562026-08-14T17:11:30.091Z[ helios-setup] Aug 14 17:11:28.948 INFO E| Compiling modular-bitfield v0.13.1
34572026-08-14T17:11:30.117Z[ helios-setup] Aug 14 17:11:28.973 INFO E| Compiling pest v2.8.0
34582026-08-14T17:11:30.448Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34592026-08-14T17:11:30.560Z[ host-package] Compiling primeorder v0.13.6
34602026-08-14T17:11:30.971Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34612026-08-14T17:11:31.105Z[ host-package] Compiling git-stub v1.0.0
34622026-08-14T17:11:31.498Z[ host-package] Compiling strsim v0.10.0
34632026-08-14T17:11:31.658Z[ helios-setup] Aug 14 17:11:30.514 INFO E| Compiling pest_meta v2.8.0
34642026-08-14T17:11:31.932Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34652026-08-14T17:11:32.056Z[ host-package] Compiling http-range v0.1.5
34662026-08-14T17:11:32.169Z[ host-package] Compiling instability v0.3.11
34672026-08-14T17:11:32.269Z[ helios-setup] Aug 14 17:11:31.125 INFO E| Compiling pest_generator v2.8.0
34682026-08-14T17:11:32.547Z[ host-package] Compiling darling_core v0.13.4
34692026-08-14T17:11:32.604Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34702026-08-14T17:11:33.519Z[ helios-setup] Aug 14 17:11:32.375 INFO E| Compiling pest_derive v2.8.0
34712026-08-14T17:11:33.895Z[ host-package] Compiling git-stub-vcs v0.1.0
34722026-08-14T17:11:34.263Z[ host-package] Compiling p384 v0.13.1
34732026-08-14T17:11:34.452Z[ helios-setup] Aug 14 17:11:33.308 INFO E| Compiling json5 v0.4.1
34742026-08-14T17:11:34.783Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34752026-08-14T17:11:35.282Z[ host-package] Compiling oso v0.27.3
34762026-08-14T17:11:35.387Z[ helios-setup] Aug 14 17:11:34.241 INFO E| Compiling four-cc v0.4.0
34772026-08-14T17:11:35.387Z[ helios-setup] Aug 14 17:11:34.241 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34782026-08-14T17:11:35.506Z[ helios-setup] Aug 14 17:11:34.362 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34792026-08-14T17:11:36.748Z[ host-package] Compiling diesel-dtrace v0.5.0
34802026-08-14T17:11:37.119Z[ host-package] Compiling async-bb8-diesel v0.2.1
34812026-08-14T17:11:37.703Z[ host-package] Compiling ignore v0.4.25
34822026-08-14T17:11:38.671Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34832026-08-14T17:11:38.759Z[ host-package] Compiling castaway v0.2.4
34842026-08-14T17:11:38.869Z[ host-package] Compiling vergen-git2 v9.1.0
34852026-08-14T17:11:38.927Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34862026-08-14T17:11:39.134Z[ host-package] Compiling indoc v2.0.7
34872026-08-14T17:11:39.333Z[ host-package] Compiling compact_str v0.8.1
34882026-08-14T17:11:40.219Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34892026-08-14T17:11:40.354Z[ host-package] Compiling globwalk v0.9.1
34902026-08-14T17:11:40.485Z[ host-package] Compiling parking_lot v0.11.2
34912026-08-14T17:11:40.508Z[ host-package] Compiling hyper-staticfile v0.10.1
34922026-08-14T17:11:41.055Z[ host-package] Compiling darling_macro v0.13.4
34932026-08-14T17:11:41.426Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34942026-08-14T17:11:41.497Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34952026-08-14T17:11:41.665Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34962026-08-14T17:11:41.870Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34972026-08-14T17:11:41.997Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34982026-08-14T17:11:42.321Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34992026-08-14T17:11:42.367Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35002026-08-14T17:11:42.476Z[ host-package] Compiling predicates-tree v1.0.13
35012026-08-14T17:11:42.738Z[ host-package] Compiling unicode-truncate v1.1.0
35022026-08-14T17:11:42.797Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35032026-08-14T17:11:42.965Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35042026-08-14T17:11:43.010Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35052026-08-14T17:11:43.475Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35062026-08-14T17:11:43.915Z[ host-package] Compiling lru v0.12.5
35072026-08-14T17:11:43.950Z[ host-package] Compiling prefix-trie v0.7.0
35082026-08-14T17:11:44.164Z[ host-package] Compiling rand_seeder v0.4.0
35092026-08-14T17:11:44.320Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35102026-08-14T17:11:44.473Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
35112026-08-14T17:11:44.512Z[ host-package] Compiling corncobs v0.1.4
35122026-08-14T17:11:44.515Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35132026-08-14T17:11:44.766Z[ host-package] Compiling cassowary v0.3.0
35142026-08-14T17:11:44.831Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35152026-08-14T17:11:44.834Z[ host-package] Compiling hickory-server v0.25.2
35162026-08-14T17:11:44.874Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35172026-08-14T17:11:44.927Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35182026-08-14T17:11:45.100Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35192026-08-14T17:11:45.490Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35202026-08-14T17:11:45.517Z[ host-package] Compiling ratatui v0.29.0
35212026-08-14T17:11:45.520Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35222026-08-14T17:11:46.344Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35232026-08-14T17:11:47.148Z[ host-package] Compiling darling v0.13.4
35242026-08-14T17:11:47.568Z[ host-package] Compiling sled v0.34.7
35252026-08-14T17:11:48.909Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35262026-08-14T17:11:49.712Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35272026-08-14T17:11:49.823Z[ helios-setup] Aug 14 17:11:48.679 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35282026-08-14T17:11:49.884Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35292026-08-14T17:11:50.032Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35302026-08-14T17:11:50.089Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35312026-08-14T17:11:50.284Z[ host-package] Compiling secrecy v0.8.0
35322026-08-14T17:11:50.441Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35332026-08-14T17:11:50.864Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35342026-08-14T17:11:51.081Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35352026-08-14T17:11:51.252Z[ host-package] Compiling serde_with_macros v1.5.2
35362026-08-14T17:11:52.234Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35372026-08-14T17:11:52.498Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35382026-08-14T17:11:53.079Z[ helios-setup] Aug 14 17:11:51.935 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35392026-08-14T17:11:53.344Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35402026-08-14T17:11:53.948Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35412026-08-14T17:11:54.216Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35422026-08-14T17:11:54.457Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35432026-08-14T17:11:54.481Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35442026-08-14T17:11:54.598Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35452026-08-14T17:11:54.698Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35462026-08-14T17:11:54.722Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35472026-08-14T17:11:54.826Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35482026-08-14T17:11:54.930Z[ host-package] Compiling arc-swap v1.8.2
35492026-08-14T17:11:55.003Z[ host-package] Compiling void v1.0.2
35502026-08-14T17:11:55.174Z[ host-package] Compiling lzss v0.8.2
35512026-08-14T17:11:55.233Z[ host-package] Compiling slog-scope v4.4.1
35522026-08-14T17:11:55.487Z[ host-package] Compiling illumos-nvpair v0.3.0
35532026-08-14T17:11:55.565Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35542026-08-14T17:11:55.674Z[ host-package] Compiling serde_with v1.14.0
35552026-08-14T17:11:56.376Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35562026-08-14T17:11:56.421Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35572026-08-14T17:11:56.619Z[ host-package] Compiling git2 v0.20.4
35582026-08-14T17:11:56.927Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35592026-08-14T17:11:57.635Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35602026-08-14T17:11:59.572Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35612026-08-14T17:12:00.044Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35622026-08-14T17:12:00.152Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35632026-08-14T17:12:02.397Z[ host-package] Compiling scuffle v0.1.0
35642026-08-14T17:12:02.884Z[ host-package] Compiling tungstenite v0.23.0
35652026-08-14T17:12:03.138Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35662026-08-14T17:12:03.828Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35672026-08-14T17:12:04.633Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35682026-08-14T17:12:04.889Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35692026-08-14T17:12:05.125Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35702026-08-14T17:12:05.265Z[ host-package] Compiling nix v0.27.1
35712026-08-14T17:12:05.288Z[ host-package] Compiling twox-hash v2.1.2
35722026-08-14T17:12:05.348Z[ helios-setup] Aug 14 17:12:04.205 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.60s
35732026-08-14T17:12:05.377Z[ host-package] Compiling libsw-core v0.3.2
35742026-08-14T17:12:05.382Z[ helios-setup] Aug 14 17:12:04.238 INFO building project "amd-host-image-builder" ok (46 seconds)
35752026-08-14T17:12:05.382Z[ helios-setup] Aug 14 17:12:04.239 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35762026-08-14T17:12:05.391Z[ helios-setup] Aug 14 17:12:04.247 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
35772026-08-14T17:12:05.391Z[ helios-setup] Aug 14 17:12:04.247 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35782026-08-14T17:12:05.393Z[ helios-setup] Aug 14 17:12:04.247 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35792026-08-14T17:12:05.499Z[ helios-setup] Aug 14 17:12:04.355 INFO E| Blocking waiting for file lock on package cache
35802026-08-14T17:12:05.607Z[ host-package] Compiling atty v0.2.14
35812026-08-14T17:12:05.756Z[ host-package] Compiling serde_bytes v0.11.19
35822026-08-14T17:12:05.798Z[ host-package] Compiling libsw v3.5.0
35832026-08-14T17:12:06.030Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35842026-08-14T17:12:06.107Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35852026-08-14T17:12:06.130Z[ host-package] Compiling tokio-tungstenite v0.23.1
35862026-08-14T17:12:06.430Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35872026-08-14T17:12:06.508Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35882026-08-14T17:12:06.607Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35892026-08-14T17:12:08.574Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35902026-08-14T17:12:08.724Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35912026-08-14T17:12:08.790Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35922026-08-14T17:12:08.844Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35932026-08-14T17:12:09.554Z[ host-package] Compiling slog-stdlog v4.1.1
35942026-08-14T17:12:10.029Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35952026-08-14T17:12:10.336Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35962026-08-14T17:12:10.359Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35972026-08-14T17:12:10.390Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35982026-08-14T17:12:10.810Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35992026-08-14T17:12:11.006Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36002026-08-14T17:12:12.452Z[ helios-setup] Aug 14 17:12:11.308 INFO E| Blocking waiting for file lock on package cache
36012026-08-14T17:12:12.545Z[ helios-setup] Aug 14 17:12:11.401 INFO E| Blocking waiting for file lock on package cache
36022026-08-14T17:12:12.728Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36032026-08-14T17:12:13.747Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36042026-08-14T17:12:13.876Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36052026-08-14T17:12:14.372Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36062026-08-14T17:12:16.096Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36072026-08-14T17:12:17.246Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36082026-08-14T17:12:17.677Z[ helios-setup] Aug 14 17:12:16.533 INFO E| Downloading crates ...
36092026-08-14T17:12:17.720Z[ helios-setup] Aug 14 17:12:16.576 INFO E| Downloaded adler2 v2.0.0
36102026-08-14T17:12:17.728Z[ helios-setup] Aug 14 17:12:16.584 INFO E| Downloaded miniz_oxide v0.8.8
36112026-08-14T17:12:17.769Z[ helios-setup] Aug 14 17:12:16.625 INFO E| Compiling adler2 v2.0.0
36122026-08-14T17:12:17.866Z[ helios-setup] Aug 14 17:12:16.722 INFO E| Compiling miniz_oxide v0.8.8
36132026-08-14T17:12:18.195Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36142026-08-14T17:12:18.450Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36152026-08-14T17:12:18.755Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36162026-08-14T17:12:19.101Z[ helios-setup] Aug 14 17:12:17.956 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36172026-08-14T17:12:19.707Z[ helios-setup] Aug 14 17:12:18.563 INFO E| Finished `release` profile [optimized] target(s) in 14.30s
36182026-08-14T17:12:19.718Z[ helios-setup] Aug 14 17:12:18.574 INFO building project "pinprick" ok (14 seconds)
36192026-08-14T17:12:19.718Z[ helios-setup] Aug 14 17:12:18.574 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36202026-08-14T17:12:19.756Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36212026-08-14T17:12:19.997Z[ host-package] Compiling fatfs v0.3.6
36222026-08-14T17:12:20.620Z[ host-package] Compiling signal-hook-tokio v0.3.1
36232026-08-14T17:12:20.830Z[ host-package] Compiling yasna v0.5.2
36242026-08-14T17:12:21.371Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36252026-08-14T17:12:21.631Z[ host-package] Compiling seq-macro v0.3.6
36262026-08-14T17:12:21.784Z[ host-package] Compiling assert_matches v1.5.0
36272026-08-14T17:12:21.961Z[ host-package] Compiling is_ci v1.2.0
36282026-08-14T17:12:22.205Z[ host-package] Compiling supports-color v3.0.2
36292026-08-14T17:12:22.248Z[ host-package] Compiling rcgen v0.12.1
36302026-08-14T17:12:22.296Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36312026-08-14T17:12:22.570Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36322026-08-14T17:12:23.083Z[ host-package] Compiling slog-envlogger v2.2.0
36332026-08-14T17:12:24.287Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36342026-08-14T17:12:25.350Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36352026-08-14T17:12:25.421Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36362026-08-14T17:12:25.882Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36372026-08-14T17:12:26.195Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36382026-08-14T17:12:26.229Z[ host-package] Compiling port-file v0.1.0
36392026-08-14T17:12:26.508Z[ host-package] Compiling subprocess v0.2.15
36402026-08-14T17:12:26.618Z[ host-package] Compiling rtoolbox v0.0.3
36412026-08-14T17:12:26.819Z[ host-package] Compiling rpassword v7.5.4
36422026-08-14T17:12:27.063Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36432026-08-14T17:12:27.567Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36442026-08-14T17:12:28.839Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36452026-08-14T17:12:29.481Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36462026-08-14T17:12:29.655Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36472026-08-14T17:12:31.516Z[ host-package] Compiling tui-tree-widget v0.23.1
36482026-08-14T17:12:31.874Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36492026-08-14T17:12:32.332Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36502026-08-14T17:12:33.107Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36512026-08-14T17:12:33.455Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
36522026-08-14T17:12:35.445Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36532026-08-14T17:12:35.695Z[ host-package] Compiling uzers v0.12.2
36542026-08-14T17:12:37.072Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36552026-08-14T17:12:37.467Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36562026-08-14T17:12:37.568Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36572026-08-14T17:12:38.577Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36582026-08-14T17:12:39.327Z[ host-package] Compiling support-bundle-viewer v0.1.2
36592026-08-14T17:12:39.565Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36602026-08-14T17:12:41.421Z[ host-package] Compiling multimap v0.10.1
36612026-08-14T17:12:44.289Z[ helios-setup] Aug 14 17:12:43.145 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')"
36622026-08-14T17:12:44.289Z[ helios-setup] Aug 14 17:12:43.145 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36632026-08-14T17:12:44.298Z[ helios-setup] Aug 14 17:12:43.155 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36642026-08-14T17:12:44.298Z[ helios-setup] Aug 14 17:12:43.155 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36652026-08-14T17:12:44.301Z[ helios-setup] Aug 14 17:12:43.155 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36662026-08-14T17:12:44.410Z[ helios-setup] Aug 14 17:12:43.266 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36672026-08-14T17:12:45.053Z[ helios-setup] Aug 14 17:12:43.909 INFO E| From https://github.com/jclulow/rust-jmclib
36682026-08-14T17:12:45.053Z[ helios-setup] Aug 14 17:12:43.909 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36692026-08-14T17:12:45.100Z[ helios-setup] Aug 14 17:12:43.955 INFO E| Updating crates.io index
36702026-08-14T17:12:45.146Z[ helios-setup] Aug 14 17:12:44.003 INFO E| Downloading crates ...
36712026-08-14T17:12:45.198Z[ helios-setup] Aug 14 17:12:44.053 INFO E| Downloaded digest v0.9.0
36722026-08-14T17:12:45.206Z[ helios-setup] Aug 14 17:12:44.062 INFO E| Downloaded glob v0.3.1
36732026-08-14T17:12:45.209Z[ helios-setup] Aug 14 17:12:44.063 INFO E| Downloaded proc-macro2 v1.0.66
36742026-08-14T17:12:45.209Z[ helios-setup] Aug 14 17:12:44.065 INFO E| Downloaded md-5 v0.9.1
36752026-08-14T17:12:45.214Z[ helios-setup] Aug 14 17:12:44.070 INFO E| Downloaded libdevinfo-sys v1.0.0
36762026-08-14T17:12:45.217Z[ helios-setup] Aug 14 17:12:44.071 INFO E| Downloaded block-buffer v0.9.0
36772026-08-14T17:12:45.221Z[ helios-setup] Aug 14 17:12:44.075 INFO E| Downloaded sha-1 v0.9.8
36782026-08-14T17:12:45.227Z[ helios-setup] Aug 14 17:12:44.083 INFO E| Downloaded errno v0.3.1
36792026-08-14T17:12:45.230Z[ helios-setup] Aug 14 17:12:44.086 INFO E| Downloaded fastrand v2.0.0
36802026-08-14T17:12:45.233Z[ helios-setup] Aug 14 17:12:44.089 INFO E| Downloaded cpufeatures v0.2.9
36812026-08-14T17:12:45.240Z[ helios-setup] Aug 14 17:12:44.097 INFO E| Downloaded unicode-width v0.1.10
36822026-08-14T17:12:45.248Z[ helios-setup] Aug 14 17:12:44.104 INFO E| Downloaded tempfile v3.7.0
36832026-08-14T17:12:45.252Z[ helios-setup] Aug 14 17:12:44.108 INFO E| Downloaded walkdir v2.3.3
36842026-08-14T17:12:45.255Z[ helios-setup] Aug 14 17:12:44.109 INFO E| Downloaded getrandom v0.2.10
36852026-08-14T17:12:45.255Z[ helios-setup] Aug 14 17:12:44.111 INFO E| Downloaded quote v1.0.31
36862026-08-14T17:12:45.258Z[ helios-setup] Aug 14 17:12:44.113 INFO E| Downloaded once_cell v1.18.0
36872026-08-14T17:12:45.261Z[ helios-setup] Aug 14 17:12:44.115 INFO E| Downloaded anyhow v1.0.72
36882026-08-14T17:12:45.261Z[ helios-setup] Aug 14 17:12:44.117 INFO E| Downloaded typenum v1.16.0
36892026-08-14T17:12:45.264Z[ helios-setup] Aug 14 17:12:44.118 INFO E| Downloaded unicode-ident v1.0.11
36902026-08-14T17:12:45.264Z[ helios-setup] Aug 14 17:12:44.120 INFO E| Downloaded bitflags v2.3.3
36912026-08-14T17:12:45.267Z[ helios-setup] Aug 14 17:12:44.121 INFO E| Downloaded uuid v0.8.2
36922026-08-14T17:12:45.267Z[ helios-setup] Aug 14 17:12:44.123 INFO E| Downloaded serde_derive v1.0.193
36932026-08-14T17:12:45.270Z[ helios-setup] Aug 14 17:12:44.126 INFO E| Downloaded toml v0.5.11
36942026-08-14T17:12:45.278Z[ helios-setup] Aug 14 17:12:44.134 INFO E| Downloaded serde v1.0.193
36952026-08-14T17:12:45.292Z[ helios-setup] Aug 14 17:12:44.148 INFO E| Downloaded serde_json v1.0.103
36962026-08-14T17:12:45.318Z[ helios-setup] Aug 14 17:12:44.174 INFO E| Downloaded syn v2.0.32
36972026-08-14T17:12:45.324Z[ helios-setup] Aug 14 17:12:44.180 INFO E| Downloaded rustix v0.38.4
36982026-08-14T17:12:45.353Z[ helios-setup] Aug 14 17:12:44.209 INFO E| Downloaded libc v0.2.147
36992026-08-14T17:12:45.419Z[ helios-setup] Aug 14 17:12:44.275 INFO E| Compiling libc v0.2.147
37002026-08-14T17:12:45.451Z[ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling proc-macro2 v1.0.66
37012026-08-14T17:12:45.452Z[ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling cfg-if v1.0.0
37022026-08-14T17:12:45.452Z[ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling unicode-ident v1.0.11
37032026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling version_check v0.9.4
37042026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling typenum v1.16.0
37052026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling serde v1.0.193
37062026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling time-core v0.1.2
37072026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling powerfmt v0.2.0
37082026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling num-conv v0.1.0
37092026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling rustix v0.38.4
37102026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling slog v2.7.0
37112026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling itoa v1.0.9
37122026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling once_cell v1.18.0
37132026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling bitflags v2.3.3
37142026-08-14T17:12:45.455Z[ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling num_threads v0.1.6
37152026-08-14T17:12:46.205Z[ helios-setup] Aug 14 17:12:45.060 INFO E| Compiling thread_local v1.1.7
37162026-08-14T17:12:46.213Z[ helios-setup] Aug 14 17:12:45.069 INFO E| Compiling anyhow v1.0.72
37172026-08-14T17:12:46.222Z[ helios-setup] Aug 14 17:12:45.078 INFO E| Compiling opaque-debug v0.3.0
37182026-08-14T17:12:46.222Z[ helios-setup] Aug 14 17:12:45.078 INFO E| Compiling fastrand v2.0.0
37192026-08-14T17:12:46.371Z[ helios-setup] Aug 14 17:12:45.227 INFO E| Compiling serde_json v1.0.103
37202026-08-14T17:12:46.398Z[ helios-setup] Aug 14 17:12:45.254 INFO E| Compiling generic-array v0.14.7
37212026-08-14T17:12:46.427Z[ helios-setup] Aug 14 17:12:45.283 INFO E| Compiling ryu v1.0.15
37222026-08-14T17:12:46.590Z[ helios-setup] Aug 14 17:12:45.446 INFO E| Compiling deranged v0.3.11
37232026-08-14T17:12:46.670Z[ helios-setup] Aug 14 17:12:45.525 INFO E| Compiling same-file v1.0.6
37242026-08-14T17:12:46.675Z[ helios-setup] Aug 14 17:12:45.529 INFO E| Compiling time-macros v0.2.18
37252026-08-14T17:12:46.976Z[ helios-setup] Aug 14 17:12:45.832 INFO E| Compiling dirs-sys-next v0.1.2
37262026-08-14T17:12:46.991Z[ helios-setup] Aug 14 17:12:45.846 INFO E| Compiling errno v0.3.1
37272026-08-14T17:12:47.082Z[ helios-setup] Aug 14 17:12:45.937 INFO E| Compiling atty v0.2.14
37282026-08-14T17:12:47.086Z[ helios-setup] Aug 14 17:12:45.942 INFO E| Compiling getrandom v0.2.10
37292026-08-14T17:12:47.118Z[ helios-setup] Aug 14 17:12:45.973 INFO E| Compiling cpufeatures v0.2.9
37302026-08-14T17:12:47.233Z[ helios-setup] Aug 14 17:12:46.089 INFO E| Compiling dirs-next v2.0.0
37312026-08-14T17:12:47.255Z[ helios-setup] Aug 14 17:12:46.111 INFO E| Compiling unicode-width v0.1.10
37322026-08-14T17:12:47.258Z[ helios-setup] Aug 14 17:12:46.111 INFO E| Compiling walkdir v2.3.3
37332026-08-14T17:12:47.290Z[ helios-setup] Aug 14 17:12:46.146 INFO E| Compiling quote v1.0.31
37342026-08-14T17:12:47.291Z[ helios-setup] Aug 14 17:12:46.146 INFO E| Compiling glob v0.3.1
37352026-08-14T17:12:47.378Z[ helios-setup] Aug 14 17:12:46.230 INFO E| Compiling term v0.7.0
37362026-08-14T17:12:47.403Z[ helios-setup] Aug 14 17:12:46.259 INFO E| Compiling getopts v0.2.21
37372026-08-14T17:12:47.437Z[ helios-setup] Aug 14 17:12:46.292 INFO E| Compiling libdevinfo-sys v1.0.0
37382026-08-14T17:12:47.599Z[ helios-setup] Aug 14 17:12:46.455 INFO E| Compiling syn v2.0.32
37392026-08-14T17:12:48.293Z[ helios-setup] Aug 14 17:12:47.149 INFO E| Compiling digest v0.9.0
37402026-08-14T17:12:48.293Z[ helios-setup] Aug 14 17:12:47.149 INFO E| Compiling block-buffer v0.9.0
37412026-08-14T17:12:48.454Z[ helios-setup] Aug 14 17:12:47.310 INFO E| Compiling sha-1 v0.9.8
37422026-08-14T17:12:48.454Z[ helios-setup] Aug 14 17:12:47.310 INFO E| Compiling md-5 v0.9.1
37432026-08-14T17:12:48.713Z[ helios-setup] Aug 14 17:12:47.569 INFO E| Compiling time v0.3.36
37442026-08-14T17:12:48.781Z[ helios-setup] Aug 14 17:12:47.637 INFO E| Compiling tempfile v3.7.0
37452026-08-14T17:12:49.633Z[ helios-setup] Aug 14 17:12:48.489 INFO E| Compiling serde_derive v1.0.193
37462026-08-14T17:12:49.699Z[ helios-setup] Aug 14 17:12:48.555 INFO E| Compiling slog-term v2.9.0
37472026-08-14T17:12:50.946Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37482026-08-14T17:12:54.601Z[ helios-setup] Aug 14 17:12:53.456 INFO E| Compiling toml v0.5.11
37492026-08-14T17:12:54.601Z[ helios-setup] Aug 14 17:12:53.456 INFO E| Compiling uuid v0.8.2
37502026-08-14T17:12:55.471Z[ helios-setup] Aug 14 17:12:54.326 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37512026-08-14T17:12:56.137Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37522026-08-14T17:12:56.349Z[ helios-setup] Aug 14 17:12:55.204 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37532026-08-14T17:12:59.371Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37542026-08-14T17:13:00.913Z[ helios-setup] Aug 14 17:12:59.769 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s
37552026-08-14T17:13:00.938Z[ helios-setup] Aug 14 17:12:59.793 INFO building project "image-builder" ok (16 seconds)
37562026-08-14T17:13:00.938Z[ helios-setup] Aug 14 17:12:59.794 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37572026-08-14T17:13:00.952Z[ helios-setup] Aug 14 17:12:59.803 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37582026-08-14T17:13:00.952Z[ helios-setup] Aug 14 17:12:59.803 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37592026-08-14T17:13:00.952Z[ helios-setup] Aug 14 17:12:59.803 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37602026-08-14T17:13:01.106Z[ helios-setup] Aug 14 17:12:59.923 INFO E| Downloading crates ...
37612026-08-14T17:13:01.121Z[ helios-setup] Aug 14 17:12:59.977 INFO E| Downloaded typenum v1.15.0
37622026-08-14T17:13:01.126Z[ helios-setup] Aug 14 17:12:59.982 INFO E| Downloaded miniz_oxide v0.6.2
37632026-08-14T17:13:01.130Z[ helios-setup] Aug 14 17:12:59.984 INFO E| Downloaded cpufeatures v0.2.5
37642026-08-14T17:13:01.130Z[ helios-setup] Aug 14 17:12:59.985 INFO E| Downloaded generic-array v0.14.6
37652026-08-14T17:13:01.133Z[ helios-setup] Aug 14 17:12:59.986 INFO E| Downloaded block-buffer v0.10.3
37662026-08-14T17:13:01.133Z[ helios-setup] Aug 14 17:12:59.987 INFO E| Downloaded digest v0.10.3
37672026-08-14T17:13:01.137Z[ helios-setup] Aug 14 17:12:59.990 INFO E| Downloaded sha2 v0.10.5
37682026-08-14T17:13:01.137Z[ helios-setup] Aug 14 17:12:59.993 INFO E| Downloaded anyhow v1.0.62
37692026-08-14T17:13:01.141Z[ helios-setup] Aug 14 17:12:59.997 INFO E| Downloaded bytes v1.2.1
37702026-08-14T17:13:01.144Z[ helios-setup] Aug 14 17:12:59.999 INFO E| Downloaded flate2 v1.0.25
37712026-08-14T17:13:01.192Z[ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling version_check v0.9.4
37722026-08-14T17:13:01.195Z[ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling typenum v1.15.0
37732026-08-14T17:13:01.195Z[ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling cfg-if v1.0.0
37742026-08-14T17:13:01.195Z[ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling crc32fast v1.3.2
37752026-08-14T17:13:01.199Z[ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling anyhow v1.0.62
37762026-08-14T17:13:01.199Z[ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling adler v1.0.2
37772026-08-14T17:13:01.199Z[ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling cpufeatures v0.2.5
37782026-08-14T17:13:01.199Z[ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling unicode-width v0.1.10
37792026-08-14T17:13:01.199Z[ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling bitflags v1.3.2
37802026-08-14T17:13:01.199Z[ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling bytes v1.2.1
37812026-08-14T17:13:01.331Z[ helios-setup] Aug 14 17:13:00.187 INFO E| Compiling getopts v0.2.21
37822026-08-14T17:13:01.340Z[ helios-setup] Aug 14 17:13:00.196 INFO E| Compiling miniz_oxide v0.6.2
37832026-08-14T17:13:01.789Z[ helios-setup] Aug 14 17:13:00.644 INFO E| Compiling generic-array v0.14.6
37842026-08-14T17:13:01.956Z[ helios-setup] Aug 14 17:13:00.812 INFO E| Compiling flate2 v1.0.25
37852026-08-14T17:13:03.305Z[ helios-setup] Aug 14 17:13:02.159 INFO E| Compiling block-buffer v0.10.3
37862026-08-14T17:13:03.306Z[ helios-setup] Aug 14 17:13:02.159 INFO E| Compiling crypto-common v0.1.6
37872026-08-14T17:13:03.419Z[ helios-setup] Aug 14 17:13:02.273 INFO E| Compiling digest v0.10.3
37882026-08-14T17:13:03.697Z[ helios-setup] Aug 14 17:13:02.553 INFO E| Compiling sha2 v0.10.5
37892026-08-14T17:13:03.935Z[ helios-setup] Aug 14 17:13:02.791 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37902026-08-14T17:13:05.154Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37912026-08-14T17:13:06.026Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37922026-08-14T17:13:06.618Z[ helios-setup] Aug 14 17:13:05.473 INFO E| Finished `release` profile [optimized] target(s) in 5.65s
37932026-08-14T17:13:06.631Z[ helios-setup] Aug 14 17:13:05.487 INFO building project "bootserver" ok (5 seconds)
37942026-08-14T17:13:06.634Z[ helios-setup] rm -f helios-build
37952026-08-14T17:13:06.634Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37962026-08-14T17:13:06.637Z[ helios-setup]
37972026-08-14T17:13:06.641Z[ helios-setup] Setup complete! ./helios-build is now available.
37982026-08-14T17:13:06.641Z[ helios-setup]
37992026-08-14T17:13:06.641Z[ helios-setup]
38002026-08-14T17:13:06.641Z[ helios-setup] real 3:17.342027987
38012026-08-14T17:13:06.641Z[ helios-setup] user 7:03.336621473
38022026-08-14T17:13:06.641Z[ helios-setup] sys 1:19.203277627
38032026-08-14T17:13:06.641Z[ helios-setup] trap 0.493609300
38042026-08-14T17:13:06.641Z[ helios-setup] tflt 2.691959824
38052026-08-14T17:13:06.641Z[ helios-setup] dflt 9.013237489
38062026-08-14T17:13:06.641Z[ helios-setup] kflt 0.024010875
38072026-08-14T17:13:06.641Z[ helios-setup] lock 1:01:57.484036806
38082026-08-14T17:13:06.641Z[ helios-setup] slp 39:30.230431469
38092026-08-14T17:13:06.641Z[ helios-setup] lat 7:11.869815650
38102026-08-14T17:13:06.641Z[ helios-setup] stop 1:40.808241695
38112026-08-14T17:13:06.644ZAug 14 17:13:05.498 INFO [helios-setup] process exited with exit status: 0 (197.345080461s)
38122026-08-14T17:13:06.645ZAug 14 17:13:05.498 INFO [helios-record] running task
38132026-08-14T17:13:06.645ZAug 14 17:13:05.498 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38142026-08-14T17:13:06.648ZAug 14 17:13:05.502 DEBG process exited with exit status: 0 (4.411015ms)
38152026-08-14T17:13:06.648ZAug 14 17:13:05.502 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38162026-08-14T17:13:06.652ZAug 14 17:13:05.506 DEBG process exited with exit status: 0 (3.936965ms)
38172026-08-14T17:13:06.652ZAug 14 17:13:05.506 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38182026-08-14T17:13:06.655ZAug 14 17:13:05.510 DEBG process exited with exit status: 0 (3.738654ms)
38192026-08-14T17:13:06.655ZAug 14 17:13:05.510 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38202026-08-14T17:13:06.658ZAug 14 17:13:05.514 DEBG process exited with exit status: 0 (4.277185ms)
38212026-08-14T17:13:06.658ZAug 14 17:13:05.514 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38222026-08-14T17:13:06.661ZAug 14 17:13:05.518 DEBG process exited with exit status: 0 (3.442084ms)
38232026-08-14T17:13:06.661ZAug 14 17:13:05.518 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38242026-08-14T17:13:06.665ZAug 14 17:13:05.521 DEBG process exited with exit status: 0 (3.326354ms)
38252026-08-14T17:13:06.665ZAug 14 17:13:05.521 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38262026-08-14T17:13:06.668ZAug 14 17:13:05.524 DEBG process exited with exit status: 0 (3.065933ms)
38272026-08-14T17:13:06.668ZAug 14 17:13:05.524 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38282026-08-14T17:13:06.671ZAug 14 17:13:05.527 DEBG process exited with exit status: 0 (3.062974ms)
38292026-08-14T17:13:06.671ZAug 14 17:13:05.527 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38302026-08-14T17:13:06.674ZAug 14 17:13:05.530 DEBG process exited with exit status: 0 (3.172263ms)
38312026-08-14T17:13:06.677ZAug 14 17:13:05.531 INFO [helios-record] task succeeded (33.046448ms)
38322026-08-14T17:25:09.483Z[ host-package] Finished `release` profile [optimized] target(s) in 14m 41s
38332026-08-14T17:25:59.826ZAug 14 17:25:58.680 INFO [host-package] process exited with exit status: 0 (932.17348654s)
38342026-08-14T17:25:59.826ZAug 14 17:25:58.680 INFO [host-libraries] running task
38352026-08-14T17:25:59.826ZAug 14 17:25:58.680 INFO [host-stamp] running task
38362026-08-14T17:25:59.830ZAug 14 17:25:58.682 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git1739fed3e65
38372026-08-14T17:25:59.830ZAug 14 17:25:58.683 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git1739fed3e65
38382026-08-14T17:25:59.830ZAug 14 17:25:58.683 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git1739fed3e65
38392026-08-14T17:25:59.830ZAug 14 17:25:58.683 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git1739fed3e65
38402026-08-14T17:25:59.830ZAug 14 17:25:58.683 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git1739fed3e65
38412026-08-14T17:25:59.830ZAug 14 17:25:58.684 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git1739fed3e65
38422026-08-14T17:25:59.830ZAug 14 17:25:58.684 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git1739fed3e65
38432026-08-14T17:25:59.834ZAug 14 17:25:58.684 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git1739fed3e65
38442026-08-14T17:25:59.838Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38452026-08-14T17:25:59.839Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-08-14T17:25:59.839Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-08-14T17:25:59.839Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-14T17:25:59.841Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-14T17:25:59.841Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-14T17:25:59.841Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-14T17:25:59.841Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-14T17:25:59.841Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38532026-08-14T17:25:59.844ZAug 14 17:25:58.697 INFO [stamp-overlay] process exited with exit status: 0 (13.362255ms)
38542026-08-14T17:25:59.847Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38552026-08-14T17:25:59.850ZAug 14 17:25:58.704 INFO [stamp-oxlog] process exited with exit status: 0 (19.646722ms)
38562026-08-14T17:25:59.877Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38572026-08-14T17:25:59.880ZAug 14 17:25:58.734 INFO [stamp-crucible-utils] process exited with exit status: 0 (51.675159ms)
38582026-08-14T17:25:59.884Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38592026-08-14T17:25:59.886ZAug 14 17:25:58.741 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (58.067996ms)
38602026-08-14T17:26:00.020Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38612026-08-14T17:26:00.023ZAug 14 17:25:58.876 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.89302ms)
38622026-08-14T17:26:00.371Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38632026-08-14T17:26:00.374ZAug 14 17:25:59.229 INFO [stamp-propolis-server] process exited with exit status: 0 (544.804601ms)
38642026-08-14T17:26:00.462Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38652026-08-14T17:26:00.465ZAug 14 17:25:59.319 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (636.277056ms)
38662026-08-14T17:26:01.562ZAug 14 17:26:00.416 INFO [host-libraries] task succeeded (1.735918681s)
38672026-08-14T17:26:01.566ZAug 14 17:26:00.416 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38682026-08-14T17:26:01.569Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38692026-08-14T17:26:02.523Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38702026-08-14T17:26:03.373Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38712026-08-14T17:26:06.942Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38722026-08-14T17:26:06.945ZAug 14 17:26:05.799 INFO [stamp-switch-asic] process exited with exit status: 0 (7.115121208s)
38732026-08-14T17:26:06.945ZAug 14 17:26:05.799 INFO [host-stamp] task succeeded (7.119156143s)
38742026-08-14T17:26:06.945ZAug 14 17:26:05.799 INFO [host-proto] running task
38752026-08-14T17:26:07.469ZAug 14 17:26:06.323 INFO [host-proto] task succeeded (523.622297ms)
38762026-08-14T17:26:07.469ZAug 14 17:26:06.323 INFO [host-profile] running task
38772026-08-14T17:26:07.472ZAug 14 17:26:06.323 INFO [host-profile] task succeeded (301.061µs)
38782026-08-14T17:26:07.472ZAug 14 17:26:06.323 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.506' -P /tmp/.tmpUskSdj/proto/host/root -N 'ci 1739fed/${os_short_commit} 2026-08-14 17:09' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38792026-08-14T17:26:07.475Z[ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'cosmo'
38802026-08-14T17:26:07.475Z[ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38812026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38822026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'cosmo-mbist'
38832026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38842026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'gimlet'
38852026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38862026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38872026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'cosmo-mbist-noaggr'
38882026-08-14T17:26:07.478Z[ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38892026-08-14T17:26:07.484Z[ host-image] Aug 14 17:26:06.338 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUskSdj/proto/host/root"
38902026-08-14T17:26:07.484Z[ host-image] Aug 14 17:26:06.338 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38912026-08-14T17:26:07.487Z[ host-image] Aug 14 17:26:06.338 INFO image builder template: ramdisk-01-os...
38922026-08-14T17:26:07.487Z[ host-image] Aug 14 17:26:06.338 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/.tmpUskSdj/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38932026-08-14T17:26:07.496Z[ host-image] Aug 14 17:26:06.351 INFO O| Aug 14 17:26:06.351 INFO CREATE DATASET: rpool/images/build/host/output
38942026-08-14T17:26:09.173Z[ host-image] Aug 14 17:26:08.028 INFO O| Aug 14 17:26:08.028 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-08-14T17:26:09.177Z[ host-image] Aug 14 17:26:08.031 INFO O| Aug 14 17:26:08.031 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38962026-08-14T17:26:09.418Z[ host-image] Aug 14 17:26:08.272 INFO O| Aug 14 17:26:08.272 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38972026-08-14T17:26:09.483Z[ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-08-14T17:26:09.483Z[ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38992026-08-14T17:26:09.488Z[ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39002026-08-14T17:26:09.488Z[ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39012026-08-14T17:26:09.488Z[ host-image] Aug 14 17:26:08.341 INFO O| Aug 14 17:26:08.341 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39022026-08-14T17:26:09.695Z[ host-image] Aug 14 17:26:08.549 INFO O| Aug 14 17:26:08.549 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-08-14T17:26:09.702Z[ host-image] Aug 14 17:26:08.556 INFO O| Aug 14 17:26:08.556 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39042026-08-14T17:26:09.976Z[ host-image] Aug 14 17:26:08.830 INFO O| Aug 14 17:26:08.830 INFO O| Caching catalogs ... Done
39052026-08-14T17:26:10.036Z[ host-image] Aug 14 17:26:08.890 INFO O| Aug 14 17:26:08.890 INFO STEP 0 (pkg_image_create) COMPLETE
39062026-08-14T17:26:10.036Z[ host-image] Aug 14 17:26:08.890 INFO O| Aug 14 17:26:08.890 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-08-14T17:26:10.041Z[ host-image] Aug 14 17:26:08.896 INFO O| Aug 14 17:26:08.896 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"]
39082026-08-14T17:26:10.281Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 1 (pkg_set_publisher) COMPLETE
39092026-08-14T17:26:10.281Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-08-14T17:26:10.281Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO skip step because feature "publisher_1_name" is not enabled
39112026-08-14T17:26:10.284Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-08-14T17:26:10.284Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO skip step because feature "publisher_2_name" is not enabled
39132026-08-14T17:26:10.284Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-08-14T17:26:10.284Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO skip step because feature "publisher_3_name" is not enabled
39152026-08-14T17:26:10.284Z[ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-08-14T17:26:10.591Z[ host-image] Aug 14 17:26:09.445 INFO O| Aug 14 17:26:09.445 INFO variant opensolaris.zone is already global
39172026-08-14T17:26:10.591Z[ host-image] Aug 14 17:26:09.445 INFO O| Aug 14 17:26:09.445 INFO STEP 5 (pkg_change_variant) COMPLETE
39182026-08-14T17:26:10.591Z[ host-image] Aug 14 17:26:09.445 INFO O| Aug 14 17:26:09.445 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-14T17:26:10.904Z[ host-image] Aug 14 17:26:09.758 INFO O| Aug 14 17:26:09.758 INFO variant opensolaris.imagetype is full; changing to partial
39202026-08-14T17:26:10.904Z[ host-image] Aug 14 17:26:09.758 INFO O| Aug 14 17:26:09.758 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39212026-08-14T17:26:12.343Z[ host-image] Aug 14 17:26:11.197 INFO O| Aug 14 17:26:11.197 INFO O| Startup: Refreshing catalog 'helios' ... Done
39222026-08-14T17:26:12.681Z[ host-image] Aug 14 17:26:11.535 INFO O| Aug 14 17:26:11.535 INFO O| Startup: Caching catalogs ... Done
39232026-08-14T17:26:12.692Z[ host-image] Aug 14 17:26:11.546 INFO O| Aug 14 17:26:11.546 INFO O| Planning: Planning completed in 0.00 seconds
39242026-08-14T17:26:12.696Z[ host-image] Aug 14 17:26:11.546 INFO O| Aug 14 17:26:11.546 INFO O| Planning: Consolidating action changes ... Done
39252026-08-14T17:26:12.696Z[ host-image] Aug 14 17:26:11.547 INFO O| Aug 14 17:26:11.547 INFO O| Planning: Evaluating mediators ... Done
39262026-08-14T17:26:12.696Z[ host-image] Aug 14 17:26:11.547 INFO O| Aug 14 17:26:11.547 INFO O| Planning: Planning completed in 0.00 seconds
39272026-08-14T17:26:12.696Z[ host-image] Aug 14 17:26:11.547 INFO O| Aug 14 17:26:11.547 INFO O| Variants/Facets to change: 1
39282026-08-14T17:26:12.701Z[ host-image] Aug 14 17:26:11.555 INFO O| Aug 14 17:26:11.555 INFO O| Finalize: Updating package state database ... Done
39292026-08-14T17:26:12.701Z[ host-image] Aug 14 17:26:11.555 INFO O| Aug 14 17:26:11.555 INFO O| Finalize: Updating package cache ... Done
39302026-08-14T17:26:12.755Z[ host-image] Aug 14 17:26:11.609 INFO O| Aug 14 17:26:11.609 INFO O| Finalize: Updating image state ... Done
39312026-08-14T17:26:12.763Z[ host-image] Aug 14 17:26:11.617 INFO O| Aug 14 17:26:11.617 INFO O| Finalize: Creating fast lookup database ... Done
39322026-08-14T17:26:12.766Z[ host-image] Aug 14 17:26:11.617 INFO O| Aug 14 17:26:11.617 INFO O| Finalize: Reading search index ... Done
39332026-08-14T17:26:12.766Z[ host-image] Aug 14 17:26:11.618 INFO O| Aug 14 17:26:11.618 INFO O| Finalize: Updating search index ... Done
39342026-08-14T17:26:12.766Z[ host-image] Aug 14 17:26:11.618 INFO O| Aug 14 17:26:11.618 INFO O| Finalize: Updating package cache ... Done
39352026-08-14T17:26:12.924Z[ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO STEP 6 (pkg_change_variant) COMPLETE
39362026-08-14T17:26:12.924Z[ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-08-14T17:26:12.927Z[ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO skip step because feature "debug_variant" is not enabled
39382026-08-14T17:26:12.927Z[ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392026-08-14T17:26:13.166Z[ host-image] Aug 14 17:26:12.020 INFO O| Aug 14 17:26:12.020 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39402026-08-14T17:26:14.511Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.82s
39412026-08-14T17:26:14.538Z[ host-image] Aug 14 17:26:13.393 INFO O| Aug 14 17:26:13.393 INFO O| Startup: Refreshing catalog 'helios' ... Done
39422026-08-14T17:26:14.886Z[ host-image] Aug 14 17:26:13.740 INFO O| Aug 14 17:26:13.740 INFO O| Startup: Caching catalogs ... Done
39432026-08-14T17:26:14.903Z[ host-image] Aug 14 17:26:13.751 INFO O| Aug 14 17:26:13.751 INFO O| Planning: Planning completed in 0.00 seconds
39442026-08-14T17:26:14.908Z[ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Planning: Consolidating action changes ... Done
39452026-08-14T17:26:14.908Z[ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Planning: Evaluating mediators ... Done
39462026-08-14T17:26:14.908Z[ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Planning: Planning completed in 0.00 seconds
39472026-08-14T17:26:14.908Z[ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Variants/Facets to change: 1
39482026-08-14T17:26:14.908Z[ host-image] Aug 14 17:26:13.761 INFO O| Aug 14 17:26:13.761 INFO O| Finalize: Updating package state database ... Done
39492026-08-14T17:26:14.908Z[ host-image] Aug 14 17:26:13.761 INFO O| Aug 14 17:26:13.761 INFO O| Finalize: Updating package cache ... Done
39502026-08-14T17:26:14.961Z[ host-image] Aug 14 17:26:13.813 INFO O| Aug 14 17:26:13.813 INFO O| Finalize: Updating image state ... Done
39512026-08-14T17:26:14.967Z[ host-image] Aug 14 17:26:13.821 INFO O| Aug 14 17:26:13.821 INFO O| Finalize: Creating fast lookup database ... Done
39522026-08-14T17:26:14.970Z[ host-image] Aug 14 17:26:13.821 INFO O| Aug 14 17:26:13.821 INFO O| Finalize: Reading search index ... Done
39532026-08-14T17:26:14.970Z[ host-image] Aug 14 17:26:13.821 INFO O| Aug 14 17:26:13.821 INFO O| Finalize: Updating search index ... Done
39542026-08-14T17:26:14.970Z[ host-image] Aug 14 17:26:13.822 INFO O| Aug 14 17:26:13.822 INFO O| Finalize: Updating package cache ... Done
39552026-08-14T17:26:15.141Z[ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 8 (pkg_change_facet) COMPLETE
39562026-08-14T17:26:15.141Z[ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-14T17:26:15.145Z[ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO skip step because feature "recovery" is not enabled
39582026-08-14T17:26:15.145Z[ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-14T17:26:15.145Z[ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO skip step because feature "recovery" is not enabled
39602026-08-14T17:26:15.145Z[ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-14T17:26:15.148Z[ host-image] Aug 14 17:26:14.002 INFO O| Aug 14 17:26:14.002 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
39622026-08-14T17:26:16.556Z[ host-image] Aug 14 17:26:15.410 INFO O| Aug 14 17:26:15.410 INFO O| Startup: Refreshing catalog 'helios' ... Done
39632026-08-14T17:26:16.813ZAug 14 17:26:15.667 INFO [recovery-package] process exited with exit status: 0 (15.251267782s)
39642026-08-14T17:26:16.813ZAug 14 17:26:15.667 INFO [recovery-libraries] running task
39652026-08-14T17:26:16.813ZAug 14 17:26:15.667 INFO [recovery-stamp] running task
39662026-08-14T17:26:16.817ZAug 14 17:26:15.668 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git1739fed3e65
39672026-08-14T17:26:16.817ZAug 14 17:26:15.668 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git1739fed3e65
39682026-08-14T17:26:16.821Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39692026-08-14T17:26:16.823Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39702026-08-14T17:26:16.863ZAug 14 17:26:15.718 INFO [recovery-libraries] task succeeded (50.197337ms)
39712026-08-14T17:26:16.866ZAug 14 17:26:15.718 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39722026-08-14T17:26:16.914Z[ host-image] Aug 14 17:26:15.768 INFO O| Aug 14 17:26:15.768 INFO O| Startup: Caching catalogs ... Done
39732026-08-14T17:26:16.926Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39742026-08-14T17:26:16.929ZAug 14 17:26:15.783 INFO [stamp-installinator] process exited with exit status: 0 (114.48672ms)
39752026-08-14T17:26:16.988Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39762026-08-14T17:26:16.991ZAug 14 17:26:15.845 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.458702ms)
39772026-08-14T17:26:16.991ZAug 14 17:26:15.845 INFO [recovery-stamp] task succeeded (177.918882ms)
39782026-08-14T17:26:16.991ZAug 14 17:26:15.845 INFO [recovery-proto] running task
39792026-08-14T17:26:16.991ZAug 14 17:26:15.845 INFO [tuf-stamp] running task
39802026-08-14T17:26:16.994ZAug 14 17:26:15.846 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git1739fed3e65
39812026-08-14T17:26:16.995ZAug 14 17:26:15.847 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git1739fed3e65
39822026-08-14T17:26:16.995ZAug 14 17:26:15.847 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git1739fed3e65
39832026-08-14T17:26:16.995ZAug 14 17:26:15.847 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git1739fed3e65
39842026-08-14T17:26:16.995ZAug 14 17:26:15.847 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git1739fed3e65
39852026-08-14T17:26:16.995ZAug 14 17:26:15.848 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git1739fed3e65
39862026-08-14T17:26:16.995ZAug 14 17:26:15.848 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git1739fed3e65
39872026-08-14T17:26:16.995ZAug 14 17:26:15.849 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git1739fed3e65
39882026-08-14T17:26:16.998ZAug 14 17:26:15.849 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git1739fed3e65
39892026-08-14T17:26:16.998ZAug 14 17:26:15.849 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git1739fed3e65
39902026-08-14T17:26:16.998ZAug 14 17:26:15.849 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git1739fed3e65
39912026-08-14T17:26:16.998ZAug 14 17:26:15.850 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git1739fed3e65
39922026-08-14T17:26:17.001Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-08-14T17:26:17.001Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-14T17:26:17.004Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-14T17:26:17.004Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-14T17:26:17.004Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-14T17:26:17.004Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-14T17:26:17.005Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-14T17:26:17.005Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-14T17:26:17.005Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-14T17:26:17.005Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-14T17:26:17.005Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-14T17:26:17.005Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-14T17:26:17.049Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40052026-08-14T17:26:17.053ZAug 14 17:26:15.907 INFO [stamp-probe] process exited with exit status: 0 (60.706079ms)
40062026-08-14T17:26:17.121ZAug 14 17:26:15.976 INFO [recovery-proto] task succeeded (130.280509ms)
40072026-08-14T17:26:17.121ZAug 14 17:26:15.976 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.506' -P /tmp/.tmpUskSdj/proto/recovery/root -N 'recovery 1739fed/${os_short_commit} 2026-08-14 17:09' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40082026-08-14T17:26:17.128Z[ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'cosmo-mbist'
40092026-08-14T17:26:17.128Z[ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40102026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'gimlet'
40112026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40122026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40132026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'cosmo'
40142026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40152026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40162026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'cosmo-mbist-noaggr'
40172026-08-14T17:26:17.131Z[ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40182026-08-14T17:26:17.138Z[ recovery-image] Aug 14 17:26:15.992 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUskSdj/proto/recovery/root"
40192026-08-14T17:26:17.138Z[ recovery-image] Aug 14 17:26:15.992 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40202026-08-14T17:26:17.141Z[ recovery-image] Aug 14 17:26:15.993 INFO image builder template: ramdisk-01-os...
40212026-08-14T17:26:17.141Z[ recovery-image] Aug 14 17:26:15.993 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/.tmpUskSdj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40222026-08-14T17:26:17.154Z[ recovery-image] Aug 14 17:26:16.008 INFO O| Aug 14 17:26:16.008 INFO CREATE DATASET: rpool/images/build/recovery/output
40232026-08-14T17:26:17.393Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40242026-08-14T17:26:17.431Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40252026-08-14T17:26:17.509Z[ recovery-image] Aug 14 17:26:16.363 INFO O| Aug 14 17:26:16.363 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40262026-08-14T17:26:17.513Z[ recovery-image] Aug 14 17:26:16.367 INFO O| Aug 14 17:26:16.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40272026-08-14T17:26:17.548Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40282026-08-14T17:26:17.552ZAug 14 17:26:16.406 INFO [stamp-ntp] process exited with exit status: 0 (559.368879ms)
40292026-08-14T17:26:17.651Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40302026-08-14T17:26:17.655ZAug 14 17:26:16.509 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (659.850123ms)
40312026-08-14T17:26:17.839Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40322026-08-14T17:26:17.842ZAug 14 17:26:16.696 INFO [stamp-internal-dns] process exited with exit status: 0 (848.647379ms)
40332026-08-14T17:26:17.847Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40342026-08-14T17:26:17.850ZAug 14 17:26:16.705 INFO [stamp-external-dns] process exited with exit status: 0 (856.180818ms)
40352026-08-14T17:26:17.857Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40362026-08-14T17:26:17.860ZAug 14 17:26:16.714 INFO [stamp-crucible-zone] process exited with exit status: 0 (867.236609ms)
40372026-08-14T17:26:18.073Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40382026-08-14T17:26:18.076ZAug 14 17:26:16.930 INFO [stamp-oximeter] process exited with exit status: 0 (1.079928143s)
40392026-08-14T17:26:18.362Z[ recovery-image] Aug 14 17:26:17.216 INFO O| Aug 14 17:26:17.216 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40402026-08-14T17:26:18.741Z[ host-image] Aug 14 17:26:17.595 INFO O| Aug 14 17:26:17.595 INFO O| Planning: Solver setup ... Done
40412026-08-14T17:26:18.780Z[ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40422026-08-14T17:26:18.780Z[ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40432026-08-14T17:26:18.783Z[ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40442026-08-14T17:26:18.783Z[ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40452026-08-14T17:26:18.786Z[ recovery-image] Aug 14 17:26:17.640 INFO O| Aug 14 17:26:17.640 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40462026-08-14T17:26:18.889Z[ host-image] Aug 14 17:26:17.742 INFO O| Aug 14 17:26:17.742 INFO O| Planning: Running solver ... Done
40472026-08-14T17:26:18.926Z[ host-image] Aug 14 17:26:17.780 INFO O| Aug 14 17:26:17.780 INFO O| Planning: Finding local manifests ... Done
40482026-08-14T17:26:18.944Z[ host-image] Aug 14 17:26:17.798 INFO O| Aug 14 17:26:17.798 INFO O| Planning: Fetching manifests: 0/130 0% complete
40492026-08-14T17:26:19.650Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40502026-08-14T17:26:19.654ZAug 14 17:26:18.508 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.661685587s)
40512026-08-14T17:26:20.681Z[ host-image] Aug 14 17:26:19.536 INFO O| Aug 14 17:26:19.535 INFO O| Planning: Fetching manifests: 130/130 100% complete
40522026-08-14T17:26:21.081Z[ host-image] Aug 14 17:26:19.934 INFO O| Aug 14 17:26:19.934 INFO O| Planning: Package planning ... Done
40532026-08-14T17:26:21.525Z[ host-image] Aug 14 17:26:20.379 INFO O| Aug 14 17:26:20.379 INFO O| Planning: Merging actions ... Done
40542026-08-14T17:26:21.630Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40552026-08-14T17:26:21.634ZAug 14 17:26:20.488 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.638413233s)
40562026-08-14T17:26:21.647Z[ host-image] Aug 14 17:26:20.501 INFO O| Aug 14 17:26:20.501 INFO O| Planning: Checking for conflicting actions ... Done
40572026-08-14T17:26:21.753Z[ host-image] Aug 14 17:26:20.606 INFO O| Aug 14 17:26:20.606 INFO O| Planning: Consolidating action changes ... Done
40582026-08-14T17:26:21.928Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40592026-08-14T17:26:21.933ZAug 14 17:26:20.786 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.937382734s)
40602026-08-14T17:26:21.936Z[ host-image] Aug 14 17:26:20.786 INFO O| Aug 14 17:26:20.786 INFO O| Planning: Evaluating mediators ... Done
40612026-08-14T17:26:21.969Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40622026-08-14T17:26:21.972ZAug 14 17:26:20.827 INFO [stamp-clickhouse] process exited with exit status: 0 (4.97818409s)
40632026-08-14T17:26:22.340Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40642026-08-14T17:26:22.343ZAug 14 17:26:21.197 INFO [stamp-nexus] process exited with exit status: 0 (5.349963894s)
40652026-08-14T17:26:22.343ZAug 14 17:26:21.197 INFO [tuf-stamp] task succeeded (5.352079467s)
40662026-08-14T17:26:22.343ZAug 14 17:26:21.197 INFO [tuf-v2-zones] running task
40672026-08-14T17:26:22.449ZAug 14 17:26:21.304 INFO [tuf-v2-zones] task succeeded (106.228102ms)
40682026-08-14T17:26:22.505Z[verify-libraries] Compiling match_cfg v0.1.0
40692026-08-14T17:26:22.505Z[verify-libraries] Compiling slog-json v2.6.1
40702026-08-14T17:26:22.505Z[verify-libraries] Compiling debug-ignore v1.0.5
40712026-08-14T17:26:22.508Z[verify-libraries] Compiling progenitor-client v0.14.0
40722026-08-14T17:26:22.508Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40732026-08-14T17:26:22.508Z[verify-libraries] Compiling sha1 v0.11.0
40742026-08-14T17:26:22.508Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40752026-08-14T17:26:22.508Z[verify-libraries] Compiling multer v3.1.0
40762026-08-14T17:26:22.823Z[verify-libraries] Compiling compression-core v0.4.31
40772026-08-14T17:26:22.827Z[verify-libraries] Compiling async-stream-impl v0.3.6
40782026-08-14T17:26:22.827Z[verify-libraries] Compiling serde_spanned v1.1.1
40792026-08-14T17:26:22.842Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40802026-08-14T17:26:22.845Z[verify-libraries] Compiling dropshot v0.17.1
40812026-08-14T17:26:22.944Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40822026-08-14T17:26:22.944Z[verify-libraries] Compiling waitgroup v0.1.2
40832026-08-14T17:26:22.988Z[verify-libraries] Compiling hostname v0.3.1
40842026-08-14T17:26:22.991Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40852026-08-14T17:26:23.057Z[verify-libraries] Compiling compression-codecs v0.4.37
40862026-08-14T17:26:23.057Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40872026-08-14T17:26:23.060Z[verify-libraries] Compiling hostname v0.4.2
40882026-08-14T17:26:23.060Z[verify-libraries] Compiling atomicwrites v0.4.4
40892026-08-14T17:26:23.060Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40902026-08-14T17:26:23.161Z[verify-libraries] Compiling slog-bunyan v2.5.0
40912026-08-14T17:26:23.227Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40922026-08-14T17:26:23.227Z[verify-libraries] Compiling macaddr v1.0.1
40932026-08-14T17:26:23.230Z[verify-libraries] Compiling regress v0.10.5
40942026-08-14T17:26:23.230Z[verify-libraries] Compiling instant v0.1.13
40952026-08-14T17:26:23.230Z[verify-libraries] Compiling parse-display-derive v0.10.0
40962026-08-14T17:26:23.295Z[ host-image] Aug 14 17:26:22.149 INFO O| Aug 14 17:26:22.149 INFO O| Planning: Planning completed in 6.37 seconds
40972026-08-14T17:26:23.298Z[ host-image] Aug 14 17:26:22.151 INFO O| Aug 14 17:26:22.151 INFO O| Packages to install: 130
40982026-08-14T17:26:23.299Z[ host-image] Aug 14 17:26:22.151 INFO O| Aug 14 17:26:22.151 INFO O| Mediators to change: 5
40992026-08-14T17:26:23.299Z[ host-image] Aug 14 17:26:22.151 INFO O| Aug 14 17:26:22.151 INFO O| Services to change: 6
41002026-08-14T17:26:23.307Z[verify-libraries] Compiling async-compression v0.4.41
41012026-08-14T17:26:23.310Z[verify-libraries] Compiling itertools v0.14.0
41022026-08-14T17:26:23.329Z[ host-image] Aug 14 17:26:22.183 INFO O| Aug 14 17:26:22.183 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41032026-08-14T17:26:23.372Z[verify-libraries] Compiling backon v1.6.0
41042026-08-14T17:26:23.375Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41052026-08-14T17:26:23.375Z[verify-libraries] Compiling humantime v2.3.0
41062026-08-14T17:26:23.439Z[verify-libraries] Compiling convert_case v0.4.0
41072026-08-14T17:26:23.466Z[verify-libraries] Compiling backoff v0.4.0
41082026-08-14T17:26:23.527Z[verify-libraries] Compiling half v2.7.1
41092026-08-14T17:26:23.555Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41102026-08-14T17:26:23.583Z[verify-libraries] Compiling async-stream v0.3.6
41112026-08-14T17:26:23.583Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41122026-08-14T17:26:23.664Z[verify-libraries] Compiling progenitor-extras v0.2.0
41132026-08-14T17:26:23.688Z[verify-libraries] Compiling ciborium-io v0.2.2
41142026-08-14T17:26:23.737Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41152026-08-14T17:26:23.768Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41162026-08-14T17:26:23.768Z[verify-libraries] Compiling indent_write v2.2.0
41172026-08-14T17:26:23.768Z[verify-libraries] Compiling regress v0.11.1
41182026-08-14T17:26:23.844Z[verify-libraries] Compiling ciborium-ll v0.2.2
41192026-08-14T17:26:23.867Z[verify-libraries] Compiling secrecy v0.10.3
41202026-08-14T17:26:23.891Z[verify-libraries] Compiling derive_more v0.99.20
41212026-08-14T17:26:23.915Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41222026-08-14T17:26:23.962Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41232026-08-14T17:26:24.005Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41242026-08-14T17:26:24.054Z[verify-libraries] Compiling inout v0.1.4
41252026-08-14T17:26:24.083Z[verify-libraries] Compiling ciborium v0.2.2
41262026-08-14T17:26:24.140Z[verify-libraries] Compiling universal-hash v0.5.1
41272026-08-14T17:26:24.163Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41282026-08-14T17:26:24.221Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41292026-08-14T17:26:24.260Z[verify-libraries] Compiling cipher v0.4.4
41302026-08-14T17:26:24.315Z[verify-libraries] Compiling opaque-debug v0.3.1
41312026-08-14T17:26:24.385Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41322026-08-14T17:26:24.421Z[verify-libraries] Compiling poly1305 v0.8.0
41332026-08-14T17:26:24.459Z[verify-libraries] Compiling blake2 v0.10.6
41342026-08-14T17:26:24.488Z[verify-libraries] Compiling aead v0.5.2
41352026-08-14T17:26:24.595Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41362026-08-14T17:26:24.637Z[verify-libraries] Compiling chacha20 v0.9.1
41372026-08-14T17:26:24.777Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41382026-08-14T17:26:24.803Z[verify-libraries] Compiling password-hash v0.5.0
41392026-08-14T17:26:24.807Z[verify-libraries] Compiling itertools v0.15.0
41402026-08-14T17:26:24.862Z[verify-libraries] Compiling num-derive v0.4.2
41412026-08-14T17:26:24.951Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41422026-08-14T17:26:25.019Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41432026-08-14T17:26:25.120Z[verify-libraries] Compiling argon2 v0.5.3
41442026-08-14T17:26:25.178Z[verify-libraries] Compiling parse-display v0.10.0
41452026-08-14T17:26:25.178Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41462026-08-14T17:26:25.289Z[verify-libraries] Compiling rayon-core v1.13.0
41472026-08-14T17:26:25.311Z[verify-libraries] Compiling glob v0.3.3
41482026-08-14T17:26:25.315Z[verify-libraries] Compiling usdt-macro v0.5.0
41492026-08-14T17:26:25.465Z[ recovery-image] Aug 14 17:26:24.318 INFO O| Aug 14 17:26:24.318 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502026-08-14T17:26:25.473Z[ recovery-image] Aug 14 17:26:24.327 INFO O| Aug 14 17:26:24.327 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41512026-08-14T17:26:25.548Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41522026-08-14T17:26:25.591Z[verify-libraries] Compiling typify-impl v0.6.2
41532026-08-14T17:26:25.668Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41542026-08-14T17:26:25.783Z[ recovery-image] Aug 14 17:26:24.636 INFO O| Aug 14 17:26:24.636 INFO O| Caching catalogs ... Done
41552026-08-14T17:26:25.824Z[verify-libraries] Compiling vsss-rs v3.3.4
41562026-08-14T17:26:25.867Z[verify-libraries] Compiling num_enum_derive v0.7.6
41572026-08-14T17:26:25.871Z[ recovery-image] Aug 14 17:26:24.723 INFO O| Aug 14 17:26:24.723 INFO STEP 0 (pkg_image_create) COMPLETE
41582026-08-14T17:26:25.871Z[ recovery-image] Aug 14 17:26:24.723 INFO O| Aug 14 17:26:24.723 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-08-14T17:26:25.878Z[ recovery-image] Aug 14 17:26:24.732 INFO O| Aug 14 17:26:24.732 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"]
41602026-08-14T17:26:25.961Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41612026-08-14T17:26:26.017Z[verify-libraries] Compiling memmap v0.7.0
41622026-08-14T17:26:26.210Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 1 (pkg_set_publisher) COMPLETE
41632026-08-14T17:26:26.210Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-08-14T17:26:26.210Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO skip step because feature "publisher_1_name" is not enabled
41652026-08-14T17:26:26.214Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-08-14T17:26:26.214Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO skip step because feature "publisher_2_name" is not enabled
41672026-08-14T17:26:26.214Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41682026-08-14T17:26:26.214Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO skip step because feature "publisher_3_name" is not enabled
41692026-08-14T17:26:26.214Z[ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702026-08-14T17:26:26.274Z[verify-libraries] Compiling heapless v0.8.0
41712026-08-14T17:26:26.310Z[verify-libraries] Compiling ingot-macros v0.2.0
41722026-08-14T17:26:26.336Z[verify-libraries] Compiling proc-macro-error v1.0.4
41732026-08-14T17:26:26.412Z[verify-libraries] Compiling tabwriter v1.4.1
41742026-08-14T17:26:26.434Z[verify-libraries] Compiling hash32 v0.3.1
41752026-08-14T17:26:26.539Z[verify-libraries] Compiling smoltcp v0.11.0
41762026-08-14T17:26:26.554Z[ recovery-image] Aug 14 17:26:25.404 INFO O| Aug 14 17:26:25.404 INFO variant opensolaris.zone is already global
41772026-08-14T17:26:26.554Z[ recovery-image] Aug 14 17:26:25.404 INFO O| Aug 14 17:26:25.404 INFO STEP 5 (pkg_change_variant) COMPLETE
41782026-08-14T17:26:26.554Z[ recovery-image] Aug 14 17:26:25.404 INFO O| Aug 14 17:26:25.404 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-08-14T17:26:26.655Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41802026-08-14T17:26:26.690Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41812026-08-14T17:26:26.690Z[verify-libraries] Compiling cobs v0.3.0
41822026-08-14T17:26:26.737Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41832026-08-14T17:26:26.784Z[verify-libraries] Compiling colored v3.1.1
41842026-08-14T17:26:26.823Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41852026-08-14T17:26:26.869Z[ recovery-image] Aug 14 17:26:25.723 INFO O| Aug 14 17:26:25.723 INFO variant opensolaris.imagetype is full; changing to partial
41862026-08-14T17:26:26.872Z[ recovery-image] Aug 14 17:26:25.723 INFO O| Aug 14 17:26:25.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41872026-08-14T17:26:26.939Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41882026-08-14T17:26:26.965Z[verify-libraries] Compiling usdt v0.5.0
41892026-08-14T17:26:27.058Z[verify-libraries] Compiling postcard v1.1.3
41902026-08-14T17:26:27.082Z[verify-libraries] Compiling rayon v1.11.0
41912026-08-14T17:26:27.085Z[verify-libraries] Compiling rand v0.10.1
41922026-08-14T17:26:27.149Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41932026-08-14T17:26:27.152Z[verify-libraries] Compiling num_enum v0.7.6
41942026-08-14T17:26:27.200Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41952026-08-14T17:26:27.203Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41962026-08-14T17:26:27.304Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41972026-08-14T17:26:27.341Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41982026-08-14T17:26:27.550Z[verify-libraries] Compiling num_enum_derive v0.5.11
41992026-08-14T17:26:27.629Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42002026-08-14T17:26:27.632Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42012026-08-14T17:26:27.632Z[verify-libraries] Compiling cstr-argument v0.1.2
42022026-08-14T17:26:27.632Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42032026-08-14T17:26:27.735Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42042026-08-14T17:26:27.841Z[verify-libraries] Compiling itertools v0.12.1
42052026-08-14T17:26:27.880Z[verify-libraries] Compiling foreign-types v0.5.0
42062026-08-14T17:26:27.963Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42072026-08-14T17:26:28.008Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42082026-08-14T17:26:28.037Z[verify-libraries] Compiling sigpipe v0.1.3
42092026-08-14T17:26:28.040Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42102026-08-14T17:26:28.108Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42112026-08-14T17:26:28.204Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42122026-08-14T17:26:28.234Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42132026-08-14T17:26:28.269Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42142026-08-14T17:26:28.304Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42152026-08-14T17:26:28.340Z[ host-image] Aug 14 17:26:27.194 INFO O| Aug 14 17:26:27.194 INFO O| Download: 13186/23887 items 119.6/222.8MB 53% complete (24.0M/s)
42162026-08-14T17:26:28.375Z[verify-libraries] Compiling toml v0.8.23
42172026-08-14T17:26:28.399Z[verify-libraries] Compiling smf v0.2.3
42182026-08-14T17:26:28.444Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42192026-08-14T17:26:28.509Z[ recovery-image] Aug 14 17:26:27.363 INFO O| Aug 14 17:26:27.363 INFO O| Startup: Refreshing catalog 'helios' ... Done
42202026-08-14T17:26:28.512Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42212026-08-14T17:26:28.635Z[verify-libraries] Compiling whoami v1.6.1
42222026-08-14T17:26:28.719Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42232026-08-14T17:26:28.795Z[verify-libraries] Compiling num_enum v0.5.11
42242026-08-14T17:26:28.798Z[verify-libraries] Compiling derive-where v1.6.0
42252026-08-14T17:26:28.870Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42262026-08-14T17:26:28.909Z[ recovery-image] Aug 14 17:26:27.763 INFO O| Aug 14 17:26:27.763 INFO O| Startup: Caching catalogs ... Done
42272026-08-14T17:26:28.925Z[ recovery-image] Aug 14 17:26:27.777 INFO O| Aug 14 17:26:27.777 INFO O| Planning: Planning completed in 0.00 seconds
42282026-08-14T17:26:28.925Z[ recovery-image] Aug 14 17:26:27.777 INFO O| Aug 14 17:26:27.777 INFO O| Planning: Consolidating action changes ... Done
42292026-08-14T17:26:28.925Z[ recovery-image] Aug 14 17:26:27.777 INFO O| Aug 14 17:26:27.777 INFO O| Planning: Evaluating mediators ... Done
42302026-08-14T17:26:28.925Z[ recovery-image] Aug 14 17:26:27.778 INFO O| Aug 14 17:26:27.778 INFO O| Planning: Planning completed in 0.00 seconds
42312026-08-14T17:26:28.925Z[ recovery-image] Aug 14 17:26:27.778 INFO O| Aug 14 17:26:27.778 INFO O| Variants/Facets to change: 1
42322026-08-14T17:26:28.939Z[ recovery-image] Aug 14 17:26:27.793 INFO O| Aug 14 17:26:27.793 INFO O| Finalize: Updating package state database ... Done
42332026-08-14T17:26:28.939Z[ recovery-image] Aug 14 17:26:27.793 INFO O| Aug 14 17:26:27.793 INFO O| Finalize: Updating package cache ... Done
42342026-08-14T17:26:28.980Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42352026-08-14T17:26:29.050Z[ recovery-image] Aug 14 17:26:27.903 INFO O| Aug 14 17:26:27.903 INFO O| Finalize: Updating image state ... Done
42362026-08-14T17:26:29.064Z[ recovery-image] Aug 14 17:26:27.918 INFO O| Aug 14 17:26:27.918 INFO O| Finalize: Creating fast lookup database ... Done
42372026-08-14T17:26:29.067Z[ recovery-image] Aug 14 17:26:27.919 INFO O| Aug 14 17:26:27.919 INFO O| Finalize: Reading search index ... Done
42382026-08-14T17:26:29.067Z[ recovery-image] Aug 14 17:26:27.919 INFO O| Aug 14 17:26:27.919 INFO O| Finalize: Updating search index ... Done
42392026-08-14T17:26:29.067Z[ recovery-image] Aug 14 17:26:27.920 INFO O| Aug 14 17:26:27.920 INFO O| Finalize: Updating package cache ... Done
42402026-08-14T17:26:29.078Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42412026-08-14T17:26:29.104Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42422026-08-14T17:26:29.138Z[verify-libraries] Compiling gethostname v0.5.0
42432026-08-14T17:26:29.138Z[verify-libraries] Compiling zone v0.3.1
42442026-08-14T17:26:29.218Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42452026-08-14T17:26:29.312Z[verify-libraries] Compiling console v0.15.11
42462026-08-14T17:26:29.410Z[ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.263 INFO STEP 6 (pkg_change_variant) COMPLETE
42472026-08-14T17:26:29.410Z[ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.264 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482026-08-14T17:26:29.410Z[ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.264 INFO skip step because feature "debug_variant" is not enabled
42492026-08-14T17:26:29.413Z[ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.264 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-08-14T17:26:29.425Z[verify-libraries] Compiling newline-converter v0.3.0
42512026-08-14T17:26:29.489Z[verify-libraries] Compiling ingot-types v0.2.0
42522026-08-14T17:26:29.556Z[verify-libraries] Compiling resolv-conf v0.7.6
42532026-08-14T17:26:29.584Z[verify-libraries] Compiling num-rational v0.4.2
42542026-08-14T17:26:29.623Z[verify-libraries] Compiling num-complex v0.4.6
42552026-08-14T17:26:29.757Z[verify-libraries] Compiling expectorate v1.2.0
42562026-08-14T17:26:29.758Z[ recovery-image] Aug 14 17:26:28.611 INFO O| Aug 14 17:26:28.611 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42572026-08-14T17:26:29.968Z[verify-libraries] Compiling ingot v0.2.1
42582026-08-14T17:26:30.003Z[verify-libraries] Compiling slog-dtrace v0.3.0
42592026-08-14T17:26:30.044Z[verify-libraries] Compiling linear-map v1.2.0
42602026-08-14T17:26:30.048Z[verify-libraries] Compiling prettyplease v0.2.37
42612026-08-14T17:26:30.099Z[verify-libraries] Compiling num v0.4.3
42622026-08-14T17:26:30.125Z[verify-libraries] Compiling float-ord v0.3.2
42632026-08-14T17:26:30.125Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42642026-08-14T17:26:30.212Z[verify-libraries] Compiling linked-hash-map v0.5.6
42652026-08-14T17:26:30.241Z[verify-libraries] Compiling hickory-proto v0.24.4
42662026-08-14T17:26:30.272Z[verify-libraries] Compiling convert_case v0.10.0
42672026-08-14T17:26:30.318Z[verify-libraries] Compiling owo-colors v4.3.0
42682026-08-14T17:26:30.318Z[verify-libraries] Compiling minimal-lexical v0.2.1
42692026-08-14T17:26:30.321Z[verify-libraries] Compiling unicode-xid v0.2.6
42702026-08-14T17:26:30.469Z[verify-libraries] Compiling lru-cache v0.1.2
42712026-08-14T17:26:30.499Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42722026-08-14T17:26:30.524Z[verify-libraries] Compiling tabled_derive v0.7.0
42732026-08-14T17:26:30.635Z[verify-libraries] Compiling nom v7.1.3
42742026-08-14T17:26:30.685Z[verify-libraries] Compiling derive_more-impl v2.1.1
42752026-08-14T17:26:30.689Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42762026-08-14T17:26:30.749Z[verify-libraries] Compiling typify-macro v0.6.2
42772026-08-14T17:26:30.823Z[verify-libraries] Compiling fd-lock v4.0.4
42782026-08-14T17:26:30.988Z[verify-libraries] Compiling vte v0.14.1
42792026-08-14T17:26:31.059Z[verify-libraries] Compiling display-error-chain v0.2.2
42802026-08-14T17:26:31.257Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42812026-08-14T17:26:31.310Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42822026-08-14T17:26:31.342Z[ recovery-image] Aug 14 17:26:30.196 INFO O| Aug 14 17:26:30.196 INFO O| Startup: Refreshing catalog 'helios' ... Done
42832026-08-14T17:26:31.404Z[verify-libraries] Compiling stacker v0.1.23
42842026-08-14T17:26:31.640Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42852026-08-14T17:26:31.681Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42862026-08-14T17:26:31.713Z[verify-libraries] Compiling derive_more v2.1.1
42872026-08-14T17:26:31.752Z[verify-libraries] Compiling tabled v0.15.0
42882026-08-14T17:26:31.774Z[verify-libraries] Compiling psm v0.1.30
42892026-08-14T17:26:31.777Z[ recovery-image] Aug 14 17:26:30.629 INFO O| Aug 14 17:26:30.629 INFO O| Startup: Caching catalogs ... Done
42902026-08-14T17:26:31.789Z[ recovery-image] Aug 14 17:26:30.643 INFO O| Aug 14 17:26:30.643 INFO O| Planning: Planning completed in 0.00 seconds
42912026-08-14T17:26:31.792Z[ recovery-image] Aug 14 17:26:30.643 INFO O| Aug 14 17:26:30.643 INFO O| Planning: Consolidating action changes ... Done
42922026-08-14T17:26:31.792Z[ recovery-image] Aug 14 17:26:30.643 INFO O| Aug 14 17:26:30.643 INFO O| Planning: Evaluating mediators ... Done
42932026-08-14T17:26:31.792Z[ recovery-image] Aug 14 17:26:30.644 INFO O| Aug 14 17:26:30.644 INFO O| Planning: Planning completed in 0.00 seconds
42942026-08-14T17:26:31.792Z[ recovery-image] Aug 14 17:26:30.644 INFO O| Aug 14 17:26:30.644 INFO O| Variants/Facets to change: 1
42952026-08-14T17:26:31.803Z[ recovery-image] Aug 14 17:26:30.655 INFO O| Aug 14 17:26:30.655 INFO O| Finalize: Updating package state database ... Done
42962026-08-14T17:26:31.803Z[ recovery-image] Aug 14 17:26:30.655 INFO O| Aug 14 17:26:30.655 INFO O| Finalize: Updating package cache ... Done
42972026-08-14T17:26:31.807Z[verify-libraries] Compiling reedline v0.40.0
42982026-08-14T17:26:31.841Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42992026-08-14T17:26:31.881Z[ recovery-image] Aug 14 17:26:30.735 INFO O| Aug 14 17:26:30.735 INFO O| Finalize: Updating image state ... Done
43002026-08-14T17:26:31.887Z[verify-libraries] Compiling crossterm v0.29.0
43012026-08-14T17:26:31.890Z[verify-libraries] Compiling cfg_aliases v0.1.1
43022026-08-14T17:26:31.896Z[ recovery-image] Aug 14 17:26:30.750 INFO O| Aug 14 17:26:30.750 INFO O| Finalize: Creating fast lookup database ... Done
43032026-08-14T17:26:31.899Z[ recovery-image] Aug 14 17:26:30.751 INFO O| Aug 14 17:26:30.751 INFO O| Finalize: Reading search index ... Done
43042026-08-14T17:26:31.899Z[ recovery-image] Aug 14 17:26:30.751 INFO O| Aug 14 17:26:30.751 INFO O| Finalize: Updating search index ... Done
43052026-08-14T17:26:31.899Z[ recovery-image] Aug 14 17:26:30.752 INFO O| Aug 14 17:26:30.752 INFO O| Finalize: Updating package cache ... Done
43062026-08-14T17:26:32.010Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43072026-08-14T17:26:32.045Z[verify-libraries] Compiling semver v0.1.20
43082026-08-14T17:26:32.076Z[verify-libraries] Compiling termtree v0.5.1
43092026-08-14T17:26:32.110Z[verify-libraries] Compiling nix v0.28.0
43102026-08-14T17:26:32.154Z[ recovery-image] Aug 14 17:26:31.008 INFO O| Aug 14 17:26:31.008 INFO STEP 8 (pkg_change_facet) COMPLETE
43112026-08-14T17:26:32.154Z[ recovery-image] Aug 14 17:26:31.008 INFO O| Aug 14 17:26:31.008 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43122026-08-14T17:26:32.223Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43132026-08-14T17:26:32.254Z[verify-libraries] Compiling phf_shared v0.12.1
43142026-08-14T17:26:32.257Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43152026-08-14T17:26:32.291Z[verify-libraries] Compiling rustc_version v0.1.7
43162026-08-14T17:26:32.315Z[verify-libraries] Compiling nibble_vec v0.1.0
43172026-08-14T17:26:32.416Z[verify-libraries] Compiling chrono-tz v0.10.4
43182026-08-14T17:26:32.479Z[ recovery-image] Aug 14 17:26:31.333 INFO O| Aug 14 17:26:31.333 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43192026-08-14T17:26:32.499Z[verify-libraries] Compiling highway v1.3.0
43202026-08-14T17:26:32.558Z[verify-libraries] Compiling hickory-resolver v0.24.4
43212026-08-14T17:26:32.627Z[ host-image] Aug 14 17:26:31.481 INFO O| Aug 14 17:26:31.481 INFO O| Download: Completed 222.83 MB in 9.30 seconds (23.9M/s)
43222026-08-14T17:26:32.655Z[verify-libraries] Compiling endian-type v0.1.2
43232026-08-14T17:26:32.748Z[verify-libraries] Compiling typify v0.6.2
43242026-08-14T17:26:32.852Z[verify-libraries] Compiling radix_trie v0.2.1
43252026-08-14T17:26:32.855Z[verify-libraries] Compiling newtype_derive v0.1.6
43262026-08-14T17:26:32.944Z[verify-libraries] Compiling progenitor-impl v0.14.0
43272026-08-14T17:26:32.993Z[verify-libraries] Compiling recursive v0.1.1
43282026-08-14T17:26:33.022Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43292026-08-14T17:26:33.058Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43302026-08-14T17:26:33.092Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43312026-08-14T17:26:33.092Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43322026-08-14T17:26:33.142Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43332026-08-14T17:26:33.145Z[verify-libraries] Compiling phf v0.12.1
43342026-08-14T17:26:33.156Z[ host-image] Aug 14 17:26:32.010 INFO O| Aug 14 17:26:32.010 INFO O| Actions: 1/54180 actions (Installing new actions)
43352026-08-14T17:26:33.261Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43362026-08-14T17:26:33.305Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43372026-08-14T17:26:33.430Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43382026-08-14T17:26:33.735Z[verify-libraries] Compiling qorb v0.4.1
43392026-08-14T17:26:34.196Z[verify-libraries] Compiling peg-macros v0.8.5
43402026-08-14T17:26:34.347Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43412026-08-14T17:26:34.418Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43422026-08-14T17:26:34.438Z[ recovery-image] Aug 14 17:26:33.292 INFO O| Aug 14 17:26:33.292 INFO O| Startup: Refreshing catalog 'helios' ... Done
43432026-08-14T17:26:34.455Z[verify-libraries] Compiling winnow v0.6.26
43442026-08-14T17:26:34.781Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43452026-08-14T17:26:34.900Z[verify-libraries] Compiling csv-core v0.1.13
43462026-08-14T17:26:34.931Z[verify-libraries] Compiling unicode_categories v0.1.1
43472026-08-14T17:26:34.991Z[ recovery-image] Aug 14 17:26:33.845 INFO O| Aug 14 17:26:33.845 INFO O| Startup: Caching catalogs ... Done
43482026-08-14T17:26:35.011Z[ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Planning completed in 0.00 seconds
43492026-08-14T17:26:35.011Z[ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Consolidating action changes ... Done
43502026-08-14T17:26:35.011Z[ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Evaluating mediators ... Done
43512026-08-14T17:26:35.014Z[ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Planning completed in 0.00 seconds
43522026-08-14T17:26:35.014Z[ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Variants/Facets to change: 1
43532026-08-14T17:26:35.047Z[ recovery-image] Aug 14 17:26:33.901 INFO O| Aug 14 17:26:33.901 INFO O| Finalize: Updating package state database ... Done
43542026-08-14T17:26:35.047Z[ recovery-image] Aug 14 17:26:33.901 INFO O| Aug 14 17:26:33.901 INFO O| Finalize: Updating package cache ... Done
43552026-08-14T17:26:35.083Z[verify-libraries] Compiling home v0.5.12
43562026-08-14T17:26:35.109Z[ recovery-image] Aug 14 17:26:33.963 INFO O| Aug 14 17:26:33.963 INFO O| Finalize: Updating image state ... Done
43572026-08-14T17:26:35.123Z[ recovery-image] Aug 14 17:26:33.977 INFO O| Aug 14 17:26:33.977 INFO O| Finalize: Creating fast lookup database ... Done
43582026-08-14T17:26:35.126Z[ recovery-image] Aug 14 17:26:33.977 INFO O| Aug 14 17:26:33.977 INFO O| Finalize: Reading search index ... Done
43592026-08-14T17:26:35.126Z[ recovery-image] Aug 14 17:26:33.978 INFO O| Aug 14 17:26:33.978 INFO O| Finalize: Updating search index ... Done
43602026-08-14T17:26:35.126Z[ recovery-image] Aug 14 17:26:33.978 INFO O| Aug 14 17:26:33.978 INFO O| Finalize: Updating package cache ... Done
43612026-08-14T17:26:35.182Z[verify-libraries] Compiling csv v1.4.0
43622026-08-14T17:26:35.223Z[verify-libraries] Compiling textwrap v0.16.2
43632026-08-14T17:26:35.281Z[verify-libraries] Compiling rustyline v14.0.0
43642026-08-14T17:26:35.331Z[verify-libraries] Compiling const_format v0.2.35
43652026-08-14T17:26:35.334Z[verify-libraries] Compiling sqlparser v0.61.0
43662026-08-14T17:26:35.398Z[ recovery-image] Aug 14 17:26:34.252 INFO O| Aug 14 17:26:34.252 INFO STEP 9 (pkg_change_facet) COMPLETE
43672026-08-14T17:26:35.398Z[ recovery-image] Aug 14 17:26:34.252 INFO O| Aug 14 17:26:34.252 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43682026-08-14T17:26:35.680Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43692026-08-14T17:26:35.770Z[ recovery-image] Aug 14 17:26:34.623 INFO O| Aug 14 17:26:34.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43702026-08-14T17:26:35.816Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43712026-08-14T17:26:35.816Z[verify-libraries] Compiling peg v0.8.5
43722026-08-14T17:26:35.885Z[verify-libraries] Compiling sqlformat v0.3.5
43732026-08-14T17:26:36.028Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43742026-08-14T17:26:36.031Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43752026-08-14T17:26:36.090Z[verify-libraries] Compiling bcs v0.1.6
43762026-08-14T17:26:36.094Z[verify-libraries] Compiling progenitor-macro v0.14.0
43772026-08-14T17:26:36.166Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43782026-08-14T17:26:36.191Z[verify-libraries] Compiling nom v8.0.0
43792026-08-14T17:26:36.244Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43802026-08-14T17:26:36.279Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43812026-08-14T17:26:36.434Z[verify-libraries] Compiling steno v0.4.1
43822026-08-14T17:26:36.474Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43832026-08-14T17:26:36.958Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43842026-08-14T17:26:37.070Z[verify-libraries] Compiling sha1 v0.10.6
43852026-08-14T17:26:37.287Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43862026-08-14T17:26:37.374Z[verify-libraries] Compiling tagptr v0.2.0
43872026-08-14T17:26:37.384Z[verify-libraries] Compiling utf-8 v0.7.6
43882026-08-14T17:26:37.384Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43892026-08-14T17:26:37.445Z[ recovery-image] Aug 14 17:26:36.298 INFO O| Aug 14 17:26:36.298 INFO O| Startup: Refreshing catalog 'helios' ... Done
43902026-08-14T17:26:37.477Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43912026-08-14T17:26:37.481Z[verify-libraries] Compiling libefi-sys v0.1.0
43922026-08-14T17:26:37.481Z[verify-libraries] Compiling bitfield-struct v0.6.2
43932026-08-14T17:26:37.614Z[verify-libraries] Compiling moka v0.12.13
43942026-08-14T17:26:37.714Z[verify-libraries] Compiling tungstenite v0.21.0
43952026-08-14T17:26:37.717Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43962026-08-14T17:26:37.900Z[verify-libraries] Compiling libscf-sys v1.2.0
43972026-08-14T17:26:37.977Z[verify-libraries] Compiling xshell-macros v0.2.7
43982026-08-14T17:26:38.002Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43992026-08-14T17:26:38.110Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44002026-08-14T17:26:38.146Z[ recovery-image] Aug 14 17:26:36.999 INFO O| Aug 14 17:26:36.999 INFO O| Startup: Caching catalogs ... Done
44012026-08-14T17:26:38.157Z[ host-image] Aug 14 17:26:37.010 INFO O| Aug 14 17:26:37.010 INFO O| Actions: 24910/54180 actions (Installing new actions)
44022026-08-14T17:26:38.160Z[ recovery-image] Aug 14 17:26:37.014 INFO O| Aug 14 17:26:37.014 INFO O| Planning: Planning completed in 0.00 seconds
44032026-08-14T17:26:38.163Z[ recovery-image] Aug 14 17:26:37.014 INFO O| Aug 14 17:26:37.014 INFO O| Planning: Consolidating action changes ... Done
44042026-08-14T17:26:38.163Z[ recovery-image] Aug 14 17:26:37.014 INFO O| Aug 14 17:26:37.014 INFO O| Planning: Evaluating mediators ... Done
44052026-08-14T17:26:38.163Z[ recovery-image] Aug 14 17:26:37.015 INFO O| Aug 14 17:26:37.015 INFO O| Planning: Planning completed in 0.00 seconds
44062026-08-14T17:26:38.163Z[ recovery-image] Aug 14 17:26:37.015 INFO O| Aug 14 17:26:37.015 INFO O| Variants/Facets to change: 1
44072026-08-14T17:26:38.173Z[ recovery-image] Aug 14 17:26:37.027 INFO O| Aug 14 17:26:37.026 INFO O| Finalize: Updating package state database ... Done
44082026-08-14T17:26:38.173Z[ recovery-image] Aug 14 17:26:37.027 INFO O| Aug 14 17:26:37.026 INFO O| Finalize: Updating package cache ... Done
44092026-08-14T17:26:38.219Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44102026-08-14T17:26:38.250Z[ recovery-image] Aug 14 17:26:37.103 INFO O| Aug 14 17:26:37.103 INFO O| Finalize: Updating image state ... Done
44112026-08-14T17:26:38.267Z[ recovery-image] Aug 14 17:26:37.121 INFO O| Aug 14 17:26:37.121 INFO O| Finalize: Creating fast lookup database ... Done
44122026-08-14T17:26:38.270Z[ recovery-image] Aug 14 17:26:37.121 INFO O| Aug 14 17:26:37.121 INFO O| Finalize: Reading search index ... Done
44132026-08-14T17:26:38.271Z[ recovery-image] Aug 14 17:26:37.121 INFO O| Aug 14 17:26:37.121 INFO O| Finalize: Updating search index ... Done
44142026-08-14T17:26:38.271Z[ recovery-image] Aug 14 17:26:37.122 INFO O| Aug 14 17:26:37.122 INFO O| Finalize: Updating package cache ... Done
44152026-08-14T17:26:38.335Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44162026-08-14T17:26:38.417Z[verify-libraries] Compiling hickory-resolver v0.25.2
44172026-08-14T17:26:38.523Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44182026-08-14T17:26:38.535Z[ recovery-image] Aug 14 17:26:37.389 INFO O| Aug 14 17:26:37.389 INFO STEP 10 (pkg_change_facet) COMPLETE
44192026-08-14T17:26:38.535Z[ recovery-image] Aug 14 17:26:37.389 INFO O| Aug 14 17:26:37.389 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-08-14T17:26:38.545Z[ recovery-image] Aug 14 17:26:37.399 INFO O| Aug 14 17:26:37.399 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44212026-08-14T17:26:38.568Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44222026-08-14T17:26:38.616Z[verify-libraries] Compiling xshell v0.2.7
44232026-08-14T17:26:38.616Z[verify-libraries] Compiling papergrid v0.18.0
44242026-08-14T17:26:38.716Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44252026-08-14T17:26:38.719Z[verify-libraries] Compiling sha2 v0.11.0
44262026-08-14T17:26:38.784Z[verify-libraries] Compiling subprocess v0.2.15
44272026-08-14T17:26:38.894Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44282026-08-14T17:26:38.936Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44292026-08-14T17:26:38.986Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44302026-08-14T17:26:39.150Z[verify-libraries] Compiling headers-core v0.3.0
44312026-08-14T17:26:39.315Z[verify-libraries] Compiling unicase v2.9.0
44322026-08-14T17:26:39.342Z[verify-libraries] Compiling headers v0.4.1
44332026-08-14T17:26:39.368Z[verify-libraries] Compiling darling_core v0.21.3
44342026-08-14T17:26:39.445Z[verify-libraries] Compiling crc8 v0.1.1
44352026-08-14T17:26:39.628Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44362026-08-14T17:26:39.709Z[verify-libraries] Compiling maplit v1.0.2
44372026-08-14T17:26:39.845Z[verify-libraries] Compiling tabled v0.21.0
44382026-08-14T17:26:39.913Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44392026-08-14T17:26:40.047Z[verify-libraries] Compiling yasna v0.5.2
44402026-08-14T17:26:40.295Z[verify-libraries] Compiling vergen-lib v0.1.6
44412026-08-14T17:26:40.492Z[ recovery-image] Aug 14 17:26:39.346 INFO O| Aug 14 17:26:39.345 INFO O| Startup: Refreshing catalog 'helios' ... Done
44422026-08-14T17:26:40.524Z[verify-libraries] Compiling diesel_derives v2.3.7
44432026-08-14T17:26:40.616Z[verify-libraries] Compiling rcgen v0.12.1
44442026-08-14T17:26:40.650Z[ host-image] Aug 14 17:26:39.502 INFO O| Aug 14 17:26:39.502 INFO O| Actions: Completed 54180 actions in 7.49 seconds.
44452026-08-14T17:26:40.791Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44462026-08-14T17:26:40.794Z[verify-libraries] Compiling port-file v0.1.0
44472026-08-14T17:26:40.810Z[ host-image] Aug 14 17:26:39.664 INFO O| Aug 14 17:26:39.664 INFO O| Finalize: Updating package state database ... Done
44482026-08-14T17:26:40.810Z[ host-image] Aug 14 17:26:39.664 INFO O| Aug 14 17:26:39.664 INFO O| Finalize: Updating package cache ... Done
44492026-08-14T17:26:40.889Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44502026-08-14T17:26:40.912Z[ recovery-image] Aug 14 17:26:39.765 INFO O| Aug 14 17:26:39.765 INFO O| Startup: Caching catalogs ... Done
44512026-08-14T17:26:40.925Z[ host-image] Aug 14 17:26:39.779 INFO O| Aug 14 17:26:39.779 INFO O| Finalize: Updating image state ... Done
44522026-08-14T17:26:40.993Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44532026-08-14T17:26:41.038Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44542026-08-14T17:26:41.158Z[verify-libraries] Compiling half v1.8.3
44552026-08-14T17:26:41.286Z[verify-libraries] Compiling r2d2 v0.8.10
44562026-08-14T17:26:41.331Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44572026-08-14T17:26:41.364Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44582026-08-14T17:26:41.665Z[verify-libraries] Compiling serde_cbor v0.11.2
44592026-08-14T17:26:41.706Z[verify-libraries] Compiling downcast-rs v2.0.2
44602026-08-14T17:26:41.811Z[verify-libraries] Compiling progenitor v0.14.0
44612026-08-14T17:26:41.906Z[verify-libraries] Compiling cpubits v0.1.1
44622026-08-14T17:26:41.955Z[verify-libraries] Compiling crunchy v0.2.4
44632026-08-14T17:26:42.002Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44642026-08-14T17:26:42.025Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44652026-08-14T17:26:42.053Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44662026-08-14T17:26:42.110Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44672026-08-14T17:26:42.122Z[ host-image] Aug 14 17:26:40.976 INFO O| Aug 14 17:26:40.975 INFO O| Finalize: Creating fast lookup database ... Done
44682026-08-14T17:26:42.164Z[ host-image] Aug 14 17:26:41.018 INFO O| Aug 14 17:26:41.018 INFO O| Finalize: Reading search index ... Done
44692026-08-14T17:26:42.383Z[verify-libraries] Compiling darling_macro v0.21.3
44702026-08-14T17:26:42.405Z[verify-libraries] Compiling dirs-next v2.0.0
44712026-08-14T17:26:42.653Z[verify-libraries] Compiling clang-sys v1.8.1
44722026-08-14T17:26:42.745Z[verify-libraries] Compiling tiny-keccak v2.0.2
44732026-08-14T17:26:42.804Z[verify-libraries] Compiling term v0.7.0
44742026-08-14T17:26:43.018Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44752026-08-14T17:26:43.024Z[ recovery-image] Aug 14 17:26:41.874 INFO O| Aug 14 17:26:41.874 INFO O| Planning: Solver setup ... Done
44762026-08-14T17:26:43.071Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44772026-08-14T17:26:43.074Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44782026-08-14T17:26:43.096Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44792026-08-14T17:26:43.159Z[verify-libraries] Compiling darling v0.21.3
44802026-08-14T17:26:43.172Z[ recovery-image] Aug 14 17:26:42.026 INFO O| Aug 14 17:26:42.025 INFO O| Planning: Running solver ... Done
44812026-08-14T17:26:43.183Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44822026-08-14T17:26:43.212Z[ recovery-image] Aug 14 17:26:42.066 INFO O| Aug 14 17:26:42.066 INFO O| Planning: Finding local manifests ... Done
44832026-08-14T17:26:43.231Z[ recovery-image] Aug 14 17:26:42.084 INFO O| Aug 14 17:26:42.084 INFO O| Planning: Fetching manifests: 0/130 0% complete
44842026-08-14T17:26:43.280Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44852026-08-14T17:26:43.280Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44862026-08-14T17:26:43.338Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44872026-08-14T17:26:43.374Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44882026-08-14T17:26:43.464Z[verify-libraries] Compiling bit-vec v0.6.3
44892026-08-14T17:26:43.491Z[verify-libraries] Compiling diff v0.1.13
44902026-08-14T17:26:43.661Z[verify-libraries] Compiling bit-set v0.5.3
44912026-08-14T17:26:43.707Z[verify-libraries] Compiling ascii-canvas v3.0.0
44922026-08-14T17:26:43.755Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-08-14T17:26:43.824Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44942026-08-14T17:26:43.860Z[verify-libraries] Compiling itertools v0.10.5
44952026-08-14T17:26:43.915Z[verify-libraries] Compiling libloading v0.8.9
44962026-08-14T17:26:43.980Z[verify-libraries] Compiling ena v0.14.4
44972026-08-14T17:26:44.046Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44982026-08-14T17:26:44.071Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44992026-08-14T17:26:44.092Z[verify-libraries] Compiling regex-syntax v0.6.29
45002026-08-14T17:26:44.117Z[verify-libraries] Compiling bindgen v0.71.1
45012026-08-14T17:26:44.246Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45022026-08-14T17:26:44.321Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45032026-08-14T17:26:44.645Z[verify-libraries] Compiling cexpr v0.6.0
45042026-08-14T17:26:44.676Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45052026-08-14T17:26:44.723Z[verify-libraries] Compiling rustc-hash v2.1.1
45062026-08-14T17:26:44.764Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45072026-08-14T17:26:44.835Z[ host-image] Aug 14 17:26:43.689 INFO O| Aug 14 17:26:43.689 INFO O| Finalize: Building new search index ... Done
45082026-08-14T17:26:44.900Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45092026-08-14T17:26:44.992Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45102026-08-14T17:26:45.058Z[verify-libraries] Compiling libxml v0.3.3
45112026-08-14T17:26:45.097Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-08-14T17:26:45.281Z[ host-image] Aug 14 17:26:44.135 INFO O| Aug 14 17:26:44.135 INFO O| Finalize: Updating package cache ... Done
45132026-08-14T17:26:45.358Z[verify-libraries] Compiling strum_macros v0.24.3
45142026-08-14T17:26:45.401Z[verify-libraries] Compiling hmac v0.13.0
45152026-08-14T17:26:45.483Z[verify-libraries] Compiling universal-hash v0.6.1
45162026-08-14T17:26:45.522Z[verify-libraries] Compiling fxhash v0.2.1
45172026-08-14T17:26:45.600Z[ host-image] Aug 14 17:26:44.454 INFO O| Aug 14 17:26:44.454 INFO STEP 11 (pkg_install) COMPLETE
45182026-08-14T17:26:45.600Z[ host-image] Aug 14 17:26:44.454 INFO O| Aug 14 17:26:44.454 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45192026-08-14T17:26:45.604Z[verify-libraries] Compiling lalrpop v0.19.12
45202026-08-14T17:26:45.611Z[ host-image] Aug 14 17:26:44.465 INFO O| Aug 14 17:26:44.465 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"]
45212026-08-14T17:26:45.678Z[verify-libraries] Compiling indoc v1.0.9
45222026-08-14T17:26:46.006Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45232026-08-14T17:26:46.426Z[verify-libraries] Compiling progenitor-impl v0.13.0
45242026-08-14T17:26:46.553Z[ recovery-image] Aug 14 17:26:45.407 INFO O| Aug 14 17:26:45.407 INFO O| Planning: Fetching manifests: 130/130 100% complete
45252026-08-14T17:26:46.922Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45262026-08-14T17:26:47.002Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45272026-08-14T17:26:47.098Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45282026-08-14T17:26:47.108Z[ recovery-image] Aug 14 17:26:45.962 INFO O| Aug 14 17:26:45.962 INFO O| Planning: Package planning ... Done
45292026-08-14T17:26:47.328Z[ recovery-image] Aug 14 17:26:46.181 INFO O| Aug 14 17:26:46.181 INFO O| Planning: Merging actions ... Done
45302026-08-14T17:26:47.558Z[ recovery-image] Aug 14 17:26:46.411 INFO O| Aug 14 17:26:46.411 INFO O| Planning: Checking for conflicting actions ... Done
45312026-08-14T17:26:47.606Z[verify-libraries] Compiling oso-derive v0.27.3
45322026-08-14T17:26:47.610Z[verify-libraries] Compiling quick-xml v0.37.5
45332026-08-14T17:26:47.622Z[ recovery-image] Aug 14 17:26:46.475 INFO O| Aug 14 17:26:46.475 INFO O| Planning: Consolidating action changes ... Done
45342026-08-14T17:26:47.835Z[ recovery-image] Aug 14 17:26:46.689 INFO O| Aug 14 17:26:46.689 INFO O| Planning: Evaluating mediators ... Done
45352026-08-14T17:26:48.108Z[ host-image] Aug 14 17:26:46.961 INFO O| Aug 14 17:26:46.961 INFO O| Startup: Refreshing catalog 'helios' ... Done
45362026-08-14T17:26:48.391Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45372026-08-14T17:26:48.589Z[ host-image] Aug 14 17:26:47.443 INFO O| Aug 14 17:26:47.443 INFO O| Startup: Caching catalogs ... Done
45382026-08-14T17:26:48.860Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45392026-08-14T17:26:49.048Z[ host-image] Aug 14 17:26:47.902 INFO O| Aug 14 17:26:47.902 INFO O| Planning: Solver setup ... Done
45402026-08-14T17:26:49.053Z[ host-image] Aug 14 17:26:47.907 INFO O| Aug 14 17:26:47.907 INFO O| Planning: Running solver ... Done
45412026-08-14T17:26:49.066Z[ host-image] Aug 14 17:26:47.920 INFO O| Aug 14 17:26:47.920 INFO O| Planning: Finding local manifests ... Done
45422026-08-14T17:26:49.071Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45432026-08-14T17:26:49.090Z[ host-image] Aug 14 17:26:47.944 INFO O| Aug 14 17:26:47.944 INFO O| Planning: Fetching manifests: 0/6 0% complete
45442026-08-14T17:26:49.218Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45452026-08-14T17:26:49.226Z[ host-image] Aug 14 17:26:48.079 INFO O| Aug 14 17:26:48.079 INFO O| Planning: Fetching manifests: 6/6 100% complete
45462026-08-14T17:26:49.242Z[ host-image] Aug 14 17:26:48.095 INFO O| Aug 14 17:26:48.095 INFO O| Planning: Package planning ... Done
45472026-08-14T17:26:49.245Z[ host-image] Aug 14 17:26:48.097 INFO O| Aug 14 17:26:48.097 INFO O| Planning: Merging actions ... Done
45482026-08-14T17:26:49.264Z[verify-libraries] Compiling openssl-probe v0.1.6
45492026-08-14T17:26:49.385Z[verify-libraries] Compiling progenitor-macro v0.13.0
45502026-08-14T17:26:49.390Z[ host-image] Aug 14 17:26:48.244 INFO O| Aug 14 17:26:48.244 INFO O| Planning: Checking for conflicting actions ... Done
45512026-08-14T17:26:49.393Z[ host-image] Aug 14 17:26:48.245 INFO O| Aug 14 17:26:48.245 INFO O| Planning: Consolidating action changes ... Done
45522026-08-14T17:26:49.438Z[ recovery-image] Aug 14 17:26:48.292 INFO O| Aug 14 17:26:48.292 INFO O| Planning: Planning completed in 8.51 seconds
45532026-08-14T17:26:49.442Z[ recovery-image] Aug 14 17:26:48.294 INFO O| Aug 14 17:26:48.294 INFO O| Packages to install: 130
45542026-08-14T17:26:49.442Z[ recovery-image] Aug 14 17:26:48.294 INFO O| Aug 14 17:26:48.294 INFO O| Mediators to change: 5
45552026-08-14T17:26:49.442Z[ recovery-image] Aug 14 17:26:48.294 INFO O| Aug 14 17:26:48.294 INFO O| Services to change: 5
45562026-08-14T17:26:49.470Z[ recovery-image] Aug 14 17:26:48.323 INFO O| Aug 14 17:26:48.323 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45572026-08-14T17:26:49.533Z[ host-image] Aug 14 17:26:48.387 INFO O| Aug 14 17:26:48.387 INFO O| Planning: Evaluating mediators ... Done
45582026-08-14T17:26:49.537Z[ host-image] Aug 14 17:26:48.389 INFO O| Aug 14 17:26:48.389 INFO O| Planning: Planning completed in 0.93 seconds
45592026-08-14T17:26:49.537Z[ host-image] Aug 14 17:26:48.390 INFO O| Aug 14 17:26:48.390 INFO O| Packages to install: 6
45602026-08-14T17:26:49.537Z[ host-image] Aug 14 17:26:48.390 INFO O| Aug 14 17:26:48.390 INFO O| Services to change: 2
45612026-08-14T17:26:49.549Z[ host-image] Aug 14 17:26:48.403 INFO O| Aug 14 17:26:48.403 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45622026-08-14T17:26:49.598Z[verify-libraries] Compiling polyval v0.7.1
45632026-08-14T17:26:49.720Z[ host-image] Aug 14 17:26:48.573 INFO O| Aug 14 17:26:48.573 INFO O| Download: Completed 1.75 MB in 0.17 seconds (10.2M/s)
45642026-08-14T17:26:49.744Z[ host-image] Aug 14 17:26:48.597 INFO O| Aug 14 17:26:48.597 INFO O| Actions: 1/390 actions (Installing new actions)
45652026-08-14T17:26:49.929Z[verify-libraries] Compiling der v0.8.0
45662026-08-14T17:26:49.932Z[ host-image] Aug 14 17:26:48.785 INFO O| Aug 14 17:26:48.785 INFO O| Actions: Completed 390 actions in 0.19 seconds.
45672026-08-14T17:26:49.967Z[ host-image] Aug 14 17:26:48.820 INFO O| Aug 14 17:26:48.820 INFO O| Finalize: Updating package state database ... Done
45682026-08-14T17:26:49.967Z[ host-image] Aug 14 17:26:48.820 INFO O| Aug 14 17:26:48.820 INFO O| Finalize: Updating package cache ... Done
45692026-08-14T17:26:50.048Z[ host-image] Aug 14 17:26:48.902 INFO O| Aug 14 17:26:48.902 INFO O| Finalize: Updating image state ... Done
45702026-08-14T17:26:50.063Z[verify-libraries] Compiling diesel v2.3.7
45712026-08-14T17:26:50.179Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45722026-08-14T17:26:50.816Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45732026-08-14T17:26:50.990Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45742026-08-14T17:26:51.032Z[verify-libraries] Compiling progenitor-client v0.13.0
45752026-08-14T17:26:51.102Z[ host-image] Aug 14 17:26:49.955 INFO O| Aug 14 17:26:49.955 INFO O| Finalize: Creating fast lookup database ... Done
45762026-08-14T17:26:51.136Z[ host-image] Aug 14 17:26:49.990 INFO O| Aug 14 17:26:49.990 INFO O| Finalize: Reading search index ... Done
45772026-08-14T17:26:51.136Z[ host-image] Aug 14 17:26:49.990 INFO O| Aug 14 17:26:49.990 INFO O| Finalize: Updating search index ... Done
45782026-08-14T17:26:51.154Z[ host-image] Aug 14 17:26:50.008 INFO O| Aug 14 17:26:50.008 INFO O| Finalize: Updating package cache ... Done
45792026-08-14T17:26:51.300Z[verify-libraries] Compiling git-stub v1.0.0
45802026-08-14T17:26:51.444Z[verify-libraries] Compiling kstat-rs v0.2.5
45812026-08-14T17:26:51.478Z[ host-image] Aug 14 17:26:50.332 INFO O| Aug 14 17:26:50.332 INFO STEP 12 (pkg_install) COMPLETE
45822026-08-14T17:26:51.479Z[ host-image] Aug 14 17:26:50.332 INFO O| Aug 14 17:26:50.332 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45832026-08-14T17:26:51.488Z[ host-image] Aug 14 17:26:50.342 INFO O| Aug 14 17:26:50.342 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45842026-08-14T17:26:51.511Z[verify-libraries] Compiling trait-variant v0.1.2
45852026-08-14T17:26:51.702Z[verify-libraries] Compiling salty v0.3.0
45862026-08-14T17:26:51.806Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45872026-08-14T17:26:52.111Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45882026-08-14T17:26:52.193Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45892026-08-14T17:26:52.240Z[verify-libraries] Compiling ghash v0.6.0
45902026-08-14T17:26:52.524Z[verify-libraries] Compiling pbkdf2 v0.13.0
45912026-08-14T17:26:52.555Z[verify-libraries] Compiling crypto-bigint v0.7.5
45922026-08-14T17:26:52.558Z[verify-libraries] Compiling aes v0.9.1
45932026-08-14T17:26:52.733Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45942026-08-14T17:26:53.009Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45952026-08-14T17:26:53.207Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45962026-08-14T17:26:53.318Z[ host-image] Aug 14 17:26:52.172 INFO O| Aug 14 17:26:52.172 INFO O| Startup: Refreshing catalog 'helios' ... Done
45972026-08-14T17:26:53.554Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45982026-08-14T17:26:53.708Z[verify-libraries] Compiling ctr v0.10.1
45992026-08-14T17:26:53.737Z[verify-libraries] Compiling bb8 v0.8.6
46002026-08-14T17:26:53.757Z[ host-image] Aug 14 17:26:52.611 INFO O| Aug 14 17:26:52.611 INFO O| Startup: Caching catalogs ... Done
46012026-08-14T17:26:53.813Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46022026-08-14T17:26:53.998Z[verify-libraries] Compiling aead v0.6.1
46032026-08-14T17:26:54.032Z[verify-libraries] Compiling parking_lot_core v0.8.6
46042026-08-14T17:26:54.123Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46052026-08-14T17:26:54.145Z[ host-image] Aug 14 17:26:52.997 INFO O| Aug 14 17:26:52.996 INFO O| Planning: Solver setup ... Done
46062026-08-14T17:26:54.148Z[ host-image] Aug 14 17:26:53.002 INFO O| Aug 14 17:26:53.002 INFO O| Planning: Running solver ... Done
46072026-08-14T17:26:54.160Z[ host-image] Aug 14 17:26:53.014 INFO O| Aug 14 17:26:53.014 INFO O| Planning: Finding local manifests ... Done
46082026-08-14T17:26:54.174Z[verify-libraries] Compiling aes-gcm v0.11.0
46092026-08-14T17:26:54.182Z[ host-image] Aug 14 17:26:53.036 INFO O| Aug 14 17:26:53.036 INFO O| Planning: Fetching manifests: 0/6 0% complete
46102026-08-14T17:26:54.264Z[ host-image] Aug 14 17:26:53.117 INFO O| Aug 14 17:26:53.117 INFO O| Planning: Fetching manifests: 6/6 100% complete
46112026-08-14T17:26:54.291Z[ host-image] Aug 14 17:26:53.145 INFO O| Aug 14 17:26:53.145 INFO O| Planning: Package planning ... Done
46122026-08-14T17:26:54.299Z[ host-image] Aug 14 17:26:53.153 INFO O| Aug 14 17:26:53.153 INFO O| Planning: Merging actions ... Done
46132026-08-14T17:26:54.317Z[verify-libraries] Compiling spki v0.8.0
46142026-08-14T17:26:54.460Z[verify-libraries] Compiling mime_guess v2.0.5
46152026-08-14T17:26:54.460Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46162026-08-14T17:26:54.470Z[ host-image] Aug 14 17:26:53.324 INFO O| Aug 14 17:26:53.324 INFO O| Planning: Checking for conflicting actions ... Done
46172026-08-14T17:26:54.473Z[ recovery-image] Aug 14 17:26:53.324 INFO O| Aug 14 17:26:53.324 INFO O| Download: 9475/16682 items 102.5/200.0MB 51% complete (20.5M/s)
46182026-08-14T17:26:54.477Z[ host-image] Aug 14 17:26:53.328 INFO O| Aug 14 17:26:53.328 INFO O| Planning: Consolidating action changes ... Done
46192026-08-14T17:26:54.514Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46202026-08-14T17:26:54.647Z[verify-libraries] Compiling rfc6979 v0.4.0
46212026-08-14T17:26:54.650Z[ host-image] Aug 14 17:26:53.501 INFO O| Aug 14 17:26:53.501 INFO O| Planning: Evaluating mediators ... Done
46222026-08-14T17:26:54.653Z[ host-image] Aug 14 17:26:53.504 INFO O| Aug 14 17:26:53.504 INFO O| Planning: Planning completed in 0.88 seconds
46232026-08-14T17:26:54.653Z[ host-image] Aug 14 17:26:53.505 INFO O| Aug 14 17:26:53.505 INFO O| Packages to install: 6
46242026-08-14T17:26:54.653Z[ host-image] Aug 14 17:26:53.505 INFO O| Aug 14 17:26:53.505 INFO O| Mediators to change: 1
46252026-08-14T17:26:54.653Z[ host-image] Aug 14 17:26:53.505 INFO O| Aug 14 17:26:53.505 INFO O| Services to change: 1
46262026-08-14T17:26:54.662Z[ host-image] Aug 14 17:26:53.516 INFO O| Aug 14 17:26:53.516 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46272026-08-14T17:26:54.711Z[verify-libraries] Compiling salsa20 v0.11.0
46282026-08-14T17:26:54.767Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46292026-08-14T17:26:54.813Z[verify-libraries] Compiling nanorand v0.7.0
46302026-08-14T17:26:54.866Z[verify-libraries] Compiling scrypt v0.12.0
46312026-08-14T17:26:54.910Z[verify-libraries] Compiling ecdsa v0.16.9
46322026-08-14T17:26:55.078Z[ host-image] Aug 14 17:26:53.929 INFO O| Aug 14 17:26:53.929 INFO O| Download: Completed 7.84 MB in 0.41 seconds (19.0M/s)
46332026-08-14T17:26:55.131Z[ host-image] Aug 14 17:26:53.984 INFO O| Aug 14 17:26:53.984 INFO O| Actions: 1/1366 actions (Installing new actions)
46342026-08-14T17:26:55.234Z[verify-libraries] Compiling flume v0.11.1
46352026-08-14T17:26:55.237Z[verify-libraries] Compiling progenitor v0.13.0
46362026-08-14T17:26:55.339Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-14T17:26:55.371Z[ host-image] Aug 14 17:26:54.225 INFO O| Aug 14 17:26:54.225 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
46382026-08-14T17:26:55.407Z[ host-image] Aug 14 17:26:54.261 INFO O| Aug 14 17:26:54.261 INFO O| Finalize: Updating package state database ... Done
46392026-08-14T17:26:55.408Z[ host-image] Aug 14 17:26:54.261 INFO O| Aug 14 17:26:54.261 INFO O| Finalize: Updating package cache ... Done
46402026-08-14T17:26:55.418Z[verify-libraries] Compiling primeorder v0.13.6
46412026-08-14T17:26:55.453Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46422026-08-14T17:26:55.518Z[ host-image] Aug 14 17:26:54.371 INFO O| Aug 14 17:26:54.371 INFO O| Finalize: Updating image state ... Done
46432026-08-14T17:26:55.583Z[verify-libraries] Compiling cbc v0.2.1
46442026-08-14T17:26:55.782Z[verify-libraries] Compiling nonempty v0.12.0
46452026-08-14T17:26:55.812Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46462026-08-14T17:26:55.837Z[verify-libraries] Compiling http-range v0.1.5
46472026-08-14T17:26:55.873Z[verify-libraries] Compiling pkcs5 v0.8.1
46482026-08-14T17:26:55.906Z[verify-libraries] Compiling p384 v0.13.1
46492026-08-14T17:26:56.154Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46502026-08-14T17:26:56.188Z[verify-libraries] Compiling parking_lot v0.11.2
46512026-08-14T17:26:56.338Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46522026-08-14T17:26:56.577Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46532026-08-14T17:26:56.589Z[ host-image] Aug 14 17:26:55.443 INFO O| Aug 14 17:26:55.443 INFO O| Finalize: Creating fast lookup database ... Done
46542026-08-14T17:26:56.619Z[ host-image] Aug 14 17:26:55.473 INFO O| Aug 14 17:26:55.473 INFO O| Finalize: Reading search index ... Done
46552026-08-14T17:26:56.619Z[ host-image] Aug 14 17:26:55.473 INFO O| Aug 14 17:26:55.473 INFO O| Finalize: Updating search index ... Done
46562026-08-14T17:26:56.627Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46572026-08-14T17:26:56.656Z[ host-image] Aug 14 17:26:55.509 INFO O| Aug 14 17:26:55.509 INFO O| Finalize: Updating package cache ... Done
46582026-08-14T17:26:56.677Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46592026-08-14T17:26:56.757Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46602026-08-14T17:26:56.848Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46612026-08-14T17:26:56.922Z[ host-image] Aug 14 17:26:55.775 INFO O| Aug 14 17:26:55.775 INFO STEP 13 (pkg_install) COMPLETE
46622026-08-14T17:26:56.922Z[ host-image] Aug 14 17:26:55.775 INFO O| Aug 14 17:26:55.775 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46632026-08-14T17:26:56.931Z[ host-image] Aug 14 17:26:55.785 INFO O| Aug 14 17:26:55.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46642026-08-14T17:26:57.112Z[verify-libraries] Compiling prefix-trie v0.7.0
46652026-08-14T17:26:57.331Z[verify-libraries] Compiling digest-io v0.1.0
46662026-08-14T17:26:57.410Z[verify-libraries] Compiling rawzip v0.4.4
46672026-08-14T17:26:57.533Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46682026-08-14T17:26:57.558Z[verify-libraries] Compiling sled v0.34.7
46692026-08-14T17:26:57.589Z[verify-libraries] Compiling pkcs8 v0.11.0
46702026-08-14T17:26:57.681Z[verify-libraries] Compiling hickory-server v0.25.2
46712026-08-14T17:26:58.086Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46722026-08-14T17:26:58.106Z[ recovery-image] Aug 14 17:26:56.960 INFO O| Aug 14 17:26:56.959 INFO O| Download: Completed 200.00 MB in 8.64 seconds (23.1M/s)
46732026-08-14T17:26:58.215Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46742026-08-14T17:26:58.360Z[ recovery-image] Aug 14 17:26:57.214 INFO O| Aug 14 17:26:57.214 INFO O| Actions: 1/27580 actions (Installing new actions)
46752026-08-14T17:26:58.373Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46762026-08-14T17:26:58.599Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46772026-08-14T17:26:58.816Z[verify-libraries] Compiling ignore v0.4.25
46782026-08-14T17:26:58.872Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46792026-08-14T17:26:58.886Z[ host-image] Aug 14 17:26:57.738 INFO O| Aug 14 17:26:57.738 INFO O| Startup: Refreshing catalog 'helios' ... Done
46802026-08-14T17:26:59.011Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46812026-08-14T17:26:59.102Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46822026-08-14T17:26:59.327Z[verify-libraries] Compiling ff v0.14.0
46832026-08-14T17:26:59.392Z[ host-image] Aug 14 17:26:58.245 INFO O| Aug 14 17:26:58.245 INFO O| Startup: Caching catalogs ... Done
46842026-08-14T17:26:59.504Z[verify-libraries] Compiling corncobs v0.1.4
46852026-08-14T17:26:59.546Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46862026-08-14T17:26:59.584Z[verify-libraries] Compiling globwalk v0.9.1
46872026-08-14T17:26:59.762Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46882026-08-14T17:26:59.814Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46892026-08-14T17:26:59.826Z[ host-image] Aug 14 17:26:58.680 INFO O| Aug 14 17:26:58.680 INFO O| Planning: Solver setup ... Done
46902026-08-14T17:26:59.832Z[ host-image] Aug 14 17:26:58.685 INFO O| Aug 14 17:26:58.685 INFO O| Planning: Running solver ... Done
46912026-08-14T17:26:59.845Z[ host-image] Aug 14 17:26:58.699 INFO O| Aug 14 17:26:58.699 INFO O| Planning: Finding local manifests ... Done
46922026-08-14T17:26:59.873Z[ host-image] Aug 14 17:26:58.727 INFO O| Aug 14 17:26:58.727 INFO O| Planning: Fetching manifests: 0/1 0% complete
46932026-08-14T17:26:59.901Z[ host-image] Aug 14 17:26:58.754 INFO O| Aug 14 17:26:58.754 INFO O| Planning: Fetching manifests: 1/1 100% complete
46942026-08-14T17:26:59.917Z[ host-image] Aug 14 17:26:58.771 INFO O| Aug 14 17:26:58.771 INFO O| Planning: Package planning ... Done
46952026-08-14T17:26:59.921Z[ host-image] Aug 14 17:26:58.771 INFO O| Aug 14 17:26:58.771 INFO O| Planning: Merging actions ... Done
46962026-08-14T17:26:59.972Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46972026-08-14T17:27:00.051Z[verify-libraries] Compiling predicates-tree v1.0.13
46982026-08-14T17:27:00.091Z[ host-image] Aug 14 17:26:58.945 INFO O| Aug 14 17:26:58.945 INFO O| Planning: Checking for conflicting actions ... Done
46992026-08-14T17:27:00.095Z[ host-image] Aug 14 17:26:58.946 INFO O| Aug 14 17:26:58.946 INFO O| Planning: Consolidating action changes ... Done
47002026-08-14T17:27:00.266Z[ host-image] Aug 14 17:26:59.120 INFO O| Aug 14 17:26:59.120 INFO O| Planning: Evaluating mediators ... Done
47012026-08-14T17:27:00.270Z[ host-image] Aug 14 17:26:59.120 INFO O| Aug 14 17:26:59.120 INFO O| Planning: Planning completed in 0.86 seconds
47022026-08-14T17:27:00.270Z[ host-image] Aug 14 17:26:59.121 INFO O| Aug 14 17:26:59.121 INFO O| Packages to install: 1
47032026-08-14T17:27:00.281Z[ host-image] Aug 14 17:26:59.133 INFO O| Aug 14 17:26:59.133 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47042026-08-14T17:27:00.378Z[verify-libraries] Compiling libz-sys v1.1.24
47052026-08-14T17:27:00.412Z[verify-libraries] Compiling rand_seeder v0.4.0
47062026-08-14T17:27:00.553Z[verify-libraries] Compiling secrecy v0.8.0
47072026-08-14T17:27:00.616Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47082026-08-14T17:27:00.656Z[ host-image] Aug 14 17:26:59.509 INFO O| Aug 14 17:26:59.509 INFO O| Download: Completed 13.27 MB in 0.38 seconds (35.3M/s)
47092026-08-14T17:27:00.705Z[ host-image] Aug 14 17:26:59.558 INFO O| Aug 14 17:26:59.558 INFO O| Actions: 1/22 actions (Installing new actions)
47102026-08-14T17:27:00.785Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47112026-08-14T17:27:00.930Z[ host-image] Aug 14 17:26:59.783 INFO O| Aug 14 17:26:59.783 INFO O| Actions: Completed 22 actions in 0.22 seconds.
47122026-08-14T17:27:00.965Z[ host-image] Aug 14 17:26:59.818 INFO O| Aug 14 17:26:59.817 INFO O| Finalize: Updating package state database ... Done
47132026-08-14T17:27:00.965Z[ host-image] Aug 14 17:26:59.818 INFO O| Aug 14 17:26:59.817 INFO O| Finalize: Updating package cache ... Done
47142026-08-14T17:27:01.021Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47152026-08-14T17:27:01.043Z[ host-image] Aug 14 17:26:59.896 INFO O| Aug 14 17:26:59.896 INFO O| Finalize: Updating image state ... Done
47162026-08-14T17:27:01.135Z[verify-libraries] Compiling group v0.14.0
47172026-08-14T17:27:01.194Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47182026-08-14T17:27:01.275Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47192026-08-14T17:27:01.398Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47202026-08-14T17:27:01.440Z[verify-libraries] Compiling signature v3.0.0
47212026-08-14T17:27:01.678Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47222026-08-14T17:27:01.722Z[verify-libraries] Compiling base16ct v1.0.0
47232026-08-14T17:27:01.936Z[verify-libraries] Compiling instability v0.3.11
47242026-08-14T17:27:02.024Z[verify-libraries] Compiling sec1 v0.8.1
47252026-08-14T17:27:02.038Z[ host-image] Aug 14 17:27:00.892 INFO O| Aug 14 17:27:00.892 INFO O| Finalize: Creating fast lookup database ... Done
47262026-08-14T17:27:02.068Z[ host-image] Aug 14 17:27:00.922 INFO O| Aug 14 17:27:00.922 INFO O| Finalize: Reading search index ... Done
47272026-08-14T17:27:02.068Z[ host-image] Aug 14 17:27:00.922 INFO O| Aug 14 17:27:00.922 INFO O| Finalize: Updating search index ... Done
47282026-08-14T17:27:02.080Z[ host-image] Aug 14 17:27:00.934 INFO O| Aug 14 17:27:00.934 INFO O| Finalize: Updating package cache ... Done
47292026-08-14T17:27:02.105Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47302026-08-14T17:27:02.133Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47312026-08-14T17:27:02.183Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47322026-08-14T17:27:02.231Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47332026-08-14T17:27:02.343Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 14 (pkg_install) COMPLETE
47342026-08-14T17:27:02.343Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47352026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "mbist" is not enabled
47362026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47372026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "mfg" is not enabled
47382026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47392026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "compliance" is not enabled
47402026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47412026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "stress" is not enabled
47422026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47432026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "compliance" is not enabled
47442026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47452026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "nfs" is not enabled
47462026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47472026-08-14T17:27:02.346Z[ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47482026-08-14T17:27:02.475Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47492026-08-14T17:27:02.510Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47502026-08-14T17:27:02.580Z[verify-libraries] Compiling hkdf v0.13.0
47512026-08-14T17:27:02.584Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47522026-08-14T17:27:02.647Z[verify-libraries] Compiling scuffle v0.1.0
47532026-08-14T17:27:02.651Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47542026-08-14T17:27:02.773Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47552026-08-14T17:27:02.864Z[ host-image] Aug 14 17:27:01.718 INFO O| Aug 14 17:27:01.718 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47562026-08-14T17:27:02.946Z[verify-libraries] Compiling castaway v0.2.4
47572026-08-14T17:27:02.986Z[verify-libraries] Compiling indoc v2.0.7
47582026-08-14T17:27:03.094Z[ host-image] Aug 14 17:27:01.946 INFO O| Aug 14 17:27:01.946 INFO completed processing sled/ramdisk-01-os
47592026-08-14T17:27:03.097Z[ host-image] Aug 14 17:27:01.948 INFO omicron1 baseline generation...
47602026-08-14T17:27:03.097Z[ host-image] Aug 14 17:27:01.948 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47612026-08-14T17:27:03.141Z[verify-libraries] Compiling compact_str v0.8.1
47622026-08-14T17:27:03.192Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47632026-08-14T17:27:03.366Z[ recovery-image] Aug 14 17:27:02.219 INFO O| Aug 14 17:27:02.219 INFO O| Actions: 21923/27580 actions (Installing new actions)
47642026-08-14T17:27:03.479Z[ host-image] Aug 14 17:27:02.332 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47652026-08-14T17:27:03.567Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47662026-08-14T17:27:03.784Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47672026-08-14T17:27:04.035Z[ recovery-image] Aug 14 17:27:02.888 INFO O| Aug 14 17:27:02.888 INFO O| Actions: Completed 27580 actions in 5.67 seconds.
47682026-08-14T17:27:04.106Z[ recovery-image] Aug 14 17:27:02.959 INFO O| Aug 14 17:27:02.959 INFO O| Finalize: Updating package state database ... Done
47692026-08-14T17:27:04.106Z[ recovery-image] Aug 14 17:27:02.959 INFO O| Aug 14 17:27:02.959 INFO O| Finalize: Updating package cache ... Done
47702026-08-14T17:27:04.218Z[ recovery-image] Aug 14 17:27:03.072 INFO O| Aug 14 17:27:03.072 INFO O| Finalize: Updating image state ... Done
47712026-08-14T17:27:04.236Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47722026-08-14T17:27:04.280Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47732026-08-14T17:27:04.314Z[verify-libraries] Compiling elliptic-curve v0.14.1
47742026-08-14T17:27:04.480Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47752026-08-14T17:27:04.516Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47762026-08-14T17:27:04.740Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47772026-08-14T17:27:04.937Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47782026-08-14T17:27:04.947Z[ recovery-image] Aug 14 17:27:03.801 INFO O| Aug 14 17:27:03.801 INFO O| Finalize: Creating fast lookup database ... Done
47792026-08-14T17:27:04.966Z[ recovery-image] Aug 14 17:27:03.820 INFO O| Aug 14 17:27:03.820 INFO O| Finalize: Reading search index ... Done
47802026-08-14T17:27:04.997Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47812026-08-14T17:27:05.041Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47822026-08-14T17:27:05.188Z[verify-libraries] Compiling unicode-truncate v1.1.0
47832026-08-14T17:27:05.348Z[verify-libraries] Compiling lru v0.12.5
47842026-08-14T17:27:05.447Z[verify-libraries] Compiling arc-swap v1.8.2
47852026-08-14T17:27:05.622Z[verify-libraries] Compiling cassowary v0.3.0
47862026-08-14T17:27:05.651Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47872026-08-14T17:27:05.798Z[verify-libraries] Compiling slog-scope v4.4.1
47882026-08-14T17:27:05.851Z[verify-libraries] Compiling wnaf v0.14.0
47892026-08-14T17:27:06.074Z[verify-libraries] Compiling ratatui v0.29.0
47902026-08-14T17:27:06.124Z[verify-libraries] Compiling primefield v0.14.0
47912026-08-14T17:27:06.150Z[verify-libraries] Compiling rfc6979 v0.6.0
47922026-08-14T17:27:06.191Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47932026-08-14T17:27:06.357Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47942026-08-14T17:27:06.500Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47952026-08-14T17:27:06.618Z[verify-libraries] Compiling vergen-git2 v9.1.0
47962026-08-14T17:27:06.718Z[verify-libraries] Compiling strsim v0.10.0
47972026-08-14T17:27:06.747Z[verify-libraries] Compiling is_ci v1.2.0
47982026-08-14T17:27:06.820Z[ recovery-image] Aug 14 17:27:05.674 INFO O| Aug 14 17:27:05.674 INFO O| Finalize: Building new search index ... Done
47992026-08-14T17:27:06.957Z[verify-libraries] Compiling supports-color v3.0.2
48002026-08-14T17:27:07.026Z[verify-libraries] Compiling darling_core v0.13.4
48012026-08-14T17:27:07.132Z[ recovery-image] Aug 14 17:27:05.986 INFO O| Aug 14 17:27:05.985 INFO O| Finalize: Updating package cache ... Done
48022026-08-14T17:27:07.281Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48032026-08-14T17:27:07.432Z[ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 11 (pkg_install) COMPLETE
48042026-08-14T17:27:07.432Z[ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48052026-08-14T17:27:07.432Z[ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO skip step because feature "recovery" is enabled
48062026-08-14T17:27:07.435Z[ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48072026-08-14T17:27:07.435Z[ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO skip step because feature "omicron1" is not enabled
48082026-08-14T17:27:07.435Z[ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48092026-08-14T17:27:07.441Z[ recovery-image] Aug 14 17:27:06.295 INFO O| Aug 14 17:27:06.295 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48102026-08-14T17:27:07.640Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48112026-08-14T17:27:07.795Z[verify-libraries] Compiling primeorder v0.14.0
48122026-08-14T17:27:08.332Z[verify-libraries] Compiling ecdsa v0.17.0
48132026-08-14T17:27:08.483Z[verify-libraries] Compiling slog-stdlog v4.1.1
48142026-08-14T17:27:08.536Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48152026-08-14T17:27:08.601Z[verify-libraries] Compiling tungstenite v0.23.0
48162026-08-14T17:27:08.847Z[verify-libraries] Compiling console v0.16.2
48172026-08-14T17:27:08.993Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48182026-08-14T17:27:09.259Z[verify-libraries] Compiling libsw-core v0.3.2
48192026-08-14T17:27:09.311Z[verify-libraries] Compiling void v1.0.2
48202026-08-14T17:27:09.477Z[verify-libraries] Compiling assert_matches v1.5.0
48212026-08-14T17:27:09.502Z[ recovery-image] Aug 14 17:27:08.355 INFO O| Aug 14 17:27:08.355 INFO O| Startup: Refreshing catalog 'helios' ... Done
48222026-08-14T17:27:09.539Z[verify-libraries] Compiling unit-prefix v0.5.2
48232026-08-14T17:27:09.640Z[verify-libraries] Compiling darling_macro v0.13.4
48242026-08-14T17:27:09.670Z[verify-libraries] Compiling libsw v3.5.0
48252026-08-14T17:27:09.673Z[verify-libraries] Compiling lzss v0.8.2
48262026-08-14T17:27:09.692Z[verify-libraries] Compiling indicatif v0.18.4
48272026-08-14T17:27:09.751Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48282026-08-14T17:27:09.755Z[verify-libraries] Compiling slog-envlogger v2.2.0
48292026-08-14T17:27:09.846Z[verify-libraries] Compiling ssh-encoding v0.3.0
48302026-08-14T17:27:09.899Z[ recovery-image] Aug 14 17:27:08.753 INFO O| Aug 14 17:27:08.753 INFO O| Startup: Caching catalogs ... Done
48312026-08-14T17:27:09.938Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48322026-08-14T17:27:09.998Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48332026-08-14T17:27:10.175Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48342026-08-14T17:27:10.232Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48352026-08-14T17:27:10.235Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48362026-08-14T17:27:10.286Z[ recovery-image] Aug 14 17:27:09.140 INFO O| Aug 14 17:27:09.140 INFO O| Planning: Solver setup ... Done
48372026-08-14T17:27:10.291Z[ recovery-image] Aug 14 17:27:09.145 INFO O| Aug 14 17:27:09.145 INFO O| Planning: Running solver ... Done
48382026-08-14T17:27:10.303Z[ recovery-image] Aug 14 17:27:09.157 INFO O| Aug 14 17:27:09.157 INFO O| Planning: Finding local manifests ... Done
48392026-08-14T17:27:10.306Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48402026-08-14T17:27:10.340Z[ recovery-image] Aug 14 17:27:09.193 INFO O| Aug 14 17:27:09.193 INFO O| Planning: Fetching manifests: 0/1 0% complete
48412026-08-14T17:27:10.352Z[ recovery-image] Aug 14 17:27:09.206 INFO O| Aug 14 17:27:09.205 INFO O| Planning: Fetching manifests: 1/1 100% complete
48422026-08-14T17:27:10.368Z[ recovery-image] Aug 14 17:27:09.221 INFO O| Aug 14 17:27:09.221 INFO O| Planning: Package planning ... Done
48432026-08-14T17:27:10.368Z[ recovery-image] Aug 14 17:27:09.222 INFO O| Aug 14 17:27:09.222 INFO O| Planning: Merging actions ... Done
48442026-08-14T17:27:10.389Z[ recovery-image] Aug 14 17:27:09.243 INFO O| Aug 14 17:27:09.243 INFO O| Planning: Checking for conflicting actions ... Done
48452026-08-14T17:27:10.393Z[ recovery-image] Aug 14 17:27:09.243 INFO O| Aug 14 17:27:09.243 INFO O| Planning: Consolidating action changes ... Done
48462026-08-14T17:27:10.447Z[verify-libraries] Compiling nix v0.27.1
48472026-08-14T17:27:10.482Z[ recovery-image] Aug 14 17:27:09.336 INFO O| Aug 14 17:27:09.336 INFO O| Planning: Evaluating mediators ... Done
48482026-08-14T17:27:10.486Z[ recovery-image] Aug 14 17:27:09.336 INFO O| Aug 14 17:27:09.336 INFO O| Planning: Planning completed in 0.57 seconds
48492026-08-14T17:27:10.486Z[ recovery-image] Aug 14 17:27:09.337 INFO O| Aug 14 17:27:09.337 INFO O| Packages to install: 1
48502026-08-14T17:27:10.495Z[ recovery-image] Aug 14 17:27:09.349 INFO O| Aug 14 17:27:09.348 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48512026-08-14T17:27:10.539Z[verify-libraries] Compiling colored v2.2.0
48522026-08-14T17:27:10.585Z[verify-libraries] Compiling blake3 v1.8.5
48532026-08-14T17:27:10.619Z[verify-libraries] Compiling serde_bytes v0.11.19
48542026-08-14T17:27:10.711Z[verify-libraries] Compiling keccak v0.2.0
48552026-08-14T17:27:10.730Z[ recovery-image] Aug 14 17:27:09.584 INFO O| Aug 14 17:27:09.584 INFO O| Download: Completed 13.27 MB in 0.24 seconds (56.3M/s)
48562026-08-14T17:27:10.767Z[ recovery-image] Aug 14 17:27:09.620 INFO O| Aug 14 17:27:09.620 INFO O| Actions: 1/22 actions (Installing new actions)
48572026-08-14T17:27:10.927Z[verify-libraries] Compiling shell-words v1.1.1
48582026-08-14T17:27:11.109Z[ recovery-image] Aug 14 17:27:09.963 INFO O| Aug 14 17:27:09.962 INFO O| Actions: Completed 22 actions in 0.34 seconds.
48592026-08-14T17:27:11.112Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48602026-08-14T17:27:11.135Z[ recovery-image] Aug 14 17:27:09.989 INFO O| Aug 14 17:27:09.988 INFO O| Finalize: Updating package state database ... Done
48612026-08-14T17:27:11.135Z[ recovery-image] Aug 14 17:27:09.989 INFO O| Aug 14 17:27:09.989 INFO O| Finalize: Updating package cache ... Done
48622026-08-14T17:27:11.175Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48632026-08-14T17:27:11.214Z[ recovery-image] Aug 14 17:27:10.068 INFO O| Aug 14 17:27:10.068 INFO O| Finalize: Updating image state ... Done
48642026-08-14T17:27:11.261Z[verify-libraries] Compiling darling v0.13.4
48652026-08-14T17:27:11.299Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48662026-08-14T17:27:11.627Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48672026-08-14T17:27:11.839Z[ recovery-image] Aug 14 17:27:10.693 INFO O| Aug 14 17:27:10.693 INFO O| Finalize: Creating fast lookup database ... Done
48682026-08-14T17:27:11.843Z[verify-libraries] Compiling ed25519 v3.0.0
48692026-08-14T17:27:11.856Z[ recovery-image] Aug 14 17:27:10.710 INFO O| Aug 14 17:27:10.710 INFO O| Finalize: Reading search index ... Done
48702026-08-14T17:27:11.856Z[ recovery-image] Aug 14 17:27:10.710 INFO O| Aug 14 17:27:10.710 INFO O| Finalize: Updating search index ... Done
48712026-08-14T17:27:11.866Z[ recovery-image] Aug 14 17:27:10.720 INFO O| Aug 14 17:27:10.720 INFO O| Finalize: Updating package cache ... Done
48722026-08-14T17:27:11.935Z[verify-libraries] Compiling crypto-primes v0.7.2
48732026-08-14T17:27:12.092Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48742026-08-14T17:27:12.155Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 14 (pkg_install) COMPLETE
48752026-08-14T17:27:12.155Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48762026-08-14T17:27:12.155Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "mbist" is not enabled
48772026-08-14T17:27:12.158Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48782026-08-14T17:27:12.158Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "mfg" is not enabled
48792026-08-14T17:27:12.158Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48802026-08-14T17:27:12.158Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "compliance" is not enabled
48812026-08-14T17:27:12.158Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48822026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "stress" is not enabled
48832026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48842026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "compliance" is not enabled
48852026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48862026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "nfs" is not enabled
48872026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48882026-08-14T17:27:12.159Z[ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
48892026-08-14T17:27:12.550Z[ recovery-image] Aug 14 17:27:11.403 INFO O| Aug 14 17:27:11.403 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
48902026-08-14T17:27:12.581Z[verify-libraries] Compiling poly1305 v0.9.0
48912026-08-14T17:27:12.630Z[ recovery-image] Aug 14 17:27:11.484 INFO O| Aug 14 17:27:11.484 INFO completed processing sled/ramdisk-01-os
48922026-08-14T17:27:12.634Z[ recovery-image] Aug 14 17:27:11.486 INFO image builder template: ramdisk-02-trim...
48932026-08-14T17:27:12.634Z[ recovery-image] Aug 14 17:27:11.486 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/.tmpUskSdj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
48942026-08-14T17:27:12.653Z[ recovery-image] Aug 14 17:27:11.507 INFO O| Aug 14 17:27:11.506 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48952026-08-14T17:27:12.657Z[ recovery-image] Aug 14 17:27:11.511 INFO O| Aug 14 17:27:11.511 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48962026-08-14T17:27:12.723Z[ recovery-image] Aug 14 17:27:11.577 INFO O| Aug 14 17:27:11.577 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
48972026-08-14T17:27:12.813Z[ recovery-image] Aug 14 17:27:11.667 INFO O| Aug 14 17:27:11.667 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48982026-08-14T17:27:12.813Z[ recovery-image] Aug 14 17:27:11.667 INFO O| Aug 14 17:27:11.667 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48992026-08-14T17:27:12.818Z[ recovery-image] Aug 14 17:27:11.672 INFO O| Aug 14 17:27:11.672 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49002026-08-14T17:27:12.822Z[ recovery-image] Aug 14 17:27:11.676 INFO O| Aug 14 17:27:11.676 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49012026-08-14T17:27:12.827Z[ recovery-image] Aug 14 17:27:11.681 INFO O| Aug 14 17:27:11.681 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49022026-08-14T17:27:13.112Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49032026-08-14T17:27:13.134Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49042026-08-14T17:27:13.186Z[ recovery-image] Aug 14 17:27:12.039 INFO O| Aug 14 17:27:12.039 INFO rolled back to input snapshot; work may begin
49052026-08-14T17:27:13.186Z[ recovery-image] Aug 14 17:27:12.039 INFO O| Aug 14 17:27:12.039 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49062026-08-14T17:27:13.190Z[ recovery-image] Aug 14 17:27:12.044 INFO O| Aug 14 17:27:12.044 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49072026-08-14T17:27:13.198Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49082026-08-14T17:27:13.205Z[ recovery-image] Aug 14 17:27:12.056 INFO O| Aug 14 17:27:12.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49092026-08-14T17:27:13.251Z[ recovery-image] Aug 14 17:27:12.103 INFO O| Aug 14 17:27:12.103 INFO STEP 0 (remove_files) COMPLETE
49102026-08-14T17:27:13.252Z[ recovery-image] Aug 14 17:27:12.103 INFO O| Aug 14 17:27:12.103 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49112026-08-14T17:27:13.260Z[ recovery-image] Aug 14 17:27:12.113 INFO O| Aug 14 17:27:12.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49122026-08-14T17:27:13.269Z[ recovery-image] Aug 14 17:27:12.114 INFO O| Aug 14 17:27:12.114 INFO STEP 1 (remove_files) COMPLETE
49132026-08-14T17:27:13.269Z[ recovery-image] Aug 14 17:27:12.114 INFO O| Aug 14 17:27:12.114 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49142026-08-14T17:27:13.273Z[ recovery-image] Aug 14 17:27:12.124 INFO O| Aug 14 17:27:12.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49152026-08-14T17:27:13.286Z[ recovery-image] Aug 14 17:27:12.140 INFO O| Aug 14 17:27:12.139 INFO STEP 2 (remove_files) COMPLETE
49162026-08-14T17:27:13.286Z[ recovery-image] Aug 14 17:27:12.140 INFO O| Aug 14 17:27:12.140 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49172026-08-14T17:27:13.297Z[ recovery-image] Aug 14 17:27:12.150 INFO O| Aug 14 17:27:12.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49182026-08-14T17:27:13.300Z[ recovery-image] Aug 14 17:27:12.152 INFO O| Aug 14 17:27:12.152 INFO STEP 3 (remove_files) COMPLETE
49192026-08-14T17:27:13.300Z[ recovery-image] Aug 14 17:27:12.152 INFO O| Aug 14 17:27:12.152 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49202026-08-14T17:27:13.309Z[ recovery-image] Aug 14 17:27:12.163 INFO O| Aug 14 17:27:12.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49212026-08-14T17:27:13.313Z[ recovery-image] Aug 14 17:27:12.166 INFO O| Aug 14 17:27:12.166 INFO STEP 4 (remove_files) COMPLETE
49222026-08-14T17:27:13.313Z[ recovery-image] Aug 14 17:27:12.166 INFO O| Aug 14 17:27:12.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49232026-08-14T17:27:13.323Z[ recovery-image] Aug 14 17:27:12.176 INFO O| Aug 14 17:27:12.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49242026-08-14T17:27:13.323Z[ recovery-image] Aug 14 17:27:12.176 INFO O| Aug 14 17:27:12.176 INFO STEP 5 (remove_files) COMPLETE
49252026-08-14T17:27:13.326Z[ recovery-image] Aug 14 17:27:12.176 INFO O| Aug 14 17:27:12.176 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49262026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.186 INFO O| Aug 14 17:27:12.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49272026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 6 (remove_files) COMPLETE
49282026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "heliosv2" is not enabled
49302026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49312026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "recovery" is enabled
49322026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "recovery" is enabled
49342026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49352026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "recovery" is enabled
49362026-08-14T17:27:13.352Z[ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49372026-08-14T17:27:13.357Z[ recovery-image] Aug 14 17:27:12.208 INFO O| Aug 14 17:27:12.208 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49382026-08-14T17:27:13.360Z[ recovery-image] Aug 14 17:27:12.211 INFO O| Aug 14 17:27:12.211 INFO STEP 11 (remove_files) COMPLETE
49392026-08-14T17:27:13.360Z[ recovery-image] Aug 14 17:27:12.211 INFO O| Aug 14 17:27:12.211 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-08-14T17:27:13.367Z[ recovery-image] Aug 14 17:27:12.221 INFO O| Aug 14 17:27:12.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49412026-08-14T17:27:13.371Z[ recovery-image] Aug 14 17:27:12.222 INFO O| Aug 14 17:27:12.222 INFO STEP 12 (remove_files) COMPLETE
49422026-08-14T17:27:13.371Z[ recovery-image] Aug 14 17:27:12.222 INFO O| Aug 14 17:27:12.222 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49432026-08-14T17:27:13.379Z[ recovery-image] Aug 14 17:27:12.233 INFO O| Aug 14 17:27:12.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49442026-08-14T17:27:13.383Z[ recovery-image] Aug 14 17:27:12.234 INFO O| Aug 14 17:27:12.234 INFO STEP 13 (remove_files) COMPLETE
49452026-08-14T17:27:13.383Z[ recovery-image] Aug 14 17:27:12.234 INFO O| Aug 14 17:27:12.234 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49462026-08-14T17:27:13.392Z[ recovery-image] Aug 14 17:27:12.245 INFO O| Aug 14 17:27:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49472026-08-14T17:27:13.392Z[ recovery-image] Aug 14 17:27:12.246 INFO O| Aug 14 17:27:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49482026-08-14T17:27:13.424Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49492026-08-14T17:27:13.469Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49502026-08-14T17:27:13.528Z[ recovery-image] Aug 14 17:27:12.381 INFO O| Aug 14 17:27:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49512026-08-14T17:27:13.532Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49522026-08-14T17:27:13.532Z[ recovery-image] Aug 14 17:27:12.383 INFO O| Aug 14 17:27:12.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49532026-08-14T17:27:13.569Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49542026-08-14T17:27:13.584Z[ recovery-image] Aug 14 17:27:12.436 INFO O| Aug 14 17:27:12.436 INFO STEP 14 (remove_files) COMPLETE
49552026-08-14T17:27:13.584Z[ recovery-image] Aug 14 17:27:12.437 INFO O| Aug 14 17:27:12.436 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49562026-08-14T17:27:13.628Z[ recovery-image] Aug 14 17:27:12.482 INFO O| Aug 14 17:27:12.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49572026-08-14T17:27:13.632Z[ recovery-image] Aug 14 17:27:12.483 INFO O| Aug 14 17:27:12.483 INFO STEP 15 (remove_files) COMPLETE
49582026-08-14T17:27:13.632Z[ recovery-image] Aug 14 17:27:12.483 INFO O| Aug 14 17:27:12.483 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-14T17:27:13.639Z[ recovery-image] Aug 14 17:27:12.493 INFO O| Aug 14 17:27:12.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49602026-08-14T17:27:13.646Z[ recovery-image] Aug 14 17:27:12.499 INFO O| Aug 14 17:27:12.499 INFO STEP 16 (remove_files) COMPLETE
49612026-08-14T17:27:13.646Z[ recovery-image] Aug 14 17:27:12.499 INFO O| Aug 14 17:27:12.499 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-08-14T17:27:13.656Z[ recovery-image] Aug 14 17:27:12.508 INFO O| Aug 14 17:27:12.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49632026-08-14T17:27:13.659Z[ recovery-image] Aug 14 17:27:12.509 INFO O| Aug 14 17:27:12.509 INFO STEP 17 (remove_files) COMPLETE
49642026-08-14T17:27:13.659Z[ recovery-image] Aug 14 17:27:12.509 INFO O| Aug 14 17:27:12.509 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-08-14T17:27:13.663Z[ recovery-image] Aug 14 17:27:12.517 INFO O| Aug 14 17:27:12.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49662026-08-14T17:27:13.670Z[ recovery-image] Aug 14 17:27:12.518 INFO O| Aug 14 17:27:12.518 INFO STEP 18 (remove_files) COMPLETE
49672026-08-14T17:27:13.670Z[ recovery-image] Aug 14 17:27:12.518 INFO O| Aug 14 17:27:12.518 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49682026-08-14T17:27:13.680Z[ recovery-image] Aug 14 17:27:12.534 INFO O| Aug 14 17:27:12.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49692026-08-14T17:27:13.681Z[ recovery-image] Aug 14 17:27:12.534 INFO O| Aug 14 17:27:12.534 INFO STEP 19 (remove_files) COMPLETE
49702026-08-14T17:27:13.681Z[ recovery-image] Aug 14 17:27:12.534 INFO O| Aug 14 17:27:12.534 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-08-14T17:27:13.690Z[ recovery-image] Aug 14 17:27:12.543 INFO O| Aug 14 17:27:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49722026-08-14T17:27:13.690Z[ recovery-image] Aug 14 17:27:12.543 INFO O| Aug 14 17:27:12.543 INFO STEP 20 (remove_files) COMPLETE
49732026-08-14T17:27:13.690Z[ recovery-image] Aug 14 17:27:12.543 INFO O| Aug 14 17:27:12.543 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-08-14T17:27:13.700Z[ recovery-image] Aug 14 17:27:12.553 INFO O| Aug 14 17:27:12.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
49752026-08-14T17:27:13.700Z[ recovery-image] Aug 14 17:27:12.553 INFO O| Aug 14 17:27:12.553 INFO STEP 21 (remove_files) COMPLETE
49762026-08-14T17:27:13.700Z[ recovery-image] Aug 14 17:27:12.553 INFO O| Aug 14 17:27:12.553 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-08-14T17:27:13.712Z[ recovery-image] Aug 14 17:27:12.566 INFO O| Aug 14 17:27:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
49782026-08-14T17:27:13.712Z[ recovery-image] Aug 14 17:27:12.566 INFO O| Aug 14 17:27:12.566 INFO STEP 22 (remove_files) COMPLETE
49792026-08-14T17:27:13.712Z[ recovery-image] Aug 14 17:27:12.566 INFO O| Aug 14 17:27:12.566 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-14T17:27:13.723Z[ recovery-image] Aug 14 17:27:12.576 INFO O| Aug 14 17:27:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
49812026-08-14T17:27:13.723Z[ recovery-image] Aug 14 17:27:12.576 INFO O| Aug 14 17:27:12.576 INFO STEP 23 (remove_files) COMPLETE
49822026-08-14T17:27:13.726Z[ recovery-image] Aug 14 17:27:12.576 INFO O| Aug 14 17:27:12.576 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-14T17:27:13.766Z[verify-libraries] Compiling blowfish v0.10.0
49842026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.624 INFO O| Aug 14 17:27:12.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
49852026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.624 INFO O| Aug 14 17:27:12.624 INFO STEP 24 (remove_files) COMPLETE
49862026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.624 INFO O| Aug 14 17:27:12.624 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.634 INFO O| Aug 14 17:27:12.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
49882026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.634 INFO O| Aug 14 17:27:12.634 INFO STEP 25 (remove_files) COMPLETE
49892026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.634 INFO O| Aug 14 17:27:12.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.642 INFO O| Aug 14 17:27:12.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
49912026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.643 INFO O| Aug 14 17:27:12.643 INFO STEP 26 (remove_files) COMPLETE
49922026-08-14T17:27:13.792Z[ recovery-image] Aug 14 17:27:12.643 INFO O| Aug 14 17:27:12.643 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-14T17:27:13.802Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49942026-08-14T17:27:13.806Z[ recovery-image] Aug 14 17:27:12.657 INFO O| Aug 14 17:27:12.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
49952026-08-14T17:27:13.806Z[ recovery-image] Aug 14 17:27:12.657 INFO O| Aug 14 17:27:12.657 INFO STEP 27 (remove_files) COMPLETE
49962026-08-14T17:27:13.806Z[ recovery-image] Aug 14 17:27:12.657 INFO O| Aug 14 17:27:12.657 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-14T17:27:13.813Z[ recovery-image] Aug 14 17:27:12.667 INFO O| Aug 14 17:27:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
49982026-08-14T17:27:13.813Z[ recovery-image] Aug 14 17:27:12.667 INFO O| Aug 14 17:27:12.667 INFO STEP 28 (remove_files) COMPLETE
49992026-08-14T17:27:13.813Z[ recovery-image] Aug 14 17:27:12.667 INFO O| Aug 14 17:27:12.667 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-14T17:27:13.824Z[ recovery-image] Aug 14 17:27:12.677 INFO O| Aug 14 17:27:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50012026-08-14T17:27:13.824Z[ recovery-image] Aug 14 17:27:12.677 INFO O| Aug 14 17:27:12.677 INFO STEP 29 (remove_files) COMPLETE
50022026-08-14T17:27:13.824Z[ recovery-image] Aug 14 17:27:12.677 INFO O| Aug 14 17:27:12.677 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-14T17:27:13.836Z[ recovery-image] Aug 14 17:27:12.688 INFO O| Aug 14 17:27:12.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50042026-08-14T17:27:13.836Z[ recovery-image] Aug 14 17:27:12.688 INFO O| Aug 14 17:27:12.688 INFO STEP 30 (remove_files) COMPLETE
50052026-08-14T17:27:13.840Z[ recovery-image] Aug 14 17:27:12.688 INFO O| Aug 14 17:27:12.688 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-14T17:27:13.848Z[ recovery-image] Aug 14 17:27:12.699 INFO O| Aug 14 17:27:12.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50072026-08-14T17:27:13.848Z[ recovery-image] Aug 14 17:27:12.699 INFO O| Aug 14 17:27:12.699 INFO STEP 31 (remove_files) COMPLETE
50082026-08-14T17:27:13.848Z[ recovery-image] Aug 14 17:27:12.699 INFO O| Aug 14 17:27:12.699 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-14T17:27:13.858Z[ recovery-image] Aug 14 17:27:12.712 INFO O| Aug 14 17:27:12.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50102026-08-14T17:27:13.858Z[ recovery-image] Aug 14 17:27:12.712 INFO O| Aug 14 17:27:12.712 INFO STEP 32 (remove_files) COMPLETE
50112026-08-14T17:27:13.858Z[verify-libraries] Compiling petname v2.0.2
50122026-08-14T17:27:13.858Z[ recovery-image] Aug 14 17:27:12.712 INFO O| Aug 14 17:27:12.712 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-14T17:27:13.862Z[verify-libraries] Compiling arrayvec v0.7.6
50142026-08-14T17:27:13.869Z[ recovery-image] Aug 14 17:27:12.722 INFO O| Aug 14 17:27:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50152026-08-14T17:27:13.869Z[ recovery-image] Aug 14 17:27:12.722 INFO O| Aug 14 17:27:12.722 INFO STEP 33 (remove_files) COMPLETE
50162026-08-14T17:27:13.869Z[ recovery-image] Aug 14 17:27:12.722 INFO O| Aug 14 17:27:12.722 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-14T17:27:13.879Z[ recovery-image] Aug 14 17:27:12.732 INFO O| Aug 14 17:27:12.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50182026-08-14T17:27:13.879Z[ recovery-image] Aug 14 17:27:12.733 INFO O| Aug 14 17:27:12.733 INFO STEP 34 (remove_files) COMPLETE
50192026-08-14T17:27:13.879Z[ recovery-image] Aug 14 17:27:12.733 INFO O| Aug 14 17:27:12.733 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-14T17:27:13.889Z[ recovery-image] Aug 14 17:27:12.743 INFO O| Aug 14 17:27:12.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50212026-08-14T17:27:13.889Z[ recovery-image] Aug 14 17:27:12.743 INFO O| Aug 14 17:27:12.743 INFO STEP 35 (remove_files) COMPLETE
50222026-08-14T17:27:13.889Z[ recovery-image] Aug 14 17:27:12.743 INFO O| Aug 14 17:27:12.743 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-14T17:27:13.914Z[ recovery-image] Aug 14 17:27:12.768 INFO O| Aug 14 17:27:12.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50242026-08-14T17:27:13.914Z[ recovery-image] Aug 14 17:27:12.768 INFO O| Aug 14 17:27:12.768 INFO STEP 36 (remove_files) COMPLETE
50252026-08-14T17:27:13.915Z[ recovery-image] Aug 14 17:27:12.768 INFO O| Aug 14 17:27:12.768 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-14T17:27:13.931Z[ recovery-image] Aug 14 17:27:12.785 INFO O| Aug 14 17:27:12.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50272026-08-14T17:27:13.931Z[ recovery-image] Aug 14 17:27:12.785 INFO O| Aug 14 17:27:12.785 INFO STEP 37 (remove_files) COMPLETE
50282026-08-14T17:27:13.931Z[ recovery-image] Aug 14 17:27:12.785 INFO O| Aug 14 17:27:12.785 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-14T17:27:13.940Z[ recovery-image] Aug 14 17:27:12.794 INFO O| Aug 14 17:27:12.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50302026-08-14T17:27:13.941Z[ recovery-image] Aug 14 17:27:12.794 INFO O| Aug 14 17:27:12.794 INFO STEP 38 (remove_files) COMPLETE
50312026-08-14T17:27:13.941Z[ recovery-image] Aug 14 17:27:12.794 INFO O| Aug 14 17:27:12.794 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-14T17:27:13.949Z[verify-libraries] Compiling constant_time_eq v0.4.2
50332026-08-14T17:27:13.952Z[ recovery-image] Aug 14 17:27:12.806 INFO O| Aug 14 17:27:12.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50342026-08-14T17:27:13.953Z[ recovery-image] Aug 14 17:27:12.806 INFO O| Aug 14 17:27:12.806 INFO STEP 39 (remove_files) COMPLETE
50352026-08-14T17:27:13.953Z[ recovery-image] Aug 14 17:27:12.806 INFO O| Aug 14 17:27:12.806 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-14T17:27:13.962Z[ recovery-image] Aug 14 17:27:12.816 INFO O| Aug 14 17:27:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50372026-08-14T17:27:13.962Z[ recovery-image] Aug 14 17:27:12.816 INFO O| Aug 14 17:27:12.816 INFO STEP 40 (remove_files) COMPLETE
50382026-08-14T17:27:13.962Z[ recovery-image] Aug 14 17:27:12.816 INFO O| Aug 14 17:27:12.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-14T17:27:13.970Z[ recovery-image] Aug 14 17:27:12.824 INFO O| Aug 14 17:27:12.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50402026-08-14T17:27:13.971Z[ recovery-image] Aug 14 17:27:12.824 INFO O| Aug 14 17:27:12.824 INFO STEP 41 (remove_files) COMPLETE
50412026-08-14T17:27:13.971Z[ recovery-image] Aug 14 17:27:12.824 INFO O| Aug 14 17:27:12.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-14T17:27:13.992Z[ recovery-image] Aug 14 17:27:12.846 INFO O| Aug 14 17:27:12.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50432026-08-14T17:27:13.993Z[ recovery-image] Aug 14 17:27:12.846 INFO O| Aug 14 17:27:12.846 INFO STEP 42 (remove_files) COMPLETE
50442026-08-14T17:27:13.993Z[ recovery-image] Aug 14 17:27:12.846 INFO O| Aug 14 17:27:12.846 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-14T17:27:14.003Z[ recovery-image] Aug 14 17:27:12.856 INFO O| Aug 14 17:27:12.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50462026-08-14T17:27:14.003Z[ recovery-image] Aug 14 17:27:12.856 INFO O| Aug 14 17:27:12.856 INFO STEP 43 (remove_files) COMPLETE
50472026-08-14T17:27:14.003Z[ recovery-image] Aug 14 17:27:12.856 INFO O| Aug 14 17:27:12.856 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-14T17:27:14.012Z[ recovery-image] Aug 14 17:27:12.866 INFO O| Aug 14 17:27:12.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50492026-08-14T17:27:14.012Z[ recovery-image] Aug 14 17:27:12.866 INFO O| Aug 14 17:27:12.866 INFO STEP 44 (remove_files) COMPLETE
50502026-08-14T17:27:14.012Z[ recovery-image] Aug 14 17:27:12.866 INFO O| Aug 14 17:27:12.866 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-14T17:27:14.021Z[ recovery-image] Aug 14 17:27:12.874 INFO O| Aug 14 17:27:12.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50522026-08-14T17:27:14.021Z[ recovery-image] Aug 14 17:27:12.875 INFO O| Aug 14 17:27:12.875 INFO STEP 45 (remove_files) COMPLETE
50532026-08-14T17:27:14.025Z[ recovery-image] Aug 14 17:27:12.875 INFO O| Aug 14 17:27:12.875 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-14T17:27:14.032Z[ recovery-image] Aug 14 17:27:12.883 INFO O| Aug 14 17:27:12.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50552026-08-14T17:27:14.035Z[ recovery-image] Aug 14 17:27:12.883 INFO O| Aug 14 17:27:12.883 INFO STEP 46 (remove_files) COMPLETE
50562026-08-14T17:27:14.035Z[ recovery-image] Aug 14 17:27:12.883 INFO O| Aug 14 17:27:12.883 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-14T17:27:14.038Z[ recovery-image] Aug 14 17:27:12.892 INFO O| Aug 14 17:27:12.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50582026-08-14T17:27:14.038Z[ recovery-image] Aug 14 17:27:12.892 INFO O| Aug 14 17:27:12.892 INFO STEP 47 (remove_files) COMPLETE
50592026-08-14T17:27:14.038Z[ recovery-image] Aug 14 17:27:12.892 INFO O| Aug 14 17:27:12.892 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-14T17:27:14.047Z[ recovery-image] Aug 14 17:27:12.901 INFO O| Aug 14 17:27:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50612026-08-14T17:27:14.047Z[ recovery-image] Aug 14 17:27:12.901 INFO O| Aug 14 17:27:12.901 INFO STEP 48 (remove_files) COMPLETE
50622026-08-14T17:27:14.047Z[ recovery-image] Aug 14 17:27:12.901 INFO O| Aug 14 17:27:12.901 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-14T17:27:14.057Z[ recovery-image] Aug 14 17:27:12.910 INFO O| Aug 14 17:27:12.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50642026-08-14T17:27:14.057Z[ recovery-image] Aug 14 17:27:12.910 INFO O| Aug 14 17:27:12.910 INFO STEP 49 (remove_files) COMPLETE
50652026-08-14T17:27:14.060Z[ recovery-image] Aug 14 17:27:12.910 INFO O| Aug 14 17:27:12.910 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-14T17:27:14.073Z[ recovery-image] Aug 14 17:27:12.919 INFO O| Aug 14 17:27:12.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50672026-08-14T17:27:14.073Z[ recovery-image] Aug 14 17:27:12.919 INFO O| Aug 14 17:27:12.919 INFO STEP 50 (remove_files) COMPLETE
50682026-08-14T17:27:14.073Z[ recovery-image] Aug 14 17:27:12.919 INFO O| Aug 14 17:27:12.919 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-14T17:27:14.076Z[ recovery-image] Aug 14 17:27:12.929 INFO O| Aug 14 17:27:12.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50702026-08-14T17:27:14.077Z[ recovery-image] Aug 14 17:27:12.929 INFO O| Aug 14 17:27:12.929 INFO STEP 51 (remove_files) COMPLETE
50712026-08-14T17:27:14.077Z[ recovery-image] Aug 14 17:27:12.929 INFO O| Aug 14 17:27:12.929 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-14T17:27:14.088Z[ recovery-image] Aug 14 17:27:12.941 INFO O| Aug 14 17:27:12.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50732026-08-14T17:27:14.088Z[ recovery-image] Aug 14 17:27:12.941 INFO O| Aug 14 17:27:12.941 INFO STEP 52 (remove_files) COMPLETE
50742026-08-14T17:27:14.092Z[ recovery-image] Aug 14 17:27:12.941 INFO O| Aug 14 17:27:12.941 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-14T17:27:14.098Z[ recovery-image] Aug 14 17:27:12.952 INFO O| Aug 14 17:27:12.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50762026-08-14T17:27:14.098Z[ recovery-image] Aug 14 17:27:12.952 INFO O| Aug 14 17:27:12.952 INFO STEP 53 (remove_files) COMPLETE
50772026-08-14T17:27:14.098Z[ recovery-image] Aug 14 17:27:12.952 INFO O| Aug 14 17:27:12.952 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-14T17:27:14.111Z[ recovery-image] Aug 14 17:27:12.964 INFO O| Aug 14 17:27:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
50792026-08-14T17:27:14.111Z[ recovery-image] Aug 14 17:27:12.964 INFO O| Aug 14 17:27:12.964 INFO STEP 54 (remove_files) COMPLETE
50802026-08-14T17:27:14.115Z[ recovery-image] Aug 14 17:27:12.964 INFO O| Aug 14 17:27:12.964 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-14T17:27:14.119Z[ recovery-image] Aug 14 17:27:12.972 INFO O| Aug 14 17:27:12.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
50822026-08-14T17:27:14.119Z[ recovery-image] Aug 14 17:27:12.972 INFO O| Aug 14 17:27:12.972 INFO STEP 55 (remove_files) COMPLETE
50832026-08-14T17:27:14.122Z[ recovery-image] Aug 14 17:27:12.972 INFO O| Aug 14 17:27:12.972 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-14T17:27:14.129Z[ recovery-image] Aug 14 17:27:12.983 INFO O| Aug 14 17:27:12.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
50852026-08-14T17:27:14.129Z[ recovery-image] Aug 14 17:27:12.983 INFO O| Aug 14 17:27:12.983 INFO STEP 56 (remove_files) COMPLETE
50862026-08-14T17:27:14.129Z[ recovery-image] Aug 14 17:27:12.983 INFO O| Aug 14 17:27:12.983 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-14T17:27:14.143Z[ recovery-image] Aug 14 17:27:12.993 INFO O| Aug 14 17:27:12.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
50882026-08-14T17:27:14.143Z[ recovery-image] Aug 14 17:27:12.993 INFO O| Aug 14 17:27:12.993 INFO STEP 57 (remove_files) COMPLETE
50892026-08-14T17:27:14.143Z[ recovery-image] Aug 14 17:27:12.993 INFO O| Aug 14 17:27:12.993 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-14T17:27:14.167Z[ recovery-image] Aug 14 17:27:13.001 INFO O| Aug 14 17:27:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
50912026-08-14T17:27:14.168Z[ recovery-image] Aug 14 17:27:13.001 INFO O| Aug 14 17:27:13.001 INFO STEP 58 (remove_files) COMPLETE
50922026-08-14T17:27:14.168Z[ recovery-image] Aug 14 17:27:13.001 INFO O| Aug 14 17:27:13.001 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-14T17:27:14.168Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
50942026-08-14T17:27:14.171Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
50952026-08-14T17:27:14.171Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50962026-08-14T17:27:14.171Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50972026-08-14T17:27:14.171Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50982026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50992026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO ok!
51002026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO STEP 59 (ensure_file) COMPLETE
51012026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51032026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51042026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51052026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51062026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51072026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51082026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO ok!
51092026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO STEP 60 (ensure_file) COMPLETE
51102026-08-14T17:27:14.172Z[ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-14T17:27:14.172Z[verify-libraries] Compiling arrayref v0.3.9
51122026-08-14T17:27:14.176Z[ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51132026-08-14T17:27:14.176Z[ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51142026-08-14T17:27:14.176Z[ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51152026-08-14T17:27:14.176Z[ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO ok!
51162026-08-14T17:27:14.176Z[ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO STEP 61 (ensure_file) COMPLETE
51172026-08-14T17:27:14.176Z[ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-14T17:27:14.181Z[ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51192026-08-14T17:27:14.181Z[ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51202026-08-14T17:27:14.181Z[ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51212026-08-14T17:27:14.185Z[ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO ok!
51222026-08-14T17:27:14.185Z[ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO STEP 62 (ensure_file) COMPLETE
51232026-08-14T17:27:14.185Z[ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-14T17:27:14.189Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51252026-08-14T17:27:14.190Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51262026-08-14T17:27:14.190Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51272026-08-14T17:27:14.190Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51282026-08-14T17:27:14.193Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO ok!
51292026-08-14T17:27:14.193Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO STEP 63 (ensure_file) COMPLETE
51302026-08-14T17:27:14.193Z[ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-14T17:27:14.197Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
51322026-08-14T17:27:14.205Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51332026-08-14T17:27:14.205Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51342026-08-14T17:27:14.215Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51352026-08-14T17:27:14.215Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51362026-08-14T17:27:14.215Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO ok!
51372026-08-14T17:27:14.215Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO STEP 64 (ensure_file) COMPLETE
51382026-08-14T17:27:14.215Z[ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-14T17:27:14.223Z[ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51402026-08-14T17:27:14.223Z[ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51412026-08-14T17:27:14.223Z[ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51422026-08-14T17:27:14.223Z[ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO ok!
51432026-08-14T17:27:14.223Z[ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO STEP 65 (assemble_files) COMPLETE
51442026-08-14T17:27:14.223Z[ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51462026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51472026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51482026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51492026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO ok!
51502026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 66 (ensure_file) COMPLETE
51512026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO skip step because feature "omicron1" is not enabled
51532026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO skip step because feature "omicron1" is not enabled
51552026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO skip step because feature "omicron1" is not enabled
51572026-08-14T17:27:14.229Z[ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-14T17:27:14.233Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
51592026-08-14T17:27:14.237Z[ recovery-image] Aug 14 17:27:13.088 INFO O| Aug 14 17:27:13.088 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51602026-08-14T17:27:14.237Z[ recovery-image] Aug 14 17:27:13.088 INFO O| Aug 14 17:27:13.088 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51612026-08-14T17:27:14.638Z[verify-libraries] Compiling rsa v0.10.0-rc.18
51622026-08-14T17:27:14.642Z[verify-libraries] Compiling ssh-cipher v0.3.0
51632026-08-14T17:27:14.767Z[verify-libraries] Compiling ed25519-dalek v3.0.0
51642026-08-14T17:27:14.830Z[verify-libraries] Compiling serde_with_macros v1.5.2
51652026-08-14T17:27:14.980Z[verify-libraries] Compiling sha3 v0.11.0
51662026-08-14T17:27:15.012Z[verify-libraries] Compiling p521 v0.14.0
51672026-08-14T17:27:15.012Z[verify-libraries] Compiling p256 v0.14.0
51682026-08-14T17:27:15.320Z[verify-libraries] Compiling p384 v0.14.0
51692026-08-14T17:27:15.387Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51702026-08-14T17:27:15.503Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51712026-08-14T17:27:15.526Z[ recovery-image] Aug 14 17:27:14.379 INFO O| Aug 14 17:27:14.379 INFO STEP 70 (pack_tar) COMPLETE
51722026-08-14T17:27:15.526Z[ recovery-image] Aug 14 17:27:14.379 INFO O| Aug 14 17:27:14.379 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51732026-08-14T17:27:15.529Z[ recovery-image] Aug 14 17:27:14.379 INFO O| Aug 14 17:27:14.379 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51742026-08-14T17:27:15.625Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51752026-08-14T17:27:15.898Z[verify-libraries] Compiling twox-hash v2.1.2
51762026-08-14T17:27:15.941Z[verify-libraries] Compiling kem v0.3.0
51772026-08-14T17:27:15.969Z[ recovery-image] Aug 14 17:27:14.822 INFO O| Aug 14 17:27:14.822 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51782026-08-14T17:27:16.065Z[ recovery-image] Aug 14 17:27:14.919 INFO O| Aug 14 17:27:14.919 INFO completed processing sled/ramdisk-02-trim
51792026-08-14T17:27:16.069Z[ recovery-image] Aug 14 17:27:14.921 INFO image builder template: ramdisk-03-recovery-trim...
51802026-08-14T17:27:16.069Z[ recovery-image] Aug 14 17:27:14.921 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/.tmpUskSdj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
51812026-08-14T17:27:16.072Z[ recovery-image] Aug 14 17:27:14.925 INFO O| Aug 14 17:27:14.925 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
51822026-08-14T17:27:16.145Z[ recovery-image] Aug 14 17:27:14.998 INFO O| Aug 14 17:27:14.998 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51832026-08-14T17:27:16.148Z[ recovery-image] Aug 14 17:27:15.001 INFO O| Aug 14 17:27:15.001 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51842026-08-14T17:27:16.152Z[verify-libraries] Compiling module-lattice v0.2.3
51852026-08-14T17:27:16.215Z[verify-libraries] Compiling atty v0.2.14
51862026-08-14T17:27:16.259Z[ recovery-image] Aug 14 17:27:15.113 INFO O| Aug 14 17:27:15.113 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
51872026-08-14T17:27:16.332Z[ recovery-image] Aug 14 17:27:15.185 INFO O| Aug 14 17:27:15.185 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51882026-08-14T17:27:16.332Z[ recovery-image] Aug 14 17:27:15.186 INFO O| Aug 14 17:27:15.185 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
51892026-08-14T17:27:16.338Z[ recovery-image] Aug 14 17:27:15.192 INFO O| Aug 14 17:27:15.192 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
51902026-08-14T17:27:16.343Z[ recovery-image] Aug 14 17:27:15.197 INFO O| Aug 14 17:27:15.197 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51912026-08-14T17:27:16.347Z[ recovery-image] Aug 14 17:27:15.201 INFO O| Aug 14 17:27:15.201 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51922026-08-14T17:27:16.372Z[verify-libraries] Compiling rtoolbox v0.0.3
51932026-08-14T17:27:16.397Z[verify-libraries] Compiling topological-sort v0.2.2
51942026-08-14T17:27:16.478Z[verify-libraries] Compiling sponge-cursor v0.1.0
51952026-08-14T17:27:16.597Z[verify-libraries] Compiling omicron-zone-package v0.12.3
51962026-08-14T17:27:16.635Z[verify-libraries] Compiling sha3 v0.12.0
51972026-08-14T17:27:16.667Z[verify-libraries] Compiling rpassword v7.5.4
51982026-08-14T17:27:16.691Z[verify-libraries] Compiling ml-kem v0.3.2
51992026-08-14T17:27:16.833Z[verify-libraries] Compiling serde_with v1.14.0
52002026-08-14T17:27:17.129Z[ recovery-image] Aug 14 17:27:15.982 INFO O| Aug 14 17:27:15.982 INFO rolled back to input snapshot; work may begin
52012026-08-14T17:27:17.129Z[ recovery-image] Aug 14 17:27:15.982 INFO O| Aug 14 17:27:15.982 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52022026-08-14T17:27:17.133Z[ recovery-image] Aug 14 17:27:15.987 INFO O| Aug 14 17:27:15.986 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-08-14T17:27:17.141Z[ recovery-image] Aug 14 17:27:15.994 INFO O| Aug 14 17:27:15.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52042026-08-14T17:27:17.144Z[ recovery-image] Aug 14 17:27:15.997 INFO O| Aug 14 17:27:15.997 INFO STEP 0 (remove_files) COMPLETE
52052026-08-14T17:27:17.144Z[ recovery-image] Aug 14 17:27:15.997 INFO O| Aug 14 17:27:15.997 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-08-14T17:27:17.151Z[ recovery-image] Aug 14 17:27:16.005 INFO O| Aug 14 17:27:16.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52072026-08-14T17:27:17.155Z[ recovery-image] Aug 14 17:27:16.006 INFO O| Aug 14 17:27:16.006 INFO STEP 1 (remove_files) COMPLETE
52082026-08-14T17:27:17.155Z[ recovery-image] Aug 14 17:27:16.006 INFO O| Aug 14 17:27:16.006 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-08-14T17:27:17.160Z[ recovery-image] Aug 14 17:27:16.014 INFO O| Aug 14 17:27:16.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52102026-08-14T17:27:17.168Z[ recovery-image] Aug 14 17:27:16.022 INFO O| Aug 14 17:27:16.022 INFO STEP 2 (remove_files) COMPLETE
52112026-08-14T17:27:17.168Z[ recovery-image] Aug 14 17:27:16.022 INFO O| Aug 14 17:27:16.022 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-08-14T17:27:17.178Z[ recovery-image] Aug 14 17:27:16.032 INFO O| Aug 14 17:27:16.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52132026-08-14T17:27:17.236Z[ recovery-image] Aug 14 17:27:16.090 INFO O| Aug 14 17:27:16.090 INFO STEP 3 (remove_files) COMPLETE
52142026-08-14T17:27:17.236Z[ recovery-image] Aug 14 17:27:16.090 INFO O| Aug 14 17:27:16.090 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-08-14T17:27:17.247Z[ recovery-image] Aug 14 17:27:16.101 INFO O| Aug 14 17:27:16.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52162026-08-14T17:27:17.250Z[ recovery-image] Aug 14 17:27:16.104 INFO O| Aug 14 17:27:16.103 INFO STEP 4 (remove_files) COMPLETE
52172026-08-14T17:27:17.250Z[ recovery-image] Aug 14 17:27:16.104 INFO O| Aug 14 17:27:16.104 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-08-14T17:27:17.291Z[ recovery-image] Aug 14 17:27:16.145 INFO O| Aug 14 17:27:16.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52192026-08-14T17:27:17.297Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52202026-08-14T17:27:17.327Z[ recovery-image] Aug 14 17:27:16.180 INFO O| Aug 14 17:27:16.180 INFO STEP 5 (remove_files) COMPLETE
52212026-08-14T17:27:17.327Z[ recovery-image] Aug 14 17:27:16.180 INFO O| Aug 14 17:27:16.180 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-08-14T17:27:17.337Z[ recovery-image] Aug 14 17:27:16.191 INFO O| Aug 14 17:27:16.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52232026-08-14T17:27:17.348Z[ recovery-image] Aug 14 17:27:16.202 INFO O| Aug 14 17:27:16.202 INFO STEP 6 (remove_files) COMPLETE
52242026-08-14T17:27:17.348Z[ recovery-image] Aug 14 17:27:16.202 INFO O| Aug 14 17:27:16.202 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-08-14T17:27:17.358Z[ recovery-image] Aug 14 17:27:16.212 INFO O| Aug 14 17:27:16.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52262026-08-14T17:27:17.361Z[ recovery-image] Aug 14 17:27:16.213 INFO O| Aug 14 17:27:16.213 INFO STEP 7 (remove_files) COMPLETE
52272026-08-14T17:27:17.362Z[ recovery-image] Aug 14 17:27:16.213 INFO O| Aug 14 17:27:16.213 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-08-14T17:27:17.368Z[ recovery-image] Aug 14 17:27:16.222 INFO O| Aug 14 17:27:16.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52292026-08-14T17:27:17.372Z[ recovery-image] Aug 14 17:27:16.224 INFO O| Aug 14 17:27:16.224 INFO STEP 8 (remove_files) COMPLETE
52302026-08-14T17:27:17.372Z[ recovery-image] Aug 14 17:27:16.224 INFO O| Aug 14 17:27:16.224 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-08-14T17:27:17.381Z[ recovery-image] Aug 14 17:27:16.235 INFO O| Aug 14 17:27:16.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52322026-08-14T17:27:17.387Z[ recovery-image] Aug 14 17:27:16.241 INFO O| Aug 14 17:27:16.240 INFO STEP 9 (remove_files) COMPLETE
52332026-08-14T17:27:17.387Z[ recovery-image] Aug 14 17:27:16.241 INFO O| Aug 14 17:27:16.240 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-08-14T17:27:17.398Z[ recovery-image] Aug 14 17:27:16.251 INFO O| Aug 14 17:27:16.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52352026-08-14T17:27:17.398Z[ recovery-image] Aug 14 17:27:16.252 INFO O| Aug 14 17:27:16.252 INFO STEP 10 (remove_files) COMPLETE
52362026-08-14T17:27:17.401Z[ recovery-image] Aug 14 17:27:16.252 INFO O| Aug 14 17:27:16.252 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-14T17:27:17.407Z[ recovery-image] Aug 14 17:27:16.261 INFO O| Aug 14 17:27:16.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52382026-08-14T17:27:17.410Z[ recovery-image] Aug 14 17:27:16.263 INFO O| Aug 14 17:27:16.263 INFO STEP 11 (remove_files) COMPLETE
52392026-08-14T17:27:17.410Z[ recovery-image] Aug 14 17:27:16.263 INFO O| Aug 14 17:27:16.263 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-14T17:27:17.420Z[ recovery-image] Aug 14 17:27:16.273 INFO O| Aug 14 17:27:16.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52412026-08-14T17:27:17.652Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52422026-08-14T17:27:17.755Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52432026-08-14T17:27:17.803Z[ recovery-image] Aug 14 17:27:16.656 INFO O| Aug 14 17:27:16.656 INFO STEP 12 (remove_files) COMPLETE
52442026-08-14T17:27:17.803Z[ recovery-image] Aug 14 17:27:16.657 INFO O| Aug 14 17:27:16.656 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-08-14T17:27:17.812Z[ recovery-image] Aug 14 17:27:16.666 INFO O| Aug 14 17:27:16.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52462026-08-14T17:27:17.822Z[ recovery-image] Aug 14 17:27:16.675 INFO O| Aug 14 17:27:16.675 INFO STEP 13 (remove_files) COMPLETE
52472026-08-14T17:27:17.822Z[ recovery-image] Aug 14 17:27:16.675 INFO O| Aug 14 17:27:16.675 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-14T17:27:17.830Z[ recovery-image] Aug 14 17:27:16.684 INFO O| Aug 14 17:27:16.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52492026-08-14T17:27:17.841Z[ recovery-image] Aug 14 17:27:16.695 INFO O| Aug 14 17:27:16.695 INFO STEP 14 (remove_files) COMPLETE
52502026-08-14T17:27:17.841Z[ recovery-image] Aug 14 17:27:16.695 INFO O| Aug 14 17:27:16.695 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-14T17:27:17.851Z[ recovery-image] Aug 14 17:27:16.705 INFO O| Aug 14 17:27:16.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52522026-08-14T17:27:17.851Z[ recovery-image] Aug 14 17:27:16.705 INFO O| Aug 14 17:27:16.705 INFO STEP 15 (remove_files) COMPLETE
52532026-08-14T17:27:17.851Z[ recovery-image] Aug 14 17:27:16.705 INFO O| Aug 14 17:27:16.705 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-14T17:27:17.865Z[ recovery-image] Aug 14 17:27:16.719 INFO O| Aug 14 17:27:16.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52552026-08-14T17:27:17.869Z[ recovery-image] Aug 14 17:27:16.719 INFO O| Aug 14 17:27:16.719 INFO STEP 16 (remove_files) COMPLETE
52562026-08-14T17:27:17.869Z[ recovery-image] Aug 14 17:27:16.719 INFO O| Aug 14 17:27:16.719 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-14T17:27:17.875Z[ recovery-image] Aug 14 17:27:16.729 INFO O| Aug 14 17:27:16.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52582026-08-14T17:27:17.898Z[ recovery-image] Aug 14 17:27:16.752 INFO O| Aug 14 17:27:16.751 INFO STEP 17 (remove_files) COMPLETE
52592026-08-14T17:27:17.898Z[ recovery-image] Aug 14 17:27:16.752 INFO O| Aug 14 17:27:16.752 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-14T17:27:17.911Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52612026-08-14T17:27:17.914Z[ recovery-image] Aug 14 17:27:16.765 INFO O| Aug 14 17:27:16.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52622026-08-14T17:27:17.914Z[ recovery-image] Aug 14 17:27:16.765 INFO O| Aug 14 17:27:16.765 INFO STEP 18 (remove_files) COMPLETE
52632026-08-14T17:27:17.914Z[ recovery-image] Aug 14 17:27:16.765 INFO O| Aug 14 17:27:16.765 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-14T17:27:17.922Z[ recovery-image] Aug 14 17:27:16.776 INFO O| Aug 14 17:27:16.776 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52652026-08-14T17:27:17.922Z[ recovery-image] Aug 14 17:27:16.776 INFO O| Aug 14 17:27:16.776 INFO STEP 19 (remove_files) COMPLETE
52662026-08-14T17:27:17.922Z[ recovery-image] Aug 14 17:27:16.776 INFO O| Aug 14 17:27:16.776 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-14T17:27:17.931Z[ recovery-image] Aug 14 17:27:16.784 INFO O| Aug 14 17:27:16.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52682026-08-14T17:27:17.969Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52692026-08-14T17:27:18.017Z[ recovery-image] Aug 14 17:27:16.871 INFO O| Aug 14 17:27:16.871 INFO STEP 20 (remove_files) COMPLETE
52702026-08-14T17:27:18.017Z[ recovery-image] Aug 14 17:27:16.871 INFO O| Aug 14 17:27:16.871 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-08-14T17:27:18.055Z[ recovery-image] Aug 14 17:27:16.909 INFO O| Aug 14 17:27:16.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52722026-08-14T17:27:18.060Z[ recovery-image] Aug 14 17:27:16.914 INFO O| Aug 14 17:27:16.914 INFO STEP 21 (remove_files) COMPLETE
52732026-08-14T17:27:18.060Z[ recovery-image] Aug 14 17:27:16.914 INFO O| Aug 14 17:27:16.914 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-08-14T17:27:18.071Z[ recovery-image] Aug 14 17:27:16.925 INFO O| Aug 14 17:27:16.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52752026-08-14T17:27:18.071Z[ recovery-image] Aug 14 17:27:16.925 INFO O| Aug 14 17:27:16.925 INFO STEP 22 (remove_files) COMPLETE
52762026-08-14T17:27:18.075Z[ recovery-image] Aug 14 17:27:16.925 INFO O| Aug 14 17:27:16.925 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-08-14T17:27:18.079Z[ recovery-image] Aug 14 17:27:16.933 INFO O| Aug 14 17:27:16.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52782026-08-14T17:27:18.083Z[ recovery-image] Aug 14 17:27:16.937 INFO O| Aug 14 17:27:16.934 INFO STEP 23 (remove_files) COMPLETE
52792026-08-14T17:27:18.083Z[ recovery-image] Aug 14 17:27:16.937 INFO O| Aug 14 17:27:16.936 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-14T17:27:18.099Z[ recovery-image] Aug 14 17:27:16.948 INFO O| Aug 14 17:27:16.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52812026-08-14T17:27:18.099Z[ recovery-image] Aug 14 17:27:16.950 INFO O| Aug 14 17:27:16.950 INFO STEP 24 (remove_files) COMPLETE
52822026-08-14T17:27:18.099Z[ recovery-image] Aug 14 17:27:16.950 INFO O| Aug 14 17:27:16.950 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-14T17:27:18.110Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52842026-08-14T17:27:18.131Z[ recovery-image] Aug 14 17:27:16.984 INFO O| Aug 14 17:27:16.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52852026-08-14T17:27:18.141Z[ recovery-image] Aug 14 17:27:16.985 INFO O| Aug 14 17:27:16.985 INFO STEP 25 (remove_files) COMPLETE
52862026-08-14T17:27:18.141Z[ recovery-image] Aug 14 17:27:16.985 INFO O| Aug 14 17:27:16.985 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-14T17:27:18.145Z[ recovery-image] Aug 14 17:27:16.996 INFO O| Aug 14 17:27:16.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
52882026-08-14T17:27:18.145Z[ recovery-image] Aug 14 17:27:16.997 INFO O| Aug 14 17:27:16.997 INFO STEP 26 (remove_files) COMPLETE
52892026-08-14T17:27:18.145Z[ recovery-image] Aug 14 17:27:16.997 INFO O| Aug 14 17:27:16.997 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-14T17:27:18.154Z[ recovery-image] Aug 14 17:27:17.007 INFO O| Aug 14 17:27:17.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
52912026-08-14T17:27:18.158Z[ recovery-image] Aug 14 17:27:17.008 INFO O| Aug 14 17:27:17.008 INFO STEP 27 (remove_files) COMPLETE
52922026-08-14T17:27:18.158Z[ recovery-image] Aug 14 17:27:17.008 INFO O| Aug 14 17:27:17.008 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-14T17:27:18.164Z[ recovery-image] Aug 14 17:27:17.018 INFO O| Aug 14 17:27:17.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
52942026-08-14T17:27:18.167Z[ recovery-image] Aug 14 17:27:17.019 INFO O| Aug 14 17:27:17.019 INFO STEP 28 (remove_files) COMPLETE
52952026-08-14T17:27:18.167Z[ recovery-image] Aug 14 17:27:17.019 INFO O| Aug 14 17:27:17.019 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-14T17:27:18.177Z[ recovery-image] Aug 14 17:27:17.028 INFO O| Aug 14 17:27:17.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
52972026-08-14T17:27:18.177Z[ recovery-image] Aug 14 17:27:17.028 INFO O| Aug 14 17:27:17.028 INFO STEP 29 (remove_files) COMPLETE
52982026-08-14T17:27:18.177Z[ recovery-image] Aug 14 17:27:17.028 INFO O| Aug 14 17:27:17.028 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-14T17:27:18.182Z[ recovery-image] Aug 14 17:27:17.036 INFO O| Aug 14 17:27:17.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53002026-08-14T17:27:18.183Z[ recovery-image] Aug 14 17:27:17.036 INFO O| Aug 14 17:27:17.036 INFO STEP 30 (remove_files) COMPLETE
53012026-08-14T17:27:18.186Z[ recovery-image] Aug 14 17:27:17.036 INFO O| Aug 14 17:27:17.036 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-14T17:27:18.195Z[ recovery-image] Aug 14 17:27:17.049 INFO O| Aug 14 17:27:17.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53032026-08-14T17:27:18.195Z[ recovery-image] Aug 14 17:27:17.049 INFO O| Aug 14 17:27:17.045 INFO STEP 31 (remove_files) COMPLETE
53042026-08-14T17:27:18.199Z[ recovery-image] Aug 14 17:27:17.049 INFO O| Aug 14 17:27:17.045 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-14T17:27:18.203Z[ recovery-image] Aug 14 17:27:17.054 INFO O| Aug 14 17:27:17.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53062026-08-14T17:27:18.203Z[ recovery-image] Aug 14 17:27:17.054 INFO O| Aug 14 17:27:17.054 INFO STEP 32 (remove_files) COMPLETE
53072026-08-14T17:27:18.203Z[ recovery-image] Aug 14 17:27:17.054 INFO O| Aug 14 17:27:17.054 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-14T17:27:18.216Z[ recovery-image] Aug 14 17:27:17.066 INFO O| Aug 14 17:27:17.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53092026-08-14T17:27:18.216Z[ recovery-image] Aug 14 17:27:17.066 INFO O| Aug 14 17:27:17.066 INFO STEP 33 (remove_files) COMPLETE
53102026-08-14T17:27:18.219Z[ recovery-image] Aug 14 17:27:17.066 INFO O| Aug 14 17:27:17.066 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-14T17:27:18.219Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53122026-08-14T17:27:18.223Z[ recovery-image] Aug 14 17:27:17.074 INFO O| Aug 14 17:27:17.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53132026-08-14T17:27:18.223Z[ recovery-image] Aug 14 17:27:17.075 INFO O| Aug 14 17:27:17.075 INFO STEP 34 (remove_files) COMPLETE
53142026-08-14T17:27:18.223Z[ recovery-image] Aug 14 17:27:17.075 INFO O| Aug 14 17:27:17.075 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-14T17:27:18.229Z[ recovery-image] Aug 14 17:27:17.083 INFO O| Aug 14 17:27:17.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53162026-08-14T17:27:18.229Z[ recovery-image] Aug 14 17:27:17.083 INFO O| Aug 14 17:27:17.083 INFO STEP 35 (remove_files) COMPLETE
53172026-08-14T17:27:18.229Z[ recovery-image] Aug 14 17:27:17.083 INFO O| Aug 14 17:27:17.083 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-14T17:27:18.238Z[ recovery-image] Aug 14 17:27:17.092 INFO O| Aug 14 17:27:17.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53192026-08-14T17:27:18.238Z[ recovery-image] Aug 14 17:27:17.092 INFO O| Aug 14 17:27:17.092 INFO STEP 36 (remove_files) COMPLETE
53202026-08-14T17:27:18.245Z[ recovery-image] Aug 14 17:27:17.092 INFO O| Aug 14 17:27:17.092 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-14T17:27:18.248Z[ recovery-image] Aug 14 17:27:17.099 INFO O| Aug 14 17:27:17.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53222026-08-14T17:27:18.248Z[ recovery-image] Aug 14 17:27:17.099 INFO O| Aug 14 17:27:17.099 INFO STEP 37 (remove_files) COMPLETE
53232026-08-14T17:27:18.248Z[ recovery-image] Aug 14 17:27:17.099 INFO O| Aug 14 17:27:17.099 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-14T17:27:18.253Z[ recovery-image] Aug 14 17:27:17.107 INFO O| Aug 14 17:27:17.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53252026-08-14T17:27:18.254Z[ recovery-image] Aug 14 17:27:17.107 INFO O| Aug 14 17:27:17.107 INFO STEP 38 (remove_files) COMPLETE
53262026-08-14T17:27:18.254Z[ recovery-image] Aug 14 17:27:17.108 INFO O| Aug 14 17:27:17.107 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-14T17:27:18.260Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53282026-08-14T17:27:18.264Z[ recovery-image] Aug 14 17:27:17.118 INFO O| Aug 14 17:27:17.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53292026-08-14T17:27:18.264Z[ recovery-image] Aug 14 17:27:17.118 INFO O| Aug 14 17:27:17.118 INFO STEP 39 (remove_files) COMPLETE
53302026-08-14T17:27:18.264Z[ recovery-image] Aug 14 17:27:17.118 INFO O| Aug 14 17:27:17.118 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-14T17:27:18.275Z[ recovery-image] Aug 14 17:27:17.128 INFO O| Aug 14 17:27:17.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53322026-08-14T17:27:18.275Z[ recovery-image] Aug 14 17:27:17.128 INFO O| Aug 14 17:27:17.128 INFO STEP 40 (remove_files) COMPLETE
53332026-08-14T17:27:18.275Z[ recovery-image] Aug 14 17:27:17.128 INFO O| Aug 14 17:27:17.128 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-14T17:27:18.284Z[ recovery-image] Aug 14 17:27:17.138 INFO O| Aug 14 17:27:17.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53352026-08-14T17:27:18.284Z[ recovery-image] Aug 14 17:27:17.138 INFO O| Aug 14 17:27:17.138 INFO STEP 41 (remove_files) COMPLETE
53362026-08-14T17:27:18.288Z[ recovery-image] Aug 14 17:27:17.138 INFO O| Aug 14 17:27:17.138 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-14T17:27:18.293Z[ recovery-image] Aug 14 17:27:17.147 INFO O| Aug 14 17:27:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53382026-08-14T17:27:18.293Z[ recovery-image] Aug 14 17:27:17.147 INFO O| Aug 14 17:27:17.147 INFO STEP 42 (remove_files) COMPLETE
53392026-08-14T17:27:18.296Z[ recovery-image] Aug 14 17:27:17.147 INFO O| Aug 14 17:27:17.147 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-14T17:27:18.302Z[ recovery-image] Aug 14 17:27:17.156 INFO O| Aug 14 17:27:17.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53412026-08-14T17:27:18.302Z[ recovery-image] Aug 14 17:27:17.156 INFO O| Aug 14 17:27:17.156 INFO STEP 43 (remove_files) COMPLETE
53422026-08-14T17:27:18.306Z[ recovery-image] Aug 14 17:27:17.156 INFO O| Aug 14 17:27:17.156 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-14T17:27:18.311Z[ recovery-image] Aug 14 17:27:17.165 INFO O| Aug 14 17:27:17.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53442026-08-14T17:27:18.315Z[ recovery-image] Aug 14 17:27:17.166 INFO O| Aug 14 17:27:17.166 INFO STEP 44 (remove_files) COMPLETE
53452026-08-14T17:27:18.315Z[ recovery-image] Aug 14 17:27:17.166 INFO O| Aug 14 17:27:17.166 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-14T17:27:18.322Z[ recovery-image] Aug 14 17:27:17.176 INFO O| Aug 14 17:27:17.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53472026-08-14T17:27:18.322Z[ recovery-image] Aug 14 17:27:17.176 INFO O| Aug 14 17:27:17.176 INFO STEP 45 (remove_files) COMPLETE
53482026-08-14T17:27:18.325Z[ recovery-image] Aug 14 17:27:17.176 INFO O| Aug 14 17:27:17.176 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-14T17:27:18.331Z[ recovery-image] Aug 14 17:27:17.185 INFO O| Aug 14 17:27:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53502026-08-14T17:27:18.331Z[ recovery-image] Aug 14 17:27:17.185 INFO O| Aug 14 17:27:17.185 INFO STEP 46 (remove_files) COMPLETE
53512026-08-14T17:27:18.331Z[ recovery-image] Aug 14 17:27:17.185 INFO O| Aug 14 17:27:17.185 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-14T17:27:18.339Z[ recovery-image] Aug 14 17:27:17.193 INFO O| Aug 14 17:27:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53532026-08-14T17:27:18.339Z[ recovery-image] Aug 14 17:27:17.193 INFO O| Aug 14 17:27:17.193 INFO STEP 47 (remove_files) COMPLETE
53542026-08-14T17:27:18.342Z[ recovery-image] Aug 14 17:27:17.193 INFO O| Aug 14 17:27:17.193 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-14T17:27:18.348Z[ recovery-image] Aug 14 17:27:17.202 INFO O| Aug 14 17:27:17.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53562026-08-14T17:27:18.348Z[ recovery-image] Aug 14 17:27:17.202 INFO O| Aug 14 17:27:17.202 INFO STEP 48 (remove_files) COMPLETE
53572026-08-14T17:27:18.351Z[ recovery-image] Aug 14 17:27:17.202 INFO O| Aug 14 17:27:17.202 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-14T17:27:18.356Z[ recovery-image] Aug 14 17:27:17.210 INFO O| Aug 14 17:27:17.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53592026-08-14T17:27:18.357Z[ recovery-image] Aug 14 17:27:17.210 INFO O| Aug 14 17:27:17.210 INFO STEP 49 (remove_files) COMPLETE
53602026-08-14T17:27:18.357Z[ recovery-image] Aug 14 17:27:17.210 INFO O| Aug 14 17:27:17.210 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-14T17:27:18.370Z[ recovery-image] Aug 14 17:27:17.219 INFO O| Aug 14 17:27:17.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53622026-08-14T17:27:18.370Z[ recovery-image] Aug 14 17:27:17.219 INFO O| Aug 14 17:27:17.219 INFO STEP 50 (remove_files) COMPLETE
53632026-08-14T17:27:18.370Z[ recovery-image] Aug 14 17:27:17.219 INFO O| Aug 14 17:27:17.219 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-14T17:27:18.375Z[ recovery-image] Aug 14 17:27:17.229 INFO O| Aug 14 17:27:17.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53652026-08-14T17:27:18.379Z[ recovery-image] Aug 14 17:27:17.230 INFO O| Aug 14 17:27:17.230 INFO STEP 51 (remove_files) COMPLETE
53662026-08-14T17:27:18.379Z[ recovery-image] Aug 14 17:27:17.230 INFO O| Aug 14 17:27:17.230 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-14T17:27:18.385Z[ recovery-image] Aug 14 17:27:17.239 INFO O| Aug 14 17:27:17.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53682026-08-14T17:27:18.385Z[ recovery-image] Aug 14 17:27:17.239 INFO O| Aug 14 17:27:17.239 INFO STEP 52 (remove_files) COMPLETE
53692026-08-14T17:27:18.385Z[ recovery-image] Aug 14 17:27:17.239 INFO O| Aug 14 17:27:17.239 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-14T17:27:18.394Z[ recovery-image] Aug 14 17:27:17.247 INFO O| Aug 14 17:27:17.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53712026-08-14T17:27:18.394Z[ recovery-image] Aug 14 17:27:17.247 INFO O| Aug 14 17:27:17.247 INFO STEP 53 (remove_files) COMPLETE
53722026-08-14T17:27:18.394Z[ recovery-image] Aug 14 17:27:17.247 INFO O| Aug 14 17:27:17.247 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-14T17:27:18.402Z[ recovery-image] Aug 14 17:27:17.256 INFO O| Aug 14 17:27:17.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53742026-08-14T17:27:18.402Z[ recovery-image] Aug 14 17:27:17.256 INFO O| Aug 14 17:27:17.256 INFO STEP 54 (remove_files) COMPLETE
53752026-08-14T17:27:18.402Z[ recovery-image] Aug 14 17:27:17.256 INFO O| Aug 14 17:27:17.256 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-14T17:27:18.410Z[ recovery-image] Aug 14 17:27:17.264 INFO O| Aug 14 17:27:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53772026-08-14T17:27:18.410Z[ recovery-image] Aug 14 17:27:17.264 INFO O| Aug 14 17:27:17.264 INFO STEP 55 (remove_files) COMPLETE
53782026-08-14T17:27:18.414Z[ recovery-image] Aug 14 17:27:17.264 INFO O| Aug 14 17:27:17.264 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-14T17:27:18.419Z[ recovery-image] Aug 14 17:27:17.272 INFO O| Aug 14 17:27:17.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53802026-08-14T17:27:18.419Z[ recovery-image] Aug 14 17:27:17.272 INFO O| Aug 14 17:27:17.272 INFO STEP 56 (remove_files) COMPLETE
53812026-08-14T17:27:18.419Z[ recovery-image] Aug 14 17:27:17.272 INFO O| Aug 14 17:27:17.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-14T17:27:18.428Z[ recovery-image] Aug 14 17:27:17.282 INFO O| Aug 14 17:27:17.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53832026-08-14T17:27:18.428Z[ recovery-image] Aug 14 17:27:17.282 INFO O| Aug 14 17:27:17.282 INFO STEP 57 (remove_files) COMPLETE
53842026-08-14T17:27:18.428Z[ recovery-image] Aug 14 17:27:17.282 INFO O| Aug 14 17:27:17.282 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-14T17:27:18.436Z[ recovery-image] Aug 14 17:27:17.290 INFO O| Aug 14 17:27:17.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
53862026-08-14T17:27:18.436Z[ recovery-image] Aug 14 17:27:17.290 INFO O| Aug 14 17:27:17.290 INFO STEP 58 (remove_files) COMPLETE
53872026-08-14T17:27:18.436Z[ recovery-image] Aug 14 17:27:17.290 INFO O| Aug 14 17:27:17.290 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-14T17:27:18.446Z[ recovery-image] Aug 14 17:27:17.299 INFO O| Aug 14 17:27:17.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
53892026-08-14T17:27:18.446Z[ recovery-image] Aug 14 17:27:17.300 INFO O| Aug 14 17:27:17.300 INFO STEP 59 (remove_files) COMPLETE
53902026-08-14T17:27:18.446Z[ recovery-image] Aug 14 17:27:17.300 INFO O| Aug 14 17:27:17.300 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-14T17:27:18.455Z[ recovery-image] Aug 14 17:27:17.309 INFO O| Aug 14 17:27:17.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
53922026-08-14T17:27:18.455Z[ recovery-image] Aug 14 17:27:17.309 INFO O| Aug 14 17:27:17.309 INFO STEP 60 (remove_files) COMPLETE
53932026-08-14T17:27:18.455Z[ recovery-image] Aug 14 17:27:17.309 INFO O| Aug 14 17:27:17.309 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-14T17:27:18.464Z[ recovery-image] Aug 14 17:27:17.318 INFO O| Aug 14 17:27:17.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
53952026-08-14T17:27:18.464Z[ recovery-image] Aug 14 17:27:17.318 INFO O| Aug 14 17:27:17.318 INFO STEP 61 (remove_files) COMPLETE
53962026-08-14T17:27:18.464Z[ recovery-image] Aug 14 17:27:17.318 INFO O| Aug 14 17:27:17.318 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-14T17:27:18.474Z[ recovery-image] Aug 14 17:27:17.328 INFO O| Aug 14 17:27:17.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
53982026-08-14T17:27:18.474Z[ recovery-image] Aug 14 17:27:17.328 INFO O| Aug 14 17:27:17.328 INFO STEP 62 (remove_files) COMPLETE
53992026-08-14T17:27:18.474Z[ recovery-image] Aug 14 17:27:17.328 INFO O| Aug 14 17:27:17.328 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-14T17:27:18.485Z[ recovery-image] Aug 14 17:27:17.339 INFO O| Aug 14 17:27:17.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54012026-08-14T17:27:18.485Z[ recovery-image] Aug 14 17:27:17.339 INFO O| Aug 14 17:27:17.339 INFO STEP 63 (remove_files) COMPLETE
54022026-08-14T17:27:18.485Z[ recovery-image] Aug 14 17:27:17.339 INFO O| Aug 14 17:27:17.339 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-14T17:27:18.496Z[ recovery-image] Aug 14 17:27:17.350 INFO O| Aug 14 17:27:17.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54042026-08-14T17:27:18.496Z[ recovery-image] Aug 14 17:27:17.350 INFO O| Aug 14 17:27:17.350 INFO STEP 64 (remove_files) COMPLETE
54052026-08-14T17:27:18.496Z[ recovery-image] Aug 14 17:27:17.350 INFO O| Aug 14 17:27:17.350 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-14T17:27:18.507Z[ recovery-image] Aug 14 17:27:17.361 INFO O| Aug 14 17:27:17.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54072026-08-14T17:27:18.507Z[ recovery-image] Aug 14 17:27:17.361 INFO O| Aug 14 17:27:17.361 INFO STEP 65 (remove_files) COMPLETE
54082026-08-14T17:27:18.510Z[ recovery-image] Aug 14 17:27:17.361 INFO O| Aug 14 17:27:17.361 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-14T17:27:18.523Z[ recovery-image] Aug 14 17:27:17.377 INFO O| Aug 14 17:27:17.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54102026-08-14T17:27:18.523Z[ recovery-image] Aug 14 17:27:17.377 INFO O| Aug 14 17:27:17.377 INFO STEP 66 (remove_files) COMPLETE
54112026-08-14T17:27:18.523Z[ recovery-image] Aug 14 17:27:17.377 INFO O| Aug 14 17:27:17.377 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-14T17:27:18.536Z[ recovery-image] Aug 14 17:27:17.390 INFO O| Aug 14 17:27:17.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54132026-08-14T17:27:18.537Z[ recovery-image] Aug 14 17:27:17.390 INFO O| Aug 14 17:27:17.390 INFO STEP 67 (remove_files) COMPLETE
54142026-08-14T17:27:18.537Z[ recovery-image] Aug 14 17:27:17.390 INFO O| Aug 14 17:27:17.390 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-14T17:27:18.547Z[ recovery-image] Aug 14 17:27:17.400 INFO O| Aug 14 17:27:17.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54162026-08-14T17:27:18.547Z[ recovery-image] Aug 14 17:27:17.401 INFO O| Aug 14 17:27:17.401 INFO STEP 68 (remove_files) COMPLETE
54172026-08-14T17:27:18.547Z[ recovery-image] Aug 14 17:27:17.401 INFO O| Aug 14 17:27:17.401 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-14T17:27:18.557Z[ recovery-image] Aug 14 17:27:17.410 INFO O| Aug 14 17:27:17.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54192026-08-14T17:27:18.557Z[ recovery-image] Aug 14 17:27:17.410 INFO O| Aug 14 17:27:17.410 INFO STEP 69 (remove_files) COMPLETE
54202026-08-14T17:27:18.557Z[ recovery-image] Aug 14 17:27:17.411 INFO O| Aug 14 17:27:17.410 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-14T17:27:18.566Z[ recovery-image] Aug 14 17:27:17.420 INFO O| Aug 14 17:27:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54222026-08-14T17:27:18.566Z[ recovery-image] Aug 14 17:27:17.420 INFO O| Aug 14 17:27:17.420 INFO STEP 70 (remove_files) COMPLETE
54232026-08-14T17:27:18.570Z[ recovery-image] Aug 14 17:27:17.420 INFO O| Aug 14 17:27:17.420 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-14T17:27:18.576Z[ recovery-image] Aug 14 17:27:17.430 INFO O| Aug 14 17:27:17.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54252026-08-14T17:27:18.576Z[ recovery-image] Aug 14 17:27:17.430 INFO O| Aug 14 17:27:17.430 INFO STEP 71 (remove_files) COMPLETE
54262026-08-14T17:27:18.580Z[ recovery-image] Aug 14 17:27:17.430 INFO O| Aug 14 17:27:17.430 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-14T17:27:18.587Z[ recovery-image] Aug 14 17:27:17.441 INFO O| Aug 14 17:27:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54282026-08-14T17:27:18.587Z[ recovery-image] Aug 14 17:27:17.441 INFO O| Aug 14 17:27:17.441 INFO STEP 72 (remove_files) COMPLETE
54292026-08-14T17:27:18.590Z[ recovery-image] Aug 14 17:27:17.441 INFO O| Aug 14 17:27:17.441 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-14T17:27:18.597Z[ recovery-image] Aug 14 17:27:17.451 INFO O| Aug 14 17:27:17.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54312026-08-14T17:27:18.597Z[ recovery-image] Aug 14 17:27:17.451 INFO O| Aug 14 17:27:17.451 INFO STEP 73 (remove_files) COMPLETE
54322026-08-14T17:27:18.600Z[ recovery-image] Aug 14 17:27:17.451 INFO O| Aug 14 17:27:17.451 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-14T17:27:18.606Z[ recovery-image] Aug 14 17:27:17.460 INFO O| Aug 14 17:27:17.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54342026-08-14T17:27:18.606Z[ recovery-image] Aug 14 17:27:17.460 INFO O| Aug 14 17:27:17.460 INFO STEP 74 (remove_files) COMPLETE
54352026-08-14T17:27:18.606Z[ recovery-image] Aug 14 17:27:17.460 INFO O| Aug 14 17:27:17.460 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-14T17:27:18.615Z[ recovery-image] Aug 14 17:27:17.469 INFO O| Aug 14 17:27:17.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54372026-08-14T17:27:18.615Z[ recovery-image] Aug 14 17:27:17.469 INFO O| Aug 14 17:27:17.469 INFO STEP 75 (remove_files) COMPLETE
54382026-08-14T17:27:18.619Z[ recovery-image] Aug 14 17:27:17.469 INFO O| Aug 14 17:27:17.469 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-14T17:27:18.625Z[ recovery-image] Aug 14 17:27:17.479 INFO O| Aug 14 17:27:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54402026-08-14T17:27:18.625Z[ recovery-image] Aug 14 17:27:17.479 INFO O| Aug 14 17:27:17.479 INFO STEP 76 (remove_files) COMPLETE
54412026-08-14T17:27:18.628Z[ recovery-image] Aug 14 17:27:17.479 INFO O| Aug 14 17:27:17.479 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-14T17:27:18.634Z[ recovery-image] Aug 14 17:27:17.488 INFO O| Aug 14 17:27:17.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54432026-08-14T17:27:18.634Z[ recovery-image] Aug 14 17:27:17.488 INFO O| Aug 14 17:27:17.488 INFO STEP 77 (remove_files) COMPLETE
54442026-08-14T17:27:18.638Z[ recovery-image] Aug 14 17:27:17.488 INFO O| Aug 14 17:27:17.488 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-14T17:27:18.643Z[ recovery-image] Aug 14 17:27:17.497 INFO O| Aug 14 17:27:17.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54462026-08-14T17:27:18.643Z[ recovery-image] Aug 14 17:27:17.497 INFO O| Aug 14 17:27:17.497 INFO STEP 78 (remove_files) COMPLETE
54472026-08-14T17:27:18.643Z[ recovery-image] Aug 14 17:27:17.497 INFO O| Aug 14 17:27:17.497 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-14T17:27:18.652Z[ recovery-image] Aug 14 17:27:17.506 INFO O| Aug 14 17:27:17.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54492026-08-14T17:27:18.652Z[ recovery-image] Aug 14 17:27:17.506 INFO O| Aug 14 17:27:17.506 INFO STEP 79 (remove_files) COMPLETE
54502026-08-14T17:27:18.652Z[ recovery-image] Aug 14 17:27:17.506 INFO O| Aug 14 17:27:17.506 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-14T17:27:18.662Z[ recovery-image] Aug 14 17:27:17.515 INFO O| Aug 14 17:27:17.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54522026-08-14T17:27:18.662Z[ recovery-image] Aug 14 17:27:17.515 INFO O| Aug 14 17:27:17.515 INFO STEP 80 (remove_files) COMPLETE
54532026-08-14T17:27:18.662Z[ recovery-image] Aug 14 17:27:17.515 INFO O| Aug 14 17:27:17.515 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-14T17:27:18.665Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54552026-08-14T17:27:18.671Z[ recovery-image] Aug 14 17:27:17.524 INFO O| Aug 14 17:27:17.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54562026-08-14T17:27:18.671Z[ recovery-image] Aug 14 17:27:17.524 INFO O| Aug 14 17:27:17.524 INFO STEP 81 (remove_files) COMPLETE
54572026-08-14T17:27:18.671Z[ recovery-image] Aug 14 17:27:17.524 INFO O| Aug 14 17:27:17.524 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-14T17:27:18.680Z[ recovery-image] Aug 14 17:27:17.534 INFO O| Aug 14 17:27:17.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54592026-08-14T17:27:18.680Z[ recovery-image] Aug 14 17:27:17.534 INFO O| Aug 14 17:27:17.534 INFO STEP 82 (remove_files) COMPLETE
54602026-08-14T17:27:18.680Z[ recovery-image] Aug 14 17:27:17.534 INFO O| Aug 14 17:27:17.534 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-14T17:27:18.691Z[ recovery-image] Aug 14 17:27:17.543 INFO O| Aug 14 17:27:17.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54622026-08-14T17:27:18.691Z[ recovery-image] Aug 14 17:27:17.543 INFO O| Aug 14 17:27:17.543 INFO STEP 83 (remove_files) COMPLETE
54632026-08-14T17:27:18.694Z[ recovery-image] Aug 14 17:27:17.543 INFO O| Aug 14 17:27:17.543 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-14T17:27:18.698Z[ recovery-image] Aug 14 17:27:17.552 INFO O| Aug 14 17:27:17.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54652026-08-14T17:27:18.702Z[ recovery-image] Aug 14 17:27:17.553 INFO O| Aug 14 17:27:17.553 INFO STEP 84 (remove_files) COMPLETE
54662026-08-14T17:27:18.702Z[ recovery-image] Aug 14 17:27:17.553 INFO O| Aug 14 17:27:17.553 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-14T17:27:18.709Z[ recovery-image] Aug 14 17:27:17.563 INFO O| Aug 14 17:27:17.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54682026-08-14T17:27:18.709Z[ recovery-image] Aug 14 17:27:17.563 INFO O| Aug 14 17:27:17.563 INFO STEP 85 (remove_files) COMPLETE
54692026-08-14T17:27:18.709Z[ recovery-image] Aug 14 17:27:17.563 INFO O| Aug 14 17:27:17.563 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-14T17:27:18.718Z[ recovery-image] Aug 14 17:27:17.572 INFO O| Aug 14 17:27:17.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54712026-08-14T17:27:18.718Z[ recovery-image] Aug 14 17:27:17.572 INFO O| Aug 14 17:27:17.572 INFO STEP 86 (remove_files) COMPLETE
54722026-08-14T17:27:18.718Z[ recovery-image] Aug 14 17:27:17.572 INFO O| Aug 14 17:27:17.572 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-14T17:27:18.727Z[ recovery-image] Aug 14 17:27:17.581 INFO O| Aug 14 17:27:17.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54742026-08-14T17:27:18.727Z[ recovery-image] Aug 14 17:27:17.581 INFO O| Aug 14 17:27:17.581 INFO STEP 87 (remove_files) COMPLETE
54752026-08-14T17:27:18.730Z[ recovery-image] Aug 14 17:27:17.581 INFO O| Aug 14 17:27:17.581 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-14T17:27:18.736Z[ recovery-image] Aug 14 17:27:17.590 INFO O| Aug 14 17:27:17.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54772026-08-14T17:27:18.740Z[ recovery-image] Aug 14 17:27:17.590 INFO O| Aug 14 17:27:17.590 INFO STEP 88 (remove_files) COMPLETE
54782026-08-14T17:27:18.740Z[ recovery-image] Aug 14 17:27:17.590 INFO O| Aug 14 17:27:17.590 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-14T17:27:18.746Z[ recovery-image] Aug 14 17:27:17.600 INFO O| Aug 14 17:27:17.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54802026-08-14T17:27:18.746Z[ recovery-image] Aug 14 17:27:17.600 INFO O| Aug 14 17:27:17.600 INFO STEP 89 (remove_files) COMPLETE
54812026-08-14T17:27:18.746Z[ recovery-image] Aug 14 17:27:17.600 INFO O| Aug 14 17:27:17.600 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-14T17:27:18.754Z[ recovery-image] Aug 14 17:27:17.608 INFO O| Aug 14 17:27:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54832026-08-14T17:27:18.754Z[ recovery-image] Aug 14 17:27:17.608 INFO O| Aug 14 17:27:17.608 INFO STEP 90 (remove_files) COMPLETE
54842026-08-14T17:27:18.754Z[ recovery-image] Aug 14 17:27:17.608 INFO O| Aug 14 17:27:17.608 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-14T17:27:18.775Z[ recovery-image] Aug 14 17:27:17.617 INFO O| Aug 14 17:27:17.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54862026-08-14T17:27:18.775Z[ recovery-image] Aug 14 17:27:17.617 INFO O| Aug 14 17:27:17.617 INFO STEP 91 (remove_files) COMPLETE
54872026-08-14T17:27:18.775Z[ recovery-image] Aug 14 17:27:17.617 INFO O| Aug 14 17:27:17.617 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-14T17:27:18.778Z[ recovery-image] Aug 14 17:27:17.626 INFO O| Aug 14 17:27:17.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
54892026-08-14T17:27:18.778Z[ recovery-image] Aug 14 17:27:17.626 INFO O| Aug 14 17:27:17.626 INFO STEP 92 (remove_files) COMPLETE
54902026-08-14T17:27:18.778Z[ recovery-image] Aug 14 17:27:17.626 INFO O| Aug 14 17:27:17.626 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-14T17:27:18.782Z[ recovery-image] Aug 14 17:27:17.636 INFO O| Aug 14 17:27:17.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
54922026-08-14T17:27:18.782Z[ recovery-image] Aug 14 17:27:17.636 INFO O| Aug 14 17:27:17.636 INFO STEP 93 (remove_files) COMPLETE
54932026-08-14T17:27:18.782Z[ recovery-image] Aug 14 17:27:17.636 INFO O| Aug 14 17:27:17.636 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-14T17:27:18.792Z[ recovery-image] Aug 14 17:27:17.645 INFO O| Aug 14 17:27:17.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
54952026-08-14T17:27:18.792Z[ recovery-image] Aug 14 17:27:17.645 INFO O| Aug 14 17:27:17.645 INFO STEP 94 (remove_files) COMPLETE
54962026-08-14T17:27:18.792Z[ recovery-image] Aug 14 17:27:17.645 INFO O| Aug 14 17:27:17.645 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-14T17:27:18.801Z[ recovery-image] Aug 14 17:27:17.655 INFO O| Aug 14 17:27:17.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
54982026-08-14T17:27:18.801Z[ recovery-image] Aug 14 17:27:17.655 INFO O| Aug 14 17:27:17.655 INFO STEP 95 (remove_files) COMPLETE
54992026-08-14T17:27:18.801Z[ recovery-image] Aug 14 17:27:17.655 INFO O| Aug 14 17:27:17.655 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-14T17:27:18.812Z[ recovery-image] Aug 14 17:27:17.665 INFO O| Aug 14 17:27:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55012026-08-14T17:27:18.812Z[ recovery-image] Aug 14 17:27:17.665 INFO O| Aug 14 17:27:17.665 INFO STEP 96 (remove_files) COMPLETE
55022026-08-14T17:27:18.812Z[ recovery-image] Aug 14 17:27:17.665 INFO O| Aug 14 17:27:17.665 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-14T17:27:18.822Z[ recovery-image] Aug 14 17:27:17.676 INFO O| Aug 14 17:27:17.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55042026-08-14T17:27:18.822Z[ recovery-image] Aug 14 17:27:17.676 INFO O| Aug 14 17:27:17.676 INFO STEP 97 (remove_files) COMPLETE
55052026-08-14T17:27:18.822Z[ recovery-image] Aug 14 17:27:17.676 INFO O| Aug 14 17:27:17.676 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-14T17:27:18.832Z[ recovery-image] Aug 14 17:27:17.686 INFO O| Aug 14 17:27:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55072026-08-14T17:27:18.832Z[ recovery-image] Aug 14 17:27:17.686 INFO O| Aug 14 17:27:17.686 INFO STEP 98 (remove_files) COMPLETE
55082026-08-14T17:27:18.832Z[ recovery-image] Aug 14 17:27:17.686 INFO O| Aug 14 17:27:17.686 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-14T17:27:18.845Z[ recovery-image] Aug 14 17:27:17.696 INFO O| Aug 14 17:27:17.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55102026-08-14T17:27:18.845Z[ recovery-image] Aug 14 17:27:17.696 INFO O| Aug 14 17:27:17.696 INFO STEP 99 (remove_files) COMPLETE
55112026-08-14T17:27:18.845Z[ recovery-image] Aug 14 17:27:17.696 INFO O| Aug 14 17:27:17.696 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-14T17:27:18.851Z[ recovery-image] Aug 14 17:27:17.705 INFO O| Aug 14 17:27:17.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55132026-08-14T17:27:18.851Z[ recovery-image] Aug 14 17:27:17.705 INFO O| Aug 14 17:27:17.705 INFO STEP 100 (remove_files) COMPLETE
55142026-08-14T17:27:18.851Z[ recovery-image] Aug 14 17:27:17.705 INFO O| Aug 14 17:27:17.705 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-14T17:27:18.861Z[ recovery-image] Aug 14 17:27:17.713 INFO O| Aug 14 17:27:17.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55162026-08-14T17:27:18.861Z[ recovery-image] Aug 14 17:27:17.713 INFO O| Aug 14 17:27:17.713 INFO STEP 101 (remove_files) COMPLETE
55172026-08-14T17:27:18.865Z[ recovery-image] Aug 14 17:27:17.713 INFO O| Aug 14 17:27:17.713 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-14T17:27:18.868Z[ recovery-image] Aug 14 17:27:17.722 INFO O| Aug 14 17:27:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55192026-08-14T17:27:18.868Z[ recovery-image] Aug 14 17:27:17.722 INFO O| Aug 14 17:27:17.722 INFO STEP 102 (remove_files) COMPLETE
55202026-08-14T17:27:18.868Z[ recovery-image] Aug 14 17:27:17.722 INFO O| Aug 14 17:27:17.722 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-14T17:27:18.877Z[ recovery-image] Aug 14 17:27:17.731 INFO O| Aug 14 17:27:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55222026-08-14T17:27:18.877Z[ recovery-image] Aug 14 17:27:17.731 INFO O| Aug 14 17:27:17.731 INFO STEP 103 (remove_files) COMPLETE
55232026-08-14T17:27:18.881Z[ recovery-image] Aug 14 17:27:17.731 INFO O| Aug 14 17:27:17.731 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-14T17:27:18.887Z[ recovery-image] Aug 14 17:27:17.741 INFO O| Aug 14 17:27:17.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55252026-08-14T17:27:18.887Z[ recovery-image] Aug 14 17:27:17.741 INFO O| Aug 14 17:27:17.741 INFO STEP 104 (remove_files) COMPLETE
55262026-08-14T17:27:18.890Z[ recovery-image] Aug 14 17:27:17.741 INFO O| Aug 14 17:27:17.741 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-14T17:27:18.896Z[ recovery-image] Aug 14 17:27:17.750 INFO O| Aug 14 17:27:17.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55282026-08-14T17:27:18.896Z[ recovery-image] Aug 14 17:27:17.750 INFO O| Aug 14 17:27:17.750 INFO STEP 105 (remove_files) COMPLETE
55292026-08-14T17:27:18.896Z[ recovery-image] Aug 14 17:27:17.750 INFO O| Aug 14 17:27:17.750 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-14T17:27:18.905Z[ recovery-image] Aug 14 17:27:17.759 INFO O| Aug 14 17:27:17.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55312026-08-14T17:27:18.905Z[ recovery-image] Aug 14 17:27:17.759 INFO O| Aug 14 17:27:17.759 INFO STEP 106 (remove_files) COMPLETE
55322026-08-14T17:27:18.908Z[ recovery-image] Aug 14 17:27:17.759 INFO O| Aug 14 17:27:17.759 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-14T17:27:18.914Z[ recovery-image] Aug 14 17:27:17.767 INFO O| Aug 14 17:27:17.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55342026-08-14T17:27:18.914Z[ recovery-image] Aug 14 17:27:17.767 INFO O| Aug 14 17:27:17.767 INFO STEP 107 (remove_files) COMPLETE
55352026-08-14T17:27:18.917Z[ recovery-image] Aug 14 17:27:17.767 INFO O| Aug 14 17:27:17.767 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-14T17:27:18.923Z[ recovery-image] Aug 14 17:27:17.777 INFO O| Aug 14 17:27:17.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55372026-08-14T17:27:18.923Z[ recovery-image] Aug 14 17:27:17.777 INFO O| Aug 14 17:27:17.777 INFO STEP 108 (remove_files) COMPLETE
55382026-08-14T17:27:18.927Z[ recovery-image] Aug 14 17:27:17.777 INFO O| Aug 14 17:27:17.777 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-14T17:27:18.933Z[ recovery-image] Aug 14 17:27:17.787 INFO O| Aug 14 17:27:17.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55402026-08-14T17:27:18.933Z[ recovery-image] Aug 14 17:27:17.787 INFO O| Aug 14 17:27:17.787 INFO STEP 109 (remove_files) COMPLETE
55412026-08-14T17:27:18.937Z[ recovery-image] Aug 14 17:27:17.787 INFO O| Aug 14 17:27:17.787 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-14T17:27:18.943Z[ recovery-image] Aug 14 17:27:17.796 INFO O| Aug 14 17:27:17.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55432026-08-14T17:27:18.943Z[ recovery-image] Aug 14 17:27:17.796 INFO O| Aug 14 17:27:17.796 INFO STEP 110 (remove_files) COMPLETE
55442026-08-14T17:27:18.943Z[ recovery-image] Aug 14 17:27:17.796 INFO O| Aug 14 17:27:17.796 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-14T17:27:18.952Z[ recovery-image] Aug 14 17:27:17.805 INFO O| Aug 14 17:27:17.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55462026-08-14T17:27:18.952Z[ recovery-image] Aug 14 17:27:17.805 INFO O| Aug 14 17:27:17.805 INFO STEP 111 (remove_files) COMPLETE
55472026-08-14T17:27:18.952Z[ recovery-image] Aug 14 17:27:17.805 INFO O| Aug 14 17:27:17.805 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-14T17:27:18.961Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
55492026-08-14T17:27:18.965Z[ recovery-image] Aug 14 17:27:17.815 INFO O| Aug 14 17:27:17.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55502026-08-14T17:27:18.965Z[ recovery-image] Aug 14 17:27:17.815 INFO O| Aug 14 17:27:17.815 INFO STEP 112 (remove_files) COMPLETE
55512026-08-14T17:27:18.965Z[ recovery-image] Aug 14 17:27:17.815 INFO O| Aug 14 17:27:17.815 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-14T17:27:18.970Z[ recovery-image] Aug 14 17:27:17.824 INFO O| Aug 14 17:27:17.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55532026-08-14T17:27:18.970Z[ recovery-image] Aug 14 17:27:17.824 INFO O| Aug 14 17:27:17.824 INFO STEP 113 (remove_files) COMPLETE
55542026-08-14T17:27:18.974Z[ recovery-image] Aug 14 17:27:17.824 INFO O| Aug 14 17:27:17.824 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-14T17:27:18.979Z[ recovery-image] Aug 14 17:27:17.833 INFO O| Aug 14 17:27:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55562026-08-14T17:27:18.979Z[ recovery-image] Aug 14 17:27:17.833 INFO O| Aug 14 17:27:17.833 INFO STEP 114 (remove_files) COMPLETE
55572026-08-14T17:27:18.979Z[ recovery-image] Aug 14 17:27:17.833 INFO O| Aug 14 17:27:17.833 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-14T17:27:18.990Z[ recovery-image] Aug 14 17:27:17.843 INFO O| Aug 14 17:27:17.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55592026-08-14T17:27:18.990Z[ recovery-image] Aug 14 17:27:17.844 INFO O| Aug 14 17:27:17.844 INFO STEP 115 (remove_files) COMPLETE
55602026-08-14T17:27:18.990Z[ recovery-image] Aug 14 17:27:17.844 INFO O| Aug 14 17:27:17.844 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-14T17:27:18.999Z[ recovery-image] Aug 14 17:27:17.853 INFO O| Aug 14 17:27:17.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55622026-08-14T17:27:18.999Z[ recovery-image] Aug 14 17:27:17.853 INFO O| Aug 14 17:27:17.853 INFO STEP 116 (remove_files) COMPLETE
55632026-08-14T17:27:18.999Z[ recovery-image] Aug 14 17:27:17.853 INFO O| Aug 14 17:27:17.853 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-14T17:27:19.007Z[ recovery-image] Aug 14 17:27:17.860 INFO O| Aug 14 17:27:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55652026-08-14T17:27:19.007Z[ recovery-image] Aug 14 17:27:17.860 INFO O| Aug 14 17:27:17.860 INFO STEP 117 (remove_files) COMPLETE
55662026-08-14T17:27:19.010Z[ recovery-image] Aug 14 17:27:17.860 INFO O| Aug 14 17:27:17.860 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-14T17:27:19.014Z[ recovery-image] Aug 14 17:27:17.868 INFO O| Aug 14 17:27:17.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55682026-08-14T17:27:19.014Z[ recovery-image] Aug 14 17:27:17.868 INFO O| Aug 14 17:27:17.868 INFO STEP 118 (remove_files) COMPLETE
55692026-08-14T17:27:19.014Z[ recovery-image] Aug 14 17:27:17.868 INFO O| Aug 14 17:27:17.868 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-14T17:27:19.021Z[ recovery-image] Aug 14 17:27:17.875 INFO O| Aug 14 17:27:17.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55712026-08-14T17:27:19.021Z[ recovery-image] Aug 14 17:27:17.875 INFO O| Aug 14 17:27:17.875 INFO STEP 119 (remove_files) COMPLETE
55722026-08-14T17:27:19.025Z[ recovery-image] Aug 14 17:27:17.875 INFO O| Aug 14 17:27:17.875 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-14T17:27:19.031Z[ recovery-image] Aug 14 17:27:17.884 INFO O| Aug 14 17:27:17.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55742026-08-14T17:27:19.031Z[ recovery-image] Aug 14 17:27:17.884 INFO O| Aug 14 17:27:17.884 INFO STEP 120 (remove_files) COMPLETE
55752026-08-14T17:27:19.031Z[ recovery-image] Aug 14 17:27:17.885 INFO O| Aug 14 17:27:17.884 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-14T17:27:19.054Z[ recovery-image] Aug 14 17:27:17.907 INFO O| Aug 14 17:27:17.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55772026-08-14T17:27:19.054Z[ recovery-image] Aug 14 17:27:17.908 INFO O| Aug 14 17:27:17.907 INFO STEP 121 (remove_files) COMPLETE
55782026-08-14T17:27:19.054Z[ recovery-image] Aug 14 17:27:17.908 INFO O| Aug 14 17:27:17.907 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-14T17:27:19.081Z[ recovery-image] Aug 14 17:27:17.934 INFO O| Aug 14 17:27:17.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55802026-08-14T17:27:19.081Z[ recovery-image] Aug 14 17:27:17.934 INFO O| Aug 14 17:27:17.934 INFO STEP 122 (remove_files) COMPLETE
55812026-08-14T17:27:19.081Z[ recovery-image] Aug 14 17:27:17.934 INFO O| Aug 14 17:27:17.934 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-14T17:27:19.093Z[ recovery-image] Aug 14 17:27:17.946 INFO O| Aug 14 17:27:17.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55832026-08-14T17:27:19.093Z[ recovery-image] Aug 14 17:27:17.946 INFO O| Aug 14 17:27:17.946 INFO STEP 123 (remove_files) COMPLETE
55842026-08-14T17:27:19.093Z[ recovery-image] Aug 14 17:27:17.946 INFO O| Aug 14 17:27:17.946 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-14T17:27:19.096Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
55862026-08-14T17:27:19.130Z[ recovery-image] Aug 14 17:27:17.983 INFO O| Aug 14 17:27:17.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
55872026-08-14T17:27:19.130Z[ recovery-image] Aug 14 17:27:17.983 INFO O| Aug 14 17:27:17.983 INFO STEP 124 (remove_files) COMPLETE
55882026-08-14T17:27:19.134Z[ recovery-image] Aug 14 17:27:17.984 INFO O| Aug 14 17:27:17.983 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-14T17:27:19.159Z[ recovery-image] Aug 14 17:27:18.013 INFO O| Aug 14 17:27:18.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
55902026-08-14T17:27:19.159Z[ recovery-image] Aug 14 17:27:18.013 INFO O| Aug 14 17:27:18.013 INFO STEP 125 (remove_files) COMPLETE
55912026-08-14T17:27:19.163Z[ recovery-image] Aug 14 17:27:18.013 INFO O| Aug 14 17:27:18.013 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-14T17:27:19.189Z[ recovery-image] Aug 14 17:27:18.043 INFO O| Aug 14 17:27:18.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
55932026-08-14T17:27:19.189Z[ recovery-image] Aug 14 17:27:18.043 INFO O| Aug 14 17:27:18.043 INFO STEP 126 (remove_files) COMPLETE
55942026-08-14T17:27:19.189Z[ recovery-image] Aug 14 17:27:18.043 INFO O| Aug 14 17:27:18.043 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-14T17:27:19.199Z[ recovery-image] Aug 14 17:27:18.052 INFO O| Aug 14 17:27:18.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
55962026-08-14T17:27:19.199Z[ recovery-image] Aug 14 17:27:18.052 INFO O| Aug 14 17:27:18.052 INFO STEP 127 (remove_files) COMPLETE
55972026-08-14T17:27:19.199Z[ recovery-image] Aug 14 17:27:18.052 INFO O| Aug 14 17:27:18.052 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-14T17:27:19.208Z[ recovery-image] Aug 14 17:27:18.061 INFO O| Aug 14 17:27:18.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
55992026-08-14T17:27:19.208Z[ recovery-image] Aug 14 17:27:18.061 INFO O| Aug 14 17:27:18.061 INFO STEP 128 (remove_files) COMPLETE
56002026-08-14T17:27:19.211Z[ recovery-image] Aug 14 17:27:18.061 INFO O| Aug 14 17:27:18.061 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-14T17:27:19.217Z[ recovery-image] Aug 14 17:27:18.070 INFO O| Aug 14 17:27:18.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56022026-08-14T17:27:19.217Z[ recovery-image] Aug 14 17:27:18.070 INFO O| Aug 14 17:27:18.070 INFO STEP 129 (remove_files) COMPLETE
56032026-08-14T17:27:19.217Z[ recovery-image] Aug 14 17:27:18.070 INFO O| Aug 14 17:27:18.070 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-14T17:27:19.226Z[ recovery-image] Aug 14 17:27:18.079 INFO O| Aug 14 17:27:18.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56052026-08-14T17:27:19.226Z[ recovery-image] Aug 14 17:27:18.079 INFO O| Aug 14 17:27:18.079 INFO STEP 130 (remove_files) COMPLETE
56062026-08-14T17:27:19.226Z[ recovery-image] Aug 14 17:27:18.079 INFO O| Aug 14 17:27:18.079 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-14T17:27:19.229Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
56082026-08-14T17:27:19.236Z[ recovery-image] Aug 14 17:27:18.086 INFO O| Aug 14 17:27:18.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56092026-08-14T17:27:19.236Z[ recovery-image] Aug 14 17:27:18.086 INFO O| Aug 14 17:27:18.086 INFO STEP 131 (remove_files) COMPLETE
56102026-08-14T17:27:19.236Z[ recovery-image] Aug 14 17:27:18.086 INFO O| Aug 14 17:27:18.086 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-14T17:27:19.243Z[ recovery-image] Aug 14 17:27:18.097 INFO O| Aug 14 17:27:18.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56122026-08-14T17:27:19.243Z[ recovery-image] Aug 14 17:27:18.097 INFO O| Aug 14 17:27:18.097 INFO STEP 132 (remove_files) COMPLETE
56132026-08-14T17:27:19.243Z[ recovery-image] Aug 14 17:27:18.097 INFO O| Aug 14 17:27:18.097 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-14T17:27:19.251Z[ recovery-image] Aug 14 17:27:18.105 INFO O| Aug 14 17:27:18.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56152026-08-14T17:27:19.255Z[ recovery-image] Aug 14 17:27:18.105 INFO O| Aug 14 17:27:18.105 INFO STEP 133 (remove_files) COMPLETE
56162026-08-14T17:27:19.255Z[ recovery-image] Aug 14 17:27:18.105 INFO O| Aug 14 17:27:18.105 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-14T17:27:19.262Z[ recovery-image] Aug 14 17:27:18.115 INFO O| Aug 14 17:27:18.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56182026-08-14T17:27:19.262Z[ recovery-image] Aug 14 17:27:18.115 INFO O| Aug 14 17:27:18.115 INFO STEP 134 (remove_files) COMPLETE
56192026-08-14T17:27:19.262Z[ recovery-image] Aug 14 17:27:18.115 INFO O| Aug 14 17:27:18.115 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-14T17:27:19.272Z[ recovery-image] Aug 14 17:27:18.126 INFO O| Aug 14 17:27:18.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56212026-08-14T17:27:19.272Z[ recovery-image] Aug 14 17:27:18.126 INFO O| Aug 14 17:27:18.126 INFO STEP 135 (remove_files) COMPLETE
56222026-08-14T17:27:19.275Z[ recovery-image] Aug 14 17:27:18.126 INFO O| Aug 14 17:27:18.126 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-14T17:27:19.282Z[ recovery-image] Aug 14 17:27:18.135 INFO O| Aug 14 17:27:18.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56242026-08-14T17:27:19.282Z[ recovery-image] Aug 14 17:27:18.135 INFO O| Aug 14 17:27:18.135 INFO STEP 136 (remove_files) COMPLETE
56252026-08-14T17:27:19.282Z[ recovery-image] Aug 14 17:27:18.135 INFO O| Aug 14 17:27:18.135 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-14T17:27:19.291Z[ recovery-image] Aug 14 17:27:18.145 INFO O| Aug 14 17:27:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56272026-08-14T17:27:19.291Z[ recovery-image] Aug 14 17:27:18.145 INFO O| Aug 14 17:27:18.145 INFO STEP 137 (remove_files) COMPLETE
56282026-08-14T17:27:19.294Z[ recovery-image] Aug 14 17:27:18.145 INFO O| Aug 14 17:27:18.145 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-14T17:27:19.302Z[ recovery-image] Aug 14 17:27:18.155 INFO O| Aug 14 17:27:18.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56302026-08-14T17:27:19.302Z[ recovery-image] Aug 14 17:27:18.155 INFO O| Aug 14 17:27:18.155 INFO STEP 138 (remove_files) COMPLETE
56312026-08-14T17:27:19.302Z[ recovery-image] Aug 14 17:27:18.155 INFO O| Aug 14 17:27:18.155 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-14T17:27:19.310Z[ recovery-image] Aug 14 17:27:18.164 INFO O| Aug 14 17:27:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56332026-08-14T17:27:19.313Z[ recovery-image] Aug 14 17:27:18.165 INFO O| Aug 14 17:27:18.165 INFO STEP 139 (remove_files) COMPLETE
56342026-08-14T17:27:19.313Z[ recovery-image] Aug 14 17:27:18.165 INFO O| Aug 14 17:27:18.165 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-14T17:27:19.323Z[ recovery-image] Aug 14 17:27:18.176 INFO O| Aug 14 17:27:18.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56362026-08-14T17:27:19.323Z[ recovery-image] Aug 14 17:27:18.176 INFO O| Aug 14 17:27:18.176 INFO STEP 140 (remove_files) COMPLETE
56372026-08-14T17:27:19.323Z[ recovery-image] Aug 14 17:27:18.176 INFO O| Aug 14 17:27:18.176 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-14T17:27:19.334Z[ recovery-image] Aug 14 17:27:18.185 INFO O| Aug 14 17:27:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56392026-08-14T17:27:19.334Z[ recovery-image] Aug 14 17:27:18.185 INFO O| Aug 14 17:27:18.185 INFO STEP 141 (remove_files) COMPLETE
56402026-08-14T17:27:19.334Z[ recovery-image] Aug 14 17:27:18.185 INFO O| Aug 14 17:27:18.185 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-14T17:27:19.341Z[ recovery-image] Aug 14 17:27:18.195 INFO O| Aug 14 17:27:18.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56422026-08-14T17:27:19.341Z[ recovery-image] Aug 14 17:27:18.195 INFO O| Aug 14 17:27:18.195 INFO STEP 142 (remove_files) COMPLETE
56432026-08-14T17:27:19.344Z[ recovery-image] Aug 14 17:27:18.195 INFO O| Aug 14 17:27:18.195 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-14T17:27:19.349Z[ recovery-image] Aug 14 17:27:18.203 INFO O| Aug 14 17:27:18.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56452026-08-14T17:27:19.349Z[ recovery-image] Aug 14 17:27:18.203 INFO O| Aug 14 17:27:18.203 INFO STEP 143 (remove_files) COMPLETE
56462026-08-14T17:27:19.349Z[ recovery-image] Aug 14 17:27:18.203 INFO O| Aug 14 17:27:18.203 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-14T17:27:19.357Z[ recovery-image] Aug 14 17:27:18.211 INFO O| Aug 14 17:27:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56482026-08-14T17:27:19.358Z[ recovery-image] Aug 14 17:27:18.211 INFO O| Aug 14 17:27:18.211 INFO STEP 144 (remove_files) COMPLETE
56492026-08-14T17:27:19.358Z[ recovery-image] Aug 14 17:27:18.211 INFO O| Aug 14 17:27:18.211 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-14T17:27:19.366Z[ recovery-image] Aug 14 17:27:18.220 INFO O| Aug 14 17:27:18.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56512026-08-14T17:27:19.366Z[ recovery-image] Aug 14 17:27:18.220 INFO O| Aug 14 17:27:18.220 INFO STEP 145 (remove_files) COMPLETE
56522026-08-14T17:27:19.366Z[ recovery-image] Aug 14 17:27:18.220 INFO O| Aug 14 17:27:18.220 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-14T17:27:19.370Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
56542026-08-14T17:27:19.375Z[ recovery-image] Aug 14 17:27:18.229 INFO O| Aug 14 17:27:18.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56552026-08-14T17:27:19.380Z[ recovery-image] Aug 14 17:27:18.230 INFO O| Aug 14 17:27:18.230 INFO STEP 146 (remove_files) COMPLETE
56562026-08-14T17:27:19.380Z[ recovery-image] Aug 14 17:27:18.230 INFO O| Aug 14 17:27:18.230 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-14T17:27:19.386Z[ recovery-image] Aug 14 17:27:18.240 INFO O| Aug 14 17:27:18.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56582026-08-14T17:27:19.386Z[ recovery-image] Aug 14 17:27:18.240 INFO O| Aug 14 17:27:18.240 INFO STEP 147 (remove_files) COMPLETE
56592026-08-14T17:27:19.386Z[ recovery-image] Aug 14 17:27:18.240 INFO O| Aug 14 17:27:18.240 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-14T17:27:19.394Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
56612026-08-14T17:27:19.397Z[ recovery-image] Aug 14 17:27:18.249 INFO O| Aug 14 17:27:18.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56622026-08-14T17:27:19.397Z[ recovery-image] Aug 14 17:27:18.249 INFO O| Aug 14 17:27:18.249 INFO STEP 148 (remove_files) COMPLETE
56632026-08-14T17:27:19.397Z[ recovery-image] Aug 14 17:27:18.249 INFO O| Aug 14 17:27:18.249 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-14T17:27:19.405Z[ recovery-image] Aug 14 17:27:18.259 INFO O| Aug 14 17:27:18.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56652026-08-14T17:27:19.408Z[ recovery-image] Aug 14 17:27:18.260 INFO O| Aug 14 17:27:18.260 INFO STEP 149 (remove_files) COMPLETE
56662026-08-14T17:27:19.408Z[ recovery-image] Aug 14 17:27:18.260 INFO O| Aug 14 17:27:18.260 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-14T17:27:19.415Z[ recovery-image] Aug 14 17:27:18.269 INFO O| Aug 14 17:27:18.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56682026-08-14T17:27:19.415Z[ recovery-image] Aug 14 17:27:18.269 INFO O| Aug 14 17:27:18.269 INFO STEP 150 (remove_files) COMPLETE
56692026-08-14T17:27:19.418Z[ recovery-image] Aug 14 17:27:18.269 INFO O| Aug 14 17:27:18.269 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-14T17:27:19.425Z[ recovery-image] Aug 14 17:27:18.279 INFO O| Aug 14 17:27:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56712026-08-14T17:27:19.425Z[ recovery-image] Aug 14 17:27:18.279 INFO O| Aug 14 17:27:18.279 INFO STEP 151 (remove_files) COMPLETE
56722026-08-14T17:27:19.428Z[ recovery-image] Aug 14 17:27:18.279 INFO O| Aug 14 17:27:18.279 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-14T17:27:19.434Z[ recovery-image] Aug 14 17:27:18.288 INFO O| Aug 14 17:27:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56742026-08-14T17:27:19.434Z[ recovery-image] Aug 14 17:27:18.288 INFO O| Aug 14 17:27:18.288 INFO STEP 152 (remove_files) COMPLETE
56752026-08-14T17:27:19.437Z[ recovery-image] Aug 14 17:27:18.288 INFO O| Aug 14 17:27:18.288 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-14T17:27:19.443Z[ recovery-image] Aug 14 17:27:18.297 INFO O| Aug 14 17:27:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56772026-08-14T17:27:19.443Z[ recovery-image] Aug 14 17:27:18.297 INFO O| Aug 14 17:27:18.297 INFO STEP 153 (remove_files) COMPLETE
56782026-08-14T17:27:19.446Z[ recovery-image] Aug 14 17:27:18.297 INFO O| Aug 14 17:27:18.297 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-14T17:27:19.452Z[ recovery-image] Aug 14 17:27:18.306 INFO O| Aug 14 17:27:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56802026-08-14T17:27:19.452Z[ recovery-image] Aug 14 17:27:18.306 INFO O| Aug 14 17:27:18.306 INFO STEP 154 (remove_files) COMPLETE
56812026-08-14T17:27:19.455Z[ recovery-image] Aug 14 17:27:18.306 INFO O| Aug 14 17:27:18.306 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-14T17:27:19.460Z[ recovery-image] Aug 14 17:27:18.314 INFO O| Aug 14 17:27:18.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56832026-08-14T17:27:19.460Z[ recovery-image] Aug 14 17:27:18.314 INFO O| Aug 14 17:27:18.314 INFO STEP 155 (remove_files) COMPLETE
56842026-08-14T17:27:19.460Z[ recovery-image] Aug 14 17:27:18.314 INFO O| Aug 14 17:27:18.314 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-14T17:27:19.463Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
56862026-08-14T17:27:19.470Z[ recovery-image] Aug 14 17:27:18.324 INFO O| Aug 14 17:27:18.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
56872026-08-14T17:27:19.470Z[ recovery-image] Aug 14 17:27:18.324 INFO O| Aug 14 17:27:18.324 INFO STEP 156 (remove_files) COMPLETE
56882026-08-14T17:27:19.473Z[ recovery-image] Aug 14 17:27:18.324 INFO O| Aug 14 17:27:18.324 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-14T17:27:19.479Z[ recovery-image] Aug 14 17:27:18.333 INFO O| Aug 14 17:27:18.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
56902026-08-14T17:27:19.482Z[ recovery-image] Aug 14 17:27:18.333 INFO O| Aug 14 17:27:18.333 INFO STEP 157 (remove_files) COMPLETE
56912026-08-14T17:27:19.482Z[ recovery-image] Aug 14 17:27:18.333 INFO O| Aug 14 17:27:18.333 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-14T17:27:19.489Z[ recovery-image] Aug 14 17:27:18.343 INFO O| Aug 14 17:27:18.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
56932026-08-14T17:27:19.489Z[ recovery-image] Aug 14 17:27:18.343 INFO O| Aug 14 17:27:18.343 INFO STEP 158 (remove_files) COMPLETE
56942026-08-14T17:27:19.492Z[ recovery-image] Aug 14 17:27:18.343 INFO O| Aug 14 17:27:18.343 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-14T17:27:19.500Z[ recovery-image] Aug 14 17:27:18.353 INFO O| Aug 14 17:27:18.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
56962026-08-14T17:27:19.503Z[ recovery-image] Aug 14 17:27:18.354 INFO O| Aug 14 17:27:18.354 INFO STEP 159 (remove_files) COMPLETE
56972026-08-14T17:27:19.503Z[ recovery-image] Aug 14 17:27:18.354 INFO O| Aug 14 17:27:18.354 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-14T17:27:19.510Z[ recovery-image] Aug 14 17:27:18.364 INFO O| Aug 14 17:27:18.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
56992026-08-14T17:27:19.513Z[ recovery-image] Aug 14 17:27:18.365 INFO O| Aug 14 17:27:18.365 INFO STEP 160 (remove_files) COMPLETE
57002026-08-14T17:27:19.513Z[ recovery-image] Aug 14 17:27:18.365 INFO O| Aug 14 17:27:18.365 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-14T17:27:19.521Z[ recovery-image] Aug 14 17:27:18.375 INFO O| Aug 14 17:27:18.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57022026-08-14T17:27:19.524Z[ recovery-image] Aug 14 17:27:18.376 INFO O| Aug 14 17:27:18.376 INFO STEP 161 (remove_files) COMPLETE
57032026-08-14T17:27:19.524Z[ recovery-image] Aug 14 17:27:18.376 INFO O| Aug 14 17:27:18.376 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-14T17:27:19.532Z[ recovery-image] Aug 14 17:27:18.386 INFO O| Aug 14 17:27:18.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57052026-08-14T17:27:19.535Z[ recovery-image] Aug 14 17:27:18.387 INFO O| Aug 14 17:27:18.387 INFO STEP 162 (remove_files) COMPLETE
57062026-08-14T17:27:19.535Z[ recovery-image] Aug 14 17:27:18.387 INFO O| Aug 14 17:27:18.387 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-14T17:27:19.542Z[ recovery-image] Aug 14 17:27:18.396 INFO O| Aug 14 17:27:18.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57082026-08-14T17:27:19.542Z[ recovery-image] Aug 14 17:27:18.396 INFO O| Aug 14 17:27:18.396 INFO STEP 163 (remove_files) COMPLETE
57092026-08-14T17:27:19.542Z[ recovery-image] Aug 14 17:27:18.396 INFO O| Aug 14 17:27:18.396 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-14T17:27:19.542Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
57112026-08-14T17:27:19.552Z[ recovery-image] Aug 14 17:27:18.406 INFO O| Aug 14 17:27:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57122026-08-14T17:27:19.552Z[ recovery-image] Aug 14 17:27:18.406 INFO O| Aug 14 17:27:18.406 INFO STEP 164 (remove_files) COMPLETE
57132026-08-14T17:27:19.555Z[ recovery-image] Aug 14 17:27:18.406 INFO O| Aug 14 17:27:18.406 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-14T17:27:19.562Z[ recovery-image] Aug 14 17:27:18.416 INFO O| Aug 14 17:27:18.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57152026-08-14T17:27:19.565Z[ recovery-image] Aug 14 17:27:18.416 INFO O| Aug 14 17:27:18.416 INFO STEP 165 (remove_files) COMPLETE
57162026-08-14T17:27:19.565Z[ recovery-image] Aug 14 17:27:18.416 INFO O| Aug 14 17:27:18.416 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-14T17:27:19.573Z[ recovery-image] Aug 14 17:27:18.427 INFO O| Aug 14 17:27:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57182026-08-14T17:27:19.573Z[ recovery-image] Aug 14 17:27:18.427 INFO O| Aug 14 17:27:18.427 INFO STEP 166 (remove_files) COMPLETE
57192026-08-14T17:27:19.573Z[ recovery-image] Aug 14 17:27:18.427 INFO O| Aug 14 17:27:18.427 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-14T17:27:19.584Z[ recovery-image] Aug 14 17:27:18.437 INFO O| Aug 14 17:27:18.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57212026-08-14T17:27:19.584Z[ recovery-image] Aug 14 17:27:18.438 INFO O| Aug 14 17:27:18.438 INFO STEP 167 (remove_files) COMPLETE
57222026-08-14T17:27:19.584Z[ recovery-image] Aug 14 17:27:18.438 INFO O| Aug 14 17:27:18.438 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-14T17:27:19.594Z[ recovery-image] Aug 14 17:27:18.447 INFO O| Aug 14 17:27:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57242026-08-14T17:27:19.594Z[ recovery-image] Aug 14 17:27:18.447 INFO O| Aug 14 17:27:18.447 INFO STEP 168 (remove_files) COMPLETE
57252026-08-14T17:27:19.594Z[ recovery-image] Aug 14 17:27:18.448 INFO O| Aug 14 17:27:18.447 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-14T17:27:19.602Z[ recovery-image] Aug 14 17:27:18.456 INFO O| Aug 14 17:27:18.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57272026-08-14T17:27:19.602Z[ recovery-image] Aug 14 17:27:18.456 INFO O| Aug 14 17:27:18.456 INFO STEP 169 (remove_files) COMPLETE
57282026-08-14T17:27:19.602Z[ recovery-image] Aug 14 17:27:18.456 INFO O| Aug 14 17:27:18.456 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-14T17:27:19.611Z[ recovery-image] Aug 14 17:27:18.465 INFO O| Aug 14 17:27:18.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57302026-08-14T17:27:19.611Z[ recovery-image] Aug 14 17:27:18.465 INFO O| Aug 14 17:27:18.465 INFO STEP 170 (remove_files) COMPLETE
57312026-08-14T17:27:19.611Z[ recovery-image] Aug 14 17:27:18.465 INFO O| Aug 14 17:27:18.465 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-14T17:27:19.619Z[ recovery-image] Aug 14 17:27:18.473 INFO O| Aug 14 17:27:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57332026-08-14T17:27:19.619Z[ recovery-image] Aug 14 17:27:18.473 INFO O| Aug 14 17:27:18.473 INFO STEP 171 (remove_files) COMPLETE
57342026-08-14T17:27:19.619Z[ recovery-image] Aug 14 17:27:18.473 INFO O| Aug 14 17:27:18.473 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-14T17:27:19.627Z[ recovery-image] Aug 14 17:27:18.481 INFO O| Aug 14 17:27:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57362026-08-14T17:27:19.627Z[ recovery-image] Aug 14 17:27:18.481 INFO O| Aug 14 17:27:18.481 INFO STEP 172 (remove_files) COMPLETE
57372026-08-14T17:27:19.627Z[ recovery-image] Aug 14 17:27:18.481 INFO O| Aug 14 17:27:18.481 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-14T17:27:19.637Z[ recovery-image] Aug 14 17:27:18.490 INFO O| Aug 14 17:27:18.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57392026-08-14T17:27:19.637Z[ recovery-image] Aug 14 17:27:18.491 INFO O| Aug 14 17:27:18.490 INFO STEP 173 (remove_files) COMPLETE
57402026-08-14T17:27:19.640Z[ recovery-image] Aug 14 17:27:18.491 INFO O| Aug 14 17:27:18.491 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-14T17:27:19.646Z[ recovery-image] Aug 14 17:27:18.500 INFO O| Aug 14 17:27:18.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57422026-08-14T17:27:19.646Z[ recovery-image] Aug 14 17:27:18.500 INFO O| Aug 14 17:27:18.500 INFO STEP 174 (remove_files) COMPLETE
57432026-08-14T17:27:19.649Z[ recovery-image] Aug 14 17:27:18.500 INFO O| Aug 14 17:27:18.500 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-14T17:27:19.655Z[ recovery-image] Aug 14 17:27:18.509 INFO O| Aug 14 17:27:18.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57452026-08-14T17:27:19.655Z[ recovery-image] Aug 14 17:27:18.509 INFO O| Aug 14 17:27:18.509 INFO STEP 175 (remove_files) COMPLETE
57462026-08-14T17:27:19.655Z[ recovery-image] Aug 14 17:27:18.509 INFO O| Aug 14 17:27:18.509 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-14T17:27:19.663Z[ recovery-image] Aug 14 17:27:18.517 INFO O| Aug 14 17:27:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57482026-08-14T17:27:19.663Z[ recovery-image] Aug 14 17:27:18.517 INFO O| Aug 14 17:27:18.517 INFO STEP 176 (remove_files) COMPLETE
57492026-08-14T17:27:19.664Z[ recovery-image] Aug 14 17:27:18.517 INFO O| Aug 14 17:27:18.517 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-14T17:27:19.673Z[ recovery-image] Aug 14 17:27:18.526 INFO O| Aug 14 17:27:18.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57512026-08-14T17:27:19.673Z[ recovery-image] Aug 14 17:27:18.526 INFO O| Aug 14 17:27:18.526 INFO STEP 177 (remove_files) COMPLETE
57522026-08-14T17:27:19.676Z[ recovery-image] Aug 14 17:27:18.526 INFO O| Aug 14 17:27:18.526 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-14T17:27:19.681Z[ recovery-image] Aug 14 17:27:18.535 INFO O| Aug 14 17:27:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57542026-08-14T17:27:19.684Z[ recovery-image] Aug 14 17:27:18.536 INFO O| Aug 14 17:27:18.536 INFO STEP 178 (remove_files) COMPLETE
57552026-08-14T17:27:19.684Z[ recovery-image] Aug 14 17:27:18.536 INFO O| Aug 14 17:27:18.536 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-14T17:27:19.690Z[ recovery-image] Aug 14 17:27:18.544 INFO O| Aug 14 17:27:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57572026-08-14T17:27:19.691Z[ recovery-image] Aug 14 17:27:18.544 INFO O| Aug 14 17:27:18.544 INFO STEP 179 (remove_files) COMPLETE
57582026-08-14T17:27:19.694Z[ recovery-image] Aug 14 17:27:18.544 INFO O| Aug 14 17:27:18.544 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-14T17:27:19.699Z[ recovery-image] Aug 14 17:27:18.553 INFO O| Aug 14 17:27:18.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57602026-08-14T17:27:19.699Z[ recovery-image] Aug 14 17:27:18.553 INFO O| Aug 14 17:27:18.553 INFO STEP 180 (remove_files) COMPLETE
57612026-08-14T17:27:19.699Z[ recovery-image] Aug 14 17:27:18.553 INFO O| Aug 14 17:27:18.553 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-14T17:27:19.711Z[ recovery-image] Aug 14 17:27:18.561 INFO O| Aug 14 17:27:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57632026-08-14T17:27:19.711Z[ recovery-image] Aug 14 17:27:18.561 INFO O| Aug 14 17:27:18.561 INFO STEP 181 (remove_files) COMPLETE
57642026-08-14T17:27:19.711Z[ recovery-image] Aug 14 17:27:18.561 INFO O| Aug 14 17:27:18.561 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-14T17:27:19.716Z[ recovery-image] Aug 14 17:27:18.570 INFO O| Aug 14 17:27:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57662026-08-14T17:27:19.716Z[ recovery-image] Aug 14 17:27:18.570 INFO O| Aug 14 17:27:18.570 INFO STEP 182 (remove_files) COMPLETE
57672026-08-14T17:27:19.716Z[ recovery-image] Aug 14 17:27:18.570 INFO O| Aug 14 17:27:18.570 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-14T17:27:19.724Z[ recovery-image] Aug 14 17:27:18.578 INFO O| Aug 14 17:27:18.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57692026-08-14T17:27:19.724Z[ recovery-image] Aug 14 17:27:18.578 INFO O| Aug 14 17:27:18.578 INFO STEP 183 (remove_files) COMPLETE
57702026-08-14T17:27:19.724Z[ recovery-image] Aug 14 17:27:18.578 INFO O| Aug 14 17:27:18.578 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-14T17:27:19.737Z[ recovery-image] Aug 14 17:27:18.591 INFO O| Aug 14 17:27:18.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57722026-08-14T17:27:19.737Z[ recovery-image] Aug 14 17:27:18.591 INFO O| Aug 14 17:27:18.591 INFO STEP 184 (remove_files) COMPLETE
57732026-08-14T17:27:19.741Z[ recovery-image] Aug 14 17:27:18.591 INFO O| Aug 14 17:27:18.591 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-14T17:27:19.750Z[ recovery-image] Aug 14 17:27:18.604 INFO O| Aug 14 17:27:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57752026-08-14T17:27:19.750Z[ recovery-image] Aug 14 17:27:18.604 INFO O| Aug 14 17:27:18.604 INFO STEP 185 (remove_files) COMPLETE
57762026-08-14T17:27:19.751Z[ recovery-image] Aug 14 17:27:18.604 INFO O| Aug 14 17:27:18.604 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-14T17:27:19.760Z[ recovery-image] Aug 14 17:27:18.613 INFO O| Aug 14 17:27:18.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57782026-08-14T17:27:19.772Z[ recovery-image] Aug 14 17:27:18.613 INFO O| Aug 14 17:27:18.613 INFO STEP 186 (remove_files) COMPLETE
57792026-08-14T17:27:19.772Z[ recovery-image] Aug 14 17:27:18.613 INFO O| Aug 14 17:27:18.613 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-14T17:27:19.772Z[ recovery-image] Aug 14 17:27:18.621 INFO O| Aug 14 17:27:18.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57812026-08-14T17:27:19.772Z[ recovery-image] Aug 14 17:27:18.622 INFO O| Aug 14 17:27:18.621 INFO STEP 187 (remove_files) COMPLETE
57822026-08-14T17:27:19.773Z[ recovery-image] Aug 14 17:27:18.622 INFO O| Aug 14 17:27:18.621 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-14T17:27:19.779Z[ recovery-image] Aug 14 17:27:18.632 INFO O| Aug 14 17:27:18.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57842026-08-14T17:27:19.779Z[ recovery-image] Aug 14 17:27:18.632 INFO O| Aug 14 17:27:18.632 INFO STEP 188 (remove_files) COMPLETE
57852026-08-14T17:27:19.782Z[ recovery-image] Aug 14 17:27:18.632 INFO O| Aug 14 17:27:18.632 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-14T17:27:19.787Z[ recovery-image] Aug 14 17:27:18.641 INFO O| Aug 14 17:27:18.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
57872026-08-14T17:27:19.787Z[ recovery-image] Aug 14 17:27:18.641 INFO O| Aug 14 17:27:18.641 INFO STEP 189 (remove_files) COMPLETE
57882026-08-14T17:27:19.790Z[ recovery-image] Aug 14 17:27:18.641 INFO O| Aug 14 17:27:18.641 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-14T17:27:19.795Z[ recovery-image] Aug 14 17:27:18.649 INFO O| Aug 14 17:27:18.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
57902026-08-14T17:27:19.795Z[ recovery-image] Aug 14 17:27:18.649 INFO O| Aug 14 17:27:18.649 INFO STEP 190 (remove_files) COMPLETE
57912026-08-14T17:27:19.798Z[ recovery-image] Aug 14 17:27:18.649 INFO O| Aug 14 17:27:18.649 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-14T17:27:19.804Z[ recovery-image] Aug 14 17:27:18.658 INFO O| Aug 14 17:27:18.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
57932026-08-14T17:27:19.804Z[ recovery-image] Aug 14 17:27:18.658 INFO O| Aug 14 17:27:18.658 INFO STEP 191 (remove_files) COMPLETE
57942026-08-14T17:27:19.804Z[ recovery-image] Aug 14 17:27:18.658 INFO O| Aug 14 17:27:18.658 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-14T17:27:19.813Z[ recovery-image] Aug 14 17:27:18.667 INFO O| Aug 14 17:27:18.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
57962026-08-14T17:27:19.813Z[ recovery-image] Aug 14 17:27:18.667 INFO O| Aug 14 17:27:18.667 INFO STEP 192 (remove_files) COMPLETE
57972026-08-14T17:27:19.816Z[ recovery-image] Aug 14 17:27:18.667 INFO O| Aug 14 17:27:18.667 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-14T17:27:19.821Z[ recovery-image] Aug 14 17:27:18.675 INFO O| Aug 14 17:27:18.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
57992026-08-14T17:27:19.821Z[ recovery-image] Aug 14 17:27:18.675 INFO O| Aug 14 17:27:18.675 INFO STEP 193 (remove_files) COMPLETE
58002026-08-14T17:27:19.821Z[ recovery-image] Aug 14 17:27:18.675 INFO O| Aug 14 17:27:18.675 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-14T17:27:19.833Z[ recovery-image] Aug 14 17:27:18.686 INFO O| Aug 14 17:27:18.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58022026-08-14T17:27:19.833Z[ recovery-image] Aug 14 17:27:18.686 INFO O| Aug 14 17:27:18.686 INFO STEP 194 (remove_files) COMPLETE
58032026-08-14T17:27:19.833Z[ recovery-image] Aug 14 17:27:18.686 INFO O| Aug 14 17:27:18.686 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-14T17:27:19.842Z[ recovery-image] Aug 14 17:27:18.696 INFO O| Aug 14 17:27:18.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58052026-08-14T17:27:19.842Z[ recovery-image] Aug 14 17:27:18.696 INFO O| Aug 14 17:27:18.696 INFO STEP 195 (remove_files) COMPLETE
58062026-08-14T17:27:19.842Z[ recovery-image] Aug 14 17:27:18.696 INFO O| Aug 14 17:27:18.696 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-14T17:27:19.852Z[ recovery-image] Aug 14 17:27:18.706 INFO O| Aug 14 17:27:18.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58082026-08-14T17:27:19.852Z[ recovery-image] Aug 14 17:27:18.706 INFO O| Aug 14 17:27:18.706 INFO STEP 196 (remove_files) COMPLETE
58092026-08-14T17:27:19.852Z[ recovery-image] Aug 14 17:27:18.706 INFO O| Aug 14 17:27:18.706 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-14T17:27:19.862Z[ recovery-image] Aug 14 17:27:18.716 INFO O| Aug 14 17:27:18.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58112026-08-14T17:27:19.862Z[ recovery-image] Aug 14 17:27:18.716 INFO O| Aug 14 17:27:18.716 INFO STEP 197 (remove_files) COMPLETE
58122026-08-14T17:27:19.862Z[ recovery-image] Aug 14 17:27:18.716 INFO O| Aug 14 17:27:18.716 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-14T17:27:19.872Z[ recovery-image] Aug 14 17:27:18.726 INFO O| Aug 14 17:27:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58142026-08-14T17:27:19.873Z[ recovery-image] Aug 14 17:27:18.726 INFO O| Aug 14 17:27:18.726 INFO STEP 198 (remove_files) COMPLETE
58152026-08-14T17:27:19.873Z[ recovery-image] Aug 14 17:27:18.726 INFO O| Aug 14 17:27:18.726 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-14T17:27:19.882Z[ recovery-image] Aug 14 17:27:18.736 INFO O| Aug 14 17:27:18.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58172026-08-14T17:27:19.883Z[ recovery-image] Aug 14 17:27:18.736 INFO O| Aug 14 17:27:18.736 INFO STEP 199 (remove_files) COMPLETE
58182026-08-14T17:27:19.886Z[ recovery-image] Aug 14 17:27:18.736 INFO O| Aug 14 17:27:18.736 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-14T17:27:19.892Z[ recovery-image] Aug 14 17:27:18.746 INFO O| Aug 14 17:27:18.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58202026-08-14T17:27:19.892Z[ recovery-image] Aug 14 17:27:18.746 INFO O| Aug 14 17:27:18.746 INFO STEP 200 (remove_files) COMPLETE
58212026-08-14T17:27:19.895Z[ recovery-image] Aug 14 17:27:18.746 INFO O| Aug 14 17:27:18.746 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-14T17:27:19.895Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
58232026-08-14T17:27:19.900Z[ recovery-image] Aug 14 17:27:18.754 INFO O| Aug 14 17:27:18.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58242026-08-14T17:27:19.900Z[ recovery-image] Aug 14 17:27:18.754 INFO O| Aug 14 17:27:18.754 INFO STEP 201 (remove_files) COMPLETE
58252026-08-14T17:27:19.903Z[ recovery-image] Aug 14 17:27:18.754 INFO O| Aug 14 17:27:18.754 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-14T17:27:19.909Z[ recovery-image] Aug 14 17:27:18.763 INFO O| Aug 14 17:27:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58272026-08-14T17:27:19.909Z[ recovery-image] Aug 14 17:27:18.763 INFO O| Aug 14 17:27:18.763 INFO STEP 202 (remove_files) COMPLETE
58282026-08-14T17:27:19.912Z[ recovery-image] Aug 14 17:27:18.763 INFO O| Aug 14 17:27:18.763 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-14T17:27:19.917Z[ recovery-image] Aug 14 17:27:18.771 INFO O| Aug 14 17:27:18.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58302026-08-14T17:27:19.917Z[ recovery-image] Aug 14 17:27:18.771 INFO O| Aug 14 17:27:18.771 INFO STEP 203 (remove_files) COMPLETE
58312026-08-14T17:27:19.917Z[ recovery-image] Aug 14 17:27:18.771 INFO O| Aug 14 17:27:18.771 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-14T17:27:19.925Z[ recovery-image] Aug 14 17:27:18.779 INFO O| Aug 14 17:27:18.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58332026-08-14T17:27:19.925Z[ recovery-image] Aug 14 17:27:18.779 INFO O| Aug 14 17:27:18.779 INFO STEP 204 (remove_files) COMPLETE
58342026-08-14T17:27:19.929Z[ recovery-image] Aug 14 17:27:18.779 INFO O| Aug 14 17:27:18.779 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-14T17:27:19.933Z[ recovery-image] Aug 14 17:27:18.787 INFO O| Aug 14 17:27:18.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58362026-08-14T17:27:19.933Z[ recovery-image] Aug 14 17:27:18.787 INFO O| Aug 14 17:27:18.787 INFO STEP 205 (remove_files) COMPLETE
58372026-08-14T17:27:19.933Z[ recovery-image] Aug 14 17:27:18.787 INFO O| Aug 14 17:27:18.787 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-14T17:27:19.942Z[ recovery-image] Aug 14 17:27:18.796 INFO O| Aug 14 17:27:18.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58392026-08-14T17:27:19.942Z[ recovery-image] Aug 14 17:27:18.796 INFO O| Aug 14 17:27:18.796 INFO STEP 206 (remove_files) COMPLETE
58402026-08-14T17:27:19.942Z[ recovery-image] Aug 14 17:27:18.796 INFO O| Aug 14 17:27:18.796 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-14T17:27:19.950Z[ recovery-image] Aug 14 17:27:18.804 INFO O| Aug 14 17:27:18.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58422026-08-14T17:27:19.950Z[ recovery-image] Aug 14 17:27:18.804 INFO O| Aug 14 17:27:18.804 INFO STEP 207 (remove_files) COMPLETE
58432026-08-14T17:27:19.950Z[ recovery-image] Aug 14 17:27:18.804 INFO O| Aug 14 17:27:18.804 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-14T17:27:19.954Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
58452026-08-14T17:27:19.958Z[ recovery-image] Aug 14 17:27:18.812 INFO O| Aug 14 17:27:18.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58462026-08-14T17:27:19.958Z[ recovery-image] Aug 14 17:27:18.812 INFO O| Aug 14 17:27:18.812 INFO STEP 208 (remove_files) COMPLETE
58472026-08-14T17:27:19.958Z[ recovery-image] Aug 14 17:27:18.812 INFO O| Aug 14 17:27:18.812 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-14T17:27:19.967Z[ recovery-image] Aug 14 17:27:18.821 INFO O| Aug 14 17:27:18.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58492026-08-14T17:27:19.967Z[ recovery-image] Aug 14 17:27:18.821 INFO O| Aug 14 17:27:18.821 INFO STEP 209 (remove_files) COMPLETE
58502026-08-14T17:27:19.967Z[ recovery-image] Aug 14 17:27:18.821 INFO O| Aug 14 17:27:18.821 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-14T17:27:19.975Z[ recovery-image] Aug 14 17:27:18.829 INFO O| Aug 14 17:27:18.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58522026-08-14T17:27:19.975Z[ recovery-image] Aug 14 17:27:18.829 INFO O| Aug 14 17:27:18.829 INFO STEP 210 (remove_files) COMPLETE
58532026-08-14T17:27:19.975Z[ recovery-image] Aug 14 17:27:18.829 INFO O| Aug 14 17:27:18.829 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-14T17:27:19.986Z[ recovery-image] Aug 14 17:27:18.839 INFO O| Aug 14 17:27:18.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58552026-08-14T17:27:19.986Z[ recovery-image] Aug 14 17:27:18.839 INFO O| Aug 14 17:27:18.839 INFO STEP 211 (remove_files) COMPLETE
58562026-08-14T17:27:19.989Z[ recovery-image] Aug 14 17:27:18.839 INFO O| Aug 14 17:27:18.839 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-14T17:27:19.995Z[ recovery-image] Aug 14 17:27:18.849 INFO O| Aug 14 17:27:18.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58582026-08-14T17:27:19.995Z[ recovery-image] Aug 14 17:27:18.849 INFO O| Aug 14 17:27:18.849 INFO STEP 212 (remove_files) COMPLETE
58592026-08-14T17:27:19.995Z[ recovery-image] Aug 14 17:27:18.849 INFO O| Aug 14 17:27:18.849 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-14T17:27:20.005Z[ recovery-image] Aug 14 17:27:18.859 INFO O| Aug 14 17:27:18.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58612026-08-14T17:27:20.005Z[ recovery-image] Aug 14 17:27:18.859 INFO O| Aug 14 17:27:18.859 INFO STEP 213 (remove_files) COMPLETE
58622026-08-14T17:27:20.009Z[ recovery-image] Aug 14 17:27:18.859 INFO O| Aug 14 17:27:18.859 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-14T17:27:20.015Z[ recovery-image] Aug 14 17:27:18.869 INFO O| Aug 14 17:27:18.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58642026-08-14T17:27:20.015Z[ recovery-image] Aug 14 17:27:18.869 INFO O| Aug 14 17:27:18.869 INFO STEP 214 (remove_files) COMPLETE
58652026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.869 INFO O| Aug 14 17:27:18.869 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.878 INFO O| Aug 14 17:27:18.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58672026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.878 INFO O| Aug 14 17:27:18.878 INFO STEP 215 (remove_files) COMPLETE
58682026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.878 INFO O| Aug 14 17:27:18.878 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.888 INFO O| Aug 14 17:27:18.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58702026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.888 INFO O| Aug 14 17:27:18.888 INFO STEP 216 (remove_files) COMPLETE
58712026-08-14T17:27:20.035Z[ recovery-image] Aug 14 17:27:18.888 INFO O| Aug 14 17:27:18.888 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-14T17:27:20.043Z[ recovery-image] Aug 14 17:27:18.897 INFO O| Aug 14 17:27:18.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58732026-08-14T17:27:20.043Z[ recovery-image] Aug 14 17:27:18.897 INFO O| Aug 14 17:27:18.897 INFO STEP 217 (remove_files) COMPLETE
58742026-08-14T17:27:20.043Z[ recovery-image] Aug 14 17:27:18.897 INFO O| Aug 14 17:27:18.897 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-14T17:27:20.053Z[ recovery-image] Aug 14 17:27:18.907 INFO O| Aug 14 17:27:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58762026-08-14T17:27:20.053Z[ recovery-image] Aug 14 17:27:18.907 INFO O| Aug 14 17:27:18.907 INFO STEP 218 (remove_files) COMPLETE
58772026-08-14T17:27:20.053Z[ recovery-image] Aug 14 17:27:18.907 INFO O| Aug 14 17:27:18.907 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-14T17:27:20.062Z[ recovery-image] Aug 14 17:27:18.916 INFO O| Aug 14 17:27:18.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58792026-08-14T17:27:20.065Z[ recovery-image] Aug 14 17:27:18.917 INFO O| Aug 14 17:27:18.917 INFO STEP 219 (remove_files) COMPLETE
58802026-08-14T17:27:20.065Z[ recovery-image] Aug 14 17:27:18.917 INFO O| Aug 14 17:27:18.917 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-14T17:27:20.072Z[ recovery-image] Aug 14 17:27:18.926 INFO O| Aug 14 17:27:18.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58822026-08-14T17:27:20.072Z[ recovery-image] Aug 14 17:27:18.926 INFO O| Aug 14 17:27:18.926 INFO STEP 220 (remove_files) COMPLETE
58832026-08-14T17:27:20.072Z[ recovery-image] Aug 14 17:27:18.926 INFO O| Aug 14 17:27:18.926 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-14T17:27:20.082Z[ recovery-image] Aug 14 17:27:18.935 INFO O| Aug 14 17:27:18.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58852026-08-14T17:27:20.082Z[ recovery-image] Aug 14 17:27:18.935 INFO O| Aug 14 17:27:18.935 INFO STEP 221 (remove_files) COMPLETE
58862026-08-14T17:27:20.085Z[ recovery-image] Aug 14 17:27:18.935 INFO O| Aug 14 17:27:18.935 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-14T17:27:20.090Z[ recovery-image] Aug 14 17:27:18.942 INFO O| Aug 14 17:27:18.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
58882026-08-14T17:27:20.090Z[ recovery-image] Aug 14 17:27:18.942 INFO O| Aug 14 17:27:18.942 INFO STEP 222 (remove_files) COMPLETE
58892026-08-14T17:27:20.093Z[ recovery-image] Aug 14 17:27:18.942 INFO O| Aug 14 17:27:18.942 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-14T17:27:20.097Z[ recovery-image] Aug 14 17:27:18.951 INFO O| Aug 14 17:27:18.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
58912026-08-14T17:27:20.097Z[ recovery-image] Aug 14 17:27:18.951 INFO O| Aug 14 17:27:18.951 INFO STEP 223 (remove_files) COMPLETE
58922026-08-14T17:27:20.097Z[ recovery-image] Aug 14 17:27:18.951 INFO O| Aug 14 17:27:18.951 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-14T17:27:20.106Z[ recovery-image] Aug 14 17:27:18.960 INFO O| Aug 14 17:27:18.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
58942026-08-14T17:27:20.106Z[ recovery-image] Aug 14 17:27:18.960 INFO O| Aug 14 17:27:18.960 INFO STEP 224 (remove_files) COMPLETE
58952026-08-14T17:27:20.109Z[ recovery-image] Aug 14 17:27:18.960 INFO O| Aug 14 17:27:18.960 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-14T17:27:20.115Z[ recovery-image] Aug 14 17:27:18.969 INFO O| Aug 14 17:27:18.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
58972026-08-14T17:27:20.115Z[ recovery-image] Aug 14 17:27:18.969 INFO O| Aug 14 17:27:18.969 INFO STEP 225 (remove_files) COMPLETE
58982026-08-14T17:27:20.115Z[ recovery-image] Aug 14 17:27:18.969 INFO O| Aug 14 17:27:18.969 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-14T17:27:20.124Z[ recovery-image] Aug 14 17:27:18.978 INFO O| Aug 14 17:27:18.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59002026-08-14T17:27:20.125Z[ recovery-image] Aug 14 17:27:18.978 INFO O| Aug 14 17:27:18.978 INFO STEP 226 (remove_files) COMPLETE
59012026-08-14T17:27:20.125Z[ recovery-image] Aug 14 17:27:18.978 INFO O| Aug 14 17:27:18.978 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-14T17:27:20.134Z[ recovery-image] Aug 14 17:27:18.987 INFO O| Aug 14 17:27:18.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59032026-08-14T17:27:20.134Z[ recovery-image] Aug 14 17:27:18.987 INFO O| Aug 14 17:27:18.987 INFO STEP 227 (remove_files) COMPLETE
59042026-08-14T17:27:20.137Z[ recovery-image] Aug 14 17:27:18.987 INFO O| Aug 14 17:27:18.987 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-14T17:27:20.143Z[ recovery-image] Aug 14 17:27:18.996 INFO O| Aug 14 17:27:18.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59062026-08-14T17:27:20.143Z[ recovery-image] Aug 14 17:27:18.997 INFO O| Aug 14 17:27:18.997 INFO STEP 228 (remove_files) COMPLETE
59072026-08-14T17:27:20.143Z[ recovery-image] Aug 14 17:27:18.997 INFO O| Aug 14 17:27:18.997 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-14T17:27:20.152Z[ recovery-image] Aug 14 17:27:19.006 INFO O| Aug 14 17:27:19.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59092026-08-14T17:27:20.155Z[ recovery-image] Aug 14 17:27:19.006 INFO O| Aug 14 17:27:19.006 INFO STEP 229 (remove_files) COMPLETE
59102026-08-14T17:27:20.155Z[ recovery-image] Aug 14 17:27:19.006 INFO O| Aug 14 17:27:19.006 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-14T17:27:20.161Z[ recovery-image] Aug 14 17:27:19.015 INFO O| Aug 14 17:27:19.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59122026-08-14T17:27:20.161Z[ recovery-image] Aug 14 17:27:19.015 INFO O| Aug 14 17:27:19.015 INFO STEP 230 (remove_files) COMPLETE
59132026-08-14T17:27:20.164Z[ recovery-image] Aug 14 17:27:19.015 INFO O| Aug 14 17:27:19.015 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-14T17:27:20.170Z[ recovery-image] Aug 14 17:27:19.024 INFO O| Aug 14 17:27:19.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59152026-08-14T17:27:20.170Z[ recovery-image] Aug 14 17:27:19.024 INFO O| Aug 14 17:27:19.024 INFO STEP 231 (remove_files) COMPLETE
59162026-08-14T17:27:20.170Z[ recovery-image] Aug 14 17:27:19.024 INFO O| Aug 14 17:27:19.024 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-14T17:27:20.179Z[ recovery-image] Aug 14 17:27:19.033 INFO O| Aug 14 17:27:19.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59182026-08-14T17:27:20.179Z[ recovery-image] Aug 14 17:27:19.033 INFO O| Aug 14 17:27:19.033 INFO STEP 232 (remove_files) COMPLETE
59192026-08-14T17:27:20.179Z[ recovery-image] Aug 14 17:27:19.033 INFO O| Aug 14 17:27:19.033 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-14T17:27:20.189Z[ recovery-image] Aug 14 17:27:19.042 INFO O| Aug 14 17:27:19.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59212026-08-14T17:27:20.189Z[ recovery-image] Aug 14 17:27:19.042 INFO O| Aug 14 17:27:19.042 INFO STEP 233 (remove_files) COMPLETE
59222026-08-14T17:27:20.189Z[ recovery-image] Aug 14 17:27:19.042 INFO O| Aug 14 17:27:19.042 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-14T17:27:20.201Z[ recovery-image] Aug 14 17:27:19.053 INFO O| Aug 14 17:27:19.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59242026-08-14T17:27:20.201Z[ recovery-image] Aug 14 17:27:19.053 INFO O| Aug 14 17:27:19.053 INFO STEP 234 (remove_files) COMPLETE
59252026-08-14T17:27:20.201Z[ recovery-image] Aug 14 17:27:19.053 INFO O| Aug 14 17:27:19.053 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-14T17:27:20.210Z[ recovery-image] Aug 14 17:27:19.064 INFO O| Aug 14 17:27:19.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59272026-08-14T17:27:20.210Z[ recovery-image] Aug 14 17:27:19.064 INFO O| Aug 14 17:27:19.064 INFO STEP 235 (remove_files) COMPLETE
59282026-08-14T17:27:20.210Z[ recovery-image] Aug 14 17:27:19.064 INFO O| Aug 14 17:27:19.064 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-14T17:27:20.220Z[ recovery-image] Aug 14 17:27:19.074 INFO O| Aug 14 17:27:19.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59302026-08-14T17:27:20.220Z[ recovery-image] Aug 14 17:27:19.074 INFO O| Aug 14 17:27:19.074 INFO STEP 236 (remove_files) COMPLETE
59312026-08-14T17:27:20.224Z[ recovery-image] Aug 14 17:27:19.074 INFO O| Aug 14 17:27:19.074 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-14T17:27:20.231Z[ recovery-image] Aug 14 17:27:19.084 INFO O| Aug 14 17:27:19.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59332026-08-14T17:27:20.231Z[ recovery-image] Aug 14 17:27:19.085 INFO O| Aug 14 17:27:19.084 INFO STEP 237 (remove_files) COMPLETE
59342026-08-14T17:27:20.231Z[ recovery-image] Aug 14 17:27:19.085 INFO O| Aug 14 17:27:19.084 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-14T17:27:20.242Z[ recovery-image] Aug 14 17:27:19.095 INFO O| Aug 14 17:27:19.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59362026-08-14T17:27:20.242Z[ recovery-image] Aug 14 17:27:19.095 INFO O| Aug 14 17:27:19.095 INFO STEP 238 (remove_files) COMPLETE
59372026-08-14T17:27:20.242Z[ recovery-image] Aug 14 17:27:19.095 INFO O| Aug 14 17:27:19.095 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-14T17:27:20.251Z[ recovery-image] Aug 14 17:27:19.105 INFO O| Aug 14 17:27:19.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59392026-08-14T17:27:20.251Z[ recovery-image] Aug 14 17:27:19.105 INFO O| Aug 14 17:27:19.105 INFO STEP 239 (remove_files) COMPLETE
59402026-08-14T17:27:20.251Z[ recovery-image] Aug 14 17:27:19.105 INFO O| Aug 14 17:27:19.105 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-14T17:27:20.261Z[ recovery-image] Aug 14 17:27:19.115 INFO O| Aug 14 17:27:19.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59422026-08-14T17:27:20.261Z[ recovery-image] Aug 14 17:27:19.115 INFO O| Aug 14 17:27:19.115 INFO STEP 240 (remove_files) COMPLETE
59432026-08-14T17:27:20.264Z[ recovery-image] Aug 14 17:27:19.115 INFO O| Aug 14 17:27:19.115 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-14T17:27:20.270Z[ recovery-image] Aug 14 17:27:19.124 INFO O| Aug 14 17:27:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59452026-08-14T17:27:20.270Z[ recovery-image] Aug 14 17:27:19.124 INFO O| Aug 14 17:27:19.124 INFO STEP 241 (remove_files) COMPLETE
59462026-08-14T17:27:20.273Z[ recovery-image] Aug 14 17:27:19.124 INFO O| Aug 14 17:27:19.124 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-14T17:27:20.281Z[ recovery-image] Aug 14 17:27:19.135 INFO O| Aug 14 17:27:19.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59482026-08-14T17:27:20.281Z[ recovery-image] Aug 14 17:27:19.135 INFO O| Aug 14 17:27:19.135 INFO STEP 242 (remove_files) COMPLETE
59492026-08-14T17:27:20.281Z[ recovery-image] Aug 14 17:27:19.135 INFO O| Aug 14 17:27:19.135 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-14T17:27:20.288Z[ recovery-image] Aug 14 17:27:19.142 INFO O| Aug 14 17:27:19.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59512026-08-14T17:27:20.288Z[ recovery-image] Aug 14 17:27:19.142 INFO O| Aug 14 17:27:19.142 INFO STEP 243 (remove_files) COMPLETE
59522026-08-14T17:27:20.288Z[ recovery-image] Aug 14 17:27:19.142 INFO O| Aug 14 17:27:19.142 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-14T17:27:20.296Z[ recovery-image] Aug 14 17:27:19.150 INFO O| Aug 14 17:27:19.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59542026-08-14T17:27:20.296Z[ recovery-image] Aug 14 17:27:19.150 INFO O| Aug 14 17:27:19.150 INFO STEP 244 (remove_files) COMPLETE
59552026-08-14T17:27:20.296Z[ recovery-image] Aug 14 17:27:19.150 INFO O| Aug 14 17:27:19.150 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-14T17:27:20.303Z[ recovery-image] Aug 14 17:27:19.157 INFO O| Aug 14 17:27:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59572026-08-14T17:27:20.303Z[ recovery-image] Aug 14 17:27:19.157 INFO O| Aug 14 17:27:19.157 INFO STEP 245 (remove_files) COMPLETE
59582026-08-14T17:27:20.307Z[ recovery-image] Aug 14 17:27:19.157 INFO O| Aug 14 17:27:19.157 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-14T17:27:20.311Z[ recovery-image] Aug 14 17:27:19.165 INFO O| Aug 14 17:27:19.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59602026-08-14T17:27:20.311Z[ recovery-image] Aug 14 17:27:19.165 INFO O| Aug 14 17:27:19.165 INFO STEP 246 (remove_files) COMPLETE
59612026-08-14T17:27:20.311Z[ recovery-image] Aug 14 17:27:19.165 INFO O| Aug 14 17:27:19.165 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-14T17:27:20.321Z[ recovery-image] Aug 14 17:27:19.174 INFO O| Aug 14 17:27:19.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59632026-08-14T17:27:20.321Z[ recovery-image] Aug 14 17:27:19.175 INFO O| Aug 14 17:27:19.175 INFO STEP 247 (remove_files) COMPLETE
59642026-08-14T17:27:20.321Z[ recovery-image] Aug 14 17:27:19.175 INFO O| Aug 14 17:27:19.175 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-14T17:27:20.329Z[ recovery-image] Aug 14 17:27:19.183 INFO O| Aug 14 17:27:19.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59662026-08-14T17:27:20.329Z[ recovery-image] Aug 14 17:27:19.183 INFO O| Aug 14 17:27:19.183 INFO STEP 248 (remove_files) COMPLETE
59672026-08-14T17:27:20.329Z[ recovery-image] Aug 14 17:27:19.183 INFO O| Aug 14 17:27:19.183 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-14T17:27:20.340Z[ recovery-image] Aug 14 17:27:19.193 INFO O| Aug 14 17:27:19.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59692026-08-14T17:27:20.340Z[ recovery-image] Aug 14 17:27:19.194 INFO O| Aug 14 17:27:19.193 INFO STEP 249 (remove_files) COMPLETE
59702026-08-14T17:27:20.340Z[ recovery-image] Aug 14 17:27:19.194 INFO O| Aug 14 17:27:19.193 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-14T17:27:20.349Z[ recovery-image] Aug 14 17:27:19.203 INFO O| Aug 14 17:27:19.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59722026-08-14T17:27:20.349Z[ recovery-image] Aug 14 17:27:19.203 INFO O| Aug 14 17:27:19.203 INFO STEP 250 (remove_files) COMPLETE
59732026-08-14T17:27:20.349Z[ recovery-image] Aug 14 17:27:19.203 INFO O| Aug 14 17:27:19.203 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-14T17:27:20.358Z[ recovery-image] Aug 14 17:27:19.211 INFO O| Aug 14 17:27:19.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59752026-08-14T17:27:20.358Z[ recovery-image] Aug 14 17:27:19.212 INFO O| Aug 14 17:27:19.212 INFO STEP 251 (remove_files) COMPLETE
59762026-08-14T17:27:20.361Z[ recovery-image] Aug 14 17:27:19.212 INFO O| Aug 14 17:27:19.212 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-14T17:27:20.366Z[ recovery-image] Aug 14 17:27:19.220 INFO O| Aug 14 17:27:19.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59782026-08-14T17:27:20.366Z[ recovery-image] Aug 14 17:27:19.220 INFO O| Aug 14 17:27:19.220 INFO STEP 252 (remove_files) COMPLETE
59792026-08-14T17:27:20.369Z[ recovery-image] Aug 14 17:27:19.220 INFO O| Aug 14 17:27:19.220 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-14T17:27:20.375Z[ recovery-image] Aug 14 17:27:19.229 INFO O| Aug 14 17:27:19.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59812026-08-14T17:27:20.375Z[ recovery-image] Aug 14 17:27:19.229 INFO O| Aug 14 17:27:19.229 INFO STEP 253 (remove_files) COMPLETE
59822026-08-14T17:27:20.375Z[ recovery-image] Aug 14 17:27:19.229 INFO O| Aug 14 17:27:19.229 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-14T17:27:20.384Z[ recovery-image] Aug 14 17:27:19.237 INFO O| Aug 14 17:27:19.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59842026-08-14T17:27:20.384Z[ recovery-image] Aug 14 17:27:19.237 INFO O| Aug 14 17:27:19.237 INFO STEP 254 (remove_files) COMPLETE
59852026-08-14T17:27:20.384Z[ recovery-image] Aug 14 17:27:19.237 INFO O| Aug 14 17:27:19.237 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-14T17:27:20.393Z[ recovery-image] Aug 14 17:27:19.246 INFO O| Aug 14 17:27:19.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
59872026-08-14T17:27:20.393Z[ recovery-image] Aug 14 17:27:19.246 INFO O| Aug 14 17:27:19.246 INFO STEP 255 (remove_files) COMPLETE
59882026-08-14T17:27:20.393Z[ recovery-image] Aug 14 17:27:19.246 INFO O| Aug 14 17:27:19.246 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-14T17:27:20.401Z[ recovery-image] Aug 14 17:27:19.255 INFO O| Aug 14 17:27:19.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
59902026-08-14T17:27:20.401Z[ recovery-image] Aug 14 17:27:19.255 INFO O| Aug 14 17:27:19.255 INFO STEP 256 (remove_files) COMPLETE
59912026-08-14T17:27:20.401Z[ recovery-image] Aug 14 17:27:19.255 INFO O| Aug 14 17:27:19.255 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-14T17:27:20.411Z[ recovery-image] Aug 14 17:27:19.265 INFO O| Aug 14 17:27:19.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
59932026-08-14T17:27:20.411Z[ recovery-image] Aug 14 17:27:19.265 INFO O| Aug 14 17:27:19.265 INFO STEP 257 (remove_files) COMPLETE
59942026-08-14T17:27:20.411Z[ recovery-image] Aug 14 17:27:19.265 INFO O| Aug 14 17:27:19.265 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-14T17:27:20.421Z[ recovery-image] Aug 14 17:27:19.274 INFO O| Aug 14 17:27:19.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
59962026-08-14T17:27:20.421Z[ recovery-image] Aug 14 17:27:19.274 INFO O| Aug 14 17:27:19.274 INFO STEP 258 (remove_files) COMPLETE
59972026-08-14T17:27:20.424Z[ recovery-image] Aug 14 17:27:19.274 INFO O| Aug 14 17:27:19.274 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-14T17:27:20.430Z[ recovery-image] Aug 14 17:27:19.284 INFO O| Aug 14 17:27:19.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
59992026-08-14T17:27:20.430Z[ recovery-image] Aug 14 17:27:19.284 INFO O| Aug 14 17:27:19.284 INFO STEP 259 (remove_files) COMPLETE
60002026-08-14T17:27:20.433Z[ recovery-image] Aug 14 17:27:19.284 INFO O| Aug 14 17:27:19.284 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-14T17:27:20.439Z[ recovery-image] Aug 14 17:27:19.293 INFO O| Aug 14 17:27:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60022026-08-14T17:27:20.439Z[ recovery-image] Aug 14 17:27:19.293 INFO O| Aug 14 17:27:19.293 INFO STEP 260 (remove_files) COMPLETE
60032026-08-14T17:27:20.439Z[ recovery-image] Aug 14 17:27:19.293 INFO O| Aug 14 17:27:19.293 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-14T17:27:20.450Z[ recovery-image] Aug 14 17:27:19.303 INFO O| Aug 14 17:27:19.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60052026-08-14T17:27:20.450Z[ recovery-image] Aug 14 17:27:19.303 INFO O| Aug 14 17:27:19.303 INFO STEP 261 (remove_files) COMPLETE
60062026-08-14T17:27:20.450Z[ recovery-image] Aug 14 17:27:19.303 INFO O| Aug 14 17:27:19.303 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-14T17:27:20.459Z[ recovery-image] Aug 14 17:27:19.313 INFO O| Aug 14 17:27:19.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60082026-08-14T17:27:20.459Z[ recovery-image] Aug 14 17:27:19.313 INFO O| Aug 14 17:27:19.313 INFO STEP 262 (remove_files) COMPLETE
60092026-08-14T17:27:20.459Z[ recovery-image] Aug 14 17:27:19.313 INFO O| Aug 14 17:27:19.313 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-14T17:27:20.469Z[ recovery-image] Aug 14 17:27:19.322 INFO O| Aug 14 17:27:19.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60112026-08-14T17:27:20.469Z[ recovery-image] Aug 14 17:27:19.322 INFO O| Aug 14 17:27:19.322 INFO STEP 263 (remove_files) COMPLETE
60122026-08-14T17:27:20.469Z[ recovery-image] Aug 14 17:27:19.322 INFO O| Aug 14 17:27:19.322 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-14T17:27:20.478Z[ recovery-image] Aug 14 17:27:19.332 INFO O| Aug 14 17:27:19.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60142026-08-14T17:27:20.478Z[ recovery-image] Aug 14 17:27:19.332 INFO O| Aug 14 17:27:19.332 INFO STEP 264 (remove_files) COMPLETE
60152026-08-14T17:27:20.481Z[ recovery-image] Aug 14 17:27:19.332 INFO O| Aug 14 17:27:19.332 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-14T17:27:20.487Z[ recovery-image] Aug 14 17:27:19.341 INFO O| Aug 14 17:27:19.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60172026-08-14T17:27:20.487Z[ recovery-image] Aug 14 17:27:19.341 INFO O| Aug 14 17:27:19.341 INFO STEP 265 (remove_files) COMPLETE
60182026-08-14T17:27:20.487Z[ recovery-image] Aug 14 17:27:19.341 INFO O| Aug 14 17:27:19.341 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-14T17:27:20.497Z[ recovery-image] Aug 14 17:27:19.351 INFO O| Aug 14 17:27:19.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60202026-08-14T17:27:20.497Z[ recovery-image] Aug 14 17:27:19.351 INFO O| Aug 14 17:27:19.351 INFO STEP 266 (remove_files) COMPLETE
60212026-08-14T17:27:20.500Z[ recovery-image] Aug 14 17:27:19.351 INFO O| Aug 14 17:27:19.351 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-14T17:27:20.507Z[ recovery-image] Aug 14 17:27:19.361 INFO O| Aug 14 17:27:19.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60232026-08-14T17:27:20.507Z[ recovery-image] Aug 14 17:27:19.361 INFO O| Aug 14 17:27:19.361 INFO STEP 267 (remove_files) COMPLETE
60242026-08-14T17:27:20.507Z[ recovery-image] Aug 14 17:27:19.361 INFO O| Aug 14 17:27:19.361 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-14T17:27:20.517Z[ recovery-image] Aug 14 17:27:19.371 INFO O| Aug 14 17:27:19.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60262026-08-14T17:27:20.517Z[ recovery-image] Aug 14 17:27:19.371 INFO O| Aug 14 17:27:19.371 INFO STEP 268 (remove_files) COMPLETE
60272026-08-14T17:27:20.517Z[ recovery-image] Aug 14 17:27:19.371 INFO O| Aug 14 17:27:19.371 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-14T17:27:20.527Z[ recovery-image] Aug 14 17:27:19.381 INFO O| Aug 14 17:27:19.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60292026-08-14T17:27:20.527Z[ recovery-image] Aug 14 17:27:19.381 INFO O| Aug 14 17:27:19.381 INFO STEP 269 (remove_files) COMPLETE
60302026-08-14T17:27:20.527Z[ recovery-image] Aug 14 17:27:19.381 INFO O| Aug 14 17:27:19.381 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-14T17:27:20.538Z[ recovery-image] Aug 14 17:27:19.392 INFO O| Aug 14 17:27:19.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60322026-08-14T17:27:20.538Z[ recovery-image] Aug 14 17:27:19.392 INFO O| Aug 14 17:27:19.392 INFO STEP 270 (remove_files) COMPLETE
60332026-08-14T17:27:20.538Z[ recovery-image] Aug 14 17:27:19.392 INFO O| Aug 14 17:27:19.392 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-14T17:27:20.548Z[ recovery-image] Aug 14 17:27:19.402 INFO O| Aug 14 17:27:19.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60352026-08-14T17:27:20.548Z[ recovery-image] Aug 14 17:27:19.402 INFO O| Aug 14 17:27:19.402 INFO STEP 271 (remove_files) COMPLETE
60362026-08-14T17:27:20.551Z[ recovery-image] Aug 14 17:27:19.402 INFO O| Aug 14 17:27:19.402 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-14T17:27:20.558Z[ recovery-image] Aug 14 17:27:19.412 INFO O| Aug 14 17:27:19.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60382026-08-14T17:27:20.558Z[ recovery-image] Aug 14 17:27:19.412 INFO O| Aug 14 17:27:19.412 INFO STEP 272 (remove_files) COMPLETE
60392026-08-14T17:27:20.562Z[ recovery-image] Aug 14 17:27:19.412 INFO O| Aug 14 17:27:19.412 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-14T17:27:20.570Z[ recovery-image] Aug 14 17:27:19.424 INFO O| Aug 14 17:27:19.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60412026-08-14T17:27:20.570Z[ recovery-image] Aug 14 17:27:19.424 INFO O| Aug 14 17:27:19.424 INFO STEP 273 (remove_files) COMPLETE
60422026-08-14T17:27:20.570Z[ recovery-image] Aug 14 17:27:19.424 INFO O| Aug 14 17:27:19.424 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-14T17:27:20.580Z[ recovery-image] Aug 14 17:27:19.434 INFO O| Aug 14 17:27:19.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60442026-08-14T17:27:20.580Z[ recovery-image] Aug 14 17:27:19.434 INFO O| Aug 14 17:27:19.434 INFO STEP 274 (remove_files) COMPLETE
60452026-08-14T17:27:20.580Z[ recovery-image] Aug 14 17:27:19.434 INFO O| Aug 14 17:27:19.434 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-14T17:27:20.591Z[ recovery-image] Aug 14 17:27:19.445 INFO O| Aug 14 17:27:19.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60472026-08-14T17:27:20.591Z[ recovery-image] Aug 14 17:27:19.445 INFO O| Aug 14 17:27:19.445 INFO STEP 275 (remove_files) COMPLETE
60482026-08-14T17:27:20.594Z[ recovery-image] Aug 14 17:27:19.445 INFO O| Aug 14 17:27:19.445 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-14T17:27:20.600Z[ recovery-image] Aug 14 17:27:19.454 INFO O| Aug 14 17:27:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60502026-08-14T17:27:20.600Z[ recovery-image] Aug 14 17:27:19.454 INFO O| Aug 14 17:27:19.454 INFO STEP 276 (remove_files) COMPLETE
60512026-08-14T17:27:20.601Z[ recovery-image] Aug 14 17:27:19.454 INFO O| Aug 14 17:27:19.454 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-14T17:27:20.610Z[ recovery-image] Aug 14 17:27:19.464 INFO O| Aug 14 17:27:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60532026-08-14T17:27:20.610Z[ recovery-image] Aug 14 17:27:19.464 INFO O| Aug 14 17:27:19.464 INFO STEP 277 (remove_files) COMPLETE
60542026-08-14T17:27:20.610Z[ recovery-image] Aug 14 17:27:19.464 INFO O| Aug 14 17:27:19.464 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-14T17:27:20.618Z[ recovery-image] Aug 14 17:27:19.472 INFO O| Aug 14 17:27:19.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60562026-08-14T17:27:20.618Z[ recovery-image] Aug 14 17:27:19.472 INFO O| Aug 14 17:27:19.472 INFO STEP 278 (remove_files) COMPLETE
60572026-08-14T17:27:20.618Z[ recovery-image] Aug 14 17:27:19.472 INFO O| Aug 14 17:27:19.472 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-14T17:27:20.627Z[ recovery-image] Aug 14 17:27:19.480 INFO O| Aug 14 17:27:19.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60592026-08-14T17:27:20.627Z[ recovery-image] Aug 14 17:27:19.480 INFO O| Aug 14 17:27:19.480 INFO STEP 279 (remove_files) COMPLETE
60602026-08-14T17:27:20.631Z[ recovery-image] Aug 14 17:27:19.480 INFO O| Aug 14 17:27:19.480 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-14T17:27:20.634Z[ recovery-image] Aug 14 17:27:19.488 INFO O| Aug 14 17:27:19.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60622026-08-14T17:27:20.634Z[ recovery-image] Aug 14 17:27:19.488 INFO O| Aug 14 17:27:19.488 INFO STEP 280 (remove_files) COMPLETE
60632026-08-14T17:27:20.634Z[ recovery-image] Aug 14 17:27:19.488 INFO O| Aug 14 17:27:19.488 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-14T17:27:20.645Z[ recovery-image] Aug 14 17:27:19.499 INFO O| Aug 14 17:27:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60652026-08-14T17:27:20.645Z[ recovery-image] Aug 14 17:27:19.499 INFO O| Aug 14 17:27:19.499 INFO STEP 281 (remove_files) COMPLETE
60662026-08-14T17:27:20.648Z[ recovery-image] Aug 14 17:27:19.499 INFO O| Aug 14 17:27:19.499 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-14T17:27:20.653Z[ recovery-image] Aug 14 17:27:19.507 INFO O| Aug 14 17:27:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60682026-08-14T17:27:20.653Z[ recovery-image] Aug 14 17:27:19.507 INFO O| Aug 14 17:27:19.507 INFO STEP 282 (remove_files) COMPLETE
60692026-08-14T17:27:20.656Z[ recovery-image] Aug 14 17:27:19.507 INFO O| Aug 14 17:27:19.507 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-14T17:27:20.661Z[ recovery-image] Aug 14 17:27:19.515 INFO O| Aug 14 17:27:19.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60712026-08-14T17:27:20.661Z[ recovery-image] Aug 14 17:27:19.515 INFO O| Aug 14 17:27:19.515 INFO STEP 283 (remove_files) COMPLETE
60722026-08-14T17:27:20.664Z[ recovery-image] Aug 14 17:27:19.515 INFO O| Aug 14 17:27:19.515 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-14T17:27:20.670Z[ recovery-image] Aug 14 17:27:19.524 INFO O| Aug 14 17:27:19.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60742026-08-14T17:27:20.670Z[ recovery-image] Aug 14 17:27:19.524 INFO O| Aug 14 17:27:19.524 INFO STEP 284 (remove_files) COMPLETE
60752026-08-14T17:27:20.670Z[ recovery-image] Aug 14 17:27:19.524 INFO O| Aug 14 17:27:19.524 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-14T17:27:20.678Z[ recovery-image] Aug 14 17:27:19.532 INFO O| Aug 14 17:27:19.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60772026-08-14T17:27:20.678Z[ recovery-image] Aug 14 17:27:19.532 INFO O| Aug 14 17:27:19.532 INFO STEP 285 (remove_files) COMPLETE
60782026-08-14T17:27:20.678Z[ recovery-image] Aug 14 17:27:19.532 INFO O| Aug 14 17:27:19.532 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-14T17:27:20.687Z[ recovery-image] Aug 14 17:27:19.541 INFO O| Aug 14 17:27:19.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60802026-08-14T17:27:20.687Z[ recovery-image] Aug 14 17:27:19.541 INFO O| Aug 14 17:27:19.541 INFO STEP 286 (remove_files) COMPLETE
60812026-08-14T17:27:20.699Z[ recovery-image] Aug 14 17:27:19.541 INFO O| Aug 14 17:27:19.541 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-14T17:27:20.700Z[ recovery-image] Aug 14 17:27:19.549 INFO O| Aug 14 17:27:19.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60832026-08-14T17:27:20.700Z[ recovery-image] Aug 14 17:27:19.549 INFO O| Aug 14 17:27:19.549 INFO STEP 287 (remove_files) COMPLETE
60842026-08-14T17:27:20.700Z[ recovery-image] Aug 14 17:27:19.549 INFO O| Aug 14 17:27:19.549 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-14T17:27:20.704Z[ recovery-image] Aug 14 17:27:19.557 INFO O| Aug 14 17:27:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
60862026-08-14T17:27:20.704Z[ recovery-image] Aug 14 17:27:19.557 INFO O| Aug 14 17:27:19.557 INFO STEP 288 (remove_files) COMPLETE
60872026-08-14T17:27:20.704Z[ recovery-image] Aug 14 17:27:19.557 INFO O| Aug 14 17:27:19.557 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-14T17:27:20.711Z[ recovery-image] Aug 14 17:27:19.565 INFO O| Aug 14 17:27:19.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
60892026-08-14T17:27:20.711Z[ recovery-image] Aug 14 17:27:19.565 INFO O| Aug 14 17:27:19.565 INFO STEP 289 (remove_files) COMPLETE
60902026-08-14T17:27:20.714Z[ recovery-image] Aug 14 17:27:19.565 INFO O| Aug 14 17:27:19.565 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-14T17:27:20.718Z[ recovery-image] Aug 14 17:27:19.572 INFO O| Aug 14 17:27:19.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
60922026-08-14T17:27:20.719Z[ recovery-image] Aug 14 17:27:19.572 INFO O| Aug 14 17:27:19.572 INFO STEP 290 (remove_files) COMPLETE
60932026-08-14T17:27:20.722Z[ recovery-image] Aug 14 17:27:19.572 INFO O| Aug 14 17:27:19.572 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-14T17:27:20.726Z[ recovery-image] Aug 14 17:27:19.580 INFO O| Aug 14 17:27:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
60952026-08-14T17:27:20.726Z[ recovery-image] Aug 14 17:27:19.580 INFO O| Aug 14 17:27:19.580 INFO STEP 291 (remove_files) COMPLETE
60962026-08-14T17:27:20.730Z[ recovery-image] Aug 14 17:27:19.580 INFO O| Aug 14 17:27:19.580 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-14T17:27:20.735Z[ recovery-image] Aug 14 17:27:19.589 INFO O| Aug 14 17:27:19.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
60982026-08-14T17:27:20.735Z[ recovery-image] Aug 14 17:27:19.589 INFO O| Aug 14 17:27:19.589 INFO STEP 292 (remove_files) COMPLETE
60992026-08-14T17:27:20.735Z[ recovery-image] Aug 14 17:27:19.589 INFO O| Aug 14 17:27:19.589 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-14T17:27:20.743Z[ recovery-image] Aug 14 17:27:19.597 INFO O| Aug 14 17:27:19.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61012026-08-14T17:27:20.743Z[ recovery-image] Aug 14 17:27:19.597 INFO O| Aug 14 17:27:19.597 INFO STEP 293 (remove_files) COMPLETE
61022026-08-14T17:27:20.743Z[ recovery-image] Aug 14 17:27:19.597 INFO O| Aug 14 17:27:19.597 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-14T17:27:20.752Z[ recovery-image] Aug 14 17:27:19.605 INFO O| Aug 14 17:27:19.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61042026-08-14T17:27:20.752Z[ recovery-image] Aug 14 17:27:19.606 INFO O| Aug 14 17:27:19.605 INFO STEP 294 (remove_files) COMPLETE
61052026-08-14T17:27:20.752Z[ recovery-image] Aug 14 17:27:19.606 INFO O| Aug 14 17:27:19.606 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-14T17:27:20.761Z[ recovery-image] Aug 14 17:27:19.615 INFO O| Aug 14 17:27:19.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61072026-08-14T17:27:20.761Z[ recovery-image] Aug 14 17:27:19.615 INFO O| Aug 14 17:27:19.615 INFO STEP 295 (remove_files) COMPLETE
61082026-08-14T17:27:20.761Z[ recovery-image] Aug 14 17:27:19.615 INFO O| Aug 14 17:27:19.615 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-14T17:27:20.773Z[ recovery-image] Aug 14 17:27:19.627 INFO O| Aug 14 17:27:19.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61102026-08-14T17:27:20.773Z[ recovery-image] Aug 14 17:27:19.627 INFO O| Aug 14 17:27:19.627 INFO STEP 296 (remove_files) COMPLETE
61112026-08-14T17:27:20.773Z[ recovery-image] Aug 14 17:27:19.627 INFO O| Aug 14 17:27:19.627 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-14T17:27:20.784Z[ recovery-image] Aug 14 17:27:19.638 INFO O| Aug 14 17:27:19.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61132026-08-14T17:27:20.784Z[ recovery-image] Aug 14 17:27:19.638 INFO O| Aug 14 17:27:19.638 INFO STEP 297 (remove_files) COMPLETE
61142026-08-14T17:27:20.784Z[ recovery-image] Aug 14 17:27:19.638 INFO O| Aug 14 17:27:19.638 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-14T17:27:20.794Z[ recovery-image] Aug 14 17:27:19.648 INFO O| Aug 14 17:27:19.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61162026-08-14T17:27:20.794Z[ recovery-image] Aug 14 17:27:19.648 INFO O| Aug 14 17:27:19.648 INFO STEP 298 (remove_files) COMPLETE
61172026-08-14T17:27:20.794Z[ recovery-image] Aug 14 17:27:19.648 INFO O| Aug 14 17:27:19.648 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-14T17:27:20.805Z[ recovery-image] Aug 14 17:27:19.658 INFO O| Aug 14 17:27:19.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61192026-08-14T17:27:20.805Z[ recovery-image] Aug 14 17:27:19.658 INFO O| Aug 14 17:27:19.658 INFO STEP 299 (remove_files) COMPLETE
61202026-08-14T17:27:20.805Z[ recovery-image] Aug 14 17:27:19.658 INFO O| Aug 14 17:27:19.658 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-14T17:27:20.813Z[ recovery-image] Aug 14 17:27:19.667 INFO O| Aug 14 17:27:19.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61222026-08-14T17:27:20.813Z[ recovery-image] Aug 14 17:27:19.667 INFO O| Aug 14 17:27:19.667 INFO STEP 300 (remove_files) COMPLETE
61232026-08-14T17:27:20.813Z[ recovery-image] Aug 14 17:27:19.667 INFO O| Aug 14 17:27:19.667 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-14T17:27:20.822Z[ recovery-image] Aug 14 17:27:19.676 INFO O| Aug 14 17:27:19.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61252026-08-14T17:27:20.822Z[ recovery-image] Aug 14 17:27:19.676 INFO O| Aug 14 17:27:19.676 INFO STEP 301 (remove_files) COMPLETE
61262026-08-14T17:27:20.822Z[ recovery-image] Aug 14 17:27:19.676 INFO O| Aug 14 17:27:19.676 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-14T17:27:20.831Z[ recovery-image] Aug 14 17:27:19.685 INFO O| Aug 14 17:27:19.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61282026-08-14T17:27:20.831Z[ recovery-image] Aug 14 17:27:19.685 INFO O| Aug 14 17:27:19.685 INFO STEP 302 (remove_files) COMPLETE
61292026-08-14T17:27:20.831Z[ recovery-image] Aug 14 17:27:19.685 INFO O| Aug 14 17:27:19.685 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-14T17:27:20.840Z[ recovery-image] Aug 14 17:27:19.694 INFO O| Aug 14 17:27:19.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61312026-08-14T17:27:20.840Z[ recovery-image] Aug 14 17:27:19.694 INFO O| Aug 14 17:27:19.694 INFO STEP 303 (remove_files) COMPLETE
61322026-08-14T17:27:20.840Z[ recovery-image] Aug 14 17:27:19.694 INFO O| Aug 14 17:27:19.694 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-14T17:27:20.846Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
61342026-08-14T17:27:20.849Z[ recovery-image] Aug 14 17:27:19.702 INFO O| Aug 14 17:27:19.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61352026-08-14T17:27:20.849Z[ recovery-image] Aug 14 17:27:19.702 INFO O| Aug 14 17:27:19.702 INFO STEP 304 (remove_files) COMPLETE
61362026-08-14T17:27:20.849Z[ recovery-image] Aug 14 17:27:19.702 INFO O| Aug 14 17:27:19.702 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-14T17:27:20.858Z[ recovery-image] Aug 14 17:27:19.712 INFO O| Aug 14 17:27:19.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61382026-08-14T17:27:20.858Z[ recovery-image] Aug 14 17:27:19.712 INFO O| Aug 14 17:27:19.712 INFO STEP 305 (remove_files) COMPLETE
61392026-08-14T17:27:20.858Z[ recovery-image] Aug 14 17:27:19.712 INFO O| Aug 14 17:27:19.712 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-14T17:27:20.867Z[ recovery-image] Aug 14 17:27:19.721 INFO O| Aug 14 17:27:19.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61412026-08-14T17:27:20.867Z[ recovery-image] Aug 14 17:27:19.721 INFO O| Aug 14 17:27:19.721 INFO STEP 306 (remove_files) COMPLETE
61422026-08-14T17:27:20.870Z[ recovery-image] Aug 14 17:27:19.721 INFO O| Aug 14 17:27:19.721 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-14T17:27:20.877Z[ recovery-image] Aug 14 17:27:19.731 INFO O| Aug 14 17:27:19.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61442026-08-14T17:27:20.877Z[ recovery-image] Aug 14 17:27:19.731 INFO O| Aug 14 17:27:19.731 INFO STEP 307 (remove_files) COMPLETE
61452026-08-14T17:27:20.877Z[ recovery-image] Aug 14 17:27:19.731 INFO O| Aug 14 17:27:19.731 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-14T17:27:20.886Z[ recovery-image] Aug 14 17:27:19.740 INFO O| Aug 14 17:27:19.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61472026-08-14T17:27:20.887Z[ recovery-image] Aug 14 17:27:19.740 INFO O| Aug 14 17:27:19.740 INFO STEP 308 (remove_files) COMPLETE
61482026-08-14T17:27:20.887Z[ recovery-image] Aug 14 17:27:19.740 INFO O| Aug 14 17:27:19.740 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-14T17:27:20.898Z[ recovery-image] Aug 14 17:27:19.750 INFO O| Aug 14 17:27:19.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61502026-08-14T17:27:20.898Z[ recovery-image] Aug 14 17:27:19.750 INFO O| Aug 14 17:27:19.750 INFO STEP 309 (remove_files) COMPLETE
61512026-08-14T17:27:20.898Z[ recovery-image] Aug 14 17:27:19.750 INFO O| Aug 14 17:27:19.750 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-14T17:27:20.906Z[ recovery-image] Aug 14 17:27:19.760 INFO O| Aug 14 17:27:19.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61532026-08-14T17:27:20.906Z[ recovery-image] Aug 14 17:27:19.760 INFO O| Aug 14 17:27:19.760 INFO STEP 310 (remove_files) COMPLETE
61542026-08-14T17:27:20.907Z[ recovery-image] Aug 14 17:27:19.760 INFO O| Aug 14 17:27:19.760 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-14T17:27:20.916Z[ recovery-image] Aug 14 17:27:19.770 INFO O| Aug 14 17:27:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61562026-08-14T17:27:20.916Z[ recovery-image] Aug 14 17:27:19.770 INFO O| Aug 14 17:27:19.770 INFO STEP 311 (remove_files) COMPLETE
61572026-08-14T17:27:20.916Z[ recovery-image] Aug 14 17:27:19.770 INFO O| Aug 14 17:27:19.770 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-14T17:27:20.927Z[ recovery-image] Aug 14 17:27:19.779 INFO O| Aug 14 17:27:19.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61592026-08-14T17:27:20.927Z[ recovery-image] Aug 14 17:27:19.779 INFO O| Aug 14 17:27:19.779 INFO STEP 312 (remove_files) COMPLETE
61602026-08-14T17:27:20.927Z[ recovery-image] Aug 14 17:27:19.779 INFO O| Aug 14 17:27:19.779 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-14T17:27:20.936Z[ recovery-image] Aug 14 17:27:19.789 INFO O| Aug 14 17:27:19.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61622026-08-14T17:27:20.936Z[ recovery-image] Aug 14 17:27:19.789 INFO O| Aug 14 17:27:19.789 INFO STEP 313 (remove_files) COMPLETE
61632026-08-14T17:27:20.936Z[ recovery-image] Aug 14 17:27:19.789 INFO O| Aug 14 17:27:19.789 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-14T17:27:20.946Z[ recovery-image] Aug 14 17:27:19.799 INFO O| Aug 14 17:27:19.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61652026-08-14T17:27:20.946Z[ recovery-image] Aug 14 17:27:19.800 INFO O| Aug 14 17:27:19.799 INFO STEP 314 (remove_files) COMPLETE
61662026-08-14T17:27:20.946Z[ recovery-image] Aug 14 17:27:19.800 INFO O| Aug 14 17:27:19.800 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-14T17:27:20.957Z[ recovery-image] Aug 14 17:27:19.811 INFO O| Aug 14 17:27:19.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61682026-08-14T17:27:20.958Z[ recovery-image] Aug 14 17:27:19.811 INFO O| Aug 14 17:27:19.811 INFO STEP 315 (remove_files) COMPLETE
61692026-08-14T17:27:20.958Z[ recovery-image] Aug 14 17:27:19.811 INFO O| Aug 14 17:27:19.811 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-14T17:27:20.968Z[ recovery-image] Aug 14 17:27:19.822 INFO O| Aug 14 17:27:19.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61712026-08-14T17:27:20.968Z[ recovery-image] Aug 14 17:27:19.822 INFO O| Aug 14 17:27:19.822 INFO STEP 316 (remove_files) COMPLETE
61722026-08-14T17:27:20.968Z[ recovery-image] Aug 14 17:27:19.822 INFO O| Aug 14 17:27:19.822 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-14T17:27:20.979Z[ recovery-image] Aug 14 17:27:19.832 INFO O| Aug 14 17:27:19.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61742026-08-14T17:27:20.979Z[ recovery-image] Aug 14 17:27:19.832 INFO O| Aug 14 17:27:19.832 INFO STEP 317 (remove_files) COMPLETE
61752026-08-14T17:27:20.979Z[ recovery-image] Aug 14 17:27:19.832 INFO O| Aug 14 17:27:19.832 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-14T17:27:20.991Z[ recovery-image] Aug 14 17:27:19.844 INFO O| Aug 14 17:27:19.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61772026-08-14T17:27:20.991Z[ recovery-image] Aug 14 17:27:19.844 INFO O| Aug 14 17:27:19.844 INFO STEP 318 (remove_files) COMPLETE
61782026-08-14T17:27:20.991Z[ recovery-image] Aug 14 17:27:19.844 INFO O| Aug 14 17:27:19.844 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-14T17:27:21.021Z[ recovery-image] Aug 14 17:27:19.874 INFO O| Aug 14 17:27:19.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61802026-08-14T17:27:21.021Z[ recovery-image] Aug 14 17:27:19.874 INFO O| Aug 14 17:27:19.874 INFO STEP 319 (remove_files) COMPLETE
61812026-08-14T17:27:21.021Z[ recovery-image] Aug 14 17:27:19.874 INFO O| Aug 14 17:27:19.874 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-14T17:27:21.031Z[ recovery-image] Aug 14 17:27:19.884 INFO O| Aug 14 17:27:19.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61832026-08-14T17:27:21.031Z[ recovery-image] Aug 14 17:27:19.884 INFO O| Aug 14 17:27:19.884 INFO STEP 320 (remove_files) COMPLETE
61842026-08-14T17:27:21.031Z[ recovery-image] Aug 14 17:27:19.884 INFO O| Aug 14 17:27:19.884 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-14T17:27:21.040Z[ recovery-image] Aug 14 17:27:19.894 INFO O| Aug 14 17:27:19.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
61862026-08-14T17:27:21.040Z[ recovery-image] Aug 14 17:27:19.894 INFO O| Aug 14 17:27:19.894 INFO STEP 321 (remove_files) COMPLETE
61872026-08-14T17:27:21.040Z[ recovery-image] Aug 14 17:27:19.894 INFO O| Aug 14 17:27:19.894 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-14T17:27:21.050Z[ recovery-image] Aug 14 17:27:19.903 INFO O| Aug 14 17:27:19.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
61892026-08-14T17:27:21.050Z[ recovery-image] Aug 14 17:27:19.904 INFO O| Aug 14 17:27:19.903 INFO STEP 322 (remove_files) COMPLETE
61902026-08-14T17:27:21.053Z[ recovery-image] Aug 14 17:27:19.904 INFO O| Aug 14 17:27:19.903 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-14T17:27:21.060Z[ recovery-image] Aug 14 17:27:19.913 INFO O| Aug 14 17:27:19.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
61922026-08-14T17:27:21.060Z[ recovery-image] Aug 14 17:27:19.913 INFO O| Aug 14 17:27:19.913 INFO STEP 323 (remove_files) COMPLETE
61932026-08-14T17:27:21.060Z[ recovery-image] Aug 14 17:27:19.913 INFO O| Aug 14 17:27:19.913 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-14T17:27:21.069Z[ recovery-image] Aug 14 17:27:19.923 INFO O| Aug 14 17:27:19.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
61952026-08-14T17:27:21.070Z[ recovery-image] Aug 14 17:27:19.923 INFO O| Aug 14 17:27:19.923 INFO STEP 324 (remove_files) COMPLETE
61962026-08-14T17:27:21.070Z[ recovery-image] Aug 14 17:27:19.923 INFO O| Aug 14 17:27:19.923 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-14T17:27:21.078Z[ recovery-image] Aug 14 17:27:19.932 INFO O| Aug 14 17:27:19.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
61982026-08-14T17:27:21.078Z[ recovery-image] Aug 14 17:27:19.932 INFO O| Aug 14 17:27:19.932 INFO STEP 325 (remove_files) COMPLETE
61992026-08-14T17:27:21.078Z[ recovery-image] Aug 14 17:27:19.932 INFO O| Aug 14 17:27:19.932 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-14T17:27:21.087Z[ recovery-image] Aug 14 17:27:19.941 INFO O| Aug 14 17:27:19.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62012026-08-14T17:27:21.090Z[ recovery-image] Aug 14 17:27:19.944 INFO O| Aug 14 17:27:19.943 INFO STEP 326 (remove_files) COMPLETE
62022026-08-14T17:27:21.090Z[ recovery-image] Aug 14 17:27:19.944 INFO O| Aug 14 17:27:19.944 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-14T17:27:21.100Z[ recovery-image] Aug 14 17:27:19.954 INFO O| Aug 14 17:27:19.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62042026-08-14T17:27:21.100Z[ recovery-image] Aug 14 17:27:19.954 INFO O| Aug 14 17:27:19.954 INFO STEP 327 (remove_files) COMPLETE
62052026-08-14T17:27:21.100Z[ recovery-image] Aug 14 17:27:19.954 INFO O| Aug 14 17:27:19.954 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-14T17:27:21.109Z[ recovery-image] Aug 14 17:27:19.963 INFO O| Aug 14 17:27:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62072026-08-14T17:27:21.109Z[ recovery-image] Aug 14 17:27:19.963 INFO O| Aug 14 17:27:19.963 INFO STEP 328 (remove_files) COMPLETE
62082026-08-14T17:27:21.109Z[ recovery-image] Aug 14 17:27:19.963 INFO O| Aug 14 17:27:19.963 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-14T17:27:21.119Z[ recovery-image] Aug 14 17:27:19.973 INFO O| Aug 14 17:27:19.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62102026-08-14T17:27:21.119Z[ recovery-image] Aug 14 17:27:19.973 INFO O| Aug 14 17:27:19.973 INFO STEP 329 (remove_files) COMPLETE
62112026-08-14T17:27:21.119Z[ recovery-image] Aug 14 17:27:19.973 INFO O| Aug 14 17:27:19.973 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-14T17:27:21.141Z[ recovery-image] Aug 14 17:27:19.995 INFO O| Aug 14 17:27:19.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62132026-08-14T17:27:21.162Z[ recovery-image] Aug 14 17:27:20.016 INFO O| Aug 14 17:27:20.016 INFO STEP 330 (remove_files) COMPLETE
62142026-08-14T17:27:21.162Z[ recovery-image] Aug 14 17:27:20.016 INFO O| Aug 14 17:27:20.016 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-14T17:27:21.172Z[ recovery-image] Aug 14 17:27:20.025 INFO O| Aug 14 17:27:20.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62162026-08-14T17:27:21.172Z[ recovery-image] Aug 14 17:27:20.026 INFO O| Aug 14 17:27:20.025 INFO STEP 331 (remove_files) COMPLETE
62172026-08-14T17:27:21.172Z[ recovery-image] Aug 14 17:27:20.026 INFO O| Aug 14 17:27:20.025 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-14T17:27:21.198Z[ recovery-image] Aug 14 17:27:20.051 INFO O| Aug 14 17:27:20.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62192026-08-14T17:27:21.198Z[ recovery-image] Aug 14 17:27:20.051 INFO O| Aug 14 17:27:20.051 INFO STEP 332 (remove_files) COMPLETE
62202026-08-14T17:27:21.201Z[ recovery-image] Aug 14 17:27:20.051 INFO O| Aug 14 17:27:20.051 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-14T17:27:21.209Z[ recovery-image] Aug 14 17:27:20.063 INFO O| Aug 14 17:27:20.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62222026-08-14T17:27:21.209Z[ recovery-image] Aug 14 17:27:20.063 INFO O| Aug 14 17:27:20.063 INFO STEP 333 (remove_files) COMPLETE
62232026-08-14T17:27:21.209Z[ recovery-image] Aug 14 17:27:20.063 INFO O| Aug 14 17:27:20.063 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-14T17:27:21.220Z[ recovery-image] Aug 14 17:27:20.074 INFO O| Aug 14 17:27:20.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62252026-08-14T17:27:21.220Z[ recovery-image] Aug 14 17:27:20.074 INFO O| Aug 14 17:27:20.074 INFO STEP 334 (remove_files) COMPLETE
62262026-08-14T17:27:21.220Z[ recovery-image] Aug 14 17:27:20.074 INFO O| Aug 14 17:27:20.074 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-14T17:27:21.231Z[ recovery-image] Aug 14 17:27:20.084 INFO O| Aug 14 17:27:20.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62282026-08-14T17:27:21.231Z[ recovery-image] Aug 14 17:27:20.084 INFO O| Aug 14 17:27:20.084 INFO STEP 335 (remove_files) COMPLETE
62292026-08-14T17:27:21.234Z[ recovery-image] Aug 14 17:27:20.084 INFO O| Aug 14 17:27:20.084 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-14T17:27:21.241Z[ recovery-image] Aug 14 17:27:20.094 INFO O| Aug 14 17:27:20.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62312026-08-14T17:27:21.241Z[ recovery-image] Aug 14 17:27:20.094 INFO O| Aug 14 17:27:20.094 INFO STEP 336 (remove_files) COMPLETE
62322026-08-14T17:27:21.244Z[ recovery-image] Aug 14 17:27:20.094 INFO O| Aug 14 17:27:20.094 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-14T17:27:21.253Z[ recovery-image] Aug 14 17:27:20.105 INFO O| Aug 14 17:27:20.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62342026-08-14T17:27:21.256Z[ recovery-image] Aug 14 17:27:20.106 INFO O| Aug 14 17:27:20.106 INFO STEP 337 (remove_files) COMPLETE
62352026-08-14T17:27:21.256Z[ recovery-image] Aug 14 17:27:20.106 INFO O| Aug 14 17:27:20.106 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-14T17:27:21.263Z[ recovery-image] Aug 14 17:27:20.116 INFO O| Aug 14 17:27:20.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62372026-08-14T17:27:21.263Z[ recovery-image] Aug 14 17:27:20.116 INFO O| Aug 14 17:27:20.116 INFO STEP 338 (remove_files) COMPLETE
62382026-08-14T17:27:21.263Z[ recovery-image] Aug 14 17:27:20.116 INFO O| Aug 14 17:27:20.116 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-14T17:27:21.272Z[ recovery-image] Aug 14 17:27:20.126 INFO O| Aug 14 17:27:20.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62402026-08-14T17:27:21.272Z[ recovery-image] Aug 14 17:27:20.126 INFO O| Aug 14 17:27:20.126 INFO STEP 339 (remove_files) COMPLETE
62412026-08-14T17:27:21.275Z[ recovery-image] Aug 14 17:27:20.126 INFO O| Aug 14 17:27:20.126 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-14T17:27:21.280Z[ recovery-image] Aug 14 17:27:20.134 INFO O| Aug 14 17:27:20.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62432026-08-14T17:27:21.280Z[ recovery-image] Aug 14 17:27:20.134 INFO O| Aug 14 17:27:20.134 INFO STEP 340 (remove_files) COMPLETE
62442026-08-14T17:27:21.283Z[ recovery-image] Aug 14 17:27:20.134 INFO O| Aug 14 17:27:20.134 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-14T17:27:21.309Z[ recovery-image] Aug 14 17:27:20.163 INFO O| Aug 14 17:27:20.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62462026-08-14T17:27:21.309Z[ recovery-image] Aug 14 17:27:20.163 INFO O| Aug 14 17:27:20.163 INFO STEP 341 (remove_files) COMPLETE
62472026-08-14T17:27:21.309Z[ recovery-image] Aug 14 17:27:20.163 INFO O| Aug 14 17:27:20.163 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-14T17:27:21.321Z[ recovery-image] Aug 14 17:27:20.175 INFO O| Aug 14 17:27:20.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62492026-08-14T17:27:21.321Z[ recovery-image] Aug 14 17:27:20.175 INFO O| Aug 14 17:27:20.175 INFO STEP 342 (remove_files) COMPLETE
62502026-08-14T17:27:21.324Z[ recovery-image] Aug 14 17:27:20.175 INFO O| Aug 14 17:27:20.175 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-14T17:27:21.331Z[ recovery-image] Aug 14 17:27:20.185 INFO O| Aug 14 17:27:20.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62522026-08-14T17:27:21.331Z[ recovery-image] Aug 14 17:27:20.185 INFO O| Aug 14 17:27:20.185 INFO STEP 343 (remove_files) COMPLETE
62532026-08-14T17:27:21.334Z[ recovery-image] Aug 14 17:27:20.185 INFO O| Aug 14 17:27:20.185 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-14T17:27:21.340Z[ recovery-image] Aug 14 17:27:20.194 INFO O| Aug 14 17:27:20.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62552026-08-14T17:27:21.340Z[ recovery-image] Aug 14 17:27:20.194 INFO O| Aug 14 17:27:20.194 INFO STEP 344 (remove_files) COMPLETE
62562026-08-14T17:27:21.340Z[ recovery-image] Aug 14 17:27:20.194 INFO O| Aug 14 17:27:20.194 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-14T17:27:21.348Z[ recovery-image] Aug 14 17:27:20.202 INFO O| Aug 14 17:27:20.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62582026-08-14T17:27:21.348Z[ recovery-image] Aug 14 17:27:20.202 INFO O| Aug 14 17:27:20.202 INFO STEP 345 (remove_files) COMPLETE
62592026-08-14T17:27:21.351Z[ recovery-image] Aug 14 17:27:20.202 INFO O| Aug 14 17:27:20.202 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-14T17:27:21.356Z[ recovery-image] Aug 14 17:27:20.210 INFO O| Aug 14 17:27:20.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62612026-08-14T17:27:21.356Z[ recovery-image] Aug 14 17:27:20.210 INFO O| Aug 14 17:27:20.210 INFO STEP 346 (remove_files) COMPLETE
62622026-08-14T17:27:21.356Z[ recovery-image] Aug 14 17:27:20.210 INFO O| Aug 14 17:27:20.210 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-14T17:27:21.363Z[ recovery-image] Aug 14 17:27:20.217 INFO O| Aug 14 17:27:20.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62642026-08-14T17:27:21.363Z[ recovery-image] Aug 14 17:27:20.217 INFO O| Aug 14 17:27:20.217 INFO STEP 347 (remove_files) COMPLETE
62652026-08-14T17:27:21.363Z[ recovery-image] Aug 14 17:27:20.217 INFO O| Aug 14 17:27:20.217 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-14T17:27:21.374Z[ recovery-image] Aug 14 17:27:20.228 INFO O| Aug 14 17:27:20.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62672026-08-14T17:27:21.374Z[ recovery-image] Aug 14 17:27:20.228 INFO O| Aug 14 17:27:20.228 INFO STEP 348 (remove_files) COMPLETE
62682026-08-14T17:27:21.374Z[ recovery-image] Aug 14 17:27:20.228 INFO O| Aug 14 17:27:20.228 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-14T17:27:21.384Z[ recovery-image] Aug 14 17:27:20.238 INFO O| Aug 14 17:27:20.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62702026-08-14T17:27:21.387Z[ recovery-image] Aug 14 17:27:20.238 INFO O| Aug 14 17:27:20.238 INFO STEP 349 (remove_files) COMPLETE
62712026-08-14T17:27:21.387Z[ recovery-image] Aug 14 17:27:20.238 INFO O| Aug 14 17:27:20.238 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-14T17:27:21.394Z[ recovery-image] Aug 14 17:27:20.248 INFO O| Aug 14 17:27:20.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62732026-08-14T17:27:21.398Z[ recovery-image] Aug 14 17:27:20.249 INFO O| Aug 14 17:27:20.249 INFO STEP 350 (remove_files) COMPLETE
62742026-08-14T17:27:21.398Z[ recovery-image] Aug 14 17:27:20.249 INFO O| Aug 14 17:27:20.249 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-14T17:27:21.404Z[ recovery-image] Aug 14 17:27:20.258 INFO O| Aug 14 17:27:20.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62762026-08-14T17:27:21.404Z[ recovery-image] Aug 14 17:27:20.258 INFO O| Aug 14 17:27:20.258 INFO STEP 351 (remove_files) COMPLETE
62772026-08-14T17:27:21.404Z[ recovery-image] Aug 14 17:27:20.258 INFO O| Aug 14 17:27:20.258 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-14T17:27:21.413Z[ recovery-image] Aug 14 17:27:20.267 INFO O| Aug 14 17:27:20.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62792026-08-14T17:27:21.413Z[ recovery-image] Aug 14 17:27:20.267 INFO O| Aug 14 17:27:20.267 INFO STEP 352 (remove_files) COMPLETE
62802026-08-14T17:27:21.416Z[ recovery-image] Aug 14 17:27:20.267 INFO O| Aug 14 17:27:20.267 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-14T17:27:21.422Z[ recovery-image] Aug 14 17:27:20.276 INFO O| Aug 14 17:27:20.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62822026-08-14T17:27:21.422Z[ recovery-image] Aug 14 17:27:20.276 INFO O| Aug 14 17:27:20.276 INFO STEP 353 (remove_files) COMPLETE
62832026-08-14T17:27:21.422Z[ recovery-image] Aug 14 17:27:20.276 INFO O| Aug 14 17:27:20.276 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-14T17:27:21.432Z[ recovery-image] Aug 14 17:27:20.286 INFO O| Aug 14 17:27:20.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
62852026-08-14T17:27:21.432Z[ recovery-image] Aug 14 17:27:20.286 INFO O| Aug 14 17:27:20.286 INFO STEP 354 (remove_files) COMPLETE
62862026-08-14T17:27:21.432Z[ recovery-image] Aug 14 17:27:20.286 INFO O| Aug 14 17:27:20.286 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-14T17:27:21.442Z[ recovery-image] Aug 14 17:27:20.295 INFO O| Aug 14 17:27:20.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
62882026-08-14T17:27:21.442Z[ recovery-image] Aug 14 17:27:20.295 INFO O| Aug 14 17:27:20.295 INFO STEP 355 (remove_files) COMPLETE
62892026-08-14T17:27:21.442Z[ recovery-image] Aug 14 17:27:20.295 INFO O| Aug 14 17:27:20.295 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-14T17:27:21.451Z[ recovery-image] Aug 14 17:27:20.305 INFO O| Aug 14 17:27:20.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
62912026-08-14T17:27:21.451Z[ recovery-image] Aug 14 17:27:20.305 INFO O| Aug 14 17:27:20.305 INFO STEP 356 (remove_files) COMPLETE
62922026-08-14T17:27:21.451Z[ recovery-image] Aug 14 17:27:20.305 INFO O| Aug 14 17:27:20.305 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-14T17:27:21.460Z[ recovery-image] Aug 14 17:27:20.314 INFO O| Aug 14 17:27:20.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
62942026-08-14T17:27:21.460Z[ recovery-image] Aug 14 17:27:20.314 INFO O| Aug 14 17:27:20.314 INFO STEP 357 (remove_files) COMPLETE
62952026-08-14T17:27:21.460Z[ recovery-image] Aug 14 17:27:20.314 INFO O| Aug 14 17:27:20.314 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-14T17:27:21.470Z[ recovery-image] Aug 14 17:27:20.324 INFO O| Aug 14 17:27:20.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
62972026-08-14T17:27:21.470Z[ recovery-image] Aug 14 17:27:20.324 INFO O| Aug 14 17:27:20.324 INFO STEP 358 (remove_files) COMPLETE
62982026-08-14T17:27:21.470Z[ recovery-image] Aug 14 17:27:20.324 INFO O| Aug 14 17:27:20.324 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-14T17:27:21.479Z[ recovery-image] Aug 14 17:27:20.333 INFO O| Aug 14 17:27:20.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63002026-08-14T17:27:21.479Z[ recovery-image] Aug 14 17:27:20.333 INFO O| Aug 14 17:27:20.333 INFO STEP 359 (remove_files) COMPLETE
63012026-08-14T17:27:21.483Z[ recovery-image] Aug 14 17:27:20.333 INFO O| Aug 14 17:27:20.333 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-14T17:27:21.488Z[ recovery-image] Aug 14 17:27:20.342 INFO O| Aug 14 17:27:20.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63032026-08-14T17:27:21.492Z[ recovery-image] Aug 14 17:27:20.343 INFO O| Aug 14 17:27:20.343 INFO STEP 360 (remove_files) COMPLETE
63042026-08-14T17:27:21.492Z[ recovery-image] Aug 14 17:27:20.343 INFO O| Aug 14 17:27:20.343 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-14T17:27:21.499Z[ recovery-image] Aug 14 17:27:20.353 INFO O| Aug 14 17:27:20.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63062026-08-14T17:27:21.499Z[ recovery-image] Aug 14 17:27:20.353 INFO O| Aug 14 17:27:20.353 INFO STEP 361 (remove_files) COMPLETE
63072026-08-14T17:27:21.499Z[ recovery-image] Aug 14 17:27:20.353 INFO O| Aug 14 17:27:20.353 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-14T17:27:21.508Z[ recovery-image] Aug 14 17:27:20.362 INFO O| Aug 14 17:27:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63092026-08-14T17:27:21.508Z[ recovery-image] Aug 14 17:27:20.362 INFO O| Aug 14 17:27:20.362 INFO STEP 362 (remove_files) COMPLETE
63102026-08-14T17:27:21.508Z[ recovery-image] Aug 14 17:27:20.362 INFO O| Aug 14 17:27:20.362 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-14T17:27:21.519Z[ recovery-image] Aug 14 17:27:20.373 INFO O| Aug 14 17:27:20.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63122026-08-14T17:27:21.519Z[ recovery-image] Aug 14 17:27:20.373 INFO O| Aug 14 17:27:20.373 INFO STEP 363 (remove_files) COMPLETE
63132026-08-14T17:27:21.519Z[ recovery-image] Aug 14 17:27:20.373 INFO O| Aug 14 17:27:20.373 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-14T17:27:21.529Z[ recovery-image] Aug 14 17:27:20.383 INFO O| Aug 14 17:27:20.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63152026-08-14T17:27:21.529Z[ recovery-image] Aug 14 17:27:20.383 INFO O| Aug 14 17:27:20.383 INFO STEP 364 (remove_files) COMPLETE
63162026-08-14T17:27:21.529Z[ recovery-image] Aug 14 17:27:20.383 INFO O| Aug 14 17:27:20.383 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-14T17:27:21.541Z[ recovery-image] Aug 14 17:27:20.395 INFO O| Aug 14 17:27:20.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63182026-08-14T17:27:21.541Z[ recovery-image] Aug 14 17:27:20.395 INFO O| Aug 14 17:27:20.395 INFO STEP 365 (remove_files) COMPLETE
63192026-08-14T17:27:21.541Z[ recovery-image] Aug 14 17:27:20.395 INFO O| Aug 14 17:27:20.395 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-14T17:27:21.550Z[ recovery-image] Aug 14 17:27:20.404 INFO O| Aug 14 17:27:20.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63212026-08-14T17:27:21.550Z[ recovery-image] Aug 14 17:27:20.404 INFO O| Aug 14 17:27:20.404 INFO STEP 366 (remove_files) COMPLETE
63222026-08-14T17:27:21.550Z[ recovery-image] Aug 14 17:27:20.404 INFO O| Aug 14 17:27:20.404 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-14T17:27:21.564Z[ recovery-image] Aug 14 17:27:20.415 INFO O| Aug 14 17:27:20.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63242026-08-14T17:27:21.564Z[ recovery-image] Aug 14 17:27:20.415 INFO O| Aug 14 17:27:20.415 INFO STEP 367 (remove_files) COMPLETE
63252026-08-14T17:27:21.571Z[ recovery-image] Aug 14 17:27:20.415 INFO O| Aug 14 17:27:20.415 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-14T17:27:21.575Z[ recovery-image] Aug 14 17:27:20.425 INFO O| Aug 14 17:27:20.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63272026-08-14T17:27:21.575Z[ recovery-image] Aug 14 17:27:20.425 INFO O| Aug 14 17:27:20.425 INFO STEP 368 (remove_files) COMPLETE
63282026-08-14T17:27:21.575Z[ recovery-image] Aug 14 17:27:20.425 INFO O| Aug 14 17:27:20.425 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-14T17:27:21.581Z[ recovery-image] Aug 14 17:27:20.435 INFO O| Aug 14 17:27:20.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63302026-08-14T17:27:21.581Z[ recovery-image] Aug 14 17:27:20.435 INFO O| Aug 14 17:27:20.435 INFO STEP 369 (remove_files) COMPLETE
63312026-08-14T17:27:21.581Z[ recovery-image] Aug 14 17:27:20.435 INFO O| Aug 14 17:27:20.435 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-14T17:27:21.591Z[ recovery-image] Aug 14 17:27:20.445 INFO O| Aug 14 17:27:20.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63332026-08-14T17:27:21.591Z[ recovery-image] Aug 14 17:27:20.445 INFO O| Aug 14 17:27:20.445 INFO STEP 370 (remove_files) COMPLETE
63342026-08-14T17:27:21.591Z[ recovery-image] Aug 14 17:27:20.445 INFO O| Aug 14 17:27:20.445 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-14T17:27:21.600Z[ recovery-image] Aug 14 17:27:20.453 INFO O| Aug 14 17:27:20.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63362026-08-14T17:27:21.600Z[ recovery-image] Aug 14 17:27:20.454 INFO O| Aug 14 17:27:20.454 INFO STEP 371 (remove_files) COMPLETE
63372026-08-14T17:27:21.600Z[ recovery-image] Aug 14 17:27:20.454 INFO O| Aug 14 17:27:20.454 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-14T17:27:21.609Z[ recovery-image] Aug 14 17:27:20.463 INFO O| Aug 14 17:27:20.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63392026-08-14T17:27:21.609Z[ recovery-image] Aug 14 17:27:20.463 INFO O| Aug 14 17:27:20.463 INFO STEP 372 (remove_files) COMPLETE
63402026-08-14T17:27:21.613Z[ recovery-image] Aug 14 17:27:20.463 INFO O| Aug 14 17:27:20.463 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-14T17:27:21.618Z[ recovery-image] Aug 14 17:27:20.472 INFO O| Aug 14 17:27:20.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63422026-08-14T17:27:21.618Z[ recovery-image] Aug 14 17:27:20.472 INFO O| Aug 14 17:27:20.472 INFO STEP 373 (remove_files) COMPLETE
63432026-08-14T17:27:21.618Z[ recovery-image] Aug 14 17:27:20.472 INFO O| Aug 14 17:27:20.472 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-14T17:27:21.628Z[ recovery-image] Aug 14 17:27:20.482 INFO O| Aug 14 17:27:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63452026-08-14T17:27:21.628Z[ recovery-image] Aug 14 17:27:20.482 INFO O| Aug 14 17:27:20.482 INFO STEP 374 (remove_files) COMPLETE
63462026-08-14T17:27:21.628Z[ recovery-image] Aug 14 17:27:20.482 INFO O| Aug 14 17:27:20.482 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-14T17:27:21.639Z[ recovery-image] Aug 14 17:27:20.492 INFO O| Aug 14 17:27:20.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63482026-08-14T17:27:21.639Z[ recovery-image] Aug 14 17:27:20.492 INFO O| Aug 14 17:27:20.492 INFO STEP 375 (remove_files) COMPLETE
63492026-08-14T17:27:21.639Z[ recovery-image] Aug 14 17:27:20.492 INFO O| Aug 14 17:27:20.492 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-14T17:27:21.648Z[ recovery-image] Aug 14 17:27:20.502 INFO O| Aug 14 17:27:20.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63512026-08-14T17:27:21.648Z[ recovery-image] Aug 14 17:27:20.502 INFO O| Aug 14 17:27:20.502 INFO STEP 376 (remove_files) COMPLETE
63522026-08-14T17:27:21.648Z[ recovery-image] Aug 14 17:27:20.502 INFO O| Aug 14 17:27:20.502 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-14T17:27:21.659Z[ recovery-image] Aug 14 17:27:20.512 INFO O| Aug 14 17:27:20.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63542026-08-14T17:27:21.659Z[ recovery-image] Aug 14 17:27:20.512 INFO O| Aug 14 17:27:20.512 INFO STEP 377 (remove_files) COMPLETE
63552026-08-14T17:27:21.659Z[ recovery-image] Aug 14 17:27:20.512 INFO O| Aug 14 17:27:20.512 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-14T17:27:21.669Z[ recovery-image] Aug 14 17:27:20.522 INFO O| Aug 14 17:27:20.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63572026-08-14T17:27:21.669Z[ recovery-image] Aug 14 17:27:20.522 INFO O| Aug 14 17:27:20.522 INFO STEP 378 (remove_files) COMPLETE
63582026-08-14T17:27:21.672Z[ recovery-image] Aug 14 17:27:20.523 INFO O| Aug 14 17:27:20.522 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-14T17:27:21.679Z[ recovery-image] Aug 14 17:27:20.531 INFO O| Aug 14 17:27:20.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63602026-08-14T17:27:21.679Z[ recovery-image] Aug 14 17:27:20.532 INFO O| Aug 14 17:27:20.531 INFO STEP 379 (remove_files) COMPLETE
63612026-08-14T17:27:21.679Z[ recovery-image] Aug 14 17:27:20.532 INFO O| Aug 14 17:27:20.532 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-14T17:27:21.687Z[ recovery-image] Aug 14 17:27:20.540 INFO O| Aug 14 17:27:20.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63632026-08-14T17:27:21.687Z[ recovery-image] Aug 14 17:27:20.540 INFO O| Aug 14 17:27:20.540 INFO STEP 380 (remove_files) COMPLETE
63642026-08-14T17:27:21.687Z[ recovery-image] Aug 14 17:27:20.540 INFO O| Aug 14 17:27:20.540 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-14T17:27:21.695Z[ recovery-image] Aug 14 17:27:20.549 INFO O| Aug 14 17:27:20.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63662026-08-14T17:27:21.695Z[ recovery-image] Aug 14 17:27:20.549 INFO O| Aug 14 17:27:20.549 INFO STEP 381 (remove_files) COMPLETE
63672026-08-14T17:27:21.695Z[ recovery-image] Aug 14 17:27:20.549 INFO O| Aug 14 17:27:20.549 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-14T17:27:21.704Z[ recovery-image] Aug 14 17:27:20.558 INFO O| Aug 14 17:27:20.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63692026-08-14T17:27:21.704Z[ recovery-image] Aug 14 17:27:20.558 INFO O| Aug 14 17:27:20.558 INFO STEP 382 (remove_files) COMPLETE
63702026-08-14T17:27:21.708Z[ recovery-image] Aug 14 17:27:20.558 INFO O| Aug 14 17:27:20.558 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-14T17:27:21.712Z[ recovery-image] Aug 14 17:27:20.566 INFO O| Aug 14 17:27:20.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63722026-08-14T17:27:21.712Z[ recovery-image] Aug 14 17:27:20.566 INFO O| Aug 14 17:27:20.566 INFO STEP 383 (remove_files) COMPLETE
63732026-08-14T17:27:21.712Z[ recovery-image] Aug 14 17:27:20.566 INFO O| Aug 14 17:27:20.566 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-14T17:27:21.721Z[ recovery-image] Aug 14 17:27:20.574 INFO O| Aug 14 17:27:20.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63752026-08-14T17:27:21.721Z[ recovery-image] Aug 14 17:27:20.574 INFO O| Aug 14 17:27:20.574 INFO STEP 384 (remove_files) COMPLETE
63762026-08-14T17:27:21.721Z[ recovery-image] Aug 14 17:27:20.574 INFO O| Aug 14 17:27:20.574 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-14T17:27:21.729Z[ recovery-image] Aug 14 17:27:20.583 INFO O| Aug 14 17:27:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63782026-08-14T17:27:21.729Z[ recovery-image] Aug 14 17:27:20.583 INFO O| Aug 14 17:27:20.583 INFO STEP 385 (remove_files) COMPLETE
63792026-08-14T17:27:21.729Z[ recovery-image] Aug 14 17:27:20.583 INFO O| Aug 14 17:27:20.583 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-14T17:27:21.739Z[ recovery-image] Aug 14 17:27:20.593 INFO O| Aug 14 17:27:20.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63812026-08-14T17:27:21.742Z[ recovery-image] Aug 14 17:27:20.593 INFO O| Aug 14 17:27:20.593 INFO STEP 386 (remove_files) COMPLETE
63822026-08-14T17:27:21.742Z[ recovery-image] Aug 14 17:27:20.593 INFO O| Aug 14 17:27:20.593 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-14T17:27:21.749Z[ recovery-image] Aug 14 17:27:20.603 INFO O| Aug 14 17:27:20.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
63842026-08-14T17:27:21.749Z[ recovery-image] Aug 14 17:27:20.603 INFO O| Aug 14 17:27:20.603 INFO STEP 387 (remove_files) COMPLETE
63852026-08-14T17:27:21.749Z[ recovery-image] Aug 14 17:27:20.603 INFO O| Aug 14 17:27:20.603 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-14T17:27:21.758Z[ recovery-image] Aug 14 17:27:20.612 INFO O| Aug 14 17:27:20.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
63872026-08-14T17:27:21.759Z[ recovery-image] Aug 14 17:27:20.612 INFO O| Aug 14 17:27:20.612 INFO STEP 388 (remove_files) COMPLETE
63882026-08-14T17:27:21.759Z[ recovery-image] Aug 14 17:27:20.612 INFO O| Aug 14 17:27:20.612 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-14T17:27:21.767Z[ recovery-image] Aug 14 17:27:20.621 INFO O| Aug 14 17:27:20.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
63902026-08-14T17:27:21.768Z[ recovery-image] Aug 14 17:27:20.621 INFO O| Aug 14 17:27:20.621 INFO STEP 389 (remove_files) COMPLETE
63912026-08-14T17:27:21.768Z[ recovery-image] Aug 14 17:27:20.621 INFO O| Aug 14 17:27:20.621 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-14T17:27:21.795Z[ recovery-image] Aug 14 17:27:20.649 INFO O| Aug 14 17:27:20.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
63932026-08-14T17:27:21.795Z[ recovery-image] Aug 14 17:27:20.649 INFO O| Aug 14 17:27:20.649 INFO STEP 390 (remove_files) COMPLETE
63942026-08-14T17:27:21.795Z[ recovery-image] Aug 14 17:27:20.649 INFO O| Aug 14 17:27:20.649 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-14T17:27:21.806Z[ recovery-image] Aug 14 17:27:20.659 INFO O| Aug 14 17:27:20.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
63962026-08-14T17:27:21.806Z[ recovery-image] Aug 14 17:27:20.659 INFO O| Aug 14 17:27:20.659 INFO STEP 391 (remove_files) COMPLETE
63972026-08-14T17:27:21.809Z[ recovery-image] Aug 14 17:27:20.659 INFO O| Aug 14 17:27:20.659 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-14T17:27:21.815Z[ recovery-image] Aug 14 17:27:20.669 INFO O| Aug 14 17:27:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
63992026-08-14T17:27:21.815Z[ recovery-image] Aug 14 17:27:20.669 INFO O| Aug 14 17:27:20.669 INFO STEP 392 (remove_files) COMPLETE
64002026-08-14T17:27:21.815Z[ recovery-image] Aug 14 17:27:20.669 INFO O| Aug 14 17:27:20.669 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-14T17:27:21.823Z[ recovery-image] Aug 14 17:27:20.677 INFO O| Aug 14 17:27:20.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64022026-08-14T17:27:21.823Z[ recovery-image] Aug 14 17:27:20.677 INFO O| Aug 14 17:27:20.677 INFO STEP 393 (remove_files) COMPLETE
64032026-08-14T17:27:21.823Z[ recovery-image] Aug 14 17:27:20.677 INFO O| Aug 14 17:27:20.677 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-14T17:27:21.835Z[ recovery-image] Aug 14 17:27:20.688 INFO O| Aug 14 17:27:20.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64052026-08-14T17:27:21.835Z[ recovery-image] Aug 14 17:27:20.688 INFO O| Aug 14 17:27:20.688 INFO STEP 394 (remove_files) COMPLETE
64062026-08-14T17:27:21.835Z[ recovery-image] Aug 14 17:27:20.688 INFO O| Aug 14 17:27:20.688 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-14T17:27:21.846Z[ recovery-image] Aug 14 17:27:20.699 INFO O| Aug 14 17:27:20.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64082026-08-14T17:27:21.846Z[ recovery-image] Aug 14 17:27:20.699 INFO O| Aug 14 17:27:20.699 INFO STEP 395 (remove_files) COMPLETE
64092026-08-14T17:27:21.846Z[ recovery-image] Aug 14 17:27:20.699 INFO O| Aug 14 17:27:20.699 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-14T17:27:21.855Z[ recovery-image] Aug 14 17:27:20.708 INFO O| Aug 14 17:27:20.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64112026-08-14T17:27:21.855Z[ recovery-image] Aug 14 17:27:20.708 INFO O| Aug 14 17:27:20.708 INFO STEP 396 (remove_files) COMPLETE
64122026-08-14T17:27:21.855Z[ recovery-image] Aug 14 17:27:20.708 INFO O| Aug 14 17:27:20.708 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-14T17:27:21.865Z[ recovery-image] Aug 14 17:27:20.718 INFO O| Aug 14 17:27:20.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64142026-08-14T17:27:21.865Z[ recovery-image] Aug 14 17:27:20.718 INFO O| Aug 14 17:27:20.718 INFO STEP 397 (remove_files) COMPLETE
64152026-08-14T17:27:21.865Z[ recovery-image] Aug 14 17:27:20.718 INFO O| Aug 14 17:27:20.718 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-14T17:27:21.898Z[ recovery-image] Aug 14 17:27:20.752 INFO O| Aug 14 17:27:20.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64172026-08-14T17:27:21.898Z[ recovery-image] Aug 14 17:27:20.752 INFO O| Aug 14 17:27:20.752 INFO STEP 398 (remove_files) COMPLETE
64182026-08-14T17:27:21.898Z[ recovery-image] Aug 14 17:27:20.752 INFO O| Aug 14 17:27:20.752 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-14T17:27:21.945Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64202026-08-14T17:27:21.948Z[ recovery-image] Aug 14 17:27:20.795 INFO O| Aug 14 17:27:20.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64212026-08-14T17:27:21.948Z[ recovery-image] Aug 14 17:27:20.795 INFO O| Aug 14 17:27:20.795 INFO STEP 399 (remove_files) COMPLETE
64222026-08-14T17:27:21.948Z[ recovery-image] Aug 14 17:27:20.795 INFO O| Aug 14 17:27:20.795 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-14T17:27:21.968Z[ recovery-image] Aug 14 17:27:20.822 INFO O| Aug 14 17:27:20.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64242026-08-14T17:27:21.968Z[ recovery-image] Aug 14 17:27:20.822 INFO O| Aug 14 17:27:20.822 INFO STEP 400 (remove_files) COMPLETE
64252026-08-14T17:27:21.971Z[ recovery-image] Aug 14 17:27:20.822 INFO O| Aug 14 17:27:20.822 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-14T17:27:21.980Z[ recovery-image] Aug 14 17:27:20.834 INFO O| Aug 14 17:27:20.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64272026-08-14T17:27:21.980Z[ recovery-image] Aug 14 17:27:20.834 INFO O| Aug 14 17:27:20.834 INFO STEP 401 (remove_files) COMPLETE
64282026-08-14T17:27:21.983Z[ recovery-image] Aug 14 17:27:20.834 INFO O| Aug 14 17:27:20.834 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-14T17:27:21.999Z[ recovery-image] Aug 14 17:27:20.853 INFO O| Aug 14 17:27:20.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64302026-08-14T17:27:21.999Z[ recovery-image] Aug 14 17:27:20.853 INFO O| Aug 14 17:27:20.853 INFO STEP 402 (remove_files) COMPLETE
64312026-08-14T17:27:21.999Z[ recovery-image] Aug 14 17:27:20.853 INFO O| Aug 14 17:27:20.853 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-14T17:27:22.011Z[ recovery-image] Aug 14 17:27:20.865 INFO O| Aug 14 17:27:20.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64332026-08-14T17:27:22.011Z[ recovery-image] Aug 14 17:27:20.865 INFO O| Aug 14 17:27:20.865 INFO STEP 403 (remove_files) COMPLETE
64342026-08-14T17:27:22.011Z[ recovery-image] Aug 14 17:27:20.865 INFO O| Aug 14 17:27:20.865 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-14T17:27:22.023Z[ recovery-image] Aug 14 17:27:20.877 INFO O| Aug 14 17:27:20.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64362026-08-14T17:27:22.023Z[ recovery-image] Aug 14 17:27:20.877 INFO O| Aug 14 17:27:20.877 INFO STEP 404 (remove_files) COMPLETE
64372026-08-14T17:27:22.023Z[ recovery-image] Aug 14 17:27:20.877 INFO O| Aug 14 17:27:20.877 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-14T17:27:22.035Z[ recovery-image] Aug 14 17:27:20.888 INFO O| Aug 14 17:27:20.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64392026-08-14T17:27:22.035Z[ recovery-image] Aug 14 17:27:20.889 INFO O| Aug 14 17:27:20.889 INFO STEP 405 (remove_files) COMPLETE
64402026-08-14T17:27:22.035Z[ recovery-image] Aug 14 17:27:20.889 INFO O| Aug 14 17:27:20.889 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-14T17:27:22.044Z[ recovery-image] Aug 14 17:27:20.898 INFO O| Aug 14 17:27:20.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64422026-08-14T17:27:22.044Z[ recovery-image] Aug 14 17:27:20.898 INFO O| Aug 14 17:27:20.898 INFO STEP 406 (remove_files) COMPLETE
64432026-08-14T17:27:22.047Z[ recovery-image] Aug 14 17:27:20.898 INFO O| Aug 14 17:27:20.898 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-14T17:27:22.063Z[ recovery-image] Aug 14 17:27:20.917 INFO O| Aug 14 17:27:20.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64452026-08-14T17:27:22.064Z[ recovery-image] Aug 14 17:27:20.917 INFO O| Aug 14 17:27:20.917 INFO STEP 407 (remove_files) COMPLETE
64462026-08-14T17:27:22.067Z[ recovery-image] Aug 14 17:27:20.917 INFO O| Aug 14 17:27:20.917 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-14T17:27:22.085Z[ recovery-image] Aug 14 17:27:20.938 INFO O| Aug 14 17:27:20.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64482026-08-14T17:27:22.085Z[ recovery-image] Aug 14 17:27:20.938 INFO O| Aug 14 17:27:20.938 INFO STEP 408 (remove_files) COMPLETE
64492026-08-14T17:27:22.085Z[ recovery-image] Aug 14 17:27:20.938 INFO O| Aug 14 17:27:20.938 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-14T17:27:22.096Z[ recovery-image] Aug 14 17:27:20.949 INFO O| Aug 14 17:27:20.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64512026-08-14T17:27:22.096Z[ recovery-image] Aug 14 17:27:20.949 INFO O| Aug 14 17:27:20.949 INFO STEP 409 (remove_files) COMPLETE
64522026-08-14T17:27:22.096Z[ recovery-image] Aug 14 17:27:20.949 INFO O| Aug 14 17:27:20.949 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-14T17:27:22.116Z[ recovery-image] Aug 14 17:27:20.969 INFO O| Aug 14 17:27:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64542026-08-14T17:27:22.116Z[ recovery-image] Aug 14 17:27:20.969 INFO O| Aug 14 17:27:20.969 INFO STEP 410 (remove_files) COMPLETE
64552026-08-14T17:27:22.116Z[ recovery-image] Aug 14 17:27:20.969 INFO O| Aug 14 17:27:20.969 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-14T17:27:22.130Z[ recovery-image] Aug 14 17:27:20.984 INFO O| Aug 14 17:27:20.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64572026-08-14T17:27:22.130Z[ recovery-image] Aug 14 17:27:20.984 INFO O| Aug 14 17:27:20.984 INFO STEP 411 (remove_files) COMPLETE
64582026-08-14T17:27:22.133Z[ recovery-image] Aug 14 17:27:20.984 INFO O| Aug 14 17:27:20.984 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-14T17:27:22.141Z[ recovery-image] Aug 14 17:27:20.995 INFO O| Aug 14 17:27:20.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64602026-08-14T17:27:22.141Z[ recovery-image] Aug 14 17:27:20.995 INFO O| Aug 14 17:27:20.995 INFO STEP 412 (remove_files) COMPLETE
64612026-08-14T17:27:22.144Z[ recovery-image] Aug 14 17:27:20.995 INFO O| Aug 14 17:27:20.995 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-14T17:27:22.152Z[ recovery-image] Aug 14 17:27:21.006 INFO O| Aug 14 17:27:21.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64632026-08-14T17:27:22.152Z[ recovery-image] Aug 14 17:27:21.006 INFO O| Aug 14 17:27:21.006 INFO STEP 413 (remove_files) COMPLETE
64642026-08-14T17:27:22.155Z[ recovery-image] Aug 14 17:27:21.006 INFO O| Aug 14 17:27:21.006 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-14T17:27:22.162Z[ recovery-image] Aug 14 17:27:21.016 INFO O| Aug 14 17:27:21.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64662026-08-14T17:27:22.162Z[ recovery-image] Aug 14 17:27:21.016 INFO O| Aug 14 17:27:21.016 INFO STEP 414 (remove_files) COMPLETE
64672026-08-14T17:27:22.162Z[ recovery-image] Aug 14 17:27:21.016 INFO O| Aug 14 17:27:21.016 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-14T17:27:22.172Z[ recovery-image] Aug 14 17:27:21.026 INFO O| Aug 14 17:27:21.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64692026-08-14T17:27:22.172Z[ recovery-image] Aug 14 17:27:21.026 INFO O| Aug 14 17:27:21.026 INFO STEP 415 (remove_files) COMPLETE
64702026-08-14T17:27:22.172Z[ recovery-image] Aug 14 17:27:21.026 INFO O| Aug 14 17:27:21.026 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-14T17:27:22.182Z[ recovery-image] Aug 14 17:27:21.036 INFO O| Aug 14 17:27:21.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64722026-08-14T17:27:22.182Z[ recovery-image] Aug 14 17:27:21.036 INFO O| Aug 14 17:27:21.036 INFO STEP 416 (remove_files) COMPLETE
64732026-08-14T17:27:22.185Z[ recovery-image] Aug 14 17:27:21.036 INFO O| Aug 14 17:27:21.036 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-14T17:27:22.192Z[ recovery-image] Aug 14 17:27:21.046 INFO O| Aug 14 17:27:21.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64752026-08-14T17:27:22.192Z[ recovery-image] Aug 14 17:27:21.046 INFO O| Aug 14 17:27:21.046 INFO STEP 417 (remove_files) COMPLETE
64762026-08-14T17:27:22.192Z[ recovery-image] Aug 14 17:27:21.046 INFO O| Aug 14 17:27:21.046 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-14T17:27:22.205Z[ recovery-image] Aug 14 17:27:21.059 INFO O| Aug 14 17:27:21.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64782026-08-14T17:27:22.205Z[ recovery-image] Aug 14 17:27:21.059 INFO O| Aug 14 17:27:21.059 INFO STEP 418 (remove_files) COMPLETE
64792026-08-14T17:27:22.205Z[ recovery-image] Aug 14 17:27:21.059 INFO O| Aug 14 17:27:21.059 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-14T17:27:22.216Z[ recovery-image] Aug 14 17:27:21.070 INFO O| Aug 14 17:27:21.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64812026-08-14T17:27:22.217Z[ recovery-image] Aug 14 17:27:21.070 INFO O| Aug 14 17:27:21.070 INFO STEP 419 (remove_files) COMPLETE
64822026-08-14T17:27:22.217Z[ recovery-image] Aug 14 17:27:21.070 INFO O| Aug 14 17:27:21.070 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-14T17:27:22.228Z[ recovery-image] Aug 14 17:27:21.081 INFO O| Aug 14 17:27:21.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
64842026-08-14T17:27:22.228Z[ recovery-image] Aug 14 17:27:21.081 INFO O| Aug 14 17:27:21.080 INFO STEP 420 (remove_files) COMPLETE
64852026-08-14T17:27:22.228Z[ recovery-image] Aug 14 17:27:21.081 INFO O| Aug 14 17:27:21.080 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-14T17:27:22.237Z[ recovery-image] Aug 14 17:27:21.091 INFO O| Aug 14 17:27:21.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
64872026-08-14T17:27:22.237Z[ recovery-image] Aug 14 17:27:21.091 INFO O| Aug 14 17:27:21.091 INFO STEP 421 (remove_files) COMPLETE
64882026-08-14T17:27:22.240Z[ recovery-image] Aug 14 17:27:21.091 INFO O| Aug 14 17:27:21.091 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-14T17:27:22.247Z[ recovery-image] Aug 14 17:27:21.101 INFO O| Aug 14 17:27:21.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
64902026-08-14T17:27:22.247Z[ recovery-image] Aug 14 17:27:21.101 INFO O| Aug 14 17:27:21.101 INFO STEP 422 (remove_files) COMPLETE
64912026-08-14T17:27:22.247Z[ recovery-image] Aug 14 17:27:21.101 INFO O| Aug 14 17:27:21.101 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-14T17:27:22.259Z[ recovery-image] Aug 14 17:27:21.112 INFO O| Aug 14 17:27:21.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
64932026-08-14T17:27:22.259Z[ recovery-image] Aug 14 17:27:21.112 INFO O| Aug 14 17:27:21.112 INFO STEP 423 (remove_files) COMPLETE
64942026-08-14T17:27:22.259Z[ recovery-image] Aug 14 17:27:21.112 INFO O| Aug 14 17:27:21.112 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-14T17:27:22.268Z[ recovery-image] Aug 14 17:27:21.122 INFO O| Aug 14 17:27:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
64962026-08-14T17:27:22.272Z[ recovery-image] Aug 14 17:27:21.123 INFO O| Aug 14 17:27:21.122 INFO STEP 424 (remove_files) COMPLETE
64972026-08-14T17:27:22.272Z[ recovery-image] Aug 14 17:27:21.123 INFO O| Aug 14 17:27:21.122 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-14T17:27:22.278Z[ recovery-image] Aug 14 17:27:21.132 INFO O| Aug 14 17:27:21.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
64992026-08-14T17:27:22.278Z[ recovery-image] Aug 14 17:27:21.132 INFO O| Aug 14 17:27:21.132 INFO STEP 425 (remove_files) COMPLETE
65002026-08-14T17:27:22.282Z[ recovery-image] Aug 14 17:27:21.132 INFO O| Aug 14 17:27:21.132 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-14T17:27:22.289Z[ recovery-image] Aug 14 17:27:21.142 INFO O| Aug 14 17:27:21.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65022026-08-14T17:27:22.289Z[ recovery-image] Aug 14 17:27:21.142 INFO O| Aug 14 17:27:21.142 INFO STEP 426 (remove_files) COMPLETE
65032026-08-14T17:27:22.289Z[ recovery-image] Aug 14 17:27:21.142 INFO O| Aug 14 17:27:21.142 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-14T17:27:22.298Z[ recovery-image] Aug 14 17:27:21.151 INFO O| Aug 14 17:27:21.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65052026-08-14T17:27:22.298Z[ recovery-image] Aug 14 17:27:21.152 INFO O| Aug 14 17:27:21.152 INFO STEP 427 (remove_files) COMPLETE
65062026-08-14T17:27:22.298Z[ recovery-image] Aug 14 17:27:21.152 INFO O| Aug 14 17:27:21.152 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-14T17:27:22.308Z[ recovery-image] Aug 14 17:27:21.162 INFO O| Aug 14 17:27:21.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65082026-08-14T17:27:22.309Z[ recovery-image] Aug 14 17:27:21.162 INFO O| Aug 14 17:27:21.162 INFO STEP 428 (remove_files) COMPLETE
65092026-08-14T17:27:22.309Z[ recovery-image] Aug 14 17:27:21.162 INFO O| Aug 14 17:27:21.162 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-14T17:27:22.319Z[ recovery-image] Aug 14 17:27:21.173 INFO O| Aug 14 17:27:21.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65112026-08-14T17:27:22.319Z[ recovery-image] Aug 14 17:27:21.173 INFO O| Aug 14 17:27:21.173 INFO STEP 429 (remove_files) COMPLETE
65122026-08-14T17:27:22.319Z[ recovery-image] Aug 14 17:27:21.173 INFO O| Aug 14 17:27:21.173 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-14T17:27:22.329Z[ recovery-image] Aug 14 17:27:21.183 INFO O| Aug 14 17:27:21.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65142026-08-14T17:27:22.332Z[ recovery-image] Aug 14 17:27:21.183 INFO O| Aug 14 17:27:21.183 INFO STEP 430 (remove_files) COMPLETE
65152026-08-14T17:27:22.332Z[ recovery-image] Aug 14 17:27:21.183 INFO O| Aug 14 17:27:21.183 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-14T17:27:22.340Z[ recovery-image] Aug 14 17:27:21.194 INFO O| Aug 14 17:27:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65172026-08-14T17:27:22.340Z[ recovery-image] Aug 14 17:27:21.194 INFO O| Aug 14 17:27:21.194 INFO STEP 431 (remove_files) COMPLETE
65182026-08-14T17:27:22.343Z[ recovery-image] Aug 14 17:27:21.194 INFO O| Aug 14 17:27:21.194 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-14T17:27:22.350Z[ recovery-image] Aug 14 17:27:21.204 INFO O| Aug 14 17:27:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65202026-08-14T17:27:22.350Z[ recovery-image] Aug 14 17:27:21.204 INFO O| Aug 14 17:27:21.204 INFO STEP 432 (remove_files) COMPLETE
65212026-08-14T17:27:22.354Z[ recovery-image] Aug 14 17:27:21.204 INFO O| Aug 14 17:27:21.204 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-14T17:27:22.359Z[ recovery-image] Aug 14 17:27:21.213 INFO O| Aug 14 17:27:21.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65232026-08-14T17:27:22.359Z[ recovery-image] Aug 14 17:27:21.213 INFO O| Aug 14 17:27:21.213 INFO STEP 433 (remove_files) COMPLETE
65242026-08-14T17:27:22.362Z[ recovery-image] Aug 14 17:27:21.213 INFO O| Aug 14 17:27:21.213 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-14T17:27:22.367Z[ recovery-image] Aug 14 17:27:21.221 INFO O| Aug 14 17:27:21.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65262026-08-14T17:27:22.367Z[ recovery-image] Aug 14 17:27:21.221 INFO O| Aug 14 17:27:21.221 INFO STEP 434 (remove_files) COMPLETE
65272026-08-14T17:27:22.370Z[ recovery-image] Aug 14 17:27:21.221 INFO O| Aug 14 17:27:21.221 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-14T17:27:22.377Z[ recovery-image] Aug 14 17:27:21.231 INFO O| Aug 14 17:27:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65292026-08-14T17:27:22.382Z[ recovery-image] Aug 14 17:27:21.231 INFO O| Aug 14 17:27:21.231 INFO STEP 435 (remove_files) COMPLETE
65302026-08-14T17:27:22.382Z[ recovery-image] Aug 14 17:27:21.231 INFO O| Aug 14 17:27:21.231 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-14T17:27:22.386Z[ recovery-image] Aug 14 17:27:21.240 INFO O| Aug 14 17:27:21.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65322026-08-14T17:27:22.389Z[ recovery-image] Aug 14 17:27:21.240 INFO O| Aug 14 17:27:21.240 INFO STEP 436 (remove_files) COMPLETE
65332026-08-14T17:27:22.389Z[ recovery-image] Aug 14 17:27:21.241 INFO O| Aug 14 17:27:21.240 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-14T17:27:22.396Z[ recovery-image] Aug 14 17:27:21.250 INFO O| Aug 14 17:27:21.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65352026-08-14T17:27:22.396Z[ recovery-image] Aug 14 17:27:21.250 INFO O| Aug 14 17:27:21.250 INFO STEP 437 (remove_files) COMPLETE
65362026-08-14T17:27:22.396Z[ recovery-image] Aug 14 17:27:21.250 INFO O| Aug 14 17:27:21.250 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-14T17:27:22.407Z[ recovery-image] Aug 14 17:27:21.261 INFO O| Aug 14 17:27:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65382026-08-14T17:27:22.407Z[ recovery-image] Aug 14 17:27:21.261 INFO O| Aug 14 17:27:21.261 INFO STEP 438 (remove_files) COMPLETE
65392026-08-14T17:27:22.407Z[ recovery-image] Aug 14 17:27:21.261 INFO O| Aug 14 17:27:21.261 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-14T17:27:22.416Z[ recovery-image] Aug 14 17:27:21.270 INFO O| Aug 14 17:27:21.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65412026-08-14T17:27:22.416Z[ recovery-image] Aug 14 17:27:21.270 INFO O| Aug 14 17:27:21.270 INFO STEP 439 (remove_files) COMPLETE
65422026-08-14T17:27:22.419Z[ recovery-image] Aug 14 17:27:21.270 INFO O| Aug 14 17:27:21.270 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-14T17:27:22.425Z[ recovery-image] Aug 14 17:27:21.279 INFO O| Aug 14 17:27:21.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65442026-08-14T17:27:22.425Z[ recovery-image] Aug 14 17:27:21.279 INFO O| Aug 14 17:27:21.278 INFO STEP 440 (remove_files) COMPLETE
65452026-08-14T17:27:22.425Z[ recovery-image] Aug 14 17:27:21.279 INFO O| Aug 14 17:27:21.278 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-14T17:27:22.434Z[ recovery-image] Aug 14 17:27:21.288 INFO O| Aug 14 17:27:21.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65472026-08-14T17:27:22.434Z[ recovery-image] Aug 14 17:27:21.288 INFO O| Aug 14 17:27:21.288 INFO STEP 441 (remove_files) COMPLETE
65482026-08-14T17:27:22.437Z[ recovery-image] Aug 14 17:27:21.288 INFO O| Aug 14 17:27:21.288 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-14T17:27:22.444Z[ recovery-image] Aug 14 17:27:21.298 INFO O| Aug 14 17:27:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65502026-08-14T17:27:22.444Z[ recovery-image] Aug 14 17:27:21.298 INFO O| Aug 14 17:27:21.298 INFO STEP 442 (remove_files) COMPLETE
65512026-08-14T17:27:22.444Z[ recovery-image] Aug 14 17:27:21.298 INFO O| Aug 14 17:27:21.298 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-14T17:27:22.454Z[ recovery-image] Aug 14 17:27:21.307 INFO O| Aug 14 17:27:21.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65532026-08-14T17:27:22.454Z[ recovery-image] Aug 14 17:27:21.307 INFO O| Aug 14 17:27:21.307 INFO STEP 443 (remove_files) COMPLETE
65542026-08-14T17:27:22.454Z[ recovery-image] Aug 14 17:27:21.307 INFO O| Aug 14 17:27:21.307 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-14T17:27:22.462Z[ recovery-image] Aug 14 17:27:21.316 INFO O| Aug 14 17:27:21.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65562026-08-14T17:27:22.462Z[ recovery-image] Aug 14 17:27:21.316 INFO O| Aug 14 17:27:21.316 INFO STEP 444 (remove_files) COMPLETE
65572026-08-14T17:27:22.462Z[ recovery-image] Aug 14 17:27:21.316 INFO O| Aug 14 17:27:21.316 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-14T17:27:22.472Z[ recovery-image] Aug 14 17:27:21.326 INFO O| Aug 14 17:27:21.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65592026-08-14T17:27:22.472Z[ recovery-image] Aug 14 17:27:21.326 INFO O| Aug 14 17:27:21.326 INFO STEP 445 (remove_files) COMPLETE
65602026-08-14T17:27:22.472Z[ recovery-image] Aug 14 17:27:21.326 INFO O| Aug 14 17:27:21.326 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-14T17:27:22.476Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65622026-08-14T17:27:22.483Z[ recovery-image] Aug 14 17:27:21.336 INFO O| Aug 14 17:27:21.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65632026-08-14T17:27:22.483Z[ recovery-image] Aug 14 17:27:21.336 INFO O| Aug 14 17:27:21.336 INFO STEP 446 (remove_files) COMPLETE
65642026-08-14T17:27:22.483Z[ recovery-image] Aug 14 17:27:21.336 INFO O| Aug 14 17:27:21.336 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-14T17:27:22.492Z[ recovery-image] Aug 14 17:27:21.345 INFO O| Aug 14 17:27:21.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65662026-08-14T17:27:22.492Z[ recovery-image] Aug 14 17:27:21.346 INFO O| Aug 14 17:27:21.346 INFO STEP 447 (remove_files) COMPLETE
65672026-08-14T17:27:22.492Z[ recovery-image] Aug 14 17:27:21.346 INFO O| Aug 14 17:27:21.346 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-14T17:27:22.502Z[ recovery-image] Aug 14 17:27:21.356 INFO O| Aug 14 17:27:21.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65692026-08-14T17:27:22.502Z[ recovery-image] Aug 14 17:27:21.356 INFO O| Aug 14 17:27:21.356 INFO STEP 448 (remove_files) COMPLETE
65702026-08-14T17:27:22.506Z[ recovery-image] Aug 14 17:27:21.356 INFO O| Aug 14 17:27:21.356 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-14T17:27:22.512Z[ recovery-image] Aug 14 17:27:21.366 INFO O| Aug 14 17:27:21.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65722026-08-14T17:27:22.512Z[ recovery-image] Aug 14 17:27:21.366 INFO O| Aug 14 17:27:21.366 INFO STEP 449 (remove_files) COMPLETE
65732026-08-14T17:27:22.515Z[ recovery-image] Aug 14 17:27:21.366 INFO O| Aug 14 17:27:21.366 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-14T17:27:22.522Z[ recovery-image] Aug 14 17:27:21.376 INFO O| Aug 14 17:27:21.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65752026-08-14T17:27:22.522Z[ recovery-image] Aug 14 17:27:21.376 INFO O| Aug 14 17:27:21.376 INFO STEP 450 (remove_files) COMPLETE
65762026-08-14T17:27:22.525Z[ recovery-image] Aug 14 17:27:21.376 INFO O| Aug 14 17:27:21.376 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-14T17:27:22.532Z[ recovery-image] Aug 14 17:27:21.386 INFO O| Aug 14 17:27:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65782026-08-14T17:27:22.532Z[ recovery-image] Aug 14 17:27:21.386 INFO O| Aug 14 17:27:21.386 INFO STEP 451 (remove_files) COMPLETE
65792026-08-14T17:27:22.532Z[ recovery-image] Aug 14 17:27:21.386 INFO O| Aug 14 17:27:21.386 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-14T17:27:22.542Z[ recovery-image] Aug 14 17:27:21.396 INFO O| Aug 14 17:27:21.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65812026-08-14T17:27:22.542Z[ recovery-image] Aug 14 17:27:21.396 INFO O| Aug 14 17:27:21.396 INFO STEP 452 (remove_files) COMPLETE
65822026-08-14T17:27:22.542Z[ recovery-image] Aug 14 17:27:21.396 INFO O| Aug 14 17:27:21.396 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-14T17:27:22.552Z[ recovery-image] Aug 14 17:27:21.406 INFO O| Aug 14 17:27:21.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
65842026-08-14T17:27:22.552Z[ recovery-image] Aug 14 17:27:21.406 INFO O| Aug 14 17:27:21.406 INFO STEP 453 (remove_files) COMPLETE
65852026-08-14T17:27:22.552Z[ recovery-image] Aug 14 17:27:21.406 INFO O| Aug 14 17:27:21.406 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-14T17:27:22.560Z[ recovery-image] Aug 14 17:27:21.414 INFO O| Aug 14 17:27:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
65872026-08-14T17:27:22.560Z[ recovery-image] Aug 14 17:27:21.414 INFO O| Aug 14 17:27:21.414 INFO STEP 454 (remove_files) COMPLETE
65882026-08-14T17:27:22.560Z[ recovery-image] Aug 14 17:27:21.414 INFO O| Aug 14 17:27:21.414 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-14T17:27:22.568Z[ recovery-image] Aug 14 17:27:21.422 INFO O| Aug 14 17:27:21.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
65902026-08-14T17:27:22.568Z[ recovery-image] Aug 14 17:27:21.422 INFO O| Aug 14 17:27:21.422 INFO STEP 455 (remove_files) COMPLETE
65912026-08-14T17:27:22.568Z[ recovery-image] Aug 14 17:27:21.422 INFO O| Aug 14 17:27:21.422 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-14T17:27:22.579Z[ recovery-image] Aug 14 17:27:21.432 INFO O| Aug 14 17:27:21.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
65932026-08-14T17:27:22.579Z[ recovery-image] Aug 14 17:27:21.432 INFO O| Aug 14 17:27:21.432 INFO STEP 456 (remove_files) COMPLETE
65942026-08-14T17:27:22.579Z[ recovery-image] Aug 14 17:27:21.432 INFO O| Aug 14 17:27:21.432 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-14T17:27:22.586Z[ recovery-image] Aug 14 17:27:21.440 INFO O| Aug 14 17:27:21.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
65962026-08-14T17:27:22.586Z[ recovery-image] Aug 14 17:27:21.440 INFO O| Aug 14 17:27:21.440 INFO STEP 457 (remove_files) COMPLETE
65972026-08-14T17:27:22.590Z[ recovery-image] Aug 14 17:27:21.440 INFO O| Aug 14 17:27:21.440 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-14T17:27:22.596Z[ recovery-image] Aug 14 17:27:21.449 INFO O| Aug 14 17:27:21.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
65992026-08-14T17:27:22.596Z[ recovery-image] Aug 14 17:27:21.450 INFO O| Aug 14 17:27:21.450 INFO STEP 458 (remove_files) COMPLETE
66002026-08-14T17:27:22.596Z[ recovery-image] Aug 14 17:27:21.450 INFO O| Aug 14 17:27:21.450 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-14T17:27:22.605Z[ recovery-image] Aug 14 17:27:21.459 INFO O| Aug 14 17:27:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66022026-08-14T17:27:22.608Z[ recovery-image] Aug 14 17:27:21.459 INFO O| Aug 14 17:27:21.459 INFO STEP 459 (remove_files) COMPLETE
66032026-08-14T17:27:22.609Z[ recovery-image] Aug 14 17:27:21.459 INFO O| Aug 14 17:27:21.459 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-14T17:27:22.609Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
66052026-08-14T17:27:22.614Z[ recovery-image] Aug 14 17:27:21.468 INFO O| Aug 14 17:27:21.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66062026-08-14T17:27:22.614Z[ recovery-image] Aug 14 17:27:21.468 INFO O| Aug 14 17:27:21.468 INFO STEP 460 (remove_files) COMPLETE
66072026-08-14T17:27:22.617Z[ recovery-image] Aug 14 17:27:21.468 INFO O| Aug 14 17:27:21.468 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-14T17:27:22.624Z[ recovery-image] Aug 14 17:27:21.478 INFO O| Aug 14 17:27:21.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66092026-08-14T17:27:22.624Z[ recovery-image] Aug 14 17:27:21.478 INFO O| Aug 14 17:27:21.478 INFO STEP 461 (remove_files) COMPLETE
66102026-08-14T17:27:22.624Z[ recovery-image] Aug 14 17:27:21.478 INFO O| Aug 14 17:27:21.478 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-14T17:27:22.633Z[ recovery-image] Aug 14 17:27:21.486 INFO O| Aug 14 17:27:21.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66122026-08-14T17:27:22.633Z[ recovery-image] Aug 14 17:27:21.486 INFO O| Aug 14 17:27:21.486 INFO STEP 462 (remove_files) COMPLETE
66132026-08-14T17:27:22.633Z[ recovery-image] Aug 14 17:27:21.486 INFO O| Aug 14 17:27:21.486 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-14T17:27:22.643Z[ recovery-image] Aug 14 17:27:21.497 INFO O| Aug 14 17:27:21.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66152026-08-14T17:27:22.643Z[ recovery-image] Aug 14 17:27:21.497 INFO O| Aug 14 17:27:21.497 INFO STEP 463 (remove_files) COMPLETE
66162026-08-14T17:27:22.643Z[ recovery-image] Aug 14 17:27:21.497 INFO O| Aug 14 17:27:21.497 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-14T17:27:22.654Z[ recovery-image] Aug 14 17:27:21.508 INFO O| Aug 14 17:27:21.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66182026-08-14T17:27:22.654Z[ recovery-image] Aug 14 17:27:21.508 INFO O| Aug 14 17:27:21.508 INFO STEP 464 (remove_files) COMPLETE
66192026-08-14T17:27:22.654Z[ recovery-image] Aug 14 17:27:21.508 INFO O| Aug 14 17:27:21.508 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-14T17:27:22.664Z[ recovery-image] Aug 14 17:27:21.518 INFO O| Aug 14 17:27:21.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66212026-08-14T17:27:22.664Z[ recovery-image] Aug 14 17:27:21.518 INFO O| Aug 14 17:27:21.518 INFO STEP 465 (remove_files) COMPLETE
66222026-08-14T17:27:22.664Z[ recovery-image] Aug 14 17:27:21.518 INFO O| Aug 14 17:27:21.518 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-14T17:27:22.667Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
66242026-08-14T17:27:22.674Z[ recovery-image] Aug 14 17:27:21.528 INFO O| Aug 14 17:27:21.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66252026-08-14T17:27:22.674Z[ recovery-image] Aug 14 17:27:21.528 INFO O| Aug 14 17:27:21.528 INFO STEP 466 (remove_files) COMPLETE
66262026-08-14T17:27:22.678Z[ recovery-image] Aug 14 17:27:21.528 INFO O| Aug 14 17:27:21.528 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-14T17:27:22.684Z[ recovery-image] Aug 14 17:27:21.538 INFO O| Aug 14 17:27:21.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66282026-08-14T17:27:22.684Z[ recovery-image] Aug 14 17:27:21.538 INFO O| Aug 14 17:27:21.538 INFO STEP 467 (remove_files) COMPLETE
66292026-08-14T17:27:22.684Z[ recovery-image] Aug 14 17:27:21.538 INFO O| Aug 14 17:27:21.538 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-14T17:27:22.692Z[ recovery-image] Aug 14 17:27:21.546 INFO O| Aug 14 17:27:21.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66312026-08-14T17:27:22.692Z[ recovery-image] Aug 14 17:27:21.546 INFO O| Aug 14 17:27:21.546 INFO STEP 468 (remove_files) COMPLETE
66322026-08-14T17:27:22.692Z[ recovery-image] Aug 14 17:27:21.546 INFO O| Aug 14 17:27:21.546 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-14T17:27:22.701Z[ recovery-image] Aug 14 17:27:21.555 INFO O| Aug 14 17:27:21.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66342026-08-14T17:27:22.701Z[ recovery-image] Aug 14 17:27:21.555 INFO O| Aug 14 17:27:21.555 INFO STEP 469 (remove_files) COMPLETE
66352026-08-14T17:27:22.701Z[ recovery-image] Aug 14 17:27:21.555 INFO O| Aug 14 17:27:21.555 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-14T17:27:22.710Z[ recovery-image] Aug 14 17:27:21.564 INFO O| Aug 14 17:27:21.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66372026-08-14T17:27:22.710Z[ recovery-image] Aug 14 17:27:21.564 INFO O| Aug 14 17:27:21.564 INFO STEP 470 (remove_files) COMPLETE
66382026-08-14T17:27:22.710Z[ recovery-image] Aug 14 17:27:21.564 INFO O| Aug 14 17:27:21.564 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-14T17:27:22.720Z[ recovery-image] Aug 14 17:27:21.573 INFO O| Aug 14 17:27:21.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66402026-08-14T17:27:22.720Z[ recovery-image] Aug 14 17:27:21.573 INFO O| Aug 14 17:27:21.573 INFO STEP 471 (remove_files) COMPLETE
66412026-08-14T17:27:22.720Z[ recovery-image] Aug 14 17:27:21.573 INFO O| Aug 14 17:27:21.573 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-14T17:27:22.728Z[ recovery-image] Aug 14 17:27:21.582 INFO O| Aug 14 17:27:21.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66432026-08-14T17:27:22.728Z[ recovery-image] Aug 14 17:27:21.582 INFO O| Aug 14 17:27:21.582 INFO STEP 472 (remove_files) COMPLETE
66442026-08-14T17:27:22.731Z[ recovery-image] Aug 14 17:27:21.582 INFO O| Aug 14 17:27:21.582 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-14T17:27:22.736Z[ recovery-image] Aug 14 17:27:21.590 INFO O| Aug 14 17:27:21.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66462026-08-14T17:27:22.736Z[ recovery-image] Aug 14 17:27:21.590 INFO O| Aug 14 17:27:21.590 INFO STEP 473 (remove_files) COMPLETE
66472026-08-14T17:27:22.736Z[ recovery-image] Aug 14 17:27:21.590 INFO O| Aug 14 17:27:21.590 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-14T17:27:22.745Z[ recovery-image] Aug 14 17:27:21.599 INFO O| Aug 14 17:27:21.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66492026-08-14T17:27:22.748Z[ recovery-image] Aug 14 17:27:21.600 INFO O| Aug 14 17:27:21.600 INFO STEP 474 (remove_files) COMPLETE
66502026-08-14T17:27:22.748Z[ recovery-image] Aug 14 17:27:21.600 INFO O| Aug 14 17:27:21.600 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-14T17:27:22.755Z[ recovery-image] Aug 14 17:27:21.609 INFO O| Aug 14 17:27:21.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66522026-08-14T17:27:22.755Z[ recovery-image] Aug 14 17:27:21.609 INFO O| Aug 14 17:27:21.609 INFO STEP 475 (remove_files) COMPLETE
66532026-08-14T17:27:22.758Z[ recovery-image] Aug 14 17:27:21.609 INFO O| Aug 14 17:27:21.609 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-14T17:27:22.764Z[ recovery-image] Aug 14 17:27:21.618 INFO O| Aug 14 17:27:21.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66552026-08-14T17:27:22.764Z[ recovery-image] Aug 14 17:27:21.618 INFO O| Aug 14 17:27:21.618 INFO STEP 476 (remove_files) COMPLETE
66562026-08-14T17:27:22.764Z[ recovery-image] Aug 14 17:27:21.618 INFO O| Aug 14 17:27:21.618 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-14T17:27:22.773Z[ recovery-image] Aug 14 17:27:21.627 INFO O| Aug 14 17:27:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66582026-08-14T17:27:22.773Z[ recovery-image] Aug 14 17:27:21.627 INFO O| Aug 14 17:27:21.627 INFO STEP 477 (remove_files) COMPLETE
66592026-08-14T17:27:22.776Z[ recovery-image] Aug 14 17:27:21.627 INFO O| Aug 14 17:27:21.627 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-14T17:27:22.782Z[ recovery-image] Aug 14 17:27:21.636 INFO O| Aug 14 17:27:21.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66612026-08-14T17:27:22.782Z[ recovery-image] Aug 14 17:27:21.636 INFO O| Aug 14 17:27:21.636 INFO STEP 478 (remove_files) COMPLETE
66622026-08-14T17:27:22.782Z[ recovery-image] Aug 14 17:27:21.636 INFO O| Aug 14 17:27:21.636 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-14T17:27:22.792Z[ recovery-image] Aug 14 17:27:21.646 INFO O| Aug 14 17:27:21.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66642026-08-14T17:27:22.792Z[ recovery-image] Aug 14 17:27:21.646 INFO O| Aug 14 17:27:21.646 INFO STEP 479 (remove_files) COMPLETE
66652026-08-14T17:27:22.792Z[ recovery-image] Aug 14 17:27:21.646 INFO O| Aug 14 17:27:21.646 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-14T17:27:22.805Z[ recovery-image] Aug 14 17:27:21.658 INFO O| Aug 14 17:27:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66672026-08-14T17:27:22.805Z[ recovery-image] Aug 14 17:27:21.658 INFO O| Aug 14 17:27:21.658 INFO STEP 480 (remove_files) COMPLETE
66682026-08-14T17:27:22.805Z[ recovery-image] Aug 14 17:27:21.658 INFO O| Aug 14 17:27:21.658 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-14T17:27:22.816Z[ recovery-image] Aug 14 17:27:21.670 INFO O| Aug 14 17:27:21.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66702026-08-14T17:27:22.816Z[ recovery-image] Aug 14 17:27:21.670 INFO O| Aug 14 17:27:21.670 INFO STEP 481 (remove_files) COMPLETE
66712026-08-14T17:27:22.817Z[ recovery-image] Aug 14 17:27:21.670 INFO O| Aug 14 17:27:21.670 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-14T17:27:22.827Z[ recovery-image] Aug 14 17:27:21.680 INFO O| Aug 14 17:27:21.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66732026-08-14T17:27:22.827Z[ recovery-image] Aug 14 17:27:21.681 INFO O| Aug 14 17:27:21.680 INFO STEP 482 (remove_files) COMPLETE
66742026-08-14T17:27:22.827Z[ recovery-image] Aug 14 17:27:21.681 INFO O| Aug 14 17:27:21.681 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-14T17:27:22.836Z[ recovery-image] Aug 14 17:27:21.690 INFO O| Aug 14 17:27:21.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66762026-08-14T17:27:22.840Z[ recovery-image] Aug 14 17:27:21.690 INFO O| Aug 14 17:27:21.690 INFO STEP 483 (remove_files) COMPLETE
66772026-08-14T17:27:22.840Z[ recovery-image] Aug 14 17:27:21.690 INFO O| Aug 14 17:27:21.690 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-14T17:27:22.849Z[ recovery-image] Aug 14 17:27:21.701 INFO O| Aug 14 17:27:21.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66792026-08-14T17:27:22.849Z[ recovery-image] Aug 14 17:27:21.701 INFO O| Aug 14 17:27:21.701 INFO STEP 484 (remove_files) COMPLETE
66802026-08-14T17:27:22.849Z[ recovery-image] Aug 14 17:27:21.701 INFO O| Aug 14 17:27:21.701 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-14T17:27:22.856Z[ recovery-image] Aug 14 17:27:21.710 INFO O| Aug 14 17:27:21.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66822026-08-14T17:27:22.856Z[ recovery-image] Aug 14 17:27:21.710 INFO O| Aug 14 17:27:21.710 INFO STEP 485 (remove_files) COMPLETE
66832026-08-14T17:27:22.856Z[ recovery-image] Aug 14 17:27:21.710 INFO O| Aug 14 17:27:21.710 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-14T17:27:22.865Z[ recovery-image] Aug 14 17:27:21.719 INFO O| Aug 14 17:27:21.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
66852026-08-14T17:27:22.868Z[ recovery-image] Aug 14 17:27:21.719 INFO O| Aug 14 17:27:21.719 INFO STEP 486 (remove_files) COMPLETE
66862026-08-14T17:27:22.868Z[ recovery-image] Aug 14 17:27:21.719 INFO O| Aug 14 17:27:21.719 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-14T17:27:22.875Z[ recovery-image] Aug 14 17:27:21.729 INFO O| Aug 14 17:27:21.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
66882026-08-14T17:27:22.875Z[ recovery-image] Aug 14 17:27:21.729 INFO O| Aug 14 17:27:21.729 INFO STEP 487 (remove_files) COMPLETE
66892026-08-14T17:27:22.875Z[ recovery-image] Aug 14 17:27:21.729 INFO O| Aug 14 17:27:21.729 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-14T17:27:22.897Z[ recovery-image] Aug 14 17:27:21.739 INFO O| Aug 14 17:27:21.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
66912026-08-14T17:27:22.897Z[ recovery-image] Aug 14 17:27:21.739 INFO O| Aug 14 17:27:21.739 INFO STEP 488 (remove_files) COMPLETE
66922026-08-14T17:27:22.897Z[ recovery-image] Aug 14 17:27:21.739 INFO O| Aug 14 17:27:21.739 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-14T17:27:22.897Z[ recovery-image] Aug 14 17:27:21.749 INFO O| Aug 14 17:27:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
66942026-08-14T17:27:22.897Z[ recovery-image] Aug 14 17:27:21.749 INFO O| Aug 14 17:27:21.749 INFO STEP 489 (remove_files) COMPLETE
66952026-08-14T17:27:22.897Z[ recovery-image] Aug 14 17:27:21.749 INFO O| Aug 14 17:27:21.749 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-14T17:27:22.905Z[ recovery-image] Aug 14 17:27:21.759 INFO O| Aug 14 17:27:21.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
66972026-08-14T17:27:22.906Z[ recovery-image] Aug 14 17:27:21.759 INFO O| Aug 14 17:27:21.759 INFO STEP 490 (remove_files) COMPLETE
66982026-08-14T17:27:22.909Z[ recovery-image] Aug 14 17:27:21.759 INFO O| Aug 14 17:27:21.759 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-14T17:27:22.915Z[ recovery-image] Aug 14 17:27:21.769 INFO O| Aug 14 17:27:21.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67002026-08-14T17:27:22.915Z[ recovery-image] Aug 14 17:27:21.769 INFO O| Aug 14 17:27:21.769 INFO STEP 491 (remove_files) COMPLETE
67012026-08-14T17:27:22.918Z[ recovery-image] Aug 14 17:27:21.769 INFO O| Aug 14 17:27:21.769 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-14T17:27:22.924Z[ recovery-image] Aug 14 17:27:21.778 INFO O| Aug 14 17:27:21.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67032026-08-14T17:27:22.928Z[ recovery-image] Aug 14 17:27:21.778 INFO O| Aug 14 17:27:21.778 INFO STEP 492 (remove_files) COMPLETE
67042026-08-14T17:27:22.928Z[ recovery-image] Aug 14 17:27:21.778 INFO O| Aug 14 17:27:21.778 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-14T17:27:22.933Z[ recovery-image] Aug 14 17:27:21.787 INFO O| Aug 14 17:27:21.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67062026-08-14T17:27:22.933Z[ recovery-image] Aug 14 17:27:21.787 INFO O| Aug 14 17:27:21.787 INFO STEP 493 (remove_files) COMPLETE
67072026-08-14T17:27:22.933Z[ recovery-image] Aug 14 17:27:21.787 INFO O| Aug 14 17:27:21.787 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-14T17:27:22.943Z[ recovery-image] Aug 14 17:27:21.797 INFO O| Aug 14 17:27:21.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67092026-08-14T17:27:22.943Z[ recovery-image] Aug 14 17:27:21.797 INFO O| Aug 14 17:27:21.797 INFO STEP 494 (remove_files) COMPLETE
67102026-08-14T17:27:22.943Z[ recovery-image] Aug 14 17:27:21.797 INFO O| Aug 14 17:27:21.797 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-14T17:27:22.952Z[ recovery-image] Aug 14 17:27:21.806 INFO O| Aug 14 17:27:21.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67122026-08-14T17:27:22.955Z[ recovery-image] Aug 14 17:27:21.807 INFO O| Aug 14 17:27:21.807 INFO STEP 495 (remove_files) COMPLETE
67132026-08-14T17:27:22.955Z[ recovery-image] Aug 14 17:27:21.807 INFO O| Aug 14 17:27:21.807 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-14T17:27:22.963Z[ recovery-image] Aug 14 17:27:21.816 INFO O| Aug 14 17:27:21.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67152026-08-14T17:27:22.963Z[ recovery-image] Aug 14 17:27:21.816 INFO O| Aug 14 17:27:21.816 INFO STEP 496 (remove_files) COMPLETE
67162026-08-14T17:27:22.967Z[ recovery-image] Aug 14 17:27:21.816 INFO O| Aug 14 17:27:21.816 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-14T17:27:22.970Z[ recovery-image] Aug 14 17:27:21.824 INFO O| Aug 14 17:27:21.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67182026-08-14T17:27:22.970Z[ recovery-image] Aug 14 17:27:21.824 INFO O| Aug 14 17:27:21.824 INFO STEP 497 (remove_files) COMPLETE
67192026-08-14T17:27:22.974Z[ recovery-image] Aug 14 17:27:21.824 INFO O| Aug 14 17:27:21.824 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-14T17:27:22.978Z[ recovery-image] Aug 14 17:27:21.832 INFO O| Aug 14 17:27:21.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67212026-08-14T17:27:22.978Z[ recovery-image] Aug 14 17:27:21.832 INFO O| Aug 14 17:27:21.832 INFO STEP 498 (remove_files) COMPLETE
67222026-08-14T17:27:22.981Z[ recovery-image] Aug 14 17:27:21.832 INFO O| Aug 14 17:27:21.832 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-14T17:27:22.986Z[ recovery-image] Aug 14 17:27:21.840 INFO O| Aug 14 17:27:21.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67242026-08-14T17:27:22.986Z[ recovery-image] Aug 14 17:27:21.840 INFO O| Aug 14 17:27:21.840 INFO STEP 499 (remove_files) COMPLETE
67252026-08-14T17:27:22.989Z[ recovery-image] Aug 14 17:27:21.840 INFO O| Aug 14 17:27:21.840 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-14T17:27:22.994Z[ recovery-image] Aug 14 17:27:21.848 INFO O| Aug 14 17:27:21.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67272026-08-14T17:27:22.994Z[ recovery-image] Aug 14 17:27:21.848 INFO O| Aug 14 17:27:21.848 INFO STEP 500 (remove_files) COMPLETE
67282026-08-14T17:27:22.994Z[ recovery-image] Aug 14 17:27:21.848 INFO O| Aug 14 17:27:21.848 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-14T17:27:23.003Z[ recovery-image] Aug 14 17:27:21.857 INFO O| Aug 14 17:27:21.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67302026-08-14T17:27:23.003Z[ recovery-image] Aug 14 17:27:21.857 INFO O| Aug 14 17:27:21.857 INFO STEP 501 (remove_files) COMPLETE
67312026-08-14T17:27:23.003Z[ recovery-image] Aug 14 17:27:21.857 INFO O| Aug 14 17:27:21.857 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-14T17:27:23.012Z[ recovery-image] Aug 14 17:27:21.866 INFO O| Aug 14 17:27:21.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67332026-08-14T17:27:23.012Z[ recovery-image] Aug 14 17:27:21.866 INFO O| Aug 14 17:27:21.866 INFO STEP 502 (remove_files) COMPLETE
67342026-08-14T17:27:23.012Z[ recovery-image] Aug 14 17:27:21.866 INFO O| Aug 14 17:27:21.866 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-14T17:27:23.021Z[ recovery-image] Aug 14 17:27:21.874 INFO O| Aug 14 17:27:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67362026-08-14T17:27:23.021Z[ recovery-image] Aug 14 17:27:21.875 INFO O| Aug 14 17:27:21.875 INFO STEP 503 (remove_files) COMPLETE
67372026-08-14T17:27:23.021Z[ recovery-image] Aug 14 17:27:21.875 INFO O| Aug 14 17:27:21.875 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-14T17:27:23.030Z[ recovery-image] Aug 14 17:27:21.884 INFO O| Aug 14 17:27:21.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67392026-08-14T17:27:23.030Z[ recovery-image] Aug 14 17:27:21.884 INFO O| Aug 14 17:27:21.884 INFO STEP 504 (remove_files) COMPLETE
67402026-08-14T17:27:23.030Z[ recovery-image] Aug 14 17:27:21.884 INFO O| Aug 14 17:27:21.884 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-14T17:27:23.040Z[ recovery-image] Aug 14 17:27:21.894 INFO O| Aug 14 17:27:21.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67422026-08-14T17:27:23.040Z[ recovery-image] Aug 14 17:27:21.894 INFO O| Aug 14 17:27:21.894 INFO STEP 505 (remove_files) COMPLETE
67432026-08-14T17:27:23.040Z[ recovery-image] Aug 14 17:27:21.894 INFO O| Aug 14 17:27:21.894 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-14T17:27:23.049Z[ recovery-image] Aug 14 17:27:21.903 INFO O| Aug 14 17:27:21.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67452026-08-14T17:27:23.049Z[ recovery-image] Aug 14 17:27:21.903 INFO O| Aug 14 17:27:21.903 INFO STEP 506 (remove_files) COMPLETE
67462026-08-14T17:27:23.050Z[ recovery-image] Aug 14 17:27:21.903 INFO O| Aug 14 17:27:21.903 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-14T17:27:23.058Z[ recovery-image] Aug 14 17:27:21.912 INFO O| Aug 14 17:27:21.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67482026-08-14T17:27:23.059Z[ recovery-image] Aug 14 17:27:21.912 INFO O| Aug 14 17:27:21.912 INFO STEP 507 (remove_files) COMPLETE
67492026-08-14T17:27:23.062Z[ recovery-image] Aug 14 17:27:21.912 INFO O| Aug 14 17:27:21.912 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-14T17:27:23.069Z[ recovery-image] Aug 14 17:27:21.923 INFO O| Aug 14 17:27:21.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67512026-08-14T17:27:23.069Z[ recovery-image] Aug 14 17:27:21.923 INFO O| Aug 14 17:27:21.923 INFO STEP 508 (remove_files) COMPLETE
67522026-08-14T17:27:23.069Z[ recovery-image] Aug 14 17:27:21.923 INFO O| Aug 14 17:27:21.923 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-14T17:27:23.079Z[ recovery-image] Aug 14 17:27:21.933 INFO O| Aug 14 17:27:21.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67542026-08-14T17:27:23.079Z[ recovery-image] Aug 14 17:27:21.933 INFO O| Aug 14 17:27:21.933 INFO STEP 509 (remove_files) COMPLETE
67552026-08-14T17:27:23.079Z[ recovery-image] Aug 14 17:27:21.933 INFO O| Aug 14 17:27:21.933 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-14T17:27:23.089Z[ recovery-image] Aug 14 17:27:21.943 INFO O| Aug 14 17:27:21.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67572026-08-14T17:27:23.089Z[ recovery-image] Aug 14 17:27:21.943 INFO O| Aug 14 17:27:21.943 INFO STEP 510 (remove_files) COMPLETE
67582026-08-14T17:27:23.089Z[ recovery-image] Aug 14 17:27:21.943 INFO O| Aug 14 17:27:21.943 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-14T17:27:23.093Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
67602026-08-14T17:27:23.098Z[ recovery-image] Aug 14 17:27:21.952 INFO O| Aug 14 17:27:21.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67612026-08-14T17:27:23.102Z[ recovery-image] Aug 14 17:27:21.952 INFO O| Aug 14 17:27:21.952 INFO STEP 511 (remove_files) COMPLETE
67622026-08-14T17:27:23.102Z[ recovery-image] Aug 14 17:27:21.952 INFO O| Aug 14 17:27:21.952 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-14T17:27:23.108Z[ recovery-image] Aug 14 17:27:21.962 INFO O| Aug 14 17:27:21.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67642026-08-14T17:27:23.108Z[ recovery-image] Aug 14 17:27:21.962 INFO O| Aug 14 17:27:21.962 INFO STEP 512 (remove_files) COMPLETE
67652026-08-14T17:27:23.111Z[ recovery-image] Aug 14 17:27:21.962 INFO O| Aug 14 17:27:21.962 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-14T17:27:23.119Z[ recovery-image] Aug 14 17:27:21.973 INFO O| Aug 14 17:27:21.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67672026-08-14T17:27:23.122Z[ recovery-image] Aug 14 17:27:21.974 INFO O| Aug 14 17:27:21.974 INFO STEP 513 (remove_files) COMPLETE
67682026-08-14T17:27:23.122Z[ recovery-image] Aug 14 17:27:21.974 INFO O| Aug 14 17:27:21.974 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-14T17:27:23.130Z[ recovery-image] Aug 14 17:27:21.984 INFO O| Aug 14 17:27:21.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67702026-08-14T17:27:23.134Z[ recovery-image] Aug 14 17:27:21.985 INFO O| Aug 14 17:27:21.985 INFO STEP 514 (remove_files) COMPLETE
67712026-08-14T17:27:23.134Z[ recovery-image] Aug 14 17:27:21.985 INFO O| Aug 14 17:27:21.985 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-14T17:27:23.142Z[ recovery-image] Aug 14 17:27:21.995 INFO O| Aug 14 17:27:21.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67732026-08-14T17:27:23.145Z[ recovery-image] Aug 14 17:27:21.996 INFO O| Aug 14 17:27:21.996 INFO STEP 515 (remove_files) COMPLETE
67742026-08-14T17:27:23.145Z[ recovery-image] Aug 14 17:27:21.996 INFO O| Aug 14 17:27:21.996 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-14T17:27:23.151Z[ recovery-image] Aug 14 17:27:22.005 INFO O| Aug 14 17:27:22.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67762026-08-14T17:27:23.152Z[ recovery-image] Aug 14 17:27:22.005 INFO O| Aug 14 17:27:22.005 INFO STEP 516 (remove_files) COMPLETE
67772026-08-14T17:27:23.155Z[ recovery-image] Aug 14 17:27:22.005 INFO O| Aug 14 17:27:22.005 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-14T17:27:23.161Z[ recovery-image] Aug 14 17:27:22.015 INFO O| Aug 14 17:27:22.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67792026-08-14T17:27:23.165Z[ recovery-image] Aug 14 17:27:22.016 INFO O| Aug 14 17:27:22.016 INFO STEP 517 (remove_files) COMPLETE
67802026-08-14T17:27:23.165Z[ recovery-image] Aug 14 17:27:22.016 INFO O| Aug 14 17:27:22.016 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-14T17:27:23.174Z[ recovery-image] Aug 14 17:27:22.028 INFO O| Aug 14 17:27:22.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67822026-08-14T17:27:23.174Z[ recovery-image] Aug 14 17:27:22.028 INFO O| Aug 14 17:27:22.028 INFO STEP 518 (remove_files) COMPLETE
67832026-08-14T17:27:23.177Z[ recovery-image] Aug 14 17:27:22.028 INFO O| Aug 14 17:27:22.028 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-14T17:27:23.187Z[ recovery-image] Aug 14 17:27:22.039 INFO O| Aug 14 17:27:22.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
67852026-08-14T17:27:23.187Z[ recovery-image] Aug 14 17:27:22.039 INFO O| Aug 14 17:27:22.039 INFO STEP 519 (remove_files) COMPLETE
67862026-08-14T17:27:23.187Z[ recovery-image] Aug 14 17:27:22.039 INFO O| Aug 14 17:27:22.039 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-14T17:27:23.197Z[ recovery-image] Aug 14 17:27:22.049 INFO O| Aug 14 17:27:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
67882026-08-14T17:27:23.197Z[ recovery-image] Aug 14 17:27:22.049 INFO O| Aug 14 17:27:22.049 INFO STEP 520 (remove_files) COMPLETE
67892026-08-14T17:27:23.197Z[ recovery-image] Aug 14 17:27:22.049 INFO O| Aug 14 17:27:22.049 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-14T17:27:23.207Z[ recovery-image] Aug 14 17:27:22.060 INFO O| Aug 14 17:27:22.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
67912026-08-14T17:27:23.207Z[ recovery-image] Aug 14 17:27:22.060 INFO O| Aug 14 17:27:22.060 INFO STEP 521 (remove_files) COMPLETE
67922026-08-14T17:27:23.207Z[ recovery-image] Aug 14 17:27:22.060 INFO O| Aug 14 17:27:22.060 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-14T17:27:23.217Z[ recovery-image] Aug 14 17:27:22.070 INFO O| Aug 14 17:27:22.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
67942026-08-14T17:27:23.217Z[ recovery-image] Aug 14 17:27:22.071 INFO O| Aug 14 17:27:22.071 INFO STEP 522 (remove_files) COMPLETE
67952026-08-14T17:27:23.217Z[ recovery-image] Aug 14 17:27:22.071 INFO O| Aug 14 17:27:22.071 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-14T17:27:23.227Z[ recovery-image] Aug 14 17:27:22.080 INFO O| Aug 14 17:27:22.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
67972026-08-14T17:27:23.227Z[ recovery-image] Aug 14 17:27:22.080 INFO O| Aug 14 17:27:22.080 INFO STEP 523 (remove_files) COMPLETE
67982026-08-14T17:27:23.227Z[ recovery-image] Aug 14 17:27:22.080 INFO O| Aug 14 17:27:22.080 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-14T17:27:23.237Z[ recovery-image] Aug 14 17:27:22.090 INFO O| Aug 14 17:27:22.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68002026-08-14T17:27:23.237Z[ recovery-image] Aug 14 17:27:22.091 INFO O| Aug 14 17:27:22.090 INFO STEP 524 (remove_files) COMPLETE
68012026-08-14T17:27:23.237Z[ recovery-image] Aug 14 17:27:22.091 INFO O| Aug 14 17:27:22.090 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-14T17:27:23.246Z[ recovery-image] Aug 14 17:27:22.100 INFO O| Aug 14 17:27:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68032026-08-14T17:27:23.246Z[ recovery-image] Aug 14 17:27:22.100 INFO O| Aug 14 17:27:22.100 INFO STEP 525 (remove_files) COMPLETE
68042026-08-14T17:27:23.246Z[ recovery-image] Aug 14 17:27:22.100 INFO O| Aug 14 17:27:22.100 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-14T17:27:23.255Z[ recovery-image] Aug 14 17:27:22.109 INFO O| Aug 14 17:27:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68062026-08-14T17:27:23.255Z[ recovery-image] Aug 14 17:27:22.109 INFO O| Aug 14 17:27:22.109 INFO STEP 526 (remove_files) COMPLETE
68072026-08-14T17:27:23.255Z[ recovery-image] Aug 14 17:27:22.109 INFO O| Aug 14 17:27:22.109 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-14T17:27:23.264Z[ recovery-image] Aug 14 17:27:22.118 INFO O| Aug 14 17:27:22.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68092026-08-14T17:27:23.264Z[ recovery-image] Aug 14 17:27:22.118 INFO O| Aug 14 17:27:22.118 INFO STEP 527 (remove_files) COMPLETE
68102026-08-14T17:27:23.264Z[ recovery-image] Aug 14 17:27:22.118 INFO O| Aug 14 17:27:22.118 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-14T17:27:23.273Z[ recovery-image] Aug 14 17:27:22.127 INFO O| Aug 14 17:27:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68122026-08-14T17:27:23.273Z[ recovery-image] Aug 14 17:27:22.127 INFO O| Aug 14 17:27:22.127 INFO STEP 528 (remove_files) COMPLETE
68132026-08-14T17:27:23.276Z[ recovery-image] Aug 14 17:27:22.127 INFO O| Aug 14 17:27:22.127 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-14T17:27:23.282Z[ recovery-image] Aug 14 17:27:22.136 INFO O| Aug 14 17:27:22.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68152026-08-14T17:27:23.282Z[ recovery-image] Aug 14 17:27:22.136 INFO O| Aug 14 17:27:22.136 INFO STEP 529 (remove_files) COMPLETE
68162026-08-14T17:27:23.282Z[ recovery-image] Aug 14 17:27:22.136 INFO O| Aug 14 17:27:22.136 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-14T17:27:23.291Z[ recovery-image] Aug 14 17:27:22.145 INFO O| Aug 14 17:27:22.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68182026-08-14T17:27:23.291Z[ recovery-image] Aug 14 17:27:22.145 INFO O| Aug 14 17:27:22.145 INFO STEP 530 (remove_files) COMPLETE
68192026-08-14T17:27:23.291Z[ recovery-image] Aug 14 17:27:22.145 INFO O| Aug 14 17:27:22.145 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-14T17:27:23.300Z[ recovery-image] Aug 14 17:27:22.153 INFO O| Aug 14 17:27:22.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68212026-08-14T17:27:23.300Z[ recovery-image] Aug 14 17:27:22.153 INFO O| Aug 14 17:27:22.153 INFO STEP 531 (remove_files) COMPLETE
68222026-08-14T17:27:23.300Z[ recovery-image] Aug 14 17:27:22.153 INFO O| Aug 14 17:27:22.153 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-14T17:27:23.311Z[ recovery-image] Aug 14 17:27:22.165 INFO O| Aug 14 17:27:22.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68242026-08-14T17:27:23.311Z[ recovery-image] Aug 14 17:27:22.165 INFO O| Aug 14 17:27:22.165 INFO STEP 532 (remove_files) COMPLETE
68252026-08-14T17:27:23.311Z[ recovery-image] Aug 14 17:27:22.165 INFO O| Aug 14 17:27:22.165 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-14T17:27:23.321Z[ recovery-image] Aug 14 17:27:22.174 INFO O| Aug 14 17:27:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68272026-08-14T17:27:23.321Z[ recovery-image] Aug 14 17:27:22.175 INFO O| Aug 14 17:27:22.174 INFO STEP 533 (remove_files) COMPLETE
68282026-08-14T17:27:23.321Z[ recovery-image] Aug 14 17:27:22.175 INFO O| Aug 14 17:27:22.175 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-14T17:27:23.331Z[ recovery-image] Aug 14 17:27:22.185 INFO O| Aug 14 17:27:22.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68302026-08-14T17:27:23.331Z[ recovery-image] Aug 14 17:27:22.185 INFO O| Aug 14 17:27:22.185 INFO STEP 534 (remove_files) COMPLETE
68312026-08-14T17:27:23.332Z[ recovery-image] Aug 14 17:27:22.185 INFO O| Aug 14 17:27:22.185 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-14T17:27:23.341Z[ recovery-image] Aug 14 17:27:22.195 INFO O| Aug 14 17:27:22.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68332026-08-14T17:27:23.341Z[ recovery-image] Aug 14 17:27:22.195 INFO O| Aug 14 17:27:22.195 INFO STEP 535 (remove_files) COMPLETE
68342026-08-14T17:27:23.341Z[ recovery-image] Aug 14 17:27:22.195 INFO O| Aug 14 17:27:22.195 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-14T17:27:23.351Z[ recovery-image] Aug 14 17:27:22.205 INFO O| Aug 14 17:27:22.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68362026-08-14T17:27:23.351Z[ recovery-image] Aug 14 17:27:22.205 INFO O| Aug 14 17:27:22.205 INFO STEP 536 (remove_files) COMPLETE
68372026-08-14T17:27:23.351Z[ recovery-image] Aug 14 17:27:22.205 INFO O| Aug 14 17:27:22.205 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-14T17:27:23.360Z[ recovery-image] Aug 14 17:27:22.214 INFO O| Aug 14 17:27:22.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68392026-08-14T17:27:23.363Z[ recovery-image] Aug 14 17:27:22.216 INFO O| Aug 14 17:27:22.216 INFO STEP 537 (remove_files) COMPLETE
68402026-08-14T17:27:23.363Z[ recovery-image] Aug 14 17:27:22.216 INFO O| Aug 14 17:27:22.216 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-14T17:27:23.372Z[ recovery-image] Aug 14 17:27:22.225 INFO O| Aug 14 17:27:22.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68422026-08-14T17:27:23.372Z[ recovery-image] Aug 14 17:27:22.225 INFO O| Aug 14 17:27:22.225 INFO STEP 538 (remove_files) COMPLETE
68432026-08-14T17:27:23.372Z[ recovery-image] Aug 14 17:27:22.225 INFO O| Aug 14 17:27:22.225 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-14T17:27:23.381Z[ recovery-image] Aug 14 17:27:22.235 INFO O| Aug 14 17:27:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68452026-08-14T17:27:23.381Z[ recovery-image] Aug 14 17:27:22.235 INFO O| Aug 14 17:27:22.235 INFO STEP 539 (remove_files) COMPLETE
68462026-08-14T17:27:23.381Z[ recovery-image] Aug 14 17:27:22.235 INFO O| Aug 14 17:27:22.235 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-14T17:27:23.391Z[ recovery-image] Aug 14 17:27:22.245 INFO O| Aug 14 17:27:22.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68482026-08-14T17:27:23.392Z[ recovery-image] Aug 14 17:27:22.245 INFO O| Aug 14 17:27:22.245 INFO STEP 540 (remove_files) COMPLETE
68492026-08-14T17:27:23.392Z[ recovery-image] Aug 14 17:27:22.245 INFO O| Aug 14 17:27:22.245 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-14T17:27:23.401Z[ recovery-image] Aug 14 17:27:22.254 INFO O| Aug 14 17:27:22.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68512026-08-14T17:27:23.401Z[ recovery-image] Aug 14 17:27:22.254 INFO O| Aug 14 17:27:22.254 INFO STEP 541 (remove_files) COMPLETE
68522026-08-14T17:27:23.401Z[ recovery-image] Aug 14 17:27:22.254 INFO O| Aug 14 17:27:22.254 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-14T17:27:23.409Z[ recovery-image] Aug 14 17:27:22.263 INFO O| Aug 14 17:27:22.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68542026-08-14T17:27:23.409Z[ recovery-image] Aug 14 17:27:22.263 INFO O| Aug 14 17:27:22.263 INFO STEP 542 (remove_files) COMPLETE
68552026-08-14T17:27:23.410Z[ recovery-image] Aug 14 17:27:22.263 INFO O| Aug 14 17:27:22.263 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-14T17:27:23.419Z[ recovery-image] Aug 14 17:27:22.273 INFO O| Aug 14 17:27:22.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68572026-08-14T17:27:23.419Z[ recovery-image] Aug 14 17:27:22.273 INFO O| Aug 14 17:27:22.273 INFO STEP 543 (remove_files) COMPLETE
68582026-08-14T17:27:23.419Z[ recovery-image] Aug 14 17:27:22.273 INFO O| Aug 14 17:27:22.273 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-14T17:27:23.428Z[ recovery-image] Aug 14 17:27:22.282 INFO O| Aug 14 17:27:22.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68602026-08-14T17:27:23.428Z[ recovery-image] Aug 14 17:27:22.282 INFO O| Aug 14 17:27:22.282 INFO STEP 544 (remove_files) COMPLETE
68612026-08-14T17:27:23.428Z[ recovery-image] Aug 14 17:27:22.282 INFO O| Aug 14 17:27:22.282 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-14T17:27:23.440Z[ recovery-image] Aug 14 17:27:22.294 INFO O| Aug 14 17:27:22.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68632026-08-14T17:27:23.440Z[ recovery-image] Aug 14 17:27:22.294 INFO O| Aug 14 17:27:22.294 INFO STEP 545 (remove_files) COMPLETE
68642026-08-14T17:27:23.440Z[ recovery-image] Aug 14 17:27:22.294 INFO O| Aug 14 17:27:22.294 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-14T17:27:23.451Z[ recovery-image] Aug 14 17:27:22.305 INFO O| Aug 14 17:27:22.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68662026-08-14T17:27:23.451Z[ recovery-image] Aug 14 17:27:22.305 INFO O| Aug 14 17:27:22.305 INFO STEP 546 (remove_files) COMPLETE
68672026-08-14T17:27:23.451Z[ recovery-image] Aug 14 17:27:22.305 INFO O| Aug 14 17:27:22.305 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-14T17:27:23.461Z[ recovery-image] Aug 14 17:27:22.315 INFO O| Aug 14 17:27:22.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68692026-08-14T17:27:23.461Z[ recovery-image] Aug 14 17:27:22.315 INFO O| Aug 14 17:27:22.315 INFO STEP 547 (remove_files) COMPLETE
68702026-08-14T17:27:23.461Z[ recovery-image] Aug 14 17:27:22.315 INFO O| Aug 14 17:27:22.315 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-14T17:27:23.470Z[ recovery-image] Aug 14 17:27:22.323 INFO O| Aug 14 17:27:22.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68722026-08-14T17:27:23.470Z[ recovery-image] Aug 14 17:27:22.324 INFO O| Aug 14 17:27:22.324 INFO STEP 548 (remove_files) COMPLETE
68732026-08-14T17:27:23.473Z[ recovery-image] Aug 14 17:27:22.324 INFO O| Aug 14 17:27:22.324 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-14T17:27:23.479Z[ recovery-image] Aug 14 17:27:22.333 INFO O| Aug 14 17:27:22.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68752026-08-14T17:27:23.479Z[ recovery-image] Aug 14 17:27:22.333 INFO O| Aug 14 17:27:22.333 INFO STEP 549 (remove_files) COMPLETE
68762026-08-14T17:27:23.479Z[ recovery-image] Aug 14 17:27:22.333 INFO O| Aug 14 17:27:22.333 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-14T17:27:23.488Z[ recovery-image] Aug 14 17:27:22.342 INFO O| Aug 14 17:27:22.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68782026-08-14T17:27:23.488Z[ recovery-image] Aug 14 17:27:22.342 INFO O| Aug 14 17:27:22.342 INFO STEP 550 (remove_files) COMPLETE
68792026-08-14T17:27:23.488Z[ recovery-image] Aug 14 17:27:22.342 INFO O| Aug 14 17:27:22.342 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-14T17:27:23.498Z[ recovery-image] Aug 14 17:27:22.352 INFO O| Aug 14 17:27:22.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68812026-08-14T17:27:23.498Z[ recovery-image] Aug 14 17:27:22.352 INFO O| Aug 14 17:27:22.352 INFO STEP 551 (remove_files) COMPLETE
68822026-08-14T17:27:23.498Z[ recovery-image] Aug 14 17:27:22.352 INFO O| Aug 14 17:27:22.352 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-14T17:27:23.506Z[ recovery-image] Aug 14 17:27:22.360 INFO O| Aug 14 17:27:22.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
68842026-08-14T17:27:23.506Z[ recovery-image] Aug 14 17:27:22.360 INFO O| Aug 14 17:27:22.360 INFO STEP 552 (remove_files) COMPLETE
68852026-08-14T17:27:23.506Z[ recovery-image] Aug 14 17:27:22.360 INFO O| Aug 14 17:27:22.360 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-14T17:27:23.515Z[ recovery-image] Aug 14 17:27:22.368 INFO O| Aug 14 17:27:22.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
68872026-08-14T17:27:23.515Z[ recovery-image] Aug 14 17:27:22.369 INFO O| Aug 14 17:27:22.368 INFO STEP 553 (remove_files) COMPLETE
68882026-08-14T17:27:23.515Z[ recovery-image] Aug 14 17:27:22.369 INFO O| Aug 14 17:27:22.369 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-14T17:27:23.526Z[ recovery-image] Aug 14 17:27:22.380 INFO O| Aug 14 17:27:22.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
68902026-08-14T17:27:23.526Z[ recovery-image] Aug 14 17:27:22.380 INFO O| Aug 14 17:27:22.380 INFO STEP 554 (remove_files) COMPLETE
68912026-08-14T17:27:23.526Z[ recovery-image] Aug 14 17:27:22.380 INFO O| Aug 14 17:27:22.380 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-14T17:27:23.535Z[ recovery-image] Aug 14 17:27:22.389 INFO O| Aug 14 17:27:22.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
68932026-08-14T17:27:23.535Z[ recovery-image] Aug 14 17:27:22.389 INFO O| Aug 14 17:27:22.389 INFO STEP 555 (remove_files) COMPLETE
68942026-08-14T17:27:23.535Z[ recovery-image] Aug 14 17:27:22.389 INFO O| Aug 14 17:27:22.389 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-14T17:27:23.545Z[ recovery-image] Aug 14 17:27:22.398 INFO O| Aug 14 17:27:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
68962026-08-14T17:27:23.548Z[ recovery-image] Aug 14 17:27:22.399 INFO O| Aug 14 17:27:22.399 INFO STEP 556 (remove_files) COMPLETE
68972026-08-14T17:27:23.548Z[ recovery-image] Aug 14 17:27:22.399 INFO O| Aug 14 17:27:22.399 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-14T17:27:23.554Z[ recovery-image] Aug 14 17:27:22.408 INFO O| Aug 14 17:27:22.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
68992026-08-14T17:27:23.558Z[ recovery-image] Aug 14 17:27:22.409 INFO O| Aug 14 17:27:22.409 INFO STEP 557 (remove_files) COMPLETE
69002026-08-14T17:27:23.558Z[ recovery-image] Aug 14 17:27:22.409 INFO O| Aug 14 17:27:22.409 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-14T17:27:23.565Z[ recovery-image] Aug 14 17:27:22.418 INFO O| Aug 14 17:27:22.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69022026-08-14T17:27:23.565Z[ recovery-image] Aug 14 17:27:22.419 INFO O| Aug 14 17:27:22.419 INFO STEP 558 (remove_files) COMPLETE
69032026-08-14T17:27:23.565Z[ recovery-image] Aug 14 17:27:22.419 INFO O| Aug 14 17:27:22.419 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-14T17:27:23.573Z[ recovery-image] Aug 14 17:27:22.427 INFO O| Aug 14 17:27:22.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69052026-08-14T17:27:23.573Z[ recovery-image] Aug 14 17:27:22.427 INFO O| Aug 14 17:27:22.427 INFO STEP 559 (remove_files) COMPLETE
69062026-08-14T17:27:23.576Z[ recovery-image] Aug 14 17:27:22.427 INFO O| Aug 14 17:27:22.427 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-14T17:27:23.584Z[ recovery-image] Aug 14 17:27:22.438 INFO O| Aug 14 17:27:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69082026-08-14T17:27:23.584Z[ recovery-image] Aug 14 17:27:22.438 INFO O| Aug 14 17:27:22.438 INFO STEP 560 (remove_files) COMPLETE
69092026-08-14T17:27:23.584Z[ recovery-image] Aug 14 17:27:22.438 INFO O| Aug 14 17:27:22.438 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-14T17:27:23.596Z[ recovery-image] Aug 14 17:27:22.450 INFO O| Aug 14 17:27:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69112026-08-14T17:27:23.596Z[ recovery-image] Aug 14 17:27:22.450 INFO O| Aug 14 17:27:22.450 INFO STEP 561 (remove_files) COMPLETE
69122026-08-14T17:27:23.596Z[ recovery-image] Aug 14 17:27:22.450 INFO O| Aug 14 17:27:22.450 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-14T17:27:23.606Z[ recovery-image] Aug 14 17:27:22.460 INFO O| Aug 14 17:27:22.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69142026-08-14T17:27:23.606Z[ recovery-image] Aug 14 17:27:22.460 INFO O| Aug 14 17:27:22.460 INFO STEP 562 (remove_files) COMPLETE
69152026-08-14T17:27:23.606Z[ recovery-image] Aug 14 17:27:22.460 INFO O| Aug 14 17:27:22.460 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-14T17:27:23.616Z[ recovery-image] Aug 14 17:27:22.469 INFO O| Aug 14 17:27:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69172026-08-14T17:27:23.616Z[ recovery-image] Aug 14 17:27:22.470 INFO O| Aug 14 17:27:22.470 INFO STEP 563 (remove_files) COMPLETE
69182026-08-14T17:27:23.616Z[ recovery-image] Aug 14 17:27:22.470 INFO O| Aug 14 17:27:22.470 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-14T17:27:23.626Z[ recovery-image] Aug 14 17:27:22.479 INFO O| Aug 14 17:27:22.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69202026-08-14T17:27:23.626Z[ recovery-image] Aug 14 17:27:22.479 INFO O| Aug 14 17:27:22.479 INFO STEP 564 (remove_files) COMPLETE
69212026-08-14T17:27:23.626Z[ recovery-image] Aug 14 17:27:22.479 INFO O| Aug 14 17:27:22.479 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-14T17:27:23.635Z[ recovery-image] Aug 14 17:27:22.489 INFO O| Aug 14 17:27:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69232026-08-14T17:27:23.635Z[ recovery-image] Aug 14 17:27:22.489 INFO O| Aug 14 17:27:22.489 INFO STEP 565 (remove_files) COMPLETE
69242026-08-14T17:27:23.635Z[ recovery-image] Aug 14 17:27:22.489 INFO O| Aug 14 17:27:22.489 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-14T17:27:23.645Z[ recovery-image] Aug 14 17:27:22.499 INFO O| Aug 14 17:27:22.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69262026-08-14T17:27:23.645Z[ recovery-image] Aug 14 17:27:22.499 INFO O| Aug 14 17:27:22.499 INFO STEP 566 (remove_files) COMPLETE
69272026-08-14T17:27:23.645Z[ recovery-image] Aug 14 17:27:22.499 INFO O| Aug 14 17:27:22.499 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-14T17:27:23.654Z[ recovery-image] Aug 14 17:27:22.508 INFO O| Aug 14 17:27:22.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69292026-08-14T17:27:23.654Z[ recovery-image] Aug 14 17:27:22.508 INFO O| Aug 14 17:27:22.508 INFO STEP 567 (remove_files) COMPLETE
69302026-08-14T17:27:23.658Z[ recovery-image] Aug 14 17:27:22.508 INFO O| Aug 14 17:27:22.508 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-14T17:27:23.664Z[ recovery-image] Aug 14 17:27:22.518 INFO O| Aug 14 17:27:22.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69322026-08-14T17:27:23.664Z[ recovery-image] Aug 14 17:27:22.518 INFO O| Aug 14 17:27:22.518 INFO STEP 568 (remove_files) COMPLETE
69332026-08-14T17:27:23.667Z[ recovery-image] Aug 14 17:27:22.518 INFO O| Aug 14 17:27:22.518 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-14T17:27:23.672Z[ recovery-image] Aug 14 17:27:22.526 INFO O| Aug 14 17:27:22.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69352026-08-14T17:27:23.672Z[ recovery-image] Aug 14 17:27:22.526 INFO O| Aug 14 17:27:22.526 INFO STEP 569 (remove_files) COMPLETE
69362026-08-14T17:27:23.672Z[ recovery-image] Aug 14 17:27:22.526 INFO O| Aug 14 17:27:22.526 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-14T17:27:23.681Z[ recovery-image] Aug 14 17:27:22.534 INFO O| Aug 14 17:27:22.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69382026-08-14T17:27:23.681Z[ recovery-image] Aug 14 17:27:22.535 INFO O| Aug 14 17:27:22.535 INFO STEP 570 (remove_files) COMPLETE
69392026-08-14T17:27:23.681Z[ recovery-image] Aug 14 17:27:22.535 INFO O| Aug 14 17:27:22.535 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-14T17:27:23.687Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
69412026-08-14T17:27:23.691Z[ recovery-image] Aug 14 17:27:22.545 INFO O| Aug 14 17:27:22.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69422026-08-14T17:27:23.691Z[ recovery-image] Aug 14 17:27:22.545 INFO O| Aug 14 17:27:22.545 INFO STEP 571 (remove_files) COMPLETE
69432026-08-14T17:27:23.694Z[ recovery-image] Aug 14 17:27:22.545 INFO O| Aug 14 17:27:22.545 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-14T17:27:23.701Z[ recovery-image] Aug 14 17:27:22.555 INFO O| Aug 14 17:27:22.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69452026-08-14T17:27:23.701Z[ recovery-image] Aug 14 17:27:22.555 INFO O| Aug 14 17:27:22.555 INFO STEP 572 (remove_files) COMPLETE
69462026-08-14T17:27:23.701Z[ recovery-image] Aug 14 17:27:22.555 INFO O| Aug 14 17:27:22.555 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-14T17:27:23.714Z[ recovery-image] Aug 14 17:27:22.566 INFO O| Aug 14 17:27:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69482026-08-14T17:27:23.714Z[ recovery-image] Aug 14 17:27:22.566 INFO O| Aug 14 17:27:22.566 INFO STEP 573 (remove_files) COMPLETE
69492026-08-14T17:27:23.714Z[ recovery-image] Aug 14 17:27:22.566 INFO O| Aug 14 17:27:22.566 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-14T17:27:23.721Z[ recovery-image] Aug 14 17:27:22.575 INFO O| Aug 14 17:27:22.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69512026-08-14T17:27:23.721Z[ recovery-image] Aug 14 17:27:22.575 INFO O| Aug 14 17:27:22.575 INFO STEP 574 (remove_files) COMPLETE
69522026-08-14T17:27:23.721Z[ recovery-image] Aug 14 17:27:22.575 INFO O| Aug 14 17:27:22.575 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-14T17:27:23.729Z[ recovery-image] Aug 14 17:27:22.583 INFO O| Aug 14 17:27:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69542026-08-14T17:27:23.729Z[ recovery-image] Aug 14 17:27:22.583 INFO O| Aug 14 17:27:22.583 INFO STEP 575 (remove_files) COMPLETE
69552026-08-14T17:27:23.733Z[ recovery-image] Aug 14 17:27:22.583 INFO O| Aug 14 17:27:22.583 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-14T17:27:23.737Z[ recovery-image] Aug 14 17:27:22.591 INFO O| Aug 14 17:27:22.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69572026-08-14T17:27:23.737Z[ recovery-image] Aug 14 17:27:22.591 INFO O| Aug 14 17:27:22.591 INFO STEP 576 (remove_files) COMPLETE
69582026-08-14T17:27:23.737Z[ recovery-image] Aug 14 17:27:22.591 INFO O| Aug 14 17:27:22.591 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-14T17:27:23.747Z[ recovery-image] Aug 14 17:27:22.601 INFO O| Aug 14 17:27:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69602026-08-14T17:27:23.747Z[ recovery-image] Aug 14 17:27:22.601 INFO O| Aug 14 17:27:22.601 INFO STEP 577 (remove_files) COMPLETE
69612026-08-14T17:27:23.750Z[ recovery-image] Aug 14 17:27:22.601 INFO O| Aug 14 17:27:22.601 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-14T17:27:23.757Z[ recovery-image] Aug 14 17:27:22.610 INFO O| Aug 14 17:27:22.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69632026-08-14T17:27:23.757Z[ recovery-image] Aug 14 17:27:22.610 INFO O| Aug 14 17:27:22.610 INFO STEP 578 (remove_files) COMPLETE
69642026-08-14T17:27:23.757Z[ recovery-image] Aug 14 17:27:22.610 INFO O| Aug 14 17:27:22.610 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-14T17:27:23.765Z[ recovery-image] Aug 14 17:27:22.619 INFO O| Aug 14 17:27:22.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69662026-08-14T17:27:23.768Z[ recovery-image] Aug 14 17:27:22.620 INFO O| Aug 14 17:27:22.619 INFO STEP 579 (remove_files) COMPLETE
69672026-08-14T17:27:23.768Z[ recovery-image] Aug 14 17:27:22.620 INFO O| Aug 14 17:27:22.620 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-14T17:27:23.774Z[ recovery-image] Aug 14 17:27:22.628 INFO O| Aug 14 17:27:22.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69692026-08-14T17:27:23.774Z[ recovery-image] Aug 14 17:27:22.628 INFO O| Aug 14 17:27:22.628 INFO STEP 580 (remove_files) COMPLETE
69702026-08-14T17:27:23.774Z[ recovery-image] Aug 14 17:27:22.628 INFO O| Aug 14 17:27:22.628 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-14T17:27:23.783Z[ recovery-image] Aug 14 17:27:22.637 INFO O| Aug 14 17:27:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69722026-08-14T17:27:23.787Z[ recovery-image] Aug 14 17:27:22.639 INFO O| Aug 14 17:27:22.639 INFO STEP 581 (remove_files) COMPLETE
69732026-08-14T17:27:23.787Z[ recovery-image] Aug 14 17:27:22.639 INFO O| Aug 14 17:27:22.639 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-14T17:27:23.790Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
69752026-08-14T17:27:23.795Z[ recovery-image] Aug 14 17:27:22.649 INFO O| Aug 14 17:27:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69762026-08-14T17:27:23.798Z[ recovery-image] Aug 14 17:27:22.650 INFO O| Aug 14 17:27:22.650 INFO STEP 582 (remove_files) COMPLETE
69772026-08-14T17:27:23.798Z[ recovery-image] Aug 14 17:27:22.650 INFO O| Aug 14 17:27:22.650 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-14T17:27:23.806Z[ recovery-image] Aug 14 17:27:22.660 INFO O| Aug 14 17:27:22.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69792026-08-14T17:27:23.809Z[ recovery-image] Aug 14 17:27:22.662 INFO O| Aug 14 17:27:22.662 INFO STEP 583 (remove_files) COMPLETE
69802026-08-14T17:27:23.809Z[ recovery-image] Aug 14 17:27:22.662 INFO O| Aug 14 17:27:22.662 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-14T17:27:23.818Z[ recovery-image] Aug 14 17:27:22.672 INFO O| Aug 14 17:27:22.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69822026-08-14T17:27:23.818Z[ recovery-image] Aug 14 17:27:22.672 INFO O| Aug 14 17:27:22.672 INFO STEP 584 (remove_files) COMPLETE
69832026-08-14T17:27:23.818Z[ recovery-image] Aug 14 17:27:22.672 INFO O| Aug 14 17:27:22.672 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-14T17:27:23.828Z[ recovery-image] Aug 14 17:27:22.682 INFO O| Aug 14 17:27:22.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
69852026-08-14T17:27:23.833Z[ recovery-image] Aug 14 17:27:22.683 INFO O| Aug 14 17:27:22.683 INFO STEP 585 (remove_files) COMPLETE
69862026-08-14T17:27:23.833Z[ recovery-image] Aug 14 17:27:22.683 INFO O| Aug 14 17:27:22.683 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-14T17:27:23.840Z[ recovery-image] Aug 14 17:27:22.693 INFO O| Aug 14 17:27:22.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
69882026-08-14T17:27:23.840Z[ recovery-image] Aug 14 17:27:22.693 INFO O| Aug 14 17:27:22.693 INFO STEP 586 (remove_files) COMPLETE
69892026-08-14T17:27:23.840Z[ recovery-image] Aug 14 17:27:22.693 INFO O| Aug 14 17:27:22.693 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-14T17:27:23.849Z[ recovery-image] Aug 14 17:27:22.703 INFO O| Aug 14 17:27:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
69912026-08-14T17:27:23.852Z[ recovery-image] Aug 14 17:27:22.704 INFO O| Aug 14 17:27:22.704 INFO STEP 587 (remove_files) COMPLETE
69922026-08-14T17:27:23.852Z[ recovery-image] Aug 14 17:27:22.704 INFO O| Aug 14 17:27:22.704 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-14T17:27:23.862Z[ recovery-image] Aug 14 17:27:22.716 INFO O| Aug 14 17:27:22.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
69942026-08-14T17:27:23.862Z[ recovery-image] Aug 14 17:27:22.716 INFO O| Aug 14 17:27:22.716 INFO STEP 588 (remove_files) COMPLETE
69952026-08-14T17:27:23.866Z[ recovery-image] Aug 14 17:27:22.716 INFO O| Aug 14 17:27:22.716 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-14T17:27:23.879Z[ recovery-image] Aug 14 17:27:22.725 INFO O| Aug 14 17:27:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
69972026-08-14T17:27:23.879Z[ recovery-image] Aug 14 17:27:22.725 INFO O| Aug 14 17:27:22.725 INFO STEP 589 (remove_files) COMPLETE
69982026-08-14T17:27:23.879Z[ recovery-image] Aug 14 17:27:22.725 INFO O| Aug 14 17:27:22.725 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-14T17:27:23.884Z[ recovery-image] Aug 14 17:27:22.737 INFO O| Aug 14 17:27:22.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70002026-08-14T17:27:23.884Z[ recovery-image] Aug 14 17:27:22.737 INFO O| Aug 14 17:27:22.737 INFO STEP 590 (remove_files) COMPLETE
70012026-08-14T17:27:23.884Z[ recovery-image] Aug 14 17:27:22.737 INFO O| Aug 14 17:27:22.737 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-14T17:27:23.921Z[ recovery-image] Aug 14 17:27:22.745 INFO O| Aug 14 17:27:22.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70032026-08-14T17:27:23.927Z[ recovery-image] Aug 14 17:27:22.745 INFO O| Aug 14 17:27:22.745 INFO STEP 591 (remove_files) COMPLETE
70042026-08-14T17:27:23.930Z[ recovery-image] Aug 14 17:27:22.745 INFO O| Aug 14 17:27:22.745 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-14T17:27:23.933Z[ recovery-image] Aug 14 17:27:22.787 INFO O| Aug 14 17:27:22.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70062026-08-14T17:27:23.933Z[ recovery-image] Aug 14 17:27:22.787 INFO O| Aug 14 17:27:22.787 INFO STEP 592 (remove_files) COMPLETE
70072026-08-14T17:27:23.933Z[ recovery-image] Aug 14 17:27:22.787 INFO O| Aug 14 17:27:22.787 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-14T17:27:23.946Z[ recovery-image] Aug 14 17:27:22.799 INFO O| Aug 14 17:27:22.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70092026-08-14T17:27:23.946Z[ recovery-image] Aug 14 17:27:22.799 INFO O| Aug 14 17:27:22.799 INFO STEP 593 (remove_files) COMPLETE
70102026-08-14T17:27:23.946Z[ recovery-image] Aug 14 17:27:22.799 INFO O| Aug 14 17:27:22.799 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-14T17:27:23.958Z[ recovery-image] Aug 14 17:27:22.809 INFO O| Aug 14 17:27:22.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70122026-08-14T17:27:23.961Z[ recovery-image] Aug 14 17:27:22.810 INFO O| Aug 14 17:27:22.810 INFO STEP 594 (remove_files) COMPLETE
70132026-08-14T17:27:23.962Z[ recovery-image] Aug 14 17:27:22.810 INFO O| Aug 14 17:27:22.810 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-14T17:27:23.966Z[ recovery-image] Aug 14 17:27:22.820 INFO O| Aug 14 17:27:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70152026-08-14T17:27:23.966Z[ recovery-image] Aug 14 17:27:22.820 INFO O| Aug 14 17:27:22.820 INFO STEP 595 (remove_files) COMPLETE
70162026-08-14T17:27:23.966Z[ recovery-image] Aug 14 17:27:22.820 INFO O| Aug 14 17:27:22.820 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-14T17:27:23.977Z[ recovery-image] Aug 14 17:27:22.831 INFO O| Aug 14 17:27:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70182026-08-14T17:27:23.977Z[ recovery-image] Aug 14 17:27:22.831 INFO O| Aug 14 17:27:22.831 INFO STEP 596 (remove_files) COMPLETE
70192026-08-14T17:27:23.977Z[ recovery-image] Aug 14 17:27:22.831 INFO O| Aug 14 17:27:22.831 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-14T17:27:23.987Z[ recovery-image] Aug 14 17:27:22.841 INFO O| Aug 14 17:27:22.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70212026-08-14T17:27:23.987Z[ recovery-image] Aug 14 17:27:22.841 INFO O| Aug 14 17:27:22.841 INFO STEP 597 (remove_files) COMPLETE
70222026-08-14T17:27:23.991Z[ recovery-image] Aug 14 17:27:22.841 INFO O| Aug 14 17:27:22.841 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-14T17:27:23.997Z[ recovery-image] Aug 14 17:27:22.851 INFO O| Aug 14 17:27:22.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70242026-08-14T17:27:23.997Z[ recovery-image] Aug 14 17:27:22.851 INFO O| Aug 14 17:27:22.851 INFO STEP 598 (remove_files) COMPLETE
70252026-08-14T17:27:24.001Z[ recovery-image] Aug 14 17:27:22.851 INFO O| Aug 14 17:27:22.851 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-14T17:27:24.007Z[ recovery-image] Aug 14 17:27:22.861 INFO O| Aug 14 17:27:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70272026-08-14T17:27:24.007Z[ recovery-image] Aug 14 17:27:22.861 INFO O| Aug 14 17:27:22.861 INFO STEP 599 (remove_files) COMPLETE
70282026-08-14T17:27:24.010Z[ recovery-image] Aug 14 17:27:22.861 INFO O| Aug 14 17:27:22.861 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-14T17:27:24.016Z[ recovery-image] Aug 14 17:27:22.870 INFO O| Aug 14 17:27:22.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70302026-08-14T17:27:24.016Z[ recovery-image] Aug 14 17:27:22.870 INFO O| Aug 14 17:27:22.870 INFO STEP 600 (remove_files) COMPLETE
70312026-08-14T17:27:24.019Z[ recovery-image] Aug 14 17:27:22.870 INFO O| Aug 14 17:27:22.870 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-14T17:27:24.030Z[ recovery-image] Aug 14 17:27:22.884 INFO O| Aug 14 17:27:22.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70332026-08-14T17:27:24.030Z[ recovery-image] Aug 14 17:27:22.884 INFO O| Aug 14 17:27:22.884 INFO STEP 601 (remove_files) COMPLETE
70342026-08-14T17:27:24.030Z[ recovery-image] Aug 14 17:27:22.884 INFO O| Aug 14 17:27:22.884 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-14T17:27:24.040Z[ recovery-image] Aug 14 17:27:22.894 INFO O| Aug 14 17:27:22.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70362026-08-14T17:27:24.040Z[ recovery-image] Aug 14 17:27:22.894 INFO O| Aug 14 17:27:22.894 INFO STEP 602 (remove_files) COMPLETE
70372026-08-14T17:27:24.040Z[ recovery-image] Aug 14 17:27:22.894 INFO O| Aug 14 17:27:22.894 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-14T17:27:24.053Z[ recovery-image] Aug 14 17:27:22.905 INFO O| Aug 14 17:27:22.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70392026-08-14T17:27:24.053Z[ recovery-image] Aug 14 17:27:22.905 INFO O| Aug 14 17:27:22.905 INFO STEP 603 (remove_files) COMPLETE
70402026-08-14T17:27:24.053Z[ recovery-image] Aug 14 17:27:22.905 INFO O| Aug 14 17:27:22.905 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-14T17:27:24.056Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
70422026-08-14T17:27:24.060Z[ recovery-image] Aug 14 17:27:22.913 INFO O| Aug 14 17:27:22.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70432026-08-14T17:27:24.060Z[ recovery-image] Aug 14 17:27:22.914 INFO O| Aug 14 17:27:22.914 INFO STEP 604 (remove_files) COMPLETE
70442026-08-14T17:27:24.060Z[ recovery-image] Aug 14 17:27:22.914 INFO O| Aug 14 17:27:22.914 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-14T17:27:24.070Z[ recovery-image] Aug 14 17:27:22.923 INFO O| Aug 14 17:27:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70462026-08-14T17:27:24.070Z[ recovery-image] Aug 14 17:27:22.923 INFO O| Aug 14 17:27:22.923 INFO STEP 605 (remove_files) COMPLETE
70472026-08-14T17:27:24.074Z[ recovery-image] Aug 14 17:27:22.923 INFO O| Aug 14 17:27:22.923 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-14T17:27:24.080Z[ recovery-image] Aug 14 17:27:22.934 INFO O| Aug 14 17:27:22.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70492026-08-14T17:27:24.080Z[ recovery-image] Aug 14 17:27:22.934 INFO O| Aug 14 17:27:22.934 INFO STEP 606 (remove_files) COMPLETE
70502026-08-14T17:27:24.083Z[ recovery-image] Aug 14 17:27:22.934 INFO O| Aug 14 17:27:22.934 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-14T17:27:24.091Z[ recovery-image] Aug 14 17:27:22.945 INFO O| Aug 14 17:27:22.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70522026-08-14T17:27:24.091Z[ recovery-image] Aug 14 17:27:22.945 INFO O| Aug 14 17:27:22.945 INFO STEP 607 (remove_files) COMPLETE
70532026-08-14T17:27:24.091Z[ recovery-image] Aug 14 17:27:22.945 INFO O| Aug 14 17:27:22.945 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-14T17:27:24.101Z[ recovery-image] Aug 14 17:27:22.954 INFO O| Aug 14 17:27:22.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70552026-08-14T17:27:24.101Z[ recovery-image] Aug 14 17:27:22.954 INFO O| Aug 14 17:27:22.954 INFO STEP 608 (remove_files) COMPLETE
70562026-08-14T17:27:24.101Z[ recovery-image] Aug 14 17:27:22.954 INFO O| Aug 14 17:27:22.954 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-14T17:27:24.108Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
70582026-08-14T17:27:24.111Z[ recovery-image] Aug 14 17:27:22.963 INFO O| Aug 14 17:27:22.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70592026-08-14T17:27:24.111Z[ recovery-image] Aug 14 17:27:22.963 INFO O| Aug 14 17:27:22.963 INFO STEP 609 (remove_files) COMPLETE
70602026-08-14T17:27:24.111Z[ recovery-image] Aug 14 17:27:22.963 INFO O| Aug 14 17:27:22.963 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-14T17:27:24.120Z[ recovery-image] Aug 14 17:27:22.974 INFO O| Aug 14 17:27:22.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70622026-08-14T17:27:24.120Z[ recovery-image] Aug 14 17:27:22.974 INFO O| Aug 14 17:27:22.974 INFO STEP 610 (remove_files) COMPLETE
70632026-08-14T17:27:24.123Z[ recovery-image] Aug 14 17:27:22.974 INFO O| Aug 14 17:27:22.974 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-14T17:27:24.130Z[ recovery-image] Aug 14 17:27:22.984 INFO O| Aug 14 17:27:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70652026-08-14T17:27:24.130Z[ recovery-image] Aug 14 17:27:22.984 INFO O| Aug 14 17:27:22.984 INFO STEP 611 (remove_files) COMPLETE
70662026-08-14T17:27:24.133Z[ recovery-image] Aug 14 17:27:22.984 INFO O| Aug 14 17:27:22.984 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-14T17:27:24.140Z[ recovery-image] Aug 14 17:27:22.994 INFO O| Aug 14 17:27:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70682026-08-14T17:27:24.140Z[ recovery-image] Aug 14 17:27:22.994 INFO O| Aug 14 17:27:22.994 INFO STEP 612 (remove_files) COMPLETE
70692026-08-14T17:27:24.140Z[ recovery-image] Aug 14 17:27:22.994 INFO O| Aug 14 17:27:22.994 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-14T17:27:24.152Z[ recovery-image] Aug 14 17:27:23.005 INFO O| Aug 14 17:27:23.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70712026-08-14T17:27:24.152Z[ recovery-image] Aug 14 17:27:23.005 INFO O| Aug 14 17:27:23.005 INFO STEP 613 (remove_files) COMPLETE
70722026-08-14T17:27:24.152Z[ recovery-image] Aug 14 17:27:23.005 INFO O| Aug 14 17:27:23.005 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-14T17:27:24.161Z[ recovery-image] Aug 14 17:27:23.015 INFO O| Aug 14 17:27:23.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70742026-08-14T17:27:24.161Z[ recovery-image] Aug 14 17:27:23.015 INFO O| Aug 14 17:27:23.015 INFO STEP 614 (remove_files) COMPLETE
70752026-08-14T17:27:24.162Z[ recovery-image] Aug 14 17:27:23.015 INFO O| Aug 14 17:27:23.015 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-14T17:27:24.171Z[ recovery-image] Aug 14 17:27:23.025 INFO O| Aug 14 17:27:23.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70772026-08-14T17:27:24.171Z[ recovery-image] Aug 14 17:27:23.025 INFO O| Aug 14 17:27:23.025 INFO STEP 615 (remove_files) COMPLETE
70782026-08-14T17:27:24.171Z[ recovery-image] Aug 14 17:27:23.025 INFO O| Aug 14 17:27:23.025 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-14T17:27:24.182Z[ recovery-image] Aug 14 17:27:23.035 INFO O| Aug 14 17:27:23.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70802026-08-14T17:27:24.182Z[ recovery-image] Aug 14 17:27:23.035 INFO O| Aug 14 17:27:23.035 INFO STEP 616 (remove_files) COMPLETE
70812026-08-14T17:27:24.182Z[ recovery-image] Aug 14 17:27:23.035 INFO O| Aug 14 17:27:23.035 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-14T17:27:24.196Z[ recovery-image] Aug 14 17:27:23.050 INFO O| Aug 14 17:27:23.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70832026-08-14T17:27:24.196Z[ recovery-image] Aug 14 17:27:23.050 INFO O| Aug 14 17:27:23.050 INFO STEP 617 (remove_files) COMPLETE
70842026-08-14T17:27:24.196Z[ recovery-image] Aug 14 17:27:23.050 INFO O| Aug 14 17:27:23.050 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-14T17:27:24.206Z[ recovery-image] Aug 14 17:27:23.059 INFO O| Aug 14 17:27:23.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
70862026-08-14T17:27:24.206Z[ recovery-image] Aug 14 17:27:23.059 INFO O| Aug 14 17:27:23.059 INFO STEP 618 (remove_files) COMPLETE
70872026-08-14T17:27:24.206Z[ recovery-image] Aug 14 17:27:23.059 INFO O| Aug 14 17:27:23.059 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-14T17:27:24.214Z[ recovery-image] Aug 14 17:27:23.068 INFO O| Aug 14 17:27:23.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
70892026-08-14T17:27:24.214Z[ recovery-image] Aug 14 17:27:23.068 INFO O| Aug 14 17:27:23.068 INFO STEP 619 (remove_files) COMPLETE
70902026-08-14T17:27:24.214Z[ recovery-image] Aug 14 17:27:23.068 INFO O| Aug 14 17:27:23.068 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-14T17:27:24.222Z[ recovery-image] Aug 14 17:27:23.076 INFO O| Aug 14 17:27:23.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
70922026-08-14T17:27:24.222Z[ recovery-image] Aug 14 17:27:23.076 INFO O| Aug 14 17:27:23.076 INFO STEP 620 (remove_files) COMPLETE
70932026-08-14T17:27:24.222Z[ recovery-image] Aug 14 17:27:23.076 INFO O| Aug 14 17:27:23.076 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-14T17:27:24.233Z[ recovery-image] Aug 14 17:27:23.086 INFO O| Aug 14 17:27:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
70952026-08-14T17:27:24.233Z[ recovery-image] Aug 14 17:27:23.086 INFO O| Aug 14 17:27:23.086 INFO STEP 621 (remove_files) COMPLETE
70962026-08-14T17:27:24.233Z[ recovery-image] Aug 14 17:27:23.086 INFO O| Aug 14 17:27:23.086 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-14T17:27:24.244Z[ recovery-image] Aug 14 17:27:23.097 INFO O| Aug 14 17:27:23.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
70982026-08-14T17:27:24.244Z[ recovery-image] Aug 14 17:27:23.097 INFO O| Aug 14 17:27:23.097 INFO STEP 622 (remove_files) COMPLETE
70992026-08-14T17:27:24.244Z[ recovery-image] Aug 14 17:27:23.097 INFO O| Aug 14 17:27:23.097 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-14T17:27:24.253Z[ recovery-image] Aug 14 17:27:23.107 INFO O| Aug 14 17:27:23.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71012026-08-14T17:27:24.253Z[ recovery-image] Aug 14 17:27:23.107 INFO O| Aug 14 17:27:23.107 INFO STEP 623 (remove_files) COMPLETE
71022026-08-14T17:27:24.253Z[ recovery-image] Aug 14 17:27:23.107 INFO O| Aug 14 17:27:23.107 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-14T17:27:24.263Z[ recovery-image] Aug 14 17:27:23.117 INFO O| Aug 14 17:27:23.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71042026-08-14T17:27:24.263Z[ recovery-image] Aug 14 17:27:23.117 INFO O| Aug 14 17:27:23.117 INFO STEP 624 (remove_files) COMPLETE
71052026-08-14T17:27:24.263Z[ recovery-image] Aug 14 17:27:23.117 INFO O| Aug 14 17:27:23.117 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-14T17:27:24.273Z[ recovery-image] Aug 14 17:27:23.127 INFO O| Aug 14 17:27:23.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71072026-08-14T17:27:24.273Z[ recovery-image] Aug 14 17:27:23.127 INFO O| Aug 14 17:27:23.127 INFO STEP 625 (remove_files) COMPLETE
71082026-08-14T17:27:24.274Z[ recovery-image] Aug 14 17:27:23.127 INFO O| Aug 14 17:27:23.127 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-14T17:27:24.284Z[ recovery-image] Aug 14 17:27:23.138 INFO O| Aug 14 17:27:23.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71102026-08-14T17:27:24.284Z[ recovery-image] Aug 14 17:27:23.138 INFO O| Aug 14 17:27:23.138 INFO STEP 626 (remove_files) COMPLETE
71112026-08-14T17:27:24.288Z[ recovery-image] Aug 14 17:27:23.138 INFO O| Aug 14 17:27:23.138 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-14T17:27:24.293Z[ recovery-image] Aug 14 17:27:23.147 INFO O| Aug 14 17:27:23.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71132026-08-14T17:27:24.294Z[ recovery-image] Aug 14 17:27:23.147 INFO O| Aug 14 17:27:23.147 INFO STEP 627 (remove_files) COMPLETE
71142026-08-14T17:27:24.294Z[ recovery-image] Aug 14 17:27:23.147 INFO O| Aug 14 17:27:23.147 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-14T17:27:24.303Z[ recovery-image] Aug 14 17:27:23.156 INFO O| Aug 14 17:27:23.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71162026-08-14T17:27:24.303Z[ recovery-image] Aug 14 17:27:23.157 INFO O| Aug 14 17:27:23.157 INFO STEP 628 (remove_files) COMPLETE
71172026-08-14T17:27:24.303Z[ recovery-image] Aug 14 17:27:23.157 INFO O| Aug 14 17:27:23.157 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-14T17:27:24.313Z[ recovery-image] Aug 14 17:27:23.167 INFO O| Aug 14 17:27:23.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71192026-08-14T17:27:24.313Z[ recovery-image] Aug 14 17:27:23.167 INFO O| Aug 14 17:27:23.167 INFO STEP 629 (remove_files) COMPLETE
71202026-08-14T17:27:24.313Z[ recovery-image] Aug 14 17:27:23.167 INFO O| Aug 14 17:27:23.167 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-14T17:27:24.325Z[ recovery-image] Aug 14 17:27:23.178 INFO O| Aug 14 17:27:23.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71222026-08-14T17:27:24.325Z[ recovery-image] Aug 14 17:27:23.178 INFO O| Aug 14 17:27:23.178 INFO STEP 630 (remove_files) COMPLETE
71232026-08-14T17:27:24.329Z[ recovery-image] Aug 14 17:27:23.178 INFO O| Aug 14 17:27:23.178 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-14T17:27:24.334Z[ recovery-image] Aug 14 17:27:23.188 INFO O| Aug 14 17:27:23.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71252026-08-14T17:27:24.334Z[ recovery-image] Aug 14 17:27:23.188 INFO O| Aug 14 17:27:23.188 INFO STEP 631 (remove_files) COMPLETE
71262026-08-14T17:27:24.337Z[ recovery-image] Aug 14 17:27:23.188 INFO O| Aug 14 17:27:23.188 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-14T17:27:24.344Z[ recovery-image] Aug 14 17:27:23.197 INFO O| Aug 14 17:27:23.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71282026-08-14T17:27:24.344Z[ recovery-image] Aug 14 17:27:23.197 INFO O| Aug 14 17:27:23.197 INFO STEP 632 (remove_files) COMPLETE
71292026-08-14T17:27:24.347Z[ recovery-image] Aug 14 17:27:23.197 INFO O| Aug 14 17:27:23.197 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-14T17:27:24.353Z[ recovery-image] Aug 14 17:27:23.206 INFO O| Aug 14 17:27:23.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71312026-08-14T17:27:24.353Z[ recovery-image] Aug 14 17:27:23.207 INFO O| Aug 14 17:27:23.206 INFO STEP 633 (remove_files) COMPLETE
71322026-08-14T17:27:24.356Z[ recovery-image] Aug 14 17:27:23.207 INFO O| Aug 14 17:27:23.206 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-14T17:27:24.361Z[ recovery-image] Aug 14 17:27:23.215 INFO O| Aug 14 17:27:23.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71342026-08-14T17:27:24.361Z[ recovery-image] Aug 14 17:27:23.215 INFO O| Aug 14 17:27:23.215 INFO STEP 634 (remove_files) COMPLETE
71352026-08-14T17:27:24.361Z[ recovery-image] Aug 14 17:27:23.215 INFO O| Aug 14 17:27:23.215 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-14T17:27:24.371Z[ recovery-image] Aug 14 17:27:23.225 INFO O| Aug 14 17:27:23.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71372026-08-14T17:27:24.371Z[ recovery-image] Aug 14 17:27:23.225 INFO O| Aug 14 17:27:23.225 INFO STEP 635 (remove_files) COMPLETE
71382026-08-14T17:27:24.371Z[ recovery-image] Aug 14 17:27:23.225 INFO O| Aug 14 17:27:23.225 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-14T17:27:24.384Z[ recovery-image] Aug 14 17:27:23.237 INFO O| Aug 14 17:27:23.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71402026-08-14T17:27:24.384Z[ recovery-image] Aug 14 17:27:23.237 INFO O| Aug 14 17:27:23.237 INFO STEP 636 (remove_files) COMPLETE
71412026-08-14T17:27:24.384Z[ recovery-image] Aug 14 17:27:23.237 INFO O| Aug 14 17:27:23.237 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-14T17:27:24.390Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
71432026-08-14T17:27:24.397Z[ recovery-image] Aug 14 17:27:23.250 INFO O| Aug 14 17:27:23.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71442026-08-14T17:27:24.400Z[ recovery-image] Aug 14 17:27:23.250 INFO O| Aug 14 17:27:23.250 INFO STEP 637 (remove_files) COMPLETE
71452026-08-14T17:27:24.400Z[ recovery-image] Aug 14 17:27:23.250 INFO O| Aug 14 17:27:23.250 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-14T17:27:24.406Z[ recovery-image] Aug 14 17:27:23.260 INFO O| Aug 14 17:27:23.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71472026-08-14T17:27:24.409Z[ recovery-image] Aug 14 17:27:23.261 INFO O| Aug 14 17:27:23.261 INFO STEP 638 (remove_files) COMPLETE
71482026-08-14T17:27:24.409Z[ recovery-image] Aug 14 17:27:23.261 INFO O| Aug 14 17:27:23.261 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-14T17:27:24.416Z[ recovery-image] Aug 14 17:27:23.270 INFO O| Aug 14 17:27:23.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71502026-08-14T17:27:24.416Z[ recovery-image] Aug 14 17:27:23.270 INFO O| Aug 14 17:27:23.270 INFO STEP 639 (remove_files) COMPLETE
71512026-08-14T17:27:24.419Z[ recovery-image] Aug 14 17:27:23.270 INFO O| Aug 14 17:27:23.270 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-14T17:27:24.426Z[ recovery-image] Aug 14 17:27:23.280 INFO O| Aug 14 17:27:23.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71532026-08-14T17:27:24.426Z[ recovery-image] Aug 14 17:27:23.280 INFO O| Aug 14 17:27:23.280 INFO STEP 640 (remove_files) COMPLETE
71542026-08-14T17:27:24.426Z[ recovery-image] Aug 14 17:27:23.280 INFO O| Aug 14 17:27:23.280 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-14T17:27:24.434Z[ recovery-image] Aug 14 17:27:23.288 INFO O| Aug 14 17:27:23.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71562026-08-14T17:27:24.434Z[ recovery-image] Aug 14 17:27:23.288 INFO O| Aug 14 17:27:23.288 INFO STEP 641 (remove_files) COMPLETE
71572026-08-14T17:27:24.437Z[ recovery-image] Aug 14 17:27:23.288 INFO O| Aug 14 17:27:23.288 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-14T17:27:24.442Z[ recovery-image] Aug 14 17:27:23.296 INFO O| Aug 14 17:27:23.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71592026-08-14T17:27:24.442Z[ recovery-image] Aug 14 17:27:23.296 INFO O| Aug 14 17:27:23.296 INFO STEP 642 (remove_files) COMPLETE
71602026-08-14T17:27:24.445Z[ recovery-image] Aug 14 17:27:23.296 INFO O| Aug 14 17:27:23.296 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-14T17:27:24.450Z[ recovery-image] Aug 14 17:27:23.304 INFO O| Aug 14 17:27:23.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71622026-08-14T17:27:24.450Z[ recovery-image] Aug 14 17:27:23.304 INFO O| Aug 14 17:27:23.304 INFO STEP 643 (remove_files) COMPLETE
71632026-08-14T17:27:24.450Z[ recovery-image] Aug 14 17:27:23.304 INFO O| Aug 14 17:27:23.304 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-14T17:27:24.461Z[ recovery-image] Aug 14 17:27:23.315 INFO O| Aug 14 17:27:23.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71652026-08-14T17:27:24.461Z[ recovery-image] Aug 14 17:27:23.315 INFO O| Aug 14 17:27:23.315 INFO STEP 644 (remove_files) COMPLETE
71662026-08-14T17:27:24.465Z[ recovery-image] Aug 14 17:27:23.315 INFO O| Aug 14 17:27:23.315 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-14T17:27:24.471Z[ recovery-image] Aug 14 17:27:23.325 INFO O| Aug 14 17:27:23.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71682026-08-14T17:27:24.471Z[ recovery-image] Aug 14 17:27:23.325 INFO O| Aug 14 17:27:23.325 INFO STEP 645 (remove_files) COMPLETE
71692026-08-14T17:27:24.471Z[ recovery-image] Aug 14 17:27:23.325 INFO O| Aug 14 17:27:23.325 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-14T17:27:24.480Z[ recovery-image] Aug 14 17:27:23.334 INFO O| Aug 14 17:27:23.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71712026-08-14T17:27:24.481Z[ recovery-image] Aug 14 17:27:23.334 INFO O| Aug 14 17:27:23.334 INFO STEP 646 (remove_files) COMPLETE
71722026-08-14T17:27:24.481Z[ recovery-image] Aug 14 17:27:23.334 INFO O| Aug 14 17:27:23.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-14T17:27:24.489Z[ recovery-image] Aug 14 17:27:23.343 INFO O| Aug 14 17:27:23.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71742026-08-14T17:27:24.489Z[ recovery-image] Aug 14 17:27:23.343 INFO O| Aug 14 17:27:23.343 INFO STEP 647 (remove_files) COMPLETE
71752026-08-14T17:27:24.493Z[ recovery-image] Aug 14 17:27:23.343 INFO O| Aug 14 17:27:23.343 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-14T17:27:24.497Z[ recovery-image] Aug 14 17:27:23.351 INFO O| Aug 14 17:27:23.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71772026-08-14T17:27:24.497Z[ recovery-image] Aug 14 17:27:23.351 INFO O| Aug 14 17:27:23.351 INFO STEP 648 (remove_files) COMPLETE
71782026-08-14T17:27:24.497Z[ recovery-image] Aug 14 17:27:23.351 INFO O| Aug 14 17:27:23.351 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-14T17:27:24.507Z[ recovery-image] Aug 14 17:27:23.361 INFO O| Aug 14 17:27:23.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71802026-08-14T17:27:24.507Z[ recovery-image] Aug 14 17:27:23.361 INFO O| Aug 14 17:27:23.361 INFO STEP 649 (remove_files) COMPLETE
71812026-08-14T17:27:24.511Z[ recovery-image] Aug 14 17:27:23.361 INFO O| Aug 14 17:27:23.361 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-14T17:27:24.517Z[ recovery-image] Aug 14 17:27:23.371 INFO O| Aug 14 17:27:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
71832026-08-14T17:27:24.517Z[ recovery-image] Aug 14 17:27:23.371 INFO O| Aug 14 17:27:23.371 INFO STEP 650 (remove_files) COMPLETE
71842026-08-14T17:27:24.517Z[ recovery-image] Aug 14 17:27:23.371 INFO O| Aug 14 17:27:23.371 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-14T17:27:24.526Z[verify-libraries] Compiling fatfs v0.3.6
71862026-08-14T17:27:24.529Z[ recovery-image] Aug 14 17:27:23.380 INFO O| Aug 14 17:27:23.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
71872026-08-14T17:27:24.529Z[ recovery-image] Aug 14 17:27:23.380 INFO O| Aug 14 17:27:23.380 INFO STEP 651 (remove_files) COMPLETE
71882026-08-14T17:27:24.529Z[ recovery-image] Aug 14 17:27:23.380 INFO O| Aug 14 17:27:23.380 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-14T17:27:24.537Z[ recovery-image] Aug 14 17:27:23.390 INFO O| Aug 14 17:27:23.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
71902026-08-14T17:27:24.537Z[ recovery-image] Aug 14 17:27:23.390 INFO O| Aug 14 17:27:23.390 INFO STEP 652 (remove_files) COMPLETE
71912026-08-14T17:27:24.540Z[ recovery-image] Aug 14 17:27:23.390 INFO O| Aug 14 17:27:23.390 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-14T17:27:24.547Z[ recovery-image] Aug 14 17:27:23.401 INFO O| Aug 14 17:27:23.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
71932026-08-14T17:27:24.547Z[ recovery-image] Aug 14 17:27:23.401 INFO O| Aug 14 17:27:23.401 INFO STEP 653 (remove_files) COMPLETE
71942026-08-14T17:27:24.547Z[ recovery-image] Aug 14 17:27:23.401 INFO O| Aug 14 17:27:23.401 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-14T17:27:24.556Z[ recovery-image] Aug 14 17:27:23.410 INFO O| Aug 14 17:27:23.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
71962026-08-14T17:27:24.556Z[ recovery-image] Aug 14 17:27:23.410 INFO O| Aug 14 17:27:23.410 INFO STEP 654 (remove_files) COMPLETE
71972026-08-14T17:27:24.556Z[ recovery-image] Aug 14 17:27:23.410 INFO O| Aug 14 17:27:23.410 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-14T17:27:24.567Z[ recovery-image] Aug 14 17:27:23.420 INFO O| Aug 14 17:27:23.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
71992026-08-14T17:27:24.567Z[ recovery-image] Aug 14 17:27:23.420 INFO O| Aug 14 17:27:23.420 INFO STEP 655 (remove_files) COMPLETE
72002026-08-14T17:27:24.567Z[ recovery-image] Aug 14 17:27:23.420 INFO O| Aug 14 17:27:23.420 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-14T17:27:24.576Z[ recovery-image] Aug 14 17:27:23.430 INFO O| Aug 14 17:27:23.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72022026-08-14T17:27:24.577Z[ recovery-image] Aug 14 17:27:23.430 INFO O| Aug 14 17:27:23.430 INFO STEP 656 (remove_files) COMPLETE
72032026-08-14T17:27:24.580Z[ recovery-image] Aug 14 17:27:23.430 INFO O| Aug 14 17:27:23.430 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-14T17:27:24.585Z[ recovery-image] Aug 14 17:27:23.439 INFO O| Aug 14 17:27:23.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72052026-08-14T17:27:24.585Z[ recovery-image] Aug 14 17:27:23.439 INFO O| Aug 14 17:27:23.439 INFO STEP 657 (remove_files) COMPLETE
72062026-08-14T17:27:24.585Z[ recovery-image] Aug 14 17:27:23.439 INFO O| Aug 14 17:27:23.439 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-14T17:27:24.595Z[ recovery-image] Aug 14 17:27:23.449 INFO O| Aug 14 17:27:23.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72082026-08-14T17:27:24.595Z[ recovery-image] Aug 14 17:27:23.449 INFO O| Aug 14 17:27:23.449 INFO STEP 658 (remove_files) COMPLETE
72092026-08-14T17:27:24.595Z[ recovery-image] Aug 14 17:27:23.449 INFO O| Aug 14 17:27:23.449 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-14T17:27:24.605Z[ recovery-image] Aug 14 17:27:23.458 INFO O| Aug 14 17:27:23.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72112026-08-14T17:27:24.605Z[ recovery-image] Aug 14 17:27:23.459 INFO O| Aug 14 17:27:23.459 INFO STEP 659 (remove_files) COMPLETE
72122026-08-14T17:27:24.605Z[ recovery-image] Aug 14 17:27:23.459 INFO O| Aug 14 17:27:23.459 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-14T17:27:24.614Z[ recovery-image] Aug 14 17:27:23.467 INFO O| Aug 14 17:27:23.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72142026-08-14T17:27:24.614Z[ recovery-image] Aug 14 17:27:23.467 INFO O| Aug 14 17:27:23.467 INFO STEP 660 (remove_files) COMPLETE
72152026-08-14T17:27:24.617Z[ recovery-image] Aug 14 17:27:23.467 INFO O| Aug 14 17:27:23.467 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-14T17:27:24.622Z[ recovery-image] Aug 14 17:27:23.476 INFO O| Aug 14 17:27:23.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72172026-08-14T17:27:24.622Z[ recovery-image] Aug 14 17:27:23.476 INFO O| Aug 14 17:27:23.476 INFO STEP 661 (remove_files) COMPLETE
72182026-08-14T17:27:24.622Z[ recovery-image] Aug 14 17:27:23.476 INFO O| Aug 14 17:27:23.476 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-14T17:27:24.631Z[ recovery-image] Aug 14 17:27:23.485 INFO O| Aug 14 17:27:23.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72202026-08-14T17:27:24.631Z[ recovery-image] Aug 14 17:27:23.485 INFO O| Aug 14 17:27:23.485 INFO STEP 662 (remove_files) COMPLETE
72212026-08-14T17:27:24.634Z[ recovery-image] Aug 14 17:27:23.485 INFO O| Aug 14 17:27:23.485 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-14T17:27:24.638Z[ recovery-image] Aug 14 17:27:23.492 INFO O| Aug 14 17:27:23.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72232026-08-14T17:27:24.639Z[ recovery-image] Aug 14 17:27:23.492 INFO O| Aug 14 17:27:23.492 INFO STEP 663 (remove_files) COMPLETE
72242026-08-14T17:27:24.639Z[ recovery-image] Aug 14 17:27:23.492 INFO O| Aug 14 17:27:23.492 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-14T17:27:24.646Z[ recovery-image] Aug 14 17:27:23.500 INFO O| Aug 14 17:27:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72262026-08-14T17:27:24.646Z[ recovery-image] Aug 14 17:27:23.500 INFO O| Aug 14 17:27:23.500 INFO STEP 664 (remove_files) COMPLETE
72272026-08-14T17:27:24.646Z[ recovery-image] Aug 14 17:27:23.500 INFO O| Aug 14 17:27:23.500 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-14T17:27:24.654Z[ recovery-image] Aug 14 17:27:23.508 INFO O| Aug 14 17:27:23.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72292026-08-14T17:27:24.654Z[ recovery-image] Aug 14 17:27:23.508 INFO O| Aug 14 17:27:23.508 INFO STEP 665 (remove_files) COMPLETE
72302026-08-14T17:27:24.654Z[ recovery-image] Aug 14 17:27:23.508 INFO O| Aug 14 17:27:23.508 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-14T17:27:24.661Z[ recovery-image] Aug 14 17:27:23.515 INFO O| Aug 14 17:27:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72322026-08-14T17:27:24.662Z[ recovery-image] Aug 14 17:27:23.515 INFO O| Aug 14 17:27:23.515 INFO STEP 666 (remove_files) COMPLETE
72332026-08-14T17:27:24.662Z[ recovery-image] Aug 14 17:27:23.515 INFO O| Aug 14 17:27:23.515 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-14T17:27:24.669Z[ recovery-image] Aug 14 17:27:23.523 INFO O| Aug 14 17:27:23.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72352026-08-14T17:27:24.670Z[ recovery-image] Aug 14 17:27:23.523 INFO O| Aug 14 17:27:23.523 INFO STEP 667 (remove_files) COMPLETE
72362026-08-14T17:27:24.672Z[ recovery-image] Aug 14 17:27:23.523 INFO O| Aug 14 17:27:23.523 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-14T17:27:24.676Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
72382026-08-14T17:27:24.679Z[ recovery-image] Aug 14 17:27:23.531 INFO O| Aug 14 17:27:23.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72392026-08-14T17:27:24.679Z[ recovery-image] Aug 14 17:27:23.531 INFO O| Aug 14 17:27:23.531 INFO STEP 668 (remove_files) COMPLETE
72402026-08-14T17:27:24.679Z[ recovery-image] Aug 14 17:27:23.531 INFO O| Aug 14 17:27:23.531 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-14T17:27:24.687Z[ recovery-image] Aug 14 17:27:23.539 INFO O| Aug 14 17:27:23.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72422026-08-14T17:27:24.687Z[ recovery-image] Aug 14 17:27:23.539 INFO O| Aug 14 17:27:23.539 INFO STEP 669 (remove_files) COMPLETE
72432026-08-14T17:27:24.687Z[ recovery-image] Aug 14 17:27:23.539 INFO O| Aug 14 17:27:23.539 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-14T17:27:24.695Z[ recovery-image] Aug 14 17:27:23.549 INFO O| Aug 14 17:27:23.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72452026-08-14T17:27:24.695Z[ recovery-image] Aug 14 17:27:23.549 INFO O| Aug 14 17:27:23.549 INFO STEP 670 (remove_files) COMPLETE
72462026-08-14T17:27:24.695Z[ recovery-image] Aug 14 17:27:23.549 INFO O| Aug 14 17:27:23.549 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-14T17:27:24.705Z[ recovery-image] Aug 14 17:27:23.558 INFO O| Aug 14 17:27:23.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72482026-08-14T17:27:24.705Z[ recovery-image] Aug 14 17:27:23.558 INFO O| Aug 14 17:27:23.558 INFO STEP 671 (remove_files) COMPLETE
72492026-08-14T17:27:24.705Z[ recovery-image] Aug 14 17:27:23.558 INFO O| Aug 14 17:27:23.558 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-14T17:27:24.714Z[ recovery-image] Aug 14 17:27:23.568 INFO O| Aug 14 17:27:23.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72512026-08-14T17:27:24.714Z[ recovery-image] Aug 14 17:27:23.568 INFO O| Aug 14 17:27:23.568 INFO STEP 672 (remove_files) COMPLETE
72522026-08-14T17:27:24.714Z[ recovery-image] Aug 14 17:27:23.568 INFO O| Aug 14 17:27:23.568 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-14T17:27:24.723Z[ recovery-image] Aug 14 17:27:23.577 INFO O| Aug 14 17:27:23.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72542026-08-14T17:27:24.726Z[ recovery-image] Aug 14 17:27:23.578 INFO O| Aug 14 17:27:23.578 INFO STEP 673 (remove_files) COMPLETE
72552026-08-14T17:27:24.726Z[ recovery-image] Aug 14 17:27:23.578 INFO O| Aug 14 17:27:23.578 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-14T17:27:24.733Z[ recovery-image] Aug 14 17:27:23.587 INFO O| Aug 14 17:27:23.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72572026-08-14T17:27:24.734Z[ recovery-image] Aug 14 17:27:23.587 INFO O| Aug 14 17:27:23.587 INFO STEP 674 (remove_files) COMPLETE
72582026-08-14T17:27:24.734Z[ recovery-image] Aug 14 17:27:23.587 INFO O| Aug 14 17:27:23.587 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-14T17:27:24.743Z[ recovery-image] Aug 14 17:27:23.597 INFO O| Aug 14 17:27:23.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72602026-08-14T17:27:24.743Z[ recovery-image] Aug 14 17:27:23.597 INFO O| Aug 14 17:27:23.597 INFO STEP 675 (remove_files) COMPLETE
72612026-08-14T17:27:24.744Z[ recovery-image] Aug 14 17:27:23.597 INFO O| Aug 14 17:27:23.597 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-14T17:27:24.753Z[ recovery-image] Aug 14 17:27:23.607 INFO O| Aug 14 17:27:23.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72632026-08-14T17:27:24.753Z[ recovery-image] Aug 14 17:27:23.607 INFO O| Aug 14 17:27:23.607 INFO STEP 676 (remove_files) COMPLETE
72642026-08-14T17:27:24.753Z[ recovery-image] Aug 14 17:27:23.607 INFO O| Aug 14 17:27:23.607 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-14T17:27:24.763Z[ recovery-image] Aug 14 17:27:23.616 INFO O| Aug 14 17:27:23.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72662026-08-14T17:27:24.763Z[ recovery-image] Aug 14 17:27:23.616 INFO O| Aug 14 17:27:23.616 INFO STEP 677 (remove_files) COMPLETE
72672026-08-14T17:27:24.763Z[ recovery-image] Aug 14 17:27:23.616 INFO O| Aug 14 17:27:23.616 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-14T17:27:24.772Z[ recovery-image] Aug 14 17:27:23.626 INFO O| Aug 14 17:27:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72692026-08-14T17:27:24.772Z[ recovery-image] Aug 14 17:27:23.626 INFO O| Aug 14 17:27:23.626 INFO STEP 678 (remove_files) COMPLETE
72702026-08-14T17:27:24.776Z[ recovery-image] Aug 14 17:27:23.626 INFO O| Aug 14 17:27:23.626 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-14T17:27:24.783Z[ recovery-image] Aug 14 17:27:23.637 INFO O| Aug 14 17:27:23.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72722026-08-14T17:27:24.783Z[ recovery-image] Aug 14 17:27:23.637 INFO O| Aug 14 17:27:23.637 INFO STEP 679 (remove_files) COMPLETE
72732026-08-14T17:27:24.783Z[ recovery-image] Aug 14 17:27:23.637 INFO O| Aug 14 17:27:23.637 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-14T17:27:24.793Z[ recovery-image] Aug 14 17:27:23.647 INFO O| Aug 14 17:27:23.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72752026-08-14T17:27:24.793Z[ recovery-image] Aug 14 17:27:23.647 INFO O| Aug 14 17:27:23.647 INFO STEP 680 (remove_files) COMPLETE
72762026-08-14T17:27:24.793Z[ recovery-image] Aug 14 17:27:23.647 INFO O| Aug 14 17:27:23.647 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-14T17:27:24.802Z[ recovery-image] Aug 14 17:27:23.656 INFO O| Aug 14 17:27:23.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72782026-08-14T17:27:24.802Z[ recovery-image] Aug 14 17:27:23.656 INFO O| Aug 14 17:27:23.656 INFO STEP 681 (remove_files) COMPLETE
72792026-08-14T17:27:24.802Z[ recovery-image] Aug 14 17:27:23.656 INFO O| Aug 14 17:27:23.656 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-14T17:27:24.810Z[ recovery-image] Aug 14 17:27:23.664 INFO O| Aug 14 17:27:23.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72812026-08-14T17:27:24.810Z[ recovery-image] Aug 14 17:27:23.664 INFO O| Aug 14 17:27:23.664 INFO STEP 682 (remove_files) COMPLETE
72822026-08-14T17:27:24.810Z[ recovery-image] Aug 14 17:27:23.664 INFO O| Aug 14 17:27:23.664 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-14T17:27:24.828Z[ recovery-image] Aug 14 17:27:23.682 INFO O| Aug 14 17:27:23.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
72842026-08-14T17:27:24.828Z[ recovery-image] Aug 14 17:27:23.682 INFO O| Aug 14 17:27:23.682 INFO STEP 683 (remove_files) COMPLETE
72852026-08-14T17:27:24.832Z[ recovery-image] Aug 14 17:27:23.682 INFO O| Aug 14 17:27:23.682 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-14T17:27:24.836Z[verify-libraries] Compiling num-bigint v0.4.6
72872026-08-14T17:27:24.840Z[ recovery-image] Aug 14 17:27:23.694 INFO O| Aug 14 17:27:23.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
72882026-08-14T17:27:24.840Z[ recovery-image] Aug 14 17:27:23.694 INFO O| Aug 14 17:27:23.694 INFO STEP 684 (remove_files) COMPLETE
72892026-08-14T17:27:24.843Z[ recovery-image] Aug 14 17:27:23.694 INFO O| Aug 14 17:27:23.694 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-14T17:27:24.848Z[ recovery-image] Aug 14 17:27:23.702 INFO O| Aug 14 17:27:23.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
72912026-08-14T17:27:24.848Z[ recovery-image] Aug 14 17:27:23.702 INFO O| Aug 14 17:27:23.702 INFO STEP 685 (remove_files) COMPLETE
72922026-08-14T17:27:24.848Z[ recovery-image] Aug 14 17:27:23.702 INFO O| Aug 14 17:27:23.702 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-14T17:27:24.856Z[ recovery-image] Aug 14 17:27:23.710 INFO O| Aug 14 17:27:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
72942026-08-14T17:27:24.856Z[ recovery-image] Aug 14 17:27:23.710 INFO O| Aug 14 17:27:23.710 INFO STEP 686 (remove_files) COMPLETE
72952026-08-14T17:27:24.856Z[ recovery-image] Aug 14 17:27:23.710 INFO O| Aug 14 17:27:23.710 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-14T17:27:24.872Z[ recovery-image] Aug 14 17:27:23.726 INFO O| Aug 14 17:27:23.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
72972026-08-14T17:27:24.872Z[ recovery-image] Aug 14 17:27:23.726 INFO O| Aug 14 17:27:23.726 INFO STEP 687 (remove_files) COMPLETE
72982026-08-14T17:27:24.873Z[ recovery-image] Aug 14 17:27:23.726 INFO O| Aug 14 17:27:23.726 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-14T17:27:24.889Z[ recovery-image] Aug 14 17:27:23.743 INFO O| Aug 14 17:27:23.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73002026-08-14T17:27:24.889Z[ recovery-image] Aug 14 17:27:23.743 INFO O| Aug 14 17:27:23.743 INFO STEP 688 (remove_files) COMPLETE
73012026-08-14T17:27:24.889Z[ recovery-image] Aug 14 17:27:23.743 INFO O| Aug 14 17:27:23.743 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-14T17:27:24.898Z[ recovery-image] Aug 14 17:27:23.752 INFO O| Aug 14 17:27:23.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73032026-08-14T17:27:24.898Z[ recovery-image] Aug 14 17:27:23.752 INFO O| Aug 14 17:27:23.752 INFO STEP 689 (remove_files) COMPLETE
73042026-08-14T17:27:24.898Z[ recovery-image] Aug 14 17:27:23.752 INFO O| Aug 14 17:27:23.752 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-14T17:27:24.907Z[ recovery-image] Aug 14 17:27:23.761 INFO O| Aug 14 17:27:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73062026-08-14T17:27:24.907Z[ recovery-image] Aug 14 17:27:23.761 INFO O| Aug 14 17:27:23.761 INFO STEP 690 (remove_files) COMPLETE
73072026-08-14T17:27:24.907Z[ recovery-image] Aug 14 17:27:23.761 INFO O| Aug 14 17:27:23.761 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-14T17:27:24.968Z[ recovery-image] Aug 14 17:27:23.821 INFO O| Aug 14 17:27:23.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73092026-08-14T17:27:24.968Z[ recovery-image] Aug 14 17:27:23.821 INFO O| Aug 14 17:27:23.821 INFO STEP 691 (remove_files) COMPLETE
73102026-08-14T17:27:24.971Z[ recovery-image] Aug 14 17:27:23.821 INFO O| Aug 14 17:27:23.821 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-14T17:27:24.977Z[ recovery-image] Aug 14 17:27:23.831 INFO O| Aug 14 17:27:23.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73122026-08-14T17:27:24.980Z[ recovery-image] Aug 14 17:27:23.831 INFO O| Aug 14 17:27:23.831 INFO STEP 692 (remove_files) COMPLETE
73132026-08-14T17:27:24.980Z[ recovery-image] Aug 14 17:27:23.831 INFO O| Aug 14 17:27:23.831 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-14T17:27:25.015Z[ recovery-image] Aug 14 17:27:23.869 INFO O| Aug 14 17:27:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73152026-08-14T17:27:25.015Z[ recovery-image] Aug 14 17:27:23.869 INFO O| Aug 14 17:27:23.869 INFO STEP 693 (remove_files) COMPLETE
73162026-08-14T17:27:25.019Z[ recovery-image] Aug 14 17:27:23.869 INFO O| Aug 14 17:27:23.869 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-14T17:27:25.027Z[ recovery-image] Aug 14 17:27:23.879 INFO O| Aug 14 17:27:23.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73182026-08-14T17:27:25.027Z[ recovery-image] Aug 14 17:27:23.879 INFO O| Aug 14 17:27:23.879 INFO STEP 694 (remove_files) COMPLETE
73192026-08-14T17:27:25.027Z[ recovery-image] Aug 14 17:27:23.879 INFO O| Aug 14 17:27:23.879 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-14T17:27:25.035Z[ recovery-image] Aug 14 17:27:23.889 INFO O| Aug 14 17:27:23.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73212026-08-14T17:27:25.035Z[ recovery-image] Aug 14 17:27:23.889 INFO O| Aug 14 17:27:23.889 INFO STEP 695 (remove_files) COMPLETE
73222026-08-14T17:27:25.035Z[ recovery-image] Aug 14 17:27:23.889 INFO O| Aug 14 17:27:23.889 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-14T17:27:25.107Z[ recovery-image] Aug 14 17:27:23.960 INFO O| Aug 14 17:27:23.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73242026-08-14T17:27:25.107Z[ recovery-image] Aug 14 17:27:23.960 INFO O| Aug 14 17:27:23.960 INFO STEP 696 (remove_files) COMPLETE
73252026-08-14T17:27:25.107Z[ recovery-image] Aug 14 17:27:23.960 INFO O| Aug 14 17:27:23.960 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-14T17:27:25.135Z[ recovery-image] Aug 14 17:27:23.969 INFO O| Aug 14 17:27:23.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73272026-08-14T17:27:25.135Z[ recovery-image] Aug 14 17:27:23.970 INFO O| Aug 14 17:27:23.969 INFO STEP 697 (remove_files) COMPLETE
73282026-08-14T17:27:25.135Z[ recovery-image] Aug 14 17:27:23.970 INFO O| Aug 14 17:27:23.970 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-14T17:27:25.139Z[ recovery-image] Aug 14 17:27:23.978 INFO O| Aug 14 17:27:23.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73302026-08-14T17:27:25.139Z[ recovery-image] Aug 14 17:27:23.978 INFO O| Aug 14 17:27:23.978 INFO STEP 698 (remove_files) COMPLETE
73312026-08-14T17:27:25.139Z[ recovery-image] Aug 14 17:27:23.978 INFO O| Aug 14 17:27:23.978 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-14T17:27:25.139Z[ recovery-image] Aug 14 17:27:23.987 INFO O| Aug 14 17:27:23.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73332026-08-14T17:27:25.139Z[ recovery-image] Aug 14 17:27:23.987 INFO O| Aug 14 17:27:23.987 INFO STEP 699 (remove_files) COMPLETE
73342026-08-14T17:27:25.139Z[ recovery-image] Aug 14 17:27:23.987 INFO O| Aug 14 17:27:23.987 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-14T17:27:25.142Z[ recovery-image] Aug 14 17:27:23.996 INFO O| Aug 14 17:27:23.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73362026-08-14T17:27:25.142Z[ recovery-image] Aug 14 17:27:23.996 INFO O| Aug 14 17:27:23.996 INFO STEP 700 (remove_files) COMPLETE
73372026-08-14T17:27:25.142Z[ recovery-image] Aug 14 17:27:23.996 INFO O| Aug 14 17:27:23.996 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-14T17:27:25.152Z[ recovery-image] Aug 14 17:27:24.006 INFO O| Aug 14 17:27:24.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73392026-08-14T17:27:25.152Z[ recovery-image] Aug 14 17:27:24.006 INFO O| Aug 14 17:27:24.006 INFO STEP 701 (remove_files) COMPLETE
73402026-08-14T17:27:25.152Z[ recovery-image] Aug 14 17:27:24.006 INFO O| Aug 14 17:27:24.006 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-14T17:27:25.184Z[ recovery-image] Aug 14 17:27:24.038 INFO O| Aug 14 17:27:24.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73422026-08-14T17:27:25.184Z[ recovery-image] Aug 14 17:27:24.038 INFO O| Aug 14 17:27:24.038 INFO STEP 702 (remove_files) COMPLETE
73432026-08-14T17:27:25.185Z[ recovery-image] Aug 14 17:27:24.038 INFO O| Aug 14 17:27:24.038 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-14T17:27:25.197Z[ recovery-image] Aug 14 17:27:24.051 INFO O| Aug 14 17:27:24.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73452026-08-14T17:27:25.197Z[ recovery-image] Aug 14 17:27:24.051 INFO O| Aug 14 17:27:24.051 INFO STEP 703 (remove_files) COMPLETE
73462026-08-14T17:27:25.197Z[ recovery-image] Aug 14 17:27:24.051 INFO O| Aug 14 17:27:24.051 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-14T17:27:25.208Z[ recovery-image] Aug 14 17:27:24.062 INFO O| Aug 14 17:27:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73482026-08-14T17:27:25.208Z[ recovery-image] Aug 14 17:27:24.062 INFO O| Aug 14 17:27:24.062 INFO STEP 704 (remove_files) COMPLETE
73492026-08-14T17:27:25.211Z[ recovery-image] Aug 14 17:27:24.062 INFO O| Aug 14 17:27:24.062 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-14T17:27:25.218Z[ recovery-image] Aug 14 17:27:24.072 INFO O| Aug 14 17:27:24.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73512026-08-14T17:27:25.218Z[ recovery-image] Aug 14 17:27:24.072 INFO O| Aug 14 17:27:24.072 INFO STEP 705 (remove_files) COMPLETE
73522026-08-14T17:27:25.218Z[ recovery-image] Aug 14 17:27:24.072 INFO O| Aug 14 17:27:24.072 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-14T17:27:25.228Z[ recovery-image] Aug 14 17:27:24.082 INFO O| Aug 14 17:27:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73542026-08-14T17:27:25.228Z[ recovery-image] Aug 14 17:27:24.082 INFO O| Aug 14 17:27:24.082 INFO STEP 706 (remove_files) COMPLETE
73552026-08-14T17:27:25.228Z[ recovery-image] Aug 14 17:27:24.082 INFO O| Aug 14 17:27:24.082 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-14T17:27:25.238Z[ recovery-image] Aug 14 17:27:24.092 INFO O| Aug 14 17:27:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73572026-08-14T17:27:25.238Z[ recovery-image] Aug 14 17:27:24.092 INFO O| Aug 14 17:27:24.092 INFO STEP 707 (remove_files) COMPLETE
73582026-08-14T17:27:25.238Z[ recovery-image] Aug 14 17:27:24.092 INFO O| Aug 14 17:27:24.092 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-14T17:27:25.249Z[ recovery-image] Aug 14 17:27:24.103 INFO O| Aug 14 17:27:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73602026-08-14T17:27:25.249Z[ recovery-image] Aug 14 17:27:24.103 INFO O| Aug 14 17:27:24.103 INFO STEP 708 (remove_files) COMPLETE
73612026-08-14T17:27:25.249Z[ recovery-image] Aug 14 17:27:24.103 INFO O| Aug 14 17:27:24.103 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-14T17:27:25.259Z[ recovery-image] Aug 14 17:27:24.113 INFO O| Aug 14 17:27:24.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73632026-08-14T17:27:25.259Z[ recovery-image] Aug 14 17:27:24.113 INFO O| Aug 14 17:27:24.113 INFO STEP 709 (remove_files) COMPLETE
73642026-08-14T17:27:25.259Z[ recovery-image] Aug 14 17:27:24.113 INFO O| Aug 14 17:27:24.113 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-14T17:27:25.269Z[ recovery-image] Aug 14 17:27:24.123 INFO O| Aug 14 17:27:24.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73662026-08-14T17:27:25.269Z[ recovery-image] Aug 14 17:27:24.123 INFO O| Aug 14 17:27:24.123 INFO STEP 710 (remove_files) COMPLETE
73672026-08-14T17:27:25.272Z[ recovery-image] Aug 14 17:27:24.123 INFO O| Aug 14 17:27:24.123 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-14T17:27:25.280Z[ recovery-image] Aug 14 17:27:24.134 INFO O| Aug 14 17:27:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73692026-08-14T17:27:25.280Z[ recovery-image] Aug 14 17:27:24.134 INFO O| Aug 14 17:27:24.134 INFO STEP 711 (remove_files) COMPLETE
73702026-08-14T17:27:25.283Z[ recovery-image] Aug 14 17:27:24.134 INFO O| Aug 14 17:27:24.134 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-14T17:27:25.291Z[ recovery-image] Aug 14 17:27:24.145 INFO O| Aug 14 17:27:24.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73722026-08-14T17:27:25.291Z[ recovery-image] Aug 14 17:27:24.145 INFO O| Aug 14 17:27:24.145 INFO STEP 712 (remove_files) COMPLETE
73732026-08-14T17:27:25.291Z[ recovery-image] Aug 14 17:27:24.145 INFO O| Aug 14 17:27:24.145 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-14T17:27:25.302Z[ recovery-image] Aug 14 17:27:24.156 INFO O| Aug 14 17:27:24.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73752026-08-14T17:27:25.302Z[ recovery-image] Aug 14 17:27:24.156 INFO O| Aug 14 17:27:24.156 INFO STEP 713 (remove_files) COMPLETE
73762026-08-14T17:27:25.303Z[ recovery-image] Aug 14 17:27:24.156 INFO O| Aug 14 17:27:24.156 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-14T17:27:25.313Z[ recovery-image] Aug 14 17:27:24.167 INFO O| Aug 14 17:27:24.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73782026-08-14T17:27:25.313Z[ recovery-image] Aug 14 17:27:24.167 INFO O| Aug 14 17:27:24.167 INFO STEP 714 (remove_files) COMPLETE
73792026-08-14T17:27:25.313Z[ recovery-image] Aug 14 17:27:24.167 INFO O| Aug 14 17:27:24.167 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-14T17:27:25.323Z[ recovery-image] Aug 14 17:27:24.177 INFO O| Aug 14 17:27:24.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73812026-08-14T17:27:25.323Z[ recovery-image] Aug 14 17:27:24.177 INFO O| Aug 14 17:27:24.177 INFO STEP 715 (remove_files) COMPLETE
73822026-08-14T17:27:25.323Z[ recovery-image] Aug 14 17:27:24.177 INFO O| Aug 14 17:27:24.177 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-14T17:27:25.327Z[verify-libraries] Compiling generic-array v1.4.3
73842026-08-14T17:27:25.333Z[ recovery-image] Aug 14 17:27:24.187 INFO O| Aug 14 17:27:24.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
73852026-08-14T17:27:25.333Z[ recovery-image] Aug 14 17:27:24.187 INFO O| Aug 14 17:27:24.187 INFO STEP 716 (remove_files) COMPLETE
73862026-08-14T17:27:25.337Z[ recovery-image] Aug 14 17:27:24.187 INFO O| Aug 14 17:27:24.187 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-14T17:27:25.344Z[ recovery-image] Aug 14 17:27:24.198 INFO O| Aug 14 17:27:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
73882026-08-14T17:27:25.348Z[ recovery-image] Aug 14 17:27:24.200 INFO O| Aug 14 17:27:24.200 INFO STEP 717 (remove_files) COMPLETE
73892026-08-14T17:27:25.348Z[ recovery-image] Aug 14 17:27:24.200 INFO O| Aug 14 17:27:24.200 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-14T17:27:25.358Z[ recovery-image] Aug 14 17:27:24.212 INFO O| Aug 14 17:27:24.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
73912026-08-14T17:27:25.362Z[ recovery-image] Aug 14 17:27:24.213 INFO O| Aug 14 17:27:24.213 INFO STEP 718 (remove_files) COMPLETE
73922026-08-14T17:27:25.363Z[ recovery-image] Aug 14 17:27:24.213 INFO O| Aug 14 17:27:24.213 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-14T17:27:25.370Z[ recovery-image] Aug 14 17:27:24.224 INFO O| Aug 14 17:27:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
73942026-08-14T17:27:25.370Z[ recovery-image] Aug 14 17:27:24.224 INFO O| Aug 14 17:27:24.224 INFO STEP 719 (remove_files) COMPLETE
73952026-08-14T17:27:25.373Z[ recovery-image] Aug 14 17:27:24.224 INFO O| Aug 14 17:27:24.224 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-14T17:27:25.379Z[ recovery-image] Aug 14 17:27:24.233 INFO O| Aug 14 17:27:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
73972026-08-14T17:27:25.382Z[ recovery-image] Aug 14 17:27:24.234 INFO O| Aug 14 17:27:24.234 INFO STEP 720 (remove_files) COMPLETE
73982026-08-14T17:27:25.382Z[ recovery-image] Aug 14 17:27:24.234 INFO O| Aug 14 17:27:24.234 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-14T17:27:25.390Z[ recovery-image] Aug 14 17:27:24.244 INFO O| Aug 14 17:27:24.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74002026-08-14T17:27:25.390Z[ recovery-image] Aug 14 17:27:24.244 INFO O| Aug 14 17:27:24.244 INFO STEP 721 (remove_files) COMPLETE
74012026-08-14T17:27:25.393Z[ recovery-image] Aug 14 17:27:24.244 INFO O| Aug 14 17:27:24.244 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-14T17:27:25.399Z[ recovery-image] Aug 14 17:27:24.253 INFO O| Aug 14 17:27:24.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74032026-08-14T17:27:25.399Z[ recovery-image] Aug 14 17:27:24.253 INFO O| Aug 14 17:27:24.253 INFO STEP 722 (remove_files) COMPLETE
74042026-08-14T17:27:25.403Z[ recovery-image] Aug 14 17:27:24.253 INFO O| Aug 14 17:27:24.253 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-14T17:27:25.411Z[ recovery-image] Aug 14 17:27:24.263 INFO O| Aug 14 17:27:24.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74062026-08-14T17:27:25.411Z[ recovery-image] Aug 14 17:27:24.263 INFO O| Aug 14 17:27:24.263 INFO STEP 723 (remove_files) COMPLETE
74072026-08-14T17:27:25.414Z[ recovery-image] Aug 14 17:27:24.263 INFO O| Aug 14 17:27:24.263 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-14T17:27:25.418Z[ recovery-image] Aug 14 17:27:24.272 INFO O| Aug 14 17:27:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74092026-08-14T17:27:25.421Z[ recovery-image] Aug 14 17:27:24.272 INFO O| Aug 14 17:27:24.272 INFO STEP 724 (remove_files) COMPLETE
74102026-08-14T17:27:25.422Z[ recovery-image] Aug 14 17:27:24.272 INFO O| Aug 14 17:27:24.272 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-14T17:27:25.428Z[ recovery-image] Aug 14 17:27:24.282 INFO O| Aug 14 17:27:24.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74122026-08-14T17:27:25.428Z[ recovery-image] Aug 14 17:27:24.282 INFO O| Aug 14 17:27:24.282 INFO STEP 725 (remove_files) COMPLETE
74132026-08-14T17:27:25.429Z[ recovery-image] Aug 14 17:27:24.282 INFO O| Aug 14 17:27:24.282 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-14T17:27:25.440Z[ recovery-image] Aug 14 17:27:24.294 INFO O| Aug 14 17:27:24.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74152026-08-14T17:27:25.440Z[ recovery-image] Aug 14 17:27:24.294 INFO O| Aug 14 17:27:24.294 INFO STEP 726 (remove_files) COMPLETE
74162026-08-14T17:27:25.440Z[ recovery-image] Aug 14 17:27:24.294 INFO O| Aug 14 17:27:24.294 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-14T17:27:25.450Z[ recovery-image] Aug 14 17:27:24.304 INFO O| Aug 14 17:27:24.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74182026-08-14T17:27:25.450Z[ recovery-image] Aug 14 17:27:24.304 INFO O| Aug 14 17:27:24.304 INFO STEP 727 (remove_files) COMPLETE
74192026-08-14T17:27:25.450Z[ recovery-image] Aug 14 17:27:24.304 INFO O| Aug 14 17:27:24.304 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-14T17:27:25.461Z[ recovery-image] Aug 14 17:27:24.314 INFO O| Aug 14 17:27:24.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74212026-08-14T17:27:25.461Z[ recovery-image] Aug 14 17:27:24.314 INFO O| Aug 14 17:27:24.314 INFO STEP 728 (remove_files) COMPLETE
74222026-08-14T17:27:25.461Z[ recovery-image] Aug 14 17:27:24.314 INFO O| Aug 14 17:27:24.314 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-14T17:27:25.471Z[ recovery-image] Aug 14 17:27:24.325 INFO O| Aug 14 17:27:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74242026-08-14T17:27:25.471Z[ recovery-image] Aug 14 17:27:24.325 INFO O| Aug 14 17:27:24.325 INFO STEP 729 (remove_files) COMPLETE
74252026-08-14T17:27:25.471Z[ recovery-image] Aug 14 17:27:24.325 INFO O| Aug 14 17:27:24.325 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-14T17:27:25.481Z[ recovery-image] Aug 14 17:27:24.335 INFO O| Aug 14 17:27:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74272026-08-14T17:27:25.481Z[ recovery-image] Aug 14 17:27:24.335 INFO O| Aug 14 17:27:24.335 INFO STEP 730 (remove_files) COMPLETE
74282026-08-14T17:27:25.481Z[ recovery-image] Aug 14 17:27:24.335 INFO O| Aug 14 17:27:24.335 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-14T17:27:25.492Z[ recovery-image] Aug 14 17:27:24.345 INFO O| Aug 14 17:27:24.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74302026-08-14T17:27:25.492Z[ recovery-image] Aug 14 17:27:24.346 INFO O| Aug 14 17:27:24.346 INFO STEP 731 (remove_files) COMPLETE
74312026-08-14T17:27:25.492Z[ recovery-image] Aug 14 17:27:24.346 INFO O| Aug 14 17:27:24.346 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-14T17:27:25.502Z[ recovery-image] Aug 14 17:27:24.356 INFO O| Aug 14 17:27:24.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74332026-08-14T17:27:25.503Z[ recovery-image] Aug 14 17:27:24.356 INFO O| Aug 14 17:27:24.356 INFO STEP 732 (remove_files) COMPLETE
74342026-08-14T17:27:25.503Z[ recovery-image] Aug 14 17:27:24.356 INFO O| Aug 14 17:27:24.356 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-14T17:27:25.513Z[ recovery-image] Aug 14 17:27:24.367 INFO O| Aug 14 17:27:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74362026-08-14T17:27:25.513Z[ recovery-image] Aug 14 17:27:24.367 INFO O| Aug 14 17:27:24.367 INFO STEP 733 (remove_files) COMPLETE
74372026-08-14T17:27:25.513Z[ recovery-image] Aug 14 17:27:24.367 INFO O| Aug 14 17:27:24.367 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-14T17:27:25.523Z[ recovery-image] Aug 14 17:27:24.377 INFO O| Aug 14 17:27:24.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74392026-08-14T17:27:25.523Z[ recovery-image] Aug 14 17:27:24.377 INFO O| Aug 14 17:27:24.377 INFO STEP 734 (remove_files) COMPLETE
74402026-08-14T17:27:25.526Z[ recovery-image] Aug 14 17:27:24.377 INFO O| Aug 14 17:27:24.377 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-14T17:27:25.540Z[ recovery-image] Aug 14 17:27:24.388 INFO O| Aug 14 17:27:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74422026-08-14T17:27:25.540Z[ recovery-image] Aug 14 17:27:24.388 INFO O| Aug 14 17:27:24.388 INFO STEP 735 (remove_files) COMPLETE
74432026-08-14T17:27:25.540Z[ recovery-image] Aug 14 17:27:24.388 INFO O| Aug 14 17:27:24.388 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-14T17:27:25.546Z[ recovery-image] Aug 14 17:27:24.400 INFO O| Aug 14 17:27:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74452026-08-14T17:27:25.546Z[ recovery-image] Aug 14 17:27:24.400 INFO O| Aug 14 17:27:24.400 INFO STEP 736 (remove_files) COMPLETE
74462026-08-14T17:27:25.546Z[ recovery-image] Aug 14 17:27:24.400 INFO O| Aug 14 17:27:24.400 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-14T17:27:25.557Z[ recovery-image] Aug 14 17:27:24.410 INFO O| Aug 14 17:27:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74482026-08-14T17:27:25.557Z[ recovery-image] Aug 14 17:27:24.410 INFO O| Aug 14 17:27:24.410 INFO STEP 737 (remove_files) COMPLETE
74492026-08-14T17:27:25.557Z[ recovery-image] Aug 14 17:27:24.410 INFO O| Aug 14 17:27:24.410 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-14T17:27:25.568Z[ recovery-image] Aug 14 17:27:24.421 INFO O| Aug 14 17:27:24.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74512026-08-14T17:27:25.568Z[ recovery-image] Aug 14 17:27:24.422 INFO O| Aug 14 17:27:24.422 INFO STEP 738 (remove_files) COMPLETE
74522026-08-14T17:27:25.571Z[ recovery-image] Aug 14 17:27:24.422 INFO O| Aug 14 17:27:24.422 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-14T17:27:25.579Z[ recovery-image] Aug 14 17:27:24.433 INFO O| Aug 14 17:27:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74542026-08-14T17:27:25.579Z[ recovery-image] Aug 14 17:27:24.433 INFO O| Aug 14 17:27:24.433 INFO STEP 739 (remove_files) COMPLETE
74552026-08-14T17:27:25.579Z[ recovery-image] Aug 14 17:27:24.433 INFO O| Aug 14 17:27:24.433 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-14T17:27:25.590Z[ recovery-image] Aug 14 17:27:24.444 INFO O| Aug 14 17:27:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74572026-08-14T17:27:25.590Z[ recovery-image] Aug 14 17:27:24.444 INFO O| Aug 14 17:27:24.444 INFO STEP 740 (remove_files) COMPLETE
74582026-08-14T17:27:25.590Z[ recovery-image] Aug 14 17:27:24.444 INFO O| Aug 14 17:27:24.444 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-14T17:27:25.598Z[verify-libraries] Compiling russh-util v0.52.0
74602026-08-14T17:27:25.605Z[ recovery-image] Aug 14 17:27:24.455 INFO O| Aug 14 17:27:24.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74612026-08-14T17:27:25.605Z[ recovery-image] Aug 14 17:27:24.455 INFO O| Aug 14 17:27:24.455 INFO STEP 741 (remove_files) COMPLETE
74622026-08-14T17:27:25.605Z[ recovery-image] Aug 14 17:27:24.455 INFO O| Aug 14 17:27:24.455 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-14T17:27:25.611Z[ recovery-image] Aug 14 17:27:24.464 INFO O| Aug 14 17:27:24.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74642026-08-14T17:27:25.611Z[ recovery-image] Aug 14 17:27:24.465 INFO O| Aug 14 17:27:24.465 INFO STEP 742 (remove_files) COMPLETE
74652026-08-14T17:27:25.614Z[ recovery-image] Aug 14 17:27:24.465 INFO O| Aug 14 17:27:24.465 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-14T17:27:25.621Z[ recovery-image] Aug 14 17:27:24.475 INFO O| Aug 14 17:27:24.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74672026-08-14T17:27:25.622Z[ recovery-image] Aug 14 17:27:24.475 INFO O| Aug 14 17:27:24.475 INFO STEP 743 (remove_files) COMPLETE
74682026-08-14T17:27:25.622Z[ recovery-image] Aug 14 17:27:24.475 INFO O| Aug 14 17:27:24.475 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-14T17:27:25.633Z[ recovery-image] Aug 14 17:27:24.487 INFO O| Aug 14 17:27:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74702026-08-14T17:27:25.633Z[ recovery-image] Aug 14 17:27:24.487 INFO O| Aug 14 17:27:24.487 INFO STEP 744 (remove_files) COMPLETE
74712026-08-14T17:27:25.633Z[ recovery-image] Aug 14 17:27:24.487 INFO O| Aug 14 17:27:24.487 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-14T17:27:25.644Z[ recovery-image] Aug 14 17:27:24.498 INFO O| Aug 14 17:27:24.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74732026-08-14T17:27:25.644Z[ recovery-image] Aug 14 17:27:24.498 INFO O| Aug 14 17:27:24.498 INFO STEP 745 (remove_files) COMPLETE
74742026-08-14T17:27:25.644Z[ recovery-image] Aug 14 17:27:24.498 INFO O| Aug 14 17:27:24.498 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-14T17:27:25.654Z[ recovery-image] Aug 14 17:27:24.508 INFO O| Aug 14 17:27:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74762026-08-14T17:27:25.654Z[ recovery-image] Aug 14 17:27:24.508 INFO O| Aug 14 17:27:24.508 INFO STEP 746 (remove_files) COMPLETE
74772026-08-14T17:27:25.654Z[ recovery-image] Aug 14 17:27:24.508 INFO O| Aug 14 17:27:24.508 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-14T17:27:25.665Z[ recovery-image] Aug 14 17:27:24.518 INFO O| Aug 14 17:27:24.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74792026-08-14T17:27:25.665Z[ recovery-image] Aug 14 17:27:24.518 INFO O| Aug 14 17:27:24.518 INFO STEP 747 (remove_files) COMPLETE
74802026-08-14T17:27:25.665Z[ recovery-image] Aug 14 17:27:24.518 INFO O| Aug 14 17:27:24.518 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-14T17:27:25.675Z[ recovery-image] Aug 14 17:27:24.529 INFO O| Aug 14 17:27:24.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74822026-08-14T17:27:25.675Z[ recovery-image] Aug 14 17:27:24.529 INFO O| Aug 14 17:27:24.529 INFO STEP 748 (remove_files) COMPLETE
74832026-08-14T17:27:25.675Z[ recovery-image] Aug 14 17:27:24.529 INFO O| Aug 14 17:27:24.529 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-14T17:27:25.684Z[ recovery-image] Aug 14 17:27:24.538 INFO O| Aug 14 17:27:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
74852026-08-14T17:27:25.684Z[ recovery-image] Aug 14 17:27:24.538 INFO O| Aug 14 17:27:24.538 INFO STEP 749 (remove_files) COMPLETE
74862026-08-14T17:27:25.687Z[ recovery-image] Aug 14 17:27:24.538 INFO O| Aug 14 17:27:24.538 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-14T17:27:25.694Z[ recovery-image] Aug 14 17:27:24.548 INFO O| Aug 14 17:27:24.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
74882026-08-14T17:27:25.694Z[ recovery-image] Aug 14 17:27:24.548 INFO O| Aug 14 17:27:24.548 INFO STEP 750 (remove_files) COMPLETE
74892026-08-14T17:27:25.694Z[ recovery-image] Aug 14 17:27:24.548 INFO O| Aug 14 17:27:24.548 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-14T17:27:25.705Z[ recovery-image] Aug 14 17:27:24.559 INFO O| Aug 14 17:27:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
74912026-08-14T17:27:25.705Z[ recovery-image] Aug 14 17:27:24.559 INFO O| Aug 14 17:27:24.559 INFO STEP 751 (remove_files) COMPLETE
74922026-08-14T17:27:25.708Z[ recovery-image] Aug 14 17:27:24.559 INFO O| Aug 14 17:27:24.559 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-14T17:27:25.715Z[ recovery-image] Aug 14 17:27:24.569 INFO O| Aug 14 17:27:24.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
74942026-08-14T17:27:25.715Z[ recovery-image] Aug 14 17:27:24.569 INFO O| Aug 14 17:27:24.569 INFO STEP 752 (remove_files) COMPLETE
74952026-08-14T17:27:25.715Z[ recovery-image] Aug 14 17:27:24.569 INFO O| Aug 14 17:27:24.569 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-14T17:27:25.726Z[ recovery-image] Aug 14 17:27:24.580 INFO O| Aug 14 17:27:24.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
74972026-08-14T17:27:25.726Z[ recovery-image] Aug 14 17:27:24.580 INFO O| Aug 14 17:27:24.580 INFO STEP 753 (remove_files) COMPLETE
74982026-08-14T17:27:25.726Z[ recovery-image] Aug 14 17:27:24.580 INFO O| Aug 14 17:27:24.580 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-14T17:27:25.735Z[ recovery-image] Aug 14 17:27:24.589 INFO O| Aug 14 17:27:24.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75002026-08-14T17:27:25.735Z[ recovery-image] Aug 14 17:27:24.589 INFO O| Aug 14 17:27:24.589 INFO STEP 754 (remove_files) COMPLETE
75012026-08-14T17:27:25.735Z[ recovery-image] Aug 14 17:27:24.589 INFO O| Aug 14 17:27:24.589 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-14T17:27:25.746Z[ recovery-image] Aug 14 17:27:24.600 INFO O| Aug 14 17:27:24.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75032026-08-14T17:27:25.746Z[ recovery-image] Aug 14 17:27:24.600 INFO O| Aug 14 17:27:24.600 INFO STEP 755 (remove_files) COMPLETE
75042026-08-14T17:27:25.746Z[ recovery-image] Aug 14 17:27:24.600 INFO O| Aug 14 17:27:24.600 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-14T17:27:25.757Z[ recovery-image] Aug 14 17:27:24.611 INFO O| Aug 14 17:27:24.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75062026-08-14T17:27:25.757Z[ recovery-image] Aug 14 17:27:24.611 INFO O| Aug 14 17:27:24.611 INFO STEP 756 (remove_files) COMPLETE
75072026-08-14T17:27:25.761Z[ recovery-image] Aug 14 17:27:24.611 INFO O| Aug 14 17:27:24.611 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-14T17:27:25.766Z[ recovery-image] Aug 14 17:27:24.620 INFO O| Aug 14 17:27:24.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75092026-08-14T17:27:25.766Z[ recovery-image] Aug 14 17:27:24.620 INFO O| Aug 14 17:27:24.620 INFO STEP 757 (remove_files) COMPLETE
75102026-08-14T17:27:25.766Z[ recovery-image] Aug 14 17:27:24.620 INFO O| Aug 14 17:27:24.620 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-14T17:27:25.775Z[ recovery-image] Aug 14 17:27:24.629 INFO O| Aug 14 17:27:24.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75122026-08-14T17:27:25.775Z[ recovery-image] Aug 14 17:27:24.629 INFO O| Aug 14 17:27:24.629 INFO STEP 758 (remove_files) COMPLETE
75132026-08-14T17:27:25.778Z[ recovery-image] Aug 14 17:27:24.629 INFO O| Aug 14 17:27:24.629 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-14T17:27:25.784Z[ recovery-image] Aug 14 17:27:24.638 INFO O| Aug 14 17:27:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75152026-08-14T17:27:25.784Z[ recovery-image] Aug 14 17:27:24.638 INFO O| Aug 14 17:27:24.638 INFO STEP 759 (remove_files) COMPLETE
75162026-08-14T17:27:25.787Z[ recovery-image] Aug 14 17:27:24.638 INFO O| Aug 14 17:27:24.638 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-14T17:27:25.793Z[ recovery-image] Aug 14 17:27:24.647 INFO O| Aug 14 17:27:24.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75182026-08-14T17:27:25.793Z[ recovery-image] Aug 14 17:27:24.647 INFO O| Aug 14 17:27:24.647 INFO STEP 760 (remove_files) COMPLETE
75192026-08-14T17:27:25.793Z[ recovery-image] Aug 14 17:27:24.647 INFO O| Aug 14 17:27:24.647 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-14T17:27:25.802Z[ recovery-image] Aug 14 17:27:24.656 INFO O| Aug 14 17:27:24.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75212026-08-14T17:27:25.803Z[ recovery-image] Aug 14 17:27:24.656 INFO O| Aug 14 17:27:24.656 INFO STEP 761 (remove_files) COMPLETE
75222026-08-14T17:27:25.803Z[ recovery-image] Aug 14 17:27:24.656 INFO O| Aug 14 17:27:24.656 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-14T17:27:25.813Z[ recovery-image] Aug 14 17:27:24.667 INFO O| Aug 14 17:27:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75242026-08-14T17:27:25.813Z[ recovery-image] Aug 14 17:27:24.667 INFO O| Aug 14 17:27:24.667 INFO STEP 762 (remove_files) COMPLETE
75252026-08-14T17:27:25.813Z[ recovery-image] Aug 14 17:27:24.667 INFO O| Aug 14 17:27:24.667 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-14T17:27:25.819Z[verify-libraries] Compiling enum_dispatch v0.3.13
75272026-08-14T17:27:25.823Z[ recovery-image] Aug 14 17:27:24.677 INFO O| Aug 14 17:27:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75282026-08-14T17:27:25.823Z[ recovery-image] Aug 14 17:27:24.677 INFO O| Aug 14 17:27:24.677 INFO STEP 763 (remove_files) COMPLETE
75292026-08-14T17:27:25.823Z[ recovery-image] Aug 14 17:27:24.677 INFO O| Aug 14 17:27:24.677 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-14T17:27:25.832Z[ recovery-image] Aug 14 17:27:24.686 INFO O| Aug 14 17:27:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75312026-08-14T17:27:25.832Z[ recovery-image] Aug 14 17:27:24.686 INFO O| Aug 14 17:27:24.686 INFO STEP 764 (remove_files) COMPLETE
75322026-08-14T17:27:25.832Z[ recovery-image] Aug 14 17:27:24.686 INFO O| Aug 14 17:27:24.686 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-14T17:27:25.843Z[ recovery-image] Aug 14 17:27:24.696 INFO O| Aug 14 17:27:24.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75342026-08-14T17:27:25.843Z[ recovery-image] Aug 14 17:27:24.696 INFO O| Aug 14 17:27:24.696 INFO STEP 765 (remove_files) COMPLETE
75352026-08-14T17:27:25.846Z[ recovery-image] Aug 14 17:27:24.696 INFO O| Aug 14 17:27:24.696 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-14T17:27:25.852Z[ recovery-image] Aug 14 17:27:24.706 INFO O| Aug 14 17:27:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75372026-08-14T17:27:25.852Z[ recovery-image] Aug 14 17:27:24.706 INFO O| Aug 14 17:27:24.706 INFO STEP 766 (remove_files) COMPLETE
75382026-08-14T17:27:25.852Z[ recovery-image] Aug 14 17:27:24.706 INFO O| Aug 14 17:27:24.706 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-14T17:27:25.862Z[ recovery-image] Aug 14 17:27:24.715 INFO O| Aug 14 17:27:24.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75402026-08-14T17:27:25.862Z[ recovery-image] Aug 14 17:27:24.715 INFO O| Aug 14 17:27:24.715 INFO STEP 767 (remove_files) COMPLETE
75412026-08-14T17:27:25.865Z[ recovery-image] Aug 14 17:27:24.715 INFO O| Aug 14 17:27:24.715 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-14T17:27:25.873Z[ recovery-image] Aug 14 17:27:24.724 INFO O| Aug 14 17:27:24.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75432026-08-14T17:27:25.873Z[ recovery-image] Aug 14 17:27:24.724 INFO O| Aug 14 17:27:24.724 INFO STEP 768 (remove_files) COMPLETE
75442026-08-14T17:27:25.876Z[ recovery-image] Aug 14 17:27:24.724 INFO O| Aug 14 17:27:24.724 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-14T17:27:25.880Z[ recovery-image] Aug 14 17:27:24.734 INFO O| Aug 14 17:27:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75462026-08-14T17:27:25.880Z[ recovery-image] Aug 14 17:27:24.734 INFO O| Aug 14 17:27:24.734 INFO STEP 769 (remove_files) COMPLETE
75472026-08-14T17:27:25.883Z[ recovery-image] Aug 14 17:27:24.734 INFO O| Aug 14 17:27:24.734 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-14T17:27:25.890Z[ recovery-image] Aug 14 17:27:24.744 INFO O| Aug 14 17:27:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75492026-08-14T17:27:25.890Z[ recovery-image] Aug 14 17:27:24.744 INFO O| Aug 14 17:27:24.744 INFO STEP 770 (remove_files) COMPLETE
75502026-08-14T17:27:25.893Z[ recovery-image] Aug 14 17:27:24.744 INFO O| Aug 14 17:27:24.744 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-14T17:27:25.896Z[verify-libraries] Compiling sapling-renderdag v0.1.0
75522026-08-14T17:27:25.900Z[ recovery-image] Aug 14 17:27:24.754 INFO O| Aug 14 17:27:24.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75532026-08-14T17:27:25.900Z[ recovery-image] Aug 14 17:27:24.754 INFO O| Aug 14 17:27:24.754 INFO STEP 771 (remove_files) COMPLETE
75542026-08-14T17:27:25.900Z[ recovery-image] Aug 14 17:27:24.754 INFO O| Aug 14 17:27:24.754 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-14T17:27:25.911Z[ recovery-image] Aug 14 17:27:24.764 INFO O| Aug 14 17:27:24.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75562026-08-14T17:27:25.911Z[ recovery-image] Aug 14 17:27:24.764 INFO O| Aug 14 17:27:24.764 INFO STEP 772 (remove_files) COMPLETE
75572026-08-14T17:27:25.911Z[ recovery-image] Aug 14 17:27:24.764 INFO O| Aug 14 17:27:24.764 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-14T17:27:25.922Z[ recovery-image] Aug 14 17:27:24.776 INFO O| Aug 14 17:27:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75592026-08-14T17:27:25.922Z[ recovery-image] Aug 14 17:27:24.776 INFO O| Aug 14 17:27:24.776 INFO STEP 773 (remove_files) COMPLETE
75602026-08-14T17:27:25.922Z[ recovery-image] Aug 14 17:27:24.776 INFO O| Aug 14 17:27:24.776 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-14T17:27:25.932Z[ recovery-image] Aug 14 17:27:24.785 INFO O| Aug 14 17:27:24.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75622026-08-14T17:27:25.932Z[ recovery-image] Aug 14 17:27:24.785 INFO O| Aug 14 17:27:24.785 INFO STEP 774 (remove_files) COMPLETE
75632026-08-14T17:27:25.932Z[ recovery-image] Aug 14 17:27:24.785 INFO O| Aug 14 17:27:24.785 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-14T17:27:25.941Z[ recovery-image] Aug 14 17:27:24.795 INFO O| Aug 14 17:27:24.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75652026-08-14T17:27:25.941Z[ recovery-image] Aug 14 17:27:24.795 INFO O| Aug 14 17:27:24.795 INFO STEP 775 (remove_files) COMPLETE
75662026-08-14T17:27:25.941Z[ recovery-image] Aug 14 17:27:24.795 INFO O| Aug 14 17:27:24.795 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-14T17:27:25.951Z[ recovery-image] Aug 14 17:27:24.804 INFO O| Aug 14 17:27:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75682026-08-14T17:27:25.951Z[ recovery-image] Aug 14 17:27:24.804 INFO O| Aug 14 17:27:24.804 INFO STEP 776 (remove_files) COMPLETE
75692026-08-14T17:27:25.954Z[ recovery-image] Aug 14 17:27:24.804 INFO O| Aug 14 17:27:24.804 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-14T17:27:25.962Z[ recovery-image] Aug 14 17:27:24.816 INFO O| Aug 14 17:27:24.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75712026-08-14T17:27:25.962Z[ recovery-image] Aug 14 17:27:24.816 INFO O| Aug 14 17:27:24.816 INFO STEP 777 (remove_files) COMPLETE
75722026-08-14T17:27:25.962Z[ recovery-image] Aug 14 17:27:24.816 INFO O| Aug 14 17:27:24.816 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-14T17:27:25.972Z[ recovery-image] Aug 14 17:27:24.826 INFO O| Aug 14 17:27:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75742026-08-14T17:27:25.972Z[ recovery-image] Aug 14 17:27:24.826 INFO O| Aug 14 17:27:24.826 INFO STEP 778 (remove_files) COMPLETE
75752026-08-14T17:27:25.972Z[ recovery-image] Aug 14 17:27:24.826 INFO O| Aug 14 17:27:24.826 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-14T17:27:25.984Z[ recovery-image] Aug 14 17:27:24.837 INFO O| Aug 14 17:27:24.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75772026-08-14T17:27:25.984Z[ recovery-image] Aug 14 17:27:24.837 INFO O| Aug 14 17:27:24.837 INFO STEP 779 (remove_files) COMPLETE
75782026-08-14T17:27:25.984Z[ recovery-image] Aug 14 17:27:24.837 INFO O| Aug 14 17:27:24.837 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-14T17:27:25.994Z[ recovery-image] Aug 14 17:27:24.847 INFO O| Aug 14 17:27:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75802026-08-14T17:27:25.994Z[ recovery-image] Aug 14 17:27:24.848 INFO O| Aug 14 17:27:24.848 INFO STEP 780 (remove_files) COMPLETE
75812026-08-14T17:27:25.997Z[ recovery-image] Aug 14 17:27:24.848 INFO O| Aug 14 17:27:24.848 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-14T17:27:26.004Z[ recovery-image] Aug 14 17:27:24.857 INFO O| Aug 14 17:27:24.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75832026-08-14T17:27:26.004Z[ recovery-image] Aug 14 17:27:24.858 INFO O| Aug 14 17:27:24.858 INFO STEP 781 (remove_files) COMPLETE
75842026-08-14T17:27:26.004Z[ recovery-image] Aug 14 17:27:24.858 INFO O| Aug 14 17:27:24.858 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-14T17:27:26.015Z[ recovery-image] Aug 14 17:27:24.869 INFO O| Aug 14 17:27:24.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
75862026-08-14T17:27:26.015Z[ recovery-image] Aug 14 17:27:24.869 INFO O| Aug 14 17:27:24.869 INFO STEP 782 (remove_files) COMPLETE
75872026-08-14T17:27:26.015Z[ recovery-image] Aug 14 17:27:24.869 INFO O| Aug 14 17:27:24.869 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-14T17:27:26.025Z[ recovery-image] Aug 14 17:27:24.879 INFO O| Aug 14 17:27:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
75892026-08-14T17:27:26.025Z[ recovery-image] Aug 14 17:27:24.879 INFO O| Aug 14 17:27:24.879 INFO STEP 783 (remove_files) COMPLETE
75902026-08-14T17:27:26.029Z[ recovery-image] Aug 14 17:27:24.879 INFO O| Aug 14 17:27:24.879 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-14T17:27:26.036Z[ recovery-image] Aug 14 17:27:24.890 INFO O| Aug 14 17:27:24.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
75922026-08-14T17:27:26.036Z[ recovery-image] Aug 14 17:27:24.890 INFO O| Aug 14 17:27:24.890 INFO STEP 784 (remove_files) COMPLETE
75932026-08-14T17:27:26.036Z[ recovery-image] Aug 14 17:27:24.890 INFO O| Aug 14 17:27:24.890 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-14T17:27:26.046Z[ recovery-image] Aug 14 17:27:24.900 INFO O| Aug 14 17:27:24.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
75952026-08-14T17:27:26.046Z[ recovery-image] Aug 14 17:27:24.900 INFO O| Aug 14 17:27:24.900 INFO STEP 785 (remove_files) COMPLETE
75962026-08-14T17:27:26.046Z[ recovery-image] Aug 14 17:27:24.900 INFO O| Aug 14 17:27:24.900 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-14T17:27:26.056Z[ recovery-image] Aug 14 17:27:24.910 INFO O| Aug 14 17:27:24.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
75982026-08-14T17:27:26.056Z[ recovery-image] Aug 14 17:27:24.910 INFO O| Aug 14 17:27:24.910 INFO STEP 786 (remove_files) COMPLETE
75992026-08-14T17:27:26.056Z[ recovery-image] Aug 14 17:27:24.910 INFO O| Aug 14 17:27:24.910 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-14T17:27:26.065Z[ recovery-image] Aug 14 17:27:24.919 INFO O| Aug 14 17:27:24.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76012026-08-14T17:27:26.065Z[ recovery-image] Aug 14 17:27:24.919 INFO O| Aug 14 17:27:24.919 INFO STEP 787 (remove_files) COMPLETE
76022026-08-14T17:27:26.068Z[ recovery-image] Aug 14 17:27:24.919 INFO O| Aug 14 17:27:24.919 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-14T17:27:26.074Z[ recovery-image] Aug 14 17:27:24.928 INFO O| Aug 14 17:27:24.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76042026-08-14T17:27:26.074Z[ recovery-image] Aug 14 17:27:24.928 INFO O| Aug 14 17:27:24.928 INFO STEP 788 (remove_files) COMPLETE
76052026-08-14T17:27:26.078Z[ recovery-image] Aug 14 17:27:24.928 INFO O| Aug 14 17:27:24.928 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-14T17:27:26.083Z[ recovery-image] Aug 14 17:27:24.937 INFO O| Aug 14 17:27:24.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76072026-08-14T17:27:26.083Z[ recovery-image] Aug 14 17:27:24.937 INFO O| Aug 14 17:27:24.937 INFO STEP 789 (remove_files) COMPLETE
76082026-08-14T17:27:26.083Z[ recovery-image] Aug 14 17:27:24.937 INFO O| Aug 14 17:27:24.937 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-14T17:27:26.094Z[ recovery-image] Aug 14 17:27:24.948 INFO O| Aug 14 17:27:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76102026-08-14T17:27:26.094Z[ recovery-image] Aug 14 17:27:24.948 INFO O| Aug 14 17:27:24.948 INFO STEP 790 (remove_files) COMPLETE
76112026-08-14T17:27:26.094Z[ recovery-image] Aug 14 17:27:24.948 INFO O| Aug 14 17:27:24.948 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-14T17:27:26.105Z[ recovery-image] Aug 14 17:27:24.958 INFO O| Aug 14 17:27:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76132026-08-14T17:27:26.105Z[ recovery-image] Aug 14 17:27:24.958 INFO O| Aug 14 17:27:24.958 INFO STEP 791 (remove_files) COMPLETE
76142026-08-14T17:27:26.105Z[ recovery-image] Aug 14 17:27:24.958 INFO O| Aug 14 17:27:24.958 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-14T17:27:26.116Z[ recovery-image] Aug 14 17:27:24.968 INFO O| Aug 14 17:27:24.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76162026-08-14T17:27:26.116Z[ recovery-image] Aug 14 17:27:24.969 INFO O| Aug 14 17:27:24.969 INFO STEP 792 (remove_files) COMPLETE
76172026-08-14T17:27:26.116Z[ recovery-image] Aug 14 17:27:24.969 INFO O| Aug 14 17:27:24.969 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-14T17:27:26.125Z[ recovery-image] Aug 14 17:27:24.979 INFO O| Aug 14 17:27:24.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76192026-08-14T17:27:26.126Z[ recovery-image] Aug 14 17:27:24.979 INFO O| Aug 14 17:27:24.979 INFO STEP 793 (remove_files) COMPLETE
76202026-08-14T17:27:26.126Z[ recovery-image] Aug 14 17:27:24.979 INFO O| Aug 14 17:27:24.979 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-14T17:27:26.139Z[ recovery-image] Aug 14 17:27:24.992 INFO O| Aug 14 17:27:24.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76222026-08-14T17:27:26.139Z[ recovery-image] Aug 14 17:27:24.992 INFO O| Aug 14 17:27:24.992 INFO STEP 794 (remove_files) COMPLETE
76232026-08-14T17:27:26.140Z[ recovery-image] Aug 14 17:27:24.992 INFO O| Aug 14 17:27:24.992 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-14T17:27:26.151Z[ recovery-image] Aug 14 17:27:25.005 INFO O| Aug 14 17:27:25.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76252026-08-14T17:27:26.151Z[ recovery-image] Aug 14 17:27:25.005 INFO O| Aug 14 17:27:25.005 INFO STEP 795 (remove_files) COMPLETE
76262026-08-14T17:27:26.155Z[ recovery-image] Aug 14 17:27:25.005 INFO O| Aug 14 17:27:25.005 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-14T17:27:26.160Z[ recovery-image] Aug 14 17:27:25.013 INFO O| Aug 14 17:27:25.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76282026-08-14T17:27:26.160Z[ recovery-image] Aug 14 17:27:25.013 INFO O| Aug 14 17:27:25.013 INFO STEP 796 (remove_files) COMPLETE
76292026-08-14T17:27:26.160Z[ recovery-image] Aug 14 17:27:25.013 INFO O| Aug 14 17:27:25.013 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-14T17:27:26.176Z[ recovery-image] Aug 14 17:27:25.030 INFO O| Aug 14 17:27:25.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76312026-08-14T17:27:26.176Z[ recovery-image] Aug 14 17:27:25.030 INFO O| Aug 14 17:27:25.030 INFO STEP 797 (remove_files) COMPLETE
76322026-08-14T17:27:26.176Z[ recovery-image] Aug 14 17:27:25.030 INFO O| Aug 14 17:27:25.030 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-14T17:27:26.186Z[ recovery-image] Aug 14 17:27:25.039 INFO O| Aug 14 17:27:25.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76342026-08-14T17:27:26.186Z[ recovery-image] Aug 14 17:27:25.039 INFO O| Aug 14 17:27:25.039 INFO STEP 798 (remove_files) COMPLETE
76352026-08-14T17:27:26.186Z[ recovery-image] Aug 14 17:27:25.039 INFO O| Aug 14 17:27:25.039 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-14T17:27:26.189Z[verify-libraries] Compiling delegate v0.13.5
76372026-08-14T17:27:26.197Z[ recovery-image] Aug 14 17:27:25.050 INFO O| Aug 14 17:27:25.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76382026-08-14T17:27:26.197Z[ recovery-image] Aug 14 17:27:25.050 INFO O| Aug 14 17:27:25.050 INFO STEP 799 (remove_files) COMPLETE
76392026-08-14T17:27:26.197Z[ recovery-image] Aug 14 17:27:25.050 INFO O| Aug 14 17:27:25.050 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-14T17:27:26.214Z[ recovery-image] Aug 14 17:27:25.068 INFO O| Aug 14 17:27:25.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76412026-08-14T17:27:26.214Z[ recovery-image] Aug 14 17:27:25.068 INFO O| Aug 14 17:27:25.066 INFO STEP 800 (remove_files) COMPLETE
76422026-08-14T17:27:26.218Z[ recovery-image] Aug 14 17:27:25.068 INFO O| Aug 14 17:27:25.066 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-14T17:27:26.222Z[ recovery-image] Aug 14 17:27:25.076 INFO O| Aug 14 17:27:25.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76442026-08-14T17:27:26.222Z[ recovery-image] Aug 14 17:27:25.076 INFO O| Aug 14 17:27:25.076 INFO STEP 801 (remove_files) COMPLETE
76452026-08-14T17:27:26.226Z[ recovery-image] Aug 14 17:27:25.076 INFO O| Aug 14 17:27:25.076 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-14T17:27:26.233Z[ recovery-image] Aug 14 17:27:25.087 INFO O| Aug 14 17:27:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76472026-08-14T17:27:26.233Z[ recovery-image] Aug 14 17:27:25.087 INFO O| Aug 14 17:27:25.087 INFO STEP 802 (remove_files) COMPLETE
76482026-08-14T17:27:26.233Z[ recovery-image] Aug 14 17:27:25.087 INFO O| Aug 14 17:27:25.087 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-14T17:27:26.242Z[ recovery-image] Aug 14 17:27:25.096 INFO O| Aug 14 17:27:25.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76502026-08-14T17:27:26.242Z[ recovery-image] Aug 14 17:27:25.096 INFO O| Aug 14 17:27:25.096 INFO STEP 803 (remove_files) COMPLETE
76512026-08-14T17:27:26.245Z[ recovery-image] Aug 14 17:27:25.096 INFO O| Aug 14 17:27:25.096 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-14T17:27:26.252Z[ recovery-image] Aug 14 17:27:25.106 INFO O| Aug 14 17:27:25.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76532026-08-14T17:27:26.252Z[ recovery-image] Aug 14 17:27:25.106 INFO O| Aug 14 17:27:25.106 INFO STEP 804 (remove_files) COMPLETE
76542026-08-14T17:27:26.255Z[ recovery-image] Aug 14 17:27:25.106 INFO O| Aug 14 17:27:25.106 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-14T17:27:26.263Z[ recovery-image] Aug 14 17:27:25.117 INFO O| Aug 14 17:27:25.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76562026-08-14T17:27:26.263Z[ recovery-image] Aug 14 17:27:25.117 INFO O| Aug 14 17:27:25.117 INFO STEP 805 (remove_files) COMPLETE
76572026-08-14T17:27:26.263Z[ recovery-image] Aug 14 17:27:25.117 INFO O| Aug 14 17:27:25.117 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-14T17:27:26.273Z[ recovery-image] Aug 14 17:27:25.127 INFO O| Aug 14 17:27:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76592026-08-14T17:27:26.273Z[ recovery-image] Aug 14 17:27:25.127 INFO O| Aug 14 17:27:25.127 INFO STEP 806 (remove_files) COMPLETE
76602026-08-14T17:27:26.273Z[ recovery-image] Aug 14 17:27:25.127 INFO O| Aug 14 17:27:25.127 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-14T17:27:26.284Z[ recovery-image] Aug 14 17:27:25.138 INFO O| Aug 14 17:27:25.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76622026-08-14T17:27:26.284Z[ recovery-image] Aug 14 17:27:25.138 INFO O| Aug 14 17:27:25.138 INFO STEP 807 (remove_files) COMPLETE
76632026-08-14T17:27:26.287Z[ recovery-image] Aug 14 17:27:25.138 INFO O| Aug 14 17:27:25.138 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-14T17:27:26.296Z[ recovery-image] Aug 14 17:27:25.150 INFO O| Aug 14 17:27:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76652026-08-14T17:27:26.299Z[ recovery-image] Aug 14 17:27:25.151 INFO O| Aug 14 17:27:25.151 INFO STEP 808 (remove_files) COMPLETE
76662026-08-14T17:27:26.300Z[ recovery-image] Aug 14 17:27:25.151 INFO O| Aug 14 17:27:25.151 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-14T17:27:26.308Z[ recovery-image] Aug 14 17:27:25.162 INFO O| Aug 14 17:27:25.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76682026-08-14T17:27:26.308Z[ recovery-image] Aug 14 17:27:25.162 INFO O| Aug 14 17:27:25.162 INFO STEP 809 (remove_files) COMPLETE
76692026-08-14T17:27:26.308Z[ recovery-image] Aug 14 17:27:25.162 INFO O| Aug 14 17:27:25.162 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-14T17:27:26.319Z[ recovery-image] Aug 14 17:27:25.172 INFO O| Aug 14 17:27:25.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76712026-08-14T17:27:26.319Z[ recovery-image] Aug 14 17:27:25.172 INFO O| Aug 14 17:27:25.172 INFO STEP 810 (remove_files) COMPLETE
76722026-08-14T17:27:26.319Z[ recovery-image] Aug 14 17:27:25.172 INFO O| Aug 14 17:27:25.172 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-14T17:27:26.322Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
76742026-08-14T17:27:26.330Z[ recovery-image] Aug 14 17:27:25.183 INFO O| Aug 14 17:27:25.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76752026-08-14T17:27:26.330Z[ recovery-image] Aug 14 17:27:25.183 INFO O| Aug 14 17:27:25.183 INFO STEP 811 (remove_files) COMPLETE
76762026-08-14T17:27:26.330Z[ recovery-image] Aug 14 17:27:25.183 INFO O| Aug 14 17:27:25.183 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-14T17:27:26.340Z[ recovery-image] Aug 14 17:27:25.194 INFO O| Aug 14 17:27:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76782026-08-14T17:27:26.343Z[ recovery-image] Aug 14 17:27:25.194 INFO O| Aug 14 17:27:25.194 INFO STEP 812 (remove_files) COMPLETE
76792026-08-14T17:27:26.343Z[ recovery-image] Aug 14 17:27:25.195 INFO O| Aug 14 17:27:25.194 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-14T17:27:26.350Z[ recovery-image] Aug 14 17:27:25.204 INFO O| Aug 14 17:27:25.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76812026-08-14T17:27:26.351Z[ recovery-image] Aug 14 17:27:25.204 INFO O| Aug 14 17:27:25.204 INFO STEP 813 (remove_files) COMPLETE
76822026-08-14T17:27:26.351Z[ recovery-image] Aug 14 17:27:25.204 INFO O| Aug 14 17:27:25.204 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-14T17:27:26.362Z[ recovery-image] Aug 14 17:27:25.216 INFO O| Aug 14 17:27:25.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
76842026-08-14T17:27:26.362Z[ recovery-image] Aug 14 17:27:25.216 INFO O| Aug 14 17:27:25.216 INFO STEP 814 (remove_files) COMPLETE
76852026-08-14T17:27:26.363Z[ recovery-image] Aug 14 17:27:25.216 INFO O| Aug 14 17:27:25.216 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-14T17:27:26.374Z[ recovery-image] Aug 14 17:27:25.227 INFO O| Aug 14 17:27:25.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
76872026-08-14T17:27:26.374Z[ recovery-image] Aug 14 17:27:25.227 INFO O| Aug 14 17:27:25.227 INFO STEP 815 (remove_files) COMPLETE
76882026-08-14T17:27:26.374Z[ recovery-image] Aug 14 17:27:25.227 INFO O| Aug 14 17:27:25.227 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-14T17:27:26.385Z[ recovery-image] Aug 14 17:27:25.239 INFO O| Aug 14 17:27:25.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
76902026-08-14T17:27:26.385Z[ recovery-image] Aug 14 17:27:25.239 INFO O| Aug 14 17:27:25.239 INFO STEP 816 (remove_files) COMPLETE
76912026-08-14T17:27:26.385Z[ recovery-image] Aug 14 17:27:25.239 INFO O| Aug 14 17:27:25.239 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-14T17:27:26.396Z[ recovery-image] Aug 14 17:27:25.250 INFO O| Aug 14 17:27:25.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
76932026-08-14T17:27:26.396Z[ recovery-image] Aug 14 17:27:25.250 INFO O| Aug 14 17:27:25.250 INFO STEP 817 (remove_files) COMPLETE
76942026-08-14T17:27:26.396Z[ recovery-image] Aug 14 17:27:25.250 INFO O| Aug 14 17:27:25.250 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-14T17:27:26.406Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76962026-08-14T17:27:26.410Z[ recovery-image] Aug 14 17:27:25.263 INFO O| Aug 14 17:27:25.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
76972026-08-14T17:27:26.410Z[ recovery-image] Aug 14 17:27:25.263 INFO O| Aug 14 17:27:25.263 INFO STEP 818 (remove_files) COMPLETE
76982026-08-14T17:27:26.410Z[ recovery-image] Aug 14 17:27:25.264 INFO O| Aug 14 17:27:25.263 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-14T17:27:26.420Z[ recovery-image] Aug 14 17:27:25.273 INFO O| Aug 14 17:27:25.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77002026-08-14T17:27:26.420Z[ recovery-image] Aug 14 17:27:25.273 INFO O| Aug 14 17:27:25.273 INFO STEP 819 (remove_files) COMPLETE
77012026-08-14T17:27:26.420Z[ recovery-image] Aug 14 17:27:25.273 INFO O| Aug 14 17:27:25.273 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-14T17:27:26.430Z[ recovery-image] Aug 14 17:27:25.283 INFO O| Aug 14 17:27:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77032026-08-14T17:27:26.430Z[ recovery-image] Aug 14 17:27:25.283 INFO O| Aug 14 17:27:25.283 INFO STEP 820 (remove_files) COMPLETE
77042026-08-14T17:27:26.430Z[ recovery-image] Aug 14 17:27:25.283 INFO O| Aug 14 17:27:25.283 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-14T17:27:26.440Z[ recovery-image] Aug 14 17:27:25.294 INFO O| Aug 14 17:27:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77062026-08-14T17:27:26.440Z[ recovery-image] Aug 14 17:27:25.294 INFO O| Aug 14 17:27:25.294 INFO STEP 821 (remove_files) COMPLETE
77072026-08-14T17:27:26.440Z[ recovery-image] Aug 14 17:27:25.294 INFO O| Aug 14 17:27:25.294 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-14T17:27:26.449Z[ recovery-image] Aug 14 17:27:25.303 INFO O| Aug 14 17:27:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77092026-08-14T17:27:26.449Z[ recovery-image] Aug 14 17:27:25.303 INFO O| Aug 14 17:27:25.303 INFO STEP 822 (remove_files) COMPLETE
77102026-08-14T17:27:26.449Z[ recovery-image] Aug 14 17:27:25.303 INFO O| Aug 14 17:27:25.303 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-14T17:27:26.459Z[ recovery-image] Aug 14 17:27:25.313 INFO O| Aug 14 17:27:25.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77122026-08-14T17:27:26.459Z[ recovery-image] Aug 14 17:27:25.313 INFO O| Aug 14 17:27:25.313 INFO STEP 823 (remove_files) COMPLETE
77132026-08-14T17:27:26.462Z[ recovery-image] Aug 14 17:27:25.313 INFO O| Aug 14 17:27:25.313 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-14T17:27:26.467Z[ recovery-image] Aug 14 17:27:25.321 INFO O| Aug 14 17:27:25.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77152026-08-14T17:27:26.467Z[ recovery-image] Aug 14 17:27:25.321 INFO O| Aug 14 17:27:25.321 INFO STEP 824 (remove_files) COMPLETE
77162026-08-14T17:27:26.468Z[ recovery-image] Aug 14 17:27:25.321 INFO O| Aug 14 17:27:25.321 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-14T17:27:26.478Z[ recovery-image] Aug 14 17:27:25.332 INFO O| Aug 14 17:27:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77182026-08-14T17:27:26.478Z[ recovery-image] Aug 14 17:27:25.332 INFO O| Aug 14 17:27:25.332 INFO STEP 825 (remove_files) COMPLETE
77192026-08-14T17:27:26.481Z[ recovery-image] Aug 14 17:27:25.332 INFO O| Aug 14 17:27:25.332 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-14T17:27:26.489Z[ recovery-image] Aug 14 17:27:25.343 INFO O| Aug 14 17:27:25.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77212026-08-14T17:27:26.489Z[ recovery-image] Aug 14 17:27:25.343 INFO O| Aug 14 17:27:25.343 INFO STEP 826 (remove_files) COMPLETE
77222026-08-14T17:27:26.489Z[ recovery-image] Aug 14 17:27:25.343 INFO O| Aug 14 17:27:25.343 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-14T17:27:26.501Z[ recovery-image] Aug 14 17:27:25.353 INFO O| Aug 14 17:27:25.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77242026-08-14T17:27:26.501Z[ recovery-image] Aug 14 17:27:25.353 INFO O| Aug 14 17:27:25.353 INFO STEP 827 (remove_files) COMPLETE
77252026-08-14T17:27:26.501Z[ recovery-image] Aug 14 17:27:25.353 INFO O| Aug 14 17:27:25.353 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-14T17:27:26.510Z[ recovery-image] Aug 14 17:27:25.363 INFO O| Aug 14 17:27:25.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77272026-08-14T17:27:26.510Z[ recovery-image] Aug 14 17:27:25.363 INFO O| Aug 14 17:27:25.363 INFO STEP 828 (remove_files) COMPLETE
77282026-08-14T17:27:26.510Z[ recovery-image] Aug 14 17:27:25.363 INFO O| Aug 14 17:27:25.363 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-14T17:27:26.520Z[ recovery-image] Aug 14 17:27:25.374 INFO O| Aug 14 17:27:25.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77302026-08-14T17:27:26.520Z[ recovery-image] Aug 14 17:27:25.374 INFO O| Aug 14 17:27:25.374 INFO STEP 829 (remove_files) COMPLETE
77312026-08-14T17:27:26.524Z[ recovery-image] Aug 14 17:27:25.374 INFO O| Aug 14 17:27:25.374 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-14T17:27:26.529Z[ recovery-image] Aug 14 17:27:25.383 INFO O| Aug 14 17:27:25.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77332026-08-14T17:27:26.529Z[ recovery-image] Aug 14 17:27:25.383 INFO O| Aug 14 17:27:25.383 INFO STEP 830 (remove_files) COMPLETE
77342026-08-14T17:27:26.530Z[ recovery-image] Aug 14 17:27:25.383 INFO O| Aug 14 17:27:25.383 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-14T17:27:26.540Z[ recovery-image] Aug 14 17:27:25.394 INFO O| Aug 14 17:27:25.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77362026-08-14T17:27:26.540Z[ recovery-image] Aug 14 17:27:25.394 INFO O| Aug 14 17:27:25.394 INFO STEP 831 (remove_files) COMPLETE
77372026-08-14T17:27:26.544Z[ recovery-image] Aug 14 17:27:25.394 INFO O| Aug 14 17:27:25.394 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-14T17:27:26.550Z[ recovery-image] Aug 14 17:27:25.404 INFO O| Aug 14 17:27:25.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77392026-08-14T17:27:26.550Z[ recovery-image] Aug 14 17:27:25.404 INFO O| Aug 14 17:27:25.404 INFO STEP 832 (remove_files) COMPLETE
77402026-08-14T17:27:26.553Z[ recovery-image] Aug 14 17:27:25.404 INFO O| Aug 14 17:27:25.404 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-14T17:27:26.560Z[ recovery-image] Aug 14 17:27:25.414 INFO O| Aug 14 17:27:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77422026-08-14T17:27:26.560Z[ recovery-image] Aug 14 17:27:25.414 INFO O| Aug 14 17:27:25.414 INFO STEP 833 (remove_files) COMPLETE
77432026-08-14T17:27:26.560Z[ recovery-image] Aug 14 17:27:25.414 INFO O| Aug 14 17:27:25.414 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-14T17:27:26.570Z[ recovery-image] Aug 14 17:27:25.424 INFO O| Aug 14 17:27:25.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77452026-08-14T17:27:26.570Z[ recovery-image] Aug 14 17:27:25.424 INFO O| Aug 14 17:27:25.424 INFO STEP 834 (remove_files) COMPLETE
77462026-08-14T17:27:26.573Z[ recovery-image] Aug 14 17:27:25.424 INFO O| Aug 14 17:27:25.424 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-14T17:27:26.580Z[ recovery-image] Aug 14 17:27:25.434 INFO O| Aug 14 17:27:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77482026-08-14T17:27:26.580Z[ recovery-image] Aug 14 17:27:25.434 INFO O| Aug 14 17:27:25.434 INFO STEP 835 (remove_files) COMPLETE
77492026-08-14T17:27:26.580Z[ recovery-image] Aug 14 17:27:25.434 INFO O| Aug 14 17:27:25.434 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-14T17:27:26.589Z[ recovery-image] Aug 14 17:27:25.443 INFO O| Aug 14 17:27:25.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77512026-08-14T17:27:26.589Z[ recovery-image] Aug 14 17:27:25.443 INFO O| Aug 14 17:27:25.443 INFO STEP 836 (remove_files) COMPLETE
77522026-08-14T17:27:26.592Z[ recovery-image] Aug 14 17:27:25.443 INFO O| Aug 14 17:27:25.443 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-14T17:27:26.598Z[ recovery-image] Aug 14 17:27:25.452 INFO O| Aug 14 17:27:25.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77542026-08-14T17:27:26.598Z[ recovery-image] Aug 14 17:27:25.452 INFO O| Aug 14 17:27:25.452 INFO STEP 837 (remove_files) COMPLETE
77552026-08-14T17:27:26.598Z[ recovery-image] Aug 14 17:27:25.452 INFO O| Aug 14 17:27:25.452 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-14T17:27:26.608Z[ recovery-image] Aug 14 17:27:25.461 INFO O| Aug 14 17:27:25.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77572026-08-14T17:27:26.608Z[ recovery-image] Aug 14 17:27:25.461 INFO O| Aug 14 17:27:25.461 INFO STEP 838 (remove_files) COMPLETE
77582026-08-14T17:27:26.608Z[ recovery-image] Aug 14 17:27:25.461 INFO O| Aug 14 17:27:25.461 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-14T17:27:26.617Z[ recovery-image] Aug 14 17:27:25.470 INFO O| Aug 14 17:27:25.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77602026-08-14T17:27:26.617Z[ recovery-image] Aug 14 17:27:25.471 INFO O| Aug 14 17:27:25.471 INFO STEP 839 (remove_files) COMPLETE
77612026-08-14T17:27:26.617Z[ recovery-image] Aug 14 17:27:25.471 INFO O| Aug 14 17:27:25.471 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-14T17:27:26.627Z[ recovery-image] Aug 14 17:27:25.481 INFO O| Aug 14 17:27:25.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77632026-08-14T17:27:26.627Z[ recovery-image] Aug 14 17:27:25.481 INFO O| Aug 14 17:27:25.481 INFO STEP 840 (remove_files) COMPLETE
77642026-08-14T17:27:26.631Z[ recovery-image] Aug 14 17:27:25.481 INFO O| Aug 14 17:27:25.481 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-14T17:27:26.637Z[ recovery-image] Aug 14 17:27:25.491 INFO O| Aug 14 17:27:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77662026-08-14T17:27:26.638Z[ recovery-image] Aug 14 17:27:25.491 INFO O| Aug 14 17:27:25.491 INFO STEP 841 (remove_files) COMPLETE
77672026-08-14T17:27:26.641Z[ recovery-image] Aug 14 17:27:25.492 INFO O| Aug 14 17:27:25.491 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-14T17:27:26.648Z[ recovery-image] Aug 14 17:27:25.502 INFO O| Aug 14 17:27:25.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77692026-08-14T17:27:26.648Z[ recovery-image] Aug 14 17:27:25.502 INFO O| Aug 14 17:27:25.502 INFO STEP 842 (remove_files) COMPLETE
77702026-08-14T17:27:26.648Z[ recovery-image] Aug 14 17:27:25.502 INFO O| Aug 14 17:27:25.502 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-14T17:27:26.657Z[ recovery-image] Aug 14 17:27:25.511 INFO O| Aug 14 17:27:25.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77722026-08-14T17:27:26.657Z[ recovery-image] Aug 14 17:27:25.511 INFO O| Aug 14 17:27:25.511 INFO STEP 843 (remove_files) COMPLETE
77732026-08-14T17:27:26.660Z[ recovery-image] Aug 14 17:27:25.511 INFO O| Aug 14 17:27:25.511 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-14T17:27:26.667Z[ recovery-image] Aug 14 17:27:25.521 INFO O| Aug 14 17:27:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77752026-08-14T17:27:26.667Z[ recovery-image] Aug 14 17:27:25.521 INFO O| Aug 14 17:27:25.521 INFO STEP 844 (remove_files) COMPLETE
77762026-08-14T17:27:26.670Z[ recovery-image] Aug 14 17:27:25.521 INFO O| Aug 14 17:27:25.521 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-14T17:27:26.676Z[ recovery-image] Aug 14 17:27:25.530 INFO O| Aug 14 17:27:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77782026-08-14T17:27:26.676Z[ recovery-image] Aug 14 17:27:25.530 INFO O| Aug 14 17:27:25.530 INFO STEP 845 (remove_files) COMPLETE
77792026-08-14T17:27:26.676Z[ recovery-image] Aug 14 17:27:25.530 INFO O| Aug 14 17:27:25.530 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-14T17:27:26.686Z[ recovery-image] Aug 14 17:27:25.540 INFO O| Aug 14 17:27:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77812026-08-14T17:27:26.686Z[ recovery-image] Aug 14 17:27:25.540 INFO O| Aug 14 17:27:25.540 INFO STEP 846 (remove_files) COMPLETE
77822026-08-14T17:27:26.686Z[ recovery-image] Aug 14 17:27:25.540 INFO O| Aug 14 17:27:25.540 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-14T17:27:26.696Z[ recovery-image] Aug 14 17:27:25.550 INFO O| Aug 14 17:27:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
77842026-08-14T17:27:26.696Z[ recovery-image] Aug 14 17:27:25.550 INFO O| Aug 14 17:27:25.550 INFO STEP 847 (remove_files) COMPLETE
77852026-08-14T17:27:26.696Z[ recovery-image] Aug 14 17:27:25.550 INFO O| Aug 14 17:27:25.550 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-14T17:27:26.706Z[ recovery-image] Aug 14 17:27:25.560 INFO O| Aug 14 17:27:25.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
77872026-08-14T17:27:26.706Z[ recovery-image] Aug 14 17:27:25.560 INFO O| Aug 14 17:27:25.560 INFO STEP 848 (remove_files) COMPLETE
77882026-08-14T17:27:26.710Z[ recovery-image] Aug 14 17:27:25.560 INFO O| Aug 14 17:27:25.560 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-14T17:27:26.717Z[ recovery-image] Aug 14 17:27:25.571 INFO O| Aug 14 17:27:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
77902026-08-14T17:27:26.717Z[ recovery-image] Aug 14 17:27:25.571 INFO O| Aug 14 17:27:25.571 INFO STEP 849 (remove_files) COMPLETE
77912026-08-14T17:27:26.720Z[ recovery-image] Aug 14 17:27:25.571 INFO O| Aug 14 17:27:25.571 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-14T17:27:26.726Z[ recovery-image] Aug 14 17:27:25.580 INFO O| Aug 14 17:27:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
77932026-08-14T17:27:26.729Z[ recovery-image] Aug 14 17:27:25.580 INFO O| Aug 14 17:27:25.580 INFO STEP 850 (remove_files) COMPLETE
77942026-08-14T17:27:26.729Z[ recovery-image] Aug 14 17:27:25.580 INFO O| Aug 14 17:27:25.580 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-14T17:27:26.734Z[ recovery-image] Aug 14 17:27:25.588 INFO O| Aug 14 17:27:25.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
77962026-08-14T17:27:26.734Z[ recovery-image] Aug 14 17:27:25.588 INFO O| Aug 14 17:27:25.588 INFO STEP 851 (remove_files) COMPLETE
77972026-08-14T17:27:26.737Z[ recovery-image] Aug 14 17:27:25.588 INFO O| Aug 14 17:27:25.588 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-14T17:27:26.743Z[ recovery-image] Aug 14 17:27:25.597 INFO O| Aug 14 17:27:25.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
77992026-08-14T17:27:26.746Z[ recovery-image] Aug 14 17:27:25.597 INFO O| Aug 14 17:27:25.597 INFO STEP 852 (remove_files) COMPLETE
78002026-08-14T17:27:26.746Z[ recovery-image] Aug 14 17:27:25.597 INFO O| Aug 14 17:27:25.597 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-14T17:27:26.753Z[ recovery-image] Aug 14 17:27:25.607 INFO O| Aug 14 17:27:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78022026-08-14T17:27:26.753Z[ recovery-image] Aug 14 17:27:25.607 INFO O| Aug 14 17:27:25.607 INFO STEP 853 (remove_files) COMPLETE
78032026-08-14T17:27:26.753Z[ recovery-image] Aug 14 17:27:25.607 INFO O| Aug 14 17:27:25.607 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-14T17:27:26.763Z[ recovery-image] Aug 14 17:27:25.617 INFO O| Aug 14 17:27:25.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78052026-08-14T17:27:26.763Z[ recovery-image] Aug 14 17:27:25.617 INFO O| Aug 14 17:27:25.617 INFO STEP 854 (remove_files) COMPLETE
78062026-08-14T17:27:26.763Z[ recovery-image] Aug 14 17:27:25.617 INFO O| Aug 14 17:27:25.617 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-14T17:27:26.774Z[ recovery-image] Aug 14 17:27:25.628 INFO O| Aug 14 17:27:25.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78082026-08-14T17:27:26.778Z[ recovery-image] Aug 14 17:27:25.629 INFO O| Aug 14 17:27:25.628 INFO STEP 855 (remove_files) COMPLETE
78092026-08-14T17:27:26.778Z[ recovery-image] Aug 14 17:27:25.629 INFO O| Aug 14 17:27:25.629 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-14T17:27:26.784Z[ recovery-image] Aug 14 17:27:25.638 INFO O| Aug 14 17:27:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78112026-08-14T17:27:26.784Z[ recovery-image] Aug 14 17:27:25.638 INFO O| Aug 14 17:27:25.638 INFO STEP 856 (remove_files) COMPLETE
78122026-08-14T17:27:26.784Z[ recovery-image] Aug 14 17:27:25.638 INFO O| Aug 14 17:27:25.638 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-14T17:27:26.793Z[ recovery-image] Aug 14 17:27:25.647 INFO O| Aug 14 17:27:25.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78142026-08-14T17:27:26.793Z[ recovery-image] Aug 14 17:27:25.647 INFO O| Aug 14 17:27:25.647 INFO STEP 857 (remove_files) COMPLETE
78152026-08-14T17:27:26.793Z[ recovery-image] Aug 14 17:27:25.647 INFO O| Aug 14 17:27:25.647 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-14T17:27:26.803Z[ recovery-image] Aug 14 17:27:25.657 INFO O| Aug 14 17:27:25.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78172026-08-14T17:27:26.803Z[ recovery-image] Aug 14 17:27:25.657 INFO O| Aug 14 17:27:25.657 INFO STEP 858 (remove_files) COMPLETE
78182026-08-14T17:27:26.803Z[ recovery-image] Aug 14 17:27:25.657 INFO O| Aug 14 17:27:25.657 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-14T17:27:26.814Z[ recovery-image] Aug 14 17:27:25.668 INFO O| Aug 14 17:27:25.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78202026-08-14T17:27:26.814Z[ recovery-image] Aug 14 17:27:25.668 INFO O| Aug 14 17:27:25.668 INFO STEP 859 (remove_files) COMPLETE
78212026-08-14T17:27:26.814Z[ recovery-image] Aug 14 17:27:25.668 INFO O| Aug 14 17:27:25.668 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-14T17:27:26.823Z[verify-libraries] Compiling hex-literal v1.1.0
78232026-08-14T17:27:26.827Z[ recovery-image] Aug 14 17:27:25.681 INFO O| Aug 14 17:27:25.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78242026-08-14T17:27:26.827Z[ recovery-image] Aug 14 17:27:25.681 INFO O| Aug 14 17:27:25.681 INFO STEP 860 (remove_files) COMPLETE
78252026-08-14T17:27:26.830Z[ recovery-image] Aug 14 17:27:25.681 INFO O| Aug 14 17:27:25.681 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-14T17:27:26.836Z[ recovery-image] Aug 14 17:27:25.690 INFO O| Aug 14 17:27:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78272026-08-14T17:27:26.836Z[ recovery-image] Aug 14 17:27:25.690 INFO O| Aug 14 17:27:25.690 INFO STEP 861 (remove_files) COMPLETE
78282026-08-14T17:27:26.836Z[ recovery-image] Aug 14 17:27:25.690 INFO O| Aug 14 17:27:25.690 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-14T17:27:26.846Z[ recovery-image] Aug 14 17:27:25.700 INFO O| Aug 14 17:27:25.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78302026-08-14T17:27:26.846Z[ recovery-image] Aug 14 17:27:25.700 INFO O| Aug 14 17:27:25.700 INFO STEP 862 (remove_files) COMPLETE
78312026-08-14T17:27:26.846Z[ recovery-image] Aug 14 17:27:25.700 INFO O| Aug 14 17:27:25.700 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-14T17:27:26.855Z[ recovery-image] Aug 14 17:27:25.708 INFO O| Aug 14 17:27:25.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78332026-08-14T17:27:26.855Z[ recovery-image] Aug 14 17:27:25.708 INFO O| Aug 14 17:27:25.708 INFO STEP 863 (remove_files) COMPLETE
78342026-08-14T17:27:26.855Z[ recovery-image] Aug 14 17:27:25.708 INFO O| Aug 14 17:27:25.708 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-14T17:27:26.863Z[ recovery-image] Aug 14 17:27:25.717 INFO O| Aug 14 17:27:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78362026-08-14T17:27:26.863Z[ recovery-image] Aug 14 17:27:25.717 INFO O| Aug 14 17:27:25.717 INFO STEP 864 (remove_files) COMPLETE
78372026-08-14T17:27:26.866Z[ recovery-image] Aug 14 17:27:25.717 INFO O| Aug 14 17:27:25.717 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-14T17:27:26.871Z[ recovery-image] Aug 14 17:27:25.725 INFO O| Aug 14 17:27:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78392026-08-14T17:27:26.871Z[ recovery-image] Aug 14 17:27:25.725 INFO O| Aug 14 17:27:25.725 INFO STEP 865 (remove_files) COMPLETE
78402026-08-14T17:27:26.871Z[ recovery-image] Aug 14 17:27:25.725 INFO O| Aug 14 17:27:25.725 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-14T17:27:26.880Z[ recovery-image] Aug 14 17:27:25.733 INFO O| Aug 14 17:27:25.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78422026-08-14T17:27:26.880Z[ recovery-image] Aug 14 17:27:25.733 INFO O| Aug 14 17:27:25.733 INFO STEP 866 (remove_files) COMPLETE
78432026-08-14T17:27:26.880Z[ recovery-image] Aug 14 17:27:25.734 INFO O| Aug 14 17:27:25.733 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-14T17:27:26.892Z[ recovery-image] Aug 14 17:27:25.745 INFO O| Aug 14 17:27:25.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78452026-08-14T17:27:26.892Z[ recovery-image] Aug 14 17:27:25.745 INFO O| Aug 14 17:27:25.745 INFO STEP 867 (remove_files) COMPLETE
78462026-08-14T17:27:26.895Z[ recovery-image] Aug 14 17:27:25.745 INFO O| Aug 14 17:27:25.745 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-14T17:27:26.904Z[ recovery-image] Aug 14 17:27:25.758 INFO O| Aug 14 17:27:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78482026-08-14T17:27:26.904Z[ recovery-image] Aug 14 17:27:25.758 INFO O| Aug 14 17:27:25.758 INFO STEP 868 (remove_files) COMPLETE
78492026-08-14T17:27:26.938Z[ recovery-image] Aug 14 17:27:25.758 INFO O| Aug 14 17:27:25.758 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-14T17:27:26.938Z[ recovery-image] Aug 14 17:27:25.769 INFO O| Aug 14 17:27:25.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78512026-08-14T17:27:26.938Z[ recovery-image] Aug 14 17:27:25.769 INFO O| Aug 14 17:27:25.769 INFO STEP 869 (remove_files) COMPLETE
78522026-08-14T17:27:26.938Z[ recovery-image] Aug 14 17:27:25.769 INFO O| Aug 14 17:27:25.769 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-14T17:27:26.942Z[ recovery-image] Aug 14 17:27:25.793 INFO O| Aug 14 17:27:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78542026-08-14T17:27:26.942Z[ recovery-image] Aug 14 17:27:25.793 INFO O| Aug 14 17:27:25.793 INFO STEP 870 (remove_files) COMPLETE
78552026-08-14T17:27:26.942Z[ recovery-image] Aug 14 17:27:25.793 INFO O| Aug 14 17:27:25.793 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-14T17:27:26.948Z[ recovery-image] Aug 14 17:27:25.802 INFO O| Aug 14 17:27:25.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78572026-08-14T17:27:26.948Z[ recovery-image] Aug 14 17:27:25.802 INFO O| Aug 14 17:27:25.802 INFO STEP 871 (remove_files) COMPLETE
78582026-08-14T17:27:26.953Z[ recovery-image] Aug 14 17:27:25.802 INFO O| Aug 14 17:27:25.802 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-14T17:27:26.956Z[ recovery-image] Aug 14 17:27:25.810 INFO O| Aug 14 17:27:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78602026-08-14T17:27:26.956Z[ recovery-image] Aug 14 17:27:25.810 INFO O| Aug 14 17:27:25.810 INFO STEP 872 (remove_files) COMPLETE
78612026-08-14T17:27:26.956Z[ recovery-image] Aug 14 17:27:25.810 INFO O| Aug 14 17:27:25.810 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-14T17:27:26.965Z[ recovery-image] Aug 14 17:27:25.817 INFO O| Aug 14 17:27:25.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78632026-08-14T17:27:26.965Z[ recovery-image] Aug 14 17:27:25.817 INFO O| Aug 14 17:27:25.817 INFO STEP 873 (remove_files) COMPLETE
78642026-08-14T17:27:26.965Z[ recovery-image] Aug 14 17:27:25.817 INFO O| Aug 14 17:27:25.817 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-14T17:27:26.971Z[ recovery-image] Aug 14 17:27:25.825 INFO O| Aug 14 17:27:25.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78662026-08-14T17:27:26.974Z[ recovery-image] Aug 14 17:27:25.825 INFO O| Aug 14 17:27:25.825 INFO STEP 874 (remove_files) COMPLETE
78672026-08-14T17:27:26.974Z[ recovery-image] Aug 14 17:27:25.825 INFO O| Aug 14 17:27:25.825 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-14T17:27:26.980Z[ recovery-image] Aug 14 17:27:25.834 INFO O| Aug 14 17:27:25.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78692026-08-14T17:27:26.980Z[ recovery-image] Aug 14 17:27:25.834 INFO O| Aug 14 17:27:25.834 INFO STEP 875 (remove_files) COMPLETE
78702026-08-14T17:27:26.980Z[ recovery-image] Aug 14 17:27:25.834 INFO O| Aug 14 17:27:25.834 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-14T17:27:26.992Z[ recovery-image] Aug 14 17:27:25.846 INFO O| Aug 14 17:27:25.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78722026-08-14T17:27:26.992Z[ recovery-image] Aug 14 17:27:25.846 INFO O| Aug 14 17:27:25.846 INFO STEP 876 (remove_files) COMPLETE
78732026-08-14T17:27:26.992Z[ recovery-image] Aug 14 17:27:25.846 INFO O| Aug 14 17:27:25.846 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-14T17:27:27.002Z[ recovery-image] Aug 14 17:27:25.856 INFO O| Aug 14 17:27:25.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78752026-08-14T17:27:27.006Z[ recovery-image] Aug 14 17:27:25.856 INFO O| Aug 14 17:27:25.856 INFO STEP 877 (remove_files) COMPLETE
78762026-08-14T17:27:27.006Z[ recovery-image] Aug 14 17:27:25.856 INFO O| Aug 14 17:27:25.856 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-14T17:27:27.013Z[ recovery-image] Aug 14 17:27:25.867 INFO O| Aug 14 17:27:25.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78782026-08-14T17:27:27.013Z[ recovery-image] Aug 14 17:27:25.867 INFO O| Aug 14 17:27:25.867 INFO STEP 878 (remove_files) COMPLETE
78792026-08-14T17:27:27.013Z[ recovery-image] Aug 14 17:27:25.867 INFO O| Aug 14 17:27:25.867 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-14T17:27:27.017Z[verify-libraries] Compiling seq-macro v0.3.6
78812026-08-14T17:27:27.024Z[ recovery-image] Aug 14 17:27:25.878 INFO O| Aug 14 17:27:25.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78822026-08-14T17:27:27.024Z[ recovery-image] Aug 14 17:27:25.878 INFO O| Aug 14 17:27:25.878 INFO STEP 879 (remove_files) COMPLETE
78832026-08-14T17:27:27.024Z[ recovery-image] Aug 14 17:27:25.878 INFO O| Aug 14 17:27:25.878 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-14T17:27:27.035Z[ recovery-image] Aug 14 17:27:25.889 INFO O| Aug 14 17:27:25.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
78852026-08-14T17:27:27.035Z[ recovery-image] Aug 14 17:27:25.889 INFO O| Aug 14 17:27:25.889 INFO STEP 880 (remove_files) COMPLETE
78862026-08-14T17:27:27.035Z[ recovery-image] Aug 14 17:27:25.889 INFO O| Aug 14 17:27:25.889 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-14T17:27:27.046Z[ recovery-image] Aug 14 17:27:25.899 INFO O| Aug 14 17:27:25.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
78882026-08-14T17:27:27.046Z[ recovery-image] Aug 14 17:27:25.899 INFO O| Aug 14 17:27:25.899 INFO STEP 881 (remove_files) COMPLETE
78892026-08-14T17:27:27.046Z[ recovery-image] Aug 14 17:27:25.899 INFO O| Aug 14 17:27:25.899 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-14T17:27:27.050Z[verify-libraries] Compiling sync-ptr v0.1.4
78912026-08-14T17:27:27.057Z[ recovery-image] Aug 14 17:27:25.909 INFO O| Aug 14 17:27:25.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
78922026-08-14T17:27:27.057Z[ recovery-image] Aug 14 17:27:25.909 INFO O| Aug 14 17:27:25.909 INFO STEP 882 (remove_files) COMPLETE
78932026-08-14T17:27:27.057Z[ recovery-image] Aug 14 17:27:25.909 INFO O| Aug 14 17:27:25.909 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-14T17:27:27.066Z[ recovery-image] Aug 14 17:27:25.920 INFO O| Aug 14 17:27:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
78952026-08-14T17:27:27.066Z[ recovery-image] Aug 14 17:27:25.920 INFO O| Aug 14 17:27:25.920 INFO STEP 883 (remove_files) COMPLETE
78962026-08-14T17:27:27.069Z[ recovery-image] Aug 14 17:27:25.920 INFO O| Aug 14 17:27:25.920 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-14T17:27:27.074Z[verify-libraries] Compiling md5 v0.8.0
78982026-08-14T17:27:27.077Z[ recovery-image] Aug 14 17:27:25.929 INFO O| Aug 14 17:27:25.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
78992026-08-14T17:27:27.077Z[ recovery-image] Aug 14 17:27:25.929 INFO O| Aug 14 17:27:25.929 INFO STEP 884 (remove_files) COMPLETE
79002026-08-14T17:27:27.077Z[ recovery-image] Aug 14 17:27:25.929 INFO O| Aug 14 17:27:25.929 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-14T17:27:27.085Z[ recovery-image] Aug 14 17:27:25.939 INFO O| Aug 14 17:27:25.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79022026-08-14T17:27:27.085Z[ recovery-image] Aug 14 17:27:25.939 INFO O| Aug 14 17:27:25.939 INFO STEP 885 (remove_files) COMPLETE
79032026-08-14T17:27:27.085Z[ recovery-image] Aug 14 17:27:25.939 INFO O| Aug 14 17:27:25.939 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-14T17:27:27.094Z[ recovery-image] Aug 14 17:27:25.948 INFO O| Aug 14 17:27:25.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79052026-08-14T17:27:27.094Z[ recovery-image] Aug 14 17:27:25.948 INFO O| Aug 14 17:27:25.948 INFO STEP 886 (remove_files) COMPLETE
79062026-08-14T17:27:27.094Z[ recovery-image] Aug 14 17:27:25.948 INFO O| Aug 14 17:27:25.948 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-14T17:27:27.103Z[ recovery-image] Aug 14 17:27:25.957 INFO O| Aug 14 17:27:25.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79082026-08-14T17:27:27.103Z[ recovery-image] Aug 14 17:27:25.957 INFO O| Aug 14 17:27:25.957 INFO STEP 887 (remove_files) COMPLETE
79092026-08-14T17:27:27.106Z[ recovery-image] Aug 14 17:27:25.957 INFO O| Aug 14 17:27:25.957 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-14T17:27:27.112Z[ recovery-image] Aug 14 17:27:25.966 INFO O| Aug 14 17:27:25.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79112026-08-14T17:27:27.112Z[ recovery-image] Aug 14 17:27:25.966 INFO O| Aug 14 17:27:25.966 INFO STEP 888 (remove_files) COMPLETE
79122026-08-14T17:27:27.112Z[ recovery-image] Aug 14 17:27:25.966 INFO O| Aug 14 17:27:25.966 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-14T17:27:27.124Z[ recovery-image] Aug 14 17:27:25.978 INFO O| Aug 14 17:27:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79142026-08-14T17:27:27.124Z[ recovery-image] Aug 14 17:27:25.978 INFO O| Aug 14 17:27:25.978 INFO STEP 889 (remove_files) COMPLETE
79152026-08-14T17:27:27.124Z[ recovery-image] Aug 14 17:27:25.978 INFO O| Aug 14 17:27:25.978 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-14T17:27:27.136Z[ recovery-image] Aug 14 17:27:25.989 INFO O| Aug 14 17:27:25.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79172026-08-14T17:27:27.139Z[ recovery-image] Aug 14 17:27:25.990 INFO O| Aug 14 17:27:25.990 INFO STEP 890 (remove_files) COMPLETE
79182026-08-14T17:27:27.139Z[ recovery-image] Aug 14 17:27:25.990 INFO O| Aug 14 17:27:25.990 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-14T17:27:27.148Z[ recovery-image] Aug 14 17:27:26.001 INFO O| Aug 14 17:27:26.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79202026-08-14T17:27:27.148Z[ recovery-image] Aug 14 17:27:26.001 INFO O| Aug 14 17:27:26.001 INFO STEP 891 (remove_files) COMPLETE
79212026-08-14T17:27:27.151Z[ recovery-image] Aug 14 17:27:26.001 INFO O| Aug 14 17:27:26.001 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-14T17:27:27.159Z[ recovery-image] Aug 14 17:27:26.013 INFO O| Aug 14 17:27:26.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79232026-08-14T17:27:27.159Z[ recovery-image] Aug 14 17:27:26.013 INFO O| Aug 14 17:27:26.013 INFO STEP 892 (remove_files) COMPLETE
79242026-08-14T17:27:27.159Z[ recovery-image] Aug 14 17:27:26.013 INFO O| Aug 14 17:27:26.013 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-14T17:27:27.171Z[ recovery-image] Aug 14 17:27:26.025 INFO O| Aug 14 17:27:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79262026-08-14T17:27:27.171Z[ recovery-image] Aug 14 17:27:26.025 INFO O| Aug 14 17:27:26.025 INFO STEP 893 (remove_files) COMPLETE
79272026-08-14T17:27:27.171Z[ recovery-image] Aug 14 17:27:26.025 INFO O| Aug 14 17:27:26.025 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-14T17:27:27.183Z[ recovery-image] Aug 14 17:27:26.036 INFO O| Aug 14 17:27:26.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79292026-08-14T17:27:27.183Z[ recovery-image] Aug 14 17:27:26.037 INFO O| Aug 14 17:27:26.037 INFO STEP 894 (remove_files) COMPLETE
79302026-08-14T17:27:27.186Z[ recovery-image] Aug 14 17:27:26.037 INFO O| Aug 14 17:27:26.037 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-14T17:27:27.195Z[ recovery-image] Aug 14 17:27:26.049 INFO O| Aug 14 17:27:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79322026-08-14T17:27:27.195Z[ recovery-image] Aug 14 17:27:26.049 INFO O| Aug 14 17:27:26.049 INFO STEP 895 (remove_files) COMPLETE
79332026-08-14T17:27:27.198Z[ recovery-image] Aug 14 17:27:26.049 INFO O| Aug 14 17:27:26.049 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-14T17:27:27.206Z[ recovery-image] Aug 14 17:27:26.060 INFO O| Aug 14 17:27:26.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79352026-08-14T17:27:27.206Z[ recovery-image] Aug 14 17:27:26.060 INFO O| Aug 14 17:27:26.060 INFO STEP 896 (remove_files) COMPLETE
79362026-08-14T17:27:27.206Z[ recovery-image] Aug 14 17:27:26.060 INFO O| Aug 14 17:27:26.060 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-14T17:27:27.216Z[ recovery-image] Aug 14 17:27:26.070 INFO O| Aug 14 17:27:26.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79382026-08-14T17:27:27.220Z[ recovery-image] Aug 14 17:27:26.070 INFO O| Aug 14 17:27:26.070 INFO STEP 897 (remove_files) COMPLETE
79392026-08-14T17:27:27.220Z[ recovery-image] Aug 14 17:27:26.070 INFO O| Aug 14 17:27:26.070 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-14T17:27:27.227Z[ recovery-image] Aug 14 17:27:26.081 INFO O| Aug 14 17:27:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79412026-08-14T17:27:27.227Z[ recovery-image] Aug 14 17:27:26.081 INFO O| Aug 14 17:27:26.081 INFO STEP 898 (remove_files) COMPLETE
79422026-08-14T17:27:27.227Z[ recovery-image] Aug 14 17:27:26.081 INFO O| Aug 14 17:27:26.081 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-14T17:27:27.242Z[ recovery-image] Aug 14 17:27:26.091 INFO O| Aug 14 17:27:26.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79442026-08-14T17:27:27.242Z[ recovery-image] Aug 14 17:27:26.091 INFO O| Aug 14 17:27:26.091 INFO STEP 899 (remove_files) COMPLETE
79452026-08-14T17:27:27.242Z[ recovery-image] Aug 14 17:27:26.091 INFO O| Aug 14 17:27:26.091 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-14T17:27:27.246Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
79472026-08-14T17:27:27.250Z[ recovery-image] Aug 14 17:27:26.101 INFO O| Aug 14 17:27:26.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79482026-08-14T17:27:27.250Z[ recovery-image] Aug 14 17:27:26.101 INFO O| Aug 14 17:27:26.101 INFO STEP 900 (remove_files) COMPLETE
79492026-08-14T17:27:27.250Z[ recovery-image] Aug 14 17:27:26.101 INFO O| Aug 14 17:27:26.101 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-14T17:27:27.258Z[ recovery-image] Aug 14 17:27:26.111 INFO O| Aug 14 17:27:26.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79512026-08-14T17:27:27.258Z[ recovery-image] Aug 14 17:27:26.111 INFO O| Aug 14 17:27:26.111 INFO STEP 901 (remove_files) COMPLETE
79522026-08-14T17:27:27.261Z[ recovery-image] Aug 14 17:27:26.111 INFO O| Aug 14 17:27:26.111 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-14T17:27:27.270Z[ recovery-image] Aug 14 17:27:26.123 INFO O| Aug 14 17:27:26.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79542026-08-14T17:27:27.270Z[ recovery-image] Aug 14 17:27:26.124 INFO O| Aug 14 17:27:26.124 INFO STEP 902 (remove_files) COMPLETE
79552026-08-14T17:27:27.270Z[ recovery-image] Aug 14 17:27:26.124 INFO O| Aug 14 17:27:26.124 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-14T17:27:27.280Z[ recovery-image] Aug 14 17:27:26.134 INFO O| Aug 14 17:27:26.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79572026-08-14T17:27:27.280Z[ recovery-image] Aug 14 17:27:26.134 INFO O| Aug 14 17:27:26.134 INFO STEP 903 (remove_files) COMPLETE
79582026-08-14T17:27:27.280Z[ recovery-image] Aug 14 17:27:26.134 INFO O| Aug 14 17:27:26.134 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-14T17:27:27.290Z[ recovery-image] Aug 14 17:27:26.144 INFO O| Aug 14 17:27:26.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79602026-08-14T17:27:27.290Z[ recovery-image] Aug 14 17:27:26.144 INFO O| Aug 14 17:27:26.144 INFO STEP 904 (remove_files) COMPLETE
79612026-08-14T17:27:27.290Z[ recovery-image] Aug 14 17:27:26.144 INFO O| Aug 14 17:27:26.144 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-14T17:27:27.299Z[ recovery-image] Aug 14 17:27:26.153 INFO O| Aug 14 17:27:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79632026-08-14T17:27:27.299Z[ recovery-image] Aug 14 17:27:26.153 INFO O| Aug 14 17:27:26.153 INFO STEP 905 (remove_files) COMPLETE
79642026-08-14T17:27:27.299Z[ recovery-image] Aug 14 17:27:26.153 INFO O| Aug 14 17:27:26.153 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-14T17:27:27.309Z[ recovery-image] Aug 14 17:27:26.163 INFO O| Aug 14 17:27:26.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79662026-08-14T17:27:27.309Z[ recovery-image] Aug 14 17:27:26.163 INFO O| Aug 14 17:27:26.163 INFO STEP 906 (remove_files) COMPLETE
79672026-08-14T17:27:27.313Z[ recovery-image] Aug 14 17:27:26.163 INFO O| Aug 14 17:27:26.163 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-14T17:27:27.319Z[ recovery-image] Aug 14 17:27:26.173 INFO O| Aug 14 17:27:26.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79692026-08-14T17:27:27.319Z[ recovery-image] Aug 14 17:27:26.173 INFO O| Aug 14 17:27:26.173 INFO STEP 907 (remove_files) COMPLETE
79702026-08-14T17:27:27.322Z[ recovery-image] Aug 14 17:27:26.173 INFO O| Aug 14 17:27:26.173 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-14T17:27:27.328Z[ recovery-image] Aug 14 17:27:26.182 INFO O| Aug 14 17:27:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79722026-08-14T17:27:27.328Z[ recovery-image] Aug 14 17:27:26.182 INFO O| Aug 14 17:27:26.182 INFO STEP 908 (remove_files) COMPLETE
79732026-08-14T17:27:27.328Z[ recovery-image] Aug 14 17:27:26.182 INFO O| Aug 14 17:27:26.182 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-14T17:27:27.337Z[ recovery-image] Aug 14 17:27:26.191 INFO O| Aug 14 17:27:26.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79752026-08-14T17:27:27.338Z[ recovery-image] Aug 14 17:27:26.191 INFO O| Aug 14 17:27:26.191 INFO STEP 909 (remove_files) COMPLETE
79762026-08-14T17:27:27.338Z[ recovery-image] Aug 14 17:27:26.191 INFO O| Aug 14 17:27:26.191 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-14T17:27:27.348Z[ recovery-image] Aug 14 17:27:26.201 INFO O| Aug 14 17:27:26.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79782026-08-14T17:27:27.348Z[ recovery-image] Aug 14 17:27:26.201 INFO O| Aug 14 17:27:26.201 INFO STEP 910 (remove_files) COMPLETE
79792026-08-14T17:27:27.348Z[ recovery-image] Aug 14 17:27:26.201 INFO O| Aug 14 17:27:26.201 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-14T17:27:27.358Z[ recovery-image] Aug 14 17:27:26.212 INFO O| Aug 14 17:27:26.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79812026-08-14T17:27:27.358Z[ recovery-image] Aug 14 17:27:26.212 INFO O| Aug 14 17:27:26.212 INFO STEP 911 (remove_files) COMPLETE
79822026-08-14T17:27:27.361Z[ recovery-image] Aug 14 17:27:26.212 INFO O| Aug 14 17:27:26.212 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-14T17:27:27.369Z[ recovery-image] Aug 14 17:27:26.222 INFO O| Aug 14 17:27:26.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79842026-08-14T17:27:27.369Z[ recovery-image] Aug 14 17:27:26.222 INFO O| Aug 14 17:27:26.222 INFO STEP 912 (remove_files) COMPLETE
79852026-08-14T17:27:27.372Z[ recovery-image] Aug 14 17:27:26.222 INFO O| Aug 14 17:27:26.222 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-14T17:27:27.380Z[ recovery-image] Aug 14 17:27:26.233 INFO O| Aug 14 17:27:26.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
79872026-08-14T17:27:27.380Z[ recovery-image] Aug 14 17:27:26.233 INFO O| Aug 14 17:27:26.233 INFO STEP 913 (remove_files) COMPLETE
79882026-08-14T17:27:27.380Z[ recovery-image] Aug 14 17:27:26.233 INFO O| Aug 14 17:27:26.233 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-14T17:27:27.390Z[ recovery-image] Aug 14 17:27:26.244 INFO O| Aug 14 17:27:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
79902026-08-14T17:27:27.391Z[ recovery-image] Aug 14 17:27:26.244 INFO O| Aug 14 17:27:26.244 INFO STEP 914 (remove_files) COMPLETE
79912026-08-14T17:27:27.391Z[ recovery-image] Aug 14 17:27:26.244 INFO O| Aug 14 17:27:26.244 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-14T17:27:27.401Z[ recovery-image] Aug 14 17:27:26.254 INFO O| Aug 14 17:27:26.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
79932026-08-14T17:27:27.401Z[ recovery-image] Aug 14 17:27:26.254 INFO O| Aug 14 17:27:26.254 INFO STEP 915 (remove_files) COMPLETE
79942026-08-14T17:27:27.401Z[ recovery-image] Aug 14 17:27:26.254 INFO O| Aug 14 17:27:26.254 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-14T17:27:27.406Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79962026-08-14T17:27:27.411Z[ recovery-image] Aug 14 17:27:26.265 INFO O| Aug 14 17:27:26.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
79972026-08-14T17:27:27.411Z[ recovery-image] Aug 14 17:27:26.265 INFO O| Aug 14 17:27:26.265 INFO STEP 916 (remove_files) COMPLETE
79982026-08-14T17:27:27.414Z[ recovery-image] Aug 14 17:27:26.265 INFO O| Aug 14 17:27:26.265 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-14T17:27:27.420Z[ recovery-image] Aug 14 17:27:26.274 INFO O| Aug 14 17:27:26.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80002026-08-14T17:27:27.420Z[ recovery-image] Aug 14 17:27:26.274 INFO O| Aug 14 17:27:26.274 INFO STEP 917 (remove_files) COMPLETE
80012026-08-14T17:27:27.424Z[ recovery-image] Aug 14 17:27:26.274 INFO O| Aug 14 17:27:26.274 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-14T17:27:27.431Z[ recovery-image] Aug 14 17:27:26.285 INFO O| Aug 14 17:27:26.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80032026-08-14T17:27:27.431Z[ recovery-image] Aug 14 17:27:26.285 INFO O| Aug 14 17:27:26.285 INFO STEP 918 (remove_files) COMPLETE
80042026-08-14T17:27:27.431Z[ recovery-image] Aug 14 17:27:26.285 INFO O| Aug 14 17:27:26.285 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-14T17:27:27.441Z[ recovery-image] Aug 14 17:27:26.295 INFO O| Aug 14 17:27:26.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80062026-08-14T17:27:27.442Z[ recovery-image] Aug 14 17:27:26.295 INFO O| Aug 14 17:27:26.295 INFO STEP 919 (remove_files) COMPLETE
80072026-08-14T17:27:27.442Z[ recovery-image] Aug 14 17:27:26.295 INFO O| Aug 14 17:27:26.295 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-14T17:27:27.445Z[verify-libraries] Compiling russh v0.62.4
80092026-08-14T17:27:27.451Z[ recovery-image] Aug 14 17:27:26.305 INFO O| Aug 14 17:27:26.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80102026-08-14T17:27:27.451Z[ recovery-image] Aug 14 17:27:26.305 INFO O| Aug 14 17:27:26.305 INFO STEP 920 (remove_files) COMPLETE
80112026-08-14T17:27:27.451Z[ recovery-image] Aug 14 17:27:26.305 INFO O| Aug 14 17:27:26.305 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-14T17:27:27.462Z[ recovery-image] Aug 14 17:27:26.316 INFO O| Aug 14 17:27:26.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80132026-08-14T17:27:27.462Z[ recovery-image] Aug 14 17:27:26.316 INFO O| Aug 14 17:27:26.316 INFO STEP 921 (remove_files) COMPLETE
80142026-08-14T17:27:27.462Z[ recovery-image] Aug 14 17:27:26.316 INFO O| Aug 14 17:27:26.316 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-14T17:27:27.472Z[ recovery-image] Aug 14 17:27:26.326 INFO O| Aug 14 17:27:26.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80162026-08-14T17:27:27.472Z[ recovery-image] Aug 14 17:27:26.326 INFO O| Aug 14 17:27:26.326 INFO STEP 922 (remove_files) COMPLETE
80172026-08-14T17:27:27.472Z[ recovery-image] Aug 14 17:27:26.326 INFO O| Aug 14 17:27:26.326 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-14T17:27:27.484Z[ recovery-image] Aug 14 17:27:26.338 INFO O| Aug 14 17:27:26.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80192026-08-14T17:27:27.484Z[ recovery-image] Aug 14 17:27:26.338 INFO O| Aug 14 17:27:26.337 INFO STEP 923 (remove_files) COMPLETE
80202026-08-14T17:27:27.484Z[ recovery-image] Aug 14 17:27:26.338 INFO O| Aug 14 17:27:26.337 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-14T17:27:27.494Z[ recovery-image] Aug 14 17:27:26.347 INFO O| Aug 14 17:27:26.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80222026-08-14T17:27:27.494Z[ recovery-image] Aug 14 17:27:26.347 INFO O| Aug 14 17:27:26.347 INFO STEP 924 (remove_files) COMPLETE
80232026-08-14T17:27:27.494Z[ recovery-image] Aug 14 17:27:26.347 INFO O| Aug 14 17:27:26.347 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-14T17:27:27.504Z[ recovery-image] Aug 14 17:27:26.358 INFO O| Aug 14 17:27:26.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80252026-08-14T17:27:27.504Z[ recovery-image] Aug 14 17:27:26.358 INFO O| Aug 14 17:27:26.358 INFO STEP 925 (remove_files) COMPLETE
80262026-08-14T17:27:27.504Z[ recovery-image] Aug 14 17:27:26.358 INFO O| Aug 14 17:27:26.358 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-14T17:27:27.514Z[ recovery-image] Aug 14 17:27:26.368 INFO O| Aug 14 17:27:26.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80282026-08-14T17:27:27.515Z[ recovery-image] Aug 14 17:27:26.368 INFO O| Aug 14 17:27:26.368 INFO STEP 926 (remove_files) COMPLETE
80292026-08-14T17:27:27.515Z[ recovery-image] Aug 14 17:27:26.368 INFO O| Aug 14 17:27:26.368 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-14T17:27:27.524Z[ recovery-image] Aug 14 17:27:26.378 INFO O| Aug 14 17:27:26.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80312026-08-14T17:27:27.524Z[ recovery-image] Aug 14 17:27:26.378 INFO O| Aug 14 17:27:26.378 INFO STEP 927 (remove_files) COMPLETE
80322026-08-14T17:27:27.524Z[ recovery-image] Aug 14 17:27:26.378 INFO O| Aug 14 17:27:26.378 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-14T17:27:27.535Z[ recovery-image] Aug 14 17:27:26.389 INFO O| Aug 14 17:27:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80342026-08-14T17:27:27.535Z[ recovery-image] Aug 14 17:27:26.389 INFO O| Aug 14 17:27:26.389 INFO STEP 928 (remove_files) COMPLETE
80352026-08-14T17:27:27.535Z[ recovery-image] Aug 14 17:27:26.389 INFO O| Aug 14 17:27:26.389 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-14T17:27:27.547Z[ recovery-image] Aug 14 17:27:26.400 INFO O| Aug 14 17:27:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80372026-08-14T17:27:27.547Z[ recovery-image] Aug 14 17:27:26.400 INFO O| Aug 14 17:27:26.400 INFO STEP 929 (remove_files) COMPLETE
80382026-08-14T17:27:27.547Z[ recovery-image] Aug 14 17:27:26.400 INFO O| Aug 14 17:27:26.400 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-14T17:27:27.557Z[ recovery-image] Aug 14 17:27:26.411 INFO O| Aug 14 17:27:26.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80402026-08-14T17:27:27.557Z[ recovery-image] Aug 14 17:27:26.411 INFO O| Aug 14 17:27:26.411 INFO STEP 930 (remove_files) COMPLETE
80412026-08-14T17:27:27.560Z[ recovery-image] Aug 14 17:27:26.411 INFO O| Aug 14 17:27:26.411 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-14T17:27:27.568Z[ recovery-image] Aug 14 17:27:26.421 INFO O| Aug 14 17:27:26.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80432026-08-14T17:27:27.568Z[ recovery-image] Aug 14 17:27:26.422 INFO O| Aug 14 17:27:26.422 INFO STEP 931 (remove_files) COMPLETE
80442026-08-14T17:27:27.568Z[ recovery-image] Aug 14 17:27:26.422 INFO O| Aug 14 17:27:26.422 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-14T17:27:27.579Z[ recovery-image] Aug 14 17:27:26.433 INFO O| Aug 14 17:27:26.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80462026-08-14T17:27:27.579Z[ recovery-image] Aug 14 17:27:26.433 INFO O| Aug 14 17:27:26.433 INFO STEP 932 (remove_files) COMPLETE
80472026-08-14T17:27:27.579Z[ recovery-image] Aug 14 17:27:26.433 INFO O| Aug 14 17:27:26.433 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-14T17:27:27.590Z[ recovery-image] Aug 14 17:27:26.444 INFO O| Aug 14 17:27:26.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80492026-08-14T17:27:27.590Z[ recovery-image] Aug 14 17:27:26.444 INFO O| Aug 14 17:27:26.444 INFO STEP 933 (remove_files) COMPLETE
80502026-08-14T17:27:27.590Z[ recovery-image] Aug 14 17:27:26.444 INFO O| Aug 14 17:27:26.444 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-14T17:27:27.599Z[ recovery-image] Aug 14 17:27:26.453 INFO O| Aug 14 17:27:26.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80522026-08-14T17:27:27.599Z[ recovery-image] Aug 14 17:27:26.453 INFO O| Aug 14 17:27:26.453 INFO STEP 934 (remove_files) COMPLETE
80532026-08-14T17:27:27.599Z[ recovery-image] Aug 14 17:27:26.453 INFO O| Aug 14 17:27:26.453 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-14T17:27:27.609Z[ recovery-image] Aug 14 17:27:26.462 INFO O| Aug 14 17:27:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80552026-08-14T17:27:27.612Z[ recovery-image] Aug 14 17:27:26.462 INFO O| Aug 14 17:27:26.462 INFO STEP 935 (remove_files) COMPLETE
80562026-08-14T17:27:27.612Z[ recovery-image] Aug 14 17:27:26.462 INFO O| Aug 14 17:27:26.462 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-14T17:27:27.616Z[ recovery-image] Aug 14 17:27:26.470 INFO O| Aug 14 17:27:26.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80582026-08-14T17:27:27.616Z[ recovery-image] Aug 14 17:27:26.470 INFO O| Aug 14 17:27:26.470 INFO STEP 936 (remove_files) COMPLETE
80592026-08-14T17:27:27.619Z[ recovery-image] Aug 14 17:27:26.470 INFO O| Aug 14 17:27:26.470 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-14T17:27:27.624Z[ recovery-image] Aug 14 17:27:26.478 INFO O| Aug 14 17:27:26.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80612026-08-14T17:27:27.624Z[ recovery-image] Aug 14 17:27:26.478 INFO O| Aug 14 17:27:26.478 INFO STEP 937 (remove_files) COMPLETE
80622026-08-14T17:27:27.624Z[ recovery-image] Aug 14 17:27:26.478 INFO O| Aug 14 17:27:26.478 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-14T17:27:27.632Z[ recovery-image] Aug 14 17:27:26.486 INFO O| Aug 14 17:27:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80642026-08-14T17:27:27.633Z[ recovery-image] Aug 14 17:27:26.486 INFO O| Aug 14 17:27:26.486 INFO STEP 938 (remove_files) COMPLETE
80652026-08-14T17:27:27.633Z[ recovery-image] Aug 14 17:27:26.486 INFO O| Aug 14 17:27:26.486 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-14T17:27:27.640Z[ recovery-image] Aug 14 17:27:26.494 INFO O| Aug 14 17:27:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80672026-08-14T17:27:27.640Z[ recovery-image] Aug 14 17:27:26.494 INFO O| Aug 14 17:27:26.494 INFO STEP 939 (remove_files) COMPLETE
80682026-08-14T17:27:27.640Z[ recovery-image] Aug 14 17:27:26.494 INFO O| Aug 14 17:27:26.494 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-14T17:27:27.648Z[ recovery-image] Aug 14 17:27:26.502 INFO O| Aug 14 17:27:26.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80702026-08-14T17:27:27.649Z[ recovery-image] Aug 14 17:27:26.502 INFO O| Aug 14 17:27:26.502 INFO STEP 940 (remove_files) COMPLETE
80712026-08-14T17:27:27.649Z[ recovery-image] Aug 14 17:27:26.502 INFO O| Aug 14 17:27:26.502 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-14T17:27:27.657Z[ recovery-image] Aug 14 17:27:26.511 INFO O| Aug 14 17:27:26.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80732026-08-14T17:27:27.657Z[ recovery-image] Aug 14 17:27:26.511 INFO O| Aug 14 17:27:26.511 INFO STEP 941 (remove_files) COMPLETE
80742026-08-14T17:27:27.657Z[ recovery-image] Aug 14 17:27:26.511 INFO O| Aug 14 17:27:26.511 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-14T17:27:27.661Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
80762026-08-14T17:27:27.665Z[ recovery-image] Aug 14 17:27:26.519 INFO O| Aug 14 17:27:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80772026-08-14T17:27:27.665Z[ recovery-image] Aug 14 17:27:26.519 INFO O| Aug 14 17:27:26.519 INFO STEP 942 (remove_files) COMPLETE
80782026-08-14T17:27:27.665Z[ recovery-image] Aug 14 17:27:26.519 INFO O| Aug 14 17:27:26.519 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-14T17:27:27.676Z[ recovery-image] Aug 14 17:27:26.530 INFO O| Aug 14 17:27:26.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80802026-08-14T17:27:27.676Z[ recovery-image] Aug 14 17:27:26.530 INFO O| Aug 14 17:27:26.530 INFO STEP 943 (remove_files) COMPLETE
80812026-08-14T17:27:27.679Z[ recovery-image] Aug 14 17:27:26.530 INFO O| Aug 14 17:27:26.530 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-14T17:27:27.685Z[ recovery-image] Aug 14 17:27:26.539 INFO O| Aug 14 17:27:26.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80832026-08-14T17:27:27.685Z[ recovery-image] Aug 14 17:27:26.539 INFO O| Aug 14 17:27:26.539 INFO STEP 944 (remove_files) COMPLETE
80842026-08-14T17:27:27.685Z[ recovery-image] Aug 14 17:27:26.539 INFO O| Aug 14 17:27:26.539 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-14T17:27:27.694Z[ recovery-image] Aug 14 17:27:26.548 INFO O| Aug 14 17:27:26.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80862026-08-14T17:27:27.694Z[ recovery-image] Aug 14 17:27:26.548 INFO O| Aug 14 17:27:26.548 INFO STEP 945 (remove_files) COMPLETE
80872026-08-14T17:27:27.694Z[ recovery-image] Aug 14 17:27:26.548 INFO O| Aug 14 17:27:26.548 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-14T17:27:27.704Z[ recovery-image] Aug 14 17:27:26.557 INFO O| Aug 14 17:27:26.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
80892026-08-14T17:27:27.704Z[ recovery-image] Aug 14 17:27:26.557 INFO O| Aug 14 17:27:26.557 INFO STEP 946 (remove_files) COMPLETE
80902026-08-14T17:27:27.707Z[ recovery-image] Aug 14 17:27:26.557 INFO O| Aug 14 17:27:26.557 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-14T17:27:27.713Z[ recovery-image] Aug 14 17:27:26.567 INFO O| Aug 14 17:27:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
80922026-08-14T17:27:27.713Z[ recovery-image] Aug 14 17:27:26.567 INFO O| Aug 14 17:27:26.567 INFO STEP 947 (remove_files) COMPLETE
80932026-08-14T17:27:27.713Z[ recovery-image] Aug 14 17:27:26.567 INFO O| Aug 14 17:27:26.567 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-14T17:27:27.723Z[ recovery-image] Aug 14 17:27:26.577 INFO O| Aug 14 17:27:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
80952026-08-14T17:27:27.723Z[ recovery-image] Aug 14 17:27:26.577 INFO O| Aug 14 17:27:26.577 INFO STEP 948 (remove_files) COMPLETE
80962026-08-14T17:27:27.723Z[ recovery-image] Aug 14 17:27:26.577 INFO O| Aug 14 17:27:26.577 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-14T17:27:27.733Z[ recovery-image] Aug 14 17:27:26.587 INFO O| Aug 14 17:27:26.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
80982026-08-14T17:27:27.733Z[ recovery-image] Aug 14 17:27:26.587 INFO O| Aug 14 17:27:26.587 INFO STEP 949 (remove_files) COMPLETE
80992026-08-14T17:27:27.733Z[ recovery-image] Aug 14 17:27:26.587 INFO O| Aug 14 17:27:26.587 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-14T17:27:27.743Z[ recovery-image] Aug 14 17:27:26.597 INFO O| Aug 14 17:27:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81012026-08-14T17:27:27.743Z[ recovery-image] Aug 14 17:27:26.597 INFO O| Aug 14 17:27:26.597 INFO STEP 950 (remove_files) COMPLETE
81022026-08-14T17:27:27.746Z[ recovery-image] Aug 14 17:27:26.597 INFO O| Aug 14 17:27:26.597 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-14T17:27:27.753Z[ recovery-image] Aug 14 17:27:26.607 INFO O| Aug 14 17:27:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81042026-08-14T17:27:27.754Z[ recovery-image] Aug 14 17:27:26.607 INFO O| Aug 14 17:27:26.607 INFO STEP 951 (remove_files) COMPLETE
81052026-08-14T17:27:27.757Z[ recovery-image] Aug 14 17:27:26.607 INFO O| Aug 14 17:27:26.607 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-14T17:27:27.765Z[ recovery-image] Aug 14 17:27:26.617 INFO O| Aug 14 17:27:26.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81072026-08-14T17:27:27.765Z[ recovery-image] Aug 14 17:27:26.617 INFO O| Aug 14 17:27:26.617 INFO STEP 952 (remove_files) COMPLETE
81082026-08-14T17:27:27.765Z[ recovery-image] Aug 14 17:27:26.617 INFO O| Aug 14 17:27:26.617 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-14T17:27:27.773Z[ recovery-image] Aug 14 17:27:26.627 INFO O| Aug 14 17:27:26.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81102026-08-14T17:27:27.773Z[ recovery-image] Aug 14 17:27:26.627 INFO O| Aug 14 17:27:26.627 INFO STEP 953 (remove_files) COMPLETE
81112026-08-14T17:27:27.773Z[ recovery-image] Aug 14 17:27:26.627 INFO O| Aug 14 17:27:26.627 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-14T17:27:27.784Z[ recovery-image] Aug 14 17:27:26.638 INFO O| Aug 14 17:27:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81132026-08-14T17:27:27.785Z[ recovery-image] Aug 14 17:27:26.638 INFO O| Aug 14 17:27:26.638 INFO STEP 954 (remove_files) COMPLETE
81142026-08-14T17:27:27.788Z[ recovery-image] Aug 14 17:27:26.638 INFO O| Aug 14 17:27:26.638 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-14T17:27:27.794Z[ recovery-image] Aug 14 17:27:26.648 INFO O| Aug 14 17:27:26.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81162026-08-14T17:27:27.794Z[ recovery-image] Aug 14 17:27:26.648 INFO O| Aug 14 17:27:26.648 INFO STEP 955 (remove_files) COMPLETE
81172026-08-14T17:27:27.794Z[ recovery-image] Aug 14 17:27:26.648 INFO O| Aug 14 17:27:26.648 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-14T17:27:27.804Z[ recovery-image] Aug 14 17:27:26.658 INFO O| Aug 14 17:27:26.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81192026-08-14T17:27:27.804Z[ recovery-image] Aug 14 17:27:26.658 INFO O| Aug 14 17:27:26.658 INFO STEP 956 (remove_files) COMPLETE
81202026-08-14T17:27:27.807Z[ recovery-image] Aug 14 17:27:26.658 INFO O| Aug 14 17:27:26.658 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-14T17:27:27.814Z[ recovery-image] Aug 14 17:27:26.668 INFO O| Aug 14 17:27:26.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81222026-08-14T17:27:27.814Z[ recovery-image] Aug 14 17:27:26.668 INFO O| Aug 14 17:27:26.668 INFO STEP 957 (remove_files) COMPLETE
81232026-08-14T17:27:27.814Z[ recovery-image] Aug 14 17:27:26.668 INFO O| Aug 14 17:27:26.668 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-14T17:27:27.824Z[ recovery-image] Aug 14 17:27:26.678 INFO O| Aug 14 17:27:26.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81252026-08-14T17:27:27.824Z[ recovery-image] Aug 14 17:27:26.678 INFO O| Aug 14 17:27:26.678 INFO STEP 958 (remove_files) COMPLETE
81262026-08-14T17:27:27.827Z[ recovery-image] Aug 14 17:27:26.678 INFO O| Aug 14 17:27:26.678 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-14T17:27:27.835Z[ recovery-image] Aug 14 17:27:26.689 INFO O| Aug 14 17:27:26.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81282026-08-14T17:27:27.835Z[ recovery-image] Aug 14 17:27:26.689 INFO O| Aug 14 17:27:26.689 INFO STEP 959 (remove_files) COMPLETE
81292026-08-14T17:27:27.839Z[ recovery-image] Aug 14 17:27:26.689 INFO O| Aug 14 17:27:26.689 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-14T17:27:27.846Z[ recovery-image] Aug 14 17:27:26.700 INFO O| Aug 14 17:27:26.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81312026-08-14T17:27:27.846Z[ recovery-image] Aug 14 17:27:26.700 INFO O| Aug 14 17:27:26.700 INFO STEP 960 (remove_files) COMPLETE
81322026-08-14T17:27:27.849Z[ recovery-image] Aug 14 17:27:26.700 INFO O| Aug 14 17:27:26.700 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-14T17:27:27.852Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
81342026-08-14T17:27:27.856Z[ recovery-image] Aug 14 17:27:26.710 INFO O| Aug 14 17:27:26.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81352026-08-14T17:27:27.856Z[ recovery-image] Aug 14 17:27:26.710 INFO O| Aug 14 17:27:26.710 INFO STEP 961 (remove_files) COMPLETE
81362026-08-14T17:27:27.859Z[ recovery-image] Aug 14 17:27:26.710 INFO O| Aug 14 17:27:26.710 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-14T17:27:27.867Z[ recovery-image] Aug 14 17:27:26.721 INFO O| Aug 14 17:27:26.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81382026-08-14T17:27:27.867Z[ recovery-image] Aug 14 17:27:26.721 INFO O| Aug 14 17:27:26.721 INFO STEP 962 (remove_files) COMPLETE
81392026-08-14T17:27:27.870Z[ recovery-image] Aug 14 17:27:26.721 INFO O| Aug 14 17:27:26.721 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-14T17:27:27.878Z[ recovery-image] Aug 14 17:27:26.731 INFO O| Aug 14 17:27:26.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81412026-08-14T17:27:27.878Z[ recovery-image] Aug 14 17:27:26.731 INFO O| Aug 14 17:27:26.731 INFO STEP 963 (remove_files) COMPLETE
81422026-08-14T17:27:27.878Z[ recovery-image] Aug 14 17:27:26.732 INFO O| Aug 14 17:27:26.731 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-14T17:27:27.888Z[ recovery-image] Aug 14 17:27:26.741 INFO O| Aug 14 17:27:26.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81442026-08-14T17:27:27.888Z[ recovery-image] Aug 14 17:27:26.741 INFO O| Aug 14 17:27:26.741 INFO STEP 964 (remove_files) COMPLETE
81452026-08-14T17:27:27.888Z[ recovery-image] Aug 14 17:27:26.741 INFO O| Aug 14 17:27:26.741 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-14T17:27:27.898Z[ recovery-image] Aug 14 17:27:26.752 INFO O| Aug 14 17:27:26.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81472026-08-14T17:27:27.898Z[ recovery-image] Aug 14 17:27:26.752 INFO O| Aug 14 17:27:26.752 INFO STEP 965 (remove_files) COMPLETE
81482026-08-14T17:27:27.898Z[ recovery-image] Aug 14 17:27:26.752 INFO O| Aug 14 17:27:26.752 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-14T17:27:27.908Z[ recovery-image] Aug 14 17:27:26.762 INFO O| Aug 14 17:27:26.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81502026-08-14T17:27:27.908Z[ recovery-image] Aug 14 17:27:26.762 INFO O| Aug 14 17:27:26.762 INFO STEP 966 (remove_files) COMPLETE
81512026-08-14T17:27:27.911Z[ recovery-image] Aug 14 17:27:26.762 INFO O| Aug 14 17:27:26.762 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-14T17:27:27.917Z[ recovery-image] Aug 14 17:27:26.771 INFO O| Aug 14 17:27:26.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81532026-08-14T17:27:27.917Z[ recovery-image] Aug 14 17:27:26.771 INFO O| Aug 14 17:27:26.771 INFO STEP 967 (remove_files) COMPLETE
81542026-08-14T17:27:27.917Z[ recovery-image] Aug 14 17:27:26.771 INFO O| Aug 14 17:27:26.771 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-14T17:27:27.925Z[ recovery-image] Aug 14 17:27:26.779 INFO O| Aug 14 17:27:26.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81562026-08-14T17:27:27.925Z[ recovery-image] Aug 14 17:27:26.779 INFO O| Aug 14 17:27:26.779 INFO STEP 968 (remove_files) COMPLETE
81572026-08-14T17:27:27.929Z[ recovery-image] Aug 14 17:27:26.779 INFO O| Aug 14 17:27:26.779 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-14T17:27:27.934Z[ recovery-image] Aug 14 17:27:26.788 INFO O| Aug 14 17:27:26.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81592026-08-14T17:27:27.934Z[ recovery-image] Aug 14 17:27:26.788 INFO O| Aug 14 17:27:26.788 INFO STEP 969 (remove_files) COMPLETE
81602026-08-14T17:27:27.934Z[ recovery-image] Aug 14 17:27:26.788 INFO O| Aug 14 17:27:26.788 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-14T17:27:27.942Z[ recovery-image] Aug 14 17:27:26.796 INFO O| Aug 14 17:27:26.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81622026-08-14T17:27:27.942Z[ recovery-image] Aug 14 17:27:26.796 INFO O| Aug 14 17:27:26.796 INFO STEP 970 (remove_files) COMPLETE
81632026-08-14T17:27:27.942Z[ recovery-image] Aug 14 17:27:26.796 INFO O| Aug 14 17:27:26.796 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-14T17:27:27.951Z[ recovery-image] Aug 14 17:27:26.805 INFO O| Aug 14 17:27:26.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81652026-08-14T17:27:27.951Z[ recovery-image] Aug 14 17:27:26.805 INFO O| Aug 14 17:27:26.805 INFO STEP 971 (remove_files) COMPLETE
81662026-08-14T17:27:27.951Z[ recovery-image] Aug 14 17:27:26.805 INFO O| Aug 14 17:27:26.805 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-14T17:27:27.978Z[ recovery-image] Aug 14 17:27:26.832 INFO O| Aug 14 17:27:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81682026-08-14T17:27:27.978Z[ recovery-image] Aug 14 17:27:26.832 INFO O| Aug 14 17:27:26.832 INFO STEP 972 (remove_files) COMPLETE
81692026-08-14T17:27:27.981Z[ recovery-image] Aug 14 17:27:26.832 INFO O| Aug 14 17:27:26.832 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-14T17:27:27.986Z[ recovery-image] Aug 14 17:27:26.840 INFO O| Aug 14 17:27:26.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81712026-08-14T17:27:27.986Z[ recovery-image] Aug 14 17:27:26.840 INFO O| Aug 14 17:27:26.840 INFO STEP 973 (remove_files) COMPLETE
81722026-08-14T17:27:27.989Z[ recovery-image] Aug 14 17:27:26.840 INFO O| Aug 14 17:27:26.840 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-14T17:27:27.995Z[ recovery-image] Aug 14 17:27:26.849 INFO O| Aug 14 17:27:26.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81742026-08-14T17:27:27.995Z[ recovery-image] Aug 14 17:27:26.849 INFO O| Aug 14 17:27:26.849 INFO STEP 974 (remove_files) COMPLETE
81752026-08-14T17:27:27.995Z[ recovery-image] Aug 14 17:27:26.849 INFO O| Aug 14 17:27:26.849 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-14T17:27:28.003Z[ recovery-image] Aug 14 17:27:26.857 INFO O| Aug 14 17:27:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81772026-08-14T17:27:28.003Z[ recovery-image] Aug 14 17:27:26.857 INFO O| Aug 14 17:27:26.857 INFO STEP 975 (remove_files) COMPLETE
81782026-08-14T17:27:28.006Z[ recovery-image] Aug 14 17:27:26.857 INFO O| Aug 14 17:27:26.857 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-14T17:27:28.014Z[ recovery-image] Aug 14 17:27:26.867 INFO O| Aug 14 17:27:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81802026-08-14T17:27:28.014Z[ recovery-image] Aug 14 17:27:26.867 INFO O| Aug 14 17:27:26.867 INFO STEP 976 (remove_files) COMPLETE
81812026-08-14T17:27:28.014Z[ recovery-image] Aug 14 17:27:26.867 INFO O| Aug 14 17:27:26.867 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-14T17:27:28.023Z[ recovery-image] Aug 14 17:27:26.876 INFO O| Aug 14 17:27:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81832026-08-14T17:27:28.023Z[ recovery-image] Aug 14 17:27:26.876 INFO O| Aug 14 17:27:26.876 INFO STEP 977 (remove_files) COMPLETE
81842026-08-14T17:27:28.023Z[ recovery-image] Aug 14 17:27:26.876 INFO O| Aug 14 17:27:26.876 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-14T17:27:28.032Z[ recovery-image] Aug 14 17:27:26.886 INFO O| Aug 14 17:27:26.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81862026-08-14T17:27:28.032Z[ recovery-image] Aug 14 17:27:26.886 INFO O| Aug 14 17:27:26.886 INFO STEP 978 (remove_files) COMPLETE
81872026-08-14T17:27:28.032Z[ recovery-image] Aug 14 17:27:26.886 INFO O| Aug 14 17:27:26.886 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-14T17:27:28.042Z[ recovery-image] Aug 14 17:27:26.896 INFO O| Aug 14 17:27:26.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
81892026-08-14T17:27:28.042Z[ recovery-image] Aug 14 17:27:26.896 INFO O| Aug 14 17:27:26.896 INFO STEP 979 (remove_files) COMPLETE
81902026-08-14T17:27:28.042Z[ recovery-image] Aug 14 17:27:26.896 INFO O| Aug 14 17:27:26.896 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-14T17:27:28.053Z[ recovery-image] Aug 14 17:27:26.906 INFO O| Aug 14 17:27:26.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
81922026-08-14T17:27:28.053Z[ recovery-image] Aug 14 17:27:26.906 INFO O| Aug 14 17:27:26.906 INFO STEP 980 (remove_files) COMPLETE
81932026-08-14T17:27:28.053Z[ recovery-image] Aug 14 17:27:26.906 INFO O| Aug 14 17:27:26.906 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-14T17:27:28.097Z[ recovery-image] Aug 14 17:27:26.950 INFO O| Aug 14 17:27:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
81952026-08-14T17:27:28.097Z[ recovery-image] Aug 14 17:27:26.950 INFO O| Aug 14 17:27:26.950 INFO STEP 981 (remove_files) COMPLETE
81962026-08-14T17:27:28.097Z[ recovery-image] Aug 14 17:27:26.950 INFO O| Aug 14 17:27:26.950 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-14T17:27:28.107Z[ recovery-image] Aug 14 17:27:26.961 INFO O| Aug 14 17:27:26.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
81982026-08-14T17:27:28.107Z[ recovery-image] Aug 14 17:27:26.961 INFO O| Aug 14 17:27:26.961 INFO STEP 982 (remove_files) COMPLETE
81992026-08-14T17:27:28.107Z[ recovery-image] Aug 14 17:27:26.961 INFO O| Aug 14 17:27:26.961 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-14T17:27:28.117Z[ recovery-image] Aug 14 17:27:26.971 INFO O| Aug 14 17:27:26.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82012026-08-14T17:27:28.117Z[ recovery-image] Aug 14 17:27:26.971 INFO O| Aug 14 17:27:26.971 INFO STEP 983 (remove_files) COMPLETE
82022026-08-14T17:27:28.121Z[ recovery-image] Aug 14 17:27:26.971 INFO O| Aug 14 17:27:26.971 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-14T17:27:28.127Z[ recovery-image] Aug 14 17:27:26.981 INFO O| Aug 14 17:27:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82042026-08-14T17:27:28.127Z[ recovery-image] Aug 14 17:27:26.981 INFO O| Aug 14 17:27:26.981 INFO STEP 984 (remove_files) COMPLETE
82052026-08-14T17:27:28.131Z[ recovery-image] Aug 14 17:27:26.981 INFO O| Aug 14 17:27:26.981 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-14T17:27:28.137Z[ recovery-image] Aug 14 17:27:26.991 INFO O| Aug 14 17:27:26.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82072026-08-14T17:27:28.138Z[ recovery-image] Aug 14 17:27:26.991 INFO O| Aug 14 17:27:26.991 INFO STEP 985 (remove_files) COMPLETE
82082026-08-14T17:27:28.141Z[ recovery-image] Aug 14 17:27:26.991 INFO O| Aug 14 17:27:26.991 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-14T17:27:28.148Z[ recovery-image] Aug 14 17:27:27.002 INFO O| Aug 14 17:27:27.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82102026-08-14T17:27:28.148Z[ recovery-image] Aug 14 17:27:27.002 INFO O| Aug 14 17:27:27.002 INFO STEP 986 (remove_files) COMPLETE
82112026-08-14T17:27:28.148Z[ recovery-image] Aug 14 17:27:27.002 INFO O| Aug 14 17:27:27.002 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-14T17:27:28.158Z[ recovery-image] Aug 14 17:27:27.012 INFO O| Aug 14 17:27:27.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82132026-08-14T17:27:28.158Z[ recovery-image] Aug 14 17:27:27.012 INFO O| Aug 14 17:27:27.012 INFO STEP 987 (remove_files) COMPLETE
82142026-08-14T17:27:28.158Z[ recovery-image] Aug 14 17:27:27.012 INFO O| Aug 14 17:27:27.012 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-14T17:27:28.167Z[ recovery-image] Aug 14 17:27:27.021 INFO O| Aug 14 17:27:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82162026-08-14T17:27:28.167Z[ recovery-image] Aug 14 17:27:27.021 INFO O| Aug 14 17:27:27.021 INFO STEP 988 (remove_files) COMPLETE
82172026-08-14T17:27:28.167Z[ recovery-image] Aug 14 17:27:27.021 INFO O| Aug 14 17:27:27.021 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-14T17:27:28.177Z[ recovery-image] Aug 14 17:27:27.030 INFO O| Aug 14 17:27:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82192026-08-14T17:27:28.177Z[ recovery-image] Aug 14 17:27:27.030 INFO O| Aug 14 17:27:27.030 INFO STEP 989 (remove_files) COMPLETE
82202026-08-14T17:27:28.180Z[ recovery-image] Aug 14 17:27:27.031 INFO O| Aug 14 17:27:27.030 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-14T17:27:28.188Z[ recovery-image] Aug 14 17:27:27.042 INFO O| Aug 14 17:27:27.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82222026-08-14T17:27:28.188Z[ recovery-image] Aug 14 17:27:27.042 INFO O| Aug 14 17:27:27.042 INFO STEP 990 (remove_files) COMPLETE
82232026-08-14T17:27:28.188Z[ recovery-image] Aug 14 17:27:27.042 INFO O| Aug 14 17:27:27.042 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-14T17:27:28.199Z[ recovery-image] Aug 14 17:27:27.053 INFO O| Aug 14 17:27:27.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82252026-08-14T17:27:28.199Z[ recovery-image] Aug 14 17:27:27.053 INFO O| Aug 14 17:27:27.053 INFO STEP 991 (remove_files) COMPLETE
82262026-08-14T17:27:28.199Z[ recovery-image] Aug 14 17:27:27.053 INFO O| Aug 14 17:27:27.053 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-14T17:27:28.210Z[ recovery-image] Aug 14 17:27:27.064 INFO O| Aug 14 17:27:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82282026-08-14T17:27:28.210Z[ recovery-image] Aug 14 17:27:27.064 INFO O| Aug 14 17:27:27.064 INFO STEP 992 (remove_files) COMPLETE
82292026-08-14T17:27:28.210Z[ recovery-image] Aug 14 17:27:27.064 INFO O| Aug 14 17:27:27.064 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-14T17:27:28.220Z[ recovery-image] Aug 14 17:27:27.073 INFO O| Aug 14 17:27:27.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82312026-08-14T17:27:28.220Z[ recovery-image] Aug 14 17:27:27.074 INFO O| Aug 14 17:27:27.074 INFO STEP 993 (remove_files) COMPLETE
82322026-08-14T17:27:28.220Z[ recovery-image] Aug 14 17:27:27.074 INFO O| Aug 14 17:27:27.074 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-14T17:27:28.229Z[ recovery-image] Aug 14 17:27:27.083 INFO O| Aug 14 17:27:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82342026-08-14T17:27:28.229Z[ recovery-image] Aug 14 17:27:27.083 INFO O| Aug 14 17:27:27.083 INFO STEP 994 (remove_files) COMPLETE
82352026-08-14T17:27:28.233Z[ recovery-image] Aug 14 17:27:27.083 INFO O| Aug 14 17:27:27.083 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-14T17:27:28.241Z[ recovery-image] Aug 14 17:27:27.095 INFO O| Aug 14 17:27:27.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82372026-08-14T17:27:28.241Z[ recovery-image] Aug 14 17:27:27.095 INFO O| Aug 14 17:27:27.095 INFO STEP 995 (remove_files) COMPLETE
82382026-08-14T17:27:28.241Z[ recovery-image] Aug 14 17:27:27.095 INFO O| Aug 14 17:27:27.095 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-14T17:27:28.253Z[ recovery-image] Aug 14 17:27:27.106 INFO O| Aug 14 17:27:27.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82402026-08-14T17:27:28.253Z[ recovery-image] Aug 14 17:27:27.106 INFO O| Aug 14 17:27:27.106 INFO STEP 996 (remove_files) COMPLETE
82412026-08-14T17:27:28.253Z[ recovery-image] Aug 14 17:27:27.106 INFO O| Aug 14 17:27:27.106 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-14T17:27:28.263Z[ recovery-image] Aug 14 17:27:27.117 INFO O| Aug 14 17:27:27.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82432026-08-14T17:27:28.263Z[ recovery-image] Aug 14 17:27:27.117 INFO O| Aug 14 17:27:27.117 INFO STEP 997 (remove_files) COMPLETE
82442026-08-14T17:27:28.263Z[ recovery-image] Aug 14 17:27:27.117 INFO O| Aug 14 17:27:27.117 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-14T17:27:28.275Z[ recovery-image] Aug 14 17:27:27.129 INFO O| Aug 14 17:27:27.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82462026-08-14T17:27:28.275Z[ recovery-image] Aug 14 17:27:27.129 INFO O| Aug 14 17:27:27.129 INFO STEP 998 (remove_files) COMPLETE
82472026-08-14T17:27:28.275Z[ recovery-image] Aug 14 17:27:27.129 INFO O| Aug 14 17:27:27.129 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-14T17:27:28.285Z[ recovery-image] Aug 14 17:27:27.138 INFO O| Aug 14 17:27:27.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82492026-08-14T17:27:28.285Z[ recovery-image] Aug 14 17:27:27.138 INFO O| Aug 14 17:27:27.138 INFO STEP 999 (remove_files) COMPLETE
82502026-08-14T17:27:28.285Z[ recovery-image] Aug 14 17:27:27.138 INFO O| Aug 14 17:27:27.138 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-14T17:27:28.292Z[ recovery-image] Aug 14 17:27:27.146 INFO O| Aug 14 17:27:27.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82522026-08-14T17:27:28.292Z[ recovery-image] Aug 14 17:27:27.146 INFO O| Aug 14 17:27:27.146 INFO STEP 1000 (remove_files) COMPLETE
82532026-08-14T17:27:28.292Z[ recovery-image] Aug 14 17:27:27.146 INFO O| Aug 14 17:27:27.146 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-14T17:27:28.300Z[ recovery-image] Aug 14 17:27:27.154 INFO O| Aug 14 17:27:27.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82552026-08-14T17:27:28.300Z[ recovery-image] Aug 14 17:27:27.154 INFO O| Aug 14 17:27:27.154 INFO STEP 1001 (remove_files) COMPLETE
82562026-08-14T17:27:28.300Z[ recovery-image] Aug 14 17:27:27.154 INFO O| Aug 14 17:27:27.154 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-14T17:27:28.309Z[ recovery-image] Aug 14 17:27:27.162 INFO O| Aug 14 17:27:27.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82582026-08-14T17:27:28.309Z[ recovery-image] Aug 14 17:27:27.162 INFO O| Aug 14 17:27:27.162 INFO STEP 1002 (remove_files) COMPLETE
82592026-08-14T17:27:28.309Z[ recovery-image] Aug 14 17:27:27.162 INFO O| Aug 14 17:27:27.162 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-14T17:27:28.317Z[ recovery-image] Aug 14 17:27:27.171 INFO O| Aug 14 17:27:27.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82612026-08-14T17:27:28.320Z[ recovery-image] Aug 14 17:27:27.172 INFO O| Aug 14 17:27:27.172 INFO STEP 1003 (remove_files) COMPLETE
82622026-08-14T17:27:28.321Z[ recovery-image] Aug 14 17:27:27.172 INFO O| Aug 14 17:27:27.172 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-14T17:27:28.326Z[ recovery-image] Aug 14 17:27:27.180 INFO O| Aug 14 17:27:27.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82642026-08-14T17:27:28.326Z[ recovery-image] Aug 14 17:27:27.180 INFO O| Aug 14 17:27:27.180 INFO STEP 1004 (remove_files) COMPLETE
82652026-08-14T17:27:28.326Z[ recovery-image] Aug 14 17:27:27.180 INFO O| Aug 14 17:27:27.180 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-14T17:27:28.334Z[ recovery-image] Aug 14 17:27:27.188 INFO O| Aug 14 17:27:27.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82672026-08-14T17:27:28.334Z[ recovery-image] Aug 14 17:27:27.188 INFO O| Aug 14 17:27:27.188 INFO STEP 1005 (remove_files) COMPLETE
82682026-08-14T17:27:28.334Z[ recovery-image] Aug 14 17:27:27.188 INFO O| Aug 14 17:27:27.188 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-14T17:27:28.342Z[ recovery-image] Aug 14 17:27:27.196 INFO O| Aug 14 17:27:27.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82702026-08-14T17:27:28.342Z[ recovery-image] Aug 14 17:27:27.196 INFO O| Aug 14 17:27:27.196 INFO STEP 1006 (remove_files) COMPLETE
82712026-08-14T17:27:28.342Z[ recovery-image] Aug 14 17:27:27.196 INFO O| Aug 14 17:27:27.196 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-14T17:27:28.350Z[ recovery-image] Aug 14 17:27:27.204 INFO O| Aug 14 17:27:27.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82732026-08-14T17:27:28.350Z[ recovery-image] Aug 14 17:27:27.204 INFO O| Aug 14 17:27:27.204 INFO STEP 1007 (remove_files) COMPLETE
82742026-08-14T17:27:28.350Z[ recovery-image] Aug 14 17:27:27.204 INFO O| Aug 14 17:27:27.204 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-14T17:27:28.358Z[ recovery-image] Aug 14 17:27:27.212 INFO O| Aug 14 17:27:27.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82762026-08-14T17:27:28.358Z[ recovery-image] Aug 14 17:27:27.212 INFO O| Aug 14 17:27:27.212 INFO STEP 1008 (remove_files) COMPLETE
82772026-08-14T17:27:28.361Z[ recovery-image] Aug 14 17:27:27.212 INFO O| Aug 14 17:27:27.212 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-14T17:27:28.368Z[ recovery-image] Aug 14 17:27:27.222 INFO O| Aug 14 17:27:27.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82792026-08-14T17:27:28.368Z[ recovery-image] Aug 14 17:27:27.222 INFO O| Aug 14 17:27:27.222 INFO STEP 1009 (remove_files) COMPLETE
82802026-08-14T17:27:28.368Z[ recovery-image] Aug 14 17:27:27.222 INFO O| Aug 14 17:27:27.222 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-14T17:27:28.379Z[ recovery-image] Aug 14 17:27:27.233 INFO O| Aug 14 17:27:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82822026-08-14T17:27:28.379Z[ recovery-image] Aug 14 17:27:27.233 INFO O| Aug 14 17:27:27.233 INFO STEP 1010 (remove_files) COMPLETE
82832026-08-14T17:27:28.379Z[ recovery-image] Aug 14 17:27:27.233 INFO O| Aug 14 17:27:27.233 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-14T17:27:28.389Z[ recovery-image] Aug 14 17:27:27.243 INFO O| Aug 14 17:27:27.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82852026-08-14T17:27:28.389Z[ recovery-image] Aug 14 17:27:27.243 INFO O| Aug 14 17:27:27.243 INFO STEP 1011 (remove_files) COMPLETE
82862026-08-14T17:27:28.389Z[ recovery-image] Aug 14 17:27:27.243 INFO O| Aug 14 17:27:27.243 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-14T17:27:28.398Z[ recovery-image] Aug 14 17:27:27.252 INFO O| Aug 14 17:27:27.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
82882026-08-14T17:27:28.398Z[ recovery-image] Aug 14 17:27:27.252 INFO O| Aug 14 17:27:27.252 INFO STEP 1012 (remove_files) COMPLETE
82892026-08-14T17:27:28.401Z[ recovery-image] Aug 14 17:27:27.252 INFO O| Aug 14 17:27:27.252 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-14T17:27:28.409Z[ recovery-image] Aug 14 17:27:27.263 INFO O| Aug 14 17:27:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
82912026-08-14T17:27:28.409Z[ recovery-image] Aug 14 17:27:27.263 INFO O| Aug 14 17:27:27.263 INFO STEP 1013 (remove_files) COMPLETE
82922026-08-14T17:27:28.409Z[ recovery-image] Aug 14 17:27:27.263 INFO O| Aug 14 17:27:27.263 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-14T17:27:28.421Z[ recovery-image] Aug 14 17:27:27.274 INFO O| Aug 14 17:27:27.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
82942026-08-14T17:27:28.421Z[ recovery-image] Aug 14 17:27:27.275 INFO O| Aug 14 17:27:27.275 INFO STEP 1014 (remove_files) COMPLETE
82952026-08-14T17:27:28.424Z[ recovery-image] Aug 14 17:27:27.275 INFO O| Aug 14 17:27:27.275 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-14T17:27:28.431Z[ recovery-image] Aug 14 17:27:27.285 INFO O| Aug 14 17:27:27.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
82972026-08-14T17:27:28.431Z[ recovery-image] Aug 14 17:27:27.285 INFO O| Aug 14 17:27:27.285 INFO STEP 1015 (remove_files) COMPLETE
82982026-08-14T17:27:28.431Z[ recovery-image] Aug 14 17:27:27.285 INFO O| Aug 14 17:27:27.285 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-14T17:27:28.441Z[ recovery-image] Aug 14 17:27:27.295 INFO O| Aug 14 17:27:27.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83002026-08-14T17:27:28.441Z[ recovery-image] Aug 14 17:27:27.295 INFO O| Aug 14 17:27:27.295 INFO STEP 1016 (remove_files) COMPLETE
83012026-08-14T17:27:28.444Z[ recovery-image] Aug 14 17:27:27.295 INFO O| Aug 14 17:27:27.295 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-14T17:27:28.451Z[ recovery-image] Aug 14 17:27:27.305 INFO O| Aug 14 17:27:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83032026-08-14T17:27:28.451Z[ recovery-image] Aug 14 17:27:27.305 INFO O| Aug 14 17:27:27.305 INFO STEP 1017 (remove_files) COMPLETE
83042026-08-14T17:27:28.454Z[ recovery-image] Aug 14 17:27:27.305 INFO O| Aug 14 17:27:27.305 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-14T17:27:28.461Z[ recovery-image] Aug 14 17:27:27.315 INFO O| Aug 14 17:27:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83062026-08-14T17:27:28.461Z[ recovery-image] Aug 14 17:27:27.315 INFO O| Aug 14 17:27:27.315 INFO STEP 1018 (remove_files) COMPLETE
83072026-08-14T17:27:28.461Z[ recovery-image] Aug 14 17:27:27.315 INFO O| Aug 14 17:27:27.315 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-14T17:27:28.472Z[ recovery-image] Aug 14 17:27:27.326 INFO O| Aug 14 17:27:27.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83092026-08-14T17:27:28.472Z[ recovery-image] Aug 14 17:27:27.326 INFO O| Aug 14 17:27:27.326 INFO STEP 1019 (remove_files) COMPLETE
83102026-08-14T17:27:28.472Z[ recovery-image] Aug 14 17:27:27.326 INFO O| Aug 14 17:27:27.326 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-14T17:27:28.483Z[ recovery-image] Aug 14 17:27:27.336 INFO O| Aug 14 17:27:27.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83122026-08-14T17:27:28.483Z[ recovery-image] Aug 14 17:27:27.336 INFO O| Aug 14 17:27:27.336 INFO STEP 1020 (remove_files) COMPLETE
83132026-08-14T17:27:28.483Z[ recovery-image] Aug 14 17:27:27.336 INFO O| Aug 14 17:27:27.336 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-14T17:27:28.486Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
83152026-08-14T17:27:28.496Z[ recovery-image] Aug 14 17:27:27.350 INFO O| Aug 14 17:27:27.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83162026-08-14T17:27:28.496Z[ recovery-image] Aug 14 17:27:27.350 INFO O| Aug 14 17:27:27.350 INFO STEP 1021 (remove_files) COMPLETE
83172026-08-14T17:27:28.496Z[ recovery-image] Aug 14 17:27:27.350 INFO O| Aug 14 17:27:27.350 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-14T17:27:28.507Z[ recovery-image] Aug 14 17:27:27.361 INFO O| Aug 14 17:27:27.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83192026-08-14T17:27:28.507Z[ recovery-image] Aug 14 17:27:27.361 INFO O| Aug 14 17:27:27.361 INFO STEP 1022 (remove_files) COMPLETE
83202026-08-14T17:27:28.510Z[ recovery-image] Aug 14 17:27:27.361 INFO O| Aug 14 17:27:27.361 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-14T17:27:28.517Z[ recovery-image] Aug 14 17:27:27.371 INFO O| Aug 14 17:27:27.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83222026-08-14T17:27:28.517Z[ recovery-image] Aug 14 17:27:27.371 INFO O| Aug 14 17:27:27.371 INFO STEP 1023 (remove_files) COMPLETE
83232026-08-14T17:27:28.520Z[ recovery-image] Aug 14 17:27:27.371 INFO O| Aug 14 17:27:27.371 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-14T17:27:28.526Z[ recovery-image] Aug 14 17:27:27.380 INFO O| Aug 14 17:27:27.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83252026-08-14T17:27:28.526Z[ recovery-image] Aug 14 17:27:27.381 INFO O| Aug 14 17:27:27.381 INFO STEP 1024 (remove_files) COMPLETE
83262026-08-14T17:27:28.530Z[ recovery-image] Aug 14 17:27:27.381 INFO O| Aug 14 17:27:27.381 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-14T17:27:28.536Z[ recovery-image] Aug 14 17:27:27.390 INFO O| Aug 14 17:27:27.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83282026-08-14T17:27:28.536Z[ recovery-image] Aug 14 17:27:27.390 INFO O| Aug 14 17:27:27.390 INFO STEP 1025 (remove_files) COMPLETE
83292026-08-14T17:27:28.539Z[ recovery-image] Aug 14 17:27:27.390 INFO O| Aug 14 17:27:27.390 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-14T17:27:28.545Z[ recovery-image] Aug 14 17:27:27.399 INFO O| Aug 14 17:27:27.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83312026-08-14T17:27:28.545Z[ recovery-image] Aug 14 17:27:27.399 INFO O| Aug 14 17:27:27.399 INFO STEP 1026 (remove_files) COMPLETE
83322026-08-14T17:27:28.545Z[ recovery-image] Aug 14 17:27:27.399 INFO O| Aug 14 17:27:27.399 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-14T17:27:28.555Z[ recovery-image] Aug 14 17:27:27.409 INFO O| Aug 14 17:27:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83342026-08-14T17:27:28.555Z[ recovery-image] Aug 14 17:27:27.409 INFO O| Aug 14 17:27:27.409 INFO STEP 1027 (remove_files) COMPLETE
83352026-08-14T17:27:28.555Z[ recovery-image] Aug 14 17:27:27.409 INFO O| Aug 14 17:27:27.409 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-14T17:27:28.566Z[ recovery-image] Aug 14 17:27:27.420 INFO O| Aug 14 17:27:27.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83372026-08-14T17:27:28.566Z[ recovery-image] Aug 14 17:27:27.420 INFO O| Aug 14 17:27:27.420 INFO STEP 1028 (remove_files) COMPLETE
83382026-08-14T17:27:28.566Z[ recovery-image] Aug 14 17:27:27.420 INFO O| Aug 14 17:27:27.420 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-14T17:27:28.577Z[ recovery-image] Aug 14 17:27:27.431 INFO O| Aug 14 17:27:27.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83402026-08-14T17:27:28.577Z[ recovery-image] Aug 14 17:27:27.431 INFO O| Aug 14 17:27:27.431 INFO STEP 1029 (remove_files) COMPLETE
83412026-08-14T17:27:28.577Z[ recovery-image] Aug 14 17:27:27.431 INFO O| Aug 14 17:27:27.431 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-14T17:27:28.586Z[ recovery-image] Aug 14 17:27:27.440 INFO O| Aug 14 17:27:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83432026-08-14T17:27:28.586Z[ recovery-image] Aug 14 17:27:27.440 INFO O| Aug 14 17:27:27.440 INFO STEP 1030 (remove_files) COMPLETE
83442026-08-14T17:27:28.589Z[ recovery-image] Aug 14 17:27:27.440 INFO O| Aug 14 17:27:27.440 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-14T17:27:28.596Z[ recovery-image] Aug 14 17:27:27.450 INFO O| Aug 14 17:27:27.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83462026-08-14T17:27:28.599Z[ recovery-image] Aug 14 17:27:27.450 INFO O| Aug 14 17:27:27.450 INFO STEP 1031 (remove_files) COMPLETE
83472026-08-14T17:27:28.599Z[ recovery-image] Aug 14 17:27:27.450 INFO O| Aug 14 17:27:27.450 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-14T17:27:28.606Z[ recovery-image] Aug 14 17:27:27.460 INFO O| Aug 14 17:27:27.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83492026-08-14T17:27:28.606Z[ recovery-image] Aug 14 17:27:27.460 INFO O| Aug 14 17:27:27.460 INFO STEP 1032 (remove_files) COMPLETE
83502026-08-14T17:27:28.606Z[ recovery-image] Aug 14 17:27:27.460 INFO O| Aug 14 17:27:27.460 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-14T17:27:28.616Z[ recovery-image] Aug 14 17:27:27.470 INFO O| Aug 14 17:27:27.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83522026-08-14T17:27:28.616Z[ recovery-image] Aug 14 17:27:27.470 INFO O| Aug 14 17:27:27.470 INFO STEP 1033 (remove_files) COMPLETE
83532026-08-14T17:27:28.616Z[ recovery-image] Aug 14 17:27:27.470 INFO O| Aug 14 17:27:27.470 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-14T17:27:28.625Z[ recovery-image] Aug 14 17:27:27.479 INFO O| Aug 14 17:27:27.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83552026-08-14T17:27:28.625Z[ recovery-image] Aug 14 17:27:27.479 INFO O| Aug 14 17:27:27.479 INFO STEP 1034 (remove_files) COMPLETE
83562026-08-14T17:27:28.625Z[ recovery-image] Aug 14 17:27:27.479 INFO O| Aug 14 17:27:27.479 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-14T17:27:28.633Z[ recovery-image] Aug 14 17:27:27.487 INFO O| Aug 14 17:27:27.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83582026-08-14T17:27:28.633Z[ recovery-image] Aug 14 17:27:27.487 INFO O| Aug 14 17:27:27.487 INFO STEP 1035 (remove_files) COMPLETE
83592026-08-14T17:27:28.634Z[ recovery-image] Aug 14 17:27:27.487 INFO O| Aug 14 17:27:27.487 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-14T17:27:28.642Z[ recovery-image] Aug 14 17:27:27.496 INFO O| Aug 14 17:27:27.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83612026-08-14T17:27:28.642Z[ recovery-image] Aug 14 17:27:27.496 INFO O| Aug 14 17:27:27.496 INFO STEP 1036 (remove_files) COMPLETE
83622026-08-14T17:27:28.642Z[ recovery-image] Aug 14 17:27:27.496 INFO O| Aug 14 17:27:27.496 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-14T17:27:28.651Z[ recovery-image] Aug 14 17:27:27.505 INFO O| Aug 14 17:27:27.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83642026-08-14T17:27:28.651Z[ recovery-image] Aug 14 17:27:27.505 INFO O| Aug 14 17:27:27.505 INFO STEP 1037 (remove_files) COMPLETE
83652026-08-14T17:27:28.654Z[ recovery-image] Aug 14 17:27:27.505 INFO O| Aug 14 17:27:27.505 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-14T17:27:28.659Z[ recovery-image] Aug 14 17:27:27.513 INFO O| Aug 14 17:27:27.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83672026-08-14T17:27:28.659Z[ recovery-image] Aug 14 17:27:27.513 INFO O| Aug 14 17:27:27.513 INFO STEP 1038 (remove_files) COMPLETE
83682026-08-14T17:27:28.659Z[ recovery-image] Aug 14 17:27:27.513 INFO O| Aug 14 17:27:27.513 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-14T17:27:28.670Z[ recovery-image] Aug 14 17:27:27.524 INFO O| Aug 14 17:27:27.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83702026-08-14T17:27:28.670Z[ recovery-image] Aug 14 17:27:27.524 INFO O| Aug 14 17:27:27.524 INFO STEP 1039 (remove_files) COMPLETE
83712026-08-14T17:27:28.673Z[ recovery-image] Aug 14 17:27:27.524 INFO O| Aug 14 17:27:27.524 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-14T17:27:28.679Z[ recovery-image] Aug 14 17:27:27.533 INFO O| Aug 14 17:27:27.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83732026-08-14T17:27:28.679Z[ recovery-image] Aug 14 17:27:27.533 INFO O| Aug 14 17:27:27.533 INFO STEP 1040 (remove_files) COMPLETE
83742026-08-14T17:27:28.679Z[ recovery-image] Aug 14 17:27:27.533 INFO O| Aug 14 17:27:27.533 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-14T17:27:28.689Z[ recovery-image] Aug 14 17:27:27.543 INFO O| Aug 14 17:27:27.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83762026-08-14T17:27:28.689Z[ recovery-image] Aug 14 17:27:27.543 INFO O| Aug 14 17:27:27.543 INFO STEP 1041 (remove_files) COMPLETE
83772026-08-14T17:27:28.689Z[ recovery-image] Aug 14 17:27:27.543 INFO O| Aug 14 17:27:27.543 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-14T17:27:28.697Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
83792026-08-14T17:27:28.700Z[ recovery-image] Aug 14 17:27:27.552 INFO O| Aug 14 17:27:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83802026-08-14T17:27:28.700Z[ recovery-image] Aug 14 17:27:27.553 INFO O| Aug 14 17:27:27.552 INFO STEP 1042 (remove_files) COMPLETE
83812026-08-14T17:27:28.700Z[ recovery-image] Aug 14 17:27:27.553 INFO O| Aug 14 17:27:27.553 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-14T17:27:28.708Z[ recovery-image] Aug 14 17:27:27.562 INFO O| Aug 14 17:27:27.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83832026-08-14T17:27:28.708Z[ recovery-image] Aug 14 17:27:27.562 INFO O| Aug 14 17:27:27.562 INFO STEP 1043 (remove_files) COMPLETE
83842026-08-14T17:27:28.708Z[ recovery-image] Aug 14 17:27:27.562 INFO O| Aug 14 17:27:27.562 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-14T17:27:28.719Z[ recovery-image] Aug 14 17:27:27.573 INFO O| Aug 14 17:27:27.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83862026-08-14T17:27:28.719Z[ recovery-image] Aug 14 17:27:27.573 INFO O| Aug 14 17:27:27.573 INFO STEP 1044 (remove_files) COMPLETE
83872026-08-14T17:27:28.722Z[ recovery-image] Aug 14 17:27:27.573 INFO O| Aug 14 17:27:27.573 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-14T17:27:28.729Z[ recovery-image] Aug 14 17:27:27.583 INFO O| Aug 14 17:27:27.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
83892026-08-14T17:27:28.729Z[ recovery-image] Aug 14 17:27:27.583 INFO O| Aug 14 17:27:27.583 INFO STEP 1045 (remove_files) COMPLETE
83902026-08-14T17:27:28.732Z[ recovery-image] Aug 14 17:27:27.583 INFO O| Aug 14 17:27:27.583 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-14T17:27:28.740Z[ recovery-image] Aug 14 17:27:27.594 INFO O| Aug 14 17:27:27.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
83922026-08-14T17:27:28.740Z[ recovery-image] Aug 14 17:27:27.594 INFO O| Aug 14 17:27:27.594 INFO STEP 1046 (remove_files) COMPLETE
83932026-08-14T17:27:28.740Z[ recovery-image] Aug 14 17:27:27.594 INFO O| Aug 14 17:27:27.594 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-14T17:27:28.748Z[ recovery-image] Aug 14 17:27:27.602 INFO O| Aug 14 17:27:27.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
83952026-08-14T17:27:28.748Z[ recovery-image] Aug 14 17:27:27.602 INFO O| Aug 14 17:27:27.602 INFO STEP 1047 (remove_files) COMPLETE
83962026-08-14T17:27:28.748Z[ recovery-image] Aug 14 17:27:27.602 INFO O| Aug 14 17:27:27.602 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-14T17:27:28.760Z[ recovery-image] Aug 14 17:27:27.613 INFO O| Aug 14 17:27:27.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
83982026-08-14T17:27:28.760Z[ recovery-image] Aug 14 17:27:27.613 INFO O| Aug 14 17:27:27.613 INFO STEP 1048 (remove_files) COMPLETE
83992026-08-14T17:27:28.760Z[ recovery-image] Aug 14 17:27:27.613 INFO O| Aug 14 17:27:27.613 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-14T17:27:28.770Z[ recovery-image] Aug 14 17:27:27.623 INFO O| Aug 14 17:27:27.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84012026-08-14T17:27:28.770Z[ recovery-image] Aug 14 17:27:27.623 INFO O| Aug 14 17:27:27.623 INFO STEP 1049 (remove_files) COMPLETE
84022026-08-14T17:27:28.770Z[ recovery-image] Aug 14 17:27:27.623 INFO O| Aug 14 17:27:27.623 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-14T17:27:28.778Z[ recovery-image] Aug 14 17:27:27.632 INFO O| Aug 14 17:27:27.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84042026-08-14T17:27:28.779Z[ recovery-image] Aug 14 17:27:27.632 INFO O| Aug 14 17:27:27.632 INFO STEP 1050 (remove_files) COMPLETE
84052026-08-14T17:27:28.779Z[ recovery-image] Aug 14 17:27:27.633 INFO O| Aug 14 17:27:27.632 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-14T17:27:28.788Z[ recovery-image] Aug 14 17:27:27.642 INFO O| Aug 14 17:27:27.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84072026-08-14T17:27:28.788Z[ recovery-image] Aug 14 17:27:27.642 INFO O| Aug 14 17:27:27.642 INFO STEP 1051 (remove_files) COMPLETE
84082026-08-14T17:27:28.788Z[ recovery-image] Aug 14 17:27:27.642 INFO O| Aug 14 17:27:27.642 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-14T17:27:28.798Z[ recovery-image] Aug 14 17:27:27.652 INFO O| Aug 14 17:27:27.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84102026-08-14T17:27:28.798Z[ recovery-image] Aug 14 17:27:27.652 INFO O| Aug 14 17:27:27.652 INFO STEP 1052 (remove_files) COMPLETE
84112026-08-14T17:27:28.798Z[ recovery-image] Aug 14 17:27:27.652 INFO O| Aug 14 17:27:27.652 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-14T17:27:28.808Z[ recovery-image] Aug 14 17:27:27.661 INFO O| Aug 14 17:27:27.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84132026-08-14T17:27:28.808Z[ recovery-image] Aug 14 17:27:27.662 INFO O| Aug 14 17:27:27.662 INFO STEP 1053 (remove_files) COMPLETE
84142026-08-14T17:27:28.808Z[ recovery-image] Aug 14 17:27:27.662 INFO O| Aug 14 17:27:27.662 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-14T17:27:28.817Z[ recovery-image] Aug 14 17:27:27.670 INFO O| Aug 14 17:27:27.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84162026-08-14T17:27:28.817Z[ recovery-image] Aug 14 17:27:27.670 INFO O| Aug 14 17:27:27.670 INFO STEP 1054 (remove_files) COMPLETE
84172026-08-14T17:27:28.817Z[ recovery-image] Aug 14 17:27:27.670 INFO O| Aug 14 17:27:27.670 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-14T17:27:28.825Z[ recovery-image] Aug 14 17:27:27.679 INFO O| Aug 14 17:27:27.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84192026-08-14T17:27:28.826Z[ recovery-image] Aug 14 17:27:27.680 INFO O| Aug 14 17:27:27.680 INFO STEP 1055 (remove_files) COMPLETE
84202026-08-14T17:27:28.826Z[ recovery-image] Aug 14 17:27:27.680 INFO O| Aug 14 17:27:27.680 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-14T17:27:28.835Z[ recovery-image] Aug 14 17:27:27.689 INFO O| Aug 14 17:27:27.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84222026-08-14T17:27:28.835Z[ recovery-image] Aug 14 17:27:27.689 INFO O| Aug 14 17:27:27.689 INFO STEP 1056 (remove_files) COMPLETE
84232026-08-14T17:27:28.835Z[ recovery-image] Aug 14 17:27:27.689 INFO O| Aug 14 17:27:27.689 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-14T17:27:28.843Z[ recovery-image] Aug 14 17:27:27.697 INFO O| Aug 14 17:27:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84252026-08-14T17:27:28.843Z[ recovery-image] Aug 14 17:27:27.697 INFO O| Aug 14 17:27:27.697 INFO STEP 1057 (remove_files) COMPLETE
84262026-08-14T17:27:28.843Z[ recovery-image] Aug 14 17:27:27.697 INFO O| Aug 14 17:27:27.697 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-14T17:27:28.852Z[ recovery-image] Aug 14 17:27:27.706 INFO O| Aug 14 17:27:27.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84282026-08-14T17:27:28.852Z[ recovery-image] Aug 14 17:27:27.706 INFO O| Aug 14 17:27:27.706 INFO STEP 1058 (remove_files) COMPLETE
84292026-08-14T17:27:28.852Z[ recovery-image] Aug 14 17:27:27.706 INFO O| Aug 14 17:27:27.706 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-14T17:27:28.861Z[ recovery-image] Aug 14 17:27:27.715 INFO O| Aug 14 17:27:27.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84312026-08-14T17:27:28.861Z[ recovery-image] Aug 14 17:27:27.715 INFO O| Aug 14 17:27:27.715 INFO STEP 1059 (remove_files) COMPLETE
84322026-08-14T17:27:28.864Z[ recovery-image] Aug 14 17:27:27.715 INFO O| Aug 14 17:27:27.715 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-14T17:27:28.868Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
84342026-08-14T17:27:28.870Z[ recovery-image] Aug 14 17:27:27.724 INFO O| Aug 14 17:27:27.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84352026-08-14T17:27:28.870Z[ recovery-image] Aug 14 17:27:27.724 INFO O| Aug 14 17:27:27.724 INFO STEP 1060 (remove_files) COMPLETE
84362026-08-14T17:27:28.870Z[ recovery-image] Aug 14 17:27:27.724 INFO O| Aug 14 17:27:27.724 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-14T17:27:28.878Z[ recovery-image] Aug 14 17:27:27.732 INFO O| Aug 14 17:27:27.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84382026-08-14T17:27:28.878Z[ recovery-image] Aug 14 17:27:27.732 INFO O| Aug 14 17:27:27.732 INFO STEP 1061 (remove_files) COMPLETE
84392026-08-14T17:27:28.878Z[ recovery-image] Aug 14 17:27:27.732 INFO O| Aug 14 17:27:27.732 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-14T17:27:28.888Z[ recovery-image] Aug 14 17:27:27.742 INFO O| Aug 14 17:27:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84412026-08-14T17:27:28.889Z[ recovery-image] Aug 14 17:27:27.742 INFO O| Aug 14 17:27:27.742 INFO STEP 1062 (remove_files) COMPLETE
84422026-08-14T17:27:28.892Z[ recovery-image] Aug 14 17:27:27.743 INFO O| Aug 14 17:27:27.742 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-14T17:27:28.899Z[ recovery-image] Aug 14 17:27:27.753 INFO O| Aug 14 17:27:27.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84442026-08-14T17:27:28.899Z[ recovery-image] Aug 14 17:27:27.753 INFO O| Aug 14 17:27:27.753 INFO STEP 1063 (remove_files) COMPLETE
84452026-08-14T17:27:28.899Z[ recovery-image] Aug 14 17:27:27.753 INFO O| Aug 14 17:27:27.753 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-14T17:27:28.910Z[ recovery-image] Aug 14 17:27:27.763 INFO O| Aug 14 17:27:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84472026-08-14T17:27:28.910Z[ recovery-image] Aug 14 17:27:27.763 INFO O| Aug 14 17:27:27.763 INFO STEP 1064 (remove_files) COMPLETE
84482026-08-14T17:27:28.910Z[ recovery-image] Aug 14 17:27:27.763 INFO O| Aug 14 17:27:27.763 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-14T17:27:28.920Z[ recovery-image] Aug 14 17:27:27.774 INFO O| Aug 14 17:27:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84502026-08-14T17:27:28.920Z[ recovery-image] Aug 14 17:27:27.774 INFO O| Aug 14 17:27:27.774 INFO STEP 1065 (remove_files) COMPLETE
84512026-08-14T17:27:28.920Z[ recovery-image] Aug 14 17:27:27.774 INFO O| Aug 14 17:27:27.774 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-14T17:27:28.931Z[ recovery-image] Aug 14 17:27:27.785 INFO O| Aug 14 17:27:27.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84532026-08-14T17:27:28.931Z[ recovery-image] Aug 14 17:27:27.785 INFO O| Aug 14 17:27:27.785 INFO STEP 1066 (remove_files) COMPLETE
84542026-08-14T17:27:28.931Z[ recovery-image] Aug 14 17:27:27.785 INFO O| Aug 14 17:27:27.785 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-14T17:27:28.942Z[ recovery-image] Aug 14 17:27:27.796 INFO O| Aug 14 17:27:27.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84562026-08-14T17:27:28.942Z[ recovery-image] Aug 14 17:27:27.796 INFO O| Aug 14 17:27:27.796 INFO STEP 1067 (remove_files) COMPLETE
84572026-08-14T17:27:28.945Z[ recovery-image] Aug 14 17:27:27.796 INFO O| Aug 14 17:27:27.796 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-14T17:27:28.952Z[ recovery-image] Aug 14 17:27:27.806 INFO O| Aug 14 17:27:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84592026-08-14T17:27:28.952Z[ recovery-image] Aug 14 17:27:27.806 INFO O| Aug 14 17:27:27.806 INFO STEP 1068 (remove_files) COMPLETE
84602026-08-14T17:27:28.955Z[ recovery-image] Aug 14 17:27:27.806 INFO O| Aug 14 17:27:27.806 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-14T17:27:28.961Z[ recovery-image] Aug 14 17:27:27.815 INFO O| Aug 14 17:27:27.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84622026-08-14T17:27:28.961Z[ recovery-image] Aug 14 17:27:27.815 INFO O| Aug 14 17:27:27.815 INFO STEP 1069 (remove_files) COMPLETE
84632026-08-14T17:27:28.964Z[ recovery-image] Aug 14 17:27:27.815 INFO O| Aug 14 17:27:27.815 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-14T17:27:28.969Z[ recovery-image] Aug 14 17:27:27.823 INFO O| Aug 14 17:27:27.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84652026-08-14T17:27:28.969Z[ recovery-image] Aug 14 17:27:27.823 INFO O| Aug 14 17:27:27.823 INFO STEP 1070 (remove_files) COMPLETE
84662026-08-14T17:27:28.972Z[ recovery-image] Aug 14 17:27:27.823 INFO O| Aug 14 17:27:27.823 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-14T17:27:28.977Z[ recovery-image] Aug 14 17:27:27.831 INFO O| Aug 14 17:27:27.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84682026-08-14T17:27:28.977Z[ recovery-image] Aug 14 17:27:27.831 INFO O| Aug 14 17:27:27.831 INFO STEP 1071 (remove_files) COMPLETE
84692026-08-14T17:27:28.977Z[ recovery-image] Aug 14 17:27:27.831 INFO O| Aug 14 17:27:27.831 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-14T17:27:28.985Z[ recovery-image] Aug 14 17:27:27.839 INFO O| Aug 14 17:27:27.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84712026-08-14T17:27:28.985Z[ recovery-image] Aug 14 17:27:27.839 INFO O| Aug 14 17:27:27.839 INFO STEP 1072 (remove_files) COMPLETE
84722026-08-14T17:27:28.985Z[ recovery-image] Aug 14 17:27:27.839 INFO O| Aug 14 17:27:27.839 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-14T17:27:28.994Z[ recovery-image] Aug 14 17:27:27.848 INFO O| Aug 14 17:27:27.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84742026-08-14T17:27:28.994Z[ recovery-image] Aug 14 17:27:27.848 INFO O| Aug 14 17:27:27.848 INFO STEP 1073 (remove_files) COMPLETE
84752026-08-14T17:27:28.994Z[ recovery-image] Aug 14 17:27:27.848 INFO O| Aug 14 17:27:27.848 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-14T17:27:29.004Z[ recovery-image] Aug 14 17:27:27.858 INFO O| Aug 14 17:27:27.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84772026-08-14T17:27:29.004Z[ recovery-image] Aug 14 17:27:27.858 INFO O| Aug 14 17:27:27.858 INFO STEP 1074 (remove_files) COMPLETE
84782026-08-14T17:27:29.004Z[ recovery-image] Aug 14 17:27:27.858 INFO O| Aug 14 17:27:27.858 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-14T17:27:29.013Z[ recovery-image] Aug 14 17:27:27.867 INFO O| Aug 14 17:27:27.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84802026-08-14T17:27:29.013Z[ recovery-image] Aug 14 17:27:27.867 INFO O| Aug 14 17:27:27.867 INFO STEP 1075 (remove_files) COMPLETE
84812026-08-14T17:27:29.016Z[ recovery-image] Aug 14 17:27:27.867 INFO O| Aug 14 17:27:27.867 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-14T17:27:29.022Z[ recovery-image] Aug 14 17:27:27.876 INFO O| Aug 14 17:27:27.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84832026-08-14T17:27:29.026Z[ recovery-image] Aug 14 17:27:27.877 INFO O| Aug 14 17:27:27.877 INFO STEP 1076 (remove_files) COMPLETE
84842026-08-14T17:27:29.026Z[ recovery-image] Aug 14 17:27:27.877 INFO O| Aug 14 17:27:27.877 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-14T17:27:29.032Z[ recovery-image] Aug 14 17:27:27.886 INFO O| Aug 14 17:27:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84862026-08-14T17:27:29.032Z[ recovery-image] Aug 14 17:27:27.886 INFO O| Aug 14 17:27:27.886 INFO STEP 1077 (remove_files) COMPLETE
84872026-08-14T17:27:29.032Z[ recovery-image] Aug 14 17:27:27.886 INFO O| Aug 14 17:27:27.886 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-14T17:27:29.041Z[ recovery-image] Aug 14 17:27:27.895 INFO O| Aug 14 17:27:27.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
84892026-08-14T17:27:29.041Z[ recovery-image] Aug 14 17:27:27.895 INFO O| Aug 14 17:27:27.895 INFO STEP 1078 (remove_files) COMPLETE
84902026-08-14T17:27:29.044Z[ recovery-image] Aug 14 17:27:27.895 INFO O| Aug 14 17:27:27.895 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-14T17:27:29.050Z[ recovery-image] Aug 14 17:27:27.904 INFO O| Aug 14 17:27:27.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
84922026-08-14T17:27:29.050Z[ recovery-image] Aug 14 17:27:27.904 INFO O| Aug 14 17:27:27.904 INFO STEP 1079 (remove_files) COMPLETE
84932026-08-14T17:27:29.050Z[ recovery-image] Aug 14 17:27:27.904 INFO O| Aug 14 17:27:27.904 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-14T17:27:29.059Z[ recovery-image] Aug 14 17:27:27.913 INFO O| Aug 14 17:27:27.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
84952026-08-14T17:27:29.059Z[ recovery-image] Aug 14 17:27:27.913 INFO O| Aug 14 17:27:27.913 INFO STEP 1080 (remove_files) COMPLETE
84962026-08-14T17:27:29.059Z[ recovery-image] Aug 14 17:27:27.913 INFO O| Aug 14 17:27:27.913 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-14T17:27:29.069Z[ recovery-image] Aug 14 17:27:27.923 INFO O| Aug 14 17:27:27.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
84982026-08-14T17:27:29.069Z[ recovery-image] Aug 14 17:27:27.923 INFO O| Aug 14 17:27:27.923 INFO STEP 1081 (remove_files) COMPLETE
84992026-08-14T17:27:29.069Z[ recovery-image] Aug 14 17:27:27.923 INFO O| Aug 14 17:27:27.923 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-14T17:27:29.079Z[ recovery-image] Aug 14 17:27:27.933 INFO O| Aug 14 17:27:27.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85012026-08-14T17:27:29.079Z[ recovery-image] Aug 14 17:27:27.933 INFO O| Aug 14 17:27:27.933 INFO STEP 1082 (remove_files) COMPLETE
85022026-08-14T17:27:29.079Z[ recovery-image] Aug 14 17:27:27.933 INFO O| Aug 14 17:27:27.933 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-14T17:27:29.088Z[ recovery-image] Aug 14 17:27:27.942 INFO O| Aug 14 17:27:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85042026-08-14T17:27:29.089Z[ recovery-image] Aug 14 17:27:27.942 INFO O| Aug 14 17:27:27.942 INFO STEP 1083 (remove_files) COMPLETE
85052026-08-14T17:27:29.089Z[ recovery-image] Aug 14 17:27:27.942 INFO O| Aug 14 17:27:27.942 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-14T17:27:29.097Z[ recovery-image] Aug 14 17:27:27.951 INFO O| Aug 14 17:27:27.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85072026-08-14T17:27:29.097Z[ recovery-image] Aug 14 17:27:27.951 INFO O| Aug 14 17:27:27.951 INFO STEP 1084 (remove_files) COMPLETE
85082026-08-14T17:27:29.100Z[ recovery-image] Aug 14 17:27:27.951 INFO O| Aug 14 17:27:27.951 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-14T17:27:29.106Z[ recovery-image] Aug 14 17:27:27.960 INFO O| Aug 14 17:27:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85102026-08-14T17:27:29.106Z[ recovery-image] Aug 14 17:27:27.960 INFO O| Aug 14 17:27:27.960 INFO STEP 1085 (remove_files) COMPLETE
85112026-08-14T17:27:29.106Z[ recovery-image] Aug 14 17:27:27.960 INFO O| Aug 14 17:27:27.960 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-14T17:27:29.114Z[ recovery-image] Aug 14 17:27:27.968 INFO O| Aug 14 17:27:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85132026-08-14T17:27:29.115Z[ recovery-image] Aug 14 17:27:27.968 INFO O| Aug 14 17:27:27.968 INFO STEP 1086 (remove_files) COMPLETE
85142026-08-14T17:27:29.115Z[ recovery-image] Aug 14 17:27:27.968 INFO O| Aug 14 17:27:27.968 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-14T17:27:29.124Z[ recovery-image] Aug 14 17:27:27.978 INFO O| Aug 14 17:27:27.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85162026-08-14T17:27:29.124Z[ recovery-image] Aug 14 17:27:27.978 INFO O| Aug 14 17:27:27.978 INFO STEP 1087 (remove_files) COMPLETE
85172026-08-14T17:27:29.128Z[ recovery-image] Aug 14 17:27:27.978 INFO O| Aug 14 17:27:27.978 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-14T17:27:29.135Z[ recovery-image] Aug 14 17:27:27.989 INFO O| Aug 14 17:27:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85192026-08-14T17:27:29.135Z[ recovery-image] Aug 14 17:27:27.989 INFO O| Aug 14 17:27:27.989 INFO STEP 1088 (remove_files) COMPLETE
85202026-08-14T17:27:29.135Z[ recovery-image] Aug 14 17:27:27.989 INFO O| Aug 14 17:27:27.989 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-14T17:27:29.145Z[ recovery-image] Aug 14 17:27:27.999 INFO O| Aug 14 17:27:27.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85222026-08-14T17:27:29.145Z[ recovery-image] Aug 14 17:27:27.999 INFO O| Aug 14 17:27:27.999 INFO STEP 1089 (remove_files) COMPLETE
85232026-08-14T17:27:29.145Z[ recovery-image] Aug 14 17:27:27.999 INFO O| Aug 14 17:27:27.999 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-14T17:27:29.156Z[ recovery-image] Aug 14 17:27:28.009 INFO O| Aug 14 17:27:28.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85252026-08-14T17:27:29.156Z[ recovery-image] Aug 14 17:27:28.009 INFO O| Aug 14 17:27:28.009 INFO STEP 1090 (remove_files) COMPLETE
85262026-08-14T17:27:29.156Z[ recovery-image] Aug 14 17:27:28.010 INFO O| Aug 14 17:27:28.009 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-14T17:27:29.159Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
85282026-08-14T17:27:29.166Z[ recovery-image] Aug 14 17:27:28.020 INFO O| Aug 14 17:27:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85292026-08-14T17:27:29.166Z[ recovery-image] Aug 14 17:27:28.020 INFO O| Aug 14 17:27:28.020 INFO STEP 1091 (remove_files) COMPLETE
85302026-08-14T17:27:29.166Z[ recovery-image] Aug 14 17:27:28.020 INFO O| Aug 14 17:27:28.020 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-14T17:27:29.177Z[ recovery-image] Aug 14 17:27:28.030 INFO O| Aug 14 17:27:28.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85322026-08-14T17:27:29.177Z[ recovery-image] Aug 14 17:27:28.030 INFO O| Aug 14 17:27:28.030 INFO STEP 1092 (remove_files) COMPLETE
85332026-08-14T17:27:29.177Z[ recovery-image] Aug 14 17:27:28.030 INFO O| Aug 14 17:27:28.030 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-14T17:27:29.187Z[ recovery-image] Aug 14 17:27:28.040 INFO O| Aug 14 17:27:28.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85352026-08-14T17:27:29.187Z[ recovery-image] Aug 14 17:27:28.040 INFO O| Aug 14 17:27:28.040 INFO STEP 1093 (remove_files) COMPLETE
85362026-08-14T17:27:29.187Z[ recovery-image] Aug 14 17:27:28.041 INFO O| Aug 14 17:27:28.040 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-14T17:27:29.197Z[ recovery-image] Aug 14 17:27:28.051 INFO O| Aug 14 17:27:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85382026-08-14T17:27:29.197Z[ recovery-image] Aug 14 17:27:28.051 INFO O| Aug 14 17:27:28.051 INFO STEP 1094 (remove_files) COMPLETE
85392026-08-14T17:27:29.197Z[ recovery-image] Aug 14 17:27:28.051 INFO O| Aug 14 17:27:28.051 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-14T17:27:29.208Z[ recovery-image] Aug 14 17:27:28.061 INFO O| Aug 14 17:27:28.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85412026-08-14T17:27:29.208Z[ recovery-image] Aug 14 17:27:28.061 INFO O| Aug 14 17:27:28.061 INFO STEP 1095 (remove_files) COMPLETE
85422026-08-14T17:27:29.208Z[ recovery-image] Aug 14 17:27:28.061 INFO O| Aug 14 17:27:28.061 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-14T17:27:29.218Z[ recovery-image] Aug 14 17:27:28.070 INFO O| Aug 14 17:27:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85442026-08-14T17:27:29.218Z[ recovery-image] Aug 14 17:27:28.070 INFO O| Aug 14 17:27:28.070 INFO STEP 1096 (remove_files) COMPLETE
85452026-08-14T17:27:29.218Z[ recovery-image] Aug 14 17:27:28.070 INFO O| Aug 14 17:27:28.070 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-14T17:27:29.228Z[ recovery-image] Aug 14 17:27:28.079 INFO O| Aug 14 17:27:28.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85472026-08-14T17:27:29.228Z[ recovery-image] Aug 14 17:27:28.079 INFO O| Aug 14 17:27:28.079 INFO STEP 1097 (remove_files) COMPLETE
85482026-08-14T17:27:29.228Z[ recovery-image] Aug 14 17:27:28.080 INFO O| Aug 14 17:27:28.079 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-14T17:27:29.239Z[ recovery-image] Aug 14 17:27:28.091 INFO O| Aug 14 17:27:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85502026-08-14T17:27:29.239Z[ recovery-image] Aug 14 17:27:28.091 INFO O| Aug 14 17:27:28.091 INFO STEP 1098 (remove_files) COMPLETE
85512026-08-14T17:27:29.239Z[ recovery-image] Aug 14 17:27:28.091 INFO O| Aug 14 17:27:28.091 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-14T17:27:29.249Z[ recovery-image] Aug 14 17:27:28.101 INFO O| Aug 14 17:27:28.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85532026-08-14T17:27:29.249Z[ recovery-image] Aug 14 17:27:28.101 INFO O| Aug 14 17:27:28.101 INFO STEP 1099 (remove_files) COMPLETE
85542026-08-14T17:27:29.249Z[ recovery-image] Aug 14 17:27:28.101 INFO O| Aug 14 17:27:28.101 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-14T17:27:29.258Z[ recovery-image] Aug 14 17:27:28.112 INFO O| Aug 14 17:27:28.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85562026-08-14T17:27:29.259Z[ recovery-image] Aug 14 17:27:28.112 INFO O| Aug 14 17:27:28.112 INFO STEP 1100 (remove_files) COMPLETE
85572026-08-14T17:27:29.259Z[ recovery-image] Aug 14 17:27:28.112 INFO O| Aug 14 17:27:28.112 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-14T17:27:29.269Z[ recovery-image] Aug 14 17:27:28.123 INFO O| Aug 14 17:27:28.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85592026-08-14T17:27:29.269Z[ recovery-image] Aug 14 17:27:28.123 INFO O| Aug 14 17:27:28.123 INFO STEP 1101 (remove_files) COMPLETE
85602026-08-14T17:27:29.269Z[ recovery-image] Aug 14 17:27:28.123 INFO O| Aug 14 17:27:28.123 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-14T17:27:29.284Z[ recovery-image] Aug 14 17:27:28.138 INFO O| Aug 14 17:27:28.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85622026-08-14T17:27:29.284Z[ recovery-image] Aug 14 17:27:28.138 INFO O| Aug 14 17:27:28.138 INFO STEP 1102 (remove_files) COMPLETE
85632026-08-14T17:27:29.284Z[ recovery-image] Aug 14 17:27:28.138 INFO O| Aug 14 17:27:28.138 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-14T17:27:29.295Z[ recovery-image] Aug 14 17:27:28.148 INFO O| Aug 14 17:27:28.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85652026-08-14T17:27:29.295Z[ recovery-image] Aug 14 17:27:28.148 INFO O| Aug 14 17:27:28.148 INFO STEP 1103 (remove_files) COMPLETE
85662026-08-14T17:27:29.295Z[ recovery-image] Aug 14 17:27:28.148 INFO O| Aug 14 17:27:28.148 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-14T17:27:29.304Z[ recovery-image] Aug 14 17:27:28.158 INFO O| Aug 14 17:27:28.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85682026-08-14T17:27:29.304Z[ recovery-image] Aug 14 17:27:28.158 INFO O| Aug 14 17:27:28.158 INFO STEP 1104 (remove_files) COMPLETE
85692026-08-14T17:27:29.305Z[ recovery-image] Aug 14 17:27:28.158 INFO O| Aug 14 17:27:28.158 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-14T17:27:29.314Z[ recovery-image] Aug 14 17:27:28.168 INFO O| Aug 14 17:27:28.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85712026-08-14T17:27:29.314Z[ recovery-image] Aug 14 17:27:28.168 INFO O| Aug 14 17:27:28.168 INFO STEP 1105 (remove_files) COMPLETE
85722026-08-14T17:27:29.314Z[ recovery-image] Aug 14 17:27:28.168 INFO O| Aug 14 17:27:28.168 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-14T17:27:29.324Z[ recovery-image] Aug 14 17:27:28.178 INFO O| Aug 14 17:27:28.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85742026-08-14T17:27:29.324Z[ recovery-image] Aug 14 17:27:28.178 INFO O| Aug 14 17:27:28.178 INFO STEP 1106 (remove_files) COMPLETE
85752026-08-14T17:27:29.324Z[ recovery-image] Aug 14 17:27:28.178 INFO O| Aug 14 17:27:28.178 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-14T17:27:29.335Z[ recovery-image] Aug 14 17:27:28.187 INFO O| Aug 14 17:27:28.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85772026-08-14T17:27:29.335Z[ recovery-image] Aug 14 17:27:28.188 INFO O| Aug 14 17:27:28.187 INFO STEP 1107 (remove_files) COMPLETE
85782026-08-14T17:27:29.335Z[ recovery-image] Aug 14 17:27:28.188 INFO O| Aug 14 17:27:28.187 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-14T17:27:29.343Z[ recovery-image] Aug 14 17:27:28.197 INFO O| Aug 14 17:27:28.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85802026-08-14T17:27:29.343Z[ recovery-image] Aug 14 17:27:28.197 INFO O| Aug 14 17:27:28.197 INFO STEP 1108 (remove_files) COMPLETE
85812026-08-14T17:27:29.347Z[ recovery-image] Aug 14 17:27:28.197 INFO O| Aug 14 17:27:28.197 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-14T17:27:29.353Z[ recovery-image] Aug 14 17:27:28.206 INFO O| Aug 14 17:27:28.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85832026-08-14T17:27:29.353Z[ recovery-image] Aug 14 17:27:28.206 INFO O| Aug 14 17:27:28.206 INFO STEP 1109 (remove_files) COMPLETE
85842026-08-14T17:27:29.353Z[ recovery-image] Aug 14 17:27:28.206 INFO O| Aug 14 17:27:28.206 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-14T17:27:29.362Z[ recovery-image] Aug 14 17:27:28.216 INFO O| Aug 14 17:27:28.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85862026-08-14T17:27:29.362Z[ recovery-image] Aug 14 17:27:28.216 INFO O| Aug 14 17:27:28.216 INFO STEP 1110 (remove_files) COMPLETE
85872026-08-14T17:27:29.362Z[ recovery-image] Aug 14 17:27:28.216 INFO O| Aug 14 17:27:28.216 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-14T17:27:29.371Z[ recovery-image] Aug 14 17:27:28.225 INFO O| Aug 14 17:27:28.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
85892026-08-14T17:27:29.372Z[ recovery-image] Aug 14 17:27:28.225 INFO O| Aug 14 17:27:28.225 INFO STEP 1111 (remove_files) COMPLETE
85902026-08-14T17:27:29.372Z[ recovery-image] Aug 14 17:27:28.225 INFO O| Aug 14 17:27:28.225 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-14T17:27:29.381Z[ recovery-image] Aug 14 17:27:28.235 INFO O| Aug 14 17:27:28.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
85922026-08-14T17:27:29.381Z[ recovery-image] Aug 14 17:27:28.235 INFO O| Aug 14 17:27:28.235 INFO STEP 1112 (remove_files) COMPLETE
85932026-08-14T17:27:29.381Z[ recovery-image] Aug 14 17:27:28.235 INFO O| Aug 14 17:27:28.235 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-14T17:27:29.400Z[ recovery-image] Aug 14 17:27:28.244 INFO O| Aug 14 17:27:28.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
85952026-08-14T17:27:29.400Z[ recovery-image] Aug 14 17:27:28.244 INFO O| Aug 14 17:27:28.244 INFO STEP 1113 (remove_files) COMPLETE
85962026-08-14T17:27:29.400Z[ recovery-image] Aug 14 17:27:28.244 INFO O| Aug 14 17:27:28.244 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-14T17:27:29.400Z[verify-libraries] Compiling fs-err v2.11.0
85982026-08-14T17:27:29.400Z[ recovery-image] Aug 14 17:27:28.253 INFO O| Aug 14 17:27:28.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
85992026-08-14T17:27:29.400Z[ recovery-image] Aug 14 17:27:28.253 INFO O| Aug 14 17:27:28.253 INFO STEP 1114 (remove_files) COMPLETE
86002026-08-14T17:27:29.400Z[ recovery-image] Aug 14 17:27:28.253 INFO O| Aug 14 17:27:28.253 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-14T17:27:29.411Z[ recovery-image] Aug 14 17:27:28.264 INFO O| Aug 14 17:27:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86022026-08-14T17:27:29.411Z[ recovery-image] Aug 14 17:27:28.264 INFO O| Aug 14 17:27:28.264 INFO STEP 1115 (remove_files) COMPLETE
86032026-08-14T17:27:29.411Z[ recovery-image] Aug 14 17:27:28.264 INFO O| Aug 14 17:27:28.264 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-14T17:27:29.420Z[ recovery-image] Aug 14 17:27:28.273 INFO O| Aug 14 17:27:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86052026-08-14T17:27:29.420Z[ recovery-image] Aug 14 17:27:28.274 INFO O| Aug 14 17:27:28.274 INFO STEP 1116 (remove_files) COMPLETE
86062026-08-14T17:27:29.420Z[ recovery-image] Aug 14 17:27:28.274 INFO O| Aug 14 17:27:28.274 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-14T17:27:29.429Z[ recovery-image] Aug 14 17:27:28.282 INFO O| Aug 14 17:27:28.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86082026-08-14T17:27:29.429Z[ recovery-image] Aug 14 17:27:28.282 INFO O| Aug 14 17:27:28.282 INFO STEP 1117 (remove_files) COMPLETE
86092026-08-14T17:27:29.429Z[ recovery-image] Aug 14 17:27:28.282 INFO O| Aug 14 17:27:28.282 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86102026-08-14T17:27:29.444Z[ recovery-image] Aug 14 17:27:28.297 INFO O| Aug 14 17:27:28.297 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86112026-08-14T17:27:29.444Z[ recovery-image] Aug 14 17:27:28.297 INFO O| Aug 14 17:27:28.297 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86122026-08-14T17:27:29.542Z[verify-libraries] Compiling internet-checksum v0.2.1
86132026-08-14T17:27:29.703Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86142026-08-14T17:27:30.318Z[ recovery-image] Aug 14 17:27:29.171 INFO O| Aug 14 17:27:29.171 INFO STEP 1118 (pack_tar) COMPLETE
86152026-08-14T17:27:30.318Z[ recovery-image] Aug 14 17:27:29.171 INFO O| Aug 14 17:27:29.171 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86162026-08-14T17:27:30.318Z[ recovery-image] Aug 14 17:27:29.171 INFO O| Aug 14 17:27:29.171 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86172026-08-14T17:27:30.673Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86182026-08-14T17:27:30.925Z[ recovery-image] Aug 14 17:27:29.779 INFO O| Aug 14 17:27:29.778 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86192026-08-14T17:27:30.957Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86202026-08-14T17:27:31.052Z[verify-libraries] Compiling samael v0.0.19
86212026-08-14T17:27:31.148Z[ recovery-image] Aug 14 17:27:30.000 INFO O| Aug 14 17:27:29.999 INFO completed processing sled/ramdisk-03-recovery-trim
86222026-08-14T17:27:31.152Z[ recovery-image] Aug 14 17:27:30.003 INFO image builder template: zfs-recovery...
86232026-08-14T17:27:31.152Z[ recovery-image] Aug 14 17:27:30.003 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/.tmpUskSdj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86242026-08-14T17:27:31.177Z[ recovery-image] Aug 14 17:27:30.031 INFO O| Aug 14 17:27:30.030 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86252026-08-14T17:27:31.182Z[ recovery-image] Aug 14 17:27:30.035 INFO O| Aug 14 17:27:30.035 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86262026-08-14T17:27:31.287Z[ recovery-image] Aug 14 17:27:30.140 INFO O| Aug 14 17:27:30.140 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86272026-08-14T17:27:31.372Z[ recovery-image] Aug 14 17:27:30.225 INFO O| Aug 14 17:27:30.224 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86282026-08-14T17:27:31.372Z[ recovery-image] Aug 14 17:27:30.225 INFO O| Aug 14 17:27:30.225 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86292026-08-14T17:27:31.378Z[ recovery-image] Aug 14 17:27:30.229 INFO O| Aug 14 17:27:30.229 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86302026-08-14T17:27:31.469Z[ recovery-image] Aug 14 17:27:30.323 INFO O| Aug 14 17:27:30.323 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86312026-08-14T17:27:31.525Z[ recovery-image] Aug 14 17:27:30.379 INFO O| Aug 14 17:27:30.379 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86322026-08-14T17:27:31.535Z[ recovery-image] Aug 14 17:27:30.389 INFO O| Aug 14 17:27:30.388 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86332026-08-14T17:27:31.540Z[ recovery-image] Aug 14 17:27:30.393 INFO O| Aug 14 17:27:30.393 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86342026-08-14T17:27:31.548Z[ recovery-image] Aug 14 17:27:30.395 INFO O| Aug 14 17:27:30.395 INFO no lofi found
86352026-08-14T17:27:31.548Z[ recovery-image] Aug 14 17:27:30.395 INFO O| Aug 14 17:27:30.395 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86362026-08-14T17:27:31.548Z[ recovery-image] Aug 14 17:27:30.395 INFO O| Aug 14 17:27:30.395 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86372026-08-14T17:27:31.674Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86382026-08-14T17:27:32.797Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86392026-08-14T17:27:33.147Z[ recovery-image] Aug 14 17:27:32.001 INFO O| Aug 14 17:27:32.001 INFO lofi device = /dev/dsk/c2t1d0p0
86402026-08-14T17:27:33.147Z[ recovery-image] Aug 14 17:27:32.001 INFO O| Aug 14 17:27:32.001 INFO pool device = /dev/dsk/c2t1d0p0
86412026-08-14T17:27:33.147Z[ recovery-image] Aug 14 17:27:32.001 INFO O| Aug 14 17:27:32.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"]
86422026-08-14T17:27:33.314Z[ recovery-image] Aug 14 17:27:32.167 INFO O| Aug 14 17:27:32.167 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86432026-08-14T17:27:33.314Z[ recovery-image] Aug 14 17:27:32.167 INFO O| Aug 14 17:27:32.167 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86442026-08-14T17:27:33.342Z[ recovery-image] Aug 14 17:27:32.195 INFO O| Aug 14 17:27:32.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86452026-08-14T17:27:33.360Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86462026-08-14T17:27:33.524Z[ recovery-image] Aug 14 17:27:32.378 INFO O| Aug 14 17:27:32.378 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86472026-08-14T17:27:33.558Z[ recovery-image] Aug 14 17:27:32.412 INFO O| Aug 14 17:27:32.412 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86482026-08-14T17:27:33.579Z[ recovery-image] Aug 14 17:27:32.433 INFO O| Aug 14 17:27:32.433 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86492026-08-14T17:27:33.595Z[ recovery-image] Aug 14 17:27:32.449 INFO O| Aug 14 17:27:32.449 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86502026-08-14T17:27:33.624Z[verify-libraries] Compiling git2 v0.20.4
86512026-08-14T17:27:33.653Z[ recovery-image] Aug 14 17:27:32.507 INFO O| Aug 14 17:27:32.507 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86522026-08-14T17:27:33.654Z[ recovery-image] Aug 14 17:27:32.507 INFO O| Aug 14 17:27:32.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86532026-08-14T17:27:33.654Z[ recovery-image] Aug 14 17:27:32.507 INFO O| Aug 14 17:27:32.507 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86542026-08-14T17:27:33.667Z[ recovery-image] Aug 14 17:27:32.516 INFO O| Aug 14 17:27:32.516 INFO boot environment UUID: 162adb78-2634-4bf5-9ad2-3816d0d8b17c
86552026-08-14T17:27:33.667Z[ recovery-image] Aug 14 17:27:32.516 INFO O| Aug 14 17:27:32.516 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 162adb78-2634-4bf5-9ad2-3816d0d8b17c
86562026-08-14T17:27:33.680Z[ recovery-image] Aug 14 17:27:32.534 INFO O| Aug 14 17:27:32.534 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86572026-08-14T17:27:33.698Z[ recovery-image] Aug 14 17:27:32.552 INFO O| Aug 14 17:27:32.552 INFO STEP 0 (create_be) COMPLETE
86582026-08-14T17:27:33.698Z[ recovery-image] Aug 14 17:27:32.552 INFO O| Aug 14 17:27:32.552 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86592026-08-14T17:27:33.713Z[ recovery-image] Aug 14 17:27:32.567 INFO O| Aug 14 17:27:32.566 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"]
86602026-08-14T17:27:33.751Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86612026-08-14T17:27:34.782Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86622026-08-14T17:27:35.675Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86632026-08-14T17:27:36.179Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86642026-08-14T17:27:36.604Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86652026-08-14T17:27:36.743Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86662026-08-14T17:27:36.942Z[verify-libraries] Compiling yansi v1.0.1
86672026-08-14T17:27:37.349Z[verify-libraries] Compiling pretty_assertions v1.4.1
86682026-08-14T17:27:37.478Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86692026-08-14T17:27:37.524Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86702026-08-14T17:27:37.788Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86712026-08-14T17:27:37.919Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86722026-08-14T17:27:37.995Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86732026-08-14T17:27:38.041Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86742026-08-14T17:27:38.103Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86752026-08-14T17:27:38.325Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86762026-08-14T17:27:38.378Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86772026-08-14T17:27:38.661Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86782026-08-14T17:27:38.763Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86792026-08-14T17:27:39.137Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86802026-08-14T17:27:39.240Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86812026-08-14T17:27:39.450Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86822026-08-14T17:27:39.611Z[verify-libraries] Compiling drift v0.2.0
86832026-08-14T17:27:40.090Z[verify-libraries] Compiling uzers v0.12.2
86842026-08-14T17:27:40.624Z[verify-libraries] Compiling parse-size v1.1.0
86852026-08-14T17:27:40.833Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86862026-08-14T17:27:40.864Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86872026-08-14T17:27:40.973Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86882026-08-14T17:27:41.431Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86892026-08-14T17:27:41.981Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86902026-08-14T17:27:42.449Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86912026-08-14T17:27:42.710Z[ recovery-image] Aug 14 17:27:41.563 INFO O| Aug 14 17:27:41.563 INFO STEP 1 (unpack_tar) COMPLETE
86922026-08-14T17:27:42.710Z[ recovery-image] Aug 14 17:27:41.563 INFO O| Aug 14 17:27:41.563 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932026-08-14T17:27:42.721Z[ recovery-image] Aug 14 17:27:41.575 INFO O| Aug 14 17:27:41.575 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86942026-08-14T17:27:42.963Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86952026-08-14T17:27:43.831Z[ recovery-image] Aug 14 17:27:42.684 INFO O| Aug 14 17:27:42.684 INFO STEP 2 (devfsadm) COMPLETE
86962026-08-14T17:27:43.831Z[ recovery-image] Aug 14 17:27:42.684 INFO O| Aug 14 17:27:42.684 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972026-08-14T17:27:43.841Z[ recovery-image] Aug 14 17:27:42.694 INFO O| Aug 14 17:27:42.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86982026-08-14T17:27:43.841Z[ recovery-image] Aug 14 17:27:42.694 INFO O| Aug 14 17:27:42.694 INFO STEP 3 (ensure_dir) COMPLETE
86992026-08-14T17:27:43.841Z[ recovery-image] Aug 14 17:27:42.694 INFO O| Aug 14 17:27:42.694 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87002026-08-14T17:27:43.851Z[ recovery-image] Aug 14 17:27:42.704 INFO O| Aug 14 17:27:42.704 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87012026-08-14T17:27:43.851Z[ recovery-image] Aug 14 17:27:42.704 INFO O| Aug 14 17:27:42.704 INFO STEP 4 (ensure_dir) COMPLETE
87022026-08-14T17:27:43.851Z[ recovery-image] Aug 14 17:27:42.705 INFO O| Aug 14 17:27:42.704 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87032026-08-14T17:27:43.861Z[ recovery-image] Aug 14 17:27:42.715 INFO O| Aug 14 17:27:42.715 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87042026-08-14T17:27:43.861Z[ recovery-image] Aug 14 17:27:42.715 INFO O| Aug 14 17:27:42.715 INFO STEP 5 (ensure_dir) COMPLETE
87052026-08-14T17:27:43.864Z[ recovery-image] Aug 14 17:27:42.715 INFO O| Aug 14 17:27:42.715 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87062026-08-14T17:27:43.871Z[ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87072026-08-14T17:27:43.871Z[ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87082026-08-14T17:27:43.871Z[ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO STEP 6 (ensure_dir) COMPLETE
87092026-08-14T17:27:43.875Z[ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87102026-08-14T17:27:43.881Z[ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87112026-08-14T17:27:43.881Z[ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87122026-08-14T17:27:43.884Z[ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO STEP 7 (ensure_dir) COMPLETE
87132026-08-14T17:27:43.884Z[ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142026-08-14T17:27:43.891Z[ recovery-image] Aug 14 17:27:42.745 INFO O| Aug 14 17:27:42.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87152026-08-14T17:27:43.894Z[ recovery-image] Aug 14 17:27:42.746 INFO O| Aug 14 17:27:42.746 INFO STEP 8 (remove_files) COMPLETE
87162026-08-14T17:27:43.894Z[ recovery-image] Aug 14 17:27:42.746 INFO O| Aug 14 17:27:42.746 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172026-08-14T17:27:43.902Z[ recovery-image] Aug 14 17:27:42.756 INFO O| Aug 14 17:27:42.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87182026-08-14T17:27:43.906Z[ recovery-image] Aug 14 17:27:42.757 INFO O| Aug 14 17:27:42.757 INFO STEP 9 (remove_files) COMPLETE
87192026-08-14T17:27:43.906Z[ recovery-image] Aug 14 17:27:42.757 INFO O| Aug 14 17:27:42.757 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202026-08-14T17:27:43.913Z[ recovery-image] Aug 14 17:27:42.767 INFO O| Aug 14 17:27:42.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87212026-08-14T17:27:43.916Z[ recovery-image] Aug 14 17:27:42.767 INFO O| Aug 14 17:27:42.767 INFO STEP 10 (remove_files) COMPLETE
87222026-08-14T17:27:43.916Z[ recovery-image] Aug 14 17:27:42.767 INFO O| Aug 14 17:27:42.767 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232026-08-14T17:27:43.923Z[ recovery-image] Aug 14 17:27:42.777 INFO O| Aug 14 17:27:42.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87242026-08-14T17:27:43.923Z[ recovery-image] Aug 14 17:27:42.777 INFO O| Aug 14 17:27:42.777 INFO STEP 11 (remove_files) COMPLETE
87252026-08-14T17:27:43.923Z[ recovery-image] Aug 14 17:27:42.777 INFO O| Aug 14 17:27:42.777 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-08-14T17:27:43.933Z[ recovery-image] Aug 14 17:27:42.787 INFO O| Aug 14 17:27:42.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87272026-08-14T17:27:43.933Z[ recovery-image] Aug 14 17:27:42.787 INFO O| Aug 14 17:27:42.787 INFO STEP 12 (remove_files) COMPLETE
87282026-08-14T17:27:43.933Z[ recovery-image] Aug 14 17:27:42.787 INFO O| Aug 14 17:27:42.787 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-08-14T17:27:43.943Z[ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87302026-08-14T17:27:43.943Z[ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87312026-08-14T17:27:43.943Z[ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO STEP 13 (ensure_dir) COMPLETE
87322026-08-14T17:27:43.946Z[ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87332026-08-14T17:27:43.953Z[ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87342026-08-14T17:27:43.953Z[ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87352026-08-14T17:27:43.953Z[ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87362026-08-14T17:27:43.956Z[ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO STEP 14 (ensure_dir) COMPLETE
87372026-08-14T17:27:43.956Z[ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-14T17:27:43.964Z[ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87392026-08-14T17:27:43.965Z[ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87402026-08-14T17:27:43.965Z[ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87412026-08-14T17:27:43.968Z[ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO STEP 15 (ensure_dir) COMPLETE
87422026-08-14T17:27:43.968Z[ recovery-image] Aug 14 17:27:42.819 INFO O| Aug 14 17:27:42.818 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432026-08-14T17:27:43.976Z[ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87442026-08-14T17:27:43.976Z[ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87452026-08-14T17:27:43.979Z[ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO STEP 16 (ensure_dir) COMPLETE
87462026-08-14T17:27:43.979Z[ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87472026-08-14T17:27:43.988Z[ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.841 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87482026-08-14T17:27:43.988Z[ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87492026-08-14T17:27:43.988Z[ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.842 INFO STEP 17 (ensure_dir) COMPLETE
87502026-08-14T17:27:43.991Z[ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.842 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-14T17:27:43.999Z[ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87522026-08-14T17:27:43.999Z[ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87532026-08-14T17:27:44.003Z[ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO ok!
87542026-08-14T17:27:44.003Z[ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO STEP 18 (ensure_symlink) COMPLETE
87552026-08-14T17:27:44.003Z[ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-08-14T17:27:44.010Z[ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87572026-08-14T17:27:44.010Z[ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87582026-08-14T17:27:44.010Z[ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO ok!
87592026-08-14T17:27:44.014Z[ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO STEP 19 (ensure_file) COMPLETE
87602026-08-14T17:27:44.014Z[ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87612026-08-14T17:27:44.021Z[ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.874 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87622026-08-14T17:27:44.021Z[ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.874 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87632026-08-14T17:27:44.024Z[ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87642026-08-14T17:27:44.024Z[ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO ok!
87652026-08-14T17:27:44.024Z[ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO STEP 20 (ensure_symlink) COMPLETE
87662026-08-14T17:27:44.024Z[ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87672026-08-14T17:27:44.032Z[ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.885 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87682026-08-14T17:27:44.032Z[ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.885 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87692026-08-14T17:27:44.034Z[ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87702026-08-14T17:27:44.034Z[ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO ok!
87712026-08-14T17:27:44.034Z[ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO STEP 21 (ensure_symlink) COMPLETE
87722026-08-14T17:27:44.034Z[ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87732026-08-14T17:27:44.042Z[ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87742026-08-14T17:27:44.042Z[ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87752026-08-14T17:27:44.042Z[ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87762026-08-14T17:27:44.045Z[ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO ok!
87772026-08-14T17:27:44.045Z[ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO STEP 22 (ensure_symlink) COMPLETE
87782026-08-14T17:27:44.045Z[ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87792026-08-14T17:27:44.053Z[ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.906 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87802026-08-14T17:27:44.053Z[ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87812026-08-14T17:27:44.053Z[ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87822026-08-14T17:27:44.055Z[ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO ok!
87832026-08-14T17:27:44.055Z[ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO STEP 23 (ensure_symlink) COMPLETE
87842026-08-14T17:27:44.056Z[ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87852026-08-14T17:27:44.063Z[ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87862026-08-14T17:27:44.063Z[ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 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 ...
87872026-08-14T17:27:44.063Z[ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87882026-08-14T17:27:44.066Z[ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO ok!
87892026-08-14T17:27:44.066Z[ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO STEP 24 (ensure_file) COMPLETE
87902026-08-14T17:27:44.066Z[ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87912026-08-14T17:27:44.072Z[ recovery-image] Aug 14 17:27:42.926 INFO O| Aug 14 17:27:42.926 INFO updating shadow file
87922026-08-14T17:27:44.073Z[ recovery-image] Aug 14 17:27:42.926 INFO O| Aug 14 17:27:42.926 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87932026-08-14T17:27:44.076Z[ recovery-image] Aug 14 17:27:42.926 INFO O| Aug 14 17:27:42.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87942026-08-14T17:27:44.076Z[ recovery-image] Aug 14 17:27:42.927 INFO O| Aug 14 17:27:42.926 INFO STEP 25 (shadow) COMPLETE
87952026-08-14T17:27:44.076Z[ recovery-image] Aug 14 17:27:42.927 INFO O| Aug 14 17:27:42.927 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87962026-08-14T17:27:44.082Z[ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
87972026-08-14T17:27:44.082Z[ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
87982026-08-14T17:27:44.082Z[ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
87992026-08-14T17:27:44.085Z[ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO ok!
88002026-08-14T17:27:44.085Z[ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO STEP 26 (ensure_file) COMPLETE
88012026-08-14T17:27:44.085Z[ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022026-08-14T17:27:44.092Z[ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88032026-08-14T17:27:44.092Z[ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88042026-08-14T17:27:44.092Z[ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88052026-08-14T17:27:44.095Z[ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO ok!
88062026-08-14T17:27:44.095Z[ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO STEP 27 (ensure_file) COMPLETE
88072026-08-14T17:27:44.095Z[ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88082026-08-14T17:27:44.102Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88092026-08-14T17:27:44.102Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88102026-08-14T17:27:44.105Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88112026-08-14T17:27:44.105Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88122026-08-14T17:27:44.105Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO ok!
88132026-08-14T17:27:44.105Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO STEP 28 (ensure_file) COMPLETE
88142026-08-14T17:27:44.105Z[ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152026-08-14T17:27:44.112Z[ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88162026-08-14T17:27:44.112Z[ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88172026-08-14T17:27:44.112Z[ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88182026-08-14T17:27:44.115Z[ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO ok!
88192026-08-14T17:27:44.115Z[ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO STEP 29 (ensure_file) COMPLETE
88202026-08-14T17:27:44.115Z[ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-14T17:27:44.123Z[ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.976 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88222026-08-14T17:27:44.123Z[ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88232026-08-14T17:27:44.126Z[ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88242026-08-14T17:27:44.126Z[ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO STEP 30 (ensure_dir) COMPLETE
88252026-08-14T17:27:44.126Z[ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262026-08-14T17:27:44.133Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88272026-08-14T17:27:44.133Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 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 ...
88282026-08-14T17:27:44.133Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 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
88292026-08-14T17:27:44.137Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88302026-08-14T17:27:44.137Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO ok!
88312026-08-14T17:27:44.137Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO STEP 31 (ensure_file) COMPLETE
88322026-08-14T17:27:44.137Z[ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-14T17:27:44.144Z[ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88342026-08-14T17:27:44.144Z[ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88352026-08-14T17:27:44.144Z[ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88362026-08-14T17:27:44.144Z[ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO STEP 32 (ensure_dir) COMPLETE
88372026-08-14T17:27:44.147Z[ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-14T17:27:44.157Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.010 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88392026-08-14T17:27:44.157Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 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 ...
88402026-08-14T17:27:44.160Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 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
88412026-08-14T17:27:44.160Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88422026-08-14T17:27:44.161Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO ok!
88432026-08-14T17:27:44.161Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO STEP 33 (ensure_file) COMPLETE
88442026-08-14T17:27:44.161Z[ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88452026-08-14T17:27:44.166Z[ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88462026-08-14T17:27:44.166Z[ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88472026-08-14T17:27:44.170Z[ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88482026-08-14T17:27:44.170Z[ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO ok!
88492026-08-14T17:27:44.170Z[ recovery-image] Aug 14 17:27:43.021 INFO O| Aug 14 17:27:43.020 INFO STEP 34 (ensure_file) COMPLETE
88502026-08-14T17:27:44.170Z[ recovery-image] Aug 14 17:27:43.021 INFO O| Aug 14 17:27:43.020 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88512026-08-14T17:27:44.176Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88522026-08-14T17:27:44.176Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88532026-08-14T17:27:44.180Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88542026-08-14T17:27:44.180Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88552026-08-14T17:27:44.180Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO ok!
88562026-08-14T17:27:44.180Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO STEP 35 (ensure_file) COMPLETE
88572026-08-14T17:27:44.180Z[ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88582026-08-14T17:27:44.185Z[ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88592026-08-14T17:27:44.185Z[ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88602026-08-14T17:27:44.186Z[ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88612026-08-14T17:27:44.188Z[ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 INFO ok!
88622026-08-14T17:27:44.188Z[ recovery-image] Aug 14 17:27:43.040 INFO O| Aug 14 17:27:43.039 INFO STEP 36 (ensure_file) COMPLETE
88632026-08-14T17:27:44.188Z[ recovery-image] Aug 14 17:27:43.040 INFO O| Aug 14 17:27:43.039 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88642026-08-14T17:27:44.195Z[ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88652026-08-14T17:27:44.195Z[ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88662026-08-14T17:27:44.198Z[ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88672026-08-14T17:27:44.198Z[ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO ok!
88682026-08-14T17:27:44.198Z[ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO STEP 37 (ensure_file) COMPLETE
88692026-08-14T17:27:44.198Z[ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-14T17:27:44.207Z[ recovery-image] Aug 14 17:27:43.060 INFO O| Aug 14 17:27:43.060 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88712026-08-14T17:27:44.214Z[ recovery-image] Aug 14 17:27:43.060 INFO O| Aug 14 17:27:43.060 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88722026-08-14T17:27:44.214Z[ recovery-image] Aug 14 17:27:43.060 INFO O| Aug 14 17:27:43.060 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88732026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88742026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88752026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88762026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO ok!
88772026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO STEP 38 (ensure_file) COMPLETE
88782026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88792026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88802026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88812026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88822026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO STEP 39 (ensure_dir) COMPLETE
88832026-08-14T17:27:44.217Z[ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88842026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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
88852026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 ...
88862026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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
88872026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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
88882026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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
88892026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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
88902026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 INFO ok!
88912026-08-14T17:27:44.228Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 INFO STEP 40 (ensure_file) COMPLETE
88922026-08-14T17:27:44.232Z[ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88932026-08-14T17:27:44.239Z[ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88942026-08-14T17:27:44.239Z[ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 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 ...
88952026-08-14T17:27:44.239Z[ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88962026-08-14T17:27:44.242Z[ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO ok!
88972026-08-14T17:27:44.243Z[ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO STEP 41 (ensure_symlink) COMPLETE
88982026-08-14T17:27:44.243Z[ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88992026-08-14T17:27:44.250Z[ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89002026-08-14T17:27:44.250Z[ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89012026-08-14T17:27:44.250Z[ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89022026-08-14T17:27:44.255Z[ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO ok!
89032026-08-14T17:27:44.255Z[ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO STEP 42 (ensure_symlink) COMPLETE
89042026-08-14T17:27:44.255Z[ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89052026-08-14T17:27:44.264Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89062026-08-14T17:27:44.264Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89072026-08-14T17:27:44.264Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89082026-08-14T17:27:44.264Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89092026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89102026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89112026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO ok!
89122026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO STEP 43 (ensure_file) COMPLETE
89132026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89142026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89152026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 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 ...
89162026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 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
89172026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89182026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO ok!
89192026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO STEP 44 (ensure_file) COMPLETE
89202026-08-14T17:27:44.271Z[ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89212026-08-14T17:27:44.280Z[ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89222026-08-14T17:27:44.280Z[ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89232026-08-14T17:27:44.280Z[ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89242026-08-14T17:27:44.283Z[ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO ok!
89252026-08-14T17:27:44.283Z[ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO STEP 45 (ensure_file) COMPLETE
89262026-08-14T17:27:44.283Z[ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89272026-08-14T17:27:44.291Z[ recovery-image] Aug 14 17:27:43.144 INFO O| Aug 14 17:27:43.144 INFO updating shadow file
89282026-08-14T17:27:44.291Z[ recovery-image] Aug 14 17:27:43.145 INFO O| Aug 14 17:27:43.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89292026-08-14T17:27:44.291Z[ recovery-image] Aug 14 17:27:43.145 INFO O| Aug 14 17:27:43.145 INFO STEP 46 (shadow) COMPLETE
89302026-08-14T17:27:44.294Z[ recovery-image] Aug 14 17:27:43.145 INFO O| Aug 14 17:27:43.145 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89312026-08-14T17:27:44.302Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89322026-08-14T17:27:44.302Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89332026-08-14T17:27:44.302Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89342026-08-14T17:27:44.305Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89352026-08-14T17:27:44.305Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO ok!
89362026-08-14T17:27:44.305Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO STEP 47 (ensure_file) COMPLETE
89372026-08-14T17:27:44.305Z[ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89382026-08-14T17:27:44.314Z[ recovery-image] Aug 14 17:27:43.168 INFO O| Aug 14 17:27:43.168 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89392026-08-14T17:27:44.314Z[ recovery-image] Aug 14 17:27:43.168 INFO O| Aug 14 17:27:43.168 INFO STEP 48 (ensure_dir) COMPLETE
89402026-08-14T17:27:44.317Z[ recovery-image] Aug 14 17:27:43.168 INFO O| Aug 14 17:27:43.168 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89412026-08-14T17:27:44.325Z[ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89422026-08-14T17:27:44.325Z[ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89432026-08-14T17:27:44.325Z[ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO STEP 49 (ensure_dir) COMPLETE
89442026-08-14T17:27:44.329Z[ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89452026-08-14T17:27:44.336Z[ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89462026-08-14T17:27:44.336Z[ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89472026-08-14T17:27:44.339Z[ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO STEP 50 (ensure_dir) COMPLETE
89482026-08-14T17:27:44.339Z[ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89492026-08-14T17:27:44.345Z[ recovery-image] Aug 14 17:27:43.199 INFO O| Aug 14 17:27:43.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89502026-08-14T17:27:44.345Z[ recovery-image] Aug 14 17:27:43.199 INFO O| Aug 14 17:27:43.199 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89512026-08-14T17:27:44.375Z[ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89522026-08-14T17:27:44.375Z[ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO ok!
89532026-08-14T17:27:44.377Z[ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO STEP 51 (ensure_file) COMPLETE
89542026-08-14T17:27:44.377Z[ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89552026-08-14T17:27:44.385Z[ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89562026-08-14T17:27:44.385Z[ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89572026-08-14T17:27:44.385Z[ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO STEP 52 (ensure_dir) COMPLETE
89582026-08-14T17:27:44.388Z[ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89592026-08-14T17:27:44.394Z[ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89602026-08-14T17:27:44.394Z[ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89612026-08-14T17:27:44.394Z[ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89622026-08-14T17:27:44.397Z[ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO ok!
89632026-08-14T17:27:44.397Z[ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO STEP 53 (ensure_file) COMPLETE
89642026-08-14T17:27:44.397Z[ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89652026-08-14T17:27:44.406Z[ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89662026-08-14T17:27:44.406Z[ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89672026-08-14T17:27:44.406Z[ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO STEP 54 (ensure_dir) COMPLETE
89682026-08-14T17:27:44.409Z[ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89692026-08-14T17:27:44.415Z[ recovery-image] Aug 14 17:27:43.269 INFO O| Aug 14 17:27:43.269 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89702026-08-14T17:27:44.415Z[ recovery-image] Aug 14 17:27:43.269 INFO O| Aug 14 17:27:43.269 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89712026-08-14T17:27:44.589Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89722026-08-14T17:27:45.224Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
89732026-08-14T17:27:46.313Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
89742026-08-14T17:27:46.407Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89752026-08-14T17:27:46.424Z[ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89762026-08-14T17:27:46.424Z[ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO ok!
89772026-08-14T17:27:46.427Z[ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO STEP 55 (ensure_file) COMPLETE
89782026-08-14T17:27:46.427Z[ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89792026-08-14T17:27:46.434Z[ recovery-image] Aug 14 17:27:45.288 INFO O| Aug 14 17:27:45.288 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89802026-08-14T17:27:46.434Z[ recovery-image] Aug 14 17:27:45.288 INFO O| Aug 14 17:27:45.288 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89812026-08-14T17:27:47.024Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89822026-08-14T17:27:47.169Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89832026-08-14T17:27:47.508Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
89842026-08-14T17:27:47.648Z[verify-libraries] Compiling multimap v0.10.1
89852026-08-14T17:27:47.865Z[verify-libraries] Compiling termios v0.3.3
89862026-08-14T17:27:48.018Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89872026-08-14T17:27:48.168Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89882026-08-14T17:27:48.410Z[ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89892026-08-14T17:27:48.411Z[ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO ok!
89902026-08-14T17:27:48.414Z[ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO STEP 56 (ensure_file) COMPLETE
89912026-08-14T17:27:48.414Z[ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89922026-08-14T17:27:48.421Z[ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89932026-08-14T17:27:48.421Z[ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89942026-08-14T17:27:48.421Z[ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO STEP 57 (ensure_dir) COMPLETE
89952026-08-14T17:27:48.424Z[ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89962026-08-14T17:27:48.432Z[ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89972026-08-14T17:27:48.432Z[ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO copying /tmp/.tmpUskSdj/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 ...
89982026-08-14T17:27:48.435Z[ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 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
89992026-08-14T17:27:48.435Z[ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO ok!
90002026-08-14T17:27:48.435Z[ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO STEP 58 (ensure_file) COMPLETE
90012026-08-14T17:27:48.435Z[ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-14T17:27:48.442Z[ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.295 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90032026-08-14T17:27:48.442Z[ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO copying /tmp/.tmpUskSdj/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 ...
90042026-08-14T17:27:48.445Z[ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 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
90052026-08-14T17:27:48.445Z[ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO ok!
90062026-08-14T17:27:48.445Z[ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO STEP 59 (ensure_file) COMPLETE
90072026-08-14T17:27:48.445Z[ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-14T17:27:48.451Z[ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90092026-08-14T17:27:48.451Z[ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90102026-08-14T17:27:48.454Z[ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO STEP 60 (ensure_dir) COMPLETE
90112026-08-14T17:27:48.454Z[ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-14T17:27:48.458Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90132026-08-14T17:27:48.460Z[ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90142026-08-14T17:27:48.461Z[ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO copying /tmp/.tmpUskSdj/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 ...
90152026-08-14T17:27:48.461Z[ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90162026-08-14T17:27:48.461Z[ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO ok!
90172026-08-14T17:27:48.461Z[ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO STEP 61 (ensure_file) COMPLETE
90182026-08-14T17:27:48.461Z[ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-14T17:27:48.468Z[ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90202026-08-14T17:27:48.468Z[ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO copying /tmp/.tmpUskSdj/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 ...
90212026-08-14T17:27:48.468Z[ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 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
90222026-08-14T17:27:48.472Z[ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO ok!
90232026-08-14T17:27:48.472Z[ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO STEP 62 (ensure_file) COMPLETE
90242026-08-14T17:27:48.472Z[ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-14T17:27:48.479Z[ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90262026-08-14T17:27:48.479Z[ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90272026-08-14T17:27:48.482Z[ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO STEP 63 (ensure_dir) COMPLETE
90282026-08-14T17:27:48.482Z[ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-14T17:27:48.488Z[ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90302026-08-14T17:27:48.488Z[ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO copying /tmp/.tmpUskSdj/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 ...
90312026-08-14T17:27:48.490Z[ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90322026-08-14T17:27:48.490Z[ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO ok!
90332026-08-14T17:27:48.490Z[ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO STEP 64 (ensure_file) COMPLETE
90342026-08-14T17:27:48.491Z[ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-14T17:27:48.496Z[ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90362026-08-14T17:27:48.496Z[ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90372026-08-14T17:27:48.499Z[ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90382026-08-14T17:27:48.499Z[ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO ok!
90392026-08-14T17:27:48.500Z[ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO STEP 65 (ensure_file) COMPLETE
90402026-08-14T17:27:48.500Z[ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-14T17:27:48.506Z[ recovery-image] Aug 14 17:27:47.360 INFO O| Aug 14 17:27:47.360 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90422026-08-14T17:27:48.506Z[ recovery-image] Aug 14 17:27:47.360 INFO O| Aug 14 17:27:47.360 INFO STEP 66 (ensure_dir) COMPLETE
90432026-08-14T17:27:48.510Z[ recovery-image] Aug 14 17:27:47.360 INFO O| Aug 14 17:27:47.360 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-14T17:27:48.517Z[ recovery-image] Aug 14 17:27:47.370 INFO O| Aug 14 17:27:47.370 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90452026-08-14T17:27:48.517Z[ recovery-image] Aug 14 17:27:47.371 INFO O| Aug 14 17:27:47.370 INFO STEP 67 (ensure_dir) COMPLETE
90462026-08-14T17:27:48.521Z[ recovery-image] Aug 14 17:27:47.371 INFO O| Aug 14 17:27:47.370 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-14T17:27:48.526Z[ recovery-image] Aug 14 17:27:47.380 INFO O| Aug 14 17:27:47.380 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90482026-08-14T17:27:48.527Z[ recovery-image] Aug 14 17:27:47.380 INFO O| Aug 14 17:27:47.380 INFO STEP 68 (ensure_dir) COMPLETE
90492026-08-14T17:27:48.530Z[ recovery-image] Aug 14 17:27:47.380 INFO O| Aug 14 17:27:47.380 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-14T17:27:48.537Z[ recovery-image] Aug 14 17:27:47.391 INFO O| Aug 14 17:27:47.391 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90512026-08-14T17:27:48.537Z[ recovery-image] Aug 14 17:27:47.391 INFO O| Aug 14 17:27:47.391 INFO STEP 69 (ensure_dir) COMPLETE
90522026-08-14T17:27:48.540Z[ recovery-image] Aug 14 17:27:47.391 INFO O| Aug 14 17:27:47.391 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-14T17:27:48.548Z[ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90542026-08-14T17:27:48.548Z[ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90552026-08-14T17:27:48.548Z[ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90562026-08-14T17:27:48.551Z[ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO ok!
90572026-08-14T17:27:48.551Z[ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO STEP 70 (ensure_file) COMPLETE
90582026-08-14T17:27:48.551Z[ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90592026-08-14T17:27:48.558Z[ recovery-image] Aug 14 17:27:47.412 INFO O| Aug 14 17:27:47.412 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90602026-08-14T17:27:48.558Z[ recovery-image] Aug 14 17:27:47.412 INFO O| Aug 14 17:27:47.412 INFO STEP 71 (remove_files) COMPLETE
90612026-08-14T17:27:48.580Z[ recovery-image] Aug 14 17:27:47.412 INFO O| Aug 14 17:27:47.412 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90622026-08-14T17:27:48.601Z[ recovery-image] Aug 14 17:27:47.452 INFO O| Aug 14 17:27:47.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90632026-08-14T17:27:48.624Z[ recovery-image] Aug 14 17:27:47.452 INFO O| Aug 14 17:27:47.452 INFO STEP 72 (remove_files) COMPLETE
90642026-08-14T17:27:48.624Z[ recovery-image] Aug 14 17:27:47.452 INFO O| Aug 14 17:27:47.452 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90652026-08-14T17:27:48.624Z[ recovery-image] Aug 14 17:27:47.465 INFO O| Aug 14 17:27:47.465 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90662026-08-14T17:27:48.628Z[ recovery-image] Aug 14 17:27:47.465 INFO O| Aug 14 17:27:47.465 INFO STEP 73 (remove_files) COMPLETE
90672026-08-14T17:27:48.628Z[ recovery-image] Aug 14 17:27:47.465 INFO O| Aug 14 17:27:47.465 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90682026-08-14T17:27:48.628Z[ recovery-image] Aug 14 17:27:47.478 INFO O| Aug 14 17:27:47.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90692026-08-14T17:27:48.628Z[ recovery-image] Aug 14 17:27:47.478 INFO O| Aug 14 17:27:47.478 INFO STEP 74 (remove_files) COMPLETE
90702026-08-14T17:27:48.628Z[ recovery-image] Aug 14 17:27:47.478 INFO O| Aug 14 17:27:47.478 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90712026-08-14T17:27:48.636Z[ recovery-image] Aug 14 17:27:47.490 INFO O| Aug 14 17:27:47.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90722026-08-14T17:27:48.636Z[ recovery-image] Aug 14 17:27:47.490 INFO O| Aug 14 17:27:47.490 INFO STEP 75 (remove_files) COMPLETE
90732026-08-14T17:27:48.636Z[ recovery-image] Aug 14 17:27:47.490 INFO O| Aug 14 17:27:47.490 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90742026-08-14T17:27:48.646Z[ recovery-image] Aug 14 17:27:47.500 INFO O| Aug 14 17:27:47.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90752026-08-14T17:27:48.647Z[ recovery-image] Aug 14 17:27:47.501 INFO O| Aug 14 17:27:47.501 INFO STEP 76 (remove_files) COMPLETE
90762026-08-14T17:27:48.647Z[ recovery-image] Aug 14 17:27:47.501 INFO O| Aug 14 17:27:47.501 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90772026-08-14T17:27:48.657Z[ recovery-image] Aug 14 17:27:47.511 INFO O| Aug 14 17:27:47.511 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90782026-08-14T17:27:48.657Z[ recovery-image] Aug 14 17:27:47.511 INFO O| Aug 14 17:27:47.511 INFO STEP 77 (remove_files) COMPLETE
90792026-08-14T17:27:48.657Z[ recovery-image] Aug 14 17:27:47.511 INFO O| Aug 14 17:27:47.511 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90802026-08-14T17:27:48.667Z[ recovery-image] Aug 14 17:27:47.520 INFO O| Aug 14 17:27:47.520 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90812026-08-14T17:27:48.667Z[ recovery-image] Aug 14 17:27:47.521 INFO O| Aug 14 17:27:47.521 INFO STEP 78 (remove_files) COMPLETE
90822026-08-14T17:27:48.669Z[ recovery-image] Aug 14 17:27:47.521 INFO O| Aug 14 17:27:47.521 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90832026-08-14T17:27:48.676Z[ recovery-image] Aug 14 17:27:47.530 INFO O| Aug 14 17:27:47.530 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90842026-08-14T17:27:48.679Z[ recovery-image] Aug 14 17:27:47.530 INFO O| Aug 14 17:27:47.530 INFO STEP 79 (remove_files) COMPLETE
90852026-08-14T17:27:48.679Z[ recovery-image] Aug 14 17:27:47.530 INFO O| Aug 14 17:27:47.530 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90862026-08-14T17:27:48.686Z[ recovery-image] Aug 14 17:27:47.540 INFO O| Aug 14 17:27:47.540 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90872026-08-14T17:27:48.686Z[ recovery-image] Aug 14 17:27:47.540 INFO O| Aug 14 17:27:47.540 INFO STEP 80 (remove_files) COMPLETE
90882026-08-14T17:27:48.689Z[ recovery-image] Aug 14 17:27:47.540 INFO O| Aug 14 17:27:47.540 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90892026-08-14T17:27:48.695Z[ recovery-image] Aug 14 17:27:47.549 INFO O| Aug 14 17:27:47.549 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90902026-08-14T17:27:48.695Z[ recovery-image] Aug 14 17:27:47.549 INFO O| Aug 14 17:27:47.549 INFO STEP 81 (remove_files) COMPLETE
90912026-08-14T17:27:48.698Z[ recovery-image] Aug 14 17:27:47.549 INFO O| Aug 14 17:27:47.549 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90922026-08-14T17:27:48.704Z[ recovery-image] Aug 14 17:27:47.558 INFO O| Aug 14 17:27:47.558 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90932026-08-14T17:27:48.704Z[ recovery-image] Aug 14 17:27:47.558 INFO O| Aug 14 17:27:47.558 INFO STEP 82 (remove_files) COMPLETE
90942026-08-14T17:27:48.707Z[ recovery-image] Aug 14 17:27:47.558 INFO O| Aug 14 17:27:47.558 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90952026-08-14T17:27:48.713Z[ recovery-image] Aug 14 17:27:47.567 INFO O| Aug 14 17:27:47.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90962026-08-14T17:27:48.713Z[ recovery-image] Aug 14 17:27:47.567 INFO O| Aug 14 17:27:47.567 INFO STEP 83 (remove_files) COMPLETE
90972026-08-14T17:27:48.716Z[ recovery-image] Aug 14 17:27:47.567 INFO O| Aug 14 17:27:47.567 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90982026-08-14T17:27:48.722Z[ recovery-image] Aug 14 17:27:47.576 INFO O| Aug 14 17:27:47.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
90992026-08-14T17:27:48.722Z[ recovery-image] Aug 14 17:27:47.576 INFO O| Aug 14 17:27:47.576 INFO STEP 84 (remove_files) COMPLETE
91002026-08-14T17:27:48.725Z[ recovery-image] Aug 14 17:27:47.576 INFO O| Aug 14 17:27:47.576 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91012026-08-14T17:27:48.731Z[ recovery-image] Aug 14 17:27:47.585 INFO O| Aug 14 17:27:47.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91022026-08-14T17:27:48.731Z[ recovery-image] Aug 14 17:27:47.585 INFO O| Aug 14 17:27:47.585 INFO STEP 85 (remove_files) COMPLETE
91032026-08-14T17:27:48.731Z[ recovery-image] Aug 14 17:27:47.585 INFO O| Aug 14 17:27:47.585 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91042026-08-14T17:27:48.741Z[ recovery-image] Aug 14 17:27:47.595 INFO O| Aug 14 17:27:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91052026-08-14T17:27:48.741Z[ recovery-image] Aug 14 17:27:47.595 INFO O| Aug 14 17:27:47.595 INFO STEP 86 (remove_files) COMPLETE
91062026-08-14T17:27:48.741Z[ recovery-image] Aug 14 17:27:47.595 INFO O| Aug 14 17:27:47.595 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91072026-08-14T17:27:48.751Z[ recovery-image] Aug 14 17:27:47.605 INFO O| Aug 14 17:27:47.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91082026-08-14T17:27:48.751Z[ recovery-image] Aug 14 17:27:47.605 INFO O| Aug 14 17:27:47.605 INFO STEP 87 (remove_files) COMPLETE
91092026-08-14T17:27:48.751Z[ recovery-image] Aug 14 17:27:47.605 INFO O| Aug 14 17:27:47.605 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-14T17:27:48.761Z[ recovery-image] Aug 14 17:27:47.615 INFO O| Aug 14 17:27:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91112026-08-14T17:27:48.761Z[ recovery-image] Aug 14 17:27:47.615 INFO O| Aug 14 17:27:47.615 INFO STEP 88 (remove_files) COMPLETE
91122026-08-14T17:27:48.761Z[ recovery-image] Aug 14 17:27:47.615 INFO O| Aug 14 17:27:47.615 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-14T17:27:48.772Z[ recovery-image] Aug 14 17:27:47.626 INFO O| Aug 14 17:27:47.625 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91142026-08-14T17:27:48.772Z[ recovery-image] Aug 14 17:27:47.626 INFO O| Aug 14 17:27:47.626 INFO STEP 89 (remove_files) COMPLETE
91152026-08-14T17:27:48.772Z[ recovery-image] Aug 14 17:27:47.626 INFO O| Aug 14 17:27:47.626 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-14T17:27:48.782Z[ recovery-image] Aug 14 17:27:47.636 INFO O| Aug 14 17:27:47.636 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91172026-08-14T17:27:48.782Z[ recovery-image] Aug 14 17:27:47.636 INFO O| Aug 14 17:27:47.636 INFO STEP 90 (remove_files) COMPLETE
91182026-08-14T17:27:48.782Z[ recovery-image] Aug 14 17:27:47.636 INFO O| Aug 14 17:27:47.636 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-14T17:27:48.793Z[ recovery-image] Aug 14 17:27:47.647 INFO O| Aug 14 17:27:47.647 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91202026-08-14T17:27:48.793Z[ recovery-image] Aug 14 17:27:47.647 INFO O| Aug 14 17:27:47.647 INFO STEP 91 (remove_files) COMPLETE
91212026-08-14T17:27:48.793Z[ recovery-image] Aug 14 17:27:47.647 INFO O| Aug 14 17:27:47.647 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-14T17:27:48.803Z[ recovery-image] Aug 14 17:27:47.657 INFO O| Aug 14 17:27:47.657 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91232026-08-14T17:27:48.804Z[ recovery-image] Aug 14 17:27:47.657 INFO O| Aug 14 17:27:47.657 INFO STEP 92 (remove_files) COMPLETE
91242026-08-14T17:27:48.804Z[ recovery-image] Aug 14 17:27:47.657 INFO O| Aug 14 17:27:47.657 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-14T17:27:48.834Z[ recovery-image] Aug 14 17:27:47.667 INFO O| Aug 14 17:27:47.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91262026-08-14T17:27:48.834Z[ recovery-image] Aug 14 17:27:47.667 INFO O| Aug 14 17:27:47.667 INFO STEP 93 (remove_files) COMPLETE
91272026-08-14T17:27:48.834Z[ recovery-image] Aug 14 17:27:47.667 INFO O| Aug 14 17:27:47.667 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-14T17:27:48.837Z[ recovery-image] Aug 14 17:27:47.677 INFO O| Aug 14 17:27:47.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91292026-08-14T17:27:48.837Z[ recovery-image] Aug 14 17:27:47.677 INFO O| Aug 14 17:27:47.677 INFO STEP 94 (remove_files) COMPLETE
91302026-08-14T17:27:48.837Z[ recovery-image] Aug 14 17:27:47.677 INFO O| Aug 14 17:27:47.677 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-14T17:27:48.837Z[ recovery-image] Aug 14 17:27:47.685 INFO O| Aug 14 17:27:47.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91322026-08-14T17:27:48.837Z[ recovery-image] Aug 14 17:27:47.685 INFO O| Aug 14 17:27:47.685 INFO STEP 95 (remove_files) COMPLETE
91332026-08-14T17:27:48.837Z[ recovery-image] Aug 14 17:27:47.685 INFO O| Aug 14 17:27:47.685 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-14T17:27:48.840Z[ recovery-image] Aug 14 17:27:47.694 INFO O| Aug 14 17:27:47.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91352026-08-14T17:27:48.840Z[ recovery-image] Aug 14 17:27:47.694 INFO O| Aug 14 17:27:47.694 INFO STEP 96 (remove_files) COMPLETE
91362026-08-14T17:27:48.843Z[ recovery-image] Aug 14 17:27:47.694 INFO O| Aug 14 17:27:47.694 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-14T17:27:48.849Z[ recovery-image] Aug 14 17:27:47.703 INFO O| Aug 14 17:27:47.703 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91382026-08-14T17:27:48.849Z[ recovery-image] Aug 14 17:27:47.703 INFO O| Aug 14 17:27:47.703 INFO STEP 97 (remove_files) COMPLETE
91392026-08-14T17:27:48.852Z[ recovery-image] Aug 14 17:27:47.703 INFO O| Aug 14 17:27:47.703 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-14T17:27:48.857Z[ recovery-image] Aug 14 17:27:47.711 INFO O| Aug 14 17:27:47.711 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91412026-08-14T17:27:48.857Z[ recovery-image] Aug 14 17:27:47.711 INFO O| Aug 14 17:27:47.711 INFO STEP 98 (remove_files) COMPLETE
91422026-08-14T17:27:48.857Z[ recovery-image] Aug 14 17:27:47.711 INFO O| Aug 14 17:27:47.711 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-14T17:27:48.868Z[ recovery-image] Aug 14 17:27:47.722 INFO O| Aug 14 17:27:47.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91442026-08-14T17:27:48.868Z[ recovery-image] Aug 14 17:27:47.722 INFO O| Aug 14 17:27:47.722 INFO STEP 99 (remove_files) COMPLETE
91452026-08-14T17:27:48.871Z[ recovery-image] Aug 14 17:27:47.722 INFO O| Aug 14 17:27:47.722 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91462026-08-14T17:27:48.881Z[ recovery-image] Aug 14 17:27:47.735 INFO O| Aug 14 17:27:47.735 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91472026-08-14T17:27:48.881Z[ recovery-image] Aug 14 17:27:47.735 INFO O| Aug 14 17:27:47.735 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91482026-08-14T17:27:51.508Z[verify-libraries] Compiling polar-core v0.27.3
91492026-08-14T17:27:53.329Z[ recovery-image] Aug 14 17:27:52.182 INFO O| Aug 14 17:27:52.182 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69
91502026-08-14T17:27:53.329Z[ recovery-image] Aug 14 17:27:52.182 INFO O| Aug 14 17:27:52.182 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91512026-08-14T17:27:53.342Z[ recovery-image] Aug 14 17:27:52.196 INFO O| Aug 14 17:27:52.196 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91522026-08-14T17:27:53.440Z[ recovery-image] Aug 14 17:27:52.293 INFO O| Aug 14 17:27:52.293 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91532026-08-14T17:27:53.499Z[ recovery-image] Aug 14 17:27:52.352 INFO O| Aug 14 17:27:52.352 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"}
91542026-08-14T17:27:53.564Z[ recovery-image] Aug 14 17:27:52.418 INFO O| Aug 14 17:27:52.417 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91552026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.418 INFO O| Aug 14 17:27:52.418 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 ...
91562026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91572026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO ok!
91582026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91592026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO STEP 100 (seed_smf) COMPLETE
91602026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO steps complete; finalising image!
91612026-08-14T17:27:53.615Z[ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91622026-08-14T17:27:53.688Z[ recovery-image] Aug 14 17:27:52.541 INFO O| Aug 14 17:27:52.541 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 14 17:27:52 2026)
91632026-08-14T17:27:53.896Z[ recovery-image] Aug 14 17:27:52.748 INFO O| Aug 14 17:27:52.748 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Fri Aug 14 17:27:52 2026)
91642026-08-14T17:27:54.100Z[ recovery-image] Aug 14 17:27:52.954 INFO O| Aug 14 17:27:52.954 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91652026-08-14T17:27:54.307Z[ recovery-image] Aug 14 17:27:53.160 INFO O| Aug 14 17:27:53.160 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91662026-08-14T17:27:54.513Z[ recovery-image] Aug 14 17:27:53.367 INFO O| Aug 14 17:27:53.367 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91672026-08-14T17:27:54.719Z[ recovery-image] Aug 14 17:27:53.573 INFO O| Aug 14 17:27:53.573 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91682026-08-14T17:27:54.925Z[ recovery-image] Aug 14 17:27:53.779 INFO O| Aug 14 17:27:53.779 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91692026-08-14T17:27:55.153Z[ recovery-image] Aug 14 17:27:54.006 INFO O| Aug 14 17:27:54.006 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91702026-08-14T17:27:55.359Z[ recovery-image] Aug 14 17:27:54.213 INFO O| Aug 14 17:27:54.212 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91712026-08-14T17:27:55.565Z[ recovery-image] Aug 14 17:27:54.418 INFO O| Aug 14 17:27:54.418 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91722026-08-14T17:27:55.771Z[ recovery-image] Aug 14 17:27:54.625 INFO O| Aug 14 17:27:54.624 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91732026-08-14T17:27:55.977Z[ recovery-image] Aug 14 17:27:54.831 INFO O| Aug 14 17:27:54.831 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91742026-08-14T17:27:56.183Z[ recovery-image] Aug 14 17:27:55.037 INFO O| Aug 14 17:27:55.037 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91752026-08-14T17:27:56.389Z[ recovery-image] Aug 14 17:27:55.243 INFO O| Aug 14 17:27:55.243 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91762026-08-14T17:27:56.595Z[ recovery-image] Aug 14 17:27:55.449 INFO O| Aug 14 17:27:55.449 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91772026-08-14T17:27:56.801Z[ recovery-image] Aug 14 17:27:55.655 INFO O| Aug 14 17:27:55.655 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91782026-08-14T17:27:57.331Z[ recovery-image] Aug 14 17:27:55.862 INFO O| Aug 14 17:27:55.862 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91792026-08-14T17:27:57.331Z[ recovery-image] Aug 14 17:27:56.069 INFO O| Aug 14 17:27:56.069 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026)
91802026-08-14T17:27:57.421Z[ recovery-image] Aug 14 17:27:56.275 INFO O| Aug 14 17:27:56.275 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Fri Aug 14 17:27:52 2026)
91812026-08-14T17:27:57.626Z[ recovery-image] Aug 14 17:27:56.480 INFO O| Aug 14 17:27:56.480 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Aug 14 17:27:52 2026)
91822026-08-14T17:27:57.759Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91832026-08-14T17:27:57.759Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91842026-08-14T17:27:57.759Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91852026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91862026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91872026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91882026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91892026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91902026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260814T170952Z
91912026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91922026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91932026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91942026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91952026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91962026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91972026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91982026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91992026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
92002026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
92012026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
92022026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
92032026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
92042026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92052026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
92062026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92072026-08-14T17:27:57.763Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
92082026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
92092026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
92102026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
92112026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
92122026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
92132026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92142026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
92152026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
92162026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
92172026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
92182026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
92192026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
92202026-08-14T17:27:57.764Z[ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
92212026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92222026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
92232026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92242026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92252026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92262026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92272026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92282026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92292026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92302026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92312026-08-14T17:27:57.767Z[ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92322026-08-14T17:27:57.770Z[ host-image] Aug 14 17:27:56.623 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92332026-08-14T17:27:57.770Z[ host-image] Aug 14 17:27:56.623 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92342026-08-14T17:27:57.770Z[ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92352026-08-14T17:27:57.770Z[ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92362026-08-14T17:27:57.770Z[ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92372026-08-14T17:27:57.770Z[ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92382026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92392026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92402026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92412026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92422026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92432026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92442026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92452026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92462026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92472026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92482026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92492026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92502026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92512026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.637 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92522026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.637 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92532026-08-14T17:27:57.784Z[ host-image] Aug 14 17:27:56.637 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92542026-08-14T17:27:57.788Z[ host-image] Aug 14 17:27:56.638 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92552026-08-14T17:27:57.788Z[ host-image] Aug 14 17:27:56.638 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92562026-08-14T17:27:57.788Z[ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92572026-08-14T17:27:57.788Z[ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92582026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92592026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92602026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92612026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92622026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92632026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92642026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92652026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92662026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92672026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92682026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92692026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92702026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92712026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92722026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92732026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92742026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92752026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92762026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92772026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92782026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92792026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92802026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.648 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92812026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.648 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92822026-08-14T17:27:57.804Z[ host-image] Aug 14 17:27:56.648 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92832026-08-14T17:27:57.805Z[ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92842026-08-14T17:27:57.805Z[ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92852026-08-14T17:27:57.805Z[ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92862026-08-14T17:27:57.805Z[ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92872026-08-14T17:27:57.805Z[ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92882026-08-14T17:27:57.810Z[ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92892026-08-14T17:27:57.810Z[ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92902026-08-14T17:27:57.810Z[ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92912026-08-14T17:27:57.811Z[ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92922026-08-14T17:27:57.811Z[ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92932026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.665 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92942026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92952026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92962026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92972026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92982026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92992026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93002026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
93012026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
93022026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
93032026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
93042026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
93052026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
93062026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93072026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
93082026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
93092026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
93102026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
93112026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
93122026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
93132026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93142026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93152026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
93162026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
93172026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93182026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93192026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93202026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93212026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93222026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.669 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93232026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.669 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93242026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.669 INFO O| tempdir @ "/tmp/.tmp0BcPGj/tmp"
93252026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.669 INFO O| image root @ "/tmp/.tmp0BcPGj/tmp/root"
93262026-08-14T17:27:57.818Z[ host-image] Aug 14 17:27:56.669 INFO O| creating image...
93272026-08-14T17:27:57.878Z[ recovery-image] Aug 14 17:27:56.732 INFO O| Aug 14 17:27:56.726 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
93282026-08-14T17:27:57.878Z[ recovery-image] Aug 14 17:27:56.732 INFO O| Aug 14 17:27:56.726 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93292026-08-14T17:27:59.459Z[verify-libraries] Compiling oso v0.27.3
93302026-08-14T17:28:00.385Z[ recovery-image] Aug 14 17:27:59.238 INFO O| Aug 14 17:27:59.238 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
93312026-08-14T17:28:00.385Z[ recovery-image] Aug 14 17:27:59.238 INFO O| Aug 14 17:27:59.238 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93322026-08-14T17:28:01.786Z[ host-image] Aug 14 17:28:00.640 INFO O| copying publishers...
93332026-08-14T17:28:02.940Z[ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93342026-08-14T17:28:02.940Z[ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93352026-08-14T17:28:02.940Z[ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93362026-08-14T17:28:02.943Z[ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO completed processing sled/zfs-recovery
93372026-08-14T17:28:02.944Z[ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93382026-08-14T17:28:04.699Z[ recovery-image] Aug 14 17:28:03.553 INFO O| Aug 14 17:28:03.552 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93392026-08-14T17:28:04.802Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93402026-08-14T17:28:04.881Z[ recovery-image] Aug 14 17:28:03.735 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93412026-08-14T17:28:04.881Z[ recovery-image] Aug 14 17:28:03.735 INFO expanded image name: "recovery 1739fed/${os_short_commit} 2026-08-14 17:09" -> "recovery 1739fed/aaf8e74 2026-08-14 17:09"
93422026-08-14T17:28:04.884Z[ recovery-image] Aug 14 17:28:03.735 INFO output artefacts stored in: "/work/os-recovery"
93432026-08-14T17:28:04.884Z[ recovery-image] Aug 14 17:28:03.735 INFO collecting git info from project "pinprick"...
93442026-08-14T17:28:04.889Z[ recovery-image] Aug 14 17:28:03.743 INFO collecting git info from project "dmar-report"...
93452026-08-14T17:28:04.900Z[ recovery-image] Aug 14 17:28:03.753 INFO collecting git info from project "phbl"...
93462026-08-14T17:28:04.907Z[ recovery-image] Aug 14 17:28:03.761 INFO collecting git info from project "pilot"...
93472026-08-14T17:28:04.917Z[ recovery-image] Aug 14 17:28:03.770 INFO collecting git info from project "image-builder"...
93482026-08-14T17:28:04.924Z[ recovery-image] Aug 14 17:28:03.778 INFO collecting git info from project "amd-host-image-builder"...
93492026-08-14T17:28:04.972Z[ recovery-image] Aug 14 17:28:03.826 INFO collecting git info from project "chelsio-t6-roms"...
93502026-08-14T17:28:05.014Z[ recovery-image] Aug 14 17:28:03.868 INFO collecting git info from project "bootserver"...
93512026-08-14T17:28:05.022Z[ recovery-image] Aug 14 17:28:03.875 INFO collecting git info from project "amd-firmware"...
93522026-08-14T17:28:05.256Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93532026-08-14T17:28:05.483Z[ recovery-image] Aug 14 17:28:04.336 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93542026-08-14T17:28:05.562Z[ host-image] Aug 14 17:28:04.416 INFO O| adding properties...
93552026-08-14T17:28:06.221Z[ recovery-image] Aug 14 17:28:05.074 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93562026-08-14T17:28:06.584Z[ host-image] Aug 14 17:28:05.433 INFO O| installing packages...
93572026-08-14T17:28:06.605Z[ recovery-image] Aug 14 17:28:05.459 INFO creating Oxide boot image...
93582026-08-14T17:28:06.605Z[ recovery-image] Aug 14 17:28:05.459 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1739fed/aaf8e74 2026-08-14 17:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93592026-08-14T17:28:13.451Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93602026-08-14T17:28:18.380Z[ host-image] Aug 14 17:28:17.233 INFO O| seeding SMF database...
93612026-08-14T17:28:18.786Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93622026-08-14T17:28:18.970Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93632026-08-14T17:28:19.693Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93642026-08-14T17:28:20.186Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93652026-08-14T17:28:21.640Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93662026-08-14T17:28:23.274Z[ host-image] Aug 14 17:28:22.123 INFO O| configuring SMF profile...
93672026-08-14T17:28:23.277Z[ host-image] Aug 14 17:28:22.123 INFO O| modifying shadow(5)...
93682026-08-14T17:28:23.277Z[ host-image] Aug 14 17:28:22.123 INFO O| loading user and group database...
93692026-08-14T17:28:23.277Z[ host-image] Aug 14 17:28:22.123 INFO O| loading facet selections...
93702026-08-14T17:28:23.699Z[ host-image] Aug 14 17:28:22.553 INFO O| devel -> true
93712026-08-14T17:28:23.699Z[ host-image] Aug 14 17:28:22.553 INFO O| doc.man -> true
93722026-08-14T17:28:23.699Z[ host-image] Aug 14 17:28:22.553 INFO O| version-lock.shell/ksh93 -> true
93732026-08-14T17:28:23.699Z[ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/data/hardware-registry -> true
93742026-08-14T17:28:23.702Z[ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/data/zoneinfo -> true
93752026-08-14T17:28:23.703Z[ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/microcode/amd -> true
93762026-08-14T17:28:23.703Z[ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/microcode/intel -> true
93772026-08-14T17:28:23.703Z[ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/microcode/oxide -> true
93782026-08-14T17:28:23.703Z[ host-image] Aug 14 17:28:22.553 INFO O| assessing packaged files...
93792026-08-14T17:28:25.554Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93802026-08-14T17:28:25.578Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93812026-08-14T17:28:25.714Z[ host-image] Aug 14 17:28:24.567 INFO O| creating archive...
93822026-08-14T17:28:25.744Z[ host-image] Aug 14 17:28:24.589 INFO O| missing from packaging:
93832026-08-14T17:28:25.744Z[ host-image] Aug 14 17:28:24.590 INFO O| "etc/.pwd.lock"
93842026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.590 INFO O| "etc/bash"
93852026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/generic.xml"
93862026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/inetd_services.xml"
93872026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/name_service.xml"
93882026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/platform.xml"
93892026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/platform_omicron1.xml"
93902026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/repository.db"
93912026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.600 INFO O| "opt/ooce/share"
93922026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.600 INFO O| "opt/ooce/share/man"
93932026-08-14T17:28:25.748Z[ host-image] Aug 14 17:28:24.600 INFO O| "opt/ooce/share/man/man1"
93942026-08-14T17:28:25.756Z[ host-image] Aug 14 17:28:24.610 INFO O| finishing archive...
93952026-08-14T17:28:27.905Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93962026-08-14T17:28:28.547Z[ host-image] Aug 14 17:28:27.401 INFO O| creating gzonly manifest...
93972026-08-14T17:28:28.556Z[ host-image] Aug 14 17:28:27.410 INFO O| ok
93982026-08-14T17:28:28.692Z[ host-image] Aug 14 17:28:27.545 INFO image builder template: ramdisk-02-trim...
93992026-08-14T17:28:28.692Z[ host-image] Aug 14 17:28:27.545 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/.tmpUskSdj/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94002026-08-14T17:28:28.714Z[ host-image] Aug 14 17:28:27.567 INFO O| Aug 14 17:28:27.567 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94012026-08-14T17:28:28.719Z[ host-image] Aug 14 17:28:27.573 INFO O| Aug 14 17:28:27.573 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94022026-08-14T17:28:31.089Z[ host-image] Aug 14 17:28:29.942 INFO O| Aug 14 17:28:29.942 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94032026-08-14T17:28:33.565Z[ host-image] Aug 14 17:28:32.419 INFO O| Aug 14 17:28:32.419 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94042026-08-14T17:28:33.566Z[ host-image] Aug 14 17:28:32.419 INFO O| Aug 14 17:28:32.419 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94052026-08-14T17:28:33.572Z[ host-image] Aug 14 17:28:32.425 INFO O| Aug 14 17:28:32.424 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94062026-08-14T17:28:33.575Z[ host-image] Aug 14 17:28:32.429 INFO O| Aug 14 17:28:32.429 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94072026-08-14T17:28:33.581Z[ host-image] Aug 14 17:28:32.434 INFO O| Aug 14 17:28:32.434 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94082026-08-14T17:28:35.050Z[ host-image] Aug 14 17:28:33.903 INFO O| Aug 14 17:28:33.903 INFO rolled back to input snapshot; work may begin
94092026-08-14T17:28:35.050Z[ host-image] Aug 14 17:28:33.903 INFO O| Aug 14 17:28:33.903 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94102026-08-14T17:28:35.053Z[ host-image] Aug 14 17:28:33.907 INFO O| Aug 14 17:28:33.907 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94112026-08-14T17:28:35.059Z[ host-image] Aug 14 17:28:33.913 INFO O| Aug 14 17:28:33.913 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94122026-08-14T17:28:35.098Z[ host-image] Aug 14 17:28:33.951 INFO O| Aug 14 17:28:33.951 INFO STEP 0 (remove_files) COMPLETE
94132026-08-14T17:28:35.098Z[ host-image] Aug 14 17:28:33.951 INFO O| Aug 14 17:28:33.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-08-14T17:28:35.106Z[ host-image] Aug 14 17:28:33.960 INFO O| Aug 14 17:28:33.959 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94152026-08-14T17:28:35.109Z[ host-image] Aug 14 17:28:33.961 INFO O| Aug 14 17:28:33.961 INFO STEP 1 (remove_files) COMPLETE
94162026-08-14T17:28:35.109Z[ host-image] Aug 14 17:28:33.961 INFO O| Aug 14 17:28:33.961 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-08-14T17:28:35.116Z[ host-image] Aug 14 17:28:33.969 INFO O| Aug 14 17:28:33.969 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94182026-08-14T17:28:35.127Z[ host-image] Aug 14 17:28:33.981 INFO O| Aug 14 17:28:33.981 INFO STEP 2 (remove_files) COMPLETE
94192026-08-14T17:28:35.127Z[ host-image] Aug 14 17:28:33.981 INFO O| Aug 14 17:28:33.981 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-08-14T17:28:35.136Z[ host-image] Aug 14 17:28:33.988 INFO O| Aug 14 17:28:33.988 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94212026-08-14T17:28:35.138Z[ host-image] Aug 14 17:28:33.989 INFO O| Aug 14 17:28:33.989 INFO STEP 3 (remove_files) COMPLETE
94222026-08-14T17:28:35.138Z[ host-image] Aug 14 17:28:33.989 INFO O| Aug 14 17:28:33.989 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-08-14T17:28:35.141Z[ host-image] Aug 14 17:28:33.995 INFO O| Aug 14 17:28:33.995 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94242026-08-14T17:28:35.144Z[ host-image] Aug 14 17:28:33.998 INFO O| Aug 14 17:28:33.998 INFO STEP 4 (remove_files) COMPLETE
94252026-08-14T17:28:35.144Z[ host-image] Aug 14 17:28:33.998 INFO O| Aug 14 17:28:33.998 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-08-14T17:28:35.150Z[ host-image] Aug 14 17:28:34.004 INFO O| Aug 14 17:28:34.004 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94272026-08-14T17:28:35.153Z[ host-image] Aug 14 17:28:34.006 INFO O| Aug 14 17:28:34.006 INFO STEP 5 (remove_files) COMPLETE
94282026-08-14T17:28:35.153Z[ host-image] Aug 14 17:28:34.006 INFO O| Aug 14 17:28:34.006 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-08-14T17:28:35.160Z[ host-image] Aug 14 17:28:34.014 INFO O| Aug 14 17:28:34.014 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94302026-08-14T17:28:35.169Z[ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO STEP 6 (remove_files) COMPLETE
94312026-08-14T17:28:35.172Z[ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-14T17:28:35.172Z[ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO skip step because feature "heliosv2" is not enabled
94332026-08-14T17:28:35.172Z[ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-08-14T17:28:35.176Z[ host-image] Aug 14 17:28:34.030 INFO O| Aug 14 17:28:34.030 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94352026-08-14T17:28:35.186Z[ host-image] Aug 14 17:28:34.041 INFO O| Aug 14 17:28:34.041 INFO STEP 8 (remove_files) COMPLETE
94362026-08-14T17:28:35.189Z[ host-image] Aug 14 17:28:34.041 INFO O| Aug 14 17:28:34.041 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-08-14T17:28:35.194Z[ host-image] Aug 14 17:28:34.048 INFO O| Aug 14 17:28:34.048 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94382026-08-14T17:28:35.260Z[ host-image] Aug 14 17:28:34.113 INFO O| Aug 14 17:28:34.113 INFO STEP 9 (remove_files) COMPLETE
94392026-08-14T17:28:35.260Z[ host-image] Aug 14 17:28:34.113 INFO O| Aug 14 17:28:34.113 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-08-14T17:28:35.268Z[ host-image] Aug 14 17:28:34.122 INFO O| Aug 14 17:28:34.122 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94412026-08-14T17:28:35.347Z[ host-image] Aug 14 17:28:34.200 INFO O| Aug 14 17:28:34.200 INFO STEP 10 (remove_files) COMPLETE
94422026-08-14T17:28:35.347Z[ host-image] Aug 14 17:28:34.200 INFO O| Aug 14 17:28:34.200 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-14T17:28:35.356Z[ host-image] Aug 14 17:28:34.210 INFO O| Aug 14 17:28:34.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94442026-08-14T17:28:35.358Z[ host-image] Aug 14 17:28:34.212 INFO O| Aug 14 17:28:34.212 INFO STEP 11 (remove_files) COMPLETE
94452026-08-14T17:28:35.358Z[ host-image] Aug 14 17:28:34.212 INFO O| Aug 14 17:28:34.212 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-14T17:28:35.365Z[ host-image] Aug 14 17:28:34.219 INFO O| Aug 14 17:28:34.219 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94472026-08-14T17:28:35.368Z[ host-image] Aug 14 17:28:34.220 INFO O| Aug 14 17:28:34.220 INFO STEP 12 (remove_files) COMPLETE
94482026-08-14T17:28:35.368Z[ host-image] Aug 14 17:28:34.220 INFO O| Aug 14 17:28:34.220 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-08-14T17:28:35.372Z[ host-image] Aug 14 17:28:34.227 INFO O| Aug 14 17:28:34.227 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94502026-08-14T17:28:35.375Z[ host-image] Aug 14 17:28:34.228 INFO O| Aug 14 17:28:34.228 INFO STEP 13 (remove_files) COMPLETE
94512026-08-14T17:28:35.375Z[ host-image] Aug 14 17:28:34.228 INFO O| Aug 14 17:28:34.228 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-08-14T17:28:35.380Z[ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94532026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94542026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94552026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94562026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94572026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94582026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94592026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94602026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94612026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94622026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94632026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94642026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94652026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94662026-08-14T17:28:35.383Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94672026-08-14T17:28:35.384Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94682026-08-14T17:28:35.384Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94692026-08-14T17:28:35.384Z[ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94702026-08-14T17:28:35.489Z[ host-image] Aug 14 17:28:34.343 INFO O| Aug 14 17:28:34.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94712026-08-14T17:28:35.494Z[ host-image] Aug 14 17:28:34.348 INFO O| Aug 14 17:28:34.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94722026-08-14T17:28:35.532Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94732026-08-14T17:28:35.625Z[ host-image] Aug 14 17:28:34.479 INFO O| Aug 14 17:28:34.479 INFO STEP 14 (remove_files) COMPLETE
94742026-08-14T17:28:35.625Z[ host-image] Aug 14 17:28:34.479 INFO O| Aug 14 17:28:34.479 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-14T17:28:35.633Z[ host-image] Aug 14 17:28:34.487 INFO O| Aug 14 17:28:34.487 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94762026-08-14T17:28:35.637Z[ host-image] Aug 14 17:28:34.488 INFO O| Aug 14 17:28:34.488 INFO STEP 15 (remove_files) COMPLETE
94772026-08-14T17:28:35.637Z[ host-image] Aug 14 17:28:34.488 INFO O| Aug 14 17:28:34.488 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-14T17:28:35.643Z[ host-image] Aug 14 17:28:34.497 INFO O| Aug 14 17:28:34.496 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94792026-08-14T17:28:35.649Z[ host-image] Aug 14 17:28:34.502 INFO O| Aug 14 17:28:34.502 INFO STEP 16 (remove_files) COMPLETE
94802026-08-14T17:28:35.652Z[ host-image] Aug 14 17:28:34.502 INFO O| Aug 14 17:28:34.502 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-14T17:28:35.656Z[ host-image] Aug 14 17:28:34.509 INFO O| Aug 14 17:28:34.509 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94822026-08-14T17:28:35.660Z[ host-image] Aug 14 17:28:34.510 INFO O| Aug 14 17:28:34.510 INFO STEP 17 (remove_files) COMPLETE
94832026-08-14T17:28:35.660Z[ host-image] Aug 14 17:28:34.510 INFO O| Aug 14 17:28:34.510 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-14T17:28:35.664Z[ host-image] Aug 14 17:28:34.518 INFO O| Aug 14 17:28:34.518 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94852026-08-14T17:28:35.667Z[ host-image] Aug 14 17:28:34.519 INFO O| Aug 14 17:28:34.519 INFO STEP 18 (remove_files) COMPLETE
94862026-08-14T17:28:35.667Z[ host-image] Aug 14 17:28:34.519 INFO O| Aug 14 17:28:34.519 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-14T17:28:35.673Z[ host-image] Aug 14 17:28:34.527 INFO O| Aug 14 17:28:34.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94882026-08-14T17:28:35.673Z[ host-image] Aug 14 17:28:34.527 INFO O| Aug 14 17:28:34.527 INFO STEP 19 (remove_files) COMPLETE
94892026-08-14T17:28:35.676Z[ host-image] Aug 14 17:28:34.527 INFO O| Aug 14 17:28:34.527 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-14T17:28:35.680Z[ host-image] Aug 14 17:28:34.534 INFO O| Aug 14 17:28:34.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94912026-08-14T17:28:35.681Z[ host-image] Aug 14 17:28:34.534 INFO O| Aug 14 17:28:34.534 INFO STEP 20 (remove_files) COMPLETE
94922026-08-14T17:28:35.681Z[ host-image] Aug 14 17:28:34.534 INFO O| Aug 14 17:28:34.534 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-14T17:28:35.689Z[ host-image] Aug 14 17:28:34.543 INFO O| Aug 14 17:28:34.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94942026-08-14T17:28:35.689Z[ host-image] Aug 14 17:28:34.543 INFO O| Aug 14 17:28:34.543 INFO STEP 21 (remove_files) COMPLETE
94952026-08-14T17:28:35.689Z[ host-image] Aug 14 17:28:34.543 INFO O| Aug 14 17:28:34.543 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-14T17:28:35.696Z[ host-image] Aug 14 17:28:34.550 INFO O| Aug 14 17:28:34.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94972026-08-14T17:28:35.697Z[ host-image] Aug 14 17:28:34.550 INFO O| Aug 14 17:28:34.550 INFO STEP 22 (remove_files) COMPLETE
94982026-08-14T17:28:35.700Z[ host-image] Aug 14 17:28:34.550 INFO O| Aug 14 17:28:34.550 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-14T17:28:35.703Z[ host-image] Aug 14 17:28:34.557 INFO O| Aug 14 17:28:34.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95002026-08-14T17:28:35.703Z[ host-image] Aug 14 17:28:34.557 INFO O| Aug 14 17:28:34.557 INFO STEP 23 (remove_files) COMPLETE
95012026-08-14T17:28:35.703Z[ host-image] Aug 14 17:28:34.557 INFO O| Aug 14 17:28:34.557 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-14T17:28:35.709Z[ host-image] Aug 14 17:28:34.563 INFO O| Aug 14 17:28:34.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95032026-08-14T17:28:35.712Z[ host-image] Aug 14 17:28:34.563 INFO O| Aug 14 17:28:34.563 INFO STEP 24 (remove_files) COMPLETE
95042026-08-14T17:28:35.712Z[ host-image] Aug 14 17:28:34.563 INFO O| Aug 14 17:28:34.563 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-14T17:28:35.717Z[ host-image] Aug 14 17:28:34.569 INFO O| Aug 14 17:28:34.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95062026-08-14T17:28:35.718Z[ host-image] Aug 14 17:28:34.569 INFO O| Aug 14 17:28:34.569 INFO STEP 25 (remove_files) COMPLETE
95072026-08-14T17:28:35.718Z[ host-image] Aug 14 17:28:34.569 INFO O| Aug 14 17:28:34.569 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-14T17:28:35.722Z[ host-image] Aug 14 17:28:34.575 INFO O| Aug 14 17:28:34.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95092026-08-14T17:28:35.725Z[ host-image] Aug 14 17:28:34.575 INFO O| Aug 14 17:28:34.575 INFO STEP 26 (remove_files) COMPLETE
95102026-08-14T17:28:35.725Z[ host-image] Aug 14 17:28:34.575 INFO O| Aug 14 17:28:34.575 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-14T17:28:35.731Z[ host-image] Aug 14 17:28:34.584 INFO O| Aug 14 17:28:34.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95122026-08-14T17:28:35.733Z[ host-image] Aug 14 17:28:34.585 INFO O| Aug 14 17:28:34.584 INFO STEP 27 (remove_files) COMPLETE
95132026-08-14T17:28:35.734Z[ host-image] Aug 14 17:28:34.585 INFO O| Aug 14 17:28:34.584 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-14T17:28:35.738Z[ host-image] Aug 14 17:28:34.592 INFO O| Aug 14 17:28:34.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95152026-08-14T17:28:35.738Z[ host-image] Aug 14 17:28:34.592 INFO O| Aug 14 17:28:34.592 INFO STEP 28 (remove_files) COMPLETE
95162026-08-14T17:28:35.739Z[ host-image] Aug 14 17:28:34.592 INFO O| Aug 14 17:28:34.592 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-14T17:28:35.749Z[ host-image] Aug 14 17:28:34.599 INFO O| Aug 14 17:28:34.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95182026-08-14T17:28:35.750Z[ host-image] Aug 14 17:28:34.599 INFO O| Aug 14 17:28:34.599 INFO STEP 29 (remove_files) COMPLETE
95192026-08-14T17:28:35.750Z[ host-image] Aug 14 17:28:34.599 INFO O| Aug 14 17:28:34.599 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-14T17:28:35.758Z[ host-image] Aug 14 17:28:34.606 INFO O| Aug 14 17:28:34.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95212026-08-14T17:28:35.758Z[ host-image] Aug 14 17:28:34.606 INFO O| Aug 14 17:28:34.606 INFO STEP 30 (remove_files) COMPLETE
95222026-08-14T17:28:35.758Z[ host-image] Aug 14 17:28:34.606 INFO O| Aug 14 17:28:34.606 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-14T17:28:35.766Z[ host-image] Aug 14 17:28:34.613 INFO O| Aug 14 17:28:34.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95242026-08-14T17:28:35.766Z[ host-image] Aug 14 17:28:34.613 INFO O| Aug 14 17:28:34.613 INFO STEP 31 (remove_files) COMPLETE
95252026-08-14T17:28:35.766Z[ host-image] Aug 14 17:28:34.613 INFO O| Aug 14 17:28:34.613 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-14T17:28:35.770Z[ host-image] Aug 14 17:28:34.621 INFO O| Aug 14 17:28:34.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95272026-08-14T17:28:35.770Z[ host-image] Aug 14 17:28:34.621 INFO O| Aug 14 17:28:34.621 INFO STEP 32 (remove_files) COMPLETE
95282026-08-14T17:28:35.770Z[ host-image] Aug 14 17:28:34.621 INFO O| Aug 14 17:28:34.621 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-14T17:28:35.776Z[ host-image] Aug 14 17:28:34.629 INFO O| Aug 14 17:28:34.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95302026-08-14T17:28:38.663Z[ host-image] Aug 14 17:28:34.629 INFO O| Aug 14 17:28:34.629 INFO STEP 33 (remove_files) COMPLETE
95312026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.629 INFO O| Aug 14 17:28:34.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.637 INFO O| Aug 14 17:28:34.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95332026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.637 INFO O| Aug 14 17:28:34.637 INFO STEP 34 (remove_files) COMPLETE
95342026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.637 INFO O| Aug 14 17:28:34.637 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.645 INFO O| Aug 14 17:28:34.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95362026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.645 INFO O| Aug 14 17:28:34.645 INFO STEP 35 (remove_files) COMPLETE
95372026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.645 INFO O| Aug 14 17:28:34.645 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.652 INFO O| Aug 14 17:28:34.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95392026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.652 INFO O| Aug 14 17:28:34.652 INFO STEP 36 (remove_files) COMPLETE
95402026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.652 INFO O| Aug 14 17:28:34.652 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.659 INFO O| Aug 14 17:28:34.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95422026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.659 INFO O| Aug 14 17:28:34.659 INFO STEP 37 (remove_files) COMPLETE
95432026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.659 INFO O| Aug 14 17:28:34.659 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.667 INFO O| Aug 14 17:28:34.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95452026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.667 INFO O| Aug 14 17:28:34.667 INFO STEP 38 (remove_files) COMPLETE
95462026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.667 INFO O| Aug 14 17:28:34.667 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.673 INFO O| Aug 14 17:28:34.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95482026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.674 INFO O| Aug 14 17:28:34.674 INFO STEP 39 (remove_files) COMPLETE
95492026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.674 INFO O| Aug 14 17:28:34.674 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.682 INFO O| Aug 14 17:28:34.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95512026-08-14T17:28:38.664Z[ host-image] Aug 14 17:28:34.682 INFO O| Aug 14 17:28:34.682 INFO STEP 40 (remove_files) COMPLETE
95522026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.682 INFO O| Aug 14 17:28:34.682 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.689 INFO O| Aug 14 17:28:34.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95542026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.689 INFO O| Aug 14 17:28:34.689 INFO STEP 41 (remove_files) COMPLETE
95552026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.689 INFO O| Aug 14 17:28:34.689 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.697 INFO O| Aug 14 17:28:34.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95572026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.697 INFO O| Aug 14 17:28:34.697 INFO STEP 42 (remove_files) COMPLETE
95582026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.697 INFO O| Aug 14 17:28:34.697 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.705 INFO O| Aug 14 17:28:34.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95602026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.705 INFO O| Aug 14 17:28:34.705 INFO STEP 43 (remove_files) COMPLETE
95612026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.705 INFO O| Aug 14 17:28:34.705 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.713 INFO O| Aug 14 17:28:34.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95632026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.713 INFO O| Aug 14 17:28:34.713 INFO STEP 44 (remove_files) COMPLETE
95642026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.713 INFO O| Aug 14 17:28:34.713 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.721 INFO O| Aug 14 17:28:34.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95662026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.721 INFO O| Aug 14 17:28:34.721 INFO STEP 45 (remove_files) COMPLETE
95672026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.721 INFO O| Aug 14 17:28:34.721 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.729 INFO O| Aug 14 17:28:34.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95692026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.729 INFO O| Aug 14 17:28:34.729 INFO STEP 46 (remove_files) COMPLETE
95702026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.729 INFO O| Aug 14 17:28:34.729 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.735 INFO O| Aug 14 17:28:34.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95722026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.735 INFO O| Aug 14 17:28:34.735 INFO STEP 47 (remove_files) COMPLETE
95732026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.735 INFO O| Aug 14 17:28:34.735 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-14T17:28:38.665Z[ host-image] Aug 14 17:28:34.742 INFO O| Aug 14 17:28:34.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95752026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.742 INFO O| Aug 14 17:28:34.742 INFO STEP 48 (remove_files) COMPLETE
95762026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.742 INFO O| Aug 14 17:28:34.742 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.750 INFO O| Aug 14 17:28:34.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95782026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.750 INFO O| Aug 14 17:28:34.750 INFO STEP 49 (remove_files) COMPLETE
95792026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.750 INFO O| Aug 14 17:28:34.750 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.758 INFO O| Aug 14 17:28:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95812026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.758 INFO O| Aug 14 17:28:34.758 INFO STEP 50 (remove_files) COMPLETE
95822026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.758 INFO O| Aug 14 17:28:34.758 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.764 INFO O| Aug 14 17:28:34.764 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95842026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.765 INFO O| Aug 14 17:28:34.764 INFO STEP 51 (remove_files) COMPLETE
95852026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.765 INFO O| Aug 14 17:28:34.764 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.771 INFO O| Aug 14 17:28:34.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95872026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.771 INFO O| Aug 14 17:28:34.771 INFO STEP 52 (remove_files) COMPLETE
95882026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.771 INFO O| Aug 14 17:28:34.771 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.777 INFO O| Aug 14 17:28:34.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95902026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.777 INFO O| Aug 14 17:28:34.777 INFO STEP 53 (remove_files) COMPLETE
95912026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.777 INFO O| Aug 14 17:28:34.777 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.783 INFO O| Aug 14 17:28:34.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95932026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.783 INFO O| Aug 14 17:28:34.783 INFO STEP 54 (remove_files) COMPLETE
95942026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.783 INFO O| Aug 14 17:28:34.783 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.790 INFO O| Aug 14 17:28:34.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95962026-08-14T17:28:38.666Z[ host-image] Aug 14 17:28:34.790 INFO O| Aug 14 17:28:34.790 INFO STEP 55 (remove_files) COMPLETE
95972026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.791 INFO O| Aug 14 17:28:34.790 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.799 INFO O| Aug 14 17:28:34.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95992026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.799 INFO O| Aug 14 17:28:34.799 INFO STEP 56 (remove_files) COMPLETE
96002026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.799 INFO O| Aug 14 17:28:34.799 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.807 INFO O| Aug 14 17:28:34.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96022026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.807 INFO O| Aug 14 17:28:34.807 INFO STEP 57 (remove_files) COMPLETE
96032026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.807 INFO O| Aug 14 17:28:34.807 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.814 INFO O| Aug 14 17:28:34.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96052026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.814 INFO O| Aug 14 17:28:34.814 INFO STEP 58 (remove_files) COMPLETE
96062026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.814 INFO O| Aug 14 17:28:34.814 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96082026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96092026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96102026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96112026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96122026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96132026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO ok!
96142026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO STEP 59 (ensure_file) COMPLETE
96152026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96172026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96182026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96192026-08-14T17:28:38.667Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96202026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96212026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96222026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO ok!
96232026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO STEP 60 (ensure_file) COMPLETE
96242026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96262026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96272026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96282026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO ok!
96292026-08-14T17:28:38.668Z[ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO STEP 61 (ensure_file) COMPLETE
96302026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96322026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96332026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96342026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO ok!
96352026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO STEP 62 (ensure_file) COMPLETE
96362026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-14T17:28:38.728Z[ host-image] Aug 14 17:28:34.854 INFO O| Aug 14 17:28:34.854 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96382026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.854 INFO O| Aug 14 17:28:34.854 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96392026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96402026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96412026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO ok!
96422026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO STEP 63 (ensure_file) COMPLETE
96432026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96452026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96462026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96472026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96482026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO ok!
96492026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO STEP 64 (ensure_file) COMPLETE
96502026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.869 INFO O| Aug 14 17:28:34.869 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96522026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.869 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96532026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96542026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO ok!
96552026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO STEP 65 (assemble_files) COMPLETE
96562026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96582026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96592026-08-14T17:28:38.729Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96602026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96612026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO ok!
96622026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO STEP 66 (ensure_file) COMPLETE
96632026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96652026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96662026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96672026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO STEP 67 (ensure_dir) COMPLETE
96682026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.893 INFO O| Aug 14 17:28:34.893 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96702026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.893 INFO O| Aug 14 17:28:34.893 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 ...
96712026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 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
96722026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96732026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO ok!
96742026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO STEP 68 (ensure_file) COMPLETE
96752026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96772026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 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 ...
96782026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 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
96792026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96802026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO ok!
96812026-08-14T17:28:38.730Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO STEP 69 (ensure_file) COMPLETE
96822026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:34.920 INFO O| Aug 14 17:28:34.920 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96842026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:34.920 INFO O| Aug 14 17:28:34.920 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96852026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:36.471 INFO O| Aug 14 17:28:36.471 INFO STEP 70 (pack_tar) COMPLETE
96862026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:36.471 INFO O| Aug 14 17:28:36.471 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96872026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:36.471 INFO O| Aug 14 17:28:36.471 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96882026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:36.871 INFO O| Aug 14 17:28:36.871 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96892026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.133 INFO O| Aug 14 17:28:37.133 INFO completed processing sled/ramdisk-02-trim
96902026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.135 INFO image builder template: zfs...
96912026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.135 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/.tmpUskSdj/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96922026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.147 INFO O| Aug 14 17:28:37.147 INFO skip include "stress" because feature "stress" is not enabled
96932026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.147 INFO O| Aug 14 17:28:37.147 INFO skip include "stress" because feature "compliance" is not enabled
96942026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.175 INFO O| Aug 14 17:28:37.175 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96952026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.179 INFO O| Aug 14 17:28:37.179 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96962026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.339 INFO O| Aug 14 17:28:37.339 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96972026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.460 INFO O| Aug 14 17:28:37.460 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96982026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.460 INFO O| Aug 14 17:28:37.460 INFO work dataset: rpool/images/build/host/work/sled/zfs
96992026-08-14T17:28:38.731Z[ host-image] Aug 14 17:28:37.463 INFO O| Aug 14 17:28:37.463 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97002026-08-14T17:28:38.742Z[ host-image] Aug 14 17:28:37.569 INFO O| Aug 14 17:28:37.569 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97012026-08-14T17:28:38.858Z[ host-image] Aug 14 17:28:37.711 INFO O| Aug 14 17:28:37.711 INFO DESTROY POOL: TEMPORARY-sled-zfs
97022026-08-14T17:28:38.872Z[ host-image] Aug 14 17:28:37.719 INFO O| Aug 14 17:28:37.719 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97032026-08-14T17:28:38.881Z[ host-image] Aug 14 17:28:37.722 INFO O| Aug 14 17:28:37.722 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97042026-08-14T17:28:38.881Z[ host-image] Aug 14 17:28:37.723 INFO O| Aug 14 17:28:37.722 INFO no lofi found
97052026-08-14T17:28:38.881Z[ host-image] Aug 14 17:28:37.723 INFO O| Aug 14 17:28:37.723 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97062026-08-14T17:28:38.881Z[ host-image] Aug 14 17:28:37.723 INFO O| Aug 14 17:28:37.723 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97072026-08-14T17:28:39.817Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97082026-08-14T17:28:41.149Z[ host-image] Aug 14 17:28:40.001 INFO O| Aug 14 17:28:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
97092026-08-14T17:28:41.149Z[ host-image] Aug 14 17:28:40.001 INFO O| Aug 14 17:28:40.001 INFO pool device = /dev/dsk/c2t1d0p0
97102026-08-14T17:28:41.153Z[ host-image] Aug 14 17:28:40.001 INFO O| Aug 14 17:28:40.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"]
97112026-08-14T17:28:41.227Z[ host-image] Aug 14 17:28:40.081 INFO O| Aug 14 17:28:40.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97122026-08-14T17:28:41.227Z[ host-image] Aug 14 17:28:40.081 INFO O| Aug 14 17:28:40.081 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97132026-08-14T17:28:41.246Z[ host-image] Aug 14 17:28:40.100 INFO O| Aug 14 17:28:40.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97142026-08-14T17:28:41.299Z[ host-image] Aug 14 17:28:40.152 INFO O| Aug 14 17:28:40.152 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97152026-08-14T17:28:41.331Z[ host-image] Aug 14 17:28:40.183 INFO O| Aug 14 17:28:40.183 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97162026-08-14T17:28:41.345Z[ host-image] Aug 14 17:28:40.198 INFO O| Aug 14 17:28:40.198 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97172026-08-14T17:28:41.358Z[ host-image] Aug 14 17:28:40.211 INFO O| Aug 14 17:28:40.211 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97182026-08-14T17:28:41.395Z[ host-image] Aug 14 17:28:40.248 INFO O| Aug 14 17:28:40.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97192026-08-14T17:28:41.395Z[ host-image] Aug 14 17:28:40.248 INFO O| Aug 14 17:28:40.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97202026-08-14T17:28:41.400Z[ host-image] Aug 14 17:28:40.248 INFO O| Aug 14 17:28:40.248 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97212026-08-14T17:28:41.403Z[ host-image] Aug 14 17:28:40.255 INFO O| Aug 14 17:28:40.255 INFO boot environment UUID: 95df718e-0c55-4771-a036-0b59663c6293
97222026-08-14T17:28:41.403Z[ host-image] Aug 14 17:28:40.255 INFO O| Aug 14 17:28:40.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 95df718e-0c55-4771-a036-0b59663c6293
97232026-08-14T17:28:41.412Z[ host-image] Aug 14 17:28:40.265 INFO O| Aug 14 17:28:40.265 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97242026-08-14T17:28:41.422Z[ host-image] Aug 14 17:28:40.275 INFO O| Aug 14 17:28:40.275 INFO STEP 0 (create_be) COMPLETE
97252026-08-14T17:28:41.422Z[ host-image] Aug 14 17:28:40.275 INFO O| Aug 14 17:28:40.275 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97262026-08-14T17:28:41.437Z[ host-image] Aug 14 17:28:40.291 INFO O| Aug 14 17:28:40.291 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97272026-08-14T17:28:51.630Z[ host-image] Aug 14 17:28:50.482 INFO O| Aug 14 17:28:50.482 INFO STEP 1 (unpack_tar) COMPLETE
97282026-08-14T17:28:51.630Z[ host-image] Aug 14 17:28:50.482 INFO O| Aug 14 17:28:50.482 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97292026-08-14T17:28:51.672Z[ host-image] Aug 14 17:28:50.492 INFO O| Aug 14 17:28:50.492 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97302026-08-14T17:28:52.144Z[ host-image] Aug 14 17:28:50.997 INFO O| Aug 14 17:28:50.997 INFO STEP 2 (devfsadm) COMPLETE
97312026-08-14T17:28:52.144Z[ host-image] Aug 14 17:28:50.997 INFO O| Aug 14 17:28:50.997 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97322026-08-14T17:28:52.155Z[ host-image] Aug 14 17:28:51.008 INFO O| Aug 14 17:28:51.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97332026-08-14T17:28:52.158Z[ host-image] Aug 14 17:28:51.008 INFO O| Aug 14 17:28:51.008 INFO STEP 3 (ensure_dir) COMPLETE
97342026-08-14T17:28:52.158Z[ host-image] Aug 14 17:28:51.008 INFO O| Aug 14 17:28:51.008 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97352026-08-14T17:28:52.166Z[ host-image] Aug 14 17:28:51.018 INFO O| Aug 14 17:28:51.018 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97362026-08-14T17:28:52.166Z[ host-image] Aug 14 17:28:51.018 INFO O| Aug 14 17:28:51.018 INFO STEP 4 (ensure_dir) COMPLETE
97372026-08-14T17:28:52.166Z[ host-image] Aug 14 17:28:51.018 INFO O| Aug 14 17:28:51.018 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97382026-08-14T17:28:52.175Z[ host-image] Aug 14 17:28:51.028 INFO O| Aug 14 17:28:51.028 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97392026-08-14T17:28:52.175Z[ host-image] Aug 14 17:28:51.028 INFO O| Aug 14 17:28:51.028 INFO STEP 5 (ensure_dir) COMPLETE
97402026-08-14T17:28:52.180Z[ host-image] Aug 14 17:28:51.028 INFO O| Aug 14 17:28:51.028 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-08-14T17:28:52.184Z[ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97422026-08-14T17:28:52.184Z[ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97432026-08-14T17:28:52.185Z[ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO STEP 6 (ensure_dir) COMPLETE
97442026-08-14T17:28:52.188Z[ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97452026-08-14T17:28:52.194Z[ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97462026-08-14T17:28:52.194Z[ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97472026-08-14T17:28:52.201Z[ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO STEP 7 (ensure_dir) COMPLETE
97482026-08-14T17:28:52.201Z[ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97492026-08-14T17:28:52.207Z[ host-image] Aug 14 17:28:51.058 INFO O| Aug 14 17:28:51.058 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97502026-08-14T17:28:52.208Z[ host-image] Aug 14 17:28:51.059 INFO O| Aug 14 17:28:51.059 INFO STEP 8 (remove_files) COMPLETE
97512026-08-14T17:28:52.208Z[ host-image] Aug 14 17:28:51.059 INFO O| Aug 14 17:28:51.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-14T17:28:52.215Z[ host-image] Aug 14 17:28:51.068 INFO O| Aug 14 17:28:51.068 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97532026-08-14T17:28:52.220Z[ host-image] Aug 14 17:28:51.069 INFO O| Aug 14 17:28:51.069 INFO STEP 9 (remove_files) COMPLETE
97542026-08-14T17:28:52.220Z[ host-image] Aug 14 17:28:51.069 INFO O| Aug 14 17:28:51.069 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-08-14T17:28:52.224Z[ host-image] Aug 14 17:28:51.078 INFO O| Aug 14 17:28:51.077 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97562026-08-14T17:28:52.226Z[ host-image] Aug 14 17:28:51.078 INFO O| Aug 14 17:28:51.078 INFO STEP 10 (remove_files) COMPLETE
97572026-08-14T17:28:52.226Z[ host-image] Aug 14 17:28:51.078 INFO O| Aug 14 17:28:51.078 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97582026-08-14T17:28:52.233Z[ host-image] Aug 14 17:28:51.086 INFO O| Aug 14 17:28:51.086 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97592026-08-14T17:28:52.233Z[ host-image] Aug 14 17:28:51.086 INFO O| Aug 14 17:28:51.086 INFO STEP 11 (remove_files) COMPLETE
97602026-08-14T17:28:52.233Z[ host-image] Aug 14 17:28:51.086 INFO O| Aug 14 17:28:51.086 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-08-14T17:28:52.243Z[ host-image] Aug 14 17:28:51.096 INFO O| Aug 14 17:28:51.095 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97622026-08-14T17:28:52.248Z[ host-image] Aug 14 17:28:51.096 INFO O| Aug 14 17:28:51.096 INFO STEP 12 (remove_files) COMPLETE
97632026-08-14T17:28:52.248Z[ host-image] Aug 14 17:28:51.096 INFO O| Aug 14 17:28:51.096 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-08-14T17:28:52.255Z[ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97652026-08-14T17:28:52.255Z[ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97662026-08-14T17:28:52.255Z[ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO STEP 13 (ensure_dir) COMPLETE
97672026-08-14T17:28:52.255Z[ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97682026-08-14T17:28:52.268Z[ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97692026-08-14T17:28:52.268Z[ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97702026-08-14T17:28:52.274Z[ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97712026-08-14T17:28:52.274Z[ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO STEP 14 (ensure_dir) COMPLETE
97722026-08-14T17:28:52.274Z[ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-14T17:28:52.285Z[ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97742026-08-14T17:28:52.285Z[ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97752026-08-14T17:28:52.285Z[ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97762026-08-14T17:28:52.285Z[ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO STEP 15 (ensure_dir) COMPLETE
97772026-08-14T17:28:52.285Z[ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-08-14T17:28:52.291Z[ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97792026-08-14T17:28:52.294Z[ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97802026-08-14T17:28:52.294Z[ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO STEP 16 (ensure_dir) COMPLETE
97812026-08-14T17:28:52.294Z[ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-14T17:28:52.301Z[ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97832026-08-14T17:28:52.301Z[ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97842026-08-14T17:28:52.301Z[ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO STEP 17 (ensure_dir) COMPLETE
97852026-08-14T17:28:52.309Z[ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-14T17:28:52.318Z[ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97872026-08-14T17:28:52.318Z[ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97882026-08-14T17:28:52.318Z[ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO ok!
97892026-08-14T17:28:52.318Z[ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO STEP 18 (ensure_symlink) COMPLETE
97902026-08-14T17:28:52.318Z[ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97922026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97932026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO ok!
97942026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO STEP 19 (ensure_file) COMPLETE
97952026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97962026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97972026-08-14T17:28:52.384Z[ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97982026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97992026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO ok!
98002026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO STEP 20 (ensure_symlink) COMPLETE
98012026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98022026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98032026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98042026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98052026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO ok!
98062026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO STEP 21 (ensure_symlink) COMPLETE
98072026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98092026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98102026-08-14T17:28:52.385Z[ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98112026-08-14T17:28:52.386Z[ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO ok!
98122026-08-14T17:28:52.393Z[ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO STEP 22 (ensure_symlink) COMPLETE
98132026-08-14T17:28:52.402Z[ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98142026-08-14T17:28:52.402Z[ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98152026-08-14T17:28:52.403Z[ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98162026-08-14T17:28:52.403Z[ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98172026-08-14T17:28:52.403Z[ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO ok!
98182026-08-14T17:28:52.403Z[ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO STEP 23 (ensure_symlink) COMPLETE
98192026-08-14T17:28:52.407Z[ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-08-14T17:28:52.410Z[ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98212026-08-14T17:28:52.416Z[ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98222026-08-14T17:28:52.419Z[ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98232026-08-14T17:28:52.439Z[ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO ok!
98242026-08-14T17:28:52.440Z[ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO STEP 24 (ensure_file) COMPLETE
98252026-08-14T17:28:52.451Z[ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98262026-08-14T17:28:52.452Z[ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO updating shadow file
98272026-08-14T17:28:52.452Z[ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98282026-08-14T17:28:52.474Z[ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98292026-08-14T17:28:52.474Z[ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO STEP 25 (shadow) COMPLETE
98302026-08-14T17:28:52.474Z[ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98312026-08-14T17:28:52.474Z[ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98322026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98332026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98342026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO ok!
98352026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO STEP 26 (ensure_file) COMPLETE
98362026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98372026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98382026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98392026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98402026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO ok!
98412026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO STEP 27 (ensure_file) COMPLETE
98422026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98442026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98452026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98462026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98472026-08-14T17:28:52.475Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO ok!
98482026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO STEP 28 (ensure_file) COMPLETE
98492026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98512026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98522026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98532026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO ok!
98542026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO STEP 29 (ensure_file) COMPLETE
98552026-08-14T17:28:52.490Z[ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98572026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98582026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98592026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO STEP 30 (ensure_dir) COMPLETE
98602026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98612026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98622026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98632026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98642026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98652026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO ok!
98662026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO STEP 31 (ensure_file) COMPLETE
98672026-08-14T17:28:52.557Z[ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98692026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98702026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98712026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO STEP 32 (ensure_dir) COMPLETE
98722026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98732026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98742026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 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 ...
98752026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 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
98762026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98772026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO ok!
98782026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO STEP 33 (ensure_file) COMPLETE
98792026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98812026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98822026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98832026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO ok!
98842026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO STEP 34 (ensure_file) COMPLETE
98852026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98862026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98872026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98882026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98892026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98902026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO ok!
98912026-08-14T17:28:52.558Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO STEP 35 (ensure_file) COMPLETE
98922026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98932026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98942026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98952026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98962026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO ok!
98972026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO STEP 36 (ensure_file) COMPLETE
98982026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99002026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99012026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99022026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO ok!
99032026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO STEP 37 (ensure_file) COMPLETE
99042026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99052026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99062026-08-14T17:28:52.559Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99072026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99082026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99092026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99102026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99112026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO ok!
99122026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO STEP 38 (ensure_file) COMPLETE
99132026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99142026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99152026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99162026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99172026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO STEP 39 (ensure_dir) COMPLETE
99182026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99192026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.389 INFO O| Aug 14 17:28:51.389 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
99202026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.389 INFO O| Aug 14 17:28:51.389 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 ...
99212026-08-14T17:28:52.560Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.389 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
99222026-08-14T17:28:52.561Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 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
99232026-08-14T17:28:52.561Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 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
99242026-08-14T17:28:52.561Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 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
99252026-08-14T17:28:52.561Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 INFO ok!
99262026-08-14T17:28:52.561Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 INFO STEP 40 (ensure_file) COMPLETE
99272026-08-14T17:28:52.561Z[ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99282026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99292026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 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 ...
99302026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99312026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO ok!
99322026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO STEP 41 (ensure_symlink) COMPLETE
99332026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99342026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99352026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99362026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99372026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO ok!
99382026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO STEP 42 (ensure_symlink) COMPLETE
99392026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99412026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99422026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99432026-08-14T17:28:52.575Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99442026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99452026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99462026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO ok!
99472026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO STEP 43 (ensure_file) COMPLETE
99482026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99492026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99502026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 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 ...
99512026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 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
99522026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99532026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO ok!
99542026-08-14T17:28:52.576Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO STEP 44 (ensure_file) COMPLETE
99552026-08-14T17:28:52.581Z[ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99562026-08-14T17:28:52.581Z[ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99572026-08-14T17:28:52.581Z[ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99582026-08-14T17:28:52.581Z[ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99592026-08-14T17:28:52.581Z[ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO ok!
99602026-08-14T17:28:52.581Z[ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO STEP 45 (ensure_file) COMPLETE
99612026-08-14T17:28:52.582Z[ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99622026-08-14T17:28:52.594Z[ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO updating shadow file
99632026-08-14T17:28:52.601Z[ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99642026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO STEP 46 (shadow) COMPLETE
99652026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99662026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.449 INFO O| Aug 14 17:28:51.449 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99672026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99682026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99692026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99702026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO ok!
99712026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 47 (ensure_file) COMPLETE
99722026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO skip step because feature "mfg" is not enabled
99742026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO skip step because feature "mfg" is not enabled
99762026-08-14T17:28:52.602Z[ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99772026-08-14T17:28:52.614Z[ host-image] Aug 14 17:28:51.459 INFO O| Aug 14 17:28:51.459 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99782026-08-14T17:28:52.614Z[ host-image] Aug 14 17:28:51.459 INFO O| Aug 14 17:28:51.459 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99792026-08-14T17:28:52.633Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99802026-08-14T17:28:52.633Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99812026-08-14T17:28:52.639Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO ok!
99822026-08-14T17:28:52.639Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO STEP 50 (ensure_file) COMPLETE
99832026-08-14T17:28:52.639Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99842026-08-14T17:28:52.639Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO skip step because feature "compliance" is not enabled
99852026-08-14T17:28:52.639Z[ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99862026-08-14T17:28:52.650Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99872026-08-14T17:28:52.650Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99882026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99892026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99902026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99912026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99922026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO ok!
99932026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO STEP 52 (ensure_file) COMPLETE
99942026-08-14T17:28:52.651Z[ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99952026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99962026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 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 ...
99972026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 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
99982026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99992026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO ok!
100002026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO STEP 53 (ensure_file) COMPLETE
100012026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100022026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100032026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 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 ...
100042026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100052026-08-14T17:28:52.662Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100062026-08-14T17:28:52.663Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO ok!
100072026-08-14T17:28:52.663Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO STEP 54 (ensure_file) COMPLETE
100082026-08-14T17:28:52.663Z[ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100092026-08-14T17:28:52.669Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100102026-08-14T17:28:52.669Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 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 ...
100112026-08-14T17:28:52.669Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 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
100122026-08-14T17:28:52.675Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100132026-08-14T17:28:52.675Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO ok!
100142026-08-14T17:28:52.675Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO STEP 55 (ensure_file) COMPLETE
100152026-08-14T17:28:52.675Z[ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100162026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.530 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100172026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 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 ...
100182026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100192026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100202026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO ok!
100212026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO STEP 56 (ensure_file) COMPLETE
100222026-08-14T17:28:52.679Z[ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-08-14T17:28:52.686Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100242026-08-14T17:28:52.686Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 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 ...
100252026-08-14T17:28:52.691Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 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
100262026-08-14T17:28:52.691Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100272026-08-14T17:28:52.691Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO ok!
100282026-08-14T17:28:52.691Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO STEP 57 (ensure_file) COMPLETE
100292026-08-14T17:28:52.691Z[ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100312026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 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 ...
100322026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100332026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100342026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100352026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100362026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO ok!
100372026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO STEP 58 (ensure_file) COMPLETE
100382026-08-14T17:28:52.694Z[ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100392026-08-14T17:28:52.704Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100402026-08-14T17:28:52.711Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 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 ...
100412026-08-14T17:28:52.712Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 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
100422026-08-14T17:28:52.712Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100432026-08-14T17:28:52.712Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO ok!
100442026-08-14T17:28:52.712Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO STEP 59 (ensure_file) COMPLETE
100452026-08-14T17:28:52.712Z[ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100462026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100472026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100482026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100492026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100502026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO ok!
100512026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO STEP 60 (ensure_file) COMPLETE
100522026-08-14T17:28:52.716Z[ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-08-14T17:28:52.722Z[ host-image] Aug 14 17:28:51.574 INFO O| Aug 14 17:28:51.574 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100542026-08-14T17:28:52.722Z[ host-image] Aug 14 17:28:51.574 INFO O| Aug 14 17:28:51.574 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 ...
100552026-08-14T17:28:52.725Z[ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.574 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
100562026-08-14T17:28:52.725Z[ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100572026-08-14T17:28:52.725Z[ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO ok!
100582026-08-14T17:28:52.725Z[ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO STEP 61 (ensure_file) COMPLETE
100592026-08-14T17:28:52.725Z[ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-14T17:28:52.730Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100612026-08-14T17:28:52.730Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100622026-08-14T17:28:52.730Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100632026-08-14T17:28:52.734Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100642026-08-14T17:28:52.734Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100652026-08-14T17:28:52.734Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100662026-08-14T17:28:52.734Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO ok!
100672026-08-14T17:28:52.734Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO STEP 62 (ensure_file) COMPLETE
100682026-08-14T17:28:52.734Z[ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-08-14T17:28:52.740Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100702026-08-14T17:28:52.740Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 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 ...
100712026-08-14T17:28:52.743Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 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
100722026-08-14T17:28:52.743Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100732026-08-14T17:28:52.743Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO ok!
100742026-08-14T17:28:52.743Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO STEP 63 (ensure_file) COMPLETE
100752026-08-14T17:28:52.743Z[ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-14T17:28:52.749Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100772026-08-14T17:28:52.749Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 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 ...
100782026-08-14T17:28:52.749Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 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
100792026-08-14T17:28:52.749Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100802026-08-14T17:28:52.749Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO ok!
100812026-08-14T17:28:52.754Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO STEP 64 (ensure_file) COMPLETE
100822026-08-14T17:28:52.754Z[ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-14T17:28:52.758Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100842026-08-14T17:28:52.758Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 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 ...
100852026-08-14T17:28:52.758Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 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
100862026-08-14T17:28:52.759Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100872026-08-14T17:28:52.759Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO ok!
100882026-08-14T17:28:52.759Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO STEP 65 (ensure_file) COMPLETE
100892026-08-14T17:28:52.759Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100902026-08-14T17:28:52.759Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO skip step because feature "mbist" is not enabled
100912026-08-14T17:28:52.759Z[ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-08-14T17:28:52.767Z[ host-image] Aug 14 17:28:51.619 INFO O| Aug 14 17:28:51.619 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100932026-08-14T17:28:52.767Z[ host-image] Aug 14 17:28:51.619 INFO O| Aug 14 17:28:51.619 INFO STEP 67 (ensure_dir) COMPLETE
100942026-08-14T17:28:52.771Z[ host-image] Aug 14 17:28:51.619 INFO O| Aug 14 17:28:51.619 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-08-14T17:28:52.775Z[ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100962026-08-14T17:28:52.775Z[ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100972026-08-14T17:28:52.775Z[ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO STEP 68 (ensure_dir) COMPLETE
100982026-08-14T17:28:52.775Z[ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992026-08-14T17:28:52.782Z[ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101002026-08-14T17:28:52.783Z[ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101012026-08-14T17:28:52.783Z[ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO STEP 69 (ensure_dir) COMPLETE
101022026-08-14T17:28:52.789Z[ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-08-14T17:28:52.792Z[ host-image] Aug 14 17:28:51.643 INFO O| Aug 14 17:28:51.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101042026-08-14T17:28:52.792Z[ host-image] Aug 14 17:28:51.643 INFO O| Aug 14 17:28:51.643 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101052026-08-14T17:28:53.119Z[ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101062026-08-14T17:28:53.119Z[ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO ok!
101072026-08-14T17:28:53.119Z[ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO STEP 70 (ensure_file) COMPLETE
101082026-08-14T17:28:53.124Z[ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-08-14T17:28:53.128Z[ host-image] Aug 14 17:28:51.981 INFO O| Aug 14 17:28:51.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101102026-08-14T17:28:53.128Z[ host-image] Aug 14 17:28:51.981 INFO O| Aug 14 17:28:51.981 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101112026-08-14T17:28:53.764Z[ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101122026-08-14T17:28:53.765Z[ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO ok!
101132026-08-14T17:28:53.765Z[ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO STEP 71 (ensure_file) COMPLETE
101142026-08-14T17:28:53.770Z[ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-08-14T17:28:53.775Z[ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101162026-08-14T17:28:53.775Z[ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101172026-08-14T17:28:53.775Z[ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO STEP 72 (ensure_dir) COMPLETE
101182026-08-14T17:28:53.775Z[ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-14T17:28:53.795Z[ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101202026-08-14T17:28:53.795Z[ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO copying /tmp/.tmpUskSdj/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 ...
101212026-08-14T17:28:53.795Z[ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101222026-08-14T17:28:53.795Z[ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO ok!
101232026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO STEP 73 (ensure_file) COMPLETE
101242026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101262026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO copying /tmp/.tmpUskSdj/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 ...
101272026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101282026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO ok!
101292026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO STEP 74 (ensure_file) COMPLETE
101302026-08-14T17:28:53.796Z[ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-08-14T17:28:53.803Z[ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101322026-08-14T17:28:53.803Z[ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101332026-08-14T17:28:53.804Z[ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO STEP 75 (ensure_dir) COMPLETE
101342026-08-14T17:28:53.804Z[ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-14T17:28:53.809Z[ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101362026-08-14T17:28:53.809Z[ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO copying /tmp/.tmpUskSdj/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 ...
101372026-08-14T17:28:53.809Z[ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101382026-08-14T17:28:53.809Z[ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO ok!
101392026-08-14T17:28:53.810Z[ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO STEP 76 (ensure_file) COMPLETE
101402026-08-14T17:28:53.810Z[ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-08-14T17:28:53.813Z[ host-image] Aug 14 17:28:52.664 INFO O| Aug 14 17:28:52.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101422026-08-14T17:28:53.813Z[ host-image] Aug 14 17:28:52.664 INFO O| Aug 14 17:28:52.664 INFO copying /tmp/.tmpUskSdj/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 ...
101432026-08-14T17:28:53.813Z[ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101442026-08-14T17:28:53.813Z[ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO ok!
101452026-08-14T17:28:53.813Z[ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO STEP 77 (ensure_file) COMPLETE
101462026-08-14T17:28:53.813Z[ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-08-14T17:28:53.822Z[ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101482026-08-14T17:28:53.822Z[ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101492026-08-14T17:28:53.822Z[ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO STEP 78 (ensure_dir) COMPLETE
101502026-08-14T17:28:53.822Z[ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-14T17:28:53.828Z[ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101522026-08-14T17:28:53.828Z[ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO copying /tmp/.tmpUskSdj/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 ...
101532026-08-14T17:28:53.832Z[ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101542026-08-14T17:28:53.833Z[ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO ok!
101552026-08-14T17:28:53.833Z[ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO STEP 79 (ensure_file) COMPLETE
101562026-08-14T17:28:53.833Z[ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-14T17:28:53.838Z[ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101582026-08-14T17:28:53.838Z[ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101592026-08-14T17:28:53.838Z[ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101602026-08-14T17:28:53.838Z[ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO ok!
101612026-08-14T17:28:53.839Z[ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO STEP 80 (ensure_file) COMPLETE
101622026-08-14T17:28:53.839Z[ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-14T17:28:53.842Z[ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101642026-08-14T17:28:53.842Z[ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101652026-08-14T17:28:53.842Z[ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO STEP 81 (ensure_dir) COMPLETE
101662026-08-14T17:28:53.842Z[ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-14T17:28:53.848Z[ host-image] Aug 14 17:28:52.702 INFO O| Aug 14 17:28:52.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101682026-08-14T17:28:53.848Z[ host-image] Aug 14 17:28:52.702 INFO O| Aug 14 17:28:52.702 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101692026-08-14T17:28:54.407Z[ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101702026-08-14T17:28:54.408Z[ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO ok!
101712026-08-14T17:28:54.408Z[ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO STEP 82 (ensure_file) COMPLETE
101722026-08-14T17:28:54.418Z[ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-14T17:28:54.418Z[ host-image] Aug 14 17:28:53.268 INFO O| Aug 14 17:28:53.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101742026-08-14T17:28:54.418Z[ host-image] Aug 14 17:28:53.269 INFO O| Aug 14 17:28:53.268 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101752026-08-14T17:28:54.688Z[ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101762026-08-14T17:28:54.688Z[ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO ok!
101772026-08-14T17:28:54.688Z[ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO STEP 83 (ensure_file) COMPLETE
101782026-08-14T17:28:54.688Z[ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-14T17:28:54.697Z[ host-image] Aug 14 17:28:53.548 INFO O| Aug 14 17:28:53.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101802026-08-14T17:28:54.709Z[ host-image] Aug 14 17:28:53.548 INFO O| Aug 14 17:28:53.548 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101812026-08-14T17:28:56.018Z[ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101822026-08-14T17:28:56.018Z[ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO ok!
101832026-08-14T17:28:56.018Z[ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO STEP 84 (ensure_file) COMPLETE
101842026-08-14T17:28:56.022Z[ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-14T17:28:56.028Z[ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101862026-08-14T17:28:56.028Z[ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101872026-08-14T17:28:56.031Z[ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO STEP 85 (ensure_dir) COMPLETE
101882026-08-14T17:28:56.031Z[ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101902026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO copying /tmp/.tmpUskSdj/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 ...
101912026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101922026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO ok!
101932026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO STEP 86 (ensure_file) COMPLETE
101942026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101962026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO copying /tmp/.tmpUskSdj/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 ...
101972026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101982026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO ok!
101992026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO STEP 87 (ensure_file) COMPLETE
102002026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.905 INFO O| Aug 14 17:28:54.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102022026-08-14T17:28:56.077Z[ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.905 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102032026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102042026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO ok!
102052026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO STEP 88 (ensure_file) COMPLETE
102062026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102082026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102092026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102102026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO ok!
102112026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO STEP 89 (ensure_file) COMPLETE
102122026-08-14T17:28:56.078Z[ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-08-14T17:28:56.082Z[ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102142026-08-14T17:28:56.082Z[ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102152026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO STEP 90 (ensure_dir) COMPLETE
102162026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.930 INFO O| Aug 14 17:28:54.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102182026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.930 INFO O| Aug 14 17:28:54.930 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102192026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102202026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO ok!
102212026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO STEP 91 (ensure_file) COMPLETE
102222026-08-14T17:28:56.083Z[ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-14T17:28:56.089Z[ host-image] Aug 14 17:28:54.941 INFO O| Aug 14 17:28:54.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102242026-08-14T17:28:56.089Z[ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.941 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102252026-08-14T17:28:56.095Z[ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102262026-08-14T17:28:56.095Z[ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.942 INFO ok!
102272026-08-14T17:28:56.095Z[ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.942 INFO STEP 92 (ensure_file) COMPLETE
102282026-08-14T17:28:56.095Z[ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.942 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-08-14T17:28:56.099Z[ host-image] Aug 14 17:28:54.950 INFO O| Aug 14 17:28:54.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102302026-08-14T17:28:56.099Z[ host-image] Aug 14 17:28:54.950 INFO O| Aug 14 17:28:54.950 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102312026-08-14T17:28:56.652Z[ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102322026-08-14T17:28:56.652Z[ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO ok!
102332026-08-14T17:28:56.652Z[ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO STEP 93 (ensure_file) COMPLETE
102342026-08-14T17:28:56.652Z[ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-08-14T17:28:56.661Z[ host-image] Aug 14 17:28:55.512 INFO O| Aug 14 17:28:55.512 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102362026-08-14T17:28:56.672Z[ host-image] Aug 14 17:28:55.513 INFO O| Aug 14 17:28:55.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102372026-08-14T17:28:56.672Z[ host-image] Aug 14 17:28:55.513 INFO O| Aug 14 17:28:55.513 INFO STEP 94 (ensure_dir) COMPLETE
102382026-08-14T17:28:56.672Z[ host-image] Aug 14 17:28:55.513 INFO O| Aug 14 17:28:55.513 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-08-14T17:28:56.678Z[ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102402026-08-14T17:28:56.678Z[ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102412026-08-14T17:28:56.678Z[ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO STEP 95 (ensure_dir) COMPLETE
102422026-08-14T17:28:56.678Z[ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-14T17:28:56.678Z[ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102442026-08-14T17:28:56.678Z[ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102452026-08-14T17:28:56.686Z[ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO STEP 96 (ensure_dir) COMPLETE
102462026-08-14T17:28:56.686Z[ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-14T17:28:56.686Z[ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102482026-08-14T17:28:56.686Z[ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102492026-08-14T17:28:56.686Z[ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO STEP 97 (ensure_dir) COMPLETE
102502026-08-14T17:28:56.686Z[ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-14T17:28:56.706Z[ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102522026-08-14T17:28:56.706Z[ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102532026-08-14T17:28:56.706Z[ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO STEP 98 (ensure_dir) COMPLETE
102542026-08-14T17:28:56.706Z[ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102562026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO copying /tmp/.tmpUskSdj/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 ...
102572026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102582026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO ok!
102592026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO STEP 99 (ensure_file) COMPLETE
102602026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102622026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102632026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO STEP 100 (ensure_dir) COMPLETE
102642026-08-14T17:28:56.713Z[ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-14T17:28:56.721Z[ host-image] Aug 14 17:28:55.565 INFO O| Aug 14 17:28:55.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102662026-08-14T17:28:56.721Z[ host-image] Aug 14 17:28:55.565 INFO O| Aug 14 17:28:55.565 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102672026-08-14T17:28:56.728Z[ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102682026-08-14T17:28:56.728Z[ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO ok!
102692026-08-14T17:28:56.728Z[ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO STEP 101 (ensure_file) COMPLETE
102702026-08-14T17:28:56.728Z[ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-14T17:28:56.736Z[ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102722026-08-14T17:28:56.737Z[ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.587 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102732026-08-14T17:28:56.745Z[ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102742026-08-14T17:28:56.745Z[ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO ok!
102752026-08-14T17:28:56.745Z[ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO STEP 102 (ensure_file) COMPLETE
102762026-08-14T17:28:56.745Z[ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-14T17:28:56.766Z[ host-image] Aug 14 17:28:55.595 INFO O| Aug 14 17:28:55.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102782026-08-14T17:28:56.766Z[ host-image] Aug 14 17:28:55.595 INFO O| Aug 14 17:28:55.595 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102792026-08-14T17:28:57.045Z[ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102802026-08-14T17:28:57.045Z[ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO ok!
102812026-08-14T17:28:57.045Z[ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO STEP 103 (ensure_file) COMPLETE
102822026-08-14T17:28:57.130Z[ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-14T17:28:57.130Z[ host-image] Aug 14 17:28:55.884 INFO O| Aug 14 17:28:55.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102842026-08-14T17:28:57.130Z[ host-image] Aug 14 17:28:55.884 INFO O| Aug 14 17:28:55.884 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102852026-08-14T17:28:57.130Z[ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102862026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO ok!
102872026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO STEP 104 (ensure_file) COMPLETE
102882026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102902026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102912026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO STEP 105 (ensure_dir) COMPLETE
102922026-08-14T17:28:57.131Z[ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.902 INFO O| Aug 14 17:28:55.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102942026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.902 INFO O| Aug 14 17:28:55.902 INFO copying /tmp/.tmpUskSdj/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 ...
102952026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102962026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO ok!
102972026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO STEP 106 (ensure_file) COMPLETE
102982026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103002026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO copying /tmp/.tmpUskSdj/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 ...
103012026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103022026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO ok!
103032026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO STEP 107 (ensure_file) COMPLETE
103042026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103062026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO copying /tmp/.tmpUskSdj/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 ...
103072026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103082026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO ok!
103092026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO STEP 108 (ensure_file) COMPLETE
103102026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-14T17:28:57.132Z[ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103122026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO copying /tmp/.tmpUskSdj/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 ...
103132026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103142026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO ok!
103152026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO STEP 109 (ensure_file) COMPLETE
103162026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103182026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO copying /tmp/.tmpUskSdj/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 ...
103192026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103202026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO ok!
103212026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO STEP 110 (ensure_file) COMPLETE
103222026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103242026-08-14T17:28:57.133Z[ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO copying /tmp/.tmpUskSdj/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 ...
103252026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103262026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO ok!
103272026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO STEP 111 (ensure_file) COMPLETE
103282026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103302026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO copying /tmp/.tmpUskSdj/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 ...
103312026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103322026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO ok!
103332026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO STEP 112 (ensure_file) COMPLETE
103342026-08-14T17:28:57.134Z[ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103362026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103372026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103382026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO ok!
103392026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO STEP 113 (ensure_file) COMPLETE
103402026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103422026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO copying /tmp/.tmpUskSdj/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 ...
103432026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103442026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO ok!
103452026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO STEP 114 (ensure_file) COMPLETE
103462026-08-14T17:28:57.139Z[ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-14T17:28:57.144Z[ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103482026-08-14T17:28:57.144Z[ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO copying /tmp/.tmpUskSdj/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 ...
103492026-08-14T17:28:57.144Z[ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103502026-08-14T17:28:57.144Z[ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO ok!
103512026-08-14T17:28:57.144Z[ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO STEP 115 (ensure_file) COMPLETE
103522026-08-14T17:28:57.144Z[ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-14T17:28:57.152Z[ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103542026-08-14T17:28:57.152Z[ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO copying /tmp/.tmpUskSdj/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 ...
103552026-08-14T17:28:57.160Z[ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103562026-08-14T17:28:57.160Z[ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO ok!
103572026-08-14T17:28:57.160Z[ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO STEP 116 (ensure_file) COMPLETE
103582026-08-14T17:28:57.160Z[ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-14T17:28:57.169Z[ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103602026-08-14T17:28:57.169Z[ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103612026-08-14T17:28:57.169Z[ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103622026-08-14T17:28:57.169Z[ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO ok!
103632026-08-14T17:28:57.169Z[ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO STEP 117 (ensure_file) COMPLETE
103642026-08-14T17:28:57.170Z[ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103662026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO copying /tmp/.tmpUskSdj/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 ...
103672026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103682026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO ok!
103692026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO STEP 118 (ensure_file) COMPLETE
103702026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103722026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO copying /tmp/.tmpUskSdj/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 ...
103732026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103742026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO ok!
103752026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO STEP 119 (ensure_file) COMPLETE
103762026-08-14T17:28:57.185Z[ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-14T17:28:57.186Z[ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103782026-08-14T17:28:57.186Z[ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.036 INFO copying /tmp/.tmpUskSdj/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 ...
103792026-08-14T17:28:57.186Z[ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103802026-08-14T17:28:57.186Z[ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO ok!
103812026-08-14T17:28:57.186Z[ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO STEP 120 (ensure_file) COMPLETE
103822026-08-14T17:28:57.186Z[ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-14T17:28:57.191Z[ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103842026-08-14T17:28:57.192Z[ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO copying /tmp/.tmpUskSdj/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 ...
103852026-08-14T17:28:57.192Z[ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103862026-08-14T17:28:57.197Z[ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO ok!
103872026-08-14T17:28:57.197Z[ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO STEP 121 (ensure_file) COMPLETE
103882026-08-14T17:28:57.197Z[ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-14T17:28:57.201Z[ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103902026-08-14T17:28:57.201Z[ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO copying /tmp/.tmpUskSdj/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 ...
103912026-08-14T17:28:57.201Z[ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103922026-08-14T17:28:57.201Z[ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO ok!
103932026-08-14T17:28:57.201Z[ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO STEP 122 (ensure_file) COMPLETE
103942026-08-14T17:28:57.201Z[ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-14T17:28:57.208Z[ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103962026-08-14T17:28:57.208Z[ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO copying /tmp/.tmpUskSdj/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 ...
103972026-08-14T17:28:57.208Z[ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103982026-08-14T17:28:57.211Z[ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO ok!
103992026-08-14T17:28:57.211Z[ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO STEP 123 (ensure_file) COMPLETE
104002026-08-14T17:28:57.212Z[ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-14T17:28:57.217Z[ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104022026-08-14T17:28:57.217Z[ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO copying /tmp/.tmpUskSdj/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 ...
104032026-08-14T17:28:57.217Z[ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104042026-08-14T17:28:57.217Z[ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO ok!
104052026-08-14T17:28:57.217Z[ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO STEP 124 (ensure_file) COMPLETE
104062026-08-14T17:28:57.217Z[ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-14T17:28:57.221Z[ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104082026-08-14T17:28:57.221Z[ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO copying /tmp/.tmpUskSdj/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 ...
104092026-08-14T17:28:57.221Z[ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104102026-08-14T17:28:57.221Z[ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO ok!
104112026-08-14T17:28:57.221Z[ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO STEP 125 (ensure_file) COMPLETE
104122026-08-14T17:28:57.221Z[ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-14T17:28:57.227Z[ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104142026-08-14T17:28:57.232Z[ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO copying /tmp/.tmpUskSdj/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 ...
104152026-08-14T17:28:57.232Z[ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104162026-08-14T17:28:57.232Z[ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO ok!
104172026-08-14T17:28:57.232Z[ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO STEP 126 (ensure_file) COMPLETE
104182026-08-14T17:28:57.232Z[ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-14T17:28:57.237Z[ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104202026-08-14T17:28:57.237Z[ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO copying /tmp/.tmpUskSdj/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 ...
104212026-08-14T17:28:57.237Z[ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104222026-08-14T17:28:57.237Z[ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO ok!
104232026-08-14T17:28:57.237Z[ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO STEP 127 (ensure_file) COMPLETE
104242026-08-14T17:28:57.237Z[ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-14T17:28:57.243Z[ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104262026-08-14T17:28:57.243Z[ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO copying /tmp/.tmpUskSdj/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 ...
104272026-08-14T17:28:57.243Z[ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104282026-08-14T17:28:57.247Z[ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO ok!
104292026-08-14T17:28:57.247Z[ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO STEP 128 (ensure_file) COMPLETE
104302026-08-14T17:28:57.247Z[ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-14T17:28:57.252Z[ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104322026-08-14T17:28:57.252Z[ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO copying /tmp/.tmpUskSdj/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 ...
104332026-08-14T17:28:57.252Z[ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104342026-08-14T17:28:57.252Z[ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO ok!
104352026-08-14T17:28:57.252Z[ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO STEP 129 (ensure_file) COMPLETE
104362026-08-14T17:28:57.252Z[ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-14T17:28:57.257Z[ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104382026-08-14T17:28:57.257Z[ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO copying /tmp/.tmpUskSdj/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 ...
104392026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104402026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO ok!
104412026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO STEP 130 (ensure_file) COMPLETE
104422026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104442026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO copying /tmp/.tmpUskSdj/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 ...
104452026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104462026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO ok!
104472026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO STEP 131 (ensure_file) COMPLETE
104482026-08-14T17:28:57.266Z[ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-14T17:28:57.274Z[ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104502026-08-14T17:28:57.278Z[ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO copying /tmp/.tmpUskSdj/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 ...
104512026-08-14T17:28:57.278Z[ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104522026-08-14T17:28:57.278Z[ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO ok!
104532026-08-14T17:28:57.278Z[ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO STEP 132 (ensure_file) COMPLETE
104542026-08-14T17:28:57.278Z[ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-14T17:28:57.283Z[ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104562026-08-14T17:28:57.283Z[ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO copying /tmp/.tmpUskSdj/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 ...
104572026-08-14T17:28:57.283Z[ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104582026-08-14T17:28:57.283Z[ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO ok!
104592026-08-14T17:28:57.283Z[ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO STEP 133 (ensure_file) COMPLETE
104602026-08-14T17:28:57.283Z[ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-14T17:28:57.287Z[ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104622026-08-14T17:28:57.287Z[ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO copying /tmp/.tmpUskSdj/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 ...
104632026-08-14T17:28:57.290Z[ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104642026-08-14T17:28:57.291Z[ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO ok!
104652026-08-14T17:28:57.291Z[ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO STEP 134 (ensure_file) COMPLETE
104662026-08-14T17:28:57.291Z[ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-14T17:28:57.296Z[ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104682026-08-14T17:28:57.302Z[ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO copying /tmp/.tmpUskSdj/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 ...
104692026-08-14T17:28:57.302Z[ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104702026-08-14T17:28:57.302Z[ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO ok!
104712026-08-14T17:28:57.302Z[ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO STEP 135 (ensure_file) COMPLETE
104722026-08-14T17:28:57.302Z[ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-14T17:28:57.305Z[ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104742026-08-14T17:28:57.305Z[ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104752026-08-14T17:28:57.305Z[ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104762026-08-14T17:28:57.306Z[ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO ok!
104772026-08-14T17:28:57.306Z[ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO STEP 136 (ensure_file) COMPLETE
104782026-08-14T17:28:57.306Z[ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-14T17:28:57.312Z[ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104802026-08-14T17:28:57.312Z[ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO copying /tmp/.tmpUskSdj/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 ...
104812026-08-14T17:28:57.316Z[ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104822026-08-14T17:28:57.316Z[ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO ok!
104832026-08-14T17:28:57.316Z[ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO STEP 137 (ensure_file) COMPLETE
104842026-08-14T17:28:57.316Z[ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-14T17:28:57.326Z[ recovery-image] Aug 14 17:28:56.170 INFO O| ok, image written!
104862026-08-14T17:28:57.326Z[ recovery-image] Aug 14 17:28:56.170 INFO O| ok, boot_image_csum file written!
104872026-08-14T17:28:57.327Z[ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104882026-08-14T17:28:57.327Z[ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.171 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104892026-08-14T17:28:57.327Z[ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104902026-08-14T17:28:57.327Z[ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO ok!
104912026-08-14T17:28:57.327Z[ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO STEP 138 (ensure_file) COMPLETE
104922026-08-14T17:28:57.327Z[ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-14T17:28:57.327Z[ recovery-image] Aug 14 17:28:56.172 INFO creating boot archive (CPIO)...
104942026-08-14T17:28:57.327Z[ recovery-image] Aug 14 17:28:56.172 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
104952026-08-14T17:28:57.331Z[ recovery-image] Aug 14 17:28:56.176 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
104962026-08-14T17:28:57.331Z[ recovery-image] Aug 14 17:28:56.176 INFO E| + outfile=/work/os-recovery/cpio
104972026-08-14T17:28:57.331Z[ recovery-image] Aug 14 17:28:56.176 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
104982026-08-14T17:28:57.331Z[ recovery-image] Aug 14 17:28:56.178 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
104992026-08-14T17:28:57.331Z[ recovery-image] Aug 14 17:28:56.178 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105002026-08-14T17:28:57.331Z[ host-image] Aug 14 17:28:56.180 INFO O| Aug 14 17:28:56.180 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105012026-08-14T17:28:57.331Z[ host-image] Aug 14 17:28:56.180 INFO O| Aug 14 17:28:56.180 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105022026-08-14T17:28:57.362Z[ recovery-image] Aug 14 17:28:56.210 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105032026-08-14T17:28:57.366Z[ recovery-image] Aug 14 17:28:56.210 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105042026-08-14T17:28:57.404Z[ recovery-image] Aug 14 17:28:56.216 INFO creating compressed cpio/unix for dev loaders...
105052026-08-14T17:28:57.404Z[ recovery-image] Aug 14 17:28:56.216 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
105062026-08-14T17:28:57.621Z[ recovery-image] Aug 14 17:28:56.474 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105072026-08-14T17:29:01.506Z[ recovery-image] Aug 14 17:29:00.359 INFO creating reset image...
105082026-08-14T17:29:01.506Z[ recovery-image] Aug 14 17:29:00.359 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")
105092026-08-14T17:29:01.826Z[ recovery-image] Aug 14 17:29:00.678 INFO E| Updating crates.io index
105102026-08-14T17:29:02.153Z[ recovery-image] Aug 14 17:29:01.006 INFO E| Downloading crates ...
105112026-08-14T17:29:02.201Z[ recovery-image] Aug 14 17:29:01.053 INFO E| Downloaded os_pipe v1.2.3
105122026-08-14T17:29:02.218Z[ recovery-image] Aug 14 17:29:01.056 INFO E| Downloaded clap_lex v1.1.0
105132026-08-14T17:29:02.218Z[ recovery-image] Aug 14 17:29:01.057 INFO E| Downloaded colorchoice v1.0.5
105142026-08-14T17:29:02.219Z[ recovery-image] Aug 14 17:29:01.063 INFO E| Downloaded sigchld v0.2.4
105152026-08-14T17:29:02.219Z[ recovery-image] Aug 14 17:29:01.063 INFO E| Downloaded shared_child v1.1.1
105162026-08-14T17:29:02.219Z[ recovery-image] Aug 14 17:29:01.067 INFO E| Downloaded shared_thread v0.2.0
105172026-08-14T17:29:02.228Z[ recovery-image] Aug 14 17:29:01.067 INFO E| Downloaded duct v1.1.1
105182026-08-14T17:29:02.258Z[ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling libc v0.2.186
105192026-08-14T17:29:02.258Z[ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling proc-macro2 v1.0.106
105202026-08-14T17:29:02.258Z[ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling signal-hook v0.3.18
105212026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling unicode-ident v1.0.24
105222026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling quote v1.0.45
105232026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling utf8parse v0.2.2
105242026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling anstyle v1.0.14
105252026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling colorchoice v1.0.5
105262026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling anstyle-query v1.1.5
105272026-08-14T17:29:02.262Z[ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling is_terminal_polyfill v1.70.2
105282026-08-14T17:29:02.272Z[ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling strsim v0.11.1
105292026-08-14T17:29:02.278Z[ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling clap_lex v1.1.0
105302026-08-14T17:29:02.279Z[ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling heck v0.5.0
105312026-08-14T17:29:02.279Z[ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling shared_thread v0.2.0
105322026-08-14T17:29:02.392Z[ recovery-image] Aug 14 17:29:01.246 INFO E| Compiling anstyle-parse v1.0.0
105332026-08-14T17:29:02.549Z[ recovery-image] Aug 14 17:29:01.401 INFO E| Compiling anstream v1.0.0
105342026-08-14T17:29:02.785Z[ recovery-image] Aug 14 17:29:01.638 INFO E| Compiling clap_builder v4.6.0
105352026-08-14T17:29:03.166Z[ recovery-image] Aug 14 17:29:02.005 INFO E| Compiling errno v0.3.14
105362026-08-14T17:29:03.166Z[ recovery-image] Aug 14 17:29:02.005 INFO E| Compiling os_pipe v1.2.3
105372026-08-14T17:29:03.263Z[ recovery-image] Aug 14 17:29:02.117 INFO E| Compiling signal-hook-registry v1.4.8
105382026-08-14T17:29:03.526Z[ recovery-image] Aug 14 17:29:02.378 INFO E| Compiling syn v2.0.117
105392026-08-14T17:29:03.629Z[ recovery-image] Aug 14 17:29:02.467 INFO E| Compiling sigchld v0.2.4
105402026-08-14T17:29:03.724Z[ recovery-image] Aug 14 17:29:02.577 INFO E| Compiling shared_child v1.1.1
105412026-08-14T17:29:03.877Z[ recovery-image] Aug 14 17:29:02.706 INFO E| Compiling duct v1.1.1
105422026-08-14T17:29:05.926Z[ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105432026-08-14T17:29:05.926Z[ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.779 INFO ok!
105442026-08-14T17:29:05.926Z[ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.779 INFO STEP 139 (ensure_file) COMPLETE
105452026-08-14T17:29:05.926Z[ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.779 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-14T17:29:05.943Z[ host-image] Aug 14 17:29:04.787 INFO O| Aug 14 17:29:04.787 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105472026-08-14T17:29:05.943Z[ host-image] Aug 14 17:29:04.787 INFO O| Aug 14 17:29:04.787 INFO STEP 140 (ensure_dir) COMPLETE
105482026-08-14T17:29:05.943Z[ host-image] Aug 14 17:29:04.787 INFO O| Aug 14 17:29:04.787 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.794 INFO O| Aug 14 17:29:04.794 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105502026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.794 INFO O| Aug 14 17:29:04.794 INFO STEP 141 (ensure_dir) COMPLETE
105512026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.794 INFO O| Aug 14 17:29:04.794 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-14T17:29:05.953Z[ recovery-image] Aug 14 17:29:04.796 INFO E| Compiling clap_derive v4.6.1
105532026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.800 INFO O| Aug 14 17:29:04.800 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105542026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.800 INFO O| Aug 14 17:29:04.800 INFO STEP 142 (ensure_dir) COMPLETE
105552026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.800 INFO O| Aug 14 17:29:04.800 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.806 INFO O| Aug 14 17:29:04.806 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105572026-08-14T17:29:05.953Z[ host-image] Aug 14 17:29:04.806 INFO O| Aug 14 17:29:04.806 INFO STEP 143 (ensure_dir) COMPLETE
105582026-08-14T17:29:05.954Z[ host-image] Aug 14 17:29:04.806 INFO O| Aug 14 17:29:04.806 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-14T17:29:05.962Z[ host-image] Aug 14 17:29:04.812 INFO O| Aug 14 17:29:04.812 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105602026-08-14T17:29:05.963Z[ host-image] Aug 14 17:29:04.812 INFO O| Aug 14 17:29:04.812 INFO copying /tmp/.tmpUskSdj/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 ...
105612026-08-14T17:29:06.005Z[ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105622026-08-14T17:29:06.005Z[ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO ok!
105632026-08-14T17:29:06.005Z[ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO STEP 144 (ensure_file) COMPLETE
105642026-08-14T17:29:06.013Z[ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-08-14T17:29:06.013Z[ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.865 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105662026-08-14T17:29:06.013Z[ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105672026-08-14T17:29:06.013Z[ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105682026-08-14T17:29:06.013Z[ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO STEP 145 (ensure_dir) COMPLETE
105692026-08-14T17:29:06.013Z[ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-08-14T17:29:06.033Z[ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105712026-08-14T17:29:06.033Z[ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO copying /tmp/.tmpUskSdj/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105722026-08-14T17:29:06.033Z[ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105732026-08-14T17:29:06.033Z[ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO ok!
105742026-08-14T17:29:06.033Z[ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO STEP 146 (ensure_file) COMPLETE
105752026-08-14T17:29:06.033Z[ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.879 INFO O| Aug 14 17:29:04.879 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105772026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.879 INFO O| Aug 14 17:29:04.879 INFO STEP 147 (remove_files) COMPLETE
105782026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.879 INFO O| Aug 14 17:29:04.879 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.886 INFO O| Aug 14 17:29:04.886 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105802026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.886 INFO O| Aug 14 17:29:04.886 INFO STEP 148 (remove_files) COMPLETE
105812026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.886 INFO O| Aug 14 17:29:04.886 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-08-14T17:29:06.047Z[ host-image] Aug 14 17:29:04.893 INFO O| Aug 14 17:29:04.893 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105832026-08-14T17:29:06.054Z[ host-image] Aug 14 17:29:04.893 INFO O| Aug 14 17:29:04.893 INFO STEP 149 (remove_files) COMPLETE
105842026-08-14T17:29:06.054Z[ host-image] Aug 14 17:29:04.893 INFO O| Aug 14 17:29:04.893 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.899 INFO O| Aug 14 17:29:04.899 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105862026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.899 INFO O| Aug 14 17:29:04.899 INFO STEP 150 (remove_files) COMPLETE
105872026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.899 INFO O| Aug 14 17:29:04.899 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.905 INFO O| Aug 14 17:29:04.905 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105892026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.905 INFO O| Aug 14 17:29:04.905 INFO STEP 151 (remove_files) COMPLETE
105902026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.905 INFO O| Aug 14 17:29:04.905 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.912 INFO O| Aug 14 17:29:04.912 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105922026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.912 INFO O| Aug 14 17:29:04.912 INFO STEP 152 (remove_files) COMPLETE
105932026-08-14T17:29:06.065Z[ host-image] Aug 14 17:29:04.912 INFO O| Aug 14 17:29:04.912 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-14T17:29:06.075Z[ host-image] Aug 14 17:29:04.918 INFO O| Aug 14 17:29:04.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105952026-08-14T17:29:06.075Z[ host-image] Aug 14 17:29:04.918 INFO O| Aug 14 17:29:04.918 INFO STEP 153 (remove_files) COMPLETE
105962026-08-14T17:29:06.075Z[ host-image] Aug 14 17:29:04.918 INFO O| Aug 14 17:29:04.918 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-14T17:29:06.075Z[ host-image] Aug 14 17:29:04.925 INFO O| Aug 14 17:29:04.924 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105982026-08-14T17:29:06.075Z[ host-image] Aug 14 17:29:04.925 INFO O| Aug 14 17:29:04.925 INFO STEP 154 (remove_files) COMPLETE
105992026-08-14T17:29:06.075Z[ host-image] Aug 14 17:29:04.925 INFO O| Aug 14 17:29:04.925 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-14T17:29:06.084Z[ host-image] Aug 14 17:29:04.931 INFO O| Aug 14 17:29:04.931 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106012026-08-14T17:29:06.084Z[ host-image] Aug 14 17:29:04.931 INFO O| Aug 14 17:29:04.931 INFO STEP 155 (remove_files) COMPLETE
106022026-08-14T17:29:06.084Z[ host-image] Aug 14 17:29:04.931 INFO O| Aug 14 17:29:04.931 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-14T17:29:06.084Z[ host-image] Aug 14 17:29:04.937 INFO O| Aug 14 17:29:04.937 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106042026-08-14T17:29:06.084Z[ host-image] Aug 14 17:29:04.937 INFO O| Aug 14 17:29:04.937 INFO STEP 156 (remove_files) COMPLETE
106052026-08-14T17:29:06.084Z[ host-image] Aug 14 17:29:04.937 INFO O| Aug 14 17:29:04.937 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-14T17:29:06.092Z[ host-image] Aug 14 17:29:04.942 INFO O| Aug 14 17:29:04.942 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106072026-08-14T17:29:06.092Z[ host-image] Aug 14 17:29:04.942 INFO O| Aug 14 17:29:04.942 INFO STEP 157 (remove_files) COMPLETE
106082026-08-14T17:29:06.092Z[ host-image] Aug 14 17:29:04.942 INFO O| Aug 14 17:29:04.942 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-14T17:29:06.102Z[ host-image] Aug 14 17:29:04.948 INFO O| Aug 14 17:29:04.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106102026-08-14T17:29:06.102Z[ host-image] Aug 14 17:29:04.948 INFO O| Aug 14 17:29:04.948 INFO STEP 158 (remove_files) COMPLETE
106112026-08-14T17:29:06.102Z[ host-image] Aug 14 17:29:04.948 INFO O| Aug 14 17:29:04.948 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-14T17:29:06.102Z[ host-image] Aug 14 17:29:04.954 INFO O| Aug 14 17:29:04.954 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106132026-08-14T17:29:06.102Z[ host-image] Aug 14 17:29:04.954 INFO O| Aug 14 17:29:04.954 INFO STEP 159 (remove_files) COMPLETE
106142026-08-14T17:29:06.102Z[ host-image] Aug 14 17:29:04.954 INFO O| Aug 14 17:29:04.954 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-14T17:29:06.111Z[ host-image] Aug 14 17:29:04.960 INFO O| Aug 14 17:29:04.960 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106162026-08-14T17:29:06.111Z[ host-image] Aug 14 17:29:04.960 INFO O| Aug 14 17:29:04.960 INFO STEP 160 (remove_files) COMPLETE
106172026-08-14T17:29:06.111Z[ host-image] Aug 14 17:29:04.960 INFO O| Aug 14 17:29:04.960 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-14T17:29:06.120Z[ host-image] Aug 14 17:29:04.966 INFO O| Aug 14 17:29:04.966 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106192026-08-14T17:29:06.120Z[ host-image] Aug 14 17:29:04.966 INFO O| Aug 14 17:29:04.966 INFO STEP 161 (remove_files) COMPLETE
106202026-08-14T17:29:06.121Z[ host-image] Aug 14 17:29:04.966 INFO O| Aug 14 17:29:04.966 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-14T17:29:06.121Z[ host-image] Aug 14 17:29:04.971 INFO O| Aug 14 17:29:04.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106222026-08-14T17:29:06.121Z[ host-image] Aug 14 17:29:04.971 INFO O| Aug 14 17:29:04.971 INFO STEP 162 (remove_files) COMPLETE
106232026-08-14T17:29:06.121Z[ host-image] Aug 14 17:29:04.971 INFO O| Aug 14 17:29:04.971 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-14T17:29:06.130Z[ host-image] Aug 14 17:29:04.977 INFO O| Aug 14 17:29:04.977 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106252026-08-14T17:29:06.130Z[ host-image] Aug 14 17:29:04.977 INFO O| Aug 14 17:29:04.977 INFO STEP 163 (remove_files) COMPLETE
106262026-08-14T17:29:06.130Z[ host-image] Aug 14 17:29:04.977 INFO O| Aug 14 17:29:04.977 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-14T17:29:06.139Z[ host-image] Aug 14 17:29:04.983 INFO O| Aug 14 17:29:04.983 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106282026-08-14T17:29:06.139Z[ host-image] Aug 14 17:29:04.983 INFO O| Aug 14 17:29:04.983 INFO STEP 164 (remove_files) COMPLETE
106292026-08-14T17:29:06.139Z[ host-image] Aug 14 17:29:04.983 INFO O| Aug 14 17:29:04.983 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-14T17:29:06.139Z[ host-image] Aug 14 17:29:04.989 INFO O| Aug 14 17:29:04.989 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106312026-08-14T17:29:06.139Z[ host-image] Aug 14 17:29:04.989 INFO O| Aug 14 17:29:04.989 INFO STEP 165 (remove_files) COMPLETE
106322026-08-14T17:29:06.139Z[ host-image] Aug 14 17:29:04.989 INFO O| Aug 14 17:29:04.989 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-14T17:29:06.148Z[ host-image] Aug 14 17:29:04.997 INFO O| Aug 14 17:29:04.997 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106342026-08-14T17:29:06.148Z[ host-image] Aug 14 17:29:04.997 INFO O| Aug 14 17:29:04.997 INFO STEP 166 (remove_files) COMPLETE
106352026-08-14T17:29:06.148Z[ host-image] Aug 14 17:29:04.997 INFO O| Aug 14 17:29:04.997 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-14T17:29:06.158Z[ host-image] Aug 14 17:29:05.004 INFO O| Aug 14 17:29:05.004 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106372026-08-14T17:29:06.158Z[ host-image] Aug 14 17:29:05.004 INFO O| Aug 14 17:29:05.004 INFO STEP 167 (remove_files) COMPLETE
106382026-08-14T17:29:06.158Z[ host-image] Aug 14 17:29:05.004 INFO O| Aug 14 17:29:05.004 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-14T17:29:06.158Z[ host-image] Aug 14 17:29:05.011 INFO O| Aug 14 17:29:05.011 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106402026-08-14T17:29:06.158Z[ host-image] Aug 14 17:29:05.011 INFO O| Aug 14 17:29:05.011 INFO STEP 168 (remove_files) COMPLETE
106412026-08-14T17:29:06.158Z[ host-image] Aug 14 17:29:05.011 INFO O| Aug 14 17:29:05.011 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-14T17:29:06.169Z[ host-image] Aug 14 17:29:05.019 INFO O| Aug 14 17:29:05.019 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106432026-08-14T17:29:06.169Z[ host-image] Aug 14 17:29:05.020 INFO O| Aug 14 17:29:05.019 INFO STEP 169 (remove_files) COMPLETE
106442026-08-14T17:29:06.169Z[ host-image] Aug 14 17:29:05.020 INFO O| Aug 14 17:29:05.019 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-14T17:29:06.178Z[ host-image] Aug 14 17:29:05.026 INFO O| Aug 14 17:29:05.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106462026-08-14T17:29:06.178Z[ host-image] Aug 14 17:29:05.026 INFO O| Aug 14 17:29:05.026 INFO STEP 170 (remove_files) COMPLETE
106472026-08-14T17:29:06.178Z[ host-image] Aug 14 17:29:05.026 INFO O| Aug 14 17:29:05.026 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.032 INFO O| Aug 14 17:29:05.032 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106492026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.032 INFO O| Aug 14 17:29:05.032 INFO STEP 171 (remove_files) COMPLETE
106502026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.032 INFO O| Aug 14 17:29:05.032 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.039 INFO O| Aug 14 17:29:05.039 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106522026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.039 INFO O| Aug 14 17:29:05.039 INFO STEP 172 (remove_files) COMPLETE
106532026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.039 INFO O| Aug 14 17:29:05.039 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.044 INFO O| Aug 14 17:29:05.044 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106552026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.044 INFO O| Aug 14 17:29:05.044 INFO STEP 173 (remove_files) COMPLETE
106562026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.044 INFO O| Aug 14 17:29:05.044 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.050 INFO O| Aug 14 17:29:05.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106582026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.050 INFO O| Aug 14 17:29:05.050 INFO STEP 174 (remove_files) COMPLETE
106592026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.050 INFO O| Aug 14 17:29:05.050 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.056 INFO O| Aug 14 17:29:05.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106612026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.056 INFO O| Aug 14 17:29:05.056 INFO STEP 175 (remove_files) COMPLETE
106622026-08-14T17:29:06.211Z[ host-image] Aug 14 17:29:05.056 INFO O| Aug 14 17:29:05.056 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106632026-08-14T17:29:06.222Z[ host-image] Aug 14 17:29:05.067 INFO O| Aug 14 17:29:05.067 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106642026-08-14T17:29:06.222Z[ host-image] Aug 14 17:29:05.067 INFO O| Aug 14 17:29:05.067 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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106652026-08-14T17:29:07.150Z[ recovery-image] Aug 14 17:29:06.000 INFO E| Compiling clap v4.6.1
106662026-08-14T17:29:07.202Z[ recovery-image] Aug 14 17:29:06.055 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106672026-08-14T17:29:07.952Z[ recovery-image] Aug 14 17:29:06.805 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
106682026-08-14T17:29:07.963Z[ recovery-image] Aug 14 17:29:06.810 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106692026-08-14T17:29:08.145Z[ recovery-image] Aug 14 17:29:06.991 INFO E| Downloading crates ...
106702026-08-14T17:29:08.179Z[ recovery-image] Aug 14 17:29:07.032 INFO E| Downloaded cpio_reader v0.1.2
106712026-08-14T17:29:08.187Z[ recovery-image] Aug 14 17:29:07.039 INFO E| Downloaded bit_field v0.10.3
106722026-08-14T17:29:08.196Z[ recovery-image] Aug 14 17:29:07.042 INFO E| Downloaded log v0.4.32
106732026-08-14T17:29:08.196Z[ recovery-image] Aug 14 17:29:07.045 INFO E| Downloaded bitstruct v0.1.1
106742026-08-14T17:29:08.207Z[ recovery-image] Aug 14 17:29:07.051 INFO E| Downloaded bitstruct_derive v0.1.0
106752026-08-14T17:29:08.207Z[ recovery-image] Aug 14 17:29:07.053 INFO E| Downloaded miniz_oxide v0.9.1
106762026-08-14T17:29:08.230Z[ recovery-image] Aug 14 17:29:07.059 INFO E| Downloaded bitflags v2.13.0
106772026-08-14T17:29:08.230Z[ recovery-image] Aug 14 17:29:07.068 INFO E| Downloaded raw-cpuid v10.7.0
106782026-08-14T17:29:08.239Z[ recovery-image] Aug 14 17:29:07.086 INFO E| Downloaded goblin v0.10.7
106792026-08-14T17:29:08.344Z[ recovery-image] Aug 14 17:29:07.197 INFO E| Downloaded x86 v0.52.0
106802026-08-14T17:29:08.377Z[ recovery-image] Aug 14 17:29:07.230 INFO E| Updating crates.io index
106812026-08-14T17:29:08.417Z[ recovery-image] Aug 14 17:29:07.270 INFO E| Downloading crates ...
106822026-08-14T17:29:08.437Z[ recovery-image] Aug 14 17:29:07.290 INFO E| Downloaded hashbrown v0.17.1
106832026-08-14T17:29:08.454Z[ recovery-image] Aug 14 17:29:07.293 INFO E| Downloaded rustc-literal-escaper v0.0.7
106842026-08-14T17:29:08.480Z[ recovery-image] Aug 14 17:29:07.333 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)
106852026-08-14T17:29:08.480Z[ recovery-image] Aug 14 17:29:07.333 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)
106862026-08-14T17:29:08.490Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling proc-macro2 v1.0.106
106872026-08-14T17:29:08.490Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling unicode-ident v1.0.24
106882026-08-14T17:29:08.490Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling quote v1.0.45
106892026-08-14T17:29:08.490Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling syn v1.0.109
106902026-08-14T17:29:08.491Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling x86 v0.52.0
106912026-08-14T17:29:08.491Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106922026-08-14T17:29:08.491Z[ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling seq-macro v0.3.6
106932026-08-14T17:29:09.398Z[ recovery-image] Aug 14 17:29:08.252 INFO E| Compiling syn v2.0.117
106942026-08-14T17:29:10.666Z[ recovery-image] Aug 14 17:29:09.519 INFO E| Compiling scroll_derive v0.13.1
106952026-08-14T17:29:14.198Z[ host-image] Aug 14 17:29:09.793 INFO O| Aug 14 17:29:09.793 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80
106962026-08-14T17:29:14.198Z[ host-image] Aug 14 17:29:09.793 INFO O| Aug 14 17:29:09.793 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106972026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:09.806 INFO O| Aug 14 17:29:09.806 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106982026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:09.904 INFO O| Aug 14 17:29:09.904 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
106992026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:09.959 INFO O| Aug 14 17:29:09.959 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107002026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.024 INFO O| Aug 14 17:29:10.024 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107012026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.024 INFO O| Aug 14 17:29:10.024 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107022026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107032026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO ok!
107042026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107052026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO STEP 176 (seed_smf) COMPLETE
107062026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO steps complete; finalising image!
107072026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO TRIM POOL: TEMPORARY-sled-zfs
107082026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.101 INFO O| Aug 14 17:29:10.101 INFO trim TEMPORARY-sled-zfs: (5% trimmed, started at Fri Aug 14 17:29:10 2026)
107092026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.315 INFO O| Aug 14 17:29:10.315 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio
107102026-08-14T17:29:14.225Z[ host-image] Aug 14 17:29:10.315 INFO O| Aug 14 17:29:10.315 INFO EXPORT POOL: TEMPORARY-sled-zfs
107112026-08-14T17:29:14.225Z[ recovery-image] Aug 14 17:29:10.569 INFO E| Compiling bitstruct_derive v0.1.0
107122026-08-14T17:29:14.226Z[ host-image] Aug 14 17:29:10.663 INFO O| Aug 14 17:29:10.663 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107132026-08-14T17:29:14.226Z[ host-image] Aug 14 17:29:10.663 INFO O| Aug 14 17:29:10.663 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107142026-08-14T17:29:14.250Z[ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107152026-08-14T17:29:14.250Z[ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107162026-08-14T17:29:14.250Z[ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107172026-08-14T17:29:14.251Z[ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO completed processing sled/zfs
107182026-08-14T17:29:14.251Z[ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107192026-08-14T17:29:20.748Z[ recovery-image] Aug 14 17:29:19.601 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)
107202026-08-14T17:29:22.812Z[ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling bitflags v1.3.2
107212026-08-14T17:29:22.816Z[ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling scroll v0.13.0
107222026-08-14T17:29:22.816Z[ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling bitflags v2.13.0
107232026-08-14T17:29:22.816Z[ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling plain v0.2.3
107242026-08-14T17:29:22.816Z[ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling log v0.4.32
107252026-08-14T17:29:22.817Z[ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling adler2 v2.0.1
107262026-08-14T17:29:22.817Z[ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling bit_field v0.10.3
107272026-08-14T17:29:22.817Z[ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling static_assertions v1.1.0
107282026-08-14T17:29:22.817Z[ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling bitstruct v0.1.1
107292026-08-14T17:29:22.864Z[ recovery-image] Aug 14 17:29:21.717 INFO E| Compiling raw-cpuid v10.7.0
107302026-08-14T17:29:22.902Z[ recovery-image] Aug 14 17:29:21.755 INFO E| Compiling miniz_oxide v0.9.1
107312026-08-14T17:29:22.976Z[ recovery-image] Aug 14 17:29:21.829 INFO E| Compiling cpio_reader v0.1.2
107322026-08-14T17:29:23.035Z[ recovery-image] Aug 14 17:29:21.888 INFO E| Compiling goblin v0.10.7
107332026-08-14T17:29:25.848Z[ recovery-image] Aug 14 17:29:24.701 INFO E| Finished `release` profile [optimized] target(s) in 17.87s
107342026-08-14T17:29:25.865Z[ recovery-image] Aug 14 17:29:24.718 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107352026-08-14T17:29:25.866Z[ recovery-image] Aug 14 17:29:24.719 INFO building ROM for gimlet
107362026-08-14T17:29:25.869Z[ recovery-image] Aug 14 17:29:24.719 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")
107372026-08-14T17:29:25.943Z[ recovery-image] Aug 14 17:29:24.795 INFO E| Downloading crates ...
107382026-08-14T17:29:25.992Z[ recovery-image] Aug 14 17:29:24.845 INFO E| Downloaded colorchoice v1.0.3
107392026-08-14T17:29:25.995Z[ recovery-image] Aug 14 17:29:24.846 INFO E| Downloaded anstyle-parse v0.2.6
107402026-08-14T17:29:25.999Z[ recovery-image] Aug 14 17:29:24.851 INFO E| Downloaded anstyle v1.0.10
107412026-08-14T17:29:26.004Z[ recovery-image] Aug 14 17:29:24.854 INFO E| Downloaded serde_spanned v0.6.8
107422026-08-14T17:29:26.010Z[ recovery-image] Aug 14 17:29:24.863 INFO E| Downloaded clap_lex v0.7.4
107432026-08-14T17:29:26.013Z[ recovery-image] Aug 14 17:29:24.864 INFO E| Downloaded is_terminal_polyfill v1.70.1
107442026-08-14T17:29:26.013Z[ recovery-image] Aug 14 17:29:24.865 INFO E| Downloaded toml_datetime v0.6.9
107452026-08-14T17:29:26.018Z[ recovery-image] Aug 14 17:29:24.871 INFO E| Downloaded shared_child v1.0.1
107462026-08-14T17:29:26.022Z[ recovery-image] Aug 14 17:29:24.873 INFO E| Downloaded os_pipe v1.2.1
107472026-08-14T17:29:26.022Z[ recovery-image] Aug 14 17:29:24.874 INFO E| Downloaded anstyle-query v1.1.2
107482026-08-14T17:29:26.026Z[ recovery-image] Aug 14 17:29:24.879 INFO E| Downloaded anstream v0.6.18
107492026-08-14T17:29:26.029Z[ recovery-image] Aug 14 17:29:24.881 INFO E| Downloaded clap v4.5.37
107502026-08-14T17:29:26.033Z[ recovery-image] Aug 14 17:29:24.886 INFO E| Downloaded toml_write v0.1.1
107512026-08-14T17:29:26.036Z[ recovery-image] Aug 14 17:29:24.886 INFO E| Downloaded duct v0.13.7
107522026-08-14T17:29:26.036Z[ recovery-image] Aug 14 17:29:24.889 INFO E| Downloaded clap_derive v4.5.32
107532026-08-14T17:29:26.039Z[ recovery-image] Aug 14 17:29:24.893 INFO E| Downloaded cc v1.2.20
107542026-08-14T17:29:26.048Z[ recovery-image] Aug 14 17:29:24.901 INFO E| Downloaded toml v0.8.22
107552026-08-14T17:29:26.066Z[ recovery-image] Aug 14 17:29:24.919 INFO E| Downloaded toml_edit v0.22.26
107562026-08-14T17:29:26.085Z[ recovery-image] Aug 14 17:29:24.938 INFO E| Downloaded winnow v0.7.7
107572026-08-14T17:29:26.090Z[ recovery-image] Aug 14 17:29:24.943 INFO E| Downloaded clap_builder v4.5.37
107582026-08-14T17:29:26.103Z[ recovery-image] Aug 14 17:29:24.956 INFO E| Compiling libc v0.2.172
107592026-08-14T17:29:26.106Z[ recovery-image] Aug 14 17:29:24.956 INFO E| Compiling utf8parse v0.2.2
107602026-08-14T17:29:26.107Z[ recovery-image] Aug 14 17:29:24.956 INFO E| Compiling once_cell v1.21.3
107612026-08-14T17:29:26.107Z[ recovery-image] Aug 14 17:29:24.957 INFO E| Compiling colorchoice v1.0.3
107622026-08-14T17:29:26.107Z[ recovery-image] Aug 14 17:29:24.957 INFO E| Compiling anstyle-query v1.1.2
107632026-08-14T17:29:26.122Z[ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling equivalent v1.0.2
107642026-08-14T17:29:26.125Z[ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling shlex v1.3.0
107652026-08-14T17:29:26.125Z[ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling hashbrown v0.15.2
107662026-08-14T17:29:26.125Z[ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling is_terminal_polyfill v1.70.1
107672026-08-14T17:29:26.125Z[ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling anstyle v1.0.10
107682026-08-14T17:29:26.125Z[ recovery-image] Aug 14 17:29:24.976 INFO E| Compiling clap_lex v0.7.4
107692026-08-14T17:29:26.125Z[ recovery-image] Aug 14 17:29:24.976 INFO E| Compiling winnow v0.7.7
107702026-08-14T17:29:26.130Z[ recovery-image] Aug 14 17:29:24.983 INFO E| Compiling toml_write v0.1.1
107712026-08-14T17:29:26.133Z[ recovery-image] Aug 14 17:29:24.983 INFO E| Compiling anyhow v1.0.98
107722026-08-14T17:29:26.139Z[ recovery-image] Aug 14 17:29:24.992 INFO E| Compiling strsim v0.11.1
107732026-08-14T17:29:26.142Z[ recovery-image] Aug 14 17:29:24.996 INFO E| Compiling syn v2.0.101
107742026-08-14T17:29:26.244Z[ recovery-image] Aug 14 17:29:25.097 INFO E| Compiling anstyle-parse v0.2.6
107752026-08-14T17:29:26.278Z[ recovery-image] Aug 14 17:29:25.131 INFO E| Compiling cc v1.2.20
107762026-08-14T17:29:26.386Z[ recovery-image] Aug 14 17:29:25.239 INFO E| Compiling anstream v0.6.18
107772026-08-14T17:29:26.586Z[ recovery-image] Aug 14 17:29:25.439 INFO E| Compiling clap_builder v4.5.37
107782026-08-14T17:29:26.598Z[ recovery-image] Aug 14 17:29:25.451 INFO E| Compiling indexmap v2.9.0
107792026-08-14T17:29:26.730Z[ recovery-image] Aug 14 17:29:25.583 INFO E| Compiling os_pipe v1.2.1
107802026-08-14T17:29:26.730Z[ recovery-image] Aug 14 17:29:25.583 INFO E| Compiling shared_child v1.0.1
107812026-08-14T17:29:26.801Z[ host-image] Aug 14 17:29:25.654 INFO O| Aug 14 17:29:25.654 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107822026-08-14T17:29:26.846Z[ recovery-image] Aug 14 17:29:25.698 INFO E| Compiling duct v0.13.7
107832026-08-14T17:29:26.888Z[ host-image] Aug 14 17:29:25.741 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107842026-08-14T17:29:26.888Z[ host-image] Aug 14 17:29:25.741 INFO expanded image name: "ci 1739fed/${os_short_commit} 2026-08-14 17:09" -> "ci 1739fed/aaf8e74 2026-08-14 17:09"
107852026-08-14T17:29:26.888Z[ host-image] Aug 14 17:29:25.741 INFO output artefacts stored in: "/work/os-host"
107862026-08-14T17:29:26.892Z[ host-image] Aug 14 17:29:25.741 INFO collecting git info from project "pinprick"...
107872026-08-14T17:29:26.895Z[ host-image] Aug 14 17:29:25.747 INFO collecting git info from project "dmar-report"...
107882026-08-14T17:29:26.899Z[ host-image] Aug 14 17:29:25.752 INFO collecting git info from project "phbl"...
107892026-08-14T17:29:26.904Z[ host-image] Aug 14 17:29:25.757 INFO collecting git info from project "pilot"...
107902026-08-14T17:29:26.909Z[ host-image] Aug 14 17:29:25.762 INFO collecting git info from project "image-builder"...
107912026-08-14T17:29:26.913Z[ host-image] Aug 14 17:29:25.767 INFO collecting git info from project "amd-host-image-builder"...
107922026-08-14T17:29:26.919Z[ host-image] Aug 14 17:29:25.772 INFO collecting git info from project "chelsio-t6-roms"...
107932026-08-14T17:29:26.925Z[ host-image] Aug 14 17:29:25.778 INFO collecting git info from project "bootserver"...
107942026-08-14T17:29:26.930Z[ host-image] Aug 14 17:29:25.783 INFO collecting git info from project "amd-firmware"...
107952026-08-14T17:29:26.944Z[ host-image] Aug 14 17:29:25.797 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107962026-08-14T17:29:27.268Z[ host-image] Aug 14 17:29:26.121 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107972026-08-14T17:29:27.312Z[ recovery-image] Aug 14 17:29:26.165 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107982026-08-14T17:29:27.564Z[ host-image] Aug 14 17:29:26.417 INFO creating Oxide boot image...
107992026-08-14T17:29:27.564Z[ host-image] Aug 14 17:29:26.417 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1739fed/aaf8e74 2026-08-14 17:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108002026-08-14T17:29:28.175Z[ recovery-image] Aug 14 17:29:27.028 INFO E| Compiling serde_derive v1.0.219
108012026-08-14T17:29:28.175Z[ recovery-image] Aug 14 17:29:27.028 INFO E| Compiling clap_derive v4.5.32
108022026-08-14T17:29:28.412Z[ host-image] Aug 14 17:29:27.265 INFO O| ok, image written!
108032026-08-14T17:29:28.412Z[ host-image] Aug 14 17:29:27.265 INFO O| ok, boot_image_csum file written!
108042026-08-14T17:29:28.415Z[ host-image] Aug 14 17:29:27.267 INFO creating boot archive (CPIO)...
108052026-08-14T17:29:28.415Z[ host-image] Aug 14 17:29:27.267 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
108062026-08-14T17:29:28.418Z[ host-image] Aug 14 17:29:27.271 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108072026-08-14T17:29:28.419Z[ host-image] Aug 14 17:29:27.271 INFO E| + outfile=/work/os-host/cpio
108082026-08-14T17:29:28.419Z[ host-image] Aug 14 17:29:27.271 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108092026-08-14T17:29:28.422Z[ host-image] Aug 14 17:29:27.273 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108102026-08-14T17:29:28.422Z[ host-image] Aug 14 17:29:27.273 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108112026-08-14T17:29:28.446Z[ host-image] Aug 14 17:29:27.299 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108122026-08-14T17:29:28.446Z[ host-image] Aug 14 17:29:27.300 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108132026-08-14T17:29:28.453Z[ host-image] Aug 14 17:29:27.307 INFO creating compressed cpio/unix for dev loaders...
108142026-08-14T17:29:28.453Z[ host-image] Aug 14 17:29:27.307 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
108152026-08-14T17:29:28.681Z[ host-image] Aug 14 17:29:27.534 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108162026-08-14T17:29:29.682Z[ recovery-image] Aug 14 17:29:28.535 INFO E| Compiling clap v4.5.37
108172026-08-14T17:29:30.442Z[ recovery-image] Aug 14 17:29:29.294 INFO E| Compiling serde v1.0.219
108182026-08-14T17:29:32.086Z[ host-image] Aug 14 17:29:30.939 INFO creating reset image...
108192026-08-14T17:29:32.086Z[ host-image] Aug 14 17:29:30.939 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")
108202026-08-14T17:29:32.160Z[ host-image] Aug 14 17:29:31.013 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108212026-08-14T17:29:32.164Z[ host-image] Aug 14 17:29:31.015 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108222026-08-14T17:29:32.458Z[ recovery-image] Aug 14 17:29:31.311 INFO E| Compiling toml_datetime v0.6.9
108232026-08-14T17:29:32.458Z[ recovery-image] Aug 14 17:29:31.311 INFO E| Compiling serde_spanned v0.6.8
108242026-08-14T17:29:32.462Z[ host-image] Aug 14 17:29:31.311 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)
108252026-08-14T17:29:32.462Z[ host-image] Aug 14 17:29:31.311 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)
108262026-08-14T17:29:32.462Z[ host-image] Aug 14 17:29:31.312 INFO E| Compiling proc-macro2 v1.0.106
108272026-08-14T17:29:32.462Z[ host-image] Aug 14 17:29:31.312 INFO E| Compiling unicode-ident v1.0.24
108282026-08-14T17:29:32.462Z[ host-image] Aug 14 17:29:31.312 INFO E| Compiling quote v1.0.45
108292026-08-14T17:29:32.462Z[ host-image] Aug 14 17:29:31.312 INFO E| Compiling syn v1.0.109
108302026-08-14T17:29:32.468Z[ host-image] Aug 14 17:29:31.321 INFO E| Compiling x86 v0.52.0
108312026-08-14T17:29:32.471Z[ host-image] Aug 14 17:29:31.321 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108322026-08-14T17:29:32.471Z[ host-image] Aug 14 17:29:31.321 INFO E| Compiling seq-macro v0.3.6
108332026-08-14T17:29:32.628Z[ recovery-image] Aug 14 17:29:31.481 INFO E| Compiling toml_edit v0.22.26
108342026-08-14T17:29:33.487Z[ host-image] Aug 14 17:29:32.340 INFO E| Compiling syn v2.0.117
108352026-08-14T17:29:34.005Z[ recovery-image] Aug 14 17:29:32.857 INFO E| Compiling toml v0.8.22
108362026-08-14T17:29:35.015Z[ host-image] Aug 14 17:29:33.868 INFO E| Compiling scroll_derive v0.13.1
108372026-08-14T17:29:36.176Z[ host-image] Aug 14 17:29:35.029 INFO E| Compiling bitstruct_derive v0.1.0
108382026-08-14T17:29:36.665Z[ recovery-image] Aug 14 17:29:35.518 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
108392026-08-14T17:29:36.675Z[ recovery-image] Aug 14 17:29:35.527 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`
108402026-08-14T17:29:36.690Z[ recovery-image] Aug 14 17:29:35.543 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108412026-08-14T17:29:36.774Z[ recovery-image] Aug 14 17:29:35.627 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108422026-08-14T17:29:36.778Z[ recovery-image] Aug 14 17:29:35.631 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-recovery/gimlet.rom`
108432026-08-14T17:29:36.897Z[ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108442026-08-14T17:29:36.898Z[ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108452026-08-14T17:29:36.898Z[ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108462026-08-14T17:29:36.901Z[ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108472026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108482026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108492026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108502026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108512026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108522026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108532026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108542026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108552026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108562026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108572026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108582026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO O| Info: ABL version: 0x100f5010
108592026-08-14T17:29:36.902Z[ recovery-image] Aug 14 17:29:35.751 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108602026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108612026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108622026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108632026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108642026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108652026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108662026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108672026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108682026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108692026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108702026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108712026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108722026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108732026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108742026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108752026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108762026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108772026-08-14T17:29:36.903Z[ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108782026-08-14T17:29:36.939Z[ recovery-image] Aug 14 17:29:35.791 INFO building ROM for cosmo
108792026-08-14T17:29:36.939Z[ recovery-image] Aug 14 17:29:35.792 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")
108802026-08-14T17:29:37.047Z[ recovery-image] Aug 14 17:29:35.900 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108812026-08-14T17:29:37.052Z[ recovery-image] Aug 14 17:29:35.905 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`
108822026-08-14T17:29:37.066Z[ recovery-image] Aug 14 17:29:35.919 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108832026-08-14T17:29:37.139Z[ recovery-image] Aug 14 17:29:35.992 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108842026-08-14T17:29:37.143Z[ recovery-image] Aug 14 17:29:35.996 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`
108852026-08-14T17:29:37.358Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108862026-08-14T17:29:37.359Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108872026-08-14T17:29:37.359Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108882026-08-14T17:29:37.359Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108892026-08-14T17:29:37.359Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108902026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108912026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108922026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108932026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108942026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108952026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108962026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108972026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108982026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108992026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109002026-08-14T17:29:37.364Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109012026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109022026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109032026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109042026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109052026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109062026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109072026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109082026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109092026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109102026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109112026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109122026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109132026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109142026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109152026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109162026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109172026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109182026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109192026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109202026-08-14T17:29:37.365Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109212026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109222026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109232026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109242026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109252026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109262026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109272026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109282026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109292026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109302026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109312026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109322026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109332026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109342026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109352026-08-14T17:29:37.366Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109362026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109372026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109382026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO O| Info: ABL version: 0x100af010
109392026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109402026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109412026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109422026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109432026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109442026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109452026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109462026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109472026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109482026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109492026-08-14T17:29:37.367Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109502026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109512026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109522026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109532026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109542026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109552026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109562026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109572026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109582026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109592026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109602026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109612026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109622026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109632026-08-14T17:29:37.368Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109642026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109652026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109662026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109672026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109682026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109692026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109702026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109712026-08-14T17:29:37.369Z[ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109722026-08-14T17:29:37.397Z[ recovery-image] Aug 14 17:29:36.249 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109732026-08-14T17:29:37.397Z[ recovery-image] Aug 14 17:29:36.249 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109742026-08-14T17:29:38.582Z[ recovery-image] Aug 14 17:29:37.435 INFO image complete! materials are in "/work/os-recovery"
109752026-08-14T17:29:38.586Z[ recovery-image]
109762026-08-14T17:29:38.586Z[ recovery-image] real 3:21.458275334
109772026-08-14T17:29:38.586Z[ recovery-image] user 2:40.129228729
109782026-08-14T17:29:38.586Z[ recovery-image] sys 38.062564657
109792026-08-14T17:29:38.586Z[ recovery-image] trap 0.145137578
109802026-08-14T17:29:38.586Z[ recovery-image] tflt 0.777499066
109812026-08-14T17:29:38.587Z[ recovery-image] dflt 0.742876207
109822026-08-14T17:29:38.587Z[ recovery-image] kflt 0.000086230
109832026-08-14T17:29:38.587Z[ recovery-image] lock 7:53.366242800
109842026-08-14T17:29:38.587Z[ recovery-image] slp 17:19.782584885
109852026-08-14T17:29:38.587Z[ recovery-image] lat 29.413956634
109862026-08-14T17:29:38.587Z[ recovery-image] stop 6.487609775
109872026-08-14T17:29:38.591ZAug 14 17:29:37.439 INFO [recovery-image] process exited with exit status: 0 (201.463742801s)
109882026-08-14T17:29:38.591ZAug 14 17:29:37.439 INFO [tuf-v2-recovery] running task
109892026-08-14T17:29:38.591ZAug 14 17:29:37.440 INFO [tuf-v2-recovery] task succeeded (724.73µs)
109902026-08-14T17:29:45.372Z[ host-image] Aug 14 17:29:44.225 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)
109912026-08-14T17:29:47.533Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling bitflags v1.3.2
109922026-08-14T17:29:47.533Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling log v0.4.32
109932026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling plain v0.2.3
109942026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling bitflags v2.13.0
109952026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling scroll v0.13.0
109962026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling adler2 v2.0.1
109972026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling bit_field v0.10.3
109982026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling static_assertions v1.1.0
109992026-08-14T17:29:47.537Z[ host-image] Aug 14 17:29:46.386 INFO E| Compiling bitstruct v0.1.1
110002026-08-14T17:29:47.587Z[ host-image] Aug 14 17:29:46.440 INFO E| Compiling raw-cpuid v10.7.0
110012026-08-14T17:29:47.628Z[ host-image] Aug 14 17:29:46.481 INFO E| Compiling miniz_oxide v0.9.1
110022026-08-14T17:29:47.698Z[ host-image] Aug 14 17:29:46.550 INFO E| Compiling cpio_reader v0.1.2
110032026-08-14T17:29:47.757Z[ host-image] Aug 14 17:29:46.610 INFO E| Compiling goblin v0.10.7
110042026-08-14T17:29:50.691Z[ host-image] Aug 14 17:29:49.470 INFO E| Finished `release` profile [optimized] target(s) in 18.44s
110052026-08-14T17:29:50.703Z[ host-image] Aug 14 17:29:49.482 INFO building ROM for cosmo
110062026-08-14T17:29:50.703Z[ host-image] Aug 14 17:29:49.482 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/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")
110072026-08-14T17:29:50.719Z[ host-image] Aug 14 17:29:49.572 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110082026-08-14T17:29:50.722Z[ host-image] Aug 14 17:29:49.575 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`
110092026-08-14T17:29:50.733Z[ host-image] Aug 14 17:29:49.586 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110102026-08-14T17:29:50.805Z[ host-image] Aug 14 17:29:49.658 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110112026-08-14T17:29:50.807Z[ host-image] Aug 14 17:29:49.661 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`
110122026-08-14T17:29:51.021Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110132026-08-14T17:29:51.021Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110142026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110152026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110162026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110172026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110182026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110192026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110202026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110212026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110222026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110232026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110242026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110252026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110262026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110272026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110282026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110292026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110302026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110312026-08-14T17:29:51.025Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110322026-08-14T17:29:51.026Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110332026-08-14T17:29:51.026Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110342026-08-14T17:29:51.026Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110352026-08-14T17:29:51.026Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110362026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110372026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110382026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110392026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110402026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110412026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110422026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110432026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110442026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110452026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110462026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110472026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110482026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110492026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110502026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110512026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110522026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110532026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110542026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110552026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110562026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110572026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110582026-08-14T17:29:51.027Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110592026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110602026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110612026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110622026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110632026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110642026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110652026-08-14T17:29:51.028Z[ host-image] Aug 14 17:29:49.875 INFO O| Info: ABL version: 0x100af010
110662026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.875 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110672026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.875 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110682026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110692026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110702026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110712026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110722026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110732026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110742026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110752026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110762026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110772026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110782026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110792026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110802026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110812026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110822026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110832026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110842026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110852026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110862026-08-14T17:29:51.029Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110872026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110882026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110892026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110902026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110912026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110922026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110932026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110942026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110952026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110962026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110972026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110982026-08-14T17:29:51.030Z[ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110992026-08-14T17:29:51.060Z[ host-image] Aug 14 17:29:49.913 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111002026-08-14T17:29:51.060Z[ host-image] Aug 14 17:29:49.913 INFO building ROM for gimlet
111012026-08-14T17:29:51.067Z[ host-image] Aug 14 17:29:49.913 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")
111022026-08-14T17:29:51.156Z[ host-image] Aug 14 17:29:50.009 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111032026-08-14T17:29:51.159Z[ host-image] Aug 14 17:29:50.011 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`
111042026-08-14T17:29:51.172Z[ host-image] Aug 14 17:29:50.026 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111052026-08-14T17:29:51.243Z[ host-image] Aug 14 17:29:50.097 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111062026-08-14T17:29:51.247Z[ host-image] Aug 14 17:29:50.099 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`
111072026-08-14T17:29:51.363Z[ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111082026-08-14T17:29:51.363Z[ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111092026-08-14T17:29:51.363Z[ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111102026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111112026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111122026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111132026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111142026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111152026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111162026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111172026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111182026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111192026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111202026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111212026-08-14T17:29:51.366Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111222026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO O| Info: ABL version: 0x100f5010
111232026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111242026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111252026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111262026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111272026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111282026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111292026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111302026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111312026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111322026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111332026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111342026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111352026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111362026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111372026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111382026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111392026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111402026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111412026-08-14T17:29:51.367Z[ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111422026-08-14T17:29:51.402Z[ host-image] Aug 14 17:29:50.256 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111432026-08-14T17:29:51.402Z[ host-image] Aug 14 17:29:50.256 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111442026-08-14T17:30:02.611Z[ host-image] Aug 14 17:30:01.463 INFO image complete! materials are in "/work/os-host"
111452026-08-14T17:30:02.614Z[ host-image]
111462026-08-14T17:30:02.614Z[ host-image] real 3:55.138553263
111472026-08-14T17:30:02.614Z[ host-image] user 2:47.150736232
111482026-08-14T17:30:02.614Z[ host-image] sys 36.462026080
111492026-08-14T17:30:02.614Z[ host-image] trap 0.141645950
111502026-08-14T17:30:02.614Z[ host-image] tflt 0.311428190
111512026-08-14T17:30:02.614Z[ host-image] dflt 0.247620967
111522026-08-14T17:30:02.614Z[ host-image] kflt 0.000119430
111532026-08-14T17:30:02.614Z[ host-image] lock 4:28.511033239
111542026-08-14T17:30:02.614Z[ host-image] slp 19:47.815036988
111552026-08-14T17:30:02.614Z[ host-image] lat 20.954809771
111562026-08-14T17:30:02.614Z[ host-image] stop 1.776142795
111572026-08-14T17:30:02.615ZAug 14 17:30:01.467 INFO [host-image] process exited with exit status: 0 (235.143768439s)
111582026-08-14T17:30:02.615ZAug 14 17:30:01.467 INFO [tuf-v2-host] running task
111592026-08-14T17:30:02.615ZAug 14 17:30:01.467 INFO [tuf-repo] running task
111602026-08-14T17:30:02.618ZAug 14 17:30:01.468 INFO [tuf-v2-host] task succeeded (547.091µs)
111612026-08-14T17:30:02.618ZAug 14 17:30:01.468 INFO [tuf-v2-repo] running task
111622026-08-14T17:30:23.670ZAug 14 17:30:22.524 INFO [tuf-v2-repo] task succeeded (21.055880785s)
111632026-08-14T17:30:23.733ZAug 14 17:30:22.586 INFO assembling repository in `/tmp/tufaceousoFxOnS`, component: OmicronRepoAssembler
111642026-08-14T17:30:32.568ZAug 14 17:30:31.421 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111652026-08-14T17:30:32.822ZAug 14 17:30:31.675 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111662026-08-14T17:30:35.123ZAug 14 17:30:33.976 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111672026-08-14T17:30:35.177ZAug 14 17:30:34.030 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111682026-08-14T17:30:35.224ZAug 14 17:30:34.077 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111692026-08-14T17:30:35.274ZAug 14 17:30:34.127 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111702026-08-14T17:30:35.330ZAug 14 17:30:34.184 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111712026-08-14T17:30:35.381ZAug 14 17:30:34.235 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111722026-08-14T17:30:35.435ZAug 14 17:30:34.288 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111732026-08-14T17:30:45.875ZAug 14 17:30:44.728 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
111742026-08-14T17:30:45.881ZAug 14 17:30:44.734 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
111752026-08-14T17:30:45.905ZAug 14 17:30:44.758 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
111762026-08-14T17:30:45.959ZAug 14 17:30:44.812 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111772026-08-14T17:30:46.024ZAug 14 17:30:44.877 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111782026-08-14T17:30:46.088ZAug 14 17:30:44.941 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111792026-08-14T17:30:46.152ZAug 14 17:30:45.005 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
111802026-08-14T17:30:46.158ZAug 14 17:30:45.011 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
111812026-08-14T17:30:46.180ZAug 14 17:30:45.034 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
111822026-08-14T17:30:47.967ZAug 14 17:30:46.820 INFO [tuf-repo] task succeeded (45.352909018s)
111832026-08-14T17:33:21.293Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
111842026-08-14T17:33:23.887ZAug 14 17:33:22.740 INFO [verify-libraries] process exited with exit status: 0 (427.021805792s)
111852026-08-14T17:33:23.887ZAug 14 17:33:22.740 INFO all jobs completed in 1414.587814585s
111862026-08-14T17:33:25.072Zprocess exited: duration 1628801 ms, exit code 0
 
111872026-08-14T17:33:25.084Zfound 41 output files
111882026-08-14T17:33:25.084Zuploading: /work/manifest.toml (17334 bytes)
111892026-08-14T17:33:26.096Zuploaded: /work/manifest.toml
111902026-08-14T17:33:26.104Zuploading: /work/repo.zip (3277974763 bytes)
111912026-08-14T17:34:05.611Zuploaded: /work/repo.zip
111922026-08-14T17:34:05.611Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111932026-08-14T17:34:06.631Zuploaded: /work/repo.zip.sha256.txt
111942026-08-14T17:34:06.631Zuploading: /work/helios.json (647 bytes)
111952026-08-14T17:34:07.642Zuploaded: /work/helios.json
111962026-08-14T17:34:07.645Zuploading: /work/incorporation.p5m (113590 bytes)
111972026-08-14T17:34:08.656Zuploaded: /work/incorporation.p5m
111982026-08-14T17:34:08.656Zuploading: /work/incorporation.p5p (133120 bytes)
111992026-08-14T17:34:09.672Zuploaded: /work/incorporation.p5p
112002026-08-14T17:34:09.672Zuploading: /work/helios-incorp.log (522 bytes)
112012026-08-14T17:34:10.681Zuploaded: /work/helios-incorp.log
112022026-08-14T17:34:10.681Zuploading: /work/helios-setup.log (57258 bytes)
112032026-08-14T17:34:11.694Zuploaded: /work/helios-setup.log
112042026-08-14T17:34:11.694Zuploading: /work/host-image.log (233226 bytes)
112052026-08-14T17:34:12.710Zuploaded: /work/host-image.log
112062026-08-14T17:34:12.710Zuploading: /work/host-package.log (33173 bytes)
112072026-08-14T17:34:13.721Zuploaded: /work/host-package.log
112082026-08-14T17:34:13.721Zuploading: /work/host-target.log (101 bytes)
112092026-08-14T17:34:14.730Zuploaded: /work/host-target.log
112102026-08-14T17:34:14.730Zuploading: /work/incorp-create.log (0 bytes)
112112026-08-14T17:34:15.738Zuploaded: /work/incorp-create.log
112122026-08-14T17:34:15.738Zuploading: /work/incorp-fmt.log (0 bytes)
112132026-08-14T17:34:16.746Zuploaded: /work/incorp-fmt.log
112142026-08-14T17:34:16.746Zuploading: /work/incorp-pkgsend.log (108 bytes)
112152026-08-14T17:34:17.756Zuploaded: /work/incorp-pkgsend.log
112162026-08-14T17:34:17.756Zuploading: /work/incorp-publisher.log (0 bytes)
112172026-08-14T17:34:18.764Zuploaded: /work/incorp-publisher.log
112182026-08-14T17:34:18.764Zuploading: /work/omicron-package.log (9994 bytes)
112192026-08-14T17:34:19.775Zuploaded: /work/omicron-package.log
112202026-08-14T17:34:19.775Zuploading: /work/recovery-image.log (591247 bytes)
112212026-08-14T17:34:20.794Zuploaded: /work/recovery-image.log
112222026-08-14T17:34:20.794Zuploading: /work/recovery-package.log (321 bytes)
112232026-08-14T17:34:21.804Zuploaded: /work/recovery-package.log
112242026-08-14T17:34:21.804Zuploading: /work/recovery-target.log (98 bytes)
112252026-08-14T17:34:22.813Zuploaded: /work/recovery-target.log
112262026-08-14T17:34:22.816Zuploading: /work/stamp-clickhouse.log (117 bytes)
112272026-08-14T17:34:23.825Zuploaded: /work/stamp-clickhouse.log
112282026-08-14T17:34:23.825Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112292026-08-14T17:34:24.836Zuploaded: /work/stamp-clickhouse_keeper.log
112302026-08-14T17:34:24.836Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112312026-08-14T17:34:25.845Zuploaded: /work/stamp-clickhouse_server.log
112322026-08-14T17:34:25.845Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112332026-08-14T17:34:26.854Zuploaded: /work/stamp-cockroachdb.log
112342026-08-14T17:34:26.854Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112352026-08-14T17:34:27.865Zuploaded: /work/stamp-crucible-pantry-zone.log
112362026-08-14T17:34:27.868Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112372026-08-14T17:34:28.877Zuploaded: /work/stamp-crucible-utils.log
112382026-08-14T17:34:28.877Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112392026-08-14T17:34:29.888Zuploaded: /work/stamp-crucible-zone.log
112402026-08-14T17:34:29.888Zuploading: /work/stamp-external-dns.log (119 bytes)
112412026-08-14T17:34:30.901Zuploaded: /work/stamp-external-dns.log
112422026-08-14T17:34:30.901Zuploading: /work/stamp-installinator.log (103 bytes)
112432026-08-14T17:34:31.911Zuploaded: /work/stamp-installinator.log
112442026-08-14T17:34:31.911Zuploading: /work/stamp-internal-dns.log (119 bytes)
112452026-08-14T17:34:32.922Zuploaded: /work/stamp-internal-dns.log
112462026-08-14T17:34:32.922Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112472026-08-14T17:34:33.932Zuploaded: /work/stamp-mg-ddm-gz.log
112482026-08-14T17:34:33.932Zuploading: /work/stamp-nexus.log (112 bytes)
112492026-08-14T17:34:34.941Zuploaded: /work/stamp-nexus.log
112502026-08-14T17:34:34.941Zuploading: /work/stamp-ntp.log (110 bytes)
112512026-08-14T17:34:35.952Zuploaded: /work/stamp-ntp.log
112522026-08-14T17:34:35.952Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112532026-08-14T17:34:36.961Zuploaded: /work/stamp-omicron-sled-agent.log
112542026-08-14T17:34:36.964Zuploading: /work/stamp-overlay.log (114 bytes)
112552026-08-14T17:34:37.973Zuploaded: /work/stamp-overlay.log
112562026-08-14T17:34:37.973Zuploading: /work/stamp-oximeter.log (115 bytes)
112572026-08-14T17:34:38.983Zuploaded: /work/stamp-oximeter.log
112582026-08-14T17:34:38.983Zuploading: /work/stamp-oxlog.log (109 bytes)
112592026-08-14T17:34:39.995Zuploaded: /work/stamp-oxlog.log
112602026-08-14T17:34:39.995Zuploading: /work/stamp-probe.log (112 bytes)
112612026-08-14T17:34:41.006Zuploaded: /work/stamp-probe.log
112622026-08-14T17:34:41.006Zuploading: /work/stamp-propolis-server.log (122 bytes)
112632026-08-14T17:34:42.018Zuploaded: /work/stamp-propolis-server.log
112642026-08-14T17:34:42.018Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112652026-08-14T17:34:43.032Zuploaded: /work/stamp-pumpkind-gz.log
112662026-08-14T17:34:43.032Zuploading: /work/stamp-switch-asic.log (118 bytes)
112672026-08-14T17:34:44.045Zuploaded: /work/stamp-switch-asic.log
112682026-08-14T17:34:44.045Zuploading: /work/verify-libraries.log (49568 bytes)
112692026-08-14T17:34:45.057Zuploaded: /work/verify-libraries.log