01M023CX9Z6MF212FT9RQFYKBJ: 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: 01M023DATJ71AQ0Z00M591ZJ8F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T06:59:00.991Zjob assigned to worker 01M023DMZ88WRMFHP6PD5JERTQ [factory aws, i-01961fd04e76b5953] (queued for 54 s)
 
22026-08-15T06:59:07.930Zstarting task 0: "setup"
32026-08-15T06:59:07.935Z++ uname -s
42026-08-15T06:59:07.938Z+ kern=SunOS
52026-08-15T06:59:07.938Z+ build_user=build
62026-08-15T06:59:07.938Z+ build_uid=12345
72026-08-15T06:59:07.938Z+ work_dir=/work
82026-08-15T06:59:07.938Z+ input_dir=/input
92026-08-15T06:59:07.938Z+ [[ 0 == 12345 ]]
102026-08-15T06:59:07.938Z+ case "$kern" in
112026-08-15T06:59:07.938Z+ groupadd -g 12345 build
122026-08-15T06:59:07.941Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T06:59:09.949Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T06:59:10.052Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T06:59:10.055Z+ home_fs=zfs
162026-08-15T06:59:10.055Z+ [[ zfs == autofs ]]
172026-08-15T06:59:10.055Z+ mkdir -p /home/build
182026-08-15T06:59:10.056Z+ chown build:build /home/build /work
192026-08-15T06:59:12.058Z+ chmod 0700 /home/build /work
202026-08-15T06:59:12.062Zprocess exited: duration 4131 ms, exit code 0
 
212026-08-15T06:59:12.070Zstarting task 1: "rust-toolchain"
222026-08-15T06:59:12.073Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T06:59:12.073Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-15T06:59:12.073Z * rust toolchain channel = "1.97.1"
252026-08-15T06:59:12.073Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-15T06:59:12.073Z * rust toolchain profile = "default"
272026-08-15T06:59:12.073Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-15T06:59:12.076Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T06:59:12.076Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T06:59:12.136Zinfo: downloading installer
312026-08-15T06:59:13.552Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T06:59:13.552Zwarn: /home/build/.rustup/settings.toml
332026-08-15T06:59:13.552Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T06:59:13.552Zwarn: instead of the one inferred from the default host triple.
352026-08-15T06:59:13.564Zinfo: profile set to default
362026-08-15T06:59:13.564Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T06:59:13.578Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T06:59:13.708Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T06:59:13.713Zinfo: downloading 6 components
402026-08-15T06:59:28.951Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-15T06:59:28.951Z
422026-08-15T06:59:28.979Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T06:59:28.979Z
442026-08-15T06:59:28.980Z
452026-08-15T06:59:28.980ZRust is installed now. Great!
462026-08-15T06:59:28.980Z
472026-08-15T06:59:28.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T06:59:28.980Zenvironment variable. This has not been done automatically.
492026-08-15T06:59:28.980Z
502026-08-15T06:59:28.980ZTo configure your current shell, you need to source
512026-08-15T06:59:28.980Zthe corresponding env file under $HOME/.cargo.
522026-08-15T06:59:28.980Z
532026-08-15T06:59:28.980ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T06:59:28.980Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T06:59:28.980Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T06:59:28.980Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T06:59:28.980Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T06:59:28.980Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T06:59:28.980Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T06:59:28.984Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T06:59:28.984Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T06:59:29.086Z+ rustup --version
632026-08-15T06:59:29.091Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T06:59:29.096Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T06:59:29.112Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T06:59:29.116Z+ cargo --version
672026-08-15T06:59:29.124Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T06:59:29.127Z+ rustc --version
692026-08-15T06:59:29.148Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T06:59:29.151Zprocess exited: duration 17082 ms, exit code 0
 
712026-08-15T06:59:29.157Zstarting task 2: "authentication"
722026-08-15T06:59:29.176Zprocess exited: duration 17 ms, exit code 0
 
732026-08-15T06:59:29.182Zstarting task 3: "clone repository"
742026-08-15T06:59:29.187Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T06:59:29.190Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T06:59:29.223ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T06:59:40.356Z+ cd /work/oxidecomputer/omicron
782026-08-15T06:59:40.357Z+ git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
792026-08-15T06:59:40.713ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T06:59:40.713Z * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD
812026-08-15T06:59:40.726Z+ [[ -n sush-integration ]]
822026-08-15T06:59:40.729Z++ git branch --show-current
832026-08-15T06:59:40.729Z+ current=main
842026-08-15T06:59:40.729Z+ [[ main != sush-integration ]]
852026-08-15T06:59:40.732Z+ git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
862026-08-15T06:59:40.735Z+ git checkout -f sush-integration
872026-08-15T06:59:40.986ZSwitched to branch 'sush-integration'
882026-08-15T06:59:40.990Z+ git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
892026-08-15T06:59:41.007ZHEAD is now at c47b10a3e Faster, steadier sush routing
902026-08-15T06:59:41.011Zprocess exited: duration 11823 ms, exit code 0
 
912026-08-15T06:59:41.017Zstarting task 4: "build"
922026-08-15T06:59:41.022Z+ source .github/buildomat/ci-env.sh
932026-08-15T06:59:41.025Z++ export CARGO_TERM_COLOR=always
942026-08-15T06:59:41.025Z++ CARGO_TERM_COLOR=always
952026-08-15T06:59:41.025Z+++ uname -s
962026-08-15T06:59:41.025Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-15T06:59:41.025Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-15T06:59:41.028Z+ cargo --version
992026-08-15T06:59:41.042Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-15T06:59:41.045Z+ rustc --version
1012026-08-15T06:59:41.061Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-15T06:59:41.064Z+ cargo tree --locked
1032026-08-15T06:59:41.232Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-15T06:59:41.541Z Updating crates.io index
1052026-08-15T06:59:41.544Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-15T06:59:41.832Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-15T06:59:42.204Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-15T06:59:43.179Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-15T06:59:43.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-15T06:59:45.423Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-15T06:59:46.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-15T06:59:46.641Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-15T06:59:46.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-15T06:59:48.572Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-15T06:59:48.889Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-15T06:59:49.254Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-15T06:59:49.536Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-15T06:59:49.808Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-15T06:59:50.097Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-15T06:59:50.398Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-15T06:59:50.678Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-15T06:59:51.029Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-15T06:59:51.520Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-15T06:59:51.985Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-15T06:59:52.391Z Updating git repository `https://github.com/oxidecomputer/sush`
1262026-08-15T06:59:52.852Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272026-08-15T06:59:53.349Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1282026-08-15T06:59:53.654Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-08-15T06:59:54.206Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302026-08-15T06:59:54.530Z Updating git repository `https://github.com/oxidecomputer/erebor`
1312026-08-15T06:59:54.811Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-08-15T06:59:55.275Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-08-15T06:59:55.565Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1342026-08-15T06:59:56.013Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352026-08-15T06:59:56.398Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362026-08-15T06:59:56.692Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372026-08-15T06:59:57.013Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382026-08-15T06:59:57.535Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-08-15T06:59:57.924Z Updating git repository `https://github.com/oxidecomputer/tough`
1402026-08-15T06:59:58.566Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412026-08-15T06:59:58.859Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1422026-08-15T06:59:59.152Z Updating git repository `https://github.com/oxidecomputer/rumors`
1432026-08-15T07:00:02.626Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1442026-08-15T07:00:02.959Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1452026-08-15T07:00:03.332Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1462026-08-15T07:00:03.611Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-15T07:00:04.051Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-08-15T07:00:04.329Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-08-15T07:00:04.623Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-08-15T07:00:04.981Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-08-15T07:00:08.252Z Downloading crates ...
1522026-08-15T07:00:08.321Z Downloaded addr2line v0.25.1
1532026-08-15T07:00:08.325Z Downloaded errno v0.3.14
1542026-08-15T07:00:08.325Z Downloaded dropshot-api-manager-types v0.7.2
1552026-08-15T07:00:08.325Z Downloaded dyn-clone v1.0.20
1562026-08-15T07:00:08.325Z Downloaded env_logger v0.11.11
1572026-08-15T07:00:08.325Z Downloaded fastrand v2.3.0
1582026-08-15T07:00:08.325Z Downloaded flagset v0.4.7
1592026-08-15T07:00:08.326Z Downloaded lru-cache v0.1.2
1602026-08-15T07:00:08.327Z Downloaded embedded-io v0.4.0
1612026-08-15T07:00:08.327Z Downloaded guppy-workspace-hack v0.1.0
1622026-08-15T07:00:08.327Z Downloaded maybe-uninit v2.0.0
1632026-08-15T07:00:08.331Z Downloaded num v0.4.3
1642026-08-15T07:00:08.331Z Downloaded escape8259 v0.5.3
1652026-08-15T07:00:08.331Z Downloaded float-cmp v0.10.0
1662026-08-15T07:00:08.335Z Downloaded enum-as-inner v0.6.1
1672026-08-15T07:00:08.335Z Downloaded libloading v0.8.9
1682026-08-15T07:00:08.335Z Downloaded owo-colors v3.5.0
1692026-08-15T07:00:08.335Z Downloaded dsl_auto_type v0.2.0
1702026-08-15T07:00:08.335Z Downloaded libscf-sys v1.2.0
1712026-08-15T07:00:08.339Z Downloaded fixedbitset v0.4.2
1722026-08-15T07:00:08.339Z Downloaded lzss v0.8.2
1732026-08-15T07:00:08.339Z Downloaded equivalent v1.0.2
1742026-08-15T07:00:08.339Z Downloaded dtrace-parser v0.3.0
1752026-08-15T07:00:08.344Z Downloaded ed25519 v3.0.0
1762026-08-15T07:00:08.344Z Downloaded foldhash v0.1.5
1772026-08-15T07:00:08.347Z Downloaded env_filter v2.0.0
1782026-08-15T07:00:08.347Z Downloaded libm v0.2.16
1792026-08-15T07:00:08.350Z Downloaded fd-lock v4.0.4
1802026-08-15T07:00:08.353Z Downloaded miette-derive v5.10.0
1812026-08-15T07:00:08.353Z Downloaded new_debug_unreachable v1.0.6
1822026-08-15T07:00:08.353Z Downloaded fs-err v2.11.0
1832026-08-15T07:00:08.353Z Downloaded fallible-iterator v0.2.0
1842026-08-15T07:00:08.353Z Downloaded lru v0.12.5
1852026-08-15T07:00:08.356Z Downloaded lru-slab v0.1.2
1862026-08-15T07:00:08.356Z Downloaded linked-hash-map v0.5.6
1872026-08-15T07:00:08.356Z Downloaded md5 v0.8.0
1882026-08-15T07:00:08.356Z Downloaded globwalk v0.9.1
1892026-08-15T07:00:08.356Z Downloaded endian-type v0.1.2
1902026-08-15T07:00:08.356Z Downloaded ff v0.13.1
1912026-08-15T07:00:08.360Z Downloaded enum_dispatch v0.3.13
1922026-08-15T07:00:08.360Z Downloaded miette-derive v7.6.0
1932026-08-15T07:00:08.360Z Downloaded mime v0.3.17
1942026-08-15T07:00:08.360Z Downloaded ed25519-dalek v3.0.0
1952026-08-15T07:00:08.364Z Downloaded match_cfg v0.1.0
1962026-08-15T07:00:08.364Z Downloaded managed v0.8.0
1972026-08-15T07:00:08.364Z Downloaded linkme v0.3.35
1982026-08-15T07:00:08.364Z Downloaded linkme-impl v0.3.35
1992026-08-15T07:00:08.367Z Downloaded lock_api v0.4.14
2002026-08-15T07:00:08.370Z Downloaded libtest-mimic v0.8.1
2012026-08-15T07:00:08.370Z Downloaded ml-kem v0.3.2
2022026-08-15T07:00:08.377Z Downloaded multer v3.1.0
2032026-08-15T07:00:08.377Z Downloaded hash32 v0.3.1
2042026-08-15T07:00:08.377Z Downloaded generic-array v0.14.7
2052026-08-15T07:00:08.380Z Downloaded event-listener-strategy v0.5.4
2062026-08-15T07:00:08.381Z Downloaded maplit v1.0.2
2072026-08-15T07:00:08.381Z Downloaded dtrace-parser v0.2.0
2082026-08-15T07:00:08.382Z Downloaded openssl-macros v0.1.1
2092026-08-15T07:00:08.382Z Downloaded nested v0.1.1
2102026-08-15T07:00:08.382Z Downloaded dunce v1.0.5
2112026-08-15T07:00:08.382Z Downloaded foreign-types-shared v0.1.1
2122026-08-15T07:00:08.386Z Downloaded gethostname v0.5.0
2132026-08-15T07:00:08.386Z Downloaded num-derive v0.4.2
2142026-08-15T07:00:08.389Z Downloaded foreign-types v0.3.2
2152026-08-15T07:00:08.389Z Downloaded hash32 v0.2.1
2162026-08-15T07:00:08.389Z Downloaded nibble_vec v0.1.0
2172026-08-15T07:00:08.389Z Downloaded num-conv v0.2.0
2182026-08-15T07:00:08.389Z Downloaded futures-macro v0.3.32
2192026-08-15T07:00:08.393Z Downloaded nanorand v0.7.0
2202026-08-15T07:00:08.393Z Downloaded module-lattice v0.2.3
2212026-08-15T07:00:08.393Z Downloaded futures-sink v0.3.32
2222026-08-15T07:00:08.396Z Downloaded futures-io v0.3.32
2232026-08-15T07:00:08.396Z Downloaded futures-task v0.3.32
2242026-08-15T07:00:08.396Z Downloaded ghash v0.6.0
2252026-08-15T07:00:08.396Z Downloaded num_enum_derive v0.5.11
2262026-08-15T07:00:08.399Z Downloaded ed25519 v2.2.3
2272026-08-15T07:00:08.399Z Downloaded md-5 v0.10.6
2282026-08-15T07:00:08.399Z Downloaded memmap v0.7.0
2292026-08-15T07:00:08.402Z Downloaded elliptic-curve v0.13.8
2302026-08-15T07:00:08.402Z Downloaded memoffset v0.9.1
2312026-08-15T07:00:08.407Z Downloaded multimap v0.10.1
2322026-08-15T07:00:08.410Z Downloaded newtype-uuid-macros v0.1.0
2332026-08-15T07:00:08.410Z Downloaded foreign-types v0.5.0
2342026-08-15T07:00:08.415Z Downloaded fxhash v0.2.1
2352026-08-15T07:00:08.415Z Downloaded num_threads v0.1.7
2362026-08-15T07:00:08.415Z Downloaded git-stub v1.0.0
2372026-08-15T07:00:08.415Z Downloaded newtype_derive v0.1.6
2382026-08-15T07:00:08.415Z Downloaded openssl-probe v0.1.6
2392026-08-15T07:00:08.415Z Downloaded funty v2.0.0
2402026-08-15T07:00:08.419Z Downloaded float-ord v0.3.2
2412026-08-15T07:00:08.419Z Downloaded foreign-types-macros v0.2.3
2422026-08-15T07:00:08.419Z Downloaded futures-core v0.3.32
2432026-08-15T07:00:08.422Z Downloaded foreign-types-shared v0.3.1
2442026-08-15T07:00:08.422Z Downloaded olpc-cjson v0.1.4
2452026-08-15T07:00:08.422Z Downloaded opaque-debug v0.3.1
2462026-08-15T07:00:08.422Z Downloaded nodrop v0.1.14
2472026-08-15T07:00:08.422Z Downloaded num-iter v0.1.45
2482026-08-15T07:00:08.422Z Downloaded openssl-probe v0.2.1
2492026-08-15T07:00:08.425Z Downloaded newline-converter v0.3.0
2502026-08-15T07:00:08.425Z Downloaded nonempty v0.12.0
2512026-08-15T07:00:08.434Z Downloaded clap_lex v1.0.0
2522026-08-15T07:00:08.437Z Downloaded oso-derive v0.27.3
2532026-08-15T07:00:08.437Z Downloaded cfg_aliases v0.2.1
2542026-08-15T07:00:08.437Z Downloaded embedded-io v0.6.1
2552026-08-15T07:00:08.440Z Downloaded erased-serde v0.3.31
2562026-08-15T07:00:08.440Z Downloaded ena v0.14.4
2572026-08-15T07:00:08.444Z Downloaded either v1.15.0
2582026-08-15T07:00:08.444Z Downloaded filetime v0.2.27
2592026-08-15T07:00:08.444Z Downloaded find-msvc-tools v0.1.9
2602026-08-15T07:00:08.444Z Downloaded cargo-platform v0.3.2
2612026-08-15T07:00:08.444Z Downloaded normalize-line-endings v0.3.0
2622026-08-15T07:00:08.444Z Downloaded libsw v3.5.0
2632026-08-15T07:00:08.447Z Downloaded num-integer v0.1.46
2642026-08-15T07:00:08.447Z Downloaded oorandom v11.1.5
2652026-08-15T07:00:08.447Z Downloaded crc v3.4.0
2662026-08-15T07:00:08.447Z Downloaded cpubits v0.1.1
2672026-08-15T07:00:08.450Z Downloaded num_enum v0.7.6
2682026-08-15T07:00:08.450Z Downloaded num_enum_derive v0.7.6
2692026-08-15T07:00:08.455Z Downloaded half v2.7.1
2702026-08-15T07:00:08.455Z Downloaded git-stub-vcs v0.1.0
2712026-08-15T07:00:08.458Z Downloaded group v0.14.0
2722026-08-15T07:00:08.458Z Downloaded nu-ansi-term v0.50.3
2732026-08-15T07:00:08.458Z Downloaded form_urlencoded v1.2.2
2742026-08-15T07:00:08.458Z Downloaded fs-err v3.3.0
2752026-08-15T07:00:08.458Z Downloaded darling_macro v0.20.11
2762026-08-15T07:00:08.458Z Downloaded darling_macro v0.21.3
2772026-08-15T07:00:08.458Z Downloaded defmt v0.3.100
2782026-08-15T07:00:08.461Z Downloaded fs_extra v1.3.0
2792026-08-15T07:00:08.461Z Downloaded ff v0.14.0
2802026-08-15T07:00:08.461Z Downloaded cstr-argument v0.1.2
2812026-08-15T07:00:08.462Z Downloaded ecdsa v0.16.9
2822026-08-15T07:00:08.465Z Downloaded debug-ignore v1.0.5
2832026-08-15T07:00:08.465Z Downloaded dirs-sys-next v0.1.2
2842026-08-15T07:00:08.465Z Downloaded downcast-rs v2.0.2
2852026-08-15T07:00:08.469Z Downloaded foldhash v0.2.0
2862026-08-15T07:00:08.472Z Downloaded proc-macro-error-attr2 v2.0.0
2872026-08-15T07:00:08.475Z Downloaded dof v0.4.0
2882026-08-15T07:00:08.475Z Downloaded proc-macro-crate v1.3.1
2892026-08-15T07:00:08.478Z Downloaded rand_chacha v0.3.1
2902026-08-15T07:00:08.478Z Downloaded linear-map v1.2.0
2912026-08-15T07:00:08.478Z Downloaded macaddr v1.0.1
2922026-08-15T07:00:08.478Z Downloaded mime_guess v2.0.5
2932026-08-15T07:00:08.482Z Downloaded libsw-core v0.3.2
2942026-08-15T07:00:08.482Z Downloaded native-tls v0.2.18
2952026-08-15T07:00:08.482Z Downloaded oxide-tokio-rt v0.1.4
2962026-08-15T07:00:08.487Z Downloaded fnv v1.0.7
2972026-08-15T07:00:08.487Z Downloaded glob v0.3.3
2982026-08-15T07:00:08.487Z Downloaded futures-executor v0.3.32
2992026-08-15T07:00:08.487Z Downloaded group v0.13.0
3002026-08-15T07:00:08.487Z Downloaded num_enum v0.5.11
3012026-08-15T07:00:08.494Z Downloaded cexpr v0.6.0
3022026-08-15T07:00:08.494Z Downloaded globset v0.4.18
3032026-08-15T07:00:08.494Z Downloaded lru v0.18.2
3042026-08-15T07:00:08.494Z Downloaded num-primitive v0.2.1
3052026-08-15T07:00:08.494Z Downloaded psl-types v2.0.11
3062026-08-15T07:00:08.494Z Downloaded num-rational v0.4.2
3072026-08-15T07:00:08.494Z Downloaded num-complex v0.4.6
3082026-08-15T07:00:08.494Z Downloaded cmake v0.1.57
3092026-08-15T07:00:08.497Z Downloaded convert_case v0.10.0
3102026-08-15T07:00:08.498Z Downloaded recursive v0.1.1
3112026-08-15T07:00:08.498Z Downloaded ref-cast v1.0.25
3122026-08-15T07:00:08.502Z Downloaded litemap v0.8.1
3132026-08-15T07:00:08.502Z Downloaded event-listener v5.4.1
3142026-08-15T07:00:08.505Z Downloaded newtype-uuid v1.3.2
3152026-08-15T07:00:08.505Z Downloaded half v1.8.3
3162026-08-15T07:00:08.505Z Downloaded fixedbitset v0.5.7
3172026-08-15T07:00:08.505Z Downloaded cipher v0.4.4
3182026-08-15T07:00:08.505Z Downloaded compression-codecs v0.4.37
3192026-08-15T07:00:08.509Z Downloaded russh-util v0.52.0
3202026-08-15T07:00:08.512Z Downloaded scopeguard v1.2.0
3212026-08-15T07:00:08.515Z Downloaded memmap2 v0.9.10
3222026-08-15T07:00:08.515Z Downloaded same-file v1.0.6
3232026-08-15T07:00:08.515Z Downloaded dropshot_endpoint v0.17.1
3242026-08-15T07:00:08.520Z Downloaded serde_bytes v0.11.19
3252026-08-15T07:00:08.520Z Downloaded scroll_derive v0.13.1
3262026-08-15T07:00:08.520Z Downloaded sigpipe v0.1.3
3272026-08-15T07:00:08.523Z Downloaded miette v5.10.0
3282026-08-15T07:00:08.523Z Downloaded csv-core v0.1.13
3292026-08-15T07:00:08.523Z Downloaded phf v0.13.1
3302026-08-15T07:00:08.527Z Downloaded serde_spanned v1.1.1
3312026-08-15T07:00:08.527Z Downloaded serde_urlencoded v0.7.1
3322026-08-15T07:00:08.527Z Downloaded getrandom v0.2.17
3332026-08-15T07:00:08.530Z Downloaded postgres-protocol v0.6.10
3342026-08-15T07:00:08.530Z Downloaded plain v0.2.3
3352026-08-15T07:00:08.530Z Downloaded progenitor v0.14.0
3362026-08-15T07:00:08.530Z Downloaded signature v2.2.0
3372026-08-15T07:00:08.534Z Downloaded signature v3.0.0
3382026-08-15T07:00:08.534Z Downloaded ecdsa v0.17.0
3392026-08-15T07:00:08.534Z Downloaded supports-unicode v2.1.0
3402026-08-15T07:00:08.537Z Downloaded sync-ptr v0.1.4
3412026-08-15T07:00:08.537Z Downloaded sync_wrapper v1.0.2
3422026-08-15T07:00:08.537Z Downloaded derive-ex v0.1.8
3432026-08-15T07:00:08.537Z Downloaded derive_builder_core v0.20.2
3442026-08-15T07:00:08.538Z Downloaded predicates-core v1.0.10
3452026-08-15T07:00:08.538Z Downloaded ppv-lite86 v0.2.21
3462026-08-15T07:00:08.541Z Downloaded strip-ansi-escapes v0.2.1
3472026-08-15T07:00:08.541Z Downloaded pkg-config v0.3.32
3482026-08-15T07:00:08.544Z Downloaded litrs v1.0.0
3492026-08-15T07:00:08.544Z Downloaded strsim v0.10.0
3502026-08-15T07:00:08.547Z Downloaded num-modular v0.6.4
3512026-08-15T07:00:08.550Z Downloaded owo-colors v4.3.0
3522026-08-15T07:00:08.550Z Downloaded once_cell v1.21.3
3532026-08-15T07:00:08.553Z Downloaded console v0.16.2
3542026-08-15T07:00:08.553Z Downloaded futures-channel v0.3.32
3552026-08-15T07:00:08.553Z Downloaded futures-timer v3.0.3
3562026-08-15T07:00:08.557Z Downloaded psm v0.1.30
3572026-08-15T07:00:08.557Z Downloaded log v0.4.33
3582026-08-15T07:00:08.557Z Downloaded blake2 v0.11.0-rc.6
3592026-08-15T07:00:08.560Z Downloaded blake2b_simd v1.0.4
3602026-08-15T07:00:08.563Z Downloaded thread-id v4.2.2
3612026-08-15T07:00:08.563Z Downloaded r2d2 v0.8.10
3622026-08-15T07:00:08.563Z Downloaded take_mut v0.2.2
3632026-08-15T07:00:08.568Z Downloaded unarray v0.1.4
3642026-08-15T07:00:08.571Z Downloaded rust-argon2 v2.1.0
3652026-08-15T07:00:08.575Z Downloaded toml_datetime v0.6.11
3662026-08-15T07:00:08.575Z Downloaded scrypt v0.12.0
3672026-08-15T07:00:08.578Z Downloaded fatfs v0.3.6
3682026-08-15T07:00:08.578Z Downloaded cancel-safe-futures v0.1.5
3692026-08-15T07:00:08.581Z Downloaded shell-words v1.1.1
3702026-08-15T07:00:08.581Z Downloaded untrusted v0.7.1
3712026-08-15T07:00:08.581Z Downloaded utf8parse v0.2.2
3722026-08-15T07:00:08.581Z Downloaded utf-8 v0.7.6
3732026-08-15T07:00:08.581Z Downloaded utf8_iter v1.0.4
3742026-08-15T07:00:08.581Z Downloaded const_format_proc_macros v0.2.34
3752026-08-15T07:00:08.584Z Downloaded rand_seeder v0.4.0
3762026-08-15T07:00:08.584Z Downloaded resolv-conf v0.7.6
3772026-08-15T07:00:08.584Z Downloaded xattr v1.6.1
3782026-08-15T07:00:08.584Z Downloaded digest v0.11.3
3792026-08-15T07:00:08.588Z Downloaded unicode-linebreak v0.1.5
3802026-08-15T07:00:08.589Z Downloaded pkcs1 v0.8.0-rc.4
3812026-08-15T07:00:08.589Z Downloaded serde-hex v0.1.0
3822026-08-15T07:00:08.589Z Downloaded slog-json v2.6.1
3832026-08-15T07:00:08.592Z Downloaded slog-scope v4.4.1
3842026-08-15T07:00:08.592Z Downloaded elliptic-curve v0.14.1
3852026-08-15T07:00:08.592Z Downloaded generic-array v1.4.3
3862026-08-15T07:00:08.592Z Downloaded zerofrom v0.1.6
3872026-08-15T07:00:08.595Z Downloaded criterion-plot v0.6.0
3882026-08-15T07:00:08.598Z Downloaded heck v0.4.1
3892026-08-15T07:00:08.598Z Downloaded void v1.0.2
3902026-08-15T07:00:08.602Z Downloaded fancy-regex v0.14.0
3912026-08-15T07:00:08.605Z Downloaded darling v0.21.3
3922026-08-15T07:00:08.609Z Downloaded des v0.9.0
3932026-08-15T07:00:08.612Z Downloaded sqlformat v0.3.5
3942026-08-15T07:00:08.612Z Downloaded stacker v0.1.23
3952026-08-15T07:00:08.612Z Downloaded stringmetrics v2.2.2
3962026-08-15T07:00:08.612Z Downloaded num-traits v0.2.19
3972026-08-15T07:00:08.615Z Downloaded omicron-zone-package v0.12.3
3982026-08-15T07:00:08.615Z Downloaded http-range-header v0.4.2
3992026-08-15T07:00:08.615Z Downloaded internet-checksum v0.2.1
4002026-08-15T07:00:08.618Z Downloaded hyper-tls v0.6.0
4012026-08-15T07:00:08.622Z Downloaded oso v0.27.3
4022026-08-15T07:00:08.625Z Downloaded expectorate v1.2.0
4032026-08-15T07:00:08.625Z Downloaded getrandom v0.4.3
4042026-08-15T07:00:08.629Z Downloaded tokio-native-tls v0.3.1
4052026-08-15T07:00:08.629Z Downloaded futures v0.3.32
4062026-08-15T07:00:08.632Z Downloaded borsh-derive v1.8.0
4072026-08-15T07:00:08.632Z Downloaded inout v0.2.2
4082026-08-15T07:00:08.635Z Downloaded is-terminal v0.4.17
4092026-08-15T07:00:08.635Z Downloaded kstat-rs v0.2.5
4102026-08-15T07:00:08.635Z Downloaded target-lexicon v0.13.3
4112026-08-15T07:00:08.636Z Downloaded thiserror-no-std v2.0.2
4122026-08-15T07:00:08.639Z Downloaded tiny-keccak v2.0.2
4132026-08-15T07:00:08.639Z Downloaded illumos-nvpair-sys v0.2.0
4142026-08-15T07:00:08.642Z Downloaded miniz_oxide v0.8.9
4152026-08-15T07:00:08.642Z Downloaded untrusted v0.9.0
4162026-08-15T07:00:08.645Z Downloaded parking v2.2.1
4172026-08-15T07:00:08.645Z Downloaded peg-runtime v0.8.5
4182026-08-15T07:00:08.645Z Downloaded tinystr v0.8.2
4192026-08-15T07:00:08.647Z Downloaded parse-display v0.10.0
4202026-08-15T07:00:08.648Z Downloaded path-slash v0.1.5
4212026-08-15T07:00:08.650Z Downloaded async-stream v0.3.6
4222026-08-15T07:00:08.655Z Downloaded pin-project v1.1.11
4232026-08-15T07:00:08.661Z Downloaded array-init v0.0.4
4242026-08-15T07:00:08.664Z Downloaded atomic-waker v1.1.2
4252026-08-15T07:00:08.664Z Downloaded ed25519-dalek v2.2.0
4262026-08-15T07:00:08.664Z Downloaded getrandom v0.3.4
4272026-08-15T07:00:08.667Z Downloaded semver v1.0.28
4282026-08-15T07:00:08.667Z Downloaded zstd v0.13.3
4292026-08-15T07:00:08.670Z Downloaded assert-json-diff v2.0.2
4302026-08-15T07:00:08.671Z Downloaded sha2 v0.11.0
4312026-08-15T07:00:08.674Z Downloaded vsss-rs v3.3.4
4322026-08-15T07:00:08.674Z Downloaded whoami v2.1.0
4332026-08-15T07:00:08.674Z Downloaded atomicwrites v0.4.4
4342026-08-15T07:00:08.677Z Downloaded term v0.7.0
4352026-08-15T07:00:08.677Z Downloaded term v1.2.1
4362026-08-15T07:00:08.677Z Downloaded zstd-safe v7.2.4
4372026-08-15T07:00:08.680Z Downloaded block-padding v0.4.2
4382026-08-15T07:00:08.680Z Downloaded stringprep v0.1.5
4392026-08-15T07:00:08.683Z Downloaded highway v1.3.0
4402026-08-15T07:00:08.685Z Downloaded bitfield-struct v0.6.2
4412026-08-15T07:00:08.690Z Downloaded cpufeatures v0.3.0
4422026-08-15T07:00:08.692Z Downloaded defmt-parser v1.0.0
4432026-08-15T07:00:08.698Z Downloaded openssl-sys v0.9.117
4442026-08-15T07:00:08.702Z Downloaded flume v0.11.1
4452026-08-15T07:00:08.705Z Downloaded tokio-rustls v0.26.4
4462026-08-15T07:00:08.708Z Downloaded progenitor-impl v0.13.0
4472026-08-15T07:00:08.708Z Downloaded tracing-attributes v0.1.31
4482026-08-15T07:00:08.711Z Downloaded thiserror-impl v1.0.69
4492026-08-15T07:00:08.711Z Downloaded ingot v0.2.1
4502026-08-15T07:00:08.711Z Downloaded itoa v1.0.17
4512026-08-15T07:00:08.714Z Downloaded curve25519-dalek-derive v0.1.1
4522026-08-15T07:00:08.717Z Downloaded phf_shared v0.13.1
4532026-08-15T07:00:08.720Z Downloaded flate2 v1.1.9
4542026-08-15T07:00:08.723Z Downloaded bytes v1.11.1
4552026-08-15T07:00:08.723Z Downloaded miette v7.6.0
4562026-08-15T07:00:08.727Z Downloaded rustls-platform-verifier v0.6.2
4572026-08-15T07:00:08.730Z Downloaded peg-macros v0.8.5
4582026-08-15T07:00:08.733Z Downloaded peg v0.8.5
4592026-08-15T07:00:08.735Z Downloaded anstyle-parse v1.0.0
4602026-08-15T07:00:08.735Z Downloaded proc-macro-crate v3.4.0
4612026-08-15T07:00:08.741Z Downloaded bit-vec v0.6.3
4622026-08-15T07:00:08.744Z Downloaded assert_cmd v2.1.2
4632026-08-15T07:00:08.747Z Downloaded serde_tokenstream v0.2.3
4642026-08-15T07:00:08.749Z Downloaded socket2 v0.6.3
4652026-08-15T07:00:08.749Z Downloaded atty v0.2.14
4662026-08-15T07:00:08.752Z Downloaded zmij v1.0.21
4672026-08-15T07:00:08.755Z Downloaded rfc6979 v0.4.0
4682026-08-15T07:00:08.755Z Downloaded rfc6979 v0.6.0
4692026-08-15T07:00:08.755Z Downloaded darling_core v0.20.11
4702026-08-15T07:00:08.759Z Downloaded recursive-proc-macro-impl v0.1.1
4712026-08-15T07:00:08.759Z Downloaded russh-cryptovec v0.62.0
4722026-08-15T07:00:08.762Z Downloaded zerocopy-derive v0.7.35
4732026-08-15T07:00:08.762Z Downloaded hmac v0.13.0
4742026-08-15T07:00:08.765Z Downloaded blowfish v0.10.0
4752026-08-15T07:00:08.765Z Downloaded pretty_assertions v1.4.1
4762026-08-15T07:00:08.765Z Downloaded cassowary v0.3.0
4772026-08-15T07:00:08.765Z Downloaded chacha20 v0.9.1
4782026-08-15T07:00:08.768Z Downloaded critical-section v1.2.0
4792026-08-15T07:00:08.771Z Downloaded sapling-renderdag v0.1.0
4802026-08-15T07:00:08.773Z Downloaded bcs v0.1.6
4812026-08-15T07:00:08.773Z Downloaded serde_regex v1.1.0
4822026-08-15T07:00:08.773Z Downloaded httptest v0.16.4
4832026-08-15T07:00:08.776Z Downloaded byteorder v1.5.0
4842026-08-15T07:00:08.779Z Downloaded ctr v0.10.1
4852026-08-15T07:00:08.783Z Downloaded rustc_version v0.1.7
4862026-08-15T07:00:08.783Z Downloaded scroll_derive v0.12.1
4872026-08-15T07:00:08.783Z Downloaded secrecy v0.8.0
4882026-08-15T07:00:08.786Z Downloaded textwrap v0.15.2
4892026-08-15T07:00:08.789Z Downloaded defmt-macros v1.0.1
4902026-08-15T07:00:08.792Z Downloaded dirs-next v2.0.0
4912026-08-15T07:00:08.797Z Downloaded structmeta-derive v0.3.0
4922026-08-15T07:00:08.800Z Downloaded supports-color v2.1.0
4932026-08-15T07:00:08.802Z Downloaded libefi-sys v0.1.0
4942026-08-15T07:00:08.805Z Downloaded pin-project-internal v1.1.11
4952026-08-15T07:00:08.808Z Downloaded typify v0.6.2
4962026-08-15T07:00:08.811Z Downloaded signal-hook-mio v0.2.5
4972026-08-15T07:00:08.811Z Downloaded ahash v0.8.12
4982026-08-15T07:00:08.814Z Downloaded dof v0.3.0
4992026-08-15T07:00:08.814Z Downloaded phc v0.6.1
5002026-08-15T07:00:08.817Z Downloaded pin-project-lite v0.2.17
5012026-08-15T07:00:08.817Z Downloaded predicates v3.1.4
5022026-08-15T07:00:08.821Z Downloaded supports-unicode v3.0.0
5032026-08-15T07:00:08.821Z Downloaded tracing-core v0.1.36
5042026-08-15T07:00:08.821Z Downloaded tungstenite v0.21.0
5052026-08-15T07:00:08.824Z Downloaded unsafe-libyaml v0.2.11
5062026-08-15T07:00:08.824Z Downloaded progenitor-extras v0.2.0
5072026-08-15T07:00:08.828Z Downloaded parking_lot_core v0.9.12
5082026-08-15T07:00:08.828Z Downloaded zerocopy v0.6.6
5092026-08-15T07:00:08.828Z Downloaded polyval v0.7.1
5102026-08-15T07:00:08.831Z Downloaded tabwriter v1.4.1
5112026-08-15T07:00:08.831Z Downloaded quote v1.0.45
5122026-08-15T07:00:08.834Z Downloaded rand_chacha v0.9.0
5132026-08-15T07:00:08.834Z Downloaded relative-path v1.9.3
5142026-08-15T07:00:08.836Z Downloaded socket2 v0.5.10
5152026-08-15T07:00:08.840Z Downloaded rustls-pemfile v2.2.0
5162026-08-15T07:00:08.843Z Downloaded rand_core v0.10.0
5172026-08-15T07:00:08.846Z Downloaded terminal_size v0.1.17
5182026-08-15T07:00:08.846Z Downloaded chacha20 v0.10.0
5192026-08-15T07:00:08.846Z Downloaded cookie_store v0.22.1
5202026-08-15T07:00:08.850Z Downloaded minimal-lexical v0.2.1
5212026-08-15T07:00:08.853Z Downloaded topological-sort v0.2.2
5222026-08-15T07:00:08.853Z Downloaded subprocess v0.2.15
5232026-08-15T07:00:08.856Z Downloaded usdt-attr-macro v0.5.0
5242026-08-15T07:00:08.861Z Downloaded blake2 v0.10.6
5252026-08-15T07:00:08.864Z Downloaded camino v1.2.5
5262026-08-15T07:00:08.864Z Downloaded clang-sys v1.8.1
5272026-08-15T07:00:08.869Z Downloaded universal-hash v0.6.1
5282026-08-15T07:00:08.869Z Downloaded usdt-macro v0.5.0
5292026-08-15T07:00:08.873Z Downloaded slog-dtrace v0.3.0
5302026-08-15T07:00:08.873Z Downloaded smallvec v0.6.14
5312026-08-15T07:00:08.877Z Downloaded wait-timeout v0.2.1
5322026-08-15T07:00:08.877Z Downloaded waitgroup v0.1.2
5332026-08-15T07:00:08.877Z Downloaded wnaf v0.14.0
5342026-08-15T07:00:08.877Z Downloaded num-bigint v0.4.6
5352026-08-15T07:00:08.880Z Downloaded crossbeam-utils v0.8.21
5362026-08-15T07:00:08.880Z Downloaded zerofrom-derive v0.1.6
5372026-08-15T07:00:08.880Z Downloaded bumpalo v3.20.2
5382026-08-15T07:00:08.883Z Downloaded rstest_macros v0.25.0
5392026-08-15T07:00:08.884Z Downloaded console v0.15.11
5402026-08-15T07:00:08.887Z Downloaded const-oid v0.9.6
5412026-08-15T07:00:08.887Z Downloaded darling v0.23.0
5422026-08-15T07:00:08.890Z Downloaded derive_builder v0.20.2
5432026-08-15T07:00:08.893Z Downloaded strum_macros v0.26.4
5442026-08-15T07:00:08.893Z Downloaded synstructure v0.13.2
5452026-08-15T07:00:08.893Z Downloaded xshell-macros v0.2.7
5462026-08-15T07:00:08.893Z Downloaded http-body v1.0.1
5472026-08-15T07:00:08.893Z Downloaded httpdate v1.0.3
5482026-08-15T07:00:08.896Z Downloaded darling v0.20.11
5492026-08-15T07:00:08.898Z Downloaded samael v0.0.19
5502026-08-15T07:00:08.901Z Downloaded target-spec v3.5.7
5512026-08-15T07:00:08.901Z Downloaded spki v0.8.0
5522026-08-15T07:00:08.901Z Downloaded diff v0.1.13
5532026-08-15T07:00:08.904Z Downloaded port-file v0.1.0
5542026-08-15T07:00:08.904Z Downloaded thread_local v1.1.9
5552026-08-15T07:00:08.907Z Downloaded time-macros v0.2.27
5562026-08-15T07:00:08.910Z Downloaded indoc v1.0.9
5572026-08-15T07:00:08.910Z Downloaded inout v0.1.4
5582026-08-15T07:00:08.913Z Downloaded tinytemplate v1.2.1
5592026-08-15T07:00:08.917Z Downloaded rustls-pki-types v1.14.0
5602026-08-15T07:00:08.920Z Downloaded icu_locale_core v2.1.1
5612026-08-15T07:00:08.923Z Downloaded tokio-tungstenite v0.28.0
5622026-08-15T07:00:08.926Z Downloaded tui-tree-widget v0.23.1
5632026-08-15T07:00:08.926Z Downloaded keccak v0.1.6
5642026-08-15T07:00:08.926Z Downloaded is_terminal_polyfill v1.70.2
5652026-08-15T07:00:08.929Z Downloaded memchr v2.8.0
5662026-08-15T07:00:08.932Z Downloaded mio v1.2.0
5672026-08-15T07:00:08.935Z Downloaded rand v0.10.1
5682026-08-15T07:00:08.938Z Downloaded thiserror v2.0.18
5692026-08-15T07:00:08.941Z Downloaded heapless v0.8.0
5702026-08-15T07:00:08.941Z Downloaded rand v0.9.2
5712026-08-15T07:00:08.944Z Downloaded colored v3.1.1
5722026-08-15T07:00:08.944Z Downloaded knuffel v3.2.0
5732026-08-15T07:00:08.947Z Downloaded anstyle-query v1.1.5
5742026-08-15T07:00:08.947Z Downloaded smallvec v1.15.1
5752026-08-15T07:00:08.947Z Downloaded ascii-canvas v3.0.0
5762026-08-15T07:00:08.950Z Downloaded nom v7.1.3
5772026-08-15T07:00:08.950Z Downloaded clap v4.6.1
5782026-08-15T07:00:08.954Z Downloaded password-hash v0.6.1
5792026-08-15T07:00:08.957Z Downloaded darling_core v0.13.4
5802026-08-15T07:00:08.957Z Downloaded spin v0.9.8
5812026-08-15T07:00:08.960Z Downloaded spki v0.7.3
5822026-08-15T07:00:08.960Z Downloaded vergen-lib v0.1.6
5832026-08-15T07:00:08.960Z Downloaded toml_edit v0.22.27
5842026-08-15T07:00:08.963Z Downloaded zerovec-derive v0.11.2
5852026-08-15T07:00:08.963Z Downloaded hex-literal v1.1.0
5862026-08-15T07:00:08.966Z Downloaded ciborium-io v0.2.2
5872026-08-15T07:00:08.966Z Downloaded base16ct v1.0.0
5882026-08-15T07:00:08.966Z Downloaded p384 v0.14.0
5892026-08-15T07:00:08.970Z Downloaded progenitor-impl v0.14.0
5902026-08-15T07:00:08.973Z Downloaded constant_time_eq v0.3.1
5912026-08-15T07:00:08.973Z Downloaded base16ct v0.2.0
5922026-08-15T07:00:08.976Z Downloaded crc-catalog v2.4.0
5932026-08-15T07:00:08.976Z Downloaded unicode_categories v0.1.1
5942026-08-15T07:00:08.976Z Downloaded ipnet v2.12.1
5952026-08-15T07:00:08.979Z Downloaded toml v0.8.23
5962026-08-15T07:00:08.979Z Downloaded toml_parser v1.1.2+spec-1.1.0
5972026-08-15T07:00:08.982Z Downloaded base64 v0.22.1
5982026-08-15T07:00:08.984Z Downloaded diesel_derives v2.3.7
5992026-08-15T07:00:08.987Z Downloaded unicode-properties v0.1.4
6002026-08-15T07:00:08.990Z Downloaded proc-macro2 v1.0.106
6012026-08-15T07:00:08.990Z Downloaded crunchy v0.2.4
6022026-08-15T07:00:08.993Z Downloaded derive_builder_macro v0.20.2
6032026-08-15T07:00:08.993Z Downloaded phf_shared v0.11.3
6042026-08-15T07:00:08.993Z Downloaded phf_shared v0.12.1
6052026-08-15T07:00:08.993Z Downloaded darling_macro v0.23.0
6062026-08-15T07:00:08.993Z Downloaded digest-io v0.1.0
6072026-08-15T07:00:08.993Z Downloaded proc-macro-error-attr v1.0.4
6082026-08-15T07:00:08.993Z Downloaded darling_macro v0.13.4
6092026-08-15T07:00:08.996Z Downloaded precomputed-hash v0.1.1
6102026-08-15T07:00:08.996Z Downloaded predicates-tree v1.0.13
6112026-08-15T07:00:08.999Z Downloaded ucd-trie v0.1.7
6122026-08-15T07:00:09.004Z Downloaded oxnet v0.1.6
6132026-08-15T07:00:09.004Z Downloaded autocfg v1.5.0
6142026-08-15T07:00:09.008Z Downloaded tokio-postgres v0.7.16
6152026-08-15T07:00:09.011Z Downloaded async-trait v0.1.89
6162026-08-15T07:00:09.014Z Downloaded parse-display-derive v0.10.0
6172026-08-15T07:00:09.014Z Downloaded path-tree v0.8.3
6182026-08-15T07:00:09.014Z Downloaded paste v1.0.15
6192026-08-15T07:00:09.018Z Downloaded argon2 v0.5.3
6202026-08-15T07:00:09.018Z Downloaded libxml v0.3.3
6212026-08-15T07:00:09.021Z Downloaded toml_edit v0.19.15
6222026-08-15T07:00:09.028Z Downloaded drift v0.2.0
6232026-08-15T07:00:09.035Z Downloaded signal-hook v0.3.18
6242026-08-15T07:00:09.037Z Downloaded bitflags v1.3.2
6252026-08-15T07:00:09.041Z Downloaded hickory-client v0.25.2
6262026-08-15T07:00:09.041Z Downloaded progenitor-macro v0.13.0
6272026-08-15T07:00:09.041Z Downloaded rand_xorshift v0.4.0
6282026-08-15T07:00:09.041Z Downloaded buf-list v1.1.2
6292026-08-15T07:00:09.044Z Downloaded cmov v0.5.4
6302026-08-15T07:00:09.044Z Downloaded rustyline v14.0.0
6312026-08-15T07:00:09.047Z Downloaded hmac v0.12.1
6322026-08-15T07:00:09.047Z Downloaded ar_archive_writer v0.5.1
6332026-08-15T07:00:09.050Z Downloaded dropshot-api-manager v0.7.2
6342026-08-15T07:00:09.053Z Downloaded criterion v0.7.0
6352026-08-15T07:00:09.057Z Downloaded test-strategy v0.4.5
6362026-08-15T07:00:09.060Z Downloaded block-buffer v0.10.4
6372026-08-15T07:00:09.060Z Downloaded camino-tempfile-ext v0.3.3
6382026-08-15T07:00:09.060Z Downloaded cbc v0.2.1
6392026-08-15T07:00:09.060Z Downloaded serde_spanned v0.6.9
6402026-08-15T07:00:09.060Z Downloaded x509-cert v0.2.5
6412026-08-15T07:00:09.063Z Downloaded semver v0.1.20
6422026-08-15T07:00:09.065Z Downloaded crossbeam-deque v0.8.6
6432026-08-15T07:00:09.065Z Downloaded sponge-cursor v0.1.0
6442026-08-15T07:00:09.066Z Downloaded goblin v0.8.2
6452026-08-15T07:00:09.068Z Downloaded tokio-stream v0.1.18
6462026-08-15T07:00:09.071Z Downloaded serde_derive v1.0.228
6472026-08-15T07:00:09.105Z Downloaded strsim v0.11.1
6482026-08-15T07:00:09.105Z Downloaded supports-hyperlinks v2.1.0
6492026-08-15T07:00:09.105Z Downloaded testing_table v0.3.0
6502026-08-15T07:00:09.105Z Downloaded termtree v0.5.1
6512026-08-15T07:00:09.105Z Downloaded toml_write v0.1.2
6522026-08-15T07:00:09.106Z Downloaded ctutils v0.4.2
6532026-08-15T07:00:09.106Z Downloaded dashu-base v0.5.1
6542026-08-15T07:00:09.106Z Downloaded digest v0.10.7
6552026-08-15T07:00:09.106Z Downloaded stable_deref_trait v1.2.1
6562026-08-15T07:00:09.106Z Downloaded num-bigint-dig v0.8.6
6572026-08-15T07:00:09.106Z Downloaded tokio-test v0.4.5
6582026-08-15T07:00:09.106Z Downloaded cc v1.2.56
6592026-08-15T07:00:09.106Z Downloaded guppy v0.17.25
6602026-08-15T07:00:09.106Z Downloaded anstream v0.6.21
6612026-08-15T07:00:09.106Z Downloaded unicode-truncate v1.1.0
6622026-08-15T07:00:09.106Z Downloaded universal-hash v0.5.1
6632026-08-15T07:00:09.106Z Downloaded progenitor-client v0.14.0
6642026-08-15T07:00:09.106Z Downloaded try-lock v0.2.5
6652026-08-15T07:00:09.106Z Downloaded crypto-bigint v0.5.5
6662026-08-15T07:00:09.106Z Downloaded zone v0.3.1
6672026-08-15T07:00:09.106Z Downloaded hex-literal v0.4.1
6682026-08-15T07:00:09.106Z Downloaded signal-hook-registry v1.4.8
6692026-08-15T07:00:09.106Z Downloaded hybrid-array v0.4.13
6702026-08-15T07:00:09.110Z Downloaded icu_provider v2.1.1
6712026-08-15T07:00:09.110Z Downloaded schemars_derive v0.8.22
6722026-08-15T07:00:09.110Z Downloaded smf v0.2.3
6732026-08-15T07:00:09.110Z Downloaded serde_derive_internals v0.29.1
6742026-08-15T07:00:09.110Z Downloaded serdect v0.4.3
6752026-08-15T07:00:09.110Z Downloaded want v0.3.1
6762026-08-15T07:00:09.113Z Downloaded zeroize_derive v1.5.0
6772026-08-15T07:00:09.113Z Downloaded shlex v1.3.0
6782026-08-15T07:00:09.113Z Downloaded ssh-encoding v0.2.0
6792026-08-15T07:00:09.113Z Downloaded unit-prefix v0.5.2
6802026-08-15T07:00:09.113Z Downloaded hostname v0.3.1
6812026-08-15T07:00:09.116Z Downloaded indent_write v2.2.0
6822026-08-15T07:00:09.116Z Downloaded crossterm v0.29.0
6832026-08-15T07:00:09.122Z Downloaded libbz2-rs-sys v0.2.2
6842026-08-15T07:00:09.125Z Downloaded prettyplease v0.2.37
6852026-08-15T07:00:09.125Z Downloaded zerocopy-derive v0.8.56
6862026-08-15T07:00:09.128Z Downloaded rand_distr v0.5.1
6872026-08-15T07:00:09.131Z Downloaded yoke-derive v0.8.1
6882026-08-15T07:00:09.131Z Downloaded hostname v0.4.2
6892026-08-15T07:00:09.131Z Downloaded jiff-static v0.2.34
6902026-08-15T07:00:09.131Z Downloaded time-core v0.1.8
6912026-08-15T07:00:09.134Z Downloaded postcard v1.1.3
6922026-08-15T07:00:09.134Z Downloaded strum_macros v0.27.2
6932026-08-15T07:00:09.134Z Downloaded percent-encoding v2.3.2
6942026-08-15T07:00:09.144Z Downloaded derive_more-impl v2.1.1
6952026-08-15T07:00:09.148Z Downloaded tokio-tungstenite v0.21.0
6962026-08-15T07:00:09.151Z Downloaded bb8 v0.8.6
6972026-08-15T07:00:09.151Z Downloaded bitfield-macros v0.19.4
6982026-08-15T07:00:09.154Z Downloaded async-lock v3.4.2
6992026-08-15T07:00:09.154Z Downloaded assert_matches v1.5.0
7002026-08-15T07:00:09.157Z Downloaded async-object-pool v0.2.0
7012026-08-15T07:00:09.157Z Downloaded async-recursion v1.1.1
7022026-08-15T07:00:09.157Z Downloaded castaway v0.2.4
7032026-08-15T07:00:09.162Z Downloaded indexmap v2.14.0
7042026-08-15T07:00:09.164Z Downloaded nom v8.0.0
7052026-08-15T07:00:09.167Z Downloaded serde v1.0.228
7062026-08-15T07:00:09.170Z Downloaded heapless v0.7.17
7072026-08-15T07:00:09.173Z Downloaded zip v0.6.6
7082026-08-15T07:00:09.175Z Downloaded compression-core v0.4.31
7092026-08-15T07:00:09.175Z Downloaded crypto-common v0.2.2
7102026-08-15T07:00:09.175Z Downloaded document-features v0.2.12
7112026-08-15T07:00:09.178Z Downloaded icu_properties v2.1.2
7122026-08-15T07:00:09.182Z Downloaded icu_normalizer_data v2.1.1
7132026-08-15T07:00:09.184Z Downloaded plotters-backend v0.3.7
7142026-08-15T07:00:09.184Z Downloaded quick-error v1.2.3
7152026-08-15T07:00:09.184Z Downloaded unicase v2.9.0
7162026-08-15T07:00:09.187Z Downloaded pretty-hex v0.4.1
7172026-08-15T07:00:09.190Z Downloaded rustc-hash v2.1.1
7182026-08-15T07:00:09.194Z Downloaded walkdir v2.5.0
7192026-08-15T07:00:09.197Z Downloaded knuffel-derive v3.2.0
7202026-08-15T07:00:09.197Z Downloaded vergen-gitcl v1.0.8
7212026-08-15T07:00:09.197Z Downloaded plotters v0.3.7
7222026-08-15T07:00:09.201Z Downloaded derive-where v1.6.0
7232026-08-15T07:00:09.204Z Downloaded http v1.4.2
7242026-08-15T07:00:09.207Z Downloaded pbkdf2 v0.13.0
7252026-08-15T07:00:09.207Z Downloaded anstyle v1.0.14
7262026-08-15T07:00:09.210Z Downloaded secrecy v0.10.3
7272026-08-15T07:00:09.210Z Downloaded oxide-update-engine v0.1.2
7282026-08-15T07:00:09.210Z Downloaded oxide-update-engine-display v0.1.2
7292026-08-15T07:00:09.212Z Downloaded schemars v1.2.1
7302026-08-15T07:00:09.219Z Downloaded tempfile v3.27.0
7312026-08-15T07:00:09.221Z Downloaded tls_codec v0.4.2
7322026-08-15T07:00:09.221Z Downloaded base64ct v1.8.3
7332026-08-15T07:00:09.224Z Downloaded steno v0.4.1
7342026-08-15T07:00:09.227Z Downloaded sha1 v0.11.0
7352026-08-15T07:00:09.227Z Downloaded signal-hook-tokio v0.3.1
7362026-08-15T07:00:09.230Z Downloaded tagptr v0.2.0
7372026-08-15T07:00:09.230Z Downloaded papergrid v0.18.0
7382026-08-15T07:00:09.233Z Downloaded tabled_derive v0.7.0
7392026-08-15T07:00:09.233Z Downloaded twox-hash v2.1.2
7402026-08-15T07:00:09.236Z Downloaded strum v0.27.2
7412026-08-15T07:00:09.239Z Downloaded yansi v1.0.1
7422026-08-15T07:00:09.242Z Downloaded reqwest v0.12.28
7432026-08-15T07:00:09.244Z Downloaded tower-http v0.6.8
7442026-08-15T07:00:09.248Z Downloaded xshell v0.2.7
7452026-08-15T07:00:09.252Z Downloaded daft-derive v0.1.7
7462026-08-15T07:00:09.255Z Downloaded trait-variant v0.1.2
7472026-08-15T07:00:09.255Z Downloaded usdt-macro v0.6.0
7482026-08-15T07:00:09.255Z Downloaded strum v0.26.3
7492026-08-15T07:00:09.255Z Downloaded chacha20poly1305 v0.10.1
7502026-08-15T07:00:09.255Z Downloaded deranged v0.5.8
7512026-08-15T07:00:09.255Z Downloaded displaydoc v0.2.5
7522026-08-15T07:00:09.259Z Downloaded slog v2.8.2
7532026-08-15T07:00:09.259Z Downloaded compact_str v0.8.1
7542026-08-15T07:00:09.262Z Downloaded serde_json v1.0.151
7552026-08-15T07:00:09.265Z Downloaded rpassword v7.5.4
7562026-08-15T07:00:09.267Z Downloaded data-encoding v2.10.0
7572026-08-15T07:00:09.267Z Downloaded unicode-normalization v0.1.25
7582026-08-15T07:00:09.270Z Downloaded headers-core v0.3.0
7592026-08-15T07:00:09.270Z Downloaded diesel-dtrace v0.5.0
7602026-08-15T07:00:09.270Z Downloaded primefield v0.14.0
7612026-08-15T07:00:09.270Z Downloaded ingot-macros v0.2.0
7622026-08-15T07:00:09.273Z Downloaded usdt v0.6.0
7632026-08-15T07:00:09.276Z Downloaded rustc-demangle v0.1.27
7642026-08-15T07:00:09.279Z Downloaded knus v3.4.0
7652026-08-15T07:00:09.282Z Downloaded serde_with v1.14.0
7662026-08-15T07:00:09.285Z Downloaded pest_meta v2.8.6
7672026-08-15T07:00:09.288Z Downloaded parking_lot v0.11.2
7682026-08-15T07:00:09.290Z Downloaded idna_adapter v1.2.1
7692026-08-15T07:00:09.290Z Downloaded serde_with_macros v1.5.2
7702026-08-15T07:00:09.293Z Downloaded ident_case v1.0.1
7712026-08-15T07:00:09.293Z Downloaded h2 v0.4.15
7722026-08-15T07:00:09.297Z Downloaded snafu-derive v0.8.9
7732026-08-15T07:00:09.300Z Downloaded arrayref v0.3.9
7742026-08-15T07:00:09.300Z Downloaded async-stream-impl v0.3.6
7752026-08-15T07:00:09.300Z Downloaded rayon-core v1.13.0
7762026-08-15T07:00:09.303Z Downloaded crossbeam-epoch v0.9.18
7772026-08-15T07:00:09.308Z Downloaded idna v1.1.0
7782026-08-15T07:00:09.308Z Downloaded itertools v0.12.1
7792026-08-15T07:00:09.311Z Downloaded camino-tempfile v1.4.1
7802026-08-15T07:00:09.314Z Downloaded clap_derive v4.6.1
7812026-08-15T07:00:09.314Z Downloaded cfg-expr v0.20.6
7822026-08-15T07:00:09.316Z Downloaded slog-term v2.9.2
7832026-08-15T07:00:09.317Z Downloaded ssh-encoding v0.3.0
7842026-08-15T07:00:09.317Z Downloaded ciborium-ll v0.2.2
7852026-08-15T07:00:09.319Z Downloaded crc8 v0.1.1
7862026-08-15T07:00:09.320Z Downloaded packed_struct_codegen v0.10.1
7872026-08-15T07:00:09.322Z Downloaded reqwest v0.13.2
7882026-08-15T07:00:09.325Z Downloaded base64 v0.21.7
7892026-08-15T07:00:09.328Z Downloaded pkcs1 v0.7.5
7902026-08-15T07:00:09.328Z Downloaded whoami v1.6.1
7912026-08-15T07:00:09.328Z Downloaded concurrent-queue v2.5.0
7922026-08-15T07:00:09.331Z Downloaded thiserror v1.0.69
7932026-08-15T07:00:09.331Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7942026-08-15T07:00:09.334Z Downloaded cast v0.3.0
7952026-08-15T07:00:09.338Z Downloaded colorchoice v1.0.4
7962026-08-15T07:00:09.338Z Downloaded scuffle v0.1.0
7972026-08-15T07:00:09.341Z Downloaded winnow v0.5.40
7982026-08-15T07:00:09.345Z Downloaded writeable v0.6.2
7992026-08-15T07:00:09.354Z Downloaded ipnetwork v0.21.1
8002026-08-15T07:00:09.356Z Downloaded ingot-types v0.2.0
8012026-08-15T07:00:09.356Z Downloaded typed-path v0.9.3
8022026-08-15T07:00:09.359Z Downloaded pem-rfc7468 v0.7.0
8032026-08-15T07:00:09.362Z Downloaded papergrid v0.11.0
8042026-08-15T07:00:09.365Z Downloaded rand v0.8.6
8052026-08-15T07:00:09.365Z Downloaded salsa20 v0.11.0
8062026-08-15T07:00:09.368Z Downloaded knus-derive v3.4.0
8072026-08-15T07:00:09.368Z Downloaded rtoolbox v0.0.3
8082026-08-15T07:00:09.368Z Downloaded scheduled-thread-pool v0.2.7
8092026-08-15T07:00:09.368Z Downloaded icu_properties_data v2.1.2
8102026-08-15T07:00:09.373Z Downloaded sha2 v0.10.9
8112026-08-15T07:00:09.375Z Downloaded aead v0.6.1
8122026-08-15T07:00:09.375Z Downloaded anstyle-parse v0.2.7
8132026-08-15T07:00:09.378Z Downloaded bitflags v2.11.0
8142026-08-15T07:00:09.378Z Downloaded smawk v0.3.2
8152026-08-15T07:00:09.381Z Downloaded ssh-cipher v0.2.0
8162026-08-15T07:00:09.381Z Downloaded futures-util v0.3.32
8172026-08-15T07:00:09.386Z Downloaded partial-io v0.5.4
8182026-08-15T07:00:09.388Z Downloaded crc-any v2.5.0
8192026-08-15T07:00:09.388Z Downloaded target-triple v1.0.0
8202026-08-15T07:00:09.388Z Downloaded thiserror-impl v2.0.18
8212026-08-15T07:00:09.392Z Downloaded tokio-macros v2.7.0
8222026-08-15T07:00:09.392Z Downloaded bitfield v0.19.4
8232026-08-15T07:00:09.395Z Downloaded daft v0.1.7
8242026-08-15T07:00:09.400Z Downloaded moka v0.12.13
8252026-08-15T07:00:09.404Z Downloaded bs58 v0.5.1
8262026-08-15T07:00:09.407Z Downloaded rcgen v0.12.1
8272026-08-15T07:00:09.407Z Downloaded tokio-tungstenite v0.23.1
8282026-08-15T07:00:09.410Z Downloaded hex v0.4.3
8292026-08-15T07:00:09.410Z Downloaded hubpack v0.1.2
8302026-08-15T07:00:09.413Z Downloaded parse-size v1.1.0
8312026-08-15T07:00:09.413Z Downloaded proc-macro-error2 v2.0.1
8322026-08-15T07:00:09.416Z Downloaded primeorder v0.14.0
8332026-08-15T07:00:09.416Z Downloaded prefix-trie v0.7.0
8342026-08-15T07:00:09.419Z Downloaded rand_core v0.9.5
8352026-08-15T07:00:09.419Z Downloaded const_format v0.2.35
8362026-08-15T07:00:09.421Z Downloaded yoke v0.8.1
8372026-08-15T07:00:09.425Z Downloaded sha3 v0.12.0
8382026-08-15T07:00:09.425Z Downloaded serde_core v1.0.228
8392026-08-15T07:00:09.428Z Downloaded rand_core v0.6.4
8402026-08-15T07:00:09.428Z Downloaded itertools v0.10.5
8412026-08-15T07:00:09.430Z Downloaded icu_normalizer v2.1.1
8422026-08-15T07:00:09.433Z Downloaded proc-macro-error v1.0.4
8432026-08-15T07:00:09.436Z Downloaded rustls-native-certs v0.8.3
8442026-08-15T07:00:09.436Z Downloaded hyper-rustls v0.27.7
8452026-08-15T07:00:09.439Z Downloaded approx v0.5.1
8462026-08-15T07:00:09.439Z Downloaded backtrace-ext v0.2.1
8472026-08-15T07:00:09.440Z Downloaded cobs v0.3.0
8482026-08-15T07:00:09.443Z Downloaded difflib v0.4.0
8492026-08-15T07:00:09.443Z Downloaded scroll v0.13.0
8502026-08-15T07:00:09.443Z Downloaded termcolor v1.4.1
8512026-08-15T07:00:09.446Z Downloaded simd-adler32 v0.3.8
8522026-08-15T07:00:09.449Z Downloaded ssh-cipher v0.3.0
8532026-08-15T07:00:09.449Z Downloaded tinyvec_macros v0.1.1
8542026-08-15T07:00:09.452Z Downloaded toml_edit v0.23.10+spec-1.0.0
8552026-08-15T07:00:09.455Z Downloaded url v2.5.8
8562026-08-15T07:00:09.455Z Downloaded bzip2 v0.4.4
8572026-08-15T07:00:09.459Z Downloaded typify-macro v0.6.2
8582026-08-15T07:00:09.462Z Downloaded uuid v1.23.4
8592026-08-15T07:00:09.465Z Downloaded colored v2.2.0
8602026-08-15T07:00:09.465Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8612026-08-15T07:00:09.467Z Downloaded usdt-impl v0.5.0
8622026-08-15T07:00:09.470Z Downloaded pwd v1.4.0
8632026-08-15T07:00:09.470Z Downloaded similar-asserts v1.7.0
8642026-08-15T07:00:09.470Z Downloaded aho-corasick v1.1.4
8652026-08-15T07:00:09.473Z Downloaded rsa v0.9.10
8662026-08-15T07:00:09.476Z Downloaded zerovec v0.11.5
8672026-08-15T07:00:09.479Z Downloaded rustls-webpki v0.103.13
8682026-08-15T07:00:09.482Z Downloaded textwrap v0.16.2
8692026-08-15T07:00:09.485Z Downloaded crc32fast v1.5.0
8702026-08-15T07:00:09.485Z Downloaded zopfli v0.8.3
8712026-08-15T07:00:09.485Z Downloaded vergen-git2 v9.1.0
8722026-08-15T07:00:09.488Z Downloaded pkcs8 v0.11.0
8732026-08-15T07:00:09.488Z Downloaded instability v0.3.11
8742026-08-15T07:00:09.491Z Downloaded tap v1.0.1
8752026-08-15T07:00:09.491Z Downloaded hyper-util v0.1.20
8762026-08-15T07:00:09.494Z Downloaded zeroize v1.9.0
8772026-08-15T07:00:09.494Z Downloaded datatest-stable v0.3.3
8782026-08-15T07:00:09.497Z Downloaded serde_plain v1.0.2
8792026-08-15T07:00:09.497Z Downloaded arc-swap v1.8.2
8802026-08-15T07:00:09.499Z Downloaded structmeta v0.3.0
8812026-08-15T07:00:09.499Z Downloaded impl-trait-for-tuples v0.2.3
8822026-08-15T07:00:09.502Z Downloaded icu_collections v2.1.1
8832026-08-15T07:00:09.506Z Downloaded schemars v0.9.0
8842026-08-15T07:00:09.511Z Downloaded httparse v1.10.1
8852026-08-15T07:00:09.514Z Downloaded parking_lot_core v0.8.6
8862026-08-15T07:00:09.514Z Downloaded cargo_metadata v0.23.1
8872026-08-15T07:00:09.517Z Downloaded defmt v1.0.1
8882026-08-15T07:00:09.517Z Downloaded postgres-types v0.2.12
8892026-08-15T07:00:09.520Z Downloaded serde_cbor v0.11.2
8902026-08-15T07:00:09.520Z Downloaded zone_cfg_derive v0.3.1
8912026-08-15T07:00:09.520Z Downloaded git2 v0.20.4
8922026-08-15T07:00:09.524Z Downloaded kem v0.3.0
8932026-08-15T07:00:09.527Z Downloaded serde_with_macros v3.21.0
8942026-08-15T07:00:09.527Z Downloaded lalrpop v0.19.12
8952026-08-15T07:00:09.533Z Downloaded bit-set v0.5.3
8962026-08-15T07:00:09.536Z Downloaded phf v0.12.1
8972026-08-15T07:00:09.536Z Downloaded pathdiff v0.2.3
8982026-08-15T07:00:09.539Z Downloaded aead v0.5.2
8992026-08-15T07:00:09.547Z Downloaded p384 v0.13.1
9002026-08-15T07:00:09.550Z Downloaded rsa v0.10.0-rc.18
9012026-08-15T07:00:09.553Z Downloaded cfg_aliases v0.1.1
9022026-08-15T07:00:09.556Z Downloaded rlimit v0.10.2
9032026-08-15T07:00:09.556Z Downloaded sec1 v0.8.1
9042026-08-15T07:00:09.559Z Downloaded qorb v0.4.1
9052026-08-15T07:00:09.562Z Downloaded termios v0.3.3
9062026-08-15T07:00:09.562Z Downloaded tls_codec_derive v0.4.2
9072026-08-15T07:00:09.562Z Downloaded yasna v0.5.2
9082026-08-15T07:00:09.565Z Downloaded swrite v0.1.0
9092026-08-15T07:00:09.568Z Downloaded slog-bunyan v2.5.0
9102026-08-15T07:00:09.571Z Downloaded seq-macro v0.3.6
9112026-08-15T07:00:09.573Z Downloaded internal-russh-num-bigint v0.5.0
9122026-08-15T07:00:09.576Z Downloaded headers v0.4.1
9132026-08-15T07:00:09.579Z Downloaded iana-time-zone v0.1.65
9142026-08-15T07:00:09.579Z Downloaded zerotrie v0.2.3
9152026-08-15T07:00:09.582Z Downloaded strum_macros v0.24.3
9162026-08-15T07:00:09.582Z Downloaded p521 v0.14.0
9172026-08-15T07:00:09.585Z Downloaded argon2 v0.6.0-rc.8
9182026-08-15T07:00:09.585Z Downloaded hyper-staticfile v0.10.1
9192026-08-15T07:00:09.588Z Downloaded usdt-impl v0.6.0
9202026-08-15T07:00:09.588Z Downloaded usdt-attr-macro v0.6.0
9212026-08-15T07:00:09.592Z Downloaded tower-layer v0.3.3
9222026-08-15T07:00:09.592Z Downloaded home v0.5.12
9232026-08-15T07:00:09.595Z Downloaded version_check v0.9.5
9242026-08-15T07:00:09.597Z Downloaded cpufeatures v0.2.17
9252026-08-15T07:00:09.597Z Downloaded similar v2.7.0
9262026-08-15T07:00:09.600Z Downloaded aes v0.9.1
9272026-08-15T07:00:09.603Z Downloaded proptest v1.11.0
9282026-08-15T07:00:09.608Z Downloaded backon v1.6.0
9292026-08-15T07:00:09.611Z Downloaded arrayvec v0.7.6
9302026-08-15T07:00:09.611Z Downloaded cookie v0.18.1
9312026-08-15T07:00:09.614Z Downloaded toml v1.1.2+spec-1.1.0
9322026-08-15T07:00:09.616Z Downloaded poly1305 v0.8.0
9332026-08-15T07:00:09.617Z Downloaded poly1305 v0.9.0
9342026-08-15T07:00:09.617Z Downloaded cfg-if v1.0.4
9352026-08-15T07:00:09.619Z Downloaded chrono v0.4.45
9362026-08-15T07:00:09.622Z Downloaded crypto-common v0.1.7
9372026-08-15T07:00:09.622Z Downloaded hashbrown v0.16.1
9382026-08-15T07:00:09.625Z Downloaded hashbrown v0.13.2
9392026-08-15T07:00:09.628Z Downloaded powerfmt v0.2.0
9402026-08-15T07:00:09.628Z Downloaded progenitor-macro v0.14.0
9412026-08-15T07:00:09.631Z Downloaded byte-wrapper v0.1.0
9422026-08-15T07:00:09.631Z Downloaded corncobs v0.1.4
9432026-08-15T07:00:09.634Z Downloaded hickory-server v0.25.2
9442026-08-15T07:00:09.634Z Downloaded rustc_version v0.4.1
9452026-08-15T07:00:09.637Z Downloaded tower-service v0.3.3
9462026-08-15T07:00:09.637Z Downloaded subtle v2.6.1
9472026-08-15T07:00:09.637Z Downloaded thread-id v5.1.0
9482026-08-15T07:00:09.642Z Downloaded progenitor v0.13.0
9492026-08-15T07:00:09.645Z Downloaded hubpack_derive v0.1.1
9502026-08-15T07:00:09.645Z Downloaded illumos-nvpair v0.3.0
9512026-08-15T07:00:09.645Z Downloaded rustversion v1.0.22
9522026-08-15T07:00:09.648Z Downloaded sec1 v0.7.3
9532026-08-15T07:00:09.648Z Downloaded slab v0.4.12
9542026-08-15T07:00:09.648Z Downloaded is_ci v1.2.0
9552026-08-15T07:00:09.651Z Downloaded block-buffer v0.12.1
9562026-08-15T07:00:09.651Z Downloaded slog-async v2.8.0
9572026-08-15T07:00:09.651Z Downloaded static_assertions v1.1.0
9582026-08-15T07:00:09.655Z Downloaded bcrypt-pbkdf v0.11.0
9592026-08-15T07:00:09.657Z Downloaded p256 v0.13.2
9602026-08-15T07:00:09.660Z Downloaded goblin v0.10.5
9612026-08-15T07:00:09.665Z Downloaded http-body-util v0.1.3
9622026-08-15T07:00:09.669Z Downloaded packed_struct v0.10.1
9632026-08-15T07:00:09.671Z Downloaded backoff v0.4.0
9642026-08-15T07:00:09.672Z Downloaded radium v0.7.0
9652026-08-15T07:00:09.674Z Downloaded bzip2 v0.6.1
9662026-08-15T07:00:09.674Z Downloaded siphasher v1.0.2
9672026-08-15T07:00:09.677Z Downloaded derive_more v0.99.20
9682026-08-15T07:00:09.684Z Downloaded serde-big-array v0.5.1
9692026-08-15T07:00:09.687Z Downloaded terminal_size v0.4.3
9702026-08-15T07:00:09.690Z Downloaded bytesize v2.7.0
9712026-08-15T07:00:09.692Z Downloaded darling v0.13.4
9722026-08-15T07:00:09.692Z Downloaded http-range v0.1.5
9732026-08-15T07:00:09.692Z Downloaded pest_generator v2.8.6
9742026-08-15T07:00:09.695Z Downloaded convert_case v0.4.0
9752026-08-15T07:00:09.695Z Downloaded unicode-xid v0.2.6
9762026-08-15T07:00:09.698Z Downloaded plotters-svg v0.3.7
9772026-08-15T07:00:09.702Z Downloaded slog-stdlog v4.1.1
9782026-08-15T07:00:09.704Z Downloaded wyz v0.5.1
9792026-08-15T07:00:09.707Z Downloaded scroll v0.12.0
9802026-08-15T07:00:09.707Z Downloaded heck v0.5.0
9812026-08-15T07:00:09.710Z Downloaded quinn-udp v0.5.14
9822026-08-15T07:00:09.713Z Downloaded anstream v1.0.0
9832026-08-15T07:00:09.713Z Downloaded ryu v1.0.23
9842026-08-15T07:00:09.717Z Downloaded bit-set v0.8.0
9852026-08-15T07:00:09.720Z Downloaded tinyvec v1.12.0
9862026-08-15T07:00:09.720Z Downloaded unicode-ident v1.0.24
9872026-08-15T07:00:09.724Z Downloaded rand_pcg v0.10.2
9882026-08-15T07:00:09.727Z Downloaded pem v3.0.6
9892026-08-15T07:00:09.727Z Downloaded supports-hyperlinks v3.2.0
9902026-08-15T07:00:09.727Z Downloaded diesel_table_macro_syntax v0.3.0
9912026-08-15T07:00:09.727Z Downloaded supports-color v3.0.2
9922026-08-15T07:00:09.731Z Downloaded parking_lot v0.12.5
9932026-08-15T07:00:09.737Z Downloaded potential_utf v0.1.4
9942026-08-15T07:00:09.740Z Downloaded indexmap v1.9.3
9952026-08-15T07:00:09.743Z Downloaded allocator-api2 v0.2.21
9962026-08-15T07:00:09.743Z Downloaded sha1 v0.10.6
9972026-08-15T07:00:09.746Z Downloaded lazy_static v1.5.0
9982026-08-15T07:00:09.746Z Downloaded serde_with v3.21.0
9992026-08-15T07:00:09.752Z Downloaded ssh-key v0.6.7
10002026-08-15T07:00:09.756Z Downloaded nix v0.27.1
10012026-08-15T07:00:09.770Z Downloaded jobserver v0.1.34
10022026-08-15T07:00:09.773Z Downloaded regex v1.12.3
10032026-08-15T07:00:09.776Z Downloaded primeorder v0.13.6
10042026-08-15T07:00:09.776Z Downloaded unicode-segmentation v1.12.0
10052026-08-15T07:00:09.778Z Downloaded object v0.30.4
10062026-08-15T07:00:09.783Z Downloaded slog-envlogger v2.2.0
10072026-08-15T07:00:09.786Z Downloaded lalrpop-util v0.19.12
10082026-08-15T07:00:09.786Z Downloaded ref-cast-impl v1.0.25
10092026-08-15T07:00:09.786Z Downloaded vergen-lib v9.1.0
10102026-08-15T07:00:09.789Z Downloaded indoc v2.0.7
10112026-08-15T07:00:09.789Z Downloaded hashbrown v0.14.5
10122026-08-15T07:00:09.792Z Downloaded usdt v0.5.0
10132026-08-15T07:00:09.792Z Downloaded tower v0.5.3
10142026-08-15T07:00:09.797Z Downloaded snafu v0.8.9
10152026-08-15T07:00:09.801Z Downloaded bit-vec v0.8.0
10162026-08-15T07:00:09.803Z Downloaded der_derive v0.7.3
10172026-08-15T07:00:09.803Z Downloaded serde_repr v0.1.20
10182026-08-15T07:00:09.803Z Downloaded p256 v0.14.0
10192026-08-15T07:00:09.806Z Downloaded backtrace v0.3.76
10202026-08-15T07:00:09.809Z Downloaded smoltcp v0.9.1
10212026-08-15T07:00:09.815Z Downloaded crucible-workspace-hack v0.1.0
10222026-08-15T07:00:09.818Z Downloaded string_cache v0.8.9
10232026-08-15T07:00:09.818Z Downloaded unicode-bidi v0.3.18
10242026-08-15T07:00:09.818Z Downloaded borsh v1.8.0
10252026-08-15T07:00:09.822Z Downloaded instant v0.1.13
10262026-08-15T07:00:09.824Z Downloaded thiserror-impl-no-std v2.0.2
10272026-08-15T07:00:09.824Z Downloaded keccak v0.2.0
10282026-08-15T07:00:09.824Z Downloaded password-hash v0.5.0
10292026-08-15T07:00:09.827Z Downloaded bytecount v0.6.9
10302026-08-15T07:00:09.827Z Downloaded quick-xml v0.37.5
10312026-08-15T07:00:09.830Z Downloaded display-error-chain v0.2.2
10322026-08-15T07:00:09.833Z Downloaded progenitor-client v0.13.0
10332026-08-15T07:00:09.833Z Downloaded typenum v1.20.1
10342026-08-15T07:00:09.836Z Downloaded chumsky v0.9.3
10352026-08-15T07:00:09.838Z Downloaded oxide-update-engine-types v0.1.2
10362026-08-15T07:00:09.839Z Downloaded pem-rfc7468 v1.0.0
10372026-08-15T07:00:09.841Z Downloaded delegate v0.13.5
10382026-08-15T07:00:09.841Z Downloaded pest_derive v2.8.6
10392026-08-15T07:00:09.841Z Downloaded sqlparser_derive v0.5.0
10402026-08-15T07:00:09.841Z Downloaded cipher v0.5.2
10412026-08-15T07:00:09.846Z Downloaded toml_writer v1.1.1+spec-1.1.0
10422026-08-15T07:00:09.847Z Downloaded publicsuffix v2.3.0
10432026-08-15T07:00:09.847Z Downloaded serde_yaml v0.9.34+deprecated
10442026-08-15T07:00:09.850Z Downloaded pkcs5 v0.8.1
10452026-08-15T07:00:09.852Z Downloaded anes v0.1.6
10462026-08-15T07:00:09.852Z Downloaded support-bundle-viewer v0.1.2
10472026-08-15T07:00:09.852Z Downloaded constant_time_eq v0.4.2
10482026-08-15T07:00:09.856Z Downloaded ron v0.8.1
10492026-08-15T07:00:09.859Z Downloaded uzers v0.12.2
10502026-08-15T07:00:09.859Z Downloaded darling_core v0.23.0
10512026-08-15T07:00:09.862Z Downloaded salty v0.3.0
10522026-08-15T07:00:09.865Z Downloaded pkcs8 v0.10.2
10532026-08-15T07:00:09.868Z Downloaded tokio-dtrace v0.1.1
10542026-08-15T07:00:09.868Z Downloaded rusty-fork v0.3.1
10552026-08-15T07:00:09.871Z Downloaded humantime v2.3.0
10562026-08-15T07:00:09.871Z Downloaded trybuild v1.0.116
10572026-08-15T07:00:09.874Z Downloaded gimli v0.32.3
10582026-08-15T07:00:09.877Z Downloaded indicatif v0.18.4
10592026-08-15T07:00:09.880Z Downloaded crypto-bigint v0.7.5
10602026-08-15T07:00:09.890Z Downloaded vergen v9.1.0
10612026-08-15T07:00:09.893Z Downloaded ciborium v0.2.2
10622026-08-15T07:00:09.893Z Downloaded serde_path_to_error v0.1.20
10632026-08-15T07:00:09.896Z Downloaded der v0.8.0
10642026-08-15T07:00:09.898Z Downloaded tungstenite v0.28.0
10652026-08-15T07:00:09.902Z Downloaded adler2 v2.0.1
10662026-08-15T07:00:09.902Z Downloaded nix v0.28.0
10672026-08-15T07:00:09.907Z Downloaded tar v0.4.46
10682026-08-15T07:00:09.909Z Downloaded pest v2.8.6
10692026-08-15T07:00:09.912Z Downloaded toml v0.7.8
10702026-08-15T07:00:09.915Z Downloaded darling_core v0.21.3
10712026-08-15T07:00:09.918Z Downloaded async-bb8-diesel v0.2.1
10722026-08-15T07:00:09.918Z Downloaded aes-gcm v0.11.0
10732026-08-15T07:00:09.927Z Downloaded vte v0.14.1
10742026-08-15T07:00:09.930Z Downloaded hyper v1.10.1
10752026-08-15T07:00:09.933Z Downloaded hashbrown v0.12.3
10762026-08-15T07:00:09.936Z Downloaded dropshot v0.17.1
10772026-08-15T07:00:09.949Z Downloaded tungstenite v0.23.0
10782026-08-15T07:00:09.953Z Downloaded rstest v0.25.0
10792026-08-15T07:00:09.955Z Downloaded schemars v0.8.22
10802026-08-15T07:00:09.963Z Downloaded itertools v0.13.0
10812026-08-15T07:00:09.967Z Downloaded jiff-core v0.1.0
10822026-08-15T07:00:09.971Z Downloaded openssl v0.10.80
10832026-08-15T07:00:09.976Z Downloaded crossterm v0.28.1
10842026-08-15T07:00:09.980Z Downloaded hickory-resolver v0.25.2
10852026-08-15T07:00:09.983Z Downloaded dashu-int v0.5.1
10862026-08-15T07:00:09.989Z Downloaded derive_more v2.1.1
10872026-08-15T07:00:09.997Z Downloaded ignore v0.4.25
10882026-08-15T07:00:10.000Z Downloaded crossbeam-channel v0.5.15
10892026-08-15T07:00:10.003Z Downloaded anyhow v1.0.104
10902026-08-15T07:00:10.004Z Downloaded const-oid v0.10.2
10912026-08-15T07:00:10.007Z Downloaded der v0.7.10
10922026-08-15T07:00:10.010Z Downloaded quinn v0.11.11
10932026-08-15T07:00:10.013Z Downloaded hashbrown v0.15.5
10942026-08-15T07:00:10.016Z Downloaded hkdf v0.13.0
10952026-08-15T07:00:10.020Z Downloaded vcpkg v0.2.15
10962026-08-15T07:00:10.045Z Downloaded hkdf v0.12.4
10972026-08-15T07:00:10.049Z Downloaded async-compression v0.4.41
10982026-08-15T07:00:10.051Z Downloaded hickory-resolver v0.24.4
10992026-08-15T07:00:10.054Z Downloaded unicode-width v0.2.0
11002026-08-15T07:00:10.057Z Downloaded regex-syntax v0.8.10
11012026-08-15T07:00:10.063Z Downloaded ssh-key v0.7.0-rc.11
11022026-08-15T07:00:10.068Z Downloaded rawzip v0.4.4
11032026-08-15T07:00:10.072Z Downloaded zip v4.6.1
11042026-08-15T07:00:10.075Z Downloaded object v0.37.3
11052026-08-15T07:00:10.082Z Downloaded portable-atomic v1.13.1
11062026-08-15T07:00:10.087Z Downloaded winnow v0.6.26
11072026-08-15T07:00:10.092Z Downloaded reedline v0.40.0
11082026-08-15T07:00:10.097Z Downloaded itertools v0.14.0
11092026-08-15T07:00:10.101Z Downloaded winnow v0.7.14
11102026-08-15T07:00:10.107Z Downloaded p521 v0.13.3
11112026-08-15T07:00:10.112Z Downloaded itertools v0.15.0
11122026-08-15T07:00:10.122Z Downloaded rayon v1.11.0
11132026-08-15T07:00:10.127Z Downloaded bindgen v0.71.1
11142026-08-15T07:00:10.131Z Downloaded nix v0.31.2
11152026-08-15T07:00:10.139Z Downloaded tokio-util v0.7.18
11162026-08-15T07:00:10.144Z Downloaded quinn-proto v0.11.16
11172026-08-15T07:00:10.148Z Downloaded curve25519-dalek v4.1.3
11182026-08-15T07:00:10.154Z Downloaded clap_builder v4.6.0
11192026-08-15T07:00:10.158Z Downloaded hashbrown v0.17.0
11202026-08-15T07:00:10.162Z Downloaded syn v1.0.109
11212026-08-15T07:00:10.169Z Downloaded bitvec v1.0.1
11222026-08-15T07:00:10.178Z Downloaded polar-core v0.27.3
11232026-08-15T07:00:10.183Z Downloaded iri-string v0.7.10
11242026-08-15T07:00:10.187Z Downloaded winnow v1.0.3
11252026-08-15T07:00:10.195Z Downloaded sqlparser v0.61.0
11262026-08-15T07:00:10.200Z Downloaded rustix v0.38.44
11272026-08-15T07:00:10.214Z Downloaded openapiv3 v2.2.0
11282026-08-15T07:00:10.221Z Downloaded zerocopy v0.7.35
11292026-08-15T07:00:10.231Z Downloaded crypto-primes v0.7.2
11302026-08-15T07:00:10.234Z Downloaded regex-syntax v0.6.29
11312026-08-15T07:00:10.238Z Downloaded tabled v0.15.0
11322026-08-15T07:00:10.248Z Downloaded aws-lc-rs v1.16.3
11332026-08-15T07:00:10.254Z Downloaded tough v0.22.0
11342026-08-15T07:00:10.259Z Downloaded petname v2.0.2
11352026-08-15T07:00:10.262Z Downloaded time v0.3.47
11362026-08-15T07:00:10.270Z Downloaded regress v0.11.1
11372026-08-15T07:00:10.276Z Downloaded russh v0.62.4
11382026-08-15T07:00:10.282Z Downloaded rustix v1.1.4
11392026-08-15T07:00:10.296Z Downloaded syn v2.0.117
11402026-08-15T07:00:10.304Z Downloaded unicode-width v0.1.14
11412026-08-15T07:00:10.308Z Downloaded zlib-rs v0.6.2
11422026-08-15T07:00:10.311Z Downloaded tracing v0.1.44
11432026-08-15T07:00:10.326Z Downloaded iddqd v0.4.2
11442026-08-15T07:00:10.331Z Downloaded sled v0.34.7
11452026-08-15T07:00:10.338Z Downloaded tabled v0.21.0
11462026-08-15T07:00:10.349Z Downloaded bstr v1.12.1
11472026-08-15T07:00:10.355Z Downloaded zerocopy v0.8.56
11482026-08-15T07:00:10.368Z Downloaded regress v0.10.5
11492026-08-15T07:00:10.373Z Downloaded hickory-proto v0.25.2
11502026-08-15T07:00:10.382Z Downloaded radix_trie v0.2.1
11512026-08-15T07:00:10.385Z Downloaded blake3 v1.8.5
11522026-08-15T07:00:10.413Z Downloaded hickory-proto v0.24.4
11532026-08-15T07:00:10.413Z Downloaded regex-automata v0.4.14
11542026-08-15T07:00:10.413Z Downloaded jiff v0.2.34
11552026-08-15T07:00:10.421Z Downloaded curve25519-dalek v5.0.0
11562026-08-15T07:00:10.427Z Downloaded chrono-tz v0.10.4
11572026-08-15T07:00:10.439Z Downloaded libc v0.2.185
11582026-08-15T07:00:10.461Z Downloaded smoltcp v0.11.0
11592026-08-15T07:00:10.468Z Downloaded petgraph v0.6.5
11602026-08-15T07:00:10.481Z Downloaded sha3 v0.10.8
11612026-08-15T07:00:10.484Z Downloaded typify-impl v0.6.2
11622026-08-15T07:00:10.494Z Downloaded diesel v2.3.7
11632026-08-15T07:00:10.507Z Downloaded rustls v0.23.41
11642026-08-15T07:00:10.515Z Downloaded bzip2-sys v0.1.13+1.0.8
11652026-08-15T07:00:10.523Z Downloaded sha3 v0.11.0
11662026-08-15T07:00:10.545Z Downloaded encoding_rs v0.8.35
11672026-08-15T07:00:10.560Z Downloaded ratatui v0.29.0
11682026-08-15T07:00:10.578Z Downloaded zerocopy-derive v0.6.6
11692026-08-15T07:00:10.585Z Downloaded petgraph v0.8.3
11702026-08-15T07:00:10.599Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11712026-08-15T07:00:10.611Z Downloaded httpmock v0.8.3
11722026-08-15T07:00:10.625Z Downloaded libz-sys v1.1.24
11732026-08-15T07:00:10.639Z Downloaded csv v1.4.0
11742026-08-15T07:00:10.673Z Downloaded tokio v1.52.1
11752026-08-15T07:00:10.793Z Downloaded ring v0.17.14
11762026-08-15T07:00:10.826Z Downloaded libgit2-sys v0.18.3+1.9.2
11772026-08-15T07:00:10.868Z Downloaded dsi-bitstream v0.10.1
11782026-08-15T07:00:11.342Z Downloaded aws-lc-sys v0.40.0
11792026-08-15T07:00:11.766Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11802026-08-15T07:00:17.626Z Startup: Refreshing catalog 'helios' ... Done
11812026-08-15T07:00:17.941Z Startup: Caching catalogs ... Done
11822026-08-15T07:00:19.661ZPlanning: Solver setup ... Done (1.614s)
11832026-08-15T07:00:19.715ZPlanning: Running solver ... Done (0.054s)
11842026-08-15T07:00:19.753ZPlanning: Finding local manifests ... Done (0.003s)
11852026-08-15T07:00:19.763ZPlanning: Fetching manifests: 0/2 0% complete
11862026-08-15T07:00:19.786ZPlanning: Fetching manifests: 2/2 100% complete
11872026-08-15T07:00:19.800ZPlanning: Package planning ... Done (0.014s)
11882026-08-15T07:00:19.803ZPlanning: Merging actions ... Done (0.002s)
11892026-08-15T07:00:19.968ZPlanning: Checking for conflicting actions ... Done (0.166s)
11902026-08-15T07:00:19.971ZPlanning: Consolidating action changes ... Done (0.001s)
11912026-08-15T07:00:20.830ZPlanning: Evaluating mediators ... Done (0.861s)
11922026-08-15T07:00:20.834ZPlanning: Planning completed in 2.86 seconds
11932026-08-15T07:00:20.841Z Packages to install: 2
11942026-08-15T07:00:20.841Z Estimated space available: 155.67 GB
11952026-08-15T07:00:20.841ZEstimated space to be consumed: 67.96 MB
11962026-08-15T07:00:20.841Z Create boot environment: No
11972026-08-15T07:00:20.845ZCreate backup boot environment: No
11982026-08-15T07:00:20.845Z Rebuild boot archive: No
11992026-08-15T07:00:20.845Z
12002026-08-15T07:00:20.845ZChanged packages:
12012026-08-15T07:00:20.845Zhelios
12022026-08-15T07:00:20.845Z developer/build-essential
12032026-08-15T07:00:20.845Z None -> 11-3.0
12042026-08-15T07:00:20.845Z library/libxmlsec1
12052026-08-15T07:00:20.845Z None -> 1.2.35-3.0
12062026-08-15T07:00:20.868Z
12072026-08-15T07:00:20.868ZDownload: 0/214 items 0.0/1.3MB 0% complete
12082026-08-15T07:00:20.937ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
12092026-08-15T07:00:21.028Z Actions: 1/268 actions (Installing new actions)
12102026-08-15T07:00:21.066Z Actions: Completed 268 actions in 0.04 seconds.
12112026-08-15T07:00:21.097ZFinalize: Updating package state database ... Done (0.030s)
12122026-08-15T07:00:21.100ZFinalize: Updating package cache ... Done (0.000s)
12132026-08-15T07:00:21.174ZFinalize: Updating image state ... Done (0.076s)
12142026-08-15T07:00:23.783ZFinalize: Creating fast lookup database ... Done (2.563s)
12152026-08-15T07:00:23.851ZFinalize: Reading search index ... Done (0.012s)
12162026-08-15T07:00:23.854ZFinalize: Updating search index ... Done (0.000s)
12172026-08-15T07:00:23.967ZFinalize: Updating package cache ... Done (0.000s)
12182026-08-15T07:00:24.320ZPlanning: Evaluating mediator changes ... Done
12192026-08-15T07:00:24.423ZPlanning: Checking for conflicting actions ... Done
12202026-08-15T07:00:24.426ZPlanning: Consolidating action changes ... Done
12212026-08-15T07:00:24.581ZPlanning: Evaluating mediators ... Done
12222026-08-15T07:00:24.584ZPlanning: Planning completed in 0.26 seconds
12232026-08-15T07:00:24.604Z Mediators to change: 2
12242026-08-15T07:00:24.604Z Create boot environment: No
12252026-08-15T07:00:24.604ZCreate backup boot environment: No
12262026-08-15T07:00:24.659ZFinalize: Updating package state database ... Done
12272026-08-15T07:00:24.659ZFinalize: Updating package cache ... Done
12282026-08-15T07:00:24.705ZFinalize: Updating image state ... Done
12292026-08-15T07:00:26.624ZFinalize: Creating fast lookup database ... Done
12302026-08-15T07:00:26.687ZFinalize: Reading search index ... Done
12312026-08-15T07:00:26.691ZFinalize: Updating search index ... Done
12322026-08-15T07:00:26.772ZFinalize: Updating package cache ... Done
12332026-08-15T07:00:27.055ZPlanning: Evaluating mediator changes ... Done
12342026-08-15T07:00:27.159ZPlanning: Checking for conflicting actions ... Done
12352026-08-15T07:00:27.162ZPlanning: Consolidating action changes ... Done
12362026-08-15T07:00:27.318ZPlanning: Evaluating mediators ... Done
12372026-08-15T07:00:27.323ZPlanning: Planning completed in 0.26 seconds
12382026-08-15T07:00:27.341Z Mediators to change: 1
12392026-08-15T07:00:27.341Z Create boot environment: No
12402026-08-15T07:00:27.341ZCreate backup boot environment: No
12412026-08-15T07:00:27.394ZFinalize: Updating package state database ... Done
12422026-08-15T07:00:27.394ZFinalize: Updating package cache ... Done
12432026-08-15T07:00:27.442ZFinalize: Updating image state ... Done
12442026-08-15T07:00:29.377ZFinalize: Creating fast lookup database ... Done
12452026-08-15T07:00:29.435ZFinalize: Reading search index ... Done
12462026-08-15T07:00:29.438ZFinalize: Updating search index ... Done
12472026-08-15T07:00:29.502ZFinalize: Updating package cache ... Done
12482026-08-15T07:00:29.812ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12492026-08-15T07:00:29.812Zapache system 2.4 system
12502026-08-15T07:00:29.812Zclang system 15 system
12512026-08-15T07:00:29.812Zcsh system system illumos
12522026-08-15T07:00:29.812Zctags system system illumos
12532026-08-15T07:00:29.812Zfile vendor vendor darwinsys
12542026-08-15T07:00:29.812Zfile system system illumos
12552026-08-15T07:00:29.812Zgcc vendor 14 vendor
12562026-08-15T07:00:29.812Zgcc system 13 system
12572026-08-15T07:00:29.812Zgcc system 10 system
12582026-08-15T07:00:29.812Zgo system 1.25 system
12592026-08-15T07:00:29.812Zllvm system 15 system
12602026-08-15T07:00:29.812Zmariadb system 11.4 system
12612026-08-15T07:00:29.812Zmta vendor vendor dma
12622026-08-15T07:00:29.812Zopenjdk system 17 system
12632026-08-15T07:00:29.812Zopenjdk system 11 system
12642026-08-15T07:00:29.812Zopenssl vendor 3 vendor
12652026-08-15T07:00:29.812Zperl system 5.40 system
12662026-08-15T07:00:29.812Zpostgresql system 18 system
12672026-08-15T07:00:29.812Zpostgresql system 17 system
12682026-08-15T07:00:29.812Zpython vendor 3 vendor
12692026-08-15T07:00:29.812Zpython system 2 system
12702026-08-15T07:00:29.812Zpython3 vendor 3.13 vendor
12712026-08-15T07:00:29.812Zruby system 3.4 system
12722026-08-15T07:00:29.812Zruby system 3.0 system
12732026-08-15T07:00:29.812Zwords vendor vendor american-english
12742026-08-15T07:00:29.813Zwords system system australian-english
12752026-08-15T07:00:29.813Zwords system system british-english
12762026-08-15T07:00:29.814Zwords system system canadian-english
12772026-08-15T07:00:29.814Zwords system system french
12782026-08-15T07:00:29.814Zwords system system italian
12792026-08-15T07:00:29.814Zwords system system ngerman
12802026-08-15T07:00:29.814Zwords system system ogerman
12812026-08-15T07:00:29.814Zwords system system spanish
12822026-08-15T07:00:30.064ZPUBLISHER TYPE STATUS P LOCATION
12832026-08-15T07:00:30.064Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12842026-08-15T07:00:30.513ZFMRI IFO
12852026-08-15T07:00:30.513Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12862026-08-15T07:00:30.514Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12872026-08-15T07:00:30.514Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12882026-08-15T07:00:30.514Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12892026-08-15T07:00:30.514Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12902026-08-15T07:00:30.514Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12912026-08-15T07:00:30.514Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12922026-08-15T07:00:30.514Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12932026-08-15T07:00:30.514Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12942026-08-15T07:00:31.145Z Downloading crates ...
12952026-08-15T07:00:31.183Z Downloaded cargo_toml v0.21.0
12962026-08-15T07:00:31.243Z Compiling proc-macro2 v1.0.106
12972026-08-15T07:00:31.271Z Compiling unicode-ident v1.0.24
12982026-08-15T07:00:31.271Z Compiling quote v1.0.45
12992026-08-15T07:00:31.271Z Compiling serde_core v1.0.228
13002026-08-15T07:00:31.271Z Compiling libc v0.2.185
13012026-08-15T07:00:31.271Z Compiling version_check v0.9.5
13022026-08-15T07:00:31.271Z Compiling memchr v2.8.0
13032026-08-15T07:00:31.271Z Compiling serde v1.0.228
13042026-08-15T07:00:31.307Z Compiling zmij v1.0.21
13052026-08-15T07:00:31.314Z Compiling ucd-trie v0.1.7
13062026-08-15T07:00:31.314Z Compiling itoa v1.0.17
13072026-08-15T07:00:31.314Z Compiling thiserror v1.0.69
13082026-08-15T07:00:31.314Z Compiling rustix v1.1.4
13092026-08-15T07:00:31.314Z Compiling byteorder v1.5.0
13102026-08-15T07:00:31.567Z Compiling serde_json v1.0.151
13112026-08-15T07:00:31.591Z Compiling bitflags v2.11.0
13122026-08-15T07:00:31.699Z Compiling proc-macro-error-attr v1.0.4
13132026-08-15T07:00:31.721Z Compiling usdt-impl v0.5.0
13142026-08-15T07:00:31.798Z Compiling pest v2.8.6
13152026-08-15T07:00:31.834Z Compiling camino v1.2.5
13162026-08-15T07:00:31.856Z Compiling syn v1.0.109
13172026-08-15T07:00:31.886Z Compiling proc-macro-error v1.0.4
13182026-08-15T07:00:31.898Z Compiling equivalent v1.0.2
13192026-08-15T07:00:31.970Z Compiling log v0.4.33
13202026-08-15T07:00:31.990Z Compiling plain v0.2.3
13212026-08-15T07:00:32.016Z Compiling getrandom v0.3.4
13222026-08-15T07:00:32.026Z Compiling utf8parse v0.2.2
13232026-08-15T07:00:32.039Z Compiling hashbrown v0.17.0
13242026-08-15T07:00:32.117Z Compiling anstyle-parse v1.0.0
13252026-08-15T07:00:32.134Z Compiling is_terminal_polyfill v1.70.2
13262026-08-15T07:00:32.152Z Compiling thiserror v2.0.18
13272026-08-15T07:00:32.177Z Compiling autocfg v1.5.0
13282026-08-15T07:00:32.188Z Compiling toml_write v0.1.2
13292026-08-15T07:00:32.298Z Compiling errno v0.3.14
13302026-08-15T07:00:32.308Z Compiling thread-id v4.2.2
13312026-08-15T07:00:32.327Z Compiling pretty-hex v0.4.1
13322026-08-15T07:00:32.338Z Compiling cfg-if v1.0.4
13332026-08-15T07:00:32.364Z Compiling anstyle v1.0.14
13342026-08-15T07:00:32.375Z Compiling anstyle-query v1.1.5
13352026-08-15T07:00:32.394Z Compiling winnow v0.7.14
13362026-08-15T07:00:32.405Z Compiling colorchoice v1.0.4
13372026-08-15T07:00:32.481Z Compiling fnv v1.0.7
13382026-08-15T07:00:32.484Z Compiling heck v0.4.1
13392026-08-15T07:00:32.504Z Compiling clap_lex v1.0.0
13402026-08-15T07:00:32.533Z Compiling anstream v1.0.0
13412026-08-15T07:00:32.589Z Compiling indexmap v2.14.0
13422026-08-15T07:00:32.606Z Compiling once_cell v1.21.3
13432026-08-15T07:00:32.655Z Compiling heck v0.5.0
13442026-08-15T07:00:32.679Z Compiling fs-err v3.3.0
13452026-08-15T07:00:32.704Z Compiling syn v2.0.117
13462026-08-15T07:00:32.784Z Compiling bytecount v0.6.9
13472026-08-15T07:00:32.808Z Compiling strsim v0.11.1
13482026-08-15T07:00:32.843Z Compiling anyhow v1.0.104
13492026-08-15T07:00:32.854Z Compiling fastrand v2.3.0
13502026-08-15T07:00:32.891Z Compiling unicode-width v0.1.14
13512026-08-15T07:00:32.911Z Compiling pest_meta v2.8.6
13522026-08-15T07:00:32.946Z Compiling memmap v0.7.0
13532026-08-15T07:00:33.044Z Compiling unicode-linebreak v0.1.5
13542026-08-15T07:00:33.139Z Compiling papergrid v0.11.0
13552026-08-15T07:00:33.150Z Compiling unicode-width v0.2.0
13562026-08-15T07:00:33.154Z Compiling smawk v0.3.2
13572026-08-15T07:00:33.193Z Compiling swrite v0.1.0
13582026-08-15T07:00:33.316Z Compiling terminal_size v0.4.3
13592026-08-15T07:00:33.316Z Compiling tempfile v3.27.0
13602026-08-15T07:00:33.419Z Compiling clap_builder v4.6.0
13612026-08-15T07:00:33.419Z Compiling textwrap v0.16.2
13622026-08-15T07:00:33.707Z Compiling cargo-platform v0.3.2
13632026-08-15T07:00:33.754Z Compiling semver v1.0.28
13642026-08-15T07:00:33.902Z Compiling camino-tempfile v1.4.1
13652026-08-15T07:00:34.214Z Compiling tabled_derive v0.7.0
13662026-08-15T07:00:34.845Z Compiling pest_generator v2.8.6
13672026-08-15T07:00:34.877Z Compiling tabled v0.15.0
13682026-08-15T07:00:35.361Z Compiling serde_derive v1.0.228
13692026-08-15T07:00:35.361Z Compiling thiserror-impl v1.0.69
13702026-08-15T07:00:35.364Z Compiling zerocopy-derive v0.7.35
13712026-08-15T07:00:35.365Z Compiling scroll_derive v0.12.1
13722026-08-15T07:00:35.365Z Compiling thiserror-impl v2.0.18
13732026-08-15T07:00:35.365Z Compiling clap_derive v4.6.1
13742026-08-15T07:00:35.422Z Compiling pest_derive v2.8.6
13752026-08-15T07:00:35.947Z Compiling scroll v0.12.0
13762026-08-15T07:00:36.044Z Compiling zerocopy v0.7.35
13772026-08-15T07:00:36.142Z Compiling goblin v0.8.2
13782026-08-15T07:00:36.367Z Compiling dtrace-parser v0.2.0
13792026-08-15T07:00:36.681Z Compiling clap v4.6.1
13802026-08-15T07:00:37.718Z Compiling dof v0.3.0
13812026-08-15T07:00:37.718Z Compiling serde_tokenstream v0.2.3
13822026-08-15T07:00:37.728Z Compiling serde_spanned v0.6.9
13832026-08-15T07:00:37.731Z Compiling toml_datetime v0.6.11
13842026-08-15T07:00:37.732Z Compiling cargo_metadata v0.23.1
13852026-08-15T07:00:37.732Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13862026-08-15T07:00:37.732Z Compiling macaddr v1.0.1
13872026-08-15T07:00:37.933Z Compiling toml_edit v0.22.27
13882026-08-15T07:00:38.385Z Compiling usdt-macro v0.5.0
13892026-08-15T07:00:38.385Z Compiling usdt-attr-macro v0.5.0
13902026-08-15T07:00:38.995Z Compiling usdt v0.5.0
13912026-08-15T07:00:39.203Z Compiling toml v0.8.23
13922026-08-15T07:00:39.511Z Compiling cargo_toml v0.21.0
13932026-08-15T07:00:40.790Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13942026-08-15T07:00:42.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
13952026-08-15T07:00:42.865Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13962026-08-15T07:00:43.657Z Compiling libc v0.2.185
13972026-08-15T07:00:43.657Z Compiling serde_core v1.0.228
13982026-08-15T07:00:43.660Z Compiling serde v1.0.228
13992026-08-15T07:00:43.660Z Compiling portable-atomic v1.13.1
14002026-08-15T07:00:43.660Z Compiling smallvec v1.15.1
14012026-08-15T07:00:43.660Z Compiling log v0.4.33
14022026-08-15T07:00:43.660Z Compiling critical-section v1.2.0
14032026-08-15T07:00:43.660Z Compiling subtle v2.6.1
14042026-08-15T07:00:43.660Z Compiling allocator-api2 v0.2.21
14052026-08-15T07:00:43.821Z Compiling zerocopy v0.8.56
14062026-08-15T07:00:43.827Z Compiling typenum v1.20.1
14072026-08-15T07:00:43.834Z Compiling scopeguard v1.2.0
14082026-08-15T07:00:43.866Z Compiling foldhash v0.2.0
14092026-08-15T07:00:43.879Z Compiling find-msvc-tools v0.1.9
14102026-08-15T07:00:43.883Z Compiling shlex v1.3.0
14112026-08-15T07:00:43.883Z Compiling syn v2.0.117
14122026-08-15T07:00:43.974Z Compiling stable_deref_trait v1.2.1
14132026-08-15T07:00:44.006Z Compiling lock_api v0.4.14
14142026-08-15T07:00:44.041Z Compiling generic-array v0.14.7
14152026-08-15T07:00:44.044Z Compiling serde_json v1.0.151
14162026-08-15T07:00:44.070Z Compiling const-oid v0.9.6
14172026-08-15T07:00:44.105Z Compiling hashbrown v0.17.0
14182026-08-15T07:00:44.188Z Compiling libm v0.2.16
14192026-08-15T07:00:44.192Z Compiling num-traits v0.2.19
14202026-08-15T07:00:44.192Z Compiling getrandom v0.3.4
14212026-08-15T07:00:44.251Z Compiling writeable v0.6.2
14222026-08-15T07:00:44.269Z Compiling pin-project-lite v0.2.17
14232026-08-15T07:00:44.314Z Compiling parking_lot_core v0.9.12
14242026-08-15T07:00:44.373Z Compiling litemap v0.8.1
14252026-08-15T07:00:44.404Z Compiling percent-encoding v2.3.2
14262026-08-15T07:00:44.420Z Compiling icu_properties_data v2.1.2
14272026-08-15T07:00:44.451Z Compiling icu_normalizer_data v2.1.1
14282026-08-15T07:00:44.469Z Compiling rustix v1.1.4
14292026-08-15T07:00:44.591Z Compiling futures-core v0.3.32
14302026-08-15T07:00:44.627Z Compiling pkg-config v0.3.32
14312026-08-15T07:00:44.642Z Compiling utf8_iter v1.0.4
14322026-08-15T07:00:44.689Z Compiling base64ct v1.8.3
14332026-08-15T07:00:44.746Z Compiling form_urlencoded v1.2.2
14342026-08-15T07:00:44.761Z Compiling flagset v0.4.7
14352026-08-15T07:00:44.777Z Compiling getrandom v0.4.3
14362026-08-15T07:00:44.804Z Compiling cfg_aliases v0.2.1
14372026-08-15T07:00:44.808Z Compiling rand_core v0.10.0
14382026-08-15T07:00:44.850Z Compiling errno v0.3.14
14392026-08-15T07:00:44.867Z Compiling once_cell v1.21.3
14402026-08-15T07:00:44.883Z Compiling getrandom v0.2.17
14412026-08-15T07:00:44.898Z Compiling jobserver v0.1.34
14422026-08-15T07:00:44.945Z Compiling mio v1.2.0
14432026-08-15T07:00:44.948Z Compiling socket2 v0.6.3
14442026-08-15T07:00:45.005Z Compiling signal-hook-registry v1.4.8
14452026-08-15T07:00:45.009Z Compiling pem-rfc7468 v0.7.0
14462026-08-15T07:00:45.036Z Compiling rand_core v0.6.4
14472026-08-15T07:00:45.095Z Compiling winnow v1.0.3
14482026-08-15T07:00:45.134Z Compiling cc v1.2.56
14492026-08-15T07:00:45.138Z Compiling parking_lot v0.12.5
14502026-08-15T07:00:45.191Z Compiling futures-sink v0.3.32
14512026-08-15T07:00:45.224Z Compiling toml_datetime v0.7.5+spec-1.1.0
14522026-08-15T07:00:45.239Z Compiling slab v0.4.12
14532026-08-15T07:00:45.294Z Compiling futures-channel v0.3.32
14542026-08-15T07:00:45.329Z Compiling rustversion v1.0.22
14552026-08-15T07:00:45.340Z Compiling futures-io v0.3.32
14562026-08-15T07:00:45.343Z Compiling futures-task v0.3.32
14572026-08-15T07:00:45.402Z Compiling borsh v1.8.0
14582026-08-15T07:00:45.437Z Compiling base64 v0.22.1
14592026-08-15T07:00:45.452Z Compiling iana-time-zone v0.1.65
14602026-08-15T07:00:45.468Z Compiling cpufeatures v0.2.17
14612026-08-15T07:00:45.485Z Compiling ident_case v1.0.1
14622026-08-15T07:00:45.511Z Compiling simd-adler32 v0.3.8
14632026-08-15T07:00:45.538Z Compiling syn v1.0.109
14642026-08-15T07:00:45.538Z Compiling adler2 v2.0.1
14652026-08-15T07:00:45.569Z Compiling spin v0.9.8
14662026-08-15T07:00:45.569Z Compiling ahash v0.8.12
14672026-08-15T07:00:45.621Z Compiling dyn-clone v1.0.20
14682026-08-15T07:00:45.672Z Compiling schemars v0.8.22
14692026-08-15T07:00:45.688Z Compiling miniz_oxide v0.8.9
14702026-08-15T07:00:45.717Z Compiling dunce v1.0.5
14712026-08-15T07:00:45.744Z Compiling fs_extra v1.3.0
14722026-08-15T07:00:45.762Z Compiling rand_core v0.9.5
14732026-08-15T07:00:45.777Z Compiling tracing-core v0.1.36
14742026-08-15T07:00:45.805Z Compiling regex-syntax v0.8.10
14752026-08-15T07:00:45.823Z Compiling tinyvec_macros v0.1.1
14762026-08-15T07:00:45.853Z Compiling num-integer v0.1.46
14772026-08-15T07:00:45.888Z Compiling cmake v0.1.57
14782026-08-15T07:00:45.916Z Compiling tinyvec v1.12.0
14792026-08-15T07:00:45.947Z Compiling object v0.37.3
14802026-08-15T07:00:45.962Z Compiling num-bigint-dig v0.8.6
14812026-08-15T07:00:46.028Z Compiling bitflags v2.11.0
14822026-08-15T07:00:46.048Z Compiling indexmap v2.14.0
14832026-08-15T07:00:46.183Z Compiling semver v1.0.28
14842026-08-15T07:00:46.183Z Compiling toml_parser v1.1.2+spec-1.1.0
14852026-08-15T07:00:46.238Z Compiling aws-lc-rs v1.16.3
14862026-08-15T07:00:46.269Z Compiling anyhow v1.0.104
14872026-08-15T07:00:46.293Z Compiling vcpkg v0.2.15
14882026-08-15T07:00:46.347Z Compiling num-iter v0.1.45
14892026-08-15T07:00:46.362Z Compiling lazy_static v1.5.0
14902026-08-15T07:00:46.380Z Compiling ff v0.13.1
14912026-08-15T07:00:46.407Z Compiling base16ct v0.2.0
14922026-08-15T07:00:46.469Z Compiling rustc_version v0.4.1
14932026-08-15T07:00:46.483Z Compiling gimli v0.32.3
14942026-08-15T07:00:46.528Z Compiling group v0.13.0
14952026-08-15T07:00:46.563Z Compiling owo-colors v4.3.0
14962026-08-15T07:00:46.590Z Compiling untrusted v0.7.1
14972026-08-15T07:00:46.700Z Compiling toml_edit v0.23.10+spec-1.0.0
14982026-08-15T07:00:46.714Z Compiling aws-lc-sys v0.40.0
14992026-08-15T07:00:46.727Z Compiling synstructure v0.13.2
15002026-08-15T07:00:46.732Z Compiling serde_derive_internals v0.29.1
15012026-08-15T07:00:46.806Z Compiling pest_generator v2.8.6
15022026-08-15T07:00:46.845Z Compiling rustc-demangle v0.1.27
15032026-08-15T07:00:46.895Z Compiling cmov v0.5.4
15042026-08-15T07:00:47.045Z Compiling openssl-sys v0.9.117
15052026-08-15T07:00:47.147Z Compiling crc32fast v1.5.0
15062026-08-15T07:00:47.221Z Compiling httparse v1.10.1
15072026-08-15T07:00:47.274Z Compiling proc-macro-crate v3.4.0
15082026-08-15T07:00:47.315Z Compiling openssl-probe v0.2.1
15092026-08-15T07:00:47.365Z Compiling terminal_size v0.4.3
15102026-08-15T07:00:47.425Z Compiling tempfile v3.27.0
15112026-08-15T07:00:47.504Z Compiling clap_builder v4.6.0
15122026-08-15T07:00:47.551Z Compiling ctutils v0.4.2
15132026-08-15T07:00:47.635Z Compiling curve25519-dalek v4.1.3
15142026-08-15T07:00:47.650Z Compiling darling_core v0.23.0
15152026-08-15T07:00:47.653Z Compiling camino v1.2.5
15162026-08-15T07:00:47.682Z Compiling proc-macro-error-attr2 v2.0.0
15172026-08-15T07:00:47.803Z Compiling aho-corasick v1.1.4
15182026-08-15T07:00:47.809Z Compiling tower-layer v0.3.3
15192026-08-15T07:00:47.809Z Compiling is_ci v1.2.0
15202026-08-15T07:00:47.836Z Compiling tower-service v0.3.3
15212026-08-15T07:00:47.863Z Compiling rustls v0.23.41
15222026-08-15T07:00:47.944Z Compiling radium v0.7.0
15232026-08-15T07:00:47.971Z Compiling try-lock v0.2.5
15242026-08-15T07:00:47.986Z Compiling atomic-waker v1.1.2
15252026-08-15T07:00:48.002Z Compiling untrusted v0.9.0
15262026-08-15T07:00:48.075Z Compiling want v0.3.1
15272026-08-15T07:00:48.101Z Compiling textwrap v0.16.2
15282026-08-15T07:00:48.105Z Compiling proc-macro-error2 v2.0.1
15292026-08-15T07:00:48.132Z Compiling supports-color v3.0.2
15302026-08-15T07:00:48.184Z Compiling addr2line v0.25.1
15312026-08-15T07:00:48.253Z Compiling darling_core v0.20.11
15322026-08-15T07:00:48.318Z Compiling slog v2.8.2
15332026-08-15T07:00:48.449Z Compiling supports-unicode v3.0.0
15342026-08-15T07:00:48.464Z Compiling maybe-uninit v2.0.0
15352026-08-15T07:00:48.479Z Compiling keccak v0.1.6
15362026-08-15T07:00:48.482Z Compiling foreign-types-shared v0.1.1
15372026-08-15T07:00:48.506Z Compiling serde_derive v1.0.228
15382026-08-15T07:00:48.532Z Compiling zeroize_derive v1.5.0
15392026-08-15T07:00:48.536Z Compiling zerocopy-derive v0.8.56
15402026-08-15T07:00:48.571Z Compiling zerofrom-derive v0.1.6
15412026-08-15T07:00:48.588Z Compiling yoke-derive v0.8.1
15422026-08-15T07:00:48.613Z Compiling zerovec-derive v0.11.2
15432026-08-15T07:00:48.754Z Compiling displaydoc v0.2.5
15442026-08-15T07:00:48.899Z Compiling thiserror-impl v2.0.18
15452026-08-15T07:00:49.223Z Compiling zeroize v1.9.0
15462026-08-15T07:00:49.238Z Compiling tokio-macros v2.7.0
15472026-08-15T07:00:49.383Z Compiling der_derive v0.7.3
15482026-08-15T07:00:49.510Z Compiling futures-macro v0.3.32
15492026-08-15T07:00:49.582Z Compiling borsh-derive v1.8.0
15502026-08-15T07:00:49.806Z Compiling thiserror-impl v1.0.69
15512026-08-15T07:00:49.834Z Compiling schemars_derive v0.8.22
15522026-08-15T07:00:49.850Z Compiling tracing-attributes v0.1.31
15532026-08-15T07:00:50.021Z Compiling zerofrom v0.1.6
15542026-08-15T07:00:50.042Z Compiling crypto-common v0.1.7
15552026-08-15T07:00:50.057Z Compiling block-buffer v0.10.4
15562026-08-15T07:00:50.159Z Compiling yoke v0.8.1
15572026-08-15T07:00:50.223Z Compiling digest v0.10.7
15582026-08-15T07:00:50.238Z Compiling clap_derive v4.6.1
15592026-08-15T07:00:50.254Z Compiling pest_derive v2.8.6
15602026-08-15T07:00:50.321Z Compiling thiserror v2.0.18
15612026-08-15T07:00:50.362Z Compiling zerovec v0.11.5
15622026-08-15T07:00:50.376Z Compiling zerotrie v0.2.3
15632026-08-15T07:00:50.450Z Compiling futures-util v0.3.32
15642026-08-15T07:00:50.478Z Compiling der v0.7.10
15652026-08-15T07:00:50.504Z Compiling hmac v0.12.1
15662026-08-15T07:00:50.606Z Compiling sha2 v0.10.9
15672026-08-15T07:00:50.628Z Compiling signature v2.2.0
15682026-08-15T07:00:50.687Z Compiling rustls-pki-types v1.14.0
15692026-08-15T07:00:50.704Z Compiling hkdf v0.12.4
15702026-08-15T07:00:50.740Z Compiling crypto-bigint v0.5.5
15712026-08-15T07:00:50.832Z Compiling tinystr v0.8.2
15722026-08-15T07:00:50.902Z Compiling potential_utf v0.1.4
15732026-08-15T07:00:50.911Z Compiling backtrace v0.3.76
15742026-08-15T07:00:50.999Z Compiling scroll_derive v0.12.1
15752026-08-15T07:00:51.061Z Compiling icu_locale_core v2.1.1
15762026-08-15T07:00:51.102Z Compiling icu_collections v2.1.1
15772026-08-15T07:00:51.146Z Compiling thiserror v1.0.69
15782026-08-15T07:00:51.180Z Compiling async-trait v0.1.89
15792026-08-15T07:00:51.195Z Compiling rfc6979 v0.4.0
15802026-08-15T07:00:51.228Z Compiling tracing v0.1.44
15812026-08-15T07:00:51.261Z Compiling darling_macro v0.23.0
15822026-08-15T07:00:51.345Z Compiling spki v0.7.3
15832026-08-15T07:00:51.518Z Compiling pkcs8 v0.10.2
15842026-08-15T07:00:51.578Z Compiling x509-cert v0.2.5
15852026-08-15T07:00:51.612Z Compiling backtrace-ext v0.2.1
15862026-08-15T07:00:51.718Z Compiling icu_provider v2.1.1
15872026-08-15T07:00:51.757Z Compiling sec1 v0.7.3
15882026-08-15T07:00:51.799Z Compiling pkcs1 v0.7.5
15892026-08-15T07:00:51.815Z Compiling scroll v0.12.0
15902026-08-15T07:00:51.818Z Compiling hybrid-array v0.4.13
15912026-08-15T07:00:51.973Z Compiling icu_normalizer v2.1.1
15922026-08-15T07:00:51.982Z Compiling icu_properties v2.1.2
15932026-08-15T07:00:52.049Z Compiling elliptic-curve v0.13.8
15942026-08-15T07:00:52.065Z Compiling regex-automata v0.4.14
15952026-08-15T07:00:52.095Z Compiling bytes v1.11.1
15962026-08-15T07:00:52.113Z Compiling chrono v0.4.45
15972026-08-15T07:00:52.134Z Compiling ipnet v2.12.1
15982026-08-15T07:00:52.167Z Compiling hex v0.4.3
15992026-08-15T07:00:52.230Z Compiling clap v4.6.1
16002026-08-15T07:00:52.272Z Compiling toml_datetime v0.6.11
16012026-08-15T07:00:52.324Z Compiling serde_spanned v0.6.9
16022026-08-15T07:00:52.452Z Compiling serde_tokenstream v0.2.3
16032026-08-15T07:00:52.469Z Compiling miette-derive v7.6.0
16042026-08-15T07:00:52.492Z Compiling curve25519-dalek-derive v0.1.1
16052026-08-15T07:00:52.515Z Compiling zerocopy-derive v0.7.35
16062026-08-15T07:00:52.566Z Compiling scroll_derive v0.13.1
16072026-08-15T07:00:52.628Z Compiling tokio v1.52.1
16082026-08-15T07:00:52.729Z Compiling http v1.4.2
16092026-08-15T07:00:52.789Z Compiling openssl v0.10.80
16102026-08-15T07:00:52.866Z Compiling idna_adapter v1.2.1
16112026-08-15T07:00:52.924Z Compiling time-core v0.1.8
16122026-08-15T07:00:53.018Z Compiling idna v1.1.0
16132026-08-15T07:00:53.046Z Compiling uuid v1.23.4
16142026-08-15T07:00:53.083Z Compiling ppv-lite86 v0.2.21
16152026-08-15T07:00:53.098Z Compiling tap v1.0.1
16162026-08-15T07:00:53.191Z Compiling supports-hyperlinks v3.2.0
16172026-08-15T07:00:53.216Z Compiling httpdate v1.0.3
16182026-08-15T07:00:53.240Z Compiling num-conv v0.2.0
16192026-08-15T07:00:53.289Z Compiling hashbrown v0.14.5
16202026-08-15T07:00:53.346Z Compiling url v2.5.8
16212026-08-15T07:00:53.365Z Compiling powerfmt v0.2.0
16222026-08-15T07:00:53.385Z Compiling rand_chacha v0.3.1
16232026-08-15T07:00:53.410Z Compiling rand_chacha v0.9.0
16242026-08-15T07:00:53.429Z Compiling http-body v1.0.1
16252026-08-15T07:00:53.443Z Compiling zerocopy v0.7.35
16262026-08-15T07:00:53.460Z Compiling scroll v0.13.0
16272026-08-15T07:00:53.516Z Compiling deranged v0.5.8
16282026-08-15T07:00:53.587Z Compiling time-macros v0.2.27
16292026-08-15T07:00:53.600Z Compiling rand v0.8.6
16302026-08-15T07:00:53.672Z Compiling rand v0.9.2
16312026-08-15T07:00:53.686Z Compiling miette v7.6.0
16322026-08-15T07:00:53.702Z Compiling wyz v0.5.1
16332026-08-15T07:00:53.790Z Compiling chumsky v0.9.3
16342026-08-15T07:00:53.908Z Compiling half v2.7.1
16352026-08-15T07:00:54.035Z Compiling primeorder v0.13.6
16362026-08-15T07:00:54.119Z Compiling ecdsa v0.16.9
16372026-08-15T07:00:54.156Z Compiling erased-serde v0.3.31
16382026-08-15T07:00:54.180Z Compiling goblin v0.8.2
16392026-08-15T07:00:54.303Z Compiling darling v0.23.0
16402026-08-15T07:00:54.397Z Compiling ed25519 v2.2.3
16412026-08-15T07:00:54.412Z Compiling darling_macro v0.20.11
16422026-08-15T07:00:54.445Z Compiling sha3 v0.10.8
16432026-08-15T07:00:54.539Z Compiling hubpack_derive v0.1.1
16442026-08-15T07:00:54.622Z Compiling foreign-types v0.3.2
16452026-08-15T07:00:54.784Z Compiling knus-derive v3.4.0
16462026-08-15T07:00:54.799Z Compiling openssl-macros v0.1.1
16472026-08-15T07:00:55.019Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16482026-08-15T07:00:55.034Z Compiling bzip2-sys v0.1.13+1.0.8
16492026-08-15T07:00:55.037Z Compiling unicode-normalization v0.1.25
16502026-08-15T07:00:55.111Z Compiling socket2 v0.5.10
16512026-08-15T07:00:55.162Z Compiling wait-timeout v0.2.1
16522026-08-15T07:00:55.238Z Compiling env_filter v2.0.0
16532026-08-15T07:00:55.348Z Compiling rsa v0.9.10
16542026-08-15T07:00:55.365Z Compiling bit-vec v0.8.0
16552026-08-15T07:00:55.394Z Compiling funty v2.0.0
16562026-08-15T07:00:55.429Z Compiling packed_struct v0.10.1
16572026-08-15T07:00:55.445Z Compiling native-tls v0.2.18
16582026-08-15T07:00:55.449Z Compiling quick-error v1.2.3
16592026-08-15T07:00:55.522Z Compiling crossbeam-utils v0.8.21
16602026-08-15T07:00:55.538Z Compiling ciborium-io v0.2.2
16612026-08-15T07:00:55.557Z Compiling num_threads v0.1.7
16622026-08-15T07:00:55.578Z Compiling bit-set v0.8.0
16632026-08-15T07:00:55.621Z Compiling ciborium-ll v0.2.2
16642026-08-15T07:00:55.644Z Compiling time v0.3.47
16652026-08-15T07:00:55.669Z Compiling rusty-fork v0.3.1
16662026-08-15T07:00:55.731Z Compiling bitvec v1.0.1
16672026-08-15T07:00:55.758Z Compiling env_logger v0.11.11
16682026-08-15T07:00:55.989Z Compiling hubpack v0.1.2
16692026-08-15T07:00:56.003Z Compiling darling v0.20.11
16702026-08-15T07:00:56.135Z Compiling ed25519-dalek v2.2.0
16712026-08-15T07:00:56.308Z Compiling p384 v0.13.1
16722026-08-15T07:00:56.323Z Compiling knus v3.4.0
16732026-08-15T07:00:56.326Z Compiling serde_with_macros v3.21.0
16742026-08-15T07:00:56.514Z Compiling goblin v0.10.5
16752026-08-15T07:00:56.614Z Compiling tokio-util v0.7.18
16762026-08-15T07:00:56.676Z Compiling dof v0.3.0
16772026-08-15T07:00:56.845Z Compiling dtrace-parser v0.2.0
16782026-08-15T07:00:56.878Z Compiling sha1 v0.10.6
16792026-08-15T07:00:57.115Z Compiling packed_struct_codegen v0.10.1
16802026-08-15T07:00:57.249Z Compiling strum_macros v0.26.4
16812026-08-15T07:00:57.276Z Compiling zerocopy-derive v0.6.6
16822026-08-15T07:00:57.418Z Compiling h2 v0.4.15
16832026-08-15T07:00:57.466Z Compiling bitfield-macros v0.19.4
16842026-08-15T07:00:57.500Z Compiling rand_xorshift v0.4.0
16852026-08-15T07:00:57.620Z Compiling thread-id v4.2.2
16862026-08-15T07:00:57.677Z Compiling sync_wrapper v1.0.2
16872026-08-15T07:00:57.691Z Compiling indexmap v1.9.3
16882026-08-15T07:00:57.713Z Compiling nodrop v0.1.14
16892026-08-15T07:00:57.800Z Compiling zlib-rs v0.6.2
16902026-08-15T07:00:57.822Z Compiling unarray v0.1.4
16912026-08-15T07:00:57.863Z Compiling usdt-impl v0.6.0
16922026-08-15T07:00:57.896Z Compiling unicode-segmentation v1.12.0
16932026-08-15T07:00:57.950Z Compiling paste v1.0.15
16942026-08-15T07:00:58.090Z Compiling salty v0.3.0
16952026-08-15T07:00:58.144Z Compiling siphasher v1.0.2
16962026-08-15T07:00:58.196Z Compiling crc-catalog v2.4.0
16972026-08-15T07:00:58.299Z Compiling crc v3.4.0
16982026-08-15T07:00:58.305Z Compiling bitfield v0.19.4
16992026-08-15T07:00:58.315Z Compiling zerocopy v0.6.6
17002026-08-15T07:00:58.401Z Compiling proptest v1.11.0
17012026-08-15T07:00:58.444Z Compiling array-init v0.0.4
17022026-08-15T07:00:58.510Z Compiling tower v0.5.3
17032026-08-15T07:00:58.543Z Compiling usdt-impl v0.5.0
17042026-08-15T07:00:58.615Z Compiling serde_with v3.21.0
17052026-08-15T07:00:58.662Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
17062026-08-15T07:00:58.797Z Compiling smallvec v0.6.14
17072026-08-15T07:00:58.810Z Compiling derive_builder_core v0.20.2
17082026-08-15T07:00:59.012Z Compiling strum v0.26.3
17092026-08-15T07:00:59.015Z Compiling ciborium v0.2.2
17102026-08-15T07:00:59.042Z Compiling ipnetwork v0.21.1
17112026-08-15T07:00:59.140Z Compiling http-body-util v0.1.3
17122026-08-15T07:00:59.158Z Compiling dtrace-parser v0.3.0
17132026-08-15T07:00:59.394Z Compiling dof v0.4.0
17142026-08-15T07:00:59.397Z Compiling structmeta-derive v0.3.0
17152026-08-15T07:00:59.454Z Compiling enum-as-inner v0.6.1
17162026-08-15T07:00:59.609Z Compiling heapless v0.7.17
17172026-08-15T07:00:59.629Z Compiling thread-id v5.1.0
17182026-08-15T07:00:59.683Z Compiling cookie v0.18.1
17192026-08-15T07:00:59.724Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17202026-08-15T07:00:59.738Z Compiling unicode-properties v0.1.4
17212026-08-15T07:00:59.872Z Compiling ryu v1.0.23
17222026-08-15T07:00:59.890Z Compiling winnow v0.5.40
17232026-08-15T07:00:59.931Z Compiling static_assertions v1.1.0
17242026-08-15T07:00:59.946Z Compiling unicode-bidi v0.3.18
17252026-08-15T07:00:59.967Z Compiling hashbrown v0.12.3
17262026-08-15T07:01:00.019Z Compiling data-encoding v2.10.0
17272026-08-15T07:01:00.034Z Compiling zstd-safe v7.2.4
17282026-08-15T07:01:00.070Z Compiling iri-string v0.7.10
17292026-08-15T07:01:00.251Z Compiling signal-hook v0.3.18
17302026-08-15T07:01:00.449Z Compiling base64 v0.21.7
17312026-08-15T07:01:00.504Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17322026-08-15T07:01:00.520Z Compiling stringprep v0.1.5
17332026-08-15T07:01:00.551Z Compiling hyper v1.10.1
17342026-08-15T07:01:00.626Z Compiling structmeta v0.3.0
17352026-08-15T07:01:00.732Z Compiling ron v0.8.1
17362026-08-15T07:01:00.781Z Compiling flate2 v1.1.9
17372026-08-15T07:01:00.861Z Compiling newtype-uuid v1.3.2
17382026-08-15T07:01:00.885Z Compiling serde_urlencoded v0.7.1
17392026-08-15T07:01:01.114Z Compiling derive_builder_macro v0.20.2
17402026-08-15T07:01:01.135Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17412026-08-15T07:01:01.154Z Compiling oxnet v0.1.6
17422026-08-15T07:01:01.216Z Compiling tower-http v0.6.8
17432026-08-15T07:01:01.231Z Compiling toml_edit v0.19.15
17442026-08-15T07:01:01.348Z Compiling serde-hex v0.1.0
17452026-08-15T07:01:01.433Z Compiling bzip2 v0.4.4
17462026-08-15T07:01:01.607Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17472026-08-15T07:01:01.607Z Compiling tokio-native-tls v0.3.1
17482026-08-15T07:01:01.667Z Compiling hyper-util v0.1.20
17492026-08-15T07:01:01.670Z Compiling heck v0.4.1
17502026-08-15T07:01:01.707Z Compiling bstr v1.12.1
17512026-08-15T07:01:01.800Z Compiling hashbrown v0.13.2
17522026-08-15T07:01:01.820Z Compiling futures-executor v0.3.32
17532026-08-15T07:01:01.921Z Compiling block-buffer v0.12.1
17542026-08-15T07:01:02.050Z Compiling crypto-common v0.2.2
17552026-08-15T07:01:02.108Z Compiling block-padding v0.4.2
17562026-08-15T07:01:02.139Z Compiling serde-big-array v0.5.1
17572026-08-15T07:01:02.174Z Compiling rustls-native-certs v0.8.3
17582026-08-15T07:01:02.189Z Compiling md-5 v0.10.6
17592026-08-15T07:01:02.291Z Compiling pin-project-internal v1.1.11
17602026-08-15T07:01:02.305Z Compiling daft-derive v0.1.7
17612026-08-15T07:01:02.324Z Compiling vergen-lib v9.1.0
17622026-08-15T07:01:02.338Z Compiling hash32 v0.2.1
17632026-08-15T07:01:02.367Z Compiling memoffset v0.9.1
17642026-08-15T07:01:02.382Z Compiling thread_local v1.1.9
17652026-08-15T07:01:02.472Z Compiling encoding_rs v0.8.35
17662026-08-15T07:01:02.525Z Compiling fallible-iterator v0.2.0
17672026-08-15T07:01:02.546Z Compiling psl-types v2.0.11
17682026-08-15T07:01:02.578Z Compiling slog-async v2.8.0
17692026-08-15T07:01:02.645Z Compiling litrs v1.0.0
17702026-08-15T07:01:02.682Z Compiling smoltcp v0.9.1
17712026-08-15T07:01:02.863Z Compiling rustix v0.38.44
17722026-08-15T07:01:02.867Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17732026-08-15T07:01:02.893Z Compiling linked-hash-map v0.5.6
17742026-08-15T07:01:03.050Z Compiling crc-any v2.5.0
17752026-08-15T07:01:03.066Z Compiling ref-cast v1.0.25
17762026-08-15T07:01:03.088Z Compiling mime v0.3.17
17772026-08-15T07:01:03.118Z Compiling daft v0.1.7
17782026-08-15T07:01:03.138Z Compiling lru-cache v0.1.2
17792026-08-15T07:01:03.171Z Compiling document-features v0.2.12
17802026-08-15T07:01:03.305Z Compiling hyper-tls v0.6.0
17812026-08-15T07:01:03.365Z Compiling postgres-protocol v0.6.10
17822026-08-15T07:01:03.389Z Compiling publicsuffix v2.3.0
17832026-08-15T07:01:03.440Z Compiling toml v0.7.8
17842026-08-15T07:01:03.457Z Compiling pin-project v1.1.11
17852026-08-15T07:01:03.470Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17862026-08-15T07:01:03.473Z Compiling toml_edit v0.22.27
17872026-08-15T07:01:03.570Z Compiling object v0.30.4
17882026-08-15T07:01:03.601Z Compiling inout v0.2.2
17892026-08-15T07:01:03.601Z Compiling futures v0.3.32
17902026-08-15T07:01:03.604Z Compiling snafu-derive v0.8.9
17912026-08-15T07:01:03.713Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17922026-08-15T07:01:03.785Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17932026-08-15T07:01:03.799Z Compiling derive_builder v0.20.2
17942026-08-15T07:01:03.813Z Compiling zip v0.6.6
17952026-08-15T07:01:03.960Z Compiling derive-ex v0.1.8
17962026-08-15T07:01:04.056Z Compiling hickory-proto v0.24.4
17972026-08-15T07:01:04.071Z Compiling crossbeam-channel v0.5.15
17982026-08-15T07:01:04.089Z Compiling usdt-macro v0.5.0
17992026-08-15T07:01:04.158Z Compiling usdt-attr-macro v0.5.0
18002026-08-15T07:01:04.244Z Compiling phf_shared v0.13.1
18012026-08-15T07:01:04.341Z Compiling regex v1.12.3
18022026-08-15T07:01:04.407Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18032026-08-15T07:01:04.467Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18042026-08-15T07:01:04.540Z Compiling ref-cast-impl v1.0.25
18052026-08-15T07:01:04.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18062026-08-15T07:01:04.648Z Compiling strum_macros v0.27.2
18072026-08-15T07:01:04.815Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
18082026-08-15T07:01:04.833Z Compiling vergen v9.1.0
18092026-08-15T07:01:04.926Z Compiling cargo-platform v0.3.2
18102026-08-15T07:01:05.008Z Compiling nix v0.31.2
18112026-08-15T07:01:05.037Z Compiling is-terminal v0.4.17
18122026-08-15T07:01:05.052Z Compiling memmap v0.7.0
18132026-08-15T07:01:05.065Z Compiling fs-err v3.3.0
18142026-08-15T07:01:05.127Z Compiling take_mut v0.2.2
18152026-08-15T07:01:05.149Z Compiling path-slash v0.1.5
18162026-08-15T07:01:05.221Z Compiling foldhash v0.1.5
18172026-08-15T07:01:05.248Z Compiling libbz2-rs-sys v0.2.2
18182026-08-15T07:01:05.261Z Compiling bumpalo v3.20.2
18192026-08-15T07:01:05.275Z Compiling term v1.2.1
18202026-08-15T07:01:05.298Z Compiling corncobs v0.1.4
18212026-08-15T07:01:05.404Z Compiling resolv-conf v0.7.6
18222026-08-15T07:01:05.418Z Compiling jiff-core v0.1.0
18232026-08-15T07:01:05.485Z Compiling managed v0.8.0
18242026-08-15T07:01:05.533Z Compiling same-file v1.0.6
18252026-08-15T07:01:05.615Z Compiling bitflags v1.3.2
18262026-08-15T07:01:05.718Z Compiling bzip2 v0.6.1
18272026-08-15T07:01:05.721Z Compiling walkdir v2.5.0
18282026-08-15T07:01:05.748Z Compiling test-strategy v0.4.5
18292026-08-15T07:01:05.764Z Compiling snafu v0.8.9
18302026-08-15T07:01:05.836Z Compiling slog-term v2.9.2
18312026-08-15T07:01:05.890Z Compiling zopfli v0.8.3
18322026-08-15T07:01:05.952Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18332026-08-15T07:01:05.987Z Compiling hashbrown v0.15.5
18342026-08-15T07:01:06.066Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18352026-08-15T07:01:06.263Z Compiling hickory-resolver v0.24.4
18362026-08-15T07:01:06.378Z Compiling jiff v0.2.34
18372026-08-15T07:01:06.416Z Compiling usdt v0.5.0
18382026-08-15T07:01:06.550Z Compiling cargo_metadata v0.23.1
18392026-08-15T07:01:06.614Z Compiling toml v0.8.23
18402026-08-15T07:01:06.633Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18412026-08-15T07:01:06.665Z Compiling phf v0.13.1
18422026-08-15T07:01:06.706Z Compiling signal-hook-mio v0.2.5
18432026-08-15T07:01:06.738Z Compiling strum v0.27.2
18442026-08-15T07:01:06.804Z Compiling cookie_store v0.22.1
18452026-08-15T07:01:06.858Z Compiling postgres-types v0.2.12
18462026-08-15T07:01:06.889Z Compiling cipher v0.5.2
18472026-08-15T07:01:06.997Z Compiling zstd v0.13.3
18482026-08-15T07:01:07.211Z Compiling reqwest v0.12.28
18492026-08-15T07:01:07.278Z Compiling globset v0.4.18
18502026-08-15T07:01:07.300Z Compiling usdt-macro v0.6.0
18512026-08-15T07:01:07.347Z Compiling usdt-attr-macro v0.6.0
18522026-08-15T07:01:07.426Z Compiling phf_shared v0.11.3
18532026-08-15T07:01:07.452Z Compiling tokio-stream v0.1.18
18542026-08-15T07:01:07.482Z Compiling olpc-cjson v0.1.4
18552026-08-15T07:01:07.523Z Compiling byte-wrapper v0.1.0
18562026-08-15T07:01:07.629Z Compiling serde_plain v1.0.2
18572026-08-15T07:01:07.660Z Compiling inout v0.1.4
18582026-08-15T07:01:07.838Z Compiling secrecy v0.8.0
18592026-08-15T07:01:07.853Z Compiling derive-where v1.6.0
18602026-08-15T07:01:07.891Z Compiling serde_repr v0.1.20
18612026-08-15T07:01:07.917Z Compiling async-recursion v1.1.1
18622026-08-15T07:01:07.938Z Compiling float-cmp v0.10.0
18632026-08-15T07:01:07.956Z Compiling pem v3.0.6
18642026-08-15T07:01:07.969Z Compiling memmap2 v0.9.10
18652026-08-15T07:01:07.997Z Compiling hashbrown v0.16.1
18662026-08-15T07:01:08.100Z Compiling whoami v2.1.0
18672026-08-15T07:01:08.104Z Compiling cpufeatures v0.3.0
18682026-08-15T07:01:08.199Z Compiling typed-path v0.9.3
18692026-08-15T07:01:08.215Z Compiling new_debug_unreachable v1.0.6
18702026-08-15T07:01:08.219Z Compiling debug-ignore v1.0.5
18712026-08-15T07:01:08.300Z Compiling difflib v0.4.0
18722026-08-15T07:01:08.304Z Compiling const-oid v0.10.2
18732026-08-15T07:01:08.345Z Compiling predicates-core v1.0.10
18742026-08-15T07:01:08.359Z Compiling precomputed-hash v0.1.1
18752026-08-15T07:01:08.462Z Compiling fixedbitset v0.4.2
18762026-08-15T07:01:08.465Z Compiling normalize-line-endings v0.3.0
18772026-08-15T07:01:08.493Z Compiling fixedbitset v0.5.7
18782026-08-15T07:01:08.510Z Compiling either v1.15.0
18792026-08-15T07:01:08.551Z Compiling iddqd v0.4.2
18802026-08-15T07:01:08.555Z Compiling digest v0.11.3
18812026-08-15T07:01:08.581Z Compiling zip v4.6.1
18822026-08-15T07:01:08.614Z Compiling predicates v3.1.4
18832026-08-15T07:01:08.618Z Compiling petgraph v0.6.5
18842026-08-15T07:01:08.698Z Compiling petgraph v0.8.3
18852026-08-15T07:01:08.735Z Compiling itertools v0.13.0
18862026-08-15T07:01:08.804Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18872026-08-15T07:01:08.820Z Compiling string_cache v0.8.9
18882026-08-15T07:01:08.875Z Compiling tokio-postgres v0.7.16
18892026-08-15T07:01:09.062Z Compiling usdt v0.6.0
18902026-08-15T07:01:09.201Z Compiling qorb v0.4.1
18912026-08-15T07:01:09.305Z Compiling chacha20 v0.10.0
18922026-08-15T07:01:09.349Z Compiling crossterm v0.28.1
18932026-08-15T07:01:09.459Z Compiling cipher v0.4.4
18942026-08-15T07:01:09.532Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18952026-08-15T07:01:09.904Z Compiling similar v2.7.0
18962026-08-15T07:01:09.981Z Compiling hickory-proto v0.25.2
18972026-08-15T07:01:10.028Z Compiling crossbeam-epoch v0.9.18
18982026-08-15T07:01:10.042Z Compiling buf-list v1.1.2
18992026-08-15T07:01:10.187Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19002026-08-15T07:01:10.245Z Compiling openapiv3 v2.2.0
19012026-08-15T07:01:10.347Z Compiling peg-runtime v0.8.5
19022026-08-15T07:01:10.382Z Compiling lalrpop-util v0.19.12
19032026-08-15T07:01:10.509Z Compiling filetime v0.2.27
19042026-08-15T07:01:10.595Z Compiling xattr v1.6.1
19052026-08-15T07:01:10.647Z Compiling camino-tempfile v1.4.1
19062026-08-15T07:01:10.757Z Compiling tar v0.4.46
19072026-08-15T07:01:28.276Z Compiling rustls-webpki v0.103.13
19082026-08-15T07:01:30.941Z Compiling tokio-rustls v0.26.4
19092026-08-15T07:01:30.941Z Compiling rustls-platform-verifier v0.6.2
19102026-08-15T07:01:30.944Z Compiling tough v0.22.0
19112026-08-15T07:01:31.146Z Compiling hyper-rustls v0.27.7
19122026-08-15T07:01:31.351Z Compiling reqwest v0.13.2
19132026-08-15T07:01:33.530Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19142026-08-15T07:01:33.763Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19152026-08-15T07:01:36.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.76s
19162026-08-15T07:01:36.664Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19172026-08-15T07:01:36.664Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19182026-08-15T07:01:36.804Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19192026-08-15T07:01:36.858ZAug 15 07:01:35.993 INFO Starting download, target: Clickhouse
19202026-08-15T07:01:36.858ZAug 15 07:01:35.993 INFO Starting download, target: DendriteStub
19212026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Starting download, target: Console
19222026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Starting download, target: Cockroach
19232026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Starting download, target: MaghemiteMgd
19242026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Starting download, target: MaghemiteDdmd
19252026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Starting download, target: TransceiverControl
19262026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19272026-08-15T07:01:36.862ZAug 15 07:01:35.993 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19282026-08-15T07:01:36.862ZAug 15 07:01:35.994 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19292026-08-15T07:01:36.863ZAug 15 07:01:35.994 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19302026-08-15T07:01:36.863ZAug 15 07:01:35.994 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19312026-08-15T07:01:36.863ZAug 15 07:01:35.994 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19322026-08-15T07:01:36.863ZAug 15 07:01:35.994 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19332026-08-15T07:01:38.714ZAug 15 07:01:37.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19342026-08-15T07:01:38.844ZAug 15 07:01:37.956 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19352026-08-15T07:01:38.931ZAug 15 07:01:38.054 INFO Download complete, target: TransceiverControl
19362026-08-15T07:01:38.987ZAug 15 07:01:38.063 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19372026-08-15T07:01:39.218ZAug 15 07:01:38.321 INFO Download complete, target: Console
19382026-08-15T07:01:40.366ZAug 15 07:01:39.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19392026-08-15T07:01:40.701ZAug 15 07:01:39.823 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19402026-08-15T07:01:40.757ZAug 15 07:01:39.889 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19412026-08-15T07:01:41.317ZAug 15 07:01:40.449 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19422026-08-15T07:01:41.317ZAug 15 07:01:40.449 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19432026-08-15T07:01:42.972ZAug 15 07:01:42.106 INFO Download complete, target: MaghemiteDdmd
19442026-08-15T07:01:43.137ZAug 15 07:01:42.271 INFO Download complete, target: MaghemiteMgd
19452026-08-15T07:01:43.327ZAug 15 07:01:42.462 INFO Download complete, target: DendriteStub
19462026-08-15T07:01:45.685ZAug 15 07:01:44.820 INFO Checking that binary works, target: Clickhouse
19472026-08-15T07:01:45.766ZAug 15 07:01:44.901 INFO Download complete, target: Clickhouse
19482026-08-15T07:01:46.056ZAug 15 07:01:45.190 INFO Checking that binary works, target: Cockroach
19492026-08-15T07:01:46.185ZAug 15 07:01:45.320 INFO Download complete, target: Cockroach
19502026-08-15T07:01:46.190ZAll prerequisites installed successfully
19512026-08-15T07:01:46.193Z
19522026-08-15T07:01:46.194Zreal 1:34.420585651
19532026-08-15T07:01:46.194Zuser 7:41.919246406
19542026-08-15T07:01:46.194Zsys 1:52.144989571
19552026-08-15T07:01:46.194Ztrap 0.279022043
19562026-08-15T07:01:46.194Ztflt 1.021039724
19572026-08-15T07:01:46.194Zdflt 1.931967891
19582026-08-15T07:01:46.194Zkflt 0.028648018
19592026-08-15T07:01:46.194Zlock 28:03.767870350
19602026-08-15T07:01:46.194Zslp 20:52.403078709
19612026-08-15T07:01:46.194Zlat 31.494443274
19622026-08-15T07:01:46.194Zstop 3:18.105621417
19632026-08-15T07:01:46.194Z+ source ./tools/include/force-git-over-https.sh
19642026-08-15T07:01:46.194Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19652026-08-15T07:01:46.194Z++ (( i = 0 ))
19662026-08-15T07:01:46.194Z++ (( i < 5 ))
19672026-08-15T07:01:46.194Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19682026-08-15T07:01:46.198Z++ (( i++ ))
19692026-08-15T07:01:46.198Z++ (( i < 5 ))
19702026-08-15T07:01:46.198Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19712026-08-15T07:01:46.201Z++ (( i++ ))
19722026-08-15T07:01:46.201Z++ (( i < 5 ))
19732026-08-15T07:01:46.201Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19742026-08-15T07:01:46.201Z++ (( i++ ))
19752026-08-15T07:01:46.202Z++ (( i < 5 ))
19762026-08-15T07:01:46.202Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19772026-08-15T07:01:46.205Z++ (( i++ ))
19782026-08-15T07:01:46.205Z++ (( i < 5 ))
19792026-08-15T07:01:46.205Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19802026-08-15T07:01:46.208Z++ (( i++ ))
19812026-08-15T07:01:46.208Z++ (( i < 5 ))
19822026-08-15T07:01:46.208Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19832026-08-15T07:01:46.208Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19842026-08-15T07:01:46.208Z+ rc=0
19852026-08-15T07:01:46.208Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19862026-08-15T07:01:52.772Z+ case $rc in
19872026-08-15T07:01:52.772Z+ pfexec zfs create -p rpool/images/build/host
19882026-08-15T07:01:52.992Z+ pfexec zfs create -p rpool/images/build/recovery
19892026-08-15T07:01:53.065Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19902026-08-15T07:01:53.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19912026-08-15T07:01:53.557Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19922026-08-15T07:01:54.435Z Compiling proc-macro2 v1.0.106
19932026-08-15T07:01:54.435Z Compiling quote v1.0.45
19942026-08-15T07:01:54.435Z Compiling unicode-ident v1.0.24
19952026-08-15T07:01:54.438Z Compiling libc v0.2.185
19962026-08-15T07:01:54.438Z Compiling serde_core v1.0.228
19972026-08-15T07:01:54.438Z Compiling serde v1.0.228
19982026-08-15T07:01:54.438Z Compiling cfg-if v1.0.4
19992026-08-15T07:01:54.440Z Compiling portable-atomic v1.13.1
20002026-08-15T07:01:54.572Z Compiling version_check v0.9.5
20012026-08-15T07:01:54.575Z Compiling zerocopy v0.8.56
20022026-08-15T07:01:54.576Z Compiling autocfg v1.5.0
20032026-08-15T07:01:54.586Z Compiling memchr v2.8.0
20042026-08-15T07:01:54.589Z Compiling shlex v1.3.0
20052026-08-15T07:01:54.590Z Compiling find-msvc-tools v0.1.9
20062026-08-15T07:01:54.590Z Compiling zmij v1.0.21
20072026-08-15T07:01:54.723Z Compiling serde_json v1.0.151
20082026-08-15T07:01:54.737Z Compiling critical-section v1.2.0
20092026-08-15T07:01:54.742Z Compiling allocator-api2 v0.2.21
20102026-08-15T07:01:54.940Z Compiling libm v0.2.16
20112026-08-15T07:01:54.972Z Compiling getrandom v0.3.4
20122026-08-15T07:01:55.015Z Compiling generic-array v0.14.7
20132026-08-15T07:01:55.073Z Compiling num-traits v0.2.19
20142026-08-15T07:01:55.106Z Compiling equivalent v1.0.2
20152026-08-15T07:01:55.127Z Compiling foldhash v0.2.0
20162026-08-15T07:01:55.199Z Compiling icu_properties_data v2.1.2
20172026-08-15T07:01:55.213Z Compiling icu_normalizer_data v2.1.1
20182026-08-15T07:01:55.227Z Compiling parking_lot_core v0.9.12
20192026-08-15T07:01:55.263Z Compiling rustix v1.1.4
20202026-08-15T07:01:55.263Z Compiling smallvec v1.15.1
20212026-08-15T07:01:55.309Z Compiling hashbrown v0.17.0
20222026-08-15T07:01:55.312Z Compiling log v0.4.33
20232026-08-15T07:01:55.350Z Compiling getrandom v0.4.3
20242026-08-15T07:01:55.430Z Compiling subtle v2.6.1
20252026-08-15T07:01:55.482Z Compiling jobserver v0.1.34
20262026-08-15T07:01:55.541Z Compiling errno v0.3.14
20272026-08-15T07:01:55.571Z Compiling itoa v1.0.17
20282026-08-15T07:01:55.619Z Compiling pkg-config v0.3.32
20292026-08-15T07:01:55.650Z Compiling thiserror v2.0.18
20302026-08-15T07:01:55.722Z Compiling cc v1.2.56
20312026-08-15T07:01:55.737Z Compiling cfg_aliases v0.2.1
20322026-08-15T07:01:55.741Z Compiling heck v0.5.0
20332026-08-15T07:01:55.777Z Compiling once_cell v1.21.3
20342026-08-15T07:01:55.805Z Compiling syn v2.0.117
20352026-08-15T07:01:55.820Z Compiling winnow v0.7.14
20362026-08-15T07:01:55.836Z Compiling typenum v1.20.1
20372026-08-15T07:01:55.840Z Compiling winnow v1.0.3
20382026-08-15T07:01:55.840Z Compiling toml_datetime v0.7.5+spec-1.1.0
20392026-08-15T07:01:55.879Z Compiling borsh v1.8.0
20402026-08-15T07:01:55.923Z Compiling getrandom v0.2.17
20412026-08-15T07:01:55.966Z Compiling scopeguard v1.2.0
20422026-08-15T07:01:55.981Z Compiling stable_deref_trait v1.2.1
20432026-08-15T07:01:56.060Z Compiling rand_core v0.6.4
20442026-08-15T07:01:56.093Z Compiling lock_api v0.4.14
20452026-08-15T07:01:56.225Z Compiling const-oid v0.9.6
20462026-08-15T07:01:56.458Z Compiling thiserror v1.0.69
20472026-08-15T07:01:56.487Z Compiling rustversion v1.0.22
20482026-08-15T07:01:56.623Z Compiling writeable v0.6.2
20492026-08-15T07:01:56.636Z Compiling litemap v0.8.1
20502026-08-15T07:01:56.665Z Compiling percent-encoding v2.3.2
20512026-08-15T07:01:56.739Z Compiling indexmap v2.14.0
20522026-08-15T07:01:56.758Z Compiling bitflags v2.11.0
20532026-08-15T07:01:56.808Z Compiling toml_parser v1.1.2+spec-1.1.0
20542026-08-15T07:01:56.822Z Compiling semver v1.0.28
20552026-08-15T07:01:57.088Z Compiling schemars v0.8.22
20562026-08-15T07:01:57.126Z Compiling strsim v0.11.1
20572026-08-15T07:01:57.325Z Compiling cmake v0.1.57
20582026-08-15T07:01:57.329Z Compiling dunce v1.0.5
20592026-08-15T07:01:57.355Z Compiling toml_edit v0.23.10+spec-1.0.0
20602026-08-15T07:01:57.385Z Compiling fs_extra v1.3.0
20612026-08-15T07:01:57.389Z Compiling pin-project-lite v0.2.17
20622026-08-15T07:01:57.430Z Compiling syn v1.0.109
20632026-08-15T07:01:57.433Z Compiling utf8_iter v1.0.4
20642026-08-15T07:01:57.460Z Compiling form_urlencoded v1.2.2
20652026-08-15T07:01:57.520Z Compiling signal-hook-registry v1.4.8
20662026-08-15T07:01:57.681Z Compiling aws-lc-sys v0.40.0
20672026-08-15T07:01:57.775Z Compiling parking_lot v0.12.5
20682026-08-15T07:01:57.897Z Compiling proc-macro-crate v3.4.0
20692026-08-15T07:01:57.963Z Compiling mio v1.2.0
20702026-08-15T07:01:57.999Z Compiling byteorder v1.5.0
20712026-08-15T07:01:58.039Z Compiling rand_core v0.10.0
20722026-08-15T07:01:58.372Z Compiling ahash v0.8.12
20732026-08-15T07:01:58.408Z Compiling futures-core v0.3.32
20742026-08-15T07:01:58.429Z Compiling base64ct v1.8.3
20752026-08-15T07:01:58.651Z Compiling socket2 v0.6.3
20762026-08-15T07:01:58.673Z Compiling synstructure v0.13.2
20772026-08-15T07:01:58.695Z Compiling serde_derive_internals v0.29.1
20782026-08-15T07:01:58.745Z Compiling pem-rfc7468 v0.7.0
20792026-08-15T07:01:58.748Z Compiling flagset v0.4.7
20802026-08-15T07:01:58.778Z Compiling aws-lc-rs v1.16.3
20812026-08-15T07:01:58.793Z Compiling rustc_version v0.4.1
20822026-08-15T07:01:59.012Z Compiling num-bigint-dig v0.8.6
20832026-08-15T07:01:59.037Z Compiling ident_case v1.0.1
20842026-08-15T07:01:59.198Z Compiling iana-time-zone v0.1.65
20852026-08-15T07:01:59.231Z Compiling crc32fast v1.5.0
20862026-08-15T07:01:59.247Z Compiling futures-sink v0.3.32
20872026-08-15T07:01:59.345Z Compiling futures-channel v0.3.32
20882026-08-15T07:01:59.367Z Compiling fnv v1.0.7
20892026-08-15T07:01:59.393Z Compiling slab v0.4.12
20902026-08-15T07:01:59.451Z Compiling futures-task v0.3.32
20912026-08-15T07:01:59.496Z Compiling futures-io v0.3.32
20922026-08-15T07:01:59.500Z Compiling vcpkg v0.2.15
20932026-08-15T07:01:59.543Z Compiling ucd-trie v0.1.7
20942026-08-15T07:01:59.576Z Compiling base64 v0.22.1
20952026-08-15T07:01:59.628Z Compiling anyhow v1.0.104
20962026-08-15T07:01:59.654Z Compiling rustls v0.23.41
20972026-08-15T07:01:59.690Z Compiling camino v1.2.5
20982026-08-15T07:01:59.735Z Compiling pest v2.8.6
20992026-08-15T07:01:59.828Z Compiling radium v0.7.0
21002026-08-15T07:01:59.861Z Compiling httparse v1.10.1
21012026-08-15T07:01:59.908Z Compiling cpufeatures v0.2.17
21022026-08-15T07:01:59.923Z Compiling terminal_size v0.4.3
21032026-08-15T07:01:59.956Z Compiling simd-adler32 v0.3.8
21042026-08-15T07:01:59.983Z Compiling utf8parse v0.2.2
21052026-08-15T07:02:00.007Z Compiling dyn-clone v1.0.20
21062026-08-15T07:02:00.025Z Compiling serde_derive v1.0.228
21072026-08-15T07:02:00.029Z Compiling zeroize_derive v1.5.0
21082026-08-15T07:02:00.081Z Compiling zerocopy-derive v0.8.56
21092026-08-15T07:02:00.106Z Compiling zerofrom-derive v0.1.6
21102026-08-15T07:02:00.122Z Compiling yoke-derive v0.8.1
21112026-08-15T07:02:00.125Z Compiling zerovec-derive v0.11.2
21122026-08-15T07:02:00.125Z Compiling displaydoc v0.2.5
21132026-08-15T07:02:00.169Z Compiling tokio-macros v2.7.0
21142026-08-15T07:02:00.173Z Compiling thiserror-impl v2.0.18
21152026-08-15T07:02:00.203Z Compiling der_derive v0.7.3
21162026-08-15T07:02:00.224Z Compiling futures-macro v0.3.32
21172026-08-15T07:02:00.247Z Compiling borsh-derive v1.8.0
21182026-08-15T07:02:00.637Z Compiling thiserror-impl v1.0.69
21192026-08-15T07:02:00.672Z Compiling schemars_derive v0.8.22
21202026-08-15T07:02:00.775Z Compiling zeroize v1.9.0
21212026-08-15T07:02:00.911Z Compiling tracing-attributes v0.1.31
21222026-08-15T07:02:01.072Z Compiling clap_derive v4.6.1
21232026-08-15T07:02:01.157Z Compiling futures-util v0.3.32
21242026-08-15T07:02:01.249Z Compiling der v0.7.10
21252026-08-15T07:02:01.302Z Compiling openssl-sys v0.9.117
21262026-08-15T07:02:01.305Z Compiling zerofrom v0.1.6
21272026-08-15T07:02:01.480Z Compiling yoke v0.8.1
21282026-08-15T07:02:01.501Z Compiling crypto-common v0.1.7
21292026-08-15T07:02:01.580Z Compiling block-buffer v0.10.4
21302026-08-15T07:02:01.676Z Compiling zerovec v0.11.5
21312026-08-15T07:02:01.724Z Compiling zerotrie v0.2.3
21322026-08-15T07:02:01.788Z Compiling digest v0.10.7
21332026-08-15T07:02:01.912Z Compiling pest_meta v2.8.6
21342026-08-15T07:02:02.047Z Compiling async-trait v0.1.89
21352026-08-15T07:02:02.136Z Compiling spki v0.7.3
21362026-08-15T07:02:02.156Z Compiling anstyle v1.0.14
21372026-08-15T07:02:02.253Z Compiling tinystr v0.8.2
21382026-08-15T07:02:02.285Z Compiling potential_utf v0.1.4
21392026-08-15T07:02:02.383Z Compiling pkcs8 v0.10.2
21402026-08-15T07:02:02.432Z Compiling anstyle-parse v1.0.0
21412026-08-15T07:02:02.528Z Compiling icu_locale_core v2.1.1
21422026-08-15T07:02:02.551Z Compiling icu_collections v2.1.1
21432026-08-15T07:02:02.661Z Compiling pest_generator v2.8.6
21442026-08-15T07:02:02.787Z Compiling is_terminal_polyfill v1.70.2
21452026-08-15T07:02:03.012Z Compiling colorchoice v1.0.4
21462026-08-15T07:02:03.087Z Compiling anstyle-query v1.1.5
21472026-08-15T07:02:03.138Z Compiling maybe-uninit v2.0.0
21482026-08-15T07:02:03.215Z Compiling adler2 v2.0.1
21492026-08-15T07:02:03.254Z Compiling bytes v1.11.1
21502026-08-15T07:02:03.342Z Compiling icu_provider v2.1.1
21512026-08-15T07:02:03.377Z Compiling chrono v0.4.45
21522026-08-15T07:02:03.413Z Compiling pest_derive v2.8.6
21532026-08-15T07:02:03.423Z Compiling hex v0.4.3
21542026-08-15T07:02:03.441Z Compiling ipnet v2.12.1
21552026-08-15T07:02:03.525Z Compiling miniz_oxide v0.8.9
21562026-08-15T07:02:03.664Z Compiling icu_properties v2.1.2
21572026-08-15T07:02:03.743Z Compiling icu_normalizer v2.1.1
21582026-08-15T07:02:03.905Z Compiling tokio v1.52.1
21592026-08-15T07:02:04.244Z Compiling anstream v1.0.0
21602026-08-15T07:02:04.386Z Compiling sha2 v0.10.9
21612026-08-15T07:02:04.452Z Compiling hmac v0.12.1
21622026-08-15T07:02:04.515Z Compiling uuid v1.23.4
21632026-08-15T07:02:04.546Z Compiling ppv-lite86 v0.2.21
21642026-08-15T07:02:04.589Z Compiling idna_adapter v1.2.1
21652026-08-15T07:02:04.627Z Compiling slog v2.8.2
21662026-08-15T07:02:04.747Z Compiling idna v1.1.0
21672026-08-15T07:02:04.870Z Compiling rand_chacha v0.3.1
21682026-08-15T07:02:04.917Z Compiling spin v0.9.8
21692026-08-15T07:02:04.972Z Compiling fastrand v2.3.0
21702026-08-15T07:02:05.020Z Compiling signature v2.2.0
21712026-08-15T07:02:05.135Z Compiling url v2.5.8
21722026-08-15T07:02:05.173Z Compiling rand v0.8.6
21732026-08-15T07:02:05.212Z Compiling tempfile v3.27.0
21742026-08-15T07:02:05.212Z Compiling rand_core v0.9.5
21752026-08-15T07:02:05.261Z Compiling bzip2-sys v0.1.13+1.0.8
21762026-08-15T07:02:05.314Z Compiling object v0.37.3
21772026-08-15T07:02:05.324Z Compiling clap_lex v1.0.0
21782026-08-15T07:02:05.343Z Compiling packed_struct v0.10.1
21792026-08-15T07:02:05.496Z Compiling regex-syntax v0.8.10
21802026-08-15T07:02:05.570Z Compiling crossbeam-utils v0.8.21
21812026-08-15T07:02:05.614Z Compiling plain v0.2.3
21822026-08-15T07:02:05.713Z Compiling clap_builder v4.6.0
21832026-08-15T07:02:05.756Z Compiling strum_macros v0.26.4
21842026-08-15T07:02:05.850Z Compiling darling_core v0.23.0
21852026-08-15T07:02:05.939Z Compiling openssl v0.10.80
21862026-08-15T07:02:06.098Z Compiling rand_chacha v0.9.0
21872026-08-15T07:02:06.162Z Compiling packed_struct_codegen v0.10.1
21882026-08-15T07:02:06.225Z Compiling zerocopy-derive v0.6.6
21892026-08-15T07:02:06.663Z Compiling scroll_derive v0.12.1
21902026-08-15T07:02:06.711Z Compiling bitfield-macros v0.19.4
21912026-08-15T07:02:06.875Z Compiling curve25519-dalek v4.1.3
21922026-08-15T07:02:07.083Z Compiling num-integer v0.1.46
21932026-08-15T07:02:07.155Z Compiling indexmap v1.9.3
21942026-08-15T07:02:07.171Z Compiling time-core v0.1.8
21952026-08-15T07:02:07.222Z Compiling clap v4.6.1
21962026-08-15T07:02:07.321Z Compiling pretty-hex v0.4.1
21972026-08-15T07:02:07.347Z Compiling tinyvec_macros v0.1.1
21982026-08-15T07:02:07.381Z Compiling num-conv v0.2.0
21992026-08-15T07:02:07.454Z Compiling num-iter v0.1.45
22002026-08-15T07:02:07.458Z Compiling rand v0.9.2
22012026-08-15T07:02:07.458Z Compiling tinyvec v1.12.0
22022026-08-15T07:02:07.495Z Compiling lazy_static v1.5.0
22032026-08-15T07:02:07.510Z Compiling openssl-macros v0.1.1
22042026-08-15T07:02:07.540Z Compiling time-macros v0.2.27
22052026-08-15T07:02:07.568Z Compiling tracing-core v0.1.36
22062026-08-15T07:02:07.606Z Compiling zstd-sys v2.0.16+zstd.1.5.7
22072026-08-15T07:02:07.610Z Compiling ff v0.13.1
22082026-08-15T07:02:07.791Z Compiling base16ct v0.2.0
22092026-08-15T07:02:07.991Z Compiling gimli v0.32.3
22102026-08-15T07:02:08.050Z Compiling paste v1.0.15
22112026-08-15T07:02:08.054Z Compiling darling_macro v0.23.0
22122026-08-15T07:02:08.101Z Compiling native-tls v0.2.18
22132026-08-15T07:02:08.335Z Compiling tokio-util v0.7.18
22142026-08-15T07:02:08.368Z Compiling tracing v0.1.44
22152026-08-15T07:02:08.420Z Compiling sec1 v0.7.3
22162026-08-15T07:02:08.562Z Compiling group v0.13.0
22172026-08-15T07:02:08.578Z Compiling darling v0.23.0
22182026-08-15T07:02:08.677Z Compiling serde_with_macros v3.21.0
22192026-08-15T07:02:08.710Z Compiling hkdf v0.12.4
22202026-08-15T07:02:08.754Z Compiling pkcs1 v0.7.5
22212026-08-15T07:02:08.820Z Compiling x509-cert v0.2.5
22222026-08-15T07:02:09.128Z Compiling crypto-bigint v0.5.5
22232026-08-15T07:02:09.143Z Compiling hubpack_derive v0.1.1
22242026-08-15T07:02:09.200Z Compiling rustls-pki-types v1.14.0
22252026-08-15T07:02:09.601Z Compiling curve25519-dalek-derive v0.1.1
22262026-08-15T07:02:09.733Z Compiling addr2line v0.25.1
22272026-08-15T07:02:09.778Z Compiling scroll_derive v0.13.1
22282026-08-15T07:02:09.800Z Compiling zerocopy-derive v0.7.35
22292026-08-15T07:02:09.999Z Compiling owo-colors v4.3.0
22302026-08-15T07:02:10.047Z Compiling rustc-demangle v0.1.27
22312026-08-15T07:02:10.112Z Compiling elliptic-curve v0.13.8
22322026-08-15T07:02:10.250Z Compiling rsa v0.9.10
22332026-08-15T07:02:10.418Z Compiling http v1.4.2
22342026-08-15T07:02:10.589Z Compiling daft-derive v0.1.7
22352026-08-15T07:02:10.655Z Compiling proc-macro-error-attr2 v2.0.0
22362026-08-15T07:02:10.725Z Compiling is_ci v1.2.0
22372026-08-15T07:02:10.767Z Compiling untrusted v0.7.1
22382026-08-15T07:02:10.853Z Compiling unicode-width v0.2.0
22392026-08-15T07:02:10.869Z Compiling unicode-linebreak v0.1.5
22402026-08-15T07:02:10.893Z Compiling smawk v0.3.2
22412026-08-15T07:02:10.910Z Compiling supports-color v3.0.2
22422026-08-15T07:02:11.036Z Compiling proc-macro-error2 v2.0.1
22432026-08-15T07:02:11.080Z Compiling textwrap v0.16.2
22442026-08-15T07:02:11.270Z Compiling backtrace v0.3.76
22452026-08-15T07:02:11.330Z Compiling hashbrown v0.14.5
22462026-08-15T07:02:11.359Z Compiling rfc6979 v0.4.0
22472026-08-15T07:02:11.418Z Compiling toml_datetime v0.6.11
22482026-08-15T07:02:11.482Z Compiling serde_spanned v0.6.9
22492026-08-15T07:02:11.500Z Compiling serde_tokenstream v0.2.3
22502026-08-15T07:02:11.663Z Compiling miette-derive v7.6.0
22512026-08-15T07:02:11.724Z Compiling backtrace-ext v0.2.1
22522026-08-15T07:02:11.819Z Compiling structmeta-derive v0.3.0
22532026-08-15T07:02:11.836Z Compiling usdt-impl v0.5.0
22542026-08-15T07:02:11.895Z Compiling supports-hyperlinks v3.2.0
22552026-08-15T07:02:11.919Z Compiling keccak v0.1.6
22562026-08-15T07:02:12.037Z Compiling untrusted v0.9.0
22572026-08-15T07:02:12.057Z Compiling supports-unicode v3.0.0
22582026-08-15T07:02:12.073Z Compiling unicode-segmentation v1.12.0
22592026-08-15T07:02:12.115Z Compiling cmov v0.5.4
22602026-08-15T07:02:12.134Z Compiling unicode-width v0.1.14
22612026-08-15T07:02:12.192Z Compiling salty v0.3.0
22622026-08-15T07:02:12.195Z Compiling sha3 v0.10.8
22632026-08-15T07:02:12.269Z Compiling chumsky v0.9.3
22642026-08-15T07:02:12.317Z Compiling ecdsa v0.16.9
22652026-08-15T07:02:12.363Z Compiling ctutils v0.4.2
22662026-08-15T07:02:12.446Z Compiling knus-derive v3.4.0
22672026-08-15T07:02:12.469Z Compiling http-body v1.0.1
22682026-08-15T07:02:12.536Z Compiling primeorder v0.13.6
22692026-08-15T07:02:12.566Z Compiling scroll v0.12.0
22702026-08-15T07:02:12.640Z Compiling ed25519 v2.2.3
22712026-08-15T07:02:12.728Z Compiling pin-project-internal v1.1.11
22722026-08-15T07:02:12.743Z Compiling miette v7.6.0
22732026-08-15T07:02:12.746Z Compiling wait-timeout v0.2.1
22742026-08-15T07:02:12.769Z Compiling cookie v0.18.1
22752026-08-15T07:02:12.829Z Compiling structmeta v0.3.0
22762026-08-15T07:02:12.844Z Compiling zstd-safe v7.2.4
22772026-08-15T07:02:12.887Z Compiling openssl-probe v0.2.1
22782026-08-15T07:02:12.976Z Compiling quick-error v1.2.3
22792026-08-15T07:02:13.014Z Compiling tap v1.0.1
22802026-08-15T07:02:13.055Z Compiling bit-vec v0.8.0
22812026-08-15T07:02:13.103Z Compiling rusty-fork v0.3.1
22822026-08-15T07:02:13.137Z Compiling wyz v0.5.1
22832026-08-15T07:02:13.152Z Compiling derive-ex v0.1.8
22842026-08-15T07:02:13.264Z Compiling ed25519-dalek v2.2.0
22852026-08-15T07:02:13.361Z Compiling bit-set v0.8.0
22862026-08-15T07:02:13.390Z Compiling goblin v0.8.2
22872026-08-15T07:02:13.566Z Compiling p384 v0.13.1
22882026-08-15T07:02:13.581Z Compiling hybrid-array v0.4.13
22892026-08-15T07:02:13.598Z Compiling heck v0.4.1
22902026-08-15T07:02:13.634Z Compiling zerocopy v0.7.35
22912026-08-15T07:02:13.757Z Compiling unicode-normalization v0.1.25
22922026-08-15T07:02:13.813Z Compiling rand_xorshift v0.4.0
22932026-08-15T07:02:13.866Z Compiling knus v3.4.0
22942026-08-15T07:02:13.897Z Compiling sha1 v0.10.6
22952026-08-15T07:02:14.030Z Compiling enum-as-inner v0.6.1
22962026-08-15T07:02:14.115Z Compiling heapless v0.7.17
22972026-08-15T07:02:14.146Z Compiling env_filter v2.0.0
22982026-08-15T07:02:14.219Z Compiling aho-corasick v1.1.4
22992026-08-15T07:02:14.370Z Compiling unarray v0.1.4
23002026-08-15T07:02:14.422Z Compiling signal-hook v0.3.18
23012026-08-15T07:02:14.514Z Compiling funty v2.0.0
23022026-08-15T07:02:14.544Z Compiling atomic-waker v1.1.2
23032026-08-15T07:02:14.620Z Compiling rustix v0.38.44
23042026-08-15T07:02:14.646Z Compiling tower-service v0.3.3
23052026-08-15T07:02:14.691Z Compiling usdt-impl v0.6.0
23062026-08-15T07:02:14.720Z Compiling zlib-rs v0.6.2
23072026-08-15T07:02:14.741Z Compiling tower-layer v0.3.3
23082026-08-15T07:02:14.763Z Compiling try-lock v0.2.5
23092026-08-15T07:02:14.793Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
23102026-08-15T07:02:14.978Z Compiling bitvec v1.0.1
23112026-08-15T07:02:14.981Z Compiling want v0.3.1
23122026-08-15T07:02:15.016Z Compiling test-strategy v0.4.5
23132026-08-15T07:02:15.103Z Compiling h2 v0.4.15
23142026-08-15T07:02:15.200Z Compiling regex-automata v0.4.14
23152026-08-15T07:02:15.485Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
23162026-08-15T07:02:15.719Z Compiling dof v0.3.0
23172026-08-15T07:02:16.331Z Compiling proptest v1.11.0
23182026-08-15T07:02:16.487Z Compiling env_logger v0.11.11
23192026-08-15T07:02:16.910Z Compiling flate2 v1.1.9
23202026-08-15T07:02:17.218Z Compiling snafu-derive v0.8.9
23212026-08-15T07:02:17.479Z Compiling scroll v0.13.0
23222026-08-15T07:02:17.537Z Compiling strum v0.26.3
23232026-08-15T07:02:17.687Z Compiling ipnetwork v0.21.1
23242026-08-15T07:02:18.042Z Compiling dtrace-parser v0.2.0
23252026-08-15T07:02:18.257Z Compiling erased-serde v0.3.31
23262026-08-15T07:02:18.730Z Compiling darling_core v0.20.11
23272026-08-15T07:02:18.891Z Compiling thread-id v4.2.2
23282026-08-15T07:02:18.908Z Compiling nodrop v0.1.14
23292026-08-15T07:02:18.912Z Compiling foreign-types-shared v0.1.1
23302026-08-15T07:02:18.952Z Compiling httpdate v1.0.3
23312026-08-15T07:02:18.988Z Compiling crc-catalog v2.4.0
23322026-08-15T07:02:19.023Z Compiling winnow v0.5.40
23332026-08-15T07:02:19.054Z Compiling powerfmt v0.2.0
23342026-08-15T07:02:19.095Z Compiling crc v3.4.0
23352026-08-15T07:02:19.198Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23362026-08-15T07:02:19.213Z Compiling hyper v1.10.1
23372026-08-15T07:02:19.268Z Compiling deranged v0.5.8
23382026-08-15T07:02:19.303Z Compiling foreign-types v0.3.2
23392026-08-15T07:02:19.319Z Compiling array-init v0.0.4
23402026-08-15T07:02:19.694Z Compiling newtype-uuid v1.3.2
23412026-08-15T07:02:19.893Z Compiling oxnet v0.1.6
23422026-08-15T07:02:20.537Z Compiling toml_edit v0.19.15
23432026-08-15T07:02:20.599Z Compiling goblin v0.10.5
23442026-08-15T07:02:20.731Z Compiling darling_macro v0.20.11
23452026-08-15T07:02:20.734Z Compiling smallvec v0.6.14
23462026-08-15T07:02:20.909Z Compiling bitfield v0.19.4
23472026-08-15T07:02:20.993Z Compiling zerocopy v0.6.6
23482026-08-15T07:02:21.222Z Compiling half v2.7.1
23492026-08-15T07:02:21.417Z Compiling socket2 v0.5.10
23502026-08-15T07:02:21.647Z Compiling memoffset v0.9.1
23512026-08-15T07:02:21.827Z Compiling slog-async v2.8.0
23522026-08-15T07:02:21.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23532026-08-15T07:02:22.057Z Compiling hashbrown v0.12.3
23542026-08-15T07:02:22.093Z Compiling ciborium-io v0.2.2
23552026-08-15T07:02:22.129Z Compiling num_threads v0.1.7
23562026-08-15T07:02:22.204Z Compiling ref-cast v1.0.25
23572026-08-15T07:02:22.220Z Compiling base64 v0.21.7
23582026-08-15T07:02:22.354Z Compiling litrs v1.0.0
23592026-08-15T07:02:22.499Z Compiling smoltcp v0.9.1
23602026-08-15T07:02:22.783Z Compiling ron v0.8.1
23612026-08-15T07:02:22.809Z Compiling document-features v0.2.12
23622026-08-15T07:02:22.947Z Compiling time v0.3.47
23632026-08-15T07:02:23.033Z Compiling ciborium-ll v0.2.2
23642026-08-15T07:02:23.293Z Compiling dof v0.4.0
23652026-08-15T07:02:23.417Z Compiling toml v0.7.8
23662026-08-15T07:02:23.548Z Compiling hyper-util v0.1.20
23672026-08-15T07:02:24.364Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23682026-08-15T07:02:24.585Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23692026-08-15T07:02:24.588Z Compiling darling v0.20.11
23702026-08-15T07:02:24.667Z Compiling serde-hex v0.1.0
23712026-08-15T07:02:24.700Z Compiling bzip2 v0.4.4
23722026-08-15T07:02:24.799Z Compiling daft v0.1.7
23732026-08-15T07:02:24.928Z Compiling hashbrown v0.13.2
23742026-08-15T07:02:25.143Z Compiling hubpack v0.1.2
23752026-08-15T07:02:25.347Z Compiling dtrace-parser v0.3.0
23762026-08-15T07:02:25.379Z Compiling futures-executor v0.3.32
23772026-08-15T07:02:25.384Z Compiling async-recursion v1.1.1
23782026-08-15T07:02:25.465Z Compiling sync_wrapper v1.0.2
23792026-08-15T07:02:25.652Z Compiling thread-id v5.1.0
23802026-08-15T07:02:25.799Z Compiling crc-any v2.5.0
23812026-08-15T07:02:25.944Z Compiling siphasher v1.0.2
23822026-08-15T07:02:26.798Z Compiling tower v0.5.3
23832026-08-15T07:02:27.030Z Compiling futures v0.3.32
23842026-08-15T07:02:27.124Z Compiling object v0.30.4
23852026-08-15T07:02:27.406Z Compiling zip v0.6.6
23862026-08-15T07:02:27.450Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23872026-08-15T07:02:27.492Z Compiling derive_builder_core v0.20.2
23882026-08-15T07:02:28.095Z Compiling ciborium v0.2.2
23892026-08-15T07:02:28.384Z Compiling usdt-attr-macro v0.5.0
23902026-08-15T07:02:28.595Z Compiling usdt-macro v0.5.0
23912026-08-15T07:02:28.611Z Compiling bstr v1.12.1
23922026-08-15T07:02:28.677Z Compiling block-buffer v0.12.1
23932026-08-15T07:02:28.736Z Compiling crypto-common v0.2.2
23942026-08-15T07:02:28.923Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23952026-08-15T07:02:29.037Z Compiling http-body-util v0.1.3
23962026-08-15T07:02:29.179Z Compiling serde_with v3.21.0
23972026-08-15T07:02:29.321Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
23982026-08-15T07:02:29.678Z Compiling ref-cast-impl v1.0.25
23992026-08-15T07:02:29.704Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24002026-08-15T07:02:29.917Z Compiling strum_macros v0.27.2
24012026-08-15T07:02:30.051Z Compiling nix v0.31.2
24022026-08-15T07:02:30.070Z Compiling fs-err v3.3.0
24032026-08-15T07:02:30.124Z Compiling path-slash v0.1.5
24042026-08-15T07:02:30.231Z Compiling data-encoding v2.10.0
24052026-08-15T07:02:30.275Z Compiling static_assertions v1.1.0
24062026-08-15T07:02:30.290Z Compiling iri-string v0.7.10
24072026-08-15T07:02:30.362Z Compiling unicode-properties v0.1.4
24082026-08-15T07:02:30.411Z Compiling ryu v1.0.23
24092026-08-15T07:02:30.760Z Compiling unicode-bidi v0.3.18
24102026-08-15T07:02:31.250Z Compiling same-file v1.0.6
24112026-08-15T07:02:31.458Z Compiling tower-http v0.6.8
24122026-08-15T07:02:31.536Z Compiling walkdir v2.5.0
24132026-08-15T07:02:31.656Z Compiling serde_urlencoded v0.7.1
24142026-08-15T07:02:31.704Z Compiling stringprep v0.1.5
24152026-08-15T07:02:31.832Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
24162026-08-15T07:02:32.235Z Compiling derive_builder_macro v0.20.2
24172026-08-15T07:02:32.624Z Compiling tokio-native-tls v0.3.1
24182026-08-15T07:02:32.814Z Compiling block-padding v0.4.2
24192026-08-15T07:02:33.244Z Compiling pin-project v1.1.11
24202026-08-15T07:02:33.318Z Compiling rustls-native-certs v0.8.3
24212026-08-15T07:02:33.612Z Compiling serde-big-array v0.5.1
24222026-08-15T07:02:33.615Z Compiling md-5 v0.10.6
24232026-08-15T07:02:33.680Z Compiling hash32 v0.2.1
24242026-08-15T07:02:33.701Z Compiling vergen-lib v9.1.0
24252026-08-15T07:02:33.791Z Compiling encoding_rs v0.8.35
24262026-08-15T07:02:33.808Z Compiling thread_local v1.1.9
24272026-08-15T07:02:33.885Z Compiling psl-types v2.0.11
24282026-08-15T07:02:33.912Z Compiling cpufeatures v0.3.0
24292026-08-15T07:02:34.002Z Compiling mime v0.3.17
24302026-08-15T07:02:34.024Z Compiling jiff-core v0.1.0
24312026-08-15T07:02:34.095Z Compiling toml_write v0.1.2
24322026-08-15T07:02:34.098Z Compiling fallible-iterator v0.2.0
24332026-08-15T07:02:34.196Z Compiling linked-hash-map v0.5.6
24342026-08-15T07:02:34.275Z Compiling toml_edit v0.22.27
24352026-08-15T07:02:34.394Z Compiling lru-cache v0.1.2
24362026-08-15T07:02:34.397Z Compiling publicsuffix v2.3.0
24372026-08-15T07:02:34.443Z Compiling postgres-protocol v0.6.10
24382026-08-15T07:02:34.753Z Compiling snafu v0.8.9
24392026-08-15T07:02:34.958Z Compiling jiff v0.2.34
24402026-08-15T07:02:35.152Z Compiling inout v0.2.2
24412026-08-15T07:02:35.319Z Compiling hyper-tls v0.6.0
24422026-08-15T07:02:35.322Z Compiling derive_builder v0.20.2
24432026-08-15T07:02:35.350Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24442026-08-15T07:02:35.833Z Compiling hickory-proto v0.24.4
24452026-08-15T07:02:35.856Z Compiling globset v0.4.18
24462026-08-15T07:02:35.870Z Compiling crossbeam-channel v0.5.15
24472026-08-15T07:02:35.957Z Compiling usdt-macro v0.6.0
24482026-08-15T07:02:35.984Z Compiling usdt-attr-macro v0.6.0
24492026-08-15T07:02:36.329Z Compiling phf_shared v0.13.1
24502026-08-15T07:02:36.583Z Compiling crossbeam-epoch v0.9.18
24512026-08-15T07:02:36.631Z Compiling regex v1.12.3
24522026-08-15T07:02:37.030Z Compiling serde_plain v1.0.2
24532026-08-15T07:02:37.047Z Compiling pem v3.0.6
24542026-08-15T07:02:37.060Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24552026-08-15T07:02:37.074Z Compiling serde_repr v0.1.20
24562026-08-15T07:02:37.215Z Compiling derive-where v1.6.0
24572026-08-15T07:02:37.354Z Compiling vergen v9.1.0
24582026-08-15T07:02:37.491Z Compiling cargo-platform v0.3.2
24592026-08-15T07:02:37.536Z Compiling filetime v0.2.27
24602026-08-15T07:02:37.565Z Compiling memmap v0.7.0
24612026-08-15T07:02:37.581Z Compiling is-terminal v0.4.17
24622026-08-15T07:02:37.605Z Compiling term v1.2.1
24632026-08-15T07:02:37.736Z Compiling typed-path v0.9.3
24642026-08-15T07:02:37.751Z Compiling corncobs v0.1.4
24652026-08-15T07:02:37.768Z Compiling xattr v1.6.1
24662026-08-15T07:02:37.771Z Compiling foldhash v0.1.5
24672026-08-15T07:02:37.834Z Compiling take_mut v0.2.2
24682026-08-15T07:02:37.973Z Compiling bumpalo v3.20.2
24692026-08-15T07:02:38.265Z Compiling const-oid v0.10.2
24702026-08-15T07:02:38.377Z Compiling bitflags v1.3.2
24712026-08-15T07:02:38.403Z Compiling libbz2-rs-sys v0.2.2
24722026-08-15T07:02:38.467Z Compiling managed v0.8.0
24732026-08-15T07:02:38.586Z Compiling resolv-conf v0.7.6
24742026-08-15T07:02:38.821Z Compiling bzip2 v0.6.1
24752026-08-15T07:02:38.892Z Compiling hickory-resolver v0.24.4
24762026-08-15T07:02:39.002Z Compiling digest v0.11.3
24772026-08-15T07:02:39.166Z Compiling zopfli v0.8.3
24782026-08-15T07:02:39.597Z Compiling tar v0.4.46
24792026-08-15T07:02:39.719Z Compiling hashbrown v0.15.5
24802026-08-15T07:02:39.758Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24812026-08-15T07:02:39.940Z Compiling slog-term v2.9.2
24822026-08-15T07:02:40.128Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24832026-08-15T07:02:40.436Z Compiling usdt v0.5.0
24842026-08-15T07:02:40.584Z Compiling cargo_metadata v0.23.1
24852026-08-15T07:02:42.211Z Compiling phf v0.13.1
24862026-08-15T07:02:42.424Z Compiling zstd v0.13.3
24872026-08-15T07:02:42.506Z Compiling toml v0.8.23
24882026-08-15T07:02:42.720Z Compiling reqwest v0.12.28
24892026-08-15T07:02:42.980Z Compiling cipher v0.5.2
24902026-08-15T07:02:43.081Z Compiling signal-hook-mio v0.2.5
24912026-08-15T07:02:43.112Z Compiling cookie_store v0.22.1
24922026-08-15T07:02:43.176Z Compiling postgres-types v0.2.12
24932026-08-15T07:02:43.286Z Compiling strum v0.27.2
24942026-08-15T07:02:43.663Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24952026-08-15T07:02:43.729Z Compiling phf_shared v0.11.3
24962026-08-15T07:02:43.763Z Compiling olpc-cjson v0.1.4
24972026-08-15T07:02:43.868Z Compiling tokio-stream v0.1.18
24982026-08-15T07:02:43.920Z Compiling byte-wrapper v0.1.0
24992026-08-15T07:02:44.233Z Compiling inout v0.1.4
25002026-08-15T07:02:44.248Z Compiling secrecy v0.8.0
25012026-08-15T07:02:44.396Z Compiling float-cmp v0.10.0
25022026-08-15T07:02:44.511Z Compiling memmap2 v0.9.10
25032026-08-15T07:02:44.577Z Compiling hashbrown v0.16.1
25042026-08-15T07:02:44.771Z Compiling normalize-line-endings v0.3.0
25052026-08-15T07:02:44.786Z Compiling either v1.15.0
25062026-08-15T07:02:44.816Z Compiling predicates-core v1.0.10
25072026-08-15T07:02:44.996Z Compiling debug-ignore v1.0.5
25082026-08-15T07:02:45.097Z Compiling new_debug_unreachable v1.0.6
25092026-08-15T07:02:45.116Z Compiling rayon-core v1.13.0
25102026-08-15T07:02:45.178Z Compiling fixedbitset v0.5.7
25112026-08-15T07:02:45.265Z Compiling precomputed-hash v0.1.1
25122026-08-15T07:02:45.315Z Compiling difflib v0.4.0
25132026-08-15T07:02:45.368Z Compiling fixedbitset v0.4.2
25142026-08-15T07:02:45.486Z Compiling whoami v2.1.0
25152026-08-15T07:02:45.587Z Compiling predicates v3.1.4
25162026-08-15T07:02:45.736Z Compiling tokio-postgres v0.7.16
25172026-08-15T07:02:45.830Z Compiling petgraph v0.6.5
25182026-08-15T07:02:45.940Z Compiling petgraph v0.8.3
25192026-08-15T07:02:46.017Z Compiling string_cache v0.8.9
25202026-08-15T07:02:46.172Z Compiling chacha20 v0.10.0
25212026-08-15T07:02:46.384Z Compiling iddqd v0.4.2
25222026-08-15T07:02:46.478Z Compiling qorb v0.4.1
25232026-08-15T07:02:47.129Z Compiling itertools v0.13.0
25242026-08-15T07:02:47.248Z Compiling usdt v0.6.0
25252026-08-15T07:02:47.608Z Compiling cipher v0.4.4
25262026-08-15T07:02:47.838Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25272026-08-15T07:02:48.702Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25282026-08-15T07:02:48.730Z Compiling crossterm v0.28.1
25292026-08-15T07:02:49.182Z Compiling zip v4.6.1
25302026-08-15T07:02:50.408Z Compiling similar v2.7.0
25312026-08-15T07:02:50.774Z Compiling hickory-proto v0.25.2
25322026-08-15T07:02:51.492Z Compiling buf-list v1.1.2
25332026-08-15T07:02:51.689Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25342026-08-15T07:02:51.709Z Compiling openapiv3 v2.2.0
25352026-08-15T07:02:52.000Z Compiling lalrpop-util v0.19.12
25362026-08-15T07:02:52.381Z Compiling peg-runtime v0.8.5
25372026-08-15T07:02:54.109Z Compiling crossbeam-deque v0.8.6
25382026-08-15T07:02:54.371Z Compiling camino-tempfile v1.4.1
25392026-08-15T07:02:54.579Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25402026-08-15T07:02:54.884Z Compiling blake3 v1.8.5
25412026-08-15T07:02:54.898Z Compiling fs-err v2.11.0
25422026-08-15T07:02:55.243Z Compiling rustls-webpki v0.103.13
25432026-08-15T07:02:57.301Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25442026-08-15T07:02:58.666Z Compiling tokio-rustls v0.26.4
25452026-08-15T07:02:58.713Z Compiling rustls-platform-verifier v0.6.2
25462026-08-15T07:02:58.940Z Compiling hyper-rustls v0.27.7
25472026-08-15T07:02:58.973Z Compiling tough v0.22.0
25482026-08-15T07:02:59.229Z Compiling reqwest v0.13.2
25492026-08-15T07:02:59.260Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25502026-08-15T07:02:59.929Z Compiling arrayref v0.3.9
25512026-08-15T07:03:00.020Z Compiling arrayvec v0.7.6
25522026-08-15T07:03:00.224Z Compiling constant_time_eq v0.4.2
25532026-08-15T07:03:00.677Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25542026-08-15T07:03:00.963Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25552026-08-15T07:03:00.979Z Compiling atomicwrites v0.4.4
25562026-08-15T07:03:00.995Z Compiling sha2 v0.11.0
25572026-08-15T07:03:01.191Z Compiling digest-io v0.1.0
25582026-08-15T07:03:01.277Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25592026-08-15T07:03:01.316Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25602026-08-15T07:03:01.348Z Compiling serde_path_to_error v0.1.20
25612026-08-15T07:03:01.495Z Compiling indent_write v2.2.0
25622026-08-15T07:03:01.553Z Compiling topological-sort v0.2.2
25632026-08-15T07:03:01.677Z Compiling parse-size v1.1.0
25642026-08-15T07:03:01.750Z Compiling rawzip v0.4.4
25652026-08-15T07:03:01.781Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25662026-08-15T07:03:01.820Z Compiling shell-words v1.1.1
25672026-08-15T07:03:02.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25682026-08-15T07:03:09.913Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25692026-08-15T07:03:12.058Z Compiling omicron-zone-package v0.12.3
25702026-08-15T07:03:12.338Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25712026-08-15T07:03:12.735Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25722026-08-15T07:03:12.760Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25732026-08-15T07:03:17.133Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25742026-08-15T07:03:29.369Z Finished `release` profile [optimized] target(s) in 1m 35s
25752026-08-15T07:03:29.373Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25762026-08-15T07:03:29.373Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25772026-08-15T07:03:29.522Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25782026-08-15T07:03:29.581ZAug 15 07:03:28.715 DEBG changing working directory to /work/oxidecomputer/omicron
25792026-08-15T07:03:29.678ZAug 15 07:03:28.812 DEBG running: git rev-parse HEAD
25802026-08-15T07:03:29.681ZAug 15 07:03:28.815 DEBG process exited with exit status: 0 (2.470959ms)
25812026-08-15T07:03:29.681ZAug 15 07:03:28.815 INFO version: 23.0.0-0.ci+gitc47b10a3ebc
25822026-08-15T07:03:29.689ZAug 15 07:03:28.824 INFO cloning helios to /work/oxidecomputer/helios
25832026-08-15T07:03:29.689ZAug 15 07:03:28.824 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25842026-08-15T07:03:29.692ZCloning into '/work/oxidecomputer/helios'...
25852026-08-15T07:03:30.246ZAug 15 07:03:29.381 DEBG process exited with exit status: 0 (557.239203ms)
25862026-08-15T07:03:30.247ZAug 15 07:03:29.381 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25872026-08-15T07:03:30.250ZAug 15 07:03:29.383 DEBG process exited with exit status: 0 (2.382479ms)
25882026-08-15T07:03:30.250ZAug 15 07:03:29.383 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25892026-08-15T07:03:30.612ZAug 15 07:03:29.746 DEBG process exited with exit status: 0 (362.300859ms)
25902026-08-15T07:03:30.612ZAug 15 07:03:29.746 DEBG running: zfs list rpool/images/build/host
25912026-08-15T07:03:30.615ZNAME USED AVAIL REFER MOUNTPOINT
25922026-08-15T07:03:30.615Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25932026-08-15T07:03:30.618ZAug 15 07:03:29.750 DEBG process exited with exit status: 0 (4.374238ms)
25942026-08-15T07:03:30.618ZAug 15 07:03:29.750 DEBG running: zfs list rpool/images/build/recovery
25952026-08-15T07:03:30.621ZNAME USED AVAIL REFER MOUNTPOINT
25962026-08-15T07:03:30.621Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25972026-08-15T07:03:30.621ZAug 15 07:03:29.754 DEBG process exited with exit status: 0 (3.455289ms)
25982026-08-15T07:03:30.621ZAug 15 07:03:29.754 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
25992026-08-15T07:03:30.633ZAug 15 07:03:29.767 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
26002026-08-15T07:03:30.636ZAug 15 07:03:29.768 INFO [incorp-manifest] running task
26012026-08-15T07:03:30.636ZAug 15 07:03:29.768 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
26022026-08-15T07:03:30.636ZAug 15 07:03:29.768 INFO [hubris-staging] running task
26032026-08-15T07:03:30.636ZAug 15 07:03:29.768 INFO [hubris-production] running task
26042026-08-15T07:03:30.636ZAug 15 07:03:29.768 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
26052026-08-15T07:03:30.636ZAug 15 07:03:29.769 INFO [incorp-create] running: pkgrepo create /work/incorporation
26062026-08-15T07:03:30.636ZAug 15 07:03:29.770 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
26072026-08-15T07:03:30.680Z[ helios-setup] cd tools/helios-build && cargo build --quiet
26082026-08-15T07:03:30.738Z[ omicron-package] Blocking waiting for file lock on package cache
26092026-08-15T07:03:30.865ZAug 15 07:03:29.999 INFO [incorp-create] process exited with exit status: 0 (230.75282ms)
26102026-08-15T07:03:30.865ZAug 15 07:03:30.000 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
26112026-08-15T07:03:31.129ZAug 15 07:03:30.264 INFO [incorp-publisher] process exited with exit status: 0 (264.422988ms)
26122026-08-15T07:03:31.528Z[ omicron-package] Blocking waiting for file lock on package cache
26132026-08-15T07:03:31.787ZAug 15 07:03:30.921 INFO [hubris-production] task succeeded (1.152861311s)
26142026-08-15T07:03:32.240ZAug 15 07:03:31.374 DEBG process exited with exit status: 0 (1.605912385s)
26152026-08-15T07:03:32.243ZAug 15 07:03:31.374 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26162026-08-15T07:03:32.740Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26172026-08-15T07:03:32.740Z[ omicron-package] Compiling macaddr v1.0.1
26182026-08-15T07:03:32.744Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26192026-08-15T07:03:32.745Z[ omicron-package] Compiling itertools v0.15.0
26202026-08-15T07:03:32.745Z[ omicron-package] Compiling secrecy v0.10.3
26212026-08-15T07:03:32.745Z[ omicron-package] Compiling heapless v0.8.0
26222026-08-15T07:03:32.745Z[ omicron-package] Compiling hash32 v0.3.1
26232026-08-15T07:03:32.746Z[ omicron-package] Compiling multer v3.1.0
26242026-08-15T07:03:32.746Z[ omicron-package] Compiling smoltcp v0.11.0
26252026-08-15T07:03:32.746Z[ omicron-package] Compiling match_cfg v0.1.0
26262026-08-15T07:03:32.746Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26272026-08-15T07:03:32.746Z[ omicron-package] Compiling compression-core v0.4.31
26282026-08-15T07:03:32.746Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26292026-08-15T07:03:32.746Z[ omicron-package] Compiling slog-json v2.6.1
26302026-08-15T07:03:32.746Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26312026-08-15T07:03:32.746Z[ omicron-package] Compiling cobs v0.3.0
26322026-08-15T07:03:33.479Z[ omicron-package] Compiling universal-hash v0.5.1
26332026-08-15T07:03:33.851Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26342026-08-15T07:03:33.854Z[ omicron-package] Compiling async-stream-impl v0.3.6
26352026-08-15T07:03:33.854Z[ omicron-package] Compiling hostname v0.3.1
26362026-08-15T07:03:33.854Z[ omicron-package] Compiling serde_spanned v1.1.1
26372026-08-15T07:03:33.854Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26382026-08-15T07:03:33.854Z[ omicron-package] Compiling compression-codecs v0.4.37
26392026-08-15T07:03:33.885Z[ omicron-package] Compiling dropshot v0.17.1
26402026-08-15T07:03:33.934Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26412026-08-15T07:03:33.934Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26422026-08-15T07:03:33.937Z[ omicron-package] Compiling opaque-debug v0.3.1
26432026-08-15T07:03:34.122Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26442026-08-15T07:03:34.156Z[ omicron-package] Compiling convert_case v0.4.0
26452026-08-15T07:03:34.160Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26462026-08-15T07:03:34.373Z[ omicron-package] Compiling async-compression v0.4.41
26472026-08-15T07:03:34.406Z[ omicron-package] Compiling poly1305 v0.8.0
26482026-08-15T07:03:34.435ZAug 15 07:03:33.570 DEBG process exited with exit status: 0 (2.195627976s)
26492026-08-15T07:03:34.438ZAug 15 07:03:33.571 INFO [incorp-manifest] task succeeded (3.80314577s)
26502026-08-15T07:03:34.438ZAug 15 07:03:33.571 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26512026-08-15T07:03:34.556Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26522026-08-15T07:03:34.570Z[ omicron-package] Compiling slog-bunyan v2.5.0
26532026-08-15T07:03:34.604Z[ omicron-package] Compiling derive_more v0.99.20
26542026-08-15T07:03:34.650ZAug 15 07:03:33.784 INFO [incorp-fmt] process exited with exit status: 0 (213.174607ms)
26552026-08-15T07:03:34.657ZAug 15 07:03:33.785 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26562026-08-15T07:03:34.777Z[ omicron-package] Compiling postcard v1.1.3
26572026-08-15T07:03:34.784Z[ omicron-package] Compiling num_enum_derive v0.7.6
26582026-08-15T07:03:34.857Z[ omicron-package] Compiling async-stream v0.3.6
26592026-08-15T07:03:34.888Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26602026-08-15T07:03:34.910Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26612026-08-15T07:03:34.913Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26622026-08-15T07:03:34.913Z[ omicron-package] Compiling chacha20 v0.9.1
26632026-08-15T07:03:34.943Z[ omicron-package] Compiling sha1 v0.11.0
26642026-08-15T07:03:35.002Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260815T070334Z
26652026-08-15T07:03:35.002Z[ incorp-pkgsend] PUBLISHED
26662026-08-15T07:03:35.061ZAug 15 07:03:34.195 INFO [incorp-pkgsend] process exited with exit status: 0 (410.60286ms)
26672026-08-15T07:03:35.063ZAug 15 07:03:34.195 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26682026-08-15T07:03:35.156Z[ omicron-package] Compiling progenitor-client v0.14.0
26692026-08-15T07:03:35.241Z[ omicron-package] Compiling parse-display-derive v0.10.0
26702026-08-15T07:03:35.241Z[ omicron-package] Compiling waitgroup v0.1.2
26712026-08-15T07:03:35.327Z[ helios-incorp] Retrieving packages for publisher helios ...
26722026-08-15T07:03:35.330Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26732026-08-15T07:03:35.355Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26742026-08-15T07:03:35.355Z[ omicron-package] Compiling ingot-macros v0.2.0
26752026-08-15T07:03:35.366Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26762026-08-15T07:03:35.366Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26772026-08-15T07:03:35.366Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26782026-08-15T07:03:35.370Z[ helios-incorp]
26792026-08-15T07:03:35.370Z[ helios-incorp] Archiving packages ...
26802026-08-15T07:03:35.370Z[ helios-incorp] Packages to add: 1
26812026-08-15T07:03:35.370Z[ helios-incorp] Files to retrieve: 0
26822026-08-15T07:03:35.373Z[ helios-incorp] Estimated transfer size: 0.00 B
26832026-08-15T07:03:35.373Z[ helios-incorp]
26842026-08-15T07:03:35.373Z[ helios-incorp] Packages to archive:
26852026-08-15T07:03:35.373Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260815T070334Z
26862026-08-15T07:03:35.373Z[ helios-incorp]
26872026-08-15T07:03:35.373Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26882026-08-15T07:03:35.373Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26892026-08-15T07:03:35.445ZAug 15 07:03:34.580 INFO [helios-incorp] process exited with exit status: 0 (384.260251ms)
26902026-08-15T07:03:35.482Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26912026-08-15T07:03:35.511Z[ omicron-package] Compiling backon v1.6.0
26922026-08-15T07:03:35.535Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26932026-08-15T07:03:35.606Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26942026-08-15T07:03:35.733Z[ omicron-package] Compiling password-hash v0.5.0
26952026-08-15T07:03:35.821Z[ omicron-package] Compiling blake2 v0.10.6
26962026-08-15T07:03:35.876Z[ omicron-package] Compiling aead v0.5.2
26972026-08-15T07:03:35.920Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26982026-08-15T07:03:35.924Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26992026-08-15T07:03:36.081Z[ omicron-package] Compiling hostname v0.4.2
27002026-08-15T07:03:36.103Z[ omicron-package] Compiling instant v0.1.13
27012026-08-15T07:03:36.323Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27022026-08-15T07:03:36.352Z[ omicron-package] Compiling proc-macro-error v1.0.4
27032026-08-15T07:03:36.383Z[ omicron-package] Compiling foreign-types-shared v0.3.1
27042026-08-15T07:03:36.430Z[ omicron-package] Compiling backoff v0.4.0
27052026-08-15T07:03:36.471Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
27062026-08-15T07:03:36.562Z[ omicron-package] Compiling argon2 v0.5.3
27072026-08-15T07:03:36.637Z[ omicron-package] Compiling num_enum v0.7.6
27082026-08-15T07:03:36.734Z[ omicron-package] Compiling foreign-types v0.5.0
27092026-08-15T07:03:36.737Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27102026-08-15T07:03:36.774Z[ omicron-package] Compiling progenitor-extras v0.2.0
27112026-08-15T07:03:36.791Z[ omicron-package] Compiling vsss-rs v3.3.4
27122026-08-15T07:03:36.831Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27132026-08-15T07:03:36.954Z[ omicron-package] Compiling num_enum_derive v0.5.11
27142026-08-15T07:03:37.038Z[ omicron-package] Compiling parse-display v0.10.0
27152026-08-15T07:03:37.038Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27162026-08-15T07:03:37.176Z[ omicron-package] Compiling regress v0.10.5
27172026-08-15T07:03:37.200Z[ omicron-package] Compiling itertools v0.14.0
27182026-08-15T07:03:37.260Z[ omicron-package] Compiling tabwriter v1.4.1
27192026-08-15T07:03:37.431Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27202026-08-15T07:03:37.511Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27212026-08-15T07:03:37.683Z[ omicron-package] Compiling cstr-argument v0.1.2
27222026-08-15T07:03:37.723Z[ omicron-package] Compiling humantime v2.3.0
27232026-08-15T07:03:37.879Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27242026-08-15T07:03:38.013Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27252026-08-15T07:03:38.156Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27262026-08-15T07:03:38.159Z[ omicron-package] Compiling num_enum v0.5.11
27272026-08-15T07:03:38.239Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27282026-08-15T07:03:38.351Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27292026-08-15T07:03:38.401Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27302026-08-15T07:03:38.401Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27312026-08-15T07:03:38.404Z[ omicron-package] Compiling rayon v1.11.0
27322026-08-15T07:03:38.489Z[ omicron-package] Compiling ingot-types v0.2.0
27332026-08-15T07:03:38.492Z[ omicron-package] Compiling rand v0.10.1
27342026-08-15T07:03:38.528Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27352026-08-15T07:03:38.699Z[ omicron-package] Compiling colored v3.1.1
27362026-08-15T07:03:38.830Z[ omicron-package] Compiling libefi-sys v0.1.0
27372026-08-15T07:03:38.900Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27382026-08-15T07:03:38.947Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27392026-08-15T07:03:39.085Z[ omicron-package] Compiling ingot v0.2.1
27402026-08-15T07:03:39.105Z[ omicron-package] Compiling itertools v0.12.1
27412026-08-15T07:03:39.151Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27422026-08-15T07:03:39.289Z[ omicron-package] Compiling num-derive v0.4.2
27432026-08-15T07:03:39.344Z[ omicron-package] Compiling bitfield-struct v0.6.2
27442026-08-15T07:03:39.417Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27452026-08-15T07:03:39.488Z[ omicron-package] Compiling sigpipe v0.1.3
27462026-08-15T07:03:39.571Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27472026-08-15T07:03:39.601Z[ omicron-package] Compiling swrite v0.1.0
27482026-08-15T07:03:39.620Z[ omicron-package] Compiling glob v0.3.3
27492026-08-15T07:03:39.666Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27502026-08-15T07:03:39.935Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27512026-08-15T07:03:40.036Z[ omicron-package] Compiling smf v0.2.3
27522026-08-15T07:03:40.067Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27532026-08-15T07:03:40.070Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27542026-08-15T07:03:40.185Z[ omicron-package] Compiling whoami v1.6.1
27552026-08-15T07:03:40.378Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27562026-08-15T07:03:40.493Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27572026-08-15T07:03:40.589Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27582026-08-15T07:03:40.603Z[ omicron-package] Compiling zone v0.3.1
27592026-08-15T07:03:40.679Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27602026-08-15T07:03:40.808Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27612026-08-15T07:03:40.884Z[ omicron-package] Compiling gethostname v0.5.0
27622026-08-15T07:03:40.884Z[ omicron-package] Compiling console v0.16.2
27632026-08-15T07:03:41.155Z[ omicron-package] Compiling unit-prefix v0.5.2
27642026-08-15T07:03:41.257Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27652026-08-15T07:03:41.288Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27662026-08-15T07:03:41.500Z[ omicron-package] Compiling indicatif v0.18.4
27672026-08-15T07:03:41.575Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27682026-08-15T07:03:43.357Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27692026-08-15T07:03:44.668Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27702026-08-15T07:03:45.753Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27712026-08-15T07:03:46.667Z[ helios-setup] Aug 15 07:03:45.801 INFO helios repository root is: /work/oxidecomputer/helios
27722026-08-15T07:03:46.670Z[ helios-setup] Aug 15 07:03:45.802 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
27732026-08-15T07:03:46.670Z[ helios-setup] Aug 15 07:03:45.802 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27742026-08-15T07:03:46.670Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27752026-08-15T07:03:46.975ZAug 15 07:03:46.109 INFO [hubris-staging] task succeeded (16.341135263s)
27762026-08-15T07:03:47.228Z[ helios-setup] Aug 15 07:03:46.363 INFO clone ok!, project: phbl
27772026-08-15T07:03:47.229Z[ helios-setup] Aug 15 07:03:46.363 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
27782026-08-15T07:03:47.229Z[ helios-setup] Aug 15 07:03:46.363 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27792026-08-15T07:03:47.232Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27802026-08-15T07:03:48.250Z[ helios-setup] Aug 15 07:03:47.384 INFO clone ok!, project: pilot
27812026-08-15T07:03:48.250Z[ helios-setup] Aug 15 07:03:47.384 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
27822026-08-15T07:03:48.253Z[ helios-setup] Aug 15 07:03:47.384 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27832026-08-15T07:03:48.253Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27842026-08-15T07:03:49.076Z[ helios-setup] Aug 15 07:03:48.210 INFO clone ok!, project: dmar-report
27852026-08-15T07:03:49.076Z[ helios-setup] Aug 15 07:03:48.210 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
27862026-08-15T07:03:49.079Z[ helios-setup] Aug 15 07:03:48.210 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27872026-08-15T07:03:49.079Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27882026-08-15T07:03:50.113Z[ helios-setup] Aug 15 07:03:49.247 INFO clone ok!, project: image-builder
27892026-08-15T07:03:50.113Z[ helios-setup] Aug 15 07:03:49.247 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
27902026-08-15T07:03:50.113Z[ helios-setup] Aug 15 07:03:49.247 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27912026-08-15T07:03:50.117Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27922026-08-15T07:03:54.030Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27932026-08-15T07:03:56.535Z[ helios-setup] Aug 15 07:03:55.670 INFO clone ok!, project: amd-firmware
27942026-08-15T07:03:56.539Z[ helios-setup] Aug 15 07:03:55.670 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27952026-08-15T07:03:56.539Z[ helios-setup] Aug 15 07:03:55.670 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27962026-08-15T07:03:56.539Z[ helios-setup] Aug 15 07:03:55.670 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
27972026-08-15T07:03:56.539Z[ helios-setup] Aug 15 07:03:55.670 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
27982026-08-15T07:03:56.539Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27992026-08-15T07:03:57.320Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28002026-08-15T07:03:57.421Z[ helios-setup] Aug 15 07:03:56.556 INFO clone ok!, project: amd-host-image-builder
28012026-08-15T07:03:57.424Z[ helios-setup] Aug 15 07:03:56.556 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
28022026-08-15T07:03:57.424Z[ helios-setup] Aug 15 07:03:56.556 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28032026-08-15T07:03:57.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28042026-08-15T07:03:58.346Z[ helios-setup] Aug 15 07:03:57.481 INFO clone ok!, project: chelsio-t6-roms
28052026-08-15T07:03:58.347Z[ helios-setup] Aug 15 07:03:57.481 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
28062026-08-15T07:03:58.350Z[ helios-setup] Aug 15 07:03:57.481 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28072026-08-15T07:03:58.350Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28082026-08-15T07:03:58.393Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28092026-08-15T07:03:58.905Z[ helios-setup] Aug 15 07:03:58.039 INFO clone ok!, project: bootserver
28102026-08-15T07:03:58.905Z[ helios-setup] Aug 15 07:03:58.039 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
28112026-08-15T07:03:58.909Z[ helios-setup] Aug 15 07:03:58.039 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28122026-08-15T07:03:58.909Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28132026-08-15T07:03:59.453Z[ helios-setup] Aug 15 07:03:58.587 INFO clone ok!, project: pinprick
28142026-08-15T07:03:59.456Z[ helios-setup] Aug 15 07:03:58.587 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28152026-08-15T07:03:59.456Z[ helios-setup] Aug 15 07:03:58.587 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28162026-08-15T07:03:59.693Z[ helios-setup] Aug 15 07:03:58.827 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28172026-08-15T07:03:59.951Z[ helios-setup] Aug 15 07:03:59.084 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28182026-08-15T07:03:59.951Z[ helios-setup] Aug 15 07:03:59.084 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28192026-08-15T07:04:00.200Z[ helios-setup] Aug 15 07:03:59.334 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28202026-08-15T07:04:00.427Z[ helios-setup] Aug 15 07:03:59.561 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28212026-08-15T07:04:00.427Z[ helios-setup] Aug 15 07:03:59.561 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28222026-08-15T07:04:00.641Z[ helios-setup] Aug 15 07:03:59.774 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28232026-08-15T07:04:00.847Z[ helios-setup] Aug 15 07:03:59.982 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28242026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28252026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28262026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO ok!
28272026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28282026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28292026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO ok!
28302026-08-15T07:04:00.851Z[ helios-setup] Aug 15 07:03:59.982 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28312026-08-15T07:04:00.852Z[ helios-setup] Aug 15 07:03:59.982 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28322026-08-15T07:04:00.852Z[ helios-setup] Aug 15 07:03:59.982 INFO ok!
28332026-08-15T07:04:00.852Z[ helios-setup] Aug 15 07:03:59.982 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28342026-08-15T07:04:07.979Z[ omicron-package] Finished `release` profile [optimized] target(s) in 37.34s
28352026-08-15T07:04:07.982Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
28362026-08-15T07:04:07.982Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
28372026-08-15T07:04:08.216Z[ omicron-package]
28382026-08-15T07:04:08.217Z[ omicron-package] real 37.522340554
28392026-08-15T07:04:08.217Z[ omicron-package] user 3:45.793094527
28402026-08-15T07:04:08.220Z[ omicron-package] sys 25.829596837
28412026-08-15T07:04:08.220Z[ omicron-package] trap 0.455626975
28422026-08-15T07:04:08.220Z[ omicron-package] tflt 0.430041220
28432026-08-15T07:04:08.220Z[ omicron-package] dflt 2.494932790
28442026-08-15T07:04:08.221Z[ omicron-package] kflt 0.000135229
28452026-08-15T07:04:08.221Z[ omicron-package] lock 10:48.733013209
28462026-08-15T07:04:08.222Z[ omicron-package] slp 5:45.668413632
28472026-08-15T07:04:08.222Z[ omicron-package] lat 43.496540873
28482026-08-15T07:04:08.222Z[ omicron-package] stop 1:42.496802309
28492026-08-15T07:04:08.222ZAug 15 07:04:07.351 INFO [omicron-package] process exited with exit status: 0 (37.582999221s)
28502026-08-15T07:04:08.222ZAug 15 07:04:07.351 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28512026-08-15T07:04:08.222ZAug 15 07:04:07.352 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28522026-08-15T07:04:08.228Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28532026-08-15T07:04:08.228Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28542026-08-15T07:04:08.231Z[ recovery-target] Created new build target 'recovery' and set it as active
28552026-08-15T07:04:08.231Z[ host-target] Created new build target 'host' and set it as active
28562026-08-15T07:04:08.234ZAug 15 07:04:07.366 INFO [recovery-target] process exited with exit status: 0 (14.161585ms)
28572026-08-15T07:04:08.234ZAug 15 07:04:07.366 INFO [host-target] process exited with exit status: 0 (14.769345ms)
28582026-08-15T07:04:08.234ZAug 15 07:04:07.366 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28592026-08-15T07:04:08.238Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28602026-08-15T07:04:10.015Z[ host-package] Compiling heck v0.5.0
28612026-08-15T07:04:10.015Z[ host-package] Compiling regress v0.11.1
28622026-08-15T07:04:10.019Z[ host-package] Compiling unsafe-libyaml v0.2.11
28632026-08-15T07:04:10.310Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28642026-08-15T07:04:10.341Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28652026-08-15T07:04:10.363Z[ host-package] Compiling bytecount v0.6.9
28662026-08-15T07:04:10.367Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28672026-08-15T07:04:10.367Z[ host-package] Compiling atomicwrites v0.4.4
28682026-08-15T07:04:10.368Z[ host-package] Compiling slog-dtrace v0.3.0
28692026-08-15T07:04:10.382Z[ host-package] Compiling prettyplease v0.2.37
28702026-08-15T07:04:10.449Z[ host-package] Compiling newline-converter v0.3.0
28712026-08-15T07:04:10.453Z[ host-package] Compiling console v0.15.11
28722026-08-15T07:04:10.500Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28732026-08-15T07:04:10.503Z[ host-package] Compiling num-rational v0.4.2
28742026-08-15T07:04:10.503Z[ host-package] Compiling num-complex v0.4.6
28752026-08-15T07:04:10.701Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28762026-08-15T07:04:10.726Z[ host-package] Compiling unicode-width v0.1.14
28772026-08-15T07:04:10.751Z[ host-package] Compiling match_cfg v0.1.0
28782026-08-15T07:04:10.755Z[ host-package] Compiling cancel-safe-futures v0.1.5
28792026-08-15T07:04:10.888Z[ host-package] Compiling compression-core v0.4.31
28802026-08-15T07:04:10.914Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28812026-08-15T07:04:10.998Z[ host-package] Compiling expectorate v1.2.0
28822026-08-15T07:04:11.083Z[ host-package] Compiling compression-codecs v0.4.37
28832026-08-15T07:04:11.115Z[ host-package] Compiling num v0.4.3
28842026-08-15T07:04:11.200Z[ host-package] Compiling hostname v0.3.1
28852026-08-15T07:04:11.203Z[ host-package] Compiling multer v3.1.0
28862026-08-15T07:04:11.248Z[ host-package] Compiling slog-json v2.6.1
28872026-08-15T07:04:11.279Z[ host-package] Compiling serde_spanned v1.1.1
28882026-08-15T07:04:11.302Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28892026-08-15T07:04:11.305Z[ host-package] Compiling float-ord v0.3.2
28902026-08-15T07:04:11.399Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28912026-08-15T07:04:11.514Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-08-15T07:04:11.557Z[ host-package] Compiling slog-bunyan v2.5.0
28932026-08-15T07:04:11.610Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28942026-08-15T07:04:11.663Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28952026-08-15T07:04:11.699Z[ host-package] Compiling async-compression v0.4.41
28962026-08-15T07:04:11.788Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28972026-08-15T07:04:11.810Z[ host-package] Compiling dropshot v0.17.1
28982026-08-15T07:04:11.889Z[ host-package] Compiling async-stream v0.3.6
28992026-08-15T07:04:11.968Z[ host-package] Compiling progenitor-client v0.14.0
29002026-08-15T07:04:12.063Z[ host-package] Compiling typify-impl v0.6.2
29012026-08-15T07:04:12.100Z[ host-package] Compiling sha1 v0.11.0
29022026-08-15T07:04:12.151Z[ host-package] Compiling waitgroup v0.1.2
29032026-08-15T07:04:12.198Z[ host-package] Compiling rustls-pemfile v2.2.0
29042026-08-15T07:04:12.363Z[ host-package] Compiling backon v1.6.0
29052026-08-15T07:04:12.389Z[ host-package] Compiling serde_path_to_error v0.1.20
29062026-08-15T07:04:12.433Z[ host-package] Compiling hostname v0.4.2
29072026-08-15T07:04:12.461Z[ host-package] Compiling instant v0.1.13
29082026-08-15T07:04:12.546Z[ host-package] Compiling minimal-lexical v0.2.1
29092026-08-15T07:04:12.636Z[ host-package] Compiling linear-map v1.2.0
29102026-08-15T07:04:12.636Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29112026-08-15T07:04:12.684Z[ host-package] Compiling backoff v0.4.0
29122026-08-15T07:04:12.856Z[ host-package] Compiling oxide-update-engine v0.1.2
29132026-08-15T07:04:12.880Z[ host-package] Compiling nom v7.1.3
29142026-08-15T07:04:12.943Z[ host-package] Compiling progenitor-extras v0.2.0
29152026-08-15T07:04:12.946Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29162026-08-15T07:04:12.964Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29172026-08-15T07:04:13.051Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29182026-08-15T07:04:13.284Z[ host-package] Compiling parse-display v0.10.0
29192026-08-15T07:04:13.361Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29202026-08-15T07:04:13.659Z[ host-package] Compiling itertools v0.14.0
29212026-08-15T07:04:13.799Z[ host-package] Compiling regress v0.10.5
29222026-08-15T07:04:14.197Z[ host-package] Compiling macaddr v1.0.1
29232026-08-15T07:04:14.465Z[ host-package] Compiling unicode-xid v0.2.6
29242026-08-15T07:04:14.495Z[ host-package] Compiling humantime v2.3.0
29252026-08-15T07:04:14.668Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29262026-08-15T07:04:14.726Z[ host-package] Compiling convert_case v0.10.0
29272026-08-15T07:04:14.748Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29282026-08-15T07:04:14.866Z[ host-package] Compiling owo-colors v4.3.0
29292026-08-15T07:04:15.062Z[ host-package] Compiling derive_more-impl v2.1.1
29302026-08-15T07:04:15.152Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29312026-08-15T07:04:15.217Z[ host-package] Compiling papergrid v0.11.0
29322026-08-15T07:04:15.369Z[ host-package] Compiling tabled_derive v0.7.0
29332026-08-15T07:04:15.659Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29342026-08-15T07:04:15.983Z[ host-package] Compiling derive_more v2.1.1
29352026-08-15T07:04:16.012Z[ host-package] Compiling termtree v0.5.1
29362026-08-15T07:04:16.043Z[ host-package] Compiling typify-macro v0.6.2
29372026-08-15T07:04:16.079Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29382026-08-15T07:04:16.117Z[ host-package] Compiling crossterm v0.29.0
29392026-08-15T07:04:16.120Z[ host-package] Compiling phf_shared v0.12.1
29402026-08-15T07:04:16.273Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29412026-08-15T07:04:16.339Z[ host-package] Compiling vte v0.14.1
29422026-08-15T07:04:16.387Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29432026-08-15T07:04:16.427Z[ host-package] Compiling tabled v0.15.0
29442026-08-15T07:04:16.608Z[ host-package] Compiling csv-core v0.1.13
29452026-08-15T07:04:16.929Z[ host-package] Compiling highway v1.3.0
29462026-08-15T07:04:17.003Z[ host-package] Compiling chrono-tz v0.10.4
29472026-08-15T07:04:17.195Z[ host-package] Compiling csv v1.4.0
29482026-08-15T07:04:17.269Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29492026-08-15T07:04:17.668Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29502026-08-15T07:04:17.747Z[ host-package] Compiling typify v0.6.2
29512026-08-15T07:04:18.124Z[ host-package] Compiling progenitor-impl v0.14.0
29522026-08-15T07:04:18.173Z[ host-package] Compiling phf v0.12.1
29532026-08-15T07:04:18.236Z[ host-package] Compiling const_format_proc_macros v0.2.34
29542026-08-15T07:04:18.329Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-08-15T07:04:18.380Z[ host-package] Compiling fd-lock v4.0.4
29562026-08-15T07:04:18.574Z[ host-package] Compiling peg-macros v0.8.5
29572026-08-15T07:04:18.845Z[ host-package] Compiling nu-ansi-term v0.50.3
29582026-08-15T07:04:19.214Z[ host-package] Compiling reedline v0.40.0
29592026-08-15T07:04:19.436Z[ host-package] Compiling const_format v0.2.35
29602026-08-15T07:04:19.967Z[ host-package] Compiling peg v0.8.5
29612026-08-15T07:04:20.101Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29622026-08-15T07:04:20.374Z[ host-package] Compiling progenitor-macro v0.14.0
29632026-08-15T07:04:21.372Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29642026-08-15T07:04:21.400Z[ host-package] Compiling bcs v0.1.6
29652026-08-15T07:04:21.532Z[ host-package] Compiling nom v8.0.0
29662026-08-15T07:04:21.897Z[ host-package] Compiling semver v0.1.20
29672026-08-15T07:04:21.938Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29682026-08-15T07:04:22.178Z[ host-package] Compiling rustc_version v0.1.7
29692026-08-15T07:04:22.225Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29702026-08-15T07:04:22.294Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29712026-08-15T07:04:22.434Z[ host-package] Compiling newtype_derive v0.1.6
29722026-08-15T07:04:22.495Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29732026-08-15T07:04:22.858Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29742026-08-15T07:04:22.924Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29752026-08-15T07:04:23.966Z[ host-package] Compiling sha1 v0.10.6
29762026-08-15T07:04:24.073Z[ host-package] Compiling steno v0.4.1
29772026-08-15T07:04:24.392Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29782026-08-15T07:04:24.481Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29792026-08-15T07:04:24.734Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29802026-08-15T07:04:24.798Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29812026-08-15T07:04:24.888Z[ host-package] Compiling progenitor v0.14.0
29822026-08-15T07:04:25.142Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29832026-08-15T07:04:25.332Z[ host-package] Compiling utf-8 v0.7.6
29842026-08-15T07:04:25.360Z[ host-package] Compiling tagptr v0.2.0
29852026-08-15T07:04:25.363Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29862026-08-15T07:04:25.522Z[ host-package] Compiling moka v0.12.13
29872026-08-15T07:04:25.585Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29882026-08-15T07:04:25.695Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29892026-08-15T07:04:25.712Z[ helios-setup] Aug 15 07:04:24.846 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')"
29902026-08-15T07:04:25.712Z[ helios-setup] Aug 15 07:04:24.846 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29912026-08-15T07:04:25.723Z[ helios-setup] Aug 15 07:04:24.858 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
29922026-08-15T07:04:25.724Z[ helios-setup] Aug 15 07:04:24.858 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29932026-08-15T07:04:25.724Z[ helios-setup] Aug 15 07:04:24.858 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29942026-08-15T07:04:25.833Z[ helios-setup] Aug 15 07:04:24.968 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29952026-08-15T07:04:25.855Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29962026-08-15T07:04:25.930Z[ host-package] Compiling tungstenite v0.21.0
29972026-08-15T07:04:25.953Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29982026-08-15T07:04:26.170Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29992026-08-15T07:04:26.178Z[ helios-setup] Aug 15 07:04:25.313 INFO E| From https://github.com/jclulow/hiercmd
30002026-08-15T07:04:26.178Z[ helios-setup] Aug 15 07:04:25.313 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30012026-08-15T07:04:26.192Z[ helios-setup] Aug 15 07:04:25.326 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30022026-08-15T07:04:26.522Z[ helios-setup] Aug 15 07:04:25.656 INFO E| From https://github.com/oxidecomputer/network-interface
30032026-08-15T07:04:26.524Z[ helios-setup] Aug 15 07:04:25.656 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30042026-08-15T07:04:26.534Z[ helios-setup] Aug 15 07:04:25.668 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30052026-08-15T07:04:26.833Z[ host-package] Compiling hickory-resolver v0.25.2
30062026-08-15T07:04:26.941Z[ helios-setup] Aug 15 07:04:26.074 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30072026-08-15T07:04:26.941Z[ helios-setup] Aug 15 07:04:26.075 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30082026-08-15T07:04:26.960Z[ helios-setup] Aug 15 07:04:26.093 INFO E| Updating crates.io index
30092026-08-15T07:04:27.265Z[ helios-setup] Aug 15 07:04:26.399 INFO E| Downloading crates ...
30102026-08-15T07:04:27.314Z[ helios-setup] Aug 15 07:04:26.448 INFO E| Downloaded devinfo v0.1.0
30112026-08-15T07:04:27.323Z[ helios-setup] Aug 15 07:04:26.457 INFO E| Downloaded anstyle v1.0.13
30122026-08-15T07:04:27.328Z[ helios-setup] Aug 15 07:04:26.461 INFO E| Downloaded indexmap v2.12.0
30132026-08-15T07:04:27.331Z[ helios-setup] Aug 15 07:04:26.464 INFO E| Downloaded zeroize v1.8.2
30142026-08-15T07:04:27.334Z[ helios-setup] Aug 15 07:04:26.465 INFO E| Downloaded futures-macro v0.3.31
30152026-08-15T07:04:27.341Z[ helios-setup] Aug 15 07:04:26.475 INFO E| Downloaded num_enum_derive v0.7.5
30162026-08-15T07:04:27.352Z[ helios-setup] Aug 15 07:04:26.486 INFO E| Downloaded clap_lex v0.7.6
30172026-08-15T07:04:27.356Z[ helios-setup] Aug 15 07:04:26.488 INFO E| Downloaded pin-utils v0.1.0
30182026-08-15T07:04:27.356Z[ helios-setup] Aug 15 07:04:26.488 INFO E| Downloaded futures-task v0.3.31
30192026-08-15T07:04:27.356Z[ helios-setup] Aug 15 07:04:26.489 INFO E| Downloaded itoa v1.0.15
30202026-08-15T07:04:27.356Z[ helios-setup] Aug 15 07:04:26.490 INFO E| Downloaded libdevinfo-sys v1.1.0
30212026-08-15T07:04:27.376Z[ helios-setup] Aug 15 07:04:26.510 INFO E| Downloaded anstyle-query v1.1.4
30222026-08-15T07:04:27.379Z[ helios-setup] Aug 15 07:04:26.511 INFO E| Downloaded futures-io v0.3.31
30232026-08-15T07:04:27.379Z[ helios-setup] Aug 15 07:04:26.512 INFO E| Downloaded futures-sink v0.3.31
30242026-08-15T07:04:27.389Z[ helios-setup] Aug 15 07:04:26.523 INFO E| Downloaded futures-core v0.3.31
30252026-08-15T07:04:27.392Z[ helios-setup] Aug 15 07:04:26.524 INFO E| Downloaded time-core v0.1.6
30262026-08-15T07:04:27.392Z[ helios-setup] Aug 15 07:04:26.525 INFO E| Downloaded simd-adler32 v0.3.7
30272026-08-15T07:04:27.392Z[ helios-setup] Aug 15 07:04:26.526 INFO E| Downloaded crc v3.3.0
30282026-08-15T07:04:27.396Z[ helios-setup] Aug 15 07:04:26.527 INFO E| Downloaded futures-channel v0.3.31
30292026-08-15T07:04:27.427Z[ helios-setup] Aug 15 07:04:26.561 INFO E| Downloaded base64ct v1.8.0
30302026-08-15T07:04:27.431Z[ helios-setup] Aug 15 07:04:26.563 INFO E| Downloaded thiserror v2.0.17
30312026-08-15T07:04:27.434Z[ helios-setup] Aug 15 07:04:26.566 INFO E| Downloaded bitfield v0.19.3
30322026-08-15T07:04:27.435Z[ helios-setup] Aug 15 07:04:26.567 INFO E| Downloaded env_logger v0.11.8
30332026-08-15T07:04:27.438Z[ helios-setup] Aug 15 07:04:26.570 INFO E| Downloaded getopts v0.2.24
30342026-08-15T07:04:27.438Z[ helios-setup] Aug 15 07:04:26.571 INFO E| Downloaded env_filter v0.1.4
30352026-08-15T07:04:27.441Z[ helios-setup] Aug 15 07:04:26.572 INFO E| Downloaded serde_spanned v1.0.3
30362026-08-15T07:04:27.441Z[ helios-setup] Aug 15 07:04:26.573 INFO E| Downloaded bitfield-macros v0.19.3
30372026-08-15T07:04:27.441Z[ helios-setup] Aug 15 07:04:26.574 INFO E| Downloaded tokio-macros v2.6.0
30382026-08-15T07:04:27.441Z[ helios-setup] Aug 15 07:04:26.574 INFO E| Downloaded slab v0.4.11
30392026-08-15T07:04:27.441Z[ helios-setup] Aug 15 07:04:26.575 INFO E| Downloaded time-macros v0.2.24
30402026-08-15T07:04:27.445Z[ helios-setup] Aug 15 07:04:26.577 INFO E| Downloaded zeroize_derive v1.4.2
30412026-08-15T07:04:27.479Z[ helios-setup] Aug 15 07:04:26.613 INFO E| Downloaded getrandom v0.2.16
30422026-08-15T07:04:27.482Z[ helios-setup] Aug 15 07:04:26.615 INFO E| Downloaded bitflags v2.10.0
30432026-08-15T07:04:27.487Z[ helios-setup] Aug 15 07:04:26.618 INFO E| Downloaded proc-macro2 v1.0.103
30442026-08-15T07:04:27.487Z[ helios-setup] Aug 15 07:04:26.620 INFO E| Downloaded toml_writer v1.0.4
30452026-08-15T07:04:27.487Z[ helios-setup] Aug 15 07:04:26.620 INFO E| Downloaded generic-array v0.14.9
30462026-08-15T07:04:27.490Z[ helios-setup] Aug 15 07:04:26.621 INFO E| Downloaded toml_datetime v0.7.3
30472026-08-15T07:04:27.490Z[ helios-setup] Aug 15 07:04:26.622 INFO E| Downloaded signal-hook-registry v1.4.6
30482026-08-15T07:04:27.491Z[ helios-setup] Aug 15 07:04:26.623 INFO E| Downloaded deranged v0.5.5
30492026-08-15T07:04:27.491Z[ helios-setup] Aug 15 07:04:26.624 INFO E| Downloaded quote v1.0.41
30502026-08-15T07:04:27.495Z[ helios-setup] Aug 15 07:04:26.626 INFO E| Downloaded find-msvc-tools v0.1.4
30512026-08-15T07:04:27.495Z[ helios-setup] Aug 15 07:04:26.627 INFO E| Downloaded futures-executor v0.3.31
30522026-08-15T07:04:27.495Z[ helios-setup] Aug 15 07:04:26.628 INFO E| Downloaded pin-project-lite v0.2.16
30532026-08-15T07:04:27.498Z[ helios-setup] Aug 15 07:04:26.631 INFO E| Downloaded unicode-ident v1.0.22
30542026-08-15T07:04:27.498Z[ helios-setup] Aug 15 07:04:26.632 INFO E| Downloaded iana-time-zone v0.1.64
30552026-08-15T07:04:27.502Z[ helios-setup] Aug 15 07:04:26.635 INFO E| Downloaded ryu v1.0.20
30562026-08-15T07:04:27.506Z[ helios-setup] Aug 15 07:04:26.636 INFO E| Downloaded term v1.2.0
30572026-08-15T07:04:27.509Z[ helios-setup] Aug 15 07:04:26.640 INFO E| Downloaded thiserror-impl v2.0.17
30582026-08-15T07:04:27.509Z[ helios-setup] Aug 15 07:04:26.640 INFO E| Downloaded toml_parser v1.0.4
30592026-08-15T07:04:27.509Z[ helios-setup] Aug 15 07:04:26.642 INFO E| Downloaded flate2 v1.1.5
30602026-08-15T07:04:27.512Z[ helios-setup] Aug 15 07:04:26.645 INFO E| Downloaded anyhow v1.0.100
30612026-08-15T07:04:27.516Z[ helios-setup] Aug 15 07:04:26.647 INFO E| Downloaded num_enum v0.7.5
30622026-08-15T07:04:27.519Z[ helios-setup] Aug 15 07:04:26.650 INFO E| Downloaded futures v0.3.31
30632026-08-15T07:04:27.523Z[ helios-setup] Aug 15 07:04:26.653 INFO E| Downloaded log v0.4.28
30642026-08-15T07:04:27.526Z[ helios-setup] Aug 15 07:04:26.657 INFO E| Downloaded clap_derive v4.5.49
30652026-08-15T07:04:27.526Z[ helios-setup] Aug 15 07:04:26.657 INFO E| Downloaded bytes v1.10.1
30662026-08-15T07:04:27.531Z[ helios-setup] Aug 15 07:04:26.665 INFO E| Downloaded memchr v2.7.6
30672026-08-15T07:04:27.535Z[ helios-setup] Aug 15 07:04:26.669 INFO E| Downloaded uuid v1.18.1
30682026-08-15T07:04:27.538Z[ helios-setup] Aug 15 07:04:26.671 INFO E| Downloaded clap v4.5.51
30692026-08-15T07:04:27.542Z[ helios-setup] Aug 15 07:04:26.676 INFO E| Downloaded socket2 v0.6.1
30702026-08-15T07:04:27.546Z[ helios-setup] Aug 15 07:04:26.678 INFO E| Downloaded toml v0.9.8
30712026-08-15T07:04:27.561Z[ helios-setup] Aug 15 07:04:26.695 INFO E| Downloaded cc v1.2.44
30722026-08-15T07:04:27.594Z[ helios-setup] Aug 15 07:04:26.728 INFO E| Downloaded toml_edit v0.23.7
30732026-08-15T07:04:27.598Z[ helios-setup] Aug 15 07:04:26.730 INFO E| Downloaded zerocopy-derive v0.8.27
30742026-08-15T07:04:27.601Z[ helios-setup] Aug 15 07:04:26.734 INFO E| Downloaded mio v1.1.0
30752026-08-15T07:04:27.605Z[ helios-setup] Aug 15 07:04:26.738 INFO E| Downloaded typenum v1.19.0
30762026-08-15T07:04:27.608Z[ helios-setup] Aug 15 07:04:26.740 INFO E| Downloaded rsa v0.9.8
30772026-08-15T07:04:27.611Z[ helios-setup] Aug 15 07:04:26.743 INFO E| Downloaded rand v0.8.5
30782026-08-15T07:04:27.611Z[ helios-setup] Aug 15 07:04:26.745 INFO E| Downloaded libm v0.2.15
30792026-08-15T07:04:27.624Z[ helios-setup] Aug 15 07:04:26.758 INFO E| Downloaded num-bigint-dig v0.8.4
30802026-08-15T07:04:27.627Z[ helios-setup] Aug 15 07:04:26.761 INFO E| Downloaded iddqd v0.3.14
30812026-08-15T07:04:27.631Z[ helios-setup] Aug 15 07:04:26.765 INFO E| Downloaded hashbrown v0.16.0
30822026-08-15T07:04:27.635Z[ helios-setup] Aug 15 07:04:26.769 INFO E| Downloaded clap_builder v4.5.51
30832026-08-15T07:04:27.639Z[ helios-setup] Aug 15 07:04:26.773 INFO E| Downloaded serde_json v1.0.145
30842026-08-15T07:04:27.644Z[ helios-setup] Aug 15 07:04:26.778 INFO E| Downloaded time v0.3.44
30852026-08-15T07:04:27.649Z[ helios-setup] Aug 15 07:04:26.784 INFO E| Downloaded futures-util v0.3.31
30862026-08-15T07:04:27.657Z[ helios-setup] Aug 15 07:04:26.791 INFO E| Downloaded winnow v0.7.13
30872026-08-15T07:04:27.688Z[ helios-setup] Aug 15 07:04:26.821 INFO E| Downloaded zerocopy v0.8.27
30882026-08-15T07:04:27.702Z[ helios-setup] Aug 15 07:04:26.836 INFO E| Downloaded chrono v0.4.42
30892026-08-15T07:04:27.707Z[ helios-setup] Aug 15 07:04:26.841 INFO E| Downloaded unicode-width v0.2.2
30902026-08-15T07:04:27.711Z[ helios-setup] Aug 15 07:04:26.845 INFO E| Downloaded syn v2.0.108
30912026-08-15T07:04:27.750Z[ helios-setup] Aug 15 07:04:26.884 INFO E| Downloaded rustix v1.1.2
30922026-08-15T07:04:27.798Z[ helios-setup] Aug 15 07:04:26.932 INFO E| Downloaded libc v0.2.177
30932026-08-15T07:04:27.815Z[ helios-setup] Aug 15 07:04:26.949 INFO E| Downloaded tokio v1.48.0
30942026-08-15T07:04:27.949Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling proc-macro2 v1.0.103
30952026-08-15T07:04:27.949Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling unicode-ident v1.0.22
30962026-08-15T07:04:27.949Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling quote v1.0.41
30972026-08-15T07:04:27.949Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling libc v0.2.177
30982026-08-15T07:04:27.949Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling serde_core v1.0.228
30992026-08-15T07:04:27.953Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling cfg-if v1.0.4
31002026-08-15T07:04:27.953Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling serde v1.0.228
31012026-08-15T07:04:27.953Z[ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling version_check v0.9.5
31022026-08-15T07:04:27.993Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling autocfg v1.5.0
31032026-08-15T07:04:27.993Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling const-oid v0.9.6
31042026-08-15T07:04:27.996Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling typenum v1.19.0
31052026-08-15T07:04:27.996Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling libm v0.2.15
31062026-08-15T07:04:27.996Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling zerocopy v0.8.27
31072026-08-15T07:04:27.996Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling rustversion v1.0.22
31082026-08-15T07:04:27.996Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling smallvec v1.15.1
31092026-08-15T07:04:27.996Z[ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling base64ct v1.8.0
31102026-08-15T07:04:28.015Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31112026-08-15T07:04:28.478Z[ helios-setup] Aug 15 07:04:27.612 INFO E| Compiling zeroize v1.8.2
31122026-08-15T07:04:28.478Z[ helios-setup] Aug 15 07:04:27.612 INFO E| Compiling hashbrown v0.16.0
31132026-08-15T07:04:28.920Z[ host-package] Compiling tokio-tungstenite v0.21.0
31142026-08-15T07:04:28.966Z[ helios-setup] Aug 15 07:04:28.100 INFO E| Compiling num-traits v0.2.19
31152026-08-15T07:04:29.004Z[ helios-setup] Aug 15 07:04:28.138 INFO E| Compiling pem-rfc7468 v0.7.0
31162026-08-15T07:04:29.011Z[ helios-setup] Aug 15 07:04:28.138 INFO E| Compiling generic-array v0.14.9
31172026-08-15T07:04:29.027Z[ helios-setup] Aug 15 07:04:28.157 INFO E| Compiling winnow v0.7.13
31182026-08-15T07:04:29.047Z[ helios-setup] Aug 15 07:04:28.181 INFO E| Compiling byteorder v1.5.0
31192026-08-15T07:04:29.112Z[ helios-setup] Aug 15 07:04:28.181 INFO E| Compiling anyhow v1.0.100
31202026-08-15T07:04:29.129Z[ helios-setup] Aug 15 07:04:28.264 INFO E| Compiling memchr v2.7.6
31212026-08-15T07:04:29.209Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31222026-08-15T07:04:29.374Z[ helios-setup] Aug 15 07:04:28.509 INFO E| Compiling equivalent v1.0.2
31232026-08-15T07:04:29.620Z[ helios-setup] Aug 15 07:04:28.754 INFO E| Compiling utf8parse v0.2.2
31242026-08-15T07:04:29.824Z[ helios-setup] Aug 15 07:04:28.958 INFO E| Compiling getrandom v0.2.16
31252026-08-15T07:04:29.840Z[ helios-setup] Aug 15 07:04:28.974 INFO E| Compiling rustix v1.1.2
31262026-08-15T07:04:29.846Z[ helios-setup] Aug 15 07:04:28.980 INFO E| Compiling flagset v0.4.7
31272026-08-15T07:04:29.870Z[ helios-setup] Aug 15 07:04:29.004 INFO E| Compiling crc32fast v1.5.0
31282026-08-15T07:04:29.880Z[ helios-setup] Aug 15 07:04:29.014 INFO E| Compiling anstyle-parse v0.2.7
31292026-08-15T07:04:29.939Z[ helios-setup] Aug 15 07:04:29.073 INFO E| Compiling errno v0.3.14
31302026-08-15T07:04:29.956Z[ helios-setup] Aug 15 07:04:29.090 INFO E| Compiling indexmap v2.12.0
31312026-08-15T07:04:30.064Z[ helios-setup] Aug 15 07:04:29.198 INFO E| Compiling allocator-api2 v0.2.21
31322026-08-15T07:04:30.120Z[ helios-setup] Aug 15 07:04:29.254 INFO E| Compiling rand_core v0.6.4
31332026-08-15T07:04:30.304Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31342026-08-15T07:04:30.441Z[ helios-setup] Aug 15 07:04:29.575 INFO E| Compiling toml_datetime v0.7.3
31352026-08-15T07:04:30.501Z[ helios-setup] Aug 15 07:04:29.635 INFO E| Compiling anstyle-query v1.1.4
31362026-08-15T07:04:30.541Z[ helios-setup] Aug 15 07:04:29.675 INFO E| Compiling find-msvc-tools v0.1.4
31372026-08-15T07:04:30.580Z[ helios-setup] Aug 15 07:04:29.714 INFO E| Compiling syn v1.0.109
31382026-08-15T07:04:30.733Z[ helios-setup] Aug 15 07:04:29.866 INFO E| Compiling anstyle v1.0.13
31392026-08-15T07:04:30.849Z[ helios-setup] Aug 15 07:04:29.983 INFO E| Compiling syn v2.0.108
31402026-08-15T07:04:30.923Z[ helios-setup] Aug 15 07:04:30.056 INFO E| Compiling cpufeatures v0.2.17
31412026-08-15T07:04:30.959Z[ helios-setup] Aug 15 07:04:30.093 INFO E| Compiling radium v0.7.0
31422026-08-15T07:04:31.009Z[ helios-setup] Aug 15 07:04:30.143 INFO E| Compiling colorchoice v1.0.4
31432026-08-15T07:04:31.015Z[ helios-setup] Aug 15 07:04:30.150 INFO E| Compiling shlex v1.3.0
31442026-08-15T07:04:31.022Z[ helios-setup] Aug 15 07:04:30.157 INFO E| Compiling is_terminal_polyfill v1.70.2
31452026-08-15T07:04:31.029Z[ helios-setup] Aug 15 07:04:30.163 INFO E| Compiling slog v2.8.2
31462026-08-15T07:04:31.135Z[ helios-setup] Aug 15 07:04:30.269 INFO E| Compiling anstream v0.6.21
31472026-08-15T07:04:31.330Z[ helios-setup] Aug 15 07:04:30.464 INFO E| Compiling cc v1.2.44
31482026-08-15T07:04:31.412Z[ helios-setup] Aug 15 07:04:30.546 INFO E| Compiling pin-project-lite v0.2.16
31492026-08-15T07:04:31.502Z[ helios-setup] Aug 15 07:04:30.636 INFO E| Compiling pkg-config v0.3.32
31502026-08-15T07:04:31.535Z[ helios-setup] Aug 15 07:04:30.669 INFO E| Compiling tap v1.0.1
31512026-08-15T07:04:31.561Z[ helios-setup] Aug 15 07:04:30.695 INFO E| Compiling parking_lot_core v0.9.12
31522026-08-15T07:04:31.694Z[ helios-setup] Aug 15 07:04:30.828 INFO E| Compiling toml_parser v1.0.4
31532026-08-15T07:04:31.707Z[ helios-setup] Aug 15 07:04:30.842 INFO E| Compiling maybe-uninit v2.0.0
31542026-08-15T07:04:31.749Z[ helios-setup] Aug 15 07:04:30.883 INFO E| Compiling futures-core v0.3.31
31552026-08-15T07:04:31.865Z[ helios-setup] Aug 15 07:04:30.999 INFO E| Compiling block-buffer v0.10.4
31562026-08-15T07:04:31.908Z[ helios-setup] Aug 15 07:04:31.042 INFO E| Compiling crypto-common v0.1.6
31572026-08-15T07:04:32.010Z[ helios-setup] Aug 15 07:04:31.144 INFO E| Compiling unicode-width v0.2.2
31582026-08-15T07:04:32.039Z[ helios-setup] Aug 15 07:04:31.173 INFO E| Compiling futures-sink v0.3.31
31592026-08-15T07:04:32.120Z[ helios-setup] Aug 15 07:04:31.254 INFO E| Compiling digest v0.10.7
31602026-08-15T07:04:32.155Z[ helios-setup] Aug 15 07:04:31.289 INFO E| Compiling num-integer v0.1.46
31612026-08-15T07:04:32.207Z[ helios-setup] Aug 15 07:04:31.341 INFO E| Compiling wyz v0.5.1
31622026-08-15T07:04:32.323Z[ helios-setup] Aug 15 07:04:31.456 INFO E| Compiling futures-channel v0.3.31
31632026-08-15T07:04:32.502Z[ helios-setup] Aug 15 07:04:31.635 INFO E| Compiling sha2 v0.10.9
31642026-08-15T07:04:32.519Z[ helios-setup] Aug 15 07:04:31.649 INFO E| Compiling getopts v0.2.24
31652026-08-15T07:04:32.531Z[ helios-setup] Aug 15 07:04:31.666 INFO E| Compiling ahash v0.8.12
31662026-08-15T07:04:32.648Z[ helios-setup] Aug 15 07:04:31.782 INFO E| Compiling itoa v1.0.15
31672026-08-15T07:04:32.728Z[ helios-setup] Aug 15 07:04:31.861 INFO E| Compiling spin v0.9.8
31682026-08-15T07:04:32.788Z[ helios-setup] Aug 15 07:04:31.920 INFO E| Compiling num-bigint-dig v0.8.4
31692026-08-15T07:04:32.941Z[ helios-setup] Aug 15 07:04:32.074 INFO E| Compiling toml_edit v0.23.7
31702026-08-15T07:04:32.941Z[ helios-setup] Aug 15 07:04:32.074 INFO E| Compiling time-core v0.1.6
31712026-08-15T07:04:32.952Z[ helios-setup] Aug 15 07:04:32.086 INFO E| Compiling getrandom v0.3.4
31722026-08-15T07:04:32.974Z[ helios-setup] Aug 15 07:04:32.108 INFO E| Compiling heck v0.5.0
31732026-08-15T07:04:32.988Z[ helios-setup] Aug 15 07:04:32.122 INFO E| Compiling futures-task v0.3.31
31742026-08-15T07:04:33.012Z[ helios-setup] Aug 15 07:04:32.146 INFO E| Compiling powerfmt v0.2.0
31752026-08-15T07:04:33.130Z[ helios-setup] Aug 15 07:04:32.264 INFO E| Compiling bitflags v2.10.0
31762026-08-15T07:04:33.193Z[ helios-setup] Aug 15 07:04:32.327 INFO E| Compiling futures-io v0.3.31
31772026-08-15T07:04:33.282Z[ helios-setup] Aug 15 07:04:32.416 INFO E| Compiling bytes v1.10.1
31782026-08-15T07:04:33.369Z[ helios-setup] Aug 15 07:04:32.503 INFO E| Compiling scopeguard v1.2.0
31792026-08-15T07:04:33.406Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31802026-08-15T07:04:33.502Z[ helios-setup] Aug 15 07:04:32.636 INFO E| Compiling slab v0.4.11
31812026-08-15T07:04:33.517Z[ helios-setup] Aug 15 07:04:32.651 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31822026-08-15T07:04:33.551Z[ helios-setup] Aug 15 07:04:32.684 INFO E| Compiling thiserror v1.0.69
31832026-08-15T07:04:33.575Z[ helios-setup] Aug 15 07:04:32.709 INFO E| Compiling num-conv v0.1.0
31842026-08-15T07:04:33.764Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31852026-08-15T07:04:33.810Z[ helios-setup] Aug 15 07:04:32.944 INFO E| Compiling pin-utils v0.1.0
31862026-08-15T07:04:33.873Z[ helios-setup] Aug 15 07:04:33.007 INFO E| Compiling funty v2.0.0
31872026-08-15T07:04:33.902Z[ helios-setup] Aug 15 07:04:33.036 INFO E| Compiling strsim v0.11.1
31882026-08-15T07:04:33.973Z[ helios-setup] Aug 15 07:04:33.107 INFO E| Compiling clap_lex v0.7.6
31892026-08-15T07:04:33.977Z[ helios-setup] Aug 15 07:04:33.108 INFO E| Compiling packed_struct v0.10.1
31902026-08-15T07:04:34.009Z[ helios-setup] Aug 15 07:04:33.143 INFO E| Compiling time-macros v0.2.24
31912026-08-15T07:04:34.153Z[ helios-setup] Aug 15 07:04:33.287 INFO E| Compiling proc-macro-crate v3.4.0
31922026-08-15T07:04:34.188Z[ helios-setup] Aug 15 07:04:33.321 INFO E| Compiling lock_api v0.4.14
31932026-08-15T07:04:34.552Z[ host-package] Compiling darling_core v0.21.3
31942026-08-15T07:04:34.697Z[ helios-setup] Aug 15 07:04:33.831 INFO E| Compiling terminal_size v0.4.3
31952026-08-15T07:04:34.807Z[ helios-setup] Aug 15 07:04:33.941 INFO E| Compiling bitvec v1.0.1
31962026-08-15T07:04:34.939Z[ helios-setup] Aug 15 07:04:34.073 INFO E| Compiling clap_builder v4.5.51
31972026-08-15T07:04:34.965Z[ helios-setup] Aug 15 07:04:34.099 INFO E| Compiling deranged v0.5.5
31982026-08-15T07:04:34.972Z[ helios-setup] Aug 15 07:04:34.106 INFO E| Compiling lazy_static v1.5.0
31992026-08-15T07:04:35.013Z[ helios-setup] Aug 15 07:04:34.146 INFO E| Compiling num-iter v0.1.45
32002026-08-15T07:04:35.088Z[ helios-setup] Aug 15 07:04:34.222 INFO E| Compiling indexmap v1.9.3
32012026-08-15T07:04:35.215Z[ helios-setup] Aug 15 07:04:34.349 INFO E| Compiling thiserror v2.0.17
32022026-08-15T07:04:35.350Z[ helios-setup] Aug 15 07:04:34.484 INFO E| Compiling iana-time-zone v0.1.64
32032026-08-15T07:04:35.452Z[ helios-setup] Aug 15 07:04:34.586 INFO E| Compiling adler2 v2.0.1
32042026-08-15T07:04:35.462Z[ helios-setup] Aug 15 07:04:34.596 INFO E| Compiling serde_json v1.0.145
32052026-08-15T07:04:35.541Z[ helios-setup] Aug 15 07:04:34.675 INFO E| Compiling log v0.4.28
32062026-08-15T07:04:35.550Z[ helios-setup] Aug 15 07:04:34.684 INFO E| Compiling once_cell v1.21.3
32072026-08-15T07:04:35.784Z[ helios-setup] Aug 15 07:04:34.918 INFO E| Compiling simd-adler32 v0.3.7
32082026-08-15T07:04:35.829Z[ helios-setup] Aug 15 07:04:34.963 INFO E| Compiling nodrop v0.1.14
32092026-08-15T07:04:35.840Z[ helios-setup] Aug 15 07:04:34.974 INFO E| Compiling crc-catalog v2.4.0
32102026-08-15T07:04:35.949Z[ helios-setup] Aug 15 07:04:35.083 INFO E| Compiling crc v3.3.0
32112026-08-15T07:04:35.967Z[ helios-setup] Aug 15 07:04:35.101 INFO E| Compiling array-init v0.0.4
32122026-08-15T07:04:35.973Z[ helios-setup] Aug 15 07:04:35.108 INFO E| Compiling env_filter v0.1.4
32132026-08-15T07:04:36.036Z[ helios-setup] Aug 15 07:04:35.170 INFO E| Compiling miniz_oxide v0.8.9
32142026-08-15T07:04:36.119Z[ helios-setup] Aug 15 07:04:35.252 INFO E| Compiling chrono v0.4.42
32152026-08-15T07:04:36.162Z[ helios-setup] Aug 15 07:04:35.296 INFO E| Compiling parking_lot v0.12.5
32162026-08-15T07:04:36.338Z[ helios-setup] Aug 15 07:04:35.471 INFO E| Compiling smallvec v0.6.14
32172026-08-15T07:04:36.801Z[ helios-setup] Aug 15 07:04:35.934 INFO E| Compiling serde_spanned v1.0.3
32182026-08-15T07:04:36.966Z[ helios-setup] Aug 15 07:04:36.100 INFO E| Compiling signature v2.2.0
32192026-08-15T07:04:37.052Z[ helios-setup] Aug 15 07:04:36.185 INFO E| Compiling socket2 v0.6.1
32202026-08-15T07:04:37.309Z[ helios-setup] Aug 15 07:04:36.442 INFO E| Compiling time v0.3.44
32212026-08-15T07:04:37.427Z[ helios-setup] Aug 15 07:04:36.561 INFO E| Compiling serde_derive v1.0.228
32222026-08-15T07:04:37.458Z[ helios-setup] Aug 15 07:04:36.592 INFO E| Compiling zerocopy-derive v0.8.27
32232026-08-15T07:04:37.642Z[ helios-setup] Aug 15 07:04:36.775 INFO E| Compiling der_derive v0.7.3
32242026-08-15T07:04:37.666Z[ helios-setup] Aug 15 07:04:36.798 INFO E| Compiling futures-macro v0.3.31
32252026-08-15T07:04:37.678Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32262026-08-15T07:04:37.736Z[ helios-setup] Aug 15 07:04:36.868 INFO E| Compiling packed_struct_codegen v0.10.1
32272026-08-15T07:04:37.847Z[ helios-setup] Aug 15 07:04:36.981 INFO E| Compiling thiserror-impl v1.0.69
32282026-08-15T07:04:37.987Z[ helios-setup] Aug 15 07:04:37.121 INFO E| Compiling zerocopy-derive v0.6.6
32292026-08-15T07:04:38.025Z[ host-package] Compiling display-error-chain v0.2.2
32302026-08-15T07:04:38.152Z[ host-package] Compiling libscf-sys v1.2.0
32312026-08-15T07:04:38.334Z[ helios-setup] Aug 15 07:04:37.467 INFO E| Compiling num_enum_derive v0.7.5
32322026-08-15T07:04:38.334Z[ helios-setup] Aug 15 07:04:37.468 INFO E| Compiling bitfield-macros v0.19.3
32332026-08-15T07:04:38.344Z[ host-package] Compiling vergen-lib v0.1.6
32342026-08-15T07:04:38.608Z[ helios-setup] Aug 15 07:04:37.741 INFO E| Compiling clap_derive v4.5.49
32352026-08-15T07:04:38.655Z[ host-package] Compiling diesel_derives v2.3.7
32362026-08-15T07:04:39.035Z[ host-package] Compiling darling_macro v0.21.3
32372026-08-15T07:04:39.039Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32382026-08-15T07:04:39.512Z[ host-package] Compiling vergen-gitcl v1.0.8
32392026-08-15T07:04:39.523Z[ helios-setup] Aug 15 07:04:38.657 INFO E| Compiling tokio-macros v2.6.0
32402026-08-15T07:04:39.581Z[ helios-setup] Aug 15 07:04:38.715 INFO E| Compiling thiserror-impl v2.0.17
32412026-08-15T07:04:39.628Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32422026-08-15T07:04:39.688Z[ host-package] Compiling dirs-sys-next v0.1.2
32432026-08-15T07:04:39.764Z[ host-package] Compiling glob v0.3.3
32442026-08-15T07:04:39.768Z[ host-package] Compiling maplit v1.0.2
32452026-08-15T07:04:39.866Z[ helios-setup] Aug 15 07:04:39.000 INFO E| Compiling futures-util v0.3.31
32462026-08-15T07:04:39.997Z[ helios-setup] Aug 15 07:04:39.131 INFO E| Compiling der v0.7.10
32472026-08-15T07:04:39.997Z[ helios-setup] Aug 15 07:04:39.131 INFO E| Compiling bitfield v0.19.3
32482026-08-15T07:04:40.013Z[ helios-setup] Aug 15 07:04:39.147 INFO E| Compiling zerocopy v0.6.6
32492026-08-15T07:04:40.034Z[ host-package] Compiling darling v0.21.3
32502026-08-15T07:04:40.177Z[ host-package] Compiling crunchy v0.2.4
32512026-08-15T07:04:40.180Z[ host-package] Compiling dirs-next v2.0.0
32522026-08-15T07:04:40.203Z[ host-package] Compiling r2d2 v0.8.10
32532026-08-15T07:04:40.244Z[ helios-setup] Aug 15 07:04:39.378 INFO E| Compiling mio v1.1.0
32542026-08-15T07:04:40.422Z[ helios-setup] Aug 15 07:04:39.556 INFO E| Compiling num_enum v0.7.5
32552026-08-15T07:04:40.454Z[ helios-setup] Aug 15 07:04:39.587 INFO E| Compiling is-terminal v0.4.17
32562026-08-15T07:04:40.489Z[ helios-setup] Aug 15 07:04:39.623 INFO E| Compiling signal-hook-registry v1.4.6
32572026-08-15T07:04:40.581Z[ helios-setup] Aug 15 07:04:39.713 INFO E| Compiling thread_local v1.1.9
32582026-08-15T07:04:40.632Z[ host-package] Compiling clang-sys v1.8.1
32592026-08-15T07:04:40.704Z[ helios-setup] Aug 15 07:04:39.838 INFO E| Compiling winnow v0.5.40
32602026-08-15T07:04:40.942Z[ helios-setup] Aug 15 07:04:40.076 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32612026-08-15T07:04:40.981Z[ helios-setup] Aug 15 07:04:40.115 INFO E| Compiling toml_writer v1.0.4
32622026-08-15T07:04:41.007Z[ host-package] Compiling dsl_auto_type v0.2.0
32632026-08-15T07:04:41.012Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32642026-08-15T07:04:41.012Z[ host-package] Compiling papergrid v0.18.0
32652026-08-15T07:04:41.012Z[ host-package] Compiling downcast-rs v2.0.2
32662026-08-15T07:04:41.050Z[ helios-setup] Aug 15 07:04:40.183 INFO E| Compiling hashbrown v0.12.3
32672026-08-15T07:04:41.065Z[ helios-setup] Aug 15 07:04:40.199 INFO E| Compiling libdevinfo-sys v1.1.0
32682026-08-15T07:04:41.192Z[ host-package] Compiling tiny-keccak v2.0.2
32692026-08-15T07:04:41.224Z[ helios-setup] Aug 15 07:04:40.358 INFO E| Compiling term v1.2.0
32702026-08-15T07:04:41.255Z[ helios-setup] Aug 15 07:04:40.389 INFO E| Compiling ryu v1.0.20
32712026-08-15T07:04:41.356Z[ helios-setup] Aug 15 07:04:40.482 INFO E| Compiling subtle v2.6.1
32722026-08-15T07:04:41.385Z[ helios-setup] Aug 15 07:04:40.519 INFO E| Compiling base64 v0.21.7
32732026-08-15T07:04:41.629Z[ helios-setup] Aug 15 07:04:40.762 INFO E| Compiling toml v0.9.8
32742026-08-15T07:04:41.876Z[ helios-setup] Aug 15 07:04:41.010 INFO E| Compiling spki v0.7.3
32752026-08-15T07:04:41.896Z[ host-package] Compiling term v0.7.0
32762026-08-15T07:04:41.974Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32772026-08-15T07:04:42.009Z[ helios-setup] Aug 15 07:04:41.143 INFO E| Compiling clap v4.5.51
32782026-08-15T07:04:42.027Z[ host-package] Compiling itertools v0.15.0
32792026-08-15T07:04:42.107Z[ helios-setup] Aug 15 07:04:41.241 INFO E| Compiling tokio v1.48.0
32802026-08-15T07:04:42.171Z[ helios-setup] Aug 15 07:04:41.305 INFO E| Compiling devinfo v0.1.0
32812026-08-15T07:04:42.186Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-08-15T07:04:42.235Z[ helios-setup] Aug 15 07:04:41.369 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-08-15T07:04:42.253Z[ helios-setup] Aug 15 07:04:41.386 INFO E| Compiling bzip2 v0.4.4
32842026-08-15T07:04:42.292Z[ helios-setup] Aug 15 07:04:41.426 INFO E| Compiling pkcs8 v0.10.2
32852026-08-15T07:04:42.743Z[ helios-setup] Aug 15 07:04:41.877 INFO E| Compiling pkcs1 v0.7.5
32862026-08-15T07:04:42.772Z[ helios-setup] Aug 15 07:04:41.906 INFO E| Compiling x509-cert v0.2.5
32872026-08-15T07:04:42.860Z[ helios-setup] Aug 15 07:04:41.994 INFO E| Compiling flate2 v1.1.5
32882026-08-15T07:04:43.053Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32892026-08-15T07:04:43.057Z[ host-package] Compiling bit-vec v0.6.3
32902026-08-15T07:04:43.228Z[ helios-setup] Aug 15 07:04:42.361 INFO E| Compiling uuid v1.18.1
32912026-08-15T07:04:43.546Z[ helios-setup] Aug 15 07:04:42.680 INFO E| Compiling ppv-lite86 v0.2.21
32922026-08-15T07:04:43.648Z[ host-package] Compiling tabled v0.21.0
32932026-08-15T07:04:43.704Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32942026-08-15T07:04:43.898Z[ host-package] Compiling bit-set v0.5.3
32952026-08-15T07:04:43.956Z[ helios-setup] Aug 15 07:04:43.090 INFO E| Compiling erased-serde v0.3.31
32962026-08-15T07:04:43.976Z[ helios-setup] Aug 15 07:04:43.109 INFO E| Compiling toml_datetime v0.6.11
32972026-08-15T07:04:44.073Z[ helios-setup] Aug 15 07:04:43.206 INFO E| Compiling rand_chacha v0.3.1
32982026-08-15T07:04:44.109Z[ helios-setup] Aug 15 07:04:43.243 INFO E| Compiling serde_spanned v0.6.9
32992026-08-15T07:04:44.320Z[ helios-setup] Aug 15 07:04:43.454 INFO E| Compiling ron v0.8.1
33002026-08-15T07:04:44.374Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33012026-08-15T07:04:44.494Z[ helios-setup] Aug 15 07:04:43.628 INFO E| Compiling rand v0.8.5
33022026-08-15T07:04:44.563Z[ host-package] Compiling ascii-canvas v3.0.0
33032026-08-15T07:04:44.669Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33042026-08-15T07:04:44.757Z[ helios-setup] Aug 15 07:04:43.891 INFO E| Compiling hashbrown v0.13.2
33052026-08-15T07:04:44.952Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33062026-08-15T07:04:44.987Z[ helios-setup] Aug 15 07:04:44.121 INFO E| Compiling toml_edit v0.19.15
33072026-08-15T07:04:45.079Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33082026-08-15T07:04:45.079Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33092026-08-15T07:04:45.130Z[ helios-setup] Aug 15 07:04:44.263 INFO E| Compiling serde-hex v0.1.0
33102026-08-15T07:04:45.187Z[ helios-setup] Aug 15 07:04:44.320 INFO E| Compiling futures-executor v0.3.31
33112026-08-15T07:04:45.264Z[ helios-setup] Aug 15 07:04:44.398 INFO E| Compiling env_logger v0.11.8
33122026-08-15T07:04:45.529Z[ host-package] Compiling itertools v0.10.5
33132026-08-15T07:04:45.845Z[ host-package] Compiling ena v0.14.4
33142026-08-15T07:04:45.962Z[ helios-setup] Aug 15 07:04:45.095 INFO E| Compiling futures v0.3.31
33152026-08-15T07:04:45.967Z[ host-package] Compiling libloading v0.8.9
33162026-08-15T07:04:45.983Z[ helios-setup] Aug 15 07:04:45.117 INFO E| Compiling slog-term v2.9.2
33172026-08-15T07:04:45.983Z[ helios-setup] Aug 15 07:04:45.117 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33182026-08-15T07:04:46.082Z[ helios-setup] Aug 15 07:04:45.214 INFO E| Compiling crc-any v2.5.0
33192026-08-15T07:04:46.207Z[ helios-setup] Aug 15 07:04:45.340 INFO E| Compiling rustc-hash v2.1.1
33202026-08-15T07:04:46.221Z[ host-package] Compiling xshell-macros v0.2.7
33212026-08-15T07:04:46.354Z[ host-package] Compiling diff v0.1.13
33222026-08-15T07:04:46.507Z[ helios-setup] Aug 15 07:04:45.641 INFO E| Compiling bitflags v1.3.2
33232026-08-15T07:04:46.530Z[ helios-setup] Aug 15 07:04:45.664 INFO E| Compiling hex v0.4.3
33242026-08-15T07:04:46.562Z[ helios-setup] Aug 15 07:04:45.695 INFO E| Compiling foldhash v0.2.0
33252026-08-15T07:04:46.595Z[ helios-setup] Aug 15 07:04:45.729 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33262026-08-15T07:04:46.809Z[ helios-setup] Aug 15 07:04:45.943 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-08-15T07:04:46.996Z[ helios-setup] Aug 15 07:04:46.129 INFO E| Compiling iddqd v0.3.14
33282026-08-15T07:04:47.062Z[ host-package] Compiling unicase v2.9.0
33292026-08-15T07:04:47.110Z[ helios-setup] Aug 15 07:04:46.244 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33302026-08-15T07:04:47.114Z[ host-package] Compiling regex-syntax v0.6.29
33312026-08-15T07:04:47.170Z[ helios-setup] Aug 15 07:04:46.304 INFO E| Compiling object v0.30.4
33322026-08-15T07:04:47.554Z[ host-package] Compiling bindgen v0.71.1
33332026-08-15T07:04:47.610Z[ helios-setup] Aug 15 07:04:46.743 INFO E| Compiling rsa v0.9.8
33342026-08-15T07:04:47.838Z[ host-package] Compiling xshell v0.2.7
33352026-08-15T07:04:48.014Z[ helios-setup] Aug 15 07:04:47.148 INFO E| Compiling toml v0.7.8
33362026-08-15T07:04:48.179Z[ helios-setup] Aug 15 07:04:47.312 INFO E| Compiling zip v0.6.6
33372026-08-15T07:04:48.731Z[ helios-setup] Aug 15 07:04:47.864 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33382026-08-15T07:04:48.788Z[ helios-setup] Aug 15 07:04:47.922 INFO E| Compiling path-slash v0.1.5
33392026-08-15T07:04:48.904Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33402026-08-15T07:04:50.228Z[ host-package] Compiling lalrpop v0.19.12
33412026-08-15T07:04:50.706Z[ helios-setup] Aug 15 07:04:49.840 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33422026-08-15T07:04:50.757Z[ helios-setup] Aug 15 07:04:49.891 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33432026-08-15T07:04:51.189Z[ host-package] Compiling cexpr v0.6.0
33442026-08-15T07:04:51.302Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33452026-08-15T07:04:51.511Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33462026-08-15T07:04:51.511Z[ host-package] Compiling diesel v2.3.7
33472026-08-15T07:04:51.951Z[ host-package] Compiling crc8 v0.1.1
33482026-08-15T07:04:52.204Z[ host-package] Compiling rustc-hash v2.1.1
33492026-08-15T07:04:52.396Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33502026-08-15T07:04:52.496Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33512026-08-15T07:04:52.766Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33522026-08-15T07:04:52.906Z[ host-package] Compiling headers-core v0.3.0
33532026-08-15T07:04:53.090Z[ host-package] Compiling libxml v0.3.3
33542026-08-15T07:04:53.356Z[ host-package] Compiling headers v0.4.1
33552026-08-15T07:04:54.058Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33562026-08-15T07:04:54.172Z[ host-package] Compiling strum_macros v0.24.3
33572026-08-15T07:04:54.561Z[ host-package] Compiling indoc v1.0.9
33582026-08-15T07:04:54.796Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33592026-08-15T07:04:55.139Z[ host-package] Compiling derive_builder v0.20.2
33602026-08-15T07:04:55.193Z[ host-package] Compiling oso-derive v0.27.3
33612026-08-15T07:04:55.292Z[ host-package] Compiling quick-xml v0.37.5
33622026-08-15T07:04:55.589Z[ helios-setup] Aug 15 07:04:54.723 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33632026-08-15T07:04:55.642Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33642026-08-15T07:04:55.803Z[ host-package] Compiling openssl-probe v0.1.6
33652026-08-15T07:04:56.045Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33662026-08-15T07:04:56.132Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33672026-08-15T07:04:56.287Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33682026-08-15T07:04:56.339Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33692026-08-15T07:04:56.641Z[ host-package] Compiling bb8 v0.8.6
33702026-08-15T07:04:56.915Z[ helios-setup] Aug 15 07:04:56.049 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33712026-08-15T07:04:56.939Z[ host-package] Compiling trait-variant v0.1.2
33722026-08-15T07:04:56.978Z[ host-package] Compiling half v1.8.3
33732026-08-15T07:04:57.167Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-08-15T07:04:57.298Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33752026-08-15T07:04:57.461Z[ host-package] Compiling serde_cbor v0.11.2
33762026-08-15T07:04:57.693Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-08-15T07:04:57.774Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33782026-08-15T07:04:57.867Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33792026-08-15T07:04:58.653Z[ host-package] Compiling progenitor-impl v0.13.0
33802026-08-15T07:04:58.808Z[ host-package] Compiling nonempty v0.12.0
33812026-08-15T07:04:59.123Z[ host-package] Compiling samael v0.0.19
33822026-08-15T07:04:59.187Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33832026-08-15T07:04:59.478Z[ host-package] Compiling progenitor-client v0.13.0
33842026-08-15T07:05:00.096Z[ host-package] Compiling fxhash v0.2.1
33852026-08-15T07:05:00.312Z[ host-package] Compiling libz-sys v1.1.24
33862026-08-15T07:05:00.686Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33872026-08-15T07:05:00.797Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-08-15T07:05:00.844Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33892026-08-15T07:05:00.936Z[ helios-setup] Aug 15 07:05:00.070 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33902026-08-15T07:05:01.133Z[ host-package] Compiling kstat-rs v0.2.5
33912026-08-15T07:05:01.454Z[ host-package] Compiling progenitor-macro v0.13.0
33922026-08-15T07:05:01.592Z[ host-package] Compiling dashu-int v0.5.1
33932026-08-15T07:05:01.824Z[ host-package] Compiling seq-macro v0.3.6
33942026-08-15T07:05:01.923Z[ host-package] Compiling polar-core v0.27.3
33952026-08-15T07:05:02.588Z[ host-package] Compiling mime_guess v2.0.5
33962026-08-15T07:05:02.997Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33972026-08-15T07:05:03.185Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-15T07:05:03.246Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33992026-08-15T07:05:03.729Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-15T07:05:04.046Z[ host-package] Compiling ssh-encoding v0.2.0
34012026-08-15T07:05:04.560Z[ host-package] Compiling nanorand v0.7.0
34022026-08-15T07:05:04.779Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34032026-08-15T07:05:04.984Z[ host-package] Compiling parking_lot_core v0.8.6
34042026-08-15T07:05:05.048Z[ host-package] Compiling num-modular v0.6.4
34052026-08-15T07:05:05.401Z[ host-package] Compiling rlimit v0.10.2
34062026-08-15T07:05:05.636Z[ host-package] Compiling dashu-base v0.5.1
34072026-08-15T07:05:05.922Z[ host-package] Compiling progenitor v0.13.0
34082026-08-15T07:05:06.640Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34092026-08-15T07:05:06.707Z[ host-package] Compiling flume v0.11.1
34102026-08-15T07:05:06.922Z[ host-package] Compiling ssh-cipher v0.2.0
34112026-08-15T07:05:07.187Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34122026-08-15T07:05:07.441Z[ host-package] Compiling tungstenite v0.28.0
34132026-08-15T07:05:08.177Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34142026-08-15T07:05:08.562Z[ host-package] Compiling p256 v0.13.2
34152026-08-15T07:05:08.725Z[ host-package] Compiling git-stub v1.0.0
34162026-08-15T07:05:09.130Z[ host-package] Compiling instability v0.3.11
34172026-08-15T07:05:09.534Z[ host-package] Compiling num-primitive v0.2.1
34182026-08-15T07:05:09.837Z[ host-package] Compiling http-range v0.1.5
34192026-08-15T07:05:09.954Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
34202026-08-15T07:05:10.254Z[ host-package] Compiling strsim v0.10.0
34212026-08-15T07:05:10.342Z[ host-package] Compiling dsi-bitstream v0.10.1
34222026-08-15T07:05:10.518Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
34232026-08-15T07:05:10.798Z[ host-package] Compiling darling_core v0.13.4
34242026-08-15T07:05:11.502Z[ host-package] Compiling ssh-key v0.6.7
34252026-08-15T07:05:11.587Z[ host-package] Compiling tokio-tungstenite v0.28.0
34262026-08-15T07:05:12.009Z[ host-package] Compiling git-stub-vcs v0.1.0
34272026-08-15T07:05:12.392Z[ host-package] Compiling oso v0.27.3
34282026-08-15T07:05:12.775Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34292026-08-15T07:05:12.833Z[ helios-setup] Aug 15 07:05:11.967 INFO E| Finished `release` profile [optimized] target(s) in 47.09s
34302026-08-15T07:05:12.836Z[ helios-setup] Aug 15 07:05:11.969 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34312026-08-15T07:05:12.837Z[ helios-setup] Aug 15 07:05:11.969 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34322026-08-15T07:05:12.893Z[ helios-setup] Aug 15 07:05:12.027 INFO building project "pilot" ok (47 seconds)
34332026-08-15T07:05:12.893Z[ helios-setup] Aug 15 07:05:12.027 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34342026-08-15T07:05:12.903Z[ helios-setup] Aug 15 07:05:12.037 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
34352026-08-15T07:05:12.903Z[ helios-setup] Aug 15 07:05:12.037 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34362026-08-15T07:05:12.903Z[ helios-setup] Aug 15 07:05:12.037 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34372026-08-15T07:05:13.055Z[ helios-setup] Aug 15 07:05:12.189 INFO E| Updating crates.io index
34382026-08-15T07:05:13.158Z[ helios-setup] Aug 15 07:05:12.292 INFO E| Downloading crates ...
34392026-08-15T07:05:13.207Z[ helios-setup] Aug 15 07:05:12.341 INFO E| Downloaded bitflags v2.9.1
34402026-08-15T07:05:13.230Z[ helios-setup] Aug 15 07:05:12.363 INFO E| Downloaded errno v0.3.12
34412026-08-15T07:05:13.241Z[ helios-setup] Aug 15 07:05:12.375 INFO E| Downloaded time-core v0.1.4
34422026-08-15T07:05:13.255Z[ helios-setup] Aug 15 07:05:12.389 INFO E| Downloaded quote v1.0.40
34432026-08-15T07:05:13.258Z[ helios-setup] Aug 15 07:05:12.390 INFO E| Downloaded thiserror v2.0.12
34442026-08-15T07:05:13.261Z[ helios-setup] Aug 15 07:05:12.394 INFO E| Downloaded autocfg v1.4.0
34452026-08-15T07:05:13.261Z[ helios-setup] Aug 15 07:05:12.395 INFO E| Downloaded deranged v0.4.0
34462026-08-15T07:05:13.264Z[ helios-setup] Aug 15 07:05:12.397 INFO E| Downloaded thiserror-impl v2.0.12
34472026-08-15T07:05:13.264Z[ helios-setup] Aug 15 07:05:12.398 INFO E| Downloaded time-macros v0.2.22
34482026-08-15T07:05:13.271Z[ helios-setup] Aug 15 07:05:12.405 INFO E| Downloaded serde_with_macros v3.12.0
34492026-08-15T07:05:13.274Z[ helios-setup] Aug 15 07:05:12.408 INFO E| Downloaded iana-time-zone v0.1.63
34502026-08-15T07:05:13.284Z[ helios-setup] Aug 15 07:05:12.418 INFO E| Downloaded tempfile v3.20.0
34512026-08-15T07:05:13.289Z[ helios-setup] Aug 15 07:05:12.423 INFO E| Downloaded unicode-ident v1.0.18
34522026-08-15T07:05:13.299Z[ helios-setup] Aug 15 07:05:12.433 INFO E| Downloaded getrandom v0.3.3
34532026-08-15T07:05:13.302Z[ helios-setup] Aug 15 07:05:12.435 INFO E| Downloaded serde_derive v1.0.219
34542026-08-15T07:05:13.305Z[ helios-setup] Aug 15 07:05:12.438 INFO E| Downloaded proc-macro2 v1.0.95
34552026-08-15T07:05:13.315Z[ helios-setup] Aug 15 07:05:12.449 INFO E| Downloaded anyhow v1.0.98
34562026-08-15T07:05:13.324Z[ helios-setup] Aug 15 07:05:12.457 INFO E| Downloaded indexmap v2.9.0
34572026-08-15T07:05:13.327Z[ helios-setup] Aug 15 07:05:12.460 INFO E| Downloaded memchr v2.7.4
34582026-08-15T07:05:13.358Z[ helios-setup] Aug 15 07:05:12.491 INFO E| Downloaded serde v1.0.219
34592026-08-15T07:05:13.361Z[ helios-setup] Aug 15 07:05:12.493 INFO E| Downloaded hashbrown v0.15.3
34602026-08-15T07:05:13.366Z[ helios-setup] Aug 15 07:05:12.496 INFO E| Downloaded serde_with v3.12.0
34612026-08-15T07:05:13.370Z[ helios-setup] Aug 15 07:05:12.504 INFO E| Downloaded serde_json v1.0.140
34622026-08-15T07:05:13.374Z[ helios-setup] Aug 15 07:05:12.508 INFO E| Downloaded time v0.3.41
34632026-08-15T07:05:13.392Z[ helios-setup] Aug 15 07:05:12.525 INFO E| Downloaded chrono v0.4.41
34642026-08-15T07:05:13.399Z[ helios-setup] Aug 15 07:05:12.533 INFO E| Downloaded syn v2.0.101
34652026-08-15T07:05:13.407Z[ helios-setup] Aug 15 07:05:12.541 INFO E| Downloaded rustix v1.0.7
34662026-08-15T07:05:13.481Z[ helios-setup] Aug 15 07:05:12.615 INFO E| Downloaded libc v0.2.172
34672026-08-15T07:05:13.556Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling proc-macro2 v1.0.95
34682026-08-15T07:05:13.556Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling unicode-ident v1.0.18
34692026-08-15T07:05:13.556Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling libc v0.2.172
34702026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling ident_case v1.0.1
34712026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling fnv v1.0.7
34722026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling strsim v0.11.1
34732026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling serde v1.0.219
34742026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling rustix v1.0.7
34752026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling getrandom v0.3.3
34762026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling bitflags v2.9.1
34772026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling cfg-if v1.0.0
34782026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling anyhow v1.0.98
34792026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling serde_json v1.0.140
34802026-08-15T07:05:13.560Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling thiserror v2.0.12
34812026-08-15T07:05:13.561Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling once_cell v1.21.3
34822026-08-15T07:05:13.561Z[ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34832026-08-15T07:05:13.921Z[ helios-setup] Aug 15 07:05:13.055 INFO E| Compiling memchr v2.7.4
34842026-08-15T07:05:14.051Z[ helios-setup] Aug 15 07:05:13.184 INFO E| Compiling itoa v1.0.15
34852026-08-15T07:05:14.102Z[ helios-setup] Aug 15 07:05:13.235 INFO E| Compiling fastrand v2.3.0
34862026-08-15T07:05:14.177Z[ helios-setup] Aug 15 07:05:13.310 INFO E| Compiling ryu v1.0.20
34872026-08-15T07:05:15.029Z[ host-package] Compiling diesel-dtrace v0.5.0
34882026-08-15T07:05:15.075Z[ helios-setup] Aug 15 07:05:14.208 INFO E| Compiling errno v0.3.12
34892026-08-15T07:05:15.162Z[ helios-setup] Aug 15 07:05:14.295 INFO E| Compiling quote v1.0.40
34902026-08-15T07:05:15.337Z[ helios-setup] Aug 15 07:05:14.470 INFO E| Compiling syn v2.0.101
34912026-08-15T07:05:15.512Z[ host-package] Compiling async-bb8-diesel v0.2.1
34922026-08-15T07:05:16.034Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34932026-08-15T07:05:16.057Z[ helios-setup] Aug 15 07:05:15.190 INFO E| Compiling tempfile v3.20.0
34942026-08-15T07:05:16.610Z[ host-package] Compiling ignore v0.4.25
34952026-08-15T07:05:17.514Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34962026-08-15T07:05:17.871Z[ helios-setup] Aug 15 07:05:17.005 INFO E| Compiling darling_core v0.20.11
34972026-08-15T07:05:18.608Z[ helios-setup] Aug 15 07:05:17.741 INFO E| Compiling serde_derive v1.0.219
34982026-08-15T07:05:18.609Z[ helios-setup] Aug 15 07:05:17.741 INFO E| Compiling thiserror-impl v2.0.12
34992026-08-15T07:05:18.619Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35002026-08-15T07:05:18.647Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35012026-08-15T07:05:19.131Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35022026-08-15T07:05:19.154Z[ host-package] Compiling anstyle-parse v0.2.7
35032026-08-15T07:05:19.566Z[ host-package] Compiling vergen-git2 v9.1.0
35042026-08-15T07:05:19.960Z[ host-package] Compiling castaway v0.2.4
35052026-08-15T07:05:19.984Z[ helios-setup] Aug 15 07:05:19.117 INFO E| Compiling darling_macro v0.20.11
35062026-08-15T07:05:20.128Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35072026-08-15T07:05:20.236Z[ host-package] Compiling indoc v2.0.7
35082026-08-15T07:05:20.386Z[ host-package] Compiling bytesize v2.7.0
35092026-08-15T07:05:20.489Z[ host-package] Compiling http-range-header v0.4.2
35102026-08-15T07:05:20.654Z[ host-package] Compiling compact_str v0.8.1
35112026-08-15T07:05:20.685Z[ helios-setup] Aug 15 07:05:19.818 INFO E| Compiling darling v0.20.11
35122026-08-15T07:05:20.778Z[ helios-setup] Aug 15 07:05:19.910 INFO E| Compiling serde_with_macros v3.12.0
35132026-08-15T07:05:21.249Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35142026-08-15T07:05:21.702Z[ host-package] Compiling anstream v0.6.21
35152026-08-15T07:05:21.789Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35162026-08-15T07:05:21.954Z[ host-package] Compiling globwalk v0.9.1
35172026-08-15T07:05:21.974Z[ host-package] Compiling hyper-staticfile v0.10.1
35182026-08-15T07:05:22.311Z[ host-package] Compiling parking_lot v0.11.2
35192026-08-15T07:05:22.872Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
35202026-08-15T07:05:23.213Z[ host-package] Compiling darling_macro v0.13.4
35212026-08-15T07:05:23.243Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35222026-08-15T07:05:23.672Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35232026-08-15T07:05:23.836Z[ helios-setup] Aug 15 07:05:22.970 INFO E| Compiling serde_with v3.12.0
35242026-08-15T07:05:23.858Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35252026-08-15T07:05:23.920Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35262026-08-15T07:05:24.462Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35272026-08-15T07:05:24.924Z[ host-package] Compiling predicates-tree v1.0.13
35282026-08-15T07:05:25.414Z[ host-package] Compiling unicode-truncate v1.1.0
35292026-08-15T07:05:25.710Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35302026-08-15T07:05:25.967Z[ host-package] Compiling lru v0.12.5
35312026-08-15T07:05:26.013Z[ host-package] Compiling prefix-trie v0.7.0
35322026-08-15T07:05:26.198Z[ host-package] Compiling rand_seeder v0.4.0
35332026-08-15T07:05:26.360Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35342026-08-15T07:05:26.489Z[ host-package] Compiling cassowary v0.3.0
35352026-08-15T07:05:26.517Z[ host-package] Compiling hickory-server v0.25.2
35362026-08-15T07:05:26.587Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35372026-08-15T07:05:26.838Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35382026-08-15T07:05:26.904Z[ host-package] Compiling ratatui v0.29.0
35392026-08-15T07:05:27.053Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
35402026-08-15T07:05:27.456Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35412026-08-15T07:05:27.525Z[ host-package] Compiling darling v0.13.4
35422026-08-15T07:05:27.799Z[ host-package] Compiling sled v0.34.7
35432026-08-15T07:05:27.844Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
35442026-08-15T07:05:28.170Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35452026-08-15T07:05:28.219Z[ helios-setup] Aug 15 07:05:27.353 INFO E| Finished `release` profile [optimized] target(s) in 15.30s
35462026-08-15T07:05:28.248Z[ helios-setup] Aug 15 07:05:27.381 INFO building project "dmar-report" ok (15 seconds)
35472026-08-15T07:05:28.251Z[ helios-setup] Aug 15 07:05:27.381 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35482026-08-15T07:05:28.256Z[ helios-setup] Aug 15 07:05:27.390 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
35492026-08-15T07:05:28.256Z[ helios-setup] Aug 15 07:05:27.390 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35502026-08-15T07:05:28.256Z[ helios-setup] Aug 15 07:05:27.390 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35512026-08-15T07:05:28.363Z[ helios-setup] Aug 15 07:05:27.497 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35522026-08-15T07:05:28.460Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35532026-08-15T07:05:28.691Z[ helios-setup] Aug 15 07:05:27.824 INFO E| From https://github.com/jclulow/rust-jmclib
35542026-08-15T07:05:28.691Z[ helios-setup] Aug 15 07:05:27.824 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35552026-08-15T07:05:28.709Z[ helios-setup] Aug 15 07:05:27.843 INFO E| Updating crates.io index
35562026-08-15T07:05:28.762Z[ helios-setup] Aug 15 07:05:27.895 INFO E| Downloading crates ...
35572026-08-15T07:05:28.801Z[ helios-setup] Aug 15 07:05:27.935 INFO E| Downloaded glob v0.3.1
35582026-08-15T07:05:28.807Z[ helios-setup] Aug 15 07:05:27.941 INFO E| Downloaded itoa v1.0.9
35592026-08-15T07:05:28.810Z[ helios-setup] Aug 15 07:05:27.943 INFO E| Downloaded md-5 v0.9.1
35602026-08-15T07:05:28.813Z[ helios-setup] Aug 15 07:05:27.947 INFO E| Downloaded once_cell v1.18.0
35612026-08-15T07:05:28.816Z[ helios-setup] Aug 15 07:05:27.948 INFO E| Downloaded fastrand v2.0.0
35622026-08-15T07:05:28.816Z[ helios-setup] Aug 15 07:05:27.950 INFO E| Downloaded opaque-debug v0.3.0
35632026-08-15T07:05:28.824Z[ helios-setup] Aug 15 07:05:27.958 INFO E| Downloaded block-buffer v0.9.0
35642026-08-15T07:05:28.830Z[ helios-setup] Aug 15 07:05:27.964 INFO E| Downloaded errno v0.3.1
35652026-08-15T07:05:28.833Z[ helios-setup] Aug 15 07:05:27.965 INFO E| Downloaded libdevinfo-sys v1.0.0
35662026-08-15T07:05:28.833Z[ helios-setup] Aug 15 07:05:27.965 INFO E| Downloaded sha-1 v0.9.8
35672026-08-15T07:05:28.833Z[ helios-setup] Aug 15 07:05:27.967 INFO E| Downloaded digest v0.9.0
35682026-08-15T07:05:28.842Z[ helios-setup] Aug 15 07:05:27.976 INFO E| Downloaded anyhow v1.0.72
35692026-08-15T07:05:28.845Z[ helios-setup] Aug 15 07:05:27.979 INFO E| Downloaded cpufeatures v0.2.9
35702026-08-15T07:05:28.849Z[ helios-setup] Aug 15 07:05:27.981 INFO E| Downloaded walkdir v2.3.3
35712026-08-15T07:05:28.852Z[ helios-setup] Aug 15 07:05:27.983 INFO E| Downloaded quote v1.0.31
35722026-08-15T07:05:28.857Z[ helios-setup] Aug 15 07:05:27.991 INFO E| Downloaded proc-macro2 v1.0.66
35732026-08-15T07:05:28.860Z[ helios-setup] Aug 15 07:05:27.993 INFO E| Downloaded ryu v1.0.15
35742026-08-15T07:05:28.863Z[ helios-setup] Aug 15 07:05:27.995 INFO E| Downloaded getrandom v0.2.10
35752026-08-15T07:05:28.863Z[ helios-setup] Aug 15 07:05:27.997 INFO E| Downloaded tempfile v3.7.0
35762026-08-15T07:05:28.867Z[ helios-setup] Aug 15 07:05:27.998 INFO E| Downloaded unicode-ident v1.0.11
35772026-08-15T07:05:28.867Z[ helios-setup] Aug 15 07:05:28.000 INFO E| Downloaded unicode-width v0.1.10
35782026-08-15T07:05:28.867Z[ helios-setup] Aug 15 07:05:28.001 INFO E| Downloaded bitflags v2.3.3
35792026-08-15T07:05:28.870Z[ helios-setup] Aug 15 07:05:28.002 INFO E| Downloaded uuid v0.8.2
35802026-08-15T07:05:28.870Z[ helios-setup] Aug 15 07:05:28.004 INFO E| Downloaded typenum v1.16.0
35812026-08-15T07:05:28.873Z[ helios-setup] Aug 15 07:05:28.005 INFO E| Downloaded toml v0.5.11
35822026-08-15T07:05:28.876Z[ helios-setup] Aug 15 07:05:28.009 INFO E| Downloaded serde_derive v1.0.193
35832026-08-15T07:05:28.879Z[ helios-setup] Aug 15 07:05:28.012 INFO E| Downloaded serde v1.0.193
35842026-08-15T07:05:28.902Z[ helios-setup] Aug 15 07:05:28.036 INFO E| Downloaded serde_json v1.0.103
35852026-08-15T07:05:28.916Z[ helios-setup] Aug 15 07:05:28.050 INFO E| Downloaded syn v2.0.32
35862026-08-15T07:05:28.927Z[ helios-setup] Aug 15 07:05:28.060 INFO E| Downloaded rustix v0.38.4
35872026-08-15T07:05:28.947Z[ helios-setup] Aug 15 07:05:28.081 INFO E| Downloaded libc v0.2.147
35882026-08-15T07:05:29.010Z[ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling libc v0.2.147
35892026-08-15T07:05:29.010Z[ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling proc-macro2 v1.0.66
35902026-08-15T07:05:29.010Z[ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling cfg-if v1.0.0
35912026-08-15T07:05:29.010Z[ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling unicode-ident v1.0.11
35922026-08-15T07:05:29.014Z[ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling typenum v1.16.0
35932026-08-15T07:05:29.057Z[ helios-setup] Aug 15 07:05:28.191 INFO E| Compiling version_check v0.9.4
35942026-08-15T07:05:29.057Z[ helios-setup] Aug 15 07:05:28.191 INFO E| Compiling serde v1.0.193
35952026-08-15T07:05:29.080Z[ helios-setup] Aug 15 07:05:28.214 INFO E| Compiling num-conv v0.1.0
35962026-08-15T07:05:29.111Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling slog v2.7.0
35972026-08-15T07:05:29.111Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling rustix v0.38.4
35982026-08-15T07:05:29.111Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling itoa v1.0.9
35992026-08-15T07:05:29.114Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling powerfmt v0.2.0
36002026-08-15T07:05:29.114Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling time-core v0.1.2
36012026-08-15T07:05:29.114Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling num_threads v0.1.6
36022026-08-15T07:05:29.114Z[ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling once_cell v1.18.0
36032026-08-15T07:05:29.151Z[ helios-setup] Aug 15 07:05:28.285 INFO E| Compiling bitflags v2.3.3
36042026-08-15T07:05:29.491Z[ helios-setup] Aug 15 07:05:28.624 INFO E| Compiling deranged v0.3.11
36052026-08-15T07:05:29.507Z[ helios-setup] Aug 15 07:05:28.641 INFO E| Compiling thread_local v1.1.7
36062026-08-15T07:05:29.539Z[ helios-setup] Aug 15 07:05:28.673 INFO E| Compiling opaque-debug v0.3.0
36072026-08-15T07:05:29.583Z[ helios-setup] Aug 15 07:05:28.717 INFO E| Compiling fastrand v2.0.0
36082026-08-15T07:05:29.620Z[ helios-setup] Aug 15 07:05:28.754 INFO E| Compiling serde_json v1.0.103
36092026-08-15T07:05:29.665Z[ helios-setup] Aug 15 07:05:28.799 INFO E| Compiling anyhow v1.0.72
36102026-08-15T07:05:29.669Z[ helios-setup] Aug 15 07:05:28.799 INFO E| Compiling same-file v1.0.6
36112026-08-15T07:05:29.746Z[ helios-setup] Aug 15 07:05:28.880 INFO E| Compiling cpufeatures v0.2.9
36122026-08-15T07:05:29.746Z[ helios-setup] Aug 15 07:05:28.880 INFO E| Compiling unicode-width v0.1.10
36132026-08-15T07:05:29.872Z[ helios-setup] Aug 15 07:05:29.006 INFO E| Compiling time-macros v0.2.18
36142026-08-15T07:05:29.940Z[ helios-setup] Aug 15 07:05:29.074 INFO E| Compiling ryu v1.0.15
36152026-08-15T07:05:30.009Z[ helios-setup] Aug 15 07:05:29.143 INFO E| Compiling getopts v0.2.21
36162026-08-15T07:05:30.018Z[ helios-setup] Aug 15 07:05:29.152 INFO E| Compiling generic-array v0.14.7
36172026-08-15T07:05:30.096Z[ helios-setup] Aug 15 07:05:29.230 INFO E| Compiling walkdir v2.3.3
36182026-08-15T07:05:30.161Z[ helios-setup] Aug 15 07:05:29.294 INFO E| Compiling libdevinfo-sys v1.0.0
36192026-08-15T07:05:30.172Z[ helios-setup] Aug 15 07:05:29.306 INFO E| Compiling glob v0.3.1
36202026-08-15T07:05:30.463Z[ helios-setup] Aug 15 07:05:29.597 INFO E| Compiling quote v1.0.31
36212026-08-15T07:05:30.692Z[ helios-setup] Aug 15 07:05:29.825 INFO E| Compiling dirs-sys-next v0.1.2
36222026-08-15T07:05:30.713Z[ helios-setup] Aug 15 07:05:29.846 INFO E| Compiling syn v2.0.32
36232026-08-15T07:05:30.768Z[ helios-setup] Aug 15 07:05:29.902 INFO E| Compiling errno v0.3.1
36242026-08-15T07:05:30.768Z[ helios-setup] Aug 15 07:05:29.902 INFO E| Compiling atty v0.2.14
36252026-08-15T07:05:30.789Z[ helios-setup] Aug 15 07:05:29.923 INFO E| Compiling getrandom v0.2.10
36262026-08-15T07:05:30.817Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36272026-08-15T07:05:30.972Z[ helios-setup] Aug 15 07:05:30.106 INFO E| Compiling dirs-next v2.0.0
36282026-08-15T07:05:31.050Z[ helios-setup] Aug 15 07:05:30.184 INFO E| Compiling term v0.7.0
36292026-08-15T07:05:31.591Z[ helios-setup] Aug 15 07:05:30.724 INFO E| Compiling time v0.3.36
36302026-08-15T07:05:31.620Z[ helios-setup] Aug 15 07:05:30.753 INFO E| Compiling tempfile v3.7.0
36312026-08-15T07:05:31.655Z[ helios-setup] Aug 15 07:05:30.788 INFO E| Compiling block-buffer v0.9.0
36322026-08-15T07:05:31.655Z[ helios-setup] Aug 15 07:05:30.788 INFO E| Compiling digest v0.9.0
36332026-08-15T07:05:31.772Z[ helios-setup] Aug 15 07:05:30.905 INFO E| Compiling sha-1 v0.9.8
36342026-08-15T07:05:31.772Z[ helios-setup] Aug 15 07:05:30.905 INFO E| Compiling md-5 v0.9.1
36352026-08-15T07:05:32.609Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36362026-08-15T07:05:32.747Z[ helios-setup] Aug 15 07:05:31.880 INFO E| Compiling slog-term v2.9.0
36372026-08-15T07:05:32.785Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36382026-08-15T07:05:32.915Z[ helios-setup] Aug 15 07:05:32.048 INFO E| Compiling serde_derive v1.0.193
36392026-08-15T07:05:32.951Z[ host-package] Compiling lru v0.18.2
36402026-08-15T07:05:33.041Z[ host-package] Compiling pwd v1.4.0
36412026-08-15T07:05:33.310Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36422026-08-15T07:05:33.360Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
36432026-08-15T07:05:33.397Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36442026-08-15T07:05:33.801Z[ host-package] Compiling git2 v0.20.4
36452026-08-15T07:05:34.041Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36462026-08-15T07:05:34.104Z[ host-package] Compiling serde_with_macros v1.5.2
36472026-08-15T07:05:34.592Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36482026-08-15T07:05:35.286Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36492026-08-15T07:05:35.525Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36502026-08-15T07:05:35.776Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36512026-08-15T07:05:35.866Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36522026-08-15T07:05:36.023Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36532026-08-15T07:05:36.479Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36542026-08-15T07:05:36.683Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36552026-08-15T07:05:36.825Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36562026-08-15T07:05:36.937Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36572026-08-15T07:05:36.961Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36582026-08-15T07:05:36.995Z[ host-package] Compiling arc-swap v1.8.2
36592026-08-15T07:05:37.140Z[ host-package] Compiling void v1.0.2
36602026-08-15T07:05:37.257Z[ host-package] Compiling lzss v0.8.2
36612026-08-15T07:05:37.370Z[ host-package] Compiling slog-scope v4.4.1
36622026-08-15T07:05:37.578Z[ host-package] Compiling illumos-nvpair v0.3.0
36632026-08-15T07:05:37.664Z[ host-package] Compiling serde_with v1.14.0
36642026-08-15T07:05:37.667Z[ helios-setup] Aug 15 07:05:36.798 INFO E| Compiling toml v0.5.11
36652026-08-15T07:05:37.667Z[ helios-setup] Aug 15 07:05:36.798 INFO E| Compiling uuid v0.8.2
36662026-08-15T07:05:37.925Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36672026-08-15T07:05:38.195Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36682026-08-15T07:05:38.458Z[ helios-setup] Aug 15 07:05:37.592 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36692026-08-15T07:05:38.941Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36702026-08-15T07:05:39.278Z[ helios-setup] Aug 15 07:05:38.412 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36712026-08-15T07:05:40.905Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36722026-08-15T07:05:42.170Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36732026-08-15T07:05:42.823Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36742026-08-15T07:05:43.251Z[ host-package] Compiling scuffle v0.1.0
36752026-08-15T07:05:43.467Z[ helios-setup] Aug 15 07:05:42.601 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s
36762026-08-15T07:05:43.492Z[ helios-setup] Aug 15 07:05:42.625 INFO building project "image-builder" ok (15 seconds)
36772026-08-15T07:05:43.492Z[ helios-setup] Aug 15 07:05:42.625 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36782026-08-15T07:05:43.526Z[ helios-setup] Aug 15 07:05:42.660 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')"
36792026-08-15T07:05:43.526Z[ helios-setup] Aug 15 07:05:42.660 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36802026-08-15T07:05:43.526Z[ helios-setup] Aug 15 07:05:42.660 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36812026-08-15T07:05:43.671Z[ helios-setup] Aug 15 07:05:42.805 INFO E| Blocking waiting for file lock on package cache
36822026-08-15T07:05:45.187Z[ host-package] Compiling tungstenite v0.23.0
36832026-08-15T07:05:45.495Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36842026-08-15T07:05:47.458Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36852026-08-15T07:05:47.561Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36862026-08-15T07:05:47.768Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36872026-08-15T07:05:47.830Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36882026-08-15T07:05:47.999Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36892026-08-15T07:05:48.060Z[ host-package] Compiling nix v0.27.1
36902026-08-15T07:05:48.258Z[ host-package] Compiling twox-hash v2.1.2
36912026-08-15T07:05:48.592Z[ host-package] Compiling libsw-core v0.3.2
36922026-08-15T07:05:48.821Z[ host-package] Compiling atty v0.2.14
36932026-08-15T07:05:48.844Z[ host-package] Compiling serde_bytes v0.11.19
36942026-08-15T07:05:48.979Z[ host-package] Compiling libsw v3.5.0
36952026-08-15T07:05:49.073Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36962026-08-15T07:05:49.147Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-08-15T07:05:49.246Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36982026-08-15T07:05:49.302Z[ host-package] Compiling tokio-tungstenite v0.23.1
36992026-08-15T07:05:49.510Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37002026-08-15T07:05:49.693Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37012026-08-15T07:05:49.891Z[ helios-setup] Aug 15 07:05:49.024 INFO E| Updating crates.io index
37022026-08-15T07:05:49.895Z[ helios-setup] Aug 15 07:05:49.025 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
37032026-08-15T07:05:50.339Z[ helios-setup] Aug 15 07:05:49.472 INFO E| From https://github.com/oxidecomputer/amd-apcb
37042026-08-15T07:05:50.339Z[ helios-setup] Aug 15 07:05:49.472 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
37052026-08-15T07:05:50.354Z[ helios-setup] Aug 15 07:05:49.487 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
37062026-08-15T07:05:50.553Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37072026-08-15T07:05:50.580Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37082026-08-15T07:05:50.657Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37092026-08-15T07:05:50.745Z[ helios-setup] Aug 15 07:05:49.878 INFO E| From https://github.com/oxidecomputer/amd-efs
37102026-08-15T07:05:50.745Z[ helios-setup] Aug 15 07:05:49.878 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
37112026-08-15T07:05:50.954Z[ helios-setup] Aug 15 07:05:50.087 INFO E| Blocking waiting for file lock on package cache
37122026-08-15T07:05:51.039Z[ helios-setup] Aug 15 07:05:50.170 INFO E| Blocking waiting for file lock on package cache
37132026-08-15T07:05:52.064Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37142026-08-15T07:05:52.133Z[ host-package] Compiling slog-stdlog v4.1.1
37152026-08-15T07:05:52.449Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37162026-08-15T07:05:52.551Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37172026-08-15T07:05:52.753Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37182026-08-15T07:05:53.042Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37192026-08-15T07:05:53.518Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37202026-08-15T07:05:54.428Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37212026-08-15T07:05:55.160Z[ helios-setup] Aug 15 07:05:54.293 INFO E| Downloading crates ...
37222026-08-15T07:05:55.207Z[ helios-setup] Aug 15 07:05:54.340 INFO E| Downloaded four-cc v0.4.0
37232026-08-15T07:05:55.210Z[ helios-setup] Aug 15 07:05:54.342 INFO E| Downloaded dyn-clone v1.0.19
37242026-08-15T07:05:55.214Z[ helios-setup] Aug 15 07:05:54.348 INFO E| Downloaded bytesize v2.0.1
37252026-08-15T07:05:55.218Z[ helios-setup] Aug 15 07:05:54.350 INFO E| Downloaded strum v0.27.1
37262026-08-15T07:05:55.218Z[ helios-setup] Aug 15 07:05:54.351 INFO E| Downloaded ansi_term v0.12.1
37272026-08-15T07:05:55.222Z[ helios-setup] Aug 15 07:05:54.352 INFO E| Downloaded fletcher v1.0.0
37282026-08-15T07:05:55.222Z[ helios-setup] Aug 15 07:05:54.353 INFO E| Downloaded heck v0.3.3
37292026-08-15T07:05:55.229Z[ helios-setup] Aug 15 07:05:54.363 INFO E| Downloaded unic-char-property v0.9.0
37302026-08-15T07:05:55.233Z[ helios-setup] Aug 15 07:05:54.364 INFO E| Downloaded unic-char-range v0.9.0
37312026-08-15T07:05:55.238Z[ helios-setup] Aug 15 07:05:54.371 INFO E| Downloaded unic-common v0.9.0
37322026-08-15T07:05:55.241Z[ helios-setup] Aug 15 07:05:54.372 INFO E| Downloaded unic-ucd-ident v0.9.0
37332026-08-15T07:05:55.242Z[ helios-setup] Aug 15 07:05:54.374 INFO E| Downloaded unic-ucd-version v0.9.0
37342026-08-15T07:05:55.249Z[ helios-setup] Aug 15 07:05:54.383 INFO E| Downloaded parse_int v0.9.0
37352026-08-15T07:05:55.253Z[ helios-setup] Aug 15 07:05:54.387 INFO E| Downloaded strum_macros v0.27.1
37362026-08-15T07:05:55.261Z[ helios-setup] Aug 15 07:05:54.394 INFO E| Downloaded vec_map v0.8.2
37372026-08-15T07:05:55.264Z[ helios-setup] Aug 15 07:05:54.395 INFO E| Downloaded modular-bitfield-impl v0.11.2
37382026-08-15T07:05:55.264Z[ helios-setup] Aug 15 07:05:54.396 INFO E| Downloaded rustversion v1.0.20
37392026-08-15T07:05:55.267Z[ helios-setup] Aug 15 07:05:54.400 INFO E| Downloaded textwrap v0.11.0
37402026-08-15T07:05:55.271Z[ helios-setup] Aug 15 07:05:54.403 INFO E| Downloaded modular-bitfield-impl v0.13.1
37412026-08-15T07:05:55.271Z[ helios-setup] Aug 15 07:05:54.404 INFO E| Downloaded strsim v0.8.0
37422026-08-15T07:05:55.274Z[ helios-setup] Aug 15 07:05:54.405 INFO E| Downloaded structopt-derive v0.4.18
37432026-08-15T07:05:55.274Z[ helios-setup] Aug 15 07:05:54.406 INFO E| Downloaded pest_generator v2.8.0
37442026-08-15T07:05:55.279Z[ helios-setup] Aug 15 07:05:54.413 INFO E| Downloaded pest_derive v2.8.0
37452026-08-15T07:05:55.283Z[ helios-setup] Aug 15 07:05:54.415 INFO E| Downloaded pest_meta v2.8.0
37462026-08-15T07:05:55.286Z[ helios-setup] Aug 15 07:05:54.418 INFO E| Downloaded log v0.4.27
37472026-08-15T07:05:55.290Z[ helios-setup] Aug 15 07:05:54.424 INFO E| Downloaded modular-bitfield v0.11.2
37482026-08-15T07:05:55.297Z[ helios-setup] Aug 15 07:05:54.430 INFO E| Downloaded typenum v1.18.0
37492026-08-15T07:05:55.301Z[ helios-setup] Aug 15 07:05:54.435 INFO E| Downloaded modular-bitfield v0.13.1
37502026-08-15T07:05:55.306Z[ helios-setup] Aug 15 07:05:54.440 INFO E| Downloaded structopt v0.3.26
37512026-08-15T07:05:55.311Z[ helios-setup] Aug 15 07:05:54.444 INFO E| Downloaded zerocopy-derive v0.8.25
37522026-08-15T07:05:55.323Z[ helios-setup] Aug 15 07:05:54.456 INFO E| Downloaded pest v2.8.0
37532026-08-15T07:05:55.327Z[ helios-setup] Aug 15 07:05:54.460 INFO E| Downloaded goblin v0.9.3
37542026-08-15T07:05:55.339Z[ helios-setup] Aug 15 07:05:54.472 INFO E| Downloaded clap v2.34.0
37552026-08-15T07:05:55.343Z[ helios-setup] Aug 15 07:05:54.477 INFO E| Downloaded zerocopy v0.8.25
37562026-08-15T07:05:55.475Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling proc-macro2 v1.0.95
37572026-08-15T07:05:55.476Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling unicode-ident v1.0.18
37582026-08-15T07:05:55.476Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling memchr v2.7.4
37592026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling thiserror v2.0.12
37602026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling autocfg v1.4.0
37612026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling syn v1.0.109
37622026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling serde v1.0.219
37632026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling version_check v0.9.5
37642026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling serde_json v1.0.140
37652026-08-15T07:05:55.479Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling itoa v1.0.15
37662026-08-15T07:05:55.480Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling schemars v0.8.22
37672026-08-15T07:05:55.480Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling ryu v1.0.20
37682026-08-15T07:05:55.480Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling dyn-clone v1.0.19
37692026-08-15T07:05:55.480Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling rustversion v1.0.20
37702026-08-15T07:05:55.480Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling paste v1.0.15
37712026-08-15T07:05:55.481Z[ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling static_assertions v1.1.0
37722026-08-15T07:05:55.957Z[ helios-setup] Aug 15 07:05:55.090 INFO E| Compiling libc v0.2.172
37732026-08-15T07:05:56.112Z[ helios-setup] Aug 15 07:05:55.245 INFO E| Compiling ucd-trie v0.1.7
37742026-08-15T07:05:56.233Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37752026-08-15T07:05:56.403Z[ helios-setup] Aug 15 07:05:55.536 INFO E| Compiling zerocopy v0.8.25
37762026-08-15T07:05:56.432Z[ helios-setup] Aug 15 07:05:55.565 INFO E| Compiling once_cell v1.21.3
37772026-08-15T07:05:56.437Z[ helios-setup] Aug 15 07:05:55.570 INFO E| Compiling proc-macro-error-attr v1.0.4
37782026-08-15T07:05:56.543Z[ helios-setup] Aug 15 07:05:55.676 INFO E| Compiling proc-macro-error v1.0.4
37792026-08-15T07:05:56.560Z[ helios-setup] Aug 15 07:05:55.694 INFO E| Compiling unicode-segmentation v1.12.0
37802026-08-15T07:05:56.705Z[ helios-setup] Aug 15 07:05:55.839 INFO E| Compiling heck v0.5.0
37812026-08-15T07:05:56.895Z[ helios-setup] Aug 15 07:05:56.028 INFO E| Compiling unicode-width v0.1.14
37822026-08-15T07:05:56.991Z[ helios-setup] Aug 15 07:05:56.124 INFO E| Compiling unic-char-range v0.9.0
37832026-08-15T07:05:57.002Z[ helios-setup] Aug 15 07:05:56.135 INFO E| Compiling strsim v0.8.0
37842026-08-15T07:05:57.021Z[ helios-setup] Aug 15 07:05:56.155 INFO E| Compiling bitflags v1.3.2
37852026-08-15T07:05:57.112Z[ helios-setup] Aug 15 07:05:56.245 INFO E| Compiling strum v0.27.1
37862026-08-15T07:05:57.132Z[ helios-setup] Aug 15 07:05:56.266 INFO E| Compiling atty v0.2.14
37872026-08-15T07:05:57.147Z[ helios-setup] Aug 15 07:05:56.280 INFO E| Compiling num-traits v0.2.19
37882026-08-15T07:05:57.193Z[ helios-setup] Aug 15 07:05:56.327 INFO E| Compiling memoffset v0.9.1
37892026-08-15T07:05:57.243Z[ helios-setup] Aug 15 07:05:56.376 INFO E| Compiling heck v0.3.3
37902026-08-15T07:05:57.262Z[ helios-setup] Aug 15 07:05:56.395 INFO E| Compiling byteorder v1.5.0
37912026-08-15T07:05:57.276Z[ helios-setup] Aug 15 07:05:56.409 INFO E| Compiling fletcher v1.0.0
37922026-08-15T07:05:57.348Z[ helios-setup] Aug 15 07:05:56.481 INFO E| Compiling ansi_term v0.12.1
37932026-08-15T07:05:57.363Z[ helios-setup] Aug 15 07:05:56.497 INFO E| Compiling unic-common v0.9.0
37942026-08-15T07:05:57.404Z[ helios-setup] Aug 15 07:05:56.537 INFO E| Compiling vec_map v0.8.2
37952026-08-15T07:05:57.404Z[ helios-setup] Aug 15 07:05:56.537 INFO E| Compiling unic-char-property v0.9.0
37962026-08-15T07:05:57.445Z[ helios-setup] Aug 15 07:05:56.578 INFO E| Compiling log v0.4.27
37972026-08-15T07:05:57.537Z[ helios-setup] Aug 15 07:05:56.671 INFO E| Compiling unic-ucd-version v0.9.0
37982026-08-15T07:05:57.580Z[ helios-setup] Aug 15 07:05:56.713 INFO E| Compiling textwrap v0.11.0
37992026-08-15T07:05:57.679Z[ helios-setup] Aug 15 07:05:56.812 INFO E| Compiling plain v0.2.3
38002026-08-15T07:05:57.718Z[ helios-setup] Aug 15 07:05:56.851 INFO E| Compiling lazy_static v1.5.0
38012026-08-15T07:05:57.746Z[ helios-setup] Aug 15 07:05:56.880 INFO E| Compiling unic-ucd-ident v0.9.0
38022026-08-15T07:05:57.762Z[ helios-setup] Aug 15 07:05:56.895 INFO E| Compiling bytesize v2.0.1
38032026-08-15T07:05:57.832Z[ helios-setup] Aug 15 07:05:56.965 INFO E| Compiling clap v2.34.0
38042026-08-15T07:05:58.286Z[ helios-setup] Aug 15 07:05:57.419 INFO E| Compiling quote v1.0.40
38052026-08-15T07:05:58.508Z[ helios-setup] Aug 15 07:05:57.641 INFO E| Compiling syn v2.0.101
38062026-08-15T07:05:58.771Z[ helios-setup] Aug 15 07:05:57.904 INFO E| Compiling parse_int v0.9.0
38072026-08-15T07:06:01.593Z[ helios-setup] Aug 15 07:06:00.726 INFO E| Compiling modular-bitfield-impl v0.11.2
38082026-08-15T07:06:01.593Z[ helios-setup] Aug 15 07:06:00.726 INFO E| Compiling structopt-derive v0.4.18
38092026-08-15T07:06:01.617Z[ helios-setup] Aug 15 07:06:00.751 INFO E| Compiling serde_derive_internals v0.29.1
38102026-08-15T07:06:01.862Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38112026-08-15T07:06:02.157Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38122026-08-15T07:06:02.358Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38132026-08-15T07:06:02.454Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling thiserror-impl v2.0.12
38142026-08-15T07:06:02.455Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling serde_derive v1.0.219
38152026-08-15T07:06:02.455Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling zerocopy-derive v0.8.25
38162026-08-15T07:06:02.460Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling num-derive v0.4.2
38172026-08-15T07:06:02.460Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling modular-bitfield-impl v0.13.1
38182026-08-15T07:06:02.460Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling strum_macros v0.27.1
38192026-08-15T07:06:02.460Z[ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling scroll_derive v0.12.1
38202026-08-15T07:06:02.571Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38212026-08-15T07:06:02.872Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38222026-08-15T07:06:02.974Z[ helios-setup] Aug 15 07:06:02.107 INFO E| Compiling schemars_derive v0.8.22
38232026-08-15T07:06:03.096Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38242026-08-15T07:06:03.401Z[ helios-setup] Aug 15 07:06:02.534 INFO E| Compiling structopt v0.3.26
38252026-08-15T07:06:03.638Z[ helios-setup] Aug 15 07:06:02.770 INFO E| Compiling scroll v0.12.0
38262026-08-15T07:06:03.644Z[ helios-setup] Aug 15 07:06:02.777 INFO E| Compiling modular-bitfield v0.11.2
38272026-08-15T07:06:03.889Z[ helios-setup] Aug 15 07:06:03.023 INFO E| Compiling goblin v0.9.3
38282026-08-15T07:06:04.723Z[ helios-setup] Aug 15 07:06:03.857 INFO E| Compiling modular-bitfield v0.13.1
38292026-08-15T07:06:04.885Z[ helios-setup] Aug 15 07:06:04.019 INFO E| Compiling pest v2.8.0
38302026-08-15T07:06:06.360Z[ helios-setup] Aug 15 07:06:05.493 INFO E| Compiling pest_meta v2.8.0
38312026-08-15T07:06:06.739Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38322026-08-15T07:06:06.819Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38332026-08-15T07:06:07.005Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38342026-08-15T07:06:07.201Z[ helios-setup] Aug 15 07:06:06.334 INFO E| Compiling pest_generator v2.8.0
38352026-08-15T07:06:07.276Z[ host-package] Compiling fatfs v0.3.6
38362026-08-15T07:06:07.868Z[ host-package] Compiling signal-hook-tokio v0.3.1
38372026-08-15T07:06:07.975Z[ host-package] Compiling yasna v0.5.2
38382026-08-15T07:06:08.049Z[ helios-setup] Aug 15 07:06:07.182 INFO E| Compiling pest_derive v2.8.0
38392026-08-15T07:06:08.137Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38402026-08-15T07:06:08.709Z[ helios-setup] Aug 15 07:06:07.842 INFO E| Compiling json5 v0.4.1
38412026-08-15T07:06:08.861Z[ host-package] Compiling assert_matches v1.5.0
38422026-08-15T07:06:08.955Z[ host-package] Compiling is_ci v1.2.0
38432026-08-15T07:06:09.118Z[ host-package] Compiling rcgen v0.12.1
38442026-08-15T07:06:09.229Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38452026-08-15T07:06:09.392Z[ host-package] Compiling supports-color v3.0.2
38462026-08-15T07:06:09.712Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38472026-08-15T07:06:10.295Z[ helios-setup] Aug 15 07:06:09.428 INFO E| Compiling four-cc v0.4.0
38482026-08-15T07:06:10.295Z[ helios-setup] Aug 15 07:06:09.428 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
38492026-08-15T07:06:10.421Z[ helios-setup] Aug 15 07:06:09.554 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
38502026-08-15T07:06:11.218Z[ host-package] Compiling slog-envlogger v2.2.0
38512026-08-15T07:06:11.932Z[ host-package] Compiling oxide-update-engine-display v0.1.2
38522026-08-15T07:06:12.099Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38532026-08-15T07:06:12.574Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38542026-08-15T07:06:12.652Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38552026-08-15T07:06:12.656Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38562026-08-15T07:06:12.989Z[ host-package] Compiling port-file v0.1.0
38572026-08-15T07:06:13.023Z[ host-package] Compiling rtoolbox v0.0.3
38582026-08-15T07:06:13.072Z[ host-package] Compiling subprocess v0.2.15
38592026-08-15T07:06:13.313Z[ host-package] Compiling rpassword v7.5.4
38602026-08-15T07:06:13.335Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38612026-08-15T07:06:14.015Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38622026-08-15T07:06:15.407Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38632026-08-15T07:06:15.569Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38642026-08-15T07:06:16.542Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38652026-08-15T07:06:16.583Z[ host-package] Compiling tui-tree-widget v0.23.1
38662026-08-15T07:06:16.930Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38672026-08-15T07:06:17.320Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38682026-08-15T07:06:17.996Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38692026-08-15T07:06:18.732Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38702026-08-15T07:06:19.744Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38712026-08-15T07:06:19.978Z[ host-package] Compiling uzers v0.12.2
38722026-08-15T07:06:21.393Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38732026-08-15T07:06:21.475Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38742026-08-15T07:06:22.208Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38752026-08-15T07:06:22.849Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38762026-08-15T07:06:24.629Z[ helios-setup] Aug 15 07:06:23.762 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
38772026-08-15T07:06:24.731Z[ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
38782026-08-15T07:06:26.212Z[ host-package] Compiling support-bundle-viewer v0.1.2
38792026-08-15T07:06:28.269Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38802026-08-15T07:06:28.624Z[ helios-setup] Aug 15 07:06:27.758 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
38812026-08-15T07:06:30.704Z[ host-package] Compiling multimap v0.10.1
38822026-08-15T07:06:39.523Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38832026-08-15T07:06:41.619Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38842026-08-15T07:06:42.740Z[ helios-setup] Aug 15 07:06:41.873 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.17s
38852026-08-15T07:06:42.777Z[ helios-setup] Aug 15 07:06:41.910 INFO building project "amd-host-image-builder" ok (59 seconds)
38862026-08-15T07:06:42.781Z[ helios-setup] Aug 15 07:06:41.910 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38872026-08-15T07:06:42.786Z[ helios-setup] Aug 15 07:06:41.919 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38882026-08-15T07:06:42.786Z[ helios-setup] Aug 15 07:06:41.919 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38892026-08-15T07:06:42.789Z[ helios-setup] Aug 15 07:06:41.919 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38902026-08-15T07:06:42.908Z[ helios-setup] Aug 15 07:06:42.041 INFO E| Downloading crates ...
38912026-08-15T07:06:42.956Z[ helios-setup] Aug 15 07:06:42.089 INFO E| Downloaded bytes v1.2.1
38922026-08-15T07:06:42.960Z[ helios-setup] Aug 15 07:06:42.092 INFO E| Downloaded digest v0.10.3
38932026-08-15T07:06:42.960Z[ helios-setup] Aug 15 07:06:42.093 INFO E| Downloaded cpufeatures v0.2.5
38942026-08-15T07:06:42.964Z[ helios-setup] Aug 15 07:06:42.097 INFO E| Downloaded generic-array v0.14.6
38952026-08-15T07:06:42.967Z[ helios-setup] Aug 15 07:06:42.098 INFO E| Downloaded block-buffer v0.10.3
38962026-08-15T07:06:42.967Z[ helios-setup] Aug 15 07:06:42.099 INFO E| Downloaded miniz_oxide v0.6.2
38972026-08-15T07:06:42.973Z[ helios-setup] Aug 15 07:06:42.106 INFO E| Downloaded sha2 v0.10.5
38982026-08-15T07:06:42.976Z[ helios-setup] Aug 15 07:06:42.108 INFO E| Downloaded typenum v1.15.0
38992026-08-15T07:06:42.976Z[ helios-setup] Aug 15 07:06:42.109 INFO E| Downloaded anyhow v1.0.62
39002026-08-15T07:06:42.979Z[ helios-setup] Aug 15 07:06:42.111 INFO E| Downloaded flate2 v1.0.25
39012026-08-15T07:06:43.027Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling typenum v1.15.0
39022026-08-15T07:06:43.027Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling version_check v0.9.4
39032026-08-15T07:06:43.031Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling crc32fast v1.3.2
39042026-08-15T07:06:43.031Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling cfg-if v1.0.0
39052026-08-15T07:06:43.031Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling adler v1.0.2
39062026-08-15T07:06:43.031Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling anyhow v1.0.62
39072026-08-15T07:06:43.031Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling unicode-width v0.1.10
39082026-08-15T07:06:43.032Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling cpufeatures v0.2.5
39092026-08-15T07:06:43.032Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling bytes v1.2.1
39102026-08-15T07:06:43.032Z[ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling bitflags v1.3.2
39112026-08-15T07:06:43.158Z[ helios-setup] Aug 15 07:06:42.291 INFO E| Compiling getopts v0.2.21
39122026-08-15T07:06:43.195Z[ helios-setup] Aug 15 07:06:42.328 INFO E| Compiling miniz_oxide v0.6.2
39132026-08-15T07:06:43.896Z[ helios-setup] Aug 15 07:06:43.029 INFO E| Compiling flate2 v1.0.25
39142026-08-15T07:06:43.916Z[ helios-setup] Aug 15 07:06:43.049 INFO E| Compiling generic-array v0.14.6
39152026-08-15T07:06:45.052Z[ helios-setup] Aug 15 07:06:44.185 INFO E| Compiling crypto-common v0.1.6
39162026-08-15T07:06:45.052Z[ helios-setup] Aug 15 07:06:44.185 INFO E| Compiling block-buffer v0.10.3
39172026-08-15T07:06:45.182Z[ helios-setup] Aug 15 07:06:44.315 INFO E| Compiling digest v0.10.3
39182026-08-15T07:06:45.404Z[ helios-setup] Aug 15 07:06:44.537 INFO E| Compiling sha2 v0.10.5
39192026-08-15T07:06:45.677Z[ helios-setup] Aug 15 07:06:44.811 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
39202026-08-15T07:06:48.491Z[ helios-setup] Aug 15 07:06:47.624 INFO E| Finished `release` profile [optimized] target(s) in 5.69s
39212026-08-15T07:06:48.505Z[ helios-setup] Aug 15 07:06:47.638 INFO building project "bootserver" ok (5 seconds)
39222026-08-15T07:06:48.505Z[ helios-setup] Aug 15 07:06:47.638 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
39232026-08-15T07:06:48.514Z[ helios-setup] Aug 15 07:06:47.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
39242026-08-15T07:06:48.514Z[ helios-setup] Aug 15 07:06:47.647 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
39252026-08-15T07:06:48.514Z[ helios-setup] Aug 15 07:06:47.647 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
39262026-08-15T07:06:48.715Z[ helios-setup] Aug 15 07:06:47.848 INFO E| Downloading crates ...
39272026-08-15T07:06:48.752Z[ helios-setup] Aug 15 07:06:47.885 INFO E| Downloaded adler2 v2.0.0
39282026-08-15T07:06:48.760Z[ helios-setup] Aug 15 07:06:47.893 INFO E| Downloaded miniz_oxide v0.8.8
39292026-08-15T07:06:48.804Z[ helios-setup] Aug 15 07:06:47.937 INFO E| Compiling adler2 v2.0.0
39302026-08-15T07:06:48.901Z[ helios-setup] Aug 15 07:06:48.034 INFO E| Compiling miniz_oxide v0.8.8
39312026-08-15T07:06:49.371Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
39322026-08-15T07:06:50.227Z[ helios-setup] Aug 15 07:06:49.361 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
39332026-08-15T07:06:50.828Z[ helios-setup] Aug 15 07:06:49.961 INFO E| Finished `release` profile [optimized] target(s) in 2.30s
39342026-08-15T07:06:50.839Z[ helios-setup] Aug 15 07:06:49.973 INFO building project "pinprick" ok (2 seconds)
39352026-08-15T07:06:50.843Z[ helios-setup] rm -f helios-build
39362026-08-15T07:06:50.847Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39372026-08-15T07:06:50.850Z[ helios-setup]
39382026-08-15T07:06:50.854Z[ helios-setup] Setup complete! ./helios-build is now available.
39392026-08-15T07:06:50.854Z[ helios-setup]
39402026-08-15T07:06:50.854Z[ helios-setup]
39412026-08-15T07:06:50.854Z[ helios-setup] real 3:20.214178757
39422026-08-15T07:06:50.854Z[ helios-setup] user 7:05.925493555
39432026-08-15T07:06:50.854Z[ helios-setup] sys 1:21.771032424
39442026-08-15T07:06:50.854Z[ helios-setup] trap 0.497286173
39452026-08-15T07:06:50.854Z[ helios-setup] tflt 3.506411627
39462026-08-15T07:06:50.854Z[ helios-setup] dflt 9.511950398
39472026-08-15T07:06:50.854Z[ helios-setup] kflt 0.000557961
39482026-08-15T07:06:50.854Z[ helios-setup] lock 58:24.729238679
39492026-08-15T07:06:50.854Z[ helios-setup] slp 40:01.052563516
39502026-08-15T07:06:50.854Z[ helios-setup] lat 7:25.060094680
39512026-08-15T07:06:50.854Z[ helios-setup] stop 1:40.096300033
39522026-08-15T07:06:50.854ZAug 15 07:06:49.987 INFO [helios-setup] process exited with exit status: 0 (200.217261215s)
39532026-08-15T07:06:50.854ZAug 15 07:06:49.987 INFO [helios-record] running task
39542026-08-15T07:06:50.854ZAug 15 07:06:49.987 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39552026-08-15T07:06:50.858ZAug 15 07:06:49.992 DEBG process exited with exit status: 0 (4.357318ms)
39562026-08-15T07:06:50.858ZAug 15 07:06:49.992 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39572026-08-15T07:06:50.862ZAug 15 07:06:49.995 DEBG process exited with exit status: 0 (3.521299ms)
39582026-08-15T07:06:50.862ZAug 15 07:06:49.995 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39592026-08-15T07:06:50.868ZAug 15 07:06:49.999 DEBG process exited with exit status: 0 (3.186609ms)
39602026-08-15T07:06:50.868ZAug 15 07:06:49.999 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39612026-08-15T07:06:50.872ZAug 15 07:06:50.003 DEBG process exited with exit status: 0 (3.326038ms)
39622026-08-15T07:06:50.872ZAug 15 07:06:50.003 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39632026-08-15T07:06:50.876ZAug 15 07:06:50.006 DEBG process exited with exit status: 0 (3.567229ms)
39642026-08-15T07:06:50.876ZAug 15 07:06:50.006 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39652026-08-15T07:06:50.885ZAug 15 07:06:50.018 DEBG process exited with exit status: 0 (10.158136ms)
39662026-08-15T07:06:50.885ZAug 15 07:06:50.018 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39672026-08-15T07:06:50.888ZAug 15 07:06:50.022 DEBG process exited with exit status: 0 (5.718708ms)
39682026-08-15T07:06:50.888ZAug 15 07:06:50.022 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39692026-08-15T07:06:50.924ZAug 15 07:06:50.056 DEBG process exited with exit status: 0 (31.032108ms)
39702026-08-15T07:06:50.924ZAug 15 07:06:50.056 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39712026-08-15T07:06:50.924ZAug 15 07:06:50.057 DEBG process exited with exit status: 0 (4.575818ms)
39722026-08-15T07:06:50.927ZAug 15 07:06:50.058 INFO [helios-record] task succeeded (70.286293ms)
39732026-08-15T07:06:51.174Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39742026-08-15T07:06:53.133Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39752026-08-15T07:14:17.566Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 09s
39762026-08-15T07:14:17.569Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39772026-08-15T07:14:17.569Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39782026-08-15T07:15:11.527ZAug 15 07:15:10.658 INFO [host-package] process exited with exit status: 0 (663.291481729s)
39792026-08-15T07:15:11.527ZAug 15 07:15:10.658 INFO [host-libraries] running task
39802026-08-15T07:15:11.527ZAug 15 07:15:10.658 INFO [host-stamp] running task
39812026-08-15T07:15:11.531ZAug 15 07:15:10.660 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+gitc47b10a3ebc
39822026-08-15T07:15:11.531ZAug 15 07:15:10.660 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+gitc47b10a3ebc
39832026-08-15T07:15:11.531ZAug 15 07:15:10.661 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+gitc47b10a3ebc
39842026-08-15T07:15:11.532ZAug 15 07:15:10.661 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+gitc47b10a3ebc
39852026-08-15T07:15:11.532ZAug 15 07:15:10.661 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+gitc47b10a3ebc
39862026-08-15T07:15:11.532ZAug 15 07:15:10.661 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+gitc47b10a3ebc
39872026-08-15T07:15:11.535ZAug 15 07:15:10.662 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+gitc47b10a3ebc
39882026-08-15T07:15:11.535ZAug 15 07:15:10.662 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+gitc47b10a3ebc
39892026-08-15T07:15:11.539Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-08-15T07:15:11.539Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-08-15T07:15:11.539Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-08-15T07:15:11.539Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-08-15T07:15:11.539Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-15T07:15:11.542Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-15T07:15:11.542Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-15T07:15:11.542Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-15T07:15:11.542Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39982026-08-15T07:15:11.545ZAug 15 07:15:10.674 INFO [stamp-overlay] process exited with exit status: 0 (13.824635ms)
39992026-08-15T07:15:11.551Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40002026-08-15T07:15:11.554ZAug 15 07:15:10.684 INFO [stamp-oxlog] process exited with exit status: 0 (22.917211ms)
40012026-08-15T07:15:11.580Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40022026-08-15T07:15:11.583ZAug 15 07:15:10.714 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.578709ms)
40032026-08-15T07:15:11.608Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40042026-08-15T07:15:11.612ZAug 15 07:15:10.743 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (80.900578ms)
40052026-08-15T07:15:11.773Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40062026-08-15T07:15:11.777ZAug 15 07:15:10.908 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (247.493613ms)
40072026-08-15T07:15:12.071Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40082026-08-15T07:15:12.075ZAug 15 07:15:11.206 INFO [stamp-propolis-server] process exited with exit status: 0 (544.604068ms)
40092026-08-15T07:15:12.237Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40102026-08-15T07:15:12.241ZAug 15 07:15:11.371 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (710.543224ms)
40112026-08-15T07:15:13.333ZAug 15 07:15:12.463 INFO [host-libraries] task succeeded (1.805359958s)
40122026-08-15T07:15:13.336ZAug 15 07:15:12.463 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40132026-08-15T07:15:13.340Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40142026-08-15T07:15:14.323Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40152026-08-15T07:15:15.162Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40162026-08-15T07:15:18.807Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40172026-08-15T07:15:18.811ZAug 15 07:15:17.941 INFO [stamp-switch-asic] process exited with exit status: 0 (7.279846888s)
40182026-08-15T07:15:18.811ZAug 15 07:15:17.941 INFO [host-stamp] task succeeded (7.283186977s)
40192026-08-15T07:15:18.811ZAug 15 07:15:17.941 INFO [host-proto] running task
40202026-08-15T07:15:19.317ZAug 15 07:15:18.448 INFO [host-proto] task succeeded (506.593463ms)
40212026-08-15T07:15:19.318ZAug 15 07:15:18.448 INFO [host-profile] running task
40222026-08-15T07:15:19.322ZAug 15 07:15:18.448 INFO [host-profile] task succeeded (211.67µs)
40232026-08-15T07:15:19.322ZAug 15 07:15:18.448 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/.tmpjfI385/proto/host/root -N 'ci c47b10a/${os_short_commit} 2026-08-15 07:03' -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/'
40242026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'gimlet'
40252026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40262026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40272026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'cosmo'
40282026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40292026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40302026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'cosmo-mbist-noaggr'
40312026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40322026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'cosmo-mbist'
40332026-08-15T07:15:19.326Z[ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40342026-08-15T07:15:19.332Z[ host-image] Aug 15 07:15:18.462 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjfI385/proto/host/root"
40352026-08-15T07:15:19.335Z[ host-image] Aug 15 07:15:18.463 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40362026-08-15T07:15:19.335Z[ host-image] Aug 15 07:15:18.463 INFO image builder template: ramdisk-01-os...
40372026-08-15T07:15:19.335Z[ host-image] Aug 15 07:15:18.463 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/.tmpjfI385/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
40382026-08-15T07:15:19.344Z[ host-image] Aug 15 07:15:18.475 INFO O| Aug 15 07:15:18.475 INFO CREATE DATASET: rpool/images/build/host/output
40392026-08-15T07:15:20.487Z[ host-image] Aug 15 07:15:19.618 INFO O| Aug 15 07:15:19.618 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
40402026-08-15T07:15:20.491Z[ host-image] Aug 15 07:15:19.621 INFO O| Aug 15 07:15:19.621 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
40412026-08-15T07:15:20.709Z[ host-image] Aug 15 07:15:19.839 INFO O| Aug 15 07:15:19.839 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
40422026-08-15T07:15:20.770Z[ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
40432026-08-15T07:15:20.770Z[ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
40442026-08-15T07:15:20.770Z[ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
40452026-08-15T07:15:20.774Z[ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
40462026-08-15T07:15:20.777Z[ host-image] Aug 15 07:15:19.906 INFO O| Aug 15 07:15:19.906 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
40472026-08-15T07:15:21.003Z[ host-image] Aug 15 07:15:20.134 INFO O| Aug 15 07:15:20.134 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-08-15T07:15:21.011Z[ host-image] Aug 15 07:15:20.142 INFO O| Aug 15 07:15:20.142 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
40492026-08-15T07:15:21.307Z[ host-image] Aug 15 07:15:20.437 INFO O| Aug 15 07:15:20.437 INFO O| Caching catalogs ... Done
40502026-08-15T07:15:21.375Z[ host-image] Aug 15 07:15:20.505 INFO O| Aug 15 07:15:20.505 INFO STEP 0 (pkg_image_create) COMPLETE
40512026-08-15T07:15:21.375Z[ host-image] Aug 15 07:15:20.505 INFO O| Aug 15 07:15:20.505 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-08-15T07:15:21.381Z[ host-image] Aug 15 07:15:20.512 INFO O| Aug 15 07:15:20.512 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"]
40532026-08-15T07:15:21.650Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.780 INFO STEP 1 (pkg_set_publisher) COMPLETE
40542026-08-15T07:15:21.650Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.780 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-08-15T07:15:21.650Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO skip step because feature "publisher_1_name" is not enabled
40562026-08-15T07:15:21.654Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572026-08-15T07:15:21.654Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO skip step because feature "publisher_2_name" is not enabled
40582026-08-15T07:15:21.654Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592026-08-15T07:15:21.655Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO skip step because feature "publisher_3_name" is not enabled
40602026-08-15T07:15:21.655Z[ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40612026-08-15T07:15:21.902Z[ host-image] Aug 15 07:15:21.032 INFO O| Aug 15 07:15:21.032 INFO variant opensolaris.zone is already global
40622026-08-15T07:15:21.902Z[ host-image] Aug 15 07:15:21.032 INFO O| Aug 15 07:15:21.032 INFO STEP 5 (pkg_change_variant) COMPLETE
40632026-08-15T07:15:21.905Z[ host-image] Aug 15 07:15:21.032 INFO O| Aug 15 07:15:21.032 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40642026-08-15T07:15:22.140Z[ host-image] Aug 15 07:15:21.271 INFO O| Aug 15 07:15:21.271 INFO variant opensolaris.imagetype is full; changing to partial
40652026-08-15T07:15:22.140Z[ host-image] Aug 15 07:15:21.271 INFO O| Aug 15 07:15:21.271 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40662026-08-15T07:15:23.674Z[ host-image] Aug 15 07:15:22.805 INFO O| Aug 15 07:15:22.804 INFO O| Startup: Refreshing catalog 'helios' ... Done
40672026-08-15T07:15:24.023Z[ host-image] Aug 15 07:15:23.153 INFO O| Aug 15 07:15:23.153 INFO O| Startup: Caching catalogs ... Done
40682026-08-15T07:15:24.034Z[ host-image] Aug 15 07:15:23.165 INFO O| Aug 15 07:15:23.165 INFO O| Planning: Planning completed in 0.00 seconds
40692026-08-15T07:15:24.038Z[ host-image] Aug 15 07:15:23.165 INFO O| Aug 15 07:15:23.165 INFO O| Planning: Consolidating action changes ... Done
40702026-08-15T07:15:24.038Z[ host-image] Aug 15 07:15:23.165 INFO O| Aug 15 07:15:23.165 INFO O| Planning: Evaluating mediators ... Done
40712026-08-15T07:15:24.038Z[ host-image] Aug 15 07:15:23.166 INFO O| Aug 15 07:15:23.166 INFO O| Planning: Planning completed in 0.00 seconds
40722026-08-15T07:15:24.038Z[ host-image] Aug 15 07:15:23.166 INFO O| Aug 15 07:15:23.166 INFO O| Variants/Facets to change: 1
40732026-08-15T07:15:24.043Z[ host-image] Aug 15 07:15:23.174 INFO O| Aug 15 07:15:23.174 INFO O| Finalize: Updating package state database ... Done
40742026-08-15T07:15:24.043Z[ host-image] Aug 15 07:15:23.174 INFO O| Aug 15 07:15:23.174 INFO O| Finalize: Updating package cache ... Done
40752026-08-15T07:15:24.102Z[ host-image] Aug 15 07:15:23.232 INFO O| Aug 15 07:15:23.232 INFO O| Finalize: Updating image state ... Done
40762026-08-15T07:15:24.110Z[ host-image] Aug 15 07:15:23.241 INFO O| Aug 15 07:15:23.241 INFO O| Finalize: Creating fast lookup database ... Done
40772026-08-15T07:15:24.113Z[ host-image] Aug 15 07:15:23.241 INFO O| Aug 15 07:15:23.241 INFO O| Finalize: Reading search index ... Done
40782026-08-15T07:15:24.113Z[ host-image] Aug 15 07:15:23.241 INFO O| Aug 15 07:15:23.241 INFO O| Finalize: Updating search index ... Done
40792026-08-15T07:15:24.113Z[ host-image] Aug 15 07:15:23.242 INFO O| Aug 15 07:15:23.242 INFO O| Finalize: Updating package cache ... Done
40802026-08-15T07:15:24.268Z[ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO STEP 6 (pkg_change_variant) COMPLETE
40812026-08-15T07:15:24.268Z[ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40822026-08-15T07:15:24.271Z[ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO skip step because feature "debug_variant" is not enabled
40832026-08-15T07:15:24.273Z[ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40842026-08-15T07:15:24.507Z[ host-image] Aug 15 07:15:23.638 INFO O| Aug 15 07:15:23.638 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40852026-08-15T07:15:25.859Z[ host-image] Aug 15 07:15:24.990 INFO O| Aug 15 07:15:24.990 INFO O| Startup: Refreshing catalog 'helios' ... Done
40862026-08-15T07:15:26.221Z[ host-image] Aug 15 07:15:25.351 INFO O| Aug 15 07:15:25.351 INFO O| Startup: Caching catalogs ... Done
40872026-08-15T07:15:26.231Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.78s
40882026-08-15T07:15:26.234Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40892026-08-15T07:15:26.234Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40902026-08-15T07:15:26.234Z[ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Planning completed in 0.00 seconds
40912026-08-15T07:15:26.236Z[ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Consolidating action changes ... Done
40922026-08-15T07:15:26.236Z[ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Evaluating mediators ... Done
40932026-08-15T07:15:26.236Z[ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Planning completed in 0.00 seconds
40942026-08-15T07:15:26.236Z[ host-image] Aug 15 07:15:25.365 INFO O| Aug 15 07:15:25.365 INFO O| Variants/Facets to change: 1
40952026-08-15T07:15:26.242Z[ host-image] Aug 15 07:15:25.373 INFO O| Aug 15 07:15:25.373 INFO O| Finalize: Updating package state database ... Done
40962026-08-15T07:15:26.245Z[ host-image] Aug 15 07:15:25.373 INFO O| Aug 15 07:15:25.373 INFO O| Finalize: Updating package cache ... Done
40972026-08-15T07:15:26.297Z[ host-image] Aug 15 07:15:25.428 INFO O| Aug 15 07:15:25.428 INFO O| Finalize: Updating image state ... Done
40982026-08-15T07:15:26.305Z[ host-image] Aug 15 07:15:25.436 INFO O| Aug 15 07:15:25.436 INFO O| Finalize: Creating fast lookup database ... Done
40992026-08-15T07:15:26.308Z[ host-image] Aug 15 07:15:25.436 INFO O| Aug 15 07:15:25.436 INFO O| Finalize: Reading search index ... Done
41002026-08-15T07:15:26.308Z[ host-image] Aug 15 07:15:25.436 INFO O| Aug 15 07:15:25.436 INFO O| Finalize: Updating search index ... Done
41012026-08-15T07:15:26.308Z[ host-image] Aug 15 07:15:25.437 INFO O| Aug 15 07:15:25.437 INFO O| Finalize: Updating package cache ... Done
41022026-08-15T07:15:26.466Z[ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO STEP 8 (pkg_change_facet) COMPLETE
41032026-08-15T07:15:26.466Z[ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41042026-08-15T07:15:26.466Z[ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO skip step because feature "recovery" is not enabled
41052026-08-15T07:15:26.469Z[ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-08-15T07:15:26.469Z[ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO skip step because feature "recovery" is not enabled
41072026-08-15T07:15:26.470Z[ host-image] Aug 15 07:15:25.597 INFO O| Aug 15 07:15:25.596 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082026-08-15T07:15:26.474Z[ host-image] Aug 15 07:15:25.605 INFO O| Aug 15 07:15:25.605 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"]
41092026-08-15T07:15:27.808Z[ host-image] Aug 15 07:15:26.938 INFO O| Aug 15 07:15:26.938 INFO O| Startup: Refreshing catalog 'helios' ... Done
41102026-08-15T07:15:28.156Z[ host-image] Aug 15 07:15:27.286 INFO O| Aug 15 07:15:27.286 INFO O| Startup: Caching catalogs ... Done
41112026-08-15T07:15:29.778Z[ host-image] Aug 15 07:15:28.908 INFO O| Aug 15 07:15:28.908 INFO O| Planning: Solver setup ... Done
41122026-08-15T07:15:29.925Z[ host-image] Aug 15 07:15:29.056 INFO O| Aug 15 07:15:29.056 INFO O| Planning: Running solver ... Done
41132026-08-15T07:15:29.962Z[ host-image] Aug 15 07:15:29.093 INFO O| Aug 15 07:15:29.093 INFO O| Planning: Finding local manifests ... Done
41142026-08-15T07:15:29.980Z[ host-image] Aug 15 07:15:29.110 INFO O| Aug 15 07:15:29.110 INFO O| Planning: Fetching manifests: 0/130 0% complete
41152026-08-15T07:15:30.728ZAug 15 07:15:29.859 INFO [recovery-package] process exited with exit status: 0 (17.395329673s)
41162026-08-15T07:15:30.728ZAug 15 07:15:29.859 INFO [recovery-libraries] running task
41172026-08-15T07:15:30.728ZAug 15 07:15:29.859 INFO [recovery-stamp] running task
41182026-08-15T07:15:30.732ZAug 15 07:15:29.859 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+gitc47b10a3ebc
41192026-08-15T07:15:30.732ZAug 15 07:15:29.859 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitc47b10a3ebc
41202026-08-15T07:15:30.736Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41212026-08-15T07:15:30.739Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41222026-08-15T07:15:30.783ZAug 15 07:15:29.913 INFO [recovery-libraries] task succeeded (54.635979ms)
41232026-08-15T07:15:30.786ZAug 15 07:15:29.914 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
41242026-08-15T07:15:30.835Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41252026-08-15T07:15:30.838ZAug 15 07:15:29.969 INFO [stamp-installinator] process exited with exit status: 0 (109.725727ms)
41262026-08-15T07:15:30.896Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41272026-08-15T07:15:30.899ZAug 15 07:15:30.029 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (170.141024ms)
41282026-08-15T07:15:30.899ZAug 15 07:15:30.029 INFO [recovery-stamp] task succeeded (170.531514ms)
41292026-08-15T07:15:30.899ZAug 15 07:15:30.029 INFO [recovery-proto] running task
41302026-08-15T07:15:30.899ZAug 15 07:15:30.029 INFO [tuf-stamp] running task
41312026-08-15T07:15:30.899ZAug 15 07:15:30.030 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+gitc47b10a3ebc
41322026-08-15T07:15:30.903ZAug 15 07:15:30.030 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+gitc47b10a3ebc
41332026-08-15T07:15:30.903ZAug 15 07:15:30.031 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+gitc47b10a3ebc
41342026-08-15T07:15:30.903ZAug 15 07:15:30.031 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+gitc47b10a3ebc
41352026-08-15T07:15:30.903ZAug 15 07:15:30.031 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+gitc47b10a3ebc
41362026-08-15T07:15:30.903ZAug 15 07:15:30.032 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+gitc47b10a3ebc
41372026-08-15T07:15:30.903ZAug 15 07:15:30.032 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+gitc47b10a3ebc
41382026-08-15T07:15:30.903ZAug 15 07:15:30.032 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+gitc47b10a3ebc
41392026-08-15T07:15:30.903ZAug 15 07:15:30.032 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+gitc47b10a3ebc
41402026-08-15T07:15:30.903ZAug 15 07:15:30.033 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+gitc47b10a3ebc
41412026-08-15T07:15:30.903ZAug 15 07:15:30.033 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+gitc47b10a3ebc
41422026-08-15T07:15:30.903ZAug 15 07:15:30.033 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+gitc47b10a3ebc
41432026-08-15T07:15:30.907Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41442026-08-15T07:15:30.910Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41452026-08-15T07:15:30.910Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41462026-08-15T07:15:30.910Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41472026-08-15T07:15:30.910Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41482026-08-15T07:15:30.910Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41492026-08-15T07:15:30.910Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41502026-08-15T07:15:30.910Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41512026-08-15T07:15:30.913Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41522026-08-15T07:15:30.913Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41532026-08-15T07:15:30.913Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41542026-08-15T07:15:30.913Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41552026-08-15T07:15:31.014Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41562026-08-15T07:15:31.018ZAug 15 07:15:30.149 INFO [stamp-probe] process exited with exit status: 0 (115.787365ms)
41572026-08-15T07:15:31.032ZAug 15 07:15:30.163 INFO [recovery-proto] task succeeded (133.195598ms)
41582026-08-15T07:15:31.036ZAug 15 07:15:30.163 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/.tmpjfI385/proto/recovery/root -N 'recovery c47b10a/${os_short_commit} 2026-08-15 07:03' -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/'
41592026-08-15T07:15:31.039Z[ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'cosmo-mbist'
41602026-08-15T07:15:31.039Z[ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41612026-08-15T07:15:31.039Z[ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'gimlet'
41622026-08-15T07:15:31.039Z[ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41632026-08-15T07:15:31.043Z[ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
41642026-08-15T07:15:31.043Z[ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'cosmo-mbist-noaggr'
41652026-08-15T07:15:31.043Z[ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41662026-08-15T07:15:31.043Z[ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'cosmo'
41672026-08-15T07:15:31.043Z[ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41682026-08-15T07:15:31.043Z[ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41692026-08-15T07:15:31.050Z[ recovery-image] Aug 15 07:15:30.181 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjfI385/proto/recovery/root"
41702026-08-15T07:15:31.054Z[ recovery-image] Aug 15 07:15:30.181 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41712026-08-15T07:15:31.054Z[ recovery-image] Aug 15 07:15:30.181 INFO image builder template: ramdisk-01-os...
41722026-08-15T07:15:31.054Z[ recovery-image] Aug 15 07:15:30.181 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/.tmpjfI385/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
41732026-08-15T07:15:31.068Z[ recovery-image] Aug 15 07:15:30.199 INFO O| Aug 15 07:15:30.199 INFO CREATE DATASET: rpool/images/build/recovery/output
41742026-08-15T07:15:31.397Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
41752026-08-15T07:15:31.424Z[verify-libraries] Running `target/debug/xtask verify-libraries`
41762026-08-15T07:15:31.439Z[ recovery-image] Aug 15 07:15:30.570 INFO O| Aug 15 07:15:30.570 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41772026-08-15T07:15:31.443Z[ recovery-image] Aug 15 07:15:30.573 INFO O| Aug 15 07:15:30.573 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41782026-08-15T07:15:31.501Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41792026-08-15T07:15:31.504ZAug 15 07:15:30.635 INFO [stamp-ntp] process exited with exit status: 0 (604.585915ms)
41802026-08-15T07:15:31.560Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41812026-08-15T07:15:31.564ZAug 15 07:15:30.694 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (664.531101ms)
41822026-08-15T07:15:31.741Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41832026-08-15T07:15:31.778ZAug 15 07:15:30.875 INFO [stamp-crucible-zone] process exited with exit status: 0 (844.517572ms)
41842026-08-15T07:15:31.778Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41852026-08-15T07:15:31.778Z[ host-image] Aug 15 07:15:30.880 INFO O| Aug 15 07:15:30.880 INFO O| Planning: Fetching manifests: 130/130 100% complete
41862026-08-15T07:15:31.778ZAug 15 07:15:30.881 INFO [stamp-internal-dns] process exited with exit status: 0 (849.212939ms)
41872026-08-15T07:15:31.782Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41882026-08-15T07:15:31.786ZAug 15 07:15:30.914 INFO [stamp-external-dns] process exited with exit status: 0 (881.588108ms)
41892026-08-15T07:15:32.068Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41902026-08-15T07:15:32.071ZAug 15 07:15:31.202 INFO [stamp-oximeter] process exited with exit status: 0 (1.169445985s)
41912026-08-15T07:15:32.139Z[ host-image] Aug 15 07:15:31.269 INFO O| Aug 15 07:15:31.269 INFO O| Planning: Package planning ... Done
41922026-08-15T07:15:32.238Z[ recovery-image] Aug 15 07:15:31.368 INFO O| Aug 15 07:15:31.368 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41932026-08-15T07:15:32.559Z[ recovery-image] Aug 15 07:15:31.689 INFO O| Aug 15 07:15:31.689 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41942026-08-15T07:15:32.560Z[ recovery-image] Aug 15 07:15:31.689 INFO O| Aug 15 07:15:31.689 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41952026-08-15T07:15:32.563Z[ recovery-image] Aug 15 07:15:31.690 INFO O| Aug 15 07:15:31.689 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41962026-08-15T07:15:32.563Z[ recovery-image] Aug 15 07:15:31.690 INFO O| Aug 15 07:15:31.690 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41972026-08-15T07:15:32.566Z[ recovery-image] Aug 15 07:15:31.696 INFO O| Aug 15 07:15:31.696 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41982026-08-15T07:15:32.582Z[ host-image] Aug 15 07:15:31.712 INFO O| Aug 15 07:15:31.712 INFO O| Planning: Merging actions ... Done
41992026-08-15T07:15:32.685Z[ host-image] Aug 15 07:15:31.815 INFO O| Aug 15 07:15:31.815 INFO O| Planning: Checking for conflicting actions ... Done
42002026-08-15T07:15:32.784Z[ host-image] Aug 15 07:15:31.915 INFO O| Aug 15 07:15:31.915 INFO O| Planning: Consolidating action changes ... Done
42012026-08-15T07:15:32.951Z[ host-image] Aug 15 07:15:32.081 INFO O| Aug 15 07:15:32.081 INFO O| Planning: Evaluating mediators ... Done
42022026-08-15T07:15:33.597Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42032026-08-15T07:15:33.601ZAug 15 07:15:32.731 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.697875141s)
42042026-08-15T07:15:34.341Z[ host-image] Aug 15 07:15:33.471 INFO O| Aug 15 07:15:33.471 INFO O| Planning: Planning completed in 6.17 seconds
42052026-08-15T07:15:34.344Z[ host-image] Aug 15 07:15:33.473 INFO O| Aug 15 07:15:33.473 INFO O| Packages to install: 130
42062026-08-15T07:15:34.344Z[ host-image] Aug 15 07:15:33.473 INFO O| Aug 15 07:15:33.473 INFO O| Mediators to change: 5
42072026-08-15T07:15:34.344Z[ host-image] Aug 15 07:15:33.473 INFO O| Aug 15 07:15:33.473 INFO O| Services to change: 6
42082026-08-15T07:15:34.371Z[ host-image] Aug 15 07:15:33.502 INFO O| Aug 15 07:15:33.502 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
42092026-08-15T07:15:35.569Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42102026-08-15T07:15:35.573ZAug 15 07:15:34.703 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.671182233s)
42112026-08-15T07:15:35.845Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42122026-08-15T07:15:35.848ZAug 15 07:15:34.978 INFO [stamp-clickhouse] process exited with exit status: 0 (4.946844746s)
42132026-08-15T07:15:35.891Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42142026-08-15T07:15:35.894ZAug 15 07:15:35.024 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.993387878s)
42152026-08-15T07:15:36.231Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42162026-08-15T07:15:36.235ZAug 15 07:15:35.365 INFO [stamp-nexus] process exited with exit status: 0 (5.332825755s)
42172026-08-15T07:15:36.235ZAug 15 07:15:35.365 INFO [tuf-stamp] task succeeded (5.335472704s)
42182026-08-15T07:15:36.235ZAug 15 07:15:35.365 INFO [tuf-v2-zones] running task
42192026-08-15T07:15:36.418ZAug 15 07:15:35.548 INFO [tuf-v2-zones] task succeeded (183.255949ms)
42202026-08-15T07:15:36.497Z[verify-libraries] Compiling match_cfg v0.1.0
42212026-08-15T07:15:36.497Z[verify-libraries] Compiling slog-json v2.6.1
42222026-08-15T07:15:36.500Z[verify-libraries] Compiling progenitor-client v0.14.0
42232026-08-15T07:15:36.500Z[verify-libraries] Compiling sha1 v0.11.0
42242026-08-15T07:15:36.500Z[verify-libraries] Compiling async-stream-impl v0.3.6
42252026-08-15T07:15:36.500Z[verify-libraries] Compiling serde_path_to_error v0.1.20
42262026-08-15T07:15:36.500Z[verify-libraries] Compiling multer v3.1.0
42272026-08-15T07:15:36.500Z[verify-libraries] Compiling compression-core v0.4.31
42282026-08-15T07:15:36.845Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
42292026-08-15T07:15:36.849Z[verify-libraries] Compiling serde_spanned v1.1.1
42302026-08-15T07:15:36.849Z[verify-libraries] Compiling dropshot v0.17.1
42312026-08-15T07:15:36.849Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
42322026-08-15T07:15:36.849Z[verify-libraries] Compiling waitgroup v0.1.2
42332026-08-15T07:15:36.849Z[verify-libraries] Compiling rustls-pemfile v2.2.0
42342026-08-15T07:15:36.921Z[ recovery-image] Aug 15 07:15:36.052 INFO O| Aug 15 07:15:36.051 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-08-15T07:15:36.931Z[ recovery-image] Aug 15 07:15:36.061 INFO O| Aug 15 07:15:36.061 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42362026-08-15T07:15:36.992Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
42372026-08-15T07:15:37.016Z[verify-libraries] Compiling hostname v0.3.1
42382026-08-15T07:15:37.016Z[verify-libraries] Compiling compression-codecs v0.4.37
42392026-08-15T07:15:37.016Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
42402026-08-15T07:15:37.110Z[verify-libraries] Compiling hostname v0.4.2
42412026-08-15T07:15:37.110Z[verify-libraries] Compiling atomicwrites v0.4.4
42422026-08-15T07:15:37.114Z[verify-libraries] Compiling macaddr v1.0.1
42432026-08-15T07:15:37.114Z[verify-libraries] Compiling regress v0.10.5
42442026-08-15T07:15:37.114Z[verify-libraries] Compiling instant v0.1.13
42452026-08-15T07:15:37.114Z[verify-libraries] Compiling itertools v0.14.0
42462026-08-15T07:15:37.114Z[verify-libraries] Compiling parse-display-derive v0.10.0
42472026-08-15T07:15:37.228Z[ recovery-image] Aug 15 07:15:36.358 INFO O| Aug 15 07:15:36.358 INFO O| Caching catalogs ... Done
42482026-08-15T07:15:37.239Z[verify-libraries] Compiling slog-bunyan v2.5.0
42492026-08-15T07:15:37.286Z[verify-libraries] Compiling async-compression v0.4.41
42502026-08-15T07:15:37.290Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
42512026-08-15T07:15:37.291Z[verify-libraries] Compiling backon v1.6.0
42522026-08-15T07:15:37.315Z[ recovery-image] Aug 15 07:15:36.445 INFO O| Aug 15 07:15:36.445 INFO STEP 0 (pkg_image_create) COMPLETE
42532026-08-15T07:15:37.315Z[ recovery-image] Aug 15 07:15:36.445 INFO O| Aug 15 07:15:36.445 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42542026-08-15T07:15:37.325Z[ recovery-image] Aug 15 07:15:36.455 INFO O| Aug 15 07:15:36.455 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"]
42552026-08-15T07:15:37.394Z[verify-libraries] Compiling backoff v0.4.0
42562026-08-15T07:15:37.420Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
42572026-08-15T07:15:37.446Z[verify-libraries] Compiling async-stream v0.3.6
42582026-08-15T07:15:37.446Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42592026-08-15T07:15:37.450Z[verify-libraries] Compiling humantime v2.3.0
42602026-08-15T07:15:37.538Z[verify-libraries] Compiling convert_case v0.4.0
42612026-08-15T07:15:37.597Z[verify-libraries] Compiling progenitor-extras v0.2.0
42622026-08-15T07:15:37.628Z[verify-libraries] Compiling regress v0.11.1
42632026-08-15T07:15:37.657Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
42642026-08-15T07:15:37.690Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 1 (pkg_set_publisher) COMPLETE
42652026-08-15T07:15:37.690Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42662026-08-15T07:15:37.694Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO skip step because feature "publisher_1_name" is not enabled
42672026-08-15T07:15:37.694Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-08-15T07:15:37.694Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO skip step because feature "publisher_2_name" is not enabled
42692026-08-15T07:15:37.694Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42702026-08-15T07:15:37.694Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO skip step because feature "publisher_3_name" is not enabled
42712026-08-15T07:15:37.694Z[ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42722026-08-15T07:15:37.698Z[verify-libraries] Compiling indent_write v2.2.0
42732026-08-15T07:15:37.698Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42742026-08-15T07:15:37.767Z[verify-libraries] Compiling secrecy v0.10.3
42752026-08-15T07:15:37.830Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42762026-08-15T07:15:37.854Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
42772026-08-15T07:15:37.889Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42782026-08-15T07:15:37.947Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42792026-08-15T07:15:37.947Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42802026-08-15T07:15:38.031Z[verify-libraries] Compiling derive_more v0.99.20
42812026-08-15T07:15:38.031Z[verify-libraries] Compiling universal-hash v0.5.1
42822026-08-15T07:15:38.072Z[ recovery-image] Aug 15 07:15:37.202 INFO O| Aug 15 07:15:37.202 INFO variant opensolaris.zone is already global
42832026-08-15T07:15:38.072Z[ recovery-image] Aug 15 07:15:37.203 INFO O| Aug 15 07:15:37.202 INFO STEP 5 (pkg_change_variant) COMPLETE
42842026-08-15T07:15:38.072Z[ recovery-image] Aug 15 07:15:37.203 INFO O| Aug 15 07:15:37.202 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42852026-08-15T07:15:38.086Z[verify-libraries] Compiling opaque-debug v0.3.1
42862026-08-15T07:15:38.215Z[verify-libraries] Compiling poly1305 v0.8.0
42872026-08-15T07:15:38.262Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42882026-08-15T07:15:38.265Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42892026-08-15T07:15:38.315Z[verify-libraries] Compiling chacha20 v0.9.1
42902026-08-15T07:15:38.378Z[verify-libraries] Compiling blake2 v0.10.6
42912026-08-15T07:15:38.381Z[verify-libraries] Compiling aead v0.5.2
42922026-08-15T07:15:38.416Z[ recovery-image] Aug 15 07:15:37.547 INFO O| Aug 15 07:15:37.547 INFO variant opensolaris.imagetype is full; changing to partial
42932026-08-15T07:15:38.416Z[ recovery-image] Aug 15 07:15:37.547 INFO O| Aug 15 07:15:37.547 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42942026-08-15T07:15:38.597Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42952026-08-15T07:15:38.716Z[verify-libraries] Compiling password-hash v0.5.0
42962026-08-15T07:15:38.738Z[verify-libraries] Compiling rayon-core v1.13.0
42972026-08-15T07:15:38.762Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42982026-08-15T07:15:38.788Z[verify-libraries] Compiling itertools v0.15.0
42992026-08-15T07:15:38.791Z[verify-libraries] Compiling num-derive v0.4.2
43002026-08-15T07:15:38.970Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43012026-08-15T07:15:39.020Z[verify-libraries] Compiling argon2 v0.5.3
43022026-08-15T07:15:39.049Z[verify-libraries] Compiling parse-display v0.10.0
43032026-08-15T07:15:39.052Z[verify-libraries] Compiling proc-macro-crate v1.3.1
43042026-08-15T07:15:39.134Z[verify-libraries] Compiling glob v0.3.3
43052026-08-15T07:15:39.200Z[verify-libraries] Compiling heapless v0.8.0
43062026-08-15T07:15:39.352Z[verify-libraries] Compiling thiserror-no-std v2.0.2
43072026-08-15T07:15:39.372Z[ host-image] Aug 15 07:15:38.502 INFO O| Aug 15 07:15:38.502 INFO O| Download: 17245/23887 items 145.1/222.8MB 65% complete (29.1M/s)
43082026-08-15T07:15:39.484Z[verify-libraries] Compiling typify-impl v0.6.2
43092026-08-15T07:15:39.515Z[verify-libraries] Compiling vsss-rs v3.3.4
43102026-08-15T07:15:39.584Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
43112026-08-15T07:15:39.613Z[verify-libraries] Compiling num_enum_derive v0.7.6
43122026-08-15T07:15:39.925Z[verify-libraries] Compiling proc-macro-error v1.0.4
43132026-08-15T07:15:39.950Z[verify-libraries] Compiling tabwriter v1.4.1
43142026-08-15T07:15:39.950Z[verify-libraries] Compiling hash32 v0.3.1
43152026-08-15T07:15:40.044Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43162026-08-15T07:15:40.290Z[verify-libraries] Compiling smoltcp v0.11.0
43172026-08-15T07:15:40.343Z[verify-libraries] Compiling ingot-macros v0.2.0
43182026-08-15T07:15:40.346Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43192026-08-15T07:15:40.400Z[verify-libraries] Compiling cobs v0.3.0
43202026-08-15T07:15:40.429Z[verify-libraries] Compiling colored v3.1.1
43212026-08-15T07:15:40.503Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43222026-08-15T07:15:40.548Z[verify-libraries] Compiling rayon v1.11.0
43232026-08-15T07:15:40.636Z[verify-libraries] Compiling postcard v1.1.3
43242026-08-15T07:15:40.673Z[verify-libraries] Compiling rand v0.10.1
43252026-08-15T07:15:40.758Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43262026-08-15T07:15:40.854Z[verify-libraries] Compiling foreign-types-macros v0.2.3
43272026-08-15T07:15:40.881Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43282026-08-15T07:15:40.912Z[verify-libraries] Compiling foreign-types-shared v0.3.1
43292026-08-15T07:15:40.978Z[verify-libraries] Compiling num_enum v0.7.6
43302026-08-15T07:15:41.135Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43312026-08-15T07:15:41.182Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43322026-08-15T07:15:41.219Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43332026-08-15T07:15:41.242Z[verify-libraries] Compiling num_enum_derive v0.5.11
43342026-08-15T07:15:41.246Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43352026-08-15T07:15:41.265Z[ recovery-image] Aug 15 07:15:40.396 INFO O| Aug 15 07:15:40.396 INFO O| Startup: Refreshing catalog 'helios' ... Done
43362026-08-15T07:15:41.290Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43372026-08-15T07:15:41.290Z[verify-libraries] Compiling cstr-argument v0.1.2
43382026-08-15T07:15:41.339Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
43392026-08-15T07:15:41.392Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43402026-08-15T07:15:41.507Z[verify-libraries] Compiling itertools v0.12.1
43412026-08-15T07:15:41.599Z[verify-libraries] Compiling foreign-types v0.5.0
43422026-08-15T07:15:41.650Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
43432026-08-15T07:15:41.675Z[ recovery-image] Aug 15 07:15:40.805 INFO O| Aug 15 07:15:40.805 INFO O| Startup: Caching catalogs ... Done
43442026-08-15T07:15:41.688Z[ recovery-image] Aug 15 07:15:40.818 INFO O| Aug 15 07:15:40.818 INFO O| Planning: Planning completed in 0.00 seconds
43452026-08-15T07:15:41.691Z[ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Planning: Consolidating action changes ... Done
43462026-08-15T07:15:41.692Z[ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Planning: Evaluating mediators ... Done
43472026-08-15T07:15:41.692Z[ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Planning: Planning completed in 0.00 seconds
43482026-08-15T07:15:41.692Z[ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Variants/Facets to change: 1
43492026-08-15T07:15:41.700Z[ recovery-image] Aug 15 07:15:40.830 INFO O| Aug 15 07:15:40.830 INFO O| Finalize: Updating package state database ... Done
43502026-08-15T07:15:41.700Z[ recovery-image] Aug 15 07:15:40.830 INFO O| Aug 15 07:15:40.830 INFO O| Finalize: Updating package cache ... Done
43512026-08-15T07:15:41.716Z[verify-libraries] Compiling sigpipe v0.1.3
43522026-08-15T07:15:41.747Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43532026-08-15T07:15:41.780Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
43542026-08-15T07:15:41.789Z[ recovery-image] Aug 15 07:15:40.920 INFO O| Aug 15 07:15:40.916 INFO O| Finalize: Updating image state ... Done
43552026-08-15T07:15:41.801Z[ recovery-image] Aug 15 07:15:40.930 INFO O| Aug 15 07:15:40.930 INFO O| Finalize: Creating fast lookup database ... Done
43562026-08-15T07:15:41.804Z[ recovery-image] Aug 15 07:15:40.931 INFO O| Aug 15 07:15:40.931 INFO O| Finalize: Reading search index ... Done
43572026-08-15T07:15:41.804Z[ recovery-image] Aug 15 07:15:40.931 INFO O| Aug 15 07:15:40.931 INFO O| Finalize: Updating search index ... Done
43582026-08-15T07:15:41.804Z[ recovery-image] Aug 15 07:15:40.932 INFO O| Aug 15 07:15:40.932 INFO O| Finalize: Updating package cache ... Done
43592026-08-15T07:15:41.840Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43602026-08-15T07:15:41.898Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43612026-08-15T07:15:41.959Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43622026-08-15T07:15:42.085Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43632026-08-15T07:15:42.085Z[ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO STEP 6 (pkg_change_variant) COMPLETE
43642026-08-15T07:15:42.089Z[ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43652026-08-15T07:15:42.089Z[ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO skip step because feature "debug_variant" is not enabled
43662026-08-15T07:15:42.089Z[ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43672026-08-15T07:15:42.117Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43682026-08-15T07:15:42.148Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43692026-08-15T07:15:42.238Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43702026-08-15T07:15:42.291Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43712026-08-15T07:15:42.348Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43722026-08-15T07:15:42.422Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43732026-08-15T07:15:42.449Z[ recovery-image] Aug 15 07:15:41.578 INFO O| Aug 15 07:15:41.568 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43742026-08-15T07:15:42.474Z[verify-libraries] Compiling num_enum v0.5.11
43752026-08-15T07:15:42.484Z[ host-image] Aug 15 07:15:41.614 INFO O| Aug 15 07:15:41.614 INFO O| Download: Completed 222.83 MB in 8.11 seconds (27.4M/s)
43762026-08-15T07:15:42.607Z[verify-libraries] Compiling smf v0.2.3
43772026-08-15T07:15:42.633Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43782026-08-15T07:15:42.659Z[verify-libraries] Compiling whoami v1.6.1
43792026-08-15T07:15:42.663Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43802026-08-15T07:15:42.707Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43812026-08-15T07:15:42.733Z[verify-libraries] Compiling gethostname v0.5.0
43822026-08-15T07:15:42.761Z[verify-libraries] Compiling zone v0.3.1
43832026-08-15T07:15:42.991Z[verify-libraries] Compiling slog-dtrace v0.3.0
43842026-08-15T07:15:43.025Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43852026-08-15T07:15:43.050Z[verify-libraries] Compiling newline-converter v0.3.0
43862026-08-15T07:15:43.114Z[verify-libraries] Compiling console v0.15.11
43872026-08-15T07:15:43.164Z[ host-image] Aug 15 07:15:42.295 INFO O| Aug 15 07:15:42.294 INFO O| Actions: 1/54180 actions (Installing new actions)
43882026-08-15T07:15:43.254Z[verify-libraries] Compiling num-rational v0.4.2
43892026-08-15T07:15:43.315Z[verify-libraries] Compiling num-complex v0.4.6
43902026-08-15T07:15:43.404Z[verify-libraries] Compiling linear-map v1.2.0
43912026-08-15T07:15:43.513Z[verify-libraries] Compiling ingot-types v0.2.0
43922026-08-15T07:15:43.580Z[verify-libraries] Compiling prettyplease v0.2.37
43932026-08-15T07:15:43.680Z[verify-libraries] Compiling expectorate v1.2.0
43942026-08-15T07:15:43.714Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43952026-08-15T07:15:43.809Z[verify-libraries] Compiling num v0.4.3
43962026-08-15T07:15:43.842Z[verify-libraries] Compiling float-ord v0.3.2
43972026-08-15T07:15:43.845Z[verify-libraries] Compiling convert_case v0.10.0
43982026-08-15T07:15:43.935Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43992026-08-15T07:15:43.935Z[verify-libraries] Compiling minimal-lexical v0.2.1
44002026-08-15T07:15:43.959Z[verify-libraries] Compiling unicode-xid v0.2.6
44012026-08-15T07:15:44.006Z[verify-libraries] Compiling ingot v0.2.1
44022026-08-15T07:15:44.056Z[verify-libraries] Compiling tabled_derive v0.7.0
44032026-08-15T07:15:44.056Z[verify-libraries] Compiling ar_archive_writer v0.5.1
44042026-08-15T07:15:44.059Z[verify-libraries] Compiling fd-lock v4.0.4
44052026-08-15T07:15:44.166Z[verify-libraries] Compiling nom v7.1.3
44062026-08-15T07:15:44.170Z[verify-libraries] Compiling vte v0.14.1
44072026-08-15T07:15:44.243Z[ recovery-image] Aug 15 07:15:43.373 INFO O| Aug 15 07:15:43.373 INFO O| Startup: Refreshing catalog 'helios' ... Done
44082026-08-15T07:15:44.272Z[verify-libraries] Compiling display-error-chain v0.2.2
44092026-08-15T07:15:44.308Z[verify-libraries] Compiling derive_more-impl v2.1.1
44102026-08-15T07:15:44.312Z[verify-libraries] Compiling nu-ansi-term v0.50.3
44112026-08-15T07:15:44.498Z[verify-libraries] Compiling typify-macro v0.6.2
44122026-08-15T07:15:44.501Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
44132026-08-15T07:15:44.588Z[verify-libraries] Compiling stacker v0.1.23
44142026-08-15T07:15:44.592Z[verify-libraries] Compiling cfg_aliases v0.1.1
44152026-08-15T07:15:44.638Z[ recovery-image] Aug 15 07:15:43.768 INFO O| Aug 15 07:15:43.768 INFO O| Startup: Caching catalogs ... Done
44162026-08-15T07:15:44.653Z[ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Planning completed in 0.00 seconds
44172026-08-15T07:15:44.656Z[ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Consolidating action changes ... Done
44182026-08-15T07:15:44.656Z[ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Evaluating mediators ... Done
44192026-08-15T07:15:44.656Z[ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Planning completed in 0.00 seconds
44202026-08-15T07:15:44.656Z[ recovery-image] Aug 15 07:15:43.784 INFO O| Aug 15 07:15:43.784 INFO O| Variants/Facets to change: 1
44212026-08-15T07:15:44.671Z[ recovery-image] Aug 15 07:15:43.801 INFO O| Aug 15 07:15:43.801 INFO O| Finalize: Updating package state database ... Done
44222026-08-15T07:15:44.672Z[ recovery-image] Aug 15 07:15:43.801 INFO O| Aug 15 07:15:43.801 INFO O| Finalize: Updating package cache ... Done
44232026-08-15T07:15:44.727Z[verify-libraries] Compiling reedline v0.40.0
44242026-08-15T07:15:44.736Z[ recovery-image] Aug 15 07:15:43.866 INFO O| Aug 15 07:15:43.866 INFO O| Finalize: Updating image state ... Done
44252026-08-15T07:15:44.751Z[ recovery-image] Aug 15 07:15:43.881 INFO O| Aug 15 07:15:43.880 INFO O| Finalize: Creating fast lookup database ... Done
44262026-08-15T07:15:44.751Z[ recovery-image] Aug 15 07:15:43.881 INFO O| Aug 15 07:15:43.881 INFO O| Finalize: Reading search index ... Done
44272026-08-15T07:15:44.751Z[ recovery-image] Aug 15 07:15:43.881 INFO O| Aug 15 07:15:43.881 INFO O| Finalize: Updating search index ... Done
44282026-08-15T07:15:44.755Z[ recovery-image] Aug 15 07:15:43.882 INFO O| Aug 15 07:15:43.882 INFO O| Finalize: Updating package cache ... Done
44292026-08-15T07:15:44.775Z[verify-libraries] Compiling nix v0.28.0
44302026-08-15T07:15:44.823Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44312026-08-15T07:15:44.978Z[verify-libraries] Compiling semver v0.1.20
44322026-08-15T07:15:44.998Z[ recovery-image] Aug 15 07:15:44.128 INFO O| Aug 15 07:15:44.128 INFO STEP 8 (pkg_change_facet) COMPLETE
44332026-08-15T07:15:44.998Z[ recovery-image] Aug 15 07:15:44.128 INFO O| Aug 15 07:15:44.128 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44342026-08-15T07:15:45.036Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44352026-08-15T07:15:45.040Z[verify-libraries] Compiling psm v0.1.30
44362026-08-15T07:15:45.165Z[verify-libraries] Compiling tabled v0.15.0
44372026-08-15T07:15:45.235Z[verify-libraries] Compiling termtree v0.5.1
44382026-08-15T07:15:45.285Z[verify-libraries] Compiling derive_more v2.1.1
44392026-08-15T07:15:45.289Z[verify-libraries] Compiling rustc_version v0.1.7
44402026-08-15T07:15:45.342Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44412026-08-15T07:15:45.346Z[ recovery-image] Aug 15 07:15:44.473 INFO O| Aug 15 07:15:44.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44422026-08-15T07:15:45.373Z[verify-libraries] Compiling phf_shared v0.12.1
44432026-08-15T07:15:45.403Z[verify-libraries] Compiling crossterm v0.29.0
44442026-08-15T07:15:45.407Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44452026-08-15T07:15:45.454Z[verify-libraries] Compiling nibble_vec v0.1.0
44462026-08-15T07:15:45.608Z[verify-libraries] Compiling highway v1.3.0
44472026-08-15T07:15:45.633Z[verify-libraries] Compiling endian-type v0.1.2
44482026-08-15T07:15:45.633Z[verify-libraries] Compiling chrono-tz v0.10.4
44492026-08-15T07:15:45.690Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44502026-08-15T07:15:45.744Z[verify-libraries] Compiling newtype_derive v0.1.6
44512026-08-15T07:15:45.775Z[verify-libraries] Compiling phf v0.12.1
44522026-08-15T07:15:45.830Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44532026-08-15T07:15:45.990Z[verify-libraries] Compiling radix_trie v0.2.1
44542026-08-15T07:15:46.017Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44552026-08-15T07:15:46.086Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44562026-08-15T07:15:46.090Z[verify-libraries] Compiling peg-macros v0.8.5
44572026-08-15T07:15:46.090Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44582026-08-15T07:15:46.114Z[verify-libraries] Compiling winnow v0.6.26
44592026-08-15T07:15:46.516Z[verify-libraries] Compiling typify v0.6.2
44602026-08-15T07:15:46.553Z[verify-libraries] Compiling recursive v0.1.1
44612026-08-15T07:15:46.557Z[verify-libraries] Compiling csv-core v0.1.13
44622026-08-15T07:15:46.662Z[verify-libraries] Compiling home v0.5.12
44632026-08-15T07:15:46.738Z[verify-libraries] Compiling progenitor-impl v0.14.0
44642026-08-15T07:15:46.806Z[verify-libraries] Compiling unicode_categories v0.1.1
44652026-08-15T07:15:46.897Z[verify-libraries] Compiling csv v1.4.0
44662026-08-15T07:15:47.054Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44672026-08-15T07:15:47.153Z[ recovery-image] Aug 15 07:15:46.284 INFO O| Aug 15 07:15:46.284 INFO O| Startup: Refreshing catalog 'helios' ... Done
44682026-08-15T07:15:47.168Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44692026-08-15T07:15:47.271Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44702026-08-15T07:15:47.274Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44712026-08-15T07:15:47.363Z[verify-libraries] Compiling sqlparser v0.61.0
44722026-08-15T07:15:47.537Z[ recovery-image] Aug 15 07:15:46.668 INFO O| Aug 15 07:15:46.668 INFO O| Startup: Caching catalogs ... Done
44732026-08-15T07:15:47.551Z[ recovery-image] Aug 15 07:15:46.681 INFO O| Aug 15 07:15:46.681 INFO O| Planning: Planning completed in 0.00 seconds
44742026-08-15T07:15:47.554Z[ recovery-image] Aug 15 07:15:46.682 INFO O| Aug 15 07:15:46.682 INFO O| Planning: Consolidating action changes ... Done
44752026-08-15T07:15:47.554Z[ recovery-image] Aug 15 07:15:46.682 INFO O| Aug 15 07:15:46.682 INFO O| Planning: Evaluating mediators ... Done
44762026-08-15T07:15:47.554Z[ recovery-image] Aug 15 07:15:46.682 INFO O| Aug 15 07:15:46.682 INFO O| Planning: Planning completed in 0.00 seconds
44772026-08-15T07:15:47.554Z[ recovery-image] Aug 15 07:15:46.684 INFO O| Aug 15 07:15:46.683 INFO O| Variants/Facets to change: 1
44782026-08-15T07:15:47.573Z[ recovery-image] Aug 15 07:15:46.703 INFO O| Aug 15 07:15:46.703 INFO O| Finalize: Updating package state database ... Done
44792026-08-15T07:15:47.573Z[ recovery-image] Aug 15 07:15:46.703 INFO O| Aug 15 07:15:46.703 INFO O| Finalize: Updating package cache ... Done
44802026-08-15T07:15:47.632Z[ recovery-image] Aug 15 07:15:46.762 INFO O| Aug 15 07:15:46.762 INFO O| Finalize: Updating image state ... Done
44812026-08-15T07:15:47.648Z[ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.776 INFO O| Finalize: Creating fast lookup database ... Done
44822026-08-15T07:15:47.648Z[ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.776 INFO O| Finalize: Reading search index ... Done
44832026-08-15T07:15:47.648Z[ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.776 INFO O| Finalize: Updating search index ... Done
44842026-08-15T07:15:47.648Z[ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.777 INFO O| Finalize: Updating package cache ... Done
44852026-08-15T07:15:47.664Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44862026-08-15T07:15:47.694Z[verify-libraries] Compiling rustyline v14.0.0
44872026-08-15T07:15:47.737Z[verify-libraries] Compiling const_format v0.2.35
44882026-08-15T07:15:47.741Z[verify-libraries] Compiling sqlformat v0.3.5
44892026-08-15T07:15:47.760Z[verify-libraries] Compiling peg v0.8.5
44902026-08-15T07:15:47.909Z[ recovery-image] Aug 15 07:15:47.039 INFO O| Aug 15 07:15:47.039 INFO STEP 9 (pkg_change_facet) COMPLETE
44912026-08-15T07:15:47.909Z[ recovery-image] Aug 15 07:15:47.040 INFO O| Aug 15 07:15:47.039 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44922026-08-15T07:15:47.940Z[verify-libraries] Compiling bcs v0.1.6
44932026-08-15T07:15:47.944Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44942026-08-15T07:15:48.126Z[verify-libraries] Compiling nom v8.0.0
44952026-08-15T07:15:48.165Z[ host-image] Aug 15 07:15:47.295 INFO O| Aug 15 07:15:47.295 INFO O| Actions: 23466/54180 actions (Installing new actions)
44962026-08-15T07:15:48.173Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44972026-08-15T07:15:48.279Z[ recovery-image] Aug 15 07:15:47.409 INFO O| Aug 15 07:15:47.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44982026-08-15T07:15:48.443Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44992026-08-15T07:15:48.824Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45002026-08-15T07:15:48.851Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45012026-08-15T07:15:48.972Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
45022026-08-15T07:15:49.187Z[verify-libraries] Compiling steno v0.4.1
45032026-08-15T07:15:49.227Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45042026-08-15T07:15:49.273Z[verify-libraries] Compiling utf-8 v0.7.6
45052026-08-15T07:15:49.323Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
45062026-08-15T07:15:49.431Z[verify-libraries] Compiling tagptr v0.2.0
45072026-08-15T07:15:49.588Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45082026-08-15T07:15:49.623Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45092026-08-15T07:15:49.790Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45102026-08-15T07:15:49.831Z[verify-libraries] Compiling progenitor-macro v0.14.0
45112026-08-15T07:15:49.909Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45122026-08-15T07:15:49.912Z[verify-libraries] Compiling moka v0.12.13
45132026-08-15T07:15:49.939Z[verify-libraries] Compiling tungstenite v0.21.0
45142026-08-15T07:15:50.037Z[verify-libraries] Compiling libefi-sys v0.1.0
45152026-08-15T07:15:50.218Z[verify-libraries] Compiling bitfield-struct v0.6.2
45162026-08-15T07:15:50.277Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45172026-08-15T07:15:50.325Z[ recovery-image] Aug 15 07:15:49.455 INFO O| Aug 15 07:15:49.455 INFO O| Startup: Refreshing catalog 'helios' ... Done
45182026-08-15T07:15:50.435Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45192026-08-15T07:15:50.467Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45202026-08-15T07:15:50.626Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45212026-08-15T07:15:50.768Z[ recovery-image] Aug 15 07:15:49.899 INFO O| Aug 15 07:15:49.898 INFO O| Startup: Caching catalogs ... Done
45222026-08-15T07:15:50.777Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45232026-08-15T07:15:50.782Z[ recovery-image] Aug 15 07:15:49.912 INFO O| Aug 15 07:15:49.912 INFO O| Planning: Planning completed in 0.00 seconds
45242026-08-15T07:15:50.785Z[ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Planning: Consolidating action changes ... Done
45252026-08-15T07:15:50.785Z[ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Planning: Evaluating mediators ... Done
45262026-08-15T07:15:50.785Z[ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Planning: Planning completed in 0.00 seconds
45272026-08-15T07:15:50.786Z[ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Variants/Facets to change: 1
45282026-08-15T07:15:50.795Z[ recovery-image] Aug 15 07:15:49.925 INFO O| Aug 15 07:15:49.925 INFO O| Finalize: Updating package state database ... Done
45292026-08-15T07:15:50.795Z[ recovery-image] Aug 15 07:15:49.925 INFO O| Aug 15 07:15:49.925 INFO O| Finalize: Updating package cache ... Done
45302026-08-15T07:15:50.855Z[ recovery-image] Aug 15 07:15:49.986 INFO O| Aug 15 07:15:49.986 INFO O| Finalize: Updating image state ... Done
45312026-08-15T07:15:50.870Z[ recovery-image] Aug 15 07:15:50.000 INFO O| Aug 15 07:15:50.000 INFO O| Finalize: Creating fast lookup database ... Done
45322026-08-15T07:15:50.873Z[ recovery-image] Aug 15 07:15:50.000 INFO O| Aug 15 07:15:50.000 INFO O| Finalize: Reading search index ... Done
45332026-08-15T07:15:50.873Z[ recovery-image] Aug 15 07:15:50.000 INFO O| Aug 15 07:15:50.000 INFO O| Finalize: Updating search index ... Done
45342026-08-15T07:15:50.873Z[ recovery-image] Aug 15 07:15:50.001 INFO O| Aug 15 07:15:50.001 INFO O| Finalize: Updating package cache ... Done
45352026-08-15T07:15:50.926Z[verify-libraries] Compiling hickory-resolver v0.25.2
45362026-08-15T07:15:50.967Z[verify-libraries] Compiling libscf-sys v1.2.0
45372026-08-15T07:15:51.010Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45382026-08-15T07:15:51.092Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45392026-08-15T07:15:51.136Z[ host-image] Aug 15 07:15:50.266 INFO O| Aug 15 07:15:50.266 INFO O| Actions: Completed 54180 actions in 7.97 seconds.
45402026-08-15T07:15:51.139Z[verify-libraries] Compiling xshell-macros v0.2.7
45412026-08-15T07:15:51.149Z[ recovery-image] Aug 15 07:15:50.279 INFO O| Aug 15 07:15:50.279 INFO STEP 10 (pkg_change_facet) COMPLETE
45422026-08-15T07:15:51.149Z[ recovery-image] Aug 15 07:15:50.279 INFO O| Aug 15 07:15:50.279 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-08-15T07:15:51.160Z[ recovery-image] Aug 15 07:15:50.290 INFO O| Aug 15 07:15:50.290 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"]
45442026-08-15T07:15:51.184Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-08-15T07:15:51.228Z[ host-image] Aug 15 07:15:50.358 INFO O| Aug 15 07:15:50.358 INFO O| Finalize: Updating package state database ... Done
45462026-08-15T07:15:51.228Z[ host-image] Aug 15 07:15:50.358 INFO O| Aug 15 07:15:50.358 INFO O| Finalize: Updating package cache ... Done
45472026-08-15T07:15:51.264Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45482026-08-15T07:15:51.337Z[ host-image] Aug 15 07:15:50.468 INFO O| Aug 15 07:15:50.467 INFO O| Finalize: Updating image state ... Done
45492026-08-15T07:15:51.351Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45502026-08-15T07:15:51.415Z[verify-libraries] Compiling papergrid v0.18.0
45512026-08-15T07:15:51.460Z[verify-libraries] Compiling sha2 v0.11.0
45522026-08-15T07:15:51.699Z[verify-libraries] Compiling xshell v0.2.7
45532026-08-15T07:15:51.759Z[verify-libraries] Compiling subprocess v0.2.15
45542026-08-15T07:15:51.875Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45552026-08-15T07:15:51.984Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45562026-08-15T07:15:52.093Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45572026-08-15T07:15:52.328Z[verify-libraries] Compiling headers-core v0.3.0
45582026-08-15T07:15:52.383Z[ host-image] Aug 15 07:15:51.511 INFO O| Aug 15 07:15:51.494 INFO O| Finalize: Creating fast lookup database ... Done
45592026-08-15T07:15:52.391Z[ host-image] Aug 15 07:15:51.522 INFO O| Aug 15 07:15:51.522 INFO O| Finalize: Reading search index ... Done
45602026-08-15T07:15:52.533Z[verify-libraries] Compiling tabled v0.21.0
45612026-08-15T07:15:52.574Z[verify-libraries] Compiling unicase v2.9.0
45622026-08-15T07:15:52.642Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45632026-08-15T07:15:52.702Z[verify-libraries] Compiling headers v0.4.1
45642026-08-15T07:15:52.839Z[verify-libraries] Compiling darling_core v0.21.3
45652026-08-15T07:15:52.911Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45662026-08-15T07:15:53.072Z[verify-libraries] Compiling crc8 v0.1.1
45672026-08-15T07:15:53.096Z[ recovery-image] Aug 15 07:15:52.226 INFO O| Aug 15 07:15:52.226 INFO O| Startup: Refreshing catalog 'helios' ... Done
45682026-08-15T07:15:53.120Z[verify-libraries] Compiling maplit v1.0.2
45692026-08-15T07:15:53.203Z[verify-libraries] Compiling yasna v0.5.2
45702026-08-15T07:15:53.279Z[verify-libraries] Compiling vergen-lib v0.1.6
45712026-08-15T07:15:53.326Z[verify-libraries] Compiling diesel_derives v2.3.7
45722026-08-15T07:15:53.326Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45732026-08-15T07:15:53.536Z[ recovery-image] Aug 15 07:15:52.667 INFO O| Aug 15 07:15:52.666 INFO O| Startup: Caching catalogs ... Done
45742026-08-15T07:15:53.557Z[verify-libraries] Compiling port-file v0.1.0
45752026-08-15T07:15:53.655Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45762026-08-15T07:15:53.740Z[verify-libraries] Compiling rcgen v0.12.1
45772026-08-15T07:15:53.825Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45782026-08-15T07:15:53.870Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45792026-08-15T07:15:53.945Z[verify-libraries] Compiling half v1.8.3
45802026-08-15T07:15:54.044Z[verify-libraries] Compiling r2d2 v0.8.10
45812026-08-15T07:15:54.208Z[verify-libraries] Compiling serde_cbor v0.11.2
45822026-08-15T07:15:54.324Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45832026-08-15T07:15:54.414Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45842026-08-15T07:15:54.543Z[verify-libraries] Compiling downcast-rs v2.0.2
45852026-08-15T07:15:54.688Z[verify-libraries] Compiling cpubits v0.1.1
45862026-08-15T07:15:54.772Z[verify-libraries] Compiling crunchy v0.2.4
45872026-08-15T07:15:54.868Z[verify-libraries] Compiling dirs-next v2.0.0
45882026-08-15T07:15:54.908Z[verify-libraries] Compiling clang-sys v1.8.1
45892026-08-15T07:15:55.020Z[verify-libraries] Compiling tiny-keccak v2.0.2
45902026-08-15T07:15:55.068Z[verify-libraries] Compiling term v0.7.0
45912026-08-15T07:15:55.140Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45922026-08-15T07:15:55.183Z[ host-image] Aug 15 07:15:54.314 INFO O| Aug 15 07:15:54.314 INFO O| Finalize: Building new search index ... Done
45932026-08-15T07:15:55.354Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45942026-08-15T07:15:55.462Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45952026-08-15T07:15:55.521Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45962026-08-15T07:15:55.558Z[verify-libraries] Compiling diff v0.1.13
45972026-08-15T07:15:55.599Z[ recovery-image] Aug 15 07:15:54.729 INFO O| Aug 15 07:15:54.729 INFO O| Planning: Solver setup ... Done
45982026-08-15T07:15:55.622Z[ host-image] Aug 15 07:15:54.752 INFO O| Aug 15 07:15:54.752 INFO O| Finalize: Updating package cache ... Done
45992026-08-15T07:15:55.627Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46002026-08-15T07:15:55.631Z[verify-libraries] Compiling progenitor v0.14.0
46012026-08-15T07:15:55.631Z[verify-libraries] Compiling darling_macro v0.21.3
46022026-08-15T07:15:55.717Z[verify-libraries] Compiling bit-vec v0.6.3
46032026-08-15T07:15:55.741Z[verify-libraries] Compiling ascii-canvas v3.0.0
46042026-08-15T07:15:55.754Z[ recovery-image] Aug 15 07:15:54.884 INFO O| Aug 15 07:15:54.884 INFO O| Planning: Running solver ... Done
46052026-08-15T07:15:55.795Z[ recovery-image] Aug 15 07:15:54.924 INFO O| Aug 15 07:15:54.924 INFO O| Planning: Finding local manifests ... Done
46062026-08-15T07:15:55.822Z[ recovery-image] Aug 15 07:15:54.953 INFO O| Aug 15 07:15:54.953 INFO O| Planning: Fetching manifests: 0/130 0% complete
46072026-08-15T07:15:55.833Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46082026-08-15T07:15:55.879Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46092026-08-15T07:15:55.917Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46102026-08-15T07:15:55.937Z[ host-image] Aug 15 07:15:55.067 INFO O| Aug 15 07:15:55.067 INFO STEP 11 (pkg_install) COMPLETE
46112026-08-15T07:15:55.941Z[ host-image] Aug 15 07:15:55.067 INFO O| Aug 15 07:15:55.067 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46122026-08-15T07:15:55.948Z[ host-image] Aug 15 07:15:55.079 INFO O| Aug 15 07:15:55.078 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"]
46132026-08-15T07:15:55.963Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
46142026-08-15T07:15:56.004Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46152026-08-15T07:15:56.053Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46162026-08-15T07:15:56.053Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46172026-08-15T07:15:56.115Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46182026-08-15T07:15:56.210Z[verify-libraries] Compiling bit-set v0.5.3
46192026-08-15T07:15:56.250Z[verify-libraries] Compiling darling v0.21.3
46202026-08-15T07:15:56.272Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46212026-08-15T07:15:56.382Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46222026-08-15T07:15:56.432Z[verify-libraries] Compiling itertools v0.10.5
46232026-08-15T07:15:56.470Z[verify-libraries] Compiling blake3 v1.8.5
46242026-08-15T07:15:56.534Z[verify-libraries] Compiling ena v0.14.4
46252026-08-15T07:15:56.847Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46262026-08-15T07:15:56.989Z[verify-libraries] Compiling libloading v0.8.9
46272026-08-15T07:15:57.029Z[verify-libraries] Compiling regex-syntax v0.6.29
46282026-08-15T07:15:57.178Z[verify-libraries] Compiling bindgen v0.71.1
46292026-08-15T07:15:57.259Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46302026-08-15T07:15:57.650Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46312026-08-15T07:15:57.700Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46322026-08-15T07:15:57.703Z[verify-libraries] Compiling cexpr v0.6.0
46332026-08-15T07:15:57.743Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46342026-08-15T07:15:57.836Z[ host-image] Aug 15 07:15:56.966 INFO O| Aug 15 07:15:56.966 INFO O| Startup: Refreshing catalog 'helios' ... Done
46352026-08-15T07:15:57.911Z[verify-libraries] Compiling arrayref v0.3.9
46362026-08-15T07:15:58.140Z[verify-libraries] Compiling constant_time_eq v0.4.2
46372026-08-15T07:15:58.165Z[verify-libraries] Compiling rustc-hash v2.1.1
46382026-08-15T07:15:58.230Z[verify-libraries] Compiling arrayvec v0.7.6
46392026-08-15T07:15:58.279Z[ host-image] Aug 15 07:15:57.409 INFO O| Aug 15 07:15:57.409 INFO O| Startup: Caching catalogs ... Done
46402026-08-15T07:15:58.368Z[verify-libraries] Compiling lalrpop v0.19.12
46412026-08-15T07:15:58.408Z[verify-libraries] Compiling libxml v0.3.3
46422026-08-15T07:15:58.452Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46432026-08-15T07:15:58.504Z[verify-libraries] Compiling strum_macros v0.24.3
46442026-08-15T07:15:58.696Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46452026-08-15T07:15:58.802Z[ host-image] Aug 15 07:15:57.932 INFO O| Aug 15 07:15:57.932 INFO O| Planning: Solver setup ... Done
46462026-08-15T07:15:58.808Z[ host-image] Aug 15 07:15:57.938 INFO O| Aug 15 07:15:57.938 INFO O| Planning: Running solver ... Done
46472026-08-15T07:15:58.815Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46482026-08-15T07:15:58.821Z[ host-image] Aug 15 07:15:57.952 INFO O| Aug 15 07:15:57.952 INFO O| Planning: Finding local manifests ... Done
46492026-08-15T07:15:58.881Z[ host-image] Aug 15 07:15:58.011 INFO O| Aug 15 07:15:58.011 INFO O| Planning: Fetching manifests: 0/6 0% complete
46502026-08-15T07:15:58.950Z[ host-image] Aug 15 07:15:58.080 INFO O| Aug 15 07:15:58.080 INFO O| Planning: Fetching manifests: 6/6 100% complete
46512026-08-15T07:15:58.975Z[ host-image] Aug 15 07:15:58.105 INFO O| Aug 15 07:15:58.105 INFO O| Planning: Package planning ... Done
46522026-08-15T07:15:58.978Z[ host-image] Aug 15 07:15:58.107 INFO O| Aug 15 07:15:58.107 INFO O| Planning: Merging actions ... Done
46532026-08-15T07:15:59.006Z[verify-libraries] Compiling hmac v0.13.0
46542026-08-15T07:15:59.147Z[ host-image] Aug 15 07:15:58.277 INFO O| Aug 15 07:15:58.277 INFO O| Planning: Checking for conflicting actions ... Done
46552026-08-15T07:15:59.150Z[ host-image] Aug 15 07:15:58.278 INFO O| Aug 15 07:15:58.278 INFO O| Planning: Consolidating action changes ... Done
46562026-08-15T07:15:59.252Z[verify-libraries] Compiling universal-hash v0.6.1
46572026-08-15T07:15:59.290Z[ recovery-image] Aug 15 07:15:58.415 INFO O| Aug 15 07:15:58.415 INFO O| Planning: Fetching manifests: 130/130 100% complete
46582026-08-15T07:15:59.295Z[ host-image] Aug 15 07:15:58.426 INFO O| Aug 15 07:15:58.425 INFO O| Planning: Evaluating mediators ... Done
46592026-08-15T07:15:59.298Z[ host-image] Aug 15 07:15:58.427 INFO O| Aug 15 07:15:58.427 INFO O| Planning: Planning completed in 1.00 seconds
46602026-08-15T07:15:59.298Z[ host-image] Aug 15 07:15:58.427 INFO O| Aug 15 07:15:58.427 INFO O| Packages to install: 6
46612026-08-15T07:15:59.298Z[ host-image] Aug 15 07:15:58.427 INFO O| Aug 15 07:15:58.427 INFO O| Services to change: 2
46622026-08-15T07:15:59.308Z[ host-image] Aug 15 07:15:58.438 INFO O| Aug 15 07:15:58.438 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46632026-08-15T07:15:59.423Z[verify-libraries] Compiling fxhash v0.2.1
46642026-08-15T07:15:59.473Z[verify-libraries] Compiling indoc v1.0.9
46652026-08-15T07:15:59.622Z[ host-image] Aug 15 07:15:58.751 INFO O| Aug 15 07:15:58.751 INFO O| Download: Completed 1.75 MB in 0.31 seconds (5.6M/s)
46662026-08-15T07:15:59.653Z[ host-image] Aug 15 07:15:58.783 INFO O| Aug 15 07:15:58.783 INFO O| Actions: 1/390 actions (Installing new actions)
46672026-08-15T07:15:59.724Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46682026-08-15T07:15:59.744Z[ recovery-image] Aug 15 07:15:58.875 INFO O| Aug 15 07:15:58.875 INFO O| Planning: Package planning ... Done
46692026-08-15T07:15:59.803Z[ host-image] Aug 15 07:15:58.933 INFO O| Aug 15 07:15:58.933 INFO O| Actions: Completed 390 actions in 0.15 seconds.
46702026-08-15T07:15:59.811Z[verify-libraries] Compiling progenitor-impl v0.13.0
46712026-08-15T07:15:59.843Z[ host-image] Aug 15 07:15:58.972 INFO O| Aug 15 07:15:58.972 INFO O| Finalize: Updating package state database ... Done
46722026-08-15T07:15:59.843Z[ host-image] Aug 15 07:15:58.972 INFO O| Aug 15 07:15:58.972 INFO O| Finalize: Updating package cache ... Done
46732026-08-15T07:15:59.910Z[ recovery-image] Aug 15 07:15:59.037 INFO O| Aug 15 07:15:59.037 INFO O| Planning: Merging actions ... Done
46742026-08-15T07:15:59.927Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46752026-08-15T07:15:59.951Z[ host-image] Aug 15 07:15:59.080 INFO O| Aug 15 07:15:59.080 INFO O| Finalize: Updating image state ... Done
46762026-08-15T07:16:00.162Z[ recovery-image] Aug 15 07:15:59.292 INFO O| Aug 15 07:15:59.292 INFO O| Planning: Checking for conflicting actions ... Done
46772026-08-15T07:16:00.223Z[ recovery-image] Aug 15 07:15:59.353 INFO O| Aug 15 07:15:59.353 INFO O| Planning: Consolidating action changes ... Done
46782026-08-15T07:16:00.371Z[ recovery-image] Aug 15 07:15:59.501 INFO O| Aug 15 07:15:59.501 INFO O| Planning: Evaluating mediators ... Done
46792026-08-15T07:16:00.854Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46802026-08-15T07:16:00.975Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46812026-08-15T07:16:01.163Z[ host-image] Aug 15 07:16:00.293 INFO O| Aug 15 07:16:00.293 INFO O| Finalize: Creating fast lookup database ... Done
46822026-08-15T07:16:01.192Z[ host-image] Aug 15 07:16:00.323 INFO O| Aug 15 07:16:00.322 INFO O| Finalize: Reading search index ... Done
46832026-08-15T07:16:01.196Z[ host-image] Aug 15 07:16:00.323 INFO O| Aug 15 07:16:00.323 INFO O| Finalize: Updating search index ... Done
46842026-08-15T07:16:01.208Z[ host-image] Aug 15 07:16:00.339 INFO O| Aug 15 07:16:00.339 INFO O| Finalize: Updating package cache ... Done
46852026-08-15T07:16:01.376Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46862026-08-15T07:16:01.505Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46872026-08-15T07:16:01.510Z[ host-image] Aug 15 07:16:00.640 INFO O| Aug 15 07:16:00.640 INFO STEP 12 (pkg_install) COMPLETE
46882026-08-15T07:16:01.510Z[ host-image] Aug 15 07:16:00.640 INFO O| Aug 15 07:16:00.640 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46892026-08-15T07:16:01.520Z[ host-image] Aug 15 07:16:00.650 INFO O| Aug 15 07:16:00.650 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46902026-08-15T07:16:01.664Z[verify-libraries] Compiling oso-derive v0.27.3
46912026-08-15T07:16:02.122Z[ recovery-image] Aug 15 07:16:01.252 INFO O| Aug 15 07:16:01.252 INFO O| Planning: Planning completed in 8.57 seconds
46922026-08-15T07:16:02.126Z[ recovery-image] Aug 15 07:16:01.254 INFO O| Aug 15 07:16:01.254 INFO O| Packages to install: 130
46932026-08-15T07:16:02.126Z[ recovery-image] Aug 15 07:16:01.254 INFO O| Aug 15 07:16:01.254 INFO O| Mediators to change: 5
46942026-08-15T07:16:02.126Z[ recovery-image] Aug 15 07:16:01.254 INFO O| Aug 15 07:16:01.254 INFO O| Services to change: 5
46952026-08-15T07:16:02.181Z[ recovery-image] Aug 15 07:16:01.309 INFO O| Aug 15 07:16:01.309 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46962026-08-15T07:16:02.349Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46972026-08-15T07:16:02.400Z[verify-libraries] Compiling quick-xml v0.37.5
46982026-08-15T07:16:02.404Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46992026-08-15T07:16:02.775Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47002026-08-15T07:16:03.091Z[verify-libraries] Compiling openssl-probe v0.1.6
47012026-08-15T07:16:03.242Z[ host-image] Aug 15 07:16:02.371 INFO O| Aug 15 07:16:02.371 INFO O| Startup: Refreshing catalog 'helios' ... Done
47022026-08-15T07:16:03.349Z[verify-libraries] Compiling diesel v2.3.7
47032026-08-15T07:16:03.353Z[verify-libraries] Compiling progenitor-macro v0.13.0
47042026-08-15T07:16:03.716Z[ host-image] Aug 15 07:16:02.846 INFO O| Aug 15 07:16:02.846 INFO O| Startup: Caching catalogs ... Done
47052026-08-15T07:16:03.814Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47062026-08-15T07:16:03.993Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47072026-08-15T07:16:04.168Z[ host-image] Aug 15 07:16:03.298 INFO O| Aug 15 07:16:03.298 INFO O| Planning: Solver setup ... Done
47082026-08-15T07:16:04.173Z[ host-image] Aug 15 07:16:03.303 INFO O| Aug 15 07:16:03.303 INFO O| Planning: Running solver ... Done
47092026-08-15T07:16:04.186Z[ host-image] Aug 15 07:16:03.316 INFO O| Aug 15 07:16:03.316 INFO O| Planning: Finding local manifests ... Done
47102026-08-15T07:16:04.250Z[ host-image] Aug 15 07:16:03.380 INFO O| Aug 15 07:16:03.380 INFO O| Planning: Fetching manifests: 0/6 0% complete
47112026-08-15T07:16:04.271Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47122026-08-15T07:16:04.379Z[ host-image] Aug 15 07:16:03.509 INFO O| Aug 15 07:16:03.509 INFO O| Planning: Fetching manifests: 6/6 100% complete
47132026-08-15T07:16:04.487Z[ host-image] Aug 15 07:16:03.617 INFO O| Aug 15 07:16:03.617 INFO O| Planning: Package planning ... Done
47142026-08-15T07:16:04.495Z[ host-image] Aug 15 07:16:03.626 INFO O| Aug 15 07:16:03.625 INFO O| Planning: Merging actions ... Done
47152026-08-15T07:16:04.645Z[ host-image] Aug 15 07:16:03.775 INFO O| Aug 15 07:16:03.775 INFO O| Planning: Checking for conflicting actions ... Done
47162026-08-15T07:16:04.649Z[ host-image] Aug 15 07:16:03.778 INFO O| Aug 15 07:16:03.778 INFO O| Planning: Consolidating action changes ... Done
47172026-08-15T07:16:04.784Z[verify-libraries] Compiling polyval v0.7.1
47182026-08-15T07:16:04.787Z[ host-image] Aug 15 07:16:03.917 INFO O| Aug 15 07:16:03.917 INFO O| Planning: Evaluating mediators ... Done
47192026-08-15T07:16:04.792Z[ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Planning: Planning completed in 1.05 seconds
47202026-08-15T07:16:04.792Z[ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Packages to install: 6
47212026-08-15T07:16:04.792Z[ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Mediators to change: 1
47222026-08-15T07:16:04.792Z[ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Services to change: 1
47232026-08-15T07:16:04.801Z[ host-image] Aug 15 07:16:03.932 INFO O| Aug 15 07:16:03.932 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47242026-08-15T07:16:04.813Z[verify-libraries] Compiling der v0.8.0
47252026-08-15T07:16:05.108Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47262026-08-15T07:16:05.131Z[verify-libraries] Compiling progenitor-client v0.13.0
47272026-08-15T07:16:05.341Z[ host-image] Aug 15 07:16:04.471 INFO O| Aug 15 07:16:04.471 INFO O| Download: Completed 7.84 MB in 0.54 seconds (14.5M/s)
47282026-08-15T07:16:05.405Z[ host-image] Aug 15 07:16:04.535 INFO O| Aug 15 07:16:04.531 INFO O| Actions: 1/1366 actions (Installing new actions)
47292026-08-15T07:16:05.518Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47302026-08-15T07:16:05.603Z[verify-libraries] Compiling git-stub v1.0.0
47312026-08-15T07:16:05.633Z[ host-image] Aug 15 07:16:04.763 INFO O| Aug 15 07:16:04.763 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
47322026-08-15T07:16:05.647Z[verify-libraries] Compiling kstat-rs v0.2.5
47332026-08-15T07:16:05.673Z[ host-image] Aug 15 07:16:04.803 INFO O| Aug 15 07:16:04.803 INFO O| Finalize: Updating package state database ... Done
47342026-08-15T07:16:05.673Z[ host-image] Aug 15 07:16:04.803 INFO O| Aug 15 07:16:04.803 INFO O| Finalize: Updating package cache ... Done
47352026-08-15T07:16:05.762Z[ host-image] Aug 15 07:16:04.892 INFO O| Aug 15 07:16:04.892 INFO O| Finalize: Updating image state ... Done
47362026-08-15T07:16:05.786Z[verify-libraries] Compiling trait-variant v0.1.2
47372026-08-15T07:16:05.877Z[verify-libraries] Compiling git-stub-vcs v0.1.0
47382026-08-15T07:16:05.932Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47392026-08-15T07:16:06.041Z[verify-libraries] Compiling ghash v0.6.0
47402026-08-15T07:16:06.149Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47412026-08-15T07:16:06.256Z[verify-libraries] Compiling pbkdf2 v0.13.0
47422026-08-15T07:16:06.280Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47432026-08-15T07:16:06.389Z[verify-libraries] Compiling aes v0.9.1
47442026-08-15T07:16:06.463Z[verify-libraries] Compiling crypto-bigint v0.7.5
47452026-08-15T07:16:06.527Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47462026-08-15T07:16:06.707Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
47472026-08-15T07:16:06.778Z[ host-image] Aug 15 07:16:05.908 INFO O| Aug 15 07:16:05.908 INFO O| Finalize: Creating fast lookup database ... Done
47482026-08-15T07:16:06.809Z[ host-image] Aug 15 07:16:05.939 INFO O| Aug 15 07:16:05.939 INFO O| Finalize: Reading search index ... Done
47492026-08-15T07:16:06.809Z[ host-image] Aug 15 07:16:05.939 INFO O| Aug 15 07:16:05.939 INFO O| Finalize: Updating search index ... Done
47502026-08-15T07:16:06.842Z[ host-image] Aug 15 07:16:05.973 INFO O| Aug 15 07:16:05.973 INFO O| Finalize: Updating package cache ... Done
47512026-08-15T07:16:06.950Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47522026-08-15T07:16:06.976Z[verify-libraries] Compiling ctr v0.10.1
47532026-08-15T07:16:07.049Z[verify-libraries] Compiling aead v0.6.1
47542026-08-15T07:16:07.086Z[verify-libraries] Compiling bb8 v0.8.6
47552026-08-15T07:16:07.127Z[ host-image] Aug 15 07:16:06.257 INFO O| Aug 15 07:16:06.257 INFO STEP 13 (pkg_install) COMPLETE
47562026-08-15T07:16:07.127Z[ host-image] Aug 15 07:16:06.257 INFO O| Aug 15 07:16:06.257 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47572026-08-15T07:16:07.138Z[ host-image] Aug 15 07:16:06.269 INFO O| Aug 15 07:16:06.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47582026-08-15T07:16:07.190Z[ recovery-image] Aug 15 07:16:06.320 INFO O| Aug 15 07:16:06.320 INFO O| Download: 8723/16682 items 89.9/200.0MB 44% complete (18.1M/s)
47592026-08-15T07:16:07.202Z[verify-libraries] Compiling dashu-int v0.5.1
47602026-08-15T07:16:07.294Z[verify-libraries] Compiling parking_lot_core v0.8.6
47612026-08-15T07:16:07.390Z[verify-libraries] Compiling seq-macro v0.3.6
47622026-08-15T07:16:07.564Z[verify-libraries] Compiling aes-gcm v0.11.0
47632026-08-15T07:16:07.629Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47642026-08-15T07:16:07.697Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47652026-08-15T07:16:07.732Z[verify-libraries] Compiling spki v0.8.0
47662026-08-15T07:16:07.811Z[verify-libraries] Compiling mime_guess v2.0.5
47672026-08-15T07:16:08.023Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47682026-08-15T07:16:08.075Z[verify-libraries] Compiling salsa20 v0.11.0
47692026-08-15T07:16:08.294Z[verify-libraries] Compiling ssh-encoding v0.2.0
47702026-08-15T07:16:08.322Z[verify-libraries] Compiling nanorand v0.7.0
47712026-08-15T07:16:08.352Z[verify-libraries] Compiling dashu-base v0.5.1
47722026-08-15T07:16:08.567Z[verify-libraries] Compiling rlimit v0.10.2
47732026-08-15T07:16:08.640Z[verify-libraries] Compiling num-modular v0.6.4
47742026-08-15T07:16:08.684Z[verify-libraries] Compiling flume v0.11.1
47752026-08-15T07:16:08.773Z[verify-libraries] Compiling ssh-cipher v0.2.0
47762026-08-15T07:16:08.853Z[verify-libraries] Compiling scrypt v0.12.0
47772026-08-15T07:16:08.973Z[verify-libraries] Compiling tungstenite v0.28.0
47782026-08-15T07:16:09.036Z[verify-libraries] Compiling p256 v0.13.2
47792026-08-15T07:16:09.045Z[ host-image] Aug 15 07:16:08.175 INFO O| Aug 15 07:16:08.175 INFO O| Startup: Refreshing catalog 'helios' ... Done
47802026-08-15T07:16:09.123Z[verify-libraries] Compiling progenitor v0.13.0
47812026-08-15T07:16:09.174Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47822026-08-15T07:16:09.251Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47832026-08-15T07:16:09.420Z[verify-libraries] Compiling cbc v0.2.1
47842026-08-15T07:16:09.491Z[verify-libraries] Compiling http-range v0.1.5
47852026-08-15T07:16:09.508Z[ host-image] Aug 15 07:16:08.636 INFO O| Aug 15 07:16:08.636 INFO O| Startup: Caching catalogs ... Done
47862026-08-15T07:16:09.539Z[verify-libraries] Compiling num-primitive v0.2.1
47872026-08-15T07:16:09.587Z[verify-libraries] Compiling nonempty v0.12.0
47882026-08-15T07:16:09.671Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
47892026-08-15T07:16:09.752Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
47902026-08-15T07:16:09.837Z[verify-libraries] Compiling pkcs5 v0.8.1
47912026-08-15T07:16:09.893Z[ host-image] Aug 15 07:16:09.023 INFO O| Aug 15 07:16:09.023 INFO O| Planning: Solver setup ... Done
47922026-08-15T07:16:09.898Z[ host-image] Aug 15 07:16:09.028 INFO O| Aug 15 07:16:09.028 INFO O| Planning: Running solver ... Done
47932026-08-15T07:16:09.910Z[ host-image] Aug 15 07:16:09.040 INFO O| Aug 15 07:16:09.040 INFO O| Planning: Finding local manifests ... Done
47942026-08-15T07:16:09.926Z[ host-image] Aug 15 07:16:09.057 INFO O| Aug 15 07:16:09.056 INFO O| Planning: Fetching manifests: 0/1 0% complete
47952026-08-15T07:16:09.932Z[ host-image] Aug 15 07:16:09.062 INFO O| Aug 15 07:16:09.062 INFO O| Planning: Fetching manifests: 1/1 100% complete
47962026-08-15T07:16:09.956Z[ host-image] Aug 15 07:16:09.087 INFO O| Aug 15 07:16:09.087 INFO O| Planning: Package planning ... Done
47972026-08-15T07:16:09.957Z[ host-image] Aug 15 07:16:09.087 INFO O| Aug 15 07:16:09.087 INFO O| Planning: Merging actions ... Done
47982026-08-15T07:16:10.094Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47992026-08-15T07:16:10.094Z[verify-libraries] Compiling ssh-key v0.6.7
48002026-08-15T07:16:10.106Z[ host-image] Aug 15 07:16:09.236 INFO O| Aug 15 07:16:09.236 INFO O| Planning: Checking for conflicting actions ... Done
48012026-08-15T07:16:10.110Z[ host-image] Aug 15 07:16:09.237 INFO O| Aug 15 07:16:09.237 INFO O| Planning: Consolidating action changes ... Done
48022026-08-15T07:16:10.158Z[verify-libraries] Compiling dsi-bitstream v0.10.1
48032026-08-15T07:16:10.198Z[verify-libraries] Compiling parking_lot v0.11.2
48042026-08-15T07:16:10.240Z[ host-image] Aug 15 07:16:09.371 INFO O| Aug 15 07:16:09.370 INFO O| Planning: Evaluating mediators ... Done
48052026-08-15T07:16:10.244Z[ host-image] Aug 15 07:16:09.371 INFO O| Aug 15 07:16:09.371 INFO O| Planning: Planning completed in 0.72 seconds
48062026-08-15T07:16:10.244Z[ host-image] Aug 15 07:16:09.371 INFO O| Aug 15 07:16:09.371 INFO O| Packages to install: 1
48072026-08-15T07:16:10.251Z[ host-image] Aug 15 07:16:09.382 INFO O| Aug 15 07:16:09.382 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48082026-08-15T07:16:10.507Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
48092026-08-15T07:16:10.518Z[ host-image] Aug 15 07:16:09.637 INFO O| Aug 15 07:16:09.637 INFO O| Download: Completed 13.27 MB in 0.25 seconds (52.0M/s)
48102026-08-15T07:16:10.538Z[ host-image] Aug 15 07:16:09.668 INFO O| Aug 15 07:16:09.668 INFO O| Actions: 1/22 actions (Installing new actions)
48112026-08-15T07:16:10.661Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
48122026-08-15T07:16:10.781Z[ host-image] Aug 15 07:16:09.911 INFO O| Aug 15 07:16:09.911 INFO O| Actions: Completed 22 actions in 0.24 seconds.
48132026-08-15T07:16:10.814Z[ host-image] Aug 15 07:16:09.944 INFO O| Aug 15 07:16:09.944 INFO O| Finalize: Updating package state database ... Done
48142026-08-15T07:16:10.815Z[ host-image] Aug 15 07:16:09.944 INFO O| Aug 15 07:16:09.944 INFO O| Finalize: Updating package cache ... Done
48152026-08-15T07:16:10.905Z[ host-image] Aug 15 07:16:10.035 INFO O| Aug 15 07:16:10.035 INFO O| Finalize: Updating image state ... Done
48162026-08-15T07:16:11.000Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
48172026-08-15T07:16:11.147Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48182026-08-15T07:16:11.460Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
48192026-08-15T07:16:11.520Z[verify-libraries] Compiling digest-io v0.1.0
48202026-08-15T07:16:11.631Z[ recovery-image] Aug 15 07:16:10.761 INFO O| Aug 15 07:16:10.761 INFO O| Download: Completed 200.00 MB in 9.45 seconds (21.1M/s)
48212026-08-15T07:16:11.736Z[verify-libraries] Compiling prefix-trie v0.7.0
48222026-08-15T07:16:11.942Z[ recovery-image] Aug 15 07:16:11.067 INFO O| Aug 15 07:16:11.067 INFO O| Actions: 1/27580 actions (Installing new actions)
48232026-08-15T07:16:11.953Z[verify-libraries] Compiling http-range-header v0.4.2
48242026-08-15T07:16:11.968Z[ host-image] Aug 15 07:16:11.098 INFO O| Aug 15 07:16:11.098 INFO O| Finalize: Creating fast lookup database ... Done
48252026-08-15T07:16:12.008Z[ host-image] Aug 15 07:16:11.138 INFO O| Aug 15 07:16:11.138 INFO O| Finalize: Reading search index ... Done
48262026-08-15T07:16:12.008Z[ host-image] Aug 15 07:16:11.138 INFO O| Aug 15 07:16:11.138 INFO O| Finalize: Updating search index ... Done
48272026-08-15T07:16:12.018Z[ host-image] Aug 15 07:16:11.148 INFO O| Aug 15 07:16:11.148 INFO O| Finalize: Updating package cache ... Done
48282026-08-15T07:16:12.043Z[verify-libraries] Compiling rawzip v0.4.4
48292026-08-15T07:16:12.185Z[verify-libraries] Compiling bytesize v2.7.0
48302026-08-15T07:16:12.246Z[verify-libraries] Compiling hickory-server v0.25.2
48312026-08-15T07:16:12.282Z[ host-image] Aug 15 07:16:11.411 INFO O| Aug 15 07:16:11.411 INFO STEP 14 (pkg_install) COMPLETE
48322026-08-15T07:16:12.282Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48332026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "mbist" is not enabled
48342026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48352026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "mfg" is not enabled
48362026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48372026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "compliance" is not enabled
48382026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48392026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "stress" is not enabled
48402026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48412026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "compliance" is not enabled
48422026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48432026-08-15T07:16:12.285Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "nfs" is not enabled
48442026-08-15T07:16:12.286Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.412 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48452026-08-15T07:16:12.286Z[ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.412 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48462026-08-15T07:16:12.320Z[verify-libraries] Compiling hyper-staticfile v0.10.1
48472026-08-15T07:16:12.398Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
48482026-08-15T07:16:12.664Z[verify-libraries] Compiling sled v0.34.7
48492026-08-15T07:16:12.836Z[ host-image] Aug 15 07:16:11.967 INFO O| Aug 15 07:16:11.966 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48502026-08-15T07:16:12.942Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48512026-08-15T07:16:12.995Z[verify-libraries] Compiling pkcs8 v0.11.0
48522026-08-15T07:16:13.021Z[ host-image] Aug 15 07:16:12.151 INFO O| Aug 15 07:16:12.151 INFO completed processing sled/ramdisk-01-os
48532026-08-15T07:16:13.023Z[ host-image] Aug 15 07:16:12.153 INFO omicron1 baseline generation...
48542026-08-15T07:16:13.024Z[ host-image] Aug 15 07:16:12.153 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48552026-08-15T07:16:13.069Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48562026-08-15T07:16:13.269Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
48572026-08-15T07:16:13.406Z[ host-image] Aug 15 07:16:12.537 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
48582026-08-15T07:16:13.433Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48592026-08-15T07:16:13.509Z[verify-libraries] Compiling ignore v0.4.25
48602026-08-15T07:16:13.630Z[verify-libraries] Compiling anstyle-parse v0.2.7
48612026-08-15T07:16:13.952Z[verify-libraries] Compiling ff v0.14.0
48622026-08-15T07:16:14.223Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
48632026-08-15T07:16:14.335Z[verify-libraries] Compiling globwalk v0.9.1
48642026-08-15T07:16:14.377Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
48652026-08-15T07:16:14.534Z[verify-libraries] Compiling anstream v0.6.21
48662026-08-15T07:16:14.773Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
48672026-08-15T07:16:14.935Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
48682026-08-15T07:16:14.992Z[verify-libraries] Compiling predicates-tree v1.0.13
48692026-08-15T07:16:15.055Z[verify-libraries] Compiling libz-sys v1.1.24
48702026-08-15T07:16:15.188Z[verify-libraries] Compiling pwd v1.4.0
48712026-08-15T07:16:15.323Z[verify-libraries] Compiling rand_seeder v0.4.0
48722026-08-15T07:16:15.501Z[verify-libraries] Compiling lru v0.18.2
48732026-08-15T07:16:15.688Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48742026-08-15T07:16:15.814Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48752026-08-15T07:16:15.817Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
48762026-08-15T07:16:16.053Z[verify-libraries] Compiling group v0.14.0
48772026-08-15T07:16:16.087Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48782026-08-15T07:16:16.171Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48792026-08-15T07:16:16.223Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48802026-08-15T07:16:16.352Z[verify-libraries] Compiling signature v3.0.0
48812026-08-15T07:16:16.443Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48822026-08-15T07:16:16.537Z[verify-libraries] Compiling base16ct v1.0.0
48832026-08-15T07:16:16.777Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
48842026-08-15T07:16:16.851Z[verify-libraries] Compiling instability v0.3.11
48852026-08-15T07:16:16.939Z[ recovery-image] Aug 15 07:16:16.069 INFO O| Aug 15 07:16:16.069 INFO O| Actions: 21743/27580 actions (Installing new actions)
48862026-08-15T07:16:16.944Z[verify-libraries] Compiling sec1 v0.8.1
48872026-08-15T07:16:17.016Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48882026-08-15T07:16:17.052Z[verify-libraries] Compiling illumos-nvpair v0.3.0
48892026-08-15T07:16:17.143Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48902026-08-15T07:16:17.265Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48912026-08-15T07:16:17.368Z[verify-libraries] Compiling hkdf v0.13.0
48922026-08-15T07:16:17.423Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48932026-08-15T07:16:17.474Z[verify-libraries] Compiling scuffle v0.1.0
48942026-08-15T07:16:17.558Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48952026-08-15T07:16:17.679Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48962026-08-15T07:16:17.770Z[ recovery-image] Aug 15 07:16:16.900 INFO O| Aug 15 07:16:16.900 INFO O| Actions: Completed 27580 actions in 5.83 seconds.
48972026-08-15T07:16:17.841Z[ recovery-image] Aug 15 07:16:16.972 INFO O| Aug 15 07:16:16.971 INFO O| Finalize: Updating package state database ... Done
48982026-08-15T07:16:17.841Z[ recovery-image] Aug 15 07:16:16.972 INFO O| Aug 15 07:16:16.971 INFO O| Finalize: Updating package cache ... Done
48992026-08-15T07:16:17.942Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
49002026-08-15T07:16:17.959Z[ recovery-image] Aug 15 07:16:17.089 INFO O| Aug 15 07:16:17.089 INFO O| Finalize: Updating image state ... Done
49012026-08-15T07:16:18.318Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
49022026-08-15T07:16:18.368Z[verify-libraries] Compiling castaway v0.2.4
49032026-08-15T07:16:18.513Z[verify-libraries] Compiling indoc v2.0.7
49042026-08-15T07:16:18.590Z[verify-libraries] Compiling compact_str v0.8.1
49052026-08-15T07:16:18.734Z[ recovery-image] Aug 15 07:16:17.863 INFO O| Aug 15 07:16:17.863 INFO O| Finalize: Creating fast lookup database ... Done
49062026-08-15T07:16:18.752Z[ recovery-image] Aug 15 07:16:17.882 INFO O| Aug 15 07:16:17.882 INFO O| Finalize: Reading search index ... Done
49072026-08-15T07:16:18.958Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
49082026-08-15T07:16:19.199Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
49092026-08-15T07:16:19.304Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
49102026-08-15T07:16:19.394Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
49112026-08-15T07:16:19.540Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
49122026-08-15T07:16:19.864Z[verify-libraries] Compiling elliptic-curve v0.14.1
49132026-08-15T07:16:20.014Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49142026-08-15T07:16:20.052Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
49152026-08-15T07:16:20.402Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
49162026-08-15T07:16:20.451Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
49172026-08-15T07:16:20.501Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49182026-08-15T07:16:20.532Z[ recovery-image] Aug 15 07:16:19.662 INFO O| Aug 15 07:16:19.661 INFO O| Finalize: Building new search index ... Done
49192026-08-15T07:16:20.663Z[verify-libraries] Compiling lru v0.12.5
49202026-08-15T07:16:20.813Z[verify-libraries] Compiling unicode-truncate v1.1.0
49212026-08-15T07:16:20.865Z[ recovery-image] Aug 15 07:16:19.995 INFO O| Aug 15 07:16:19.995 INFO O| Finalize: Updating package cache ... Done
49222026-08-15T07:16:20.882Z[verify-libraries] Compiling arc-swap v1.8.2
49232026-08-15T07:16:21.082Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
49242026-08-15T07:16:21.218Z[ recovery-image] Aug 15 07:16:20.348 INFO O| Aug 15 07:16:20.348 INFO STEP 11 (pkg_install) COMPLETE
49252026-08-15T07:16:21.218Z[ recovery-image] Aug 15 07:16:20.348 INFO O| Aug 15 07:16:20.348 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49262026-08-15T07:16:21.222Z[ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO skip step because feature "recovery" is enabled
49272026-08-15T07:16:21.222Z[ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49282026-08-15T07:16:21.222Z[ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO skip step because feature "omicron1" is not enabled
49292026-08-15T07:16:21.222Z[ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49302026-08-15T07:16:21.230Z[ recovery-image] Aug 15 07:16:20.360 INFO O| Aug 15 07:16:20.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49312026-08-15T07:16:21.276Z[verify-libraries] Compiling diesel-dtrace v0.5.0
49322026-08-15T07:16:21.280Z[verify-libraries] Compiling cassowary v0.3.0
49332026-08-15T07:16:21.353Z[verify-libraries] Compiling slog-scope v4.4.1
49342026-08-15T07:16:21.577Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
49352026-08-15T07:16:21.604Z[verify-libraries] Compiling ratatui v0.29.0
49362026-08-15T07:16:21.636Z[verify-libraries] Compiling wnaf v0.14.0
49372026-08-15T07:16:21.734Z[verify-libraries] Compiling primefield v0.14.0
49382026-08-15T07:16:21.885Z[verify-libraries] Compiling rfc6979 v0.6.0
49392026-08-15T07:16:21.908Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49402026-08-15T07:16:22.077Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49412026-08-15T07:16:22.100Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
49422026-08-15T07:16:22.129Z[verify-libraries] Compiling vergen-git2 v9.1.0
49432026-08-15T07:16:22.296Z[verify-libraries] Compiling strsim v0.10.0
49442026-08-15T07:16:22.353Z[verify-libraries] Compiling ecdsa v0.17.0
49452026-08-15T07:16:22.409Z[verify-libraries] Compiling primeorder v0.14.0
49462026-08-15T07:16:22.684Z[verify-libraries] Compiling darling_core v0.13.4
49472026-08-15T07:16:22.879Z[verify-libraries] Compiling slog-stdlog v4.1.1
49482026-08-15T07:16:23.012Z[verify-libraries] Compiling tungstenite v0.23.0
49492026-08-15T07:16:23.182Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49502026-08-15T07:16:23.436Z[verify-libraries] Compiling curve25519-dalek v5.0.0
49512026-08-15T07:16:23.922Z[verify-libraries] Compiling console v0.16.2
49522026-08-15T07:16:23.958Z[verify-libraries] Compiling libsw-core v0.3.2
49532026-08-15T07:16:23.987Z[verify-libraries] Compiling assert_matches v1.5.0
49542026-08-15T07:16:24.112Z[verify-libraries] Compiling void v1.0.2
49552026-08-15T07:16:24.198Z[verify-libraries] Compiling unit-prefix v0.5.2
49562026-08-15T07:16:24.270Z[verify-libraries] Compiling lzss v0.8.2
49572026-08-15T07:16:24.416Z[verify-libraries] Compiling indicatif v0.18.4
49582026-08-15T07:16:24.509Z[verify-libraries] Compiling libsw v3.5.0
49592026-08-15T07:16:24.621Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
49602026-08-15T07:16:24.643Z[verify-libraries] Compiling slog-envlogger v2.2.0
49612026-08-15T07:16:24.721Z[verify-libraries] Compiling darling_macro v0.13.4
49622026-08-15T07:16:24.756Z[verify-libraries] Compiling ssh-encoding v0.3.0
49632026-08-15T07:16:24.978Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49642026-08-15T07:16:25.005Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49652026-08-15T07:16:25.069Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49662026-08-15T07:16:25.204Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49672026-08-15T07:16:25.326Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49682026-08-15T07:16:25.372Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
49692026-08-15T07:16:25.372Z[verify-libraries] Compiling nix v0.27.1
49702026-08-15T07:16:25.462Z[verify-libraries] Compiling colored v2.2.0
49712026-08-15T07:16:25.625Z[verify-libraries] Compiling serde_bytes v0.11.19
49722026-08-15T07:16:25.628Z[verify-libraries] Compiling keccak v0.2.0
49732026-08-15T07:16:25.980Z[verify-libraries] Compiling shell-words v1.1.1
49742026-08-15T07:16:26.050Z[verify-libraries] Compiling darling v0.13.4
49752026-08-15T07:16:26.137Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49762026-08-15T07:16:26.231Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49772026-08-15T07:16:26.326Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49782026-08-15T07:16:26.378Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49792026-08-15T07:16:26.807Z[verify-libraries] Compiling ed25519 v3.0.0
49802026-08-15T07:16:26.981Z[ recovery-image] Aug 15 07:16:26.111 INFO O| Aug 15 07:16:26.111 INFO O| Startup: Refreshing catalog 'helios' ... Done
49812026-08-15T07:16:27.085Z[verify-libraries] Compiling crypto-primes v0.7.2
49822026-08-15T07:16:27.281Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49832026-08-15T07:16:27.471Z[ recovery-image] Aug 15 07:16:26.601 INFO O| Aug 15 07:16:26.601 INFO O| Startup: Caching catalogs ... Done
49842026-08-15T07:16:27.811Z[verify-libraries] Compiling poly1305 v0.9.0
49852026-08-15T07:16:27.873Z[ recovery-image] Aug 15 07:16:27.003 INFO O| Aug 15 07:16:27.003 INFO O| Planning: Solver setup ... Done
49862026-08-15T07:16:27.878Z[ recovery-image] Aug 15 07:16:27.008 INFO O| Aug 15 07:16:27.008 INFO O| Planning: Running solver ... Done
49872026-08-15T07:16:27.891Z[ recovery-image] Aug 15 07:16:27.021 INFO O| Aug 15 07:16:27.021 INFO O| Planning: Finding local manifests ... Done
49882026-08-15T07:16:27.915Z[ recovery-image] Aug 15 07:16:27.046 INFO O| Aug 15 07:16:27.046 INFO O| Planning: Fetching manifests: 0/1 0% complete
49892026-08-15T07:16:27.920Z[ recovery-image] Aug 15 07:16:27.051 INFO O| Aug 15 07:16:27.051 INFO O| Planning: Fetching manifests: 1/1 100% complete
49902026-08-15T07:16:27.938Z[ recovery-image] Aug 15 07:16:27.069 INFO O| Aug 15 07:16:27.069 INFO O| Planning: Package planning ... Done
49912026-08-15T07:16:27.941Z[ recovery-image] Aug 15 07:16:27.069 INFO O| Aug 15 07:16:27.069 INFO O| Planning: Merging actions ... Done
49922026-08-15T07:16:27.960Z[ recovery-image] Aug 15 07:16:27.090 INFO O| Aug 15 07:16:27.090 INFO O| Planning: Checking for conflicting actions ... Done
49932026-08-15T07:16:27.963Z[ recovery-image] Aug 15 07:16:27.090 INFO O| Aug 15 07:16:27.090 INFO O| Planning: Consolidating action changes ... Done
49942026-08-15T07:16:28.034Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49952026-08-15T07:16:28.059Z[ recovery-image] Aug 15 07:16:27.189 INFO O| Aug 15 07:16:27.189 INFO O| Planning: Evaluating mediators ... Done
49962026-08-15T07:16:28.059Z[ recovery-image] Aug 15 07:16:27.189 INFO O| Aug 15 07:16:27.189 INFO O| Planning: Planning completed in 0.57 seconds
49972026-08-15T07:16:28.059Z[ recovery-image] Aug 15 07:16:27.189 INFO O| Aug 15 07:16:27.189 INFO O| Packages to install: 1
49982026-08-15T07:16:28.071Z[ recovery-image] Aug 15 07:16:27.200 INFO O| Aug 15 07:16:27.200 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49992026-08-15T07:16:28.228Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50002026-08-15T07:16:28.352Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
50012026-08-15T07:16:28.422Z[ recovery-image] Aug 15 07:16:27.552 INFO O| Aug 15 07:16:27.552 INFO O| Download: Completed 13.27 MB in 0.35 seconds (37.7M/s)
50022026-08-15T07:16:28.442Z[ recovery-image] Aug 15 07:16:27.572 INFO O| Aug 15 07:16:27.572 INFO O| Actions: 1/22 actions (Installing new actions)
50032026-08-15T07:16:28.490Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50042026-08-15T07:16:28.717Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50052026-08-15T07:16:28.752Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50062026-08-15T07:16:28.761Z[ recovery-image] Aug 15 07:16:27.889 INFO O| Aug 15 07:16:27.889 INFO O| Actions: Completed 22 actions in 0.32 seconds.
50072026-08-15T07:16:28.786Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50082026-08-15T07:16:28.792Z[ recovery-image] Aug 15 07:16:27.922 INFO O| Aug 15 07:16:27.922 INFO O| Finalize: Updating package state database ... Done
50092026-08-15T07:16:28.792Z[ recovery-image] Aug 15 07:16:27.922 INFO O| Aug 15 07:16:27.922 INFO O| Finalize: Updating package cache ... Done
50102026-08-15T07:16:28.816Z[verify-libraries] Compiling blowfish v0.10.0
50112026-08-15T07:16:28.848Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
50122026-08-15T07:16:28.880Z[ recovery-image] Aug 15 07:16:28.010 INFO O| Aug 15 07:16:28.010 INFO O| Finalize: Updating image state ... Done
50132026-08-15T07:16:28.980Z[verify-libraries] Compiling petname v2.0.2
50142026-08-15T07:16:29.129Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
50152026-08-15T07:16:29.185Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
50162026-08-15T07:16:29.421Z[verify-libraries] Compiling rsa v0.10.0-rc.18
50172026-08-15T07:16:29.486Z[verify-libraries] Compiling ssh-cipher v0.3.0
50182026-08-15T07:16:29.549Z[verify-libraries] Compiling ed25519-dalek v3.0.0
50192026-08-15T07:16:29.595Z[ recovery-image] Aug 15 07:16:28.710 INFO O| Aug 15 07:16:28.710 INFO O| Finalize: Creating fast lookup database ... Done
50202026-08-15T07:16:29.598Z[ recovery-image] Aug 15 07:16:28.727 INFO O| Aug 15 07:16:28.727 INFO O| Finalize: Reading search index ... Done
50212026-08-15T07:16:29.598Z[ recovery-image] Aug 15 07:16:28.727 INFO O| Aug 15 07:16:28.727 INFO O| Finalize: Updating search index ... Done
50222026-08-15T07:16:29.607Z[ recovery-image] Aug 15 07:16:28.737 INFO O| Aug 15 07:16:28.737 INFO O| Finalize: Updating package cache ... Done
50232026-08-15T07:16:29.623Z[verify-libraries] Compiling serde_with_macros v1.5.2
50242026-08-15T07:16:29.867Z[verify-libraries] Compiling sha3 v0.11.0
50252026-08-15T07:16:29.895Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 14 (pkg_install) COMPLETE
50262026-08-15T07:16:29.896Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50272026-08-15T07:16:29.897Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "mbist" is not enabled
50282026-08-15T07:16:29.901Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50292026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "mfg" is not enabled
50302026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50312026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "compliance" is not enabled
50322026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50332026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "stress" is not enabled
50342026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50352026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "compliance" is not enabled
50362026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50372026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "nfs" is not enabled
50382026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50392026-08-15T07:16:29.902Z[ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50402026-08-15T07:16:29.936Z[verify-libraries] Compiling p256 v0.14.0
50412026-08-15T07:16:29.943Z[verify-libraries] Compiling p521 v0.14.0
50422026-08-15T07:16:30.184Z[verify-libraries] Compiling p384 v0.14.0
50432026-08-15T07:16:30.299Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50442026-08-15T07:16:30.380Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50452026-08-15T07:16:30.461Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50462026-08-15T07:16:30.581Z[ recovery-image] Aug 15 07:16:29.711 INFO O| Aug 15 07:16:29.711 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50472026-08-15T07:16:30.720Z[verify-libraries] Compiling twox-hash v2.1.2
50482026-08-15T07:16:30.723Z[ recovery-image] Aug 15 07:16:29.851 INFO O| Aug 15 07:16:29.851 INFO completed processing sled/ramdisk-01-os
50492026-08-15T07:16:30.726Z[ recovery-image] Aug 15 07:16:29.854 INFO image builder template: ramdisk-02-trim...
50502026-08-15T07:16:30.726Z[ recovery-image] Aug 15 07:16:29.854 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/.tmpjfI385/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
50512026-08-15T07:16:30.748Z[ recovery-image] Aug 15 07:16:29.875 INFO O| Aug 15 07:16:29.874 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50522026-08-15T07:16:30.748Z[ recovery-image] Aug 15 07:16:29.879 INFO O| Aug 15 07:16:29.879 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50532026-08-15T07:16:30.774Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50542026-08-15T07:16:30.823Z[ recovery-image] Aug 15 07:16:29.953 INFO O| Aug 15 07:16:29.953 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50552026-08-15T07:16:30.887Z[ recovery-image] Aug 15 07:16:30.018 INFO O| Aug 15 07:16:30.017 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50562026-08-15T07:16:30.887Z[ recovery-image] Aug 15 07:16:30.018 INFO O| Aug 15 07:16:30.018 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50572026-08-15T07:16:30.893Z[ recovery-image] Aug 15 07:16:30.022 INFO O| Aug 15 07:16:30.022 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50582026-08-15T07:16:30.896Z[ recovery-image] Aug 15 07:16:30.026 INFO O| Aug 15 07:16:30.026 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50592026-08-15T07:16:30.899Z[ recovery-image] Aug 15 07:16:30.030 INFO O| Aug 15 07:16:30.030 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50602026-08-15T07:16:31.036Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50612026-08-15T07:16:31.183Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50622026-08-15T07:16:31.246Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50632026-08-15T07:16:31.328Z[ recovery-image] Aug 15 07:16:30.459 INFO O| Aug 15 07:16:30.459 INFO rolled back to input snapshot; work may begin
50642026-08-15T07:16:31.329Z[ recovery-image] Aug 15 07:16:30.459 INFO O| Aug 15 07:16:30.459 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50652026-08-15T07:16:31.334Z[ recovery-image] Aug 15 07:16:30.464 INFO O| Aug 15 07:16:30.464 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-15T07:16:31.343Z[ recovery-image] Aug 15 07:16:30.474 INFO O| Aug 15 07:16:30.474 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50672026-08-15T07:16:31.389Z[ recovery-image] Aug 15 07:16:30.520 INFO O| Aug 15 07:16:30.520 INFO STEP 0 (remove_files) COMPLETE
50682026-08-15T07:16:31.389Z[ recovery-image] Aug 15 07:16:30.520 INFO O| Aug 15 07:16:30.520 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-15T07:16:31.399Z[ recovery-image] Aug 15 07:16:30.530 INFO O| Aug 15 07:16:30.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50702026-08-15T07:16:31.402Z[ recovery-image] Aug 15 07:16:30.531 INFO O| Aug 15 07:16:30.531 INFO STEP 1 (remove_files) COMPLETE
50712026-08-15T07:16:31.402Z[ recovery-image] Aug 15 07:16:30.531 INFO O| Aug 15 07:16:30.531 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-15T07:16:31.411Z[ recovery-image] Aug 15 07:16:30.541 INFO O| Aug 15 07:16:30.541 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50732026-08-15T07:16:31.424Z[ recovery-image] Aug 15 07:16:30.554 INFO O| Aug 15 07:16:30.554 INFO STEP 2 (remove_files) COMPLETE
50742026-08-15T07:16:31.424Z[ recovery-image] Aug 15 07:16:30.554 INFO O| Aug 15 07:16:30.554 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-15T07:16:31.435Z[ recovery-image] Aug 15 07:16:30.565 INFO O| Aug 15 07:16:30.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50762026-08-15T07:16:31.438Z[ recovery-image] Aug 15 07:16:30.566 INFO O| Aug 15 07:16:30.566 INFO STEP 3 (remove_files) COMPLETE
50772026-08-15T07:16:31.438Z[ recovery-image] Aug 15 07:16:30.566 INFO O| Aug 15 07:16:30.566 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-15T07:16:31.446Z[ recovery-image] Aug 15 07:16:30.576 INFO O| Aug 15 07:16:30.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50792026-08-15T07:16:31.449Z[ recovery-image] Aug 15 07:16:30.579 INFO O| Aug 15 07:16:30.579 INFO STEP 4 (remove_files) COMPLETE
50802026-08-15T07:16:31.449Z[ recovery-image] Aug 15 07:16:30.579 INFO O| Aug 15 07:16:30.579 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-15T07:16:31.459Z[ recovery-image] Aug 15 07:16:30.589 INFO O| Aug 15 07:16:30.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50822026-08-15T07:16:31.459Z[ recovery-image] Aug 15 07:16:30.590 INFO O| Aug 15 07:16:30.590 INFO STEP 5 (remove_files) COMPLETE
50832026-08-15T07:16:31.462Z[ recovery-image] Aug 15 07:16:30.590 INFO O| Aug 15 07:16:30.590 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-15T07:16:31.469Z[ recovery-image] Aug 15 07:16:30.599 INFO O| Aug 15 07:16:30.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50852026-08-15T07:16:31.480Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 6 (remove_files) COMPLETE
50862026-08-15T07:16:31.480Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "heliosv2" is not enabled
50882026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "recovery" is enabled
50902026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "recovery" is enabled
50922026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "recovery" is enabled
50942026-08-15T07:16:31.483Z[ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-15T07:16:31.491Z[ recovery-image] Aug 15 07:16:30.622 INFO O| Aug 15 07:16:30.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50962026-08-15T07:16:31.494Z[ recovery-image] Aug 15 07:16:30.624 INFO O| Aug 15 07:16:30.624 INFO STEP 11 (remove_files) COMPLETE
50972026-08-15T07:16:31.494Z[ recovery-image] Aug 15 07:16:30.624 INFO O| Aug 15 07:16:30.624 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-15T07:16:31.504Z[ recovery-image] Aug 15 07:16:30.635 INFO O| Aug 15 07:16:30.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50992026-08-15T07:16:31.507Z[ recovery-image] Aug 15 07:16:30.636 INFO O| Aug 15 07:16:30.636 INFO STEP 12 (remove_files) COMPLETE
51002026-08-15T07:16:31.507Z[ recovery-image] Aug 15 07:16:30.636 INFO O| Aug 15 07:16:30.636 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-15T07:16:31.515Z[ recovery-image] Aug 15 07:16:30.646 INFO O| Aug 15 07:16:30.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51022026-08-15T07:16:31.518Z[ recovery-image] Aug 15 07:16:30.647 INFO O| Aug 15 07:16:30.647 INFO STEP 13 (remove_files) COMPLETE
51032026-08-15T07:16:31.518Z[ recovery-image] Aug 15 07:16:30.647 INFO O| Aug 15 07:16:30.647 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-15T07:16:31.627Z[ recovery-image] Aug 15 07:16:30.757 INFO O| Aug 15 07:16:30.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51052026-08-15T07:16:31.630Z[ recovery-image] Aug 15 07:16:30.760 INFO O| Aug 15 07:16:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51062026-08-15T07:16:31.690Z[ recovery-image] Aug 15 07:16:30.821 INFO O| Aug 15 07:16:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51072026-08-15T07:16:31.690Z[ recovery-image] Aug 15 07:16:30.821 INFO O| Aug 15 07:16:30.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51082026-08-15T07:16:31.695Z[ recovery-image] Aug 15 07:16:30.826 INFO O| Aug 15 07:16:30.826 INFO STEP 14 (remove_files) COMPLETE
51092026-08-15T07:16:31.695Z[ recovery-image] Aug 15 07:16:30.826 INFO O| Aug 15 07:16:30.826 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-15T07:16:31.706Z[ recovery-image] Aug 15 07:16:30.837 INFO O| Aug 15 07:16:30.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51112026-08-15T07:16:31.709Z[ recovery-image] Aug 15 07:16:30.838 INFO O| Aug 15 07:16:30.838 INFO STEP 15 (remove_files) COMPLETE
51122026-08-15T07:16:31.709Z[ recovery-image] Aug 15 07:16:30.838 INFO O| Aug 15 07:16:30.838 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-15T07:16:31.718Z[ recovery-image] Aug 15 07:16:30.848 INFO O| Aug 15 07:16:30.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51142026-08-15T07:16:31.724Z[ recovery-image] Aug 15 07:16:30.854 INFO O| Aug 15 07:16:30.854 INFO STEP 16 (remove_files) COMPLETE
51152026-08-15T07:16:31.724Z[ recovery-image] Aug 15 07:16:30.854 INFO O| Aug 15 07:16:30.854 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-15T07:16:32.737Z[ recovery-image] Aug 15 07:16:30.864 INFO O| Aug 15 07:16:30.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51172026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.865 INFO O| Aug 15 07:16:30.865 INFO STEP 17 (remove_files) COMPLETE
51182026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.865 INFO O| Aug 15 07:16:30.865 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.904 INFO O| Aug 15 07:16:30.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51202026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.905 INFO O| Aug 15 07:16:30.905 INFO STEP 18 (remove_files) COMPLETE
51212026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.905 INFO O| Aug 15 07:16:30.905 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.916 INFO O| Aug 15 07:16:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51232026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.916 INFO O| Aug 15 07:16:30.916 INFO STEP 19 (remove_files) COMPLETE
51242026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.916 INFO O| Aug 15 07:16:30.916 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.926 INFO O| Aug 15 07:16:30.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51262026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.926 INFO O| Aug 15 07:16:30.926 INFO STEP 20 (remove_files) COMPLETE
51272026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.926 INFO O| Aug 15 07:16:30.926 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.935 INFO O| Aug 15 07:16:30.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51292026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.935 INFO O| Aug 15 07:16:30.935 INFO STEP 21 (remove_files) COMPLETE
51302026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.935 INFO O| Aug 15 07:16:30.935 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.945 INFO O| Aug 15 07:16:30.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51322026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.945 INFO O| Aug 15 07:16:30.945 INFO STEP 22 (remove_files) COMPLETE
51332026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.945 INFO O| Aug 15 07:16:30.945 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-15T07:16:32.742Z[ recovery-image] Aug 15 07:16:30.955 INFO O| Aug 15 07:16:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51352026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.955 INFO O| Aug 15 07:16:30.955 INFO STEP 23 (remove_files) COMPLETE
51362026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.955 INFO O| Aug 15 07:16:30.955 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.964 INFO O| Aug 15 07:16:30.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51382026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.964 INFO O| Aug 15 07:16:30.964 INFO STEP 24 (remove_files) COMPLETE
51392026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.964 INFO O| Aug 15 07:16:30.964 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.973 INFO O| Aug 15 07:16:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51412026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.973 INFO O| Aug 15 07:16:30.973 INFO STEP 25 (remove_files) COMPLETE
51422026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.973 INFO O| Aug 15 07:16:30.973 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.980 INFO O| Aug 15 07:16:30.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51442026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.980 INFO O| Aug 15 07:16:30.980 INFO STEP 26 (remove_files) COMPLETE
51452026-08-15T07:16:32.743Z[ recovery-image] Aug 15 07:16:30.980 INFO O| Aug 15 07:16:30.980 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:30.988 INFO O| Aug 15 07:16:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51472026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:30.988 INFO O| Aug 15 07:16:30.988 INFO STEP 27 (remove_files) COMPLETE
51482026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:30.988 INFO O| Aug 15 07:16:30.988 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:30.995 INFO O| Aug 15 07:16:30.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51502026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:30.995 INFO O| Aug 15 07:16:30.995 INFO STEP 28 (remove_files) COMPLETE
51512026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:30.995 INFO O| Aug 15 07:16:30.995 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:31.003 INFO O| Aug 15 07:16:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51532026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:31.003 INFO O| Aug 15 07:16:31.003 INFO STEP 29 (remove_files) COMPLETE
51542026-08-15T07:16:32.744Z[ recovery-image] Aug 15 07:16:31.003 INFO O| Aug 15 07:16:31.003 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-15T07:16:32.745Z[ recovery-image] Aug 15 07:16:31.011 INFO O| Aug 15 07:16:31.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51562026-08-15T07:16:32.745Z[ recovery-image] Aug 15 07:16:31.011 INFO O| Aug 15 07:16:31.011 INFO STEP 30 (remove_files) COMPLETE
51572026-08-15T07:16:32.745Z[ recovery-image] Aug 15 07:16:31.011 INFO O| Aug 15 07:16:31.011 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-15T07:16:32.745Z[ recovery-image] Aug 15 07:16:31.020 INFO O| Aug 15 07:16:31.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51592026-08-15T07:16:32.745Z[ recovery-image] Aug 15 07:16:31.020 INFO O| Aug 15 07:16:31.020 INFO STEP 31 (remove_files) COMPLETE
51602026-08-15T07:16:32.745Z[ recovery-image] Aug 15 07:16:31.020 INFO O| Aug 15 07:16:31.020 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.041 INFO O| Aug 15 07:16:31.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51622026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.041 INFO O| Aug 15 07:16:31.041 INFO STEP 32 (remove_files) COMPLETE
51632026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.041 INFO O| Aug 15 07:16:31.041 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.062 INFO O| Aug 15 07:16:31.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51652026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.062 INFO O| Aug 15 07:16:31.062 INFO STEP 33 (remove_files) COMPLETE
51662026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.062 INFO O| Aug 15 07:16:31.062 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.071 INFO O| Aug 15 07:16:31.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51682026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.071 INFO O| Aug 15 07:16:31.071 INFO STEP 34 (remove_files) COMPLETE
51692026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.071 INFO O| Aug 15 07:16:31.071 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.080 INFO O| Aug 15 07:16:31.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51712026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.080 INFO O| Aug 15 07:16:31.080 INFO STEP 35 (remove_files) COMPLETE
51722026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.080 INFO O| Aug 15 07:16:31.080 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.088 INFO O| Aug 15 07:16:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51742026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.088 INFO O| Aug 15 07:16:31.088 INFO STEP 36 (remove_files) COMPLETE
51752026-08-15T07:16:32.746Z[ recovery-image] Aug 15 07:16:31.088 INFO O| Aug 15 07:16:31.088 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-15T07:16:32.747Z[ recovery-image] Aug 15 07:16:31.097 INFO O| Aug 15 07:16:31.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51772026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.097 INFO O| Aug 15 07:16:31.097 INFO STEP 37 (remove_files) COMPLETE
51782026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.097 INFO O| Aug 15 07:16:31.097 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.104 INFO O| Aug 15 07:16:31.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51802026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.104 INFO O| Aug 15 07:16:31.104 INFO STEP 38 (remove_files) COMPLETE
51812026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.104 INFO O| Aug 15 07:16:31.104 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.113 INFO O| Aug 15 07:16:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51832026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.113 INFO O| Aug 15 07:16:31.113 INFO STEP 39 (remove_files) COMPLETE
51842026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.113 INFO O| Aug 15 07:16:31.113 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.121 INFO O| Aug 15 07:16:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51862026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.121 INFO O| Aug 15 07:16:31.121 INFO STEP 40 (remove_files) COMPLETE
51872026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.121 INFO O| Aug 15 07:16:31.121 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.129 INFO O| Aug 15 07:16:31.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51892026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.129 INFO O| Aug 15 07:16:31.129 INFO STEP 41 (remove_files) COMPLETE
51902026-08-15T07:16:32.748Z[ recovery-image] Aug 15 07:16:31.129 INFO O| Aug 15 07:16:31.129 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.138 INFO O| Aug 15 07:16:31.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51922026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.138 INFO O| Aug 15 07:16:31.138 INFO STEP 42 (remove_files) COMPLETE
51932026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.138 INFO O| Aug 15 07:16:31.138 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.147 INFO O| Aug 15 07:16:31.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51952026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.147 INFO O| Aug 15 07:16:31.147 INFO STEP 43 (remove_files) COMPLETE
51962026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.147 INFO O| Aug 15 07:16:31.147 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.157 INFO O| Aug 15 07:16:31.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51982026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.157 INFO O| Aug 15 07:16:31.157 INFO STEP 44 (remove_files) COMPLETE
51992026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.157 INFO O| Aug 15 07:16:31.157 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.167 INFO O| Aug 15 07:16:31.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52012026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.167 INFO O| Aug 15 07:16:31.167 INFO STEP 45 (remove_files) COMPLETE
52022026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.167 INFO O| Aug 15 07:16:31.167 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.176 INFO O| Aug 15 07:16:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52042026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.176 INFO O| Aug 15 07:16:31.176 INFO STEP 46 (remove_files) COMPLETE
52052026-08-15T07:16:32.749Z[ recovery-image] Aug 15 07:16:31.176 INFO O| Aug 15 07:16:31.176 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.187 INFO O| Aug 15 07:16:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52072026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.187 INFO O| Aug 15 07:16:31.187 INFO STEP 47 (remove_files) COMPLETE
52082026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.187 INFO O| Aug 15 07:16:31.187 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.198 INFO O| Aug 15 07:16:31.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52102026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.198 INFO O| Aug 15 07:16:31.198 INFO STEP 48 (remove_files) COMPLETE
52112026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.198 INFO O| Aug 15 07:16:31.198 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.207 INFO O| Aug 15 07:16:31.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52132026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.207 INFO O| Aug 15 07:16:31.207 INFO STEP 49 (remove_files) COMPLETE
52142026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.207 INFO O| Aug 15 07:16:31.207 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.215 INFO O| Aug 15 07:16:31.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52162026-08-15T07:16:32.750Z[ recovery-image] Aug 15 07:16:31.215 INFO O| Aug 15 07:16:31.215 INFO STEP 50 (remove_files) COMPLETE
52172026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.215 INFO O| Aug 15 07:16:31.215 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.222 INFO O| Aug 15 07:16:31.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52192026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.222 INFO O| Aug 15 07:16:31.222 INFO STEP 51 (remove_files) COMPLETE
52202026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.222 INFO O| Aug 15 07:16:31.222 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.230 INFO O| Aug 15 07:16:31.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52222026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.230 INFO O| Aug 15 07:16:31.230 INFO STEP 52 (remove_files) COMPLETE
52232026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.230 INFO O| Aug 15 07:16:31.230 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.241 INFO O| Aug 15 07:16:31.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52252026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.241 INFO O| Aug 15 07:16:31.241 INFO STEP 53 (remove_files) COMPLETE
52262026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.241 INFO O| Aug 15 07:16:31.241 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.252 INFO O| Aug 15 07:16:31.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52282026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.252 INFO O| Aug 15 07:16:31.252 INFO STEP 54 (remove_files) COMPLETE
52292026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.252 INFO O| Aug 15 07:16:31.252 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.262 INFO O| Aug 15 07:16:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52312026-08-15T07:16:32.756Z[ recovery-image] Aug 15 07:16:31.262 INFO O| Aug 15 07:16:31.262 INFO STEP 55 (remove_files) COMPLETE
52322026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.262 INFO O| Aug 15 07:16:31.262 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.272 INFO O| Aug 15 07:16:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52342026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.272 INFO O| Aug 15 07:16:31.272 INFO STEP 56 (remove_files) COMPLETE
52352026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.272 INFO O| Aug 15 07:16:31.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.282 INFO O| Aug 15 07:16:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52372026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.282 INFO O| Aug 15 07:16:31.282 INFO STEP 57 (remove_files) COMPLETE
52382026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.282 INFO O| Aug 15 07:16:31.282 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.292 INFO O| Aug 15 07:16:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52402026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.292 INFO O| Aug 15 07:16:31.292 INFO STEP 58 (remove_files) COMPLETE
52412026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.292 INFO O| Aug 15 07:16:31.292 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52432026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52442026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52452026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52462026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52472026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52482026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO ok!
52492026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO STEP 59 (ensure_file) COMPLETE
52502026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52522026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52532026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52542026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52552026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52562026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52572026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO ok!
52582026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO STEP 60 (ensure_file) COMPLETE
52592026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52612026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52622026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52632026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO ok!
52642026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO STEP 61 (ensure_file) COMPLETE
52652026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-08-15T07:16:32.757Z[ recovery-image] Aug 15 07:16:31.330 INFO O| Aug 15 07:16:31.330 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52672026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52682026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52692026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO ok!
52702026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO STEP 62 (ensure_file) COMPLETE
52712026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52722026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.340 INFO O| Aug 15 07:16:31.340 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52732026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.340 INFO O| Aug 15 07:16:31.340 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52742026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.340 INFO O| Aug 15 07:16:31.340 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52752026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.340 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52762026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.341 INFO ok!
52772026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.341 INFO STEP 63 (ensure_file) COMPLETE
52782026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.341 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52802026-08-15T07:16:32.758Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52812026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52822026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52832026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO ok!
52842026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO STEP 64 (ensure_file) COMPLETE
52852026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52862026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52872026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52882026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52892026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO ok!
52902026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO STEP 65 (assemble_files) COMPLETE
52912026-08-15T07:16:32.759Z[ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52922026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52932026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52942026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52952026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52962026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO ok!
52972026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 66 (ensure_file) COMPLETE
52982026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52992026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO skip step because feature "omicron1" is not enabled
53002026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53012026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO skip step because feature "omicron1" is not enabled
53022026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53032026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO skip step because feature "omicron1" is not enabled
53042026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53052026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.388 INFO O| Aug 15 07:16:31.387 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53062026-08-15T07:16:32.760Z[ recovery-image] Aug 15 07:16:31.388 INFO O| Aug 15 07:16:31.387 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53072026-08-15T07:16:32.761Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53082026-08-15T07:16:33.356Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53092026-08-15T07:16:33.579Z[ recovery-image] Aug 15 07:16:32.709 INFO O| Aug 15 07:16:32.709 INFO STEP 70 (pack_tar) COMPLETE
53102026-08-15T07:16:33.579Z[ recovery-image] Aug 15 07:16:32.709 INFO O| Aug 15 07:16:32.709 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53112026-08-15T07:16:33.582Z[ recovery-image] Aug 15 07:16:32.709 INFO O| Aug 15 07:16:32.709 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53122026-08-15T07:16:34.005Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53132026-08-15T07:16:34.034Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53142026-08-15T07:16:34.074Z[ recovery-image] Aug 15 07:16:33.205 INFO O| Aug 15 07:16:33.205 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53152026-08-15T07:16:34.207Z[ recovery-image] Aug 15 07:16:33.337 INFO O| Aug 15 07:16:33.337 INFO completed processing sled/ramdisk-02-trim
53162026-08-15T07:16:34.210Z[ recovery-image] Aug 15 07:16:33.339 INFO image builder template: ramdisk-03-recovery-trim...
53172026-08-15T07:16:34.210Z[ recovery-image] Aug 15 07:16:33.340 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/.tmpjfI385/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
53182026-08-15T07:16:34.214Z[ recovery-image] Aug 15 07:16:33.345 INFO O| Aug 15 07:16:33.345 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53192026-08-15T07:16:34.290Z[ recovery-image] Aug 15 07:16:33.420 INFO O| Aug 15 07:16:33.420 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53202026-08-15T07:16:34.294Z[ recovery-image] Aug 15 07:16:33.425 INFO O| Aug 15 07:16:33.424 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53212026-08-15T07:16:34.460Z[ recovery-image] Aug 15 07:16:33.591 INFO O| Aug 15 07:16:33.590 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53222026-08-15T07:16:34.578Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53232026-08-15T07:16:34.627Z[ recovery-image] Aug 15 07:16:33.757 INFO O| Aug 15 07:16:33.757 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53242026-08-15T07:16:34.630Z[ recovery-image] Aug 15 07:16:33.757 INFO O| Aug 15 07:16:33.757 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53252026-08-15T07:16:34.633Z[ recovery-image] Aug 15 07:16:33.764 INFO O| Aug 15 07:16:33.764 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53262026-08-15T07:16:34.637Z[ recovery-image] Aug 15 07:16:33.768 INFO O| Aug 15 07:16:33.768 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53272026-08-15T07:16:34.642Z[ recovery-image] Aug 15 07:16:33.773 INFO O| Aug 15 07:16:33.773 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53282026-08-15T07:16:34.832Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53292026-08-15T07:16:35.407Z[ recovery-image] Aug 15 07:16:34.538 INFO O| Aug 15 07:16:34.538 INFO rolled back to input snapshot; work may begin
53302026-08-15T07:16:35.407Z[ recovery-image] Aug 15 07:16:34.538 INFO O| Aug 15 07:16:34.538 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53312026-08-15T07:16:35.413Z[ recovery-image] Aug 15 07:16:34.542 INFO O| Aug 15 07:16:34.542 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-15T07:16:35.421Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53332026-08-15T07:16:35.424Z[ recovery-image] Aug 15 07:16:34.553 INFO O| Aug 15 07:16:34.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53342026-08-15T07:16:35.427Z[ recovery-image] Aug 15 07:16:34.558 INFO O| Aug 15 07:16:34.558 INFO STEP 0 (remove_files) COMPLETE
53352026-08-15T07:16:35.427Z[ recovery-image] Aug 15 07:16:34.558 INFO O| Aug 15 07:16:34.558 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-15T07:16:35.441Z[ recovery-image] Aug 15 07:16:34.570 INFO O| Aug 15 07:16:34.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53372026-08-15T07:16:35.442Z[ recovery-image] Aug 15 07:16:34.570 INFO O| Aug 15 07:16:34.570 INFO STEP 1 (remove_files) COMPLETE
53382026-08-15T07:16:35.442Z[ recovery-image] Aug 15 07:16:34.570 INFO O| Aug 15 07:16:34.570 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-15T07:16:35.451Z[ recovery-image] Aug 15 07:16:34.581 INFO O| Aug 15 07:16:34.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53402026-08-15T07:16:35.461Z[ recovery-image] Aug 15 07:16:34.591 INFO O| Aug 15 07:16:34.591 INFO STEP 2 (remove_files) COMPLETE
53412026-08-15T07:16:35.461Z[ recovery-image] Aug 15 07:16:34.591 INFO O| Aug 15 07:16:34.591 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-15T07:16:35.472Z[ recovery-image] Aug 15 07:16:34.602 INFO O| Aug 15 07:16:34.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53432026-08-15T07:16:35.518Z[ recovery-image] Aug 15 07:16:34.649 INFO O| Aug 15 07:16:34.649 INFO STEP 3 (remove_files) COMPLETE
53442026-08-15T07:16:35.518Z[ recovery-image] Aug 15 07:16:34.649 INFO O| Aug 15 07:16:34.649 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-15T07:16:35.528Z[ recovery-image] Aug 15 07:16:34.658 INFO O| Aug 15 07:16:34.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53462026-08-15T07:16:35.535Z[ recovery-image] Aug 15 07:16:34.666 INFO O| Aug 15 07:16:34.666 INFO STEP 4 (remove_files) COMPLETE
53472026-08-15T07:16:35.535Z[ recovery-image] Aug 15 07:16:34.666 INFO O| Aug 15 07:16:34.666 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-15T07:16:35.545Z[ recovery-image] Aug 15 07:16:34.675 INFO O| Aug 15 07:16:34.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53492026-08-15T07:16:35.579Z[ recovery-image] Aug 15 07:16:34.709 INFO O| Aug 15 07:16:34.709 INFO STEP 5 (remove_files) COMPLETE
53502026-08-15T07:16:35.579Z[ recovery-image] Aug 15 07:16:34.709 INFO O| Aug 15 07:16:34.709 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-15T07:16:35.589Z[ recovery-image] Aug 15 07:16:34.719 INFO O| Aug 15 07:16:34.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53522026-08-15T07:16:35.598Z[ recovery-image] Aug 15 07:16:34.728 INFO O| Aug 15 07:16:34.728 INFO STEP 6 (remove_files) COMPLETE
53532026-08-15T07:16:35.598Z[ recovery-image] Aug 15 07:16:34.728 INFO O| Aug 15 07:16:34.728 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-15T07:16:35.608Z[ recovery-image] Aug 15 07:16:34.739 INFO O| Aug 15 07:16:34.738 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53552026-08-15T07:16:35.611Z[ recovery-image] Aug 15 07:16:34.741 INFO O| Aug 15 07:16:34.741 INFO STEP 7 (remove_files) COMPLETE
53562026-08-15T07:16:35.611Z[ recovery-image] Aug 15 07:16:34.741 INFO O| Aug 15 07:16:34.741 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-15T07:16:35.620Z[ recovery-image] Aug 15 07:16:34.750 INFO O| Aug 15 07:16:34.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53582026-08-15T07:16:35.622Z[ recovery-image] Aug 15 07:16:34.751 INFO O| Aug 15 07:16:34.751 INFO STEP 8 (remove_files) COMPLETE
53592026-08-15T07:16:35.623Z[ recovery-image] Aug 15 07:16:34.752 INFO O| Aug 15 07:16:34.751 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-15T07:16:35.627Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53612026-08-15T07:16:35.630Z[ recovery-image] Aug 15 07:16:34.760 INFO O| Aug 15 07:16:34.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53622026-08-15T07:16:35.658Z[ recovery-image] Aug 15 07:16:34.788 INFO O| Aug 15 07:16:34.788 INFO STEP 9 (remove_files) COMPLETE
53632026-08-15T07:16:35.661Z[ recovery-image] Aug 15 07:16:34.788 INFO O| Aug 15 07:16:34.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-15T07:16:35.668Z[ recovery-image] Aug 15 07:16:34.798 INFO O| Aug 15 07:16:34.798 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53652026-08-15T07:16:35.676Z[ recovery-image] Aug 15 07:16:34.807 INFO O| Aug 15 07:16:34.807 INFO STEP 10 (remove_files) COMPLETE
53662026-08-15T07:16:35.676Z[ recovery-image] Aug 15 07:16:34.807 INFO O| Aug 15 07:16:34.807 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-15T07:16:35.688Z[ recovery-image] Aug 15 07:16:34.818 INFO O| Aug 15 07:16:34.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53682026-08-15T07:16:35.690Z[ recovery-image] Aug 15 07:16:34.819 INFO O| Aug 15 07:16:34.819 INFO STEP 11 (remove_files) COMPLETE
53692026-08-15T07:16:35.691Z[ recovery-image] Aug 15 07:16:34.819 INFO O| Aug 15 07:16:34.819 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-15T07:16:35.699Z[ recovery-image] Aug 15 07:16:34.829 INFO O| Aug 15 07:16:34.829 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53712026-08-15T07:16:35.740Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53722026-08-15T07:16:35.947Z[ recovery-image] Aug 15 07:16:35.077 INFO O| Aug 15 07:16:35.077 INFO STEP 12 (remove_files) COMPLETE
53732026-08-15T07:16:35.947Z[ recovery-image] Aug 15 07:16:35.077 INFO O| Aug 15 07:16:35.077 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-15T07:16:35.958Z[ recovery-image] Aug 15 07:16:35.088 INFO O| Aug 15 07:16:35.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53752026-08-15T07:16:35.961Z[ recovery-image] Aug 15 07:16:35.091 INFO O| Aug 15 07:16:35.090 INFO STEP 13 (remove_files) COMPLETE
53762026-08-15T07:16:35.961Z[ recovery-image] Aug 15 07:16:35.091 INFO O| Aug 15 07:16:35.090 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-15T07:16:35.973Z[ recovery-image] Aug 15 07:16:35.103 INFO O| Aug 15 07:16:35.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53782026-08-15T07:16:35.975Z[ recovery-image] Aug 15 07:16:35.105 INFO O| Aug 15 07:16:35.105 INFO STEP 14 (remove_files) COMPLETE
53792026-08-15T07:16:35.976Z[ recovery-image] Aug 15 07:16:35.105 INFO O| Aug 15 07:16:35.105 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-15T07:16:35.986Z[ recovery-image] Aug 15 07:16:35.116 INFO O| Aug 15 07:16:35.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53812026-08-15T07:16:35.986Z[ recovery-image] Aug 15 07:16:35.116 INFO O| Aug 15 07:16:35.116 INFO STEP 15 (remove_files) COMPLETE
53822026-08-15T07:16:35.989Z[ recovery-image] Aug 15 07:16:35.116 INFO O| Aug 15 07:16:35.116 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-15T07:16:35.996Z[ recovery-image] Aug 15 07:16:35.126 INFO O| Aug 15 07:16:35.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53842026-08-15T07:16:35.999Z[ recovery-image] Aug 15 07:16:35.126 INFO O| Aug 15 07:16:35.126 INFO STEP 16 (remove_files) COMPLETE
53852026-08-15T07:16:35.999Z[ recovery-image] Aug 15 07:16:35.126 INFO O| Aug 15 07:16:35.126 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-15T07:16:36.005Z[ recovery-image] Aug 15 07:16:35.136 INFO O| Aug 15 07:16:35.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53872026-08-15T07:16:36.011Z[ recovery-image] Aug 15 07:16:35.142 INFO O| Aug 15 07:16:35.142 INFO STEP 17 (remove_files) COMPLETE
53882026-08-15T07:16:36.011Z[ recovery-image] Aug 15 07:16:35.142 INFO O| Aug 15 07:16:35.142 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-15T07:16:36.021Z[ recovery-image] Aug 15 07:16:35.152 INFO O| Aug 15 07:16:35.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53902026-08-15T07:16:36.021Z[ recovery-image] Aug 15 07:16:35.152 INFO O| Aug 15 07:16:35.152 INFO STEP 18 (remove_files) COMPLETE
53912026-08-15T07:16:36.024Z[ recovery-image] Aug 15 07:16:35.152 INFO O| Aug 15 07:16:35.152 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-15T07:16:36.030Z[ recovery-image] Aug 15 07:16:35.161 INFO O| Aug 15 07:16:35.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53932026-08-15T07:16:36.033Z[ recovery-image] Aug 15 07:16:35.162 INFO O| Aug 15 07:16:35.162 INFO STEP 19 (remove_files) COMPLETE
53942026-08-15T07:16:36.033Z[ recovery-image] Aug 15 07:16:35.162 INFO O| Aug 15 07:16:35.162 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-15T07:16:36.043Z[ recovery-image] Aug 15 07:16:35.174 INFO O| Aug 15 07:16:35.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53962026-08-15T07:16:36.083Z[ recovery-image] Aug 15 07:16:35.213 INFO O| Aug 15 07:16:35.213 INFO STEP 20 (remove_files) COMPLETE
53972026-08-15T07:16:36.083Z[ recovery-image] Aug 15 07:16:35.213 INFO O| Aug 15 07:16:35.213 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-15T07:16:36.093Z[ recovery-image] Aug 15 07:16:35.224 INFO O| Aug 15 07:16:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53992026-08-15T07:16:36.096Z[ recovery-image] Aug 15 07:16:35.224 INFO O| Aug 15 07:16:35.224 INFO STEP 21 (remove_files) COMPLETE
54002026-08-15T07:16:36.096Z[ recovery-image] Aug 15 07:16:35.224 INFO O| Aug 15 07:16:35.224 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-15T07:16:36.111Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54022026-08-15T07:16:36.116Z[ recovery-image] Aug 15 07:16:35.247 INFO O| Aug 15 07:16:35.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54032026-08-15T07:16:36.117Z[ recovery-image] Aug 15 07:16:35.247 INFO O| Aug 15 07:16:35.247 INFO STEP 22 (remove_files) COMPLETE
54042026-08-15T07:16:36.120Z[ recovery-image] Aug 15 07:16:35.247 INFO O| Aug 15 07:16:35.247 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-15T07:16:36.127Z[ recovery-image] Aug 15 07:16:35.257 INFO O| Aug 15 07:16:35.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54062026-08-15T07:16:36.130Z[ recovery-image] Aug 15 07:16:35.261 INFO O| Aug 15 07:16:35.261 INFO STEP 23 (remove_files) COMPLETE
54072026-08-15T07:16:36.130Z[ recovery-image] Aug 15 07:16:35.261 INFO O| Aug 15 07:16:35.261 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-15T07:16:36.162Z[ recovery-image] Aug 15 07:16:35.293 INFO O| Aug 15 07:16:35.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54092026-08-15T07:16:36.175Z[ recovery-image] Aug 15 07:16:35.305 INFO O| Aug 15 07:16:35.305 INFO STEP 24 (remove_files) COMPLETE
54102026-08-15T07:16:36.175Z[ recovery-image] Aug 15 07:16:35.305 INFO O| Aug 15 07:16:35.305 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-15T07:16:36.187Z[ recovery-image] Aug 15 07:16:35.317 INFO O| Aug 15 07:16:35.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54122026-08-15T07:16:36.187Z[ recovery-image] Aug 15 07:16:35.317 INFO O| Aug 15 07:16:35.317 INFO STEP 25 (remove_files) COMPLETE
54132026-08-15T07:16:36.190Z[ recovery-image] Aug 15 07:16:35.317 INFO O| Aug 15 07:16:35.317 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-15T07:16:36.196Z[ recovery-image] Aug 15 07:16:35.327 INFO O| Aug 15 07:16:35.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54152026-08-15T07:16:36.196Z[ recovery-image] Aug 15 07:16:35.327 INFO O| Aug 15 07:16:35.327 INFO STEP 26 (remove_files) COMPLETE
54162026-08-15T07:16:36.199Z[ recovery-image] Aug 15 07:16:35.327 INFO O| Aug 15 07:16:35.327 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-15T07:16:36.206Z[ recovery-image] Aug 15 07:16:35.337 INFO O| Aug 15 07:16:35.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54182026-08-15T07:16:36.206Z[ recovery-image] Aug 15 07:16:35.337 INFO O| Aug 15 07:16:35.337 INFO STEP 27 (remove_files) COMPLETE
54192026-08-15T07:16:36.209Z[ recovery-image] Aug 15 07:16:35.337 INFO O| Aug 15 07:16:35.337 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-15T07:16:36.216Z[ recovery-image] Aug 15 07:16:35.346 INFO O| Aug 15 07:16:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54212026-08-15T07:16:36.225Z[ recovery-image] Aug 15 07:16:35.355 INFO O| Aug 15 07:16:35.355 INFO STEP 28 (remove_files) COMPLETE
54222026-08-15T07:16:36.225Z[ recovery-image] Aug 15 07:16:35.356 INFO O| Aug 15 07:16:35.355 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-15T07:16:36.235Z[ recovery-image] Aug 15 07:16:35.365 INFO O| Aug 15 07:16:35.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54242026-08-15T07:16:36.235Z[ recovery-image] Aug 15 07:16:35.365 INFO O| Aug 15 07:16:35.365 INFO STEP 29 (remove_files) COMPLETE
54252026-08-15T07:16:36.235Z[ recovery-image] Aug 15 07:16:35.366 INFO O| Aug 15 07:16:35.365 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-15T07:16:36.245Z[ recovery-image] Aug 15 07:16:35.375 INFO O| Aug 15 07:16:35.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54272026-08-15T07:16:36.248Z[ recovery-image] Aug 15 07:16:35.375 INFO O| Aug 15 07:16:35.375 INFO STEP 30 (remove_files) COMPLETE
54282026-08-15T07:16:36.248Z[ recovery-image] Aug 15 07:16:35.375 INFO O| Aug 15 07:16:35.375 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-15T07:16:36.254Z[ recovery-image] Aug 15 07:16:35.384 INFO O| Aug 15 07:16:35.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54302026-08-15T07:16:36.254Z[ recovery-image] Aug 15 07:16:35.385 INFO O| Aug 15 07:16:35.385 INFO STEP 31 (remove_files) COMPLETE
54312026-08-15T07:16:36.257Z[ recovery-image] Aug 15 07:16:35.385 INFO O| Aug 15 07:16:35.385 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-15T07:16:36.264Z[ recovery-image] Aug 15 07:16:35.395 INFO O| Aug 15 07:16:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54332026-08-15T07:16:36.267Z[ recovery-image] Aug 15 07:16:35.397 INFO O| Aug 15 07:16:35.397 INFO STEP 32 (remove_files) COMPLETE
54342026-08-15T07:16:36.267Z[ recovery-image] Aug 15 07:16:35.397 INFO O| Aug 15 07:16:35.397 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-15T07:16:36.276Z[ recovery-image] Aug 15 07:16:35.407 INFO O| Aug 15 07:16:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54362026-08-15T07:16:36.276Z[ recovery-image] Aug 15 07:16:35.407 INFO O| Aug 15 07:16:35.407 INFO STEP 33 (remove_files) COMPLETE
54372026-08-15T07:16:36.276Z[ recovery-image] Aug 15 07:16:35.407 INFO O| Aug 15 07:16:35.407 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-15T07:16:36.285Z[ recovery-image] Aug 15 07:16:35.415 INFO O| Aug 15 07:16:35.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54392026-08-15T07:16:36.285Z[ recovery-image] Aug 15 07:16:35.415 INFO O| Aug 15 07:16:35.415 INFO STEP 34 (remove_files) COMPLETE
54402026-08-15T07:16:36.285Z[ recovery-image] Aug 15 07:16:35.415 INFO O| Aug 15 07:16:35.415 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-15T07:16:36.294Z[ recovery-image] Aug 15 07:16:35.424 INFO O| Aug 15 07:16:35.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54422026-08-15T07:16:36.294Z[ recovery-image] Aug 15 07:16:35.424 INFO O| Aug 15 07:16:35.424 INFO STEP 35 (remove_files) COMPLETE
54432026-08-15T07:16:36.294Z[ recovery-image] Aug 15 07:16:35.424 INFO O| Aug 15 07:16:35.424 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-15T07:16:36.303Z[ recovery-image] Aug 15 07:16:35.433 INFO O| Aug 15 07:16:35.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54452026-08-15T07:16:36.303Z[ recovery-image] Aug 15 07:16:35.433 INFO O| Aug 15 07:16:35.433 INFO STEP 36 (remove_files) COMPLETE
54462026-08-15T07:16:36.303Z[ recovery-image] Aug 15 07:16:35.433 INFO O| Aug 15 07:16:35.433 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-15T07:16:36.311Z[ recovery-image] Aug 15 07:16:35.442 INFO O| Aug 15 07:16:35.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54482026-08-15T07:16:36.311Z[ recovery-image] Aug 15 07:16:35.442 INFO O| Aug 15 07:16:35.442 INFO STEP 37 (remove_files) COMPLETE
54492026-08-15T07:16:36.311Z[ recovery-image] Aug 15 07:16:35.442 INFO O| Aug 15 07:16:35.442 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-15T07:16:36.333Z[ recovery-image] Aug 15 07:16:35.464 INFO O| Aug 15 07:16:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54512026-08-15T07:16:36.333Z[ recovery-image] Aug 15 07:16:35.464 INFO O| Aug 15 07:16:35.464 INFO STEP 38 (remove_files) COMPLETE
54522026-08-15T07:16:36.333Z[ recovery-image] Aug 15 07:16:35.464 INFO O| Aug 15 07:16:35.464 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-15T07:16:36.355Z[ recovery-image] Aug 15 07:16:35.485 INFO O| Aug 15 07:16:35.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54542026-08-15T07:16:36.355Z[ recovery-image] Aug 15 07:16:35.485 INFO O| Aug 15 07:16:35.485 INFO STEP 39 (remove_files) COMPLETE
54552026-08-15T07:16:36.358Z[ recovery-image] Aug 15 07:16:35.485 INFO O| Aug 15 07:16:35.485 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-15T07:16:36.367Z[ recovery-image] Aug 15 07:16:35.497 INFO O| Aug 15 07:16:35.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54572026-08-15T07:16:36.367Z[ recovery-image] Aug 15 07:16:35.497 INFO O| Aug 15 07:16:35.497 INFO STEP 40 (remove_files) COMPLETE
54582026-08-15T07:16:36.370Z[ recovery-image] Aug 15 07:16:35.497 INFO O| Aug 15 07:16:35.497 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-15T07:16:36.400Z[ recovery-image] Aug 15 07:16:35.531 INFO O| Aug 15 07:16:35.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54602026-08-15T07:16:36.400Z[ recovery-image] Aug 15 07:16:35.531 INFO O| Aug 15 07:16:35.531 INFO STEP 41 (remove_files) COMPLETE
54612026-08-15T07:16:36.400Z[ recovery-image] Aug 15 07:16:35.531 INFO O| Aug 15 07:16:35.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-15T07:16:36.411Z[ recovery-image] Aug 15 07:16:35.542 INFO O| Aug 15 07:16:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54632026-08-15T07:16:36.411Z[ recovery-image] Aug 15 07:16:35.542 INFO O| Aug 15 07:16:35.542 INFO STEP 42 (remove_files) COMPLETE
54642026-08-15T07:16:36.414Z[ recovery-image] Aug 15 07:16:35.542 INFO O| Aug 15 07:16:35.542 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-15T07:16:36.423Z[ recovery-image] Aug 15 07:16:35.554 INFO O| Aug 15 07:16:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54662026-08-15T07:16:36.423Z[ recovery-image] Aug 15 07:16:35.554 INFO O| Aug 15 07:16:35.554 INFO STEP 43 (remove_files) COMPLETE
54672026-08-15T07:16:36.423Z[ recovery-image] Aug 15 07:16:35.554 INFO O| Aug 15 07:16:35.554 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-15T07:16:36.437Z[ recovery-image] Aug 15 07:16:35.565 INFO O| Aug 15 07:16:35.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54692026-08-15T07:16:36.437Z[ recovery-image] Aug 15 07:16:35.566 INFO O| Aug 15 07:16:35.566 INFO STEP 44 (remove_files) COMPLETE
54702026-08-15T07:16:36.437Z[ recovery-image] Aug 15 07:16:35.566 INFO O| Aug 15 07:16:35.566 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-15T07:16:36.447Z[ recovery-image] Aug 15 07:16:35.577 INFO O| Aug 15 07:16:35.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54722026-08-15T07:16:36.447Z[ recovery-image] Aug 15 07:16:35.577 INFO O| Aug 15 07:16:35.577 INFO STEP 45 (remove_files) COMPLETE
54732026-08-15T07:16:36.447Z[ recovery-image] Aug 15 07:16:35.577 INFO O| Aug 15 07:16:35.577 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-15T07:16:36.456Z[ recovery-image] Aug 15 07:16:35.586 INFO O| Aug 15 07:16:35.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54752026-08-15T07:16:36.456Z[ recovery-image] Aug 15 07:16:35.586 INFO O| Aug 15 07:16:35.586 INFO STEP 46 (remove_files) COMPLETE
54762026-08-15T07:16:36.459Z[ recovery-image] Aug 15 07:16:35.586 INFO O| Aug 15 07:16:35.586 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-15T07:16:36.467Z[ recovery-image] Aug 15 07:16:35.598 INFO O| Aug 15 07:16:35.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54782026-08-15T07:16:36.467Z[ recovery-image] Aug 15 07:16:35.598 INFO O| Aug 15 07:16:35.598 INFO STEP 47 (remove_files) COMPLETE
54792026-08-15T07:16:36.467Z[ recovery-image] Aug 15 07:16:35.598 INFO O| Aug 15 07:16:35.598 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-15T07:16:36.480Z[ recovery-image] Aug 15 07:16:35.611 INFO O| Aug 15 07:16:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54812026-08-15T07:16:36.480Z[ recovery-image] Aug 15 07:16:35.611 INFO O| Aug 15 07:16:35.611 INFO STEP 48 (remove_files) COMPLETE
54822026-08-15T07:16:36.480Z[ recovery-image] Aug 15 07:16:35.611 INFO O| Aug 15 07:16:35.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-15T07:16:36.496Z[ recovery-image] Aug 15 07:16:35.626 INFO O| Aug 15 07:16:35.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54842026-08-15T07:16:36.496Z[ recovery-image] Aug 15 07:16:35.626 INFO O| Aug 15 07:16:35.626 INFO STEP 49 (remove_files) COMPLETE
54852026-08-15T07:16:36.499Z[ recovery-image] Aug 15 07:16:35.626 INFO O| Aug 15 07:16:35.626 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-15T07:16:36.513Z[ recovery-image] Aug 15 07:16:35.644 INFO O| Aug 15 07:16:35.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54872026-08-15T07:16:36.514Z[ recovery-image] Aug 15 07:16:35.644 INFO O| Aug 15 07:16:35.644 INFO STEP 50 (remove_files) COMPLETE
54882026-08-15T07:16:36.514Z[ recovery-image] Aug 15 07:16:35.644 INFO O| Aug 15 07:16:35.644 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-15T07:16:36.524Z[ recovery-image] Aug 15 07:16:35.655 INFO O| Aug 15 07:16:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54902026-08-15T07:16:36.524Z[ recovery-image] Aug 15 07:16:35.655 INFO O| Aug 15 07:16:35.655 INFO STEP 51 (remove_files) COMPLETE
54912026-08-15T07:16:36.524Z[ recovery-image] Aug 15 07:16:35.655 INFO O| Aug 15 07:16:35.655 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-15T07:16:36.534Z[ recovery-image] Aug 15 07:16:35.664 INFO O| Aug 15 07:16:35.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54932026-08-15T07:16:36.537Z[ recovery-image] Aug 15 07:16:35.665 INFO O| Aug 15 07:16:35.665 INFO STEP 52 (remove_files) COMPLETE
54942026-08-15T07:16:36.537Z[ recovery-image] Aug 15 07:16:35.665 INFO O| Aug 15 07:16:35.665 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-15T07:16:36.547Z[ recovery-image] Aug 15 07:16:35.678 INFO O| Aug 15 07:16:35.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54962026-08-15T07:16:36.547Z[ recovery-image] Aug 15 07:16:35.678 INFO O| Aug 15 07:16:35.678 INFO STEP 53 (remove_files) COMPLETE
54972026-08-15T07:16:36.551Z[ recovery-image] Aug 15 07:16:35.678 INFO O| Aug 15 07:16:35.678 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-15T07:16:36.558Z[ recovery-image] Aug 15 07:16:35.688 INFO O| Aug 15 07:16:35.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54992026-08-15T07:16:36.558Z[ recovery-image] Aug 15 07:16:35.688 INFO O| Aug 15 07:16:35.688 INFO STEP 54 (remove_files) COMPLETE
55002026-08-15T07:16:36.558Z[ recovery-image] Aug 15 07:16:35.688 INFO O| Aug 15 07:16:35.688 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-15T07:16:36.600Z[ recovery-image] Aug 15 07:16:35.731 INFO O| Aug 15 07:16:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55022026-08-15T07:16:36.600Z[ recovery-image] Aug 15 07:16:35.731 INFO O| Aug 15 07:16:35.731 INFO STEP 55 (remove_files) COMPLETE
55032026-08-15T07:16:36.600Z[ recovery-image] Aug 15 07:16:35.731 INFO O| Aug 15 07:16:35.731 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-15T07:16:36.610Z[ recovery-image] Aug 15 07:16:35.741 INFO O| Aug 15 07:16:35.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55052026-08-15T07:16:36.610Z[ recovery-image] Aug 15 07:16:35.741 INFO O| Aug 15 07:16:35.741 INFO STEP 56 (remove_files) COMPLETE
55062026-08-15T07:16:36.610Z[ recovery-image] Aug 15 07:16:35.741 INFO O| Aug 15 07:16:35.741 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-15T07:16:36.619Z[ recovery-image] Aug 15 07:16:35.749 INFO O| Aug 15 07:16:35.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55082026-08-15T07:16:36.619Z[ recovery-image] Aug 15 07:16:35.749 INFO O| Aug 15 07:16:35.749 INFO STEP 57 (remove_files) COMPLETE
55092026-08-15T07:16:36.621Z[ recovery-image] Aug 15 07:16:35.749 INFO O| Aug 15 07:16:35.749 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-15T07:16:36.627Z[ recovery-image] Aug 15 07:16:35.758 INFO O| Aug 15 07:16:35.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55112026-08-15T07:16:36.627Z[ recovery-image] Aug 15 07:16:35.758 INFO O| Aug 15 07:16:35.758 INFO STEP 58 (remove_files) COMPLETE
55122026-08-15T07:16:36.630Z[ recovery-image] Aug 15 07:16:35.758 INFO O| Aug 15 07:16:35.758 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-15T07:16:36.636Z[ recovery-image] Aug 15 07:16:35.767 INFO O| Aug 15 07:16:35.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55142026-08-15T07:16:36.636Z[ recovery-image] Aug 15 07:16:35.767 INFO O| Aug 15 07:16:35.767 INFO STEP 59 (remove_files) COMPLETE
55152026-08-15T07:16:36.636Z[ recovery-image] Aug 15 07:16:35.767 INFO O| Aug 15 07:16:35.767 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-15T07:16:36.668Z[ recovery-image] Aug 15 07:16:35.794 INFO O| Aug 15 07:16:35.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55172026-08-15T07:16:36.668Z[ recovery-image] Aug 15 07:16:35.794 INFO O| Aug 15 07:16:35.794 INFO STEP 60 (remove_files) COMPLETE
55182026-08-15T07:16:36.671Z[ recovery-image] Aug 15 07:16:35.794 INFO O| Aug 15 07:16:35.794 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-15T07:16:36.696Z[ recovery-image] Aug 15 07:16:35.826 INFO O| Aug 15 07:16:35.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55202026-08-15T07:16:36.696Z[ recovery-image] Aug 15 07:16:35.826 INFO O| Aug 15 07:16:35.826 INFO STEP 61 (remove_files) COMPLETE
55212026-08-15T07:16:36.699Z[ recovery-image] Aug 15 07:16:35.826 INFO O| Aug 15 07:16:35.826 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-15T07:16:36.711Z[ recovery-image] Aug 15 07:16:35.841 INFO O| Aug 15 07:16:35.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55232026-08-15T07:16:36.711Z[ recovery-image] Aug 15 07:16:35.841 INFO O| Aug 15 07:16:35.841 INFO STEP 62 (remove_files) COMPLETE
55242026-08-15T07:16:36.711Z[ recovery-image] Aug 15 07:16:35.841 INFO O| Aug 15 07:16:35.841 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-15T07:16:36.747Z[ recovery-image] Aug 15 07:16:35.877 INFO O| Aug 15 07:16:35.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55262026-08-15T07:16:36.747Z[ recovery-image] Aug 15 07:16:35.877 INFO O| Aug 15 07:16:35.877 INFO STEP 63 (remove_files) COMPLETE
55272026-08-15T07:16:36.750Z[ recovery-image] Aug 15 07:16:35.877 INFO O| Aug 15 07:16:35.877 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-15T07:16:36.756Z[ recovery-image] Aug 15 07:16:35.887 INFO O| Aug 15 07:16:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55292026-08-15T07:16:36.756Z[ recovery-image] Aug 15 07:16:35.887 INFO O| Aug 15 07:16:35.887 INFO STEP 64 (remove_files) COMPLETE
55302026-08-15T07:16:36.756Z[ recovery-image] Aug 15 07:16:35.887 INFO O| Aug 15 07:16:35.887 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-15T07:16:36.766Z[ recovery-image] Aug 15 07:16:35.897 INFO O| Aug 15 07:16:35.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55322026-08-15T07:16:36.766Z[ recovery-image] Aug 15 07:16:35.897 INFO O| Aug 15 07:16:35.897 INFO STEP 65 (remove_files) COMPLETE
55332026-08-15T07:16:36.766Z[ recovery-image] Aug 15 07:16:35.897 INFO O| Aug 15 07:16:35.897 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-15T07:16:36.775Z[ recovery-image] Aug 15 07:16:35.906 INFO O| Aug 15 07:16:35.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55352026-08-15T07:16:36.775Z[ recovery-image] Aug 15 07:16:35.906 INFO O| Aug 15 07:16:35.906 INFO STEP 66 (remove_files) COMPLETE
55362026-08-15T07:16:36.775Z[ recovery-image] Aug 15 07:16:35.906 INFO O| Aug 15 07:16:35.906 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-15T07:16:36.791Z[ recovery-image] Aug 15 07:16:35.922 INFO O| Aug 15 07:16:35.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55382026-08-15T07:16:36.791Z[ recovery-image] Aug 15 07:16:35.922 INFO O| Aug 15 07:16:35.922 INFO STEP 67 (remove_files) COMPLETE
55392026-08-15T07:16:36.791Z[ recovery-image] Aug 15 07:16:35.922 INFO O| Aug 15 07:16:35.922 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-15T07:16:36.802Z[ recovery-image] Aug 15 07:16:35.933 INFO O| Aug 15 07:16:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55412026-08-15T07:16:36.802Z[ recovery-image] Aug 15 07:16:35.933 INFO O| Aug 15 07:16:35.933 INFO STEP 68 (remove_files) COMPLETE
55422026-08-15T07:16:36.802Z[ recovery-image] Aug 15 07:16:35.933 INFO O| Aug 15 07:16:35.933 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-15T07:16:36.812Z[ recovery-image] Aug 15 07:16:35.943 INFO O| Aug 15 07:16:35.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55442026-08-15T07:16:36.812Z[ recovery-image] Aug 15 07:16:35.943 INFO O| Aug 15 07:16:35.943 INFO STEP 69 (remove_files) COMPLETE
55452026-08-15T07:16:36.812Z[ recovery-image] Aug 15 07:16:35.943 INFO O| Aug 15 07:16:35.943 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-15T07:16:36.823Z[ recovery-image] Aug 15 07:16:35.954 INFO O| Aug 15 07:16:35.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55472026-08-15T07:16:36.823Z[ recovery-image] Aug 15 07:16:35.954 INFO O| Aug 15 07:16:35.954 INFO STEP 70 (remove_files) COMPLETE
55482026-08-15T07:16:36.823Z[ recovery-image] Aug 15 07:16:35.954 INFO O| Aug 15 07:16:35.954 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-15T07:16:36.834Z[ recovery-image] Aug 15 07:16:35.964 INFO O| Aug 15 07:16:35.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55502026-08-15T07:16:36.834Z[ recovery-image] Aug 15 07:16:35.964 INFO O| Aug 15 07:16:35.964 INFO STEP 71 (remove_files) COMPLETE
55512026-08-15T07:16:36.837Z[ recovery-image] Aug 15 07:16:35.964 INFO O| Aug 15 07:16:35.964 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-15T07:16:36.844Z[ recovery-image] Aug 15 07:16:35.975 INFO O| Aug 15 07:16:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55532026-08-15T07:16:36.844Z[ recovery-image] Aug 15 07:16:35.975 INFO O| Aug 15 07:16:35.975 INFO STEP 72 (remove_files) COMPLETE
55542026-08-15T07:16:36.844Z[ recovery-image] Aug 15 07:16:35.975 INFO O| Aug 15 07:16:35.975 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-15T07:16:36.855Z[ recovery-image] Aug 15 07:16:35.985 INFO O| Aug 15 07:16:35.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55562026-08-15T07:16:36.855Z[ recovery-image] Aug 15 07:16:35.985 INFO O| Aug 15 07:16:35.985 INFO STEP 73 (remove_files) COMPLETE
55572026-08-15T07:16:36.855Z[ recovery-image] Aug 15 07:16:35.986 INFO O| Aug 15 07:16:35.985 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-15T07:16:36.883Z[ recovery-image] Aug 15 07:16:36.013 INFO O| Aug 15 07:16:36.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55592026-08-15T07:16:36.883Z[ recovery-image] Aug 15 07:16:36.013 INFO O| Aug 15 07:16:36.013 INFO STEP 74 (remove_files) COMPLETE
55602026-08-15T07:16:36.883Z[ recovery-image] Aug 15 07:16:36.013 INFO O| Aug 15 07:16:36.013 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-15T07:16:36.911Z[ recovery-image] Aug 15 07:16:36.041 INFO O| Aug 15 07:16:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55622026-08-15T07:16:36.911Z[ recovery-image] Aug 15 07:16:36.041 INFO O| Aug 15 07:16:36.041 INFO STEP 75 (remove_files) COMPLETE
55632026-08-15T07:16:36.911Z[ recovery-image] Aug 15 07:16:36.041 INFO O| Aug 15 07:16:36.041 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-15T07:16:36.925Z[ recovery-image] Aug 15 07:16:36.056 INFO O| Aug 15 07:16:36.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55652026-08-15T07:16:36.925Z[ recovery-image] Aug 15 07:16:36.056 INFO O| Aug 15 07:16:36.056 INFO STEP 76 (remove_files) COMPLETE
55662026-08-15T07:16:36.928Z[ recovery-image] Aug 15 07:16:36.056 INFO O| Aug 15 07:16:36.056 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-15T07:16:36.934Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
55682026-08-15T07:16:36.937Z[ recovery-image] Aug 15 07:16:36.068 INFO O| Aug 15 07:16:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55692026-08-15T07:16:36.937Z[ recovery-image] Aug 15 07:16:36.068 INFO O| Aug 15 07:16:36.068 INFO STEP 77 (remove_files) COMPLETE
55702026-08-15T07:16:36.937Z[ recovery-image] Aug 15 07:16:36.068 INFO O| Aug 15 07:16:36.068 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-15T07:16:36.952Z[ recovery-image] Aug 15 07:16:36.082 INFO O| Aug 15 07:16:36.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55722026-08-15T07:16:36.952Z[ recovery-image] Aug 15 07:16:36.082 INFO O| Aug 15 07:16:36.082 INFO STEP 78 (remove_files) COMPLETE
55732026-08-15T07:16:36.952Z[ recovery-image] Aug 15 07:16:36.082 INFO O| Aug 15 07:16:36.082 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-15T07:16:36.962Z[ recovery-image] Aug 15 07:16:36.093 INFO O| Aug 15 07:16:36.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55752026-08-15T07:16:36.963Z[ recovery-image] Aug 15 07:16:36.093 INFO O| Aug 15 07:16:36.093 INFO STEP 79 (remove_files) COMPLETE
55762026-08-15T07:16:36.965Z[ recovery-image] Aug 15 07:16:36.093 INFO O| Aug 15 07:16:36.093 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-15T07:16:36.973Z[ recovery-image] Aug 15 07:16:36.103 INFO O| Aug 15 07:16:36.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55782026-08-15T07:16:36.973Z[ recovery-image] Aug 15 07:16:36.103 INFO O| Aug 15 07:16:36.103 INFO STEP 80 (remove_files) COMPLETE
55792026-08-15T07:16:36.976Z[ recovery-image] Aug 15 07:16:36.103 INFO O| Aug 15 07:16:36.103 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-15T07:16:36.982Z[ recovery-image] Aug 15 07:16:36.113 INFO O| Aug 15 07:16:36.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55812026-08-15T07:16:36.982Z[ recovery-image] Aug 15 07:16:36.113 INFO O| Aug 15 07:16:36.113 INFO STEP 81 (remove_files) COMPLETE
55822026-08-15T07:16:36.982Z[ recovery-image] Aug 15 07:16:36.113 INFO O| Aug 15 07:16:36.113 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-15T07:16:36.993Z[ recovery-image] Aug 15 07:16:36.124 INFO O| Aug 15 07:16:36.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55842026-08-15T07:16:36.993Z[ recovery-image] Aug 15 07:16:36.124 INFO O| Aug 15 07:16:36.124 INFO STEP 82 (remove_files) COMPLETE
55852026-08-15T07:16:36.993Z[ recovery-image] Aug 15 07:16:36.124 INFO O| Aug 15 07:16:36.124 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-15T07:16:37.005Z[ recovery-image] Aug 15 07:16:36.135 INFO O| Aug 15 07:16:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55872026-08-15T07:16:37.005Z[ recovery-image] Aug 15 07:16:36.135 INFO O| Aug 15 07:16:36.135 INFO STEP 83 (remove_files) COMPLETE
55882026-08-15T07:16:37.005Z[ recovery-image] Aug 15 07:16:36.135 INFO O| Aug 15 07:16:36.135 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-15T07:16:37.016Z[ recovery-image] Aug 15 07:16:36.146 INFO O| Aug 15 07:16:36.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55902026-08-15T07:16:37.019Z[ recovery-image] Aug 15 07:16:36.147 INFO O| Aug 15 07:16:36.147 INFO STEP 84 (remove_files) COMPLETE
55912026-08-15T07:16:37.019Z[ recovery-image] Aug 15 07:16:36.147 INFO O| Aug 15 07:16:36.147 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-15T07:16:37.026Z[ recovery-image] Aug 15 07:16:36.157 INFO O| Aug 15 07:16:36.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55932026-08-15T07:16:37.026Z[ recovery-image] Aug 15 07:16:36.157 INFO O| Aug 15 07:16:36.157 INFO STEP 85 (remove_files) COMPLETE
55942026-08-15T07:16:37.026Z[ recovery-image] Aug 15 07:16:36.157 INFO O| Aug 15 07:16:36.157 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-15T07:16:37.036Z[ recovery-image] Aug 15 07:16:36.166 INFO O| Aug 15 07:16:36.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55962026-08-15T07:16:37.039Z[ recovery-image] Aug 15 07:16:36.167 INFO O| Aug 15 07:16:36.167 INFO STEP 86 (remove_files) COMPLETE
55972026-08-15T07:16:37.039Z[ recovery-image] Aug 15 07:16:36.167 INFO O| Aug 15 07:16:36.167 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-15T07:16:37.046Z[ recovery-image] Aug 15 07:16:36.177 INFO O| Aug 15 07:16:36.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55992026-08-15T07:16:37.046Z[ recovery-image] Aug 15 07:16:36.177 INFO O| Aug 15 07:16:36.177 INFO STEP 87 (remove_files) COMPLETE
56002026-08-15T07:16:37.049Z[ recovery-image] Aug 15 07:16:36.177 INFO O| Aug 15 07:16:36.177 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-15T07:16:37.057Z[ recovery-image] Aug 15 07:16:36.187 INFO O| Aug 15 07:16:36.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56022026-08-15T07:16:37.057Z[ recovery-image] Aug 15 07:16:36.187 INFO O| Aug 15 07:16:36.187 INFO STEP 88 (remove_files) COMPLETE
56032026-08-15T07:16:37.060Z[ recovery-image] Aug 15 07:16:36.187 INFO O| Aug 15 07:16:36.187 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-15T07:16:37.066Z[ recovery-image] Aug 15 07:16:36.196 INFO O| Aug 15 07:16:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56052026-08-15T07:16:37.069Z[ recovery-image] Aug 15 07:16:36.197 INFO O| Aug 15 07:16:36.197 INFO STEP 89 (remove_files) COMPLETE
56062026-08-15T07:16:37.069Z[ recovery-image] Aug 15 07:16:36.197 INFO O| Aug 15 07:16:36.197 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-15T07:16:37.076Z[ recovery-image] Aug 15 07:16:36.207 INFO O| Aug 15 07:16:36.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56082026-08-15T07:16:37.076Z[ recovery-image] Aug 15 07:16:36.207 INFO O| Aug 15 07:16:36.207 INFO STEP 90 (remove_files) COMPLETE
56092026-08-15T07:16:37.076Z[ recovery-image] Aug 15 07:16:36.207 INFO O| Aug 15 07:16:36.207 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-15T07:16:37.085Z[ recovery-image] Aug 15 07:16:36.216 INFO O| Aug 15 07:16:36.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56112026-08-15T07:16:37.086Z[ recovery-image] Aug 15 07:16:36.216 INFO O| Aug 15 07:16:36.216 INFO STEP 91 (remove_files) COMPLETE
56122026-08-15T07:16:37.089Z[ recovery-image] Aug 15 07:16:36.216 INFO O| Aug 15 07:16:36.216 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-15T07:16:37.091Z[verify-libraries] Compiling kem v0.3.0
56142026-08-15T07:16:37.095Z[ recovery-image] Aug 15 07:16:36.225 INFO O| Aug 15 07:16:36.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56152026-08-15T07:16:37.095Z[ recovery-image] Aug 15 07:16:36.225 INFO O| Aug 15 07:16:36.225 INFO STEP 92 (remove_files) COMPLETE
56162026-08-15T07:16:37.095Z[ recovery-image] Aug 15 07:16:36.225 INFO O| Aug 15 07:16:36.225 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-15T07:16:37.105Z[ recovery-image] Aug 15 07:16:36.236 INFO O| Aug 15 07:16:36.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56182026-08-15T07:16:37.106Z[ recovery-image] Aug 15 07:16:36.236 INFO O| Aug 15 07:16:36.236 INFO STEP 93 (remove_files) COMPLETE
56192026-08-15T07:16:37.106Z[ recovery-image] Aug 15 07:16:36.236 INFO O| Aug 15 07:16:36.236 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-15T07:16:37.117Z[ recovery-image] Aug 15 07:16:36.247 INFO O| Aug 15 07:16:36.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56212026-08-15T07:16:37.117Z[ recovery-image] Aug 15 07:16:36.248 INFO O| Aug 15 07:16:36.248 INFO STEP 94 (remove_files) COMPLETE
56222026-08-15T07:16:37.117Z[ recovery-image] Aug 15 07:16:36.248 INFO O| Aug 15 07:16:36.248 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-15T07:16:37.127Z[ recovery-image] Aug 15 07:16:36.258 INFO O| Aug 15 07:16:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56242026-08-15T07:16:37.127Z[ recovery-image] Aug 15 07:16:36.258 INFO O| Aug 15 07:16:36.258 INFO STEP 95 (remove_files) COMPLETE
56252026-08-15T07:16:37.130Z[ recovery-image] Aug 15 07:16:36.258 INFO O| Aug 15 07:16:36.258 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-15T07:16:37.138Z[ recovery-image] Aug 15 07:16:36.269 INFO O| Aug 15 07:16:36.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56272026-08-15T07:16:37.138Z[ recovery-image] Aug 15 07:16:36.269 INFO O| Aug 15 07:16:36.269 INFO STEP 96 (remove_files) COMPLETE
56282026-08-15T07:16:37.142Z[ recovery-image] Aug 15 07:16:36.269 INFO O| Aug 15 07:16:36.269 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-15T07:16:37.148Z[ recovery-image] Aug 15 07:16:36.279 INFO O| Aug 15 07:16:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56302026-08-15T07:16:37.148Z[ recovery-image] Aug 15 07:16:36.279 INFO O| Aug 15 07:16:36.279 INFO STEP 97 (remove_files) COMPLETE
56312026-08-15T07:16:37.148Z[ recovery-image] Aug 15 07:16:36.279 INFO O| Aug 15 07:16:36.279 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-15T07:16:37.159Z[ recovery-image] Aug 15 07:16:36.290 INFO O| Aug 15 07:16:36.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56332026-08-15T07:16:37.159Z[ recovery-image] Aug 15 07:16:36.290 INFO O| Aug 15 07:16:36.290 INFO STEP 98 (remove_files) COMPLETE
56342026-08-15T07:16:37.162Z[ recovery-image] Aug 15 07:16:36.290 INFO O| Aug 15 07:16:36.290 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-15T07:16:37.170Z[ recovery-image] Aug 15 07:16:36.300 INFO O| Aug 15 07:16:36.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56362026-08-15T07:16:37.170Z[ recovery-image] Aug 15 07:16:36.300 INFO O| Aug 15 07:16:36.300 INFO STEP 99 (remove_files) COMPLETE
56372026-08-15T07:16:37.170Z[ recovery-image] Aug 15 07:16:36.300 INFO O| Aug 15 07:16:36.300 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-15T07:16:37.180Z[ recovery-image] Aug 15 07:16:36.310 INFO O| Aug 15 07:16:36.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56392026-08-15T07:16:37.180Z[ recovery-image] Aug 15 07:16:36.310 INFO O| Aug 15 07:16:36.310 INFO STEP 100 (remove_files) COMPLETE
56402026-08-15T07:16:37.180Z[ recovery-image] Aug 15 07:16:36.310 INFO O| Aug 15 07:16:36.310 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-15T07:16:37.190Z[ recovery-image] Aug 15 07:16:36.320 INFO O| Aug 15 07:16:36.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56422026-08-15T07:16:37.190Z[ recovery-image] Aug 15 07:16:36.320 INFO O| Aug 15 07:16:36.320 INFO STEP 101 (remove_files) COMPLETE
56432026-08-15T07:16:37.190Z[ recovery-image] Aug 15 07:16:36.320 INFO O| Aug 15 07:16:36.320 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-15T07:16:37.199Z[ recovery-image] Aug 15 07:16:36.329 INFO O| Aug 15 07:16:36.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56452026-08-15T07:16:37.202Z[ recovery-image] Aug 15 07:16:36.330 INFO O| Aug 15 07:16:36.330 INFO STEP 102 (remove_files) COMPLETE
56462026-08-15T07:16:37.202Z[ recovery-image] Aug 15 07:16:36.330 INFO O| Aug 15 07:16:36.330 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-15T07:16:37.210Z[ recovery-image] Aug 15 07:16:36.340 INFO O| Aug 15 07:16:36.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56482026-08-15T07:16:37.210Z[ recovery-image] Aug 15 07:16:36.340 INFO O| Aug 15 07:16:36.340 INFO STEP 103 (remove_files) COMPLETE
56492026-08-15T07:16:37.210Z[ recovery-image] Aug 15 07:16:36.340 INFO O| Aug 15 07:16:36.340 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-15T07:16:37.220Z[ recovery-image] Aug 15 07:16:36.350 INFO O| Aug 15 07:16:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56512026-08-15T07:16:37.220Z[ recovery-image] Aug 15 07:16:36.350 INFO O| Aug 15 07:16:36.350 INFO STEP 104 (remove_files) COMPLETE
56522026-08-15T07:16:37.220Z[ recovery-image] Aug 15 07:16:36.350 INFO O| Aug 15 07:16:36.350 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-15T07:16:37.230Z[ recovery-image] Aug 15 07:16:36.360 INFO O| Aug 15 07:16:36.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56542026-08-15T07:16:37.230Z[ recovery-image] Aug 15 07:16:36.360 INFO O| Aug 15 07:16:36.360 INFO STEP 105 (remove_files) COMPLETE
56552026-08-15T07:16:37.233Z[ recovery-image] Aug 15 07:16:36.360 INFO O| Aug 15 07:16:36.360 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-15T07:16:37.241Z[ recovery-image] Aug 15 07:16:36.371 INFO O| Aug 15 07:16:36.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56572026-08-15T07:16:37.241Z[ recovery-image] Aug 15 07:16:36.371 INFO O| Aug 15 07:16:36.371 INFO STEP 106 (remove_files) COMPLETE
56582026-08-15T07:16:37.244Z[ recovery-image] Aug 15 07:16:36.371 INFO O| Aug 15 07:16:36.371 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-15T07:16:37.250Z[ recovery-image] Aug 15 07:16:36.380 INFO O| Aug 15 07:16:36.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56602026-08-15T07:16:37.250Z[ recovery-image] Aug 15 07:16:36.380 INFO O| Aug 15 07:16:36.380 INFO STEP 107 (remove_files) COMPLETE
56612026-08-15T07:16:37.250Z[ recovery-image] Aug 15 07:16:36.380 INFO O| Aug 15 07:16:36.380 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-15T07:16:37.261Z[ recovery-image] Aug 15 07:16:36.391 INFO O| Aug 15 07:16:36.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56632026-08-15T07:16:37.261Z[ recovery-image] Aug 15 07:16:36.391 INFO O| Aug 15 07:16:36.391 INFO STEP 108 (remove_files) COMPLETE
56642026-08-15T07:16:37.261Z[ recovery-image] Aug 15 07:16:36.391 INFO O| Aug 15 07:16:36.391 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-15T07:16:37.271Z[ recovery-image] Aug 15 07:16:36.402 INFO O| Aug 15 07:16:36.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56662026-08-15T07:16:37.272Z[ recovery-image] Aug 15 07:16:36.402 INFO O| Aug 15 07:16:36.402 INFO STEP 109 (remove_files) COMPLETE
56672026-08-15T07:16:37.272Z[ recovery-image] Aug 15 07:16:36.402 INFO O| Aug 15 07:16:36.402 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-15T07:16:37.282Z[ recovery-image] Aug 15 07:16:36.412 INFO O| Aug 15 07:16:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56692026-08-15T07:16:37.282Z[ recovery-image] Aug 15 07:16:36.412 INFO O| Aug 15 07:16:36.412 INFO STEP 110 (remove_files) COMPLETE
56702026-08-15T07:16:37.285Z[ recovery-image] Aug 15 07:16:36.412 INFO O| Aug 15 07:16:36.412 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-15T07:16:37.289Z[verify-libraries] Compiling module-lattice v0.2.3
56722026-08-15T07:16:37.292Z[ recovery-image] Aug 15 07:16:36.422 INFO O| Aug 15 07:16:36.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56732026-08-15T07:16:37.293Z[ recovery-image] Aug 15 07:16:36.422 INFO O| Aug 15 07:16:36.422 INFO STEP 111 (remove_files) COMPLETE
56742026-08-15T07:16:37.293Z[ recovery-image] Aug 15 07:16:36.422 INFO O| Aug 15 07:16:36.422 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-15T07:16:37.300Z[ recovery-image] Aug 15 07:16:36.431 INFO O| Aug 15 07:16:36.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56762026-08-15T07:16:37.300Z[ recovery-image] Aug 15 07:16:36.431 INFO O| Aug 15 07:16:36.431 INFO STEP 112 (remove_files) COMPLETE
56772026-08-15T07:16:37.301Z[ recovery-image] Aug 15 07:16:36.431 INFO O| Aug 15 07:16:36.431 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-15T07:16:37.311Z[ recovery-image] Aug 15 07:16:36.441 INFO O| Aug 15 07:16:36.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56792026-08-15T07:16:37.311Z[ recovery-image] Aug 15 07:16:36.441 INFO O| Aug 15 07:16:36.441 INFO STEP 113 (remove_files) COMPLETE
56802026-08-15T07:16:37.314Z[ recovery-image] Aug 15 07:16:36.441 INFO O| Aug 15 07:16:36.441 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-15T07:16:37.321Z[ recovery-image] Aug 15 07:16:36.451 INFO O| Aug 15 07:16:36.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56822026-08-15T07:16:37.321Z[ recovery-image] Aug 15 07:16:36.451 INFO O| Aug 15 07:16:36.451 INFO STEP 114 (remove_files) COMPLETE
56832026-08-15T07:16:37.321Z[ recovery-image] Aug 15 07:16:36.451 INFO O| Aug 15 07:16:36.451 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-15T07:16:37.330Z[ recovery-image] Aug 15 07:16:36.460 INFO O| Aug 15 07:16:36.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56852026-08-15T07:16:37.330Z[ recovery-image] Aug 15 07:16:36.460 INFO O| Aug 15 07:16:36.460 INFO STEP 115 (remove_files) COMPLETE
56862026-08-15T07:16:37.330Z[ recovery-image] Aug 15 07:16:36.460 INFO O| Aug 15 07:16:36.460 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-15T07:16:37.341Z[ recovery-image] Aug 15 07:16:36.471 INFO O| Aug 15 07:16:36.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56882026-08-15T07:16:37.341Z[ recovery-image] Aug 15 07:16:36.471 INFO O| Aug 15 07:16:36.471 INFO STEP 116 (remove_files) COMPLETE
56892026-08-15T07:16:37.341Z[ recovery-image] Aug 15 07:16:36.471 INFO O| Aug 15 07:16:36.471 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-15T07:16:37.351Z[ recovery-image] Aug 15 07:16:36.481 INFO O| Aug 15 07:16:36.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56912026-08-15T07:16:37.355Z[ recovery-image] Aug 15 07:16:36.481 INFO O| Aug 15 07:16:36.481 INFO STEP 117 (remove_files) COMPLETE
56922026-08-15T07:16:37.355Z[ recovery-image] Aug 15 07:16:36.482 INFO O| Aug 15 07:16:36.481 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-15T07:16:37.363Z[ recovery-image] Aug 15 07:16:36.491 INFO O| Aug 15 07:16:36.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56942026-08-15T07:16:37.363Z[ recovery-image] Aug 15 07:16:36.491 INFO O| Aug 15 07:16:36.491 INFO STEP 118 (remove_files) COMPLETE
56952026-08-15T07:16:37.366Z[ recovery-image] Aug 15 07:16:36.491 INFO O| Aug 15 07:16:36.491 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-15T07:16:37.372Z[ recovery-image] Aug 15 07:16:36.502 INFO O| Aug 15 07:16:36.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56972026-08-15T07:16:37.372Z[ recovery-image] Aug 15 07:16:36.502 INFO O| Aug 15 07:16:36.502 INFO STEP 119 (remove_files) COMPLETE
56982026-08-15T07:16:37.372Z[ recovery-image] Aug 15 07:16:36.502 INFO O| Aug 15 07:16:36.502 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-15T07:16:37.384Z[ recovery-image] Aug 15 07:16:36.514 INFO O| Aug 15 07:16:36.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57002026-08-15T07:16:37.384Z[ recovery-image] Aug 15 07:16:36.514 INFO O| Aug 15 07:16:36.514 INFO STEP 120 (remove_files) COMPLETE
57012026-08-15T07:16:37.387Z[ recovery-image] Aug 15 07:16:36.514 INFO O| Aug 15 07:16:36.514 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-15T07:16:37.394Z[ recovery-image] Aug 15 07:16:36.524 INFO O| Aug 15 07:16:36.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57032026-08-15T07:16:37.394Z[ recovery-image] Aug 15 07:16:36.524 INFO O| Aug 15 07:16:36.524 INFO STEP 121 (remove_files) COMPLETE
57042026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.524 INFO O| Aug 15 07:16:36.524 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.534 INFO O| Aug 15 07:16:36.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57062026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.534 INFO O| Aug 15 07:16:36.534 INFO STEP 122 (remove_files) COMPLETE
57072026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.534 INFO O| Aug 15 07:16:36.534 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.543 INFO O| Aug 15 07:16:36.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57092026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.543 INFO O| Aug 15 07:16:36.543 INFO STEP 123 (remove_files) COMPLETE
57102026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.543 INFO O| Aug 15 07:16:36.543 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.552 INFO O| Aug 15 07:16:36.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57122026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.553 INFO O| Aug 15 07:16:36.553 INFO STEP 124 (remove_files) COMPLETE
57132026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.553 INFO O| Aug 15 07:16:36.553 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.564 INFO O| Aug 15 07:16:36.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57152026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.564 INFO O| Aug 15 07:16:36.564 INFO STEP 125 (remove_files) COMPLETE
57162026-08-15T07:16:37.454Z[ recovery-image] Aug 15 07:16:36.564 INFO O| Aug 15 07:16:36.564 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-15T07:16:37.455Z[ recovery-image] Aug 15 07:16:36.574 INFO O| Aug 15 07:16:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57182026-08-15T07:16:37.455Z[ recovery-image] Aug 15 07:16:36.574 INFO O| Aug 15 07:16:36.574 INFO STEP 126 (remove_files) COMPLETE
57192026-08-15T07:16:37.455Z[ recovery-image] Aug 15 07:16:36.574 INFO O| Aug 15 07:16:36.574 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-15T07:16:37.459Z[ recovery-image] Aug 15 07:16:36.585 INFO O| Aug 15 07:16:36.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57212026-08-15T07:16:37.459Z[ recovery-image] Aug 15 07:16:36.585 INFO O| Aug 15 07:16:36.585 INFO STEP 127 (remove_files) COMPLETE
57222026-08-15T07:16:37.459Z[ recovery-image] Aug 15 07:16:36.585 INFO O| Aug 15 07:16:36.585 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-15T07:16:37.466Z[ recovery-image] Aug 15 07:16:36.596 INFO O| Aug 15 07:16:36.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57242026-08-15T07:16:37.466Z[ recovery-image] Aug 15 07:16:36.596 INFO O| Aug 15 07:16:36.596 INFO STEP 128 (remove_files) COMPLETE
57252026-08-15T07:16:37.469Z[ recovery-image] Aug 15 07:16:36.596 INFO O| Aug 15 07:16:36.596 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-15T07:16:37.475Z[ recovery-image] Aug 15 07:16:36.605 INFO O| Aug 15 07:16:36.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57272026-08-15T07:16:37.475Z[ recovery-image] Aug 15 07:16:36.606 INFO O| Aug 15 07:16:36.605 INFO STEP 129 (remove_files) COMPLETE
57282026-08-15T07:16:37.475Z[ recovery-image] Aug 15 07:16:36.606 INFO O| Aug 15 07:16:36.605 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-15T07:16:37.485Z[ recovery-image] Aug 15 07:16:36.615 INFO O| Aug 15 07:16:36.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57302026-08-15T07:16:37.485Z[ recovery-image] Aug 15 07:16:36.615 INFO O| Aug 15 07:16:36.615 INFO STEP 130 (remove_files) COMPLETE
57312026-08-15T07:16:37.488Z[ recovery-image] Aug 15 07:16:36.615 INFO O| Aug 15 07:16:36.615 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-15T07:16:37.496Z[ recovery-image] Aug 15 07:16:36.626 INFO O| Aug 15 07:16:36.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57332026-08-15T07:16:37.496Z[ recovery-image] Aug 15 07:16:36.626 INFO O| Aug 15 07:16:36.626 INFO STEP 131 (remove_files) COMPLETE
57342026-08-15T07:16:37.499Z[ recovery-image] Aug 15 07:16:36.626 INFO O| Aug 15 07:16:36.626 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-15T07:16:37.507Z[ recovery-image] Aug 15 07:16:36.637 INFO O| Aug 15 07:16:36.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57362026-08-15T07:16:37.507Z[ recovery-image] Aug 15 07:16:36.637 INFO O| Aug 15 07:16:36.637 INFO STEP 132 (remove_files) COMPLETE
57372026-08-15T07:16:37.507Z[ recovery-image] Aug 15 07:16:36.637 INFO O| Aug 15 07:16:36.637 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-15T07:16:37.517Z[ recovery-image] Aug 15 07:16:36.647 INFO O| Aug 15 07:16:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57392026-08-15T07:16:37.521Z[ recovery-image] Aug 15 07:16:36.648 INFO O| Aug 15 07:16:36.648 INFO STEP 133 (remove_files) COMPLETE
57402026-08-15T07:16:37.521Z[ recovery-image] Aug 15 07:16:36.648 INFO O| Aug 15 07:16:36.648 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-15T07:16:37.527Z[ recovery-image] Aug 15 07:16:36.658 INFO O| Aug 15 07:16:36.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57422026-08-15T07:16:37.527Z[ recovery-image] Aug 15 07:16:36.658 INFO O| Aug 15 07:16:36.658 INFO STEP 134 (remove_files) COMPLETE
57432026-08-15T07:16:37.532Z[ recovery-image] Aug 15 07:16:36.658 INFO O| Aug 15 07:16:36.658 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-15T07:16:37.539Z[ recovery-image] Aug 15 07:16:36.669 INFO O| Aug 15 07:16:36.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57452026-08-15T07:16:37.539Z[ recovery-image] Aug 15 07:16:36.669 INFO O| Aug 15 07:16:36.669 INFO STEP 135 (remove_files) COMPLETE
57462026-08-15T07:16:37.542Z[ recovery-image] Aug 15 07:16:36.669 INFO O| Aug 15 07:16:36.669 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-15T07:16:37.549Z[ recovery-image] Aug 15 07:16:36.680 INFO O| Aug 15 07:16:36.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57482026-08-15T07:16:37.549Z[ recovery-image] Aug 15 07:16:36.680 INFO O| Aug 15 07:16:36.680 INFO STEP 136 (remove_files) COMPLETE
57492026-08-15T07:16:37.553Z[ recovery-image] Aug 15 07:16:36.680 INFO O| Aug 15 07:16:36.680 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-15T07:16:37.560Z[ recovery-image] Aug 15 07:16:36.690 INFO O| Aug 15 07:16:36.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57512026-08-15T07:16:37.563Z[ recovery-image] Aug 15 07:16:36.691 INFO O| Aug 15 07:16:36.691 INFO STEP 137 (remove_files) COMPLETE
57522026-08-15T07:16:37.563Z[ recovery-image] Aug 15 07:16:36.691 INFO O| Aug 15 07:16:36.691 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-15T07:16:37.571Z[ recovery-image] Aug 15 07:16:36.701 INFO O| Aug 15 07:16:36.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57542026-08-15T07:16:37.571Z[ recovery-image] Aug 15 07:16:36.701 INFO O| Aug 15 07:16:36.701 INFO STEP 138 (remove_files) COMPLETE
57552026-08-15T07:16:37.571Z[ recovery-image] Aug 15 07:16:36.701 INFO O| Aug 15 07:16:36.701 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-15T07:16:37.581Z[ recovery-image] Aug 15 07:16:36.711 INFO O| Aug 15 07:16:36.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57572026-08-15T07:16:37.581Z[ recovery-image] Aug 15 07:16:36.711 INFO O| Aug 15 07:16:36.711 INFO STEP 139 (remove_files) COMPLETE
57582026-08-15T07:16:37.581Z[ recovery-image] Aug 15 07:16:36.711 INFO O| Aug 15 07:16:36.711 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-15T07:16:37.591Z[ recovery-image] Aug 15 07:16:36.721 INFO O| Aug 15 07:16:36.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57602026-08-15T07:16:37.594Z[ recovery-image] Aug 15 07:16:36.722 INFO O| Aug 15 07:16:36.722 INFO STEP 140 (remove_files) COMPLETE
57612026-08-15T07:16:37.594Z[ recovery-image] Aug 15 07:16:36.722 INFO O| Aug 15 07:16:36.722 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-15T07:16:37.602Z[ recovery-image] Aug 15 07:16:36.732 INFO O| Aug 15 07:16:36.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57632026-08-15T07:16:37.602Z[ recovery-image] Aug 15 07:16:36.733 INFO O| Aug 15 07:16:36.732 INFO STEP 141 (remove_files) COMPLETE
57642026-08-15T07:16:37.606Z[ recovery-image] Aug 15 07:16:36.733 INFO O| Aug 15 07:16:36.732 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-15T07:16:37.613Z[ recovery-image] Aug 15 07:16:36.743 INFO O| Aug 15 07:16:36.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57662026-08-15T07:16:37.613Z[ recovery-image] Aug 15 07:16:36.743 INFO O| Aug 15 07:16:36.743 INFO STEP 142 (remove_files) COMPLETE
57672026-08-15T07:16:37.616Z[ recovery-image] Aug 15 07:16:36.743 INFO O| Aug 15 07:16:36.743 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-15T07:16:37.623Z[ recovery-image] Aug 15 07:16:36.754 INFO O| Aug 15 07:16:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57692026-08-15T07:16:37.626Z[ recovery-image] Aug 15 07:16:36.754 INFO O| Aug 15 07:16:36.754 INFO STEP 143 (remove_files) COMPLETE
57702026-08-15T07:16:37.626Z[ recovery-image] Aug 15 07:16:36.754 INFO O| Aug 15 07:16:36.754 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-15T07:16:37.630Z[verify-libraries] Compiling atty v0.2.14
57722026-08-15T07:16:37.633Z[ recovery-image] Aug 15 07:16:36.763 INFO O| Aug 15 07:16:36.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57732026-08-15T07:16:37.633Z[ recovery-image] Aug 15 07:16:36.763 INFO O| Aug 15 07:16:36.763 INFO STEP 144 (remove_files) COMPLETE
57742026-08-15T07:16:37.633Z[ recovery-image] Aug 15 07:16:36.763 INFO O| Aug 15 07:16:36.763 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-15T07:16:37.644Z[ recovery-image] Aug 15 07:16:36.774 INFO O| Aug 15 07:16:36.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57762026-08-15T07:16:37.644Z[ recovery-image] Aug 15 07:16:36.774 INFO O| Aug 15 07:16:36.774 INFO STEP 145 (remove_files) COMPLETE
57772026-08-15T07:16:37.644Z[ recovery-image] Aug 15 07:16:36.774 INFO O| Aug 15 07:16:36.774 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-15T07:16:37.654Z[ recovery-image] Aug 15 07:16:36.784 INFO O| Aug 15 07:16:36.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57792026-08-15T07:16:37.654Z[ recovery-image] Aug 15 07:16:36.784 INFO O| Aug 15 07:16:36.784 INFO STEP 146 (remove_files) COMPLETE
57802026-08-15T07:16:37.657Z[ recovery-image] Aug 15 07:16:36.784 INFO O| Aug 15 07:16:36.784 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-15T07:16:37.664Z[ recovery-image] Aug 15 07:16:36.794 INFO O| Aug 15 07:16:36.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57822026-08-15T07:16:37.664Z[ recovery-image] Aug 15 07:16:36.794 INFO O| Aug 15 07:16:36.794 INFO STEP 147 (remove_files) COMPLETE
57832026-08-15T07:16:37.664Z[ recovery-image] Aug 15 07:16:36.794 INFO O| Aug 15 07:16:36.794 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-15T07:16:37.673Z[ recovery-image] Aug 15 07:16:36.804 INFO O| Aug 15 07:16:36.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57852026-08-15T07:16:37.674Z[ recovery-image] Aug 15 07:16:36.804 INFO O| Aug 15 07:16:36.804 INFO STEP 148 (remove_files) COMPLETE
57862026-08-15T07:16:37.677Z[ recovery-image] Aug 15 07:16:36.804 INFO O| Aug 15 07:16:36.804 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-15T07:16:37.684Z[ recovery-image] Aug 15 07:16:36.814 INFO O| Aug 15 07:16:36.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57882026-08-15T07:16:37.684Z[ recovery-image] Aug 15 07:16:36.814 INFO O| Aug 15 07:16:36.814 INFO STEP 149 (remove_files) COMPLETE
57892026-08-15T07:16:37.684Z[ recovery-image] Aug 15 07:16:36.814 INFO O| Aug 15 07:16:36.814 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-15T07:16:37.694Z[ recovery-image] Aug 15 07:16:36.824 INFO O| Aug 15 07:16:36.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57912026-08-15T07:16:37.697Z[ recovery-image] Aug 15 07:16:36.825 INFO O| Aug 15 07:16:36.825 INFO STEP 150 (remove_files) COMPLETE
57922026-08-15T07:16:37.697Z[ recovery-image] Aug 15 07:16:36.825 INFO O| Aug 15 07:16:36.825 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-15T07:16:37.704Z[ recovery-image] Aug 15 07:16:36.835 INFO O| Aug 15 07:16:36.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57942026-08-15T07:16:37.704Z[ recovery-image] Aug 15 07:16:36.835 INFO O| Aug 15 07:16:36.835 INFO STEP 151 (remove_files) COMPLETE
57952026-08-15T07:16:37.708Z[ recovery-image] Aug 15 07:16:36.835 INFO O| Aug 15 07:16:36.835 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-15T07:16:37.715Z[ recovery-image] Aug 15 07:16:36.846 INFO O| Aug 15 07:16:36.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57972026-08-15T07:16:37.715Z[ recovery-image] Aug 15 07:16:36.846 INFO O| Aug 15 07:16:36.846 INFO STEP 152 (remove_files) COMPLETE
57982026-08-15T07:16:37.715Z[ recovery-image] Aug 15 07:16:36.846 INFO O| Aug 15 07:16:36.846 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-15T07:16:37.727Z[ recovery-image] Aug 15 07:16:36.857 INFO O| Aug 15 07:16:36.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58002026-08-15T07:16:37.727Z[ recovery-image] Aug 15 07:16:36.857 INFO O| Aug 15 07:16:36.857 INFO STEP 153 (remove_files) COMPLETE
58012026-08-15T07:16:37.727Z[ recovery-image] Aug 15 07:16:36.857 INFO O| Aug 15 07:16:36.857 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-15T07:16:37.738Z[ recovery-image] Aug 15 07:16:36.868 INFO O| Aug 15 07:16:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58032026-08-15T07:16:37.738Z[ recovery-image] Aug 15 07:16:36.868 INFO O| Aug 15 07:16:36.868 INFO STEP 154 (remove_files) COMPLETE
58042026-08-15T07:16:37.741Z[ recovery-image] Aug 15 07:16:36.868 INFO O| Aug 15 07:16:36.868 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-15T07:16:37.748Z[ recovery-image] Aug 15 07:16:36.878 INFO O| Aug 15 07:16:36.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58062026-08-15T07:16:37.751Z[ recovery-image] Aug 15 07:16:36.879 INFO O| Aug 15 07:16:36.879 INFO STEP 155 (remove_files) COMPLETE
58072026-08-15T07:16:37.751Z[ recovery-image] Aug 15 07:16:36.879 INFO O| Aug 15 07:16:36.879 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-15T07:16:37.758Z[ recovery-image] Aug 15 07:16:36.889 INFO O| Aug 15 07:16:36.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58092026-08-15T07:16:37.759Z[ recovery-image] Aug 15 07:16:36.889 INFO O| Aug 15 07:16:36.889 INFO STEP 156 (remove_files) COMPLETE
58102026-08-15T07:16:37.759Z[ recovery-image] Aug 15 07:16:36.889 INFO O| Aug 15 07:16:36.889 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-15T07:16:37.767Z[ recovery-image] Aug 15 07:16:36.897 INFO O| Aug 15 07:16:36.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58122026-08-15T07:16:37.767Z[ recovery-image] Aug 15 07:16:36.897 INFO O| Aug 15 07:16:36.897 INFO STEP 157 (remove_files) COMPLETE
58132026-08-15T07:16:37.770Z[ recovery-image] Aug 15 07:16:36.897 INFO O| Aug 15 07:16:36.897 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-15T07:16:37.777Z[ recovery-image] Aug 15 07:16:36.907 INFO O| Aug 15 07:16:36.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58152026-08-15T07:16:37.777Z[ recovery-image] Aug 15 07:16:36.907 INFO O| Aug 15 07:16:36.907 INFO STEP 158 (remove_files) COMPLETE
58162026-08-15T07:16:37.782Z[ recovery-image] Aug 15 07:16:36.907 INFO O| Aug 15 07:16:36.907 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-15T07:16:37.789Z[ recovery-image] Aug 15 07:16:36.919 INFO O| Aug 15 07:16:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58182026-08-15T07:16:37.789Z[ recovery-image] Aug 15 07:16:36.919 INFO O| Aug 15 07:16:36.919 INFO STEP 159 (remove_files) COMPLETE
58192026-08-15T07:16:37.792Z[ recovery-image] Aug 15 07:16:36.919 INFO O| Aug 15 07:16:36.919 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-15T07:16:37.801Z[ recovery-image] Aug 15 07:16:36.931 INFO O| Aug 15 07:16:36.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58212026-08-15T07:16:37.804Z[ recovery-image] Aug 15 07:16:36.932 INFO O| Aug 15 07:16:36.932 INFO STEP 160 (remove_files) COMPLETE
58222026-08-15T07:16:37.804Z[ recovery-image] Aug 15 07:16:36.932 INFO O| Aug 15 07:16:36.932 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-15T07:16:37.812Z[verify-libraries] Compiling rtoolbox v0.0.3
58242026-08-15T07:16:37.815Z[ recovery-image] Aug 15 07:16:36.944 INFO O| Aug 15 07:16:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58252026-08-15T07:16:37.815Z[ recovery-image] Aug 15 07:16:36.944 INFO O| Aug 15 07:16:36.944 INFO STEP 161 (remove_files) COMPLETE
58262026-08-15T07:16:37.815Z[ recovery-image] Aug 15 07:16:36.944 INFO O| Aug 15 07:16:36.944 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-15T07:16:37.823Z[ recovery-image] Aug 15 07:16:36.953 INFO O| Aug 15 07:16:36.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58282026-08-15T07:16:37.823Z[ recovery-image] Aug 15 07:16:36.953 INFO O| Aug 15 07:16:36.953 INFO STEP 162 (remove_files) COMPLETE
58292026-08-15T07:16:37.823Z[ recovery-image] Aug 15 07:16:36.953 INFO O| Aug 15 07:16:36.953 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-15T07:16:37.833Z[ recovery-image] Aug 15 07:16:36.964 INFO O| Aug 15 07:16:36.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58312026-08-15T07:16:37.834Z[ recovery-image] Aug 15 07:16:36.964 INFO O| Aug 15 07:16:36.964 INFO STEP 163 (remove_files) COMPLETE
58322026-08-15T07:16:37.834Z[ recovery-image] Aug 15 07:16:36.964 INFO O| Aug 15 07:16:36.964 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-15T07:16:37.838Z[verify-libraries] Compiling topological-sort v0.2.2
58342026-08-15T07:16:37.845Z[ recovery-image] Aug 15 07:16:36.975 INFO O| Aug 15 07:16:36.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58352026-08-15T07:16:37.845Z[ recovery-image] Aug 15 07:16:36.975 INFO O| Aug 15 07:16:36.975 INFO STEP 164 (remove_files) COMPLETE
58362026-08-15T07:16:37.848Z[ recovery-image] Aug 15 07:16:36.975 INFO O| Aug 15 07:16:36.975 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-15T07:16:37.857Z[ recovery-image] Aug 15 07:16:36.987 INFO O| Aug 15 07:16:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58382026-08-15T07:16:37.857Z[ recovery-image] Aug 15 07:16:36.987 INFO O| Aug 15 07:16:36.987 INFO STEP 165 (remove_files) COMPLETE
58392026-08-15T07:16:37.858Z[ recovery-image] Aug 15 07:16:36.987 INFO O| Aug 15 07:16:36.987 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-15T07:16:37.869Z[ recovery-image] Aug 15 07:16:36.999 INFO O| Aug 15 07:16:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58412026-08-15T07:16:37.869Z[ recovery-image] Aug 15 07:16:36.999 INFO O| Aug 15 07:16:36.999 INFO STEP 166 (remove_files) COMPLETE
58422026-08-15T07:16:37.873Z[ recovery-image] Aug 15 07:16:36.999 INFO O| Aug 15 07:16:36.999 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-15T07:16:37.879Z[ recovery-image] Aug 15 07:16:37.009 INFO O| Aug 15 07:16:37.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58442026-08-15T07:16:37.879Z[ recovery-image] Aug 15 07:16:37.009 INFO O| Aug 15 07:16:37.009 INFO STEP 167 (remove_files) COMPLETE
58452026-08-15T07:16:37.879Z[ recovery-image] Aug 15 07:16:37.009 INFO O| Aug 15 07:16:37.009 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-15T07:16:37.888Z[ recovery-image] Aug 15 07:16:37.018 INFO O| Aug 15 07:16:37.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58472026-08-15T07:16:37.888Z[ recovery-image] Aug 15 07:16:37.018 INFO O| Aug 15 07:16:37.018 INFO STEP 168 (remove_files) COMPLETE
58482026-08-15T07:16:37.891Z[ recovery-image] Aug 15 07:16:37.018 INFO O| Aug 15 07:16:37.018 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-15T07:16:37.899Z[ recovery-image] Aug 15 07:16:37.029 INFO O| Aug 15 07:16:37.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58502026-08-15T07:16:37.899Z[ recovery-image] Aug 15 07:16:37.029 INFO O| Aug 15 07:16:37.029 INFO STEP 169 (remove_files) COMPLETE
58512026-08-15T07:16:37.903Z[ recovery-image] Aug 15 07:16:37.029 INFO O| Aug 15 07:16:37.029 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-15T07:16:37.910Z[ recovery-image] Aug 15 07:16:37.040 INFO O| Aug 15 07:16:37.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58532026-08-15T07:16:37.910Z[ recovery-image] Aug 15 07:16:37.040 INFO O| Aug 15 07:16:37.040 INFO STEP 170 (remove_files) COMPLETE
58542026-08-15T07:16:37.910Z[ recovery-image] Aug 15 07:16:37.040 INFO O| Aug 15 07:16:37.040 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-15T07:16:37.920Z[ recovery-image] Aug 15 07:16:37.050 INFO O| Aug 15 07:16:37.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58562026-08-15T07:16:37.920Z[ recovery-image] Aug 15 07:16:37.050 INFO O| Aug 15 07:16:37.050 INFO STEP 171 (remove_files) COMPLETE
58572026-08-15T07:16:37.920Z[ recovery-image] Aug 15 07:16:37.050 INFO O| Aug 15 07:16:37.050 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-15T07:16:37.929Z[ recovery-image] Aug 15 07:16:37.059 INFO O| Aug 15 07:16:37.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58592026-08-15T07:16:37.929Z[ recovery-image] Aug 15 07:16:37.059 INFO O| Aug 15 07:16:37.059 INFO STEP 172 (remove_files) COMPLETE
58602026-08-15T07:16:37.932Z[ recovery-image] Aug 15 07:16:37.059 INFO O| Aug 15 07:16:37.059 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-15T07:16:37.939Z[ recovery-image] Aug 15 07:16:37.069 INFO O| Aug 15 07:16:37.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58622026-08-15T07:16:37.939Z[ recovery-image] Aug 15 07:16:37.069 INFO O| Aug 15 07:16:37.069 INFO STEP 173 (remove_files) COMPLETE
58632026-08-15T07:16:37.939Z[ recovery-image] Aug 15 07:16:37.069 INFO O| Aug 15 07:16:37.069 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-15T07:16:37.949Z[ recovery-image] Aug 15 07:16:37.079 INFO O| Aug 15 07:16:37.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58652026-08-15T07:16:37.949Z[ recovery-image] Aug 15 07:16:37.079 INFO O| Aug 15 07:16:37.079 INFO STEP 174 (remove_files) COMPLETE
58662026-08-15T07:16:37.949Z[ recovery-image] Aug 15 07:16:37.079 INFO O| Aug 15 07:16:37.079 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-15T07:16:37.959Z[ recovery-image] Aug 15 07:16:37.089 INFO O| Aug 15 07:16:37.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58682026-08-15T07:16:37.960Z[ recovery-image] Aug 15 07:16:37.090 INFO O| Aug 15 07:16:37.090 INFO STEP 175 (remove_files) COMPLETE
58692026-08-15T07:16:37.960Z[ recovery-image] Aug 15 07:16:37.090 INFO O| Aug 15 07:16:37.090 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-15T07:16:37.971Z[ recovery-image] Aug 15 07:16:37.101 INFO O| Aug 15 07:16:37.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58712026-08-15T07:16:37.971Z[ recovery-image] Aug 15 07:16:37.101 INFO O| Aug 15 07:16:37.101 INFO STEP 176 (remove_files) COMPLETE
58722026-08-15T07:16:37.971Z[ recovery-image] Aug 15 07:16:37.101 INFO O| Aug 15 07:16:37.101 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-15T07:16:37.981Z[ recovery-image] Aug 15 07:16:37.111 INFO O| Aug 15 07:16:37.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58742026-08-15T07:16:37.984Z[ recovery-image] Aug 15 07:16:37.111 INFO O| Aug 15 07:16:37.111 INFO STEP 177 (remove_files) COMPLETE
58752026-08-15T07:16:37.984Z[ recovery-image] Aug 15 07:16:37.111 INFO O| Aug 15 07:16:37.111 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-15T07:16:37.992Z[ recovery-image] Aug 15 07:16:37.123 INFO O| Aug 15 07:16:37.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58772026-08-15T07:16:37.992Z[ recovery-image] Aug 15 07:16:37.123 INFO O| Aug 15 07:16:37.123 INFO STEP 178 (remove_files) COMPLETE
58782026-08-15T07:16:37.993Z[ recovery-image] Aug 15 07:16:37.123 INFO O| Aug 15 07:16:37.123 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-15T07:16:38.003Z[ recovery-image] Aug 15 07:16:37.133 INFO O| Aug 15 07:16:37.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58802026-08-15T07:16:38.003Z[ recovery-image] Aug 15 07:16:37.133 INFO O| Aug 15 07:16:37.133 INFO STEP 179 (remove_files) COMPLETE
58812026-08-15T07:16:38.007Z[ recovery-image] Aug 15 07:16:37.133 INFO O| Aug 15 07:16:37.133 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-15T07:16:38.014Z[ recovery-image] Aug 15 07:16:37.144 INFO O| Aug 15 07:16:37.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58832026-08-15T07:16:38.015Z[ recovery-image] Aug 15 07:16:37.145 INFO O| Aug 15 07:16:37.144 INFO STEP 180 (remove_files) COMPLETE
58842026-08-15T07:16:38.015Z[ recovery-image] Aug 15 07:16:37.145 INFO O| Aug 15 07:16:37.144 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-15T07:16:38.028Z[ recovery-image] Aug 15 07:16:37.157 INFO O| Aug 15 07:16:37.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58862026-08-15T07:16:38.028Z[ recovery-image] Aug 15 07:16:37.157 INFO O| Aug 15 07:16:37.156 INFO STEP 181 (remove_files) COMPLETE
58872026-08-15T07:16:38.028Z[ recovery-image] Aug 15 07:16:37.157 INFO O| Aug 15 07:16:37.156 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-15T07:16:38.037Z[ recovery-image] Aug 15 07:16:37.167 INFO O| Aug 15 07:16:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58892026-08-15T07:16:38.037Z[ recovery-image] Aug 15 07:16:37.167 INFO O| Aug 15 07:16:37.167 INFO STEP 182 (remove_files) COMPLETE
58902026-08-15T07:16:38.037Z[ recovery-image] Aug 15 07:16:37.167 INFO O| Aug 15 07:16:37.167 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-15T07:16:38.048Z[ recovery-image] Aug 15 07:16:37.178 INFO O| Aug 15 07:16:37.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58922026-08-15T07:16:38.048Z[ recovery-image] Aug 15 07:16:37.178 INFO O| Aug 15 07:16:37.178 INFO STEP 183 (remove_files) COMPLETE
58932026-08-15T07:16:38.051Z[ recovery-image] Aug 15 07:16:37.178 INFO O| Aug 15 07:16:37.178 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-15T07:16:38.060Z[ recovery-image] Aug 15 07:16:37.190 INFO O| Aug 15 07:16:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58952026-08-15T07:16:38.060Z[ recovery-image] Aug 15 07:16:37.190 INFO O| Aug 15 07:16:37.189 INFO STEP 184 (remove_files) COMPLETE
58962026-08-15T07:16:38.063Z[ recovery-image] Aug 15 07:16:37.190 INFO O| Aug 15 07:16:37.189 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-15T07:16:38.066Z[verify-libraries] Compiling sponge-cursor v0.1.0
58982026-08-15T07:16:38.069Z[ recovery-image] Aug 15 07:16:37.200 INFO O| Aug 15 07:16:37.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58992026-08-15T07:16:38.073Z[ recovery-image] Aug 15 07:16:37.200 INFO O| Aug 15 07:16:37.200 INFO STEP 185 (remove_files) COMPLETE
59002026-08-15T07:16:38.073Z[ recovery-image] Aug 15 07:16:37.200 INFO O| Aug 15 07:16:37.200 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-15T07:16:38.081Z[ recovery-image] Aug 15 07:16:37.211 INFO O| Aug 15 07:16:37.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59022026-08-15T07:16:38.081Z[ recovery-image] Aug 15 07:16:37.211 INFO O| Aug 15 07:16:37.211 INFO STEP 186 (remove_files) COMPLETE
59032026-08-15T07:16:38.084Z[ recovery-image] Aug 15 07:16:37.211 INFO O| Aug 15 07:16:37.211 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-15T07:16:38.090Z[ recovery-image] Aug 15 07:16:37.220 INFO O| Aug 15 07:16:37.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59052026-08-15T07:16:38.090Z[ recovery-image] Aug 15 07:16:37.220 INFO O| Aug 15 07:16:37.220 INFO STEP 187 (remove_files) COMPLETE
59062026-08-15T07:16:38.090Z[ recovery-image] Aug 15 07:16:37.220 INFO O| Aug 15 07:16:37.220 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-15T07:16:38.099Z[ recovery-image] Aug 15 07:16:37.229 INFO O| Aug 15 07:16:37.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59082026-08-15T07:16:38.099Z[ recovery-image] Aug 15 07:16:37.229 INFO O| Aug 15 07:16:37.229 INFO STEP 188 (remove_files) COMPLETE
59092026-08-15T07:16:38.103Z[ recovery-image] Aug 15 07:16:37.229 INFO O| Aug 15 07:16:37.229 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-15T07:16:38.109Z[ recovery-image] Aug 15 07:16:37.239 INFO O| Aug 15 07:16:37.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59112026-08-15T07:16:38.109Z[ recovery-image] Aug 15 07:16:37.239 INFO O| Aug 15 07:16:37.239 INFO STEP 189 (remove_files) COMPLETE
59122026-08-15T07:16:38.109Z[ recovery-image] Aug 15 07:16:37.239 INFO O| Aug 15 07:16:37.239 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-15T07:16:38.118Z[ recovery-image] Aug 15 07:16:37.248 INFO O| Aug 15 07:16:37.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59142026-08-15T07:16:38.118Z[ recovery-image] Aug 15 07:16:37.248 INFO O| Aug 15 07:16:37.248 INFO STEP 190 (remove_files) COMPLETE
59152026-08-15T07:16:38.122Z[ recovery-image] Aug 15 07:16:37.248 INFO O| Aug 15 07:16:37.248 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-15T07:16:38.126Z[ recovery-image] Aug 15 07:16:37.256 INFO O| Aug 15 07:16:37.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59172026-08-15T07:16:38.126Z[ recovery-image] Aug 15 07:16:37.256 INFO O| Aug 15 07:16:37.256 INFO STEP 191 (remove_files) COMPLETE
59182026-08-15T07:16:38.126Z[ recovery-image] Aug 15 07:16:37.256 INFO O| Aug 15 07:16:37.256 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-15T07:16:38.137Z[ recovery-image] Aug 15 07:16:37.267 INFO O| Aug 15 07:16:37.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59202026-08-15T07:16:38.137Z[ recovery-image] Aug 15 07:16:37.267 INFO O| Aug 15 07:16:37.267 INFO STEP 192 (remove_files) COMPLETE
59212026-08-15T07:16:38.137Z[ recovery-image] Aug 15 07:16:37.267 INFO O| Aug 15 07:16:37.267 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-15T07:16:38.140Z[verify-libraries] Compiling omicron-zone-package v0.12.3
59232026-08-15T07:16:38.147Z[ recovery-image] Aug 15 07:16:37.277 INFO O| Aug 15 07:16:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59242026-08-15T07:16:38.147Z[ recovery-image] Aug 15 07:16:37.277 INFO O| Aug 15 07:16:37.277 INFO STEP 193 (remove_files) COMPLETE
59252026-08-15T07:16:38.151Z[ recovery-image] Aug 15 07:16:37.277 INFO O| Aug 15 07:16:37.277 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-15T07:16:38.156Z[ recovery-image] Aug 15 07:16:37.286 INFO O| Aug 15 07:16:37.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59272026-08-15T07:16:38.156Z[ recovery-image] Aug 15 07:16:37.286 INFO O| Aug 15 07:16:37.286 INFO STEP 194 (remove_files) COMPLETE
59282026-08-15T07:16:38.159Z[ recovery-image] Aug 15 07:16:37.286 INFO O| Aug 15 07:16:37.286 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-15T07:16:38.164Z[ recovery-image] Aug 15 07:16:37.294 INFO O| Aug 15 07:16:37.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59302026-08-15T07:16:38.164Z[ recovery-image] Aug 15 07:16:37.294 INFO O| Aug 15 07:16:37.294 INFO STEP 195 (remove_files) COMPLETE
59312026-08-15T07:16:38.167Z[ recovery-image] Aug 15 07:16:37.294 INFO O| Aug 15 07:16:37.294 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-15T07:16:38.171Z[ recovery-image] Aug 15 07:16:37.302 INFO O| Aug 15 07:16:37.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59332026-08-15T07:16:38.171Z[ recovery-image] Aug 15 07:16:37.302 INFO O| Aug 15 07:16:37.302 INFO STEP 196 (remove_files) COMPLETE
59342026-08-15T07:16:38.175Z[ recovery-image] Aug 15 07:16:37.302 INFO O| Aug 15 07:16:37.302 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-15T07:16:38.179Z[ recovery-image] Aug 15 07:16:37.310 INFO O| Aug 15 07:16:37.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59362026-08-15T07:16:38.180Z[ recovery-image] Aug 15 07:16:37.310 INFO O| Aug 15 07:16:37.310 INFO STEP 197 (remove_files) COMPLETE
59372026-08-15T07:16:38.180Z[ recovery-image] Aug 15 07:16:37.310 INFO O| Aug 15 07:16:37.310 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-15T07:16:38.183Z[verify-libraries] Compiling rpassword v7.5.4
59392026-08-15T07:16:38.187Z[ recovery-image] Aug 15 07:16:37.318 INFO O| Aug 15 07:16:37.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59402026-08-15T07:16:38.187Z[ recovery-image] Aug 15 07:16:37.318 INFO O| Aug 15 07:16:37.318 INFO STEP 198 (remove_files) COMPLETE
59412026-08-15T07:16:38.187Z[ recovery-image] Aug 15 07:16:37.318 INFO O| Aug 15 07:16:37.318 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-15T07:16:38.197Z[ recovery-image] Aug 15 07:16:37.328 INFO O| Aug 15 07:16:37.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59432026-08-15T07:16:38.198Z[ recovery-image] Aug 15 07:16:37.328 INFO O| Aug 15 07:16:37.328 INFO STEP 199 (remove_files) COMPLETE
59442026-08-15T07:16:38.201Z[ recovery-image] Aug 15 07:16:37.328 INFO O| Aug 15 07:16:37.328 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-15T07:16:38.209Z[ recovery-image] Aug 15 07:16:37.339 INFO O| Aug 15 07:16:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59462026-08-15T07:16:38.209Z[ recovery-image] Aug 15 07:16:37.339 INFO O| Aug 15 07:16:37.339 INFO STEP 200 (remove_files) COMPLETE
59472026-08-15T07:16:38.209Z[ recovery-image] Aug 15 07:16:37.339 INFO O| Aug 15 07:16:37.339 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-15T07:16:38.220Z[ recovery-image] Aug 15 07:16:37.350 INFO O| Aug 15 07:16:37.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59492026-08-15T07:16:38.220Z[ recovery-image] Aug 15 07:16:37.350 INFO O| Aug 15 07:16:37.350 INFO STEP 201 (remove_files) COMPLETE
59502026-08-15T07:16:38.220Z[ recovery-image] Aug 15 07:16:37.350 INFO O| Aug 15 07:16:37.350 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-15T07:16:38.229Z[ recovery-image] Aug 15 07:16:37.359 INFO O| Aug 15 07:16:37.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59522026-08-15T07:16:38.229Z[ recovery-image] Aug 15 07:16:37.359 INFO O| Aug 15 07:16:37.359 INFO STEP 202 (remove_files) COMPLETE
59532026-08-15T07:16:38.229Z[ recovery-image] Aug 15 07:16:37.359 INFO O| Aug 15 07:16:37.359 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-15T07:16:38.242Z[ recovery-image] Aug 15 07:16:37.370 INFO O| Aug 15 07:16:37.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59552026-08-15T07:16:38.243Z[ recovery-image] Aug 15 07:16:37.370 INFO O| Aug 15 07:16:37.369 INFO STEP 203 (remove_files) COMPLETE
59562026-08-15T07:16:38.243Z[ recovery-image] Aug 15 07:16:37.370 INFO O| Aug 15 07:16:37.369 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-15T07:16:38.249Z[ recovery-image] Aug 15 07:16:37.380 INFO O| Aug 15 07:16:37.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59582026-08-15T07:16:38.253Z[ recovery-image] Aug 15 07:16:37.380 INFO O| Aug 15 07:16:37.380 INFO STEP 204 (remove_files) COMPLETE
59592026-08-15T07:16:38.253Z[ recovery-image] Aug 15 07:16:37.380 INFO O| Aug 15 07:16:37.380 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-15T07:16:38.259Z[ recovery-image] Aug 15 07:16:37.389 INFO O| Aug 15 07:16:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59612026-08-15T07:16:38.259Z[ recovery-image] Aug 15 07:16:37.389 INFO O| Aug 15 07:16:37.389 INFO STEP 205 (remove_files) COMPLETE
59622026-08-15T07:16:38.259Z[ recovery-image] Aug 15 07:16:37.389 INFO O| Aug 15 07:16:37.389 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-15T07:16:38.264Z[verify-libraries] Compiling sha3 v0.12.0
59642026-08-15T07:16:38.268Z[ recovery-image] Aug 15 07:16:37.398 INFO O| Aug 15 07:16:37.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59652026-08-15T07:16:38.268Z[ recovery-image] Aug 15 07:16:37.398 INFO O| Aug 15 07:16:37.398 INFO STEP 206 (remove_files) COMPLETE
59662026-08-15T07:16:38.271Z[ recovery-image] Aug 15 07:16:37.398 INFO O| Aug 15 07:16:37.398 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-15T07:16:38.276Z[ recovery-image] Aug 15 07:16:37.406 INFO O| Aug 15 07:16:37.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59682026-08-15T07:16:38.276Z[ recovery-image] Aug 15 07:16:37.406 INFO O| Aug 15 07:16:37.406 INFO STEP 207 (remove_files) COMPLETE
59692026-08-15T07:16:38.276Z[ recovery-image] Aug 15 07:16:37.406 INFO O| Aug 15 07:16:37.406 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-15T07:16:38.285Z[ recovery-image] Aug 15 07:16:37.415 INFO O| Aug 15 07:16:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59712026-08-15T07:16:38.285Z[ recovery-image] Aug 15 07:16:37.415 INFO O| Aug 15 07:16:37.415 INFO STEP 208 (remove_files) COMPLETE
59722026-08-15T07:16:38.285Z[ recovery-image] Aug 15 07:16:37.415 INFO O| Aug 15 07:16:37.415 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-15T07:16:38.293Z[ recovery-image] Aug 15 07:16:37.423 INFO O| Aug 15 07:16:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59742026-08-15T07:16:38.293Z[ recovery-image] Aug 15 07:16:37.423 INFO O| Aug 15 07:16:37.423 INFO STEP 209 (remove_files) COMPLETE
59752026-08-15T07:16:38.294Z[ recovery-image] Aug 15 07:16:37.423 INFO O| Aug 15 07:16:37.423 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-15T07:16:38.304Z[ recovery-image] Aug 15 07:16:37.434 INFO O| Aug 15 07:16:37.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59772026-08-15T07:16:38.304Z[ recovery-image] Aug 15 07:16:37.434 INFO O| Aug 15 07:16:37.434 INFO STEP 210 (remove_files) COMPLETE
59782026-08-15T07:16:38.308Z[ recovery-image] Aug 15 07:16:37.434 INFO O| Aug 15 07:16:37.434 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-15T07:16:38.313Z[ recovery-image] Aug 15 07:16:37.443 INFO O| Aug 15 07:16:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59802026-08-15T07:16:38.313Z[ recovery-image] Aug 15 07:16:37.443 INFO O| Aug 15 07:16:37.443 INFO STEP 211 (remove_files) COMPLETE
59812026-08-15T07:16:38.313Z[ recovery-image] Aug 15 07:16:37.443 INFO O| Aug 15 07:16:37.443 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-15T07:16:38.321Z[ recovery-image] Aug 15 07:16:37.451 INFO O| Aug 15 07:16:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59832026-08-15T07:16:38.321Z[ recovery-image] Aug 15 07:16:37.451 INFO O| Aug 15 07:16:37.451 INFO STEP 212 (remove_files) COMPLETE
59842026-08-15T07:16:38.321Z[ recovery-image] Aug 15 07:16:37.451 INFO O| Aug 15 07:16:37.451 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-15T07:16:38.330Z[ recovery-image] Aug 15 07:16:37.460 INFO O| Aug 15 07:16:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59862026-08-15T07:16:38.330Z[ recovery-image] Aug 15 07:16:37.460 INFO O| Aug 15 07:16:37.460 INFO STEP 213 (remove_files) COMPLETE
59872026-08-15T07:16:38.333Z[ recovery-image] Aug 15 07:16:37.460 INFO O| Aug 15 07:16:37.460 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-15T07:16:38.340Z[ recovery-image] Aug 15 07:16:37.470 INFO O| Aug 15 07:16:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59892026-08-15T07:16:38.340Z[ recovery-image] Aug 15 07:16:37.470 INFO O| Aug 15 07:16:37.470 INFO STEP 214 (remove_files) COMPLETE
59902026-08-15T07:16:38.340Z[ recovery-image] Aug 15 07:16:37.470 INFO O| Aug 15 07:16:37.470 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-15T07:16:38.344Z[verify-libraries] Compiling ml-kem v0.3.2
59922026-08-15T07:16:38.350Z[ recovery-image] Aug 15 07:16:37.480 INFO O| Aug 15 07:16:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59932026-08-15T07:16:38.350Z[ recovery-image] Aug 15 07:16:37.480 INFO O| Aug 15 07:16:37.480 INFO STEP 215 (remove_files) COMPLETE
59942026-08-15T07:16:38.353Z[ recovery-image] Aug 15 07:16:37.480 INFO O| Aug 15 07:16:37.480 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-15T07:16:38.360Z[ recovery-image] Aug 15 07:16:37.490 INFO O| Aug 15 07:16:37.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59962026-08-15T07:16:38.360Z[ recovery-image] Aug 15 07:16:37.490 INFO O| Aug 15 07:16:37.490 INFO STEP 216 (remove_files) COMPLETE
59972026-08-15T07:16:38.360Z[ recovery-image] Aug 15 07:16:37.490 INFO O| Aug 15 07:16:37.490 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-15T07:16:38.371Z[ recovery-image] Aug 15 07:16:37.501 INFO O| Aug 15 07:16:37.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59992026-08-15T07:16:38.371Z[ recovery-image] Aug 15 07:16:37.501 INFO O| Aug 15 07:16:37.501 INFO STEP 217 (remove_files) COMPLETE
60002026-08-15T07:16:38.371Z[ recovery-image] Aug 15 07:16:37.501 INFO O| Aug 15 07:16:37.501 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-15T07:16:38.382Z[ recovery-image] Aug 15 07:16:37.512 INFO O| Aug 15 07:16:37.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60022026-08-15T07:16:38.382Z[ recovery-image] Aug 15 07:16:37.512 INFO O| Aug 15 07:16:37.512 INFO STEP 218 (remove_files) COMPLETE
60032026-08-15T07:16:38.382Z[ recovery-image] Aug 15 07:16:37.512 INFO O| Aug 15 07:16:37.512 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-15T07:16:38.391Z[ recovery-image] Aug 15 07:16:37.521 INFO O| Aug 15 07:16:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60052026-08-15T07:16:38.391Z[ recovery-image] Aug 15 07:16:37.521 INFO O| Aug 15 07:16:37.521 INFO STEP 219 (remove_files) COMPLETE
60062026-08-15T07:16:38.395Z[ recovery-image] Aug 15 07:16:37.521 INFO O| Aug 15 07:16:37.521 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-15T07:16:38.401Z[ recovery-image] Aug 15 07:16:37.531 INFO O| Aug 15 07:16:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60082026-08-15T07:16:38.401Z[ recovery-image] Aug 15 07:16:37.531 INFO O| Aug 15 07:16:37.531 INFO STEP 220 (remove_files) COMPLETE
60092026-08-15T07:16:38.401Z[ recovery-image] Aug 15 07:16:37.531 INFO O| Aug 15 07:16:37.531 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-15T07:16:38.412Z[ recovery-image] Aug 15 07:16:37.541 INFO O| Aug 15 07:16:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60112026-08-15T07:16:38.412Z[ recovery-image] Aug 15 07:16:37.542 INFO O| Aug 15 07:16:37.542 INFO STEP 221 (remove_files) COMPLETE
60122026-08-15T07:16:38.415Z[ recovery-image] Aug 15 07:16:37.542 INFO O| Aug 15 07:16:37.542 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-15T07:16:38.421Z[ recovery-image] Aug 15 07:16:37.551 INFO O| Aug 15 07:16:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60142026-08-15T07:16:38.421Z[ recovery-image] Aug 15 07:16:37.551 INFO O| Aug 15 07:16:37.551 INFO STEP 222 (remove_files) COMPLETE
60152026-08-15T07:16:38.421Z[ recovery-image] Aug 15 07:16:37.551 INFO O| Aug 15 07:16:37.551 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-15T07:16:38.430Z[ recovery-image] Aug 15 07:16:37.560 INFO O| Aug 15 07:16:37.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60172026-08-15T07:16:38.430Z[ recovery-image] Aug 15 07:16:37.560 INFO O| Aug 15 07:16:37.560 INFO STEP 223 (remove_files) COMPLETE
60182026-08-15T07:16:38.433Z[ recovery-image] Aug 15 07:16:37.560 INFO O| Aug 15 07:16:37.560 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-15T07:16:38.441Z[ recovery-image] Aug 15 07:16:37.571 INFO O| Aug 15 07:16:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60202026-08-15T07:16:38.441Z[ recovery-image] Aug 15 07:16:37.571 INFO O| Aug 15 07:16:37.571 INFO STEP 224 (remove_files) COMPLETE
60212026-08-15T07:16:38.441Z[ recovery-image] Aug 15 07:16:37.571 INFO O| Aug 15 07:16:37.571 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-15T07:16:38.451Z[ recovery-image] Aug 15 07:16:37.581 INFO O| Aug 15 07:16:37.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60232026-08-15T07:16:38.451Z[ recovery-image] Aug 15 07:16:37.581 INFO O| Aug 15 07:16:37.581 INFO STEP 225 (remove_files) COMPLETE
60242026-08-15T07:16:38.452Z[ recovery-image] Aug 15 07:16:37.581 INFO O| Aug 15 07:16:37.581 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-15T07:16:38.461Z[ recovery-image] Aug 15 07:16:37.592 INFO O| Aug 15 07:16:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60262026-08-15T07:16:38.462Z[ recovery-image] Aug 15 07:16:37.592 INFO O| Aug 15 07:16:37.592 INFO STEP 226 (remove_files) COMPLETE
60272026-08-15T07:16:38.462Z[ recovery-image] Aug 15 07:16:37.592 INFO O| Aug 15 07:16:37.592 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-15T07:16:38.471Z[ recovery-image] Aug 15 07:16:37.601 INFO O| Aug 15 07:16:37.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60292026-08-15T07:16:38.471Z[ recovery-image] Aug 15 07:16:37.601 INFO O| Aug 15 07:16:37.601 INFO STEP 227 (remove_files) COMPLETE
60302026-08-15T07:16:38.471Z[ recovery-image] Aug 15 07:16:37.601 INFO O| Aug 15 07:16:37.601 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-15T07:16:38.483Z[ recovery-image] Aug 15 07:16:37.613 INFO O| Aug 15 07:16:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60322026-08-15T07:16:38.483Z[ recovery-image] Aug 15 07:16:37.613 INFO O| Aug 15 07:16:37.613 INFO STEP 228 (remove_files) COMPLETE
60332026-08-15T07:16:38.483Z[ recovery-image] Aug 15 07:16:37.613 INFO O| Aug 15 07:16:37.613 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-15T07:16:38.493Z[ recovery-image] Aug 15 07:16:37.623 INFO O| Aug 15 07:16:37.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60352026-08-15T07:16:38.493Z[ recovery-image] Aug 15 07:16:37.623 INFO O| Aug 15 07:16:37.623 INFO STEP 229 (remove_files) COMPLETE
60362026-08-15T07:16:38.493Z[ recovery-image] Aug 15 07:16:37.623 INFO O| Aug 15 07:16:37.623 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-15T07:16:38.503Z[ recovery-image] Aug 15 07:16:37.633 INFO O| Aug 15 07:16:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60382026-08-15T07:16:38.503Z[ recovery-image] Aug 15 07:16:37.633 INFO O| Aug 15 07:16:37.633 INFO STEP 230 (remove_files) COMPLETE
60392026-08-15T07:16:38.503Z[ recovery-image] Aug 15 07:16:37.633 INFO O| Aug 15 07:16:37.633 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-15T07:16:38.511Z[ recovery-image] Aug 15 07:16:37.641 INFO O| Aug 15 07:16:37.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60412026-08-15T07:16:38.511Z[ recovery-image] Aug 15 07:16:37.641 INFO O| Aug 15 07:16:37.641 INFO STEP 231 (remove_files) COMPLETE
60422026-08-15T07:16:38.511Z[ recovery-image] Aug 15 07:16:37.641 INFO O| Aug 15 07:16:37.641 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-15T07:16:38.520Z[ recovery-image] Aug 15 07:16:37.650 INFO O| Aug 15 07:16:37.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60442026-08-15T07:16:38.520Z[ recovery-image] Aug 15 07:16:37.650 INFO O| Aug 15 07:16:37.650 INFO STEP 232 (remove_files) COMPLETE
60452026-08-15T07:16:38.520Z[ recovery-image] Aug 15 07:16:37.650 INFO O| Aug 15 07:16:37.650 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-15T07:16:38.530Z[ recovery-image] Aug 15 07:16:37.660 INFO O| Aug 15 07:16:37.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60472026-08-15T07:16:38.530Z[ recovery-image] Aug 15 07:16:37.660 INFO O| Aug 15 07:16:37.660 INFO STEP 233 (remove_files) COMPLETE
60482026-08-15T07:16:38.530Z[ recovery-image] Aug 15 07:16:37.660 INFO O| Aug 15 07:16:37.660 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-15T07:16:38.541Z[ recovery-image] Aug 15 07:16:37.671 INFO O| Aug 15 07:16:37.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60502026-08-15T07:16:38.541Z[ recovery-image] Aug 15 07:16:37.671 INFO O| Aug 15 07:16:37.671 INFO STEP 234 (remove_files) COMPLETE
60512026-08-15T07:16:38.541Z[ recovery-image] Aug 15 07:16:37.671 INFO O| Aug 15 07:16:37.671 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-15T07:16:38.560Z[ recovery-image] Aug 15 07:16:37.689 INFO O| Aug 15 07:16:37.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60532026-08-15T07:16:38.560Z[ recovery-image] Aug 15 07:16:37.689 INFO O| Aug 15 07:16:37.689 INFO STEP 235 (remove_files) COMPLETE
60542026-08-15T07:16:38.560Z[ recovery-image] Aug 15 07:16:37.689 INFO O| Aug 15 07:16:37.689 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-15T07:16:38.577Z[ recovery-image] Aug 15 07:16:37.707 INFO O| Aug 15 07:16:37.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60562026-08-15T07:16:38.577Z[ recovery-image] Aug 15 07:16:37.707 INFO O| Aug 15 07:16:37.707 INFO STEP 236 (remove_files) COMPLETE
60572026-08-15T07:16:38.577Z[ recovery-image] Aug 15 07:16:37.707 INFO O| Aug 15 07:16:37.707 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-15T07:16:38.582Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
60592026-08-15T07:16:38.587Z[ recovery-image] Aug 15 07:16:37.717 INFO O| Aug 15 07:16:37.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60602026-08-15T07:16:38.588Z[ recovery-image] Aug 15 07:16:37.718 INFO O| Aug 15 07:16:37.717 INFO STEP 237 (remove_files) COMPLETE
60612026-08-15T07:16:38.591Z[ recovery-image] Aug 15 07:16:37.718 INFO O| Aug 15 07:16:37.717 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-15T07:16:38.597Z[ recovery-image] Aug 15 07:16:37.727 INFO O| Aug 15 07:16:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60632026-08-15T07:16:38.597Z[ recovery-image] Aug 15 07:16:37.728 INFO O| Aug 15 07:16:37.727 INFO STEP 238 (remove_files) COMPLETE
60642026-08-15T07:16:38.602Z[ recovery-image] Aug 15 07:16:37.728 INFO O| Aug 15 07:16:37.727 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-15T07:16:38.606Z[ recovery-image] Aug 15 07:16:37.737 INFO O| Aug 15 07:16:37.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60662026-08-15T07:16:38.606Z[ recovery-image] Aug 15 07:16:37.737 INFO O| Aug 15 07:16:37.737 INFO STEP 239 (remove_files) COMPLETE
60672026-08-15T07:16:38.607Z[ recovery-image] Aug 15 07:16:37.737 INFO O| Aug 15 07:16:37.737 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-15T07:16:38.619Z[ recovery-image] Aug 15 07:16:37.747 INFO O| Aug 15 07:16:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60692026-08-15T07:16:38.619Z[ recovery-image] Aug 15 07:16:37.747 INFO O| Aug 15 07:16:37.747 INFO STEP 240 (remove_files) COMPLETE
60702026-08-15T07:16:38.621Z[ recovery-image] Aug 15 07:16:37.747 INFO O| Aug 15 07:16:37.747 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-15T07:16:38.628Z[ recovery-image] Aug 15 07:16:37.759 INFO O| Aug 15 07:16:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60722026-08-15T07:16:38.628Z[ recovery-image] Aug 15 07:16:37.759 INFO O| Aug 15 07:16:37.759 INFO STEP 241 (remove_files) COMPLETE
60732026-08-15T07:16:38.632Z[ recovery-image] Aug 15 07:16:37.759 INFO O| Aug 15 07:16:37.759 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-15T07:16:38.639Z[ recovery-image] Aug 15 07:16:37.770 INFO O| Aug 15 07:16:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60752026-08-15T07:16:38.640Z[ recovery-image] Aug 15 07:16:37.770 INFO O| Aug 15 07:16:37.770 INFO STEP 242 (remove_files) COMPLETE
60762026-08-15T07:16:38.644Z[ recovery-image] Aug 15 07:16:37.770 INFO O| Aug 15 07:16:37.770 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-15T07:16:38.649Z[ recovery-image] Aug 15 07:16:37.780 INFO O| Aug 15 07:16:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60782026-08-15T07:16:38.649Z[ recovery-image] Aug 15 07:16:37.780 INFO O| Aug 15 07:16:37.780 INFO STEP 243 (remove_files) COMPLETE
60792026-08-15T07:16:38.654Z[ recovery-image] Aug 15 07:16:37.780 INFO O| Aug 15 07:16:37.780 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-15T07:16:38.660Z[ recovery-image] Aug 15 07:16:37.790 INFO O| Aug 15 07:16:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60812026-08-15T07:16:38.660Z[ recovery-image] Aug 15 07:16:37.790 INFO O| Aug 15 07:16:37.790 INFO STEP 244 (remove_files) COMPLETE
60822026-08-15T07:16:38.663Z[ recovery-image] Aug 15 07:16:37.790 INFO O| Aug 15 07:16:37.790 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-15T07:16:38.669Z[ recovery-image] Aug 15 07:16:37.800 INFO O| Aug 15 07:16:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60842026-08-15T07:16:38.669Z[ recovery-image] Aug 15 07:16:37.800 INFO O| Aug 15 07:16:37.800 INFO STEP 245 (remove_files) COMPLETE
60852026-08-15T07:16:38.669Z[ recovery-image] Aug 15 07:16:37.800 INFO O| Aug 15 07:16:37.800 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-15T07:16:38.678Z[ recovery-image] Aug 15 07:16:37.809 INFO O| Aug 15 07:16:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60872026-08-15T07:16:38.679Z[ recovery-image] Aug 15 07:16:37.809 INFO O| Aug 15 07:16:37.809 INFO STEP 246 (remove_files) COMPLETE
60882026-08-15T07:16:38.682Z[ recovery-image] Aug 15 07:16:37.809 INFO O| Aug 15 07:16:37.809 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-15T07:16:38.688Z[ recovery-image] Aug 15 07:16:37.818 INFO O| Aug 15 07:16:37.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60902026-08-15T07:16:38.688Z[ recovery-image] Aug 15 07:16:37.818 INFO O| Aug 15 07:16:37.818 INFO STEP 247 (remove_files) COMPLETE
60912026-08-15T07:16:38.688Z[ recovery-image] Aug 15 07:16:37.818 INFO O| Aug 15 07:16:37.818 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-15T07:16:38.697Z[ recovery-image] Aug 15 07:16:37.827 INFO O| Aug 15 07:16:37.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60932026-08-15T07:16:38.697Z[ recovery-image] Aug 15 07:16:37.827 INFO O| Aug 15 07:16:37.827 INFO STEP 248 (remove_files) COMPLETE
60942026-08-15T07:16:38.700Z[ recovery-image] Aug 15 07:16:37.827 INFO O| Aug 15 07:16:37.827 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-15T07:16:38.706Z[ recovery-image] Aug 15 07:16:37.836 INFO O| Aug 15 07:16:37.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60962026-08-15T07:16:38.706Z[ recovery-image] Aug 15 07:16:37.836 INFO O| Aug 15 07:16:37.836 INFO STEP 249 (remove_files) COMPLETE
60972026-08-15T07:16:38.709Z[ recovery-image] Aug 15 07:16:37.836 INFO O| Aug 15 07:16:37.836 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-15T07:16:38.715Z[ recovery-image] Aug 15 07:16:37.845 INFO O| Aug 15 07:16:37.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60992026-08-15T07:16:38.715Z[ recovery-image] Aug 15 07:16:37.845 INFO O| Aug 15 07:16:37.845 INFO STEP 250 (remove_files) COMPLETE
61002026-08-15T07:16:38.715Z[ recovery-image] Aug 15 07:16:37.845 INFO O| Aug 15 07:16:37.845 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-15T07:16:38.725Z[ recovery-image] Aug 15 07:16:37.855 INFO O| Aug 15 07:16:37.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61022026-08-15T07:16:38.725Z[ recovery-image] Aug 15 07:16:37.855 INFO O| Aug 15 07:16:37.855 INFO STEP 251 (remove_files) COMPLETE
61032026-08-15T07:16:38.728Z[ recovery-image] Aug 15 07:16:37.855 INFO O| Aug 15 07:16:37.855 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-15T07:16:38.728Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
61052026-08-15T07:16:38.734Z[ recovery-image] Aug 15 07:16:37.864 INFO O| Aug 15 07:16:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61062026-08-15T07:16:38.734Z[ recovery-image] Aug 15 07:16:37.864 INFO O| Aug 15 07:16:37.864 INFO STEP 252 (remove_files) COMPLETE
61072026-08-15T07:16:38.734Z[ recovery-image] Aug 15 07:16:37.864 INFO O| Aug 15 07:16:37.864 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-15T07:16:38.745Z[ recovery-image] Aug 15 07:16:37.875 INFO O| Aug 15 07:16:37.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61092026-08-15T07:16:38.745Z[ recovery-image] Aug 15 07:16:37.875 INFO O| Aug 15 07:16:37.875 INFO STEP 253 (remove_files) COMPLETE
61102026-08-15T07:16:38.745Z[ recovery-image] Aug 15 07:16:37.875 INFO O| Aug 15 07:16:37.875 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-15T07:16:38.754Z[ recovery-image] Aug 15 07:16:37.884 INFO O| Aug 15 07:16:37.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61122026-08-15T07:16:38.754Z[ recovery-image] Aug 15 07:16:37.884 INFO O| Aug 15 07:16:37.884 INFO STEP 254 (remove_files) COMPLETE
61132026-08-15T07:16:38.758Z[ recovery-image] Aug 15 07:16:37.884 INFO O| Aug 15 07:16:37.884 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-15T07:16:38.764Z[ recovery-image] Aug 15 07:16:37.894 INFO O| Aug 15 07:16:37.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61152026-08-15T07:16:38.764Z[ recovery-image] Aug 15 07:16:37.894 INFO O| Aug 15 07:16:37.894 INFO STEP 255 (remove_files) COMPLETE
61162026-08-15T07:16:38.764Z[ recovery-image] Aug 15 07:16:37.894 INFO O| Aug 15 07:16:37.894 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-15T07:16:38.774Z[ recovery-image] Aug 15 07:16:37.904 INFO O| Aug 15 07:16:37.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61182026-08-15T07:16:38.775Z[ recovery-image] Aug 15 07:16:37.905 INFO O| Aug 15 07:16:37.904 INFO STEP 256 (remove_files) COMPLETE
61192026-08-15T07:16:38.778Z[ recovery-image] Aug 15 07:16:37.905 INFO O| Aug 15 07:16:37.904 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-15T07:16:38.784Z[ recovery-image] Aug 15 07:16:37.914 INFO O| Aug 15 07:16:37.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61212026-08-15T07:16:38.784Z[ recovery-image] Aug 15 07:16:37.914 INFO O| Aug 15 07:16:37.914 INFO STEP 257 (remove_files) COMPLETE
61222026-08-15T07:16:38.784Z[ recovery-image] Aug 15 07:16:37.914 INFO O| Aug 15 07:16:37.914 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-15T07:16:38.794Z[ recovery-image] Aug 15 07:16:37.924 INFO O| Aug 15 07:16:37.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61242026-08-15T07:16:38.794Z[ recovery-image] Aug 15 07:16:37.924 INFO O| Aug 15 07:16:37.924 INFO STEP 258 (remove_files) COMPLETE
61252026-08-15T07:16:38.797Z[ recovery-image] Aug 15 07:16:37.924 INFO O| Aug 15 07:16:37.924 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-15T07:16:38.804Z[ recovery-image] Aug 15 07:16:37.935 INFO O| Aug 15 07:16:37.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61272026-08-15T07:16:38.805Z[ recovery-image] Aug 15 07:16:37.935 INFO O| Aug 15 07:16:37.935 INFO STEP 259 (remove_files) COMPLETE
61282026-08-15T07:16:38.805Z[ recovery-image] Aug 15 07:16:37.935 INFO O| Aug 15 07:16:37.935 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-15T07:16:38.815Z[ recovery-image] Aug 15 07:16:37.945 INFO O| Aug 15 07:16:37.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61302026-08-15T07:16:38.818Z[ recovery-image] Aug 15 07:16:37.945 INFO O| Aug 15 07:16:37.945 INFO STEP 260 (remove_files) COMPLETE
61312026-08-15T07:16:38.818Z[ recovery-image] Aug 15 07:16:37.946 INFO O| Aug 15 07:16:37.945 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-15T07:16:38.830Z[ recovery-image] Aug 15 07:16:37.960 INFO O| Aug 15 07:16:37.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61332026-08-15T07:16:38.830Z[ recovery-image] Aug 15 07:16:37.960 INFO O| Aug 15 07:16:37.960 INFO STEP 261 (remove_files) COMPLETE
61342026-08-15T07:16:38.833Z[ recovery-image] Aug 15 07:16:37.960 INFO O| Aug 15 07:16:37.960 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-15T07:16:38.841Z[ recovery-image] Aug 15 07:16:37.971 INFO O| Aug 15 07:16:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61362026-08-15T07:16:38.841Z[ recovery-image] Aug 15 07:16:37.971 INFO O| Aug 15 07:16:37.971 INFO STEP 262 (remove_files) COMPLETE
61372026-08-15T07:16:38.841Z[ recovery-image] Aug 15 07:16:37.971 INFO O| Aug 15 07:16:37.971 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-15T07:16:38.851Z[ recovery-image] Aug 15 07:16:37.981 INFO O| Aug 15 07:16:37.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61392026-08-15T07:16:38.851Z[ recovery-image] Aug 15 07:16:37.981 INFO O| Aug 15 07:16:37.981 INFO STEP 263 (remove_files) COMPLETE
61402026-08-15T07:16:38.851Z[ recovery-image] Aug 15 07:16:37.981 INFO O| Aug 15 07:16:37.981 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-15T07:16:38.862Z[ recovery-image] Aug 15 07:16:37.992 INFO O| Aug 15 07:16:37.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61422026-08-15T07:16:38.862Z[ recovery-image] Aug 15 07:16:37.992 INFO O| Aug 15 07:16:37.992 INFO STEP 264 (remove_files) COMPLETE
61432026-08-15T07:16:38.865Z[ recovery-image] Aug 15 07:16:37.992 INFO O| Aug 15 07:16:37.992 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-15T07:16:38.887Z[ recovery-image] Aug 15 07:16:38.017 INFO O| Aug 15 07:16:38.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61452026-08-15T07:16:38.887Z[ recovery-image] Aug 15 07:16:38.017 INFO O| Aug 15 07:16:38.017 INFO STEP 265 (remove_files) COMPLETE
61462026-08-15T07:16:38.891Z[ recovery-image] Aug 15 07:16:38.017 INFO O| Aug 15 07:16:38.017 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-15T07:16:38.896Z[ recovery-image] Aug 15 07:16:38.026 INFO O| Aug 15 07:16:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61482026-08-15T07:16:38.896Z[ recovery-image] Aug 15 07:16:38.026 INFO O| Aug 15 07:16:38.026 INFO STEP 266 (remove_files) COMPLETE
61492026-08-15T07:16:38.896Z[ recovery-image] Aug 15 07:16:38.026 INFO O| Aug 15 07:16:38.026 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-15T07:16:38.904Z[ recovery-image] Aug 15 07:16:38.034 INFO O| Aug 15 07:16:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61512026-08-15T07:16:38.904Z[ recovery-image] Aug 15 07:16:38.034 INFO O| Aug 15 07:16:38.034 INFO STEP 267 (remove_files) COMPLETE
61522026-08-15T07:16:38.904Z[ recovery-image] Aug 15 07:16:38.034 INFO O| Aug 15 07:16:38.034 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-15T07:16:38.913Z[ recovery-image] Aug 15 07:16:38.043 INFO O| Aug 15 07:16:38.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61542026-08-15T07:16:38.916Z[ recovery-image] Aug 15 07:16:38.046 INFO O| Aug 15 07:16:38.046 INFO STEP 268 (remove_files) COMPLETE
61552026-08-15T07:16:38.917Z[ recovery-image] Aug 15 07:16:38.046 INFO O| Aug 15 07:16:38.046 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-15T07:16:38.925Z[ recovery-image] Aug 15 07:16:38.055 INFO O| Aug 15 07:16:38.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61572026-08-15T07:16:38.928Z[ recovery-image] Aug 15 07:16:38.056 INFO O| Aug 15 07:16:38.056 INFO STEP 269 (remove_files) COMPLETE
61582026-08-15T07:16:38.928Z[ recovery-image] Aug 15 07:16:38.056 INFO O| Aug 15 07:16:38.056 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-15T07:16:38.937Z[ recovery-image] Aug 15 07:16:38.067 INFO O| Aug 15 07:16:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61602026-08-15T07:16:38.937Z[ recovery-image] Aug 15 07:16:38.067 INFO O| Aug 15 07:16:38.067 INFO STEP 270 (remove_files) COMPLETE
61612026-08-15T07:16:38.937Z[ recovery-image] Aug 15 07:16:38.067 INFO O| Aug 15 07:16:38.067 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-15T07:16:38.947Z[ recovery-image] Aug 15 07:16:38.077 INFO O| Aug 15 07:16:38.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61632026-08-15T07:16:38.947Z[ recovery-image] Aug 15 07:16:38.077 INFO O| Aug 15 07:16:38.077 INFO STEP 271 (remove_files) COMPLETE
61642026-08-15T07:16:38.947Z[ recovery-image] Aug 15 07:16:38.077 INFO O| Aug 15 07:16:38.077 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-15T07:16:38.958Z[ recovery-image] Aug 15 07:16:38.088 INFO O| Aug 15 07:16:38.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61662026-08-15T07:16:38.958Z[ recovery-image] Aug 15 07:16:38.088 INFO O| Aug 15 07:16:38.088 INFO STEP 272 (remove_files) COMPLETE
61672026-08-15T07:16:38.958Z[ recovery-image] Aug 15 07:16:38.088 INFO O| Aug 15 07:16:38.088 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-15T07:16:38.962Z[verify-libraries] Compiling serde_with v1.14.0
61692026-08-15T07:16:38.968Z[ recovery-image] Aug 15 07:16:38.098 INFO O| Aug 15 07:16:38.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61702026-08-15T07:16:38.968Z[ recovery-image] Aug 15 07:16:38.098 INFO O| Aug 15 07:16:38.098 INFO STEP 273 (remove_files) COMPLETE
61712026-08-15T07:16:38.968Z[ recovery-image] Aug 15 07:16:38.098 INFO O| Aug 15 07:16:38.098 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-15T07:16:38.977Z[ recovery-image] Aug 15 07:16:38.107 INFO O| Aug 15 07:16:38.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61732026-08-15T07:16:38.977Z[ recovery-image] Aug 15 07:16:38.107 INFO O| Aug 15 07:16:38.107 INFO STEP 274 (remove_files) COMPLETE
61742026-08-15T07:16:38.977Z[ recovery-image] Aug 15 07:16:38.108 INFO O| Aug 15 07:16:38.107 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-15T07:16:38.986Z[ recovery-image] Aug 15 07:16:38.116 INFO O| Aug 15 07:16:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61762026-08-15T07:16:38.986Z[ recovery-image] Aug 15 07:16:38.116 INFO O| Aug 15 07:16:38.116 INFO STEP 275 (remove_files) COMPLETE
61772026-08-15T07:16:38.986Z[ recovery-image] Aug 15 07:16:38.116 INFO O| Aug 15 07:16:38.116 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-15T07:16:38.995Z[ recovery-image] Aug 15 07:16:38.125 INFO O| Aug 15 07:16:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61792026-08-15T07:16:38.995Z[ recovery-image] Aug 15 07:16:38.125 INFO O| Aug 15 07:16:38.125 INFO STEP 276 (remove_files) COMPLETE
61802026-08-15T07:16:38.995Z[ recovery-image] Aug 15 07:16:38.125 INFO O| Aug 15 07:16:38.125 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-15T07:16:39.006Z[ recovery-image] Aug 15 07:16:38.136 INFO O| Aug 15 07:16:38.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61822026-08-15T07:16:39.006Z[ recovery-image] Aug 15 07:16:38.136 INFO O| Aug 15 07:16:38.136 INFO STEP 277 (remove_files) COMPLETE
61832026-08-15T07:16:39.009Z[ recovery-image] Aug 15 07:16:38.136 INFO O| Aug 15 07:16:38.136 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-15T07:16:39.019Z[ recovery-image] Aug 15 07:16:38.145 INFO O| Aug 15 07:16:38.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61852026-08-15T07:16:39.019Z[ recovery-image] Aug 15 07:16:38.145 INFO O| Aug 15 07:16:38.145 INFO STEP 278 (remove_files) COMPLETE
61862026-08-15T07:16:39.019Z[ recovery-image] Aug 15 07:16:38.145 INFO O| Aug 15 07:16:38.145 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-15T07:16:39.025Z[ recovery-image] Aug 15 07:16:38.155 INFO O| Aug 15 07:16:38.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61882026-08-15T07:16:39.025Z[ recovery-image] Aug 15 07:16:38.155 INFO O| Aug 15 07:16:38.155 INFO STEP 279 (remove_files) COMPLETE
61892026-08-15T07:16:39.025Z[ recovery-image] Aug 15 07:16:38.155 INFO O| Aug 15 07:16:38.155 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-15T07:16:39.035Z[ recovery-image] Aug 15 07:16:38.165 INFO O| Aug 15 07:16:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61912026-08-15T07:16:39.035Z[ recovery-image] Aug 15 07:16:38.165 INFO O| Aug 15 07:16:38.165 INFO STEP 280 (remove_files) COMPLETE
61922026-08-15T07:16:39.035Z[ recovery-image] Aug 15 07:16:38.165 INFO O| Aug 15 07:16:38.165 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-15T07:16:39.045Z[ recovery-image] Aug 15 07:16:38.175 INFO O| Aug 15 07:16:38.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61942026-08-15T07:16:39.045Z[ recovery-image] Aug 15 07:16:38.175 INFO O| Aug 15 07:16:38.175 INFO STEP 281 (remove_files) COMPLETE
61952026-08-15T07:16:39.045Z[ recovery-image] Aug 15 07:16:38.175 INFO O| Aug 15 07:16:38.175 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-15T07:16:39.055Z[ recovery-image] Aug 15 07:16:38.185 INFO O| Aug 15 07:16:38.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61972026-08-15T07:16:39.055Z[ recovery-image] Aug 15 07:16:38.185 INFO O| Aug 15 07:16:38.185 INFO STEP 282 (remove_files) COMPLETE
61982026-08-15T07:16:39.055Z[ recovery-image] Aug 15 07:16:38.185 INFO O| Aug 15 07:16:38.185 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-15T07:16:39.064Z[ recovery-image] Aug 15 07:16:38.194 INFO O| Aug 15 07:16:38.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62002026-08-15T07:16:39.064Z[ recovery-image] Aug 15 07:16:38.194 INFO O| Aug 15 07:16:38.194 INFO STEP 283 (remove_files) COMPLETE
62012026-08-15T07:16:39.064Z[ recovery-image] Aug 15 07:16:38.194 INFO O| Aug 15 07:16:38.194 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-15T07:16:39.073Z[ recovery-image] Aug 15 07:16:38.203 INFO O| Aug 15 07:16:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62032026-08-15T07:16:39.076Z[ recovery-image] Aug 15 07:16:38.204 INFO O| Aug 15 07:16:38.204 INFO STEP 284 (remove_files) COMPLETE
62042026-08-15T07:16:39.077Z[ recovery-image] Aug 15 07:16:38.204 INFO O| Aug 15 07:16:38.204 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-15T07:16:39.084Z[ recovery-image] Aug 15 07:16:38.213 INFO O| Aug 15 07:16:38.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62062026-08-15T07:16:39.084Z[ recovery-image] Aug 15 07:16:38.213 INFO O| Aug 15 07:16:38.213 INFO STEP 285 (remove_files) COMPLETE
62072026-08-15T07:16:39.088Z[ recovery-image] Aug 15 07:16:38.213 INFO O| Aug 15 07:16:38.213 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-15T07:16:39.092Z[ recovery-image] Aug 15 07:16:38.222 INFO O| Aug 15 07:16:38.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62092026-08-15T07:16:39.092Z[ recovery-image] Aug 15 07:16:38.222 INFO O| Aug 15 07:16:38.222 INFO STEP 286 (remove_files) COMPLETE
62102026-08-15T07:16:39.095Z[ recovery-image] Aug 15 07:16:38.222 INFO O| Aug 15 07:16:38.222 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-15T07:16:39.101Z[ recovery-image] Aug 15 07:16:38.231 INFO O| Aug 15 07:16:38.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62122026-08-15T07:16:39.101Z[ recovery-image] Aug 15 07:16:38.231 INFO O| Aug 15 07:16:38.231 INFO STEP 287 (remove_files) COMPLETE
62132026-08-15T07:16:39.105Z[ recovery-image] Aug 15 07:16:38.231 INFO O| Aug 15 07:16:38.231 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-15T07:16:39.111Z[ recovery-image] Aug 15 07:16:38.241 INFO O| Aug 15 07:16:38.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62152026-08-15T07:16:39.111Z[ recovery-image] Aug 15 07:16:38.241 INFO O| Aug 15 07:16:38.241 INFO STEP 288 (remove_files) COMPLETE
62162026-08-15T07:16:39.111Z[ recovery-image] Aug 15 07:16:38.241 INFO O| Aug 15 07:16:38.241 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-15T07:16:39.120Z[ recovery-image] Aug 15 07:16:38.250 INFO O| Aug 15 07:16:38.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62182026-08-15T07:16:39.120Z[ recovery-image] Aug 15 07:16:38.250 INFO O| Aug 15 07:16:38.250 INFO STEP 289 (remove_files) COMPLETE
62192026-08-15T07:16:39.120Z[ recovery-image] Aug 15 07:16:38.250 INFO O| Aug 15 07:16:38.250 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-15T07:16:39.132Z[ recovery-image] Aug 15 07:16:38.260 INFO O| Aug 15 07:16:38.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62212026-08-15T07:16:39.132Z[ recovery-image] Aug 15 07:16:38.261 INFO O| Aug 15 07:16:38.261 INFO STEP 290 (remove_files) COMPLETE
62222026-08-15T07:16:39.132Z[ recovery-image] Aug 15 07:16:38.261 INFO O| Aug 15 07:16:38.261 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-15T07:16:39.140Z[ recovery-image] Aug 15 07:16:38.270 INFO O| Aug 15 07:16:38.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62242026-08-15T07:16:39.140Z[ recovery-image] Aug 15 07:16:38.270 INFO O| Aug 15 07:16:38.270 INFO STEP 291 (remove_files) COMPLETE
62252026-08-15T07:16:39.140Z[ recovery-image] Aug 15 07:16:38.270 INFO O| Aug 15 07:16:38.270 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-15T07:16:39.150Z[ recovery-image] Aug 15 07:16:38.280 INFO O| Aug 15 07:16:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62272026-08-15T07:16:39.150Z[ recovery-image] Aug 15 07:16:38.280 INFO O| Aug 15 07:16:38.280 INFO STEP 292 (remove_files) COMPLETE
62282026-08-15T07:16:39.150Z[ recovery-image] Aug 15 07:16:38.280 INFO O| Aug 15 07:16:38.280 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-15T07:16:39.160Z[ recovery-image] Aug 15 07:16:38.289 INFO O| Aug 15 07:16:38.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62302026-08-15T07:16:39.160Z[ recovery-image] Aug 15 07:16:38.289 INFO O| Aug 15 07:16:38.289 INFO STEP 293 (remove_files) COMPLETE
62312026-08-15T07:16:39.160Z[ recovery-image] Aug 15 07:16:38.289 INFO O| Aug 15 07:16:38.289 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-15T07:16:39.170Z[ recovery-image] Aug 15 07:16:38.300 INFO O| Aug 15 07:16:38.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62332026-08-15T07:16:39.170Z[ recovery-image] Aug 15 07:16:38.300 INFO O| Aug 15 07:16:38.300 INFO STEP 294 (remove_files) COMPLETE
62342026-08-15T07:16:39.170Z[ recovery-image] Aug 15 07:16:38.300 INFO O| Aug 15 07:16:38.300 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-15T07:16:39.180Z[ recovery-image] Aug 15 07:16:38.310 INFO O| Aug 15 07:16:38.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62362026-08-15T07:16:39.180Z[ recovery-image] Aug 15 07:16:38.310 INFO O| Aug 15 07:16:38.310 INFO STEP 295 (remove_files) COMPLETE
62372026-08-15T07:16:39.180Z[ recovery-image] Aug 15 07:16:38.310 INFO O| Aug 15 07:16:38.310 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-15T07:16:39.189Z[ recovery-image] Aug 15 07:16:38.319 INFO O| Aug 15 07:16:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62392026-08-15T07:16:39.189Z[ recovery-image] Aug 15 07:16:38.319 INFO O| Aug 15 07:16:38.319 INFO STEP 296 (remove_files) COMPLETE
62402026-08-15T07:16:39.192Z[ recovery-image] Aug 15 07:16:38.319 INFO O| Aug 15 07:16:38.319 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-15T07:16:39.198Z[ recovery-image] Aug 15 07:16:38.328 INFO O| Aug 15 07:16:38.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62422026-08-15T07:16:39.198Z[ recovery-image] Aug 15 07:16:38.328 INFO O| Aug 15 07:16:38.328 INFO STEP 297 (remove_files) COMPLETE
62432026-08-15T07:16:39.198Z[ recovery-image] Aug 15 07:16:38.328 INFO O| Aug 15 07:16:38.328 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-15T07:16:39.207Z[ recovery-image] Aug 15 07:16:38.337 INFO O| Aug 15 07:16:38.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62452026-08-15T07:16:39.207Z[ recovery-image] Aug 15 07:16:38.337 INFO O| Aug 15 07:16:38.337 INFO STEP 298 (remove_files) COMPLETE
62462026-08-15T07:16:39.211Z[ recovery-image] Aug 15 07:16:38.337 INFO O| Aug 15 07:16:38.337 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-15T07:16:39.217Z[ recovery-image] Aug 15 07:16:38.348 INFO O| Aug 15 07:16:38.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62482026-08-15T07:16:39.218Z[ recovery-image] Aug 15 07:16:38.348 INFO O| Aug 15 07:16:38.348 INFO STEP 299 (remove_files) COMPLETE
62492026-08-15T07:16:39.221Z[ recovery-image] Aug 15 07:16:38.348 INFO O| Aug 15 07:16:38.348 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-15T07:16:39.228Z[ recovery-image] Aug 15 07:16:38.358 INFO O| Aug 15 07:16:38.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62512026-08-15T07:16:39.228Z[ recovery-image] Aug 15 07:16:38.358 INFO O| Aug 15 07:16:38.358 INFO STEP 300 (remove_files) COMPLETE
62522026-08-15T07:16:39.228Z[ recovery-image] Aug 15 07:16:38.358 INFO O| Aug 15 07:16:38.358 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-15T07:16:39.239Z[ recovery-image] Aug 15 07:16:38.369 INFO O| Aug 15 07:16:38.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62542026-08-15T07:16:39.239Z[ recovery-image] Aug 15 07:16:38.369 INFO O| Aug 15 07:16:38.369 INFO STEP 301 (remove_files) COMPLETE
62552026-08-15T07:16:39.239Z[ recovery-image] Aug 15 07:16:38.369 INFO O| Aug 15 07:16:38.369 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-15T07:16:39.249Z[ recovery-image] Aug 15 07:16:38.379 INFO O| Aug 15 07:16:38.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62572026-08-15T07:16:39.249Z[ recovery-image] Aug 15 07:16:38.379 INFO O| Aug 15 07:16:38.379 INFO STEP 302 (remove_files) COMPLETE
62582026-08-15T07:16:39.249Z[ recovery-image] Aug 15 07:16:38.379 INFO O| Aug 15 07:16:38.379 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-15T07:16:39.260Z[ recovery-image] Aug 15 07:16:38.390 INFO O| Aug 15 07:16:38.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62602026-08-15T07:16:39.260Z[ recovery-image] Aug 15 07:16:38.390 INFO O| Aug 15 07:16:38.390 INFO STEP 303 (remove_files) COMPLETE
62612026-08-15T07:16:39.260Z[ recovery-image] Aug 15 07:16:38.390 INFO O| Aug 15 07:16:38.390 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-15T07:16:39.270Z[ recovery-image] Aug 15 07:16:38.400 INFO O| Aug 15 07:16:38.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62632026-08-15T07:16:39.270Z[ recovery-image] Aug 15 07:16:38.400 INFO O| Aug 15 07:16:38.400 INFO STEP 304 (remove_files) COMPLETE
62642026-08-15T07:16:39.270Z[ recovery-image] Aug 15 07:16:38.400 INFO O| Aug 15 07:16:38.400 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-15T07:16:39.279Z[ recovery-image] Aug 15 07:16:38.409 INFO O| Aug 15 07:16:38.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62662026-08-15T07:16:39.279Z[ recovery-image] Aug 15 07:16:38.409 INFO O| Aug 15 07:16:38.409 INFO STEP 305 (remove_files) COMPLETE
62672026-08-15T07:16:39.280Z[ recovery-image] Aug 15 07:16:38.409 INFO O| Aug 15 07:16:38.409 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-15T07:16:39.288Z[ recovery-image] Aug 15 07:16:38.418 INFO O| Aug 15 07:16:38.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62692026-08-15T07:16:39.288Z[ recovery-image] Aug 15 07:16:38.418 INFO O| Aug 15 07:16:38.418 INFO STEP 306 (remove_files) COMPLETE
62702026-08-15T07:16:39.288Z[ recovery-image] Aug 15 07:16:38.418 INFO O| Aug 15 07:16:38.418 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-15T07:16:39.298Z[ recovery-image] Aug 15 07:16:38.427 INFO O| Aug 15 07:16:38.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62722026-08-15T07:16:39.298Z[ recovery-image] Aug 15 07:16:38.428 INFO O| Aug 15 07:16:38.428 INFO STEP 307 (remove_files) COMPLETE
62732026-08-15T07:16:39.298Z[ recovery-image] Aug 15 07:16:38.428 INFO O| Aug 15 07:16:38.428 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-15T07:16:39.306Z[ recovery-image] Aug 15 07:16:38.436 INFO O| Aug 15 07:16:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62752026-08-15T07:16:39.307Z[ recovery-image] Aug 15 07:16:38.437 INFO O| Aug 15 07:16:38.436 INFO STEP 308 (remove_files) COMPLETE
62762026-08-15T07:16:39.307Z[ recovery-image] Aug 15 07:16:38.437 INFO O| Aug 15 07:16:38.436 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-15T07:16:39.315Z[ recovery-image] Aug 15 07:16:38.445 INFO O| Aug 15 07:16:38.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62782026-08-15T07:16:39.315Z[ recovery-image] Aug 15 07:16:38.445 INFO O| Aug 15 07:16:38.445 INFO STEP 309 (remove_files) COMPLETE
62792026-08-15T07:16:39.315Z[ recovery-image] Aug 15 07:16:38.445 INFO O| Aug 15 07:16:38.445 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-15T07:16:39.325Z[ recovery-image] Aug 15 07:16:38.455 INFO O| Aug 15 07:16:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62812026-08-15T07:16:39.325Z[ recovery-image] Aug 15 07:16:38.455 INFO O| Aug 15 07:16:38.455 INFO STEP 310 (remove_files) COMPLETE
62822026-08-15T07:16:39.329Z[ recovery-image] Aug 15 07:16:38.455 INFO O| Aug 15 07:16:38.455 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-15T07:16:39.335Z[ recovery-image] Aug 15 07:16:38.465 INFO O| Aug 15 07:16:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62842026-08-15T07:16:39.335Z[ recovery-image] Aug 15 07:16:38.465 INFO O| Aug 15 07:16:38.465 INFO STEP 311 (remove_files) COMPLETE
62852026-08-15T07:16:39.338Z[ recovery-image] Aug 15 07:16:38.465 INFO O| Aug 15 07:16:38.465 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-15T07:16:39.344Z[ recovery-image] Aug 15 07:16:38.474 INFO O| Aug 15 07:16:38.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62872026-08-15T07:16:39.344Z[ recovery-image] Aug 15 07:16:38.474 INFO O| Aug 15 07:16:38.474 INFO STEP 312 (remove_files) COMPLETE
62882026-08-15T07:16:39.344Z[ recovery-image] Aug 15 07:16:38.474 INFO O| Aug 15 07:16:38.474 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-15T07:16:39.353Z[ recovery-image] Aug 15 07:16:38.484 INFO O| Aug 15 07:16:38.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62902026-08-15T07:16:39.354Z[ recovery-image] Aug 15 07:16:38.484 INFO O| Aug 15 07:16:38.484 INFO STEP 313 (remove_files) COMPLETE
62912026-08-15T07:16:39.357Z[ recovery-image] Aug 15 07:16:38.484 INFO O| Aug 15 07:16:38.484 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-15T07:16:39.364Z[ recovery-image] Aug 15 07:16:38.494 INFO O| Aug 15 07:16:38.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62932026-08-15T07:16:39.364Z[ recovery-image] Aug 15 07:16:38.494 INFO O| Aug 15 07:16:38.494 INFO STEP 314 (remove_files) COMPLETE
62942026-08-15T07:16:39.367Z[ recovery-image] Aug 15 07:16:38.494 INFO O| Aug 15 07:16:38.494 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-15T07:16:39.375Z[ recovery-image] Aug 15 07:16:38.505 INFO O| Aug 15 07:16:38.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62962026-08-15T07:16:39.375Z[ recovery-image] Aug 15 07:16:38.505 INFO O| Aug 15 07:16:38.505 INFO STEP 315 (remove_files) COMPLETE
62972026-08-15T07:16:39.375Z[ recovery-image] Aug 15 07:16:38.505 INFO O| Aug 15 07:16:38.505 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-15T07:16:39.385Z[ recovery-image] Aug 15 07:16:38.515 INFO O| Aug 15 07:16:38.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62992026-08-15T07:16:39.385Z[ recovery-image] Aug 15 07:16:38.515 INFO O| Aug 15 07:16:38.515 INFO STEP 316 (remove_files) COMPLETE
63002026-08-15T07:16:39.388Z[ recovery-image] Aug 15 07:16:38.515 INFO O| Aug 15 07:16:38.515 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-15T07:16:39.395Z[ recovery-image] Aug 15 07:16:38.525 INFO O| Aug 15 07:16:38.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63022026-08-15T07:16:39.395Z[ recovery-image] Aug 15 07:16:38.525 INFO O| Aug 15 07:16:38.525 INFO STEP 317 (remove_files) COMPLETE
63032026-08-15T07:16:39.395Z[ recovery-image] Aug 15 07:16:38.525 INFO O| Aug 15 07:16:38.525 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-15T07:16:39.405Z[ recovery-image] Aug 15 07:16:38.535 INFO O| Aug 15 07:16:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63052026-08-15T07:16:39.405Z[ recovery-image] Aug 15 07:16:38.535 INFO O| Aug 15 07:16:38.535 INFO STEP 318 (remove_files) COMPLETE
63062026-08-15T07:16:39.408Z[ recovery-image] Aug 15 07:16:38.535 INFO O| Aug 15 07:16:38.535 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-15T07:16:39.415Z[ recovery-image] Aug 15 07:16:38.545 INFO O| Aug 15 07:16:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63082026-08-15T07:16:39.415Z[ recovery-image] Aug 15 07:16:38.545 INFO O| Aug 15 07:16:38.545 INFO STEP 319 (remove_files) COMPLETE
63092026-08-15T07:16:39.415Z[ recovery-image] Aug 15 07:16:38.545 INFO O| Aug 15 07:16:38.545 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-15T07:16:39.424Z[ recovery-image] Aug 15 07:16:38.554 INFO O| Aug 15 07:16:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63112026-08-15T07:16:39.427Z[ recovery-image] Aug 15 07:16:38.554 INFO O| Aug 15 07:16:38.554 INFO STEP 320 (remove_files) COMPLETE
63122026-08-15T07:16:39.427Z[ recovery-image] Aug 15 07:16:38.554 INFO O| Aug 15 07:16:38.554 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-15T07:16:39.432Z[ recovery-image] Aug 15 07:16:38.563 INFO O| Aug 15 07:16:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63142026-08-15T07:16:39.433Z[ recovery-image] Aug 15 07:16:38.563 INFO O| Aug 15 07:16:38.563 INFO STEP 321 (remove_files) COMPLETE
63152026-08-15T07:16:39.436Z[ recovery-image] Aug 15 07:16:38.563 INFO O| Aug 15 07:16:38.563 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-15T07:16:39.441Z[ recovery-image] Aug 15 07:16:38.571 INFO O| Aug 15 07:16:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63172026-08-15T07:16:39.441Z[ recovery-image] Aug 15 07:16:38.571 INFO O| Aug 15 07:16:38.571 INFO STEP 322 (remove_files) COMPLETE
63182026-08-15T07:16:39.444Z[ recovery-image] Aug 15 07:16:38.571 INFO O| Aug 15 07:16:38.571 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-15T07:16:39.450Z[ recovery-image] Aug 15 07:16:38.581 INFO O| Aug 15 07:16:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63202026-08-15T07:16:39.456Z[ recovery-image] Aug 15 07:16:38.581 INFO O| Aug 15 07:16:38.581 INFO STEP 323 (remove_files) COMPLETE
63212026-08-15T07:16:39.456Z[ recovery-image] Aug 15 07:16:38.581 INFO O| Aug 15 07:16:38.581 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-15T07:16:39.461Z[ recovery-image] Aug 15 07:16:38.591 INFO O| Aug 15 07:16:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63232026-08-15T07:16:39.468Z[ recovery-image] Aug 15 07:16:38.597 INFO O| Aug 15 07:16:38.597 INFO STEP 324 (remove_files) COMPLETE
63242026-08-15T07:16:39.468Z[ recovery-image] Aug 15 07:16:38.597 INFO O| Aug 15 07:16:38.597 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-15T07:16:39.477Z[ recovery-image] Aug 15 07:16:38.607 INFO O| Aug 15 07:16:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63262026-08-15T07:16:39.477Z[ recovery-image] Aug 15 07:16:38.607 INFO O| Aug 15 07:16:38.607 INFO STEP 325 (remove_files) COMPLETE
63272026-08-15T07:16:39.478Z[ recovery-image] Aug 15 07:16:38.607 INFO O| Aug 15 07:16:38.607 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-15T07:16:39.487Z[ recovery-image] Aug 15 07:16:38.617 INFO O| Aug 15 07:16:38.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63292026-08-15T07:16:39.487Z[ recovery-image] Aug 15 07:16:38.617 INFO O| Aug 15 07:16:38.617 INFO STEP 326 (remove_files) COMPLETE
63302026-08-15T07:16:39.487Z[ recovery-image] Aug 15 07:16:38.617 INFO O| Aug 15 07:16:38.617 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-15T07:16:39.499Z[ recovery-image] Aug 15 07:16:38.627 INFO O| Aug 15 07:16:38.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63322026-08-15T07:16:39.499Z[ recovery-image] Aug 15 07:16:38.627 INFO O| Aug 15 07:16:38.627 INFO STEP 327 (remove_files) COMPLETE
63332026-08-15T07:16:39.502Z[ recovery-image] Aug 15 07:16:38.627 INFO O| Aug 15 07:16:38.627 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-15T07:16:39.506Z[ recovery-image] Aug 15 07:16:38.637 INFO O| Aug 15 07:16:38.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63352026-08-15T07:16:39.510Z[ recovery-image] Aug 15 07:16:38.638 INFO O| Aug 15 07:16:38.638 INFO STEP 328 (remove_files) COMPLETE
63362026-08-15T07:16:39.510Z[ recovery-image] Aug 15 07:16:38.638 INFO O| Aug 15 07:16:38.638 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-15T07:16:39.518Z[ recovery-image] Aug 15 07:16:38.648 INFO O| Aug 15 07:16:38.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63382026-08-15T07:16:39.518Z[ recovery-image] Aug 15 07:16:38.648 INFO O| Aug 15 07:16:38.648 INFO STEP 329 (remove_files) COMPLETE
63392026-08-15T07:16:39.518Z[ recovery-image] Aug 15 07:16:38.648 INFO O| Aug 15 07:16:38.648 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-15T07:16:39.563Z[ recovery-image] Aug 15 07:16:38.659 INFO O| Aug 15 07:16:38.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63412026-08-15T07:16:39.563Z[ recovery-image] Aug 15 07:16:38.659 INFO O| Aug 15 07:16:38.659 INFO STEP 330 (remove_files) COMPLETE
63422026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.659 INFO O| Aug 15 07:16:38.659 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.670 INFO O| Aug 15 07:16:38.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63442026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.670 INFO O| Aug 15 07:16:38.670 INFO STEP 331 (remove_files) COMPLETE
63452026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.670 INFO O| Aug 15 07:16:38.670 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.681 INFO O| Aug 15 07:16:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63472026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.682 INFO O| Aug 15 07:16:38.682 INFO STEP 332 (remove_files) COMPLETE
63482026-08-15T07:16:39.564Z[ recovery-image] Aug 15 07:16:38.682 INFO O| Aug 15 07:16:38.682 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-15T07:16:39.568Z[ recovery-image] Aug 15 07:16:38.693 INFO O| Aug 15 07:16:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63502026-08-15T07:16:39.568Z[ recovery-image] Aug 15 07:16:38.693 INFO O| Aug 15 07:16:38.693 INFO STEP 333 (remove_files) COMPLETE
63512026-08-15T07:16:39.568Z[ recovery-image] Aug 15 07:16:38.693 INFO O| Aug 15 07:16:38.693 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-15T07:16:39.574Z[ recovery-image] Aug 15 07:16:38.703 INFO O| Aug 15 07:16:38.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63532026-08-15T07:16:39.574Z[ recovery-image] Aug 15 07:16:38.703 INFO O| Aug 15 07:16:38.703 INFO STEP 334 (remove_files) COMPLETE
63542026-08-15T07:16:39.577Z[ recovery-image] Aug 15 07:16:38.703 INFO O| Aug 15 07:16:38.703 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-15T07:16:39.583Z[ recovery-image] Aug 15 07:16:38.713 INFO O| Aug 15 07:16:38.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63562026-08-15T07:16:39.583Z[ recovery-image] Aug 15 07:16:38.713 INFO O| Aug 15 07:16:38.713 INFO STEP 335 (remove_files) COMPLETE
63572026-08-15T07:16:39.583Z[ recovery-image] Aug 15 07:16:38.713 INFO O| Aug 15 07:16:38.713 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-15T07:16:39.592Z[ recovery-image] Aug 15 07:16:38.722 INFO O| Aug 15 07:16:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63592026-08-15T07:16:39.592Z[ recovery-image] Aug 15 07:16:38.722 INFO O| Aug 15 07:16:38.722 INFO STEP 336 (remove_files) COMPLETE
63602026-08-15T07:16:39.595Z[ recovery-image] Aug 15 07:16:38.722 INFO O| Aug 15 07:16:38.722 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-15T07:16:39.600Z[ recovery-image] Aug 15 07:16:38.731 INFO O| Aug 15 07:16:38.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63622026-08-15T07:16:39.600Z[ recovery-image] Aug 15 07:16:38.731 INFO O| Aug 15 07:16:38.731 INFO STEP 337 (remove_files) COMPLETE
63632026-08-15T07:16:39.604Z[ recovery-image] Aug 15 07:16:38.731 INFO O| Aug 15 07:16:38.731 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-15T07:16:39.610Z[ recovery-image] Aug 15 07:16:38.740 INFO O| Aug 15 07:16:38.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63652026-08-15T07:16:39.610Z[ recovery-image] Aug 15 07:16:38.740 INFO O| Aug 15 07:16:38.740 INFO STEP 338 (remove_files) COMPLETE
63662026-08-15T07:16:39.610Z[ recovery-image] Aug 15 07:16:38.740 INFO O| Aug 15 07:16:38.740 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-15T07:16:39.621Z[ recovery-image] Aug 15 07:16:38.750 INFO O| Aug 15 07:16:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63682026-08-15T07:16:39.621Z[ recovery-image] Aug 15 07:16:38.750 INFO O| Aug 15 07:16:38.750 INFO STEP 339 (remove_files) COMPLETE
63692026-08-15T07:16:39.621Z[ recovery-image] Aug 15 07:16:38.750 INFO O| Aug 15 07:16:38.750 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-15T07:16:39.630Z[ recovery-image] Aug 15 07:16:38.760 INFO O| Aug 15 07:16:38.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63712026-08-15T07:16:39.630Z[ recovery-image] Aug 15 07:16:38.760 INFO O| Aug 15 07:16:38.760 INFO STEP 340 (remove_files) COMPLETE
63722026-08-15T07:16:39.630Z[ recovery-image] Aug 15 07:16:38.760 INFO O| Aug 15 07:16:38.760 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-15T07:16:39.639Z[ recovery-image] Aug 15 07:16:38.769 INFO O| Aug 15 07:16:38.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63742026-08-15T07:16:39.639Z[ recovery-image] Aug 15 07:16:38.769 INFO O| Aug 15 07:16:38.769 INFO STEP 341 (remove_files) COMPLETE
63752026-08-15T07:16:39.639Z[ recovery-image] Aug 15 07:16:38.769 INFO O| Aug 15 07:16:38.769 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-15T07:16:39.650Z[ recovery-image] Aug 15 07:16:38.779 INFO O| Aug 15 07:16:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63772026-08-15T07:16:39.650Z[ recovery-image] Aug 15 07:16:38.779 INFO O| Aug 15 07:16:38.779 INFO STEP 342 (remove_files) COMPLETE
63782026-08-15T07:16:39.651Z[ recovery-image] Aug 15 07:16:38.779 INFO O| Aug 15 07:16:38.779 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-15T07:16:39.660Z[ recovery-image] Aug 15 07:16:38.790 INFO O| Aug 15 07:16:38.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63802026-08-15T07:16:39.660Z[ recovery-image] Aug 15 07:16:38.790 INFO O| Aug 15 07:16:38.790 INFO STEP 343 (remove_files) COMPLETE
63812026-08-15T07:16:39.660Z[ recovery-image] Aug 15 07:16:38.790 INFO O| Aug 15 07:16:38.790 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-15T07:16:39.670Z[verify-libraries] Compiling russh-cryptovec v0.62.0
63832026-08-15T07:16:39.673Z[ recovery-image] Aug 15 07:16:38.801 INFO O| Aug 15 07:16:38.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63842026-08-15T07:16:39.673Z[ recovery-image] Aug 15 07:16:38.801 INFO O| Aug 15 07:16:38.801 INFO STEP 344 (remove_files) COMPLETE
63852026-08-15T07:16:39.673Z[ recovery-image] Aug 15 07:16:38.801 INFO O| Aug 15 07:16:38.801 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-15T07:16:39.682Z[ recovery-image] Aug 15 07:16:38.812 INFO O| Aug 15 07:16:38.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63872026-08-15T07:16:39.682Z[ recovery-image] Aug 15 07:16:38.812 INFO O| Aug 15 07:16:38.812 INFO STEP 345 (remove_files) COMPLETE
63882026-08-15T07:16:39.682Z[ recovery-image] Aug 15 07:16:38.812 INFO O| Aug 15 07:16:38.812 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-15T07:16:39.693Z[ recovery-image] Aug 15 07:16:38.823 INFO O| Aug 15 07:16:38.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63902026-08-15T07:16:39.693Z[ recovery-image] Aug 15 07:16:38.823 INFO O| Aug 15 07:16:38.823 INFO STEP 346 (remove_files) COMPLETE
63912026-08-15T07:16:39.693Z[ recovery-image] Aug 15 07:16:38.823 INFO O| Aug 15 07:16:38.823 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-15T07:16:39.703Z[ recovery-image] Aug 15 07:16:38.833 INFO O| Aug 15 07:16:38.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63932026-08-15T07:16:39.703Z[ recovery-image] Aug 15 07:16:38.833 INFO O| Aug 15 07:16:38.833 INFO STEP 347 (remove_files) COMPLETE
63942026-08-15T07:16:39.703Z[ recovery-image] Aug 15 07:16:38.833 INFO O| Aug 15 07:16:38.833 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-15T07:16:39.713Z[ recovery-image] Aug 15 07:16:38.844 INFO O| Aug 15 07:16:38.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63962026-08-15T07:16:39.713Z[ recovery-image] Aug 15 07:16:38.844 INFO O| Aug 15 07:16:38.844 INFO STEP 348 (remove_files) COMPLETE
63972026-08-15T07:16:39.713Z[ recovery-image] Aug 15 07:16:38.844 INFO O| Aug 15 07:16:38.844 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-15T07:16:39.723Z[ recovery-image] Aug 15 07:16:38.853 INFO O| Aug 15 07:16:38.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63992026-08-15T07:16:39.723Z[ recovery-image] Aug 15 07:16:38.853 INFO O| Aug 15 07:16:38.853 INFO STEP 349 (remove_files) COMPLETE
64002026-08-15T07:16:39.723Z[ recovery-image] Aug 15 07:16:38.853 INFO O| Aug 15 07:16:38.853 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-15T07:16:39.733Z[ recovery-image] Aug 15 07:16:38.863 INFO O| Aug 15 07:16:38.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64022026-08-15T07:16:39.733Z[ recovery-image] Aug 15 07:16:38.863 INFO O| Aug 15 07:16:38.863 INFO STEP 350 (remove_files) COMPLETE
64032026-08-15T07:16:39.733Z[ recovery-image] Aug 15 07:16:38.863 INFO O| Aug 15 07:16:38.863 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-15T07:16:39.743Z[ recovery-image] Aug 15 07:16:38.873 INFO O| Aug 15 07:16:38.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64052026-08-15T07:16:39.743Z[ recovery-image] Aug 15 07:16:38.873 INFO O| Aug 15 07:16:38.873 INFO STEP 351 (remove_files) COMPLETE
64062026-08-15T07:16:39.743Z[ recovery-image] Aug 15 07:16:38.873 INFO O| Aug 15 07:16:38.873 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-15T07:16:39.752Z[ recovery-image] Aug 15 07:16:38.883 INFO O| Aug 15 07:16:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64082026-08-15T07:16:39.752Z[ recovery-image] Aug 15 07:16:38.883 INFO O| Aug 15 07:16:38.883 INFO STEP 352 (remove_files) COMPLETE
64092026-08-15T07:16:39.752Z[ recovery-image] Aug 15 07:16:38.883 INFO O| Aug 15 07:16:38.883 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-15T07:16:39.762Z[ recovery-image] Aug 15 07:16:38.892 INFO O| Aug 15 07:16:38.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64112026-08-15T07:16:39.762Z[ recovery-image] Aug 15 07:16:38.892 INFO O| Aug 15 07:16:38.892 INFO STEP 353 (remove_files) COMPLETE
64122026-08-15T07:16:39.762Z[ recovery-image] Aug 15 07:16:38.892 INFO O| Aug 15 07:16:38.892 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-15T07:16:39.765Z[verify-libraries] Compiling tui-tree-widget v0.23.1
64142026-08-15T07:16:39.771Z[ recovery-image] Aug 15 07:16:38.901 INFO O| Aug 15 07:16:38.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64152026-08-15T07:16:39.774Z[ recovery-image] Aug 15 07:16:38.901 INFO O| Aug 15 07:16:38.901 INFO STEP 354 (remove_files) COMPLETE
64162026-08-15T07:16:39.774Z[ recovery-image] Aug 15 07:16:38.901 INFO O| Aug 15 07:16:38.901 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-15T07:16:39.781Z[ recovery-image] Aug 15 07:16:38.911 INFO O| Aug 15 07:16:38.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64182026-08-15T07:16:39.781Z[ recovery-image] Aug 15 07:16:38.911 INFO O| Aug 15 07:16:38.911 INFO STEP 355 (remove_files) COMPLETE
64192026-08-15T07:16:39.784Z[ recovery-image] Aug 15 07:16:38.911 INFO O| Aug 15 07:16:38.911 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-15T07:16:39.796Z[ recovery-image] Aug 15 07:16:38.925 INFO O| Aug 15 07:16:38.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64212026-08-15T07:16:39.796Z[ recovery-image] Aug 15 07:16:38.925 INFO O| Aug 15 07:16:38.925 INFO STEP 356 (remove_files) COMPLETE
64222026-08-15T07:16:39.796Z[ recovery-image] Aug 15 07:16:38.925 INFO O| Aug 15 07:16:38.925 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-15T07:16:39.805Z[ recovery-image] Aug 15 07:16:38.936 INFO O| Aug 15 07:16:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64242026-08-15T07:16:39.805Z[ recovery-image] Aug 15 07:16:38.936 INFO O| Aug 15 07:16:38.936 INFO STEP 357 (remove_files) COMPLETE
64252026-08-15T07:16:39.809Z[ recovery-image] Aug 15 07:16:38.936 INFO O| Aug 15 07:16:38.936 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-15T07:16:39.817Z[ recovery-image] Aug 15 07:16:38.947 INFO O| Aug 15 07:16:38.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64272026-08-15T07:16:39.817Z[ recovery-image] Aug 15 07:16:38.947 INFO O| Aug 15 07:16:38.947 INFO STEP 358 (remove_files) COMPLETE
64282026-08-15T07:16:39.820Z[ recovery-image] Aug 15 07:16:38.947 INFO O| Aug 15 07:16:38.947 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-15T07:16:39.826Z[ recovery-image] Aug 15 07:16:38.956 INFO O| Aug 15 07:16:38.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64302026-08-15T07:16:39.826Z[ recovery-image] Aug 15 07:16:38.956 INFO O| Aug 15 07:16:38.956 INFO STEP 359 (remove_files) COMPLETE
64312026-08-15T07:16:39.829Z[ recovery-image] Aug 15 07:16:38.956 INFO O| Aug 15 07:16:38.956 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-15T07:16:39.835Z[ recovery-image] Aug 15 07:16:38.965 INFO O| Aug 15 07:16:38.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64332026-08-15T07:16:39.835Z[ recovery-image] Aug 15 07:16:38.965 INFO O| Aug 15 07:16:38.965 INFO STEP 360 (remove_files) COMPLETE
64342026-08-15T07:16:39.838Z[ recovery-image] Aug 15 07:16:38.965 INFO O| Aug 15 07:16:38.965 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-15T07:16:39.845Z[ recovery-image] Aug 15 07:16:38.975 INFO O| Aug 15 07:16:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64362026-08-15T07:16:39.848Z[ recovery-image] Aug 15 07:16:38.975 INFO O| Aug 15 07:16:38.975 INFO STEP 361 (remove_files) COMPLETE
64372026-08-15T07:16:39.848Z[ recovery-image] Aug 15 07:16:38.975 INFO O| Aug 15 07:16:38.975 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-15T07:16:39.854Z[ recovery-image] Aug 15 07:16:38.984 INFO O| Aug 15 07:16:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64392026-08-15T07:16:39.854Z[ recovery-image] Aug 15 07:16:38.984 INFO O| Aug 15 07:16:38.984 INFO STEP 362 (remove_files) COMPLETE
64402026-08-15T07:16:39.854Z[ recovery-image] Aug 15 07:16:38.984 INFO O| Aug 15 07:16:38.984 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-15T07:16:39.864Z[ recovery-image] Aug 15 07:16:38.994 INFO O| Aug 15 07:16:38.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64422026-08-15T07:16:39.864Z[ recovery-image] Aug 15 07:16:38.994 INFO O| Aug 15 07:16:38.994 INFO STEP 363 (remove_files) COMPLETE
64432026-08-15T07:16:39.864Z[ recovery-image] Aug 15 07:16:38.994 INFO O| Aug 15 07:16:38.994 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-15T07:16:39.873Z[ recovery-image] Aug 15 07:16:39.003 INFO O| Aug 15 07:16:39.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64452026-08-15T07:16:39.873Z[ recovery-image] Aug 15 07:16:39.003 INFO O| Aug 15 07:16:39.003 INFO STEP 364 (remove_files) COMPLETE
64462026-08-15T07:16:39.873Z[ recovery-image] Aug 15 07:16:39.003 INFO O| Aug 15 07:16:39.003 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-15T07:16:39.883Z[ recovery-image] Aug 15 07:16:39.013 INFO O| Aug 15 07:16:39.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64482026-08-15T07:16:39.883Z[ recovery-image] Aug 15 07:16:39.013 INFO O| Aug 15 07:16:39.013 INFO STEP 365 (remove_files) COMPLETE
64492026-08-15T07:16:39.883Z[ recovery-image] Aug 15 07:16:39.013 INFO O| Aug 15 07:16:39.013 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-15T07:16:39.893Z[ recovery-image] Aug 15 07:16:39.023 INFO O| Aug 15 07:16:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64512026-08-15T07:16:39.893Z[ recovery-image] Aug 15 07:16:39.023 INFO O| Aug 15 07:16:39.023 INFO STEP 366 (remove_files) COMPLETE
64522026-08-15T07:16:39.896Z[ recovery-image] Aug 15 07:16:39.024 INFO O| Aug 15 07:16:39.023 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-15T07:16:39.907Z[ recovery-image] Aug 15 07:16:39.037 INFO O| Aug 15 07:16:39.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64542026-08-15T07:16:39.907Z[ recovery-image] Aug 15 07:16:39.038 INFO O| Aug 15 07:16:39.038 INFO STEP 367 (remove_files) COMPLETE
64552026-08-15T07:16:39.907Z[ recovery-image] Aug 15 07:16:39.038 INFO O| Aug 15 07:16:39.038 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-15T07:16:39.924Z[ recovery-image] Aug 15 07:16:39.054 INFO O| Aug 15 07:16:39.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64572026-08-15T07:16:39.924Z[ recovery-image] Aug 15 07:16:39.054 INFO O| Aug 15 07:16:39.054 INFO STEP 368 (remove_files) COMPLETE
64582026-08-15T07:16:39.924Z[ recovery-image] Aug 15 07:16:39.054 INFO O| Aug 15 07:16:39.054 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-15T07:16:39.934Z[ recovery-image] Aug 15 07:16:39.064 INFO O| Aug 15 07:16:39.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64602026-08-15T07:16:39.934Z[ recovery-image] Aug 15 07:16:39.064 INFO O| Aug 15 07:16:39.064 INFO STEP 369 (remove_files) COMPLETE
64612026-08-15T07:16:39.934Z[ recovery-image] Aug 15 07:16:39.064 INFO O| Aug 15 07:16:39.064 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-15T07:16:39.946Z[ recovery-image] Aug 15 07:16:39.077 INFO O| Aug 15 07:16:39.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64632026-08-15T07:16:39.946Z[ recovery-image] Aug 15 07:16:39.077 INFO O| Aug 15 07:16:39.077 INFO STEP 370 (remove_files) COMPLETE
64642026-08-15T07:16:39.946Z[ recovery-image] Aug 15 07:16:39.077 INFO O| Aug 15 07:16:39.077 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-15T07:16:39.959Z[ recovery-image] Aug 15 07:16:39.089 INFO O| Aug 15 07:16:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64662026-08-15T07:16:39.959Z[ recovery-image] Aug 15 07:16:39.089 INFO O| Aug 15 07:16:39.089 INFO STEP 371 (remove_files) COMPLETE
64672026-08-15T07:16:39.959Z[ recovery-image] Aug 15 07:16:39.089 INFO O| Aug 15 07:16:39.089 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-15T07:16:39.969Z[ recovery-image] Aug 15 07:16:39.099 INFO O| Aug 15 07:16:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64692026-08-15T07:16:39.969Z[ recovery-image] Aug 15 07:16:39.099 INFO O| Aug 15 07:16:39.099 INFO STEP 372 (remove_files) COMPLETE
64702026-08-15T07:16:39.969Z[ recovery-image] Aug 15 07:16:39.099 INFO O| Aug 15 07:16:39.099 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-15T07:16:39.979Z[ recovery-image] Aug 15 07:16:39.109 INFO O| Aug 15 07:16:39.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64722026-08-15T07:16:39.979Z[ recovery-image] Aug 15 07:16:39.110 INFO O| Aug 15 07:16:39.109 INFO STEP 373 (remove_files) COMPLETE
64732026-08-15T07:16:39.979Z[ recovery-image] Aug 15 07:16:39.110 INFO O| Aug 15 07:16:39.109 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-15T07:16:39.989Z[ recovery-image] Aug 15 07:16:39.119 INFO O| Aug 15 07:16:39.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64752026-08-15T07:16:39.989Z[ recovery-image] Aug 15 07:16:39.120 INFO O| Aug 15 07:16:39.120 INFO STEP 374 (remove_files) COMPLETE
64762026-08-15T07:16:39.989Z[ recovery-image] Aug 15 07:16:39.120 INFO O| Aug 15 07:16:39.120 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-15T07:16:40.001Z[ recovery-image] Aug 15 07:16:39.131 INFO O| Aug 15 07:16:39.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64782026-08-15T07:16:40.001Z[ recovery-image] Aug 15 07:16:39.131 INFO O| Aug 15 07:16:39.131 INFO STEP 375 (remove_files) COMPLETE
64792026-08-15T07:16:40.001Z[ recovery-image] Aug 15 07:16:39.131 INFO O| Aug 15 07:16:39.131 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-15T07:16:40.006Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
64812026-08-15T07:16:40.010Z[ recovery-image] Aug 15 07:16:39.140 INFO O| Aug 15 07:16:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64822026-08-15T07:16:40.010Z[ recovery-image] Aug 15 07:16:39.140 INFO O| Aug 15 07:16:39.140 INFO STEP 376 (remove_files) COMPLETE
64832026-08-15T07:16:40.013Z[ recovery-image] Aug 15 07:16:39.140 INFO O| Aug 15 07:16:39.140 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-15T07:16:40.022Z[ recovery-image] Aug 15 07:16:39.150 INFO O| Aug 15 07:16:39.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64852026-08-15T07:16:40.022Z[ recovery-image] Aug 15 07:16:39.150 INFO O| Aug 15 07:16:39.150 INFO STEP 377 (remove_files) COMPLETE
64862026-08-15T07:16:40.022Z[ recovery-image] Aug 15 07:16:39.150 INFO O| Aug 15 07:16:39.150 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-15T07:16:40.030Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
64882026-08-15T07:16:40.034Z[ recovery-image] Aug 15 07:16:39.162 INFO O| Aug 15 07:16:39.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64892026-08-15T07:16:40.034Z[ recovery-image] Aug 15 07:16:39.162 INFO O| Aug 15 07:16:39.162 INFO STEP 378 (remove_files) COMPLETE
64902026-08-15T07:16:40.034Z[ recovery-image] Aug 15 07:16:39.162 INFO O| Aug 15 07:16:39.162 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-15T07:16:40.042Z[ recovery-image] Aug 15 07:16:39.173 INFO O| Aug 15 07:16:39.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64922026-08-15T07:16:40.042Z[ recovery-image] Aug 15 07:16:39.173 INFO O| Aug 15 07:16:39.173 INFO STEP 379 (remove_files) COMPLETE
64932026-08-15T07:16:40.045Z[ recovery-image] Aug 15 07:16:39.173 INFO O| Aug 15 07:16:39.173 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-15T07:16:40.052Z[ recovery-image] Aug 15 07:16:39.182 INFO O| Aug 15 07:16:39.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64952026-08-15T07:16:40.053Z[ recovery-image] Aug 15 07:16:39.183 INFO O| Aug 15 07:16:39.183 INFO STEP 380 (remove_files) COMPLETE
64962026-08-15T07:16:40.053Z[ recovery-image] Aug 15 07:16:39.183 INFO O| Aug 15 07:16:39.183 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-15T07:16:40.061Z[ recovery-image] Aug 15 07:16:39.191 INFO O| Aug 15 07:16:39.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64982026-08-15T07:16:40.061Z[ recovery-image] Aug 15 07:16:39.191 INFO O| Aug 15 07:16:39.191 INFO STEP 381 (remove_files) COMPLETE
64992026-08-15T07:16:40.064Z[ recovery-image] Aug 15 07:16:39.191 INFO O| Aug 15 07:16:39.191 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-15T07:16:40.070Z[ recovery-image] Aug 15 07:16:39.201 INFO O| Aug 15 07:16:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65012026-08-15T07:16:40.071Z[ recovery-image] Aug 15 07:16:39.201 INFO O| Aug 15 07:16:39.201 INFO STEP 382 (remove_files) COMPLETE
65022026-08-15T07:16:40.071Z[ recovery-image] Aug 15 07:16:39.201 INFO O| Aug 15 07:16:39.201 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-15T07:16:40.082Z[ recovery-image] Aug 15 07:16:39.212 INFO O| Aug 15 07:16:39.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65042026-08-15T07:16:40.082Z[ recovery-image] Aug 15 07:16:39.212 INFO O| Aug 15 07:16:39.212 INFO STEP 383 (remove_files) COMPLETE
65052026-08-15T07:16:40.082Z[ recovery-image] Aug 15 07:16:39.212 INFO O| Aug 15 07:16:39.212 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-15T07:16:40.092Z[ recovery-image] Aug 15 07:16:39.222 INFO O| Aug 15 07:16:39.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65072026-08-15T07:16:40.095Z[ recovery-image] Aug 15 07:16:39.223 INFO O| Aug 15 07:16:39.222 INFO STEP 384 (remove_files) COMPLETE
65082026-08-15T07:16:40.095Z[ recovery-image] Aug 15 07:16:39.223 INFO O| Aug 15 07:16:39.222 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-15T07:16:40.102Z[ recovery-image] Aug 15 07:16:39.232 INFO O| Aug 15 07:16:39.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65102026-08-15T07:16:40.103Z[ recovery-image] Aug 15 07:16:39.232 INFO O| Aug 15 07:16:39.232 INFO STEP 385 (remove_files) COMPLETE
65112026-08-15T07:16:40.106Z[ recovery-image] Aug 15 07:16:39.232 INFO O| Aug 15 07:16:39.232 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-15T07:16:40.112Z[ recovery-image] Aug 15 07:16:39.242 INFO O| Aug 15 07:16:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65132026-08-15T07:16:40.112Z[ recovery-image] Aug 15 07:16:39.242 INFO O| Aug 15 07:16:39.242 INFO STEP 386 (remove_files) COMPLETE
65142026-08-15T07:16:40.112Z[ recovery-image] Aug 15 07:16:39.242 INFO O| Aug 15 07:16:39.242 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-15T07:16:40.121Z[ recovery-image] Aug 15 07:16:39.251 INFO O| Aug 15 07:16:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65162026-08-15T07:16:40.121Z[ recovery-image] Aug 15 07:16:39.251 INFO O| Aug 15 07:16:39.251 INFO STEP 387 (remove_files) COMPLETE
65172026-08-15T07:16:40.121Z[ recovery-image] Aug 15 07:16:39.251 INFO O| Aug 15 07:16:39.251 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-15T07:16:40.131Z[ recovery-image] Aug 15 07:16:39.261 INFO O| Aug 15 07:16:39.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65192026-08-15T07:16:40.131Z[ recovery-image] Aug 15 07:16:39.261 INFO O| Aug 15 07:16:39.261 INFO STEP 388 (remove_files) COMPLETE
65202026-08-15T07:16:40.131Z[ recovery-image] Aug 15 07:16:39.261 INFO O| Aug 15 07:16:39.261 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-15T07:16:40.140Z[ recovery-image] Aug 15 07:16:39.271 INFO O| Aug 15 07:16:39.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65222026-08-15T07:16:40.140Z[ recovery-image] Aug 15 07:16:39.271 INFO O| Aug 15 07:16:39.271 INFO STEP 389 (remove_files) COMPLETE
65232026-08-15T07:16:40.141Z[ recovery-image] Aug 15 07:16:39.271 INFO O| Aug 15 07:16:39.271 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-15T07:16:40.151Z[ recovery-image] Aug 15 07:16:39.281 INFO O| Aug 15 07:16:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65252026-08-15T07:16:40.151Z[ recovery-image] Aug 15 07:16:39.281 INFO O| Aug 15 07:16:39.281 INFO STEP 390 (remove_files) COMPLETE
65262026-08-15T07:16:40.154Z[ recovery-image] Aug 15 07:16:39.281 INFO O| Aug 15 07:16:39.281 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-15T07:16:40.159Z[ recovery-image] Aug 15 07:16:39.290 INFO O| Aug 15 07:16:39.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65282026-08-15T07:16:40.159Z[ recovery-image] Aug 15 07:16:39.290 INFO O| Aug 15 07:16:39.290 INFO STEP 391 (remove_files) COMPLETE
65292026-08-15T07:16:40.159Z[ recovery-image] Aug 15 07:16:39.290 INFO O| Aug 15 07:16:39.290 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-15T07:16:40.168Z[ recovery-image] Aug 15 07:16:39.299 INFO O| Aug 15 07:16:39.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65312026-08-15T07:16:40.168Z[ recovery-image] Aug 15 07:16:39.299 INFO O| Aug 15 07:16:39.299 INFO STEP 392 (remove_files) COMPLETE
65322026-08-15T07:16:40.174Z[ recovery-image] Aug 15 07:16:39.299 INFO O| Aug 15 07:16:39.299 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-15T07:16:40.179Z[ recovery-image] Aug 15 07:16:39.309 INFO O| Aug 15 07:16:39.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65342026-08-15T07:16:40.179Z[ recovery-image] Aug 15 07:16:39.309 INFO O| Aug 15 07:16:39.309 INFO STEP 393 (remove_files) COMPLETE
65352026-08-15T07:16:40.182Z[ recovery-image] Aug 15 07:16:39.309 INFO O| Aug 15 07:16:39.309 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-15T07:16:40.189Z[ recovery-image] Aug 15 07:16:39.319 INFO O| Aug 15 07:16:39.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65372026-08-15T07:16:40.189Z[ recovery-image] Aug 15 07:16:39.319 INFO O| Aug 15 07:16:39.319 INFO STEP 394 (remove_files) COMPLETE
65382026-08-15T07:16:40.189Z[ recovery-image] Aug 15 07:16:39.319 INFO O| Aug 15 07:16:39.319 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-15T07:16:40.200Z[ recovery-image] Aug 15 07:16:39.330 INFO O| Aug 15 07:16:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65402026-08-15T07:16:40.200Z[ recovery-image] Aug 15 07:16:39.330 INFO O| Aug 15 07:16:39.330 INFO STEP 395 (remove_files) COMPLETE
65412026-08-15T07:16:40.200Z[ recovery-image] Aug 15 07:16:39.330 INFO O| Aug 15 07:16:39.330 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-15T07:16:40.209Z[ recovery-image] Aug 15 07:16:39.340 INFO O| Aug 15 07:16:39.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65432026-08-15T07:16:40.209Z[ recovery-image] Aug 15 07:16:39.340 INFO O| Aug 15 07:16:39.340 INFO STEP 396 (remove_files) COMPLETE
65442026-08-15T07:16:40.209Z[ recovery-image] Aug 15 07:16:39.340 INFO O| Aug 15 07:16:39.340 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-15T07:16:40.219Z[ recovery-image] Aug 15 07:16:39.349 INFO O| Aug 15 07:16:39.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65462026-08-15T07:16:40.219Z[ recovery-image] Aug 15 07:16:39.349 INFO O| Aug 15 07:16:39.349 INFO STEP 397 (remove_files) COMPLETE
65472026-08-15T07:16:40.219Z[ recovery-image] Aug 15 07:16:39.349 INFO O| Aug 15 07:16:39.349 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-15T07:16:40.228Z[ recovery-image] Aug 15 07:16:39.358 INFO O| Aug 15 07:16:39.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65492026-08-15T07:16:40.228Z[ recovery-image] Aug 15 07:16:39.358 INFO O| Aug 15 07:16:39.358 INFO STEP 398 (remove_files) COMPLETE
65502026-08-15T07:16:40.228Z[ recovery-image] Aug 15 07:16:39.358 INFO O| Aug 15 07:16:39.358 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-15T07:16:40.240Z[ recovery-image] Aug 15 07:16:39.368 INFO O| Aug 15 07:16:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65522026-08-15T07:16:40.241Z[ recovery-image] Aug 15 07:16:39.368 INFO O| Aug 15 07:16:39.368 INFO STEP 399 (remove_files) COMPLETE
65532026-08-15T07:16:40.241Z[ recovery-image] Aug 15 07:16:39.368 INFO O| Aug 15 07:16:39.368 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-15T07:16:40.249Z[ recovery-image] Aug 15 07:16:39.379 INFO O| Aug 15 07:16:39.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65552026-08-15T07:16:40.250Z[ recovery-image] Aug 15 07:16:39.379 INFO O| Aug 15 07:16:39.379 INFO STEP 400 (remove_files) COMPLETE
65562026-08-15T07:16:40.255Z[ recovery-image] Aug 15 07:16:39.379 INFO O| Aug 15 07:16:39.379 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-15T07:16:40.262Z[ recovery-image] Aug 15 07:16:39.393 INFO O| Aug 15 07:16:39.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65582026-08-15T07:16:40.272Z[ recovery-image] Aug 15 07:16:39.402 INFO O| Aug 15 07:16:39.402 INFO STEP 401 (remove_files) COMPLETE
65592026-08-15T07:16:40.272Z[ recovery-image] Aug 15 07:16:39.402 INFO O| Aug 15 07:16:39.402 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-15T07:16:40.298Z[ recovery-image] Aug 15 07:16:39.428 INFO O| Aug 15 07:16:39.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65612026-08-15T07:16:40.301Z[ recovery-image] Aug 15 07:16:39.428 INFO O| Aug 15 07:16:39.428 INFO STEP 402 (remove_files) COMPLETE
65622026-08-15T07:16:40.301Z[ recovery-image] Aug 15 07:16:39.428 INFO O| Aug 15 07:16:39.428 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-15T07:16:40.310Z[ recovery-image] Aug 15 07:16:39.440 INFO O| Aug 15 07:16:39.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65642026-08-15T07:16:40.310Z[ recovery-image] Aug 15 07:16:39.440 INFO O| Aug 15 07:16:39.440 INFO STEP 403 (remove_files) COMPLETE
65652026-08-15T07:16:40.313Z[ recovery-image] Aug 15 07:16:39.440 INFO O| Aug 15 07:16:39.440 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-15T07:16:40.322Z[ recovery-image] Aug 15 07:16:39.452 INFO O| Aug 15 07:16:39.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65672026-08-15T07:16:40.322Z[ recovery-image] Aug 15 07:16:39.452 INFO O| Aug 15 07:16:39.452 INFO STEP 404 (remove_files) COMPLETE
65682026-08-15T07:16:40.322Z[ recovery-image] Aug 15 07:16:39.452 INFO O| Aug 15 07:16:39.452 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-15T07:16:40.337Z[ recovery-image] Aug 15 07:16:39.463 INFO O| Aug 15 07:16:39.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65702026-08-15T07:16:40.337Z[ recovery-image] Aug 15 07:16:39.463 INFO O| Aug 15 07:16:39.463 INFO STEP 405 (remove_files) COMPLETE
65712026-08-15T07:16:40.337Z[ recovery-image] Aug 15 07:16:39.463 INFO O| Aug 15 07:16:39.463 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-15T07:16:40.345Z[ recovery-image] Aug 15 07:16:39.475 INFO O| Aug 15 07:16:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65732026-08-15T07:16:40.345Z[ recovery-image] Aug 15 07:16:39.475 INFO O| Aug 15 07:16:39.475 INFO STEP 406 (remove_files) COMPLETE
65742026-08-15T07:16:40.348Z[ recovery-image] Aug 15 07:16:39.475 INFO O| Aug 15 07:16:39.475 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-15T07:16:40.355Z[ recovery-image] Aug 15 07:16:39.485 INFO O| Aug 15 07:16:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65762026-08-15T07:16:40.355Z[ recovery-image] Aug 15 07:16:39.485 INFO O| Aug 15 07:16:39.485 INFO STEP 407 (remove_files) COMPLETE
65772026-08-15T07:16:40.358Z[ recovery-image] Aug 15 07:16:39.485 INFO O| Aug 15 07:16:39.485 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-15T07:16:40.366Z[ recovery-image] Aug 15 07:16:39.496 INFO O| Aug 15 07:16:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65792026-08-15T07:16:40.366Z[ recovery-image] Aug 15 07:16:39.496 INFO O| Aug 15 07:16:39.496 INFO STEP 408 (remove_files) COMPLETE
65802026-08-15T07:16:40.366Z[ recovery-image] Aug 15 07:16:39.496 INFO O| Aug 15 07:16:39.496 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-15T07:16:40.376Z[ recovery-image] Aug 15 07:16:39.506 INFO O| Aug 15 07:16:39.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65822026-08-15T07:16:40.376Z[ recovery-image] Aug 15 07:16:39.506 INFO O| Aug 15 07:16:39.506 INFO STEP 409 (remove_files) COMPLETE
65832026-08-15T07:16:40.379Z[ recovery-image] Aug 15 07:16:39.506 INFO O| Aug 15 07:16:39.506 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-15T07:16:40.386Z[ recovery-image] Aug 15 07:16:39.516 INFO O| Aug 15 07:16:39.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65852026-08-15T07:16:40.386Z[ recovery-image] Aug 15 07:16:39.516 INFO O| Aug 15 07:16:39.516 INFO STEP 410 (remove_files) COMPLETE
65862026-08-15T07:16:40.386Z[ recovery-image] Aug 15 07:16:39.516 INFO O| Aug 15 07:16:39.516 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-15T07:16:40.396Z[ recovery-image] Aug 15 07:16:39.526 INFO O| Aug 15 07:16:39.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65882026-08-15T07:16:40.396Z[ recovery-image] Aug 15 07:16:39.527 INFO O| Aug 15 07:16:39.527 INFO STEP 411 (remove_files) COMPLETE
65892026-08-15T07:16:40.399Z[ recovery-image] Aug 15 07:16:39.527 INFO O| Aug 15 07:16:39.527 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-15T07:16:40.406Z[ recovery-image] Aug 15 07:16:39.537 INFO O| Aug 15 07:16:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65912026-08-15T07:16:40.406Z[ recovery-image] Aug 15 07:16:39.537 INFO O| Aug 15 07:16:39.537 INFO STEP 412 (remove_files) COMPLETE
65922026-08-15T07:16:40.409Z[ recovery-image] Aug 15 07:16:39.537 INFO O| Aug 15 07:16:39.537 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-15T07:16:40.416Z[ recovery-image] Aug 15 07:16:39.547 INFO O| Aug 15 07:16:39.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65942026-08-15T07:16:40.416Z[ recovery-image] Aug 15 07:16:39.547 INFO O| Aug 15 07:16:39.547 INFO STEP 413 (remove_files) COMPLETE
65952026-08-15T07:16:40.416Z[ recovery-image] Aug 15 07:16:39.547 INFO O| Aug 15 07:16:39.547 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-15T07:16:40.429Z[ recovery-image] Aug 15 07:16:39.560 INFO O| Aug 15 07:16:39.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65972026-08-15T07:16:40.429Z[ recovery-image] Aug 15 07:16:39.560 INFO O| Aug 15 07:16:39.560 INFO STEP 414 (remove_files) COMPLETE
65982026-08-15T07:16:40.432Z[ recovery-image] Aug 15 07:16:39.560 INFO O| Aug 15 07:16:39.560 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-15T07:16:40.440Z[ recovery-image] Aug 15 07:16:39.570 INFO O| Aug 15 07:16:39.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66002026-08-15T07:16:40.440Z[ recovery-image] Aug 15 07:16:39.570 INFO O| Aug 15 07:16:39.570 INFO STEP 415 (remove_files) COMPLETE
66012026-08-15T07:16:40.443Z[ recovery-image] Aug 15 07:16:39.570 INFO O| Aug 15 07:16:39.570 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-15T07:16:40.450Z[ recovery-image] Aug 15 07:16:39.581 INFO O| Aug 15 07:16:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66032026-08-15T07:16:40.453Z[ recovery-image] Aug 15 07:16:39.581 INFO O| Aug 15 07:16:39.581 INFO STEP 416 (remove_files) COMPLETE
66042026-08-15T07:16:40.453Z[ recovery-image] Aug 15 07:16:39.581 INFO O| Aug 15 07:16:39.581 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-15T07:16:40.462Z[ recovery-image] Aug 15 07:16:39.592 INFO O| Aug 15 07:16:39.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66062026-08-15T07:16:40.462Z[ recovery-image] Aug 15 07:16:39.592 INFO O| Aug 15 07:16:39.592 INFO STEP 417 (remove_files) COMPLETE
66072026-08-15T07:16:40.462Z[ recovery-image] Aug 15 07:16:39.592 INFO O| Aug 15 07:16:39.592 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-15T07:16:40.472Z[ recovery-image] Aug 15 07:16:39.603 INFO O| Aug 15 07:16:39.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66092026-08-15T07:16:40.472Z[ recovery-image] Aug 15 07:16:39.603 INFO O| Aug 15 07:16:39.603 INFO STEP 418 (remove_files) COMPLETE
66102026-08-15T07:16:40.472Z[ recovery-image] Aug 15 07:16:39.603 INFO O| Aug 15 07:16:39.603 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-15T07:16:40.482Z[ recovery-image] Aug 15 07:16:39.613 INFO O| Aug 15 07:16:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66122026-08-15T07:16:40.483Z[ recovery-image] Aug 15 07:16:39.613 INFO O| Aug 15 07:16:39.613 INFO STEP 419 (remove_files) COMPLETE
66132026-08-15T07:16:40.483Z[ recovery-image] Aug 15 07:16:39.613 INFO O| Aug 15 07:16:39.613 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-15T07:16:40.487Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66152026-08-15T07:16:40.491Z[ recovery-image] Aug 15 07:16:39.622 INFO O| Aug 15 07:16:39.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66162026-08-15T07:16:40.491Z[ recovery-image] Aug 15 07:16:39.622 INFO O| Aug 15 07:16:39.622 INFO STEP 420 (remove_files) COMPLETE
66172026-08-15T07:16:40.492Z[ recovery-image] Aug 15 07:16:39.622 INFO O| Aug 15 07:16:39.622 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-15T07:16:40.501Z[ recovery-image] Aug 15 07:16:39.631 INFO O| Aug 15 07:16:39.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66192026-08-15T07:16:40.501Z[ recovery-image] Aug 15 07:16:39.631 INFO O| Aug 15 07:16:39.631 INFO STEP 421 (remove_files) COMPLETE
66202026-08-15T07:16:40.501Z[ recovery-image] Aug 15 07:16:39.631 INFO O| Aug 15 07:16:39.631 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-15T07:16:40.513Z[ recovery-image] Aug 15 07:16:39.643 INFO O| Aug 15 07:16:39.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66222026-08-15T07:16:40.513Z[ recovery-image] Aug 15 07:16:39.643 INFO O| Aug 15 07:16:39.643 INFO STEP 422 (remove_files) COMPLETE
66232026-08-15T07:16:40.513Z[ recovery-image] Aug 15 07:16:39.643 INFO O| Aug 15 07:16:39.643 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-15T07:16:40.525Z[ recovery-image] Aug 15 07:16:39.652 INFO O| Aug 15 07:16:39.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66252026-08-15T07:16:40.525Z[ recovery-image] Aug 15 07:16:39.652 INFO O| Aug 15 07:16:39.652 INFO STEP 423 (remove_files) COMPLETE
66262026-08-15T07:16:40.528Z[ recovery-image] Aug 15 07:16:39.652 INFO O| Aug 15 07:16:39.652 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-15T07:16:40.531Z[ recovery-image] Aug 15 07:16:39.661 INFO O| Aug 15 07:16:39.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66282026-08-15T07:16:40.531Z[ recovery-image] Aug 15 07:16:39.662 INFO O| Aug 15 07:16:39.662 INFO STEP 424 (remove_files) COMPLETE
66292026-08-15T07:16:40.531Z[ recovery-image] Aug 15 07:16:39.662 INFO O| Aug 15 07:16:39.662 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-15T07:16:40.541Z[ recovery-image] Aug 15 07:16:39.671 INFO O| Aug 15 07:16:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66312026-08-15T07:16:40.541Z[ recovery-image] Aug 15 07:16:39.671 INFO O| Aug 15 07:16:39.671 INFO STEP 425 (remove_files) COMPLETE
66322026-08-15T07:16:40.544Z[ recovery-image] Aug 15 07:16:39.671 INFO O| Aug 15 07:16:39.671 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-15T07:16:40.550Z[ recovery-image] Aug 15 07:16:39.680 INFO O| Aug 15 07:16:39.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66342026-08-15T07:16:40.550Z[ recovery-image] Aug 15 07:16:39.680 INFO O| Aug 15 07:16:39.680 INFO STEP 426 (remove_files) COMPLETE
66352026-08-15T07:16:40.550Z[ recovery-image] Aug 15 07:16:39.680 INFO O| Aug 15 07:16:39.680 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-15T07:16:40.555Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
66372026-08-15T07:16:40.561Z[ recovery-image] Aug 15 07:16:39.691 INFO O| Aug 15 07:16:39.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66382026-08-15T07:16:40.561Z[ recovery-image] Aug 15 07:16:39.691 INFO O| Aug 15 07:16:39.691 INFO STEP 427 (remove_files) COMPLETE
66392026-08-15T07:16:40.561Z[ recovery-image] Aug 15 07:16:39.691 INFO O| Aug 15 07:16:39.691 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-15T07:16:40.573Z[ recovery-image] Aug 15 07:16:39.703 INFO O| Aug 15 07:16:39.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66412026-08-15T07:16:40.573Z[ recovery-image] Aug 15 07:16:39.703 INFO O| Aug 15 07:16:39.703 INFO STEP 428 (remove_files) COMPLETE
66422026-08-15T07:16:40.575Z[ recovery-image] Aug 15 07:16:39.703 INFO O| Aug 15 07:16:39.703 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-15T07:16:40.584Z[ recovery-image] Aug 15 07:16:39.714 INFO O| Aug 15 07:16:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66442026-08-15T07:16:40.584Z[ recovery-image] Aug 15 07:16:39.714 INFO O| Aug 15 07:16:39.714 INFO STEP 429 (remove_files) COMPLETE
66452026-08-15T07:16:40.584Z[ recovery-image] Aug 15 07:16:39.714 INFO O| Aug 15 07:16:39.714 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-15T07:16:40.595Z[ recovery-image] Aug 15 07:16:39.725 INFO O| Aug 15 07:16:39.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66472026-08-15T07:16:40.595Z[ recovery-image] Aug 15 07:16:39.725 INFO O| Aug 15 07:16:39.725 INFO STEP 430 (remove_files) COMPLETE
66482026-08-15T07:16:40.595Z[ recovery-image] Aug 15 07:16:39.725 INFO O| Aug 15 07:16:39.725 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-15T07:16:40.608Z[ recovery-image] Aug 15 07:16:39.738 INFO O| Aug 15 07:16:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66502026-08-15T07:16:40.608Z[ recovery-image] Aug 15 07:16:39.738 INFO O| Aug 15 07:16:39.738 INFO STEP 431 (remove_files) COMPLETE
66512026-08-15T07:16:40.609Z[ recovery-image] Aug 15 07:16:39.738 INFO O| Aug 15 07:16:39.738 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-15T07:16:40.618Z[ recovery-image] Aug 15 07:16:39.749 INFO O| Aug 15 07:16:39.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66532026-08-15T07:16:40.618Z[ recovery-image] Aug 15 07:16:39.749 INFO O| Aug 15 07:16:39.749 INFO STEP 432 (remove_files) COMPLETE
66542026-08-15T07:16:40.618Z[ recovery-image] Aug 15 07:16:39.749 INFO O| Aug 15 07:16:39.749 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-15T07:16:40.629Z[ recovery-image] Aug 15 07:16:39.759 INFO O| Aug 15 07:16:39.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66562026-08-15T07:16:40.629Z[ recovery-image] Aug 15 07:16:39.759 INFO O| Aug 15 07:16:39.759 INFO STEP 433 (remove_files) COMPLETE
66572026-08-15T07:16:40.632Z[ recovery-image] Aug 15 07:16:39.759 INFO O| Aug 15 07:16:39.759 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-15T07:16:40.636Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
66592026-08-15T07:16:40.641Z[ recovery-image] Aug 15 07:16:39.771 INFO O| Aug 15 07:16:39.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66602026-08-15T07:16:40.641Z[ recovery-image] Aug 15 07:16:39.771 INFO O| Aug 15 07:16:39.771 INFO STEP 434 (remove_files) COMPLETE
66612026-08-15T07:16:40.644Z[ recovery-image] Aug 15 07:16:39.771 INFO O| Aug 15 07:16:39.771 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-15T07:16:40.653Z[ recovery-image] Aug 15 07:16:39.781 INFO O| Aug 15 07:16:39.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66632026-08-15T07:16:40.653Z[ recovery-image] Aug 15 07:16:39.781 INFO O| Aug 15 07:16:39.781 INFO STEP 435 (remove_files) COMPLETE
66642026-08-15T07:16:40.653Z[ recovery-image] Aug 15 07:16:39.781 INFO O| Aug 15 07:16:39.781 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-15T07:16:40.662Z[ recovery-image] Aug 15 07:16:39.792 INFO O| Aug 15 07:16:39.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66662026-08-15T07:16:40.662Z[ recovery-image] Aug 15 07:16:39.792 INFO O| Aug 15 07:16:39.792 INFO STEP 436 (remove_files) COMPLETE
66672026-08-15T07:16:40.662Z[ recovery-image] Aug 15 07:16:39.792 INFO O| Aug 15 07:16:39.792 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-15T07:16:40.674Z[ recovery-image] Aug 15 07:16:39.804 INFO O| Aug 15 07:16:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66692026-08-15T07:16:40.674Z[ recovery-image] Aug 15 07:16:39.804 INFO O| Aug 15 07:16:39.804 INFO STEP 437 (remove_files) COMPLETE
66702026-08-15T07:16:40.674Z[ recovery-image] Aug 15 07:16:39.804 INFO O| Aug 15 07:16:39.804 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-15T07:16:40.685Z[ recovery-image] Aug 15 07:16:39.815 INFO O| Aug 15 07:16:39.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66722026-08-15T07:16:40.685Z[ recovery-image] Aug 15 07:16:39.815 INFO O| Aug 15 07:16:39.815 INFO STEP 438 (remove_files) COMPLETE
66732026-08-15T07:16:40.688Z[ recovery-image] Aug 15 07:16:39.815 INFO O| Aug 15 07:16:39.815 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-15T07:16:40.696Z[ recovery-image] Aug 15 07:16:39.826 INFO O| Aug 15 07:16:39.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66752026-08-15T07:16:40.696Z[ recovery-image] Aug 15 07:16:39.826 INFO O| Aug 15 07:16:39.826 INFO STEP 439 (remove_files) COMPLETE
66762026-08-15T07:16:40.696Z[ recovery-image] Aug 15 07:16:39.826 INFO O| Aug 15 07:16:39.826 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-15T07:16:40.706Z[ recovery-image] Aug 15 07:16:39.836 INFO O| Aug 15 07:16:39.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66782026-08-15T07:16:40.706Z[ recovery-image] Aug 15 07:16:39.836 INFO O| Aug 15 07:16:39.836 INFO STEP 440 (remove_files) COMPLETE
66792026-08-15T07:16:40.711Z[ recovery-image] Aug 15 07:16:39.836 INFO O| Aug 15 07:16:39.836 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-15T07:16:40.718Z[ recovery-image] Aug 15 07:16:39.848 INFO O| Aug 15 07:16:39.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66812026-08-15T07:16:40.718Z[ recovery-image] Aug 15 07:16:39.848 INFO O| Aug 15 07:16:39.848 INFO STEP 441 (remove_files) COMPLETE
66822026-08-15T07:16:40.718Z[ recovery-image] Aug 15 07:16:39.848 INFO O| Aug 15 07:16:39.848 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-15T07:16:40.729Z[ recovery-image] Aug 15 07:16:39.859 INFO O| Aug 15 07:16:39.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66842026-08-15T07:16:40.729Z[ recovery-image] Aug 15 07:16:39.860 INFO O| Aug 15 07:16:39.860 INFO STEP 442 (remove_files) COMPLETE
66852026-08-15T07:16:40.732Z[ recovery-image] Aug 15 07:16:39.860 INFO O| Aug 15 07:16:39.860 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-15T07:16:40.741Z[ recovery-image] Aug 15 07:16:39.872 INFO O| Aug 15 07:16:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66872026-08-15T07:16:40.741Z[ recovery-image] Aug 15 07:16:39.872 INFO O| Aug 15 07:16:39.872 INFO STEP 443 (remove_files) COMPLETE
66882026-08-15T07:16:40.744Z[ recovery-image] Aug 15 07:16:39.872 INFO O| Aug 15 07:16:39.872 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-15T07:16:40.752Z[ recovery-image] Aug 15 07:16:39.882 INFO O| Aug 15 07:16:39.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66902026-08-15T07:16:40.752Z[ recovery-image] Aug 15 07:16:39.882 INFO O| Aug 15 07:16:39.882 INFO STEP 444 (remove_files) COMPLETE
66912026-08-15T07:16:40.755Z[ recovery-image] Aug 15 07:16:39.882 INFO O| Aug 15 07:16:39.882 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-15T07:16:40.762Z[ recovery-image] Aug 15 07:16:39.892 INFO O| Aug 15 07:16:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66932026-08-15T07:16:40.762Z[ recovery-image] Aug 15 07:16:39.892 INFO O| Aug 15 07:16:39.892 INFO STEP 445 (remove_files) COMPLETE
66942026-08-15T07:16:40.765Z[ recovery-image] Aug 15 07:16:39.892 INFO O| Aug 15 07:16:39.892 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-15T07:16:40.772Z[ recovery-image] Aug 15 07:16:39.902 INFO O| Aug 15 07:16:39.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66962026-08-15T07:16:40.775Z[ recovery-image] Aug 15 07:16:39.902 INFO O| Aug 15 07:16:39.902 INFO STEP 446 (remove_files) COMPLETE
66972026-08-15T07:16:40.775Z[ recovery-image] Aug 15 07:16:39.902 INFO O| Aug 15 07:16:39.902 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-15T07:16:40.783Z[ recovery-image] Aug 15 07:16:39.913 INFO O| Aug 15 07:16:39.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66992026-08-15T07:16:40.783Z[ recovery-image] Aug 15 07:16:39.913 INFO O| Aug 15 07:16:39.913 INFO STEP 447 (remove_files) COMPLETE
67002026-08-15T07:16:40.783Z[ recovery-image] Aug 15 07:16:39.913 INFO O| Aug 15 07:16:39.913 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-15T07:16:40.794Z[ recovery-image] Aug 15 07:16:39.924 INFO O| Aug 15 07:16:39.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67022026-08-15T07:16:40.794Z[ recovery-image] Aug 15 07:16:39.924 INFO O| Aug 15 07:16:39.924 INFO STEP 448 (remove_files) COMPLETE
67032026-08-15T07:16:40.794Z[ recovery-image] Aug 15 07:16:39.924 INFO O| Aug 15 07:16:39.924 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-15T07:16:40.804Z[ recovery-image] Aug 15 07:16:39.934 INFO O| Aug 15 07:16:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67052026-08-15T07:16:40.804Z[ recovery-image] Aug 15 07:16:39.934 INFO O| Aug 15 07:16:39.934 INFO STEP 449 (remove_files) COMPLETE
67062026-08-15T07:16:40.804Z[ recovery-image] Aug 15 07:16:39.934 INFO O| Aug 15 07:16:39.934 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-15T07:16:40.809Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
67082026-08-15T07:16:40.813Z[ recovery-image] Aug 15 07:16:39.943 INFO O| Aug 15 07:16:39.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67092026-08-15T07:16:40.813Z[ recovery-image] Aug 15 07:16:39.943 INFO O| Aug 15 07:16:39.943 INFO STEP 450 (remove_files) COMPLETE
67102026-08-15T07:16:40.816Z[ recovery-image] Aug 15 07:16:39.943 INFO O| Aug 15 07:16:39.943 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-15T07:16:40.823Z[ recovery-image] Aug 15 07:16:39.954 INFO O| Aug 15 07:16:39.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67122026-08-15T07:16:40.823Z[ recovery-image] Aug 15 07:16:39.954 INFO O| Aug 15 07:16:39.954 INFO STEP 451 (remove_files) COMPLETE
67132026-08-15T07:16:40.823Z[ recovery-image] Aug 15 07:16:39.954 INFO O| Aug 15 07:16:39.954 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-15T07:16:40.834Z[ recovery-image] Aug 15 07:16:39.964 INFO O| Aug 15 07:16:39.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67152026-08-15T07:16:40.834Z[ recovery-image] Aug 15 07:16:39.964 INFO O| Aug 15 07:16:39.964 INFO STEP 452 (remove_files) COMPLETE
67162026-08-15T07:16:40.837Z[ recovery-image] Aug 15 07:16:39.964 INFO O| Aug 15 07:16:39.964 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-15T07:16:40.845Z[ recovery-image] Aug 15 07:16:39.975 INFO O| Aug 15 07:16:39.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67182026-08-15T07:16:40.845Z[ recovery-image] Aug 15 07:16:39.975 INFO O| Aug 15 07:16:39.975 INFO STEP 453 (remove_files) COMPLETE
67192026-08-15T07:16:40.845Z[ recovery-image] Aug 15 07:16:39.975 INFO O| Aug 15 07:16:39.975 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-15T07:16:40.855Z[ recovery-image] Aug 15 07:16:39.985 INFO O| Aug 15 07:16:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67212026-08-15T07:16:40.855Z[ recovery-image] Aug 15 07:16:39.985 INFO O| Aug 15 07:16:39.985 INFO STEP 454 (remove_files) COMPLETE
67222026-08-15T07:16:40.855Z[ recovery-image] Aug 15 07:16:39.985 INFO O| Aug 15 07:16:39.985 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-15T07:16:40.866Z[ recovery-image] Aug 15 07:16:39.996 INFO O| Aug 15 07:16:39.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67242026-08-15T07:16:40.866Z[ recovery-image] Aug 15 07:16:39.996 INFO O| Aug 15 07:16:39.996 INFO STEP 455 (remove_files) COMPLETE
67252026-08-15T07:16:40.869Z[ recovery-image] Aug 15 07:16:39.996 INFO O| Aug 15 07:16:39.996 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-15T07:16:40.876Z[ recovery-image] Aug 15 07:16:40.006 INFO O| Aug 15 07:16:40.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67272026-08-15T07:16:40.876Z[ recovery-image] Aug 15 07:16:40.006 INFO O| Aug 15 07:16:40.006 INFO STEP 456 (remove_files) COMPLETE
67282026-08-15T07:16:40.876Z[ recovery-image] Aug 15 07:16:40.006 INFO O| Aug 15 07:16:40.006 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-15T07:16:40.885Z[ recovery-image] Aug 15 07:16:40.015 INFO O| Aug 15 07:16:40.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67302026-08-15T07:16:40.885Z[ recovery-image] Aug 15 07:16:40.015 INFO O| Aug 15 07:16:40.015 INFO STEP 457 (remove_files) COMPLETE
67312026-08-15T07:16:40.888Z[ recovery-image] Aug 15 07:16:40.015 INFO O| Aug 15 07:16:40.015 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-15T07:16:40.888Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
67332026-08-15T07:16:40.894Z[ recovery-image] Aug 15 07:16:40.024 INFO O| Aug 15 07:16:40.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67342026-08-15T07:16:40.894Z[ recovery-image] Aug 15 07:16:40.024 INFO O| Aug 15 07:16:40.024 INFO STEP 458 (remove_files) COMPLETE
67352026-08-15T07:16:40.894Z[ recovery-image] Aug 15 07:16:40.024 INFO O| Aug 15 07:16:40.024 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-15T07:16:40.904Z[ recovery-image] Aug 15 07:16:40.035 INFO O| Aug 15 07:16:40.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67372026-08-15T07:16:40.905Z[ recovery-image] Aug 15 07:16:40.035 INFO O| Aug 15 07:16:40.035 INFO STEP 459 (remove_files) COMPLETE
67382026-08-15T07:16:40.905Z[ recovery-image] Aug 15 07:16:40.035 INFO O| Aug 15 07:16:40.035 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-15T07:16:40.915Z[ recovery-image] Aug 15 07:16:40.046 INFO O| Aug 15 07:16:40.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67402026-08-15T07:16:40.915Z[ recovery-image] Aug 15 07:16:40.046 INFO O| Aug 15 07:16:40.046 INFO STEP 460 (remove_files) COMPLETE
67412026-08-15T07:16:40.915Z[ recovery-image] Aug 15 07:16:40.046 INFO O| Aug 15 07:16:40.046 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-15T07:16:40.925Z[ recovery-image] Aug 15 07:16:40.055 INFO O| Aug 15 07:16:40.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67432026-08-15T07:16:40.929Z[ recovery-image] Aug 15 07:16:40.055 INFO O| Aug 15 07:16:40.055 INFO STEP 461 (remove_files) COMPLETE
67442026-08-15T07:16:40.929Z[ recovery-image] Aug 15 07:16:40.055 INFO O| Aug 15 07:16:40.055 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-15T07:16:40.934Z[ recovery-image] Aug 15 07:16:40.065 INFO O| Aug 15 07:16:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67462026-08-15T07:16:40.935Z[ recovery-image] Aug 15 07:16:40.065 INFO O| Aug 15 07:16:40.065 INFO STEP 462 (remove_files) COMPLETE
67472026-08-15T07:16:40.938Z[ recovery-image] Aug 15 07:16:40.065 INFO O| Aug 15 07:16:40.065 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-15T07:16:40.945Z[ recovery-image] Aug 15 07:16:40.076 INFO O| Aug 15 07:16:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67492026-08-15T07:16:40.945Z[ recovery-image] Aug 15 07:16:40.076 INFO O| Aug 15 07:16:40.076 INFO STEP 463 (remove_files) COMPLETE
67502026-08-15T07:16:40.945Z[ recovery-image] Aug 15 07:16:40.076 INFO O| Aug 15 07:16:40.076 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-15T07:16:40.955Z[ recovery-image] Aug 15 07:16:40.085 INFO O| Aug 15 07:16:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67522026-08-15T07:16:40.955Z[ recovery-image] Aug 15 07:16:40.085 INFO O| Aug 15 07:16:40.085 INFO STEP 464 (remove_files) COMPLETE
67532026-08-15T07:16:40.955Z[ recovery-image] Aug 15 07:16:40.085 INFO O| Aug 15 07:16:40.085 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-15T07:16:40.965Z[ recovery-image] Aug 15 07:16:40.095 INFO O| Aug 15 07:16:40.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67552026-08-15T07:16:40.965Z[ recovery-image] Aug 15 07:16:40.095 INFO O| Aug 15 07:16:40.095 INFO STEP 465 (remove_files) COMPLETE
67562026-08-15T07:16:40.966Z[ recovery-image] Aug 15 07:16:40.095 INFO O| Aug 15 07:16:40.095 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-15T07:16:40.975Z[ recovery-image] Aug 15 07:16:40.106 INFO O| Aug 15 07:16:40.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67582026-08-15T07:16:40.975Z[ recovery-image] Aug 15 07:16:40.106 INFO O| Aug 15 07:16:40.106 INFO STEP 466 (remove_files) COMPLETE
67592026-08-15T07:16:40.979Z[ recovery-image] Aug 15 07:16:40.106 INFO O| Aug 15 07:16:40.106 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-15T07:16:40.986Z[ recovery-image] Aug 15 07:16:40.116 INFO O| Aug 15 07:16:40.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67612026-08-15T07:16:40.986Z[ recovery-image] Aug 15 07:16:40.116 INFO O| Aug 15 07:16:40.116 INFO STEP 467 (remove_files) COMPLETE
67622026-08-15T07:16:40.986Z[ recovery-image] Aug 15 07:16:40.116 INFO O| Aug 15 07:16:40.116 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-15T07:16:40.997Z[ recovery-image] Aug 15 07:16:40.127 INFO O| Aug 15 07:16:40.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67642026-08-15T07:16:40.997Z[ recovery-image] Aug 15 07:16:40.128 INFO O| Aug 15 07:16:40.128 INFO STEP 468 (remove_files) COMPLETE
67652026-08-15T07:16:40.997Z[ recovery-image] Aug 15 07:16:40.128 INFO O| Aug 15 07:16:40.128 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-15T07:16:41.007Z[ recovery-image] Aug 15 07:16:40.137 INFO O| Aug 15 07:16:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67672026-08-15T07:16:41.007Z[ recovery-image] Aug 15 07:16:40.137 INFO O| Aug 15 07:16:40.137 INFO STEP 469 (remove_files) COMPLETE
67682026-08-15T07:16:41.007Z[ recovery-image] Aug 15 07:16:40.137 INFO O| Aug 15 07:16:40.137 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-15T07:16:41.017Z[ recovery-image] Aug 15 07:16:40.147 INFO O| Aug 15 07:16:40.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67702026-08-15T07:16:41.017Z[ recovery-image] Aug 15 07:16:40.147 INFO O| Aug 15 07:16:40.147 INFO STEP 470 (remove_files) COMPLETE
67712026-08-15T07:16:41.020Z[ recovery-image] Aug 15 07:16:40.147 INFO O| Aug 15 07:16:40.147 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-15T07:16:41.028Z[ recovery-image] Aug 15 07:16:40.158 INFO O| Aug 15 07:16:40.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67732026-08-15T07:16:41.028Z[ recovery-image] Aug 15 07:16:40.158 INFO O| Aug 15 07:16:40.158 INFO STEP 471 (remove_files) COMPLETE
67742026-08-15T07:16:41.028Z[ recovery-image] Aug 15 07:16:40.158 INFO O| Aug 15 07:16:40.158 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-15T07:16:41.038Z[ recovery-image] Aug 15 07:16:40.168 INFO O| Aug 15 07:16:40.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67762026-08-15T07:16:41.038Z[ recovery-image] Aug 15 07:16:40.168 INFO O| Aug 15 07:16:40.168 INFO STEP 472 (remove_files) COMPLETE
67772026-08-15T07:16:41.038Z[ recovery-image] Aug 15 07:16:40.168 INFO O| Aug 15 07:16:40.168 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-15T07:16:41.048Z[ recovery-image] Aug 15 07:16:40.178 INFO O| Aug 15 07:16:40.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67792026-08-15T07:16:41.048Z[ recovery-image] Aug 15 07:16:40.178 INFO O| Aug 15 07:16:40.178 INFO STEP 473 (remove_files) COMPLETE
67802026-08-15T07:16:41.048Z[ recovery-image] Aug 15 07:16:40.178 INFO O| Aug 15 07:16:40.178 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-15T07:16:41.057Z[ recovery-image] Aug 15 07:16:40.187 INFO O| Aug 15 07:16:40.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67822026-08-15T07:16:41.060Z[ recovery-image] Aug 15 07:16:40.188 INFO O| Aug 15 07:16:40.188 INFO STEP 474 (remove_files) COMPLETE
67832026-08-15T07:16:41.060Z[ recovery-image] Aug 15 07:16:40.188 INFO O| Aug 15 07:16:40.188 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-15T07:16:41.069Z[ recovery-image] Aug 15 07:16:40.199 INFO O| Aug 15 07:16:40.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67852026-08-15T07:16:41.069Z[ recovery-image] Aug 15 07:16:40.199 INFO O| Aug 15 07:16:40.199 INFO STEP 475 (remove_files) COMPLETE
67862026-08-15T07:16:41.069Z[ recovery-image] Aug 15 07:16:40.199 INFO O| Aug 15 07:16:40.199 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-15T07:16:41.079Z[ recovery-image] Aug 15 07:16:40.209 INFO O| Aug 15 07:16:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67882026-08-15T07:16:41.079Z[ recovery-image] Aug 15 07:16:40.209 INFO O| Aug 15 07:16:40.209 INFO STEP 476 (remove_files) COMPLETE
67892026-08-15T07:16:41.079Z[ recovery-image] Aug 15 07:16:40.209 INFO O| Aug 15 07:16:40.209 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-15T07:16:41.089Z[ recovery-image] Aug 15 07:16:40.219 INFO O| Aug 15 07:16:40.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67912026-08-15T07:16:41.089Z[ recovery-image] Aug 15 07:16:40.219 INFO O| Aug 15 07:16:40.219 INFO STEP 477 (remove_files) COMPLETE
67922026-08-15T07:16:41.089Z[ recovery-image] Aug 15 07:16:40.219 INFO O| Aug 15 07:16:40.219 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-15T07:16:41.099Z[ recovery-image] Aug 15 07:16:40.229 INFO O| Aug 15 07:16:40.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67942026-08-15T07:16:41.099Z[ recovery-image] Aug 15 07:16:40.229 INFO O| Aug 15 07:16:40.229 INFO STEP 478 (remove_files) COMPLETE
67952026-08-15T07:16:41.099Z[ recovery-image] Aug 15 07:16:40.229 INFO O| Aug 15 07:16:40.229 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-15T07:16:41.108Z[ recovery-image] Aug 15 07:16:40.239 INFO O| Aug 15 07:16:40.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67972026-08-15T07:16:41.108Z[ recovery-image] Aug 15 07:16:40.239 INFO O| Aug 15 07:16:40.239 INFO STEP 479 (remove_files) COMPLETE
67982026-08-15T07:16:41.108Z[ recovery-image] Aug 15 07:16:40.239 INFO O| Aug 15 07:16:40.239 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-15T07:16:41.118Z[ recovery-image] Aug 15 07:16:40.249 INFO O| Aug 15 07:16:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68002026-08-15T07:16:41.118Z[ recovery-image] Aug 15 07:16:40.249 INFO O| Aug 15 07:16:40.249 INFO STEP 480 (remove_files) COMPLETE
68012026-08-15T07:16:41.118Z[ recovery-image] Aug 15 07:16:40.249 INFO O| Aug 15 07:16:40.249 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-15T07:16:41.124Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
68032026-08-15T07:16:41.129Z[ recovery-image] Aug 15 07:16:40.259 INFO O| Aug 15 07:16:40.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68042026-08-15T07:16:41.132Z[ recovery-image] Aug 15 07:16:40.259 INFO O| Aug 15 07:16:40.259 INFO STEP 481 (remove_files) COMPLETE
68052026-08-15T07:16:41.132Z[ recovery-image] Aug 15 07:16:40.259 INFO O| Aug 15 07:16:40.259 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-15T07:16:41.140Z[ recovery-image] Aug 15 07:16:40.270 INFO O| Aug 15 07:16:40.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68072026-08-15T07:16:41.140Z[ recovery-image] Aug 15 07:16:40.270 INFO O| Aug 15 07:16:40.270 INFO STEP 482 (remove_files) COMPLETE
68082026-08-15T07:16:41.140Z[ recovery-image] Aug 15 07:16:40.270 INFO O| Aug 15 07:16:40.270 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-15T07:16:41.152Z[ recovery-image] Aug 15 07:16:40.282 INFO O| Aug 15 07:16:40.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68102026-08-15T07:16:41.152Z[ recovery-image] Aug 15 07:16:40.282 INFO O| Aug 15 07:16:40.282 INFO STEP 483 (remove_files) COMPLETE
68112026-08-15T07:16:41.155Z[ recovery-image] Aug 15 07:16:40.282 INFO O| Aug 15 07:16:40.282 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-15T07:16:41.168Z[ recovery-image] Aug 15 07:16:40.294 INFO O| Aug 15 07:16:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68132026-08-15T07:16:41.168Z[ recovery-image] Aug 15 07:16:40.294 INFO O| Aug 15 07:16:40.294 INFO STEP 484 (remove_files) COMPLETE
68142026-08-15T07:16:41.168Z[ recovery-image] Aug 15 07:16:40.294 INFO O| Aug 15 07:16:40.294 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-15T07:16:41.173Z[ recovery-image] Aug 15 07:16:40.304 INFO O| Aug 15 07:16:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68162026-08-15T07:16:41.173Z[ recovery-image] Aug 15 07:16:40.304 INFO O| Aug 15 07:16:40.304 INFO STEP 485 (remove_files) COMPLETE
68172026-08-15T07:16:41.177Z[ recovery-image] Aug 15 07:16:40.304 INFO O| Aug 15 07:16:40.304 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-15T07:16:41.184Z[ recovery-image] Aug 15 07:16:40.313 INFO O| Aug 15 07:16:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68192026-08-15T07:16:41.184Z[ recovery-image] Aug 15 07:16:40.313 INFO O| Aug 15 07:16:40.313 INFO STEP 486 (remove_files) COMPLETE
68202026-08-15T07:16:41.184Z[ recovery-image] Aug 15 07:16:40.313 INFO O| Aug 15 07:16:40.313 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-15T07:16:41.192Z[ recovery-image] Aug 15 07:16:40.322 INFO O| Aug 15 07:16:40.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68222026-08-15T07:16:41.192Z[ recovery-image] Aug 15 07:16:40.322 INFO O| Aug 15 07:16:40.322 INFO STEP 487 (remove_files) COMPLETE
68232026-08-15T07:16:41.192Z[ recovery-image] Aug 15 07:16:40.322 INFO O| Aug 15 07:16:40.322 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-15T07:16:41.201Z[ recovery-image] Aug 15 07:16:40.331 INFO O| Aug 15 07:16:40.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68252026-08-15T07:16:41.201Z[ recovery-image] Aug 15 07:16:40.331 INFO O| Aug 15 07:16:40.331 INFO STEP 488 (remove_files) COMPLETE
68262026-08-15T07:16:41.201Z[ recovery-image] Aug 15 07:16:40.331 INFO O| Aug 15 07:16:40.331 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-15T07:16:41.211Z[ recovery-image] Aug 15 07:16:40.341 INFO O| Aug 15 07:16:40.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68282026-08-15T07:16:41.211Z[ recovery-image] Aug 15 07:16:40.341 INFO O| Aug 15 07:16:40.341 INFO STEP 489 (remove_files) COMPLETE
68292026-08-15T07:16:41.214Z[ recovery-image] Aug 15 07:16:40.341 INFO O| Aug 15 07:16:40.341 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-15T07:16:41.217Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
68312026-08-15T07:16:41.221Z[ recovery-image] Aug 15 07:16:40.351 INFO O| Aug 15 07:16:40.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68322026-08-15T07:16:41.221Z[ recovery-image] Aug 15 07:16:40.351 INFO O| Aug 15 07:16:40.351 INFO STEP 490 (remove_files) COMPLETE
68332026-08-15T07:16:41.221Z[ recovery-image] Aug 15 07:16:40.351 INFO O| Aug 15 07:16:40.351 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-15T07:16:41.230Z[ recovery-image] Aug 15 07:16:40.360 INFO O| Aug 15 07:16:40.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68352026-08-15T07:16:41.235Z[ recovery-image] Aug 15 07:16:40.361 INFO O| Aug 15 07:16:40.361 INFO STEP 491 (remove_files) COMPLETE
68362026-08-15T07:16:41.235Z[ recovery-image] Aug 15 07:16:40.361 INFO O| Aug 15 07:16:40.361 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-15T07:16:41.239Z[ recovery-image] Aug 15 07:16:40.370 INFO O| Aug 15 07:16:40.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68382026-08-15T07:16:41.239Z[ recovery-image] Aug 15 07:16:40.370 INFO O| Aug 15 07:16:40.370 INFO STEP 492 (remove_files) COMPLETE
68392026-08-15T07:16:41.239Z[ recovery-image] Aug 15 07:16:40.370 INFO O| Aug 15 07:16:40.370 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-15T07:16:41.248Z[ recovery-image] Aug 15 07:16:40.379 INFO O| Aug 15 07:16:40.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68412026-08-15T07:16:41.249Z[ recovery-image] Aug 15 07:16:40.379 INFO O| Aug 15 07:16:40.379 INFO STEP 493 (remove_files) COMPLETE
68422026-08-15T07:16:41.249Z[ recovery-image] Aug 15 07:16:40.379 INFO O| Aug 15 07:16:40.379 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-15T07:16:41.257Z[ recovery-image] Aug 15 07:16:40.387 INFO O| Aug 15 07:16:40.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68442026-08-15T07:16:41.257Z[ recovery-image] Aug 15 07:16:40.388 INFO O| Aug 15 07:16:40.387 INFO STEP 494 (remove_files) COMPLETE
68452026-08-15T07:16:41.257Z[ recovery-image] Aug 15 07:16:40.388 INFO O| Aug 15 07:16:40.388 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-15T07:16:41.268Z[ recovery-image] Aug 15 07:16:40.398 INFO O| Aug 15 07:16:40.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68472026-08-15T07:16:41.271Z[ recovery-image] Aug 15 07:16:40.399 INFO O| Aug 15 07:16:40.399 INFO STEP 495 (remove_files) COMPLETE
68482026-08-15T07:16:41.271Z[ recovery-image] Aug 15 07:16:40.399 INFO O| Aug 15 07:16:40.399 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-15T07:16:41.280Z[ recovery-image] Aug 15 07:16:40.410 INFO O| Aug 15 07:16:40.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68502026-08-15T07:16:41.280Z[ recovery-image] Aug 15 07:16:40.410 INFO O| Aug 15 07:16:40.410 INFO STEP 496 (remove_files) COMPLETE
68512026-08-15T07:16:41.280Z[ recovery-image] Aug 15 07:16:40.410 INFO O| Aug 15 07:16:40.410 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-15T07:16:41.290Z[ recovery-image] Aug 15 07:16:40.420 INFO O| Aug 15 07:16:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68532026-08-15T07:16:41.290Z[ recovery-image] Aug 15 07:16:40.420 INFO O| Aug 15 07:16:40.420 INFO STEP 497 (remove_files) COMPLETE
68542026-08-15T07:16:41.290Z[ recovery-image] Aug 15 07:16:40.420 INFO O| Aug 15 07:16:40.420 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-15T07:16:41.300Z[ recovery-image] Aug 15 07:16:40.430 INFO O| Aug 15 07:16:40.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68562026-08-15T07:16:41.300Z[ recovery-image] Aug 15 07:16:40.430 INFO O| Aug 15 07:16:40.430 INFO STEP 498 (remove_files) COMPLETE
68572026-08-15T07:16:41.304Z[ recovery-image] Aug 15 07:16:40.430 INFO O| Aug 15 07:16:40.430 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-15T07:16:41.310Z[ recovery-image] Aug 15 07:16:40.440 INFO O| Aug 15 07:16:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68592026-08-15T07:16:41.313Z[ recovery-image] Aug 15 07:16:40.441 INFO O| Aug 15 07:16:40.441 INFO STEP 499 (remove_files) COMPLETE
68602026-08-15T07:16:41.313Z[ recovery-image] Aug 15 07:16:40.441 INFO O| Aug 15 07:16:40.441 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-15T07:16:41.321Z[ recovery-image] Aug 15 07:16:40.451 INFO O| Aug 15 07:16:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68622026-08-15T07:16:41.321Z[ recovery-image] Aug 15 07:16:40.451 INFO O| Aug 15 07:16:40.451 INFO STEP 500 (remove_files) COMPLETE
68632026-08-15T07:16:41.321Z[ recovery-image] Aug 15 07:16:40.451 INFO O| Aug 15 07:16:40.451 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-15T07:16:41.331Z[ recovery-image] Aug 15 07:16:40.461 INFO O| Aug 15 07:16:40.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68652026-08-15T07:16:41.334Z[ recovery-image] Aug 15 07:16:40.461 INFO O| Aug 15 07:16:40.461 INFO STEP 501 (remove_files) COMPLETE
68662026-08-15T07:16:41.334Z[ recovery-image] Aug 15 07:16:40.461 INFO O| Aug 15 07:16:40.461 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-15T07:16:41.340Z[ recovery-image] Aug 15 07:16:40.471 INFO O| Aug 15 07:16:40.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68682026-08-15T07:16:41.340Z[ recovery-image] Aug 15 07:16:40.471 INFO O| Aug 15 07:16:40.471 INFO STEP 502 (remove_files) COMPLETE
68692026-08-15T07:16:41.340Z[ recovery-image] Aug 15 07:16:40.471 INFO O| Aug 15 07:16:40.471 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-15T07:16:41.350Z[ recovery-image] Aug 15 07:16:40.480 INFO O| Aug 15 07:16:40.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68712026-08-15T07:16:41.350Z[ recovery-image] Aug 15 07:16:40.481 INFO O| Aug 15 07:16:40.480 INFO STEP 503 (remove_files) COMPLETE
68722026-08-15T07:16:41.354Z[ recovery-image] Aug 15 07:16:40.481 INFO O| Aug 15 07:16:40.480 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-15T07:16:41.362Z[ recovery-image] Aug 15 07:16:40.490 INFO O| Aug 15 07:16:40.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68742026-08-15T07:16:41.362Z[ recovery-image] Aug 15 07:16:40.490 INFO O| Aug 15 07:16:40.490 INFO STEP 504 (remove_files) COMPLETE
68752026-08-15T07:16:41.365Z[ recovery-image] Aug 15 07:16:40.490 INFO O| Aug 15 07:16:40.490 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-15T07:16:41.371Z[ recovery-image] Aug 15 07:16:40.502 INFO O| Aug 15 07:16:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68772026-08-15T07:16:41.371Z[ recovery-image] Aug 15 07:16:40.502 INFO O| Aug 15 07:16:40.502 INFO STEP 505 (remove_files) COMPLETE
68782026-08-15T07:16:41.375Z[ recovery-image] Aug 15 07:16:40.502 INFO O| Aug 15 07:16:40.502 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-15T07:16:41.381Z[ recovery-image] Aug 15 07:16:40.512 INFO O| Aug 15 07:16:40.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68802026-08-15T07:16:41.381Z[ recovery-image] Aug 15 07:16:40.512 INFO O| Aug 15 07:16:40.512 INFO STEP 506 (remove_files) COMPLETE
68812026-08-15T07:16:41.381Z[ recovery-image] Aug 15 07:16:40.512 INFO O| Aug 15 07:16:40.512 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-15T07:16:41.392Z[ recovery-image] Aug 15 07:16:40.522 INFO O| Aug 15 07:16:40.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68832026-08-15T07:16:41.392Z[ recovery-image] Aug 15 07:16:40.522 INFO O| Aug 15 07:16:40.522 INFO STEP 507 (remove_files) COMPLETE
68842026-08-15T07:16:41.392Z[ recovery-image] Aug 15 07:16:40.522 INFO O| Aug 15 07:16:40.522 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-15T07:16:41.402Z[ recovery-image] Aug 15 07:16:40.533 INFO O| Aug 15 07:16:40.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68862026-08-15T07:16:41.405Z[ recovery-image] Aug 15 07:16:40.533 INFO O| Aug 15 07:16:40.533 INFO STEP 508 (remove_files) COMPLETE
68872026-08-15T07:16:41.405Z[ recovery-image] Aug 15 07:16:40.533 INFO O| Aug 15 07:16:40.533 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-15T07:16:41.414Z[ recovery-image] Aug 15 07:16:40.544 INFO O| Aug 15 07:16:40.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68892026-08-15T07:16:41.414Z[ recovery-image] Aug 15 07:16:40.544 INFO O| Aug 15 07:16:40.544 INFO STEP 509 (remove_files) COMPLETE
68902026-08-15T07:16:41.414Z[ recovery-image] Aug 15 07:16:40.544 INFO O| Aug 15 07:16:40.544 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-15T07:16:41.424Z[ recovery-image] Aug 15 07:16:40.554 INFO O| Aug 15 07:16:40.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68922026-08-15T07:16:41.424Z[ recovery-image] Aug 15 07:16:40.554 INFO O| Aug 15 07:16:40.554 INFO STEP 510 (remove_files) COMPLETE
68932026-08-15T07:16:41.424Z[ recovery-image] Aug 15 07:16:40.554 INFO O| Aug 15 07:16:40.554 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-15T07:16:41.434Z[ recovery-image] Aug 15 07:16:40.565 INFO O| Aug 15 07:16:40.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68952026-08-15T07:16:41.434Z[ recovery-image] Aug 15 07:16:40.565 INFO O| Aug 15 07:16:40.565 INFO STEP 511 (remove_files) COMPLETE
68962026-08-15T07:16:41.435Z[ recovery-image] Aug 15 07:16:40.565 INFO O| Aug 15 07:16:40.565 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-15T07:16:41.445Z[ recovery-image] Aug 15 07:16:40.575 INFO O| Aug 15 07:16:40.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68982026-08-15T07:16:41.445Z[ recovery-image] Aug 15 07:16:40.575 INFO O| Aug 15 07:16:40.575 INFO STEP 512 (remove_files) COMPLETE
68992026-08-15T07:16:41.445Z[ recovery-image] Aug 15 07:16:40.575 INFO O| Aug 15 07:16:40.575 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-15T07:16:41.456Z[ recovery-image] Aug 15 07:16:40.586 INFO O| Aug 15 07:16:40.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69012026-08-15T07:16:41.460Z[ recovery-image] Aug 15 07:16:40.587 INFO O| Aug 15 07:16:40.587 INFO STEP 513 (remove_files) COMPLETE
69022026-08-15T07:16:41.460Z[ recovery-image] Aug 15 07:16:40.587 INFO O| Aug 15 07:16:40.587 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-15T07:16:41.468Z[ recovery-image] Aug 15 07:16:40.599 INFO O| Aug 15 07:16:40.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69042026-08-15T07:16:41.468Z[ recovery-image] Aug 15 07:16:40.599 INFO O| Aug 15 07:16:40.599 INFO STEP 514 (remove_files) COMPLETE
69052026-08-15T07:16:41.472Z[ recovery-image] Aug 15 07:16:40.599 INFO O| Aug 15 07:16:40.599 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-15T07:16:41.479Z[ recovery-image] Aug 15 07:16:40.609 INFO O| Aug 15 07:16:40.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69072026-08-15T07:16:41.479Z[ recovery-image] Aug 15 07:16:40.609 INFO O| Aug 15 07:16:40.609 INFO STEP 515 (remove_files) COMPLETE
69082026-08-15T07:16:41.479Z[ recovery-image] Aug 15 07:16:40.609 INFO O| Aug 15 07:16:40.609 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-15T07:16:41.488Z[ recovery-image] Aug 15 07:16:40.619 INFO O| Aug 15 07:16:40.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69102026-08-15T07:16:41.489Z[ recovery-image] Aug 15 07:16:40.619 INFO O| Aug 15 07:16:40.619 INFO STEP 516 (remove_files) COMPLETE
69112026-08-15T07:16:41.489Z[ recovery-image] Aug 15 07:16:40.619 INFO O| Aug 15 07:16:40.619 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-15T07:16:41.499Z[ recovery-image] Aug 15 07:16:40.630 INFO O| Aug 15 07:16:40.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69132026-08-15T07:16:41.503Z[ recovery-image] Aug 15 07:16:40.631 INFO O| Aug 15 07:16:40.631 INFO STEP 517 (remove_files) COMPLETE
69142026-08-15T07:16:41.503Z[ recovery-image] Aug 15 07:16:40.631 INFO O| Aug 15 07:16:40.631 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-15T07:16:41.506Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
69162026-08-15T07:16:41.512Z[ recovery-image] Aug 15 07:16:40.642 INFO O| Aug 15 07:16:40.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69172026-08-15T07:16:41.512Z[ recovery-image] Aug 15 07:16:40.642 INFO O| Aug 15 07:16:40.642 INFO STEP 518 (remove_files) COMPLETE
69182026-08-15T07:16:41.515Z[ recovery-image] Aug 15 07:16:40.642 INFO O| Aug 15 07:16:40.642 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-15T07:16:41.523Z[ recovery-image] Aug 15 07:16:40.653 INFO O| Aug 15 07:16:40.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69202026-08-15T07:16:41.524Z[ recovery-image] Aug 15 07:16:40.653 INFO O| Aug 15 07:16:40.653 INFO STEP 519 (remove_files) COMPLETE
69212026-08-15T07:16:41.524Z[ recovery-image] Aug 15 07:16:40.653 INFO O| Aug 15 07:16:40.653 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-15T07:16:41.534Z[ recovery-image] Aug 15 07:16:40.664 INFO O| Aug 15 07:16:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69232026-08-15T07:16:41.534Z[ recovery-image] Aug 15 07:16:40.664 INFO O| Aug 15 07:16:40.664 INFO STEP 520 (remove_files) COMPLETE
69242026-08-15T07:16:41.534Z[ recovery-image] Aug 15 07:16:40.664 INFO O| Aug 15 07:16:40.664 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-15T07:16:41.544Z[ recovery-image] Aug 15 07:16:40.674 INFO O| Aug 15 07:16:40.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69262026-08-15T07:16:41.544Z[ recovery-image] Aug 15 07:16:40.674 INFO O| Aug 15 07:16:40.674 INFO STEP 521 (remove_files) COMPLETE
69272026-08-15T07:16:41.544Z[ recovery-image] Aug 15 07:16:40.674 INFO O| Aug 15 07:16:40.674 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-15T07:16:41.554Z[ recovery-image] Aug 15 07:16:40.684 INFO O| Aug 15 07:16:40.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69292026-08-15T07:16:41.554Z[ recovery-image] Aug 15 07:16:40.684 INFO O| Aug 15 07:16:40.684 INFO STEP 522 (remove_files) COMPLETE
69302026-08-15T07:16:41.554Z[ recovery-image] Aug 15 07:16:40.684 INFO O| Aug 15 07:16:40.684 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-15T07:16:41.565Z[ recovery-image] Aug 15 07:16:40.695 INFO O| Aug 15 07:16:40.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69322026-08-15T07:16:41.565Z[ recovery-image] Aug 15 07:16:40.695 INFO O| Aug 15 07:16:40.695 INFO STEP 523 (remove_files) COMPLETE
69332026-08-15T07:16:41.565Z[ recovery-image] Aug 15 07:16:40.695 INFO O| Aug 15 07:16:40.695 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-15T07:16:41.582Z[ recovery-image] Aug 15 07:16:40.706 INFO O| Aug 15 07:16:40.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69352026-08-15T07:16:41.583Z[ recovery-image] Aug 15 07:16:40.707 INFO O| Aug 15 07:16:40.707 INFO STEP 524 (remove_files) COMPLETE
69362026-08-15T07:16:41.583Z[ recovery-image] Aug 15 07:16:40.707 INFO O| Aug 15 07:16:40.707 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-15T07:16:41.597Z[ recovery-image] Aug 15 07:16:40.727 INFO O| Aug 15 07:16:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69382026-08-15T07:16:41.597Z[ recovery-image] Aug 15 07:16:40.727 INFO O| Aug 15 07:16:40.717 INFO STEP 525 (remove_files) COMPLETE
69392026-08-15T07:16:41.598Z[ recovery-image] Aug 15 07:16:40.727 INFO O| Aug 15 07:16:40.717 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-15T07:16:41.601Z[ recovery-image] Aug 15 07:16:40.731 INFO O| Aug 15 07:16:40.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69412026-08-15T07:16:41.601Z[ recovery-image] Aug 15 07:16:40.731 INFO O| Aug 15 07:16:40.729 INFO STEP 526 (remove_files) COMPLETE
69422026-08-15T07:16:41.601Z[ recovery-image] Aug 15 07:16:40.731 INFO O| Aug 15 07:16:40.729 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-15T07:16:41.608Z[ recovery-image] Aug 15 07:16:40.738 INFO O| Aug 15 07:16:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69442026-08-15T07:16:41.608Z[ recovery-image] Aug 15 07:16:40.739 INFO O| Aug 15 07:16:40.738 INFO STEP 527 (remove_files) COMPLETE
69452026-08-15T07:16:41.608Z[ recovery-image] Aug 15 07:16:40.739 INFO O| Aug 15 07:16:40.738 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-15T07:16:41.617Z[ recovery-image] Aug 15 07:16:40.748 INFO O| Aug 15 07:16:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69472026-08-15T07:16:41.617Z[ recovery-image] Aug 15 07:16:40.748 INFO O| Aug 15 07:16:40.748 INFO STEP 528 (remove_files) COMPLETE
69482026-08-15T07:16:41.617Z[ recovery-image] Aug 15 07:16:40.748 INFO O| Aug 15 07:16:40.748 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-15T07:16:41.627Z[ recovery-image] Aug 15 07:16:40.757 INFO O| Aug 15 07:16:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69502026-08-15T07:16:41.627Z[ recovery-image] Aug 15 07:16:40.757 INFO O| Aug 15 07:16:40.757 INFO STEP 529 (remove_files) COMPLETE
69512026-08-15T07:16:41.627Z[ recovery-image] Aug 15 07:16:40.757 INFO O| Aug 15 07:16:40.757 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-15T07:16:41.636Z[ recovery-image] Aug 15 07:16:40.766 INFO O| Aug 15 07:16:40.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69532026-08-15T07:16:41.636Z[ recovery-image] Aug 15 07:16:40.766 INFO O| Aug 15 07:16:40.766 INFO STEP 530 (remove_files) COMPLETE
69542026-08-15T07:16:41.636Z[ recovery-image] Aug 15 07:16:40.766 INFO O| Aug 15 07:16:40.766 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-15T07:16:41.644Z[ recovery-image] Aug 15 07:16:40.775 INFO O| Aug 15 07:16:40.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69562026-08-15T07:16:41.644Z[ recovery-image] Aug 15 07:16:40.775 INFO O| Aug 15 07:16:40.775 INFO STEP 531 (remove_files) COMPLETE
69572026-08-15T07:16:41.644Z[ recovery-image] Aug 15 07:16:40.775 INFO O| Aug 15 07:16:40.775 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-15T07:16:41.654Z[ recovery-image] Aug 15 07:16:40.784 INFO O| Aug 15 07:16:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69592026-08-15T07:16:41.654Z[ recovery-image] Aug 15 07:16:40.785 INFO O| Aug 15 07:16:40.785 INFO STEP 532 (remove_files) COMPLETE
69602026-08-15T07:16:41.658Z[ recovery-image] Aug 15 07:16:40.785 INFO O| Aug 15 07:16:40.785 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-15T07:16:41.664Z[ recovery-image] Aug 15 07:16:40.795 INFO O| Aug 15 07:16:40.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69622026-08-15T07:16:41.667Z[ recovery-image] Aug 15 07:16:40.795 INFO O| Aug 15 07:16:40.795 INFO STEP 533 (remove_files) COMPLETE
69632026-08-15T07:16:41.667Z[ recovery-image] Aug 15 07:16:40.795 INFO O| Aug 15 07:16:40.795 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-15T07:16:41.675Z[ recovery-image] Aug 15 07:16:40.805 INFO O| Aug 15 07:16:40.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69652026-08-15T07:16:41.675Z[ recovery-image] Aug 15 07:16:40.805 INFO O| Aug 15 07:16:40.805 INFO STEP 534 (remove_files) COMPLETE
69662026-08-15T07:16:41.675Z[ recovery-image] Aug 15 07:16:40.805 INFO O| Aug 15 07:16:40.805 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-15T07:16:41.685Z[ recovery-image] Aug 15 07:16:40.816 INFO O| Aug 15 07:16:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69682026-08-15T07:16:41.685Z[ recovery-image] Aug 15 07:16:40.816 INFO O| Aug 15 07:16:40.816 INFO STEP 535 (remove_files) COMPLETE
69692026-08-15T07:16:41.685Z[ recovery-image] Aug 15 07:16:40.816 INFO O| Aug 15 07:16:40.816 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-15T07:16:41.691Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
69712026-08-15T07:16:41.695Z[ recovery-image] Aug 15 07:16:40.826 INFO O| Aug 15 07:16:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69722026-08-15T07:16:41.696Z[ recovery-image] Aug 15 07:16:40.826 INFO O| Aug 15 07:16:40.826 INFO STEP 536 (remove_files) COMPLETE
69732026-08-15T07:16:41.698Z[ recovery-image] Aug 15 07:16:40.826 INFO O| Aug 15 07:16:40.826 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-15T07:16:41.708Z[ recovery-image] Aug 15 07:16:40.838 INFO O| Aug 15 07:16:40.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69752026-08-15T07:16:41.708Z[ recovery-image] Aug 15 07:16:40.838 INFO O| Aug 15 07:16:40.838 INFO STEP 537 (remove_files) COMPLETE
69762026-08-15T07:16:41.708Z[ recovery-image] Aug 15 07:16:40.838 INFO O| Aug 15 07:16:40.838 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-15T07:16:41.720Z[ recovery-image] Aug 15 07:16:40.849 INFO O| Aug 15 07:16:40.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69782026-08-15T07:16:41.723Z[ recovery-image] Aug 15 07:16:40.850 INFO O| Aug 15 07:16:40.850 INFO STEP 538 (remove_files) COMPLETE
69792026-08-15T07:16:41.723Z[ recovery-image] Aug 15 07:16:40.850 INFO O| Aug 15 07:16:40.850 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.861 INFO O| Aug 15 07:16:40.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69812026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.862 INFO O| Aug 15 07:16:40.862 INFO STEP 539 (remove_files) COMPLETE
69822026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.862 INFO O| Aug 15 07:16:40.862 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.873 INFO O| Aug 15 07:16:40.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69842026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.874 INFO O| Aug 15 07:16:40.874 INFO STEP 540 (remove_files) COMPLETE
69852026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.874 INFO O| Aug 15 07:16:40.874 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.885 INFO O| Aug 15 07:16:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69872026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.885 INFO O| Aug 15 07:16:40.885 INFO STEP 541 (remove_files) COMPLETE
69882026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.885 INFO O| Aug 15 07:16:40.885 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.896 INFO O| Aug 15 07:16:40.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69902026-08-15T07:16:41.770Z[ recovery-image] Aug 15 07:16:40.896 INFO O| Aug 15 07:16:40.896 INFO STEP 542 (remove_files) COMPLETE
69912026-08-15T07:16:41.771Z[ recovery-image] Aug 15 07:16:40.896 INFO O| Aug 15 07:16:40.896 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-15T07:16:41.776Z[ recovery-image] Aug 15 07:16:40.906 INFO O| Aug 15 07:16:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69932026-08-15T07:16:41.776Z[ recovery-image] Aug 15 07:16:40.906 INFO O| Aug 15 07:16:40.906 INFO STEP 543 (remove_files) COMPLETE
69942026-08-15T07:16:41.779Z[ recovery-image] Aug 15 07:16:40.906 INFO O| Aug 15 07:16:40.906 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-15T07:16:41.787Z[ recovery-image] Aug 15 07:16:40.917 INFO O| Aug 15 07:16:40.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69962026-08-15T07:16:41.790Z[ recovery-image] Aug 15 07:16:40.918 INFO O| Aug 15 07:16:40.918 INFO STEP 544 (remove_files) COMPLETE
69972026-08-15T07:16:41.790Z[ recovery-image] Aug 15 07:16:40.918 INFO O| Aug 15 07:16:40.918 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-15T07:16:41.796Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
69992026-08-15T07:16:41.799Z[ recovery-image] Aug 15 07:16:40.928 INFO O| Aug 15 07:16:40.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70002026-08-15T07:16:41.799Z[ recovery-image] Aug 15 07:16:40.928 INFO O| Aug 15 07:16:40.928 INFO STEP 545 (remove_files) COMPLETE
70012026-08-15T07:16:41.799Z[ recovery-image] Aug 15 07:16:40.928 INFO O| Aug 15 07:16:40.928 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-15T07:16:41.809Z[ recovery-image] Aug 15 07:16:40.939 INFO O| Aug 15 07:16:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70032026-08-15T07:16:41.809Z[ recovery-image] Aug 15 07:16:40.939 INFO O| Aug 15 07:16:40.939 INFO STEP 546 (remove_files) COMPLETE
70042026-08-15T07:16:41.809Z[ recovery-image] Aug 15 07:16:40.939 INFO O| Aug 15 07:16:40.939 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-15T07:16:41.817Z[ recovery-image] Aug 15 07:16:40.947 INFO O| Aug 15 07:16:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70062026-08-15T07:16:41.817Z[ recovery-image] Aug 15 07:16:40.948 INFO O| Aug 15 07:16:40.948 INFO STEP 547 (remove_files) COMPLETE
70072026-08-15T07:16:41.817Z[ recovery-image] Aug 15 07:16:40.948 INFO O| Aug 15 07:16:40.948 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-15T07:16:41.826Z[ recovery-image] Aug 15 07:16:40.956 INFO O| Aug 15 07:16:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70092026-08-15T07:16:41.826Z[ recovery-image] Aug 15 07:16:40.956 INFO O| Aug 15 07:16:40.956 INFO STEP 548 (remove_files) COMPLETE
70102026-08-15T07:16:41.827Z[ recovery-image] Aug 15 07:16:40.956 INFO O| Aug 15 07:16:40.956 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-15T07:16:41.830Z[verify-libraries] Compiling fatfs v0.3.6
70122026-08-15T07:16:41.835Z[ recovery-image] Aug 15 07:16:40.966 INFO O| Aug 15 07:16:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70132026-08-15T07:16:41.835Z[ recovery-image] Aug 15 07:16:40.966 INFO O| Aug 15 07:16:40.966 INFO STEP 549 (remove_files) COMPLETE
70142026-08-15T07:16:41.835Z[ recovery-image] Aug 15 07:16:40.966 INFO O| Aug 15 07:16:40.966 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-15T07:16:41.845Z[ recovery-image] Aug 15 07:16:40.976 INFO O| Aug 15 07:16:40.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70162026-08-15T07:16:41.845Z[ recovery-image] Aug 15 07:16:40.976 INFO O| Aug 15 07:16:40.976 INFO STEP 550 (remove_files) COMPLETE
70172026-08-15T07:16:41.846Z[ recovery-image] Aug 15 07:16:40.976 INFO O| Aug 15 07:16:40.976 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-15T07:16:41.855Z[ recovery-image] Aug 15 07:16:40.986 INFO O| Aug 15 07:16:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70192026-08-15T07:16:41.855Z[ recovery-image] Aug 15 07:16:40.986 INFO O| Aug 15 07:16:40.986 INFO STEP 551 (remove_files) COMPLETE
70202026-08-15T07:16:41.855Z[ recovery-image] Aug 15 07:16:40.986 INFO O| Aug 15 07:16:40.986 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-15T07:16:41.859Z[verify-libraries] Compiling num-bigint v0.4.6
70222026-08-15T07:16:41.859Z[verify-libraries] Compiling generic-array v1.4.3
70232026-08-15T07:16:41.865Z[ recovery-image] Aug 15 07:16:40.995 INFO O| Aug 15 07:16:40.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70242026-08-15T07:16:41.865Z[ recovery-image] Aug 15 07:16:40.995 INFO O| Aug 15 07:16:40.995 INFO STEP 552 (remove_files) COMPLETE
70252026-08-15T07:16:41.868Z[ recovery-image] Aug 15 07:16:40.995 INFO O| Aug 15 07:16:40.995 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-15T07:16:41.876Z[ recovery-image] Aug 15 07:16:41.006 INFO O| Aug 15 07:16:41.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70272026-08-15T07:16:41.876Z[ recovery-image] Aug 15 07:16:41.006 INFO O| Aug 15 07:16:41.006 INFO STEP 553 (remove_files) COMPLETE
70282026-08-15T07:16:41.879Z[ recovery-image] Aug 15 07:16:41.006 INFO O| Aug 15 07:16:41.006 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-15T07:16:41.889Z[ recovery-image] Aug 15 07:16:41.017 INFO O| Aug 15 07:16:41.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70302026-08-15T07:16:41.889Z[ recovery-image] Aug 15 07:16:41.017 INFO O| Aug 15 07:16:41.017 INFO STEP 554 (remove_files) COMPLETE
70312026-08-15T07:16:41.889Z[ recovery-image] Aug 15 07:16:41.017 INFO O| Aug 15 07:16:41.017 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-15T07:16:41.897Z[ recovery-image] Aug 15 07:16:41.027 INFO O| Aug 15 07:16:41.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70332026-08-15T07:16:41.897Z[ recovery-image] Aug 15 07:16:41.027 INFO O| Aug 15 07:16:41.027 INFO STEP 555 (remove_files) COMPLETE
70342026-08-15T07:16:41.900Z[ recovery-image] Aug 15 07:16:41.027 INFO O| Aug 15 07:16:41.027 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-15T07:16:41.907Z[ recovery-image] Aug 15 07:16:41.037 INFO O| Aug 15 07:16:41.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70362026-08-15T07:16:41.907Z[ recovery-image] Aug 15 07:16:41.037 INFO O| Aug 15 07:16:41.037 INFO STEP 556 (remove_files) COMPLETE
70372026-08-15T07:16:41.907Z[ recovery-image] Aug 15 07:16:41.037 INFO O| Aug 15 07:16:41.037 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-15T07:16:41.920Z[ recovery-image] Aug 15 07:16:41.050 INFO O| Aug 15 07:16:41.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70392026-08-15T07:16:41.920Z[ recovery-image] Aug 15 07:16:41.050 INFO O| Aug 15 07:16:41.050 INFO STEP 557 (remove_files) COMPLETE
70402026-08-15T07:16:41.920Z[ recovery-image] Aug 15 07:16:41.050 INFO O| Aug 15 07:16:41.050 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-15T07:16:41.930Z[ recovery-image] Aug 15 07:16:41.060 INFO O| Aug 15 07:16:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70422026-08-15T07:16:41.930Z[ recovery-image] Aug 15 07:16:41.060 INFO O| Aug 15 07:16:41.060 INFO STEP 558 (remove_files) COMPLETE
70432026-08-15T07:16:41.930Z[ recovery-image] Aug 15 07:16:41.060 INFO O| Aug 15 07:16:41.060 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-15T07:16:41.940Z[ recovery-image] Aug 15 07:16:41.071 INFO O| Aug 15 07:16:41.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70452026-08-15T07:16:41.940Z[ recovery-image] Aug 15 07:16:41.071 INFO O| Aug 15 07:16:41.071 INFO STEP 559 (remove_files) COMPLETE
70462026-08-15T07:16:41.940Z[ recovery-image] Aug 15 07:16:41.071 INFO O| Aug 15 07:16:41.071 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-15T07:16:41.950Z[ recovery-image] Aug 15 07:16:41.080 INFO O| Aug 15 07:16:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70482026-08-15T07:16:41.953Z[ recovery-image] Aug 15 07:16:41.081 INFO O| Aug 15 07:16:41.081 INFO STEP 560 (remove_files) COMPLETE
70492026-08-15T07:16:41.953Z[ recovery-image] Aug 15 07:16:41.081 INFO O| Aug 15 07:16:41.081 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-15T07:16:41.961Z[ recovery-image] Aug 15 07:16:41.092 INFO O| Aug 15 07:16:41.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70512026-08-15T07:16:41.961Z[ recovery-image] Aug 15 07:16:41.092 INFO O| Aug 15 07:16:41.092 INFO STEP 561 (remove_files) COMPLETE
70522026-08-15T07:16:41.964Z[ recovery-image] Aug 15 07:16:41.092 INFO O| Aug 15 07:16:41.092 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-15T07:16:41.972Z[ recovery-image] Aug 15 07:16:41.102 INFO O| Aug 15 07:16:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70542026-08-15T07:16:41.972Z[ recovery-image] Aug 15 07:16:41.102 INFO O| Aug 15 07:16:41.102 INFO STEP 562 (remove_files) COMPLETE
70552026-08-15T07:16:41.972Z[ recovery-image] Aug 15 07:16:41.102 INFO O| Aug 15 07:16:41.102 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-15T07:16:41.982Z[ recovery-image] Aug 15 07:16:41.112 INFO O| Aug 15 07:16:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70572026-08-15T07:16:41.982Z[ recovery-image] Aug 15 07:16:41.112 INFO O| Aug 15 07:16:41.112 INFO STEP 563 (remove_files) COMPLETE
70582026-08-15T07:16:41.982Z[ recovery-image] Aug 15 07:16:41.112 INFO O| Aug 15 07:16:41.112 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-15T07:16:41.992Z[ recovery-image] Aug 15 07:16:41.122 INFO O| Aug 15 07:16:41.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70602026-08-15T07:16:41.992Z[ recovery-image] Aug 15 07:16:41.122 INFO O| Aug 15 07:16:41.122 INFO STEP 564 (remove_files) COMPLETE
70612026-08-15T07:16:41.992Z[ recovery-image] Aug 15 07:16:41.122 INFO O| Aug 15 07:16:41.122 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-15T07:16:42.001Z[ recovery-image] Aug 15 07:16:41.131 INFO O| Aug 15 07:16:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70632026-08-15T07:16:42.001Z[ recovery-image] Aug 15 07:16:41.131 INFO O| Aug 15 07:16:41.131 INFO STEP 565 (remove_files) COMPLETE
70642026-08-15T07:16:42.005Z[ recovery-image] Aug 15 07:16:41.131 INFO O| Aug 15 07:16:41.131 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-15T07:16:42.012Z[ recovery-image] Aug 15 07:16:41.142 INFO O| Aug 15 07:16:41.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70662026-08-15T07:16:42.012Z[ recovery-image] Aug 15 07:16:41.142 INFO O| Aug 15 07:16:41.142 INFO STEP 566 (remove_files) COMPLETE
70672026-08-15T07:16:42.012Z[ recovery-image] Aug 15 07:16:41.142 INFO O| Aug 15 07:16:41.142 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-15T07:16:42.023Z[ recovery-image] Aug 15 07:16:41.153 INFO O| Aug 15 07:16:41.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70692026-08-15T07:16:42.023Z[ recovery-image] Aug 15 07:16:41.153 INFO O| Aug 15 07:16:41.153 INFO STEP 567 (remove_files) COMPLETE
70702026-08-15T07:16:42.026Z[ recovery-image] Aug 15 07:16:41.153 INFO O| Aug 15 07:16:41.153 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-15T07:16:42.032Z[ recovery-image] Aug 15 07:16:41.163 INFO O| Aug 15 07:16:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70722026-08-15T07:16:42.033Z[ recovery-image] Aug 15 07:16:41.163 INFO O| Aug 15 07:16:41.163 INFO STEP 568 (remove_files) COMPLETE
70732026-08-15T07:16:42.033Z[ recovery-image] Aug 15 07:16:41.163 INFO O| Aug 15 07:16:41.163 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-15T07:16:42.042Z[ recovery-image] Aug 15 07:16:41.173 INFO O| Aug 15 07:16:41.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70752026-08-15T07:16:42.042Z[ recovery-image] Aug 15 07:16:41.173 INFO O| Aug 15 07:16:41.173 INFO STEP 569 (remove_files) COMPLETE
70762026-08-15T07:16:42.043Z[ recovery-image] Aug 15 07:16:41.173 INFO O| Aug 15 07:16:41.173 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-15T07:16:42.052Z[verify-libraries] Compiling russh-util v0.52.0
70782026-08-15T07:16:42.056Z[ recovery-image] Aug 15 07:16:41.183 INFO O| Aug 15 07:16:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70792026-08-15T07:16:42.056Z[ recovery-image] Aug 15 07:16:41.183 INFO O| Aug 15 07:16:41.183 INFO STEP 570 (remove_files) COMPLETE
70802026-08-15T07:16:42.056Z[ recovery-image] Aug 15 07:16:41.183 INFO O| Aug 15 07:16:41.183 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-15T07:16:42.061Z[ recovery-image] Aug 15 07:16:41.192 INFO O| Aug 15 07:16:41.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70822026-08-15T07:16:42.061Z[ recovery-image] Aug 15 07:16:41.192 INFO O| Aug 15 07:16:41.192 INFO STEP 571 (remove_files) COMPLETE
70832026-08-15T07:16:42.064Z[ recovery-image] Aug 15 07:16:41.192 INFO O| Aug 15 07:16:41.192 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-15T07:16:42.072Z[ recovery-image] Aug 15 07:16:41.202 INFO O| Aug 15 07:16:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70852026-08-15T07:16:42.072Z[ recovery-image] Aug 15 07:16:41.202 INFO O| Aug 15 07:16:41.202 INFO STEP 572 (remove_files) COMPLETE
70862026-08-15T07:16:42.075Z[ recovery-image] Aug 15 07:16:41.202 INFO O| Aug 15 07:16:41.202 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-15T07:16:42.081Z[ recovery-image] Aug 15 07:16:41.211 INFO O| Aug 15 07:16:41.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70882026-08-15T07:16:42.084Z[ recovery-image] Aug 15 07:16:41.212 INFO O| Aug 15 07:16:41.212 INFO STEP 573 (remove_files) COMPLETE
70892026-08-15T07:16:42.084Z[ recovery-image] Aug 15 07:16:41.212 INFO O| Aug 15 07:16:41.212 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-15T07:16:42.091Z[ recovery-image] Aug 15 07:16:41.222 INFO O| Aug 15 07:16:41.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70912026-08-15T07:16:42.091Z[ recovery-image] Aug 15 07:16:41.222 INFO O| Aug 15 07:16:41.222 INFO STEP 574 (remove_files) COMPLETE
70922026-08-15T07:16:42.091Z[ recovery-image] Aug 15 07:16:41.222 INFO O| Aug 15 07:16:41.222 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-15T07:16:42.101Z[ recovery-image] Aug 15 07:16:41.231 INFO O| Aug 15 07:16:41.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70942026-08-15T07:16:42.101Z[ recovery-image] Aug 15 07:16:41.231 INFO O| Aug 15 07:16:41.231 INFO STEP 575 (remove_files) COMPLETE
70952026-08-15T07:16:42.101Z[ recovery-image] Aug 15 07:16:41.231 INFO O| Aug 15 07:16:41.231 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-15T07:16:42.111Z[ recovery-image] Aug 15 07:16:41.241 INFO O| Aug 15 07:16:41.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70972026-08-15T07:16:42.111Z[ recovery-image] Aug 15 07:16:41.241 INFO O| Aug 15 07:16:41.241 INFO STEP 576 (remove_files) COMPLETE
70982026-08-15T07:16:42.111Z[ recovery-image] Aug 15 07:16:41.241 INFO O| Aug 15 07:16:41.241 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-15T07:16:42.121Z[ recovery-image] Aug 15 07:16:41.250 INFO O| Aug 15 07:16:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71002026-08-15T07:16:42.121Z[ recovery-image] Aug 15 07:16:41.250 INFO O| Aug 15 07:16:41.250 INFO STEP 577 (remove_files) COMPLETE
71012026-08-15T07:16:42.121Z[ recovery-image] Aug 15 07:16:41.250 INFO O| Aug 15 07:16:41.250 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-15T07:16:42.130Z[ recovery-image] Aug 15 07:16:41.259 INFO O| Aug 15 07:16:41.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71032026-08-15T07:16:42.130Z[ recovery-image] Aug 15 07:16:41.259 INFO O| Aug 15 07:16:41.259 INFO STEP 578 (remove_files) COMPLETE
71042026-08-15T07:16:42.131Z[ recovery-image] Aug 15 07:16:41.259 INFO O| Aug 15 07:16:41.259 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-15T07:16:42.137Z[ recovery-image] Aug 15 07:16:41.267 INFO O| Aug 15 07:16:41.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71062026-08-15T07:16:42.137Z[ recovery-image] Aug 15 07:16:41.267 INFO O| Aug 15 07:16:41.267 INFO STEP 579 (remove_files) COMPLETE
71072026-08-15T07:16:42.140Z[ recovery-image] Aug 15 07:16:41.267 INFO O| Aug 15 07:16:41.267 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-15T07:16:42.145Z[ recovery-image] Aug 15 07:16:41.276 INFO O| Aug 15 07:16:41.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71092026-08-15T07:16:42.145Z[ recovery-image] Aug 15 07:16:41.276 INFO O| Aug 15 07:16:41.276 INFO STEP 580 (remove_files) COMPLETE
71102026-08-15T07:16:42.145Z[ recovery-image] Aug 15 07:16:41.276 INFO O| Aug 15 07:16:41.276 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-15T07:16:42.153Z[verify-libraries] Compiling enum_dispatch v0.3.13
71122026-08-15T07:16:42.156Z[ recovery-image] Aug 15 07:16:41.285 INFO O| Aug 15 07:16:41.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71132026-08-15T07:16:42.156Z[ recovery-image] Aug 15 07:16:41.285 INFO O| Aug 15 07:16:41.285 INFO STEP 581 (remove_files) COMPLETE
71142026-08-15T07:16:42.156Z[ recovery-image] Aug 15 07:16:41.285 INFO O| Aug 15 07:16:41.285 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-15T07:16:42.165Z[ recovery-image] Aug 15 07:16:41.295 INFO O| Aug 15 07:16:41.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71162026-08-15T07:16:42.165Z[ recovery-image] Aug 15 07:16:41.296 INFO O| Aug 15 07:16:41.295 INFO STEP 582 (remove_files) COMPLETE
71172026-08-15T07:16:42.165Z[ recovery-image] Aug 15 07:16:41.296 INFO O| Aug 15 07:16:41.295 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-15T07:16:42.178Z[ recovery-image] Aug 15 07:16:41.308 INFO O| Aug 15 07:16:41.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71192026-08-15T07:16:42.178Z[ recovery-image] Aug 15 07:16:41.308 INFO O| Aug 15 07:16:41.308 INFO STEP 583 (remove_files) COMPLETE
71202026-08-15T07:16:42.178Z[ recovery-image] Aug 15 07:16:41.308 INFO O| Aug 15 07:16:41.308 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-15T07:16:42.186Z[ recovery-image] Aug 15 07:16:41.316 INFO O| Aug 15 07:16:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71222026-08-15T07:16:42.186Z[ recovery-image] Aug 15 07:16:41.316 INFO O| Aug 15 07:16:41.316 INFO STEP 584 (remove_files) COMPLETE
71232026-08-15T07:16:42.189Z[ recovery-image] Aug 15 07:16:41.316 INFO O| Aug 15 07:16:41.316 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-15T07:16:42.194Z[ recovery-image] Aug 15 07:16:41.324 INFO O| Aug 15 07:16:41.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71252026-08-15T07:16:42.197Z[ recovery-image] Aug 15 07:16:41.325 INFO O| Aug 15 07:16:41.325 INFO STEP 585 (remove_files) COMPLETE
71262026-08-15T07:16:42.197Z[ recovery-image] Aug 15 07:16:41.325 INFO O| Aug 15 07:16:41.325 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-15T07:16:42.204Z[ recovery-image] Aug 15 07:16:41.334 INFO O| Aug 15 07:16:41.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71282026-08-15T07:16:42.204Z[ recovery-image] Aug 15 07:16:41.334 INFO O| Aug 15 07:16:41.334 INFO STEP 586 (remove_files) COMPLETE
71292026-08-15T07:16:42.208Z[ recovery-image] Aug 15 07:16:41.334 INFO O| Aug 15 07:16:41.334 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-15T07:16:42.213Z[ recovery-image] Aug 15 07:16:41.343 INFO O| Aug 15 07:16:41.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71312026-08-15T07:16:42.214Z[ recovery-image] Aug 15 07:16:41.343 INFO O| Aug 15 07:16:41.343 INFO STEP 587 (remove_files) COMPLETE
71322026-08-15T07:16:42.215Z[ recovery-image] Aug 15 07:16:41.343 INFO O| Aug 15 07:16:41.343 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-15T07:16:42.222Z[ recovery-image] Aug 15 07:16:41.352 INFO O| Aug 15 07:16:41.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71342026-08-15T07:16:42.222Z[ recovery-image] Aug 15 07:16:41.352 INFO O| Aug 15 07:16:41.352 INFO STEP 588 (remove_files) COMPLETE
71352026-08-15T07:16:42.222Z[ recovery-image] Aug 15 07:16:41.352 INFO O| Aug 15 07:16:41.352 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-15T07:16:42.231Z[ recovery-image] Aug 15 07:16:41.361 INFO O| Aug 15 07:16:41.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71372026-08-15T07:16:42.241Z[ recovery-image] Aug 15 07:16:41.372 INFO O| Aug 15 07:16:41.372 INFO STEP 589 (remove_files) COMPLETE
71382026-08-15T07:16:42.241Z[ recovery-image] Aug 15 07:16:41.372 INFO O| Aug 15 07:16:41.372 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-15T07:16:42.251Z[ recovery-image] Aug 15 07:16:41.381 INFO O| Aug 15 07:16:41.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71402026-08-15T07:16:42.252Z[ recovery-image] Aug 15 07:16:41.382 INFO O| Aug 15 07:16:41.381 INFO STEP 590 (remove_files) COMPLETE
71412026-08-15T07:16:42.252Z[ recovery-image] Aug 15 07:16:41.382 INFO O| Aug 15 07:16:41.381 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-15T07:16:42.260Z[ recovery-image] Aug 15 07:16:41.390 INFO O| Aug 15 07:16:41.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71432026-08-15T07:16:42.260Z[ recovery-image] Aug 15 07:16:41.390 INFO O| Aug 15 07:16:41.390 INFO STEP 591 (remove_files) COMPLETE
71442026-08-15T07:16:42.261Z[ recovery-image] Aug 15 07:16:41.390 INFO O| Aug 15 07:16:41.390 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-15T07:16:42.269Z[ recovery-image] Aug 15 07:16:41.399 INFO O| Aug 15 07:16:41.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71462026-08-15T07:16:42.269Z[ recovery-image] Aug 15 07:16:41.399 INFO O| Aug 15 07:16:41.399 INFO STEP 592 (remove_files) COMPLETE
71472026-08-15T07:16:42.270Z[ recovery-image] Aug 15 07:16:41.399 INFO O| Aug 15 07:16:41.399 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-15T07:16:42.278Z[ recovery-image] Aug 15 07:16:41.408 INFO O| Aug 15 07:16:41.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71492026-08-15T07:16:42.278Z[ recovery-image] Aug 15 07:16:41.408 INFO O| Aug 15 07:16:41.408 INFO STEP 593 (remove_files) COMPLETE
71502026-08-15T07:16:42.281Z[ recovery-image] Aug 15 07:16:41.408 INFO O| Aug 15 07:16:41.408 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-15T07:16:42.288Z[ recovery-image] Aug 15 07:16:41.416 INFO O| Aug 15 07:16:41.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71522026-08-15T07:16:42.288Z[ recovery-image] Aug 15 07:16:41.417 INFO O| Aug 15 07:16:41.416 INFO STEP 594 (remove_files) COMPLETE
71532026-08-15T07:16:42.288Z[ recovery-image] Aug 15 07:16:41.417 INFO O| Aug 15 07:16:41.417 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-15T07:16:42.295Z[ recovery-image] Aug 15 07:16:41.425 INFO O| Aug 15 07:16:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71552026-08-15T07:16:42.295Z[ recovery-image] Aug 15 07:16:41.425 INFO O| Aug 15 07:16:41.425 INFO STEP 595 (remove_files) COMPLETE
71562026-08-15T07:16:42.298Z[ recovery-image] Aug 15 07:16:41.425 INFO O| Aug 15 07:16:41.425 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-15T07:16:42.303Z[ recovery-image] Aug 15 07:16:41.433 INFO O| Aug 15 07:16:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71582026-08-15T07:16:42.303Z[ recovery-image] Aug 15 07:16:41.433 INFO O| Aug 15 07:16:41.433 INFO STEP 596 (remove_files) COMPLETE
71592026-08-15T07:16:42.303Z[ recovery-image] Aug 15 07:16:41.433 INFO O| Aug 15 07:16:41.433 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-15T07:16:42.315Z[ recovery-image] Aug 15 07:16:41.445 INFO O| Aug 15 07:16:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71612026-08-15T07:16:42.319Z[ recovery-image] Aug 15 07:16:41.446 INFO O| Aug 15 07:16:41.446 INFO STEP 597 (remove_files) COMPLETE
71622026-08-15T07:16:42.320Z[ recovery-image] Aug 15 07:16:41.446 INFO O| Aug 15 07:16:41.446 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-15T07:16:42.323Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
71642026-08-15T07:16:42.327Z[ recovery-image] Aug 15 07:16:41.458 INFO O| Aug 15 07:16:41.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71652026-08-15T07:16:42.328Z[ recovery-image] Aug 15 07:16:41.458 INFO O| Aug 15 07:16:41.458 INFO STEP 598 (remove_files) COMPLETE
71662026-08-15T07:16:42.328Z[ recovery-image] Aug 15 07:16:41.458 INFO O| Aug 15 07:16:41.458 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-15T07:16:42.340Z[ recovery-image] Aug 15 07:16:41.467 INFO O| Aug 15 07:16:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71682026-08-15T07:16:42.340Z[ recovery-image] Aug 15 07:16:41.467 INFO O| Aug 15 07:16:41.467 INFO STEP 599 (remove_files) COMPLETE
71692026-08-15T07:16:42.340Z[ recovery-image] Aug 15 07:16:41.467 INFO O| Aug 15 07:16:41.467 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-15T07:16:42.347Z[ recovery-image] Aug 15 07:16:41.477 INFO O| Aug 15 07:16:41.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71712026-08-15T07:16:42.347Z[ recovery-image] Aug 15 07:16:41.477 INFO O| Aug 15 07:16:41.477 INFO STEP 600 (remove_files) COMPLETE
71722026-08-15T07:16:42.350Z[ recovery-image] Aug 15 07:16:41.477 INFO O| Aug 15 07:16:41.477 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-15T07:16:42.356Z[ recovery-image] Aug 15 07:16:41.486 INFO O| Aug 15 07:16:41.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71742026-08-15T07:16:42.356Z[ recovery-image] Aug 15 07:16:41.486 INFO O| Aug 15 07:16:41.486 INFO STEP 601 (remove_files) COMPLETE
71752026-08-15T07:16:42.356Z[ recovery-image] Aug 15 07:16:41.486 INFO O| Aug 15 07:16:41.486 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-15T07:16:42.362Z[verify-libraries] Compiling delegate v0.13.5
71772026-08-15T07:16:42.363Z[verify-libraries] Compiling sapling-renderdag v0.1.0
71782026-08-15T07:16:42.367Z[ recovery-image] Aug 15 07:16:41.496 INFO O| Aug 15 07:16:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71792026-08-15T07:16:42.367Z[ recovery-image] Aug 15 07:16:41.496 INFO O| Aug 15 07:16:41.496 INFO STEP 602 (remove_files) COMPLETE
71802026-08-15T07:16:42.367Z[ recovery-image] Aug 15 07:16:41.496 INFO O| Aug 15 07:16:41.496 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-15T07:16:42.375Z[ recovery-image] Aug 15 07:16:41.505 INFO O| Aug 15 07:16:41.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71822026-08-15T07:16:42.375Z[ recovery-image] Aug 15 07:16:41.505 INFO O| Aug 15 07:16:41.505 INFO STEP 603 (remove_files) COMPLETE
71832026-08-15T07:16:42.375Z[ recovery-image] Aug 15 07:16:41.505 INFO O| Aug 15 07:16:41.505 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-15T07:16:42.394Z[ recovery-image] Aug 15 07:16:41.519 INFO O| Aug 15 07:16:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71852026-08-15T07:16:42.394Z[ recovery-image] Aug 15 07:16:41.519 INFO O| Aug 15 07:16:41.519 INFO STEP 604 (remove_files) COMPLETE
71862026-08-15T07:16:42.394Z[ recovery-image] Aug 15 07:16:41.519 INFO O| Aug 15 07:16:41.519 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-15T07:16:42.400Z[ recovery-image] Aug 15 07:16:41.530 INFO O| Aug 15 07:16:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71882026-08-15T07:16:42.400Z[ recovery-image] Aug 15 07:16:41.530 INFO O| Aug 15 07:16:41.530 INFO STEP 605 (remove_files) COMPLETE
71892026-08-15T07:16:42.400Z[ recovery-image] Aug 15 07:16:41.530 INFO O| Aug 15 07:16:41.530 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-15T07:16:42.411Z[ recovery-image] Aug 15 07:16:41.541 INFO O| Aug 15 07:16:41.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71912026-08-15T07:16:42.411Z[ recovery-image] Aug 15 07:16:41.541 INFO O| Aug 15 07:16:41.541 INFO STEP 606 (remove_files) COMPLETE
71922026-08-15T07:16:42.411Z[ recovery-image] Aug 15 07:16:41.541 INFO O| Aug 15 07:16:41.541 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-15T07:16:42.420Z[ recovery-image] Aug 15 07:16:41.550 INFO O| Aug 15 07:16:41.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71942026-08-15T07:16:42.420Z[ recovery-image] Aug 15 07:16:41.550 INFO O| Aug 15 07:16:41.550 INFO STEP 607 (remove_files) COMPLETE
71952026-08-15T07:16:42.420Z[ recovery-image] Aug 15 07:16:41.550 INFO O| Aug 15 07:16:41.550 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-15T07:16:42.428Z[ recovery-image] Aug 15 07:16:41.558 INFO O| Aug 15 07:16:41.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71972026-08-15T07:16:42.428Z[ recovery-image] Aug 15 07:16:41.558 INFO O| Aug 15 07:16:41.558 INFO STEP 608 (remove_files) COMPLETE
71982026-08-15T07:16:42.431Z[ recovery-image] Aug 15 07:16:41.558 INFO O| Aug 15 07:16:41.558 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-15T07:16:42.432Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
72002026-08-15T07:16:42.439Z[ recovery-image] Aug 15 07:16:41.569 INFO O| Aug 15 07:16:41.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72012026-08-15T07:16:42.439Z[ recovery-image] Aug 15 07:16:41.569 INFO O| Aug 15 07:16:41.569 INFO STEP 609 (remove_files) COMPLETE
72022026-08-15T07:16:42.442Z[ recovery-image] Aug 15 07:16:41.569 INFO O| Aug 15 07:16:41.569 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-15T07:16:42.449Z[ recovery-image] Aug 15 07:16:41.579 INFO O| Aug 15 07:16:41.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72042026-08-15T07:16:42.449Z[ recovery-image] Aug 15 07:16:41.579 INFO O| Aug 15 07:16:41.579 INFO STEP 610 (remove_files) COMPLETE
72052026-08-15T07:16:42.449Z[ recovery-image] Aug 15 07:16:41.579 INFO O| Aug 15 07:16:41.579 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-15T07:16:42.459Z[ recovery-image] Aug 15 07:16:41.589 INFO O| Aug 15 07:16:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72072026-08-15T07:16:42.459Z[ recovery-image] Aug 15 07:16:41.589 INFO O| Aug 15 07:16:41.589 INFO STEP 611 (remove_files) COMPLETE
72082026-08-15T07:16:42.459Z[ recovery-image] Aug 15 07:16:41.589 INFO O| Aug 15 07:16:41.589 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-15T07:16:42.468Z[ recovery-image] Aug 15 07:16:41.598 INFO O| Aug 15 07:16:41.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72102026-08-15T07:16:42.468Z[ recovery-image] Aug 15 07:16:41.599 INFO O| Aug 15 07:16:41.599 INFO STEP 612 (remove_files) COMPLETE
72112026-08-15T07:16:42.468Z[ recovery-image] Aug 15 07:16:41.599 INFO O| Aug 15 07:16:41.599 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-15T07:16:42.480Z[ recovery-image] Aug 15 07:16:41.609 INFO O| Aug 15 07:16:41.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72132026-08-15T07:16:42.480Z[ recovery-image] Aug 15 07:16:41.609 INFO O| Aug 15 07:16:41.609 INFO STEP 613 (remove_files) COMPLETE
72142026-08-15T07:16:42.480Z[ recovery-image] Aug 15 07:16:41.609 INFO O| Aug 15 07:16:41.609 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-15T07:16:42.489Z[verify-libraries] Compiling sync-ptr v0.1.4
72162026-08-15T07:16:42.492Z[ recovery-image] Aug 15 07:16:41.619 INFO O| Aug 15 07:16:41.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72172026-08-15T07:16:42.492Z[ recovery-image] Aug 15 07:16:41.619 INFO O| Aug 15 07:16:41.619 INFO STEP 614 (remove_files) COMPLETE
72182026-08-15T07:16:42.492Z[ recovery-image] Aug 15 07:16:41.620 INFO O| Aug 15 07:16:41.619 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-15T07:16:42.499Z[ recovery-image] Aug 15 07:16:41.629 INFO O| Aug 15 07:16:41.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72202026-08-15T07:16:42.499Z[ recovery-image] Aug 15 07:16:41.629 INFO O| Aug 15 07:16:41.629 INFO STEP 615 (remove_files) COMPLETE
72212026-08-15T07:16:42.500Z[ recovery-image] Aug 15 07:16:41.629 INFO O| Aug 15 07:16:41.629 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-15T07:16:42.508Z[ recovery-image] Aug 15 07:16:41.639 INFO O| Aug 15 07:16:41.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72232026-08-15T07:16:42.508Z[ recovery-image] Aug 15 07:16:41.639 INFO O| Aug 15 07:16:41.639 INFO STEP 616 (remove_files) COMPLETE
72242026-08-15T07:16:42.508Z[ recovery-image] Aug 15 07:16:41.639 INFO O| Aug 15 07:16:41.639 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-15T07:16:42.517Z[ recovery-image] Aug 15 07:16:41.647 INFO O| Aug 15 07:16:41.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72262026-08-15T07:16:42.517Z[ recovery-image] Aug 15 07:16:41.647 INFO O| Aug 15 07:16:41.647 INFO STEP 617 (remove_files) COMPLETE
72272026-08-15T07:16:42.518Z[ recovery-image] Aug 15 07:16:41.647 INFO O| Aug 15 07:16:41.647 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-15T07:16:42.526Z[ recovery-image] Aug 15 07:16:41.656 INFO O| Aug 15 07:16:41.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72292026-08-15T07:16:42.526Z[ recovery-image] Aug 15 07:16:41.656 INFO O| Aug 15 07:16:41.656 INFO STEP 618 (remove_files) COMPLETE
72302026-08-15T07:16:42.526Z[ recovery-image] Aug 15 07:16:41.656 INFO O| Aug 15 07:16:41.656 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-15T07:16:42.534Z[ recovery-image] Aug 15 07:16:41.665 INFO O| Aug 15 07:16:41.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72322026-08-15T07:16:42.534Z[ recovery-image] Aug 15 07:16:41.665 INFO O| Aug 15 07:16:41.665 INFO STEP 619 (remove_files) COMPLETE
72332026-08-15T07:16:42.534Z[ recovery-image] Aug 15 07:16:41.665 INFO O| Aug 15 07:16:41.665 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-15T07:16:42.544Z[ recovery-image] Aug 15 07:16:41.674 INFO O| Aug 15 07:16:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72352026-08-15T07:16:42.544Z[ recovery-image] Aug 15 07:16:41.674 INFO O| Aug 15 07:16:41.674 INFO STEP 620 (remove_files) COMPLETE
72362026-08-15T07:16:42.544Z[ recovery-image] Aug 15 07:16:41.674 INFO O| Aug 15 07:16:41.674 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-15T07:16:42.553Z[ recovery-image] Aug 15 07:16:41.683 INFO O| Aug 15 07:16:41.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72382026-08-15T07:16:42.553Z[ recovery-image] Aug 15 07:16:41.683 INFO O| Aug 15 07:16:41.683 INFO STEP 621 (remove_files) COMPLETE
72392026-08-15T07:16:42.553Z[ recovery-image] Aug 15 07:16:41.683 INFO O| Aug 15 07:16:41.683 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-15T07:16:42.562Z[ recovery-image] Aug 15 07:16:41.692 INFO O| Aug 15 07:16:41.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72412026-08-15T07:16:42.562Z[ recovery-image] Aug 15 07:16:41.692 INFO O| Aug 15 07:16:41.692 INFO STEP 622 (remove_files) COMPLETE
72422026-08-15T07:16:42.565Z[ recovery-image] Aug 15 07:16:41.692 INFO O| Aug 15 07:16:41.692 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-15T07:16:42.571Z[ recovery-image] Aug 15 07:16:41.702 INFO O| Aug 15 07:16:41.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72442026-08-15T07:16:42.572Z[ recovery-image] Aug 15 07:16:41.702 INFO O| Aug 15 07:16:41.702 INFO STEP 623 (remove_files) COMPLETE
72452026-08-15T07:16:42.574Z[ recovery-image] Aug 15 07:16:41.702 INFO O| Aug 15 07:16:41.702 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-15T07:16:42.581Z[ recovery-image] Aug 15 07:16:41.711 INFO O| Aug 15 07:16:41.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72472026-08-15T07:16:42.581Z[ recovery-image] Aug 15 07:16:41.711 INFO O| Aug 15 07:16:41.711 INFO STEP 624 (remove_files) COMPLETE
72482026-08-15T07:16:42.581Z[ recovery-image] Aug 15 07:16:41.711 INFO O| Aug 15 07:16:41.711 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-15T07:16:42.590Z[ recovery-image] Aug 15 07:16:41.720 INFO O| Aug 15 07:16:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72502026-08-15T07:16:42.590Z[ recovery-image] Aug 15 07:16:41.720 INFO O| Aug 15 07:16:41.720 INFO STEP 625 (remove_files) COMPLETE
72512026-08-15T07:16:42.593Z[ recovery-image] Aug 15 07:16:41.720 INFO O| Aug 15 07:16:41.720 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-15T07:16:42.599Z[ recovery-image] Aug 15 07:16:41.729 INFO O| Aug 15 07:16:41.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72532026-08-15T07:16:42.599Z[ recovery-image] Aug 15 07:16:41.729 INFO O| Aug 15 07:16:41.729 INFO STEP 626 (remove_files) COMPLETE
72542026-08-15T07:16:42.599Z[ recovery-image] Aug 15 07:16:41.729 INFO O| Aug 15 07:16:41.729 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-15T07:16:42.608Z[ recovery-image] Aug 15 07:16:41.739 INFO O| Aug 15 07:16:41.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72562026-08-15T07:16:42.609Z[ recovery-image] Aug 15 07:16:41.739 INFO O| Aug 15 07:16:41.739 INFO STEP 627 (remove_files) COMPLETE
72572026-08-15T07:16:42.609Z[ recovery-image] Aug 15 07:16:41.739 INFO O| Aug 15 07:16:41.739 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-15T07:16:42.618Z[ recovery-image] Aug 15 07:16:41.748 INFO O| Aug 15 07:16:41.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72592026-08-15T07:16:42.618Z[ recovery-image] Aug 15 07:16:41.748 INFO O| Aug 15 07:16:41.748 INFO STEP 628 (remove_files) COMPLETE
72602026-08-15T07:16:42.618Z[ recovery-image] Aug 15 07:16:41.748 INFO O| Aug 15 07:16:41.748 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-15T07:16:42.627Z[ recovery-image] Aug 15 07:16:41.757 INFO O| Aug 15 07:16:41.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72622026-08-15T07:16:42.627Z[ recovery-image] Aug 15 07:16:41.757 INFO O| Aug 15 07:16:41.757 INFO STEP 629 (remove_files) COMPLETE
72632026-08-15T07:16:42.627Z[ recovery-image] Aug 15 07:16:41.757 INFO O| Aug 15 07:16:41.757 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-15T07:16:42.636Z[ recovery-image] Aug 15 07:16:41.766 INFO O| Aug 15 07:16:41.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72652026-08-15T07:16:42.636Z[ recovery-image] Aug 15 07:16:41.766 INFO O| Aug 15 07:16:41.766 INFO STEP 630 (remove_files) COMPLETE
72662026-08-15T07:16:42.640Z[ recovery-image] Aug 15 07:16:41.766 INFO O| Aug 15 07:16:41.766 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-15T07:16:42.645Z[ recovery-image] Aug 15 07:16:41.775 INFO O| Aug 15 07:16:41.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72682026-08-15T07:16:42.645Z[ recovery-image] Aug 15 07:16:41.775 INFO O| Aug 15 07:16:41.775 INFO STEP 631 (remove_files) COMPLETE
72692026-08-15T07:16:42.645Z[ recovery-image] Aug 15 07:16:41.775 INFO O| Aug 15 07:16:41.775 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-15T07:16:42.656Z[ recovery-image] Aug 15 07:16:41.786 INFO O| Aug 15 07:16:41.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72712026-08-15T07:16:42.656Z[ recovery-image] Aug 15 07:16:41.786 INFO O| Aug 15 07:16:41.786 INFO STEP 632 (remove_files) COMPLETE
72722026-08-15T07:16:42.659Z[ recovery-image] Aug 15 07:16:41.786 INFO O| Aug 15 07:16:41.786 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-15T07:16:42.665Z[ recovery-image] Aug 15 07:16:41.796 INFO O| Aug 15 07:16:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72742026-08-15T07:16:42.665Z[ recovery-image] Aug 15 07:16:41.796 INFO O| Aug 15 07:16:41.796 INFO STEP 633 (remove_files) COMPLETE
72752026-08-15T07:16:42.665Z[ recovery-image] Aug 15 07:16:41.796 INFO O| Aug 15 07:16:41.796 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-15T07:16:42.677Z[verify-libraries] Compiling md5 v0.8.0
72772026-08-15T07:16:42.680Z[ recovery-image] Aug 15 07:16:41.807 INFO O| Aug 15 07:16:41.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72782026-08-15T07:16:42.680Z[ recovery-image] Aug 15 07:16:41.808 INFO O| Aug 15 07:16:41.808 INFO STEP 634 (remove_files) COMPLETE
72792026-08-15T07:16:42.680Z[ recovery-image] Aug 15 07:16:41.808 INFO O| Aug 15 07:16:41.808 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-15T07:16:42.688Z[ recovery-image] Aug 15 07:16:41.819 INFO O| Aug 15 07:16:41.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72812026-08-15T07:16:42.689Z[ recovery-image] Aug 15 07:16:41.819 INFO O| Aug 15 07:16:41.819 INFO STEP 635 (remove_files) COMPLETE
72822026-08-15T07:16:42.692Z[ recovery-image] Aug 15 07:16:41.819 INFO O| Aug 15 07:16:41.819 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-15T07:16:42.699Z[ recovery-image] Aug 15 07:16:41.829 INFO O| Aug 15 07:16:41.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72842026-08-15T07:16:42.699Z[ recovery-image] Aug 15 07:16:41.829 INFO O| Aug 15 07:16:41.829 INFO STEP 636 (remove_files) COMPLETE
72852026-08-15T07:16:42.701Z[ recovery-image] Aug 15 07:16:41.829 INFO O| Aug 15 07:16:41.829 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-15T07:16:42.709Z[ recovery-image] Aug 15 07:16:41.839 INFO O| Aug 15 07:16:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72872026-08-15T07:16:42.709Z[ recovery-image] Aug 15 07:16:41.839 INFO O| Aug 15 07:16:41.839 INFO STEP 637 (remove_files) COMPLETE
72882026-08-15T07:16:42.712Z[ recovery-image] Aug 15 07:16:41.839 INFO O| Aug 15 07:16:41.839 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-15T07:16:42.712Z[verify-libraries] Compiling hex-literal v1.1.0
72902026-08-15T07:16:42.727Z[ recovery-image] Aug 15 07:16:41.849 INFO O| Aug 15 07:16:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72912026-08-15T07:16:42.727Z[ recovery-image] Aug 15 07:16:41.849 INFO O| Aug 15 07:16:41.849 INFO STEP 638 (remove_files) COMPLETE
72922026-08-15T07:16:42.727Z[ recovery-image] Aug 15 07:16:41.849 INFO O| Aug 15 07:16:41.849 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-15T07:16:42.731Z[ recovery-image] Aug 15 07:16:41.858 INFO O| Aug 15 07:16:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72942026-08-15T07:16:42.731Z[ recovery-image] Aug 15 07:16:41.858 INFO O| Aug 15 07:16:41.858 INFO STEP 639 (remove_files) COMPLETE
72952026-08-15T07:16:42.731Z[ recovery-image] Aug 15 07:16:41.858 INFO O| Aug 15 07:16:41.858 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-15T07:16:42.738Z[ recovery-image] Aug 15 07:16:41.868 INFO O| Aug 15 07:16:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72972026-08-15T07:16:42.738Z[ recovery-image] Aug 15 07:16:41.868 INFO O| Aug 15 07:16:41.868 INFO STEP 640 (remove_files) COMPLETE
72982026-08-15T07:16:42.738Z[ recovery-image] Aug 15 07:16:41.868 INFO O| Aug 15 07:16:41.868 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-15T07:16:42.746Z[ recovery-image] Aug 15 07:16:41.877 INFO O| Aug 15 07:16:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73002026-08-15T07:16:42.746Z[ recovery-image] Aug 15 07:16:41.877 INFO O| Aug 15 07:16:41.877 INFO STEP 641 (remove_files) COMPLETE
73012026-08-15T07:16:42.750Z[ recovery-image] Aug 15 07:16:41.877 INFO O| Aug 15 07:16:41.877 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-15T07:16:42.755Z[ recovery-image] Aug 15 07:16:41.886 INFO O| Aug 15 07:16:41.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73032026-08-15T07:16:42.755Z[ recovery-image] Aug 15 07:16:41.886 INFO O| Aug 15 07:16:41.886 INFO STEP 642 (remove_files) COMPLETE
73042026-08-15T07:16:42.755Z[ recovery-image] Aug 15 07:16:41.886 INFO O| Aug 15 07:16:41.886 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-15T07:16:42.766Z[ recovery-image] Aug 15 07:16:41.896 INFO O| Aug 15 07:16:41.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73062026-08-15T07:16:42.766Z[ recovery-image] Aug 15 07:16:41.896 INFO O| Aug 15 07:16:41.896 INFO STEP 643 (remove_files) COMPLETE
73072026-08-15T07:16:42.766Z[ recovery-image] Aug 15 07:16:41.896 INFO O| Aug 15 07:16:41.896 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-15T07:16:42.775Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
73092026-08-15T07:16:42.778Z[ recovery-image] Aug 15 07:16:41.906 INFO O| Aug 15 07:16:41.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73102026-08-15T07:16:42.778Z[ recovery-image] Aug 15 07:16:41.906 INFO O| Aug 15 07:16:41.906 INFO STEP 644 (remove_files) COMPLETE
73112026-08-15T07:16:42.778Z[ recovery-image] Aug 15 07:16:41.906 INFO O| Aug 15 07:16:41.906 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-15T07:16:42.786Z[ recovery-image] Aug 15 07:16:41.916 INFO O| Aug 15 07:16:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73132026-08-15T07:16:42.786Z[ recovery-image] Aug 15 07:16:41.916 INFO O| Aug 15 07:16:41.916 INFO STEP 645 (remove_files) COMPLETE
73142026-08-15T07:16:42.786Z[ recovery-image] Aug 15 07:16:41.916 INFO O| Aug 15 07:16:41.916 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-15T07:16:42.796Z[ recovery-image] Aug 15 07:16:41.927 INFO O| Aug 15 07:16:41.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73162026-08-15T07:16:42.796Z[ recovery-image] Aug 15 07:16:41.927 INFO O| Aug 15 07:16:41.927 INFO STEP 646 (remove_files) COMPLETE
73172026-08-15T07:16:42.796Z[ recovery-image] Aug 15 07:16:41.927 INFO O| Aug 15 07:16:41.927 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-15T07:16:42.806Z[ recovery-image] Aug 15 07:16:41.936 INFO O| Aug 15 07:16:41.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73192026-08-15T07:16:42.806Z[ recovery-image] Aug 15 07:16:41.937 INFO O| Aug 15 07:16:41.937 INFO STEP 647 (remove_files) COMPLETE
73202026-08-15T07:16:42.810Z[ recovery-image] Aug 15 07:16:41.937 INFO O| Aug 15 07:16:41.937 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-15T07:16:42.816Z[ recovery-image] Aug 15 07:16:41.947 INFO O| Aug 15 07:16:41.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73222026-08-15T07:16:42.819Z[ recovery-image] Aug 15 07:16:41.947 INFO O| Aug 15 07:16:41.947 INFO STEP 648 (remove_files) COMPLETE
73232026-08-15T07:16:42.819Z[ recovery-image] Aug 15 07:16:41.947 INFO O| Aug 15 07:16:41.947 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-15T07:16:42.827Z[ recovery-image] Aug 15 07:16:41.957 INFO O| Aug 15 07:16:41.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73252026-08-15T07:16:42.832Z[ recovery-image] Aug 15 07:16:41.957 INFO O| Aug 15 07:16:41.957 INFO STEP 649 (remove_files) COMPLETE
73262026-08-15T07:16:42.839Z[ recovery-image] Aug 15 07:16:41.957 INFO O| Aug 15 07:16:41.957 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-15T07:16:42.839Z[ recovery-image] Aug 15 07:16:41.968 INFO O| Aug 15 07:16:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73282026-08-15T07:16:42.843Z[ recovery-image] Aug 15 07:16:41.968 INFO O| Aug 15 07:16:41.968 INFO STEP 650 (remove_files) COMPLETE
73292026-08-15T07:16:42.843Z[ recovery-image] Aug 15 07:16:41.968 INFO O| Aug 15 07:16:41.968 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-15T07:16:42.847Z[ recovery-image] Aug 15 07:16:41.978 INFO O| Aug 15 07:16:41.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73312026-08-15T07:16:42.847Z[ recovery-image] Aug 15 07:16:41.978 INFO O| Aug 15 07:16:41.978 INFO STEP 651 (remove_files) COMPLETE
73322026-08-15T07:16:42.847Z[ recovery-image] Aug 15 07:16:41.978 INFO O| Aug 15 07:16:41.978 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-15T07:16:42.856Z[ recovery-image] Aug 15 07:16:41.987 INFO O| Aug 15 07:16:41.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73342026-08-15T07:16:42.856Z[ recovery-image] Aug 15 07:16:41.987 INFO O| Aug 15 07:16:41.987 INFO STEP 652 (remove_files) COMPLETE
73352026-08-15T07:16:42.856Z[ recovery-image] Aug 15 07:16:41.987 INFO O| Aug 15 07:16:41.987 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-15T07:16:42.866Z[ recovery-image] Aug 15 07:16:41.996 INFO O| Aug 15 07:16:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73372026-08-15T07:16:42.866Z[ recovery-image] Aug 15 07:16:41.996 INFO O| Aug 15 07:16:41.996 INFO STEP 653 (remove_files) COMPLETE
73382026-08-15T07:16:42.866Z[ recovery-image] Aug 15 07:16:41.996 INFO O| Aug 15 07:16:41.996 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-15T07:16:42.875Z[ recovery-image] Aug 15 07:16:42.005 INFO O| Aug 15 07:16:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73402026-08-15T07:16:42.875Z[ recovery-image] Aug 15 07:16:42.005 INFO O| Aug 15 07:16:42.005 INFO STEP 654 (remove_files) COMPLETE
73412026-08-15T07:16:42.875Z[ recovery-image] Aug 15 07:16:42.005 INFO O| Aug 15 07:16:42.005 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-15T07:16:42.885Z[ recovery-image] Aug 15 07:16:42.014 INFO O| Aug 15 07:16:42.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73432026-08-15T07:16:42.885Z[ recovery-image] Aug 15 07:16:42.014 INFO O| Aug 15 07:16:42.014 INFO STEP 655 (remove_files) COMPLETE
73442026-08-15T07:16:42.885Z[ recovery-image] Aug 15 07:16:42.014 INFO O| Aug 15 07:16:42.014 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-15T07:16:42.893Z[ recovery-image] Aug 15 07:16:42.023 INFO O| Aug 15 07:16:42.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73462026-08-15T07:16:42.893Z[ recovery-image] Aug 15 07:16:42.023 INFO O| Aug 15 07:16:42.023 INFO STEP 656 (remove_files) COMPLETE
73472026-08-15T07:16:42.893Z[ recovery-image] Aug 15 07:16:42.023 INFO O| Aug 15 07:16:42.023 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-15T07:16:42.904Z[ recovery-image] Aug 15 07:16:42.031 INFO O| Aug 15 07:16:42.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73492026-08-15T07:16:42.904Z[ recovery-image] Aug 15 07:16:42.032 INFO O| Aug 15 07:16:42.031 INFO STEP 657 (remove_files) COMPLETE
73502026-08-15T07:16:42.904Z[ recovery-image] Aug 15 07:16:42.032 INFO O| Aug 15 07:16:42.031 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-15T07:16:42.911Z[ recovery-image] Aug 15 07:16:42.041 INFO O| Aug 15 07:16:42.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73522026-08-15T07:16:42.911Z[ recovery-image] Aug 15 07:16:42.041 INFO O| Aug 15 07:16:42.041 INFO STEP 658 (remove_files) COMPLETE
73532026-08-15T07:16:42.911Z[ recovery-image] Aug 15 07:16:42.041 INFO O| Aug 15 07:16:42.041 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-15T07:16:42.920Z[ recovery-image] Aug 15 07:16:42.050 INFO O| Aug 15 07:16:42.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73552026-08-15T07:16:42.920Z[ recovery-image] Aug 15 07:16:42.050 INFO O| Aug 15 07:16:42.050 INFO STEP 659 (remove_files) COMPLETE
73562026-08-15T07:16:42.923Z[ recovery-image] Aug 15 07:16:42.050 INFO O| Aug 15 07:16:42.050 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-15T07:16:42.932Z[ recovery-image] Aug 15 07:16:42.062 INFO O| Aug 15 07:16:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73582026-08-15T07:16:42.932Z[ recovery-image] Aug 15 07:16:42.062 INFO O| Aug 15 07:16:42.062 INFO STEP 660 (remove_files) COMPLETE
73592026-08-15T07:16:42.932Z[ recovery-image] Aug 15 07:16:42.062 INFO O| Aug 15 07:16:42.062 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-15T07:16:42.957Z[ recovery-image] Aug 15 07:16:42.083 INFO O| Aug 15 07:16:42.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73612026-08-15T07:16:42.958Z[ recovery-image] Aug 15 07:16:42.083 INFO O| Aug 15 07:16:42.083 INFO STEP 661 (remove_files) COMPLETE
73622026-08-15T07:16:42.958Z[ recovery-image] Aug 15 07:16:42.083 INFO O| Aug 15 07:16:42.083 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-15T07:16:42.962Z[ recovery-image] Aug 15 07:16:42.093 INFO O| Aug 15 07:16:42.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73642026-08-15T07:16:42.965Z[ recovery-image] Aug 15 07:16:42.094 INFO O| Aug 15 07:16:42.094 INFO STEP 662 (remove_files) COMPLETE
73652026-08-15T07:16:42.965Z[ recovery-image] Aug 15 07:16:42.094 INFO O| Aug 15 07:16:42.094 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-15T07:16:42.973Z[ recovery-image] Aug 15 07:16:42.103 INFO O| Aug 15 07:16:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73672026-08-15T07:16:42.973Z[ recovery-image] Aug 15 07:16:42.103 INFO O| Aug 15 07:16:42.103 INFO STEP 663 (remove_files) COMPLETE
73682026-08-15T07:16:42.973Z[ recovery-image] Aug 15 07:16:42.103 INFO O| Aug 15 07:16:42.103 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-15T07:16:42.981Z[ recovery-image] Aug 15 07:16:42.112 INFO O| Aug 15 07:16:42.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73702026-08-15T07:16:42.981Z[ recovery-image] Aug 15 07:16:42.112 INFO O| Aug 15 07:16:42.112 INFO STEP 664 (remove_files) COMPLETE
73712026-08-15T07:16:42.981Z[ recovery-image] Aug 15 07:16:42.112 INFO O| Aug 15 07:16:42.112 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-15T07:16:42.987Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
73732026-08-15T07:16:42.993Z[ recovery-image] Aug 15 07:16:42.122 INFO O| Aug 15 07:16:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73742026-08-15T07:16:42.993Z[ recovery-image] Aug 15 07:16:42.122 INFO O| Aug 15 07:16:42.122 INFO STEP 665 (remove_files) COMPLETE
73752026-08-15T07:16:42.993Z[ recovery-image] Aug 15 07:16:42.122 INFO O| Aug 15 07:16:42.122 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-15T07:16:43.001Z[ recovery-image] Aug 15 07:16:42.131 INFO O| Aug 15 07:16:42.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73772026-08-15T07:16:43.001Z[ recovery-image] Aug 15 07:16:42.131 INFO O| Aug 15 07:16:42.131 INFO STEP 666 (remove_files) COMPLETE
73782026-08-15T07:16:43.001Z[ recovery-image] Aug 15 07:16:42.131 INFO O| Aug 15 07:16:42.131 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-15T07:16:43.010Z[ recovery-image] Aug 15 07:16:42.140 INFO O| Aug 15 07:16:42.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73802026-08-15T07:16:43.010Z[ recovery-image] Aug 15 07:16:42.140 INFO O| Aug 15 07:16:42.140 INFO STEP 667 (remove_files) COMPLETE
73812026-08-15T07:16:43.010Z[ recovery-image] Aug 15 07:16:42.140 INFO O| Aug 15 07:16:42.140 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-15T07:16:43.020Z[ recovery-image] Aug 15 07:16:42.150 INFO O| Aug 15 07:16:42.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73832026-08-15T07:16:43.022Z[ recovery-image] Aug 15 07:16:42.150 INFO O| Aug 15 07:16:42.150 INFO STEP 668 (remove_files) COMPLETE
73842026-08-15T07:16:43.022Z[ recovery-image] Aug 15 07:16:42.150 INFO O| Aug 15 07:16:42.150 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-15T07:16:43.029Z[ recovery-image] Aug 15 07:16:42.160 INFO O| Aug 15 07:16:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73862026-08-15T07:16:43.032Z[ recovery-image] Aug 15 07:16:42.161 INFO O| Aug 15 07:16:42.161 INFO STEP 669 (remove_files) COMPLETE
73872026-08-15T07:16:43.033Z[ recovery-image] Aug 15 07:16:42.161 INFO O| Aug 15 07:16:42.161 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-15T07:16:43.037Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73892026-08-15T07:16:43.040Z[ recovery-image] Aug 15 07:16:42.171 INFO O| Aug 15 07:16:42.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73902026-08-15T07:16:43.040Z[ recovery-image] Aug 15 07:16:42.171 INFO O| Aug 15 07:16:42.171 INFO STEP 670 (remove_files) COMPLETE
73912026-08-15T07:16:43.040Z[ recovery-image] Aug 15 07:16:42.171 INFO O| Aug 15 07:16:42.171 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-15T07:16:43.050Z[ recovery-image] Aug 15 07:16:42.181 INFO O| Aug 15 07:16:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73932026-08-15T07:16:43.050Z[ recovery-image] Aug 15 07:16:42.181 INFO O| Aug 15 07:16:42.181 INFO STEP 671 (remove_files) COMPLETE
73942026-08-15T07:16:43.050Z[ recovery-image] Aug 15 07:16:42.181 INFO O| Aug 15 07:16:42.181 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-15T07:16:43.060Z[ recovery-image] Aug 15 07:16:42.191 INFO O| Aug 15 07:16:42.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73962026-08-15T07:16:43.060Z[ recovery-image] Aug 15 07:16:42.191 INFO O| Aug 15 07:16:42.191 INFO STEP 672 (remove_files) COMPLETE
73972026-08-15T07:16:43.060Z[ recovery-image] Aug 15 07:16:42.191 INFO O| Aug 15 07:16:42.191 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-15T07:16:43.070Z[ recovery-image] Aug 15 07:16:42.201 INFO O| Aug 15 07:16:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73992026-08-15T07:16:43.070Z[ recovery-image] Aug 15 07:16:42.201 INFO O| Aug 15 07:16:42.201 INFO STEP 673 (remove_files) COMPLETE
74002026-08-15T07:16:43.070Z[ recovery-image] Aug 15 07:16:42.201 INFO O| Aug 15 07:16:42.201 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-15T07:16:43.085Z[ recovery-image] Aug 15 07:16:42.210 INFO O| Aug 15 07:16:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74022026-08-15T07:16:43.085Z[ recovery-image] Aug 15 07:16:42.210 INFO O| Aug 15 07:16:42.210 INFO STEP 674 (remove_files) COMPLETE
74032026-08-15T07:16:43.085Z[ recovery-image] Aug 15 07:16:42.210 INFO O| Aug 15 07:16:42.210 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-15T07:16:43.089Z[ recovery-image] Aug 15 07:16:42.219 INFO O| Aug 15 07:16:42.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74052026-08-15T07:16:43.089Z[ recovery-image] Aug 15 07:16:42.219 INFO O| Aug 15 07:16:42.219 INFO STEP 675 (remove_files) COMPLETE
74062026-08-15T07:16:43.089Z[ recovery-image] Aug 15 07:16:42.219 INFO O| Aug 15 07:16:42.219 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-15T07:16:43.092Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
74082026-08-15T07:16:43.097Z[ recovery-image] Aug 15 07:16:42.227 INFO O| Aug 15 07:16:42.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74092026-08-15T07:16:43.100Z[ recovery-image] Aug 15 07:16:42.228 INFO O| Aug 15 07:16:42.227 INFO STEP 676 (remove_files) COMPLETE
74102026-08-15T07:16:43.100Z[ recovery-image] Aug 15 07:16:42.228 INFO O| Aug 15 07:16:42.227 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-15T07:16:43.105Z[ recovery-image] Aug 15 07:16:42.236 INFO O| Aug 15 07:16:42.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74122026-08-15T07:16:43.105Z[ recovery-image] Aug 15 07:16:42.236 INFO O| Aug 15 07:16:42.236 INFO STEP 677 (remove_files) COMPLETE
74132026-08-15T07:16:43.108Z[ recovery-image] Aug 15 07:16:42.236 INFO O| Aug 15 07:16:42.236 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-15T07:16:43.116Z[ recovery-image] Aug 15 07:16:42.246 INFO O| Aug 15 07:16:42.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74152026-08-15T07:16:43.116Z[ recovery-image] Aug 15 07:16:42.246 INFO O| Aug 15 07:16:42.246 INFO STEP 678 (remove_files) COMPLETE
74162026-08-15T07:16:43.116Z[ recovery-image] Aug 15 07:16:42.246 INFO O| Aug 15 07:16:42.246 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-15T07:16:43.130Z[ recovery-image] Aug 15 07:16:42.257 INFO O| Aug 15 07:16:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74182026-08-15T07:16:43.130Z[ recovery-image] Aug 15 07:16:42.257 INFO O| Aug 15 07:16:42.257 INFO STEP 679 (remove_files) COMPLETE
74192026-08-15T07:16:43.130Z[ recovery-image] Aug 15 07:16:42.257 INFO O| Aug 15 07:16:42.257 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-15T07:16:43.138Z[ recovery-image] Aug 15 07:16:42.266 INFO O| Aug 15 07:16:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74212026-08-15T07:16:43.138Z[ recovery-image] Aug 15 07:16:42.266 INFO O| Aug 15 07:16:42.266 INFO STEP 680 (remove_files) COMPLETE
74222026-08-15T07:16:43.138Z[ recovery-image] Aug 15 07:16:42.266 INFO O| Aug 15 07:16:42.266 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-15T07:16:43.143Z[ recovery-image] Aug 15 07:16:42.274 INFO O| Aug 15 07:16:42.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74242026-08-15T07:16:43.144Z[ recovery-image] Aug 15 07:16:42.274 INFO O| Aug 15 07:16:42.274 INFO STEP 681 (remove_files) COMPLETE
74252026-08-15T07:16:43.146Z[ recovery-image] Aug 15 07:16:42.274 INFO O| Aug 15 07:16:42.274 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-15T07:16:43.152Z[ recovery-image] Aug 15 07:16:42.282 INFO O| Aug 15 07:16:42.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74272026-08-15T07:16:43.152Z[ recovery-image] Aug 15 07:16:42.283 INFO O| Aug 15 07:16:42.283 INFO STEP 682 (remove_files) COMPLETE
74282026-08-15T07:16:43.152Z[ recovery-image] Aug 15 07:16:42.283 INFO O| Aug 15 07:16:42.283 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-15T07:16:43.160Z[ recovery-image] Aug 15 07:16:42.291 INFO O| Aug 15 07:16:42.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74302026-08-15T07:16:43.160Z[ recovery-image] Aug 15 07:16:42.291 INFO O| Aug 15 07:16:42.291 INFO STEP 683 (remove_files) COMPLETE
74312026-08-15T07:16:43.163Z[ recovery-image] Aug 15 07:16:42.291 INFO O| Aug 15 07:16:42.291 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-15T07:16:43.168Z[ recovery-image] Aug 15 07:16:42.299 INFO O| Aug 15 07:16:42.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74332026-08-15T07:16:43.168Z[ recovery-image] Aug 15 07:16:42.299 INFO O| Aug 15 07:16:42.299 INFO STEP 684 (remove_files) COMPLETE
74342026-08-15T07:16:43.169Z[ recovery-image] Aug 15 07:16:42.299 INFO O| Aug 15 07:16:42.299 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-15T07:16:43.177Z[ recovery-image] Aug 15 07:16:42.307 INFO O| Aug 15 07:16:42.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74362026-08-15T07:16:43.177Z[ recovery-image] Aug 15 07:16:42.307 INFO O| Aug 15 07:16:42.307 INFO STEP 685 (remove_files) COMPLETE
74372026-08-15T07:16:43.180Z[ recovery-image] Aug 15 07:16:42.307 INFO O| Aug 15 07:16:42.307 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-15T07:16:43.184Z[ recovery-image] Aug 15 07:16:42.315 INFO O| Aug 15 07:16:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74392026-08-15T07:16:43.184Z[ recovery-image] Aug 15 07:16:42.315 INFO O| Aug 15 07:16:42.315 INFO STEP 686 (remove_files) COMPLETE
74402026-08-15T07:16:43.187Z[ recovery-image] Aug 15 07:16:42.315 INFO O| Aug 15 07:16:42.315 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-15T07:16:43.195Z[ recovery-image] Aug 15 07:16:42.326 INFO O| Aug 15 07:16:42.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74422026-08-15T07:16:43.195Z[ recovery-image] Aug 15 07:16:42.326 INFO O| Aug 15 07:16:42.326 INFO STEP 687 (remove_files) COMPLETE
74432026-08-15T07:16:43.195Z[ recovery-image] Aug 15 07:16:42.326 INFO O| Aug 15 07:16:42.326 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-15T07:16:43.205Z[ recovery-image] Aug 15 07:16:42.336 INFO O| Aug 15 07:16:42.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74452026-08-15T07:16:43.206Z[ recovery-image] Aug 15 07:16:42.336 INFO O| Aug 15 07:16:42.336 INFO STEP 688 (remove_files) COMPLETE
74462026-08-15T07:16:43.206Z[ recovery-image] Aug 15 07:16:42.336 INFO O| Aug 15 07:16:42.336 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-15T07:16:43.217Z[ recovery-image] Aug 15 07:16:42.347 INFO O| Aug 15 07:16:42.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74482026-08-15T07:16:43.217Z[ recovery-image] Aug 15 07:16:42.347 INFO O| Aug 15 07:16:42.347 INFO STEP 689 (remove_files) COMPLETE
74492026-08-15T07:16:43.217Z[ recovery-image] Aug 15 07:16:42.347 INFO O| Aug 15 07:16:42.347 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-15T07:16:43.227Z[ recovery-image] Aug 15 07:16:42.358 INFO O| Aug 15 07:16:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74512026-08-15T07:16:43.227Z[ recovery-image] Aug 15 07:16:42.358 INFO O| Aug 15 07:16:42.358 INFO STEP 690 (remove_files) COMPLETE
74522026-08-15T07:16:43.227Z[ recovery-image] Aug 15 07:16:42.358 INFO O| Aug 15 07:16:42.358 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-15T07:16:43.241Z[ recovery-image] Aug 15 07:16:42.368 INFO O| Aug 15 07:16:42.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74542026-08-15T07:16:43.242Z[ recovery-image] Aug 15 07:16:42.368 INFO O| Aug 15 07:16:42.368 INFO STEP 691 (remove_files) COMPLETE
74552026-08-15T07:16:43.242Z[ recovery-image] Aug 15 07:16:42.368 INFO O| Aug 15 07:16:42.368 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-15T07:16:43.247Z[ recovery-image] Aug 15 07:16:42.377 INFO O| Aug 15 07:16:42.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74572026-08-15T07:16:43.247Z[ recovery-image] Aug 15 07:16:42.377 INFO O| Aug 15 07:16:42.377 INFO STEP 692 (remove_files) COMPLETE
74582026-08-15T07:16:43.247Z[ recovery-image] Aug 15 07:16:42.377 INFO O| Aug 15 07:16:42.377 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-15T07:16:43.272Z[ recovery-image] Aug 15 07:16:42.387 INFO O| Aug 15 07:16:42.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74602026-08-15T07:16:43.272Z[ recovery-image] Aug 15 07:16:42.387 INFO O| Aug 15 07:16:42.387 INFO STEP 693 (remove_files) COMPLETE
74612026-08-15T07:16:43.277Z[ recovery-image] Aug 15 07:16:42.387 INFO O| Aug 15 07:16:42.387 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-15T07:16:43.277Z[ recovery-image] Aug 15 07:16:42.398 INFO O| Aug 15 07:16:42.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74632026-08-15T07:16:43.277Z[ recovery-image] Aug 15 07:16:42.398 INFO O| Aug 15 07:16:42.398 INFO STEP 694 (remove_files) COMPLETE
74642026-08-15T07:16:43.277Z[ recovery-image] Aug 15 07:16:42.398 INFO O| Aug 15 07:16:42.398 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-15T07:16:43.280Z[ recovery-image] Aug 15 07:16:42.406 INFO O| Aug 15 07:16:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74662026-08-15T07:16:43.280Z[ recovery-image] Aug 15 07:16:42.406 INFO O| Aug 15 07:16:42.406 INFO STEP 695 (remove_files) COMPLETE
74672026-08-15T07:16:43.280Z[ recovery-image] Aug 15 07:16:42.406 INFO O| Aug 15 07:16:42.406 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-15T07:16:43.284Z[ recovery-image] Aug 15 07:16:42.414 INFO O| Aug 15 07:16:42.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74692026-08-15T07:16:43.284Z[ recovery-image] Aug 15 07:16:42.414 INFO O| Aug 15 07:16:42.414 INFO STEP 696 (remove_files) COMPLETE
74702026-08-15T07:16:43.286Z[ recovery-image] Aug 15 07:16:42.414 INFO O| Aug 15 07:16:42.414 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-15T07:16:43.294Z[ recovery-image] Aug 15 07:16:42.425 INFO O| Aug 15 07:16:42.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74722026-08-15T07:16:43.295Z[ recovery-image] Aug 15 07:16:42.425 INFO O| Aug 15 07:16:42.425 INFO STEP 697 (remove_files) COMPLETE
74732026-08-15T07:16:43.297Z[ recovery-image] Aug 15 07:16:42.425 INFO O| Aug 15 07:16:42.425 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-15T07:16:43.306Z[ recovery-image] Aug 15 07:16:42.436 INFO O| Aug 15 07:16:42.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74752026-08-15T07:16:43.311Z[ recovery-image] Aug 15 07:16:42.436 INFO O| Aug 15 07:16:42.436 INFO STEP 698 (remove_files) COMPLETE
74762026-08-15T07:16:43.314Z[ recovery-image] Aug 15 07:16:42.436 INFO O| Aug 15 07:16:42.436 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-15T07:16:43.318Z[ recovery-image] Aug 15 07:16:42.446 INFO O| Aug 15 07:16:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74782026-08-15T07:16:43.318Z[ recovery-image] Aug 15 07:16:42.446 INFO O| Aug 15 07:16:42.446 INFO STEP 699 (remove_files) COMPLETE
74792026-08-15T07:16:43.322Z[ recovery-image] Aug 15 07:16:42.446 INFO O| Aug 15 07:16:42.446 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-15T07:16:43.328Z[ recovery-image] Aug 15 07:16:42.458 INFO O| Aug 15 07:16:42.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74812026-08-15T07:16:43.328Z[ recovery-image] Aug 15 07:16:42.458 INFO O| Aug 15 07:16:42.458 INFO STEP 700 (remove_files) COMPLETE
74822026-08-15T07:16:43.328Z[ recovery-image] Aug 15 07:16:42.458 INFO O| Aug 15 07:16:42.458 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-15T07:16:43.338Z[ recovery-image] Aug 15 07:16:42.468 INFO O| Aug 15 07:16:42.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74842026-08-15T07:16:43.338Z[ recovery-image] Aug 15 07:16:42.468 INFO O| Aug 15 07:16:42.468 INFO STEP 701 (remove_files) COMPLETE
74852026-08-15T07:16:43.338Z[ recovery-image] Aug 15 07:16:42.468 INFO O| Aug 15 07:16:42.468 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-15T07:16:43.348Z[ recovery-image] Aug 15 07:16:42.478 INFO O| Aug 15 07:16:42.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74872026-08-15T07:16:43.348Z[ recovery-image] Aug 15 07:16:42.478 INFO O| Aug 15 07:16:42.478 INFO STEP 702 (remove_files) COMPLETE
74882026-08-15T07:16:43.348Z[ recovery-image] Aug 15 07:16:42.478 INFO O| Aug 15 07:16:42.478 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-15T07:16:43.359Z[ recovery-image] Aug 15 07:16:42.489 INFO O| Aug 15 07:16:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74902026-08-15T07:16:43.359Z[ recovery-image] Aug 15 07:16:42.489 INFO O| Aug 15 07:16:42.489 INFO STEP 703 (remove_files) COMPLETE
74912026-08-15T07:16:43.362Z[ recovery-image] Aug 15 07:16:42.489 INFO O| Aug 15 07:16:42.489 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-15T07:16:43.369Z[ recovery-image] Aug 15 07:16:42.500 INFO O| Aug 15 07:16:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74932026-08-15T07:16:43.369Z[ recovery-image] Aug 15 07:16:42.500 INFO O| Aug 15 07:16:42.500 INFO STEP 704 (remove_files) COMPLETE
74942026-08-15T07:16:43.369Z[ recovery-image] Aug 15 07:16:42.500 INFO O| Aug 15 07:16:42.500 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-15T07:16:43.379Z[ recovery-image] Aug 15 07:16:42.510 INFO O| Aug 15 07:16:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74962026-08-15T07:16:43.379Z[ recovery-image] Aug 15 07:16:42.510 INFO O| Aug 15 07:16:42.510 INFO STEP 705 (remove_files) COMPLETE
74972026-08-15T07:16:43.379Z[ recovery-image] Aug 15 07:16:42.510 INFO O| Aug 15 07:16:42.510 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-15T07:16:43.388Z[ recovery-image] Aug 15 07:16:42.519 INFO O| Aug 15 07:16:42.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74992026-08-15T07:16:43.389Z[ recovery-image] Aug 15 07:16:42.519 INFO O| Aug 15 07:16:42.519 INFO STEP 706 (remove_files) COMPLETE
75002026-08-15T07:16:43.391Z[ recovery-image] Aug 15 07:16:42.519 INFO O| Aug 15 07:16:42.519 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-15T07:16:43.397Z[ recovery-image] Aug 15 07:16:42.528 INFO O| Aug 15 07:16:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75022026-08-15T07:16:43.397Z[ recovery-image] Aug 15 07:16:42.528 INFO O| Aug 15 07:16:42.528 INFO STEP 707 (remove_files) COMPLETE
75032026-08-15T07:16:43.400Z[ recovery-image] Aug 15 07:16:42.528 INFO O| Aug 15 07:16:42.528 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-15T07:16:43.406Z[ recovery-image] Aug 15 07:16:42.536 INFO O| Aug 15 07:16:42.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75052026-08-15T07:16:43.406Z[ recovery-image] Aug 15 07:16:42.536 INFO O| Aug 15 07:16:42.536 INFO STEP 708 (remove_files) COMPLETE
75062026-08-15T07:16:43.407Z[ recovery-image] Aug 15 07:16:42.536 INFO O| Aug 15 07:16:42.536 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-15T07:16:43.414Z[ recovery-image] Aug 15 07:16:42.545 INFO O| Aug 15 07:16:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75082026-08-15T07:16:43.414Z[ recovery-image] Aug 15 07:16:42.545 INFO O| Aug 15 07:16:42.545 INFO STEP 709 (remove_files) COMPLETE
75092026-08-15T07:16:43.414Z[ recovery-image] Aug 15 07:16:42.545 INFO O| Aug 15 07:16:42.545 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-15T07:16:43.425Z[ recovery-image] Aug 15 07:16:42.555 INFO O| Aug 15 07:16:42.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75112026-08-15T07:16:43.425Z[ recovery-image] Aug 15 07:16:42.555 INFO O| Aug 15 07:16:42.555 INFO STEP 710 (remove_files) COMPLETE
75122026-08-15T07:16:43.425Z[ recovery-image] Aug 15 07:16:42.555 INFO O| Aug 15 07:16:42.555 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-15T07:16:43.435Z[ recovery-image] Aug 15 07:16:42.565 INFO O| Aug 15 07:16:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75142026-08-15T07:16:43.435Z[ recovery-image] Aug 15 07:16:42.565 INFO O| Aug 15 07:16:42.565 INFO STEP 711 (remove_files) COMPLETE
75152026-08-15T07:16:43.436Z[ recovery-image] Aug 15 07:16:42.565 INFO O| Aug 15 07:16:42.565 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-15T07:16:43.445Z[ recovery-image] Aug 15 07:16:42.575 INFO O| Aug 15 07:16:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75172026-08-15T07:16:43.445Z[ recovery-image] Aug 15 07:16:42.575 INFO O| Aug 15 07:16:42.575 INFO STEP 712 (remove_files) COMPLETE
75182026-08-15T07:16:43.447Z[ recovery-image] Aug 15 07:16:42.575 INFO O| Aug 15 07:16:42.575 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-15T07:16:43.454Z[ recovery-image] Aug 15 07:16:42.585 INFO O| Aug 15 07:16:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75202026-08-15T07:16:43.454Z[ recovery-image] Aug 15 07:16:42.585 INFO O| Aug 15 07:16:42.585 INFO STEP 713 (remove_files) COMPLETE
75212026-08-15T07:16:43.455Z[ recovery-image] Aug 15 07:16:42.585 INFO O| Aug 15 07:16:42.585 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-15T07:16:43.464Z[ recovery-image] Aug 15 07:16:42.594 INFO O| Aug 15 07:16:42.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75232026-08-15T07:16:43.464Z[ recovery-image] Aug 15 07:16:42.594 INFO O| Aug 15 07:16:42.594 INFO STEP 714 (remove_files) COMPLETE
75242026-08-15T07:16:43.464Z[ recovery-image] Aug 15 07:16:42.594 INFO O| Aug 15 07:16:42.594 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-15T07:16:43.473Z[ recovery-image] Aug 15 07:16:42.603 INFO O| Aug 15 07:16:42.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75262026-08-15T07:16:43.473Z[ recovery-image] Aug 15 07:16:42.603 INFO O| Aug 15 07:16:42.603 INFO STEP 715 (remove_files) COMPLETE
75272026-08-15T07:16:43.473Z[ recovery-image] Aug 15 07:16:42.603 INFO O| Aug 15 07:16:42.603 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-15T07:16:43.482Z[ recovery-image] Aug 15 07:16:42.613 INFO O| Aug 15 07:16:42.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75292026-08-15T07:16:43.482Z[ recovery-image] Aug 15 07:16:42.613 INFO O| Aug 15 07:16:42.613 INFO STEP 716 (remove_files) COMPLETE
75302026-08-15T07:16:43.486Z[ recovery-image] Aug 15 07:16:42.613 INFO O| Aug 15 07:16:42.613 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-15T07:16:43.497Z[ recovery-image] Aug 15 07:16:42.623 INFO O| Aug 15 07:16:42.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75322026-08-15T07:16:43.497Z[ recovery-image] Aug 15 07:16:42.624 INFO O| Aug 15 07:16:42.624 INFO STEP 717 (remove_files) COMPLETE
75332026-08-15T07:16:43.497Z[ recovery-image] Aug 15 07:16:42.624 INFO O| Aug 15 07:16:42.624 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-15T07:16:43.507Z[ recovery-image] Aug 15 07:16:42.634 INFO O| Aug 15 07:16:42.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75352026-08-15T07:16:43.512Z[ recovery-image] Aug 15 07:16:42.634 INFO O| Aug 15 07:16:42.634 INFO STEP 718 (remove_files) COMPLETE
75362026-08-15T07:16:43.512Z[ recovery-image] Aug 15 07:16:42.634 INFO O| Aug 15 07:16:42.634 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-15T07:16:43.515Z[ recovery-image] Aug 15 07:16:42.644 INFO O| Aug 15 07:16:42.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75382026-08-15T07:16:43.515Z[ recovery-image] Aug 15 07:16:42.644 INFO O| Aug 15 07:16:42.644 INFO STEP 719 (remove_files) COMPLETE
75392026-08-15T07:16:43.515Z[ recovery-image] Aug 15 07:16:42.644 INFO O| Aug 15 07:16:42.644 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-15T07:16:43.524Z[ recovery-image] Aug 15 07:16:42.655 INFO O| Aug 15 07:16:42.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75412026-08-15T07:16:43.524Z[ recovery-image] Aug 15 07:16:42.655 INFO O| Aug 15 07:16:42.655 INFO STEP 720 (remove_files) COMPLETE
75422026-08-15T07:16:43.528Z[ recovery-image] Aug 15 07:16:42.655 INFO O| Aug 15 07:16:42.655 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-15T07:16:43.535Z[ recovery-image] Aug 15 07:16:42.665 INFO O| Aug 15 07:16:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75442026-08-15T07:16:43.537Z[ recovery-image] Aug 15 07:16:42.666 INFO O| Aug 15 07:16:42.666 INFO STEP 721 (remove_files) COMPLETE
75452026-08-15T07:16:43.538Z[ recovery-image] Aug 15 07:16:42.666 INFO O| Aug 15 07:16:42.666 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-15T07:16:43.547Z[ recovery-image] Aug 15 07:16:42.677 INFO O| Aug 15 07:16:42.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75472026-08-15T07:16:43.547Z[ recovery-image] Aug 15 07:16:42.677 INFO O| Aug 15 07:16:42.677 INFO STEP 722 (remove_files) COMPLETE
75482026-08-15T07:16:43.547Z[ recovery-image] Aug 15 07:16:42.677 INFO O| Aug 15 07:16:42.677 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-15T07:16:43.556Z[ recovery-image] Aug 15 07:16:42.686 INFO O| Aug 15 07:16:42.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75502026-08-15T07:16:43.556Z[ recovery-image] Aug 15 07:16:42.686 INFO O| Aug 15 07:16:42.686 INFO STEP 723 (remove_files) COMPLETE
75512026-08-15T07:16:43.556Z[ recovery-image] Aug 15 07:16:42.686 INFO O| Aug 15 07:16:42.686 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-15T07:16:43.565Z[ recovery-image] Aug 15 07:16:42.696 INFO O| Aug 15 07:16:42.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75532026-08-15T07:16:43.568Z[ recovery-image] Aug 15 07:16:42.696 INFO O| Aug 15 07:16:42.696 INFO STEP 724 (remove_files) COMPLETE
75542026-08-15T07:16:43.568Z[ recovery-image] Aug 15 07:16:42.696 INFO O| Aug 15 07:16:42.696 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-15T07:16:43.576Z[ recovery-image] Aug 15 07:16:42.707 INFO O| Aug 15 07:16:42.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75562026-08-15T07:16:43.576Z[ recovery-image] Aug 15 07:16:42.707 INFO O| Aug 15 07:16:42.707 INFO STEP 725 (remove_files) COMPLETE
75572026-08-15T07:16:43.577Z[ recovery-image] Aug 15 07:16:42.707 INFO O| Aug 15 07:16:42.707 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-15T07:16:43.587Z[ recovery-image] Aug 15 07:16:42.717 INFO O| Aug 15 07:16:42.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75592026-08-15T07:16:43.590Z[ recovery-image] Aug 15 07:16:42.718 INFO O| Aug 15 07:16:42.718 INFO STEP 726 (remove_files) COMPLETE
75602026-08-15T07:16:43.590Z[ recovery-image] Aug 15 07:16:42.718 INFO O| Aug 15 07:16:42.718 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-15T07:16:43.597Z[ recovery-image] Aug 15 07:16:42.727 INFO O| Aug 15 07:16:42.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75622026-08-15T07:16:43.597Z[ recovery-image] Aug 15 07:16:42.727 INFO O| Aug 15 07:16:42.727 INFO STEP 727 (remove_files) COMPLETE
75632026-08-15T07:16:43.597Z[ recovery-image] Aug 15 07:16:42.727 INFO O| Aug 15 07:16:42.727 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-15T07:16:43.607Z[ recovery-image] Aug 15 07:16:42.737 INFO O| Aug 15 07:16:42.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75652026-08-15T07:16:43.607Z[ recovery-image] Aug 15 07:16:42.737 INFO O| Aug 15 07:16:42.737 INFO STEP 728 (remove_files) COMPLETE
75662026-08-15T07:16:43.608Z[ recovery-image] Aug 15 07:16:42.737 INFO O| Aug 15 07:16:42.737 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-15T07:16:43.617Z[ recovery-image] Aug 15 07:16:42.747 INFO O| Aug 15 07:16:42.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75682026-08-15T07:16:43.617Z[ recovery-image] Aug 15 07:16:42.747 INFO O| Aug 15 07:16:42.747 INFO STEP 729 (remove_files) COMPLETE
75692026-08-15T07:16:43.617Z[ recovery-image] Aug 15 07:16:42.747 INFO O| Aug 15 07:16:42.747 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-15T07:16:43.620Z[verify-libraries] Compiling russh v0.62.4
75712026-08-15T07:16:43.627Z[ recovery-image] Aug 15 07:16:42.757 INFO O| Aug 15 07:16:42.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75722026-08-15T07:16:43.627Z[ recovery-image] Aug 15 07:16:42.757 INFO O| Aug 15 07:16:42.757 INFO STEP 730 (remove_files) COMPLETE
75732026-08-15T07:16:43.627Z[ recovery-image] Aug 15 07:16:42.757 INFO O| Aug 15 07:16:42.757 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-15T07:16:43.637Z[ recovery-image] Aug 15 07:16:42.768 INFO O| Aug 15 07:16:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75752026-08-15T07:16:43.637Z[ recovery-image] Aug 15 07:16:42.768 INFO O| Aug 15 07:16:42.768 INFO STEP 731 (remove_files) COMPLETE
75762026-08-15T07:16:43.637Z[ recovery-image] Aug 15 07:16:42.768 INFO O| Aug 15 07:16:42.768 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-15T07:16:43.648Z[ recovery-image] Aug 15 07:16:42.778 INFO O| Aug 15 07:16:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75782026-08-15T07:16:43.648Z[ recovery-image] Aug 15 07:16:42.778 INFO O| Aug 15 07:16:42.778 INFO STEP 732 (remove_files) COMPLETE
75792026-08-15T07:16:43.648Z[ recovery-image] Aug 15 07:16:42.778 INFO O| Aug 15 07:16:42.778 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-15T07:16:43.658Z[ recovery-image] Aug 15 07:16:42.789 INFO O| Aug 15 07:16:42.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75812026-08-15T07:16:43.658Z[ recovery-image] Aug 15 07:16:42.789 INFO O| Aug 15 07:16:42.789 INFO STEP 733 (remove_files) COMPLETE
75822026-08-15T07:16:43.659Z[ recovery-image] Aug 15 07:16:42.789 INFO O| Aug 15 07:16:42.789 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-15T07:16:43.669Z[ recovery-image] Aug 15 07:16:42.799 INFO O| Aug 15 07:16:42.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75842026-08-15T07:16:43.669Z[ recovery-image] Aug 15 07:16:42.799 INFO O| Aug 15 07:16:42.799 INFO STEP 734 (remove_files) COMPLETE
75852026-08-15T07:16:43.669Z[ recovery-image] Aug 15 07:16:42.799 INFO O| Aug 15 07:16:42.799 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-15T07:16:43.681Z[ recovery-image] Aug 15 07:16:42.811 INFO O| Aug 15 07:16:42.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75872026-08-15T07:16:43.681Z[ recovery-image] Aug 15 07:16:42.811 INFO O| Aug 15 07:16:42.811 INFO STEP 735 (remove_files) COMPLETE
75882026-08-15T07:16:43.684Z[ recovery-image] Aug 15 07:16:42.811 INFO O| Aug 15 07:16:42.811 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-15T07:16:43.691Z[ recovery-image] Aug 15 07:16:42.822 INFO O| Aug 15 07:16:42.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75902026-08-15T07:16:43.691Z[ recovery-image] Aug 15 07:16:42.822 INFO O| Aug 15 07:16:42.822 INFO STEP 736 (remove_files) COMPLETE
75912026-08-15T07:16:43.694Z[ recovery-image] Aug 15 07:16:42.822 INFO O| Aug 15 07:16:42.822 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-15T07:16:43.701Z[ recovery-image] Aug 15 07:16:42.832 INFO O| Aug 15 07:16:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75932026-08-15T07:16:43.701Z[ recovery-image] Aug 15 07:16:42.832 INFO O| Aug 15 07:16:42.832 INFO STEP 737 (remove_files) COMPLETE
75942026-08-15T07:16:43.701Z[ recovery-image] Aug 15 07:16:42.832 INFO O| Aug 15 07:16:42.832 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-15T07:16:43.712Z[ recovery-image] Aug 15 07:16:42.842 INFO O| Aug 15 07:16:42.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75962026-08-15T07:16:43.712Z[ recovery-image] Aug 15 07:16:42.842 INFO O| Aug 15 07:16:42.842 INFO STEP 738 (remove_files) COMPLETE
75972026-08-15T07:16:43.715Z[ recovery-image] Aug 15 07:16:42.842 INFO O| Aug 15 07:16:42.842 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-15T07:16:43.726Z[ recovery-image] Aug 15 07:16:42.853 INFO O| Aug 15 07:16:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75992026-08-15T07:16:43.726Z[ recovery-image] Aug 15 07:16:42.853 INFO O| Aug 15 07:16:42.853 INFO STEP 739 (remove_files) COMPLETE
76002026-08-15T07:16:43.726Z[ recovery-image] Aug 15 07:16:42.853 INFO O| Aug 15 07:16:42.853 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-15T07:16:43.734Z[ recovery-image] Aug 15 07:16:42.864 INFO O| Aug 15 07:16:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76022026-08-15T07:16:43.734Z[ recovery-image] Aug 15 07:16:42.864 INFO O| Aug 15 07:16:42.864 INFO STEP 740 (remove_files) COMPLETE
76032026-08-15T07:16:43.734Z[ recovery-image] Aug 15 07:16:42.864 INFO O| Aug 15 07:16:42.864 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-15T07:16:43.737Z[verify-libraries] Compiling samael v0.0.19
76052026-08-15T07:16:43.744Z[ recovery-image] Aug 15 07:16:42.875 INFO O| Aug 15 07:16:42.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76062026-08-15T07:16:43.744Z[ recovery-image] Aug 15 07:16:42.875 INFO O| Aug 15 07:16:42.875 INFO STEP 741 (remove_files) COMPLETE
76072026-08-15T07:16:43.744Z[ recovery-image] Aug 15 07:16:42.875 INFO O| Aug 15 07:16:42.875 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-15T07:16:43.755Z[ recovery-image] Aug 15 07:16:42.886 INFO O| Aug 15 07:16:42.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76092026-08-15T07:16:43.755Z[ recovery-image] Aug 15 07:16:42.886 INFO O| Aug 15 07:16:42.886 INFO STEP 742 (remove_files) COMPLETE
76102026-08-15T07:16:43.759Z[ recovery-image] Aug 15 07:16:42.886 INFO O| Aug 15 07:16:42.886 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-15T07:16:43.766Z[ recovery-image] Aug 15 07:16:42.897 INFO O| Aug 15 07:16:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76122026-08-15T07:16:43.770Z[ recovery-image] Aug 15 07:16:42.897 INFO O| Aug 15 07:16:42.897 INFO STEP 743 (remove_files) COMPLETE
76132026-08-15T07:16:43.770Z[ recovery-image] Aug 15 07:16:42.897 INFO O| Aug 15 07:16:42.897 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.906 INFO O| Aug 15 07:16:42.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76152026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.906 INFO O| Aug 15 07:16:42.906 INFO STEP 744 (remove_files) COMPLETE
76162026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.906 INFO O| Aug 15 07:16:42.906 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.916 INFO O| Aug 15 07:16:42.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76182026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.916 INFO O| Aug 15 07:16:42.916 INFO STEP 745 (remove_files) COMPLETE
76192026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.917 INFO O| Aug 15 07:16:42.916 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.928 INFO O| Aug 15 07:16:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76212026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.928 INFO O| Aug 15 07:16:42.928 INFO STEP 746 (remove_files) COMPLETE
76222026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.928 INFO O| Aug 15 07:16:42.928 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.939 INFO O| Aug 15 07:16:42.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76242026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.939 INFO O| Aug 15 07:16:42.939 INFO STEP 747 (remove_files) COMPLETE
76252026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.939 INFO O| Aug 15 07:16:42.939 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.949 INFO O| Aug 15 07:16:42.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76272026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.949 INFO O| Aug 15 07:16:42.949 INFO STEP 748 (remove_files) COMPLETE
76282026-08-15T07:16:43.820Z[ recovery-image] Aug 15 07:16:42.949 INFO O| Aug 15 07:16:42.949 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-15T07:16:43.829Z[ recovery-image] Aug 15 07:16:42.960 INFO O| Aug 15 07:16:42.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76302026-08-15T07:16:43.830Z[ recovery-image] Aug 15 07:16:42.960 INFO O| Aug 15 07:16:42.960 INFO STEP 749 (remove_files) COMPLETE
76312026-08-15T07:16:43.830Z[ recovery-image] Aug 15 07:16:42.960 INFO O| Aug 15 07:16:42.960 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-15T07:16:43.839Z[ recovery-image] Aug 15 07:16:42.969 INFO O| Aug 15 07:16:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76332026-08-15T07:16:43.839Z[ recovery-image] Aug 15 07:16:42.969 INFO O| Aug 15 07:16:42.969 INFO STEP 750 (remove_files) COMPLETE
76342026-08-15T07:16:43.839Z[ recovery-image] Aug 15 07:16:42.969 INFO O| Aug 15 07:16:42.969 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-15T07:16:43.850Z[ recovery-image] Aug 15 07:16:42.980 INFO O| Aug 15 07:16:42.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76362026-08-15T07:16:43.850Z[ recovery-image] Aug 15 07:16:42.980 INFO O| Aug 15 07:16:42.980 INFO STEP 751 (remove_files) COMPLETE
76372026-08-15T07:16:43.853Z[ recovery-image] Aug 15 07:16:42.980 INFO O| Aug 15 07:16:42.980 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-15T07:16:43.859Z[ recovery-image] Aug 15 07:16:42.990 INFO O| Aug 15 07:16:42.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76392026-08-15T07:16:43.862Z[ recovery-image] Aug 15 07:16:42.990 INFO O| Aug 15 07:16:42.990 INFO STEP 752 (remove_files) COMPLETE
76402026-08-15T07:16:43.862Z[ recovery-image] Aug 15 07:16:42.990 INFO O| Aug 15 07:16:42.990 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-15T07:16:43.871Z[ recovery-image] Aug 15 07:16:43.001 INFO O| Aug 15 07:16:43.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76422026-08-15T07:16:43.872Z[ recovery-image] Aug 15 07:16:43.001 INFO O| Aug 15 07:16:43.001 INFO STEP 753 (remove_files) COMPLETE
76432026-08-15T07:16:43.872Z[ recovery-image] Aug 15 07:16:43.001 INFO O| Aug 15 07:16:43.001 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-15T07:16:43.880Z[ recovery-image] Aug 15 07:16:43.011 INFO O| Aug 15 07:16:43.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76452026-08-15T07:16:43.880Z[ recovery-image] Aug 15 07:16:43.011 INFO O| Aug 15 07:16:43.011 INFO STEP 754 (remove_files) COMPLETE
76462026-08-15T07:16:43.884Z[ recovery-image] Aug 15 07:16:43.011 INFO O| Aug 15 07:16:43.011 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-15T07:16:43.892Z[ recovery-image] Aug 15 07:16:43.022 INFO O| Aug 15 07:16:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76482026-08-15T07:16:43.892Z[ recovery-image] Aug 15 07:16:43.022 INFO O| Aug 15 07:16:43.022 INFO STEP 755 (remove_files) COMPLETE
76492026-08-15T07:16:43.892Z[ recovery-image] Aug 15 07:16:43.022 INFO O| Aug 15 07:16:43.022 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-15T07:16:43.903Z[ recovery-image] Aug 15 07:16:43.033 INFO O| Aug 15 07:16:43.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76512026-08-15T07:16:43.903Z[ recovery-image] Aug 15 07:16:43.033 INFO O| Aug 15 07:16:43.033 INFO STEP 756 (remove_files) COMPLETE
76522026-08-15T07:16:43.905Z[ recovery-image] Aug 15 07:16:43.033 INFO O| Aug 15 07:16:43.033 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-15T07:16:43.912Z[ recovery-image] Aug 15 07:16:43.043 INFO O| Aug 15 07:16:43.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76542026-08-15T07:16:43.913Z[ recovery-image] Aug 15 07:16:43.043 INFO O| Aug 15 07:16:43.043 INFO STEP 757 (remove_files) COMPLETE
76552026-08-15T07:16:43.913Z[ recovery-image] Aug 15 07:16:43.043 INFO O| Aug 15 07:16:43.043 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-15T07:16:43.922Z[ recovery-image] Aug 15 07:16:43.053 INFO O| Aug 15 07:16:43.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76572026-08-15T07:16:43.922Z[ recovery-image] Aug 15 07:16:43.053 INFO O| Aug 15 07:16:43.053 INFO STEP 758 (remove_files) COMPLETE
76582026-08-15T07:16:43.926Z[ recovery-image] Aug 15 07:16:43.053 INFO O| Aug 15 07:16:43.053 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-15T07:16:43.933Z[ recovery-image] Aug 15 07:16:43.063 INFO O| Aug 15 07:16:43.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76602026-08-15T07:16:43.933Z[ recovery-image] Aug 15 07:16:43.063 INFO O| Aug 15 07:16:43.063 INFO STEP 759 (remove_files) COMPLETE
76612026-08-15T07:16:43.933Z[ recovery-image] Aug 15 07:16:43.063 INFO O| Aug 15 07:16:43.063 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-15T07:16:43.943Z[ recovery-image] Aug 15 07:16:43.073 INFO O| Aug 15 07:16:43.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76632026-08-15T07:16:43.943Z[ recovery-image] Aug 15 07:16:43.073 INFO O| Aug 15 07:16:43.073 INFO STEP 760 (remove_files) COMPLETE
76642026-08-15T07:16:43.946Z[ recovery-image] Aug 15 07:16:43.073 INFO O| Aug 15 07:16:43.073 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-15T07:16:43.952Z[ recovery-image] Aug 15 07:16:43.083 INFO O| Aug 15 07:16:43.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76662026-08-15T07:16:43.952Z[ recovery-image] Aug 15 07:16:43.083 INFO O| Aug 15 07:16:43.083 INFO STEP 761 (remove_files) COMPLETE
76672026-08-15T07:16:43.955Z[ recovery-image] Aug 15 07:16:43.083 INFO O| Aug 15 07:16:43.083 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-15T07:16:43.962Z[ recovery-image] Aug 15 07:16:43.093 INFO O| Aug 15 07:16:43.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76692026-08-15T07:16:43.962Z[ recovery-image] Aug 15 07:16:43.093 INFO O| Aug 15 07:16:43.093 INFO STEP 762 (remove_files) COMPLETE
76702026-08-15T07:16:43.962Z[ recovery-image] Aug 15 07:16:43.093 INFO O| Aug 15 07:16:43.093 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-15T07:16:43.973Z[ recovery-image] Aug 15 07:16:43.103 INFO O| Aug 15 07:16:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76722026-08-15T07:16:43.974Z[ recovery-image] Aug 15 07:16:43.103 INFO O| Aug 15 07:16:43.103 INFO STEP 763 (remove_files) COMPLETE
76732026-08-15T07:16:43.977Z[ recovery-image] Aug 15 07:16:43.103 INFO O| Aug 15 07:16:43.103 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-15T07:16:43.984Z[ recovery-image] Aug 15 07:16:43.114 INFO O| Aug 15 07:16:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76752026-08-15T07:16:43.984Z[ recovery-image] Aug 15 07:16:43.114 INFO O| Aug 15 07:16:43.114 INFO STEP 764 (remove_files) COMPLETE
76762026-08-15T07:16:43.984Z[ recovery-image] Aug 15 07:16:43.114 INFO O| Aug 15 07:16:43.114 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-15T07:16:43.994Z[ recovery-image] Aug 15 07:16:43.125 INFO O| Aug 15 07:16:43.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76782026-08-15T07:16:43.994Z[ recovery-image] Aug 15 07:16:43.125 INFO O| Aug 15 07:16:43.125 INFO STEP 765 (remove_files) COMPLETE
76792026-08-15T07:16:43.994Z[ recovery-image] Aug 15 07:16:43.125 INFO O| Aug 15 07:16:43.125 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-15T07:16:44.006Z[ recovery-image] Aug 15 07:16:43.136 INFO O| Aug 15 07:16:43.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76812026-08-15T07:16:44.006Z[ recovery-image] Aug 15 07:16:43.136 INFO O| Aug 15 07:16:43.136 INFO STEP 766 (remove_files) COMPLETE
76822026-08-15T07:16:44.009Z[ recovery-image] Aug 15 07:16:43.136 INFO O| Aug 15 07:16:43.136 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-15T07:16:44.016Z[ recovery-image] Aug 15 07:16:43.146 INFO O| Aug 15 07:16:43.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76842026-08-15T07:16:44.016Z[ recovery-image] Aug 15 07:16:43.146 INFO O| Aug 15 07:16:43.146 INFO STEP 767 (remove_files) COMPLETE
76852026-08-15T07:16:44.016Z[ recovery-image] Aug 15 07:16:43.146 INFO O| Aug 15 07:16:43.146 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-15T07:16:44.027Z[ recovery-image] Aug 15 07:16:43.157 INFO O| Aug 15 07:16:43.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76872026-08-15T07:16:44.027Z[ recovery-image] Aug 15 07:16:43.157 INFO O| Aug 15 07:16:43.157 INFO STEP 768 (remove_files) COMPLETE
76882026-08-15T07:16:44.031Z[ recovery-image] Aug 15 07:16:43.157 INFO O| Aug 15 07:16:43.157 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-15T07:16:44.038Z[ recovery-image] Aug 15 07:16:43.168 INFO O| Aug 15 07:16:43.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76902026-08-15T07:16:44.038Z[ recovery-image] Aug 15 07:16:43.168 INFO O| Aug 15 07:16:43.168 INFO STEP 769 (remove_files) COMPLETE
76912026-08-15T07:16:44.038Z[ recovery-image] Aug 15 07:16:43.168 INFO O| Aug 15 07:16:43.168 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-15T07:16:44.047Z[ recovery-image] Aug 15 07:16:43.177 INFO O| Aug 15 07:16:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76932026-08-15T07:16:44.047Z[ recovery-image] Aug 15 07:16:43.178 INFO O| Aug 15 07:16:43.178 INFO STEP 770 (remove_files) COMPLETE
76942026-08-15T07:16:44.047Z[ recovery-image] Aug 15 07:16:43.178 INFO O| Aug 15 07:16:43.178 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-15T07:16:44.057Z[ recovery-image] Aug 15 07:16:43.187 INFO O| Aug 15 07:16:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76962026-08-15T07:16:44.057Z[ recovery-image] Aug 15 07:16:43.187 INFO O| Aug 15 07:16:43.187 INFO STEP 771 (remove_files) COMPLETE
76972026-08-15T07:16:44.057Z[ recovery-image] Aug 15 07:16:43.187 INFO O| Aug 15 07:16:43.187 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-15T07:16:44.067Z[ recovery-image] Aug 15 07:16:43.197 INFO O| Aug 15 07:16:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76992026-08-15T07:16:44.067Z[ recovery-image] Aug 15 07:16:43.197 INFO O| Aug 15 07:16:43.197 INFO STEP 772 (remove_files) COMPLETE
77002026-08-15T07:16:44.070Z[ recovery-image] Aug 15 07:16:43.197 INFO O| Aug 15 07:16:43.197 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-15T07:16:44.076Z[ recovery-image] Aug 15 07:16:43.206 INFO O| Aug 15 07:16:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77022026-08-15T07:16:44.076Z[ recovery-image] Aug 15 07:16:43.206 INFO O| Aug 15 07:16:43.206 INFO STEP 773 (remove_files) COMPLETE
77032026-08-15T07:16:44.079Z[ recovery-image] Aug 15 07:16:43.206 INFO O| Aug 15 07:16:43.206 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-15T07:16:44.088Z[ recovery-image] Aug 15 07:16:43.218 INFO O| Aug 15 07:16:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77052026-08-15T07:16:44.088Z[ recovery-image] Aug 15 07:16:43.218 INFO O| Aug 15 07:16:43.218 INFO STEP 774 (remove_files) COMPLETE
77062026-08-15T07:16:44.088Z[ recovery-image] Aug 15 07:16:43.218 INFO O| Aug 15 07:16:43.218 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-15T07:16:44.098Z[ recovery-image] Aug 15 07:16:43.228 INFO O| Aug 15 07:16:43.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77082026-08-15T07:16:44.098Z[ recovery-image] Aug 15 07:16:43.228 INFO O| Aug 15 07:16:43.228 INFO STEP 775 (remove_files) COMPLETE
77092026-08-15T07:16:44.098Z[ recovery-image] Aug 15 07:16:43.228 INFO O| Aug 15 07:16:43.228 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-15T07:16:44.110Z[ recovery-image] Aug 15 07:16:43.240 INFO O| Aug 15 07:16:43.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77112026-08-15T07:16:44.110Z[ recovery-image] Aug 15 07:16:43.240 INFO O| Aug 15 07:16:43.240 INFO STEP 776 (remove_files) COMPLETE
77122026-08-15T07:16:44.110Z[ recovery-image] Aug 15 07:16:43.240 INFO O| Aug 15 07:16:43.240 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-15T07:16:44.121Z[ recovery-image] Aug 15 07:16:43.251 INFO O| Aug 15 07:16:43.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77142026-08-15T07:16:44.121Z[ recovery-image] Aug 15 07:16:43.251 INFO O| Aug 15 07:16:43.251 INFO STEP 777 (remove_files) COMPLETE
77152026-08-15T07:16:44.121Z[ recovery-image] Aug 15 07:16:43.251 INFO O| Aug 15 07:16:43.251 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-15T07:16:44.132Z[ recovery-image] Aug 15 07:16:43.262 INFO O| Aug 15 07:16:43.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77172026-08-15T07:16:44.132Z[ recovery-image] Aug 15 07:16:43.262 INFO O| Aug 15 07:16:43.262 INFO STEP 778 (remove_files) COMPLETE
77182026-08-15T07:16:44.132Z[ recovery-image] Aug 15 07:16:43.262 INFO O| Aug 15 07:16:43.262 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-15T07:16:44.144Z[ recovery-image] Aug 15 07:16:43.274 INFO O| Aug 15 07:16:43.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77202026-08-15T07:16:44.144Z[ recovery-image] Aug 15 07:16:43.274 INFO O| Aug 15 07:16:43.273 INFO STEP 779 (remove_files) COMPLETE
77212026-08-15T07:16:44.144Z[ recovery-image] Aug 15 07:16:43.274 INFO O| Aug 15 07:16:43.273 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-15T07:16:44.154Z[ recovery-image] Aug 15 07:16:43.285 INFO O| Aug 15 07:16:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77232026-08-15T07:16:44.154Z[ recovery-image] Aug 15 07:16:43.285 INFO O| Aug 15 07:16:43.284 INFO STEP 780 (remove_files) COMPLETE
77242026-08-15T07:16:44.154Z[ recovery-image] Aug 15 07:16:43.285 INFO O| Aug 15 07:16:43.284 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-15T07:16:44.164Z[ recovery-image] Aug 15 07:16:43.294 INFO O| Aug 15 07:16:43.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77262026-08-15T07:16:44.164Z[ recovery-image] Aug 15 07:16:43.294 INFO O| Aug 15 07:16:43.294 INFO STEP 781 (remove_files) COMPLETE
77272026-08-15T07:16:44.164Z[ recovery-image] Aug 15 07:16:43.294 INFO O| Aug 15 07:16:43.294 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-15T07:16:44.173Z[ recovery-image] Aug 15 07:16:43.303 INFO O| Aug 15 07:16:43.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77292026-08-15T07:16:44.173Z[ recovery-image] Aug 15 07:16:43.303 INFO O| Aug 15 07:16:43.303 INFO STEP 782 (remove_files) COMPLETE
77302026-08-15T07:16:44.173Z[ recovery-image] Aug 15 07:16:43.303 INFO O| Aug 15 07:16:43.303 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-15T07:16:44.182Z[ recovery-image] Aug 15 07:16:43.313 INFO O| Aug 15 07:16:43.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77322026-08-15T07:16:44.182Z[ recovery-image] Aug 15 07:16:43.313 INFO O| Aug 15 07:16:43.313 INFO STEP 783 (remove_files) COMPLETE
77332026-08-15T07:16:44.185Z[ recovery-image] Aug 15 07:16:43.313 INFO O| Aug 15 07:16:43.313 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-15T07:16:44.192Z[ recovery-image] Aug 15 07:16:43.322 INFO O| Aug 15 07:16:43.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77352026-08-15T07:16:44.192Z[ recovery-image] Aug 15 07:16:43.322 INFO O| Aug 15 07:16:43.322 INFO STEP 784 (remove_files) COMPLETE
77362026-08-15T07:16:44.192Z[ recovery-image] Aug 15 07:16:43.322 INFO O| Aug 15 07:16:43.322 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-15T07:16:44.200Z[ recovery-image] Aug 15 07:16:43.331 INFO O| Aug 15 07:16:43.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77382026-08-15T07:16:44.200Z[ recovery-image] Aug 15 07:16:43.331 INFO O| Aug 15 07:16:43.331 INFO STEP 785 (remove_files) COMPLETE
77392026-08-15T07:16:44.203Z[ recovery-image] Aug 15 07:16:43.331 INFO O| Aug 15 07:16:43.331 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-15T07:16:44.209Z[ recovery-image] Aug 15 07:16:43.340 INFO O| Aug 15 07:16:43.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77412026-08-15T07:16:44.209Z[ recovery-image] Aug 15 07:16:43.340 INFO O| Aug 15 07:16:43.340 INFO STEP 786 (remove_files) COMPLETE
77422026-08-15T07:16:44.209Z[ recovery-image] Aug 15 07:16:43.340 INFO O| Aug 15 07:16:43.340 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-15T07:16:44.218Z[ recovery-image] Aug 15 07:16:43.348 INFO O| Aug 15 07:16:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77442026-08-15T07:16:44.218Z[ recovery-image] Aug 15 07:16:43.348 INFO O| Aug 15 07:16:43.348 INFO STEP 787 (remove_files) COMPLETE
77452026-08-15T07:16:44.218Z[ recovery-image] Aug 15 07:16:43.348 INFO O| Aug 15 07:16:43.348 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-15T07:16:44.227Z[ recovery-image] Aug 15 07:16:43.357 INFO O| Aug 15 07:16:43.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77472026-08-15T07:16:44.227Z[ recovery-image] Aug 15 07:16:43.357 INFO O| Aug 15 07:16:43.357 INFO STEP 788 (remove_files) COMPLETE
77482026-08-15T07:16:44.230Z[ recovery-image] Aug 15 07:16:43.357 INFO O| Aug 15 07:16:43.357 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-15T07:16:44.237Z[ recovery-image] Aug 15 07:16:43.367 INFO O| Aug 15 07:16:43.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77502026-08-15T07:16:44.237Z[ recovery-image] Aug 15 07:16:43.367 INFO O| Aug 15 07:16:43.367 INFO STEP 789 (remove_files) COMPLETE
77512026-08-15T07:16:44.240Z[ recovery-image] Aug 15 07:16:43.367 INFO O| Aug 15 07:16:43.367 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-15T07:16:44.246Z[ recovery-image] Aug 15 07:16:43.377 INFO O| Aug 15 07:16:43.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77532026-08-15T07:16:44.246Z[ recovery-image] Aug 15 07:16:43.377 INFO O| Aug 15 07:16:43.377 INFO STEP 790 (remove_files) COMPLETE
77542026-08-15T07:16:44.246Z[ recovery-image] Aug 15 07:16:43.377 INFO O| Aug 15 07:16:43.377 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-15T07:16:44.256Z[ recovery-image] Aug 15 07:16:43.387 INFO O| Aug 15 07:16:43.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77562026-08-15T07:16:44.256Z[ recovery-image] Aug 15 07:16:43.387 INFO O| Aug 15 07:16:43.387 INFO STEP 791 (remove_files) COMPLETE
77572026-08-15T07:16:44.256Z[ recovery-image] Aug 15 07:16:43.387 INFO O| Aug 15 07:16:43.387 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-15T07:16:44.266Z[ recovery-image] Aug 15 07:16:43.396 INFO O| Aug 15 07:16:43.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77592026-08-15T07:16:44.266Z[ recovery-image] Aug 15 07:16:43.396 INFO O| Aug 15 07:16:43.396 INFO STEP 792 (remove_files) COMPLETE
77602026-08-15T07:16:44.266Z[ recovery-image] Aug 15 07:16:43.396 INFO O| Aug 15 07:16:43.396 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-15T07:16:44.276Z[ recovery-image] Aug 15 07:16:43.406 INFO O| Aug 15 07:16:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77622026-08-15T07:16:44.276Z[ recovery-image] Aug 15 07:16:43.406 INFO O| Aug 15 07:16:43.406 INFO STEP 793 (remove_files) COMPLETE
77632026-08-15T07:16:44.279Z[ recovery-image] Aug 15 07:16:43.406 INFO O| Aug 15 07:16:43.406 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-15T07:16:44.287Z[ recovery-image] Aug 15 07:16:43.417 INFO O| Aug 15 07:16:43.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77652026-08-15T07:16:44.287Z[ recovery-image] Aug 15 07:16:43.417 INFO O| Aug 15 07:16:43.417 INFO STEP 794 (remove_files) COMPLETE
77662026-08-15T07:16:44.287Z[ recovery-image] Aug 15 07:16:43.417 INFO O| Aug 15 07:16:43.417 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-15T07:16:44.298Z[ recovery-image] Aug 15 07:16:43.428 INFO O| Aug 15 07:16:43.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77682026-08-15T07:16:44.298Z[ recovery-image] Aug 15 07:16:43.428 INFO O| Aug 15 07:16:43.428 INFO STEP 795 (remove_files) COMPLETE
77692026-08-15T07:16:44.298Z[ recovery-image] Aug 15 07:16:43.428 INFO O| Aug 15 07:16:43.428 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-15T07:16:44.309Z[ recovery-image] Aug 15 07:16:43.439 INFO O| Aug 15 07:16:43.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77712026-08-15T07:16:44.309Z[ recovery-image] Aug 15 07:16:43.439 INFO O| Aug 15 07:16:43.439 INFO STEP 796 (remove_files) COMPLETE
77722026-08-15T07:16:44.309Z[ recovery-image] Aug 15 07:16:43.439 INFO O| Aug 15 07:16:43.439 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-15T07:16:44.321Z[ recovery-image] Aug 15 07:16:43.449 INFO O| Aug 15 07:16:43.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77742026-08-15T07:16:44.321Z[ recovery-image] Aug 15 07:16:43.449 INFO O| Aug 15 07:16:43.449 INFO STEP 797 (remove_files) COMPLETE
77752026-08-15T07:16:44.321Z[ recovery-image] Aug 15 07:16:43.449 INFO O| Aug 15 07:16:43.449 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-15T07:16:44.330Z[ recovery-image] Aug 15 07:16:43.460 INFO O| Aug 15 07:16:43.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77772026-08-15T07:16:44.330Z[ recovery-image] Aug 15 07:16:43.460 INFO O| Aug 15 07:16:43.460 INFO STEP 798 (remove_files) COMPLETE
77782026-08-15T07:16:44.333Z[ recovery-image] Aug 15 07:16:43.460 INFO O| Aug 15 07:16:43.460 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-15T07:16:44.341Z[ recovery-image] Aug 15 07:16:43.471 INFO O| Aug 15 07:16:43.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77802026-08-15T07:16:44.341Z[ recovery-image] Aug 15 07:16:43.471 INFO O| Aug 15 07:16:43.471 INFO STEP 799 (remove_files) COMPLETE
77812026-08-15T07:16:44.341Z[ recovery-image] Aug 15 07:16:43.471 INFO O| Aug 15 07:16:43.471 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-15T07:16:44.350Z[ recovery-image] Aug 15 07:16:43.481 INFO O| Aug 15 07:16:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77832026-08-15T07:16:44.350Z[ recovery-image] Aug 15 07:16:43.481 INFO O| Aug 15 07:16:43.481 INFO STEP 800 (remove_files) COMPLETE
77842026-08-15T07:16:44.350Z[ recovery-image] Aug 15 07:16:43.481 INFO O| Aug 15 07:16:43.481 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-15T07:16:44.360Z[ recovery-image] Aug 15 07:16:43.491 INFO O| Aug 15 07:16:43.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77862026-08-15T07:16:44.361Z[ recovery-image] Aug 15 07:16:43.491 INFO O| Aug 15 07:16:43.491 INFO STEP 801 (remove_files) COMPLETE
77872026-08-15T07:16:44.361Z[ recovery-image] Aug 15 07:16:43.491 INFO O| Aug 15 07:16:43.491 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-15T07:16:44.371Z[ recovery-image] Aug 15 07:16:43.501 INFO O| Aug 15 07:16:43.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77892026-08-15T07:16:44.371Z[ recovery-image] Aug 15 07:16:43.501 INFO O| Aug 15 07:16:43.501 INFO STEP 802 (remove_files) COMPLETE
77902026-08-15T07:16:44.371Z[ recovery-image] Aug 15 07:16:43.501 INFO O| Aug 15 07:16:43.501 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-15T07:16:44.382Z[ recovery-image] Aug 15 07:16:43.513 INFO O| Aug 15 07:16:43.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77922026-08-15T07:16:44.382Z[ recovery-image] Aug 15 07:16:43.513 INFO O| Aug 15 07:16:43.513 INFO STEP 803 (remove_files) COMPLETE
77932026-08-15T07:16:44.382Z[ recovery-image] Aug 15 07:16:43.513 INFO O| Aug 15 07:16:43.513 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-15T07:16:44.394Z[ recovery-image] Aug 15 07:16:43.524 INFO O| Aug 15 07:16:43.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77952026-08-15T07:16:44.394Z[ recovery-image] Aug 15 07:16:43.524 INFO O| Aug 15 07:16:43.524 INFO STEP 804 (remove_files) COMPLETE
77962026-08-15T07:16:44.394Z[ recovery-image] Aug 15 07:16:43.524 INFO O| Aug 15 07:16:43.524 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-15T07:16:44.405Z[ recovery-image] Aug 15 07:16:43.535 INFO O| Aug 15 07:16:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77982026-08-15T07:16:44.405Z[ recovery-image] Aug 15 07:16:43.535 INFO O| Aug 15 07:16:43.535 INFO STEP 805 (remove_files) COMPLETE
77992026-08-15T07:16:44.405Z[ recovery-image] Aug 15 07:16:43.535 INFO O| Aug 15 07:16:43.535 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-15T07:16:44.415Z[ recovery-image] Aug 15 07:16:43.545 INFO O| Aug 15 07:16:43.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78012026-08-15T07:16:44.415Z[ recovery-image] Aug 15 07:16:43.546 INFO O| Aug 15 07:16:43.546 INFO STEP 806 (remove_files) COMPLETE
78022026-08-15T07:16:44.415Z[ recovery-image] Aug 15 07:16:43.546 INFO O| Aug 15 07:16:43.546 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-15T07:16:44.427Z[ recovery-image] Aug 15 07:16:43.557 INFO O| Aug 15 07:16:43.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78042026-08-15T07:16:44.427Z[ recovery-image] Aug 15 07:16:43.557 INFO O| Aug 15 07:16:43.557 INFO STEP 807 (remove_files) COMPLETE
78052026-08-15T07:16:44.427Z[ recovery-image] Aug 15 07:16:43.557 INFO O| Aug 15 07:16:43.557 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-15T07:16:44.437Z[ recovery-image] Aug 15 07:16:43.567 INFO O| Aug 15 07:16:43.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78072026-08-15T07:16:44.437Z[ recovery-image] Aug 15 07:16:43.568 INFO O| Aug 15 07:16:43.568 INFO STEP 808 (remove_files) COMPLETE
78082026-08-15T07:16:44.437Z[ recovery-image] Aug 15 07:16:43.568 INFO O| Aug 15 07:16:43.568 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-15T07:16:44.450Z[ recovery-image] Aug 15 07:16:43.579 INFO O| Aug 15 07:16:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78102026-08-15T07:16:44.450Z[ recovery-image] Aug 15 07:16:43.579 INFO O| Aug 15 07:16:43.579 INFO STEP 809 (remove_files) COMPLETE
78112026-08-15T07:16:44.450Z[ recovery-image] Aug 15 07:16:43.579 INFO O| Aug 15 07:16:43.579 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-15T07:16:44.457Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
78132026-08-15T07:16:44.460Z[ recovery-image] Aug 15 07:16:43.589 INFO O| Aug 15 07:16:43.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78142026-08-15T07:16:44.460Z[ recovery-image] Aug 15 07:16:43.589 INFO O| Aug 15 07:16:43.589 INFO STEP 810 (remove_files) COMPLETE
78152026-08-15T07:16:44.460Z[ recovery-image] Aug 15 07:16:43.589 INFO O| Aug 15 07:16:43.589 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-15T07:16:44.467Z[ recovery-image] Aug 15 07:16:43.598 INFO O| Aug 15 07:16:43.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78172026-08-15T07:16:44.467Z[ recovery-image] Aug 15 07:16:43.598 INFO O| Aug 15 07:16:43.598 INFO STEP 811 (remove_files) COMPLETE
78182026-08-15T07:16:44.467Z[ recovery-image] Aug 15 07:16:43.598 INFO O| Aug 15 07:16:43.598 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-15T07:16:44.476Z[ recovery-image] Aug 15 07:16:43.607 INFO O| Aug 15 07:16:43.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78202026-08-15T07:16:44.476Z[ recovery-image] Aug 15 07:16:43.607 INFO O| Aug 15 07:16:43.607 INFO STEP 812 (remove_files) COMPLETE
78212026-08-15T07:16:44.476Z[ recovery-image] Aug 15 07:16:43.607 INFO O| Aug 15 07:16:43.607 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-15T07:16:44.487Z[ recovery-image] Aug 15 07:16:43.617 INFO O| Aug 15 07:16:43.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78232026-08-15T07:16:44.487Z[ recovery-image] Aug 15 07:16:43.617 INFO O| Aug 15 07:16:43.617 INFO STEP 813 (remove_files) COMPLETE
78242026-08-15T07:16:44.487Z[ recovery-image] Aug 15 07:16:43.617 INFO O| Aug 15 07:16:43.617 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-15T07:16:44.492Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
78262026-08-15T07:16:44.497Z[ recovery-image] Aug 15 07:16:43.628 INFO O| Aug 15 07:16:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78272026-08-15T07:16:44.497Z[ recovery-image] Aug 15 07:16:43.628 INFO O| Aug 15 07:16:43.628 INFO STEP 814 (remove_files) COMPLETE
78282026-08-15T07:16:44.501Z[ recovery-image] Aug 15 07:16:43.628 INFO O| Aug 15 07:16:43.628 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-15T07:16:44.510Z[ recovery-image] Aug 15 07:16:43.639 INFO O| Aug 15 07:16:43.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78302026-08-15T07:16:44.510Z[ recovery-image] Aug 15 07:16:43.639 INFO O| Aug 15 07:16:43.639 INFO STEP 815 (remove_files) COMPLETE
78312026-08-15T07:16:44.510Z[ recovery-image] Aug 15 07:16:43.639 INFO O| Aug 15 07:16:43.639 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-15T07:16:44.519Z[ recovery-image] Aug 15 07:16:43.650 INFO O| Aug 15 07:16:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78332026-08-15T07:16:44.519Z[ recovery-image] Aug 15 07:16:43.650 INFO O| Aug 15 07:16:43.650 INFO STEP 816 (remove_files) COMPLETE
78342026-08-15T07:16:44.519Z[ recovery-image] Aug 15 07:16:43.650 INFO O| Aug 15 07:16:43.650 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-15T07:16:44.530Z[ recovery-image] Aug 15 07:16:43.660 INFO O| Aug 15 07:16:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78362026-08-15T07:16:44.530Z[ recovery-image] Aug 15 07:16:43.660 INFO O| Aug 15 07:16:43.660 INFO STEP 817 (remove_files) COMPLETE
78372026-08-15T07:16:44.533Z[ recovery-image] Aug 15 07:16:43.660 INFO O| Aug 15 07:16:43.660 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-15T07:16:44.540Z[ recovery-image] Aug 15 07:16:43.671 INFO O| Aug 15 07:16:43.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78392026-08-15T07:16:44.540Z[ recovery-image] Aug 15 07:16:43.671 INFO O| Aug 15 07:16:43.671 INFO STEP 818 (remove_files) COMPLETE
78402026-08-15T07:16:44.543Z[ recovery-image] Aug 15 07:16:43.671 INFO O| Aug 15 07:16:43.671 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-15T07:16:44.550Z[ recovery-image] Aug 15 07:16:43.681 INFO O| Aug 15 07:16:43.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78422026-08-15T07:16:44.550Z[ recovery-image] Aug 15 07:16:43.681 INFO O| Aug 15 07:16:43.681 INFO STEP 819 (remove_files) COMPLETE
78432026-08-15T07:16:44.559Z[ recovery-image] Aug 15 07:16:43.681 INFO O| Aug 15 07:16:43.681 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-15T07:16:44.562Z[ recovery-image] Aug 15 07:16:43.691 INFO O| Aug 15 07:16:43.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78452026-08-15T07:16:44.562Z[ recovery-image] Aug 15 07:16:43.691 INFO O| Aug 15 07:16:43.691 INFO STEP 820 (remove_files) COMPLETE
78462026-08-15T07:16:44.562Z[ recovery-image] Aug 15 07:16:43.691 INFO O| Aug 15 07:16:43.691 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-15T07:16:44.562Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
78482026-08-15T07:16:44.569Z[ recovery-image] Aug 15 07:16:43.700 INFO O| Aug 15 07:16:43.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78492026-08-15T07:16:44.569Z[ recovery-image] Aug 15 07:16:43.700 INFO O| Aug 15 07:16:43.700 INFO STEP 821 (remove_files) COMPLETE
78502026-08-15T07:16:44.570Z[ recovery-image] Aug 15 07:16:43.700 INFO O| Aug 15 07:16:43.700 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-15T07:16:44.580Z[ recovery-image] Aug 15 07:16:43.711 INFO O| Aug 15 07:16:43.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78522026-08-15T07:16:44.580Z[ recovery-image] Aug 15 07:16:43.711 INFO O| Aug 15 07:16:43.711 INFO STEP 822 (remove_files) COMPLETE
78532026-08-15T07:16:44.581Z[ recovery-image] Aug 15 07:16:43.711 INFO O| Aug 15 07:16:43.711 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-15T07:16:44.592Z[ recovery-image] Aug 15 07:16:43.722 INFO O| Aug 15 07:16:43.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78552026-08-15T07:16:44.592Z[ recovery-image] Aug 15 07:16:43.722 INFO O| Aug 15 07:16:43.722 INFO STEP 823 (remove_files) COMPLETE
78562026-08-15T07:16:44.592Z[ recovery-image] Aug 15 07:16:43.722 INFO O| Aug 15 07:16:43.722 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-15T07:16:44.602Z[ recovery-image] Aug 15 07:16:43.732 INFO O| Aug 15 07:16:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78582026-08-15T07:16:44.602Z[ recovery-image] Aug 15 07:16:43.732 INFO O| Aug 15 07:16:43.732 INFO STEP 824 (remove_files) COMPLETE
78592026-08-15T07:16:44.602Z[ recovery-image] Aug 15 07:16:43.732 INFO O| Aug 15 07:16:43.732 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-15T07:16:44.613Z[ recovery-image] Aug 15 07:16:43.743 INFO O| Aug 15 07:16:43.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78612026-08-15T07:16:44.613Z[ recovery-image] Aug 15 07:16:43.743 INFO O| Aug 15 07:16:43.743 INFO STEP 825 (remove_files) COMPLETE
78622026-08-15T07:16:44.613Z[ recovery-image] Aug 15 07:16:43.743 INFO O| Aug 15 07:16:43.743 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-15T07:16:44.624Z[ recovery-image] Aug 15 07:16:43.754 INFO O| Aug 15 07:16:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78642026-08-15T07:16:44.624Z[ recovery-image] Aug 15 07:16:43.754 INFO O| Aug 15 07:16:43.754 INFO STEP 826 (remove_files) COMPLETE
78652026-08-15T07:16:44.625Z[ recovery-image] Aug 15 07:16:43.754 INFO O| Aug 15 07:16:43.754 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-15T07:16:44.635Z[ recovery-image] Aug 15 07:16:43.765 INFO O| Aug 15 07:16:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78672026-08-15T07:16:44.635Z[ recovery-image] Aug 15 07:16:43.765 INFO O| Aug 15 07:16:43.765 INFO STEP 827 (remove_files) COMPLETE
78682026-08-15T07:16:44.635Z[ recovery-image] Aug 15 07:16:43.765 INFO O| Aug 15 07:16:43.765 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-15T07:16:44.646Z[ recovery-image] Aug 15 07:16:43.776 INFO O| Aug 15 07:16:43.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78702026-08-15T07:16:44.646Z[ recovery-image] Aug 15 07:16:43.776 INFO O| Aug 15 07:16:43.776 INFO STEP 828 (remove_files) COMPLETE
78712026-08-15T07:16:44.646Z[ recovery-image] Aug 15 07:16:43.776 INFO O| Aug 15 07:16:43.776 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-15T07:16:44.656Z[ recovery-image] Aug 15 07:16:43.786 INFO O| Aug 15 07:16:43.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78732026-08-15T07:16:44.656Z[ recovery-image] Aug 15 07:16:43.786 INFO O| Aug 15 07:16:43.786 INFO STEP 829 (remove_files) COMPLETE
78742026-08-15T07:16:44.656Z[ recovery-image] Aug 15 07:16:43.786 INFO O| Aug 15 07:16:43.786 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-15T07:16:44.666Z[ recovery-image] Aug 15 07:16:43.797 INFO O| Aug 15 07:16:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78762026-08-15T07:16:44.666Z[ recovery-image] Aug 15 07:16:43.797 INFO O| Aug 15 07:16:43.797 INFO STEP 830 (remove_files) COMPLETE
78772026-08-15T07:16:44.666Z[ recovery-image] Aug 15 07:16:43.797 INFO O| Aug 15 07:16:43.797 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-15T07:16:44.676Z[ recovery-image] Aug 15 07:16:43.807 INFO O| Aug 15 07:16:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78792026-08-15T07:16:44.676Z[ recovery-image] Aug 15 07:16:43.807 INFO O| Aug 15 07:16:43.807 INFO STEP 831 (remove_files) COMPLETE
78802026-08-15T07:16:44.676Z[ recovery-image] Aug 15 07:16:43.807 INFO O| Aug 15 07:16:43.807 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-15T07:16:44.686Z[ recovery-image] Aug 15 07:16:43.816 INFO O| Aug 15 07:16:43.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78822026-08-15T07:16:44.686Z[ recovery-image] Aug 15 07:16:43.816 INFO O| Aug 15 07:16:43.816 INFO STEP 832 (remove_files) COMPLETE
78832026-08-15T07:16:44.686Z[ recovery-image] Aug 15 07:16:43.816 INFO O| Aug 15 07:16:43.816 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-15T07:16:44.696Z[ recovery-image] Aug 15 07:16:43.827 INFO O| Aug 15 07:16:43.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78852026-08-15T07:16:44.697Z[ recovery-image] Aug 15 07:16:43.827 INFO O| Aug 15 07:16:43.827 INFO STEP 833 (remove_files) COMPLETE
78862026-08-15T07:16:44.697Z[ recovery-image] Aug 15 07:16:43.827 INFO O| Aug 15 07:16:43.827 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-15T07:16:44.707Z[ recovery-image] Aug 15 07:16:43.837 INFO O| Aug 15 07:16:43.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78882026-08-15T07:16:44.707Z[ recovery-image] Aug 15 07:16:43.837 INFO O| Aug 15 07:16:43.837 INFO STEP 834 (remove_files) COMPLETE
78892026-08-15T07:16:44.710Z[ recovery-image] Aug 15 07:16:43.837 INFO O| Aug 15 07:16:43.837 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-15T07:16:44.718Z[ recovery-image] Aug 15 07:16:43.848 INFO O| Aug 15 07:16:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78912026-08-15T07:16:44.718Z[ recovery-image] Aug 15 07:16:43.848 INFO O| Aug 15 07:16:43.848 INFO STEP 835 (remove_files) COMPLETE
78922026-08-15T07:16:44.721Z[ recovery-image] Aug 15 07:16:43.848 INFO O| Aug 15 07:16:43.848 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-15T07:16:44.728Z[ recovery-image] Aug 15 07:16:43.858 INFO O| Aug 15 07:16:43.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78942026-08-15T07:16:44.728Z[ recovery-image] Aug 15 07:16:43.859 INFO O| Aug 15 07:16:43.859 INFO STEP 836 (remove_files) COMPLETE
78952026-08-15T07:16:44.732Z[ recovery-image] Aug 15 07:16:43.859 INFO O| Aug 15 07:16:43.859 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-15T07:16:44.738Z[ recovery-image] Aug 15 07:16:43.868 INFO O| Aug 15 07:16:43.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78972026-08-15T07:16:44.738Z[ recovery-image] Aug 15 07:16:43.868 INFO O| Aug 15 07:16:43.868 INFO STEP 837 (remove_files) COMPLETE
78982026-08-15T07:16:44.738Z[ recovery-image] Aug 15 07:16:43.868 INFO O| Aug 15 07:16:43.868 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-15T07:16:44.749Z[ recovery-image] Aug 15 07:16:43.880 INFO O| Aug 15 07:16:43.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79002026-08-15T07:16:44.749Z[ recovery-image] Aug 15 07:16:43.880 INFO O| Aug 15 07:16:43.880 INFO STEP 838 (remove_files) COMPLETE
79012026-08-15T07:16:44.752Z[ recovery-image] Aug 15 07:16:43.880 INFO O| Aug 15 07:16:43.880 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-15T07:16:44.760Z[ recovery-image] Aug 15 07:16:43.890 INFO O| Aug 15 07:16:43.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79032026-08-15T07:16:44.760Z[ recovery-image] Aug 15 07:16:43.890 INFO O| Aug 15 07:16:43.890 INFO STEP 839 (remove_files) COMPLETE
79042026-08-15T07:16:44.763Z[ recovery-image] Aug 15 07:16:43.890 INFO O| Aug 15 07:16:43.890 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-15T07:16:44.770Z[ recovery-image] Aug 15 07:16:43.900 INFO O| Aug 15 07:16:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79062026-08-15T07:16:44.770Z[ recovery-image] Aug 15 07:16:43.900 INFO O| Aug 15 07:16:43.900 INFO STEP 840 (remove_files) COMPLETE
79072026-08-15T07:16:44.770Z[ recovery-image] Aug 15 07:16:43.900 INFO O| Aug 15 07:16:43.900 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-15T07:16:44.780Z[ recovery-image] Aug 15 07:16:43.910 INFO O| Aug 15 07:16:43.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79092026-08-15T07:16:44.780Z[ recovery-image] Aug 15 07:16:43.910 INFO O| Aug 15 07:16:43.910 INFO STEP 841 (remove_files) COMPLETE
79102026-08-15T07:16:44.781Z[ recovery-image] Aug 15 07:16:43.910 INFO O| Aug 15 07:16:43.910 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-15T07:16:44.789Z[ recovery-image] Aug 15 07:16:43.919 INFO O| Aug 15 07:16:43.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79122026-08-15T07:16:44.789Z[ recovery-image] Aug 15 07:16:43.919 INFO O| Aug 15 07:16:43.919 INFO STEP 842 (remove_files) COMPLETE
79132026-08-15T07:16:44.789Z[ recovery-image] Aug 15 07:16:43.919 INFO O| Aug 15 07:16:43.919 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-15T07:16:44.798Z[ recovery-image] Aug 15 07:16:43.928 INFO O| Aug 15 07:16:43.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79152026-08-15T07:16:44.798Z[ recovery-image] Aug 15 07:16:43.928 INFO O| Aug 15 07:16:43.928 INFO STEP 843 (remove_files) COMPLETE
79162026-08-15T07:16:44.798Z[ recovery-image] Aug 15 07:16:43.928 INFO O| Aug 15 07:16:43.928 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-15T07:16:44.807Z[ recovery-image] Aug 15 07:16:43.937 INFO O| Aug 15 07:16:43.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79182026-08-15T07:16:44.807Z[ recovery-image] Aug 15 07:16:43.937 INFO O| Aug 15 07:16:43.937 INFO STEP 844 (remove_files) COMPLETE
79192026-08-15T07:16:44.807Z[ recovery-image] Aug 15 07:16:43.937 INFO O| Aug 15 07:16:43.937 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-15T07:16:44.816Z[ recovery-image] Aug 15 07:16:43.946 INFO O| Aug 15 07:16:43.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79212026-08-15T07:16:44.816Z[ recovery-image] Aug 15 07:16:43.946 INFO O| Aug 15 07:16:43.946 INFO STEP 845 (remove_files) COMPLETE
79222026-08-15T07:16:44.816Z[ recovery-image] Aug 15 07:16:43.946 INFO O| Aug 15 07:16:43.946 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-15T07:16:44.827Z[ recovery-image] Aug 15 07:16:43.957 INFO O| Aug 15 07:16:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79242026-08-15T07:16:44.827Z[ recovery-image] Aug 15 07:16:43.957 INFO O| Aug 15 07:16:43.957 INFO STEP 846 (remove_files) COMPLETE
79252026-08-15T07:16:44.827Z[ recovery-image] Aug 15 07:16:43.957 INFO O| Aug 15 07:16:43.957 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-15T07:16:44.837Z[ recovery-image] Aug 15 07:16:43.967 INFO O| Aug 15 07:16:43.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79272026-08-15T07:16:44.837Z[ recovery-image] Aug 15 07:16:43.967 INFO O| Aug 15 07:16:43.967 INFO STEP 847 (remove_files) COMPLETE
79282026-08-15T07:16:44.837Z[ recovery-image] Aug 15 07:16:43.967 INFO O| Aug 15 07:16:43.967 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-15T07:16:44.846Z[ recovery-image] Aug 15 07:16:43.977 INFO O| Aug 15 07:16:43.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79302026-08-15T07:16:44.846Z[ recovery-image] Aug 15 07:16:43.977 INFO O| Aug 15 07:16:43.977 INFO STEP 848 (remove_files) COMPLETE
79312026-08-15T07:16:44.849Z[ recovery-image] Aug 15 07:16:43.977 INFO O| Aug 15 07:16:43.977 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-15T07:16:44.858Z[ recovery-image] Aug 15 07:16:43.988 INFO O| Aug 15 07:16:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79332026-08-15T07:16:44.858Z[ recovery-image] Aug 15 07:16:43.988 INFO O| Aug 15 07:16:43.988 INFO STEP 849 (remove_files) COMPLETE
79342026-08-15T07:16:44.861Z[ recovery-image] Aug 15 07:16:43.988 INFO O| Aug 15 07:16:43.988 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-15T07:16:44.868Z[ recovery-image] Aug 15 07:16:43.999 INFO O| Aug 15 07:16:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79362026-08-15T07:16:44.868Z[ recovery-image] Aug 15 07:16:43.999 INFO O| Aug 15 07:16:43.999 INFO STEP 850 (remove_files) COMPLETE
79372026-08-15T07:16:44.868Z[ recovery-image] Aug 15 07:16:43.999 INFO O| Aug 15 07:16:43.999 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-15T07:16:44.879Z[ recovery-image] Aug 15 07:16:44.009 INFO O| Aug 15 07:16:44.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79392026-08-15T07:16:44.879Z[ recovery-image] Aug 15 07:16:44.009 INFO O| Aug 15 07:16:44.009 INFO STEP 851 (remove_files) COMPLETE
79402026-08-15T07:16:44.882Z[ recovery-image] Aug 15 07:16:44.009 INFO O| Aug 15 07:16:44.009 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-15T07:16:44.890Z[ recovery-image] Aug 15 07:16:44.020 INFO O| Aug 15 07:16:44.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79422026-08-15T07:16:44.890Z[ recovery-image] Aug 15 07:16:44.020 INFO O| Aug 15 07:16:44.020 INFO STEP 852 (remove_files) COMPLETE
79432026-08-15T07:16:44.890Z[ recovery-image] Aug 15 07:16:44.020 INFO O| Aug 15 07:16:44.020 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-15T07:16:44.901Z[ recovery-image] Aug 15 07:16:44.031 INFO O| Aug 15 07:16:44.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79452026-08-15T07:16:44.901Z[ recovery-image] Aug 15 07:16:44.031 INFO O| Aug 15 07:16:44.031 INFO STEP 853 (remove_files) COMPLETE
79462026-08-15T07:16:44.901Z[ recovery-image] Aug 15 07:16:44.031 INFO O| Aug 15 07:16:44.031 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-15T07:16:44.925Z[ recovery-image] Aug 15 07:16:44.055 INFO O| Aug 15 07:16:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79482026-08-15T07:16:44.925Z[ recovery-image] Aug 15 07:16:44.055 INFO O| Aug 15 07:16:44.055 INFO STEP 854 (remove_files) COMPLETE
79492026-08-15T07:16:44.928Z[ recovery-image] Aug 15 07:16:44.055 INFO O| Aug 15 07:16:44.055 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-15T07:16:44.943Z[ recovery-image] Aug 15 07:16:44.074 INFO O| Aug 15 07:16:44.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79512026-08-15T07:16:44.958Z[ recovery-image] Aug 15 07:16:44.076 INFO O| Aug 15 07:16:44.076 INFO STEP 855 (remove_files) COMPLETE
79522026-08-15T07:16:44.958Z[ recovery-image] Aug 15 07:16:44.076 INFO O| Aug 15 07:16:44.076 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-15T07:16:44.958Z[ recovery-image] Aug 15 07:16:44.086 INFO O| Aug 15 07:16:44.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79542026-08-15T07:16:44.958Z[ recovery-image] Aug 15 07:16:44.086 INFO O| Aug 15 07:16:44.086 INFO STEP 856 (remove_files) COMPLETE
79552026-08-15T07:16:44.958Z[ recovery-image] Aug 15 07:16:44.086 INFO O| Aug 15 07:16:44.086 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-15T07:16:44.964Z[ recovery-image] Aug 15 07:16:44.095 INFO O| Aug 15 07:16:44.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79572026-08-15T07:16:44.964Z[ recovery-image] Aug 15 07:16:44.095 INFO O| Aug 15 07:16:44.095 INFO STEP 857 (remove_files) COMPLETE
79582026-08-15T07:16:44.967Z[ recovery-image] Aug 15 07:16:44.095 INFO O| Aug 15 07:16:44.095 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-15T07:16:44.992Z[ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79602026-08-15T07:16:44.992Z[ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.110 INFO STEP 858 (remove_files) COMPLETE
79612026-08-15T07:16:44.992Z[ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.110 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-15T07:16:44.995Z[ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79632026-08-15T07:16:44.995Z[ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.119 INFO STEP 859 (remove_files) COMPLETE
79642026-08-15T07:16:44.995Z[ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.119 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-15T07:16:44.999Z[ recovery-image] Aug 15 07:16:44.130 INFO O| Aug 15 07:16:44.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79662026-08-15T07:16:44.999Z[ recovery-image] Aug 15 07:16:44.130 INFO O| Aug 15 07:16:44.130 INFO STEP 860 (remove_files) COMPLETE
79672026-08-15T07:16:45.000Z[ recovery-image] Aug 15 07:16:44.130 INFO O| Aug 15 07:16:44.130 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-15T07:16:45.011Z[ recovery-image] Aug 15 07:16:44.141 INFO O| Aug 15 07:16:44.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79692026-08-15T07:16:45.011Z[ recovery-image] Aug 15 07:16:44.141 INFO O| Aug 15 07:16:44.141 INFO STEP 861 (remove_files) COMPLETE
79702026-08-15T07:16:45.012Z[ recovery-image] Aug 15 07:16:44.141 INFO O| Aug 15 07:16:44.141 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-15T07:16:45.021Z[ recovery-image] Aug 15 07:16:44.151 INFO O| Aug 15 07:16:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79722026-08-15T07:16:45.021Z[ recovery-image] Aug 15 07:16:44.151 INFO O| Aug 15 07:16:44.151 INFO STEP 862 (remove_files) COMPLETE
79732026-08-15T07:16:45.021Z[ recovery-image] Aug 15 07:16:44.151 INFO O| Aug 15 07:16:44.151 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-15T07:16:45.031Z[ recovery-image] Aug 15 07:16:44.161 INFO O| Aug 15 07:16:44.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79752026-08-15T07:16:45.031Z[ recovery-image] Aug 15 07:16:44.161 INFO O| Aug 15 07:16:44.161 INFO STEP 863 (remove_files) COMPLETE
79762026-08-15T07:16:45.034Z[ recovery-image] Aug 15 07:16:44.161 INFO O| Aug 15 07:16:44.161 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-15T07:16:45.042Z[ recovery-image] Aug 15 07:16:44.172 INFO O| Aug 15 07:16:44.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79782026-08-15T07:16:45.042Z[ recovery-image] Aug 15 07:16:44.172 INFO O| Aug 15 07:16:44.172 INFO STEP 864 (remove_files) COMPLETE
79792026-08-15T07:16:45.042Z[ recovery-image] Aug 15 07:16:44.172 INFO O| Aug 15 07:16:44.172 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-15T07:16:45.053Z[ recovery-image] Aug 15 07:16:44.183 INFO O| Aug 15 07:16:44.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79812026-08-15T07:16:45.053Z[ recovery-image] Aug 15 07:16:44.183 INFO O| Aug 15 07:16:44.183 INFO STEP 865 (remove_files) COMPLETE
79822026-08-15T07:16:45.056Z[ recovery-image] Aug 15 07:16:44.183 INFO O| Aug 15 07:16:44.183 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-15T07:16:45.066Z[ recovery-image] Aug 15 07:16:44.196 INFO O| Aug 15 07:16:44.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79842026-08-15T07:16:45.066Z[ recovery-image] Aug 15 07:16:44.196 INFO O| Aug 15 07:16:44.194 INFO STEP 866 (remove_files) COMPLETE
79852026-08-15T07:16:45.067Z[ recovery-image] Aug 15 07:16:44.196 INFO O| Aug 15 07:16:44.194 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-15T07:16:45.074Z[ recovery-image] Aug 15 07:16:44.205 INFO O| Aug 15 07:16:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79872026-08-15T07:16:45.074Z[ recovery-image] Aug 15 07:16:44.205 INFO O| Aug 15 07:16:44.204 INFO STEP 867 (remove_files) COMPLETE
79882026-08-15T07:16:45.074Z[ recovery-image] Aug 15 07:16:44.205 INFO O| Aug 15 07:16:44.204 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-15T07:16:45.083Z[ recovery-image] Aug 15 07:16:44.213 INFO O| Aug 15 07:16:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79902026-08-15T07:16:45.083Z[ recovery-image] Aug 15 07:16:44.213 INFO O| Aug 15 07:16:44.213 INFO STEP 868 (remove_files) COMPLETE
79912026-08-15T07:16:45.083Z[ recovery-image] Aug 15 07:16:44.213 INFO O| Aug 15 07:16:44.213 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-15T07:16:45.092Z[ recovery-image] Aug 15 07:16:44.223 INFO O| Aug 15 07:16:44.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79932026-08-15T07:16:45.092Z[ recovery-image] Aug 15 07:16:44.223 INFO O| Aug 15 07:16:44.223 INFO STEP 869 (remove_files) COMPLETE
79942026-08-15T07:16:45.092Z[ recovery-image] Aug 15 07:16:44.223 INFO O| Aug 15 07:16:44.223 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-15T07:16:45.104Z[ recovery-image] Aug 15 07:16:44.234 INFO O| Aug 15 07:16:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79962026-08-15T07:16:45.104Z[ recovery-image] Aug 15 07:16:44.234 INFO O| Aug 15 07:16:44.234 INFO STEP 870 (remove_files) COMPLETE
79972026-08-15T07:16:45.104Z[ recovery-image] Aug 15 07:16:44.234 INFO O| Aug 15 07:16:44.234 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-15T07:16:45.115Z[ recovery-image] Aug 15 07:16:44.246 INFO O| Aug 15 07:16:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79992026-08-15T07:16:45.115Z[ recovery-image] Aug 15 07:16:44.246 INFO O| Aug 15 07:16:44.246 INFO STEP 871 (remove_files) COMPLETE
80002026-08-15T07:16:45.120Z[ recovery-image] Aug 15 07:16:44.246 INFO O| Aug 15 07:16:44.246 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-15T07:16:45.128Z[ recovery-image] Aug 15 07:16:44.256 INFO O| Aug 15 07:16:44.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80022026-08-15T07:16:45.128Z[ recovery-image] Aug 15 07:16:44.256 INFO O| Aug 15 07:16:44.256 INFO STEP 872 (remove_files) COMPLETE
80032026-08-15T07:16:45.131Z[ recovery-image] Aug 15 07:16:44.256 INFO O| Aug 15 07:16:44.256 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-15T07:16:45.136Z[ recovery-image] Aug 15 07:16:44.266 INFO O| Aug 15 07:16:44.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80052026-08-15T07:16:45.136Z[ recovery-image] Aug 15 07:16:44.266 INFO O| Aug 15 07:16:44.266 INFO STEP 873 (remove_files) COMPLETE
80062026-08-15T07:16:45.140Z[ recovery-image] Aug 15 07:16:44.266 INFO O| Aug 15 07:16:44.266 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-15T07:16:45.144Z[ recovery-image] Aug 15 07:16:44.275 INFO O| Aug 15 07:16:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80082026-08-15T07:16:45.144Z[ recovery-image] Aug 15 07:16:44.275 INFO O| Aug 15 07:16:44.275 INFO STEP 874 (remove_files) COMPLETE
80092026-08-15T07:16:45.144Z[ recovery-image] Aug 15 07:16:44.275 INFO O| Aug 15 07:16:44.275 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-15T07:16:45.155Z[ recovery-image] Aug 15 07:16:44.286 INFO O| Aug 15 07:16:44.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80112026-08-15T07:16:45.158Z[ recovery-image] Aug 15 07:16:44.286 INFO O| Aug 15 07:16:44.286 INFO STEP 875 (remove_files) COMPLETE
80122026-08-15T07:16:45.158Z[ recovery-image] Aug 15 07:16:44.286 INFO O| Aug 15 07:16:44.286 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-15T07:16:45.166Z[ recovery-image] Aug 15 07:16:44.297 INFO O| Aug 15 07:16:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80142026-08-15T07:16:45.166Z[ recovery-image] Aug 15 07:16:44.297 INFO O| Aug 15 07:16:44.297 INFO STEP 876 (remove_files) COMPLETE
80152026-08-15T07:16:45.168Z[ recovery-image] Aug 15 07:16:44.297 INFO O| Aug 15 07:16:44.297 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-15T07:16:45.177Z[ recovery-image] Aug 15 07:16:44.307 INFO O| Aug 15 07:16:44.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80172026-08-15T07:16:45.177Z[ recovery-image] Aug 15 07:16:44.307 INFO O| Aug 15 07:16:44.307 INFO STEP 877 (remove_files) COMPLETE
80182026-08-15T07:16:45.177Z[ recovery-image] Aug 15 07:16:44.307 INFO O| Aug 15 07:16:44.307 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-15T07:16:45.187Z[ recovery-image] Aug 15 07:16:44.317 INFO O| Aug 15 07:16:44.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80202026-08-15T07:16:45.187Z[ recovery-image] Aug 15 07:16:44.317 INFO O| Aug 15 07:16:44.317 INFO STEP 878 (remove_files) COMPLETE
80212026-08-15T07:16:45.189Z[ recovery-image] Aug 15 07:16:44.317 INFO O| Aug 15 07:16:44.317 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-15T07:16:45.196Z[ recovery-image] Aug 15 07:16:44.326 INFO O| Aug 15 07:16:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80232026-08-15T07:16:45.196Z[ recovery-image] Aug 15 07:16:44.326 INFO O| Aug 15 07:16:44.326 INFO STEP 879 (remove_files) COMPLETE
80242026-08-15T07:16:45.198Z[ recovery-image] Aug 15 07:16:44.326 INFO O| Aug 15 07:16:44.326 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-15T07:16:45.205Z[ recovery-image] Aug 15 07:16:44.335 INFO O| Aug 15 07:16:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80262026-08-15T07:16:45.205Z[ recovery-image] Aug 15 07:16:44.335 INFO O| Aug 15 07:16:44.335 INFO STEP 880 (remove_files) COMPLETE
80272026-08-15T07:16:45.205Z[ recovery-image] Aug 15 07:16:44.335 INFO O| Aug 15 07:16:44.335 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-15T07:16:45.214Z[ recovery-image] Aug 15 07:16:44.345 INFO O| Aug 15 07:16:44.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80292026-08-15T07:16:45.214Z[ recovery-image] Aug 15 07:16:44.345 INFO O| Aug 15 07:16:44.344 INFO STEP 881 (remove_files) COMPLETE
80302026-08-15T07:16:45.214Z[ recovery-image] Aug 15 07:16:44.345 INFO O| Aug 15 07:16:44.344 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-15T07:16:45.225Z[ recovery-image] Aug 15 07:16:44.356 INFO O| Aug 15 07:16:44.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80322026-08-15T07:16:45.225Z[ recovery-image] Aug 15 07:16:44.356 INFO O| Aug 15 07:16:44.356 INFO STEP 882 (remove_files) COMPLETE
80332026-08-15T07:16:45.225Z[ recovery-image] Aug 15 07:16:44.356 INFO O| Aug 15 07:16:44.356 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-15T07:16:45.235Z[ recovery-image] Aug 15 07:16:44.365 INFO O| Aug 15 07:16:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80352026-08-15T07:16:45.235Z[ recovery-image] Aug 15 07:16:44.365 INFO O| Aug 15 07:16:44.365 INFO STEP 883 (remove_files) COMPLETE
80362026-08-15T07:16:45.235Z[ recovery-image] Aug 15 07:16:44.365 INFO O| Aug 15 07:16:44.365 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-15T07:16:45.244Z[ recovery-image] Aug 15 07:16:44.375 INFO O| Aug 15 07:16:44.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80382026-08-15T07:16:45.244Z[ recovery-image] Aug 15 07:16:44.375 INFO O| Aug 15 07:16:44.375 INFO STEP 884 (remove_files) COMPLETE
80392026-08-15T07:16:45.244Z[ recovery-image] Aug 15 07:16:44.375 INFO O| Aug 15 07:16:44.375 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-15T07:16:45.293Z[ recovery-image] Aug 15 07:16:44.423 INFO O| Aug 15 07:16:44.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80412026-08-15T07:16:45.296Z[ recovery-image] Aug 15 07:16:44.423 INFO O| Aug 15 07:16:44.423 INFO STEP 885 (remove_files) COMPLETE
80422026-08-15T07:16:45.300Z[ recovery-image] Aug 15 07:16:44.424 INFO O| Aug 15 07:16:44.423 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-15T07:16:45.310Z[ recovery-image] Aug 15 07:16:44.438 INFO O| Aug 15 07:16:44.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80442026-08-15T07:16:45.313Z[ recovery-image] Aug 15 07:16:44.438 INFO O| Aug 15 07:16:44.437 INFO STEP 886 (remove_files) COMPLETE
80452026-08-15T07:16:45.313Z[ recovery-image] Aug 15 07:16:44.438 INFO O| Aug 15 07:16:44.437 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-15T07:16:45.317Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
80472026-08-15T07:16:45.317Z[ recovery-image] Aug 15 07:16:44.447 INFO O| Aug 15 07:16:44.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80482026-08-15T07:16:45.317Z[ recovery-image] Aug 15 07:16:44.447 INFO O| Aug 15 07:16:44.447 INFO STEP 887 (remove_files) COMPLETE
80492026-08-15T07:16:45.317Z[ recovery-image] Aug 15 07:16:44.447 INFO O| Aug 15 07:16:44.447 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-15T07:16:45.328Z[ recovery-image] Aug 15 07:16:44.459 INFO O| Aug 15 07:16:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80512026-08-15T07:16:45.329Z[ recovery-image] Aug 15 07:16:44.459 INFO O| Aug 15 07:16:44.459 INFO STEP 888 (remove_files) COMPLETE
80522026-08-15T07:16:45.331Z[ recovery-image] Aug 15 07:16:44.459 INFO O| Aug 15 07:16:44.459 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-15T07:16:45.340Z[ recovery-image] Aug 15 07:16:44.471 INFO O| Aug 15 07:16:44.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80542026-08-15T07:16:45.348Z[ recovery-image] Aug 15 07:16:44.476 INFO O| Aug 15 07:16:44.476 INFO STEP 889 (remove_files) COMPLETE
80552026-08-15T07:16:45.351Z[ recovery-image] Aug 15 07:16:44.476 INFO O| Aug 15 07:16:44.476 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-15T07:16:45.356Z[ recovery-image] Aug 15 07:16:44.487 INFO O| Aug 15 07:16:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80572026-08-15T07:16:45.356Z[ recovery-image] Aug 15 07:16:44.487 INFO O| Aug 15 07:16:44.487 INFO STEP 890 (remove_files) COMPLETE
80582026-08-15T07:16:45.356Z[ recovery-image] Aug 15 07:16:44.487 INFO O| Aug 15 07:16:44.487 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-15T07:16:45.365Z[ recovery-image] Aug 15 07:16:44.495 INFO O| Aug 15 07:16:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80602026-08-15T07:16:45.365Z[ recovery-image] Aug 15 07:16:44.495 INFO O| Aug 15 07:16:44.495 INFO STEP 891 (remove_files) COMPLETE
80612026-08-15T07:16:45.366Z[ recovery-image] Aug 15 07:16:44.495 INFO O| Aug 15 07:16:44.495 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-15T07:16:45.374Z[ recovery-image] Aug 15 07:16:44.505 INFO O| Aug 15 07:16:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80632026-08-15T07:16:45.374Z[ recovery-image] Aug 15 07:16:44.505 INFO O| Aug 15 07:16:44.505 INFO STEP 892 (remove_files) COMPLETE
80642026-08-15T07:16:45.374Z[ recovery-image] Aug 15 07:16:44.505 INFO O| Aug 15 07:16:44.505 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-15T07:16:45.386Z[ recovery-image] Aug 15 07:16:44.516 INFO O| Aug 15 07:16:44.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80662026-08-15T07:16:45.386Z[ recovery-image] Aug 15 07:16:44.516 INFO O| Aug 15 07:16:44.516 INFO STEP 893 (remove_files) COMPLETE
80672026-08-15T07:16:45.386Z[ recovery-image] Aug 15 07:16:44.516 INFO O| Aug 15 07:16:44.516 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-15T07:16:45.396Z[ recovery-image] Aug 15 07:16:44.526 INFO O| Aug 15 07:16:44.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80692026-08-15T07:16:45.396Z[ recovery-image] Aug 15 07:16:44.526 INFO O| Aug 15 07:16:44.526 INFO STEP 894 (remove_files) COMPLETE
80702026-08-15T07:16:45.396Z[ recovery-image] Aug 15 07:16:44.526 INFO O| Aug 15 07:16:44.526 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-15T07:16:45.407Z[ recovery-image] Aug 15 07:16:44.537 INFO O| Aug 15 07:16:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80722026-08-15T07:16:45.407Z[ recovery-image] Aug 15 07:16:44.537 INFO O| Aug 15 07:16:44.537 INFO STEP 895 (remove_files) COMPLETE
80732026-08-15T07:16:45.407Z[ recovery-image] Aug 15 07:16:44.537 INFO O| Aug 15 07:16:44.537 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-15T07:16:45.418Z[ recovery-image] Aug 15 07:16:44.548 INFO O| Aug 15 07:16:44.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80752026-08-15T07:16:45.421Z[ recovery-image] Aug 15 07:16:44.549 INFO O| Aug 15 07:16:44.549 INFO STEP 896 (remove_files) COMPLETE
80762026-08-15T07:16:45.422Z[ recovery-image] Aug 15 07:16:44.549 INFO O| Aug 15 07:16:44.549 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-15T07:16:45.428Z[ recovery-image] Aug 15 07:16:44.559 INFO O| Aug 15 07:16:44.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80782026-08-15T07:16:45.428Z[ recovery-image] Aug 15 07:16:44.559 INFO O| Aug 15 07:16:44.559 INFO STEP 897 (remove_files) COMPLETE
80792026-08-15T07:16:45.428Z[ recovery-image] Aug 15 07:16:44.559 INFO O| Aug 15 07:16:44.559 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-15T07:16:45.438Z[ recovery-image] Aug 15 07:16:44.568 INFO O| Aug 15 07:16:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80812026-08-15T07:16:45.438Z[ recovery-image] Aug 15 07:16:44.568 INFO O| Aug 15 07:16:44.568 INFO STEP 898 (remove_files) COMPLETE
80822026-08-15T07:16:45.438Z[ recovery-image] Aug 15 07:16:44.568 INFO O| Aug 15 07:16:44.568 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-15T07:16:45.448Z[ recovery-image] Aug 15 07:16:44.578 INFO O| Aug 15 07:16:44.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80842026-08-15T07:16:45.448Z[ recovery-image] Aug 15 07:16:44.578 INFO O| Aug 15 07:16:44.578 INFO STEP 899 (remove_files) COMPLETE
80852026-08-15T07:16:45.448Z[ recovery-image] Aug 15 07:16:44.578 INFO O| Aug 15 07:16:44.578 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-15T07:16:45.458Z[ recovery-image] Aug 15 07:16:44.589 INFO O| Aug 15 07:16:44.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80872026-08-15T07:16:45.458Z[ recovery-image] Aug 15 07:16:44.589 INFO O| Aug 15 07:16:44.589 INFO STEP 900 (remove_files) COMPLETE
80882026-08-15T07:16:45.458Z[ recovery-image] Aug 15 07:16:44.589 INFO O| Aug 15 07:16:44.589 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-15T07:16:45.468Z[ recovery-image] Aug 15 07:16:44.598 INFO O| Aug 15 07:16:44.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80902026-08-15T07:16:45.468Z[ recovery-image] Aug 15 07:16:44.598 INFO O| Aug 15 07:16:44.598 INFO STEP 901 (remove_files) COMPLETE
80912026-08-15T07:16:45.469Z[ recovery-image] Aug 15 07:16:44.598 INFO O| Aug 15 07:16:44.598 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-15T07:16:45.478Z[ recovery-image] Aug 15 07:16:44.608 INFO O| Aug 15 07:16:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80932026-08-15T07:16:45.478Z[ recovery-image] Aug 15 07:16:44.608 INFO O| Aug 15 07:16:44.608 INFO STEP 902 (remove_files) COMPLETE
80942026-08-15T07:16:45.478Z[ recovery-image] Aug 15 07:16:44.608 INFO O| Aug 15 07:16:44.608 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-15T07:16:45.487Z[ recovery-image] Aug 15 07:16:44.618 INFO O| Aug 15 07:16:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80962026-08-15T07:16:45.487Z[ recovery-image] Aug 15 07:16:44.618 INFO O| Aug 15 07:16:44.618 INFO STEP 903 (remove_files) COMPLETE
80972026-08-15T07:16:45.487Z[ recovery-image] Aug 15 07:16:44.618 INFO O| Aug 15 07:16:44.618 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-15T07:16:45.498Z[ recovery-image] Aug 15 07:16:44.628 INFO O| Aug 15 07:16:44.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80992026-08-15T07:16:45.498Z[ recovery-image] Aug 15 07:16:44.628 INFO O| Aug 15 07:16:44.628 INFO STEP 904 (remove_files) COMPLETE
81002026-08-15T07:16:45.498Z[ recovery-image] Aug 15 07:16:44.628 INFO O| Aug 15 07:16:44.628 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-15T07:16:45.509Z[ recovery-image] Aug 15 07:16:44.640 INFO O| Aug 15 07:16:44.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81022026-08-15T07:16:45.509Z[ recovery-image] Aug 15 07:16:44.640 INFO O| Aug 15 07:16:44.640 INFO STEP 905 (remove_files) COMPLETE
81032026-08-15T07:16:45.509Z[ recovery-image] Aug 15 07:16:44.640 INFO O| Aug 15 07:16:44.640 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-15T07:16:45.519Z[ recovery-image] Aug 15 07:16:44.650 INFO O| Aug 15 07:16:44.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81052026-08-15T07:16:45.519Z[ recovery-image] Aug 15 07:16:44.650 INFO O| Aug 15 07:16:44.650 INFO STEP 906 (remove_files) COMPLETE
81062026-08-15T07:16:45.519Z[ recovery-image] Aug 15 07:16:44.650 INFO O| Aug 15 07:16:44.650 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-15T07:16:45.532Z[ recovery-image] Aug 15 07:16:44.662 INFO O| Aug 15 07:16:44.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81082026-08-15T07:16:45.532Z[ recovery-image] Aug 15 07:16:44.662 INFO O| Aug 15 07:16:44.662 INFO STEP 907 (remove_files) COMPLETE
81092026-08-15T07:16:45.535Z[ recovery-image] Aug 15 07:16:44.662 INFO O| Aug 15 07:16:44.662 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-15T07:16:45.542Z[ recovery-image] Aug 15 07:16:44.673 INFO O| Aug 15 07:16:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81112026-08-15T07:16:45.542Z[ recovery-image] Aug 15 07:16:44.673 INFO O| Aug 15 07:16:44.673 INFO STEP 908 (remove_files) COMPLETE
81122026-08-15T07:16:45.545Z[ recovery-image] Aug 15 07:16:44.673 INFO O| Aug 15 07:16:44.673 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-15T07:16:45.552Z[ recovery-image] Aug 15 07:16:44.683 INFO O| Aug 15 07:16:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81142026-08-15T07:16:45.552Z[ recovery-image] Aug 15 07:16:44.683 INFO O| Aug 15 07:16:44.683 INFO STEP 909 (remove_files) COMPLETE
81152026-08-15T07:16:45.552Z[ recovery-image] Aug 15 07:16:44.683 INFO O| Aug 15 07:16:44.683 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-15T07:16:45.562Z[ recovery-image] Aug 15 07:16:44.692 INFO O| Aug 15 07:16:44.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81172026-08-15T07:16:45.562Z[ recovery-image] Aug 15 07:16:44.692 INFO O| Aug 15 07:16:44.692 INFO STEP 910 (remove_files) COMPLETE
81182026-08-15T07:16:45.562Z[ recovery-image] Aug 15 07:16:44.692 INFO O| Aug 15 07:16:44.692 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-15T07:16:45.579Z[ recovery-image] Aug 15 07:16:44.703 INFO O| Aug 15 07:16:44.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81202026-08-15T07:16:45.579Z[ recovery-image] Aug 15 07:16:44.703 INFO O| Aug 15 07:16:44.703 INFO STEP 911 (remove_files) COMPLETE
81212026-08-15T07:16:45.583Z[ recovery-image] Aug 15 07:16:44.703 INFO O| Aug 15 07:16:44.703 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-15T07:16:45.583Z[ recovery-image] Aug 15 07:16:44.712 INFO O| Aug 15 07:16:44.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81232026-08-15T07:16:45.583Z[ recovery-image] Aug 15 07:16:44.712 INFO O| Aug 15 07:16:44.712 INFO STEP 912 (remove_files) COMPLETE
81242026-08-15T07:16:45.583Z[ recovery-image] Aug 15 07:16:44.712 INFO O| Aug 15 07:16:44.712 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-15T07:16:45.598Z[ recovery-image] Aug 15 07:16:44.722 INFO O| Aug 15 07:16:44.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81262026-08-15T07:16:45.598Z[ recovery-image] Aug 15 07:16:44.722 INFO O| Aug 15 07:16:44.722 INFO STEP 913 (remove_files) COMPLETE
81272026-08-15T07:16:45.598Z[ recovery-image] Aug 15 07:16:44.722 INFO O| Aug 15 07:16:44.722 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-15T07:16:45.602Z[ recovery-image] Aug 15 07:16:44.732 INFO O| Aug 15 07:16:44.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81292026-08-15T07:16:45.602Z[ recovery-image] Aug 15 07:16:44.732 INFO O| Aug 15 07:16:44.732 INFO STEP 914 (remove_files) COMPLETE
81302026-08-15T07:16:45.602Z[ recovery-image] Aug 15 07:16:44.732 INFO O| Aug 15 07:16:44.732 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-15T07:16:45.605Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
81322026-08-15T07:16:45.611Z[ recovery-image] Aug 15 07:16:44.741 INFO O| Aug 15 07:16:44.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81332026-08-15T07:16:45.611Z[ recovery-image] Aug 15 07:16:44.741 INFO O| Aug 15 07:16:44.741 INFO STEP 915 (remove_files) COMPLETE
81342026-08-15T07:16:45.614Z[ recovery-image] Aug 15 07:16:44.741 INFO O| Aug 15 07:16:44.741 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-15T07:16:45.625Z[ recovery-image] Aug 15 07:16:44.751 INFO O| Aug 15 07:16:44.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81362026-08-15T07:16:45.625Z[ recovery-image] Aug 15 07:16:44.751 INFO O| Aug 15 07:16:44.751 INFO STEP 916 (remove_files) COMPLETE
81372026-08-15T07:16:45.625Z[ recovery-image] Aug 15 07:16:44.751 INFO O| Aug 15 07:16:44.751 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-15T07:16:45.631Z[ recovery-image] Aug 15 07:16:44.761 INFO O| Aug 15 07:16:44.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81392026-08-15T07:16:45.631Z[ recovery-image] Aug 15 07:16:44.761 INFO O| Aug 15 07:16:44.761 INFO STEP 917 (remove_files) COMPLETE
81402026-08-15T07:16:45.631Z[ recovery-image] Aug 15 07:16:44.761 INFO O| Aug 15 07:16:44.761 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-15T07:16:45.640Z[ recovery-image] Aug 15 07:16:44.771 INFO O| Aug 15 07:16:44.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81422026-08-15T07:16:45.641Z[ recovery-image] Aug 15 07:16:44.771 INFO O| Aug 15 07:16:44.771 INFO STEP 918 (remove_files) COMPLETE
81432026-08-15T07:16:45.644Z[ recovery-image] Aug 15 07:16:44.771 INFO O| Aug 15 07:16:44.771 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-15T07:16:45.650Z[ recovery-image] Aug 15 07:16:44.781 INFO O| Aug 15 07:16:44.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81452026-08-15T07:16:45.650Z[ recovery-image] Aug 15 07:16:44.781 INFO O| Aug 15 07:16:44.781 INFO STEP 919 (remove_files) COMPLETE
81462026-08-15T07:16:45.653Z[ recovery-image] Aug 15 07:16:44.781 INFO O| Aug 15 07:16:44.781 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-15T07:16:45.661Z[ recovery-image] Aug 15 07:16:44.791 INFO O| Aug 15 07:16:44.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81482026-08-15T07:16:45.661Z[ recovery-image] Aug 15 07:16:44.791 INFO O| Aug 15 07:16:44.791 INFO STEP 920 (remove_files) COMPLETE
81492026-08-15T07:16:45.664Z[ recovery-image] Aug 15 07:16:44.791 INFO O| Aug 15 07:16:44.791 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-15T07:16:45.672Z[ recovery-image] Aug 15 07:16:44.803 INFO O| Aug 15 07:16:44.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81512026-08-15T07:16:45.672Z[ recovery-image] Aug 15 07:16:44.803 INFO O| Aug 15 07:16:44.803 INFO STEP 921 (remove_files) COMPLETE
81522026-08-15T07:16:45.675Z[ recovery-image] Aug 15 07:16:44.803 INFO O| Aug 15 07:16:44.803 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-15T07:16:45.683Z[ recovery-image] Aug 15 07:16:44.814 INFO O| Aug 15 07:16:44.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81542026-08-15T07:16:45.683Z[ recovery-image] Aug 15 07:16:44.814 INFO O| Aug 15 07:16:44.814 INFO STEP 922 (remove_files) COMPLETE
81552026-08-15T07:16:45.683Z[ recovery-image] Aug 15 07:16:44.814 INFO O| Aug 15 07:16:44.814 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-15T07:16:45.693Z[ recovery-image] Aug 15 07:16:44.824 INFO O| Aug 15 07:16:44.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81572026-08-15T07:16:45.693Z[ recovery-image] Aug 15 07:16:44.824 INFO O| Aug 15 07:16:44.824 INFO STEP 923 (remove_files) COMPLETE
81582026-08-15T07:16:45.694Z[ recovery-image] Aug 15 07:16:44.824 INFO O| Aug 15 07:16:44.824 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-15T07:16:45.705Z[ recovery-image] Aug 15 07:16:44.835 INFO O| Aug 15 07:16:44.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81602026-08-15T07:16:45.705Z[ recovery-image] Aug 15 07:16:44.835 INFO O| Aug 15 07:16:44.835 INFO STEP 924 (remove_files) COMPLETE
81612026-08-15T07:16:45.705Z[ recovery-image] Aug 15 07:16:44.835 INFO O| Aug 15 07:16:44.835 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-15T07:16:45.721Z[ recovery-image] Aug 15 07:16:44.851 INFO O| Aug 15 07:16:44.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81632026-08-15T07:16:45.721Z[ recovery-image] Aug 15 07:16:44.851 INFO O| Aug 15 07:16:44.851 INFO STEP 925 (remove_files) COMPLETE
81642026-08-15T07:16:45.721Z[ recovery-image] Aug 15 07:16:44.851 INFO O| Aug 15 07:16:44.851 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-15T07:16:45.733Z[ recovery-image] Aug 15 07:16:44.863 INFO O| Aug 15 07:16:44.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81662026-08-15T07:16:45.733Z[ recovery-image] Aug 15 07:16:44.863 INFO O| Aug 15 07:16:44.863 INFO STEP 926 (remove_files) COMPLETE
81672026-08-15T07:16:45.733Z[ recovery-image] Aug 15 07:16:44.863 INFO O| Aug 15 07:16:44.863 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-15T07:16:45.744Z[ recovery-image] Aug 15 07:16:44.874 INFO O| Aug 15 07:16:44.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81692026-08-15T07:16:45.744Z[ recovery-image] Aug 15 07:16:44.874 INFO O| Aug 15 07:16:44.874 INFO STEP 927 (remove_files) COMPLETE
81702026-08-15T07:16:45.744Z[ recovery-image] Aug 15 07:16:44.874 INFO O| Aug 15 07:16:44.874 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-15T07:16:45.756Z[ recovery-image] Aug 15 07:16:44.886 INFO O| Aug 15 07:16:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81722026-08-15T07:16:45.756Z[ recovery-image] Aug 15 07:16:44.886 INFO O| Aug 15 07:16:44.886 INFO STEP 928 (remove_files) COMPLETE
81732026-08-15T07:16:45.756Z[ recovery-image] Aug 15 07:16:44.886 INFO O| Aug 15 07:16:44.886 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-15T07:16:45.766Z[ recovery-image] Aug 15 07:16:44.896 INFO O| Aug 15 07:16:44.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81752026-08-15T07:16:45.766Z[ recovery-image] Aug 15 07:16:44.896 INFO O| Aug 15 07:16:44.896 INFO STEP 929 (remove_files) COMPLETE
81762026-08-15T07:16:45.766Z[ recovery-image] Aug 15 07:16:44.896 INFO O| Aug 15 07:16:44.896 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-15T07:16:45.775Z[ recovery-image] Aug 15 07:16:44.906 INFO O| Aug 15 07:16:44.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81782026-08-15T07:16:45.775Z[ recovery-image] Aug 15 07:16:44.906 INFO O| Aug 15 07:16:44.906 INFO STEP 930 (remove_files) COMPLETE
81792026-08-15T07:16:45.775Z[ recovery-image] Aug 15 07:16:44.906 INFO O| Aug 15 07:16:44.906 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-15T07:16:45.785Z[ recovery-image] Aug 15 07:16:44.915 INFO O| Aug 15 07:16:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81812026-08-15T07:16:45.785Z[ recovery-image] Aug 15 07:16:44.915 INFO O| Aug 15 07:16:44.915 INFO STEP 931 (remove_files) COMPLETE
81822026-08-15T07:16:45.785Z[ recovery-image] Aug 15 07:16:44.915 INFO O| Aug 15 07:16:44.915 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-15T07:16:45.796Z[ recovery-image] Aug 15 07:16:44.926 INFO O| Aug 15 07:16:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81842026-08-15T07:16:45.796Z[ recovery-image] Aug 15 07:16:44.926 INFO O| Aug 15 07:16:44.926 INFO STEP 932 (remove_files) COMPLETE
81852026-08-15T07:16:45.796Z[ recovery-image] Aug 15 07:16:44.926 INFO O| Aug 15 07:16:44.926 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-15T07:16:45.806Z[ recovery-image] Aug 15 07:16:44.937 INFO O| Aug 15 07:16:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81872026-08-15T07:16:45.807Z[ recovery-image] Aug 15 07:16:44.937 INFO O| Aug 15 07:16:44.937 INFO STEP 933 (remove_files) COMPLETE
81882026-08-15T07:16:45.807Z[ recovery-image] Aug 15 07:16:44.937 INFO O| Aug 15 07:16:44.937 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-15T07:16:45.817Z[ recovery-image] Aug 15 07:16:44.948 INFO O| Aug 15 07:16:44.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81902026-08-15T07:16:45.817Z[ recovery-image] Aug 15 07:16:44.948 INFO O| Aug 15 07:16:44.948 INFO STEP 934 (remove_files) COMPLETE
81912026-08-15T07:16:45.817Z[ recovery-image] Aug 15 07:16:44.948 INFO O| Aug 15 07:16:44.948 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-15T07:16:45.827Z[ recovery-image] Aug 15 07:16:44.958 INFO O| Aug 15 07:16:44.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81932026-08-15T07:16:45.830Z[ recovery-image] Aug 15 07:16:44.958 INFO O| Aug 15 07:16:44.958 INFO STEP 935 (remove_files) COMPLETE
81942026-08-15T07:16:45.830Z[ recovery-image] Aug 15 07:16:44.958 INFO O| Aug 15 07:16:44.958 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-15T07:16:45.837Z[ recovery-image] Aug 15 07:16:44.968 INFO O| Aug 15 07:16:44.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81962026-08-15T07:16:45.837Z[ recovery-image] Aug 15 07:16:44.968 INFO O| Aug 15 07:16:44.968 INFO STEP 936 (remove_files) COMPLETE
81972026-08-15T07:16:45.840Z[ recovery-image] Aug 15 07:16:44.968 INFO O| Aug 15 07:16:44.968 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-15T07:16:45.847Z[ recovery-image] Aug 15 07:16:44.977 INFO O| Aug 15 07:16:44.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81992026-08-15T07:16:45.847Z[ recovery-image] Aug 15 07:16:44.977 INFO O| Aug 15 07:16:44.977 INFO STEP 937 (remove_files) COMPLETE
82002026-08-15T07:16:45.847Z[ recovery-image] Aug 15 07:16:44.977 INFO O| Aug 15 07:16:44.977 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-15T07:16:45.857Z[ recovery-image] Aug 15 07:16:44.988 INFO O| Aug 15 07:16:44.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82022026-08-15T07:16:45.857Z[ recovery-image] Aug 15 07:16:44.988 INFO O| Aug 15 07:16:44.988 INFO STEP 938 (remove_files) COMPLETE
82032026-08-15T07:16:45.857Z[ recovery-image] Aug 15 07:16:44.988 INFO O| Aug 15 07:16:44.988 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-15T07:16:45.867Z[ recovery-image] Aug 15 07:16:44.997 INFO O| Aug 15 07:16:44.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82052026-08-15T07:16:45.867Z[ recovery-image] Aug 15 07:16:44.997 INFO O| Aug 15 07:16:44.997 INFO STEP 939 (remove_files) COMPLETE
82062026-08-15T07:16:45.867Z[ recovery-image] Aug 15 07:16:44.997 INFO O| Aug 15 07:16:44.997 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-15T07:16:45.878Z[ recovery-image] Aug 15 07:16:45.008 INFO O| Aug 15 07:16:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82082026-08-15T07:16:45.878Z[ recovery-image] Aug 15 07:16:45.008 INFO O| Aug 15 07:16:45.008 INFO STEP 940 (remove_files) COMPLETE
82092026-08-15T07:16:45.878Z[ recovery-image] Aug 15 07:16:45.008 INFO O| Aug 15 07:16:45.008 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-15T07:16:45.889Z[ recovery-image] Aug 15 07:16:45.019 INFO O| Aug 15 07:16:45.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82112026-08-15T07:16:45.889Z[ recovery-image] Aug 15 07:16:45.019 INFO O| Aug 15 07:16:45.019 INFO STEP 941 (remove_files) COMPLETE
82122026-08-15T07:16:45.889Z[ recovery-image] Aug 15 07:16:45.019 INFO O| Aug 15 07:16:45.019 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-15T07:16:45.899Z[ recovery-image] Aug 15 07:16:45.029 INFO O| Aug 15 07:16:45.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82142026-08-15T07:16:45.899Z[ recovery-image] Aug 15 07:16:45.029 INFO O| Aug 15 07:16:45.029 INFO STEP 942 (remove_files) COMPLETE
82152026-08-15T07:16:45.899Z[ recovery-image] Aug 15 07:16:45.029 INFO O| Aug 15 07:16:45.029 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-15T07:16:45.911Z[ recovery-image] Aug 15 07:16:45.041 INFO O| Aug 15 07:16:45.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82172026-08-15T07:16:45.911Z[ recovery-image] Aug 15 07:16:45.041 INFO O| Aug 15 07:16:45.041 INFO STEP 943 (remove_files) COMPLETE
82182026-08-15T07:16:45.911Z[ recovery-image] Aug 15 07:16:45.041 INFO O| Aug 15 07:16:45.041 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-15T07:16:45.946Z[verify-libraries] Compiling fs-err v2.11.0
82202026-08-15T07:16:45.954Z[ recovery-image] Aug 15 07:16:45.084 INFO O| Aug 15 07:16:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82212026-08-15T07:16:45.954Z[ recovery-image] Aug 15 07:16:45.084 INFO O| Aug 15 07:16:45.084 INFO STEP 944 (remove_files) COMPLETE
82222026-08-15T07:16:45.957Z[ recovery-image] Aug 15 07:16:45.084 INFO O| Aug 15 07:16:45.084 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-15T07:16:45.964Z[ recovery-image] Aug 15 07:16:45.094 INFO O| Aug 15 07:16:45.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82242026-08-15T07:16:45.964Z[ recovery-image] Aug 15 07:16:45.094 INFO O| Aug 15 07:16:45.094 INFO STEP 945 (remove_files) COMPLETE
82252026-08-15T07:16:45.967Z[ recovery-image] Aug 15 07:16:45.094 INFO O| Aug 15 07:16:45.094 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-15T07:16:45.975Z[ recovery-image] Aug 15 07:16:45.105 INFO O| Aug 15 07:16:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82272026-08-15T07:16:45.975Z[ recovery-image] Aug 15 07:16:45.105 INFO O| Aug 15 07:16:45.105 INFO STEP 946 (remove_files) COMPLETE
82282026-08-15T07:16:45.979Z[ recovery-image] Aug 15 07:16:45.105 INFO O| Aug 15 07:16:45.105 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-15T07:16:45.987Z[ recovery-image] Aug 15 07:16:45.117 INFO O| Aug 15 07:16:45.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82302026-08-15T07:16:45.987Z[ recovery-image] Aug 15 07:16:45.117 INFO O| Aug 15 07:16:45.117 INFO STEP 947 (remove_files) COMPLETE
82312026-08-15T07:16:45.987Z[ recovery-image] Aug 15 07:16:45.117 INFO O| Aug 15 07:16:45.117 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-15T07:16:45.997Z[ recovery-image] Aug 15 07:16:45.127 INFO O| Aug 15 07:16:45.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82332026-08-15T07:16:45.997Z[ recovery-image] Aug 15 07:16:45.127 INFO O| Aug 15 07:16:45.127 INFO STEP 948 (remove_files) COMPLETE
82342026-08-15T07:16:45.997Z[ recovery-image] Aug 15 07:16:45.127 INFO O| Aug 15 07:16:45.127 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-15T07:16:46.009Z[ recovery-image] Aug 15 07:16:45.138 INFO O| Aug 15 07:16:45.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82362026-08-15T07:16:46.009Z[ recovery-image] Aug 15 07:16:45.138 INFO O| Aug 15 07:16:45.138 INFO STEP 949 (remove_files) COMPLETE
82372026-08-15T07:16:46.009Z[ recovery-image] Aug 15 07:16:45.138 INFO O| Aug 15 07:16:45.138 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-15T07:16:46.018Z[ recovery-image] Aug 15 07:16:45.149 INFO O| Aug 15 07:16:45.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82392026-08-15T07:16:46.018Z[ recovery-image] Aug 15 07:16:45.149 INFO O| Aug 15 07:16:45.149 INFO STEP 950 (remove_files) COMPLETE
82402026-08-15T07:16:46.019Z[ recovery-image] Aug 15 07:16:45.149 INFO O| Aug 15 07:16:45.149 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-15T07:16:46.028Z[ recovery-image] Aug 15 07:16:45.158 INFO O| Aug 15 07:16:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82422026-08-15T07:16:46.028Z[ recovery-image] Aug 15 07:16:45.158 INFO O| Aug 15 07:16:45.158 INFO STEP 951 (remove_files) COMPLETE
82432026-08-15T07:16:46.028Z[ recovery-image] Aug 15 07:16:45.158 INFO O| Aug 15 07:16:45.158 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-15T07:16:46.039Z[ recovery-image] Aug 15 07:16:45.169 INFO O| Aug 15 07:16:45.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82452026-08-15T07:16:46.039Z[ recovery-image] Aug 15 07:16:45.169 INFO O| Aug 15 07:16:45.169 INFO STEP 952 (remove_files) COMPLETE
82462026-08-15T07:16:46.042Z[ recovery-image] Aug 15 07:16:45.169 INFO O| Aug 15 07:16:45.169 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-15T07:16:46.049Z[ recovery-image] Aug 15 07:16:45.179 INFO O| Aug 15 07:16:45.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82482026-08-15T07:16:46.049Z[ recovery-image] Aug 15 07:16:45.180 INFO O| Aug 15 07:16:45.180 INFO STEP 953 (remove_files) COMPLETE
82492026-08-15T07:16:46.049Z[ recovery-image] Aug 15 07:16:45.180 INFO O| Aug 15 07:16:45.180 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-15T07:16:46.059Z[ recovery-image] Aug 15 07:16:45.189 INFO O| Aug 15 07:16:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82512026-08-15T07:16:46.059Z[ recovery-image] Aug 15 07:16:45.190 INFO O| Aug 15 07:16:45.190 INFO STEP 954 (remove_files) COMPLETE
82522026-08-15T07:16:46.059Z[ recovery-image] Aug 15 07:16:45.190 INFO O| Aug 15 07:16:45.190 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-15T07:16:46.070Z[ recovery-image] Aug 15 07:16:45.200 INFO O| Aug 15 07:16:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82542026-08-15T07:16:46.070Z[ recovery-image] Aug 15 07:16:45.200 INFO O| Aug 15 07:16:45.200 INFO STEP 955 (remove_files) COMPLETE
82552026-08-15T07:16:46.073Z[ recovery-image] Aug 15 07:16:45.200 INFO O| Aug 15 07:16:45.200 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-15T07:16:46.081Z[ recovery-image] Aug 15 07:16:45.211 INFO O| Aug 15 07:16:45.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82572026-08-15T07:16:46.084Z[ recovery-image] Aug 15 07:16:45.211 INFO O| Aug 15 07:16:45.211 INFO STEP 956 (remove_files) COMPLETE
82582026-08-15T07:16:46.084Z[ recovery-image] Aug 15 07:16:45.211 INFO O| Aug 15 07:16:45.211 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-15T07:16:46.091Z[ recovery-image] Aug 15 07:16:45.222 INFO O| Aug 15 07:16:45.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82602026-08-15T07:16:46.091Z[ recovery-image] Aug 15 07:16:45.222 INFO O| Aug 15 07:16:45.222 INFO STEP 957 (remove_files) COMPLETE
82612026-08-15T07:16:46.091Z[ recovery-image] Aug 15 07:16:45.222 INFO O| Aug 15 07:16:45.222 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-15T07:16:46.102Z[ recovery-image] Aug 15 07:16:45.231 INFO O| Aug 15 07:16:45.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82632026-08-15T07:16:46.102Z[ recovery-image] Aug 15 07:16:45.231 INFO O| Aug 15 07:16:45.231 INFO STEP 958 (remove_files) COMPLETE
82642026-08-15T07:16:46.102Z[ recovery-image] Aug 15 07:16:45.231 INFO O| Aug 15 07:16:45.231 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-15T07:16:46.110Z[ recovery-image] Aug 15 07:16:45.240 INFO O| Aug 15 07:16:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82662026-08-15T07:16:46.110Z[ recovery-image] Aug 15 07:16:45.240 INFO O| Aug 15 07:16:45.240 INFO STEP 959 (remove_files) COMPLETE
82672026-08-15T07:16:46.110Z[ recovery-image] Aug 15 07:16:45.240 INFO O| Aug 15 07:16:45.240 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-15T07:16:46.121Z[ recovery-image] Aug 15 07:16:45.251 INFO O| Aug 15 07:16:45.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82692026-08-15T07:16:46.124Z[ recovery-image] Aug 15 07:16:45.251 INFO O| Aug 15 07:16:45.251 INFO STEP 960 (remove_files) COMPLETE
82702026-08-15T07:16:46.124Z[ recovery-image] Aug 15 07:16:45.251 INFO O| Aug 15 07:16:45.251 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-15T07:16:46.131Z[ recovery-image] Aug 15 07:16:45.261 INFO O| Aug 15 07:16:45.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82722026-08-15T07:16:46.131Z[ recovery-image] Aug 15 07:16:45.261 INFO O| Aug 15 07:16:45.261 INFO STEP 961 (remove_files) COMPLETE
82732026-08-15T07:16:46.135Z[ recovery-image] Aug 15 07:16:45.261 INFO O| Aug 15 07:16:45.261 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-15T07:16:46.141Z[ recovery-image] Aug 15 07:16:45.272 INFO O| Aug 15 07:16:45.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82752026-08-15T07:16:46.141Z[ recovery-image] Aug 15 07:16:45.272 INFO O| Aug 15 07:16:45.272 INFO STEP 962 (remove_files) COMPLETE
82762026-08-15T07:16:46.142Z[ recovery-image] Aug 15 07:16:45.272 INFO O| Aug 15 07:16:45.272 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-15T07:16:46.196Z[ recovery-image] Aug 15 07:16:45.281 INFO O| Aug 15 07:16:45.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82782026-08-15T07:16:46.196Z[ recovery-image] Aug 15 07:16:45.281 INFO O| Aug 15 07:16:45.281 INFO STEP 963 (remove_files) COMPLETE
82792026-08-15T07:16:46.196Z[ recovery-image] Aug 15 07:16:45.281 INFO O| Aug 15 07:16:45.281 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-15T07:16:46.196Z[ recovery-image] Aug 15 07:16:45.292 INFO O| Aug 15 07:16:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82812026-08-15T07:16:46.196Z[ recovery-image] Aug 15 07:16:45.292 INFO O| Aug 15 07:16:45.292 INFO STEP 964 (remove_files) COMPLETE
82822026-08-15T07:16:46.196Z[ recovery-image] Aug 15 07:16:45.292 INFO O| Aug 15 07:16:45.292 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-15T07:16:46.197Z[ recovery-image] Aug 15 07:16:45.303 INFO O| Aug 15 07:16:45.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82842026-08-15T07:16:46.197Z[ recovery-image] Aug 15 07:16:45.303 INFO O| Aug 15 07:16:45.303 INFO STEP 965 (remove_files) COMPLETE
82852026-08-15T07:16:46.197Z[ recovery-image] Aug 15 07:16:45.303 INFO O| Aug 15 07:16:45.303 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-15T07:16:46.197Z[ recovery-image] Aug 15 07:16:45.313 INFO O| Aug 15 07:16:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82872026-08-15T07:16:46.197Z[ recovery-image] Aug 15 07:16:45.313 INFO O| Aug 15 07:16:45.313 INFO STEP 966 (remove_files) COMPLETE
82882026-08-15T07:16:46.198Z[ recovery-image] Aug 15 07:16:45.313 INFO O| Aug 15 07:16:45.313 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-15T07:16:46.198Z[ recovery-image] Aug 15 07:16:45.324 INFO O| Aug 15 07:16:45.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82902026-08-15T07:16:46.198Z[ recovery-image] Aug 15 07:16:45.324 INFO O| Aug 15 07:16:45.324 INFO STEP 967 (remove_files) COMPLETE
82912026-08-15T07:16:46.198Z[ recovery-image] Aug 15 07:16:45.324 INFO O| Aug 15 07:16:45.324 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-15T07:16:46.204Z[ recovery-image] Aug 15 07:16:45.334 INFO O| Aug 15 07:16:45.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82932026-08-15T07:16:46.204Z[ recovery-image] Aug 15 07:16:45.334 INFO O| Aug 15 07:16:45.334 INFO STEP 968 (remove_files) COMPLETE
82942026-08-15T07:16:46.204Z[ recovery-image] Aug 15 07:16:45.334 INFO O| Aug 15 07:16:45.334 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-15T07:16:46.214Z[ recovery-image] Aug 15 07:16:45.344 INFO O| Aug 15 07:16:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82962026-08-15T07:16:46.214Z[ recovery-image] Aug 15 07:16:45.344 INFO O| Aug 15 07:16:45.344 INFO STEP 969 (remove_files) COMPLETE
82972026-08-15T07:16:46.217Z[ recovery-image] Aug 15 07:16:45.344 INFO O| Aug 15 07:16:45.344 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-15T07:16:46.226Z[ recovery-image] Aug 15 07:16:45.355 INFO O| Aug 15 07:16:45.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82992026-08-15T07:16:46.226Z[ recovery-image] Aug 15 07:16:45.355 INFO O| Aug 15 07:16:45.355 INFO STEP 970 (remove_files) COMPLETE
83002026-08-15T07:16:46.229Z[ recovery-image] Aug 15 07:16:45.355 INFO O| Aug 15 07:16:45.355 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-15T07:16:46.235Z[ recovery-image] Aug 15 07:16:45.365 INFO O| Aug 15 07:16:45.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83022026-08-15T07:16:46.235Z[ recovery-image] Aug 15 07:16:45.365 INFO O| Aug 15 07:16:45.365 INFO STEP 971 (remove_files) COMPLETE
83032026-08-15T07:16:46.238Z[ recovery-image] Aug 15 07:16:45.365 INFO O| Aug 15 07:16:45.365 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-15T07:16:46.246Z[ recovery-image] Aug 15 07:16:45.376 INFO O| Aug 15 07:16:45.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83052026-08-15T07:16:46.246Z[ recovery-image] Aug 15 07:16:45.376 INFO O| Aug 15 07:16:45.376 INFO STEP 972 (remove_files) COMPLETE
83062026-08-15T07:16:46.249Z[ recovery-image] Aug 15 07:16:45.376 INFO O| Aug 15 07:16:45.376 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-15T07:16:46.257Z[ recovery-image] Aug 15 07:16:45.387 INFO O| Aug 15 07:16:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83082026-08-15T07:16:46.257Z[ recovery-image] Aug 15 07:16:45.387 INFO O| Aug 15 07:16:45.387 INFO STEP 973 (remove_files) COMPLETE
83092026-08-15T07:16:46.257Z[ recovery-image] Aug 15 07:16:45.387 INFO O| Aug 15 07:16:45.387 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-15T07:16:46.266Z[ recovery-image] Aug 15 07:16:45.396 INFO O| Aug 15 07:16:45.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83112026-08-15T07:16:46.266Z[ recovery-image] Aug 15 07:16:45.397 INFO O| Aug 15 07:16:45.397 INFO STEP 974 (remove_files) COMPLETE
83122026-08-15T07:16:46.266Z[ recovery-image] Aug 15 07:16:45.397 INFO O| Aug 15 07:16:45.397 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-15T07:16:46.270Z[verify-libraries] Compiling internet-checksum v0.2.1
83142026-08-15T07:16:46.277Z[ recovery-image] Aug 15 07:16:45.407 INFO O| Aug 15 07:16:45.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83152026-08-15T07:16:46.277Z[ recovery-image] Aug 15 07:16:45.407 INFO O| Aug 15 07:16:45.407 INFO STEP 975 (remove_files) COMPLETE
83162026-08-15T07:16:46.277Z[ recovery-image] Aug 15 07:16:45.407 INFO O| Aug 15 07:16:45.407 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-15T07:16:46.288Z[ recovery-image] Aug 15 07:16:45.418 INFO O| Aug 15 07:16:45.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83182026-08-15T07:16:46.288Z[ recovery-image] Aug 15 07:16:45.418 INFO O| Aug 15 07:16:45.418 INFO STEP 976 (remove_files) COMPLETE
83192026-08-15T07:16:46.291Z[ recovery-image] Aug 15 07:16:45.418 INFO O| Aug 15 07:16:45.418 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-15T07:16:46.299Z[ recovery-image] Aug 15 07:16:45.428 INFO O| Aug 15 07:16:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83212026-08-15T07:16:46.299Z[ recovery-image] Aug 15 07:16:45.428 INFO O| Aug 15 07:16:45.428 INFO STEP 977 (remove_files) COMPLETE
83222026-08-15T07:16:46.302Z[ recovery-image] Aug 15 07:16:45.428 INFO O| Aug 15 07:16:45.428 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-15T07:16:46.308Z[ recovery-image] Aug 15 07:16:45.438 INFO O| Aug 15 07:16:45.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83242026-08-15T07:16:46.308Z[ recovery-image] Aug 15 07:16:45.438 INFO O| Aug 15 07:16:45.438 INFO STEP 978 (remove_files) COMPLETE
83252026-08-15T07:16:46.308Z[ recovery-image] Aug 15 07:16:45.438 INFO O| Aug 15 07:16:45.438 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-15T07:16:46.318Z[ recovery-image] Aug 15 07:16:45.448 INFO O| Aug 15 07:16:45.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83272026-08-15T07:16:46.318Z[ recovery-image] Aug 15 07:16:45.448 INFO O| Aug 15 07:16:45.448 INFO STEP 979 (remove_files) COMPLETE
83282026-08-15T07:16:46.318Z[ recovery-image] Aug 15 07:16:45.448 INFO O| Aug 15 07:16:45.448 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-15T07:16:46.328Z[ recovery-image] Aug 15 07:16:45.458 INFO O| Aug 15 07:16:45.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83302026-08-15T07:16:46.328Z[ recovery-image] Aug 15 07:16:45.458 INFO O| Aug 15 07:16:45.458 INFO STEP 980 (remove_files) COMPLETE
83312026-08-15T07:16:46.328Z[ recovery-image] Aug 15 07:16:45.458 INFO O| Aug 15 07:16:45.458 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-15T07:16:46.338Z[ recovery-image] Aug 15 07:16:45.468 INFO O| Aug 15 07:16:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83332026-08-15T07:16:46.338Z[ recovery-image] Aug 15 07:16:45.468 INFO O| Aug 15 07:16:45.468 INFO STEP 981 (remove_files) COMPLETE
83342026-08-15T07:16:46.338Z[ recovery-image] Aug 15 07:16:45.468 INFO O| Aug 15 07:16:45.468 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-15T07:16:46.350Z[ recovery-image] Aug 15 07:16:45.479 INFO O| Aug 15 07:16:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83362026-08-15T07:16:46.350Z[ recovery-image] Aug 15 07:16:45.479 INFO O| Aug 15 07:16:45.479 INFO STEP 982 (remove_files) COMPLETE
83372026-08-15T07:16:46.353Z[ recovery-image] Aug 15 07:16:45.479 INFO O| Aug 15 07:16:45.479 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-15T07:16:46.359Z[ recovery-image] Aug 15 07:16:45.489 INFO O| Aug 15 07:16:45.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83392026-08-15T07:16:46.359Z[ recovery-image] Aug 15 07:16:45.489 INFO O| Aug 15 07:16:45.489 INFO STEP 983 (remove_files) COMPLETE
83402026-08-15T07:16:46.362Z[ recovery-image] Aug 15 07:16:45.489 INFO O| Aug 15 07:16:45.489 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-15T07:16:46.371Z[ recovery-image] Aug 15 07:16:45.500 INFO O| Aug 15 07:16:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83422026-08-15T07:16:46.371Z[ recovery-image] Aug 15 07:16:45.500 INFO O| Aug 15 07:16:45.500 INFO STEP 984 (remove_files) COMPLETE
83432026-08-15T07:16:46.371Z[ recovery-image] Aug 15 07:16:45.501 INFO O| Aug 15 07:16:45.500 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-15T07:16:46.381Z[ recovery-image] Aug 15 07:16:45.511 INFO O| Aug 15 07:16:45.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83452026-08-15T07:16:46.381Z[ recovery-image] Aug 15 07:16:45.511 INFO O| Aug 15 07:16:45.511 INFO STEP 985 (remove_files) COMPLETE
83462026-08-15T07:16:46.381Z[ recovery-image] Aug 15 07:16:45.511 INFO O| Aug 15 07:16:45.511 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-15T07:16:46.392Z[ recovery-image] Aug 15 07:16:45.522 INFO O| Aug 15 07:16:45.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83482026-08-15T07:16:46.392Z[ recovery-image] Aug 15 07:16:45.522 INFO O| Aug 15 07:16:45.522 INFO STEP 986 (remove_files) COMPLETE
83492026-08-15T07:16:46.392Z[ recovery-image] Aug 15 07:16:45.522 INFO O| Aug 15 07:16:45.522 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-15T07:16:46.403Z[ recovery-image] Aug 15 07:16:45.533 INFO O| Aug 15 07:16:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83512026-08-15T07:16:46.403Z[ recovery-image] Aug 15 07:16:45.533 INFO O| Aug 15 07:16:45.533 INFO STEP 987 (remove_files) COMPLETE
83522026-08-15T07:16:46.403Z[ recovery-image] Aug 15 07:16:45.533 INFO O| Aug 15 07:16:45.533 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-15T07:16:46.413Z[ recovery-image] Aug 15 07:16:45.544 INFO O| Aug 15 07:16:45.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83542026-08-15T07:16:46.414Z[ recovery-image] Aug 15 07:16:45.544 INFO O| Aug 15 07:16:45.544 INFO STEP 988 (remove_files) COMPLETE
83552026-08-15T07:16:46.414Z[ recovery-image] Aug 15 07:16:45.544 INFO O| Aug 15 07:16:45.544 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-15T07:16:46.425Z[ recovery-image] Aug 15 07:16:45.555 INFO O| Aug 15 07:16:45.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83572026-08-15T07:16:46.425Z[ recovery-image] Aug 15 07:16:45.555 INFO O| Aug 15 07:16:45.555 INFO STEP 989 (remove_files) COMPLETE
83582026-08-15T07:16:46.425Z[ recovery-image] Aug 15 07:16:45.555 INFO O| Aug 15 07:16:45.555 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-15T07:16:46.434Z[ recovery-image] Aug 15 07:16:45.565 INFO O| Aug 15 07:16:45.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83602026-08-15T07:16:46.435Z[ recovery-image] Aug 15 07:16:45.565 INFO O| Aug 15 07:16:45.565 INFO STEP 990 (remove_files) COMPLETE
83612026-08-15T07:16:46.438Z[ recovery-image] Aug 15 07:16:45.565 INFO O| Aug 15 07:16:45.565 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-15T07:16:46.445Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
83632026-08-15T07:16:46.445Z[ recovery-image] Aug 15 07:16:45.575 INFO O| Aug 15 07:16:45.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83642026-08-15T07:16:46.445Z[ recovery-image] Aug 15 07:16:45.575 INFO O| Aug 15 07:16:45.575 INFO STEP 991 (remove_files) COMPLETE
83652026-08-15T07:16:46.445Z[ recovery-image] Aug 15 07:16:45.575 INFO O| Aug 15 07:16:45.575 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-15T07:16:46.455Z[ recovery-image] Aug 15 07:16:45.585 INFO O| Aug 15 07:16:45.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83672026-08-15T07:16:46.455Z[ recovery-image] Aug 15 07:16:45.585 INFO O| Aug 15 07:16:45.585 INFO STEP 992 (remove_files) COMPLETE
83682026-08-15T07:16:46.458Z[ recovery-image] Aug 15 07:16:45.585 INFO O| Aug 15 07:16:45.585 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-15T07:16:46.470Z[ recovery-image] Aug 15 07:16:45.597 INFO O| Aug 15 07:16:45.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83702026-08-15T07:16:46.470Z[ recovery-image] Aug 15 07:16:45.597 INFO O| Aug 15 07:16:45.597 INFO STEP 993 (remove_files) COMPLETE
83712026-08-15T07:16:46.470Z[ recovery-image] Aug 15 07:16:45.597 INFO O| Aug 15 07:16:45.597 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-15T07:16:46.479Z[ recovery-image] Aug 15 07:16:45.609 INFO O| Aug 15 07:16:45.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83732026-08-15T07:16:46.479Z[ recovery-image] Aug 15 07:16:45.609 INFO O| Aug 15 07:16:45.609 INFO STEP 994 (remove_files) COMPLETE
83742026-08-15T07:16:46.483Z[ recovery-image] Aug 15 07:16:45.609 INFO O| Aug 15 07:16:45.609 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-15T07:16:46.489Z[ recovery-image] Aug 15 07:16:45.619 INFO O| Aug 15 07:16:45.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83762026-08-15T07:16:46.489Z[ recovery-image] Aug 15 07:16:45.619 INFO O| Aug 15 07:16:45.619 INFO STEP 995 (remove_files) COMPLETE
83772026-08-15T07:16:46.490Z[ recovery-image] Aug 15 07:16:45.619 INFO O| Aug 15 07:16:45.619 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-15T07:16:46.500Z[ recovery-image] Aug 15 07:16:45.629 INFO O| Aug 15 07:16:45.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83792026-08-15T07:16:46.501Z[ recovery-image] Aug 15 07:16:45.629 INFO O| Aug 15 07:16:45.629 INFO STEP 996 (remove_files) COMPLETE
83802026-08-15T07:16:46.504Z[ recovery-image] Aug 15 07:16:45.629 INFO O| Aug 15 07:16:45.629 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-15T07:16:46.508Z[ recovery-image] Aug 15 07:16:45.638 INFO O| Aug 15 07:16:45.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83822026-08-15T07:16:46.508Z[ recovery-image] Aug 15 07:16:45.638 INFO O| Aug 15 07:16:45.638 INFO STEP 997 (remove_files) COMPLETE
83832026-08-15T07:16:46.508Z[ recovery-image] Aug 15 07:16:45.638 INFO O| Aug 15 07:16:45.638 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-15T07:16:46.518Z[ recovery-image] Aug 15 07:16:45.648 INFO O| Aug 15 07:16:45.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83852026-08-15T07:16:46.518Z[ recovery-image] Aug 15 07:16:45.648 INFO O| Aug 15 07:16:45.648 INFO STEP 998 (remove_files) COMPLETE
83862026-08-15T07:16:46.522Z[ recovery-image] Aug 15 07:16:45.648 INFO O| Aug 15 07:16:45.648 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-15T07:16:46.527Z[ recovery-image] Aug 15 07:16:45.658 INFO O| Aug 15 07:16:45.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83882026-08-15T07:16:46.527Z[ recovery-image] Aug 15 07:16:45.658 INFO O| Aug 15 07:16:45.658 INFO STEP 999 (remove_files) COMPLETE
83892026-08-15T07:16:46.531Z[ recovery-image] Aug 15 07:16:45.658 INFO O| Aug 15 07:16:45.658 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-15T07:16:46.536Z[ recovery-image] Aug 15 07:16:45.667 INFO O| Aug 15 07:16:45.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83912026-08-15T07:16:46.536Z[ recovery-image] Aug 15 07:16:45.667 INFO O| Aug 15 07:16:45.667 INFO STEP 1000 (remove_files) COMPLETE
83922026-08-15T07:16:46.537Z[ recovery-image] Aug 15 07:16:45.667 INFO O| Aug 15 07:16:45.667 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-15T07:16:46.546Z[ recovery-image] Aug 15 07:16:45.676 INFO O| Aug 15 07:16:45.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83942026-08-15T07:16:46.546Z[ recovery-image] Aug 15 07:16:45.676 INFO O| Aug 15 07:16:45.676 INFO STEP 1001 (remove_files) COMPLETE
83952026-08-15T07:16:46.546Z[ recovery-image] Aug 15 07:16:45.676 INFO O| Aug 15 07:16:45.676 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-15T07:16:46.558Z[ recovery-image] Aug 15 07:16:45.687 INFO O| Aug 15 07:16:45.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83972026-08-15T07:16:46.558Z[ recovery-image] Aug 15 07:16:45.687 INFO O| Aug 15 07:16:45.687 INFO STEP 1002 (remove_files) COMPLETE
83982026-08-15T07:16:46.559Z[ recovery-image] Aug 15 07:16:45.687 INFO O| Aug 15 07:16:45.687 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-15T07:16:46.567Z[ recovery-image] Aug 15 07:16:45.697 INFO O| Aug 15 07:16:45.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84002026-08-15T07:16:46.567Z[ recovery-image] Aug 15 07:16:45.697 INFO O| Aug 15 07:16:45.697 INFO STEP 1003 (remove_files) COMPLETE
84012026-08-15T07:16:46.567Z[ recovery-image] Aug 15 07:16:45.697 INFO O| Aug 15 07:16:45.697 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-15T07:16:46.577Z[ recovery-image] Aug 15 07:16:45.707 INFO O| Aug 15 07:16:45.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84032026-08-15T07:16:46.577Z[ recovery-image] Aug 15 07:16:45.707 INFO O| Aug 15 07:16:45.707 INFO STEP 1004 (remove_files) COMPLETE
84042026-08-15T07:16:46.577Z[ recovery-image] Aug 15 07:16:45.707 INFO O| Aug 15 07:16:45.707 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-15T07:16:46.587Z[ recovery-image] Aug 15 07:16:45.717 INFO O| Aug 15 07:16:45.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84062026-08-15T07:16:46.587Z[ recovery-image] Aug 15 07:16:45.717 INFO O| Aug 15 07:16:45.717 INFO STEP 1005 (remove_files) COMPLETE
84072026-08-15T07:16:46.587Z[ recovery-image] Aug 15 07:16:45.717 INFO O| Aug 15 07:16:45.717 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-15T07:16:46.597Z[ recovery-image] Aug 15 07:16:45.727 INFO O| Aug 15 07:16:45.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84092026-08-15T07:16:46.597Z[ recovery-image] Aug 15 07:16:45.727 INFO O| Aug 15 07:16:45.727 INFO STEP 1006 (remove_files) COMPLETE
84102026-08-15T07:16:46.597Z[ recovery-image] Aug 15 07:16:45.727 INFO O| Aug 15 07:16:45.727 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-15T07:16:46.607Z[ recovery-image] Aug 15 07:16:45.737 INFO O| Aug 15 07:16:45.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84122026-08-15T07:16:46.607Z[ recovery-image] Aug 15 07:16:45.737 INFO O| Aug 15 07:16:45.737 INFO STEP 1007 (remove_files) COMPLETE
84132026-08-15T07:16:46.607Z[ recovery-image] Aug 15 07:16:45.737 INFO O| Aug 15 07:16:45.737 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-15T07:16:46.617Z[ recovery-image] Aug 15 07:16:45.747 INFO O| Aug 15 07:16:45.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84152026-08-15T07:16:46.617Z[ recovery-image] Aug 15 07:16:45.747 INFO O| Aug 15 07:16:45.747 INFO STEP 1008 (remove_files) COMPLETE
84162026-08-15T07:16:46.617Z[ recovery-image] Aug 15 07:16:45.747 INFO O| Aug 15 07:16:45.747 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-15T07:16:46.627Z[ recovery-image] Aug 15 07:16:45.757 INFO O| Aug 15 07:16:45.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84182026-08-15T07:16:46.627Z[ recovery-image] Aug 15 07:16:45.757 INFO O| Aug 15 07:16:45.757 INFO STEP 1009 (remove_files) COMPLETE
84192026-08-15T07:16:46.630Z[ recovery-image] Aug 15 07:16:45.757 INFO O| Aug 15 07:16:45.757 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-15T07:16:46.636Z[ recovery-image] Aug 15 07:16:45.766 INFO O| Aug 15 07:16:45.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84212026-08-15T07:16:46.636Z[ recovery-image] Aug 15 07:16:45.766 INFO O| Aug 15 07:16:45.766 INFO STEP 1010 (remove_files) COMPLETE
84222026-08-15T07:16:46.639Z[ recovery-image] Aug 15 07:16:45.766 INFO O| Aug 15 07:16:45.766 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-15T07:16:46.646Z[ recovery-image] Aug 15 07:16:45.776 INFO O| Aug 15 07:16:45.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84242026-08-15T07:16:46.646Z[ recovery-image] Aug 15 07:16:45.776 INFO O| Aug 15 07:16:45.776 INFO STEP 1011 (remove_files) COMPLETE
84252026-08-15T07:16:46.646Z[ recovery-image] Aug 15 07:16:45.776 INFO O| Aug 15 07:16:45.776 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-15T07:16:46.656Z[ recovery-image] Aug 15 07:16:45.786 INFO O| Aug 15 07:16:45.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84272026-08-15T07:16:46.656Z[ recovery-image] Aug 15 07:16:45.786 INFO O| Aug 15 07:16:45.786 INFO STEP 1012 (remove_files) COMPLETE
84282026-08-15T07:16:46.656Z[ recovery-image] Aug 15 07:16:45.786 INFO O| Aug 15 07:16:45.786 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-15T07:16:46.667Z[ recovery-image] Aug 15 07:16:45.797 INFO O| Aug 15 07:16:45.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84302026-08-15T07:16:46.667Z[ recovery-image] Aug 15 07:16:45.797 INFO O| Aug 15 07:16:45.797 INFO STEP 1013 (remove_files) COMPLETE
84312026-08-15T07:16:46.667Z[ recovery-image] Aug 15 07:16:45.797 INFO O| Aug 15 07:16:45.797 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-15T07:16:46.678Z[ recovery-image] Aug 15 07:16:45.807 INFO O| Aug 15 07:16:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84332026-08-15T07:16:46.678Z[ recovery-image] Aug 15 07:16:45.807 INFO O| Aug 15 07:16:45.807 INFO STEP 1014 (remove_files) COMPLETE
84342026-08-15T07:16:46.681Z[ recovery-image] Aug 15 07:16:45.807 INFO O| Aug 15 07:16:45.807 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-15T07:16:46.688Z[ recovery-image] Aug 15 07:16:45.818 INFO O| Aug 15 07:16:45.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84362026-08-15T07:16:46.688Z[ recovery-image] Aug 15 07:16:45.818 INFO O| Aug 15 07:16:45.818 INFO STEP 1015 (remove_files) COMPLETE
84372026-08-15T07:16:46.691Z[ recovery-image] Aug 15 07:16:45.818 INFO O| Aug 15 07:16:45.818 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-15T07:16:46.699Z[ recovery-image] Aug 15 07:16:45.829 INFO O| Aug 15 07:16:45.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84392026-08-15T07:16:46.699Z[ recovery-image] Aug 15 07:16:45.829 INFO O| Aug 15 07:16:45.829 INFO STEP 1016 (remove_files) COMPLETE
84402026-08-15T07:16:46.699Z[ recovery-image] Aug 15 07:16:45.829 INFO O| Aug 15 07:16:45.829 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-15T07:16:46.711Z[ recovery-image] Aug 15 07:16:45.839 INFO O| Aug 15 07:16:45.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84422026-08-15T07:16:46.711Z[ recovery-image] Aug 15 07:16:45.839 INFO O| Aug 15 07:16:45.839 INFO STEP 1017 (remove_files) COMPLETE
84432026-08-15T07:16:46.711Z[ recovery-image] Aug 15 07:16:45.839 INFO O| Aug 15 07:16:45.839 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-15T07:16:46.720Z[ recovery-image] Aug 15 07:16:45.850 INFO O| Aug 15 07:16:45.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84452026-08-15T07:16:46.720Z[ recovery-image] Aug 15 07:16:45.850 INFO O| Aug 15 07:16:45.850 INFO STEP 1018 (remove_files) COMPLETE
84462026-08-15T07:16:46.720Z[ recovery-image] Aug 15 07:16:45.850 INFO O| Aug 15 07:16:45.850 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-15T07:16:46.730Z[ recovery-image] Aug 15 07:16:45.860 INFO O| Aug 15 07:16:45.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84482026-08-15T07:16:46.730Z[ recovery-image] Aug 15 07:16:45.860 INFO O| Aug 15 07:16:45.860 INFO STEP 1019 (remove_files) COMPLETE
84492026-08-15T07:16:46.730Z[ recovery-image] Aug 15 07:16:45.860 INFO O| Aug 15 07:16:45.860 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-15T07:16:46.740Z[ recovery-image] Aug 15 07:16:45.870 INFO O| Aug 15 07:16:45.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84512026-08-15T07:16:46.740Z[ recovery-image] Aug 15 07:16:45.870 INFO O| Aug 15 07:16:45.870 INFO STEP 1020 (remove_files) COMPLETE
84522026-08-15T07:16:46.740Z[ recovery-image] Aug 15 07:16:45.870 INFO O| Aug 15 07:16:45.870 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-15T07:16:46.750Z[ recovery-image] Aug 15 07:16:45.880 INFO O| Aug 15 07:16:45.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84542026-08-15T07:16:46.750Z[ recovery-image] Aug 15 07:16:45.880 INFO O| Aug 15 07:16:45.880 INFO STEP 1021 (remove_files) COMPLETE
84552026-08-15T07:16:46.750Z[ recovery-image] Aug 15 07:16:45.880 INFO O| Aug 15 07:16:45.880 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-15T07:16:46.759Z[ recovery-image] Aug 15 07:16:45.889 INFO O| Aug 15 07:16:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84572026-08-15T07:16:46.759Z[ recovery-image] Aug 15 07:16:45.889 INFO O| Aug 15 07:16:45.889 INFO STEP 1022 (remove_files) COMPLETE
84582026-08-15T07:16:46.759Z[ recovery-image] Aug 15 07:16:45.889 INFO O| Aug 15 07:16:45.889 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-15T07:16:46.765Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
84602026-08-15T07:16:46.770Z[ recovery-image] Aug 15 07:16:45.900 INFO O| Aug 15 07:16:45.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84612026-08-15T07:16:46.770Z[ recovery-image] Aug 15 07:16:45.900 INFO O| Aug 15 07:16:45.900 INFO STEP 1023 (remove_files) COMPLETE
84622026-08-15T07:16:46.773Z[ recovery-image] Aug 15 07:16:45.900 INFO O| Aug 15 07:16:45.900 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-15T07:16:46.781Z[ recovery-image] Aug 15 07:16:45.910 INFO O| Aug 15 07:16:45.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84642026-08-15T07:16:46.781Z[ recovery-image] Aug 15 07:16:45.910 INFO O| Aug 15 07:16:45.910 INFO STEP 1024 (remove_files) COMPLETE
84652026-08-15T07:16:46.781Z[ recovery-image] Aug 15 07:16:45.910 INFO O| Aug 15 07:16:45.910 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-15T07:16:46.791Z[ recovery-image] Aug 15 07:16:45.921 INFO O| Aug 15 07:16:45.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84672026-08-15T07:16:46.791Z[ recovery-image] Aug 15 07:16:45.921 INFO O| Aug 15 07:16:45.921 INFO STEP 1025 (remove_files) COMPLETE
84682026-08-15T07:16:46.796Z[ recovery-image] Aug 15 07:16:45.921 INFO O| Aug 15 07:16:45.921 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-15T07:16:46.801Z[ recovery-image] Aug 15 07:16:45.931 INFO O| Aug 15 07:16:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84702026-08-15T07:16:46.801Z[ recovery-image] Aug 15 07:16:45.931 INFO O| Aug 15 07:16:45.931 INFO STEP 1026 (remove_files) COMPLETE
84712026-08-15T07:16:46.801Z[ recovery-image] Aug 15 07:16:45.931 INFO O| Aug 15 07:16:45.931 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-15T07:16:46.812Z[ recovery-image] Aug 15 07:16:45.942 INFO O| Aug 15 07:16:45.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84732026-08-15T07:16:46.812Z[ recovery-image] Aug 15 07:16:45.942 INFO O| Aug 15 07:16:45.942 INFO STEP 1027 (remove_files) COMPLETE
84742026-08-15T07:16:46.812Z[ recovery-image] Aug 15 07:16:45.942 INFO O| Aug 15 07:16:45.942 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-15T07:16:46.823Z[ recovery-image] Aug 15 07:16:45.953 INFO O| Aug 15 07:16:45.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84762026-08-15T07:16:46.824Z[ recovery-image] Aug 15 07:16:45.953 INFO O| Aug 15 07:16:45.953 INFO STEP 1028 (remove_files) COMPLETE
84772026-08-15T07:16:46.827Z[ recovery-image] Aug 15 07:16:45.953 INFO O| Aug 15 07:16:45.953 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-15T07:16:46.835Z[ recovery-image] Aug 15 07:16:45.965 INFO O| Aug 15 07:16:45.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84792026-08-15T07:16:46.835Z[ recovery-image] Aug 15 07:16:45.965 INFO O| Aug 15 07:16:45.965 INFO STEP 1029 (remove_files) COMPLETE
84802026-08-15T07:16:46.835Z[ recovery-image] Aug 15 07:16:45.965 INFO O| Aug 15 07:16:45.965 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-15T07:16:46.845Z[ recovery-image] Aug 15 07:16:45.975 INFO O| Aug 15 07:16:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84822026-08-15T07:16:46.845Z[ recovery-image] Aug 15 07:16:45.975 INFO O| Aug 15 07:16:45.975 INFO STEP 1030 (remove_files) COMPLETE
84832026-08-15T07:16:46.848Z[ recovery-image] Aug 15 07:16:45.975 INFO O| Aug 15 07:16:45.975 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-15T07:16:46.859Z[ recovery-image] Aug 15 07:16:45.985 INFO O| Aug 15 07:16:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84852026-08-15T07:16:46.859Z[ recovery-image] Aug 15 07:16:45.985 INFO O| Aug 15 07:16:45.985 INFO STEP 1031 (remove_files) COMPLETE
84862026-08-15T07:16:46.859Z[ recovery-image] Aug 15 07:16:45.985 INFO O| Aug 15 07:16:45.985 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-15T07:16:46.865Z[ recovery-image] Aug 15 07:16:45.995 INFO O| Aug 15 07:16:45.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84882026-08-15T07:16:46.865Z[ recovery-image] Aug 15 07:16:45.995 INFO O| Aug 15 07:16:45.995 INFO STEP 1032 (remove_files) COMPLETE
84892026-08-15T07:16:46.868Z[ recovery-image] Aug 15 07:16:45.995 INFO O| Aug 15 07:16:45.995 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-15T07:16:46.875Z[ recovery-image] Aug 15 07:16:46.005 INFO O| Aug 15 07:16:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84912026-08-15T07:16:46.875Z[ recovery-image] Aug 15 07:16:46.005 INFO O| Aug 15 07:16:46.005 INFO STEP 1033 (remove_files) COMPLETE
84922026-08-15T07:16:46.875Z[ recovery-image] Aug 15 07:16:46.005 INFO O| Aug 15 07:16:46.005 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-15T07:16:46.885Z[ recovery-image] Aug 15 07:16:46.015 INFO O| Aug 15 07:16:46.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84942026-08-15T07:16:46.885Z[ recovery-image] Aug 15 07:16:46.015 INFO O| Aug 15 07:16:46.015 INFO STEP 1034 (remove_files) COMPLETE
84952026-08-15T07:16:46.885Z[ recovery-image] Aug 15 07:16:46.015 INFO O| Aug 15 07:16:46.015 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-15T07:16:46.894Z[ recovery-image] Aug 15 07:16:46.024 INFO O| Aug 15 07:16:46.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84972026-08-15T07:16:46.894Z[ recovery-image] Aug 15 07:16:46.024 INFO O| Aug 15 07:16:46.024 INFO STEP 1035 (remove_files) COMPLETE
84982026-08-15T07:16:46.898Z[ recovery-image] Aug 15 07:16:46.024 INFO O| Aug 15 07:16:46.024 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-15T07:16:46.904Z[ recovery-image] Aug 15 07:16:46.034 INFO O| Aug 15 07:16:46.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85002026-08-15T07:16:46.904Z[ recovery-image] Aug 15 07:16:46.034 INFO O| Aug 15 07:16:46.034 INFO STEP 1036 (remove_files) COMPLETE
85012026-08-15T07:16:46.904Z[ recovery-image] Aug 15 07:16:46.034 INFO O| Aug 15 07:16:46.034 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-15T07:16:46.915Z[ recovery-image] Aug 15 07:16:46.045 INFO O| Aug 15 07:16:46.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85032026-08-15T07:16:46.915Z[ recovery-image] Aug 15 07:16:46.045 INFO O| Aug 15 07:16:46.045 INFO STEP 1037 (remove_files) COMPLETE
85042026-08-15T07:16:46.915Z[ recovery-image] Aug 15 07:16:46.045 INFO O| Aug 15 07:16:46.045 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-15T07:16:46.925Z[ recovery-image] Aug 15 07:16:46.055 INFO O| Aug 15 07:16:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85062026-08-15T07:16:46.925Z[ recovery-image] Aug 15 07:16:46.055 INFO O| Aug 15 07:16:46.055 INFO STEP 1038 (remove_files) COMPLETE
85072026-08-15T07:16:46.929Z[ recovery-image] Aug 15 07:16:46.055 INFO O| Aug 15 07:16:46.055 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-15T07:16:46.936Z[ recovery-image] Aug 15 07:16:46.065 INFO O| Aug 15 07:16:46.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85092026-08-15T07:16:46.936Z[ recovery-image] Aug 15 07:16:46.065 INFO O| Aug 15 07:16:46.065 INFO STEP 1039 (remove_files) COMPLETE
85102026-08-15T07:16:46.936Z[ recovery-image] Aug 15 07:16:46.065 INFO O| Aug 15 07:16:46.065 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-15T07:16:46.945Z[ recovery-image] Aug 15 07:16:46.075 INFO O| Aug 15 07:16:46.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85122026-08-15T07:16:46.945Z[ recovery-image] Aug 15 07:16:46.075 INFO O| Aug 15 07:16:46.075 INFO STEP 1040 (remove_files) COMPLETE
85132026-08-15T07:16:46.948Z[ recovery-image] Aug 15 07:16:46.075 INFO O| Aug 15 07:16:46.075 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-15T07:16:46.954Z[ recovery-image] Aug 15 07:16:46.084 INFO O| Aug 15 07:16:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85152026-08-15T07:16:46.954Z[ recovery-image] Aug 15 07:16:46.084 INFO O| Aug 15 07:16:46.084 INFO STEP 1041 (remove_files) COMPLETE
85162026-08-15T07:16:46.960Z[ recovery-image] Aug 15 07:16:46.084 INFO O| Aug 15 07:16:46.084 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-15T07:16:46.967Z[ recovery-image] Aug 15 07:16:46.097 INFO O| Aug 15 07:16:46.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85182026-08-15T07:16:46.967Z[ recovery-image] Aug 15 07:16:46.097 INFO O| Aug 15 07:16:46.097 INFO STEP 1042 (remove_files) COMPLETE
85192026-08-15T07:16:46.970Z[ recovery-image] Aug 15 07:16:46.097 INFO O| Aug 15 07:16:46.097 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-15T07:16:46.979Z[ recovery-image] Aug 15 07:16:46.109 INFO O| Aug 15 07:16:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85212026-08-15T07:16:46.979Z[ recovery-image] Aug 15 07:16:46.109 INFO O| Aug 15 07:16:46.109 INFO STEP 1043 (remove_files) COMPLETE
85222026-08-15T07:16:46.979Z[ recovery-image] Aug 15 07:16:46.109 INFO O| Aug 15 07:16:46.109 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-15T07:16:46.988Z[ recovery-image] Aug 15 07:16:46.118 INFO O| Aug 15 07:16:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85242026-08-15T07:16:46.988Z[ recovery-image] Aug 15 07:16:46.118 INFO O| Aug 15 07:16:46.118 INFO STEP 1044 (remove_files) COMPLETE
85252026-08-15T07:16:46.988Z[ recovery-image] Aug 15 07:16:46.118 INFO O| Aug 15 07:16:46.118 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-15T07:16:46.997Z[ recovery-image] Aug 15 07:16:46.127 INFO O| Aug 15 07:16:46.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85272026-08-15T07:16:46.997Z[ recovery-image] Aug 15 07:16:46.127 INFO O| Aug 15 07:16:46.127 INFO STEP 1045 (remove_files) COMPLETE
85282026-08-15T07:16:47.002Z[ recovery-image] Aug 15 07:16:46.128 INFO O| Aug 15 07:16:46.127 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-15T07:16:47.006Z[ recovery-image] Aug 15 07:16:46.136 INFO O| Aug 15 07:16:46.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85302026-08-15T07:16:47.010Z[ recovery-image] Aug 15 07:16:46.137 INFO O| Aug 15 07:16:46.137 INFO STEP 1046 (remove_files) COMPLETE
85312026-08-15T07:16:47.010Z[ recovery-image] Aug 15 07:16:46.137 INFO O| Aug 15 07:16:46.137 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-15T07:16:47.019Z[ recovery-image] Aug 15 07:16:46.149 INFO O| Aug 15 07:16:46.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85332026-08-15T07:16:47.019Z[ recovery-image] Aug 15 07:16:46.149 INFO O| Aug 15 07:16:46.149 INFO STEP 1047 (remove_files) COMPLETE
85342026-08-15T07:16:47.023Z[ recovery-image] Aug 15 07:16:46.149 INFO O| Aug 15 07:16:46.149 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-15T07:16:47.030Z[ recovery-image] Aug 15 07:16:46.160 INFO O| Aug 15 07:16:46.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85362026-08-15T07:16:47.030Z[ recovery-image] Aug 15 07:16:46.160 INFO O| Aug 15 07:16:46.160 INFO STEP 1048 (remove_files) COMPLETE
85372026-08-15T07:16:47.030Z[ recovery-image] Aug 15 07:16:46.160 INFO O| Aug 15 07:16:46.160 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-15T07:16:47.040Z[ recovery-image] Aug 15 07:16:46.170 INFO O| Aug 15 07:16:46.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85392026-08-15T07:16:47.040Z[ recovery-image] Aug 15 07:16:46.170 INFO O| Aug 15 07:16:46.170 INFO STEP 1049 (remove_files) COMPLETE
85402026-08-15T07:16:47.040Z[ recovery-image] Aug 15 07:16:46.170 INFO O| Aug 15 07:16:46.170 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-15T07:16:47.052Z[ recovery-image] Aug 15 07:16:46.181 INFO O| Aug 15 07:16:46.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85422026-08-15T07:16:47.052Z[ recovery-image] Aug 15 07:16:46.182 INFO O| Aug 15 07:16:46.181 INFO STEP 1050 (remove_files) COMPLETE
85432026-08-15T07:16:47.052Z[ recovery-image] Aug 15 07:16:46.182 INFO O| Aug 15 07:16:46.182 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-15T07:16:47.062Z[ recovery-image] Aug 15 07:16:46.192 INFO O| Aug 15 07:16:46.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85452026-08-15T07:16:47.062Z[ recovery-image] Aug 15 07:16:46.192 INFO O| Aug 15 07:16:46.192 INFO STEP 1051 (remove_files) COMPLETE
85462026-08-15T07:16:47.062Z[ recovery-image] Aug 15 07:16:46.192 INFO O| Aug 15 07:16:46.192 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-15T07:16:47.072Z[ recovery-image] Aug 15 07:16:46.203 INFO O| Aug 15 07:16:46.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85482026-08-15T07:16:47.073Z[ recovery-image] Aug 15 07:16:46.203 INFO O| Aug 15 07:16:46.203 INFO STEP 1052 (remove_files) COMPLETE
85492026-08-15T07:16:47.073Z[ recovery-image] Aug 15 07:16:46.203 INFO O| Aug 15 07:16:46.203 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-15T07:16:47.083Z[ recovery-image] Aug 15 07:16:46.213 INFO O| Aug 15 07:16:46.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85512026-08-15T07:16:47.083Z[ recovery-image] Aug 15 07:16:46.213 INFO O| Aug 15 07:16:46.213 INFO STEP 1053 (remove_files) COMPLETE
85522026-08-15T07:16:47.083Z[ recovery-image] Aug 15 07:16:46.213 INFO O| Aug 15 07:16:46.213 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-15T07:16:47.096Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
85542026-08-15T07:16:47.100Z[ recovery-image] Aug 15 07:16:46.224 INFO O| Aug 15 07:16:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85552026-08-15T07:16:47.100Z[ recovery-image] Aug 15 07:16:46.224 INFO O| Aug 15 07:16:46.223 INFO STEP 1054 (remove_files) COMPLETE
85562026-08-15T07:16:47.100Z[ recovery-image] Aug 15 07:16:46.224 INFO O| Aug 15 07:16:46.223 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-15T07:16:47.103Z[ recovery-image] Aug 15 07:16:46.233 INFO O| Aug 15 07:16:46.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85582026-08-15T07:16:47.104Z[ recovery-image] Aug 15 07:16:46.233 INFO O| Aug 15 07:16:46.233 INFO STEP 1055 (remove_files) COMPLETE
85592026-08-15T07:16:47.104Z[ recovery-image] Aug 15 07:16:46.233 INFO O| Aug 15 07:16:46.233 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-15T07:16:47.112Z[ recovery-image] Aug 15 07:16:46.242 INFO O| Aug 15 07:16:46.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85612026-08-15T07:16:47.112Z[ recovery-image] Aug 15 07:16:46.242 INFO O| Aug 15 07:16:46.242 INFO STEP 1056 (remove_files) COMPLETE
85622026-08-15T07:16:47.112Z[ recovery-image] Aug 15 07:16:46.242 INFO O| Aug 15 07:16:46.242 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-15T07:16:47.133Z[ recovery-image] Aug 15 07:16:46.263 INFO O| Aug 15 07:16:46.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85642026-08-15T07:16:47.137Z[ recovery-image] Aug 15 07:16:46.263 INFO O| Aug 15 07:16:46.263 INFO STEP 1057 (remove_files) COMPLETE
85652026-08-15T07:16:47.137Z[ recovery-image] Aug 15 07:16:46.263 INFO O| Aug 15 07:16:46.263 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-15T07:16:47.144Z[ recovery-image] Aug 15 07:16:46.274 INFO O| Aug 15 07:16:46.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85672026-08-15T07:16:47.144Z[ recovery-image] Aug 15 07:16:46.274 INFO O| Aug 15 07:16:46.274 INFO STEP 1058 (remove_files) COMPLETE
85682026-08-15T07:16:47.148Z[ recovery-image] Aug 15 07:16:46.274 INFO O| Aug 15 07:16:46.274 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-15T07:16:47.154Z[ recovery-image] Aug 15 07:16:46.284 INFO O| Aug 15 07:16:46.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85702026-08-15T07:16:47.154Z[ recovery-image] Aug 15 07:16:46.284 INFO O| Aug 15 07:16:46.284 INFO STEP 1059 (remove_files) COMPLETE
85712026-08-15T07:16:47.154Z[ recovery-image] Aug 15 07:16:46.284 INFO O| Aug 15 07:16:46.284 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-15T07:16:47.163Z[ recovery-image] Aug 15 07:16:46.293 INFO O| Aug 15 07:16:46.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85732026-08-15T07:16:47.163Z[ recovery-image] Aug 15 07:16:46.293 INFO O| Aug 15 07:16:46.293 INFO STEP 1060 (remove_files) COMPLETE
85742026-08-15T07:16:47.163Z[ recovery-image] Aug 15 07:16:46.293 INFO O| Aug 15 07:16:46.293 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-15T07:16:47.170Z[ recovery-image] Aug 15 07:16:46.300 INFO O| Aug 15 07:16:46.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85762026-08-15T07:16:47.171Z[ recovery-image] Aug 15 07:16:46.300 INFO O| Aug 15 07:16:46.300 INFO STEP 1061 (remove_files) COMPLETE
85772026-08-15T07:16:47.171Z[ recovery-image] Aug 15 07:16:46.300 INFO O| Aug 15 07:16:46.300 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-15T07:16:47.179Z[ recovery-image] Aug 15 07:16:46.309 INFO O| Aug 15 07:16:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85792026-08-15T07:16:47.179Z[ recovery-image] Aug 15 07:16:46.309 INFO O| Aug 15 07:16:46.309 INFO STEP 1062 (remove_files) COMPLETE
85802026-08-15T07:16:47.183Z[ recovery-image] Aug 15 07:16:46.309 INFO O| Aug 15 07:16:46.309 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-15T07:16:47.188Z[ recovery-image] Aug 15 07:16:46.318 INFO O| Aug 15 07:16:46.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85822026-08-15T07:16:47.188Z[ recovery-image] Aug 15 07:16:46.318 INFO O| Aug 15 07:16:46.318 INFO STEP 1063 (remove_files) COMPLETE
85832026-08-15T07:16:47.188Z[ recovery-image] Aug 15 07:16:46.318 INFO O| Aug 15 07:16:46.318 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-15T07:16:47.191Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
85852026-08-15T07:16:47.197Z[ recovery-image] Aug 15 07:16:46.327 INFO O| Aug 15 07:16:46.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85862026-08-15T07:16:47.197Z[ recovery-image] Aug 15 07:16:46.327 INFO O| Aug 15 07:16:46.327 INFO STEP 1064 (remove_files) COMPLETE
85872026-08-15T07:16:47.200Z[ recovery-image] Aug 15 07:16:46.327 INFO O| Aug 15 07:16:46.327 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-15T07:16:47.205Z[ recovery-image] Aug 15 07:16:46.335 INFO O| Aug 15 07:16:46.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85892026-08-15T07:16:47.205Z[ recovery-image] Aug 15 07:16:46.335 INFO O| Aug 15 07:16:46.335 INFO STEP 1065 (remove_files) COMPLETE
85902026-08-15T07:16:47.205Z[ recovery-image] Aug 15 07:16:46.335 INFO O| Aug 15 07:16:46.335 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-15T07:16:47.215Z[ recovery-image] Aug 15 07:16:46.345 INFO O| Aug 15 07:16:46.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85922026-08-15T07:16:47.215Z[ recovery-image] Aug 15 07:16:46.345 INFO O| Aug 15 07:16:46.345 INFO STEP 1066 (remove_files) COMPLETE
85932026-08-15T07:16:47.215Z[ recovery-image] Aug 15 07:16:46.345 INFO O| Aug 15 07:16:46.345 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-15T07:16:47.225Z[ recovery-image] Aug 15 07:16:46.355 INFO O| Aug 15 07:16:46.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85952026-08-15T07:16:47.225Z[ recovery-image] Aug 15 07:16:46.355 INFO O| Aug 15 07:16:46.355 INFO STEP 1067 (remove_files) COMPLETE
85962026-08-15T07:16:47.229Z[ recovery-image] Aug 15 07:16:46.355 INFO O| Aug 15 07:16:46.355 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-15T07:16:47.235Z[ recovery-image] Aug 15 07:16:46.365 INFO O| Aug 15 07:16:46.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85982026-08-15T07:16:47.235Z[ recovery-image] Aug 15 07:16:46.365 INFO O| Aug 15 07:16:46.365 INFO STEP 1068 (remove_files) COMPLETE
85992026-08-15T07:16:47.238Z[ recovery-image] Aug 15 07:16:46.365 INFO O| Aug 15 07:16:46.365 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-15T07:16:47.247Z[ recovery-image] Aug 15 07:16:46.377 INFO O| Aug 15 07:16:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86012026-08-15T07:16:47.247Z[ recovery-image] Aug 15 07:16:46.377 INFO O| Aug 15 07:16:46.377 INFO STEP 1069 (remove_files) COMPLETE
86022026-08-15T07:16:47.251Z[ recovery-image] Aug 15 07:16:46.377 INFO O| Aug 15 07:16:46.377 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-15T07:16:47.258Z[ recovery-image] Aug 15 07:16:46.387 INFO O| Aug 15 07:16:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86042026-08-15T07:16:47.258Z[ recovery-image] Aug 15 07:16:46.388 INFO O| Aug 15 07:16:46.388 INFO STEP 1070 (remove_files) COMPLETE
86052026-08-15T07:16:47.258Z[ recovery-image] Aug 15 07:16:46.388 INFO O| Aug 15 07:16:46.388 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-15T07:16:47.273Z[ recovery-image] Aug 15 07:16:46.397 INFO O| Aug 15 07:16:46.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86072026-08-15T07:16:47.273Z[ recovery-image] Aug 15 07:16:46.397 INFO O| Aug 15 07:16:46.397 INFO STEP 1071 (remove_files) COMPLETE
86082026-08-15T07:16:47.278Z[ recovery-image] Aug 15 07:16:46.397 INFO O| Aug 15 07:16:46.397 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-15T07:16:47.278Z[ recovery-image] Aug 15 07:16:46.407 INFO O| Aug 15 07:16:46.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86102026-08-15T07:16:47.278Z[ recovery-image] Aug 15 07:16:46.407 INFO O| Aug 15 07:16:46.407 INFO STEP 1072 (remove_files) COMPLETE
86112026-08-15T07:16:47.278Z[ recovery-image] Aug 15 07:16:46.407 INFO O| Aug 15 07:16:46.407 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-15T07:16:47.287Z[ recovery-image] Aug 15 07:16:46.417 INFO O| Aug 15 07:16:46.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86132026-08-15T07:16:47.287Z[ recovery-image] Aug 15 07:16:46.417 INFO O| Aug 15 07:16:46.417 INFO STEP 1073 (remove_files) COMPLETE
86142026-08-15T07:16:47.287Z[ recovery-image] Aug 15 07:16:46.417 INFO O| Aug 15 07:16:46.417 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-15T07:16:47.296Z[ recovery-image] Aug 15 07:16:46.426 INFO O| Aug 15 07:16:46.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86162026-08-15T07:16:47.296Z[ recovery-image] Aug 15 07:16:46.426 INFO O| Aug 15 07:16:46.426 INFO STEP 1074 (remove_files) COMPLETE
86172026-08-15T07:16:47.296Z[ recovery-image] Aug 15 07:16:46.426 INFO O| Aug 15 07:16:46.426 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-15T07:16:47.305Z[ recovery-image] Aug 15 07:16:46.435 INFO O| Aug 15 07:16:46.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86192026-08-15T07:16:47.308Z[ recovery-image] Aug 15 07:16:46.435 INFO O| Aug 15 07:16:46.435 INFO STEP 1075 (remove_files) COMPLETE
86202026-08-15T07:16:47.308Z[ recovery-image] Aug 15 07:16:46.435 INFO O| Aug 15 07:16:46.435 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-15T07:16:47.313Z[ recovery-image] Aug 15 07:16:46.443 INFO O| Aug 15 07:16:46.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86222026-08-15T07:16:47.313Z[ recovery-image] Aug 15 07:16:46.443 INFO O| Aug 15 07:16:46.443 INFO STEP 1076 (remove_files) COMPLETE
86232026-08-15T07:16:47.313Z[ recovery-image] Aug 15 07:16:46.443 INFO O| Aug 15 07:16:46.443 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-15T07:16:47.322Z[ recovery-image] Aug 15 07:16:46.452 INFO O| Aug 15 07:16:46.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86252026-08-15T07:16:47.323Z[ recovery-image] Aug 15 07:16:46.452 INFO O| Aug 15 07:16:46.452 INFO STEP 1077 (remove_files) COMPLETE
86262026-08-15T07:16:47.326Z[ recovery-image] Aug 15 07:16:46.452 INFO O| Aug 15 07:16:46.452 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-15T07:16:47.331Z[ recovery-image] Aug 15 07:16:46.461 INFO O| Aug 15 07:16:46.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86282026-08-15T07:16:47.331Z[ recovery-image] Aug 15 07:16:46.461 INFO O| Aug 15 07:16:46.461 INFO STEP 1078 (remove_files) COMPLETE
86292026-08-15T07:16:47.334Z[ recovery-image] Aug 15 07:16:46.461 INFO O| Aug 15 07:16:46.461 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-15T07:16:47.341Z[ recovery-image] Aug 15 07:16:46.471 INFO O| Aug 15 07:16:46.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86312026-08-15T07:16:47.341Z[ recovery-image] Aug 15 07:16:46.471 INFO O| Aug 15 07:16:46.471 INFO STEP 1079 (remove_files) COMPLETE
86322026-08-15T07:16:47.344Z[ recovery-image] Aug 15 07:16:46.471 INFO O| Aug 15 07:16:46.471 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-15T07:16:47.351Z[ recovery-image] Aug 15 07:16:46.481 INFO O| Aug 15 07:16:46.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86342026-08-15T07:16:47.351Z[ recovery-image] Aug 15 07:16:46.481 INFO O| Aug 15 07:16:46.481 INFO STEP 1080 (remove_files) COMPLETE
86352026-08-15T07:16:47.351Z[ recovery-image] Aug 15 07:16:46.481 INFO O| Aug 15 07:16:46.481 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-15T07:16:47.360Z[ recovery-image] Aug 15 07:16:46.490 INFO O| Aug 15 07:16:46.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86372026-08-15T07:16:47.360Z[ recovery-image] Aug 15 07:16:46.490 INFO O| Aug 15 07:16:46.490 INFO STEP 1081 (remove_files) COMPLETE
86382026-08-15T07:16:47.360Z[ recovery-image] Aug 15 07:16:46.490 INFO O| Aug 15 07:16:46.490 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-15T07:16:47.369Z[ recovery-image] Aug 15 07:16:46.499 INFO O| Aug 15 07:16:46.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86402026-08-15T07:16:47.369Z[ recovery-image] Aug 15 07:16:46.499 INFO O| Aug 15 07:16:46.499 INFO STEP 1082 (remove_files) COMPLETE
86412026-08-15T07:16:47.369Z[ recovery-image] Aug 15 07:16:46.499 INFO O| Aug 15 07:16:46.499 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-15T07:16:47.378Z[ recovery-image] Aug 15 07:16:46.508 INFO O| Aug 15 07:16:46.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86432026-08-15T07:16:47.378Z[ recovery-image] Aug 15 07:16:46.508 INFO O| Aug 15 07:16:46.508 INFO STEP 1083 (remove_files) COMPLETE
86442026-08-15T07:16:47.378Z[ recovery-image] Aug 15 07:16:46.508 INFO O| Aug 15 07:16:46.508 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-15T07:16:47.387Z[ recovery-image] Aug 15 07:16:46.517 INFO O| Aug 15 07:16:46.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86462026-08-15T07:16:47.387Z[ recovery-image] Aug 15 07:16:46.517 INFO O| Aug 15 07:16:46.517 INFO STEP 1084 (remove_files) COMPLETE
86472026-08-15T07:16:47.387Z[ recovery-image] Aug 15 07:16:46.517 INFO O| Aug 15 07:16:46.517 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-15T07:16:47.400Z[ recovery-image] Aug 15 07:16:46.530 INFO O| Aug 15 07:16:46.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86492026-08-15T07:16:47.401Z[ recovery-image] Aug 15 07:16:46.530 INFO O| Aug 15 07:16:46.530 INFO STEP 1085 (remove_files) COMPLETE
86502026-08-15T07:16:47.405Z[ recovery-image] Aug 15 07:16:46.530 INFO O| Aug 15 07:16:46.530 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-15T07:16:47.411Z[ recovery-image] Aug 15 07:16:46.541 INFO O| Aug 15 07:16:46.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86522026-08-15T07:16:47.411Z[ recovery-image] Aug 15 07:16:46.541 INFO O| Aug 15 07:16:46.541 INFO STEP 1086 (remove_files) COMPLETE
86532026-08-15T07:16:47.411Z[ recovery-image] Aug 15 07:16:46.541 INFO O| Aug 15 07:16:46.541 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-15T07:16:47.421Z[ recovery-image] Aug 15 07:16:46.551 INFO O| Aug 15 07:16:46.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86552026-08-15T07:16:47.421Z[ recovery-image] Aug 15 07:16:46.551 INFO O| Aug 15 07:16:46.551 INFO STEP 1087 (remove_files) COMPLETE
86562026-08-15T07:16:47.421Z[ recovery-image] Aug 15 07:16:46.551 INFO O| Aug 15 07:16:46.551 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-15T07:16:47.432Z[ recovery-image] Aug 15 07:16:46.562 INFO O| Aug 15 07:16:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86582026-08-15T07:16:47.432Z[ recovery-image] Aug 15 07:16:46.562 INFO O| Aug 15 07:16:46.562 INFO STEP 1088 (remove_files) COMPLETE
86592026-08-15T07:16:47.432Z[ recovery-image] Aug 15 07:16:46.562 INFO O| Aug 15 07:16:46.562 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-15T07:16:47.443Z[ recovery-image] Aug 15 07:16:46.573 INFO O| Aug 15 07:16:46.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86612026-08-15T07:16:47.443Z[ recovery-image] Aug 15 07:16:46.573 INFO O| Aug 15 07:16:46.573 INFO STEP 1089 (remove_files) COMPLETE
86622026-08-15T07:16:47.444Z[ recovery-image] Aug 15 07:16:46.573 INFO O| Aug 15 07:16:46.573 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-15T07:16:47.453Z[ recovery-image] Aug 15 07:16:46.583 INFO O| Aug 15 07:16:46.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86642026-08-15T07:16:47.454Z[ recovery-image] Aug 15 07:16:46.583 INFO O| Aug 15 07:16:46.583 INFO STEP 1090 (remove_files) COMPLETE
86652026-08-15T07:16:47.454Z[ recovery-image] Aug 15 07:16:46.583 INFO O| Aug 15 07:16:46.583 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-15T07:16:47.463Z[ recovery-image] Aug 15 07:16:46.593 INFO O| Aug 15 07:16:46.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86672026-08-15T07:16:47.464Z[ recovery-image] Aug 15 07:16:46.593 INFO O| Aug 15 07:16:46.593 INFO STEP 1091 (remove_files) COMPLETE
86682026-08-15T07:16:47.468Z[ recovery-image] Aug 15 07:16:46.593 INFO O| Aug 15 07:16:46.593 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-15T07:16:47.473Z[ recovery-image] Aug 15 07:16:46.604 INFO O| Aug 15 07:16:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86702026-08-15T07:16:47.474Z[ recovery-image] Aug 15 07:16:46.604 INFO O| Aug 15 07:16:46.604 INFO STEP 1092 (remove_files) COMPLETE
86712026-08-15T07:16:47.474Z[ recovery-image] Aug 15 07:16:46.604 INFO O| Aug 15 07:16:46.604 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-15T07:16:47.477Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86732026-08-15T07:16:47.484Z[ recovery-image] Aug 15 07:16:46.614 INFO O| Aug 15 07:16:46.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86742026-08-15T07:16:47.484Z[ recovery-image] Aug 15 07:16:46.614 INFO O| Aug 15 07:16:46.614 INFO STEP 1093 (remove_files) COMPLETE
86752026-08-15T07:16:47.484Z[ recovery-image] Aug 15 07:16:46.614 INFO O| Aug 15 07:16:46.614 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-15T07:16:47.494Z[ recovery-image] Aug 15 07:16:46.624 INFO O| Aug 15 07:16:46.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86772026-08-15T07:16:47.494Z[ recovery-image] Aug 15 07:16:46.624 INFO O| Aug 15 07:16:46.624 INFO STEP 1094 (remove_files) COMPLETE
86782026-08-15T07:16:47.494Z[ recovery-image] Aug 15 07:16:46.624 INFO O| Aug 15 07:16:46.624 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-15T07:16:47.505Z[ recovery-image] Aug 15 07:16:46.634 INFO O| Aug 15 07:16:46.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86802026-08-15T07:16:47.505Z[ recovery-image] Aug 15 07:16:46.634 INFO O| Aug 15 07:16:46.634 INFO STEP 1095 (remove_files) COMPLETE
86812026-08-15T07:16:47.505Z[ recovery-image] Aug 15 07:16:46.634 INFO O| Aug 15 07:16:46.634 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-15T07:16:47.514Z[ recovery-image] Aug 15 07:16:46.644 INFO O| Aug 15 07:16:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86832026-08-15T07:16:47.514Z[ recovery-image] Aug 15 07:16:46.644 INFO O| Aug 15 07:16:46.644 INFO STEP 1096 (remove_files) COMPLETE
86842026-08-15T07:16:47.515Z[ recovery-image] Aug 15 07:16:46.644 INFO O| Aug 15 07:16:46.644 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-15T07:16:47.525Z[ recovery-image] Aug 15 07:16:46.655 INFO O| Aug 15 07:16:46.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86862026-08-15T07:16:47.525Z[ recovery-image] Aug 15 07:16:46.655 INFO O| Aug 15 07:16:46.655 INFO STEP 1097 (remove_files) COMPLETE
86872026-08-15T07:16:47.528Z[ recovery-image] Aug 15 07:16:46.655 INFO O| Aug 15 07:16:46.655 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-15T07:16:47.535Z[ recovery-image] Aug 15 07:16:46.666 INFO O| Aug 15 07:16:46.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86892026-08-15T07:16:47.536Z[ recovery-image] Aug 15 07:16:46.666 INFO O| Aug 15 07:16:46.666 INFO STEP 1098 (remove_files) COMPLETE
86902026-08-15T07:16:47.536Z[ recovery-image] Aug 15 07:16:46.666 INFO O| Aug 15 07:16:46.666 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-15T07:16:47.545Z[ recovery-image] Aug 15 07:16:46.675 INFO O| Aug 15 07:16:46.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86922026-08-15T07:16:47.545Z[ recovery-image] Aug 15 07:16:46.675 INFO O| Aug 15 07:16:46.675 INFO STEP 1099 (remove_files) COMPLETE
86932026-08-15T07:16:47.545Z[ recovery-image] Aug 15 07:16:46.675 INFO O| Aug 15 07:16:46.675 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-15T07:16:47.555Z[ recovery-image] Aug 15 07:16:46.685 INFO O| Aug 15 07:16:46.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86952026-08-15T07:16:47.555Z[ recovery-image] Aug 15 07:16:46.685 INFO O| Aug 15 07:16:46.685 INFO STEP 1100 (remove_files) COMPLETE
86962026-08-15T07:16:47.555Z[ recovery-image] Aug 15 07:16:46.685 INFO O| Aug 15 07:16:46.685 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-15T07:16:47.566Z[ recovery-image] Aug 15 07:16:46.696 INFO O| Aug 15 07:16:46.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86982026-08-15T07:16:47.566Z[ recovery-image] Aug 15 07:16:46.696 INFO O| Aug 15 07:16:46.696 INFO STEP 1101 (remove_files) COMPLETE
86992026-08-15T07:16:47.570Z[ recovery-image] Aug 15 07:16:46.696 INFO O| Aug 15 07:16:46.696 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-15T07:16:47.577Z[ recovery-image] Aug 15 07:16:46.707 INFO O| Aug 15 07:16:46.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87012026-08-15T07:16:47.577Z[ recovery-image] Aug 15 07:16:46.707 INFO O| Aug 15 07:16:46.707 INFO STEP 1102 (remove_files) COMPLETE
87022026-08-15T07:16:47.577Z[ recovery-image] Aug 15 07:16:46.707 INFO O| Aug 15 07:16:46.707 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-15T07:16:47.587Z[ recovery-image] Aug 15 07:16:46.717 INFO O| Aug 15 07:16:46.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87042026-08-15T07:16:47.587Z[ recovery-image] Aug 15 07:16:46.717 INFO O| Aug 15 07:16:46.717 INFO STEP 1103 (remove_files) COMPLETE
87052026-08-15T07:16:47.587Z[ recovery-image] Aug 15 07:16:46.717 INFO O| Aug 15 07:16:46.717 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-08-15T07:16:47.598Z[ recovery-image] Aug 15 07:16:46.728 INFO O| Aug 15 07:16:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87072026-08-15T07:16:47.598Z[ recovery-image] Aug 15 07:16:46.728 INFO O| Aug 15 07:16:46.728 INFO STEP 1104 (remove_files) COMPLETE
87082026-08-15T07:16:47.599Z[ recovery-image] Aug 15 07:16:46.728 INFO O| Aug 15 07:16:46.728 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-08-15T07:16:47.609Z[ recovery-image] Aug 15 07:16:46.738 INFO O| Aug 15 07:16:46.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87102026-08-15T07:16:47.609Z[ recovery-image] Aug 15 07:16:46.738 INFO O| Aug 15 07:16:46.738 INFO STEP 1105 (remove_files) COMPLETE
87112026-08-15T07:16:47.609Z[ recovery-image] Aug 15 07:16:46.738 INFO O| Aug 15 07:16:46.738 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-08-15T07:16:47.619Z[ recovery-image] Aug 15 07:16:46.749 INFO O| Aug 15 07:16:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87132026-08-15T07:16:47.619Z[ recovery-image] Aug 15 07:16:46.749 INFO O| Aug 15 07:16:46.749 INFO STEP 1106 (remove_files) COMPLETE
87142026-08-15T07:16:47.619Z[ recovery-image] Aug 15 07:16:46.749 INFO O| Aug 15 07:16:46.749 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-08-15T07:16:47.629Z[ recovery-image] Aug 15 07:16:46.759 INFO O| Aug 15 07:16:46.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87162026-08-15T07:16:47.629Z[ recovery-image] Aug 15 07:16:46.759 INFO O| Aug 15 07:16:46.759 INFO STEP 1107 (remove_files) COMPLETE
87172026-08-15T07:16:47.633Z[ recovery-image] Aug 15 07:16:46.759 INFO O| Aug 15 07:16:46.759 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-08-15T07:16:47.639Z[ recovery-image] Aug 15 07:16:46.769 INFO O| Aug 15 07:16:46.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87192026-08-15T07:16:47.639Z[ recovery-image] Aug 15 07:16:46.769 INFO O| Aug 15 07:16:46.769 INFO STEP 1108 (remove_files) COMPLETE
87202026-08-15T07:16:47.639Z[ recovery-image] Aug 15 07:16:46.769 INFO O| Aug 15 07:16:46.769 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-08-15T07:16:47.649Z[ recovery-image] Aug 15 07:16:46.779 INFO O| Aug 15 07:16:46.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87222026-08-15T07:16:47.649Z[ recovery-image] Aug 15 07:16:46.779 INFO O| Aug 15 07:16:46.779 INFO STEP 1109 (remove_files) COMPLETE
87232026-08-15T07:16:47.649Z[ recovery-image] Aug 15 07:16:46.779 INFO O| Aug 15 07:16:46.779 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-08-15T07:16:47.659Z[ recovery-image] Aug 15 07:16:46.789 INFO O| Aug 15 07:16:46.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87252026-08-15T07:16:47.659Z[ recovery-image] Aug 15 07:16:46.789 INFO O| Aug 15 07:16:46.789 INFO STEP 1110 (remove_files) COMPLETE
87262026-08-15T07:16:47.659Z[ recovery-image] Aug 15 07:16:46.789 INFO O| Aug 15 07:16:46.789 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-08-15T07:16:47.669Z[ recovery-image] Aug 15 07:16:46.799 INFO O| Aug 15 07:16:46.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87282026-08-15T07:16:47.669Z[ recovery-image] Aug 15 07:16:46.799 INFO O| Aug 15 07:16:46.799 INFO STEP 1111 (remove_files) COMPLETE
87292026-08-15T07:16:47.673Z[ recovery-image] Aug 15 07:16:46.799 INFO O| Aug 15 07:16:46.799 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-08-15T07:16:47.680Z[ recovery-image] Aug 15 07:16:46.809 INFO O| Aug 15 07:16:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87312026-08-15T07:16:47.680Z[ recovery-image] Aug 15 07:16:46.809 INFO O| Aug 15 07:16:46.809 INFO STEP 1112 (remove_files) COMPLETE
87322026-08-15T07:16:47.681Z[ recovery-image] Aug 15 07:16:46.809 INFO O| Aug 15 07:16:46.809 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-08-15T07:16:47.689Z[ recovery-image] Aug 15 07:16:46.819 INFO O| Aug 15 07:16:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87342026-08-15T07:16:47.689Z[ recovery-image] Aug 15 07:16:46.819 INFO O| Aug 15 07:16:46.819 INFO STEP 1113 (remove_files) COMPLETE
87352026-08-15T07:16:47.689Z[ recovery-image] Aug 15 07:16:46.819 INFO O| Aug 15 07:16:46.819 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-08-15T07:16:47.699Z[ recovery-image] Aug 15 07:16:46.829 INFO O| Aug 15 07:16:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87372026-08-15T07:16:47.699Z[ recovery-image] Aug 15 07:16:46.829 INFO O| Aug 15 07:16:46.829 INFO STEP 1114 (remove_files) COMPLETE
87382026-08-15T07:16:47.699Z[ recovery-image] Aug 15 07:16:46.829 INFO O| Aug 15 07:16:46.829 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-08-15T07:16:47.708Z[ recovery-image] Aug 15 07:16:46.838 INFO O| Aug 15 07:16:46.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87402026-08-15T07:16:47.708Z[ recovery-image] Aug 15 07:16:46.838 INFO O| Aug 15 07:16:46.838 INFO STEP 1115 (remove_files) COMPLETE
87412026-08-15T07:16:47.708Z[ recovery-image] Aug 15 07:16:46.838 INFO O| Aug 15 07:16:46.838 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-08-15T07:16:47.717Z[ recovery-image] Aug 15 07:16:46.847 INFO O| Aug 15 07:16:46.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87432026-08-15T07:16:47.718Z[ recovery-image] Aug 15 07:16:46.847 INFO O| Aug 15 07:16:46.847 INFO STEP 1116 (remove_files) COMPLETE
87442026-08-15T07:16:47.721Z[ recovery-image] Aug 15 07:16:46.847 INFO O| Aug 15 07:16:46.847 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-08-15T07:16:47.727Z[ recovery-image] Aug 15 07:16:46.857 INFO O| Aug 15 07:16:46.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87462026-08-15T07:16:47.727Z[ recovery-image] Aug 15 07:16:46.857 INFO O| Aug 15 07:16:46.857 INFO STEP 1117 (remove_files) COMPLETE
87472026-08-15T07:16:47.727Z[ recovery-image] Aug 15 07:16:46.857 INFO O| Aug 15 07:16:46.857 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87482026-08-15T07:16:47.741Z[ recovery-image] Aug 15 07:16:46.871 INFO O| Aug 15 07:16:46.871 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87492026-08-15T07:16:47.745Z[ recovery-image] Aug 15 07:16:46.871 INFO O| Aug 15 07:16:46.871 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87502026-08-15T07:16:47.830Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87512026-08-15T07:16:48.061Z[verify-libraries] Compiling git2 v0.20.4
87522026-08-15T07:16:48.724Z[ recovery-image] Aug 15 07:16:47.854 INFO O| Aug 15 07:16:47.854 INFO STEP 1118 (pack_tar) COMPLETE
87532026-08-15T07:16:48.725Z[ recovery-image] Aug 15 07:16:47.854 INFO O| Aug 15 07:16:47.854 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87542026-08-15T07:16:48.725Z[ recovery-image] Aug 15 07:16:47.854 INFO O| Aug 15 07:16:47.854 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87552026-08-15T07:16:49.274Z[ recovery-image] Aug 15 07:16:48.404 INFO O| Aug 15 07:16:48.403 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87562026-08-15T07:16:49.389Z[ recovery-image] Aug 15 07:16:48.519 INFO O| Aug 15 07:16:48.519 INFO completed processing sled/ramdisk-03-recovery-trim
87572026-08-15T07:16:49.392Z[ recovery-image] Aug 15 07:16:48.522 INFO image builder template: zfs-recovery...
87582026-08-15T07:16:49.392Z[ recovery-image] Aug 15 07:16:48.522 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/.tmpjfI385/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
87592026-08-15T07:16:49.421Z[ recovery-image] Aug 15 07:16:48.552 INFO O| Aug 15 07:16:48.551 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87602026-08-15T07:16:49.426Z[ recovery-image] Aug 15 07:16:48.556 INFO O| Aug 15 07:16:48.556 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87612026-08-15T07:16:49.562Z[ recovery-image] Aug 15 07:16:48.692 INFO O| Aug 15 07:16:48.692 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87622026-08-15T07:16:49.649Z[ recovery-image] Aug 15 07:16:48.779 INFO O| Aug 15 07:16:48.779 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87632026-08-15T07:16:49.649Z[ recovery-image] Aug 15 07:16:48.779 INFO O| Aug 15 07:16:48.779 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87642026-08-15T07:16:49.653Z[ recovery-image] Aug 15 07:16:48.784 INFO O| Aug 15 07:16:48.784 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87652026-08-15T07:16:49.705Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87662026-08-15T07:16:49.730Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87672026-08-15T07:16:49.758Z[ recovery-image] Aug 15 07:16:48.888 INFO O| Aug 15 07:16:48.888 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87682026-08-15T07:16:49.870Z[ recovery-image] Aug 15 07:16:49.000 INFO O| Aug 15 07:16:49.000 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87692026-08-15T07:16:49.879Z[ recovery-image] Aug 15 07:16:49.008 INFO O| Aug 15 07:16:49.008 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87702026-08-15T07:16:49.889Z[ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.013 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87712026-08-15T07:16:49.889Z[ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.014 INFO no lofi found
87722026-08-15T07:16:49.889Z[ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.014 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87732026-08-15T07:16:49.892Z[ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.014 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87742026-08-15T07:16:49.926Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87752026-08-15T07:16:50.107Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87762026-08-15T07:16:50.206Z[verify-libraries] Compiling yansi v1.0.1
87772026-08-15T07:16:50.365Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87782026-08-15T07:16:50.711Z[verify-libraries] Compiling pretty_assertions v1.4.1
87792026-08-15T07:16:50.814Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87802026-08-15T07:16:51.394Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87812026-08-15T07:16:51.429Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87822026-08-15T07:16:51.484Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87832026-08-15T07:16:51.617Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87842026-08-15T07:16:51.788Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87852026-08-15T07:16:51.871Z[ recovery-image] Aug 15 07:16:51.001 INFO O| Aug 15 07:16:51.001 INFO lofi device = /dev/dsk/c2t1d0p0
87862026-08-15T07:16:51.871Z[ recovery-image] Aug 15 07:16:51.001 INFO O| Aug 15 07:16:51.001 INFO pool device = /dev/dsk/c2t1d0p0
87872026-08-15T07:16:51.871Z[ recovery-image] Aug 15 07:16:51.001 INFO O| Aug 15 07:16:51.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"]
87882026-08-15T07:16:51.941Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87892026-08-15T07:16:52.004Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87902026-08-15T07:16:52.051Z[ recovery-image] Aug 15 07:16:51.181 INFO O| Aug 15 07:16:51.180 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87912026-08-15T07:16:52.051Z[ recovery-image] Aug 15 07:16:51.181 INFO O| Aug 15 07:16:51.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87922026-08-15T07:16:52.067Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87932026-08-15T07:16:52.078Z[ recovery-image] Aug 15 07:16:51.208 INFO O| Aug 15 07:16:51.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87942026-08-15T07:16:52.240Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87952026-08-15T07:16:52.253Z[ recovery-image] Aug 15 07:16:51.383 INFO O| Aug 15 07:16:51.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87962026-08-15T07:16:52.302Z[ recovery-image] Aug 15 07:16:51.432 INFO O| Aug 15 07:16:51.432 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87972026-08-15T07:16:52.326Z[ recovery-image] Aug 15 07:16:51.456 INFO O| Aug 15 07:16:51.456 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87982026-08-15T07:16:52.357Z[ recovery-image] Aug 15 07:16:51.487 INFO O| Aug 15 07:16:51.487 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87992026-08-15T07:16:52.408Z[ recovery-image] Aug 15 07:16:51.538 INFO O| Aug 15 07:16:51.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88002026-08-15T07:16:52.408Z[ recovery-image] Aug 15 07:16:51.538 INFO O| Aug 15 07:16:51.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88012026-08-15T07:16:52.408Z[ recovery-image] Aug 15 07:16:51.538 INFO O| Aug 15 07:16:51.538 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88022026-08-15T07:16:52.423Z[ recovery-image] Aug 15 07:16:51.549 INFO O| Aug 15 07:16:51.549 INFO boot environment UUID: e0b7bec5-f58a-47ee-be3c-660058bf3df4
88032026-08-15T07:16:52.423Z[ recovery-image] Aug 15 07:16:51.549 INFO O| Aug 15 07:16:51.549 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e0b7bec5-f58a-47ee-be3c-660058bf3df4
88042026-08-15T07:16:52.438Z[ recovery-image] Aug 15 07:16:51.568 INFO O| Aug 15 07:16:51.568 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88052026-08-15T07:16:52.475Z[ recovery-image] Aug 15 07:16:51.605 INFO O| Aug 15 07:16:51.605 INFO STEP 0 (create_be) COMPLETE
88062026-08-15T07:16:52.479Z[ recovery-image] Aug 15 07:16:51.605 INFO O| Aug 15 07:16:51.605 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88072026-08-15T07:16:52.501Z[ recovery-image] Aug 15 07:16:51.631 INFO O| Aug 15 07:16:51.631 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"]
88082026-08-15T07:16:52.504Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88092026-08-15T07:16:52.687Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88102026-08-15T07:16:52.760Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
88112026-08-15T07:16:52.925Z[verify-libraries] Compiling drift v0.2.0
88122026-08-15T07:16:53.166Z[verify-libraries] Compiling uzers v0.12.2
88132026-08-15T07:16:53.747Z[verify-libraries] Compiling parse-size v1.1.0
88142026-08-15T07:16:53.924Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88152026-08-15T07:16:54.045Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88162026-08-15T07:16:54.755Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
88172026-08-15T07:16:55.021Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88182026-08-15T07:16:55.381Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88192026-08-15T07:16:56.579Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88202026-08-15T07:16:56.710Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88212026-08-15T07:16:57.778Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88222026-08-15T07:16:58.632Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88232026-08-15T07:16:59.707Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88242026-08-15T07:17:00.335Z[verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
88252026-08-15T07:17:00.535Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88262026-08-15T07:17:01.349Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88272026-08-15T07:17:01.538Z[ recovery-image] Aug 15 07:17:00.668 INFO O| Aug 15 07:17:00.668 INFO STEP 1 (unpack_tar) COMPLETE
88282026-08-15T07:17:01.539Z[ recovery-image] Aug 15 07:17:00.668 INFO O| Aug 15 07:17:00.668 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-08-15T07:17:01.549Z[ recovery-image] Aug 15 07:17:00.679 INFO O| Aug 15 07:17:00.679 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88302026-08-15T07:17:01.604Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88312026-08-15T07:17:01.742Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88322026-08-15T07:17:01.800Z[verify-libraries] Compiling multimap v0.10.1
88332026-08-15T07:17:01.987Z[verify-libraries] Compiling termios v0.3.3
88342026-08-15T07:17:02.114Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
88352026-08-15T07:17:02.358Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88362026-08-15T07:17:02.563Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88372026-08-15T07:17:02.802Z[ recovery-image] Aug 15 07:17:01.932 INFO O| Aug 15 07:17:01.932 INFO STEP 2 (devfsadm) COMPLETE
88382026-08-15T07:17:02.802Z[ recovery-image] Aug 15 07:17:01.932 INFO O| Aug 15 07:17:01.932 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392026-08-15T07:17:02.813Z[ recovery-image] Aug 15 07:17:01.943 INFO O| Aug 15 07:17:01.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88402026-08-15T07:17:02.813Z[ recovery-image] Aug 15 07:17:01.943 INFO O| Aug 15 07:17:01.943 INFO STEP 3 (ensure_dir) COMPLETE
88412026-08-15T07:17:02.813Z[ recovery-image] Aug 15 07:17:01.943 INFO O| Aug 15 07:17:01.943 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422026-08-15T07:17:02.822Z[ recovery-image] Aug 15 07:17:01.953 INFO O| Aug 15 07:17:01.952 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88432026-08-15T07:17:02.822Z[ recovery-image] Aug 15 07:17:01.953 INFO O| Aug 15 07:17:01.952 INFO STEP 4 (ensure_dir) COMPLETE
88442026-08-15T07:17:02.823Z[ recovery-image] Aug 15 07:17:01.953 INFO O| Aug 15 07:17:01.953 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452026-08-15T07:17:02.833Z[ recovery-image] Aug 15 07:17:01.963 INFO O| Aug 15 07:17:01.963 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88462026-08-15T07:17:02.833Z[ recovery-image] Aug 15 07:17:01.963 INFO O| Aug 15 07:17:01.963 INFO STEP 5 (ensure_dir) COMPLETE
88472026-08-15T07:17:02.836Z[ recovery-image] Aug 15 07:17:01.963 INFO O| Aug 15 07:17:01.963 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482026-08-15T07:17:02.844Z[ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88492026-08-15T07:17:02.844Z[ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88502026-08-15T07:17:02.844Z[ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO STEP 6 (ensure_dir) COMPLETE
88512026-08-15T07:17:02.847Z[ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88522026-08-15T07:17:02.854Z[ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88532026-08-15T07:17:02.854Z[ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88542026-08-15T07:17:02.857Z[ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO STEP 7 (ensure_dir) COMPLETE
88552026-08-15T07:17:02.857Z[ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88562026-08-15T07:17:02.864Z[ recovery-image] Aug 15 07:17:01.994 INFO O| Aug 15 07:17:01.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88572026-08-15T07:17:02.868Z[ recovery-image] Aug 15 07:17:01.994 INFO O| Aug 15 07:17:01.994 INFO STEP 8 (remove_files) COMPLETE
88582026-08-15T07:17:02.868Z[ recovery-image] Aug 15 07:17:01.994 INFO O| Aug 15 07:17:01.994 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88592026-08-15T07:17:02.874Z[ recovery-image] Aug 15 07:17:02.004 INFO O| Aug 15 07:17:02.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88602026-08-15T07:17:02.878Z[ recovery-image] Aug 15 07:17:02.005 INFO O| Aug 15 07:17:02.005 INFO STEP 9 (remove_files) COMPLETE
88612026-08-15T07:17:02.878Z[ recovery-image] Aug 15 07:17:02.005 INFO O| Aug 15 07:17:02.005 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88622026-08-15T07:17:02.884Z[ recovery-image] Aug 15 07:17:02.014 INFO O| Aug 15 07:17:02.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88632026-08-15T07:17:02.887Z[ recovery-image] Aug 15 07:17:02.015 INFO O| Aug 15 07:17:02.015 INFO STEP 10 (remove_files) COMPLETE
88642026-08-15T07:17:02.887Z[ recovery-image] Aug 15 07:17:02.015 INFO O| Aug 15 07:17:02.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88652026-08-15T07:17:02.894Z[ recovery-image] Aug 15 07:17:02.024 INFO O| Aug 15 07:17:02.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88662026-08-15T07:17:02.894Z[ recovery-image] Aug 15 07:17:02.024 INFO O| Aug 15 07:17:02.024 INFO STEP 11 (remove_files) COMPLETE
88672026-08-15T07:17:02.901Z[ recovery-image] Aug 15 07:17:02.024 INFO O| Aug 15 07:17:02.024 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88682026-08-15T07:17:02.904Z[ recovery-image] Aug 15 07:17:02.033 INFO O| Aug 15 07:17:02.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88692026-08-15T07:17:02.904Z[ recovery-image] Aug 15 07:17:02.033 INFO O| Aug 15 07:17:02.033 INFO STEP 12 (remove_files) COMPLETE
88702026-08-15T07:17:02.904Z[ recovery-image] Aug 15 07:17:02.033 INFO O| Aug 15 07:17:02.033 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712026-08-15T07:17:02.913Z[ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.042 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88722026-08-15T07:17:02.913Z[ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88732026-08-15T07:17:02.913Z[ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.043 INFO STEP 13 (ensure_dir) COMPLETE
88742026-08-15T07:17:02.916Z[ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.043 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88752026-08-15T07:17:02.923Z[ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.053 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88762026-08-15T07:17:02.924Z[ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88772026-08-15T07:17:02.924Z[ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88782026-08-15T07:17:02.928Z[ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO STEP 14 (ensure_dir) COMPLETE
88792026-08-15T07:17:02.928Z[ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88802026-08-15T07:17:02.941Z[ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88812026-08-15T07:17:02.941Z[ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88822026-08-15T07:17:02.944Z[ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88832026-08-15T07:17:02.944Z[ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO STEP 15 (ensure_dir) COMPLETE
88842026-08-15T07:17:02.944Z[ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88852026-08-15T07:17:02.953Z[ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88862026-08-15T07:17:02.953Z[ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88872026-08-15T07:17:02.953Z[ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO STEP 16 (ensure_dir) COMPLETE
88882026-08-15T07:17:02.956Z[ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88892026-08-15T07:17:02.964Z[ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88902026-08-15T07:17:02.964Z[ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88912026-08-15T07:17:02.964Z[ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO STEP 17 (ensure_dir) COMPLETE
88922026-08-15T07:17:02.964Z[ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88932026-08-15T07:17:02.976Z[ recovery-image] Aug 15 07:17:02.105 INFO O| Aug 15 07:17:02.105 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88942026-08-15T07:17:02.976Z[ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88952026-08-15T07:17:02.976Z[ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO ok!
88962026-08-15T07:17:02.979Z[ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO STEP 18 (ensure_symlink) COMPLETE
88972026-08-15T07:17:02.979Z[ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88982026-08-15T07:17:02.987Z[ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88992026-08-15T07:17:02.987Z[ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89002026-08-15T07:17:02.990Z[ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO ok!
89012026-08-15T07:17:02.990Z[ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO STEP 19 (ensure_file) COMPLETE
89022026-08-15T07:17:02.990Z[ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-15T07:17:02.999Z[ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89042026-08-15T07:17:02.999Z[ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89052026-08-15T07:17:03.002Z[ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89062026-08-15T07:17:03.002Z[ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO ok!
89072026-08-15T07:17:03.003Z[ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO STEP 20 (ensure_symlink) COMPLETE
89082026-08-15T07:17:03.003Z[ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-08-15T07:17:03.009Z[ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89102026-08-15T07:17:03.009Z[ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89112026-08-15T07:17:03.012Z[ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89122026-08-15T07:17:03.012Z[ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO ok!
89132026-08-15T07:17:03.012Z[ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO STEP 21 (ensure_symlink) COMPLETE
89142026-08-15T07:17:03.012Z[ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-08-15T07:17:03.018Z[ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89162026-08-15T07:17:03.018Z[ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89172026-08-15T07:17:03.021Z[ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89182026-08-15T07:17:03.021Z[ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO ok!
89192026-08-15T07:17:03.021Z[ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO STEP 22 (ensure_symlink) COMPLETE
89202026-08-15T07:17:03.021Z[ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89212026-08-15T07:17:03.027Z[ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89222026-08-15T07:17:03.027Z[ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89232026-08-15T07:17:03.030Z[ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89242026-08-15T07:17:03.030Z[ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO ok!
89252026-08-15T07:17:03.030Z[ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO STEP 23 (ensure_symlink) COMPLETE
89262026-08-15T07:17:03.031Z[ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89272026-08-15T07:17:03.037Z[ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89282026-08-15T07:17:03.037Z[ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 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 ...
89292026-08-15T07:17:03.037Z[ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89302026-08-15T07:17:03.040Z[ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO ok!
89312026-08-15T07:17:03.041Z[ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO STEP 24 (ensure_file) COMPLETE
89322026-08-15T07:17:03.041Z[ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89332026-08-15T07:17:03.047Z[ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO updating shadow file
89342026-08-15T07:17:03.047Z[ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89352026-08-15T07:17:03.047Z[ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89362026-08-15T07:17:03.049Z[ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO STEP 25 (shadow) COMPLETE
89372026-08-15T07:17:03.049Z[ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89382026-08-15T07:17:03.056Z[ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
89392026-08-15T07:17:03.056Z[ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
89402026-08-15T07:17:03.056Z[ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89412026-08-15T07:17:03.056Z[ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO ok!
89422026-08-15T07:17:03.060Z[ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO STEP 26 (ensure_file) COMPLETE
89432026-08-15T07:17:03.060Z[ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89442026-08-15T07:17:03.066Z[ recovery-image] Aug 15 07:17:02.195 INFO O| Aug 15 07:17:02.195 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89452026-08-15T07:17:03.066Z[ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.195 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89462026-08-15T07:17:03.066Z[ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89472026-08-15T07:17:03.066Z[ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO ok!
89482026-08-15T07:17:03.066Z[ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO STEP 27 (ensure_file) COMPLETE
89492026-08-15T07:17:03.066Z[ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89502026-08-15T07:17:03.075Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89512026-08-15T07:17:03.076Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89522026-08-15T07:17:03.076Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89532026-08-15T07:17:03.080Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89542026-08-15T07:17:03.080Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO ok!
89552026-08-15T07:17:03.081Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO STEP 28 (ensure_file) COMPLETE
89562026-08-15T07:17:03.081Z[ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89572026-08-15T07:17:03.084Z[ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89582026-08-15T07:17:03.084Z[ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89592026-08-15T07:17:03.084Z[ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89602026-08-15T07:17:03.084Z[ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO ok!
89612026-08-15T07:17:03.084Z[ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO STEP 29 (ensure_file) COMPLETE
89622026-08-15T07:17:03.085Z[ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89632026-08-15T07:17:03.094Z[ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89642026-08-15T07:17:03.094Z[ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89652026-08-15T07:17:03.094Z[ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89662026-08-15T07:17:03.097Z[ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO STEP 30 (ensure_dir) COMPLETE
89672026-08-15T07:17:03.097Z[ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89682026-08-15T07:17:03.105Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.234 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89692026-08-15T07:17:03.105Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 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 ...
89702026-08-15T07:17:03.108Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 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
89712026-08-15T07:17:03.108Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89722026-08-15T07:17:03.108Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO ok!
89732026-08-15T07:17:03.108Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO STEP 31 (ensure_file) COMPLETE
89742026-08-15T07:17:03.108Z[ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89752026-08-15T07:17:03.116Z[ recovery-image] Aug 15 07:17:02.245 INFO O| Aug 15 07:17:02.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89762026-08-15T07:17:03.116Z[ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89772026-08-15T07:17:03.116Z[ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89782026-08-15T07:17:03.119Z[ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO STEP 32 (ensure_dir) COMPLETE
89792026-08-15T07:17:03.119Z[ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89802026-08-15T07:17:03.126Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89812026-08-15T07:17:03.126Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 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 ...
89822026-08-15T07:17:03.126Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 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
89832026-08-15T07:17:03.130Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89842026-08-15T07:17:03.130Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO ok!
89852026-08-15T07:17:03.130Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO STEP 33 (ensure_file) COMPLETE
89862026-08-15T07:17:03.130Z[ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89872026-08-15T07:17:03.136Z[ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89882026-08-15T07:17:03.136Z[ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89892026-08-15T07:17:03.136Z[ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89902026-08-15T07:17:03.140Z[ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO ok!
89912026-08-15T07:17:03.140Z[ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO STEP 34 (ensure_file) COMPLETE
89922026-08-15T07:17:03.140Z[ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-08-15T07:17:03.147Z[ recovery-image] Aug 15 07:17:02.276 INFO O| Aug 15 07:17:02.276 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89942026-08-15T07:17:03.147Z[ recovery-image] Aug 15 07:17:02.276 INFO O| Aug 15 07:17:02.276 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89952026-08-15T07:17:03.147Z[ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89962026-08-15T07:17:03.147Z[ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89972026-08-15T07:17:03.147Z[ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO ok!
89982026-08-15T07:17:03.151Z[ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO STEP 35 (ensure_file) COMPLETE
89992026-08-15T07:17:03.151Z[ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90002026-08-15T07:17:03.156Z[ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90012026-08-15T07:17:03.156Z[ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90022026-08-15T07:17:03.156Z[ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90032026-08-15T07:17:03.159Z[ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO ok!
90042026-08-15T07:17:03.159Z[ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO STEP 36 (ensure_file) COMPLETE
90052026-08-15T07:17:03.159Z[ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90062026-08-15T07:17:03.167Z[ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90072026-08-15T07:17:03.167Z[ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90082026-08-15T07:17:03.167Z[ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90092026-08-15T07:17:03.167Z[ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO ok!
90102026-08-15T07:17:03.167Z[ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO STEP 37 (ensure_file) COMPLETE
90112026-08-15T07:17:03.167Z[ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90122026-08-15T07:17:03.176Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
90132026-08-15T07:17:03.176Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90142026-08-15T07:17:03.176Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90152026-08-15T07:17:03.177Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90162026-08-15T07:17:03.177Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90172026-08-15T07:17:03.180Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90182026-08-15T07:17:03.180Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO ok!
90192026-08-15T07:17:03.180Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO STEP 38 (ensure_file) COMPLETE
90202026-08-15T07:17:03.180Z[ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90212026-08-15T07:17:03.186Z[ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90222026-08-15T07:17:03.186Z[ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90232026-08-15T07:17:03.186Z[ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90242026-08-15T07:17:03.187Z[ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO STEP 39 (ensure_dir) COMPLETE
90252026-08-15T07:17:03.190Z[ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90262026-08-15T07:17:03.195Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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
90272026-08-15T07:17:03.195Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 ...
90282026-08-15T07:17:03.195Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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
90292026-08-15T07:17:03.199Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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
90302026-08-15T07:17:03.199Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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
90312026-08-15T07:17:03.199Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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
90322026-08-15T07:17:03.199Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 INFO ok!
90332026-08-15T07:17:03.199Z[ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 INFO STEP 40 (ensure_file) COMPLETE
90342026-08-15T07:17:03.199Z[ recovery-image] Aug 15 07:17:02.326 INFO O| Aug 15 07:17:02.325 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90352026-08-15T07:17:03.204Z[ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90362026-08-15T07:17:03.204Z[ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 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 ...
90372026-08-15T07:17:03.211Z[ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90382026-08-15T07:17:03.211Z[ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO ok!
90392026-08-15T07:17:03.211Z[ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO STEP 41 (ensure_symlink) COMPLETE
90402026-08-15T07:17:03.211Z[ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90412026-08-15T07:17:03.214Z[ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90422026-08-15T07:17:03.214Z[ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90432026-08-15T07:17:03.214Z[ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90442026-08-15T07:17:03.214Z[ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO ok!
90452026-08-15T07:17:03.214Z[ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO STEP 42 (ensure_symlink) COMPLETE
90462026-08-15T07:17:03.215Z[ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90472026-08-15T07:17:03.223Z[ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90482026-08-15T07:17:03.226Z[ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90492026-08-15T07:17:03.226Z[ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90502026-08-15T07:17:03.230Z[ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90512026-08-15T07:17:03.230Z[ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90522026-08-15T07:17:03.230Z[ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90532026-08-15T07:17:03.230Z[ recovery-image] Aug 15 07:17:02.354 INFO O| Aug 15 07:17:02.353 INFO ok!
90542026-08-15T07:17:03.230Z[ recovery-image] Aug 15 07:17:02.354 INFO O| Aug 15 07:17:02.353 INFO STEP 43 (ensure_file) COMPLETE
90552026-08-15T07:17:03.230Z[ recovery-image] Aug 15 07:17:02.354 INFO O| Aug 15 07:17:02.354 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90562026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90572026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 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 ...
90582026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 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
90592026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90602026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO ok!
90612026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO STEP 44 (ensure_file) COMPLETE
90622026-08-15T07:17:03.234Z[ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90632026-08-15T07:17:03.243Z[ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90642026-08-15T07:17:03.243Z[ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90652026-08-15T07:17:03.248Z[ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90662026-08-15T07:17:03.248Z[ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO ok!
90672026-08-15T07:17:03.248Z[ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO STEP 45 (ensure_file) COMPLETE
90682026-08-15T07:17:03.248Z[ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90692026-08-15T07:17:03.254Z[ recovery-image] Aug 15 07:17:02.383 INFO O| Aug 15 07:17:02.383 INFO updating shadow file
90702026-08-15T07:17:03.254Z[ recovery-image] Aug 15 07:17:02.383 INFO O| Aug 15 07:17:02.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90712026-08-15T07:17:03.257Z[ recovery-image] Aug 15 07:17:02.383 INFO O| Aug 15 07:17:02.383 INFO STEP 46 (shadow) COMPLETE
90722026-08-15T07:17:03.258Z[ recovery-image] Aug 15 07:17:02.384 INFO O| Aug 15 07:17:02.383 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90732026-08-15T07:17:03.264Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90742026-08-15T07:17:03.264Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90752026-08-15T07:17:03.264Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90762026-08-15T07:17:03.264Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90772026-08-15T07:17:03.264Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO ok!
90782026-08-15T07:17:03.268Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO STEP 47 (ensure_file) COMPLETE
90792026-08-15T07:17:03.268Z[ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-15T07:17:03.274Z[ recovery-image] Aug 15 07:17:02.404 INFO O| Aug 15 07:17:02.404 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90812026-08-15T07:17:03.274Z[ recovery-image] Aug 15 07:17:02.404 INFO O| Aug 15 07:17:02.404 INFO STEP 48 (ensure_dir) COMPLETE
90822026-08-15T07:17:03.274Z[ recovery-image] Aug 15 07:17:02.404 INFO O| Aug 15 07:17:02.404 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-08-15T07:17:03.285Z[ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90842026-08-15T07:17:03.285Z[ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90852026-08-15T07:17:03.285Z[ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO STEP 49 (ensure_dir) COMPLETE
90862026-08-15T07:17:03.285Z[ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-15T07:17:03.295Z[ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90882026-08-15T07:17:03.295Z[ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90892026-08-15T07:17:03.295Z[ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO STEP 50 (ensure_dir) COMPLETE
90902026-08-15T07:17:03.299Z[ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-15T07:17:03.305Z[ recovery-image] Aug 15 07:17:02.435 INFO O| Aug 15 07:17:02.435 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90922026-08-15T07:17:03.305Z[ recovery-image] Aug 15 07:17:02.435 INFO O| Aug 15 07:17:02.435 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90932026-08-15T07:17:03.335Z[ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90942026-08-15T07:17:03.335Z[ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO ok!
90952026-08-15T07:17:03.336Z[ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO STEP 51 (ensure_file) COMPLETE
90962026-08-15T07:17:03.336Z[ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-15T07:17:03.358Z[ recovery-image] Aug 15 07:17:02.475 INFO O| Aug 15 07:17:02.475 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90982026-08-15T07:17:03.358Z[ recovery-image] Aug 15 07:17:02.476 INFO O| Aug 15 07:17:02.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90992026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.476 INFO O| Aug 15 07:17:02.476 INFO STEP 52 (ensure_dir) COMPLETE
91002026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.476 INFO O| Aug 15 07:17:02.476 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91022026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91032026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91042026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO ok!
91052026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO STEP 53 (ensure_file) COMPLETE
91062026-08-15T07:17:03.362Z[ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-15T07:17:03.368Z[ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91082026-08-15T07:17:03.368Z[ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91092026-08-15T07:17:03.368Z[ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO STEP 54 (ensure_dir) COMPLETE
91102026-08-15T07:17:03.372Z[ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-08-15T07:17:03.379Z[ recovery-image] Aug 15 07:17:02.509 INFO O| Aug 15 07:17:02.509 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
91122026-08-15T07:17:03.379Z[ recovery-image] Aug 15 07:17:02.509 INFO O| Aug 15 07:17:02.509 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91132026-08-15T07:17:04.349Z[verify-libraries] Compiling polar-core v0.27.3
91142026-08-15T07:17:05.302Z[ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
91152026-08-15T07:17:05.302Z[ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO ok!
91162026-08-15T07:17:05.306Z[ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO STEP 55 (ensure_file) COMPLETE
91172026-08-15T07:17:05.306Z[ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-15T07:17:05.337Z[ recovery-image] Aug 15 07:17:04.443 INFO O| Aug 15 07:17:04.442 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
91192026-08-15T07:17:05.337Z[ recovery-image] Aug 15 07:17:04.443 INFO O| Aug 15 07:17:04.443 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
91202026-08-15T07:17:07.319Z[ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
91212026-08-15T07:17:07.319Z[ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO ok!
91222026-08-15T07:17:07.322Z[ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO STEP 56 (ensure_file) COMPLETE
91232026-08-15T07:17:07.322Z[ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91242026-08-15T07:17:07.331Z[ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91252026-08-15T07:17:07.331Z[ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91262026-08-15T07:17:07.333Z[ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO STEP 57 (ensure_dir) COMPLETE
91272026-08-15T07:17:07.333Z[ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91282026-08-15T07:17:07.341Z[ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91292026-08-15T07:17:07.341Z[ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO copying /tmp/.tmpjfI385/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 ...
91302026-08-15T07:17:07.341Z[ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 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
91312026-08-15T07:17:07.346Z[ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO ok!
91322026-08-15T07:17:07.346Z[ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO STEP 58 (ensure_file) COMPLETE
91332026-08-15T07:17:07.346Z[ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91342026-08-15T07:17:07.351Z[ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91352026-08-15T07:17:07.351Z[ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO copying /tmp/.tmpjfI385/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 ...
91362026-08-15T07:17:07.351Z[ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 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
91372026-08-15T07:17:07.351Z[ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO ok!
91382026-08-15T07:17:07.354Z[ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO STEP 59 (ensure_file) COMPLETE
91392026-08-15T07:17:07.354Z[ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91402026-08-15T07:17:07.362Z[ recovery-image] Aug 15 07:17:06.492 INFO O| Aug 15 07:17:06.492 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91412026-08-15T07:17:07.362Z[ recovery-image] Aug 15 07:17:06.493 INFO O| Aug 15 07:17:06.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91422026-08-15T07:17:07.363Z[ recovery-image] Aug 15 07:17:06.493 INFO O| Aug 15 07:17:06.493 INFO STEP 60 (ensure_dir) COMPLETE
91432026-08-15T07:17:07.366Z[ recovery-image] Aug 15 07:17:06.493 INFO O| Aug 15 07:17:06.493 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91442026-08-15T07:17:07.373Z[ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91452026-08-15T07:17:07.373Z[ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO copying /tmp/.tmpjfI385/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 ...
91462026-08-15T07:17:07.374Z[ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91472026-08-15T07:17:07.377Z[ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO ok!
91482026-08-15T07:17:07.377Z[ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO STEP 61 (ensure_file) COMPLETE
91492026-08-15T07:17:07.377Z[ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91502026-08-15T07:17:07.385Z[ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91512026-08-15T07:17:07.385Z[ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO copying /tmp/.tmpjfI385/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 ...
91522026-08-15T07:17:07.385Z[ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 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
91532026-08-15T07:17:07.385Z[ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO ok!
91542026-08-15T07:17:07.385Z[ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO STEP 62 (ensure_file) COMPLETE
91552026-08-15T07:17:07.385Z[ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91562026-08-15T07:17:07.396Z[ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.525 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91572026-08-15T07:17:07.396Z[ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91582026-08-15T07:17:07.396Z[ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.526 INFO STEP 63 (ensure_dir) COMPLETE
91592026-08-15T07:17:07.399Z[ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.526 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91602026-08-15T07:17:07.407Z[ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91612026-08-15T07:17:07.407Z[ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO copying /tmp/.tmpjfI385/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 ...
91622026-08-15T07:17:07.410Z[ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91632026-08-15T07:17:07.410Z[ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO ok!
91642026-08-15T07:17:07.410Z[ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO STEP 64 (ensure_file) COMPLETE
91652026-08-15T07:17:07.410Z[ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91662026-08-15T07:17:07.419Z[ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91672026-08-15T07:17:07.419Z[ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91682026-08-15T07:17:07.419Z[ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91692026-08-15T07:17:07.422Z[ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO ok!
91702026-08-15T07:17:07.422Z[ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO STEP 65 (ensure_file) COMPLETE
91712026-08-15T07:17:07.422Z[ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91722026-08-15T07:17:07.430Z[ recovery-image] Aug 15 07:17:06.560 INFO O| Aug 15 07:17:06.560 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91732026-08-15T07:17:07.430Z[ recovery-image] Aug 15 07:17:06.560 INFO O| Aug 15 07:17:06.560 INFO STEP 66 (ensure_dir) COMPLETE
91742026-08-15T07:17:07.433Z[ recovery-image] Aug 15 07:17:06.560 INFO O| Aug 15 07:17:06.560 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91752026-08-15T07:17:07.440Z[ recovery-image] Aug 15 07:17:06.570 INFO O| Aug 15 07:17:06.570 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91762026-08-15T07:17:07.440Z[ recovery-image] Aug 15 07:17:06.570 INFO O| Aug 15 07:17:06.570 INFO STEP 67 (ensure_dir) COMPLETE
91772026-08-15T07:17:07.443Z[ recovery-image] Aug 15 07:17:06.570 INFO O| Aug 15 07:17:06.570 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91782026-08-15T07:17:07.450Z[ recovery-image] Aug 15 07:17:06.581 INFO O| Aug 15 07:17:06.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91792026-08-15T07:17:07.450Z[ recovery-image] Aug 15 07:17:06.581 INFO O| Aug 15 07:17:06.581 INFO STEP 68 (ensure_dir) COMPLETE
91802026-08-15T07:17:07.454Z[ recovery-image] Aug 15 07:17:06.581 INFO O| Aug 15 07:17:06.581 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91812026-08-15T07:17:07.462Z[ recovery-image] Aug 15 07:17:06.592 INFO O| Aug 15 07:17:06.592 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91822026-08-15T07:17:07.462Z[ recovery-image] Aug 15 07:17:06.592 INFO O| Aug 15 07:17:06.592 INFO STEP 69 (ensure_dir) COMPLETE
91832026-08-15T07:17:07.465Z[ recovery-image] Aug 15 07:17:06.592 INFO O| Aug 15 07:17:06.592 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91842026-08-15T07:17:07.472Z[ recovery-image] Aug 15 07:17:06.602 INFO O| Aug 15 07:17:06.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91852026-08-15T07:17:07.472Z[ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.602 INFO copying /tmp/.tmpjfI385/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91862026-08-15T07:17:07.472Z[ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91872026-08-15T07:17:07.475Z[ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO ok!
91882026-08-15T07:17:07.476Z[ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO STEP 70 (ensure_file) COMPLETE
91892026-08-15T07:17:07.476Z[ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-15T07:17:07.482Z[ recovery-image] Aug 15 07:17:06.613 INFO O| Aug 15 07:17:06.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91912026-08-15T07:17:07.486Z[ recovery-image] Aug 15 07:17:06.613 INFO O| Aug 15 07:17:06.613 INFO STEP 71 (remove_files) COMPLETE
91922026-08-15T07:17:07.486Z[ recovery-image] Aug 15 07:17:06.613 INFO O| Aug 15 07:17:06.613 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-15T07:17:07.493Z[ recovery-image] Aug 15 07:17:06.623 INFO O| Aug 15 07:17:06.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91942026-08-15T07:17:07.493Z[ recovery-image] Aug 15 07:17:06.623 INFO O| Aug 15 07:17:06.623 INFO STEP 72 (remove_files) COMPLETE
91952026-08-15T07:17:07.493Z[ recovery-image] Aug 15 07:17:06.623 INFO O| Aug 15 07:17:06.623 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-15T07:17:07.504Z[ recovery-image] Aug 15 07:17:06.634 INFO O| Aug 15 07:17:06.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91972026-08-15T07:17:07.504Z[ recovery-image] Aug 15 07:17:06.634 INFO O| Aug 15 07:17:06.634 INFO STEP 73 (remove_files) COMPLETE
91982026-08-15T07:17:07.504Z[ recovery-image] Aug 15 07:17:06.634 INFO O| Aug 15 07:17:06.634 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-15T07:17:07.514Z[ recovery-image] Aug 15 07:17:06.644 INFO O| Aug 15 07:17:06.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
92002026-08-15T07:17:07.514Z[ recovery-image] Aug 15 07:17:06.644 INFO O| Aug 15 07:17:06.644 INFO STEP 74 (remove_files) COMPLETE
92012026-08-15T07:17:07.514Z[ recovery-image] Aug 15 07:17:06.644 INFO O| Aug 15 07:17:06.644 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-15T07:17:07.524Z[ recovery-image] Aug 15 07:17:06.654 INFO O| Aug 15 07:17:06.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
92032026-08-15T07:17:07.524Z[ recovery-image] Aug 15 07:17:06.654 INFO O| Aug 15 07:17:06.654 INFO STEP 75 (remove_files) COMPLETE
92042026-08-15T07:17:07.524Z[ recovery-image] Aug 15 07:17:06.654 INFO O| Aug 15 07:17:06.654 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-15T07:17:07.533Z[ recovery-image] Aug 15 07:17:06.663 INFO O| Aug 15 07:17:06.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92062026-08-15T07:17:07.533Z[ recovery-image] Aug 15 07:17:06.663 INFO O| Aug 15 07:17:06.663 INFO STEP 76 (remove_files) COMPLETE
92072026-08-15T07:17:07.533Z[ recovery-image] Aug 15 07:17:06.663 INFO O| Aug 15 07:17:06.663 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-15T07:17:07.544Z[ recovery-image] Aug 15 07:17:06.674 INFO O| Aug 15 07:17:06.674 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92092026-08-15T07:17:07.545Z[ recovery-image] Aug 15 07:17:06.675 INFO O| Aug 15 07:17:06.675 INFO STEP 77 (remove_files) COMPLETE
92102026-08-15T07:17:07.545Z[ recovery-image] Aug 15 07:17:06.675 INFO O| Aug 15 07:17:06.675 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-08-15T07:17:07.556Z[ recovery-image] Aug 15 07:17:06.686 INFO O| Aug 15 07:17:06.686 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92122026-08-15T07:17:07.556Z[ recovery-image] Aug 15 07:17:06.686 INFO O| Aug 15 07:17:06.686 INFO STEP 78 (remove_files) COMPLETE
92132026-08-15T07:17:07.556Z[ recovery-image] Aug 15 07:17:06.686 INFO O| Aug 15 07:17:06.686 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-08-15T07:17:07.567Z[ recovery-image] Aug 15 07:17:06.697 INFO O| Aug 15 07:17:06.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
92152026-08-15T07:17:07.567Z[ recovery-image] Aug 15 07:17:06.697 INFO O| Aug 15 07:17:06.697 INFO STEP 79 (remove_files) COMPLETE
92162026-08-15T07:17:07.568Z[ recovery-image] Aug 15 07:17:06.697 INFO O| Aug 15 07:17:06.697 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92172026-08-15T07:17:07.579Z[ recovery-image] Aug 15 07:17:06.709 INFO O| Aug 15 07:17:06.709 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
92182026-08-15T07:17:07.579Z[ recovery-image] Aug 15 07:17:06.709 INFO O| Aug 15 07:17:06.709 INFO STEP 80 (remove_files) COMPLETE
92192026-08-15T07:17:07.579Z[ recovery-image] Aug 15 07:17:06.709 INFO O| Aug 15 07:17:06.709 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92202026-08-15T07:17:07.610Z[ recovery-image] Aug 15 07:17:06.721 INFO O| Aug 15 07:17:06.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
92212026-08-15T07:17:07.615Z[ recovery-image] Aug 15 07:17:06.721 INFO O| Aug 15 07:17:06.721 INFO STEP 81 (remove_files) COMPLETE
92222026-08-15T07:17:07.615Z[ recovery-image] Aug 15 07:17:06.721 INFO O| Aug 15 07:17:06.721 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92232026-08-15T07:17:07.620Z[ recovery-image] Aug 15 07:17:06.750 INFO O| Aug 15 07:17:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92242026-08-15T07:17:07.620Z[ recovery-image] Aug 15 07:17:06.750 INFO O| Aug 15 07:17:06.750 INFO STEP 82 (remove_files) COMPLETE
92252026-08-15T07:17:07.623Z[ recovery-image] Aug 15 07:17:06.750 INFO O| Aug 15 07:17:06.750 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92262026-08-15T07:17:07.631Z[ recovery-image] Aug 15 07:17:06.761 INFO O| Aug 15 07:17:06.761 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92272026-08-15T07:17:07.631Z[ recovery-image] Aug 15 07:17:06.761 INFO O| Aug 15 07:17:06.761 INFO STEP 83 (remove_files) COMPLETE
92282026-08-15T07:17:07.634Z[ recovery-image] Aug 15 07:17:06.761 INFO O| Aug 15 07:17:06.761 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92292026-08-15T07:17:07.641Z[ recovery-image] Aug 15 07:17:06.771 INFO O| Aug 15 07:17:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92302026-08-15T07:17:07.641Z[ recovery-image] Aug 15 07:17:06.771 INFO O| Aug 15 07:17:06.771 INFO STEP 84 (remove_files) COMPLETE
92312026-08-15T07:17:07.644Z[ recovery-image] Aug 15 07:17:06.771 INFO O| Aug 15 07:17:06.771 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92322026-08-15T07:17:07.651Z[ recovery-image] Aug 15 07:17:06.781 INFO O| Aug 15 07:17:06.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92332026-08-15T07:17:07.651Z[ recovery-image] Aug 15 07:17:06.781 INFO O| Aug 15 07:17:06.781 INFO STEP 85 (remove_files) COMPLETE
92342026-08-15T07:17:07.651Z[ recovery-image] Aug 15 07:17:06.781 INFO O| Aug 15 07:17:06.781 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92352026-08-15T07:17:07.662Z[ recovery-image] Aug 15 07:17:06.792 INFO O| Aug 15 07:17:06.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
92362026-08-15T07:17:07.663Z[ recovery-image] Aug 15 07:17:06.792 INFO O| Aug 15 07:17:06.792 INFO STEP 86 (remove_files) COMPLETE
92372026-08-15T07:17:07.663Z[ recovery-image] Aug 15 07:17:06.792 INFO O| Aug 15 07:17:06.792 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92382026-08-15T07:17:07.672Z[ recovery-image] Aug 15 07:17:06.802 INFO O| Aug 15 07:17:06.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92392026-08-15T07:17:07.672Z[ recovery-image] Aug 15 07:17:06.802 INFO O| Aug 15 07:17:06.802 INFO STEP 87 (remove_files) COMPLETE
92402026-08-15T07:17:07.672Z[ recovery-image] Aug 15 07:17:06.802 INFO O| Aug 15 07:17:06.802 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92412026-08-15T07:17:07.681Z[ recovery-image] Aug 15 07:17:06.811 INFO O| Aug 15 07:17:06.811 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92422026-08-15T07:17:07.681Z[ recovery-image] Aug 15 07:17:06.811 INFO O| Aug 15 07:17:06.811 INFO STEP 88 (remove_files) COMPLETE
92432026-08-15T07:17:07.681Z[ recovery-image] Aug 15 07:17:06.811 INFO O| Aug 15 07:17:06.811 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92442026-08-15T07:17:07.691Z[ recovery-image] Aug 15 07:17:06.821 INFO O| Aug 15 07:17:06.821 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92452026-08-15T07:17:07.691Z[ recovery-image] Aug 15 07:17:06.821 INFO O| Aug 15 07:17:06.821 INFO STEP 89 (remove_files) COMPLETE
92462026-08-15T07:17:07.691Z[ recovery-image] Aug 15 07:17:06.821 INFO O| Aug 15 07:17:06.821 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92472026-08-15T07:17:07.701Z[ recovery-image] Aug 15 07:17:06.831 INFO O| Aug 15 07:17:06.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92482026-08-15T07:17:07.701Z[ recovery-image] Aug 15 07:17:06.831 INFO O| Aug 15 07:17:06.831 INFO STEP 90 (remove_files) COMPLETE
92492026-08-15T07:17:07.701Z[ recovery-image] Aug 15 07:17:06.831 INFO O| Aug 15 07:17:06.831 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92502026-08-15T07:17:07.711Z[ recovery-image] Aug 15 07:17:06.841 INFO O| Aug 15 07:17:06.841 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92512026-08-15T07:17:07.712Z[ recovery-image] Aug 15 07:17:06.841 INFO O| Aug 15 07:17:06.841 INFO STEP 91 (remove_files) COMPLETE
92522026-08-15T07:17:07.715Z[ recovery-image] Aug 15 07:17:06.841 INFO O| Aug 15 07:17:06.841 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92532026-08-15T07:17:07.721Z[ recovery-image] Aug 15 07:17:06.851 INFO O| Aug 15 07:17:06.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92542026-08-15T07:17:07.721Z[ recovery-image] Aug 15 07:17:06.851 INFO O| Aug 15 07:17:06.851 INFO STEP 92 (remove_files) COMPLETE
92552026-08-15T07:17:07.721Z[ recovery-image] Aug 15 07:17:06.851 INFO O| Aug 15 07:17:06.851 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-15T07:17:07.731Z[ recovery-image] Aug 15 07:17:06.861 INFO O| Aug 15 07:17:06.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92572026-08-15T07:17:07.731Z[ recovery-image] Aug 15 07:17:06.861 INFO O| Aug 15 07:17:06.861 INFO STEP 93 (remove_files) COMPLETE
92582026-08-15T07:17:07.731Z[ recovery-image] Aug 15 07:17:06.861 INFO O| Aug 15 07:17:06.861 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92592026-08-15T07:17:07.741Z[ recovery-image] Aug 15 07:17:06.871 INFO O| Aug 15 07:17:06.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92602026-08-15T07:17:07.741Z[ recovery-image] Aug 15 07:17:06.871 INFO O| Aug 15 07:17:06.871 INFO STEP 94 (remove_files) COMPLETE
92612026-08-15T07:17:07.744Z[ recovery-image] Aug 15 07:17:06.871 INFO O| Aug 15 07:17:06.871 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-15T07:17:07.750Z[ recovery-image] Aug 15 07:17:06.880 INFO O| Aug 15 07:17:06.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92632026-08-15T07:17:07.750Z[ recovery-image] Aug 15 07:17:06.880 INFO O| Aug 15 07:17:06.880 INFO STEP 95 (remove_files) COMPLETE
92642026-08-15T07:17:07.753Z[ recovery-image] Aug 15 07:17:06.880 INFO O| Aug 15 07:17:06.880 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-15T07:17:07.761Z[ recovery-image] Aug 15 07:17:06.891 INFO O| Aug 15 07:17:06.891 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92662026-08-15T07:17:07.761Z[ recovery-image] Aug 15 07:17:06.892 INFO O| Aug 15 07:17:06.892 INFO STEP 96 (remove_files) COMPLETE
92672026-08-15T07:17:07.765Z[ recovery-image] Aug 15 07:17:06.892 INFO O| Aug 15 07:17:06.892 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-15T07:17:07.774Z[ recovery-image] Aug 15 07:17:06.904 INFO O| Aug 15 07:17:06.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92692026-08-15T07:17:07.774Z[ recovery-image] Aug 15 07:17:06.904 INFO O| Aug 15 07:17:06.904 INFO STEP 97 (remove_files) COMPLETE
92702026-08-15T07:17:07.774Z[ recovery-image] Aug 15 07:17:06.904 INFO O| Aug 15 07:17:06.904 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92712026-08-15T07:17:07.785Z[ recovery-image] Aug 15 07:17:06.915 INFO O| Aug 15 07:17:06.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92722026-08-15T07:17:07.785Z[ recovery-image] Aug 15 07:17:06.915 INFO O| Aug 15 07:17:06.915 INFO STEP 98 (remove_files) COMPLETE
92732026-08-15T07:17:07.788Z[ recovery-image] Aug 15 07:17:06.915 INFO O| Aug 15 07:17:06.915 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92742026-08-15T07:17:07.795Z[ recovery-image] Aug 15 07:17:06.926 INFO O| Aug 15 07:17:06.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92752026-08-15T07:17:07.796Z[ recovery-image] Aug 15 07:17:06.926 INFO O| Aug 15 07:17:06.926 INFO STEP 99 (remove_files) COMPLETE
92762026-08-15T07:17:07.799Z[ recovery-image] Aug 15 07:17:06.926 INFO O| Aug 15 07:17:06.926 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92772026-08-15T07:17:07.812Z[ recovery-image] Aug 15 07:17:06.942 INFO O| Aug 15 07:17:06.942 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92782026-08-15T07:17:07.812Z[ recovery-image] Aug 15 07:17:06.942 INFO O| Aug 15 07:17:06.942 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"}
92792026-08-15T07:17:08.170Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
92802026-08-15T07:17:08.171Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
92812026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92822026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92832026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92842026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92852026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92862026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92872026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260815T070334Z
92882026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92892026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92902026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
92912026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
92922026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
92932026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
92942026-08-15T07:17:08.175Z[ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92952026-08-15T07:17:08.176Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
92962026-08-15T07:17:08.176Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
92972026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
92982026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
92992026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
93002026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
93012026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
93022026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
93032026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
93042026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
93052026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
93062026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
93072026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
93082026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
93092026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
93102026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93112026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
93122026-08-15T07:17:08.177Z[ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
93132026-08-15T07:17:08.178Z[ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
93142026-08-15T07:17:08.178Z[ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
93152026-08-15T07:17:08.178Z[ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
93162026-08-15T07:17:08.178Z[ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
93172026-08-15T07:17:08.178Z[ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
93182026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93192026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
93202026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93212026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93222026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93232026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93242026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
93252026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93262026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93272026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.307 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93282026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.307 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93292026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93302026-08-15T07:17:08.182Z[ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93312026-08-15T07:17:08.183Z[ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93322026-08-15T07:17:08.183Z[ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93332026-08-15T07:17:08.183Z[ host-image] Aug 15 07:17:07.311 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93342026-08-15T07:17:08.183Z[ host-image] Aug 15 07:17:07.311 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93352026-08-15T07:17:08.192Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93362026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93372026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93382026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
93392026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
93402026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93412026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
93422026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93432026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93442026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93452026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93462026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
93472026-08-15T07:17:08.196Z[ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93482026-08-15T07:17:08.198Z[ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93492026-08-15T07:17:08.198Z[ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93502026-08-15T07:17:08.198Z[ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93512026-08-15T07:17:08.198Z[ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
93522026-08-15T07:17:08.198Z[ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93532026-08-15T07:17:08.201Z[ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93542026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
93552026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
93562026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
93572026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93582026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
93592026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
93602026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
93612026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
93622026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93632026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
93642026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
93652026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93662026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
93672026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
93682026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
93692026-08-15T07:17:08.202Z[ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
93702026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
93712026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93722026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
93732026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
93742026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
93752026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
93762026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
93772026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
93782026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
93792026-08-15T07:17:08.205Z[ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
93802026-08-15T07:17:08.208Z[ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
93812026-08-15T07:17:08.208Z[ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
93822026-08-15T07:17:08.209Z[ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
93832026-08-15T07:17:08.209Z[ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
93842026-08-15T07:17:08.209Z[ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
93852026-08-15T07:17:08.213Z[ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
93862026-08-15T07:17:08.213Z[ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
93872026-08-15T07:17:08.213Z[ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
93882026-08-15T07:17:08.216Z[ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93892026-08-15T07:17:08.216Z[ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93902026-08-15T07:17:08.221Z[ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
93912026-08-15T07:17:08.221Z[ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93922026-08-15T07:17:08.221Z[ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
93932026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
93942026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
93952026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93962026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93972026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
93982026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
93992026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
94002026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
94012026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
94022026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
94032026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.353 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
94042026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.353 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
94052026-08-15T07:17:08.224Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
94062026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
94072026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
94082026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
94092026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
94102026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94112026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94122026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
94132026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
94142026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94152026-08-15T07:17:08.225Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94162026-08-15T07:17:08.226Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94172026-08-15T07:17:08.226Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94182026-08-15T07:17:08.226Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94192026-08-15T07:17:08.230Z[ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94202026-08-15T07:17:08.230Z[ host-image] Aug 15 07:17:07.355 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94212026-08-15T07:17:08.230Z[ host-image] Aug 15 07:17:07.355 INFO O| tempdir @ "/tmp/.tmpfVRuJF/tmp"
94222026-08-15T07:17:08.230Z[ host-image] Aug 15 07:17:07.355 INFO O| image root @ "/tmp/.tmpfVRuJF/tmp/root"
94232026-08-15T07:17:08.230Z[ host-image] Aug 15 07:17:07.355 INFO O| creating image...
94242026-08-15T07:17:11.207Z[ host-image] Aug 15 07:17:10.337 INFO O| copying publishers...
94252026-08-15T07:17:12.449Z[verify-libraries] Compiling oso v0.27.3
94262026-08-15T07:17:13.036Z[ recovery-image] Aug 15 07:17:12.166 INFO O| Aug 15 07:17:12.165 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
94272026-08-15T07:17:13.036Z[ recovery-image] Aug 15 07:17:12.166 INFO O| Aug 15 07:17:12.166 INFO E| svccfg: Loaded 69 smf(7) service descriptions
94282026-08-15T07:17:13.050Z[ recovery-image] Aug 15 07:17:12.179 INFO O| Aug 15 07:17:12.179 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
94292026-08-15T07:17:13.168Z[ recovery-image] Aug 15 07:17:12.298 INFO O| Aug 15 07:17:12.297 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94302026-08-15T07:17:13.258Z[ recovery-image] Aug 15 07:17:12.388 INFO O| Aug 15 07:17:12.387 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
94312026-08-15T07:17:13.339Z[ recovery-image] Aug 15 07:17:12.469 INFO O| Aug 15 07:17:12.469 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
94322026-08-15T07:17:13.340Z[ recovery-image] Aug 15 07:17:12.469 INFO O| Aug 15 07:17:12.469 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 ...
94332026-08-15T07:17:13.344Z[ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
94342026-08-15T07:17:13.344Z[ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO ok!
94352026-08-15T07:17:13.344Z[ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
94362026-08-15T07:17:13.344Z[ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO STEP 100 (seed_smf) COMPLETE
94372026-08-15T07:17:13.344Z[ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO steps complete; finalising image!
94382026-08-15T07:17:13.344Z[ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
94392026-08-15T07:17:13.413Z[ recovery-image] Aug 15 07:17:12.535 INFO O| Aug 15 07:17:12.535 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sat Aug 15 07:17:12 2026)
94402026-08-15T07:17:13.612Z[ recovery-image] Aug 15 07:17:12.741 INFO O| Aug 15 07:17:12.741 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 15 07:17:12 2026)
94412026-08-15T07:17:13.819Z[ recovery-image] Aug 15 07:17:12.949 INFO O| Aug 15 07:17:12.949 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 15 07:17:12 2026)
94422026-08-15T07:17:14.026Z[ recovery-image] Aug 15 07:17:13.155 INFO O| Aug 15 07:17:13.155 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 15 07:17:12 2026)
94432026-08-15T07:17:14.249Z[ recovery-image] Aug 15 07:17:13.379 INFO O| Aug 15 07:17:13.379 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
94442026-08-15T07:17:14.250Z[ recovery-image] Aug 15 07:17:13.379 INFO O| Aug 15 07:17:13.379 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
94452026-08-15T07:17:14.263Z[ host-image] Aug 15 07:17:13.393 INFO O| adding properties...
94462026-08-15T07:17:14.813Z[ recovery-image] Aug 15 07:17:13.943 INFO O| Aug 15 07:17:13.943 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
94472026-08-15T07:17:14.813Z[ recovery-image] Aug 15 07:17:13.943 INFO O| Aug 15 07:17:13.943 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
94482026-08-15T07:17:15.905Z[ host-image] Aug 15 07:17:15.034 INFO O| installing packages...
94492026-08-15T07:17:17.276Z[ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94502026-08-15T07:17:17.276Z[ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94512026-08-15T07:17:17.276Z[ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94522026-08-15T07:17:17.280Z[ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO completed processing sled/zfs-recovery
94532026-08-15T07:17:17.280Z[ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94542026-08-15T07:17:18.829Z[ recovery-image] Aug 15 07:17:17.957 INFO O| Aug 15 07:17:17.957 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94552026-08-15T07:17:19.039Z[ recovery-image] Aug 15 07:17:18.169 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
94562026-08-15T07:17:19.039Z[ recovery-image] Aug 15 07:17:18.169 INFO expanded image name: "recovery c47b10a/${os_short_commit} 2026-08-15 07:03" -> "recovery c47b10a/aaf8e74 2026-08-15 07:03"
94572026-08-15T07:17:19.039Z[ recovery-image] Aug 15 07:17:18.169 INFO output artefacts stored in: "/work/os-recovery"
94582026-08-15T07:17:19.043Z[ recovery-image] Aug 15 07:17:18.169 INFO collecting git info from project "bootserver"...
94592026-08-15T07:17:19.046Z[ recovery-image] Aug 15 07:17:18.177 INFO collecting git info from project "pinprick"...
94602026-08-15T07:17:19.052Z[ recovery-image] Aug 15 07:17:18.183 INFO collecting git info from project "phbl"...
94612026-08-15T07:17:19.060Z[ recovery-image] Aug 15 07:17:18.189 INFO collecting git info from project "chelsio-t6-roms"...
94622026-08-15T07:17:19.077Z[ recovery-image] Aug 15 07:17:18.207 INFO collecting git info from project "dmar-report"...
94632026-08-15T07:17:19.088Z[ recovery-image] Aug 15 07:17:18.218 INFO collecting git info from project "amd-host-image-builder"...
94642026-08-15T07:17:19.136Z[ recovery-image] Aug 15 07:17:18.266 INFO collecting git info from project "image-builder"...
94652026-08-15T07:17:19.149Z[ recovery-image] Aug 15 07:17:18.275 INFO collecting git info from project "amd-firmware"...
94662026-08-15T07:17:19.543Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94672026-08-15T07:17:19.557Z[ recovery-image] Aug 15 07:17:18.687 INFO collecting git info from project "pilot"...
94682026-08-15T07:17:19.568Z[ recovery-image] Aug 15 07:17:18.698 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94692026-08-15T07:17:19.752Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94702026-08-15T07:17:20.079Z[ recovery-image] Aug 15 07:17:19.206 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94712026-08-15T07:17:20.563Z[ recovery-image] Aug 15 07:17:19.692 INFO creating Oxide boot image...
94722026-08-15T07:17:20.563Z[ recovery-image] Aug 15 07:17:19.693 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c47b10a/aaf8e74 2026-08-15 07:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94732026-08-15T07:17:28.991Z[ host-image] Aug 15 07:17:28.119 INFO O| seeding SMF database...
94742026-08-15T07:17:31.907Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94752026-08-15T07:17:32.394Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94762026-08-15T07:17:32.703Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94772026-08-15T07:17:33.934Z[ host-image] Aug 15 07:17:33.048 INFO O| configuring SMF profile...
94782026-08-15T07:17:33.934Z[ host-image] Aug 15 07:17:33.048 INFO O| modifying shadow(5)...
94792026-08-15T07:17:33.934Z[ host-image] Aug 15 07:17:33.049 INFO O| loading user and group database...
94802026-08-15T07:17:33.937Z[ host-image] Aug 15 07:17:33.049 INFO O| loading facet selections...
94812026-08-15T07:17:34.515Z[ host-image] Aug 15 07:17:33.644 INFO O| devel -> true
94822026-08-15T07:17:34.515Z[ host-image] Aug 15 07:17:33.644 INFO O| doc.man -> true
94832026-08-15T07:17:34.515Z[ host-image] Aug 15 07:17:33.644 INFO O| version-lock.shell/ksh93 -> true
94842026-08-15T07:17:34.516Z[ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/data/hardware-registry -> true
94852026-08-15T07:17:34.516Z[ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/data/zoneinfo -> true
94862026-08-15T07:17:34.516Z[ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/microcode/amd -> true
94872026-08-15T07:17:34.516Z[ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/microcode/intel -> true
94882026-08-15T07:17:34.516Z[ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/microcode/oxide -> true
94892026-08-15T07:17:34.525Z[ host-image] Aug 15 07:17:33.644 INFO O| assessing packaged files...
94902026-08-15T07:17:35.530Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94912026-08-15T07:17:36.099Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94922026-08-15T07:17:36.150Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94932026-08-15T07:17:36.534Z[ host-image] Aug 15 07:17:35.664 INFO O| creating archive...
94942026-08-15T07:17:36.556Z[ host-image] Aug 15 07:17:35.686 INFO O| missing from packaging:
94952026-08-15T07:17:36.556Z[ host-image] Aug 15 07:17:35.686 INFO O| "etc/.pwd.lock"
94962026-08-15T07:17:36.557Z[ host-image] Aug 15 07:17:35.686 INFO O| "etc/bash"
94972026-08-15T07:17:36.560Z[ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/generic.xml"
94982026-08-15T07:17:36.561Z[ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/inetd_services.xml"
94992026-08-15T07:17:36.561Z[ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/name_service.xml"
95002026-08-15T07:17:36.561Z[ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/platform.xml"
95012026-08-15T07:17:36.561Z[ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/platform_omicron1.xml"
95022026-08-15T07:17:36.561Z[ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/repository.db"
95032026-08-15T07:17:36.566Z[ host-image] Aug 15 07:17:35.696 INFO O| "opt/ooce/share"
95042026-08-15T07:17:36.566Z[ host-image] Aug 15 07:17:35.696 INFO O| "opt/ooce/share/man"
95052026-08-15T07:17:36.566Z[ host-image] Aug 15 07:17:35.696 INFO O| "opt/ooce/share/man/man1"
95062026-08-15T07:17:36.575Z[ host-image] Aug 15 07:17:35.705 INFO O| finishing archive...
95072026-08-15T07:17:38.437Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
95082026-08-15T07:17:39.215Z[ host-image] Aug 15 07:17:38.344 INFO O| creating gzonly manifest...
95092026-08-15T07:17:39.245Z[ host-image] Aug 15 07:17:38.374 INFO O| ok
95102026-08-15T07:17:39.425Z[ host-image] Aug 15 07:17:38.555 INFO image builder template: ramdisk-02-trim...
95112026-08-15T07:17:39.425Z[ host-image] Aug 15 07:17:38.555 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/.tmpjfI385/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
95122026-08-15T07:17:39.448Z[ host-image] Aug 15 07:17:38.578 INFO O| Aug 15 07:17:38.578 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95132026-08-15T07:17:39.453Z[ host-image] Aug 15 07:17:38.583 INFO O| Aug 15 07:17:38.583 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95142026-08-15T07:17:41.158Z[ host-image] Aug 15 07:17:40.288 INFO O| Aug 15 07:17:40.287 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95152026-08-15T07:17:41.907Z[ host-image] Aug 15 07:17:41.033 INFO O| Aug 15 07:17:41.032 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95162026-08-15T07:17:41.907Z[ host-image] Aug 15 07:17:41.033 INFO O| Aug 15 07:17:41.033 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95172026-08-15T07:17:41.910Z[ host-image] Aug 15 07:17:41.038 INFO O| Aug 15 07:17:41.038 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95182026-08-15T07:17:41.913Z[ host-image] Aug 15 07:17:41.043 INFO O| Aug 15 07:17:41.042 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95192026-08-15T07:17:41.925Z[ host-image] Aug 15 07:17:41.053 INFO O| Aug 15 07:17:41.052 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95202026-08-15T07:17:42.609Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
95212026-08-15T07:17:43.796Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
95222026-08-15T07:17:49.619Z[ host-image] Aug 15 07:17:48.749 INFO O| Aug 15 07:17:48.748 INFO rolled back to input snapshot; work may begin
95232026-08-15T07:17:49.619Z[ host-image] Aug 15 07:17:48.749 INFO O| Aug 15 07:17:48.748 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95242026-08-15T07:17:49.622Z[ host-image] Aug 15 07:17:48.752 INFO O| Aug 15 07:17:48.752 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-15T07:17:49.628Z[ host-image] Aug 15 07:17:48.758 INFO O| Aug 15 07:17:48.758 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95262026-08-15T07:17:49.668Z[ host-image] Aug 15 07:17:48.798 INFO O| Aug 15 07:17:48.798 INFO STEP 0 (remove_files) COMPLETE
95272026-08-15T07:17:49.668Z[ host-image] Aug 15 07:17:48.798 INFO O| Aug 15 07:17:48.798 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-15T07:17:49.678Z[ host-image] Aug 15 07:17:48.808 INFO O| Aug 15 07:17:48.808 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95292026-08-15T07:17:49.681Z[ host-image] Aug 15 07:17:48.809 INFO O| Aug 15 07:17:48.809 INFO STEP 1 (remove_files) COMPLETE
95302026-08-15T07:17:49.681Z[ host-image] Aug 15 07:17:48.809 INFO O| Aug 15 07:17:48.809 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-15T07:17:49.688Z[ host-image] Aug 15 07:17:48.818 INFO O| Aug 15 07:17:48.818 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95322026-08-15T07:17:49.701Z[ host-image] Aug 15 07:17:48.831 INFO O| Aug 15 07:17:48.831 INFO STEP 2 (remove_files) COMPLETE
95332026-08-15T07:17:49.701Z[ host-image] Aug 15 07:17:48.831 INFO O| Aug 15 07:17:48.831 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-15T07:17:49.709Z[ host-image] Aug 15 07:17:48.839 INFO O| Aug 15 07:17:48.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95352026-08-15T07:17:49.712Z[ host-image] Aug 15 07:17:48.840 INFO O| Aug 15 07:17:48.840 INFO STEP 3 (remove_files) COMPLETE
95362026-08-15T07:17:49.712Z[ host-image] Aug 15 07:17:48.840 INFO O| Aug 15 07:17:48.840 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-15T07:17:49.716Z[ host-image] Aug 15 07:17:48.846 INFO O| Aug 15 07:17:48.846 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95382026-08-15T07:17:49.719Z[ host-image] Aug 15 07:17:48.849 INFO O| Aug 15 07:17:48.849 INFO STEP 4 (remove_files) COMPLETE
95392026-08-15T07:17:49.719Z[ host-image] Aug 15 07:17:48.849 INFO O| Aug 15 07:17:48.849 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-15T07:17:49.725Z[ host-image] Aug 15 07:17:48.856 INFO O| Aug 15 07:17:48.856 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95412026-08-15T07:17:49.729Z[ host-image] Aug 15 07:17:48.858 INFO O| Aug 15 07:17:48.858 INFO STEP 5 (remove_files) COMPLETE
95422026-08-15T07:17:49.729Z[ host-image] Aug 15 07:17:48.858 INFO O| Aug 15 07:17:48.858 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-15T07:17:49.733Z[ host-image] Aug 15 07:17:48.864 INFO O| Aug 15 07:17:48.863 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95442026-08-15T07:17:49.743Z[ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO STEP 6 (remove_files) COMPLETE
95452026-08-15T07:17:49.743Z[ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-15T07:17:49.746Z[ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO skip step because feature "heliosv2" is not enabled
95472026-08-15T07:17:49.746Z[ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-15T07:17:49.749Z[ host-image] Aug 15 07:17:48.879 INFO O| Aug 15 07:17:48.879 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95492026-08-15T07:17:49.759Z[ host-image] Aug 15 07:17:48.889 INFO O| Aug 15 07:17:48.889 INFO STEP 8 (remove_files) COMPLETE
95502026-08-15T07:17:49.759Z[ host-image] Aug 15 07:17:48.889 INFO O| Aug 15 07:17:48.889 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-15T07:17:49.767Z[ host-image] Aug 15 07:17:48.897 INFO O| Aug 15 07:17:48.897 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95522026-08-15T07:17:49.831Z[ host-image] Aug 15 07:17:48.960 INFO O| Aug 15 07:17:48.960 INFO STEP 9 (remove_files) COMPLETE
95532026-08-15T07:17:49.831Z[ host-image] Aug 15 07:17:48.960 INFO O| Aug 15 07:17:48.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-15T07:17:49.841Z[ host-image] Aug 15 07:17:48.971 INFO O| Aug 15 07:17:48.971 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95552026-08-15T07:17:49.921Z[ host-image] Aug 15 07:17:49.050 INFO O| Aug 15 07:17:49.050 INFO STEP 10 (remove_files) COMPLETE
95562026-08-15T07:17:49.921Z[ host-image] Aug 15 07:17:49.050 INFO O| Aug 15 07:17:49.050 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-15T07:17:49.929Z[ host-image] Aug 15 07:17:49.059 INFO O| Aug 15 07:17:49.059 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95582026-08-15T07:17:49.932Z[ host-image] Aug 15 07:17:49.062 INFO O| Aug 15 07:17:49.062 INFO STEP 11 (remove_files) COMPLETE
95592026-08-15T07:17:49.932Z[ host-image] Aug 15 07:17:49.062 INFO O| Aug 15 07:17:49.062 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-15T07:17:49.939Z[ host-image] Aug 15 07:17:49.069 INFO O| Aug 15 07:17:49.069 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95612026-08-15T07:17:49.942Z[ host-image] Aug 15 07:17:49.070 INFO O| Aug 15 07:17:49.070 INFO STEP 12 (remove_files) COMPLETE
95622026-08-15T07:17:49.942Z[ host-image] Aug 15 07:17:49.070 INFO O| Aug 15 07:17:49.070 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-15T07:17:49.947Z[ host-image] Aug 15 07:17:49.077 INFO O| Aug 15 07:17:49.077 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95642026-08-15T07:17:49.950Z[ host-image] Aug 15 07:17:49.078 INFO O| Aug 15 07:17:49.078 INFO STEP 13 (remove_files) COMPLETE
95652026-08-15T07:17:49.950Z[ host-image] Aug 15 07:17:49.078 INFO O| Aug 15 07:17:49.078 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-15T07:17:50.014Z[ host-image] Aug 15 07:17:49.144 INFO O| Aug 15 07:17:49.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95672026-08-15T07:17:50.022Z[ host-image] Aug 15 07:17:49.152 INFO O| Aug 15 07:17:49.152 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95682026-08-15T07:17:50.176Z[ host-image] Aug 15 07:17:49.305 INFO O| Aug 15 07:17:49.305 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95692026-08-15T07:17:50.176Z[ host-image] Aug 15 07:17:49.306 INFO O| Aug 15 07:17:49.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95702026-08-15T07:17:50.182Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95712026-08-15T07:17:50.182Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95722026-08-15T07:17:50.182Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95732026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95742026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95752026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95762026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95772026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95782026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95792026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95802026-08-15T07:17:50.185Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95812026-08-15T07:17:50.186Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95822026-08-15T07:17:50.186Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95832026-08-15T07:17:50.186Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95842026-08-15T07:17:50.186Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95852026-08-15T07:17:50.186Z[ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95862026-08-15T07:17:50.189Z[ host-image] Aug 15 07:17:49.316 INFO O| Aug 15 07:17:49.316 INFO STEP 14 (remove_files) COMPLETE
95872026-08-15T07:17:50.189Z[ host-image] Aug 15 07:17:49.316 INFO O| Aug 15 07:17:49.316 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-15T07:17:50.195Z[ host-image] Aug 15 07:17:49.325 INFO O| Aug 15 07:17:49.325 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95892026-08-15T07:17:50.198Z[ host-image] Aug 15 07:17:49.326 INFO O| Aug 15 07:17:49.326 INFO STEP 15 (remove_files) COMPLETE
95902026-08-15T07:17:50.198Z[ host-image] Aug 15 07:17:49.326 INFO O| Aug 15 07:17:49.326 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-15T07:17:50.203Z[ host-image] Aug 15 07:17:49.333 INFO O| Aug 15 07:17:49.333 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95922026-08-15T07:17:50.208Z[ host-image] Aug 15 07:17:49.339 INFO O| Aug 15 07:17:49.339 INFO STEP 16 (remove_files) COMPLETE
95932026-08-15T07:17:50.209Z[ host-image] Aug 15 07:17:49.339 INFO O| Aug 15 07:17:49.339 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-15T07:17:50.216Z[ host-image] Aug 15 07:17:49.346 INFO O| Aug 15 07:17:49.346 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95952026-08-15T07:17:50.219Z[ host-image] Aug 15 07:17:49.346 INFO O| Aug 15 07:17:49.346 INFO STEP 17 (remove_files) COMPLETE
95962026-08-15T07:17:50.219Z[ host-image] Aug 15 07:17:49.346 INFO O| Aug 15 07:17:49.346 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-15T07:17:50.222Z[ host-image] Aug 15 07:17:49.352 INFO O| Aug 15 07:17:49.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95982026-08-15T07:17:50.225Z[ host-image] Aug 15 07:17:49.354 INFO O| Aug 15 07:17:49.353 INFO STEP 18 (remove_files) COMPLETE
95992026-08-15T07:17:50.225Z[ host-image] Aug 15 07:17:49.354 INFO O| Aug 15 07:17:49.353 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-15T07:17:50.231Z[ host-image] Aug 15 07:17:49.361 INFO O| Aug 15 07:17:49.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96012026-08-15T07:17:50.234Z[ host-image] Aug 15 07:17:49.361 INFO O| Aug 15 07:17:49.361 INFO STEP 19 (remove_files) COMPLETE
96022026-08-15T07:17:50.234Z[ host-image] Aug 15 07:17:49.361 INFO O| Aug 15 07:17:49.361 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-15T07:17:50.240Z[ host-image] Aug 15 07:17:49.370 INFO O| Aug 15 07:17:49.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96042026-08-15T07:17:50.240Z[ host-image] Aug 15 07:17:49.370 INFO O| Aug 15 07:17:49.370 INFO STEP 20 (remove_files) COMPLETE
96052026-08-15T07:17:50.243Z[ host-image] Aug 15 07:17:49.370 INFO O| Aug 15 07:17:49.370 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-15T07:17:50.246Z[ host-image] Aug 15 07:17:49.377 INFO O| Aug 15 07:17:49.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96072026-08-15T07:17:50.246Z[ host-image] Aug 15 07:17:49.377 INFO O| Aug 15 07:17:49.377 INFO STEP 21 (remove_files) COMPLETE
96082026-08-15T07:17:50.250Z[ host-image] Aug 15 07:17:49.377 INFO O| Aug 15 07:17:49.377 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-15T07:17:50.255Z[ host-image] Aug 15 07:17:49.385 INFO O| Aug 15 07:17:49.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
96102026-08-15T07:17:50.255Z[ host-image] Aug 15 07:17:49.385 INFO O| Aug 15 07:17:49.385 INFO STEP 22 (remove_files) COMPLETE
96112026-08-15T07:17:50.255Z[ host-image] Aug 15 07:17:49.385 INFO O| Aug 15 07:17:49.385 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-15T07:17:50.263Z[ host-image] Aug 15 07:17:49.393 INFO O| Aug 15 07:17:49.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96132026-08-15T07:17:50.264Z[ host-image] Aug 15 07:17:49.394 INFO O| Aug 15 07:17:49.394 INFO STEP 23 (remove_files) COMPLETE
96142026-08-15T07:17:50.266Z[ host-image] Aug 15 07:17:49.394 INFO O| Aug 15 07:17:49.394 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-15T07:17:50.270Z[ host-image] Aug 15 07:17:49.400 INFO O| Aug 15 07:17:49.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96162026-08-15T07:17:50.273Z[ host-image] Aug 15 07:17:49.400 INFO O| Aug 15 07:17:49.400 INFO STEP 24 (remove_files) COMPLETE
96172026-08-15T07:17:50.273Z[ host-image] Aug 15 07:17:49.400 INFO O| Aug 15 07:17:49.400 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-15T07:17:50.278Z[ host-image] Aug 15 07:17:49.408 INFO O| Aug 15 07:17:49.408 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96192026-08-15T07:17:50.282Z[ host-image] Aug 15 07:17:49.409 INFO O| Aug 15 07:17:49.409 INFO STEP 25 (remove_files) COMPLETE
96202026-08-15T07:17:50.282Z[ host-image] Aug 15 07:17:49.409 INFO O| Aug 15 07:17:49.409 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-15T07:17:50.287Z[ host-image] Aug 15 07:17:49.417 INFO O| Aug 15 07:17:49.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96222026-08-15T07:17:50.290Z[ host-image] Aug 15 07:17:49.417 INFO O| Aug 15 07:17:49.417 INFO STEP 26 (remove_files) COMPLETE
96232026-08-15T07:17:50.290Z[ host-image] Aug 15 07:17:49.417 INFO O| Aug 15 07:17:49.417 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-15T07:17:50.294Z[ host-image] Aug 15 07:17:49.424 INFO O| Aug 15 07:17:49.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96252026-08-15T07:17:50.294Z[ host-image] Aug 15 07:17:49.424 INFO O| Aug 15 07:17:49.424 INFO STEP 27 (remove_files) COMPLETE
96262026-08-15T07:17:50.297Z[ host-image] Aug 15 07:17:49.424 INFO O| Aug 15 07:17:49.424 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-15T07:17:50.301Z[ host-image] Aug 15 07:17:49.432 INFO O| Aug 15 07:17:49.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96282026-08-15T07:17:50.301Z[ host-image] Aug 15 07:17:49.432 INFO O| Aug 15 07:17:49.432 INFO STEP 28 (remove_files) COMPLETE
96292026-08-15T07:17:50.302Z[ host-image] Aug 15 07:17:49.432 INFO O| Aug 15 07:17:49.432 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-15T07:17:50.309Z[ host-image] Aug 15 07:17:49.439 INFO O| Aug 15 07:17:49.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96312026-08-15T07:17:50.312Z[ host-image] Aug 15 07:17:49.439 INFO O| Aug 15 07:17:49.439 INFO STEP 29 (remove_files) COMPLETE
96322026-08-15T07:17:50.312Z[ host-image] Aug 15 07:17:49.439 INFO O| Aug 15 07:17:49.439 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-15T07:17:50.317Z[ host-image] Aug 15 07:17:49.448 INFO O| Aug 15 07:17:49.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96342026-08-15T07:17:50.320Z[ host-image] Aug 15 07:17:49.448 INFO O| Aug 15 07:17:49.448 INFO STEP 30 (remove_files) COMPLETE
96352026-08-15T07:17:50.320Z[ host-image] Aug 15 07:17:49.448 INFO O| Aug 15 07:17:49.448 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-15T07:17:50.325Z[ host-image] Aug 15 07:17:49.455 INFO O| Aug 15 07:17:49.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96372026-08-15T07:17:50.325Z[ host-image] Aug 15 07:17:49.455 INFO O| Aug 15 07:17:49.455 INFO STEP 31 (remove_files) COMPLETE
96382026-08-15T07:17:50.328Z[ host-image] Aug 15 07:17:49.455 INFO O| Aug 15 07:17:49.455 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-15T07:17:50.332Z[ host-image] Aug 15 07:17:49.462 INFO O| Aug 15 07:17:49.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96402026-08-15T07:17:50.332Z[ host-image] Aug 15 07:17:49.462 INFO O| Aug 15 07:17:49.462 INFO STEP 32 (remove_files) COMPLETE
96412026-08-15T07:17:50.332Z[ host-image] Aug 15 07:17:49.462 INFO O| Aug 15 07:17:49.462 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-15T07:17:50.342Z[ host-image] Aug 15 07:17:49.472 INFO O| Aug 15 07:17:49.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96432026-08-15T07:17:50.342Z[ host-image] Aug 15 07:17:49.472 INFO O| Aug 15 07:17:49.472 INFO STEP 33 (remove_files) COMPLETE
96442026-08-15T07:17:50.345Z[ host-image] Aug 15 07:17:49.472 INFO O| Aug 15 07:17:49.472 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-15T07:17:50.351Z[ host-image] Aug 15 07:17:49.481 INFO O| Aug 15 07:17:49.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96462026-08-15T07:17:50.351Z[ host-image] Aug 15 07:17:49.481 INFO O| Aug 15 07:17:49.481 INFO STEP 34 (remove_files) COMPLETE
96472026-08-15T07:17:50.354Z[ host-image] Aug 15 07:17:49.481 INFO O| Aug 15 07:17:49.481 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-15T07:17:50.359Z[ host-image] Aug 15 07:17:49.489 INFO O| Aug 15 07:17:49.489 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96492026-08-15T07:17:50.362Z[ host-image] Aug 15 07:17:49.489 INFO O| Aug 15 07:17:49.489 INFO STEP 35 (remove_files) COMPLETE
96502026-08-15T07:17:50.362Z[ host-image] Aug 15 07:17:49.489 INFO O| Aug 15 07:17:49.489 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-15T07:17:50.366Z[ host-image] Aug 15 07:17:49.496 INFO O| Aug 15 07:17:49.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96522026-08-15T07:17:50.366Z[ host-image] Aug 15 07:17:49.496 INFO O| Aug 15 07:17:49.496 INFO STEP 36 (remove_files) COMPLETE
96532026-08-15T07:17:50.369Z[ host-image] Aug 15 07:17:49.496 INFO O| Aug 15 07:17:49.496 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-15T07:17:50.373Z[ host-image] Aug 15 07:17:49.503 INFO O| Aug 15 07:17:49.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96552026-08-15T07:17:50.373Z[ host-image] Aug 15 07:17:49.503 INFO O| Aug 15 07:17:49.503 INFO STEP 37 (remove_files) COMPLETE
96562026-08-15T07:17:50.376Z[ host-image] Aug 15 07:17:49.503 INFO O| Aug 15 07:17:49.503 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-15T07:17:50.382Z[ host-image] Aug 15 07:17:49.512 INFO O| Aug 15 07:17:49.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96582026-08-15T07:17:50.382Z[ host-image] Aug 15 07:17:49.512 INFO O| Aug 15 07:17:49.512 INFO STEP 38 (remove_files) COMPLETE
96592026-08-15T07:17:50.385Z[ host-image] Aug 15 07:17:49.512 INFO O| Aug 15 07:17:49.512 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-15T07:17:50.389Z[ host-image] Aug 15 07:17:49.519 INFO O| Aug 15 07:17:49.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96612026-08-15T07:17:50.389Z[ host-image] Aug 15 07:17:49.519 INFO O| Aug 15 07:17:49.519 INFO STEP 39 (remove_files) COMPLETE
96622026-08-15T07:17:50.392Z[ host-image] Aug 15 07:17:49.519 INFO O| Aug 15 07:17:49.519 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-15T07:17:50.397Z[ host-image] Aug 15 07:17:49.527 INFO O| Aug 15 07:17:49.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96642026-08-15T07:17:50.399Z[ host-image] Aug 15 07:17:49.527 INFO O| Aug 15 07:17:49.527 INFO STEP 40 (remove_files) COMPLETE
96652026-08-15T07:17:50.399Z[ host-image] Aug 15 07:17:49.527 INFO O| Aug 15 07:17:49.527 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-15T07:17:50.405Z[ host-image] Aug 15 07:17:49.535 INFO O| Aug 15 07:17:49.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96672026-08-15T07:17:50.405Z[ host-image] Aug 15 07:17:49.535 INFO O| Aug 15 07:17:49.535 INFO STEP 41 (remove_files) COMPLETE
96682026-08-15T07:17:50.405Z[ host-image] Aug 15 07:17:49.535 INFO O| Aug 15 07:17:49.535 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-15T07:17:50.415Z[ host-image] Aug 15 07:17:49.545 INFO O| Aug 15 07:17:49.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96702026-08-15T07:17:50.415Z[ host-image] Aug 15 07:17:49.545 INFO O| Aug 15 07:17:49.545 INFO STEP 42 (remove_files) COMPLETE
96712026-08-15T07:17:50.415Z[ host-image] Aug 15 07:17:49.545 INFO O| Aug 15 07:17:49.545 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-15T07:17:50.422Z[ host-image] Aug 15 07:17:49.552 INFO O| Aug 15 07:17:49.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96732026-08-15T07:17:50.422Z[ host-image] Aug 15 07:17:49.553 INFO O| Aug 15 07:17:49.553 INFO STEP 43 (remove_files) COMPLETE
96742026-08-15T07:17:50.425Z[ host-image] Aug 15 07:17:49.553 INFO O| Aug 15 07:17:49.553 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-15T07:17:50.430Z[ host-image] Aug 15 07:17:49.560 INFO O| Aug 15 07:17:49.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96762026-08-15T07:17:50.430Z[ host-image] Aug 15 07:17:49.560 INFO O| Aug 15 07:17:49.560 INFO STEP 44 (remove_files) COMPLETE
96772026-08-15T07:17:50.433Z[ host-image] Aug 15 07:17:49.560 INFO O| Aug 15 07:17:49.560 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-15T07:17:50.440Z[ host-image] Aug 15 07:17:49.570 INFO O| Aug 15 07:17:49.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96792026-08-15T07:17:50.443Z[ host-image] Aug 15 07:17:49.570 INFO O| Aug 15 07:17:49.570 INFO STEP 45 (remove_files) COMPLETE
96802026-08-15T07:17:50.443Z[ host-image] Aug 15 07:17:49.570 INFO O| Aug 15 07:17:49.570 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-15T07:17:50.448Z[ host-image] Aug 15 07:17:49.578 INFO O| Aug 15 07:17:49.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96822026-08-15T07:17:50.448Z[ host-image] Aug 15 07:17:49.578 INFO O| Aug 15 07:17:49.578 INFO STEP 46 (remove_files) COMPLETE
96832026-08-15T07:17:50.451Z[ host-image] Aug 15 07:17:49.578 INFO O| Aug 15 07:17:49.578 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-15T07:17:50.456Z[ host-image] Aug 15 07:17:49.586 INFO O| Aug 15 07:17:49.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96852026-08-15T07:17:50.459Z[ host-image] Aug 15 07:17:49.586 INFO O| Aug 15 07:17:49.586 INFO STEP 47 (remove_files) COMPLETE
96862026-08-15T07:17:50.459Z[ host-image] Aug 15 07:17:49.586 INFO O| Aug 15 07:17:49.586 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-15T07:17:50.463Z[ host-image] Aug 15 07:17:49.593 INFO O| Aug 15 07:17:49.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96882026-08-15T07:17:50.463Z[ host-image] Aug 15 07:17:49.593 INFO O| Aug 15 07:17:49.593 INFO STEP 48 (remove_files) COMPLETE
96892026-08-15T07:17:50.463Z[ host-image] Aug 15 07:17:49.593 INFO O| Aug 15 07:17:49.593 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-15T07:17:50.473Z[ host-image] Aug 15 07:17:49.603 INFO O| Aug 15 07:17:49.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96912026-08-15T07:17:50.475Z[ host-image] Aug 15 07:17:49.603 INFO O| Aug 15 07:17:49.603 INFO STEP 49 (remove_files) COMPLETE
96922026-08-15T07:17:50.476Z[ host-image] Aug 15 07:17:49.603 INFO O| Aug 15 07:17:49.603 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-15T07:17:50.483Z[ host-image] Aug 15 07:17:49.612 INFO O| Aug 15 07:17:49.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96942026-08-15T07:17:50.483Z[ host-image] Aug 15 07:17:49.612 INFO O| Aug 15 07:17:49.612 INFO STEP 50 (remove_files) COMPLETE
96952026-08-15T07:17:50.486Z[ host-image] Aug 15 07:17:49.612 INFO O| Aug 15 07:17:49.612 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-08-15T07:17:50.490Z[ host-image] Aug 15 07:17:49.620 INFO O| Aug 15 07:17:49.620 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96972026-08-15T07:17:50.490Z[ host-image] Aug 15 07:17:49.620 INFO O| Aug 15 07:17:49.620 INFO STEP 51 (remove_files) COMPLETE
96982026-08-15T07:17:50.490Z[ host-image] Aug 15 07:17:49.620 INFO O| Aug 15 07:17:49.620 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-15T07:17:50.499Z[ host-image] Aug 15 07:17:49.629 INFO O| Aug 15 07:17:49.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97002026-08-15T07:17:50.499Z[ host-image] Aug 15 07:17:49.629 INFO O| Aug 15 07:17:49.629 INFO STEP 52 (remove_files) COMPLETE
97012026-08-15T07:17:50.502Z[ host-image] Aug 15 07:17:49.629 INFO O| Aug 15 07:17:49.629 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-08-15T07:17:50.507Z[ host-image] Aug 15 07:17:49.637 INFO O| Aug 15 07:17:49.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97032026-08-15T07:17:50.507Z[ host-image] Aug 15 07:17:49.637 INFO O| Aug 15 07:17:49.637 INFO STEP 53 (remove_files) COMPLETE
97042026-08-15T07:17:50.507Z[ host-image] Aug 15 07:17:49.637 INFO O| Aug 15 07:17:49.637 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-15T07:17:50.515Z[ host-image] Aug 15 07:17:49.645 INFO O| Aug 15 07:17:49.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97062026-08-15T07:17:50.515Z[ host-image] Aug 15 07:17:49.645 INFO O| Aug 15 07:17:49.645 INFO STEP 54 (remove_files) COMPLETE
97072026-08-15T07:17:50.518Z[ host-image] Aug 15 07:17:49.645 INFO O| Aug 15 07:17:49.645 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-08-15T07:17:50.521Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
97092026-08-15T07:17:50.524Z[ host-image] Aug 15 07:17:49.654 INFO O| Aug 15 07:17:49.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
97102026-08-15T07:17:50.524Z[ host-image] Aug 15 07:17:49.654 INFO O| Aug 15 07:17:49.654 INFO STEP 55 (remove_files) COMPLETE
97112026-08-15T07:17:50.524Z[ host-image] Aug 15 07:17:49.654 INFO O| Aug 15 07:17:49.654 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97122026-08-15T07:17:50.531Z[ host-image] Aug 15 07:17:49.661 INFO O| Aug 15 07:17:49.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
97132026-08-15T07:17:50.531Z[ host-image] Aug 15 07:17:49.661 INFO O| Aug 15 07:17:49.661 INFO STEP 56 (remove_files) COMPLETE
97142026-08-15T07:17:50.534Z[ host-image] Aug 15 07:17:49.661 INFO O| Aug 15 07:17:49.661 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97152026-08-15T07:17:50.541Z[ host-image] Aug 15 07:17:49.671 INFO O| Aug 15 07:17:49.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97162026-08-15T07:17:50.544Z[ host-image] Aug 15 07:17:49.671 INFO O| Aug 15 07:17:49.671 INFO STEP 57 (remove_files) COMPLETE
97172026-08-15T07:17:50.544Z[ host-image] Aug 15 07:17:49.671 INFO O| Aug 15 07:17:49.671 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-15T07:17:50.549Z[ host-image] Aug 15 07:17:49.680 INFO O| Aug 15 07:17:49.679 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97192026-08-15T07:17:50.549Z[ host-image] Aug 15 07:17:49.680 INFO O| Aug 15 07:17:49.680 INFO STEP 58 (remove_files) COMPLETE
97202026-08-15T07:17:50.553Z[ host-image] Aug 15 07:17:49.680 INFO O| Aug 15 07:17:49.680 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-08-15T07:17:50.558Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97222026-08-15T07:17:50.558Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97232026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97242026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97252026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97262026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97272026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO ok!
97282026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO STEP 59 (ensure_file) COMPLETE
97292026-08-15T07:17:50.561Z[ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97312026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97322026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97332026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97342026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97352026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97362026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO ok!
97372026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO STEP 60 (ensure_file) COMPLETE
97382026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97392026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97402026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97412026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97422026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO ok!
97432026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO STEP 61 (ensure_file) COMPLETE
97442026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97452026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.711 INFO O| Aug 15 07:17:49.711 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97462026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.711 INFO O| Aug 15 07:17:49.711 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97472026-08-15T07:17:50.596Z[ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97482026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO ok!
97492026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO STEP 62 (ensure_file) COMPLETE
97502026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97512026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97522026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97532026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97542026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97552026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO ok!
97562026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO STEP 63 (ensure_file) COMPLETE
97572026-08-15T07:17:50.598Z[ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-08-15T07:17:50.603Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97592026-08-15T07:17:50.603Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97602026-08-15T07:17:50.603Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97612026-08-15T07:17:50.603Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97622026-08-15T07:17:50.603Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO ok!
97632026-08-15T07:17:50.605Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO STEP 64 (ensure_file) COMPLETE
97642026-08-15T07:17:50.605Z[ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97652026-08-15T07:17:50.608Z[ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97662026-08-15T07:17:50.608Z[ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97672026-08-15T07:17:50.608Z[ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97682026-08-15T07:17:50.608Z[ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO ok!
97692026-08-15T07:17:50.608Z[ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO STEP 65 (assemble_files) COMPLETE
97702026-08-15T07:17:50.608Z[ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97712026-08-15T07:17:50.613Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97722026-08-15T07:17:50.616Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97732026-08-15T07:17:50.616Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97742026-08-15T07:17:50.616Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97752026-08-15T07:17:50.616Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO ok!
97762026-08-15T07:17:50.616Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO STEP 66 (ensure_file) COMPLETE
97772026-08-15T07:17:50.616Z[ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97782026-08-15T07:17:50.621Z[ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97792026-08-15T07:17:50.621Z[ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97802026-08-15T07:17:50.625Z[ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97812026-08-15T07:17:50.625Z[ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO STEP 67 (ensure_dir) COMPLETE
97822026-08-15T07:17:50.625Z[ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97832026-08-15T07:17:50.628Z[ host-image] Aug 15 07:17:49.758 INFO O| Aug 15 07:17:49.758 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97842026-08-15T07:17:50.628Z[ host-image] Aug 15 07:17:49.758 INFO O| Aug 15 07:17:49.758 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 ...
97852026-08-15T07:17:50.636Z[ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 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
97862026-08-15T07:17:50.636Z[ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97872026-08-15T07:17:50.636Z[ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO ok!
97882026-08-15T07:17:50.639Z[ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO STEP 68 (ensure_file) COMPLETE
97892026-08-15T07:17:50.639Z[ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97902026-08-15T07:17:50.645Z[ host-image] Aug 15 07:17:49.775 INFO O| Aug 15 07:17:49.775 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97912026-08-15T07:17:50.645Z[ host-image] Aug 15 07:17:49.775 INFO O| Aug 15 07:17:49.775 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 ...
97922026-08-15T07:17:50.648Z[ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.775 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
97932026-08-15T07:17:50.649Z[ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97942026-08-15T07:17:50.649Z[ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO ok!
97952026-08-15T07:17:50.649Z[ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO STEP 69 (ensure_file) COMPLETE
97962026-08-15T07:17:50.649Z[ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97972026-08-15T07:17:50.657Z[ host-image] Aug 15 07:17:49.787 INFO O| Aug 15 07:17:49.787 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97982026-08-15T07:17:50.661Z[ host-image] Aug 15 07:17:49.787 INFO O| Aug 15 07:17:49.787 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97992026-08-15T07:17:52.179Z[ host-image] Aug 15 07:17:51.308 INFO O| Aug 15 07:17:51.308 INFO STEP 70 (pack_tar) COMPLETE
98002026-08-15T07:17:52.179Z[ host-image] Aug 15 07:17:51.308 INFO O| Aug 15 07:17:51.308 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98012026-08-15T07:17:52.182Z[ host-image] Aug 15 07:17:51.308 INFO O| Aug 15 07:17:51.308 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98022026-08-15T07:17:52.424Z[ host-image] Aug 15 07:17:51.554 INFO O| Aug 15 07:17:51.553 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98032026-08-15T07:17:52.568Z[ host-image] Aug 15 07:17:51.698 INFO O| Aug 15 07:17:51.697 INFO completed processing sled/ramdisk-02-trim
98042026-08-15T07:17:52.572Z[ host-image] Aug 15 07:17:51.700 INFO image builder template: zfs...
98052026-08-15T07:17:52.572Z[ host-image] Aug 15 07:17:51.700 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/.tmpjfI385/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
98062026-08-15T07:17:52.582Z[ host-image] Aug 15 07:17:51.712 INFO O| Aug 15 07:17:51.712 INFO skip include "stress" because feature "stress" is not enabled
98072026-08-15T07:17:52.582Z[ host-image] Aug 15 07:17:51.712 INFO O| Aug 15 07:17:51.712 INFO skip include "stress" because feature "compliance" is not enabled
98082026-08-15T07:17:52.611Z[ host-image] Aug 15 07:17:51.741 INFO O| Aug 15 07:17:51.741 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98092026-08-15T07:17:52.615Z[ host-image] Aug 15 07:17:51.745 INFO O| Aug 15 07:17:51.745 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98102026-08-15T07:17:52.746Z[ host-image] Aug 15 07:17:51.876 INFO O| Aug 15 07:17:51.875 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98112026-08-15T07:17:52.820Z[ host-image] Aug 15 07:17:51.950 INFO O| Aug 15 07:17:51.950 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98122026-08-15T07:17:52.820Z[ host-image] Aug 15 07:17:51.950 INFO O| Aug 15 07:17:51.950 INFO work dataset: rpool/images/build/host/work/sled/zfs
98132026-08-15T07:17:52.827Z[ host-image] Aug 15 07:17:51.953 INFO O| Aug 15 07:17:51.953 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98142026-08-15T07:17:52.919Z[ host-image] Aug 15 07:17:52.048 INFO O| Aug 15 07:17:52.048 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98152026-08-15T07:17:52.967Z[ host-image] Aug 15 07:17:52.097 INFO O| Aug 15 07:17:52.097 INFO DESTROY POOL: TEMPORARY-sled-zfs
98162026-08-15T07:17:52.977Z[ host-image] Aug 15 07:17:52.106 INFO O| Aug 15 07:17:52.106 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98172026-08-15T07:17:52.982Z[ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98182026-08-15T07:17:52.982Z[ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO no lofi found
98192026-08-15T07:17:52.982Z[ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98202026-08-15T07:17:52.982Z[ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98212026-08-15T07:17:54.323Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
98222026-08-15T07:17:54.873Z[ host-image] Aug 15 07:17:54.001 INFO O| Aug 15 07:17:54.001 INFO lofi device = /dev/dsk/c2t1d0p0
98232026-08-15T07:17:54.873Z[ host-image] Aug 15 07:17:54.001 INFO O| Aug 15 07:17:54.001 INFO pool device = /dev/dsk/c2t1d0p0
98242026-08-15T07:17:54.873Z[ host-image] Aug 15 07:17:54.001 INFO O| Aug 15 07:17:54.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"]
98252026-08-15T07:17:54.944Z[ host-image] Aug 15 07:17:54.073 INFO O| Aug 15 07:17:54.073 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98262026-08-15T07:17:54.944Z[ host-image] Aug 15 07:17:54.073 INFO O| Aug 15 07:17:54.073 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98272026-08-15T07:17:54.961Z[ host-image] Aug 15 07:17:54.089 INFO O| Aug 15 07:17:54.089 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98282026-08-15T07:17:55.006Z[ host-image] Aug 15 07:17:54.133 INFO O| Aug 15 07:17:54.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98292026-08-15T07:17:55.029Z[ host-image] Aug 15 07:17:54.158 INFO O| Aug 15 07:17:54.158 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98302026-08-15T07:17:55.049Z[ host-image] Aug 15 07:17:54.171 INFO O| Aug 15 07:17:54.171 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98312026-08-15T07:17:55.053Z[ host-image] Aug 15 07:17:54.181 INFO O| Aug 15 07:17:54.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98322026-08-15T07:17:55.092Z[ host-image] Aug 15 07:17:54.216 INFO O| Aug 15 07:17:54.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98332026-08-15T07:17:55.093Z[ host-image] Aug 15 07:17:54.216 INFO O| Aug 15 07:17:54.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98342026-08-15T07:17:55.098Z[ host-image] Aug 15 07:17:54.216 INFO O| Aug 15 07:17:54.216 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98352026-08-15T07:17:55.098Z[ host-image] Aug 15 07:17:54.223 INFO O| Aug 15 07:17:54.223 INFO boot environment UUID: e20a8f44-1f4c-4149-a07e-7429fdddfcc3
98362026-08-15T07:17:55.098Z[ host-image] Aug 15 07:17:54.223 INFO O| Aug 15 07:17:54.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e20a8f44-1f4c-4149-a07e-7429fdddfcc3
98372026-08-15T07:17:55.103Z[ host-image] Aug 15 07:17:54.233 INFO O| Aug 15 07:17:54.233 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98382026-08-15T07:17:55.114Z[ host-image] Aug 15 07:17:54.244 INFO O| Aug 15 07:17:54.244 INFO STEP 0 (create_be) COMPLETE
98392026-08-15T07:17:55.114Z[ host-image] Aug 15 07:17:54.244 INFO O| Aug 15 07:17:54.244 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98402026-08-15T07:17:55.129Z[ host-image] Aug 15 07:17:54.258 INFO O| Aug 15 07:17:54.258 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98412026-08-15T07:18:03.581Z[ recovery-image] Aug 15 07:18:02.705 INFO O| ok, image written!
98422026-08-15T07:18:03.589Z[ recovery-image] Aug 15 07:18:02.705 INFO O| ok, boot_image_csum file written!
98432026-08-15T07:18:03.595Z[ recovery-image] Aug 15 07:18:02.706 INFO creating boot archive (CPIO)...
98442026-08-15T07:18:03.595Z[ recovery-image] Aug 15 07:18:02.706 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
98452026-08-15T07:18:03.596Z[ recovery-image] Aug 15 07:18:02.714 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98462026-08-15T07:18:03.596Z[ recovery-image] Aug 15 07:18:02.714 INFO E| + outfile=/work/os-recovery/cpio
98472026-08-15T07:18:03.596Z[ recovery-image] Aug 15 07:18:02.714 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98482026-08-15T07:18:03.596Z[ recovery-image] Aug 15 07:18:02.717 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98492026-08-15T07:18:03.596Z[ recovery-image] Aug 15 07:18:02.717 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98502026-08-15T07:18:03.628Z[ recovery-image] Aug 15 07:18:02.754 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98512026-08-15T07:18:03.628Z[ recovery-image] Aug 15 07:18:02.754 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98522026-08-15T07:18:03.632Z[ recovery-image] Aug 15 07:18:02.761 INFO creating compressed cpio/unix for dev loaders...
98532026-08-15T07:18:03.632Z[ recovery-image] Aug 15 07:18:02.761 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
98542026-08-15T07:18:03.963Z[ recovery-image] Aug 15 07:18:03.090 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98552026-08-15T07:18:04.207Z[ host-image] Aug 15 07:18:03.336 INFO O| Aug 15 07:18:03.336 INFO STEP 1 (unpack_tar) COMPLETE
98562026-08-15T07:18:04.207Z[ host-image] Aug 15 07:18:03.336 INFO O| Aug 15 07:18:03.336 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-08-15T07:18:04.216Z[ host-image] Aug 15 07:18:03.346 INFO O| Aug 15 07:18:03.346 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98582026-08-15T07:18:04.838Z[ host-image] Aug 15 07:18:03.846 INFO O| Aug 15 07:18:03.846 INFO STEP 2 (devfsadm) COMPLETE
98592026-08-15T07:18:04.838Z[ host-image] Aug 15 07:18:03.846 INFO O| Aug 15 07:18:03.846 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-08-15T07:18:04.865Z[ host-image] Aug 15 07:18:03.856 INFO O| Aug 15 07:18:03.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98612026-08-15T07:18:04.865Z[ host-image] Aug 15 07:18:03.856 INFO O| Aug 15 07:18:03.856 INFO STEP 3 (ensure_dir) COMPLETE
98622026-08-15T07:18:04.865Z[ host-image] Aug 15 07:18:03.856 INFO O| Aug 15 07:18:03.856 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98632026-08-15T07:18:04.865Z[ host-image] Aug 15 07:18:03.864 INFO O| Aug 15 07:18:03.864 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98642026-08-15T07:18:04.865Z[ host-image] Aug 15 07:18:03.864 INFO O| Aug 15 07:18:03.864 INFO STEP 4 (ensure_dir) COMPLETE
98652026-08-15T07:18:04.865Z[ host-image] Aug 15 07:18:03.864 INFO O| Aug 15 07:18:03.864 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.873 INFO O| Aug 15 07:18:03.873 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98672026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.874 INFO O| Aug 15 07:18:03.873 INFO STEP 5 (ensure_dir) COMPLETE
98682026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.874 INFO O| Aug 15 07:18:03.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98692026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98702026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98712026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO STEP 6 (ensure_dir) COMPLETE
98722026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98732026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98742026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98752026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO STEP 7 (ensure_dir) COMPLETE
98762026-08-15T07:18:04.866Z[ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.899 INFO O| Aug 15 07:18:03.899 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98782026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.899 INFO O| Aug 15 07:18:03.899 INFO STEP 8 (remove_files) COMPLETE
98792026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.899 INFO O| Aug 15 07:18:03.899 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98802026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.908 INFO O| Aug 15 07:18:03.908 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98812026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.908 INFO O| Aug 15 07:18:03.908 INFO STEP 9 (remove_files) COMPLETE
98822026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.908 INFO O| Aug 15 07:18:03.908 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98832026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.916 INFO O| Aug 15 07:18:03.916 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98842026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.917 INFO O| Aug 15 07:18:03.917 INFO STEP 10 (remove_files) COMPLETE
98852026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.917 INFO O| Aug 15 07:18:03.917 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98862026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.924 INFO O| Aug 15 07:18:03.923 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98872026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.924 INFO O| Aug 15 07:18:03.924 INFO STEP 11 (remove_files) COMPLETE
98882026-08-15T07:18:04.867Z[ host-image] Aug 15 07:18:03.924 INFO O| Aug 15 07:18:03.924 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98892026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.932 INFO O| Aug 15 07:18:03.932 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98902026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.932 INFO O| Aug 15 07:18:03.932 INFO STEP 12 (remove_files) COMPLETE
98912026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.932 INFO O| Aug 15 07:18:03.932 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98922026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98932026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98942026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO STEP 13 (ensure_dir) COMPLETE
98952026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98962026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98972026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98982026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98992026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO STEP 14 (ensure_dir) COMPLETE
99002026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99012026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.954 INFO O| Aug 15 07:18:03.954 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99022026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99032026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99042026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO STEP 15 (ensure_dir) COMPLETE
99052026-08-15T07:18:04.868Z[ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99062026-08-15T07:18:04.869Z[ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99072026-08-15T07:18:04.869Z[ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99082026-08-15T07:18:04.869Z[ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO STEP 16 (ensure_dir) COMPLETE
99092026-08-15T07:18:04.870Z[ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99102026-08-15T07:18:04.870Z[ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99112026-08-15T07:18:04.870Z[ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99122026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO STEP 17 (ensure_dir) COMPLETE
99132026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99142026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99152026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99162026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO ok!
99172026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO STEP 18 (ensure_symlink) COMPLETE
99182026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99192026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99202026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99212026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO ok!
99222026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO STEP 19 (ensure_file) COMPLETE
99232026-08-15T07:18:04.872Z[ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-08-15T07:18:04.878Z[ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99252026-08-15T07:18:04.881Z[ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99262026-08-15T07:18:04.881Z[ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99272026-08-15T07:18:04.881Z[ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO ok!
99282026-08-15T07:18:04.881Z[ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO STEP 20 (ensure_symlink) COMPLETE
99292026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99312026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99322026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99332026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO ok!
99342026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO STEP 21 (ensure_symlink) COMPLETE
99352026-08-15T07:18:04.882Z[ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-08-15T07:18:04.892Z[ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99372026-08-15T07:18:04.892Z[ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99382026-08-15T07:18:04.892Z[ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99392026-08-15T07:18:04.892Z[ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO ok!
99402026-08-15T07:18:04.893Z[ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO STEP 22 (ensure_symlink) COMPLETE
99412026-08-15T07:18:04.893Z[ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-08-15T07:18:04.922Z[ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99432026-08-15T07:18:04.922Z[ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99442026-08-15T07:18:04.922Z[ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99452026-08-15T07:18:04.922Z[ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO ok!
99462026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO STEP 23 (ensure_symlink) COMPLETE
99472026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99482026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99492026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99502026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99512026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO ok!
99522026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO STEP 24 (ensure_file) COMPLETE
99532026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99542026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.035 INFO O| Aug 15 07:18:04.035 INFO updating shadow file
99552026-08-15T07:18:04.923Z[ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99562026-08-15T07:18:04.925Z[ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99572026-08-15T07:18:04.925Z[ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO STEP 25 (shadow) COMPLETE
99582026-08-15T07:18:04.925Z[ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99592026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99602026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99612026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99622026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO ok!
99632026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO STEP 26 (ensure_file) COMPLETE
99642026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99652026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99662026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99672026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99682026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO ok!
99692026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO STEP 27 (ensure_file) COMPLETE
99702026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99712026-08-15T07:18:04.932Z[ host-image] Aug 15 07:18:04.058 INFO O| Aug 15 07:18:04.058 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99722026-08-15T07:18:04.933Z[ host-image] Aug 15 07:18:04.058 INFO O| Aug 15 07:18:04.058 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99732026-08-15T07:18:04.933Z[ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99742026-08-15T07:18:04.933Z[ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99752026-08-15T07:18:04.933Z[ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO ok!
99762026-08-15T07:18:04.933Z[ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO STEP 28 (ensure_file) COMPLETE
99772026-08-15T07:18:04.933Z[ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99782026-08-15T07:18:04.949Z[ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99792026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99802026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99812026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO ok!
99822026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO STEP 29 (ensure_file) COMPLETE
99832026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99842026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99852026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99862026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99872026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO STEP 30 (ensure_dir) COMPLETE
99882026-08-15T07:18:04.950Z[ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99892026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99902026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99912026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99922026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99932026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO ok!
99942026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO STEP 31 (ensure_file) COMPLETE
99952026-08-15T07:18:04.954Z[ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99962026-08-15T07:18:04.958Z[ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99972026-08-15T07:18:04.958Z[ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99982026-08-15T07:18:04.959Z[ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99992026-08-15T07:18:04.963Z[ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO STEP 32 (ensure_dir) COMPLETE
100002026-08-15T07:18:04.963Z[ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100012026-08-15T07:18:04.970Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
100022026-08-15T07:18:04.970Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 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 ...
100032026-08-15T07:18:04.976Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 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
100042026-08-15T07:18:04.976Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
100052026-08-15T07:18:04.977Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO ok!
100062026-08-15T07:18:04.977Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO STEP 33 (ensure_file) COMPLETE
100072026-08-15T07:18:04.977Z[ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100082026-08-15T07:18:04.982Z[ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.105 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100092026-08-15T07:18:04.982Z[ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100102026-08-15T07:18:04.982Z[ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100112026-08-15T07:18:04.982Z[ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO ok!
100122026-08-15T07:18:04.982Z[ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO STEP 34 (ensure_file) COMPLETE
100132026-08-15T07:18:04.982Z[ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-15T07:18:04.987Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100152026-08-15T07:18:04.987Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100162026-08-15T07:18:04.987Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100172026-08-15T07:18:04.988Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100182026-08-15T07:18:04.988Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO ok!
100192026-08-15T07:18:04.988Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO STEP 35 (ensure_file) COMPLETE
100202026-08-15T07:18:04.988Z[ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100212026-08-15T07:18:04.993Z[ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100222026-08-15T07:18:04.993Z[ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100232026-08-15T07:18:04.993Z[ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100242026-08-15T07:18:04.993Z[ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO ok!
100252026-08-15T07:18:04.993Z[ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO STEP 36 (ensure_file) COMPLETE
100262026-08-15T07:18:04.993Z[ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-15T07:18:05.000Z[ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100282026-08-15T07:18:05.000Z[ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100292026-08-15T07:18:05.005Z[ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100302026-08-15T07:18:05.005Z[ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO ok!
100312026-08-15T07:18:05.005Z[ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO STEP 37 (ensure_file) COMPLETE
100322026-08-15T07:18:05.005Z[ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100332026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100342026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100352026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100362026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100372026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100382026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100392026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO ok!
100402026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO STEP 38 (ensure_file) COMPLETE
100412026-08-15T07:18:05.009Z[ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100422026-08-15T07:18:05.014Z[ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100432026-08-15T07:18:05.015Z[ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100442026-08-15T07:18:05.015Z[ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100452026-08-15T07:18:05.018Z[ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO STEP 39 (ensure_dir) COMPLETE
100462026-08-15T07:18:05.018Z[ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100472026-08-15T07:18:05.024Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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
100482026-08-15T07:18:05.025Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 ...
100492026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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
100502026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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
100512026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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
100522026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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
100532026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 INFO ok!
100542026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 INFO STEP 40 (ensure_file) COMPLETE
100552026-08-15T07:18:05.029Z[ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100562026-08-15T07:18:05.035Z[ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100572026-08-15T07:18:05.035Z[ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 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 ...
100582026-08-15T07:18:05.036Z[ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100592026-08-15T07:18:05.036Z[ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO ok!
100602026-08-15T07:18:05.036Z[ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO STEP 41 (ensure_symlink) COMPLETE
100612026-08-15T07:18:05.037Z[ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100622026-08-15T07:18:05.041Z[ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100632026-08-15T07:18:05.041Z[ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100642026-08-15T07:18:05.041Z[ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100652026-08-15T07:18:05.041Z[ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO ok!
100662026-08-15T07:18:05.041Z[ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO STEP 42 (ensure_symlink) COMPLETE
100672026-08-15T07:18:05.041Z[ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100682026-08-15T07:18:05.047Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100692026-08-15T07:18:05.047Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100702026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100712026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100722026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100732026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100742026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO ok!
100752026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO STEP 43 (ensure_file) COMPLETE
100762026-08-15T07:18:05.051Z[ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100772026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100782026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 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 ...
100792026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 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
100802026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100812026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO ok!
100822026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO STEP 44 (ensure_file) COMPLETE
100832026-08-15T07:18:05.057Z[ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100842026-08-15T07:18:05.064Z[ host-image] Aug 15 07:18:04.193 INFO O| Aug 15 07:18:04.193 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100852026-08-15T07:18:05.068Z[ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.193 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100862026-08-15T07:18:05.068Z[ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100872026-08-15T07:18:05.068Z[ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.194 INFO ok!
100882026-08-15T07:18:05.068Z[ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.194 INFO STEP 45 (ensure_file) COMPLETE
100892026-08-15T07:18:05.068Z[ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.194 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100902026-08-15T07:18:05.073Z[ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO updating shadow file
100912026-08-15T07:18:05.074Z[ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100922026-08-15T07:18:05.074Z[ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO STEP 46 (shadow) COMPLETE
100932026-08-15T07:18:05.074Z[ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100942026-08-15T07:18:05.082Z[ host-image] Aug 15 07:18:04.211 INFO O| Aug 15 07:18:04.211 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100952026-08-15T07:18:05.082Z[ host-image] Aug 15 07:18:04.211 INFO O| Aug 15 07:18:04.211 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100962026-08-15T07:18:05.085Z[ host-image] Aug 15 07:18:04.211 INFO O| Aug 15 07:18:04.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100972026-08-15T07:18:05.085Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100982026-08-15T07:18:05.085Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO ok!
100992026-08-15T07:18:05.086Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO STEP 47 (ensure_file) COMPLETE
101002026-08-15T07:18:05.086Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101012026-08-15T07:18:05.086Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO skip step because feature "mfg" is not enabled
101022026-08-15T07:18:05.086Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101032026-08-15T07:18:05.086Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO skip step because feature "mfg" is not enabled
101042026-08-15T07:18:05.086Z[ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101052026-08-15T07:18:05.092Z[ host-image] Aug 15 07:18:04.220 INFO O| Aug 15 07:18:04.219 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
101062026-08-15T07:18:05.092Z[ host-image] Aug 15 07:18:04.220 INFO O| Aug 15 07:18:04.219 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101072026-08-15T07:18:05.129Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101082026-08-15T07:18:05.129Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101092026-08-15T07:18:05.142Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO ok!
101102026-08-15T07:18:05.142Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO STEP 50 (ensure_file) COMPLETE
101112026-08-15T07:18:05.142Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101122026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO skip step because feature "compliance" is not enabled
101132026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101152026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101162026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101172026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101182026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101192026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101202026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO ok!
101212026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO STEP 52 (ensure_file) COMPLETE
101222026-08-15T07:18:05.143Z[ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101242026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 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 ...
101252026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 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
101262026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101272026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO ok!
101282026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO STEP 53 (ensure_file) COMPLETE
101292026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101312026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 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 ...
101322026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101332026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101342026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO ok!
101352026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO STEP 54 (ensure_file) COMPLETE
101362026-08-15T07:18:05.149Z[ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101382026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 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 ...
101392026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 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
101402026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101412026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO ok!
101422026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO STEP 55 (ensure_file) COMPLETE
101432026-08-15T07:18:05.155Z[ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-08-15T07:18:05.161Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101452026-08-15T07:18:05.161Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 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 ...
101462026-08-15T07:18:05.165Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101472026-08-15T07:18:05.165Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101482026-08-15T07:18:05.165Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO ok!
101492026-08-15T07:18:05.165Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO STEP 56 (ensure_file) COMPLETE
101502026-08-15T07:18:05.165Z[ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101512026-08-15T07:18:05.171Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.300 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101522026-08-15T07:18:05.171Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 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 ...
101532026-08-15T07:18:05.175Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 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
101542026-08-15T07:18:05.175Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101552026-08-15T07:18:05.175Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO ok!
101562026-08-15T07:18:05.175Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO STEP 57 (ensure_file) COMPLETE
101572026-08-15T07:18:05.175Z[ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101582026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101592026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 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 ...
101602026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101612026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101622026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101632026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101642026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO ok!
101652026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO STEP 58 (ensure_file) COMPLETE
101662026-08-15T07:18:05.181Z[ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101672026-08-15T07:18:05.186Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101682026-08-15T07:18:05.189Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 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 ...
101692026-08-15T07:18:05.190Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 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
101702026-08-15T07:18:05.190Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101712026-08-15T07:18:05.190Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO ok!
101722026-08-15T07:18:05.190Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO STEP 59 (ensure_file) COMPLETE
101732026-08-15T07:18:05.190Z[ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101742026-08-15T07:18:05.194Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101752026-08-15T07:18:05.194Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101762026-08-15T07:18:05.198Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101772026-08-15T07:18:05.198Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101782026-08-15T07:18:05.198Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO ok!
101792026-08-15T07:18:05.198Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO STEP 60 (ensure_file) COMPLETE
101802026-08-15T07:18:05.200Z[ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101812026-08-15T07:18:05.204Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101822026-08-15T07:18:05.204Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 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 ...
101832026-08-15T07:18:05.204Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 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
101842026-08-15T07:18:05.205Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101852026-08-15T07:18:05.205Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO ok!
101862026-08-15T07:18:05.205Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO STEP 61 (ensure_file) COMPLETE
101872026-08-15T07:18:05.205Z[ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101882026-08-15T07:18:05.210Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101892026-08-15T07:18:05.210Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101902026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101912026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101922026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101932026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101942026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO ok!
101952026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO STEP 62 (ensure_file) COMPLETE
101962026-08-15T07:18:05.214Z[ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101972026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101982026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 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 ...
101992026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 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
102002026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102012026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO ok!
102022026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO STEP 63 (ensure_file) COMPLETE
102032026-08-15T07:18:05.218Z[ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102042026-08-15T07:18:05.224Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102052026-08-15T07:18:05.224Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 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 ...
102062026-08-15T07:18:05.227Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 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
102072026-08-15T07:18:05.227Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102082026-08-15T07:18:05.229Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO ok!
102092026-08-15T07:18:05.229Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO STEP 64 (ensure_file) COMPLETE
102102026-08-15T07:18:05.229Z[ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102112026-08-15T07:18:05.232Z[ host-image] Aug 15 07:18:04.359 INFO O| Aug 15 07:18:04.359 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102122026-08-15T07:18:05.232Z[ host-image] Aug 15 07:18:04.359 INFO O| Aug 15 07:18:04.359 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 ...
102132026-08-15T07:18:05.232Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 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
102142026-08-15T07:18:05.232Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102152026-08-15T07:18:05.233Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO ok!
102162026-08-15T07:18:05.233Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO STEP 65 (ensure_file) COMPLETE
102172026-08-15T07:18:05.233Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102182026-08-15T07:18:05.233Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO skip step because feature "mbist" is not enabled
102192026-08-15T07:18:05.233Z[ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-15T07:18:05.239Z[ host-image] Aug 15 07:18:04.365 INFO O| Aug 15 07:18:04.365 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102212026-08-15T07:18:05.239Z[ host-image] Aug 15 07:18:04.365 INFO O| Aug 15 07:18:04.365 INFO STEP 67 (ensure_dir) COMPLETE
102222026-08-15T07:18:05.239Z[ host-image] Aug 15 07:18:04.365 INFO O| Aug 15 07:18:04.365 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-15T07:18:05.243Z[ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102242026-08-15T07:18:05.243Z[ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102252026-08-15T07:18:05.243Z[ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO STEP 68 (ensure_dir) COMPLETE
102262026-08-15T07:18:05.243Z[ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-15T07:18:05.248Z[ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102282026-08-15T07:18:05.248Z[ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102292026-08-15T07:18:05.248Z[ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO STEP 69 (ensure_dir) COMPLETE
102302026-08-15T07:18:05.248Z[ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-15T07:18:05.254Z[ host-image] Aug 15 07:18:04.384 INFO O| Aug 15 07:18:04.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102322026-08-15T07:18:05.254Z[ host-image] Aug 15 07:18:04.384 INFO O| Aug 15 07:18:04.384 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102332026-08-15T07:18:05.632Z[ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102342026-08-15T07:18:05.632Z[ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO ok!
102352026-08-15T07:18:05.636Z[ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO STEP 70 (ensure_file) COMPLETE
102362026-08-15T07:18:05.636Z[ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-15T07:18:05.643Z[ host-image] Aug 15 07:18:04.770 INFO O| Aug 15 07:18:04.770 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102382026-08-15T07:18:05.643Z[ host-image] Aug 15 07:18:04.770 INFO O| Aug 15 07:18:04.770 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102392026-08-15T07:18:06.761Z[ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102402026-08-15T07:18:06.761Z[ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO ok!
102412026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO STEP 71 (ensure_file) COMPLETE
102422026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102442026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102452026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO STEP 72 (ensure_dir) COMPLETE
102462026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102482026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO copying /tmp/.tmpjfI385/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 ...
102492026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102502026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO ok!
102512026-08-15T07:18:06.777Z[ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO STEP 73 (ensure_file) COMPLETE
102522026-08-15T07:18:06.778Z[ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-15T07:18:06.778Z[ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102542026-08-15T07:18:06.778Z[ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO copying /tmp/.tmpjfI385/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 ...
102552026-08-15T07:18:06.778Z[ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102562026-08-15T07:18:06.778Z[ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO ok!
102572026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO STEP 74 (ensure_file) COMPLETE
102582026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102602026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102612026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO STEP 75 (ensure_dir) COMPLETE
102622026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.489 INFO O| Aug 15 07:18:05.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102642026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.489 INFO O| Aug 15 07:18:05.489 INFO copying /tmp/.tmpjfI385/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 ...
102652026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102662026-08-15T07:18:06.779Z[ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO ok!
102672026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO STEP 76 (ensure_file) COMPLETE
102682026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102702026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO copying /tmp/.tmpjfI385/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 ...
102712026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102722026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO ok!
102732026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO STEP 77 (ensure_file) COMPLETE
102742026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102762026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102772026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO STEP 78 (ensure_dir) COMPLETE
102782026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102802026-08-15T07:18:06.780Z[ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO copying /tmp/.tmpjfI385/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 ...
102812026-08-15T07:18:06.781Z[ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102822026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO ok!
102832026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO STEP 79 (ensure_file) COMPLETE
102842026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102862026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102872026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102882026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO ok!
102892026-08-15T07:18:06.782Z[ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO STEP 80 (ensure_file) COMPLETE
102902026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102922026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102932026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO STEP 81 (ensure_dir) COMPLETE
102942026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.532 INFO O| Aug 15 07:18:05.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102962026-08-15T07:18:06.783Z[ host-image] Aug 15 07:18:05.532 INFO O| Aug 15 07:18:05.532 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102972026-08-15T07:18:07.079Z[ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102982026-08-15T07:18:07.079Z[ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO ok!
102992026-08-15T07:18:07.079Z[ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO STEP 82 (ensure_file) COMPLETE
103002026-08-15T07:18:07.084Z[ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-15T07:18:07.084Z[ host-image] Aug 15 07:18:06.211 INFO O| Aug 15 07:18:06.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103022026-08-15T07:18:07.084Z[ host-image] Aug 15 07:18:06.211 INFO O| Aug 15 07:18:06.211 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103032026-08-15T07:18:07.373Z[ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103042026-08-15T07:18:07.373Z[ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO ok!
103052026-08-15T07:18:07.374Z[ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO STEP 83 (ensure_file) COMPLETE
103062026-08-15T07:18:07.381Z[ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-15T07:18:07.392Z[ host-image] Aug 15 07:18:06.510 INFO O| Aug 15 07:18:06.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103082026-08-15T07:18:07.392Z[ host-image] Aug 15 07:18:06.511 INFO O| Aug 15 07:18:06.510 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103092026-08-15T07:18:08.137Z[ recovery-image] Aug 15 07:18:07.262 INFO creating reset image...
103102026-08-15T07:18:08.137Z[ recovery-image] Aug 15 07:18:07.262 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")
103112026-08-15T07:18:08.402Z[ recovery-image] Aug 15 07:18:07.531 INFO E| Updating crates.io index
103122026-08-15T07:18:08.709Z[ recovery-image] Aug 15 07:18:07.839 INFO E| Downloading crates ...
103132026-08-15T07:18:08.762Z[ recovery-image] Aug 15 07:18:07.890 INFO E| Downloaded sigchld v0.2.4
103142026-08-15T07:18:08.775Z[ recovery-image] Aug 15 07:18:07.901 INFO E| Downloaded duct v1.1.1
103152026-08-15T07:18:08.782Z[ recovery-image] Aug 15 07:18:07.905 INFO E| Downloaded shared_child v1.1.1
103162026-08-15T07:18:08.782Z[ recovery-image] Aug 15 07:18:07.905 INFO E| Downloaded clap_lex v1.1.0
103172026-08-15T07:18:08.782Z[ recovery-image] Aug 15 07:18:07.905 INFO E| Downloaded os_pipe v1.2.3
103182026-08-15T07:18:08.782Z[ recovery-image] Aug 15 07:18:07.907 INFO E| Downloaded shared_thread v0.2.0
103192026-08-15T07:18:08.782Z[ recovery-image] Aug 15 07:18:07.907 INFO E| Downloaded colorchoice v1.0.5
103202026-08-15T07:18:08.845Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling libc v0.2.186
103212026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling proc-macro2 v1.0.106
103222026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling quote v1.0.45
103232026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling signal-hook v0.3.18
103242026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling unicode-ident v1.0.24
103252026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling utf8parse v0.2.2
103262026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling is_terminal_polyfill v1.70.2
103272026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling colorchoice v1.0.5
103282026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling anstyle v1.0.14
103292026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling anstyle-query v1.1.5
103302026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling strsim v0.11.1
103312026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling heck v0.5.0
103322026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling clap_lex v1.1.0
103332026-08-15T07:18:08.856Z[ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling shared_thread v0.2.0
103342026-08-15T07:18:08.983Z[ host-image] Aug 15 07:18:08.112 INFO O| Aug 15 07:18:08.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103352026-08-15T07:18:08.984Z[ host-image] Aug 15 07:18:08.113 INFO O| Aug 15 07:18:08.112 INFO ok!
103362026-08-15T07:18:08.990Z[ host-image] Aug 15 07:18:08.113 INFO O| Aug 15 07:18:08.112 INFO STEP 84 (ensure_file) COMPLETE
103372026-08-15T07:18:08.990Z[ host-image] Aug 15 07:18:08.113 INFO O| Aug 15 07:18:08.112 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-15T07:18:08.996Z[ recovery-image] Aug 15 07:18:08.124 INFO E| Compiling anstyle-parse v1.0.0
103392026-08-15T07:18:08.996Z[ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103402026-08-15T07:18:08.996Z[ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103412026-08-15T07:18:08.997Z[ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO STEP 85 (ensure_dir) COMPLETE
103422026-08-15T07:18:08.997Z[ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-15T07:18:09.006Z[ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
103442026-08-15T07:18:09.006Z[ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/pkg/sush-sandbox.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem ...
103452026-08-15T07:18:09.006Z[ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
103462026-08-15T07:18:09.012Z[ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO ok!
103472026-08-15T07:18:09.013Z[ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO STEP 86 (ensure_file) COMPLETE
103482026-08-15T07:18:09.013Z[ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-15T07:18:09.017Z[ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103502026-08-15T07:18:09.018Z[ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.146 INFO copying /tmp/.tmpjfI385/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 ...
103512026-08-15T07:18:09.018Z[ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103522026-08-15T07:18:09.023Z[ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO ok!
103532026-08-15T07:18:09.025Z[ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO STEP 87 (ensure_file) COMPLETE
103542026-08-15T07:18:09.025Z[ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-15T07:18:09.029Z[ host-image] Aug 15 07:18:08.157 INFO O| Aug 15 07:18:08.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103562026-08-15T07:18:09.029Z[ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.157 INFO copying /tmp/.tmpjfI385/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 ...
103572026-08-15T07:18:09.029Z[ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103582026-08-15T07:18:09.029Z[ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO ok!
103592026-08-15T07:18:09.029Z[ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO STEP 88 (ensure_file) COMPLETE
103602026-08-15T07:18:09.029Z[ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-15T07:18:09.039Z[ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103622026-08-15T07:18:09.039Z[ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103632026-08-15T07:18:09.045Z[ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103642026-08-15T07:18:09.045Z[ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO ok!
103652026-08-15T07:18:09.045Z[ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO STEP 89 (ensure_file) COMPLETE
103662026-08-15T07:18:09.045Z[ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-15T07:18:09.049Z[ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103682026-08-15T07:18:09.049Z[ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103692026-08-15T07:18:09.049Z[ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103702026-08-15T07:18:09.049Z[ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO ok!
103712026-08-15T07:18:09.049Z[ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO STEP 90 (ensure_file) COMPLETE
103722026-08-15T07:18:09.050Z[ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-15T07:18:09.059Z[ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103742026-08-15T07:18:09.060Z[ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103752026-08-15T07:18:09.067Z[ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO STEP 91 (ensure_dir) COMPLETE
103762026-08-15T07:18:09.067Z[ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-15T07:18:09.070Z[ host-image] Aug 15 07:18:08.199 INFO O| Aug 15 07:18:08.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103782026-08-15T07:18:09.071Z[ host-image] Aug 15 07:18:08.199 INFO O| Aug 15 07:18:08.199 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103792026-08-15T07:18:09.079Z[ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103802026-08-15T07:18:09.079Z[ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO ok!
103812026-08-15T07:18:09.079Z[ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO STEP 92 (ensure_file) COMPLETE
103822026-08-15T07:18:09.079Z[ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-15T07:18:09.085Z[ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103842026-08-15T07:18:09.085Z[ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103852026-08-15T07:18:09.085Z[ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103862026-08-15T07:18:09.085Z[ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO ok!
103872026-08-15T07:18:09.085Z[ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO STEP 93 (ensure_file) COMPLETE
103882026-08-15T07:18:09.085Z[ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-15T07:18:09.094Z[ host-image] Aug 15 07:18:08.223 INFO O| Aug 15 07:18:08.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103902026-08-15T07:18:09.094Z[ host-image] Aug 15 07:18:08.223 INFO O| Aug 15 07:18:08.223 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103912026-08-15T07:18:09.227Z[ recovery-image] Aug 15 07:18:08.353 INFO E| Compiling anstream v1.0.0
103922026-08-15T07:18:09.472Z[ recovery-image] Aug 15 07:18:08.600 INFO E| Compiling clap_builder v4.6.0
103932026-08-15T07:18:09.861Z[ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103942026-08-15T07:18:09.868Z[ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO ok!
103952026-08-15T07:18:09.868Z[ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO STEP 94 (ensure_file) COMPLETE
103962026-08-15T07:18:09.868Z[ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-15T07:18:09.868Z[ recovery-image] Aug 15 07:18:08.992 INFO E| Compiling errno v0.3.14
103982026-08-15T07:18:09.868Z[ recovery-image] Aug 15 07:18:08.992 INFO E| Compiling os_pipe v1.2.3
103992026-08-15T07:18:09.872Z[ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104002026-08-15T07:18:09.873Z[ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104012026-08-15T07:18:09.873Z[ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO STEP 95 (ensure_dir) COMPLETE
104022026-08-15T07:18:09.873Z[ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-15T07:18:09.881Z[ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104042026-08-15T07:18:09.881Z[ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104052026-08-15T07:18:09.887Z[ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO STEP 96 (ensure_dir) COMPLETE
104062026-08-15T07:18:09.887Z[ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-15T07:18:09.891Z[ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104082026-08-15T07:18:09.892Z[ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104092026-08-15T07:18:09.892Z[ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO STEP 97 (ensure_dir) COMPLETE
104102026-08-15T07:18:09.892Z[ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-15T07:18:09.898Z[ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104122026-08-15T07:18:09.899Z[ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104132026-08-15T07:18:09.899Z[ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO STEP 98 (ensure_dir) COMPLETE
104142026-08-15T07:18:09.902Z[ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-15T07:18:09.908Z[ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104162026-08-15T07:18:09.908Z[ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104172026-08-15T07:18:09.913Z[ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO STEP 99 (ensure_dir) COMPLETE
104182026-08-15T07:18:09.914Z[ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-15T07:18:09.918Z[ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104202026-08-15T07:18:09.918Z[ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO copying /tmp/.tmpjfI385/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 ...
104212026-08-15T07:18:09.918Z[ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104222026-08-15T07:18:09.918Z[ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO ok!
104232026-08-15T07:18:09.918Z[ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO STEP 100 (ensure_file) COMPLETE
104242026-08-15T07:18:09.918Z[ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-15T07:18:09.928Z[ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104262026-08-15T07:18:09.928Z[ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104272026-08-15T07:18:09.934Z[ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO STEP 101 (ensure_dir) COMPLETE
104282026-08-15T07:18:09.934Z[ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-15T07:18:09.940Z[ host-image] Aug 15 07:18:09.066 INFO O| Aug 15 07:18:09.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104302026-08-15T07:18:09.940Z[ host-image] Aug 15 07:18:09.066 INFO O| Aug 15 07:18:09.066 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104312026-08-15T07:18:09.951Z[ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104322026-08-15T07:18:09.951Z[ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO ok!
104332026-08-15T07:18:09.951Z[ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO STEP 102 (ensure_file) COMPLETE
104342026-08-15T07:18:09.955Z[ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-08-15T07:18:09.960Z[ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104362026-08-15T07:18:09.960Z[ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104372026-08-15T07:18:09.963Z[ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104382026-08-15T07:18:09.964Z[ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO ok!
104392026-08-15T07:18:09.964Z[ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO STEP 103 (ensure_file) COMPLETE
104402026-08-15T07:18:09.964Z[ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-08-15T07:18:09.964Z[ recovery-image] Aug 15 07:18:09.091 INFO E| Compiling signal-hook-registry v1.4.8
104422026-08-15T07:18:09.971Z[ host-image] Aug 15 07:18:09.101 INFO O| Aug 15 07:18:09.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104432026-08-15T07:18:09.971Z[ host-image] Aug 15 07:18:09.101 INFO O| Aug 15 07:18:09.101 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104442026-08-15T07:18:10.290Z[ recovery-image] Aug 15 07:18:09.419 INFO E| Compiling sigchld v0.2.4
104452026-08-15T07:18:10.308Z[ recovery-image] Aug 15 07:18:09.437 INFO E| Compiling syn v2.0.117
104462026-08-15T07:18:10.346Z[ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104472026-08-15T07:18:10.346Z[ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO ok!
104482026-08-15T07:18:10.347Z[ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO STEP 104 (ensure_file) COMPLETE
104492026-08-15T07:18:10.350Z[ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-15T07:18:10.357Z[ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104512026-08-15T07:18:10.357Z[ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104522026-08-15T07:18:10.360Z[ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104532026-08-15T07:18:10.361Z[ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO ok!
104542026-08-15T07:18:10.361Z[ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO STEP 105 (ensure_file) COMPLETE
104552026-08-15T07:18:10.361Z[ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-15T07:18:10.369Z[ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104572026-08-15T07:18:10.377Z[ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104582026-08-15T07:18:10.377Z[ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO STEP 106 (ensure_dir) COMPLETE
104592026-08-15T07:18:10.377Z[ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-15T07:18:10.381Z[ host-image] Aug 15 07:18:09.506 INFO O| Aug 15 07:18:09.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104612026-08-15T07:18:10.381Z[ host-image] Aug 15 07:18:09.506 INFO O| Aug 15 07:18:09.506 INFO copying /tmp/.tmpjfI385/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 ...
104622026-08-15T07:18:10.392Z[ recovery-image] Aug 15 07:18:09.522 INFO E| Compiling shared_child v1.1.1
104632026-08-15T07:18:10.630Z[ recovery-image] Aug 15 07:18:09.759 INFO E| Compiling duct v1.1.1
104642026-08-15T07:18:10.723Z[ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104652026-08-15T07:18:10.723Z[ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO ok!
104662026-08-15T07:18:10.727Z[ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO STEP 107 (ensure_file) COMPLETE
104672026-08-15T07:18:10.727Z[ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-15T07:18:10.734Z[ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104692026-08-15T07:18:10.735Z[ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO copying /tmp/.tmpjfI385/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 ...
104702026-08-15T07:18:10.738Z[ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104712026-08-15T07:18:10.738Z[ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO ok!
104722026-08-15T07:18:10.738Z[ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO STEP 108 (ensure_file) COMPLETE
104732026-08-15T07:18:10.738Z[ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-15T07:18:10.742Z[ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104752026-08-15T07:18:10.742Z[ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO copying /tmp/.tmpjfI385/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 ...
104762026-08-15T07:18:10.742Z[ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104772026-08-15T07:18:10.742Z[ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO ok!
104782026-08-15T07:18:10.743Z[ host-image] Aug 15 07:18:09.872 INFO O| Aug 15 07:18:09.871 INFO STEP 109 (ensure_file) COMPLETE
104792026-08-15T07:18:10.743Z[ host-image] Aug 15 07:18:09.872 INFO O| Aug 15 07:18:09.872 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-15T07:18:10.755Z[ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104812026-08-15T07:18:10.755Z[ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO copying /tmp/.tmpjfI385/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 ...
104822026-08-15T07:18:10.759Z[ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104832026-08-15T07:18:10.760Z[ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO ok!
104842026-08-15T07:18:10.760Z[ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO STEP 110 (ensure_file) COMPLETE
104852026-08-15T07:18:10.760Z[ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-15T07:18:10.764Z[ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104872026-08-15T07:18:10.764Z[ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO copying /tmp/.tmpjfI385/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 ...
104882026-08-15T07:18:10.765Z[ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104892026-08-15T07:18:10.765Z[ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO ok!
104902026-08-15T07:18:10.765Z[ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO STEP 111 (ensure_file) COMPLETE
104912026-08-15T07:18:10.765Z[ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-15T07:18:10.839Z[ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104932026-08-15T07:18:10.839Z[ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO copying /tmp/.tmpjfI385/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 ...
104942026-08-15T07:18:10.839Z[ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104952026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO ok!
104962026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO STEP 112 (ensure_file) COMPLETE
104972026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104992026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO copying /tmp/.tmpjfI385/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 ...
105002026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
105012026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO ok!
105022026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO STEP 113 (ensure_file) COMPLETE
105032026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
105052026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
105062026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
105072026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO ok!
105082026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO STEP 114 (ensure_file) COMPLETE
105092026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
105112026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO copying /tmp/.tmpjfI385/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 ...
105122026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
105132026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO ok!
105142026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO STEP 115 (ensure_file) COMPLETE
105152026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
105172026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO copying /tmp/.tmpjfI385/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 ...
105182026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
105192026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO ok!
105202026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO STEP 116 (ensure_file) COMPLETE
105212026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105232026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO copying /tmp/.tmpjfI385/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 ...
105242026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105252026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO ok!
105262026-08-15T07:18:10.840Z[ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO STEP 117 (ensure_file) COMPLETE
105272026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105292026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105302026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105312026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO ok!
105322026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO STEP 118 (ensure_file) COMPLETE
105332026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105352026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO copying /tmp/.tmpjfI385/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 ...
105362026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105372026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO ok!
105382026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO STEP 119 (ensure_file) COMPLETE
105392026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.962 INFO O| Aug 15 07:18:09.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105412026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.962 INFO O| Aug 15 07:18:09.962 INFO copying /tmp/.tmpjfI385/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 ...
105422026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105432026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO ok!
105442026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO STEP 120 (ensure_file) COMPLETE
105452026-08-15T07:18:10.841Z[ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-15T07:18:10.846Z[ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105472026-08-15T07:18:10.847Z[ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO copying /tmp/.tmpjfI385/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 ...
105482026-08-15T07:18:10.847Z[ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105492026-08-15T07:18:10.847Z[ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO ok!
105502026-08-15T07:18:10.847Z[ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO STEP 121 (ensure_file) COMPLETE
105512026-08-15T07:18:10.847Z[ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-15T07:18:10.852Z[ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105532026-08-15T07:18:10.852Z[ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO copying /tmp/.tmpjfI385/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 ...
105542026-08-15T07:18:10.852Z[ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105552026-08-15T07:18:10.852Z[ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO ok!
105562026-08-15T07:18:10.855Z[ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO STEP 122 (ensure_file) COMPLETE
105572026-08-15T07:18:10.855Z[ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-15T07:18:10.860Z[ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105592026-08-15T07:18:10.860Z[ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO copying /tmp/.tmpjfI385/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 ...
105602026-08-15T07:18:10.860Z[ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105612026-08-15T07:18:10.861Z[ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO ok!
105622026-08-15T07:18:10.861Z[ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO STEP 123 (ensure_file) COMPLETE
105632026-08-15T07:18:10.861Z[ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-15T07:18:10.865Z[ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105652026-08-15T07:18:10.868Z[ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO copying /tmp/.tmpjfI385/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 ...
105662026-08-15T07:18:10.868Z[ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105672026-08-15T07:18:10.868Z[ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO ok!
105682026-08-15T07:18:10.868Z[ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO STEP 124 (ensure_file) COMPLETE
105692026-08-15T07:18:10.868Z[ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-08-15T07:18:10.876Z[ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105712026-08-15T07:18:10.877Z[ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO copying /tmp/.tmpjfI385/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 ...
105722026-08-15T07:18:10.877Z[ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105732026-08-15T07:18:10.877Z[ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO ok!
105742026-08-15T07:18:10.877Z[ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO STEP 125 (ensure_file) COMPLETE
105752026-08-15T07:18:10.877Z[ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-08-15T07:18:10.881Z[ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105772026-08-15T07:18:10.881Z[ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO copying /tmp/.tmpjfI385/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 ...
105782026-08-15T07:18:10.882Z[ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105792026-08-15T07:18:10.882Z[ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO ok!
105802026-08-15T07:18:10.882Z[ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO STEP 126 (ensure_file) COMPLETE
105812026-08-15T07:18:10.882Z[ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-15T07:18:10.889Z[ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105832026-08-15T07:18:10.889Z[ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO copying /tmp/.tmpjfI385/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 ...
105842026-08-15T07:18:10.893Z[ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105852026-08-15T07:18:10.893Z[ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO ok!
105862026-08-15T07:18:10.893Z[ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO STEP 127 (ensure_file) COMPLETE
105872026-08-15T07:18:10.893Z[ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-08-15T07:18:10.902Z[ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105892026-08-15T07:18:10.902Z[ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO copying /tmp/.tmpjfI385/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 ...
105902026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105912026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO ok!
105922026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO STEP 128 (ensure_file) COMPLETE
105932026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105952026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO copying /tmp/.tmpjfI385/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 ...
105962026-08-15T07:18:10.913Z[ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105972026-08-15T07:18:10.915Z[ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO ok!
105982026-08-15T07:18:10.915Z[ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO STEP 129 (ensure_file) COMPLETE
105992026-08-15T07:18:10.915Z[ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-08-15T07:18:10.921Z[ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
106012026-08-15T07:18:10.921Z[ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO copying /tmp/.tmpjfI385/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 ...
106022026-08-15T07:18:10.921Z[ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
106032026-08-15T07:18:10.921Z[ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO ok!
106042026-08-15T07:18:10.921Z[ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO STEP 130 (ensure_file) COMPLETE
106052026-08-15T07:18:10.922Z[ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-15T07:18:10.925Z[ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
106072026-08-15T07:18:10.925Z[ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO copying /tmp/.tmpjfI385/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 ...
106082026-08-15T07:18:10.925Z[ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
106092026-08-15T07:18:10.925Z[ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO ok!
106102026-08-15T07:18:10.925Z[ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO STEP 131 (ensure_file) COMPLETE
106112026-08-15T07:18:10.925Z[ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-08-15T07:18:10.930Z[ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
106132026-08-15T07:18:10.930Z[ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO copying /tmp/.tmpjfI385/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 ...
106142026-08-15T07:18:10.930Z[ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
106152026-08-15T07:18:10.930Z[ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO ok!
106162026-08-15T07:18:10.930Z[ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO STEP 132 (ensure_file) COMPLETE
106172026-08-15T07:18:10.930Z[ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-08-15T07:18:10.940Z[ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
106192026-08-15T07:18:10.941Z[ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO copying /tmp/.tmpjfI385/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 ...
106202026-08-15T07:18:10.941Z[ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106212026-08-15T07:18:10.941Z[ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO ok!
106222026-08-15T07:18:10.941Z[ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO STEP 133 (ensure_file) COMPLETE
106232026-08-15T07:18:10.941Z[ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-08-15T07:18:10.949Z[ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106252026-08-15T07:18:10.949Z[ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO copying /tmp/.tmpjfI385/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 ...
106262026-08-15T07:18:10.949Z[ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106272026-08-15T07:18:10.950Z[ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO ok!
106282026-08-15T07:18:10.950Z[ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO STEP 134 (ensure_file) COMPLETE
106292026-08-15T07:18:10.950Z[ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-15T07:18:10.957Z[ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106312026-08-15T07:18:10.957Z[ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO copying /tmp/.tmpjfI385/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 ...
106322026-08-15T07:18:10.957Z[ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106332026-08-15T07:18:10.957Z[ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO ok!
106342026-08-15T07:18:10.957Z[ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO STEP 135 (ensure_file) COMPLETE
106352026-08-15T07:18:10.957Z[ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-15T07:18:10.966Z[ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106372026-08-15T07:18:10.966Z[ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO copying /tmp/.tmpjfI385/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 ...
106382026-08-15T07:18:10.971Z[ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106392026-08-15T07:18:10.971Z[ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO ok!
106402026-08-15T07:18:10.971Z[ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO STEP 136 (ensure_file) COMPLETE
106412026-08-15T07:18:10.971Z[ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-15T07:18:10.992Z[ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106432026-08-15T07:18:10.992Z[ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106442026-08-15T07:18:10.992Z[ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106452026-08-15T07:18:10.992Z[ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO ok!
106462026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO STEP 137 (ensure_file) COMPLETE
106472026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106492026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO copying /tmp/.tmpjfI385/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 ...
106502026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106512026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO ok!
106522026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO STEP 138 (ensure_file) COMPLETE
106532026-08-15T07:18:10.993Z[ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-08-15T07:18:10.996Z[ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106552026-08-15T07:18:10.997Z[ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106562026-08-15T07:18:10.997Z[ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106572026-08-15T07:18:10.997Z[ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO ok!
106582026-08-15T07:18:10.997Z[ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO STEP 139 (ensure_file) COMPLETE
106592026-08-15T07:18:10.997Z[ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-08-15T07:18:11.003Z[ host-image] Aug 15 07:18:10.132 INFO O| Aug 15 07:18:10.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106612026-08-15T07:18:11.003Z[ host-image] Aug 15 07:18:10.132 INFO O| Aug 15 07:18:10.132 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106622026-08-15T07:18:12.811Z[ recovery-image] Aug 15 07:18:11.940 INFO E| Compiling clap_derive v4.6.1
106632026-08-15T07:18:14.342Z[ recovery-image] Aug 15 07:18:13.471 INFO E| Compiling clap v4.6.1
106642026-08-15T07:18:14.419Z[ recovery-image] Aug 15 07:18:13.547 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106652026-08-15T07:18:15.536Z[ recovery-image] Aug 15 07:18:14.665 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s
106662026-08-15T07:18:15.544Z[ recovery-image] Aug 15 07:18:14.671 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106672026-08-15T07:18:15.858Z[ recovery-image] Aug 15 07:18:14.987 INFO E| Downloading crates ...
106682026-08-15T07:18:15.910Z[ recovery-image] Aug 15 07:18:15.039 INFO E| Downloaded bitstruct_derive v0.1.0
106692026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.042 INFO E| Downloaded bit_field v0.10.3
106702026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.046 INFO E| Downloaded bitstruct v0.1.1
106712026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.055 INFO E| Downloaded log v0.4.32
106722026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.057 INFO E| Downloaded raw-cpuid v10.7.0
106732026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.059 INFO E| Downloaded cpio_reader v0.1.2
106742026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.060 INFO E| Downloaded miniz_oxide v0.9.1
106752026-08-15T07:18:15.956Z[ recovery-image] Aug 15 07:18:15.063 INFO E| Downloaded bitflags v2.13.0
106762026-08-15T07:18:15.969Z[ recovery-image] Aug 15 07:18:15.098 INFO E| Downloaded goblin v0.10.7
106772026-08-15T07:18:16.109Z[ recovery-image] Aug 15 07:18:15.218 INFO E| Downloaded x86 v0.52.0
106782026-08-15T07:18:16.141Z[ recovery-image] Aug 15 07:18:15.255 INFO E| Updating crates.io index
106792026-08-15T07:18:16.177Z[ recovery-image] Aug 15 07:18:15.307 INFO E| Downloading crates ...
106802026-08-15T07:18:16.202Z[ recovery-image] Aug 15 07:18:15.331 INFO E| Downloaded rustc-literal-escaper v0.0.7
106812026-08-15T07:18:16.211Z[ recovery-image] Aug 15 07:18:15.332 INFO E| Downloaded hashbrown v0.17.1
106822026-08-15T07:18:16.259Z[ recovery-image] Aug 15 07:18:15.388 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)
106832026-08-15T07:18:16.259Z[ recovery-image] Aug 15 07:18:15.388 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)
106842026-08-15T07:18:16.281Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling proc-macro2 v1.0.106
106852026-08-15T07:18:16.281Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling quote v1.0.45
106862026-08-15T07:18:16.281Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling unicode-ident v1.0.24
106872026-08-15T07:18:16.281Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling syn v1.0.109
106882026-08-15T07:18:16.282Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling x86 v0.52.0
106892026-08-15T07:18:16.282Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106902026-08-15T07:18:16.282Z[ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling seq-macro v0.3.6
106912026-08-15T07:18:17.685Z[ recovery-image] Aug 15 07:18:16.814 INFO E| Compiling syn v2.0.117
106922026-08-15T07:18:19.442Z[ recovery-image] Aug 15 07:18:18.572 INFO E| Compiling scroll_derive v0.13.1
106932026-08-15T07:18:20.876Z[ recovery-image] Aug 15 07:18:19.993 INFO E| Compiling bitstruct_derive v0.1.0
106942026-08-15T07:18:27.042Z[ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106952026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO ok!
106962026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO STEP 140 (ensure_file) COMPLETE
106972026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.221 INFO O| Aug 15 07:18:23.221 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106992026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.221 INFO O| Aug 15 07:18:23.221 INFO STEP 141 (ensure_dir) COMPLETE
107002026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.221 INFO O| Aug 15 07:18:23.221 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107012026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.230 INFO O| Aug 15 07:18:23.230 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
107022026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.230 INFO O| Aug 15 07:18:23.230 INFO STEP 142 (ensure_dir) COMPLETE
107032026-08-15T07:18:27.043Z[ host-image] Aug 15 07:18:23.230 INFO O| Aug 15 07:18:23.230 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107042026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.240 INFO O| Aug 15 07:18:23.240 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
107052026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.240 INFO O| Aug 15 07:18:23.240 INFO STEP 143 (ensure_dir) COMPLETE
107062026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.240 INFO O| Aug 15 07:18:23.240 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107072026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.247 INFO O| Aug 15 07:18:23.247 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
107082026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.247 INFO O| Aug 15 07:18:23.247 INFO STEP 144 (ensure_dir) COMPLETE
107092026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.247 INFO O| Aug 15 07:18:23.247 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107102026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
107112026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO copying /tmp/.tmpjfI385/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 ...
107122026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
107132026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO ok!
107142026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO STEP 145 (ensure_file) COMPLETE
107152026-08-15T07:18:27.044Z[ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107162026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
107172026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
107182026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
107192026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO STEP 146 (ensure_dir) COMPLETE
107202026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107212026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.271 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
107222026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO copying /tmp/.tmpjfI385/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
107232026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
107242026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO ok!
107252026-08-15T07:18:27.045Z[ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO STEP 147 (ensure_file) COMPLETE
107262026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.278 INFO O| Aug 15 07:18:23.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
107282026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.278 INFO O| Aug 15 07:18:23.278 INFO STEP 148 (remove_files) COMPLETE
107292026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.278 INFO O| Aug 15 07:18:23.278 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.285 INFO O| Aug 15 07:18:23.285 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
107312026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.285 INFO O| Aug 15 07:18:23.285 INFO STEP 149 (remove_files) COMPLETE
107322026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.285 INFO O| Aug 15 07:18:23.285 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.291 INFO O| Aug 15 07:18:23.291 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
107342026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.291 INFO O| Aug 15 07:18:23.291 INFO STEP 150 (remove_files) COMPLETE
107352026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.291 INFO O| Aug 15 07:18:23.291 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.300 INFO O| Aug 15 07:18:23.300 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
107372026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.301 INFO O| Aug 15 07:18:23.300 INFO STEP 151 (remove_files) COMPLETE
107382026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.301 INFO O| Aug 15 07:18:23.300 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107392026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.309 INFO O| Aug 15 07:18:23.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
107402026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.309 INFO O| Aug 15 07:18:23.309 INFO STEP 152 (remove_files) COMPLETE
107412026-08-15T07:18:27.048Z[ host-image] Aug 15 07:18:23.309 INFO O| Aug 15 07:18:23.309 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107422026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.317 INFO O| Aug 15 07:18:23.317 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107432026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.317 INFO O| Aug 15 07:18:23.317 INFO STEP 153 (remove_files) COMPLETE
107442026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.317 INFO O| Aug 15 07:18:23.317 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107452026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.325 INFO O| Aug 15 07:18:23.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107462026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.325 INFO O| Aug 15 07:18:23.325 INFO STEP 154 (remove_files) COMPLETE
107472026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.325 INFO O| Aug 15 07:18:23.325 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107482026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.333 INFO O| Aug 15 07:18:23.333 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107492026-08-15T07:18:27.050Z[ host-image] Aug 15 07:18:23.333 INFO O| Aug 15 07:18:23.333 INFO STEP 155 (remove_files) COMPLETE
107502026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.333 INFO O| Aug 15 07:18:23.333 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107512026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.342 INFO O| Aug 15 07:18:23.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107522026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.342 INFO O| Aug 15 07:18:23.342 INFO STEP 156 (remove_files) COMPLETE
107532026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.342 INFO O| Aug 15 07:18:23.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107542026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.350 INFO O| Aug 15 07:18:23.350 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107552026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.350 INFO O| Aug 15 07:18:23.350 INFO STEP 157 (remove_files) COMPLETE
107562026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.350 INFO O| Aug 15 07:18:23.350 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107572026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.357 INFO O| Aug 15 07:18:23.357 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107582026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.357 INFO O| Aug 15 07:18:23.357 INFO STEP 158 (remove_files) COMPLETE
107592026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.357 INFO O| Aug 15 07:18:23.357 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107602026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.364 INFO O| Aug 15 07:18:23.364 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107612026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.364 INFO O| Aug 15 07:18:23.364 INFO STEP 159 (remove_files) COMPLETE
107622026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.364 INFO O| Aug 15 07:18:23.364 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107632026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.372 INFO O| Aug 15 07:18:23.372 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107642026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.373 INFO O| Aug 15 07:18:23.372 INFO STEP 160 (remove_files) COMPLETE
107652026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.373 INFO O| Aug 15 07:18:23.373 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107662026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.380 INFO O| Aug 15 07:18:23.380 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107672026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.380 INFO O| Aug 15 07:18:23.380 INFO STEP 161 (remove_files) COMPLETE
107682026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.380 INFO O| Aug 15 07:18:23.380 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107692026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.389 INFO O| Aug 15 07:18:23.389 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107702026-08-15T07:18:27.069Z[ host-image] Aug 15 07:18:23.389 INFO O| Aug 15 07:18:23.389 INFO STEP 162 (remove_files) COMPLETE
107712026-08-15T07:18:27.070Z[ host-image] Aug 15 07:18:23.389 INFO O| Aug 15 07:18:23.389 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107722026-08-15T07:18:27.070Z[ host-image] Aug 15 07:18:23.396 INFO O| Aug 15 07:18:23.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107732026-08-15T07:18:27.070Z[ host-image] Aug 15 07:18:23.396 INFO O| Aug 15 07:18:23.396 INFO STEP 163 (remove_files) COMPLETE
107742026-08-15T07:18:27.070Z[ host-image] Aug 15 07:18:23.396 INFO O| Aug 15 07:18:23.396 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107752026-08-15T07:18:27.070Z[ host-image] Aug 15 07:18:23.403 INFO O| Aug 15 07:18:23.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107762026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.403 INFO O| Aug 15 07:18:23.403 INFO STEP 164 (remove_files) COMPLETE
107772026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.403 INFO O| Aug 15 07:18:23.403 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107782026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.411 INFO O| Aug 15 07:18:23.410 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107792026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.411 INFO O| Aug 15 07:18:23.411 INFO STEP 165 (remove_files) COMPLETE
107802026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.411 INFO O| Aug 15 07:18:23.411 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107812026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.418 INFO O| Aug 15 07:18:23.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107822026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.418 INFO O| Aug 15 07:18:23.418 INFO STEP 166 (remove_files) COMPLETE
107832026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.418 INFO O| Aug 15 07:18:23.418 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107842026-08-15T07:18:27.072Z[ host-image] Aug 15 07:18:23.425 INFO O| Aug 15 07:18:23.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107852026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.425 INFO O| Aug 15 07:18:23.425 INFO STEP 167 (remove_files) COMPLETE
107862026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.425 INFO O| Aug 15 07:18:23.425 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107872026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.433 INFO O| Aug 15 07:18:23.433 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107882026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.433 INFO O| Aug 15 07:18:23.433 INFO STEP 168 (remove_files) COMPLETE
107892026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.433 INFO O| Aug 15 07:18:23.433 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107902026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.441 INFO O| Aug 15 07:18:23.441 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107912026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.441 INFO O| Aug 15 07:18:23.441 INFO STEP 169 (remove_files) COMPLETE
107922026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.441 INFO O| Aug 15 07:18:23.441 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107932026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.449 INFO O| Aug 15 07:18:23.449 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107942026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.449 INFO O| Aug 15 07:18:23.449 INFO STEP 170 (remove_files) COMPLETE
107952026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.449 INFO O| Aug 15 07:18:23.449 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107962026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.456 INFO O| Aug 15 07:18:23.456 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107972026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.456 INFO O| Aug 15 07:18:23.456 INFO STEP 171 (remove_files) COMPLETE
107982026-08-15T07:18:27.073Z[ host-image] Aug 15 07:18:23.456 INFO O| Aug 15 07:18:23.456 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107992026-08-15T07:18:27.074Z[ host-image] Aug 15 07:18:23.463 INFO O| Aug 15 07:18:23.463 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
108002026-08-15T07:18:27.074Z[ host-image] Aug 15 07:18:23.463 INFO O| Aug 15 07:18:23.463 INFO STEP 172 (remove_files) COMPLETE
108012026-08-15T07:18:27.074Z[ host-image] Aug 15 07:18:23.463 INFO O| Aug 15 07:18:23.463 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108022026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.470 INFO O| Aug 15 07:18:23.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
108032026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.470 INFO O| Aug 15 07:18:23.470 INFO STEP 173 (remove_files) COMPLETE
108042026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.470 INFO O| Aug 15 07:18:23.470 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108052026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.477 INFO O| Aug 15 07:18:23.477 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
108062026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.477 INFO O| Aug 15 07:18:23.477 INFO STEP 174 (remove_files) COMPLETE
108072026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.477 INFO O| Aug 15 07:18:23.477 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108082026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.485 INFO O| Aug 15 07:18:23.485 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
108092026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.485 INFO O| Aug 15 07:18:23.485 INFO STEP 175 (remove_files) COMPLETE
108102026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.485 INFO O| Aug 15 07:18:23.485 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108112026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.493 INFO O| Aug 15 07:18:23.493 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
108122026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.493 INFO O| Aug 15 07:18:23.493 INFO STEP 176 (remove_files) COMPLETE
108132026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.493 INFO O| Aug 15 07:18:23.493 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
108142026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.503 INFO O| Aug 15 07:18:23.503 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
108152026-08-15T07:18:27.075Z[ host-image] Aug 15 07:18:23.504 INFO O| Aug 15 07:18:23.503 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
108162026-08-15T07:18:28.139Z[ host-image] Aug 15 07:18:27.268 INFO O| Aug 15 07:18:27.268 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
108172026-08-15T07:18:28.139Z[ host-image] Aug 15 07:18:27.268 INFO O| Aug 15 07:18:27.268 INFO E| svccfg: Loaded 80 smf(7) service descriptions
108182026-08-15T07:18:28.152Z[ host-image] Aug 15 07:18:27.281 INFO O| Aug 15 07:18:27.281 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
108192026-08-15T07:18:28.252Z[ host-image] Aug 15 07:18:27.381 INFO O| Aug 15 07:18:27.381 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
108202026-08-15T07:18:28.309Z[ host-image] Aug 15 07:18:27.439 INFO O| Aug 15 07:18:27.439 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
108212026-08-15T07:18:28.376Z[ host-image] Aug 15 07:18:27.505 INFO O| Aug 15 07:18:27.505 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
108222026-08-15T07:18:28.376Z[ host-image] Aug 15 07:18:27.505 INFO O| Aug 15 07:18:27.505 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
108232026-08-15T07:18:28.436Z[ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
108242026-08-15T07:18:28.436Z[ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO ok!
108252026-08-15T07:18:28.440Z[ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
108262026-08-15T07:18:28.440Z[ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO STEP 177 (seed_smf) COMPLETE
108272026-08-15T07:18:28.440Z[ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO steps complete; finalising image!
108282026-08-15T07:18:28.440Z[ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO TRIM POOL: TEMPORARY-sled-zfs
108292026-08-15T07:18:28.488Z[ host-image] Aug 15 07:18:27.617 INFO O| Aug 15 07:18:27.617 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Sat Aug 15 07:18:27 2026)
108302026-08-15T07:18:28.709Z[ host-image] Aug 15 07:18:27.839 INFO O| Aug 15 07:18:27.839 INFO temporary pool has 937M used, 86.7M avail, 1.80x compressratio
108312026-08-15T07:18:28.710Z[ host-image] Aug 15 07:18:27.839 INFO O| Aug 15 07:18:27.839 INFO EXPORT POOL: TEMPORARY-sled-zfs
108322026-08-15T07:18:29.073Z[ host-image] Aug 15 07:18:28.202 INFO O| Aug 15 07:18:28.202 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
108332026-08-15T07:18:29.073Z[ host-image] Aug 15 07:18:28.202 INFO O| Aug 15 07:18:28.202 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
108342026-08-15T07:18:29.943Z[ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108352026-08-15T07:18:29.943Z[ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108362026-08-15T07:18:29.947Z[ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108372026-08-15T07:18:29.948Z[ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO completed processing sled/zfs
108382026-08-15T07:18:29.948Z[ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108392026-08-15T07:18:30.697Z[ recovery-image] Aug 15 07:18:29.826 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)
108402026-08-15T07:18:32.857Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bitflags v1.3.2
108412026-08-15T07:18:32.857Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling adler2 v2.0.1
108422026-08-15T07:18:32.857Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bitflags v2.13.0
108432026-08-15T07:18:32.861Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling plain v0.2.3
108442026-08-15T07:18:32.861Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling log v0.4.32
108452026-08-15T07:18:32.861Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling scroll v0.13.0
108462026-08-15T07:18:32.861Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bit_field v0.10.3
108472026-08-15T07:18:32.863Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling static_assertions v1.1.0
108482026-08-15T07:18:32.863Z[ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bitstruct v0.1.1
108492026-08-15T07:18:32.951Z[ recovery-image] Aug 15 07:18:32.072 INFO E| Compiling raw-cpuid v10.7.0
108502026-08-15T07:18:33.067Z[ recovery-image] Aug 15 07:18:32.196 INFO E| Compiling miniz_oxide v0.9.1
108512026-08-15T07:18:33.115Z[ recovery-image] Aug 15 07:18:32.245 INFO E| Compiling cpio_reader v0.1.2
108522026-08-15T07:18:33.162Z[ recovery-image] Aug 15 07:18:32.290 INFO E| Compiling goblin v0.10.7
108532026-08-15T07:18:36.047Z[ recovery-image] Aug 15 07:18:35.176 INFO E| Finished `release` profile [optimized] target(s) in 20.48s
108542026-08-15T07:18:36.064Z[ recovery-image] Aug 15 07:18:35.193 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108552026-08-15T07:18:36.069Z[ recovery-image] Aug 15 07:18:35.193 INFO building ROM for gimlet
108562026-08-15T07:18:36.069Z[ recovery-image] Aug 15 07:18:35.193 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")
108572026-08-15T07:18:36.140Z[ recovery-image] Aug 15 07:18:35.270 INFO E| Downloading crates ...
108582026-08-15T07:18:36.183Z[ recovery-image] Aug 15 07:18:35.312 INFO E| Downloaded anstream v0.6.18
108592026-08-15T07:18:36.187Z[ recovery-image] Aug 15 07:18:35.314 INFO E| Downloaded anstyle-query v1.1.2
108602026-08-15T07:18:36.187Z[ recovery-image] Aug 15 07:18:35.316 INFO E| Downloaded serde_spanned v0.6.8
108612026-08-15T07:18:36.187Z[ recovery-image] Aug 15 07:18:35.317 INFO E| Downloaded os_pipe v1.2.1
108622026-08-15T07:18:36.192Z[ recovery-image] Aug 15 07:18:35.318 INFO E| Downloaded toml_datetime v0.6.9
108632026-08-15T07:18:36.195Z[ recovery-image] Aug 15 07:18:35.322 INFO E| Downloaded clap_lex v0.7.4
108642026-08-15T07:18:36.195Z[ recovery-image] Aug 15 07:18:35.324 INFO E| Downloaded colorchoice v1.0.3
108652026-08-15T07:18:36.200Z[ recovery-image] Aug 15 07:18:35.330 INFO E| Downloaded shared_child v1.0.1
108662026-08-15T07:18:36.204Z[ recovery-image] Aug 15 07:18:35.331 INFO E| Downloaded is_terminal_polyfill v1.70.1
108672026-08-15T07:18:36.207Z[ recovery-image] Aug 15 07:18:35.335 INFO E| Downloaded anstyle v1.0.10
108682026-08-15T07:18:36.207Z[ recovery-image] Aug 15 07:18:35.336 INFO E| Downloaded anstyle-parse v0.2.6
108692026-08-15T07:18:36.211Z[ recovery-image] Aug 15 07:18:35.337 INFO E| Downloaded toml_write v0.1.1
108702026-08-15T07:18:36.215Z[ recovery-image] Aug 15 07:18:35.343 INFO E| Downloaded duct v0.13.7
108712026-08-15T07:18:36.215Z[ recovery-image] Aug 15 07:18:35.344 INFO E| Downloaded clap_derive v4.5.32
108722026-08-15T07:18:36.221Z[ recovery-image] Aug 15 07:18:35.351 INFO E| Downloaded clap v4.5.37
108732026-08-15T07:18:36.228Z[ recovery-image] Aug 15 07:18:35.358 INFO E| Downloaded toml v0.8.22
108742026-08-15T07:18:36.247Z[ recovery-image] Aug 15 07:18:35.376 INFO E| Downloaded cc v1.2.20
108752026-08-15T07:18:36.250Z[ recovery-image] Aug 15 07:18:35.378 INFO E| Downloaded clap_builder v4.5.37
108762026-08-15T07:18:36.254Z[ recovery-image] Aug 15 07:18:35.381 INFO E| Downloaded toml_edit v0.22.26
108772026-08-15T07:18:36.271Z[ recovery-image] Aug 15 07:18:35.400 INFO E| Downloaded winnow v0.7.7
108782026-08-15T07:18:36.285Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling libc v0.2.172
108792026-08-15T07:18:36.286Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling utf8parse v0.2.2
108802026-08-15T07:18:36.289Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling equivalent v1.0.2
108812026-08-15T07:18:36.289Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling anstyle v1.0.10
108822026-08-15T07:18:36.289Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling once_cell v1.21.3
108832026-08-15T07:18:36.289Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling shlex v1.3.0
108842026-08-15T07:18:36.289Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling colorchoice v1.0.3
108852026-08-15T07:18:36.289Z[ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling hashbrown v0.15.2
108862026-08-15T07:18:36.303Z[ recovery-image] Aug 15 07:18:35.432 INFO E| Compiling anstyle-query v1.1.2
108872026-08-15T07:18:36.307Z[ recovery-image] Aug 15 07:18:35.432 INFO E| Compiling is_terminal_polyfill v1.70.1
108882026-08-15T07:18:36.309Z[ recovery-image] Aug 15 07:18:35.433 INFO E| Compiling clap_lex v0.7.4
108892026-08-15T07:18:36.309Z[ recovery-image] Aug 15 07:18:35.433 INFO E| Compiling winnow v0.7.7
108902026-08-15T07:18:36.312Z[ recovery-image] Aug 15 07:18:35.439 INFO E| Compiling anyhow v1.0.98
108912026-08-15T07:18:36.312Z[ recovery-image] Aug 15 07:18:35.439 INFO E| Compiling strsim v0.11.1
108922026-08-15T07:18:36.319Z[ recovery-image] Aug 15 07:18:35.449 INFO E| Compiling toml_write v0.1.1
108932026-08-15T07:18:36.324Z[ recovery-image] Aug 15 07:18:35.449 INFO E| Compiling syn v2.0.101
108942026-08-15T07:18:36.424Z[ recovery-image] Aug 15 07:18:35.553 INFO E| Compiling anstyle-parse v0.2.6
108952026-08-15T07:18:36.459Z[ recovery-image] Aug 15 07:18:35.588 INFO E| Compiling cc v1.2.20
108962026-08-15T07:18:36.564Z[ recovery-image] Aug 15 07:18:35.692 INFO E| Compiling anstream v0.6.18
108972026-08-15T07:18:36.759Z[ recovery-image] Aug 15 07:18:35.888 INFO E| Compiling clap_builder v4.5.37
108982026-08-15T07:18:36.768Z[ recovery-image] Aug 15 07:18:35.897 INFO E| Compiling indexmap v2.9.0
108992026-08-15T07:18:36.895Z[ recovery-image] Aug 15 07:18:36.024 INFO E| Compiling os_pipe v1.2.1
109002026-08-15T07:18:36.895Z[ recovery-image] Aug 15 07:18:36.024 INFO E| Compiling shared_child v1.0.1
109012026-08-15T07:18:37.008Z[ recovery-image] Aug 15 07:18:36.137 INFO E| Compiling duct v0.13.7
109022026-08-15T07:18:37.465Z[ recovery-image] Aug 15 07:18:36.594 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109032026-08-15T07:18:38.382Z[ recovery-image] Aug 15 07:18:37.511 INFO E| Compiling serde_derive v1.0.219
109042026-08-15T07:18:38.382Z[ recovery-image] Aug 15 07:18:37.511 INFO E| Compiling clap_derive v4.5.32
109052026-08-15T07:18:39.616Z[ recovery-image] Aug 15 07:18:38.745 INFO E| Compiling clap v4.5.37
109062026-08-15T07:18:40.181Z[ recovery-image] Aug 15 07:18:39.310 INFO E| Compiling serde v1.0.219
109072026-08-15T07:18:41.829Z[ recovery-image] Aug 15 07:18:40.958 INFO E| Compiling toml_datetime v0.6.9
109082026-08-15T07:18:41.829Z[ recovery-image] Aug 15 07:18:40.958 INFO E| Compiling serde_spanned v0.6.8
109092026-08-15T07:18:41.975Z[ recovery-image] Aug 15 07:18:41.104 INFO E| Compiling toml_edit v0.22.26
109102026-08-15T07:18:43.116Z[ recovery-image] Aug 15 07:18:42.245 INFO E| Compiling toml v0.8.22
109112026-08-15T07:18:43.148Z[ host-image] Aug 15 07:18:42.278 INFO O| Aug 15 07:18:42.278 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109122026-08-15T07:18:43.233Z[ host-image] Aug 15 07:18:42.362 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
109132026-08-15T07:18:43.237Z[ host-image] Aug 15 07:18:42.362 INFO expanded image name: "ci c47b10a/${os_short_commit} 2026-08-15 07:03" -> "ci c47b10a/aaf8e74 2026-08-15 07:03"
109142026-08-15T07:18:43.241Z[ host-image] Aug 15 07:18:42.362 INFO output artefacts stored in: "/work/os-host"
109152026-08-15T07:18:43.241Z[ host-image] Aug 15 07:18:42.362 INFO collecting git info from project "bootserver"...
109162026-08-15T07:18:43.241Z[ host-image] Aug 15 07:18:42.368 INFO collecting git info from project "pinprick"...
109172026-08-15T07:18:43.245Z[ host-image] Aug 15 07:18:42.373 INFO collecting git info from project "phbl"...
109182026-08-15T07:18:43.248Z[ host-image] Aug 15 07:18:42.377 INFO collecting git info from project "chelsio-t6-roms"...
109192026-08-15T07:18:43.252Z[ host-image] Aug 15 07:18:42.381 INFO collecting git info from project "dmar-report"...
109202026-08-15T07:18:43.256Z[ host-image] Aug 15 07:18:42.385 INFO collecting git info from project "amd-host-image-builder"...
109212026-08-15T07:18:43.261Z[ host-image] Aug 15 07:18:42.390 INFO collecting git info from project "image-builder"...
109222026-08-15T07:18:43.265Z[ host-image] Aug 15 07:18:42.395 INFO collecting git info from project "amd-firmware"...
109232026-08-15T07:18:43.277Z[ host-image] Aug 15 07:18:42.406 INFO collecting git info from project "pilot"...
109242026-08-15T07:18:43.281Z[ host-image] Aug 15 07:18:42.411 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109252026-08-15T07:18:43.601Z[ host-image] Aug 15 07:18:42.730 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109262026-08-15T07:18:43.874Z[ host-image] Aug 15 07:18:43.003 INFO creating Oxide boot image...
109272026-08-15T07:18:43.874Z[ host-image] Aug 15 07:18:43.003 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c47b10a/aaf8e74 2026-08-15 07:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109282026-08-15T07:18:44.678Z[ host-image] Aug 15 07:18:43.807 INFO O| ok, image written!
109292026-08-15T07:18:44.678Z[ host-image] Aug 15 07:18:43.807 INFO O| ok, boot_image_csum file written!
109302026-08-15T07:18:44.682Z[ host-image] Aug 15 07:18:43.809 INFO creating boot archive (CPIO)...
109312026-08-15T07:18:44.682Z[ host-image] Aug 15 07:18:43.809 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
109322026-08-15T07:18:44.685Z[ host-image] Aug 15 07:18:43.813 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109332026-08-15T07:18:44.686Z[ host-image] Aug 15 07:18:43.813 INFO E| + outfile=/work/os-host/cpio
109342026-08-15T07:18:44.686Z[ host-image] Aug 15 07:18:43.813 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109352026-08-15T07:18:44.689Z[ host-image] Aug 15 07:18:43.815 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109362026-08-15T07:18:44.689Z[ host-image] Aug 15 07:18:43.815 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109372026-08-15T07:18:44.711Z[ host-image] Aug 15 07:18:43.841 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109382026-08-15T07:18:44.715Z[ host-image] Aug 15 07:18:43.841 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109392026-08-15T07:18:44.719Z[ host-image] Aug 15 07:18:43.847 INFO creating compressed cpio/unix for dev loaders...
109402026-08-15T07:18:44.719Z[ host-image] Aug 15 07:18:43.847 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
109412026-08-15T07:18:44.939Z[ host-image] Aug 15 07:18:44.068 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109422026-08-15T07:18:45.202Z[ recovery-image] Aug 15 07:18:44.331 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
109432026-08-15T07:18:45.212Z[ recovery-image] Aug 15 07:18:44.341 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`
109442026-08-15T07:18:45.228Z[ recovery-image] Aug 15 07:18:44.357 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109452026-08-15T07:18:45.310Z[ recovery-image] Aug 15 07:18:44.439 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109462026-08-15T07:18:45.314Z[ recovery-image] Aug 15 07:18:44.443 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`
109472026-08-15T07:18:45.433Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109482026-08-15T07:18:45.433Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109492026-08-15T07:18:45.437Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109502026-08-15T07:18:45.437Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109512026-08-15T07:18:45.438Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109522026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109532026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109542026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109552026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109562026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109572026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109582026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109592026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109602026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109612026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109622026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.563 INFO O| Info: ABL version: 0x100f5010
109632026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.563 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109642026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109652026-08-15T07:18:45.441Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109662026-08-15T07:18:45.442Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109672026-08-15T07:18:45.442Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109682026-08-15T07:18:45.446Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109692026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109702026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109712026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109722026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109732026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109742026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109752026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109762026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109772026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109782026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109792026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109802026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109812026-08-15T07:18:45.447Z[ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109822026-08-15T07:18:45.475Z[ recovery-image] Aug 15 07:18:44.603 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109832026-08-15T07:18:45.477Z[ recovery-image] Aug 15 07:18:44.604 INFO building ROM for cosmo
109842026-08-15T07:18:45.477Z[ recovery-image] Aug 15 07:18:44.604 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")
109852026-08-15T07:18:45.577Z[ recovery-image] Aug 15 07:18:44.706 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109862026-08-15T07:18:45.581Z[ recovery-image] Aug 15 07:18:44.710 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`
109872026-08-15T07:18:45.597Z[ recovery-image] Aug 15 07:18:44.727 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109882026-08-15T07:18:45.678Z[ recovery-image] Aug 15 07:18:44.806 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109892026-08-15T07:18:45.682Z[ recovery-image] Aug 15 07:18:44.811 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`
109902026-08-15T07:18:45.898Z[ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109912026-08-15T07:18:45.898Z[ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109922026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109932026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109942026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109952026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109962026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109972026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109982026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109992026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110002026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110012026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110022026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110032026-08-15T07:18:45.903Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110042026-08-15T07:18:45.904Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110052026-08-15T07:18:45.904Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110062026-08-15T07:18:45.904Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110072026-08-15T07:18:45.904Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110082026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110092026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110102026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110112026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110122026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110132026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110142026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110152026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110162026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110172026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110182026-08-15T07:18:45.906Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110192026-08-15T07:18:45.907Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110202026-08-15T07:18:45.907Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110212026-08-15T07:18:45.907Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110222026-08-15T07:18:45.909Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110232026-08-15T07:18:45.909Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110242026-08-15T07:18:45.909Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110252026-08-15T07:18:45.909Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110262026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110272026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110282026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110292026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110302026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110312026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110322026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110332026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110342026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110352026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110362026-08-15T07:18:45.910Z[ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110372026-08-15T07:18:45.913Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110382026-08-15T07:18:45.913Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110392026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110402026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110412026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110422026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110432026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO O| Info: ABL version: 0x100af010
110442026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110452026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110462026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110472026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110482026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110492026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110502026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110512026-08-15T07:18:45.914Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110522026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110532026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110542026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110552026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110562026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110572026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110582026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110592026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110602026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110612026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110622026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110632026-08-15T07:18:45.919Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110642026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110652026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110662026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110672026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110682026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110692026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110702026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110712026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110722026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110732026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110742026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110752026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110762026-08-15T07:18:45.921Z[ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110772026-08-15T07:18:45.939Z[ recovery-image] Aug 15 07:18:45.068 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110782026-08-15T07:18:47.129Z[ recovery-image] Aug 15 07:18:46.258 INFO image complete! materials are in "/work/os-recovery"
110792026-08-15T07:18:47.132Z[ recovery-image]
110802026-08-15T07:18:47.133Z[ recovery-image] real 3:16.094014800
110812026-08-15T07:18:47.135Z[ recovery-image] user 2:36.828942688
110822026-08-15T07:18:47.135Z[ recovery-image] sys 39.587358452
110832026-08-15T07:18:47.135Z[ recovery-image] trap 0.156373837
110842026-08-15T07:18:47.135Z[ recovery-image] tflt 0.762421119
110852026-08-15T07:18:47.135Z[ recovery-image] dflt 0.730973725
110862026-08-15T07:18:47.135Z[ recovery-image] kflt 0.000159966
110872026-08-15T07:18:47.135Z[ recovery-image] lock 8:31.498826547
110882026-08-15T07:18:47.135Z[ recovery-image] slp 17:39.529178259
110892026-08-15T07:18:47.135Z[ recovery-image] lat 33.449028985
110902026-08-15T07:18:47.135Z[ recovery-image] stop 8.262976605
110912026-08-15T07:18:47.139ZAug 15 07:18:46.263 INFO [recovery-image] process exited with exit status: 0 (196.099904307s)
110922026-08-15T07:18:47.139ZAug 15 07:18:46.263 INFO [tuf-v2-recovery] running task
110932026-08-15T07:18:47.139ZAug 15 07:18:46.264 INFO [tuf-v2-recovery] task succeeded (890.49µs)
110942026-08-15T07:18:48.247Z[ host-image] Aug 15 07:18:47.376 INFO creating reset image...
110952026-08-15T07:18:48.247Z[ host-image] Aug 15 07:18:47.376 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")
110962026-08-15T07:18:48.322Z[ host-image] Aug 15 07:18:47.451 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110972026-08-15T07:18:48.326Z[ host-image] Aug 15 07:18:47.453 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110982026-08-15T07:18:48.640Z[ host-image] Aug 15 07:18:47.769 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)
110992026-08-15T07:18:48.640Z[ host-image] Aug 15 07:18:47.769 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)
111002026-08-15T07:18:48.640Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling proc-macro2 v1.0.106
111012026-08-15T07:18:48.644Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling unicode-ident v1.0.24
111022026-08-15T07:18:48.644Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling quote v1.0.45
111032026-08-15T07:18:48.645Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling syn v1.0.109
111042026-08-15T07:18:48.645Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling x86 v0.52.0
111052026-08-15T07:18:48.645Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111062026-08-15T07:18:48.645Z[ host-image] Aug 15 07:18:47.769 INFO E| Compiling seq-macro v0.3.6
111072026-08-15T07:18:49.654Z[ host-image] Aug 15 07:18:48.783 INFO E| Compiling syn v2.0.117
111082026-08-15T07:18:51.065Z[ host-image] Aug 15 07:18:50.194 INFO E| Compiling scroll_derive v0.13.1
111092026-08-15T07:18:52.191Z[ host-image] Aug 15 07:18:51.320 INFO E| Compiling bitstruct_derive v0.1.0
111102026-08-15T07:19:01.474Z[ host-image] Aug 15 07:19:00.598 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)
111112026-08-15T07:19:03.595Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling bitflags v1.3.2
111122026-08-15T07:19:03.595Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling log v0.4.32
111132026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling bitflags v2.13.0
111142026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling scroll v0.13.0
111152026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling plain v0.2.3
111162026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling bit_field v0.10.3
111172026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling adler2 v2.0.1
111182026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling bitstruct v0.1.1
111192026-08-15T07:19:03.599Z[ host-image] Aug 15 07:19:02.725 INFO E| Compiling static_assertions v1.1.0
111202026-08-15T07:19:03.649Z[ host-image] Aug 15 07:19:02.778 INFO E| Compiling raw-cpuid v10.7.0
111212026-08-15T07:19:03.689Z[ host-image] Aug 15 07:19:02.819 INFO E| Compiling miniz_oxide v0.9.1
111222026-08-15T07:19:03.766Z[ host-image] Aug 15 07:19:02.895 INFO E| Compiling cpio_reader v0.1.2
111232026-08-15T07:19:03.815Z[ host-image] Aug 15 07:19:02.944 INFO E| Compiling goblin v0.10.7
111242026-08-15T07:19:06.724Z[ host-image] Aug 15 07:19:05.853 INFO E| Finished `release` profile [optimized] target(s) in 18.38s
111252026-08-15T07:19:06.738Z[ host-image] Aug 15 07:19:05.867 INFO building ROM for gimlet
111262026-08-15T07:19:06.738Z[ host-image] Aug 15 07:19:05.867 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")
111272026-08-15T07:19:06.840Z[ host-image] Aug 15 07:19:05.970 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111282026-08-15T07:19:06.844Z[ host-image] Aug 15 07:19:05.973 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`
111292026-08-15T07:19:06.861Z[ host-image] Aug 15 07:19:05.991 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111302026-08-15T07:19:06.936Z[ host-image] Aug 15 07:19:06.066 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
111312026-08-15T07:19:06.939Z[ host-image] Aug 15 07:19:06.069 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`
111322026-08-15T07:19:07.060Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111332026-08-15T07:19:07.060Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111342026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111352026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111362026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111372026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111382026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111392026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111402026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111412026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111422026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111432026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111442026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111452026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111462026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111472026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO O| Info: ABL version: 0x100f5010
111482026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111492026-08-15T07:19:07.065Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111502026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111512026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111522026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111532026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111542026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111552026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111562026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111572026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111582026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111592026-08-15T07:19:07.067Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111602026-08-15T07:19:07.068Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111612026-08-15T07:19:07.068Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111622026-08-15T07:19:07.068Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111632026-08-15T07:19:07.068Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111642026-08-15T07:19:07.068Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111652026-08-15T07:19:07.072Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111662026-08-15T07:19:07.072Z[ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111672026-08-15T07:19:07.093Z[ host-image] Aug 15 07:19:06.222 INFO building ROM for cosmo
111682026-08-15T07:19:07.097Z[ host-image] Aug 15 07:19:06.222 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")
111692026-08-15T07:19:07.178Z[ host-image] Aug 15 07:19:06.307 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111702026-08-15T07:19:07.181Z[ host-image] Aug 15 07:19:06.309 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`
111712026-08-15T07:19:07.191Z[ host-image] Aug 15 07:19:06.320 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111722026-08-15T07:19:07.258Z[ host-image] Aug 15 07:19:06.387 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111732026-08-15T07:19:07.261Z[ host-image] Aug 15 07:19:06.390 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`
111742026-08-15T07:19:07.466Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111752026-08-15T07:19:07.466Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111762026-08-15T07:19:07.466Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111772026-08-15T07:19:07.466Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111782026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111792026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111802026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111812026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111822026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111832026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111842026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111852026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111862026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111872026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111882026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111892026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111902026-08-15T07:19:07.470Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111912026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111922026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111932026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111942026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111952026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111962026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111972026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111982026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111992026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
112002026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
112012026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
112022026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
112032026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
112042026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
112052026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
112062026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
112072026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
112082026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
112092026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
112102026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
112112026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
112122026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
112132026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
112142026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
112152026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
112162026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
112172026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
112182026-08-15T07:19:07.471Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
112192026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
112202026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
112212026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
112222026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
112232026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
112242026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
112252026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
112262026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
112272026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO O| Info: ABL version: 0x100af010
112282026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
112292026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.596 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
112302026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
112312026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
112322026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
112332026-08-15T07:19:07.473Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
112342026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
112352026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
112362026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
112372026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
112382026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
112392026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
112402026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
112412026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
112422026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112432026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112442026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112452026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112462026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112472026-08-15T07:19:07.475Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112482026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112492026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112502026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112512026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112522026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112532026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112542026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112552026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112562026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112572026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112582026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112592026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112602026-08-15T07:19:07.476Z[ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112612026-08-15T07:19:07.506Z[ host-image] Aug 15 07:19:06.635 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112622026-08-15T07:19:07.507Z[ host-image] Aug 15 07:19:06.635 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112632026-08-15T07:19:07.507Z[ host-image] Aug 15 07:19:06.635 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112642026-08-15T07:19:19.208Z[ host-image] Aug 15 07:19:18.336 INFO image complete! materials are in "/work/os-host"
112652026-08-15T07:19:19.212Z[ host-image]
112662026-08-15T07:19:19.212Z[ host-image] real 3:59.887007604
112672026-08-15T07:19:19.212Z[ host-image] user 2:46.917750936
112682026-08-15T07:19:19.212Z[ host-image] sys 35.359946748
112692026-08-15T07:19:19.212Z[ host-image] trap 0.137080044
112702026-08-15T07:19:19.212Z[ host-image] tflt 0.302364481
112712026-08-15T07:19:19.212Z[ host-image] dflt 0.255192969
112722026-08-15T07:19:19.212Z[ host-image] kflt 0.000181387
112732026-08-15T07:19:19.212Z[ host-image] lock 4:39.574785747
112742026-08-15T07:19:19.212Z[ host-image] slp 19:53.033739627
112752026-08-15T07:19:19.212Z[ host-image] lat 20.990152004
112762026-08-15T07:19:19.212Z[ host-image] stop 1.638334182
112772026-08-15T07:19:19.212ZAug 15 07:19:18.341 INFO [host-image] process exited with exit status: 0 (239.892661582s)
112782026-08-15T07:19:19.212ZAug 15 07:19:18.341 INFO [tuf-v2-host] running task
112792026-08-15T07:19:19.212ZAug 15 07:19:18.341 INFO [tuf-repo] running task
112802026-08-15T07:19:19.216ZAug 15 07:19:18.341 INFO [tuf-v2-host] task succeeded (662.709µs)
112812026-08-15T07:19:19.216ZAug 15 07:19:18.341 INFO [tuf-v2-repo] running task
112822026-08-15T07:19:40.630ZAug 15 07:19:39.759 INFO assembling repository in `/tmp/tufaceous9Q79Ht`, component: OmicronRepoAssembler
112832026-08-15T07:19:40.679ZAug 15 07:19:39.808 INFO [tuf-v2-repo] task succeeded (21.46645294s)
112842026-08-15T07:19:49.629ZAug 15 07:19:48.758 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112852026-08-15T07:19:49.897ZAug 15 07:19:49.026 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112862026-08-15T07:19:52.197ZAug 15 07:19:51.326 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112872026-08-15T07:19:52.250ZAug 15 07:19:51.379 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112882026-08-15T07:19:52.303ZAug 15 07:19:51.432 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112892026-08-15T07:19:52.352ZAug 15 07:19:51.481 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112902026-08-15T07:19:52.401ZAug 15 07:19:51.530 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112912026-08-15T07:19:52.449ZAug 15 07:19:51.578 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112922026-08-15T07:19:52.508ZAug 15 07:19:51.637 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112932026-08-15T07:20:02.994ZAug 15 07:20:02.123 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
112942026-08-15T07:20:03.000ZAug 15 07:20:02.129 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
112952026-08-15T07:20:03.023ZAug 15 07:20:02.152 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
112962026-08-15T07:20:03.078ZAug 15 07:20:02.207 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112972026-08-15T07:20:03.136ZAug 15 07:20:02.265 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112982026-08-15T07:20:03.205ZAug 15 07:20:02.334 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112992026-08-15T07:20:03.267ZAug 15 07:20:02.396 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
113002026-08-15T07:20:03.273ZAug 15 07:20:02.402 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
113012026-08-15T07:20:03.296ZAug 15 07:20:02.425 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
113022026-08-15T07:20:05.005ZAug 15 07:20:04.134 INFO [tuf-repo] task succeeded (45.793325126s)
113032026-08-15T07:22:37.883Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
113042026-08-15T07:22:37.887Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113052026-08-15T07:22:37.887Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113062026-08-15T07:22:40.513ZAug 15 07:22:39.641 INFO [verify-libraries] process exited with exit status: 0 (429.727477046s)
113072026-08-15T07:22:40.513ZAug 15 07:22:39.641 INFO all jobs completed in 1149.873336819s
113082026-08-15T07:22:41.720Zprocess exited: duration 1380694 ms, exit code 0
 
113092026-08-15T07:22:41.732Zfound 41 output files
113102026-08-15T07:22:41.732Zuploading: /work/manifest.toml (17334 bytes)
113112026-08-15T07:22:42.745Zuploaded: /work/manifest.toml
113122026-08-15T07:22:42.745Zuploading: /work/repo.zip (3320120549 bytes)
113132026-08-15T07:23:20.613Zuploaded: /work/repo.zip
113142026-08-15T07:23:20.613Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113152026-08-15T07:23:21.629Zuploaded: /work/repo.zip.sha256.txt
113162026-08-15T07:23:21.629Zuploading: /work/helios.json (647 bytes)
113172026-08-15T07:23:22.638Zuploaded: /work/helios.json
113182026-08-15T07:23:22.638Zuploading: /work/incorporation.p5m (113590 bytes)
113192026-08-15T07:23:23.652Zuploaded: /work/incorporation.p5m
113202026-08-15T07:23:23.652Zuploading: /work/incorporation.p5p (133120 bytes)
113212026-08-15T07:23:24.668Zuploaded: /work/incorporation.p5p
113222026-08-15T07:23:24.668Zuploading: /work/helios-incorp.log (522 bytes)
113232026-08-15T07:23:25.678Zuploaded: /work/helios-incorp.log
113242026-08-15T07:23:25.678Zuploading: /work/helios-setup.log (57462 bytes)
113252026-08-15T07:23:26.690Zuploaded: /work/helios-setup.log
113262026-08-15T07:23:26.691Zuploading: /work/host-image.log (234057 bytes)
113272026-08-15T07:23:27.707Zuploaded: /work/host-image.log
113282026-08-15T07:23:27.707Zuploading: /work/host-package.log (32643 bytes)
113292026-08-15T07:23:28.720Zuploaded: /work/host-package.log
113302026-08-15T07:23:28.720Zuploading: /work/host-target.log (101 bytes)
113312026-08-15T07:23:29.731Zuploaded: /work/host-target.log
113322026-08-15T07:23:29.731Zuploading: /work/incorp-create.log (0 bytes)
113332026-08-15T07:23:30.738Zuploaded: /work/incorp-create.log
113342026-08-15T07:23:30.738Zuploading: /work/incorp-fmt.log (0 bytes)
113352026-08-15T07:23:31.746Zuploaded: /work/incorp-fmt.log
113362026-08-15T07:23:31.746Zuploading: /work/incorp-pkgsend.log (108 bytes)
113372026-08-15T07:23:32.757Zuploaded: /work/incorp-pkgsend.log
113382026-08-15T07:23:32.757Zuploading: /work/incorp-publisher.log (0 bytes)
113392026-08-15T07:23:33.766Zuploaded: /work/incorp-publisher.log
113402026-08-15T07:23:33.766Zuploading: /work/omicron-package.log (9725 bytes)
113412026-08-15T07:23:34.778Zuploaded: /work/omicron-package.log
113422026-08-15T07:23:34.779Zuploading: /work/recovery-image.log (589038 bytes)
113432026-08-15T07:23:35.796Zuploaded: /work/recovery-image.log
113442026-08-15T07:23:35.796Zuploading: /work/recovery-package.log (602 bytes)
113452026-08-15T07:23:36.808Zuploaded: /work/recovery-package.log
113462026-08-15T07:23:36.808Zuploading: /work/recovery-target.log (98 bytes)
113472026-08-15T07:23:37.819Zuploaded: /work/recovery-target.log
113482026-08-15T07:23:37.819Zuploading: /work/stamp-clickhouse.log (117 bytes)
113492026-08-15T07:23:38.830Zuploaded: /work/stamp-clickhouse.log
113502026-08-15T07:23:38.830Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113512026-08-15T07:23:39.841Zuploaded: /work/stamp-clickhouse_keeper.log
113522026-08-15T07:23:39.843Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113532026-08-15T07:23:40.854Zuploaded: /work/stamp-clickhouse_server.log
113542026-08-15T07:23:40.854Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113552026-08-15T07:23:41.865Zuploaded: /work/stamp-cockroachdb.log
113562026-08-15T07:23:41.865Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113572026-08-15T07:23:42.875Zuploaded: /work/stamp-crucible-pantry-zone.log
113582026-08-15T07:23:42.876Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113592026-08-15T07:23:43.887Zuploaded: /work/stamp-crucible-utils.log
113602026-08-15T07:23:43.888Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113612026-08-15T07:23:44.899Zuploaded: /work/stamp-crucible-zone.log
113622026-08-15T07:23:44.899Zuploading: /work/stamp-external-dns.log (119 bytes)
113632026-08-15T07:23:45.909Zuploaded: /work/stamp-external-dns.log
113642026-08-15T07:23:45.909Zuploading: /work/stamp-installinator.log (103 bytes)
113652026-08-15T07:23:46.919Zuploaded: /work/stamp-installinator.log
113662026-08-15T07:23:46.919Zuploading: /work/stamp-internal-dns.log (119 bytes)
113672026-08-15T07:23:47.932Zuploaded: /work/stamp-internal-dns.log
113682026-08-15T07:23:47.932Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113692026-08-15T07:23:48.941Zuploaded: /work/stamp-mg-ddm-gz.log
113702026-08-15T07:23:48.941Zuploading: /work/stamp-nexus.log (112 bytes)
113712026-08-15T07:23:49.950Zuploaded: /work/stamp-nexus.log
113722026-08-15T07:23:49.950Zuploading: /work/stamp-ntp.log (110 bytes)
113732026-08-15T07:23:50.963Zuploaded: /work/stamp-ntp.log
113742026-08-15T07:23:50.963Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113752026-08-15T07:23:51.973Zuploaded: /work/stamp-omicron-sled-agent.log
113762026-08-15T07:23:51.973Zuploading: /work/stamp-overlay.log (114 bytes)
113772026-08-15T07:23:52.986Zuploaded: /work/stamp-overlay.log
113782026-08-15T07:23:52.986Zuploading: /work/stamp-oximeter.log (115 bytes)
113792026-08-15T07:23:53.995Zuploaded: /work/stamp-oximeter.log
113802026-08-15T07:23:53.995Zuploading: /work/stamp-oxlog.log (109 bytes)
113812026-08-15T07:23:55.004Zuploaded: /work/stamp-oxlog.log
113822026-08-15T07:23:55.004Zuploading: /work/stamp-probe.log (112 bytes)
113832026-08-15T07:23:56.014Zuploaded: /work/stamp-probe.log
113842026-08-15T07:23:56.014Zuploading: /work/stamp-propolis-server.log (122 bytes)
113852026-08-15T07:23:57.024Zuploaded: /work/stamp-propolis-server.log
113862026-08-15T07:23:57.024Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113872026-08-15T07:23:58.035Zuploaded: /work/stamp-pumpkind-gz.log
113882026-08-15T07:23:58.035Zuploading: /work/stamp-switch-asic.log (118 bytes)
113892026-08-15T07:23:59.045Zuploaded: /work/stamp-switch-asic.log
113902026-08-15T07:23:59.045Zuploading: /work/verify-libraries.log (48719 bytes)
113912026-08-15T07:24:00.058Zuploaded: /work/verify-libraries.log