01KZF1PP0994S5QM6J4RKXZB37: 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: 01KZF1Q3Z2Q4FPEYFJ4TD3DJDK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T21:23:48.305Zjob assigned to worker 01KZF1QCH805KGSQY1E05ZFJA7 [factory aws, i-0cc8e63263ca8338c] (queued for 52 s)
 
22026-08-07T21:23:55.579Zstarting task 0: "setup"
32026-08-07T21:23:55.587Z++ uname -s
42026-08-07T21:23:55.590Z+ kern=SunOS
52026-08-07T21:23:55.590Z+ build_user=build
62026-08-07T21:23:55.590Z+ build_uid=12345
72026-08-07T21:23:55.590Z+ work_dir=/work
82026-08-07T21:23:55.590Z+ input_dir=/input
92026-08-07T21:23:55.590Z+ [[ 0 == 12345 ]]
102026-08-07T21:23:55.590Z+ case "$kern" in
112026-08-07T21:23:55.590Z+ groupadd -g 12345 build
122026-08-07T21:23:55.593Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T21:23:57.601Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T21:23:57.746Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T21:23:57.749Z+ home_fs=zfs
162026-08-07T21:23:57.749Z+ [[ zfs == autofs ]]
172026-08-07T21:23:57.749Z+ mkdir -p /home/build
182026-08-07T21:23:57.752Z+ chown build:build /home/build /work
192026-08-07T21:23:59.751Z+ chmod 0700 /home/build /work
202026-08-07T21:23:59.755Zprocess exited: duration 4178 ms, exit code 0
 
212026-08-07T21:23:59.761Zstarting task 1: "rust-toolchain"
222026-08-07T21:23:59.766Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-07T21:23:59.766Z * rust toolchain channel = "1.97.1"
242026-08-07T21:23:59.766Z * rust toolchain profile = "default"
252026-08-07T21:23:59.766Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T21:23:59.766Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T21:23:59.766Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T21:23:59.769Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T21:23:59.769Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-07T21:23:59.879Zinfo: downloading installer
312026-08-07T21:24:01.334Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T21:24:01.334Zwarn: /home/build/.rustup/settings.toml
332026-08-07T21:24:01.334Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T21:24:01.334Zwarn: instead of the one inferred from the default host triple.
352026-08-07T21:24:01.345Zinfo: profile set to default
362026-08-07T21:24:01.345Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T21:24:01.349Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-07T21:24:01.485Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-07T21:24:01.485Zinfo: downloading 6 components
402026-08-07T21:24:16.635Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-07T21:24:16.635Z
422026-08-07T21:24:16.661Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-07T21:24:16.661Z
442026-08-07T21:24:16.661Z
452026-08-07T21:24:16.661ZRust is installed now. Great!
462026-08-07T21:24:16.661Z
472026-08-07T21:24:16.661ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T21:24:16.661Zenvironment variable. This has not been done automatically.
492026-08-07T21:24:16.661Z
502026-08-07T21:24:16.661ZTo configure your current shell, you need to source
512026-08-07T21:24:16.662Zthe corresponding env file under $HOME/.cargo.
522026-08-07T21:24:16.662Z
532026-08-07T21:24:16.662ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T21:24:16.662Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T21:24:16.662Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T21:24:16.662Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T21:24:16.662Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T21:24:16.662Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T21:24:16.662Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T21:24:16.665Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T21:24:16.665Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T21:24:16.774Z+ rustup --version
632026-08-07T21:24:16.779Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T21:24:16.782Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T21:24:16.801Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-07T21:24:16.804Z+ cargo --version
672026-08-07T21:24:16.813Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-07T21:24:16.816Z+ rustc --version
692026-08-07T21:24:16.834Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-07T21:24:16.838Zprocess exited: duration 17075 ms, exit code 0
 
712026-08-07T21:24:16.845Zstarting task 2: "authentication"
722026-08-07T21:24:16.862Zprocess exited: duration 17 ms, exit code 0
 
732026-08-07T21:24:16.868Zstarting task 3: "clone repository"
742026-08-07T21:24:16.872Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-07T21:24:16.875Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-07T21:24:16.908ZCloning into '/work/oxidecomputer/omicron'...
772026-08-07T21:24:28.304Z+ cd /work/oxidecomputer/omicron
782026-08-07T21:24:28.304Z+ git fetch origin 661d513a778443b1e21b881c8f8df99a2f60db0b
792026-08-07T21:24:28.649ZFrom https://github.com/oxidecomputer/omicron
802026-08-07T21:24:28.649Z * branch 661d513a778443b1e21b881c8f8df99a2f60db0b -> FETCH_HEAD
812026-08-07T21:24:28.663Z+ [[ -n oliver/polar-patch ]]
822026-08-07T21:24:28.667Z++ git branch --show-current
832026-08-07T21:24:28.667Z+ current=main
842026-08-07T21:24:28.667Z+ [[ main != oliver/polar-patch ]]
852026-08-07T21:24:28.667Z+ git branch -f oliver/polar-patch 661d513a778443b1e21b881c8f8df99a2f60db0b
862026-08-07T21:24:28.670Z+ git checkout -f oliver/polar-patch
872026-08-07T21:24:28.920ZSwitched to branch 'oliver/polar-patch'
882026-08-07T21:24:28.923Z+ git reset --hard 661d513a778443b1e21b881c8f8df99a2f60db0b
892026-08-07T21:24:28.936ZHEAD is now at 661d513a7 Implemented feedback
902026-08-07T21:24:28.939Zprocess exited: duration 12069 ms, exit code 0
 
912026-08-07T21:24:28.945Zstarting task 4: "build"
922026-08-07T21:24:28.950Z+ source .github/buildomat/ci-env.sh
932026-08-07T21:24:28.953Z++ export CARGO_TERM_COLOR=always
942026-08-07T21:24:28.953Z++ CARGO_TERM_COLOR=always
952026-08-07T21:24:28.953Z+++ uname -s
962026-08-07T21:24:28.953Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-07T21:24:28.953Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-07T21:24:28.956Z+ cargo --version
992026-08-07T21:24:28.965Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-07T21:24:28.968Z+ rustc --version
1012026-08-07T21:24:28.988Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-07T21:24:28.991Z+ cargo tree --locked
1032026-08-07T21:24:29.155Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-07T21:24:29.518Z Updating crates.io index
1052026-08-07T21:24:29.522Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-07T21:24:29.799Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-07T21:24:30.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-07T21:24:31.676Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-07T21:24:32.203Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-07T21:24:34.310Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-07T21:24:35.188Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-07T21:24:35.565Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-07T21:24:35.915Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-07T21:24:37.151Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-07T21:24:37.464Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-07T21:24:37.851Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-07T21:24:38.165Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-07T21:24:38.701Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-07T21:24:38.993Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-07T21:24:39.317Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-07T21:24:39.626Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-07T21:24:39.918Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-07T21:24:40.384Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-07T21:24:40.858Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-07T21:24:41.209Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-07T21:24:41.755Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-07T21:24:42.110Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-07T21:24:42.747Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-07T21:24:43.122Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-07T21:24:44.413Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-07T21:24:44.882Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-07T21:24:45.226Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-07T21:24:45.673Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-07T21:24:46.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-07T21:24:46.359Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-07T21:24:46.728Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-07T21:24:47.095Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-07T21:24:47.661Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-07T21:24:48.209Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-07T21:24:48.519Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1412026-08-07T21:24:49.046Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-07T21:24:49.361Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-07T21:24:49.991Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-07T21:24:50.269Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-08-07T21:24:50.541Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-07T21:24:50.895Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-07T21:24:51.201Z Updating git repository `https://github.com/illumos/smf-rs`
1482026-08-07T21:24:53.980Z Downloading crates ...
1492026-08-07T21:24:54.025Z Downloaded ciborium-io v0.2.2
1502026-08-07T21:24:54.029Z Downloaded constant_time_eq v0.3.1
1512026-08-07T21:24:54.034Z Downloaded ciborium-ll v0.2.2
1522026-08-07T21:24:54.040Z Downloaded clap_lex v1.0.0
1532026-08-07T21:24:54.043Z Downloaded darling_macro v0.21.3
1542026-08-07T21:24:54.046Z Downloaded convert_case v0.10.0
1552026-08-07T21:24:54.049Z Downloaded hash32 v0.3.1
1562026-08-07T21:24:54.049Z Downloaded critical-section v1.2.0
1572026-08-07T21:24:54.053Z Downloaded console v0.15.11
1582026-08-07T21:24:54.056Z Downloaded compression-codecs v0.4.37
1592026-08-07T21:24:54.058Z Downloaded delegate v0.13.5
1602026-08-07T21:24:54.058Z Downloaded ciborium v0.2.2
1612026-08-07T21:24:54.061Z Downloaded defmt v1.0.1
1622026-08-07T21:24:54.061Z Downloaded crossbeam-utils v0.8.21
1632026-08-07T21:24:54.064Z Downloaded derive_more v0.99.20
1642026-08-07T21:24:54.067Z Downloaded darling v0.23.0
1652026-08-07T21:24:54.069Z Downloaded home v0.5.12
1662026-08-07T21:24:54.069Z Downloaded hash32 v0.2.1
1672026-08-07T21:24:54.072Z Downloaded cpubits v0.1.1
1682026-08-07T21:24:54.072Z Downloaded hex-literal v1.1.0
1692026-08-07T21:24:54.072Z Downloaded crc8 v0.1.1
1702026-08-07T21:24:54.072Z Downloaded addr2line v0.25.1
1712026-08-07T21:24:54.075Z Downloaded guppy-workspace-hack v0.1.0
1722026-08-07T21:24:54.075Z Downloaded heck v0.5.0
1732026-08-07T21:24:54.075Z Downloaded chumsky v0.9.3
1742026-08-07T21:24:54.080Z Downloaded crc v3.4.0
1752026-08-07T21:24:54.083Z Downloaded hex v0.4.3
1762026-08-07T21:24:54.086Z Downloaded colored v2.2.0
1772026-08-07T21:24:54.086Z Downloaded darling_core v0.23.0
1782026-08-07T21:24:54.091Z Downloaded hex-literal v0.4.1
1792026-08-07T21:24:54.094Z Downloaded hostname v0.4.2
1802026-08-07T21:24:54.094Z Downloaded http-body v1.0.1
1812026-08-07T21:24:54.094Z Downloaded hashbrown v0.14.5
1822026-08-07T21:24:54.097Z Downloaded clap_derive v4.6.1
1832026-08-07T21:24:54.103Z Downloaded const-oid v0.9.6
1842026-08-07T21:24:54.103Z Downloaded convert_case v0.4.0
1852026-08-07T21:24:54.103Z Downloaded headers-core v0.3.0
1862026-08-07T21:24:54.103Z Downloaded ident_case v1.0.1
1872026-08-07T21:24:54.103Z Downloaded instability v0.3.11
1882026-08-07T21:24:54.103Z Downloaded colorchoice v1.0.4
1892026-08-07T21:24:54.103Z Downloaded compression-core v0.4.31
1902026-08-07T21:24:54.103Z Downloaded httpdate v1.0.3
1912026-08-07T21:24:54.106Z Downloaded defmt-parser v1.0.0
1922026-08-07T21:24:54.106Z Downloaded cpufeatures v0.2.17
1932026-08-07T21:24:54.106Z Downloaded cstr-argument v0.1.2
1942026-08-07T21:24:54.106Z Downloaded debug-ignore v1.0.5
1952026-08-07T21:24:54.109Z Downloaded group v0.14.0
1962026-08-07T21:24:54.109Z Downloaded httptest v0.16.4
1972026-08-07T21:24:54.109Z Downloaded hyper-staticfile v0.10.1
1982026-08-07T21:24:54.114Z Downloaded indent_write v2.2.0
1992026-08-07T21:24:54.114Z Downloaded cobs v0.3.0
2002026-08-07T21:24:54.115Z Downloaded idna_adapter v1.2.1
2012026-08-07T21:24:54.115Z Downloaded illumos-nvpair-sys v0.2.0
2022026-08-07T21:24:54.115Z Downloaded darling_macro v0.13.4
2032026-08-07T21:24:54.116Z Downloaded crc-catalog v2.4.0
2042026-08-07T21:24:54.122Z Downloaded crunchy v0.2.4
2052026-08-07T21:24:54.122Z Downloaded instant v0.1.13
2062026-08-07T21:24:54.125Z Downloaded heck v0.4.1
2072026-08-07T21:24:54.125Z Downloaded hyper-tls v0.6.0
2082026-08-07T21:24:54.125Z Downloaded darling_macro v0.20.11
2092026-08-07T21:24:54.131Z Downloaded cmake v0.1.57
2102026-08-07T21:24:54.134Z Downloaded cmov v0.5.4
2112026-08-07T21:24:54.134Z Downloaded const_format_proc_macros v0.2.34
2122026-08-07T21:24:54.134Z Downloaded inout v0.1.4
2132026-08-07T21:24:54.137Z Downloaded inout v0.2.2
2142026-08-07T21:24:54.140Z Downloaded crypto-common v0.1.7
2152026-08-07T21:24:54.143Z Downloaded crypto-common v0.2.2
2162026-08-07T21:24:54.146Z Downloaded http-range v0.1.5
2172026-08-07T21:24:54.146Z Downloaded indoc v1.0.9
2182026-08-07T21:24:54.148Z Downloaded crucible-workspace-hack v0.1.0
2192026-08-07T21:24:54.148Z Downloaded is_ci v1.2.0
2202026-08-07T21:24:54.148Z Downloaded is_terminal_polyfill v1.70.2
2212026-08-07T21:24:54.151Z Downloaded hickory-client v0.25.2
2222026-08-07T21:24:54.151Z Downloaded darling_macro v0.23.0
2232026-08-07T21:24:54.151Z Downloaded defmt v0.3.100
2242026-08-07T21:24:54.154Z Downloaded curve25519-dalek-derive v0.1.1
2252026-08-07T21:24:54.157Z Downloaded hickory-server v0.25.2
2262026-08-07T21:24:54.160Z Downloaded derive_builder_macro v0.20.2
2272026-08-07T21:24:54.160Z Downloaded approx v0.5.1
2282026-08-07T21:24:54.163Z Downloaded async-stream v0.3.6
2292026-08-07T21:24:54.166Z Downloaded async-recursion v1.1.1
2302026-08-07T21:24:54.169Z Downloaded base16ct v1.0.0
2312026-08-07T21:24:54.169Z Downloaded hubpack v0.1.2
2322026-08-07T21:24:54.169Z Downloaded is-terminal v0.4.17
2332026-08-07T21:24:54.169Z Downloaded bit-set v0.8.0
2342026-08-07T21:24:54.173Z Downloaded illumos-nvpair v0.3.0
2352026-08-07T21:24:54.173Z Downloaded hubpack_derive v0.1.1
2362026-08-07T21:24:54.173Z Downloaded internet-checksum v0.2.1
2372026-08-07T21:24:54.176Z Downloaded block-padding v0.4.2
2382026-08-07T21:24:54.176Z Downloaded concurrent-queue v2.5.0
2392026-08-07T21:24:54.179Z Downloaded bcrypt-pbkdf v0.11.0
2402026-08-07T21:24:54.179Z Downloaded hostname v0.3.1
2412026-08-07T21:24:54.182Z Downloaded http-body-util v0.1.3
2422026-08-07T21:24:54.182Z Downloaded ingot v0.2.1
2432026-08-07T21:24:54.185Z Downloaded ipnet v2.11.0
2442026-08-07T21:24:54.185Z Downloaded csv-core v0.1.13
2452026-08-07T21:24:54.188Z Downloaded highway v1.3.0
2462026-08-07T21:24:54.188Z Downloaded cpufeatures v0.3.0
2472026-08-07T21:24:54.191Z Downloaded der_derive v0.7.3
2482026-08-07T21:24:54.191Z Downloaded cargo-platform v0.3.2
2492026-08-07T21:24:54.196Z Downloaded ctr v0.10.1
2502026-08-07T21:24:54.196Z Downloaded darling v0.13.4
2512026-08-07T21:24:54.199Z Downloaded corncobs v0.1.4
2522026-08-07T21:24:54.201Z Downloaded group v0.13.0
2532026-08-07T21:24:54.201Z Downloaded cipher v0.5.2
2542026-08-07T21:24:54.202Z Downloaded criterion-plot v0.6.0
2552026-08-07T21:24:54.207Z Downloaded opaque-debug v0.3.1
2562026-08-07T21:24:54.213Z Downloaded plain v0.2.3
2572026-08-07T21:24:54.216Z Downloaded percent-encoding v2.3.2
2582026-08-07T21:24:54.223Z Downloaded path-slash v0.1.5
2592026-08-07T21:24:54.225Z Downloaded pathdiff v0.2.3
2602026-08-07T21:24:54.225Z Downloaded proc-macro-crate v1.3.1
2612026-08-07T21:24:54.228Z Downloaded cipher v0.4.4
2622026-08-07T21:24:54.228Z Downloaded daft v0.1.7
2632026-08-07T21:24:54.231Z Downloaded anstyle-parse v0.2.7
2642026-08-07T21:24:54.231Z Downloaded proc-macro-crate v3.4.0
2652026-08-07T21:24:54.234Z Downloaded recursive-proc-macro-impl v0.1.1
2662026-08-07T21:24:54.237Z Downloaded daft-derive v0.1.7
2672026-08-07T21:24:54.241Z Downloaded defmt-macros v1.0.1
2682026-08-07T21:24:54.244Z Downloaded derive-ex v0.1.8
2692026-08-07T21:24:54.244Z Downloaded humantime v2.3.0
2702026-08-07T21:24:54.244Z Downloaded ctutils v0.4.2
2712026-08-07T21:24:54.244Z Downloaded data-encoding v2.10.0
2722026-08-07T21:24:54.247Z Downloaded arrayvec v0.7.6
2732026-08-07T21:24:54.247Z Downloaded impl-trait-for-tuples v0.2.3
2742026-08-07T21:24:54.247Z Downloaded ingot-types v0.2.0
2752026-08-07T21:24:54.252Z Downloaded castaway v0.2.4
2762026-08-07T21:24:54.252Z Downloaded bitfield v0.19.4
2772026-08-07T21:24:54.252Z Downloaded russh-util v0.52.0
2782026-08-07T21:24:54.252Z Downloaded httparse v1.10.1
2792026-08-07T21:24:54.257Z Downloaded crossbeam-epoch v0.9.18
2802026-08-07T21:24:54.260Z Downloaded datatest-stable v0.3.3
2812026-08-07T21:24:54.263Z Downloaded indoc v2.0.7
2822026-08-07T21:24:54.263Z Downloaded chacha20 v0.9.1
2832026-08-07T21:24:54.263Z Downloaded oso-derive v0.27.3
2842026-08-07T21:24:54.267Z Downloaded crossbeam-deque v0.8.6
2852026-08-07T21:24:54.268Z Downloaded darling v0.21.3
2862026-08-07T21:24:54.268Z Downloaded owo-colors v3.5.0
2872026-08-07T21:24:54.270Z Downloaded crc32fast v1.5.0
2882026-08-07T21:24:54.270Z Downloaded russh-cryptovec v0.62.0
2892026-08-07T21:24:54.270Z Downloaded cookie v0.18.1
2902026-08-07T21:24:54.273Z Downloaded owo-colors v4.3.0
2912026-08-07T21:24:54.273Z Downloaded packed_struct v0.10.1
2922026-08-07T21:24:54.276Z Downloaded colored v3.1.1
2932026-08-07T21:24:54.276Z Downloaded console v0.16.2
2942026-08-07T21:24:54.276Z Downloaded derive_builder v0.20.2
2952026-08-07T21:24:54.279Z Downloaded anes v0.1.6
2962026-08-07T21:24:54.282Z Downloaded argon2 v0.6.0-rc.8
2972026-08-07T21:24:54.282Z Downloaded hybrid-array v0.4.13
2982026-08-07T21:24:54.284Z Downloaded iana-time-zone v0.1.65
2992026-08-07T21:24:54.287Z Downloaded ipnetwork v0.21.1
3002026-08-07T21:24:54.287Z Downloaded sapling-renderdag v0.1.0
3012026-08-07T21:24:54.287Z Downloaded secrecy v0.10.3
3022026-08-07T21:24:54.287Z Downloaded hmac v0.13.0
3032026-08-07T21:24:54.290Z Downloaded serde_urlencoded v0.7.1
3042026-08-07T21:24:54.290Z Downloaded shell-words v1.1.1
3052026-08-07T21:24:54.290Z Downloaded parking v2.2.1
3062026-08-07T21:24:54.290Z Downloaded serde_repr v0.1.20
3072026-08-07T21:24:54.293Z Downloaded sha1 v0.11.0
3082026-08-07T21:24:54.293Z Downloaded pem-rfc7468 v1.0.0
3092026-08-07T21:24:54.293Z Downloaded icu_normalizer v2.1.1
3102026-08-07T21:24:54.296Z Downloaded pkg-config v0.3.32
3112026-08-07T21:24:54.299Z Downloaded progenitor v0.14.0
3122026-08-07T21:24:54.302Z Downloaded serde-big-array v0.5.1
3132026-08-07T21:24:54.302Z Downloaded signature v2.2.0
3142026-08-07T21:24:54.302Z Downloaded sponge-cursor v0.1.0
3152026-08-07T21:24:54.302Z Downloaded path-tree v0.8.3
3162026-08-07T21:24:54.305Z Downloaded phf v0.13.1
3172026-08-07T21:24:54.305Z Downloaded strip-ansi-escapes v0.2.1
3182026-08-07T21:24:54.308Z Downloaded clang-sys v1.8.1
3192026-08-07T21:24:54.319Z Downloaded deranged v0.5.8
3202026-08-07T21:24:54.319Z Downloaded port-file v0.1.0
3212026-08-07T21:24:54.319Z Downloaded polyval v0.7.1
3222026-08-07T21:24:54.319Z Downloaded constant_time_eq v0.4.2
3232026-08-07T21:24:54.319Z Downloaded darling v0.20.11
3242026-08-07T21:24:54.323Z Downloaded glob v0.3.3
3252026-08-07T21:24:54.323Z Downloaded async-bb8-diesel v0.2.1
3262026-08-07T21:24:54.326Z Downloaded rand_core v0.9.5
3272026-08-07T21:24:54.330Z Downloaded rand_core v0.10.0
3282026-08-07T21:24:54.330Z Downloaded subtle v2.6.1
3292026-08-07T21:24:54.330Z Downloaded supports-hyperlinks v2.1.0
3302026-08-07T21:24:54.333Z Downloaded hmac v0.12.1
3312026-08-07T21:24:54.333Z Downloaded tabwriter v1.4.1
3322026-08-07T21:24:54.336Z Downloaded cfg-expr v0.20.6
3332026-08-07T21:24:54.336Z Downloaded half v1.8.3
3342026-08-07T21:24:54.338Z Downloaded rusty-fork v0.3.1
3352026-08-07T21:24:54.338Z Downloaded cookie_store v0.22.1
3362026-08-07T21:24:54.339Z Downloaded hyper-rustls v0.27.7
3372026-08-07T21:24:54.342Z Downloaded derive-where v1.6.0
3382026-08-07T21:24:54.345Z Downloaded crc-any v2.5.0
3392026-08-07T21:24:54.345Z Downloaded rustls-pemfile v2.2.0
3402026-08-07T21:24:54.345Z Downloaded terminal_size v0.1.17
3412026-08-07T21:24:54.348Z Downloaded terminal_size v0.4.3
3422026-08-07T21:24:54.351Z Downloaded rustversion v1.0.22
3432026-08-07T21:24:54.354Z Downloaded icu_properties v2.1.2
3442026-08-07T21:24:54.354Z Downloaded tokio-macros v2.7.0
3452026-08-07T21:24:54.360Z Downloaded crossbeam-channel v0.5.15
3462026-08-07T21:24:54.364Z Downloaded scroll v0.12.0
3472026-08-07T21:24:54.367Z Downloaded const_format v0.2.35
3482026-08-07T21:24:54.367Z Downloaded sha2 v0.10.9
3492026-08-07T21:24:54.371Z Downloaded parking_lot v0.11.2
3502026-08-07T21:24:54.371Z Downloaded parking_lot v0.12.5
3512026-08-07T21:24:54.372Z Downloaded untrusted v0.7.1
3522026-08-07T21:24:54.374Z Downloaded untrusted v0.9.0
3532026-08-07T21:24:54.374Z Downloaded ssh-encoding v0.3.0
3542026-08-07T21:24:54.377Z Downloaded stringprep v0.1.5
3552026-08-07T21:24:54.377Z Downloaded strum_macros v0.24.3
3562026-08-07T21:24:54.377Z Downloaded supports-unicode v2.1.0
3572026-08-07T21:24:54.380Z Downloaded slab v0.4.12
3582026-08-07T21:24:54.380Z Downloaded unicode-truncate v1.1.0
3592026-08-07T21:24:54.380Z Downloaded utf-8 v0.7.6
3602026-08-07T21:24:54.380Z Downloaded void v1.0.2
3612026-08-07T21:24:54.383Z Downloaded heapless v0.7.17
3622026-08-07T21:24:54.383Z Downloaded darling_core v0.13.4
3632026-08-07T21:24:54.386Z Downloaded quinn-udp v0.5.14
3642026-08-07T21:24:54.386Z Downloaded utf8parse v0.2.2
3652026-08-07T21:24:54.389Z Downloaded waitgroup v0.1.2
3662026-08-07T21:24:54.389Z Downloaded wnaf v0.14.0
3672026-08-07T21:24:54.392Z Downloaded display-error-chain v0.2.2
3682026-08-07T21:24:54.392Z Downloaded slog-stdlog v4.1.1
3692026-08-07T21:24:54.392Z Downloaded static_assertions v1.1.0
3702026-08-07T21:24:54.396Z Downloaded half v2.7.1
3712026-08-07T21:24:54.400Z Downloaded yoke-derive v0.8.1
3722026-08-07T21:24:54.403Z Downloaded ingot-macros v0.2.0
3732026-08-07T21:24:54.406Z Downloaded clap v4.6.1
3742026-08-07T21:24:54.410Z Downloaded compact_str v0.8.1
3752026-08-07T21:24:54.412Z Downloaded darling_core v0.20.11
3762026-08-07T21:24:54.415Z Downloaded darling_core v0.21.3
3772026-08-07T21:24:54.418Z Downloaded const-oid v0.10.2
3782026-08-07T21:24:54.418Z Downloaded dsl_auto_type v0.2.0
3792026-08-07T21:24:54.421Z Downloaded env_filter v1.0.0
3802026-08-07T21:24:54.421Z Downloaded event-listener-strategy v0.5.4
3812026-08-07T21:24:54.421Z Downloaded icu_provider v2.1.1
3822026-08-07T21:24:54.425Z Downloaded thiserror v2.0.18
3832026-08-07T21:24:54.428Z Downloaded thiserror v1.0.69
3842026-08-07T21:24:54.431Z Downloaded thread_local v1.1.9
3852026-08-07T21:24:54.433Z Downloaded tokio-dtrace v0.1.1
3862026-08-07T21:24:54.433Z Downloaded dtrace-parser v0.2.0
3872026-08-07T21:24:54.433Z Downloaded flagset v0.4.7
3882026-08-07T21:24:54.433Z Downloaded foreign-types-shared v0.1.1
3892026-08-07T21:24:54.433Z Downloaded foreign-types-shared v0.3.1
3902026-08-07T21:24:54.433Z Downloaded ghash v0.6.0
3912026-08-07T21:24:54.436Z Downloaded tokio-native-tls v0.3.1
3922026-08-07T21:24:54.437Z Downloaded pin-project v1.1.11
3932026-08-07T21:24:54.441Z Downloaded pkcs1 v0.7.5
3942026-08-07T21:24:54.444Z Downloaded utf8_iter v1.0.4
3952026-08-07T21:24:54.444Z Downloaded icu_normalizer_data v2.1.1
3962026-08-07T21:24:54.444Z Downloaded ignore v0.4.25
3972026-08-07T21:24:54.446Z Downloaded git-stub v1.0.0
3982026-08-07T21:24:54.446Z Downloaded jiff-static v0.2.34
3992026-08-07T21:24:54.446Z Downloaded kstat-rs v0.2.5
4002026-08-07T21:24:54.449Z Downloaded headers v0.4.1
4012026-08-07T21:24:54.449Z Downloaded futures-macro v0.3.32
4022026-08-07T21:24:54.452Z Downloaded lru v0.12.5
4032026-08-07T21:24:54.452Z Downloaded memmap v0.7.0
4042026-08-07T21:24:54.455Z Downloaded miette-derive v5.10.0
4052026-08-07T21:24:54.458Z Downloaded serde_with_macros v3.21.0
4062026-08-07T21:24:54.462Z Downloaded derive_builder_core v0.20.2
4072026-08-07T21:24:54.466Z Downloaded smallvec v1.15.1
4082026-08-07T21:24:54.469Z Downloaded bytes v1.11.1
4092026-08-07T21:24:54.472Z Downloaded maybe-uninit v2.0.0
4102026-08-07T21:24:54.475Z Downloaded whoami v2.1.0
4112026-08-07T21:24:54.478Z Downloaded yoke v0.8.1
4122026-08-07T21:24:54.478Z Downloaded zerovec-derive v0.11.2
4132026-08-07T21:24:54.481Z Downloaded digest v0.10.7
4142026-08-07T21:24:54.481Z Downloaded dirs-sys-next v0.1.2
4152026-08-07T21:24:54.481Z Downloaded postcard v1.1.3
4162026-08-07T21:24:54.481Z Downloaded icu_locale_core v2.1.1
4172026-08-07T21:24:54.484Z Downloaded indexmap v1.9.3
4182026-08-07T21:24:54.487Z Downloaded num-conv v0.2.0
4192026-08-07T21:24:54.487Z Downloaded anstyle-query v1.1.5
4202026-08-07T21:24:54.490Z Downloaded fallible-iterator v0.2.0
4212026-08-07T21:24:54.493Z Downloaded ena v0.14.4
4222026-08-07T21:24:54.497Z Downloaded enum_dispatch v0.3.13
4232026-08-07T21:24:54.498Z Downloaded fixedbitset v0.5.7
4242026-08-07T21:24:54.501Z Downloaded icu_collections v2.1.1
4252026-08-07T21:24:54.501Z Downloaded zstd v0.13.3
4262026-08-07T21:24:54.504Z Downloaded bb8 v0.8.6
4272026-08-07T21:24:54.508Z Downloaded tempfile v3.25.0
4282026-08-07T21:24:54.508Z Downloaded tiny-keccak v2.0.2
4292026-08-07T21:24:54.515Z Downloaded prettyplease v0.2.37
4302026-08-07T21:24:54.520Z Downloaded ed25519 v3.0.0
4312026-08-07T21:24:54.520Z Downloaded atomic-waker v1.1.2
4322026-08-07T21:24:54.520Z Downloaded progenitor-impl v0.13.0
4332026-08-07T21:24:54.527Z Downloaded indexmap v2.14.0
4342026-08-07T21:24:54.527Z Downloaded libsw-core v0.3.2
4352026-08-07T21:24:54.530Z Downloaded linear-map v1.2.0
4362026-08-07T21:24:54.530Z Downloaded lru-cache v0.1.2
4372026-08-07T21:24:54.530Z Downloaded newtype-uuid v1.3.2
4382026-08-07T21:24:54.530Z Downloaded heapless v0.8.0
4392026-08-07T21:24:54.535Z Downloaded hashbrown v0.13.2
4402026-08-07T21:24:54.540Z Downloaded yasna v0.5.2
4412026-08-07T21:24:54.544Z Downloaded backtrace v0.3.76
4422026-08-07T21:24:54.544Z Downloaded http v1.4.2
4432026-08-07T21:24:54.548Z Downloaded rand_distr v0.5.1
4442026-08-07T21:24:54.554Z Downloaded nu-ansi-term v0.50.3
4452026-08-07T21:24:54.558Z Downloaded plotters-svg v0.3.7
4462026-08-07T21:24:54.558Z Downloaded proc-macro-error-attr2 v2.0.0
4472026-08-07T21:24:54.558Z Downloaded plotters-backend v0.3.7
4482026-08-07T21:24:54.558Z Downloaded proc-macro-error-attr v1.0.4
4492026-08-07T21:24:54.558Z Downloaded radium v0.7.0
4502026-08-07T21:24:54.561Z Downloaded libloading v0.8.9
4512026-08-07T21:24:54.561Z Downloaded phf_shared v0.13.1
4522026-08-07T21:24:54.561Z Downloaded similar v2.7.0
4532026-08-07T21:24:54.564Z Downloaded rand_chacha v0.3.1
4542026-08-07T21:24:54.564Z Downloaded crypto-bigint v0.5.5
4552026-08-07T21:24:54.567Z Downloaded der v0.7.10
4562026-08-07T21:24:54.570Z Downloaded native-tls v0.2.18
4572026-08-07T21:24:54.577Z Downloaded rfc6979 v0.6.0
4582026-08-07T21:24:54.579Z Downloaded backoff v0.4.0
4592026-08-07T21:24:54.583Z Downloaded indicatif v0.18.4
4602026-08-07T21:24:54.585Z Downloaded num_enum v0.7.6
4612026-08-07T21:24:54.589Z Downloaded bitflags v1.3.2
4622026-08-07T21:24:54.590Z Downloaded rustc-hash v2.1.1
4632026-08-07T21:24:54.593Z Downloaded scheduled-thread-pool v0.2.7
4642026-08-07T21:24:54.593Z Downloaded serde_bytes v0.11.19
4652026-08-07T21:24:54.599Z Downloaded cexpr v0.6.0
4662026-08-07T21:24:54.602Z Downloaded parking_lot_core v0.8.6
4672026-08-07T21:24:54.602Z Downloaded scopeguard v1.2.0
4682026-08-07T21:24:54.602Z Downloaded semver v0.1.20
4692026-08-07T21:24:54.605Z Downloaded serde_regex v1.1.0
4702026-08-07T21:24:54.605Z Downloaded futures-channel v0.3.32
4712026-08-07T21:24:54.608Z Downloaded bytecount v0.6.9
4722026-08-07T21:24:54.608Z Downloaded serde_plain v1.0.2
4732026-08-07T21:24:54.608Z Downloaded smawk v0.3.2
4742026-08-07T21:24:54.611Z Downloaded strum v0.27.2
4752026-08-07T21:24:54.611Z Downloaded cargo_metadata v0.23.1
4762026-08-07T21:24:54.611Z Downloaded hickory-resolver v0.24.4
4772026-08-07T21:24:54.615Z Downloaded bit-vec v0.6.3
4782026-08-07T21:24:54.615Z Downloaded toml v1.1.2+spec-1.1.0
4792026-08-07T21:24:54.618Z Downloaded peg v0.8.5
4802026-08-07T21:24:54.618Z Downloaded bs58 v0.5.1
4812026-08-07T21:24:54.621Z Downloaded oxide-update-engine-display v0.1.2
4822026-08-07T21:24:54.622Z Downloaded serde_spanned v0.6.9
4832026-08-07T21:24:54.622Z Downloaded supports-color v2.1.0
4842026-08-07T21:24:54.622Z Downloaded bumpalo v3.20.2
4852026-08-07T21:24:54.625Z Downloaded tracing-attributes v0.1.31
4862026-08-07T21:24:54.625Z Downloaded typify v0.6.2
4872026-08-07T21:24:54.628Z Downloaded unsafe-libyaml v0.2.11
4882026-08-07T21:24:54.631Z Downloaded internal-russh-num-bigint v0.5.0
4892026-08-07T21:24:54.634Z Downloaded num-complex v0.4.6
4902026-08-07T21:24:54.634Z Downloaded proc-macro-error v1.0.4
4912026-08-07T21:24:54.634Z Downloaded ref-cast v1.0.25
4922026-08-07T21:24:54.640Z Downloaded thiserror-impl-no-std v2.0.2
4932026-08-07T21:24:54.640Z Downloaded litemap v0.8.1
4942026-08-07T21:24:54.640Z Downloaded strsim v0.11.1
4952026-08-07T21:24:54.640Z Downloaded tabled_derive v0.11.0
4962026-08-07T21:24:54.643Z Downloaded tar v0.4.46
4972026-08-07T21:24:54.643Z Downloaded elliptic-curve v0.13.8
4982026-08-07T21:24:54.647Z Downloaded testing_table v0.3.0
4992026-08-07T21:24:54.648Z Downloaded poly1305 v0.8.0
5002026-08-07T21:24:54.653Z Downloaded hyper-util v0.1.20
5012026-08-07T21:24:54.656Z Downloaded anyhow v1.0.102
5022026-08-07T21:24:54.660Z Downloaded rand_chacha v0.9.0
5032026-08-07T21:24:54.660Z Downloaded rand_core v0.6.4
5042026-08-07T21:24:54.665Z Downloaded toml_edit v0.22.27
5052026-08-07T21:24:54.665Z Downloaded tungstenite v0.23.0
5062026-08-07T21:24:54.668Z Downloaded spin v0.9.8
5072026-08-07T21:24:54.668Z Downloaded trait-variant v0.1.2
5082026-08-07T21:24:54.668Z Downloaded unicode-xid v0.2.6
5092026-08-07T21:24:54.671Z Downloaded version_check v0.9.5
5102026-08-07T21:24:54.675Z Downloaded tinyvec v1.10.0
5112026-08-07T21:24:54.678Z Downloaded serde v1.0.228
5122026-08-07T21:24:54.678Z Downloaded similar-asserts v1.7.0
5132026-08-07T21:24:54.681Z Downloaded snafu v0.8.9
5142026-08-07T21:24:54.683Z Downloaded ahash v0.8.12
5152026-08-07T21:24:54.684Z Downloaded blake2b_simd v1.0.4
5162026-08-07T21:24:54.684Z Downloaded generic-array v1.4.3
5172026-08-07T21:24:54.687Z Downloaded itertools v0.10.5
5182026-08-07T21:24:54.690Z Downloaded signal-hook-registry v1.4.8
5192026-08-07T21:24:54.690Z Downloaded pem-rfc7468 v0.7.0
5202026-08-07T21:24:54.690Z Downloaded serde_derive_internals v0.29.1
5212026-08-07T21:24:54.690Z Downloaded serde_path_to_error v0.1.20
5222026-08-07T21:24:54.694Z Downloaded simd-adler32 v0.3.8
5232026-08-07T21:24:54.694Z Downloaded slog-dtrace v0.3.0
5242026-08-07T21:24:54.694Z Downloaded spki v0.7.3
5252026-08-07T21:24:54.694Z Downloaded spki v0.8.0
5262026-08-07T21:24:54.697Z Downloaded want v0.3.1
5272026-08-07T21:24:54.697Z Downloaded unicode-bidi v0.3.18
5282026-08-07T21:24:54.697Z Downloaded zone_cfg_derive v0.3.1
5292026-08-07T21:24:54.697Z Downloaded diesel_table_macro_syntax v0.3.0
5302026-08-07T21:24:54.697Z Downloaded der v0.8.0
5312026-08-07T21:24:54.700Z Downloaded synstructure v0.13.2
5322026-08-07T21:24:54.701Z Downloaded qorb v0.4.1
5332026-08-07T21:24:54.705Z Downloaded dyn-clone v1.0.20
5342026-08-07T21:24:54.708Z Downloaded support-bundle-viewer v0.1.2
5352026-08-07T21:24:54.708Z Downloaded dof v0.3.0
5362026-08-07T21:24:54.708Z Downloaded dunce v1.0.5
5372026-08-07T21:24:54.708Z Downloaded endian-type v0.1.2
5382026-08-07T21:24:54.708Z Downloaded hickory-resolver v0.25.2
5392026-08-07T21:24:54.712Z Downloaded target-spec v3.5.7
5402026-08-07T21:24:54.715Z Downloaded hashbrown v0.12.3
5412026-08-07T21:24:54.715Z Downloaded termcolor v1.4.1
5422026-08-07T21:24:54.718Z Downloaded thread-id v4.2.2
5432026-08-07T21:24:54.718Z Downloaded thiserror-impl v2.0.18
5442026-08-07T21:24:54.718Z Downloaded thiserror-no-std v2.0.2
5452026-08-07T21:24:54.722Z Downloaded criterion v0.7.0
5462026-08-07T21:24:54.724Z Downloaded salsa20 v0.11.0
5472026-08-07T21:24:54.725Z Downloaded errno v0.3.14
5482026-08-07T21:24:54.725Z Downloaded fnv v1.0.7
5492026-08-07T21:24:54.725Z Downloaded gethostname v0.5.0
5502026-08-07T21:24:54.728Z Downloaded foreign-types v0.5.0
5512026-08-07T21:24:54.728Z Downloaded rustls-pki-types v1.14.0
5522026-08-07T21:24:54.728Z Downloaded scuffle v0.1.0
5532026-08-07T21:24:54.731Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5542026-08-07T21:24:54.731Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5552026-08-07T21:24:54.731Z Downloaded futures-task v0.3.32
5562026-08-07T21:24:54.734Z Downloaded linked-hash-map v0.5.6
5572026-08-07T21:24:54.734Z Downloaded toml_edit v0.19.15
5582026-08-07T21:24:54.740Z Downloaded schemars v1.2.1
5592026-08-07T21:24:54.747Z Downloaded scrypt v0.12.0
5602026-08-07T21:24:54.750Z Downloaded lalrpop-util v0.19.12
5612026-08-07T21:24:54.750Z Downloaded macaddr v1.0.1
5622026-08-07T21:24:54.750Z Downloaded usdt-impl v0.5.0
5632026-08-07T21:24:54.751Z Downloaded camino v1.2.2
5642026-08-07T21:24:54.754Z Downloaded managed v0.8.0
5652026-08-07T21:24:54.754Z Downloaded memoffset v0.9.1
5662026-08-07T21:24:54.754Z Downloaded itertools v0.12.1
5672026-08-07T21:24:54.756Z Downloaded whoami v1.6.1
5682026-08-07T21:24:54.759Z Downloaded walkdir v2.5.0
5692026-08-07T21:24:54.759Z Downloaded vergen-git2 v9.1.0
5702026-08-07T21:24:54.759Z Downloaded papergrid v0.11.0
5712026-08-07T21:24:54.764Z Downloaded papergrid v0.17.0
5722026-08-07T21:24:54.766Z Downloaded new_debug_unreachable v1.0.6
5732026-08-07T21:24:54.766Z Downloaded nibble_vec v0.1.0
5742026-08-07T21:24:54.766Z Downloaded num-iter v0.1.45
5752026-08-07T21:24:54.766Z Downloaded num_enum_derive v0.5.11
5762026-08-07T21:24:54.767Z Downloaded snafu-derive v0.8.9
5772026-08-07T21:24:54.769Z Downloaded zone v0.3.1
5782026-08-07T21:24:54.770Z Downloaded zeroize v1.9.0
5792026-08-07T21:24:54.770Z Downloaded nonempty v0.12.0
5802026-08-07T21:24:54.770Z Downloaded assert_matches v1.5.0
5812026-08-07T21:24:54.770Z Downloaded pkcs5 v0.8.1
5822026-08-07T21:24:54.773Z Downloaded crossterm v0.28.1
5832026-08-07T21:24:54.779Z Downloaded miniz_oxide v0.8.9
5842026-08-07T21:24:54.779Z Downloaded rand v0.10.1
5852026-08-07T21:24:54.779Z Downloaded atty v0.2.14
5862026-08-07T21:24:54.782Z Downloaded aead v0.5.2
5872026-08-07T21:24:54.782Z Downloaded base16ct v0.2.0
5882026-08-07T21:24:54.782Z Downloaded bitfield-macros v0.19.4
5892026-08-07T21:24:54.787Z Downloaded arc-swap v1.8.2
5902026-08-07T21:24:54.790Z Downloaded tokio-stream v0.1.18
5912026-08-07T21:24:54.794Z Downloaded fs_extra v1.3.0
5922026-08-07T21:24:54.794Z Downloaded fs-err v3.3.0
5932026-08-07T21:24:54.794Z Downloaded erased-serde v0.3.31
5942026-08-07T21:24:54.797Z Downloaded ff v0.13.1
5952026-08-07T21:24:54.797Z Downloaded ff v0.14.0
5962026-08-07T21:24:54.797Z Downloaded openssl-probe v0.2.1
5972026-08-07T21:24:54.797Z Downloaded parse-size v1.1.0
5982026-08-07T21:24:54.800Z Downloaded keccak v0.2.0
5992026-08-07T21:24:54.800Z Downloaded libefi-sys v0.1.0
6002026-08-07T21:24:54.803Z Downloaded flate2 v1.1.9
6012026-08-07T21:24:54.806Z Downloaded iri-string v0.7.10
6022026-08-07T21:24:54.812Z Downloaded twox-hash v2.1.2
6032026-08-07T21:24:54.815Z Downloaded rsa v0.10.0-rc.18
6042026-08-07T21:24:54.815Z Downloaded ref-cast-impl v1.0.25
6052026-08-07T21:24:54.815Z Downloaded password-hash v0.6.1
6062026-08-07T21:24:54.815Z Downloaded pretty-hex v0.4.1
6072026-08-07T21:24:54.815Z Downloaded clap_builder v4.6.0
6082026-08-07T21:24:54.818Z Downloaded hashbrown v0.15.5
6092026-08-07T21:24:54.821Z Downloaded lock_api v0.4.14
6102026-08-07T21:24:54.824Z Downloaded progenitor-client v0.14.0
6112026-08-07T21:24:54.824Z Downloaded multer v3.1.0
6122026-08-07T21:24:54.827Z Downloaded recursive v0.1.1
6132026-08-07T21:24:54.827Z Downloaded progenitor-macro v0.14.0
6142026-08-07T21:24:54.827Z Downloaded signal-hook-tokio v0.3.1
6152026-08-07T21:24:54.827Z Downloaded zerocopy v0.6.6
6162026-08-07T21:24:54.827Z Downloaded scroll_derive v0.12.1
6172026-08-07T21:24:54.831Z Downloaded icu_properties_data v2.1.2
6182026-08-07T21:24:54.840Z Downloaded siphasher v1.0.2
6192026-08-07T21:24:54.840Z Downloaded structmeta-derive v0.3.0
6202026-08-07T21:24:54.843Z Downloaded assert_cmd v2.1.2
6212026-08-07T21:24:54.843Z Downloaded anstream v1.0.0
6222026-08-07T21:24:54.844Z Downloaded anstyle v1.0.14
6232026-08-07T21:24:54.844Z Downloaded byteorder v1.5.0
6242026-08-07T21:24:54.844Z Downloaded diff v0.1.13
6252026-08-07T21:24:54.844Z Downloaded yansi v1.0.1
6262026-08-07T21:24:54.848Z Downloaded progenitor-impl v0.14.0
6272026-08-07T21:24:54.851Z Downloaded itertools v0.13.0
6282026-08-07T21:24:54.854Z Downloaded bcs v0.1.6
6292026-08-07T21:24:54.857Z Downloaded hashbrown v0.16.1
6302026-08-07T21:24:54.860Z Downloaded tabled_derive v0.7.0
6312026-08-07T21:24:54.860Z Downloaded tagptr v0.2.0
6322026-08-07T21:24:54.860Z Downloaded time-core v0.1.8
6332026-08-07T21:24:54.864Z Downloaded pretty_assertions v1.4.1
6342026-08-07T21:24:54.864Z Downloaded byte-wrapper v0.1.0
6352026-08-07T21:24:54.864Z Downloaded git-stub-vcs v0.1.0
6362026-08-07T21:24:54.867Z Downloaded predicates v3.1.4
6372026-08-07T21:24:54.867Z Downloaded buf-list v1.1.2
6382026-08-07T21:24:54.874Z Downloaded unicode-linebreak v0.1.5
6392026-08-07T21:24:54.874Z Downloaded try-lock v0.2.5
6402026-08-07T21:24:54.874Z Downloaded rstest_macros v0.25.0
6412026-08-07T21:24:54.878Z Downloaded uuid v1.23.4
6422026-08-07T21:24:54.878Z Downloaded idna v1.1.0
6432026-08-07T21:24:54.884Z Downloaded ar_archive_writer v0.5.1
6442026-08-07T21:24:54.884Z Downloaded parse-display-derive v0.10.0
6452026-08-07T21:24:54.884Z Downloaded paste v1.0.15
6462026-08-07T21:24:54.884Z Downloaded peg-macros v0.8.5
6472026-08-07T21:24:54.887Z Downloaded tower v0.5.3
6482026-08-07T21:24:54.887Z Downloaded partial-io v0.5.4
6492026-08-07T21:24:54.891Z Downloaded password-hash v0.5.0
6502026-08-07T21:24:54.891Z Downloaded topological-sort v0.2.2
6512026-08-07T21:24:54.891Z Downloaded tungstenite v0.21.0
6522026-08-07T21:24:54.894Z Downloaded pbkdf2 v0.13.0
6532026-08-07T21:24:54.894Z Downloaded cc v1.2.56
6542026-08-07T21:24:54.897Z Downloaded zerofrom-derive v0.1.6
6552026-08-07T21:24:54.897Z Downloaded dirs-next v2.0.0
6562026-08-07T21:24:54.897Z Downloaded h2 v0.4.15
6572026-08-07T21:24:54.899Z Downloaded rand_seeder v0.4.0
6582026-08-07T21:24:54.902Z Downloaded dtrace-parser v0.3.0
6592026-08-07T21:24:54.902Z Downloaded rust-argon2 v2.1.0
6602026-08-07T21:24:54.902Z Downloaded openssl-sys v0.9.117
6612026-08-07T21:24:54.907Z Downloaded pest_meta v2.8.6
6622026-08-07T21:24:54.907Z Downloaded rustc-demangle v0.1.27
6632026-08-07T21:24:54.910Z Downloaded equivalent v1.0.2
6642026-08-07T21:24:54.910Z Downloaded primefield v0.14.0
6652026-08-07T21:24:54.910Z Downloaded schemars_derive v0.8.22
6662026-08-07T21:24:54.910Z Downloaded foreign-types-macros v0.2.3
6672026-08-07T21:24:54.910Z Downloaded fixedbitset v0.4.2
6682026-08-07T21:24:54.910Z Downloaded futures-sink v0.3.32
6692026-08-07T21:24:54.910Z Downloaded scroll v0.13.0
6702026-08-07T21:24:54.913Z Downloaded blake2 v0.11.0-rc.6
6712026-08-07T21:24:54.913Z Downloaded bzip2 v0.4.4
6722026-08-07T21:24:54.913Z Downloaded slog-term v2.9.2
6732026-08-07T21:24:54.916Z Downloaded smallvec v0.6.14
6742026-08-07T21:24:54.916Z Downloaded serde_with_macros v1.5.2
6752026-08-07T21:24:54.916Z Downloaded string_cache v0.8.9
6762026-08-07T21:24:54.919Z Downloaded aes-gcm v0.11.0
6772026-08-07T21:24:54.919Z Downloaded fastrand v2.3.0
6782026-08-07T21:24:54.919Z Downloaded newtype_derive v0.1.6
6792026-08-07T21:24:54.922Z Downloaded diesel_derives v2.3.7
6802026-08-07T21:24:54.924Z Downloaded ecdsa v0.16.9
6812026-08-07T21:24:54.924Z Downloaded hyper v1.10.1
6822026-08-07T21:24:54.927Z Downloaded derive_more-impl v2.1.1
6832026-08-07T21:24:54.930Z Downloaded itertools v0.14.0
6842026-08-07T21:24:54.934Z Downloaded smf v0.2.3
6852026-08-07T21:24:54.936Z Downloaded libscf-sys v1.2.0
6862026-08-07T21:24:54.936Z Downloaded match_cfg v0.1.0
6872026-08-07T21:24:54.937Z Downloaded md-5 v0.10.6
6882026-08-07T21:24:54.937Z Downloaded md5 v0.8.0
6892026-08-07T21:24:54.939Z Downloaded normalize-line-endings v0.3.0
6902026-08-07T21:24:54.940Z Downloaded expectorate v1.2.0
6912026-08-07T21:24:54.940Z Downloaded tokio-tungstenite v0.23.1
6922026-08-07T21:24:54.940Z Downloaded unicase v2.9.0
6932026-08-07T21:24:54.942Z Downloaded usdt-macro v0.6.0
6942026-08-07T21:24:54.942Z Downloaded embedded-io v0.6.1
6952026-08-07T21:24:54.942Z Downloaded time-macros v0.2.27
6962026-08-07T21:24:54.942Z Downloaded vergen-gitcl v1.0.8
6972026-08-07T21:24:54.946Z Downloaded hkdf v0.12.4
6982026-08-07T21:24:54.946Z Downloaded hkdf v0.13.0
6992026-08-07T21:24:54.949Z Downloaded backtrace-ext v0.2.1
7002026-08-07T21:24:54.951Z Downloaded writeable v0.6.2
7012026-08-07T21:24:54.954Z Downloaded zmij v1.0.21
7022026-08-07T21:24:54.954Z Downloaded itertools v0.15.0
7032026-08-07T21:24:54.957Z Downloaded diesel-dtrace v0.5.0
7042026-08-07T21:24:54.960Z Downloaded omicron-zone-package v0.12.3
7052026-08-07T21:24:54.960Z Downloaded goblin v0.8.2
7062026-08-07T21:24:54.963Z Downloaded guppy v0.17.25
7072026-08-07T21:24:54.966Z Downloaded steno v0.4.1
7082026-08-07T21:24:54.969Z Downloaded parse-display v0.10.0
7092026-08-07T21:24:54.973Z Downloaded same-file v1.0.6
7102026-08-07T21:24:54.976Z Downloaded nanorand v0.7.0
7112026-08-07T21:24:54.979Z Downloaded find-msvc-tools v0.1.9
7122026-08-07T21:24:54.979Z Downloaded term v0.7.0
7132026-08-07T21:24:54.982Z Downloaded regex v1.12.3
7142026-08-07T21:24:54.985Z Downloaded crossterm v0.29.0
7152026-08-07T21:24:54.987Z Downloaded oxide-update-engine-types v0.1.2
7162026-08-07T21:24:54.990Z Downloaded reqwest v0.13.2
7172026-08-07T21:24:54.993Z Downloaded keccak v0.1.6
7182026-08-07T21:24:54.993Z Downloaded nom v7.1.3
7192026-08-07T21:24:54.996Z Downloaded rand_pcg v0.10.2
7202026-08-07T21:24:54.996Z Downloaded term v1.2.1
7212026-08-07T21:24:55.005Z Downloaded rcgen v0.12.1
7222026-08-07T21:24:55.008Z Downloaded psl-types v2.0.11
7232026-08-07T21:24:55.011Z Downloaded cfg-if v1.0.4
7242026-08-07T21:24:55.011Z Downloaded structmeta v0.3.0
7252026-08-07T21:24:55.014Z Downloaded strsim v0.10.0
7262026-08-07T21:24:55.017Z Downloaded zip v0.6.6
7272026-08-07T21:24:55.019Z Downloaded hashbrown v0.17.0
7282026-08-07T21:24:55.022Z Downloaded take_mut v0.2.2
7292026-08-07T21:24:55.022Z Downloaded serde_json v1.0.151
7302026-08-07T21:24:55.031Z Downloaded subprocess v0.2.15
7312026-08-07T21:24:55.034Z Downloaded tokio-test v0.4.5
7322026-08-07T21:24:55.034Z Downloaded enum-as-inner v0.6.1
7332026-08-07T21:24:55.034Z Downloaded toml_write v0.1.2
7342026-08-07T21:24:55.037Z Downloaded digest-io v0.1.0
7352026-08-07T21:24:55.037Z Downloaded zerofrom v0.1.6
7362026-08-07T21:24:55.040Z Downloaded float-cmp v0.10.0
7372026-08-07T21:24:55.040Z Downloaded nested v0.1.1
7382026-08-07T21:24:55.040Z Downloaded universal-hash v0.6.1
7392026-08-07T21:24:55.043Z Downloaded usdt-attr-macro v0.5.0
7402026-08-07T21:24:55.043Z Downloaded maplit v1.0.2
7412026-08-07T21:24:55.043Z Downloaded lru-slab v0.1.2
7422026-08-07T21:24:55.046Z Downloaded displaydoc v0.2.5
7432026-08-07T21:24:55.049Z Downloaded iddqd v0.4.2
7442026-08-07T21:24:55.056Z Downloaded vte v0.14.1
7452026-08-07T21:24:55.059Z Downloaded pin-project-lite v0.2.17
7462026-08-07T21:24:55.062Z Downloaded num-derive v0.4.2
7472026-08-07T21:24:55.062Z Downloaded quote v1.0.45
7482026-08-07T21:24:55.062Z Downloaded futures-core v0.3.32
7492026-08-07T21:24:55.065Z Downloaded precomputed-hash v0.1.1
7502026-08-07T21:24:55.065Z Downloaded futures-io v0.3.32
7512026-08-07T21:24:55.065Z Downloaded peg-runtime v0.8.5
7522026-08-07T21:24:55.068Z Downloaded phc v0.6.1
7532026-08-07T21:24:55.071Z Downloaded primeorder v0.13.6
7542026-08-07T21:24:55.071Z Downloaded array-init v0.0.4
7552026-08-07T21:24:55.071Z Downloaded aes v0.9.1
7562026-08-07T21:24:55.075Z Downloaded unicode-ident v1.0.24
7572026-08-07T21:24:55.080Z Downloaded slog v2.8.2
7582026-08-07T21:24:55.084Z Downloaded cfg_aliases v0.1.1
7592026-08-07T21:24:55.087Z Downloaded phf_shared v0.11.3
7602026-08-07T21:24:55.087Z Downloaded serdect v0.4.3
7612026-08-07T21:24:55.090Z Downloaded relative-path v1.9.3
7622026-08-07T21:24:55.090Z Downloaded shlex v1.3.0
7632026-08-07T21:24:55.090Z Downloaded slog-scope v4.4.1
7642026-08-07T21:24:55.090Z Downloaded stringmetrics v2.2.2
7652026-08-07T21:24:55.093Z Downloaded resolv-conf v0.7.6
7662026-08-07T21:24:55.096Z Downloaded ssh-cipher v0.3.0
7672026-08-07T21:24:55.096Z Downloaded crypto-primes v0.7.2
7682026-08-07T21:24:55.098Z Downloaded predicates-tree v1.0.13
7692026-08-07T21:24:55.098Z Downloaded serde_derive v1.0.228
7702026-08-07T21:24:55.102Z Downloaded tracing-core v0.1.36
7712026-08-07T21:24:55.104Z Downloaded once_cell v1.21.3
7722026-08-07T21:24:55.110Z Downloaded tls_codec_derive v0.4.2
7732026-08-07T21:24:55.113Z Downloaded either v1.15.0
7742026-08-07T21:24:55.115Z Downloaded lzss v0.8.2
7752026-08-07T21:24:55.122Z Downloaded chacha20 v0.10.0
7762026-08-07T21:24:55.125Z Downloaded thiserror-impl v1.0.69
7772026-08-07T21:24:55.125Z Downloaded num_enum_derive v0.7.6
7782026-08-07T21:24:55.127Z Downloaded wyz v0.5.1
7792026-08-07T21:24:55.130Z Downloaded rfc6979 v0.4.0
7802026-08-07T21:24:55.130Z Downloaded getrandom v0.2.17
7812026-08-07T21:24:55.133Z Downloaded jiff-core v0.1.0
7822026-08-07T21:24:55.136Z Downloaded async-trait v0.1.89
7832026-08-07T21:24:55.136Z Downloaded bzip2 v0.6.1
7842026-08-07T21:24:55.139Z Downloaded pin-project-internal v1.1.11
7852026-08-07T21:24:55.142Z Downloaded foreign-types v0.3.2
7862026-08-07T21:24:55.142Z Downloaded futures-executor v0.3.32
7872026-08-07T21:24:55.142Z Downloaded pkcs1 v0.8.0-rc.4
7882026-08-07T21:24:55.145Z Downloaded slog-bunyan v2.5.0
7892026-08-07T21:24:55.145Z Downloaded autocfg v1.5.0
7902026-08-07T21:24:55.145Z Downloaded blowfish v0.10.0
7912026-08-07T21:24:55.145Z Downloaded termios v0.3.3
7922026-08-07T21:24:55.148Z Downloaded rand v0.8.6
7932026-08-07T21:24:55.148Z Downloaded futures-timer v3.0.3
7942026-08-07T21:24:55.152Z Downloaded futures v0.3.32
7952026-08-07T21:24:55.152Z Downloaded progenitor v0.13.0
7962026-08-07T21:24:55.154Z Downloaded aead v0.6.1
7972026-08-07T21:24:55.154Z Downloaded camino-tempfile-ext v0.3.3
7982026-08-07T21:24:55.154Z Downloaded supports-color v3.0.2
7992026-08-07T21:24:55.155Z Downloaded sync_wrapper v1.0.2
8002026-08-07T21:24:55.158Z Downloaded target-triple v1.0.0
8012026-08-07T21:24:55.158Z Downloaded tinyvec_macros v0.1.1
8022026-08-07T21:24:55.161Z Downloaded rayon-core v1.13.0
8032026-08-07T21:24:55.161Z Downloaded anstream v0.6.21
8042026-08-07T21:24:55.164Z Downloaded potential_utf v0.1.4
8052026-08-07T21:24:55.164Z Downloaded semver v1.0.28
8062026-08-07T21:24:55.164Z Downloaded cbc v0.2.1
8072026-08-07T21:24:55.167Z Downloaded oxide-update-engine v0.1.2
8082026-08-07T21:24:55.167Z Downloaded psm v0.1.30
8092026-08-07T21:24:55.167Z Downloaded dof v0.4.0
8102026-08-07T21:24:55.170Z Downloaded form_urlencoded v1.2.2
8112026-08-07T21:24:55.173Z Downloaded thread-id v5.1.0
8122026-08-07T21:24:55.173Z Downloaded unarray v0.1.4
8132026-08-07T21:24:55.176Z Downloaded serde_yaml v0.9.34+deprecated
8142026-08-07T21:24:55.179Z Downloaded knuffel-derive v3.2.0
8152026-08-07T21:24:55.182Z Downloaded reedline v0.40.0
8162026-08-07T21:24:55.185Z Downloaded toml_edit v0.23.10+spec-1.0.0
8172026-08-07T21:24:55.188Z Downloaded generic-array v0.14.7
8182026-08-07T21:24:55.188Z Downloaded olpc-cjson v0.1.4
8192026-08-07T21:24:55.191Z Downloaded sec1 v0.8.1
8202026-08-07T21:24:55.191Z Downloaded serde_tokenstream v0.2.3
8212026-08-07T21:24:55.191Z Downloaded embedded-io v0.4.0
8222026-08-07T21:24:55.194Z Downloaded float-ord v0.3.2
8232026-08-07T21:24:55.194Z Downloaded toml_parser v1.1.2+spec-1.1.0
8242026-08-07T21:24:55.194Z Downloaded unicode-properties v0.1.4
8252026-08-07T21:24:55.198Z Downloaded getrandom v0.3.4
8262026-08-07T21:24:55.201Z Downloaded minimal-lexical v0.2.1
8272026-08-07T21:24:55.204Z Downloaded adler2 v2.0.1
8282026-08-07T21:24:55.204Z Downloaded slog-async v2.8.0
8292026-08-07T21:24:55.204Z Downloaded stacker v0.1.23
8302026-08-07T21:24:55.207Z Downloaded bitflags v2.11.0
8312026-08-07T21:24:55.207Z Downloaded oso v0.27.3
8322026-08-07T21:24:55.210Z Downloaded typed-path v0.9.3
8332026-08-07T21:24:55.213Z Downloaded chrono v0.4.45
8342026-08-07T21:24:55.217Z Downloaded quinn v0.11.11
8352026-08-07T21:24:55.220Z Downloaded socket2 v0.6.3
8362026-08-07T21:24:55.220Z Downloaded digest v0.11.3
8372026-08-07T21:24:55.221Z Downloaded bitfield-struct v0.6.2
8382026-08-07T21:24:55.223Z Downloaded ecdsa v0.17.0
8392026-08-07T21:24:55.223Z Downloaded powerfmt v0.2.0
8402026-08-07T21:24:55.223Z Downloaded toml_writer v1.1.1+spec-1.1.0
8412026-08-07T21:24:55.223Z Downloaded vergen-lib v9.1.0
8422026-08-07T21:24:55.226Z Downloaded async-object-pool v0.2.0
8432026-08-07T21:24:55.226Z Downloaded async-stream-impl v0.3.6
8442026-08-07T21:24:55.226Z Downloaded backon v1.6.0
8452026-08-07T21:24:55.226Z Downloaded usdt-impl v0.6.0
8462026-08-07T21:24:55.229Z Downloaded num-traits v0.2.19
8472026-08-07T21:24:55.229Z Downloaded mime v0.3.17
8482026-08-07T21:24:55.229Z Downloaded rustls-platform-verifier v0.6.2
8492026-08-07T21:24:55.232Z Downloaded sigpipe v0.1.3
8502026-08-07T21:24:55.232Z Downloaded rustls-webpki v0.103.13
8512026-08-07T21:24:55.238Z Downloaded portable-atomic v1.13.1
8522026-08-07T21:24:55.244Z Downloaded winnow v1.0.3
8532026-08-07T21:24:55.250Z Downloaded uzers v0.12.2
8542026-08-07T21:24:55.253Z Downloaded async-lock v3.4.2
8552026-08-07T21:24:55.255Z Downloaded libsw v3.5.0
8562026-08-07T21:24:55.255Z Downloaded module-lattice v0.2.3
8572026-08-07T21:24:55.255Z Downloaded xshell-macros v0.2.7
8582026-08-07T21:24:55.258Z Downloaded difflib v0.4.0
8592026-08-07T21:24:55.258Z Downloaded textwrap v0.16.2
8602026-08-07T21:24:55.261Z Downloaded tokio-postgres v0.7.16
8612026-08-07T21:24:55.264Z Downloaded serde_cbor v0.11.2
8622026-08-07T21:24:55.267Z Downloaded allocator-api2 v0.2.21
8632026-08-07T21:24:55.267Z Downloaded bitvec v1.0.1
8642026-08-07T21:24:55.274Z Downloaded swrite v0.1.0
8652026-08-07T21:24:55.278Z Downloaded sqlparser_derive v0.5.0
8662026-08-07T21:24:55.278Z Downloaded usdt-macro v0.5.0
8672026-08-07T21:24:55.278Z Downloaded wait-timeout v0.2.1
8682026-08-07T21:24:55.278Z Downloaded unicode-segmentation v1.12.0
8692026-08-07T21:24:55.283Z Downloaded parking_lot_core v0.9.12
8702026-08-07T21:24:55.283Z Downloaded pest_generator v2.8.6
8712026-08-07T21:24:55.283Z Downloaded p521 v0.14.0
8722026-08-07T21:24:55.283Z Downloaded log v0.4.29
8732026-08-07T21:24:55.290Z Downloaded bit-set v0.5.3
8742026-08-07T21:24:55.290Z Downloaded pem v3.0.6
8752026-08-07T21:24:55.290Z Downloaded p256 v0.14.0
8762026-08-07T21:24:55.295Z Downloaded proptest v1.11.0
8772026-08-07T21:24:55.305Z Downloaded blake2 v0.10.6
8782026-08-07T21:24:55.309Z Downloaded tokio-rustls v0.26.4
8792026-08-07T21:24:55.309Z Downloaded proc-macro-error2 v2.0.1
8802026-08-07T21:24:55.309Z Downloaded cassowary v0.3.0
8812026-08-07T21:24:55.309Z Downloaded primeorder v0.14.0
8822026-08-07T21:24:55.309Z Downloaded num-integer v0.1.46
8832026-08-07T21:24:55.309Z Downloaded rustc_version v0.1.7
8842026-08-07T21:24:55.309Z Downloaded rustc_version v0.4.1
8852026-08-07T21:24:55.314Z Downloaded serde-hex v0.1.0
8862026-08-07T21:24:55.314Z Downloaded signature v3.0.0
8872026-08-07T21:24:55.314Z Downloaded rand_xorshift v0.4.0
8882026-08-07T21:24:55.314Z Downloaded tap v1.0.1
8892026-08-07T21:24:55.314Z Downloaded document-features v0.2.12
8902026-08-07T21:24:55.314Z Downloaded aws-lc-rs v1.16.3
8912026-08-07T21:24:55.317Z Downloaded blake3 v1.8.5
8922026-08-07T21:24:55.333Z Downloaded tinystr v0.8.2
8932026-08-07T21:24:55.333Z Downloaded tokio-tungstenite v0.21.0
8942026-08-07T21:24:55.336Z Downloaded foldhash v0.2.0
8952026-08-07T21:24:55.339Z Downloaded goblin v0.10.5
8962026-08-07T21:24:55.342Z Downloaded litrs v1.0.0
8972026-08-07T21:24:55.345Z Downloaded rstest v0.25.0
8982026-08-07T21:24:55.348Z Downloaded sync-ptr v0.1.4
8992026-08-07T21:24:55.348Z Downloaded tower-layer v0.3.3
9002026-08-07T21:24:55.350Z Downloaded tower-service v0.3.3
9012026-08-07T21:24:55.350Z Downloaded event-listener v5.4.1
9022026-08-07T21:24:55.350Z Downloaded funty v2.0.0
9032026-08-07T21:24:55.351Z Downloaded kem v0.3.0
9042026-08-07T21:24:55.353Z Downloaded multimap v0.10.1
9052026-08-07T21:24:55.353Z Downloaded newline-converter v0.3.0
9062026-08-07T21:24:55.353Z Downloaded schemars v0.8.22
9072026-08-07T21:24:55.358Z Downloaded signal-hook v0.3.18
9082026-08-07T21:24:55.361Z Downloaded tokio-util v0.7.18
9092026-08-07T21:24:55.364Z Downloaded tower-http v0.6.8
9102026-08-07T21:24:55.369Z Downloaded zstd-safe v7.2.4
9112026-08-07T21:24:55.373Z Downloaded fatfs v0.3.6
9122026-08-07T21:24:55.373Z Downloaded proc-macro2 v1.0.106
9132026-08-07T21:24:55.378Z Downloaded des v0.9.0
9142026-08-07T21:24:55.378Z Downloaded jobserver v0.1.34
9152026-08-07T21:24:55.378Z Downloaded strum_macros v0.27.2
9162026-08-07T21:24:55.381Z Downloaded openssl-macros v0.1.1
9172026-08-07T21:24:55.381Z Downloaded strum_macros v0.26.4
9182026-08-07T21:24:55.381Z Downloaded quick-error v1.2.3
9192026-08-07T21:24:55.381Z Downloaded globset v0.4.18
9202026-08-07T21:24:55.381Z Downloaded argon2 v0.5.3
9212026-08-07T21:24:55.393Z Downloaded anstyle-parse v1.0.0
9222026-08-07T21:24:55.393Z Downloaded oxide-tokio-rt v0.1.4
9232026-08-07T21:24:55.393Z Downloaded num-rational v0.4.2
9242026-08-07T21:24:55.393Z Downloaded oxnet v0.1.6
9252026-08-07T21:24:55.393Z Downloaded futures-util v0.3.32
9262026-08-07T21:24:55.393Z Downloaded seq-macro v0.3.6
9272026-08-07T21:24:55.393Z Downloaded cancel-safe-futures v0.1.5
9282026-08-07T21:24:55.397Z Downloaded phf v0.12.1
9292026-08-07T21:24:55.397Z Downloaded base64ct v1.8.3
9302026-08-07T21:24:55.397Z Downloaded ppv-lite86 v0.2.21
9312026-08-07T21:24:55.401Z Downloaded progenitor-extras v0.2.0
9322026-08-07T21:24:55.401Z Downloaded r2d2 v0.8.10
9332026-08-07T21:24:55.401Z Downloaded rustls-native-certs v0.8.3
9342026-08-07T21:24:55.401Z Downloaded usdt-attr-macro v0.6.0
9352026-08-07T21:24:55.404Z Downloaded usdt v0.6.0
9362026-08-07T21:24:55.404Z Downloaded arrayref v0.3.9
9372026-08-07T21:24:55.404Z Downloaded toml_datetime v0.6.11
9382026-08-07T21:24:55.404Z Downloaded ucd-trie v0.1.7
9392026-08-07T21:24:55.404Z Downloaded downcast-rs v2.0.2
9402026-08-07T21:24:55.404Z Downloaded lazy_static v1.5.0
9412026-08-07T21:24:55.407Z Downloaded linkme-impl v0.3.35
9422026-08-07T21:24:55.407Z Downloaded toml v0.8.23
9432026-08-07T21:24:55.407Z Downloaded getrandom v0.4.1
9442026-08-07T21:24:55.410Z Downloaded tabled v0.15.0
9452026-08-07T21:24:55.418Z Downloaded openssl-probe v0.1.6
9462026-08-07T21:24:55.421Z Downloaded secrecy v0.8.0
9472026-08-07T21:24:55.421Z Downloaded typify-macro v0.6.2
9482026-08-07T21:24:55.421Z Downloaded vergen-lib v0.1.6
9492026-08-07T21:24:55.421Z Downloaded xshell v0.2.7
9502026-08-07T21:24:55.421Z Downloaded zlib-rs v0.6.2
9512026-08-07T21:24:55.424Z Downloaded num_enum v0.5.11
9522026-08-07T21:24:55.427Z Downloaded unicode-normalization v0.1.25
9532026-08-07T21:24:55.430Z Downloaded block-buffer v0.10.4
9542026-08-07T21:24:55.430Z Downloaded slog-envlogger v2.2.0
9552026-08-07T21:24:55.430Z Downloaded predicates-core v1.0.10
9562026-08-07T21:24:55.433Z Downloaded filetime v0.2.27
9572026-08-07T21:24:55.433Z Downloaded fxhash v0.2.1
9582026-08-07T21:24:55.433Z Downloaded sha2 v0.11.0
9592026-08-07T21:24:55.436Z Downloaded dropshot_endpoint v0.17.1
9602026-08-07T21:24:55.436Z Downloaded mime_guess v2.0.5
9612026-08-07T21:24:55.436Z Downloaded camino-tempfile v1.4.1
9622026-08-07T21:24:55.439Z Downloaded cfg_aliases v0.2.1
9632026-08-07T21:24:55.439Z Downloaded nodrop v0.1.14
9642026-08-07T21:24:55.439Z Downloaded serde_spanned v1.1.1
9652026-08-07T21:24:55.439Z Downloaded russh v0.62.4
9662026-08-07T21:24:55.443Z Downloaded slog-json v2.6.1
9672026-08-07T21:24:55.446Z Downloaded zip v4.6.1
9682026-08-07T21:24:55.448Z Downloaded sha1 v0.10.6
9692026-08-07T21:24:55.448Z Downloaded unit-prefix v0.5.2
9702026-08-07T21:24:55.448Z Downloaded rtoolbox v0.0.3
9712026-08-07T21:24:55.448Z Downloaded signal-hook-mio v0.2.5
9722026-08-07T21:24:55.451Z Downloaded progenitor-macro v0.13.0
9732026-08-07T21:24:55.451Z Downloaded p384 v0.13.1
9742026-08-07T21:24:55.454Z Downloaded nom v8.0.0
9752026-08-07T21:24:55.457Z Downloaded ed25519-dalek v3.0.0
9762026-08-07T21:24:55.457Z Downloaded escape8259 v0.5.3
9772026-08-07T21:24:55.457Z Downloaded fd-lock v4.0.4
9782026-08-07T21:24:55.460Z Downloaded num_threads v0.1.7
9792026-08-07T21:24:55.460Z Downloaded block-buffer v0.12.1
9802026-08-07T21:24:55.460Z Downloaded ascii-canvas v3.0.0
9812026-08-07T21:24:55.460Z Downloaded strum v0.26.3
9822026-08-07T21:24:55.463Z Downloaded assert-json-diff v2.0.2
9832026-08-07T21:24:55.463Z Downloaded atomicwrites v0.4.4
9842026-08-07T21:24:55.463Z Downloaded toml v0.7.8
9852026-08-07T21:24:55.465Z Downloaded zerocopy-derive v0.8.40
9862026-08-07T21:24:55.468Z Downloaded zeroize_derive v1.5.0
9872026-08-07T21:24:55.471Z Downloaded num v0.4.3
9882026-08-07T21:24:55.471Z Downloaded progenitor-client v0.13.0
9892026-08-07T21:24:55.471Z Downloaded zerocopy-derive v0.7.35
9902026-08-07T21:24:55.474Z Downloaded quick-xml v0.37.5
9912026-08-07T21:24:55.477Z Downloaded samael v0.0.19
9922026-08-07T21:24:55.480Z Downloaded rpassword v7.5.4
9932026-08-07T21:24:55.480Z Downloaded xattr v1.6.1
9942026-08-07T21:24:55.481Z Downloaded env_logger v0.11.9
9952026-08-07T21:24:55.483Z Downloaded pkcs8 v0.10.2
9962026-08-07T21:24:55.483Z Downloaded ml-kem v0.3.2
9972026-08-07T21:24:55.486Z Downloaded tui-tree-widget v0.23.1
9982026-08-07T21:24:55.489Z Downloaded itoa v1.0.17
9992026-08-07T21:24:55.490Z Downloaded cast v0.3.0
10002026-08-07T21:24:55.490Z Downloaded scroll_derive v0.13.1
10012026-08-07T21:24:55.490Z Downloaded universal-hash v0.5.1
10022026-08-07T21:24:55.493Z Downloaded stable_deref_trait v1.2.1
10032026-08-07T21:24:55.496Z Downloaded fs-err v2.11.0
10042026-08-07T21:24:55.498Z Downloaded knuffel v3.2.0
10052026-08-07T21:24:55.502Z Downloaded usdt v0.5.0
10062026-08-07T21:24:55.505Z Downloaded sec1 v0.7.3
10072026-08-07T21:24:55.507Z Downloaded dropshot-api-manager-types v0.7.2
10082026-08-07T21:24:55.507Z Downloaded newtype-uuid-macros v0.1.0
10092026-08-07T21:24:55.511Z Downloaded pest_derive v2.8.6
10102026-08-07T21:24:55.515Z Downloaded quinn-proto v0.11.16
10112026-08-07T21:24:55.521Z Downloaded phf_shared v0.12.1
10122026-08-07T21:24:55.524Z Downloaded memmap2 v0.9.10
10132026-08-07T21:24:55.524Z Downloaded postgres-protocol v0.6.10
10142026-08-07T21:24:55.524Z Downloaded sqlformat v0.3.5
10152026-08-07T21:24:55.524Z Downloaded packed_struct_codegen v0.10.1
10162026-08-07T21:24:55.524Z Downloaded termtree v0.5.1
10172026-08-07T21:24:55.527Z Downloaded unicode_categories v0.1.1
10182026-08-07T21:24:55.530Z Downloaded bit-vec v0.8.0
10192026-08-07T21:24:55.533Z Downloaded lalrpop v0.19.12
10202026-08-07T21:24:55.536Z Downloaded zopfli v0.8.3
10212026-08-07T21:24:55.539Z Downloaded moka v0.12.13
10222026-08-07T21:24:55.542Z Downloaded serde_with v1.14.0
10232026-08-07T21:24:55.545Z Downloaded libtest-mimic v0.8.1
10242026-08-07T21:24:55.547Z Downloaded dropshot-api-manager v0.7.2
10252026-08-07T21:24:55.550Z Downloaded tls_codec v0.4.2
10262026-08-07T21:24:55.551Z Downloaded vsss-rs v3.3.4
10272026-08-07T21:24:55.553Z Downloaded trybuild v1.0.116
10282026-08-07T21:24:55.553Z Downloaded linkme v0.3.35
10292026-08-07T21:24:55.556Z Downloaded async-compression v0.4.41
10302026-08-07T21:24:55.559Z Downloaded tinytemplate v1.2.1
10312026-08-07T21:24:55.562Z Downloaded poly1305 v0.9.0
10322026-08-07T21:24:55.562Z Downloaded foldhash v0.1.5
10332026-08-07T21:24:55.562Z Downloaded chacha20poly1305 v0.10.1
10342026-08-07T21:24:55.564Z Downloaded typenum v1.20.1
10352026-08-07T21:24:55.565Z Downloaded derive_more v2.1.1
10362026-08-07T21:24:55.570Z Downloaded globwalk v0.9.1
10372026-08-07T21:24:55.576Z Downloaded ron v0.8.1
10382026-08-07T21:24:55.585Z Downloaded oorandom v11.1.5
10392026-08-07T21:24:55.585Z Downloaded serde_core v1.0.228
10402026-08-07T21:24:55.585Z Downloaded gimli v0.32.3
10412026-08-07T21:24:55.588Z Downloaded textwrap v0.15.2
10422026-08-07T21:24:55.588Z Downloaded target-lexicon v0.13.3
10432026-08-07T21:24:55.588Z Downloaded rsa v0.9.10
10442026-08-07T21:24:55.588Z Downloaded pkcs8 v0.11.0
10452026-08-07T21:24:55.588Z Downloaded ed25519 v2.2.3
10462026-08-07T21:24:55.588Z Downloaded x509-cert v0.2.5
10472026-08-07T21:24:55.591Z Downloaded socket2 v0.5.10
10482026-08-07T21:24:55.595Z Downloaded test-strategy v0.4.5
10492026-08-07T21:24:55.599Z Downloaded vergen v9.1.0
10502026-08-07T21:24:55.602Z Downloaded postgres-types v0.2.12
10512026-08-07T21:24:55.605Z Downloaded memchr v2.8.0
10522026-08-07T21:24:55.610Z Downloaded prefix-trie v0.7.0
10532026-08-07T21:24:55.614Z Downloaded crypto-bigint v0.7.5
10542026-08-07T21:24:55.622Z Downloaded curve25519-dalek v4.1.3
10552026-08-07T21:24:55.627Z Downloaded libbz2-rs-sys v0.2.2
10562026-08-07T21:24:55.630Z Downloaded rand v0.9.2
10572026-08-07T21:24:55.630Z Downloaded libxml v0.3.3
10582026-08-07T21:24:55.638Z Downloaded num-bigint-dig v0.8.6
10592026-08-07T21:24:55.638Z Downloaded reqwest v0.12.28
10602026-08-07T21:24:55.642Z Downloaded miette v5.10.0
10612026-08-07T21:24:55.646Z Downloaded schemars v0.9.0
10622026-08-07T21:24:55.652Z Downloaded base64 v0.22.1
10632026-08-07T21:24:55.656Z Downloaded elliptic-curve v0.14.1
10642026-08-07T21:24:55.659Z Downloaded ed25519-dalek v2.2.0
10652026-08-07T21:24:55.671Z Downloaded flume v0.11.1
10662026-08-07T21:24:55.675Z Downloaded base64 v0.21.7
10672026-08-07T21:24:55.681Z Downloaded rustyline v14.0.0
10682026-08-07T21:24:55.684Z Downloaded fancy-regex v0.14.0
10692026-08-07T21:24:55.688Z Downloaded winnow v0.6.26
10702026-08-07T21:24:55.691Z Downloaded unicode-width v0.1.14
10712026-08-07T21:24:55.695Z Downloaded nix v0.27.1
10722026-08-07T21:24:55.700Z Downloaded mio v1.2.0
10732026-08-07T21:24:55.704Z Downloaded tough v0.22.0
10742026-08-07T21:24:55.708Z Downloaded zerovec v0.11.5
10752026-08-07T21:24:55.711Z Downloaded drift v0.2.0
10762026-08-07T21:24:55.717Z Downloaded ryu v1.0.23
10772026-08-07T21:24:55.720Z Downloaded zerotrie v0.2.3
10782026-08-07T21:24:55.720Z Downloaded plotters v0.3.7
10792026-08-07T21:24:55.725Z Downloaded publicsuffix v2.3.0
10802026-08-07T21:24:55.728Z Downloaded p384 v0.14.0
10812026-08-07T21:24:55.731Z Downloaded serde_with v3.21.0
10822026-08-07T21:24:55.740Z Downloaded git2 v0.20.4
10832026-08-07T21:24:55.743Z Downloaded winnow v0.7.14
10842026-08-07T21:24:55.748Z Downloaded polar-core v0.27.3
10852026-08-07T21:24:55.753Z Downloaded rayon v1.11.0
10862026-08-07T21:24:55.758Z Downloaded url v2.5.8
10872026-08-07T21:24:55.761Z Downloaded zerocopy v0.7.35
10882026-08-07T21:24:55.768Z Downloaded salty v0.3.0
10892026-08-07T21:24:55.772Z Downloaded object v0.30.4
10902026-08-07T21:24:55.781Z Downloaded rawzip v0.4.4
10912026-08-07T21:24:55.785Z Downloaded pest v2.8.6
10922026-08-07T21:24:55.785Z Downloaded num-bigint v0.4.6
10932026-08-07T21:24:55.785Z Downloaded curve25519-dalek v5.0.0
10942026-08-07T21:24:55.790Z Downloaded sha3 v0.12.0
10952026-08-07T21:24:55.794Z Downloaded regress v0.10.5
10962026-08-07T21:24:55.797Z Downloaded ssh-key v0.7.0-rc.11
10972026-08-07T21:24:55.801Z Downloaded libm v0.2.16
10982026-08-07T21:24:55.806Z Downloaded hickory-proto v0.24.4
10992026-08-07T21:24:55.814Z Downloaded unicode-width v0.2.0
11002026-08-07T21:24:55.817Z Downloaded openssl v0.10.80
11012026-08-07T21:24:55.823Z Downloaded bindgen v0.71.1
11022026-08-07T21:24:55.826Z Downloaded zerocopy v0.8.40
11032026-08-07T21:24:55.831Z Downloaded winnow v0.5.40
11042026-08-07T21:24:55.837Z Downloaded vcpkg v0.2.15
11052026-08-07T21:24:55.859Z Downloaded aho-corasick v1.1.4
11062026-08-07T21:24:55.863Z Downloaded openapiv3 v2.2.0
11072026-08-07T21:24:55.868Z Downloaded dropshot v0.17.1
11082026-08-07T21:24:55.882Z Downloaded syn v1.0.109
11092026-08-07T21:24:55.886Z Downloaded hickory-proto v0.25.2
11102026-08-07T21:24:55.896Z Downloaded regress v0.11.1
11112026-08-07T21:24:55.900Z Downloaded radix_trie v0.2.1
11122026-08-07T21:24:55.903Z Downloaded petname v2.0.2
11132026-08-07T21:24:55.906Z Downloaded object v0.37.3
11142026-08-07T21:24:55.911Z Downloaded tabled v0.20.0
11152026-08-07T21:24:55.921Z Downloaded bstr v1.12.1
11162026-08-07T21:24:55.928Z Downloaded time v0.3.47
11172026-08-07T21:24:55.940Z Downloaded smoltcp v0.9.1
11182026-08-07T21:24:55.945Z Downloaded typify-impl v0.6.2
11192026-08-07T21:24:55.952Z Downloaded rustix v1.1.3
11202026-08-07T21:24:55.966Z Downloaded tracing v0.1.44
11212026-08-07T21:24:55.978Z Downloaded rustls v0.23.41
11222026-08-07T21:24:55.985Z Downloaded sled v0.34.7
11232026-08-07T21:24:55.992Z Downloaded nix v0.28.0
11242026-08-07T21:24:55.998Z Downloaded nix v0.31.2
11252026-08-07T21:24:56.006Z Downloaded regex-syntax v0.6.29
11262026-08-07T21:24:56.010Z Downloaded smoltcp v0.11.0
11272026-08-07T21:24:56.017Z Downloaded rustix v0.38.44
11282026-08-07T21:24:56.031Z Downloaded syn v2.0.117
11292026-08-07T21:24:56.038Z Downloaded regex-syntax v0.8.10
11302026-08-07T21:24:56.058Z Downloaded zerocopy-derive v0.6.6
11312026-08-07T21:24:56.072Z Downloaded bzip2-sys v0.1.13+1.0.8
11322026-08-07T21:24:56.080Z Downloaded diesel v2.3.7
11332026-08-07T21:24:56.092Z Downloaded chrono-tz v0.10.4
11342026-08-07T21:24:56.103Z Downloaded sqlparser v0.61.0
11352026-08-07T21:24:56.141Z Downloaded petgraph v0.6.5
11362026-08-07T21:24:56.152Z Downloaded sha3 v0.11.0
11372026-08-07T21:24:56.157Z Downloaded ratatui v0.29.0
11382026-08-07T21:24:56.167Z Downloaded regex-automata v0.4.14
11392026-08-07T21:24:56.184Z Downloaded csv v1.4.0
11402026-08-07T21:24:56.210Z Downloaded petgraph v0.8.3
11412026-08-07T21:24:56.225Z Downloaded libc v0.2.185
11422026-08-07T21:24:56.244Z Downloaded jiff v0.2.34
11432026-08-07T21:24:56.255Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11442026-08-07T21:24:56.272Z Downloaded libz-sys v1.1.24
11452026-08-07T21:24:56.294Z Downloaded encoding_rs v0.8.35
11462026-08-07T21:24:56.309Z Downloaded sha3 v0.10.8
11472026-08-07T21:24:56.312Z Downloaded tokio v1.52.1
11482026-08-07T21:24:56.373Z Downloaded ring v0.17.14
11492026-08-07T21:24:56.399Z Downloaded httpmock v0.8.3
11502026-08-07T21:24:56.415Z Downloaded libgit2-sys v0.18.3+1.9.2
11512026-08-07T21:24:56.820Z Downloaded aws-lc-sys v0.40.0
11522026-08-07T21:24:57.247Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11532026-08-07T21:24:59.029Z Startup: Refreshing catalog 'helios' ... Done
11542026-08-07T21:24:59.285Z Startup: Caching catalogs ... Done
11552026-08-07T21:25:00.679ZPlanning: Solver setup ... Done (1.308s)
11562026-08-07T21:25:00.725ZPlanning: Running solver ... Done (0.045s)
11572026-08-07T21:25:00.758ZPlanning: Finding local manifests ... Done (0.003s)
11582026-08-07T21:25:00.770ZPlanning: Fetching manifests: 0/2 0% complete
11592026-08-07T21:25:00.787ZPlanning: Fetching manifests: 2/2 100% complete
11602026-08-07T21:25:00.801ZPlanning: Package planning ... Done (0.014s)
11612026-08-07T21:25:00.804ZPlanning: Merging actions ... Done (0.001s)
11622026-08-07T21:25:00.962ZPlanning: Checking for conflicting actions ... Done (0.159s)
11632026-08-07T21:25:00.965ZPlanning: Consolidating action changes ... Done (0.001s)
11642026-08-07T21:25:01.831ZPlanning: Evaluating mediators ... Done (0.865s)
11652026-08-07T21:25:01.835ZPlanning: Planning completed in 2.51 seconds
11662026-08-07T21:25:01.843Z Packages to install: 2
11672026-08-07T21:25:01.843Z Estimated space available: 155.73 GB
11682026-08-07T21:25:01.843ZEstimated space to be consumed: 57.87 MB
11692026-08-07T21:25:01.847Z Create boot environment: No
11702026-08-07T21:25:01.847ZCreate backup boot environment: No
11712026-08-07T21:25:01.847Z Rebuild boot archive: No
11722026-08-07T21:25:01.847Z
11732026-08-07T21:25:01.847ZChanged packages:
11742026-08-07T21:25:01.847Zhelios
11752026-08-07T21:25:01.847Z developer/build-essential
11762026-08-07T21:25:01.847Z None -> 11-3.0
11772026-08-07T21:25:01.847Z library/libxmlsec1
11782026-08-07T21:25:01.847Z None -> 1.2.35-3.0
11792026-08-07T21:25:01.876Z
11802026-08-07T21:25:01.876ZDownload: 0/214 items 0.0/1.3MB 0% complete
11812026-08-07T21:25:01.954ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
11822026-08-07T21:25:02.033Z Actions: 1/268 actions (Installing new actions)
11832026-08-07T21:25:02.072Z Actions: Completed 268 actions in 0.04 seconds.
11842026-08-07T21:25:02.097ZFinalize: Updating package state database ... Done (0.026s)
11852026-08-07T21:25:02.100ZFinalize: Updating package cache ... Done (0.000s)
11862026-08-07T21:25:02.161ZFinalize: Updating image state ... Done (0.063s)
11872026-08-07T21:25:04.777ZFinalize: Creating fast lookup database ... Done (2.577s)
11882026-08-07T21:25:04.848ZFinalize: Reading search index ... Done (0.012s)
11892026-08-07T21:25:04.851ZFinalize: Updating search index ... Done (0.000s)
11902026-08-07T21:25:04.943ZFinalize: Updating package cache ... Done (0.000s)
11912026-08-07T21:25:05.287ZPlanning: Evaluating mediator changes ... Done
11922026-08-07T21:25:05.395ZPlanning: Checking for conflicting actions ... Done
11932026-08-07T21:25:05.398ZPlanning: Consolidating action changes ... Done
11942026-08-07T21:25:05.553ZPlanning: Evaluating mediators ... Done
11952026-08-07T21:25:05.557ZPlanning: Planning completed in 0.27 seconds
11962026-08-07T21:25:05.580Z Mediators to change: 2
11972026-08-07T21:25:05.580Z Create boot environment: No
11982026-08-07T21:25:05.580ZCreate backup boot environment: No
11992026-08-07T21:25:05.621ZFinalize: Updating package state database ... Done
12002026-08-07T21:25:05.621ZFinalize: Updating package cache ... Done
12012026-08-07T21:25:05.662ZFinalize: Updating image state ... Done
12022026-08-07T21:25:07.573ZFinalize: Creating fast lookup database ... Done
12032026-08-07T21:25:07.632ZFinalize: Reading search index ... Done
12042026-08-07T21:25:07.637ZFinalize: Updating search index ... Done
12052026-08-07T21:25:07.695ZFinalize: Updating package cache ... Done
12062026-08-07T21:25:07.981ZPlanning: Evaluating mediator changes ... Done
12072026-08-07T21:25:08.085ZPlanning: Checking for conflicting actions ... Done
12082026-08-07T21:25:08.090ZPlanning: Consolidating action changes ... Done
12092026-08-07T21:25:08.241ZPlanning: Evaluating mediators ... Done
12102026-08-07T21:25:08.246ZPlanning: Planning completed in 0.26 seconds
12112026-08-07T21:25:08.264Z Mediators to change: 1
12122026-08-07T21:25:08.264Z Create boot environment: No
12132026-08-07T21:25:08.264ZCreate backup boot environment: No
12142026-08-07T21:25:08.307ZFinalize: Updating package state database ... Done
12152026-08-07T21:25:08.310ZFinalize: Updating package cache ... Done
12162026-08-07T21:25:08.342ZFinalize: Updating image state ... Done
12172026-08-07T21:25:10.289ZFinalize: Creating fast lookup database ... Done
12182026-08-07T21:25:10.350ZFinalize: Reading search index ... Done
12192026-08-07T21:25:10.390ZFinalize: Updating search index ... Done
12202026-08-07T21:25:10.422ZFinalize: Updating package cache ... Done
12212026-08-07T21:25:10.727ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12222026-08-07T21:25:10.728Zapache system 2.4 system
12232026-08-07T21:25:10.728Zclang system 15 system
12242026-08-07T21:25:10.728Zcsh system system illumos
12252026-08-07T21:25:10.728Zctags system system illumos
12262026-08-07T21:25:10.728Zfile vendor vendor darwinsys
12272026-08-07T21:25:10.728Zfile system system illumos
12282026-08-07T21:25:10.728Zgcc vendor 14 vendor
12292026-08-07T21:25:10.728Zgcc system 13 system
12302026-08-07T21:25:10.728Zgcc system 10 system
12312026-08-07T21:25:10.728Zgo system 1.25 system
12322026-08-07T21:25:10.728Zllvm system 15 system
12332026-08-07T21:25:10.728Zmariadb system 11.4 system
12342026-08-07T21:25:10.728Zmta vendor vendor dma
12352026-08-07T21:25:10.728Zopenjdk system 17 system
12362026-08-07T21:25:10.728Zopenjdk system 11 system
12372026-08-07T21:25:10.728Zopenssl vendor 3 vendor
12382026-08-07T21:25:10.728Zperl system 5.40 system
12392026-08-07T21:25:10.728Zpostgresql system 18 system
12402026-08-07T21:25:10.728Zpostgresql system 17 system
12412026-08-07T21:25:10.728Zpython vendor 3 vendor
12422026-08-07T21:25:10.728Zpython system 2 system
12432026-08-07T21:25:10.729Zpython3 vendor 3.13 vendor
12442026-08-07T21:25:10.729Zruby system 3.4 system
12452026-08-07T21:25:10.729Zruby system 3.0 system
12462026-08-07T21:25:10.729Zwords vendor vendor american-english
12472026-08-07T21:25:10.729Zwords system system australian-english
12482026-08-07T21:25:10.729Zwords system system british-english
12492026-08-07T21:25:10.729Zwords system system canadian-english
12502026-08-07T21:25:10.729Zwords system system french
12512026-08-07T21:25:10.729Zwords system system italian
12522026-08-07T21:25:10.729Zwords system system ngerman
12532026-08-07T21:25:10.729Zwords system system ogerman
12542026-08-07T21:25:10.729Zwords system system spanish
12552026-08-07T21:25:11.031ZPUBLISHER TYPE STATUS P LOCATION
12562026-08-07T21:25:11.031Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12572026-08-07T21:25:11.353ZFMRI IFO
12582026-08-07T21:25:11.353Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12592026-08-07T21:25:11.353Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12602026-08-07T21:25:11.353Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12612026-08-07T21:25:11.353Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12622026-08-07T21:25:11.353Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12632026-08-07T21:25:11.353Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12642026-08-07T21:25:11.353Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12652026-08-07T21:25:11.353Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12662026-08-07T21:25:11.353Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12672026-08-07T21:25:11.942Z Downloading crates ...
12682026-08-07T21:25:11.988Z Downloaded cargo_toml v0.21.0
12692026-08-07T21:25:12.029Z Compiling proc-macro2 v1.0.106
12702026-08-07T21:25:12.029Z Compiling unicode-ident v1.0.24
12712026-08-07T21:25:12.033Z Compiling quote v1.0.45
12722026-08-07T21:25:12.033Z Compiling serde_core v1.0.228
12732026-08-07T21:25:12.033Z Compiling libc v0.2.185
12742026-08-07T21:25:12.033Z Compiling version_check v0.9.5
12752026-08-07T21:25:12.033Z Compiling memchr v2.8.0
12762026-08-07T21:25:12.033Z Compiling serde v1.0.228
12772026-08-07T21:25:12.113Z Compiling zmij v1.0.21
12782026-08-07T21:25:12.116Z Compiling ucd-trie v0.1.7
12792026-08-07T21:25:12.116Z Compiling itoa v1.0.17
12802026-08-07T21:25:12.116Z Compiling thiserror v1.0.69
12812026-08-07T21:25:12.116Z Compiling byteorder v1.5.0
12822026-08-07T21:25:12.116Z Compiling rustix v1.1.3
12832026-08-07T21:25:12.256Z Compiling serde_json v1.0.151
12842026-08-07T21:25:12.426Z Compiling bitflags v2.11.0
12852026-08-07T21:25:12.531Z Compiling usdt-impl v0.5.0
12862026-08-07T21:25:12.549Z Compiling proc-macro-error-attr v1.0.4
12872026-08-07T21:25:12.575Z Compiling pest v2.8.6
12882026-08-07T21:25:12.617Z Compiling camino v1.2.2
12892026-08-07T21:25:12.682Z Compiling syn v1.0.109
12902026-08-07T21:25:12.682Z Compiling proc-macro-error v1.0.4
12912026-08-07T21:25:12.685Z Compiling plain v0.2.3
12922026-08-07T21:25:12.746Z Compiling hashbrown v0.17.0
12932026-08-07T21:25:12.757Z Compiling log v0.4.29
12942026-08-07T21:25:12.807Z Compiling getrandom v0.4.1
12952026-08-07T21:25:12.833Z Compiling equivalent v1.0.2
12962026-08-07T21:25:12.846Z Compiling utf8parse v0.2.2
12972026-08-07T21:25:12.900Z Compiling autocfg v1.5.0
12982026-08-07T21:25:12.932Z Compiling anstyle-parse v1.0.0
12992026-08-07T21:25:12.951Z Compiling colorchoice v1.0.4
13002026-08-07T21:25:12.963Z Compiling anstyle-query v1.1.5
13012026-08-07T21:25:12.975Z Compiling thiserror v2.0.18
13022026-08-07T21:25:13.028Z Compiling pretty-hex v0.4.1
13032026-08-07T21:25:13.039Z Compiling toml_write v0.1.2
13042026-08-07T21:25:13.066Z Compiling anstyle v1.0.14
13052026-08-07T21:25:13.078Z Compiling errno v0.3.14
13062026-08-07T21:25:13.089Z Compiling thread-id v4.2.2
13072026-08-07T21:25:13.121Z Compiling is_terminal_polyfill v1.70.2
13082026-08-07T21:25:13.133Z Compiling winnow v0.7.14
13092026-08-07T21:25:13.136Z Compiling cfg-if v1.0.4
13102026-08-07T21:25:13.236Z Compiling anstream v1.0.0
13112026-08-07T21:25:13.239Z Compiling anyhow v1.0.102
13122026-08-07T21:25:13.258Z Compiling heck v0.4.1
13132026-08-07T21:25:13.258Z Compiling fastrand v2.3.0
13142026-08-07T21:25:13.380Z Compiling indexmap v2.14.0
13152026-08-07T21:25:13.455Z Compiling clap_lex v1.0.0
13162026-08-07T21:25:13.455Z Compiling fs-err v3.3.0
13172026-08-07T21:25:13.455Z Compiling fnv v1.0.7
13182026-08-07T21:25:13.549Z Compiling syn v2.0.117
13192026-08-07T21:25:13.579Z Compiling bytecount v0.6.9
13202026-08-07T21:25:13.580Z Compiling unicode-width v0.1.14
13212026-08-07T21:25:13.593Z Compiling strsim v0.11.1
13222026-08-07T21:25:13.593Z Compiling heck v0.5.0
13232026-08-07T21:25:13.604Z Compiling once_cell v1.21.3
13242026-08-07T21:25:13.688Z Compiling pest_meta v2.8.6
13252026-08-07T21:25:13.737Z Compiling memmap v0.7.0
13262026-08-07T21:25:13.832Z Compiling papergrid v0.11.0
13272026-08-07T21:25:13.853Z Compiling unicode-linebreak v0.1.5
13282026-08-07T21:25:13.870Z Compiling smawk v0.3.2
13292026-08-07T21:25:13.870Z Compiling unicode-width v0.2.0
13302026-08-07T21:25:13.941Z Compiling swrite v0.1.0
13312026-08-07T21:25:14.059Z Compiling terminal_size v0.4.3
13322026-08-07T21:25:14.059Z Compiling tempfile v3.25.0
13332026-08-07T21:25:14.162Z Compiling clap_builder v4.6.0
13342026-08-07T21:25:14.162Z Compiling textwrap v0.16.2
13352026-08-07T21:25:14.386Z Compiling cargo-platform v0.3.2
13362026-08-07T21:25:14.407Z Compiling semver v1.0.28
13372026-08-07T21:25:14.665Z Compiling camino-tempfile v1.4.1
13382026-08-07T21:25:14.975Z Compiling tabled_derive v0.7.0
13392026-08-07T21:25:15.664Z Compiling pest_generator v2.8.6
13402026-08-07T21:25:15.694Z Compiling tabled v0.15.0
13412026-08-07T21:25:16.220Z Compiling serde_derive v1.0.228
13422026-08-07T21:25:16.220Z Compiling thiserror-impl v1.0.69
13432026-08-07T21:25:16.220Z Compiling zerocopy-derive v0.7.35
13442026-08-07T21:25:16.274Z Compiling scroll_derive v0.12.1
13452026-08-07T21:25:16.274Z Compiling thiserror-impl v2.0.18
13462026-08-07T21:25:16.274Z Compiling clap_derive v4.6.1
13472026-08-07T21:25:16.274Z Compiling pest_derive v2.8.6
13482026-08-07T21:25:16.774Z Compiling scroll v0.12.0
13492026-08-07T21:25:16.826Z Compiling zerocopy v0.7.35
13502026-08-07T21:25:16.973Z Compiling goblin v0.8.2
13512026-08-07T21:25:17.146Z Compiling dtrace-parser v0.2.0
13522026-08-07T21:25:17.465Z Compiling clap v4.6.1
13532026-08-07T21:25:18.496Z Compiling toml_datetime v0.6.11
13542026-08-07T21:25:18.496Z Compiling serde_spanned v0.6.9
13552026-08-07T21:25:18.499Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-08-07T21:25:18.499Z Compiling macaddr v1.0.1
13572026-08-07T21:25:18.500Z Compiling cargo_metadata v0.23.1
13582026-08-07T21:25:18.518Z Compiling dof v0.3.0
13592026-08-07T21:25:18.527Z Compiling serde_tokenstream v0.2.3
13602026-08-07T21:25:18.671Z Compiling toml_edit v0.22.27
13612026-08-07T21:25:19.183Z Compiling usdt-macro v0.5.0
13622026-08-07T21:25:19.183Z Compiling usdt-attr-macro v0.5.0
13632026-08-07T21:25:19.772Z Compiling usdt v0.5.0
13642026-08-07T21:25:19.901Z Compiling toml v0.8.23
13652026-08-07T21:25:20.215Z Compiling cargo_toml v0.21.0
13662026-08-07T21:25:21.514Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13672026-08-07T21:25:23.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
13682026-08-07T21:25:23.596Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13692026-08-07T21:25:24.359Z Compiling libc v0.2.185
13702026-08-07T21:25:24.359Z Compiling serde_core v1.0.228
13712026-08-07T21:25:24.359Z Compiling serde v1.0.228
13722026-08-07T21:25:24.363Z Compiling log v0.4.29
13732026-08-07T21:25:24.363Z Compiling smallvec v1.15.1
13742026-08-07T21:25:24.363Z Compiling shlex v1.3.0
13752026-08-07T21:25:24.363Z Compiling find-msvc-tools v0.1.9
13762026-08-07T21:25:24.363Z Compiling subtle v2.6.1
13772026-08-07T21:25:24.511Z Compiling scopeguard v1.2.0
13782026-08-07T21:25:24.515Z Compiling typenum v1.20.1
13792026-08-07T21:25:24.524Z Compiling stable_deref_trait v1.2.1
13802026-08-07T21:25:24.527Z Compiling zerocopy v0.8.40
13812026-08-07T21:25:24.527Z Compiling portable-atomic v1.13.1
13822026-08-07T21:25:24.577Z Compiling serde_json v1.0.151
13832026-08-07T21:25:24.589Z Compiling syn v2.0.117
13842026-08-07T21:25:24.603Z Compiling critical-section v1.2.0
13852026-08-07T21:25:24.667Z Compiling lock_api v0.4.14
13862026-08-07T21:25:24.671Z Compiling libm v0.2.16
13872026-08-07T21:25:24.705Z Compiling num-traits v0.2.19
13882026-08-07T21:25:24.719Z Compiling pkg-config v0.3.32
13892026-08-07T21:25:24.761Z Compiling generic-array v0.14.7
13902026-08-07T21:25:24.775Z Compiling getrandom v0.4.1
13912026-08-07T21:25:24.805Z Compiling parking_lot_core v0.9.12
13922026-08-07T21:25:24.833Z Compiling pin-project-lite v0.2.17
13932026-08-07T21:25:24.899Z Compiling const-oid v0.9.6
13942026-08-07T21:25:24.929Z Compiling rand_core v0.10.0
13952026-08-07T21:25:24.932Z Compiling percent-encoding v2.3.2
13962026-08-07T21:25:25.031Z Compiling litemap v0.8.1
13972026-08-07T21:25:25.045Z Compiling futures-core v0.3.32
13982026-08-07T21:25:25.105Z Compiling writeable v0.6.2
13992026-08-07T21:25:25.137Z Compiling icu_normalizer_data v2.1.1
14002026-08-07T21:25:25.142Z Compiling icu_properties_data v2.1.2
14012026-08-07T21:25:25.153Z Compiling getrandom v0.3.4
14022026-08-07T21:25:25.181Z Compiling futures-sink v0.3.32
14032026-08-07T21:25:25.209Z Compiling rustix v1.1.3
14042026-08-07T21:25:25.209Z Compiling utf8_iter v1.0.4
14052026-08-07T21:25:25.266Z Compiling futures-io v0.3.32
14062026-08-07T21:25:25.273Z Compiling futures-task v0.3.32
14072026-08-07T21:25:25.306Z Compiling futures-channel v0.3.32
14082026-08-07T21:25:25.322Z Compiling slab v0.4.12
14092026-08-07T21:25:25.399Z Compiling form_urlencoded v1.2.2
14102026-08-07T21:25:25.428Z Compiling rustversion v1.0.22
14112026-08-07T21:25:25.458Z Compiling jobserver v0.1.34
14122026-08-07T21:25:25.473Z Compiling errno v0.3.14
14132026-08-07T21:25:25.488Z Compiling getrandom v0.2.17
14142026-08-07T21:25:25.551Z Compiling mio v1.2.0
14152026-08-07T21:25:25.593Z Compiling signal-hook-registry v1.4.8
14162026-08-07T21:25:25.608Z Compiling socket2 v0.6.3
14172026-08-07T21:25:25.627Z Compiling rand_core v0.6.4
14182026-08-07T21:25:25.758Z Compiling cc v1.2.56
14192026-08-07T21:25:25.774Z Compiling once_cell v1.21.3
14202026-08-07T21:25:25.792Z Compiling parking_lot v0.12.5
14212026-08-07T21:25:25.808Z Compiling iana-time-zone v0.1.65
14222026-08-07T21:25:25.850Z Compiling base64ct v1.8.3
14232026-08-07T21:25:25.909Z Compiling flagset v0.4.7
14242026-08-07T21:25:25.923Z Compiling ident_case v1.0.1
14252026-08-07T21:25:25.951Z Compiling dunce v1.0.5
14262026-08-07T21:25:26.004Z Compiling regex-syntax v0.8.10
14272026-08-07T21:25:26.047Z Compiling fs_extra v1.3.0
14282026-08-07T21:25:26.076Z Compiling base64 v0.22.1
14292026-08-07T21:25:26.079Z Compiling vcpkg v0.2.15
14302026-08-07T21:25:26.103Z Compiling pem-rfc7468 v0.7.0
14312026-08-07T21:25:26.106Z Compiling rand_core v0.9.5
14322026-08-07T21:25:26.130Z Compiling syn v1.0.109
14332026-08-07T21:25:26.154Z Compiling tracing-core v0.1.36
14342026-08-07T21:25:26.186Z Compiling cpufeatures v0.2.17
14352026-08-07T21:25:26.199Z Compiling schemars v0.8.22
14362026-08-07T21:25:26.242Z Compiling dyn-clone v1.0.20
14372026-08-07T21:25:26.274Z Compiling aws-lc-rs v1.16.3
14382026-08-07T21:25:26.335Z Compiling spin v0.9.8
14392026-08-07T21:25:26.395Z Compiling cmov v0.5.4
14402026-08-07T21:25:26.416Z Compiling crc32fast v1.5.0
14412026-08-07T21:25:26.430Z Compiling tinyvec_macros v0.1.1
14422026-08-07T21:25:26.459Z Compiling httparse v1.10.1
14432026-08-07T21:25:26.492Z Compiling openssl-probe v0.2.1
14442026-08-07T21:25:26.504Z Compiling cmake v0.1.57
14452026-08-07T21:25:26.517Z Compiling tinyvec v1.10.0
14462026-08-07T21:25:26.546Z Compiling aho-corasick v1.1.4
14472026-08-07T21:25:26.562Z Compiling untrusted v0.7.1
14482026-08-07T21:25:26.578Z Compiling ctutils v0.4.2
14492026-08-07T21:25:26.624Z Compiling radium v0.7.0
14502026-08-07T21:25:26.684Z Compiling bitflags v2.11.0
14512026-08-07T21:25:26.700Z Compiling semver v1.0.28
14522026-08-07T21:25:26.734Z Compiling indexmap v2.14.0
14532026-08-07T21:25:26.818Z Compiling uuid v1.23.4
14542026-08-07T21:25:26.880Z Compiling tower-layer v0.3.3
14552026-08-07T21:25:26.904Z Compiling tower-service v0.3.3
14562026-08-07T21:25:26.911Z Compiling try-lock v0.2.5
14572026-08-07T21:25:26.911Z Compiling atomic-waker v1.1.2
14582026-08-07T21:25:26.954Z Compiling rustc_version v0.4.1
14592026-08-07T21:25:27.014Z Compiling want v0.3.1
14602026-08-07T21:25:27.065Z Compiling untrusted v0.9.0
14612026-08-07T21:25:27.078Z Compiling tap v1.0.1
14622026-08-07T21:25:27.093Z Compiling simd-adler32 v0.3.8
14632026-08-07T21:25:27.138Z Compiling openssl v0.10.80
14642026-08-07T21:25:27.175Z Compiling maybe-uninit v2.0.0
14652026-08-07T21:25:27.188Z Compiling foreign-types-shared v0.1.1
14662026-08-07T21:25:27.212Z Compiling rustls v0.23.41
14672026-08-07T21:25:27.274Z Compiling httpdate v1.0.3
14682026-08-07T21:25:27.288Z Compiling foreign-types v0.3.2
14692026-08-07T21:25:27.335Z Compiling aws-lc-sys v0.40.0
14702026-08-07T21:25:27.352Z Compiling openssl-sys v0.9.117
14712026-08-07T21:25:27.355Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-08-07T21:25:27.381Z Compiling bzip2-sys v0.1.13+1.0.8
14732026-08-07T21:25:27.384Z Compiling wyz v0.5.1
14742026-08-07T21:25:27.410Z Compiling unicode-normalization v0.1.25
14752026-08-07T21:25:27.456Z Compiling synstructure v0.13.2
14762026-08-07T21:25:27.497Z Compiling serde_derive_internals v0.29.1
14772026-08-07T21:25:27.519Z Compiling pest_generator v2.8.6
14782026-08-07T21:25:27.601Z Compiling regex-automata v0.4.14
14792026-08-07T21:25:27.622Z Compiling darling_core v0.20.11
14802026-08-07T21:25:27.738Z Compiling num-integer v0.1.46
14812026-08-07T21:25:27.773Z Compiling tempfile v3.25.0
14822026-08-07T21:25:27.850Z Compiling terminal_size v0.4.3
14832026-08-07T21:25:27.923Z Compiling wait-timeout v0.2.1
14842026-08-07T21:25:28.003Z Compiling ahash v0.8.12
14852026-08-07T21:25:28.046Z Compiling native-tls v0.2.18
14862026-08-07T21:25:28.087Z Compiling adler2 v2.0.1
14872026-08-07T21:25:28.100Z Compiling powerfmt v0.2.0
14882026-08-07T21:25:28.204Z Compiling quick-error v1.2.3
14892026-08-07T21:25:28.219Z Compiling num-bigint-dig v0.8.6
14902026-08-07T21:25:28.233Z Compiling funty v2.0.0
14912026-08-07T21:25:28.246Z Compiling num-conv v0.2.0
14922026-08-07T21:25:28.265Z Compiling packed_struct v0.10.1
14932026-08-07T21:25:28.282Z Compiling bit-vec v0.8.0
14942026-08-07T21:25:28.310Z Compiling time-core v0.1.8
14952026-08-07T21:25:28.325Z Compiling rusty-fork v0.3.1
14962026-08-07T21:25:28.325Z Compiling clap_builder v4.6.0
14972026-08-07T21:25:28.396Z Compiling deranged v0.5.8
14982026-08-07T21:25:28.444Z Compiling miniz_oxide v0.8.9
14992026-08-07T21:25:28.463Z Compiling num-iter v0.1.45
15002026-08-07T21:25:28.477Z Compiling time-macros v0.2.27
15012026-08-07T21:25:28.536Z Compiling bit-set v0.8.0
15022026-08-07T21:25:28.592Z Compiling bitvec v1.0.1
15032026-08-07T21:25:28.631Z Compiling lazy_static v1.5.0
15042026-08-07T21:25:28.661Z Compiling rand_xorshift v0.4.0
15052026-08-07T21:25:28.706Z Compiling anstyle-parse v0.2.7
15062026-08-07T21:25:28.732Z Compiling sync_wrapper v1.0.2
15072026-08-07T21:25:28.821Z Compiling indexmap v1.9.3
15082026-08-07T21:25:28.839Z Compiling unarray v0.1.4
15092026-08-07T21:25:28.852Z Compiling paste v1.0.15
15102026-08-07T21:25:28.897Z Compiling zlib-rs v0.6.2
15112026-08-07T21:25:28.960Z Compiling nodrop v0.1.14
15122026-08-07T21:25:29.020Z Compiling crossbeam-utils v0.8.21
15132026-08-07T21:25:29.061Z Compiling crc-catalog v2.4.0
15142026-08-07T21:25:29.064Z Compiling siphasher v1.0.2
15152026-08-07T21:25:29.143Z Compiling usdt-impl v0.6.0
15162026-08-07T21:25:29.161Z Compiling serde_derive v1.0.228
15172026-08-07T21:25:29.175Z Compiling zeroize_derive v1.5.0
15182026-08-07T21:25:29.276Z Compiling zerofrom-derive v0.1.6
15192026-08-07T21:25:29.317Z Compiling zerocopy-derive v0.8.40
15202026-08-07T21:25:29.361Z Compiling yoke-derive v0.8.1
15212026-08-07T21:25:29.392Z Compiling zerovec-derive v0.11.2
15222026-08-07T21:25:29.566Z Compiling displaydoc v0.2.5
15232026-08-07T21:25:29.580Z Compiling tokio-macros v2.7.0
15242026-08-07T21:25:29.830Z Compiling zeroize v1.9.0
15252026-08-07T21:25:29.936Z Compiling futures-macro v0.3.32
15262026-08-07T21:25:30.045Z Compiling thiserror-impl v2.0.18
15272026-08-07T21:25:30.339Z Compiling der_derive v0.7.3
15282026-08-07T21:25:30.353Z Compiling tracing-attributes v0.1.31
15292026-08-07T21:25:30.420Z Compiling rustls-pki-types v1.14.0
15302026-08-07T21:25:30.532Z Compiling schemars_derive v0.8.22
15312026-08-07T21:25:30.586Z Compiling hybrid-array v0.4.13
15322026-08-07T21:25:30.662Z Compiling crypto-common v0.1.7
15332026-08-07T21:25:30.720Z Compiling zerofrom v0.1.6
15342026-08-07T21:25:30.794Z Compiling block-buffer v0.10.4
15352026-08-07T21:25:30.827Z Compiling yoke v0.8.1
15362026-08-07T21:25:30.864Z Compiling futures-util v0.3.32
15372026-08-07T21:25:30.902Z Compiling scroll_derive v0.13.1
15382026-08-07T21:25:30.981Z Compiling digest v0.10.7
15392026-08-07T21:25:31.026Z Compiling zerovec v0.11.5
15402026-08-07T21:25:31.267Z Compiling zerotrie v0.2.3
15412026-08-07T21:25:31.368Z Compiling der v0.7.10
15422026-08-07T21:25:31.398Z Compiling sha2 v0.10.9
15432026-08-07T21:25:31.401Z Compiling pest_derive v2.8.6
15442026-08-07T21:25:31.447Z Compiling thiserror v2.0.18
15452026-08-07T21:25:31.572Z Compiling tinystr v0.8.2
15462026-08-07T21:25:31.575Z Compiling potential_utf v0.1.4
15472026-08-07T21:25:31.600Z Compiling signature v2.2.0
15482026-08-07T21:25:31.755Z Compiling icu_locale_core v2.1.1
15492026-08-07T21:25:31.758Z Compiling icu_collections v2.1.1
15502026-08-07T21:25:31.784Z Compiling tracing v0.1.44
15512026-08-07T21:25:31.802Z Compiling scroll v0.13.0
15522026-08-07T21:25:31.805Z Compiling darling_macro v0.20.11
15532026-08-07T21:25:31.832Z Compiling openssl-macros v0.1.1
15542026-08-07T21:25:31.870Z Compiling thiserror-impl v1.0.69
15552026-08-07T21:25:31.893Z Compiling hmac v0.12.1
15562026-08-07T21:25:32.069Z Compiling goblin v0.10.5
15572026-08-07T21:25:32.085Z Compiling packed_struct_codegen v0.10.1
15582026-08-07T21:25:32.101Z Compiling clap_derive v4.6.1
15592026-08-07T21:25:32.156Z Compiling bitfield-macros v0.19.4
15602026-08-07T21:25:32.267Z Compiling spki v0.7.3
15612026-08-07T21:25:32.340Z Compiling darling v0.20.11
15622026-08-07T21:25:32.435Z Compiling icu_provider v2.1.1
15632026-08-07T21:25:32.486Z Compiling pkcs8 v0.10.2
15642026-08-07T21:25:32.623Z Compiling zerocopy-derive v0.6.6
15652026-08-07T21:25:32.679Z Compiling bytes v1.11.1
15662026-08-07T21:25:32.732Z Compiling icu_properties v2.1.2
15672026-08-07T21:25:32.746Z Compiling icu_normalizer v2.1.1
15682026-08-07T21:25:32.761Z Compiling chrono v0.4.45
15692026-08-07T21:25:32.777Z Compiling ipnet v2.11.0
15702026-08-07T21:25:32.906Z Compiling hex v0.4.3
15712026-08-07T21:25:33.172Z Compiling tokio v1.52.1
15722026-08-07T21:25:33.202Z Compiling http v1.4.2
15732026-08-07T21:25:33.214Z Compiling thiserror v1.0.69
15742026-08-07T21:25:33.232Z Compiling serde_spanned v0.6.9
15752026-08-07T21:25:33.287Z Compiling toml_datetime v0.6.11
15762026-08-07T21:25:33.301Z Compiling num_threads v0.1.7
15772026-08-07T21:25:33.332Z Compiling bitfield v0.19.4
15782026-08-07T21:25:33.391Z Compiling time v0.3.47
15792026-08-07T21:25:33.412Z Compiling pkcs1 v0.7.5
15802026-08-07T21:25:33.491Z Compiling zerocopy v0.6.6
15812026-08-07T21:25:33.558Z Compiling derive_builder_core v0.20.2
15822026-08-07T21:25:33.636Z Compiling idna_adapter v1.2.1
15832026-08-07T21:25:33.794Z Compiling ppv-lite86 v0.2.21
15842026-08-07T21:25:33.814Z Compiling idna v1.1.0
15852026-08-07T21:25:33.829Z Compiling http-body v1.0.1
15862026-08-07T21:25:33.908Z Compiling dtrace-parser v0.3.0
15872026-08-07T21:25:33.911Z Compiling clap v4.6.1
15882026-08-07T21:25:34.001Z Compiling http-body-util v0.1.3
15892026-08-07T21:25:34.016Z Compiling flate2 v1.1.9
15902026-08-07T21:25:34.094Z Compiling url v2.5.8
15912026-08-07T21:25:34.110Z Compiling rand_chacha v0.9.0
15922026-08-07T21:25:34.135Z Compiling rand_chacha v0.3.1
15932026-08-07T21:25:34.289Z Compiling structmeta-derive v0.3.0
15942026-08-07T21:25:34.303Z Compiling scroll_derive v0.12.1
15952026-08-07T21:25:34.424Z Compiling rand v0.9.2
15962026-08-07T21:25:34.439Z Compiling rand v0.8.6
15972026-08-07T21:25:34.710Z Compiling crc v3.4.0
15982026-08-07T21:25:34.789Z Compiling dof v0.4.0
15992026-08-07T21:25:34.811Z Compiling array-init v0.0.4
16002026-08-07T21:25:34.919Z Compiling anstream v0.6.21
16012026-08-07T21:25:34.932Z Compiling smallvec v0.6.14
16022026-08-07T21:25:34.937Z Compiling darling_core v0.23.0
16032026-08-07T21:25:34.970Z Compiling heapless v0.7.17
16042026-08-07T21:25:35.000Z Compiling proptest v1.11.0
16052026-08-07T21:25:35.167Z Compiling slog v2.8.2
16062026-08-07T21:25:35.201Z Compiling thread-id v5.1.0
16072026-08-07T21:25:35.236Z Compiling env_filter v1.0.0
16082026-08-07T21:25:35.251Z Compiling cookie v0.18.1
16092026-08-07T21:25:35.254Z Compiling zstd-safe v7.2.4
16102026-08-07T21:25:35.254Z Compiling unicode-bidi v0.3.18
16112026-08-07T21:25:35.294Z Compiling allocator-api2 v0.2.21
16122026-08-07T21:25:35.299Z Compiling unicode-properties v0.1.4
16132026-08-07T21:25:35.371Z Compiling hashbrown v0.12.3
16142026-08-07T21:25:35.453Z Compiling ipnetwork v0.21.1
16152026-08-07T21:25:35.513Z Compiling winnow v0.5.40
16162026-08-07T21:25:35.548Z Compiling anyhow v1.0.102
16172026-08-07T21:25:35.562Z Compiling iri-string v0.7.10
16182026-08-07T21:25:35.612Z Compiling ryu v1.0.23
16192026-08-07T21:25:35.691Z Compiling signal-hook v0.3.18
16202026-08-07T21:25:35.809Z Compiling base64 v0.21.7
16212026-08-07T21:25:35.865Z Compiling serde_urlencoded v0.7.1
16222026-08-07T21:25:35.929Z Compiling oxnet v0.1.6
16232026-08-07T21:25:35.942Z Compiling stringprep v0.1.5
16242026-08-07T21:25:36.057Z Compiling ron v0.8.1
16252026-08-07T21:25:36.139Z Compiling env_logger v0.11.9
16262026-08-07T21:25:36.143Z Compiling structmeta v0.3.0
16272026-08-07T21:25:36.301Z Compiling rsa v0.9.10
16282026-08-07T21:25:36.374Z Compiling serde-hex v0.1.0
16292026-08-07T21:25:36.388Z Compiling scroll v0.12.0
16302026-08-07T21:25:36.392Z Compiling camino v1.2.2
16312026-08-07T21:25:36.415Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16322026-08-07T21:25:36.516Z Compiling derive_builder_macro v0.20.2
16332026-08-07T21:25:36.574Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-07T21:25:36.673Z Compiling bzip2 v0.4.4
16352026-08-07T21:25:36.840Z Compiling hashbrown v0.13.2
16362026-08-07T21:25:36.938Z Compiling toml_edit v0.19.15
16372026-08-07T21:25:37.003Z Compiling tokio-util v0.7.18
16382026-08-07T21:25:37.017Z Compiling tower v0.5.3
16392026-08-07T21:25:37.056Z Compiling tokio-native-tls v0.3.1
16402026-08-07T21:25:37.071Z Compiling serde_tokenstream v0.2.3
16412026-08-07T21:25:37.119Z Compiling erased-serde v0.3.31
16422026-08-07T21:25:37.176Z Compiling x509-cert v0.2.5
16432026-08-07T21:25:37.250Z Compiling block-padding v0.4.2
16442026-08-07T21:25:37.342Z Compiling crypto-common v0.2.2
16452026-08-07T21:25:37.409Z Compiling block-buffer v0.12.1
16462026-08-07T21:25:37.436Z Compiling tower-http v0.6.8
16472026-08-07T21:25:37.526Z Compiling newtype-uuid v1.3.2
16482026-08-07T21:25:37.550Z Compiling darling_macro v0.23.0
16492026-08-07T21:25:37.629Z Compiling md-5 v0.10.6
16502026-08-07T21:25:37.632Z Compiling rustls-native-certs v0.8.3
16512026-08-07T21:25:37.812Z Compiling h2 v0.4.15
16522026-08-07T21:25:37.860Z Compiling bstr v1.12.1
16532026-08-07T21:25:37.880Z Compiling daft-derive v0.1.7
16542026-08-07T21:25:37.948Z Compiling pin-project-internal v1.1.11
16552026-08-07T21:25:38.061Z Compiling async-trait v0.1.89
16562026-08-07T21:25:38.075Z Compiling zerocopy-derive v0.7.35
16572026-08-07T21:25:38.174Z Compiling curve25519-dalek v4.1.3
16582026-08-07T21:25:38.528Z Compiling vergen-lib v9.1.0
16592026-08-07T21:25:38.532Z Compiling hash32 v0.2.1
16602026-08-07T21:25:38.627Z Compiling encoding_rs v0.8.35
16612026-08-07T21:25:38.727Z Compiling memoffset v0.9.1
16622026-08-07T21:25:38.755Z Compiling rustix v0.38.44
16632026-08-07T21:25:38.783Z Compiling ref-cast v1.0.25
16642026-08-07T21:25:38.950Z Compiling smoltcp v0.9.1
16652026-08-07T21:25:38.978Z Compiling litrs v1.0.0
16662026-08-07T21:25:38.994Z Compiling psl-types v2.0.11
16672026-08-07T21:25:39.078Z Compiling fallible-iterator v0.2.0
16682026-08-07T21:25:39.092Z Compiling mime v0.3.17
16692026-08-07T21:25:39.114Z Compiling crc-any v2.5.0
16702026-08-07T21:25:39.128Z Compiling cfg_aliases v0.2.1
16712026-08-07T21:25:39.209Z Compiling publicsuffix v2.3.0
16722026-08-07T21:25:39.223Z Compiling nix v0.31.2
16732026-08-07T21:25:39.243Z Compiling pin-project v1.1.11
16742026-08-07T21:25:39.325Z Compiling zerocopy v0.7.35
16752026-08-07T21:25:39.365Z Compiling postgres-protocol v0.6.10
16762026-08-07T21:25:39.415Z Compiling daft v0.1.7
16772026-08-07T21:25:39.444Z Compiling toml v0.7.8
16782026-08-07T21:25:39.462Z Compiling darling v0.23.0
16792026-08-07T21:25:39.503Z Compiling document-features v0.2.12
16802026-08-07T21:25:39.557Z Compiling inout v0.2.2
16812026-08-07T21:25:39.583Z Compiling object v0.30.4
16822026-08-07T21:25:39.611Z Compiling derive_builder v0.20.2
16832026-08-07T21:25:39.717Z Compiling zip v0.6.6
16842026-08-07T21:25:39.751Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16852026-08-07T21:25:39.765Z Compiling goblin v0.8.2
16862026-08-07T21:25:39.895Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16872026-08-07T21:25:39.910Z Compiling derive-ex v0.1.8
16882026-08-07T21:25:40.118Z Compiling futures-executor v0.3.32
16892026-08-07T21:25:40.144Z Compiling hubpack_derive v0.1.1
16902026-08-07T21:25:40.159Z Compiling regex v1.12.3
16912026-08-07T21:25:40.314Z Compiling phf_shared v0.13.1
16922026-08-07T21:25:40.416Z Compiling ref-cast-impl v1.0.25
16932026-08-07T21:25:40.449Z Compiling curve25519-dalek-derive v0.1.1
16942026-08-07T21:25:40.463Z Compiling snafu-derive v0.8.9
16952026-08-07T21:25:40.517Z Compiling strum_macros v0.27.2
16962026-08-07T21:25:40.597Z Compiling cargo-platform v0.3.2
16972026-08-07T21:25:40.657Z Compiling vergen v9.1.0
16982026-08-07T21:25:40.671Z Compiling ff v0.13.1
16992026-08-07T21:25:40.752Z Compiling fs-err v3.3.0
17002026-08-07T21:25:40.829Z Compiling bitflags v1.3.2
17012026-08-07T21:25:40.864Z Compiling either v1.15.0
17022026-08-07T21:25:40.886Z Compiling managed v0.8.0
17032026-08-07T21:25:40.918Z Compiling base16ct v0.2.0
17042026-08-07T21:25:40.966Z Compiling hyper v1.10.1
17052026-08-07T21:25:41.004Z Compiling same-file v1.0.6
17062026-08-07T21:25:41.097Z Compiling object v0.37.3
17072026-08-07T21:25:41.119Z Compiling libbz2-rs-sys v0.2.2
17082026-08-07T21:25:41.134Z Compiling unicode-segmentation v1.12.0
17092026-08-07T21:25:41.149Z Compiling foldhash v0.1.5
17102026-08-07T21:25:41.187Z Compiling jiff-core v0.1.0
17112026-08-07T21:25:41.243Z Compiling path-slash v0.1.5
17122026-08-07T21:25:41.343Z Compiling bumpalo v3.20.2
17132026-08-07T21:25:41.383Z Compiling foldhash v0.2.0
17142026-08-07T21:25:41.454Z Compiling hashbrown v0.15.5
17152026-08-07T21:25:41.536Z Compiling bzip2 v0.6.1
17162026-08-07T21:25:41.622Z Compiling zopfli v0.8.3
17172026-08-07T21:25:41.636Z Compiling hashbrown v0.16.1
17182026-08-07T21:25:41.651Z Compiling test-strategy v0.4.5
17192026-08-07T21:25:41.822Z Compiling walkdir v2.5.0
17202026-08-07T21:25:42.025Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17212026-08-07T21:25:42.039Z Compiling jiff v0.2.34
17222026-08-07T21:25:42.153Z Compiling hyper-util v0.1.20
17232026-08-07T21:25:42.255Z Compiling dof v0.3.0
17242026-08-07T21:25:42.303Z Compiling sec1 v0.7.3
17252026-08-07T21:25:42.434Z Compiling snafu v0.8.9
17262026-08-07T21:25:42.545Z Compiling strum v0.27.2
17272026-08-07T21:25:42.653Z Compiling group v0.13.0
17282026-08-07T21:25:42.684Z Compiling cargo_metadata v0.23.1
17292026-08-07T21:25:42.698Z Compiling hubpack v0.1.2
17302026-08-07T21:25:42.719Z Compiling phf v0.13.1
17312026-08-07T21:25:42.856Z Compiling signal-hook-mio v0.2.5
17322026-08-07T21:25:42.898Z Compiling futures v0.3.32
17332026-08-07T21:25:42.934Z Compiling cookie_store v0.22.1
17342026-08-07T21:25:42.990Z Compiling zstd v0.13.3
17352026-08-07T21:25:43.005Z Compiling postgres-types v0.2.12
17362026-08-07T21:25:43.009Z Compiling cipher v0.5.2
17372026-08-07T21:25:43.115Z Compiling serde_with_macros v3.21.0
17382026-08-07T21:25:43.257Z Compiling globset v0.4.18
17392026-08-07T21:25:43.272Z Compiling usdt-macro v0.6.0
17402026-08-07T21:25:43.327Z Compiling usdt-attr-macro v0.6.0
17412026-08-07T21:25:43.366Z Compiling byte-wrapper v0.1.0
17422026-08-07T21:25:43.458Z Compiling dtrace-parser v0.2.0
17432026-08-07T21:25:43.586Z Compiling hyper-tls v0.6.0
17442026-08-07T21:25:43.601Z Compiling ed25519 v2.2.3
17452026-08-07T21:25:43.715Z Compiling serde-big-array v0.5.1
17462026-08-07T21:25:43.841Z Compiling reqwest v0.12.28
17472026-08-07T21:25:43.878Z Compiling serde_plain v1.0.2
17482026-08-07T21:25:43.921Z Compiling olpc-cjson v0.1.4
17492026-08-07T21:25:43.946Z Compiling hkdf v0.12.4
17502026-08-07T21:25:44.048Z Compiling crypto-bigint v0.5.5
17512026-08-07T21:25:44.078Z Compiling phf_shared v0.11.3
17522026-08-07T21:25:44.094Z Compiling enum-as-inner v0.6.1
17532026-08-07T21:25:44.110Z Compiling strum_macros v0.26.4
17542026-08-07T21:25:44.130Z Compiling serde_repr v0.1.20
17552026-08-07T21:25:44.186Z Compiling async-recursion v1.1.1
17562026-08-07T21:25:44.214Z Compiling float-cmp v0.10.0
17572026-08-07T21:25:44.285Z Compiling pem v3.0.6
17582026-08-07T21:25:44.290Z Compiling thread-id v4.2.2
17592026-08-07T21:25:44.315Z Compiling memmap2 v0.9.10
17602026-08-07T21:25:44.381Z Compiling normalize-line-endings v0.3.0
17612026-08-07T21:25:44.397Z Compiling typed-path v0.9.3
17622026-08-07T21:25:44.494Z Compiling cpufeatures v0.3.0
17632026-08-07T21:25:44.509Z Compiling const-oid v0.10.2
17642026-08-07T21:25:44.550Z Compiling fixedbitset v0.5.7
17652026-08-07T21:25:44.589Z Compiling data-encoding v2.10.0
17662026-08-07T21:25:44.625Z Compiling predicates-core v1.0.10
17672026-08-07T21:25:44.643Z Compiling new_debug_unreachable v1.0.6
17682026-08-07T21:25:44.694Z Compiling winnow v1.0.3
17692026-08-07T21:25:44.724Z Compiling fixedbitset v0.4.2
17702026-08-07T21:25:44.738Z Compiling static_assertions v1.1.0
17712026-08-07T21:25:44.752Z Compiling difflib v0.4.0
17722026-08-07T21:25:44.823Z Compiling keccak v0.1.6
17732026-08-07T21:25:44.838Z Compiling precomputed-hash v0.1.1
17742026-08-07T21:25:44.854Z Compiling whoami v2.1.0
17752026-08-07T21:25:44.880Z Compiling petgraph v0.6.5
17762026-08-07T21:25:44.937Z Compiling string_cache v0.8.9
17772026-08-07T21:25:44.961Z Compiling hickory-proto v0.25.2
17782026-08-07T21:25:45.066Z Compiling tokio-postgres v0.7.16
17792026-08-07T21:25:45.182Z Compiling elliptic-curve v0.13.8
17802026-08-07T21:25:45.243Z Compiling toml_parser v1.1.2+spec-1.1.0
17812026-08-07T21:25:45.298Z Compiling predicates v3.1.4
17822026-08-07T21:25:45.321Z Compiling sha3 v0.10.8
17832026-08-07T21:25:45.581Z Compiling toml_edit v0.22.27
17842026-08-07T21:25:45.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-07T21:25:45.674Z Compiling petgraph v0.8.3
17862026-08-07T21:25:45.677Z Compiling digest v0.11.3
17872026-08-07T21:25:45.846Z Compiling chacha20 v0.10.0
17882026-08-07T21:25:45.912Z Compiling usdt v0.6.0
17892026-08-07T21:25:45.938Z Compiling usdt-impl v0.5.0
17902026-08-07T21:25:45.953Z Compiling strum v0.26.3
17912026-08-07T21:25:45.991Z Compiling serde_with v3.21.0
17922026-08-07T21:25:46.104Z Compiling zip v4.6.1
17932026-08-07T21:25:46.201Z Compiling crossterm v0.28.1
17942026-08-07T21:25:46.238Z Compiling ed25519-dalek v2.2.0
17952026-08-07T21:25:46.253Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17962026-08-07T21:25:46.682Z Compiling iddqd v0.4.2
17972026-08-07T21:25:46.991Z Compiling similar v2.7.0
17982026-08-07T21:25:47.068Z Compiling heck v0.4.1
17992026-08-07T21:25:47.312Z Compiling itertools v0.13.0
18002026-08-07T21:25:47.421Z Compiling itertools v0.15.0
18012026-08-07T21:25:47.505Z Compiling tokio-stream v0.1.18
18022026-08-07T21:25:47.697Z Compiling crossbeam-epoch v0.9.18
18032026-08-07T21:25:47.711Z Compiling buf-list v1.1.2
18042026-08-07T21:25:47.793Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18052026-08-07T21:25:47.816Z Compiling openapiv3 v2.2.0
18062026-08-07T21:25:47.854Z Compiling peg-runtime v0.8.5
18072026-08-07T21:25:47.992Z Compiling lalrpop-util v0.19.12
18082026-08-07T21:25:48.007Z Compiling thread_local v1.1.9
18092026-08-07T21:25:48.020Z Compiling slog-async v2.8.0
18102026-08-07T21:25:48.036Z Compiling crossbeam-channel v0.5.15
18112026-08-07T21:25:48.106Z Compiling filetime v0.2.27
18122026-08-07T21:25:48.144Z Compiling is-terminal v0.4.17
18132026-08-07T21:25:48.158Z Compiling term v1.2.1
18142026-08-07T21:25:48.197Z Compiling xattr v1.6.1
18152026-08-07T21:25:48.257Z Compiling take_mut v0.2.2
18162026-08-07T21:25:48.279Z Compiling camino-tempfile v1.4.1
18172026-08-07T21:25:48.318Z Compiling tar v0.4.46
18182026-08-07T21:25:48.514Z Compiling slog-term v2.9.2
18192026-08-07T21:26:05.779Z Compiling rustls-webpki v0.103.13
18202026-08-07T21:26:08.414Z Compiling tokio-rustls v0.26.4
18212026-08-07T21:26:08.414Z Compiling rustls-platform-verifier v0.6.2
18222026-08-07T21:26:08.417Z Compiling tough v0.22.0
18232026-08-07T21:26:08.614Z Compiling hyper-rustls v0.27.7
18242026-08-07T21:26:08.802Z Compiling reqwest v0.13.2
18252026-08-07T21:26:10.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262026-08-07T21:26:11.188Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18272026-08-07T21:26:14.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.43s
18282026-08-07T21:26:14.197Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18292026-08-07T21:26:14.249ZAug 07 21:26:12.811 INFO Starting download, target: Console
18302026-08-07T21:26:14.249ZAug 07 21:26:12.812 INFO Starting download, target: Cockroach
18312026-08-07T21:26:14.249ZAug 07 21:26:12.812 INFO Starting download, target: Clickhouse
18322026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Starting download, target: DendriteStub
18332026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Starting download, target: MaghemiteMgd
18342026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Starting download, target: MaghemiteDdmd
18352026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Starting download, target: TransceiverControl
18362026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18372026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18382026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18392026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18402026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18422026-08-07T21:26:14.253ZAug 07 21:26:12.812 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18432026-08-07T21:26:14.714ZAug 07 21:26:13.252 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18442026-08-07T21:26:14.907ZAug 07 21:26:13.467 INFO Download complete, target: TransceiverControl
18452026-08-07T21:26:16.234ZAug 07 21:26:14.791 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18462026-08-07T21:26:16.375ZAug 07 21:26:14.934 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18472026-08-07T21:26:16.451ZAug 07 21:26:15.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18482026-08-07T21:26:16.483ZAug 07 21:26:15.038 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18492026-08-07T21:26:16.688ZAug 07 21:26:15.247 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18502026-08-07T21:26:16.746ZAug 07 21:26:15.308 INFO Download complete, target: Console
18512026-08-07T21:26:16.858ZAug 07 21:26:15.420 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18522026-08-07T21:26:16.858ZAug 07 21:26:15.420 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18532026-08-07T21:26:18.393ZAug 07 21:26:16.955 INFO Download complete, target: MaghemiteDdmd
18542026-08-07T21:26:18.868ZAug 07 21:26:17.428 INFO Download complete, target: DendriteStub
18552026-08-07T21:26:19.178ZAug 07 21:26:17.740 INFO Download complete, target: MaghemiteMgd
18562026-08-07T21:26:21.619ZAug 07 21:26:20.180 INFO Checking that binary works, target: Cockroach
18572026-08-07T21:26:21.741ZAug 07 21:26:20.303 INFO Download complete, target: Cockroach
18582026-08-07T21:26:23.495ZAug 07 21:26:22.054 INFO Checking that binary works, target: Clickhouse
18592026-08-07T21:26:23.573ZAug 07 21:26:22.134 INFO Download complete, target: Clickhouse
18602026-08-07T21:26:23.581ZAll prerequisites installed successfully
18612026-08-07T21:26:23.581Z
18622026-08-07T21:26:23.581Zreal 1:26.327171516
18632026-08-07T21:26:23.581Zuser 7:02.076315918
18642026-08-07T21:26:23.581Zsys 1:40.501598783
18652026-08-07T21:26:23.581Ztrap 0.252163212
18662026-08-07T21:26:23.581Ztflt 0.831109112
18672026-08-07T21:26:23.581Zdflt 1.830910512
18682026-08-07T21:26:23.581Zkflt 0.024589035
18692026-08-07T21:26:23.581Zlock 26:05.054039889
18702026-08-07T21:26:23.581Zslp 18:59.878067749
18712026-08-07T21:26:23.581Zlat 22.399939268
18722026-08-07T21:26:23.581Zstop 2:48.683773018
18732026-08-07T21:26:23.590Z+ source ./tools/include/force-git-over-https.sh
18742026-08-07T21:26:23.590Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18752026-08-07T21:26:23.590Z++ (( i = 0 ))
18762026-08-07T21:26:23.590Z++ (( i < 5 ))
18772026-08-07T21:26:23.590Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18782026-08-07T21:26:23.590Z++ (( i++ ))
18792026-08-07T21:26:23.590Z++ (( i < 5 ))
18802026-08-07T21:26:23.590Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18812026-08-07T21:26:23.590Z++ (( i++ ))
18822026-08-07T21:26:23.590Z++ (( i < 5 ))
18832026-08-07T21:26:23.590Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18842026-08-07T21:26:23.590Z++ (( i++ ))
18852026-08-07T21:26:23.590Z++ (( i < 5 ))
18862026-08-07T21:26:23.590Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18872026-08-07T21:26:23.596Z++ (( i++ ))
18882026-08-07T21:26:23.596Z++ (( i < 5 ))
18892026-08-07T21:26:23.596Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18902026-08-07T21:26:23.596Z++ (( i++ ))
18912026-08-07T21:26:23.596Z++ (( i < 5 ))
18922026-08-07T21:26:23.596Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18932026-08-07T21:26:23.597Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18942026-08-07T21:26:23.597Z+ rc=0
18952026-08-07T21:26:23.597Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18962026-08-07T21:26:30.176Z+ case $rc in
18972026-08-07T21:26:30.176Z+ pfexec zfs create -p rpool/images/build/host
18982026-08-07T21:26:30.360Z+ pfexec zfs create -p rpool/images/build/recovery
18992026-08-07T21:26:30.435Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19002026-08-07T21:26:30.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19012026-08-07T21:26:30.908Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19022026-08-07T21:26:31.770Z Compiling proc-macro2 v1.0.106
19032026-08-07T21:26:31.770Z Compiling quote v1.0.45
19042026-08-07T21:26:31.793Z Compiling unicode-ident v1.0.24
19052026-08-07T21:26:31.793Z Compiling libc v0.2.185
19062026-08-07T21:26:31.793Z Compiling serde_core v1.0.228
19072026-08-07T21:26:31.793Z Compiling serde v1.0.228
19082026-08-07T21:26:31.794Z Compiling cfg-if v1.0.4
19092026-08-07T21:26:31.794Z Compiling version_check v0.9.5
19102026-08-07T21:26:31.794Z Compiling find-msvc-tools v0.1.9
19112026-08-07T21:26:31.899Z Compiling shlex v1.3.0
19122026-08-07T21:26:31.916Z Compiling autocfg v1.5.0
19132026-08-07T21:26:31.927Z Compiling zerocopy v0.8.40
19142026-08-07T21:26:31.932Z Compiling portable-atomic v1.13.1
19152026-08-07T21:26:31.938Z Compiling zmij v1.0.21
19162026-08-07T21:26:31.938Z Compiling serde_json v1.0.151
19172026-08-07T21:26:31.999Z Compiling memchr v2.8.0
19182026-08-07T21:26:32.260Z Compiling libm v0.2.16
19192026-08-07T21:26:32.276Z Compiling getrandom v0.4.1
19202026-08-07T21:26:32.287Z Compiling parking_lot_core v0.9.12
19212026-08-07T21:26:32.385Z Compiling icu_properties_data v2.1.2
19222026-08-07T21:26:32.448Z Compiling icu_normalizer_data v2.1.1
19232026-08-07T21:26:32.459Z Compiling generic-array v0.14.7
19242026-08-07T21:26:32.487Z Compiling num-traits v0.2.19
19252026-08-07T21:26:32.505Z Compiling smallvec v1.15.1
19262026-08-07T21:26:32.513Z Compiling pkg-config v0.3.32
19272026-08-07T21:26:32.536Z Compiling itoa v1.0.17
19282026-08-07T21:26:32.547Z Compiling log v0.4.29
19292026-08-07T21:26:32.618Z Compiling getrandom v0.3.4
19302026-08-07T21:26:32.662Z Compiling subtle v2.6.1
19312026-08-07T21:26:32.680Z Compiling rustix v1.1.3
19322026-08-07T21:26:32.777Z Compiling scopeguard v1.2.0
19332026-08-07T21:26:32.792Z Compiling heck v0.5.0
19342026-08-07T21:26:32.807Z Compiling stable_deref_trait v1.2.1
19352026-08-07T21:26:32.903Z Compiling jobserver v0.1.34
19362026-08-07T21:26:32.923Z Compiling errno v0.3.14
19372026-08-07T21:26:32.923Z Compiling lock_api v0.4.14
19382026-08-07T21:26:33.023Z Compiling typenum v1.20.1
19392026-08-07T21:26:33.037Z Compiling critical-section v1.2.0
19402026-08-07T21:26:33.085Z Compiling thiserror v2.0.18
19412026-08-07T21:26:33.132Z Compiling cc v1.2.56
19422026-08-07T21:26:33.144Z Compiling rand_core v0.10.0
19432026-08-07T21:26:33.145Z Compiling fs_extra v1.3.0
19442026-08-07T21:26:33.201Z Compiling syn v2.0.117
19452026-08-07T21:26:33.227Z Compiling dunce v1.0.5
19462026-08-07T21:26:33.342Z Compiling pin-project-lite v0.2.17
19472026-08-07T21:26:33.453Z Compiling litemap v0.8.1
19482026-08-07T21:26:33.468Z Compiling once_cell v1.21.3
19492026-08-07T21:26:33.475Z Compiling writeable v0.6.2
19502026-08-07T21:26:33.475Z Compiling percent-encoding v2.3.2
19512026-08-07T21:26:33.485Z Compiling rustversion v1.0.22
19522026-08-07T21:26:33.534Z Compiling schemars v0.8.22
19532026-08-07T21:26:33.568Z Compiling getrandom v0.2.17
19542026-08-07T21:26:33.750Z Compiling futures-core v0.3.32
19552026-08-07T21:26:33.751Z Compiling aws-lc-rs v1.16.3
19562026-08-07T21:26:33.808Z Compiling rand_core v0.6.4
19572026-08-07T21:26:33.863Z Compiling cmake v0.1.57
19582026-08-07T21:26:33.909Z Compiling signal-hook-registry v1.4.8
19592026-08-07T21:26:33.991Z Compiling crc32fast v1.5.0
19602026-08-07T21:26:34.070Z Compiling semver v1.0.28
19612026-08-07T21:26:34.103Z Compiling bitflags v2.11.0
19622026-08-07T21:26:34.198Z Compiling equivalent v1.0.2
19632026-08-07T21:26:34.325Z Compiling parking_lot v0.12.5
19642026-08-07T21:26:34.343Z Compiling mio v1.2.0
19652026-08-07T21:26:34.374Z Compiling utf8_iter v1.0.4
19662026-08-07T21:26:34.378Z Compiling const-oid v0.9.6
19672026-08-07T21:26:34.407Z Compiling httparse v1.10.1
19682026-08-07T21:26:34.442Z Compiling aws-lc-sys v0.40.0
19692026-08-07T21:26:34.535Z Compiling form_urlencoded v1.2.2
19702026-08-07T21:26:34.560Z Compiling socket2 v0.6.3
19712026-08-07T21:26:34.736Z Compiling byteorder v1.5.0
19722026-08-07T21:26:34.975Z Compiling syn v1.0.109
19732026-08-07T21:26:34.990Z Compiling vcpkg v0.2.15
19742026-08-07T21:26:35.040Z Compiling strsim v0.11.1
19752026-08-07T21:26:35.127Z Compiling hashbrown v0.17.0
19762026-08-07T21:26:35.156Z Compiling fnv v1.0.7
19772026-08-07T21:26:35.337Z Compiling rustls v0.23.41
19782026-08-07T21:26:35.371Z Compiling futures-sink v0.3.32
19792026-08-07T21:26:35.497Z Compiling futures-channel v0.3.32
19802026-08-07T21:26:35.530Z Compiling slab v0.4.12
19812026-08-07T21:26:35.534Z Compiling futures-io v0.3.32
19822026-08-07T21:26:35.549Z Compiling futures-task v0.3.32
19832026-08-07T21:26:35.581Z Compiling radium v0.7.0
19842026-08-07T21:26:35.612Z Compiling openssl-sys v0.9.117
19852026-08-07T21:26:35.774Z Compiling thiserror v1.0.69
19862026-08-07T21:26:35.789Z Compiling indexmap v2.14.0
19872026-08-07T21:26:35.852Z Compiling maybe-uninit v2.0.0
19882026-08-07T21:26:35.875Z Compiling iana-time-zone v0.1.65
19892026-08-07T21:26:35.927Z Compiling base64 v0.22.1
19902026-08-07T21:26:35.960Z Compiling rustc_version v0.4.1
19912026-08-07T21:26:36.018Z Compiling synstructure v0.13.2
19922026-08-07T21:26:36.085Z Compiling serde_derive_internals v0.29.1
19932026-08-07T21:26:36.139Z Compiling ucd-trie v0.1.7
19942026-08-07T21:26:36.354Z Compiling pest v2.8.6
19952026-08-07T21:26:36.354Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-08-07T21:26:36.392Z Compiling ahash v0.8.12
19972026-08-07T21:26:36.407Z Compiling packed_struct v0.10.1
19982026-08-07T21:26:36.425Z Compiling num-bigint-dig v0.8.6
19992026-08-07T21:26:36.448Z Compiling time-core v0.1.8
20002026-08-07T21:26:36.473Z Compiling ident_case v1.0.1
20012026-08-07T21:26:36.517Z Compiling num-conv v0.2.0
20022026-08-07T21:26:36.543Z Compiling uuid v1.23.4
20032026-08-07T21:26:36.645Z Compiling paste v1.0.15
20042026-08-07T21:26:36.687Z Compiling regex-syntax v0.8.10
20052026-08-07T21:26:36.690Z Compiling fastrand v2.3.0
20062026-08-07T21:26:36.737Z Compiling openssl v0.10.80
20072026-08-07T21:26:36.741Z Compiling time-macros v0.2.27
20082026-08-07T21:26:36.869Z Compiling indexmap v1.9.3
20092026-08-07T21:26:37.006Z Compiling base64ct v1.8.3
20102026-08-07T21:26:37.021Z Compiling dyn-clone v1.0.20
20112026-08-07T21:26:37.067Z Compiling rand_core v0.9.5
20122026-08-07T21:26:37.188Z Compiling slog v2.8.2
20132026-08-07T21:26:37.208Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20142026-08-07T21:26:37.239Z Compiling pem-rfc7468 v0.7.0
20152026-08-07T21:26:37.269Z Compiling serde_derive v1.0.228
20162026-08-07T21:26:37.309Z Compiling zeroize_derive v1.5.0
20172026-08-07T21:26:37.397Z Compiling zerofrom-derive v0.1.6
20182026-08-07T21:26:37.428Z Compiling zerocopy-derive v0.8.40
20192026-08-07T21:26:37.444Z Compiling yoke-derive v0.8.1
20202026-08-07T21:26:38.532Z Compiling zerovec-derive v0.11.2
20212026-08-07T21:26:38.540Z Compiling displaydoc v0.2.5
20222026-08-07T21:26:38.540Z Compiling tokio-macros v2.7.0
20232026-08-07T21:26:38.540Z Compiling futures-macro v0.3.32
20242026-08-07T21:26:38.540Z Compiling thiserror-impl v2.0.18
20252026-08-07T21:26:38.541Z Compiling der_derive v0.7.3
20262026-08-07T21:26:38.541Z Compiling zeroize v1.9.0
20272026-08-07T21:26:38.541Z Compiling schemars_derive v0.8.22
20282026-08-07T21:26:38.541Z Compiling tracing-attributes v0.1.31
20292026-08-07T21:26:38.541Z Compiling thiserror-impl v1.0.69
20302026-08-07T21:26:38.541Z Compiling futures-util v0.3.32
20312026-08-07T21:26:38.541Z Compiling zerofrom v0.1.6
20322026-08-07T21:26:38.692Z Compiling yoke v0.8.1
20332026-08-07T21:26:38.799Z Compiling crypto-common v0.1.7
20342026-08-07T21:26:38.886Z Compiling block-buffer v0.10.4
20352026-08-07T21:26:38.893Z Compiling zerovec v0.11.5
20362026-08-07T21:26:38.896Z Compiling zerotrie v0.2.3
20372026-08-07T21:26:39.120Z Compiling digest v0.10.7
20382026-08-07T21:26:39.256Z Compiling pest_meta v2.8.6
20392026-08-07T21:26:39.371Z Compiling tinystr v0.8.2
20402026-08-07T21:26:39.384Z Compiling potential_utf v0.1.4
20412026-08-07T21:26:39.409Z Compiling clap_derive v4.6.1
20422026-08-07T21:26:39.479Z Compiling packed_struct_codegen v0.10.1
20432026-08-07T21:26:39.520Z Compiling icu_collections v2.1.1
20442026-08-07T21:26:39.564Z Compiling icu_locale_core v2.1.1
20452026-08-07T21:26:39.594Z Compiling zerocopy-derive v0.6.6
20462026-08-07T21:26:39.695Z Compiling bitfield-macros v0.19.4
20472026-08-07T21:26:40.374Z Compiling icu_provider v2.1.1
20482026-08-07T21:26:40.499Z Compiling pest_generator v2.8.6
20492026-08-07T21:26:40.523Z Compiling bytes v1.11.1
20502026-08-07T21:26:40.583Z Compiling chrono v0.4.45
20512026-08-07T21:26:40.598Z Compiling scroll_derive v0.13.1
20522026-08-07T21:26:40.635Z Compiling openssl-macros v0.1.1
20532026-08-07T21:26:40.726Z Compiling icu_normalizer v2.1.1
20542026-08-07T21:26:40.878Z Compiling icu_properties v2.1.2
20552026-08-07T21:26:41.106Z Compiling tokio v1.52.1
20562026-08-07T21:26:41.185Z Compiling pest_derive v2.8.6
20572026-08-07T21:26:41.189Z Compiling crossbeam-utils v0.8.21
20582026-08-07T21:26:41.390Z Compiling flagset v0.4.7
20592026-08-07T21:26:41.492Z Compiling native-tls v0.2.18
20602026-08-07T21:26:41.541Z Compiling camino v1.2.2
20612026-08-07T21:26:41.722Z Compiling der v0.7.10
20622026-08-07T21:26:41.801Z Compiling idna_adapter v1.2.1
20632026-08-07T21:26:41.851Z Compiling ppv-lite86 v0.2.21
20642026-08-07T21:26:41.915Z Compiling idna v1.1.0
20652026-08-07T21:26:41.990Z Compiling http v1.4.2
20662026-08-07T21:26:42.213Z Compiling rustls-pki-types v1.14.0
20672026-08-07T21:26:42.289Z Compiling url v2.5.8
20682026-08-07T21:26:42.310Z Compiling daft-derive v0.1.7
20692026-08-07T21:26:42.325Z Compiling structmeta-derive v0.3.0
20702026-08-07T21:26:42.383Z Compiling tempfile v3.25.0
20712026-08-07T21:26:43.200Z Compiling spki v0.7.3
20722026-08-07T21:26:43.203Z Compiling rand_chacha v0.9.0
20732026-08-07T21:26:43.311Z Compiling structmeta v0.3.0
20742026-08-07T21:26:43.361Z Compiling hex v0.4.3
20752026-08-07T21:26:43.394Z Compiling async-trait v0.1.89
20762026-08-07T21:26:43.594Z Compiling cookie v0.18.1
20772026-08-07T21:26:43.614Z Compiling plain v0.2.3
20782026-08-07T21:26:43.707Z Compiling utf8parse v0.2.2
20792026-08-07T21:26:43.830Z Compiling rand v0.9.2
20802026-08-07T21:26:43.865Z Compiling tracing-core v0.1.36
20812026-08-07T21:26:43.999Z Compiling spin v0.9.8
20822026-08-07T21:26:44.074Z Compiling aho-corasick v1.1.4
20832026-08-07T21:26:44.090Z Compiling anstyle v1.0.14
20842026-08-07T21:26:44.292Z Compiling cpufeatures v0.2.17
20852026-08-07T21:26:44.324Z Compiling simd-adler32 v0.3.8
20862026-08-07T21:26:44.336Z Compiling untrusted v0.7.1
20872026-08-07T21:26:44.383Z Compiling tracing v0.1.44
20882026-08-07T21:26:44.485Z Compiling http-body v1.0.1
20892026-08-07T21:26:44.548Z Compiling pkcs8 v0.10.2
20902026-08-07T21:26:44.699Z Compiling pin-project-internal v1.1.11
20912026-08-07T21:26:44.830Z Compiling zstd-safe v7.2.4
20922026-08-07T21:26:44.858Z Compiling is_terminal_polyfill v1.70.2
20932026-08-07T21:26:44.911Z Compiling tokio-util v0.7.18
20942026-08-07T21:26:44.927Z Compiling regex-automata v0.4.14
20952026-08-07T21:26:44.977Z Compiling colorchoice v1.0.4
20962026-08-07T21:26:45.040Z Compiling usdt-impl v0.6.0
20972026-08-07T21:26:45.065Z Compiling atomic-waker v1.1.2
20982026-08-07T21:26:45.074Z Compiling untrusted v0.9.0
20992026-08-07T21:26:45.108Z Compiling pretty-hex v0.4.1
21002026-08-07T21:26:45.123Z Compiling openssl-probe v0.2.1
21012026-08-07T21:26:45.148Z Compiling anstyle-query v1.1.5
21022026-08-07T21:26:45.241Z Compiling adler2 v2.0.1
21032026-08-07T21:26:45.241Z Compiling cmov v0.5.4
21042026-08-07T21:26:45.272Z Compiling tinyvec_macros v0.1.1
21052026-08-07T21:26:45.354Z Compiling miniz_oxide v0.8.9
21062026-08-07T21:26:45.448Z Compiling tinyvec v1.10.0
21072026-08-07T21:26:45.564Z Compiling ctutils v0.4.2
21082026-08-07T21:26:45.768Z Compiling sha2 v0.10.9
21092026-08-07T21:26:45.873Z Compiling derive-ex v0.1.8
21102026-08-07T21:26:45.901Z Compiling scroll v0.13.0
21112026-08-07T21:26:45.946Z Compiling serde_tokenstream v0.2.3
21122026-08-07T21:26:45.998Z Compiling scroll_derive v0.12.1
21132026-08-07T21:26:46.141Z Compiling heapless v0.7.17
21142026-08-07T21:26:46.295Z Compiling litrs v1.0.0
21152026-08-07T21:26:46.306Z Compiling tower-layer v0.3.3
21162026-08-07T21:26:46.551Z Compiling try-lock v0.2.5
21172026-08-07T21:26:46.612Z Compiling signal-hook v0.3.18
21182026-08-07T21:26:46.659Z Compiling tower-service v0.3.3
21192026-08-07T21:26:46.734Z Compiling rustix v0.38.44
21202026-08-07T21:26:46.766Z Compiling zlib-rs v0.6.2
21212026-08-07T21:26:46.781Z Compiling anyhow v1.0.102
21222026-08-07T21:26:46.785Z Compiling document-features v0.2.12
21232026-08-07T21:26:46.814Z Compiling want v0.3.1
21242026-08-07T21:26:46.988Z Compiling h2 v0.4.15
21252026-08-07T21:26:47.123Z Compiling goblin v0.10.5
21262026-08-07T21:26:47.180Z Compiling hybrid-array v0.4.13
21272026-08-07T21:26:47.268Z Compiling anstyle-parse v1.0.0
21282026-08-07T21:26:47.347Z Compiling test-strategy v0.4.5
21292026-08-07T21:26:47.422Z Compiling ipnet v2.11.0
21302026-08-07T21:26:47.482Z Compiling strum_macros v0.26.4
21312026-08-07T21:26:47.561Z Compiling snafu-derive v0.8.9
21322026-08-07T21:26:47.577Z Compiling darling_core v0.23.0
21332026-08-07T21:26:47.927Z Compiling darling_core v0.20.11
21342026-08-07T21:26:48.019Z Compiling wait-timeout v0.2.1
21352026-08-07T21:26:48.046Z Compiling bit-vec v0.8.0
21362026-08-07T21:26:48.381Z Compiling httpdate v1.0.3
21372026-08-07T21:26:48.397Z Compiling powerfmt v0.2.0
21382026-08-07T21:26:48.612Z Compiling quick-error v1.2.3
21392026-08-07T21:26:48.673Z Compiling foreign-types-shared v0.1.1
21402026-08-07T21:26:48.736Z Compiling tap v1.0.1
21412026-08-07T21:26:48.752Z Compiling rusty-fork v0.3.1
21422026-08-07T21:26:48.771Z Compiling deranged v0.5.8
21432026-08-07T21:26:48.786Z Compiling foreign-types v0.3.2
21442026-08-07T21:26:48.864Z Compiling wyz v0.5.1
21452026-08-07T21:26:48.880Z Compiling bit-set v0.8.0
21462026-08-07T21:26:49.018Z Compiling flate2 v1.1.9
21472026-08-07T21:26:49.075Z Compiling anstream v1.0.0
21482026-08-07T21:26:49.213Z Compiling unicode-normalization v0.1.25
21492026-08-07T21:26:49.439Z Compiling rand_chacha v0.3.1
21502026-08-07T21:26:49.603Z Compiling dtrace-parser v0.3.0
21512026-08-07T21:26:49.647Z Compiling toml_datetime v0.6.11
21522026-08-07T21:26:49.694Z Compiling serde_spanned v0.6.9
21532026-08-07T21:26:49.735Z Compiling darling_macro v0.23.0
21542026-08-07T21:26:49.827Z Compiling dof v0.4.0
21552026-08-07T21:26:49.858Z Compiling darling_macro v0.20.11
21562026-08-07T21:26:49.907Z Compiling signature v2.2.0
21572026-08-07T21:26:49.923Z Compiling terminal_size v0.4.3
21582026-08-07T21:26:50.044Z Compiling hyper v1.10.1
21592026-08-07T21:26:50.072Z Compiling rand_xorshift v0.4.0
21602026-08-07T21:26:50.076Z Compiling zerocopy-derive v0.7.35
21612026-08-07T21:26:50.170Z Compiling curve25519-dalek v4.1.3
21622026-08-07T21:26:50.305Z Compiling num-integer v0.1.46
21632026-08-07T21:26:50.427Z Compiling thread-id v5.1.0
21642026-08-07T21:26:50.485Z Compiling memoffset v0.9.1
21652026-08-07T21:26:50.520Z Compiling clap_lex v1.0.0
21662026-08-07T21:26:50.697Z Compiling funty v2.0.0
21672026-08-07T21:26:50.800Z Compiling unarray v0.1.4
21682026-08-07T21:26:50.904Z Compiling num_threads v0.1.7
21692026-08-07T21:26:50.927Z Compiling ref-cast v1.0.25
21702026-08-07T21:26:50.978Z Compiling smoltcp v0.9.1
21712026-08-07T21:26:50.997Z Compiling time v0.3.47
21722026-08-07T21:26:51.030Z Compiling bitvec v1.0.1
21732026-08-07T21:26:51.231Z Compiling hyper-util v0.1.20
21742026-08-07T21:26:51.235Z Compiling clap_builder v4.6.0
21752026-08-07T21:26:51.291Z Compiling proptest v1.11.0
21762026-08-07T21:26:51.790Z Compiling num-iter v0.1.45
21772026-08-07T21:26:52.018Z Compiling darling v0.20.11
21782026-08-07T21:26:52.243Z Compiling darling v0.23.0
21792026-08-07T21:26:52.362Z Compiling rand v0.8.6
21802026-08-07T21:26:52.988Z Compiling lazy_static v1.5.0
21812026-08-07T21:26:53.119Z Compiling ipnetwork v0.21.1
21822026-08-07T21:26:53.297Z Compiling anstyle-parse v0.2.7
21832026-08-07T21:26:53.541Z Compiling erased-serde v0.3.31
21842026-08-07T21:26:53.816Z Compiling hmac v0.12.1
21852026-08-07T21:26:53.904Z Compiling async-recursion v1.1.1
21862026-08-07T21:26:54.207Z Compiling sync_wrapper v1.0.2
21872026-08-07T21:26:54.311Z Compiling cfg_aliases v0.2.1
21882026-08-07T21:26:54.498Z Compiling crc-catalog v2.4.0
21892026-08-07T21:26:54.553Z Compiling nodrop v0.1.14
21902026-08-07T21:26:54.710Z Compiling siphasher v1.0.2
21912026-08-07T21:26:54.765Z Compiling array-init v0.0.4
21922026-08-07T21:26:54.818Z Compiling crc v3.4.0
21932026-08-07T21:26:55.131Z Compiling nix v0.31.2
21942026-08-07T21:26:55.147Z Compiling tower v0.5.3
21952026-08-07T21:26:55.642Z Compiling newtype-uuid v1.3.2
21962026-08-07T21:26:55.656Z Compiling anstream v0.6.21
21972026-08-07T21:26:55.746Z Compiling oxnet v0.1.6
21982026-08-07T21:26:55.905Z Compiling clap v4.6.1
21992026-08-07T21:26:56.014Z Compiling serde_with_macros v3.21.0
22002026-08-07T21:26:56.059Z Compiling smallvec v0.6.14
22012026-08-07T21:26:56.231Z Compiling derive_builder_core v0.20.2
22022026-08-07T21:26:56.281Z Compiling regex v1.12.3
22032026-08-07T21:26:56.560Z Compiling http-body-util v0.1.3
22042026-08-07T21:26:56.564Z Compiling pkcs1 v0.7.5
22052026-08-07T21:26:56.945Z Compiling bitfield v0.19.4
22062026-08-07T21:26:56.949Z Compiling zerocopy v0.6.6
22072026-08-07T21:26:56.972Z Compiling hubpack_derive v0.1.1
22082026-08-07T21:26:56.979Z Compiling curve25519-dalek-derive v0.1.1
22092026-08-07T21:26:57.003Z Compiling strum_macros v0.27.2
22102026-08-07T21:26:57.060Z Compiling ref-cast-impl v1.0.25
22112026-08-07T21:26:57.257Z Compiling env_filter v1.0.0
22122026-08-07T21:26:57.300Z Compiling fs-err v3.3.0
22132026-08-07T21:26:57.327Z Compiling usdt-impl v0.5.0
22142026-08-07T21:26:57.368Z Compiling encoding_rs v0.8.35
22152026-08-07T21:26:57.437Z Compiling ryu v1.0.23
22162026-08-07T21:26:57.512Z Compiling iri-string v0.7.10
22172026-08-07T21:26:57.531Z Compiling unicode-bidi v0.3.18
22182026-08-07T21:26:57.576Z Compiling unicode-properties v0.1.4
22192026-08-07T21:26:57.627Z Compiling winnow v0.5.40
22202026-08-07T21:26:57.645Z Compiling object v0.37.3
22212026-08-07T21:26:57.723Z Compiling mime v0.3.17
22222026-08-07T21:26:57.801Z Compiling hashbrown v0.12.3
22232026-08-07T21:26:57.854Z Compiling base64 v0.21.7
22242026-08-07T21:26:58.160Z Compiling allocator-api2 v0.2.21
22252026-08-07T21:26:58.186Z Compiling serde_urlencoded v0.7.1
22262026-08-07T21:26:58.204Z Compiling ron v0.8.1
22272026-08-07T21:26:58.503Z Compiling stringprep v0.1.5
22282026-08-07T21:26:58.659Z Compiling tower-http v0.6.8
22292026-08-07T21:26:58.875Z Compiling env_logger v0.11.9
22302026-08-07T21:26:59.035Z Compiling toml_edit v0.19.15
22312026-08-07T21:26:59.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22322026-08-07T21:26:59.283Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-07T21:26:59.476Z Compiling derive_builder_macro v0.20.2
22342026-08-07T21:26:59.930Z Compiling rsa v0.9.10
22352026-08-07T21:27:00.193Z Compiling serde-hex v0.1.0
22362026-08-07T21:27:00.291Z Compiling daft v0.1.7
22372026-08-07T21:27:00.475Z Compiling hashbrown v0.13.2
22382026-08-07T21:27:00.556Z Compiling tokio-native-tls v0.3.1
22392026-08-07T21:27:00.600Z Compiling bzip2 v0.4.4
22402026-08-07T21:27:00.631Z Compiling usdt-macro v0.6.0
22412026-08-07T21:27:00.668Z Compiling usdt-attr-macro v0.6.0
22422026-08-07T21:27:00.747Z Compiling block-buffer v0.12.1
22432026-08-07T21:27:00.783Z Compiling crypto-common v0.2.2
22442026-08-07T21:27:00.821Z Compiling block-padding v0.4.2
22452026-08-07T21:27:01.004Z Compiling bstr v1.12.1
22462026-08-07T21:27:01.230Z Compiling scroll v0.12.0
22472026-08-07T21:27:01.373Z Compiling rustls-native-certs v0.8.3
22482026-08-07T21:27:01.457Z Compiling x509-cert v0.2.5
22492026-08-07T21:27:01.602Z Compiling md-5 v0.10.6
22502026-08-07T21:27:01.646Z Compiling hash32 v0.2.1
22512026-08-07T21:27:01.667Z Compiling vergen-lib v9.1.0
22522026-08-07T21:27:01.892Z Compiling fallible-iterator v0.2.0
22532026-08-07T21:27:01.982Z Compiling crc-any v2.5.0
22542026-08-07T21:27:02.220Z Compiling psl-types v2.0.11
22552026-08-07T21:27:02.323Z Compiling publicsuffix v2.3.0
22562026-08-07T21:27:02.356Z Compiling postgres-protocol v0.6.10
22572026-08-07T21:27:02.564Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22582026-08-07T21:27:03.368Z Compiling goblin v0.8.2
22592026-08-07T21:27:03.497Z Compiling toml v0.7.8
22602026-08-07T21:27:03.514Z Compiling inout v0.2.2
22612026-08-07T21:27:03.532Z Compiling object v0.30.4
22622026-08-07T21:27:03.700Z Compiling zip v0.6.6
22632026-08-07T21:27:03.749Z Compiling hyper-tls v0.6.0
22642026-08-07T21:27:04.270Z Compiling derive_builder v0.20.2
22652026-08-07T21:27:04.373Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662026-08-07T21:27:04.417Z Compiling phf_shared v0.13.1
22672026-08-07T21:27:04.699Z Compiling zerocopy v0.7.35
22682026-08-07T21:27:04.824Z Compiling pin-project v1.1.11
22692026-08-07T21:27:04.879Z Compiling futures-executor v0.3.32
22702026-08-07T21:27:04.950Z Compiling enum-as-inner v0.6.1
22712026-08-07T21:27:04.966Z Compiling serde_repr v0.1.20
22722026-08-07T21:27:05.105Z Compiling vergen v9.1.0
22732026-08-07T21:27:05.128Z Compiling ff v0.13.1
22742026-08-07T21:27:05.271Z Compiling cargo-platform v0.3.2
22752026-08-07T21:27:05.312Z Compiling foldhash v0.2.0
22762026-08-07T21:27:05.450Z Compiling managed v0.8.0
22772026-08-07T21:27:05.476Z Compiling bitflags v1.3.2
22782026-08-07T21:27:05.494Z Compiling either v1.15.0
22792026-08-07T21:27:05.512Z Compiling libbz2-rs-sys v0.2.2
22802026-08-07T21:27:05.535Z Compiling jiff-core v0.1.0
22812026-08-07T21:27:05.566Z Compiling same-file v1.0.6
22822026-08-07T21:27:05.670Z Compiling base16ct v0.2.0
22832026-08-07T21:27:05.736Z Compiling bumpalo v3.20.2
22842026-08-07T21:27:05.753Z Compiling path-slash v0.1.5
22852026-08-07T21:27:05.756Z Compiling unicode-segmentation v1.12.0
22862026-08-07T21:27:05.851Z Compiling foldhash v0.1.5
22872026-08-07T21:27:05.866Z Compiling cpufeatures v0.3.0
22882026-08-07T21:27:05.962Z Compiling zopfli v0.8.3
22892026-08-07T21:27:06.009Z Compiling hashbrown v0.15.5
22902026-08-07T21:27:06.052Z Compiling bzip2 v0.6.1
22912026-08-07T21:27:06.101Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22922026-08-07T21:27:06.101Z Compiling sec1 v0.7.3
22932026-08-07T21:27:06.170Z Compiling walkdir v2.5.0
22942026-08-07T21:27:06.293Z Compiling jiff v0.2.34
22952026-08-07T21:27:06.408Z Compiling dof v0.3.0
22962026-08-07T21:27:06.459Z Compiling cargo_metadata v0.23.1
22972026-08-07T21:27:06.474Z Compiling hashbrown v0.16.1
22982026-08-07T21:27:06.544Z Compiling group v0.13.0
22992026-08-07T21:27:06.567Z Compiling futures v0.3.32
23002026-08-07T21:27:06.665Z Compiling snafu v0.8.9
23012026-08-07T21:27:07.173Z Compiling phf v0.13.1
23022026-08-07T21:27:07.350Z Compiling zstd v0.13.3
23032026-08-07T21:27:07.621Z Compiling reqwest v0.12.28
23042026-08-07T21:27:07.698Z Compiling cipher v0.5.2
23052026-08-07T21:27:07.785Z Compiling signal-hook-mio v0.2.5
23062026-08-07T21:27:07.817Z Compiling cookie_store v0.22.1
23072026-08-07T21:27:07.983Z Compiling postgres-types v0.2.12
23082026-08-07T21:27:08.016Z Compiling globset v0.4.18
23092026-08-07T21:27:08.054Z Compiling strum v0.27.2
23102026-08-07T21:27:08.398Z Compiling hubpack v0.1.2
23112026-08-07T21:27:08.436Z Compiling phf_shared v0.11.3
23122026-08-07T21:27:08.515Z Compiling hkdf v0.12.4
23132026-08-07T21:27:08.537Z Compiling dtrace-parser v0.2.0
23142026-08-07T21:27:08.551Z Compiling byte-wrapper v0.1.0
23152026-08-07T21:27:08.592Z Compiling ed25519 v2.2.3
23162026-08-07T21:27:08.626Z Compiling olpc-cjson v0.1.4
23172026-08-07T21:27:08.735Z Compiling pem v3.0.6
23182026-08-07T21:27:08.805Z Compiling serde-big-array v0.5.1
23192026-08-07T21:27:08.863Z Compiling serde_plain v1.0.2
23202026-08-07T21:27:08.993Z Compiling crypto-bigint v0.5.5
23212026-08-07T21:27:09.112Z Compiling float-cmp v0.10.0
23222026-08-07T21:27:09.143Z Compiling thread-id v4.2.2
23232026-08-07T21:27:09.244Z Compiling memmap2 v0.9.10
23242026-08-07T21:27:09.362Z Compiling const-oid v0.10.2
23252026-08-07T21:27:09.466Z Compiling toml_write v0.1.2
23262026-08-07T21:27:09.483Z Compiling static_assertions v1.1.0
23272026-08-07T21:27:09.499Z Compiling data-encoding v2.10.0
23282026-08-07T21:27:09.573Z Compiling fixedbitset v0.5.7
23292026-08-07T21:27:09.588Z Compiling typed-path v0.9.3
23302026-08-07T21:27:09.605Z Compiling winnow v1.0.3
23312026-08-07T21:27:09.858Z Compiling new_debug_unreachable v1.0.6
23322026-08-07T21:27:09.897Z Compiling difflib v0.4.0
23332026-08-07T21:27:09.947Z Compiling whoami v2.1.0
23342026-08-07T21:27:09.963Z Compiling fixedbitset v0.4.2
23352026-08-07T21:27:09.980Z Compiling precomputed-hash v0.1.1
23362026-08-07T21:27:10.010Z Compiling normalize-line-endings v0.3.0
23372026-08-07T21:27:10.067Z Compiling winnow v0.7.14
23382026-08-07T21:27:10.082Z Compiling predicates-core v1.0.10
23392026-08-07T21:27:10.120Z Compiling keccak v0.1.6
23402026-08-07T21:27:10.180Z Compiling tokio-postgres v0.7.16
23412026-08-07T21:27:10.217Z Compiling predicates v3.1.4
23422026-08-07T21:27:10.266Z Compiling sha3 v0.10.8
23432026-08-07T21:27:10.283Z Compiling petgraph v0.6.5
23442026-08-07T21:27:10.331Z Compiling string_cache v0.8.9
23452026-08-07T21:27:10.347Z Compiling chacha20 v0.10.0
23462026-08-07T21:27:10.553Z Compiling toml_parser v1.1.2+spec-1.1.0
23472026-08-07T21:27:10.599Z Compiling elliptic-curve v0.13.8
23482026-08-07T21:27:10.641Z Compiling digest v0.11.3
23492026-08-07T21:27:10.665Z Compiling hickory-proto v0.25.2
23502026-08-07T21:27:10.751Z Compiling petgraph v0.8.3
23512026-08-07T21:27:10.890Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23522026-08-07T21:27:11.404Z Compiling usdt v0.6.0
23532026-08-07T21:27:11.597Z Compiling toml_edit v0.22.27
23542026-08-07T21:27:11.802Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23552026-08-07T21:27:11.839Z Compiling ed25519-dalek v2.2.0
23562026-08-07T21:27:12.192Z Compiling zip v4.6.1
23572026-08-07T21:27:12.555Z Compiling crossterm v0.28.1
23582026-08-07T21:27:13.063Z Compiling iddqd v0.4.2
23592026-08-07T21:27:13.080Z Compiling crossbeam-epoch v0.9.18
23602026-08-07T21:27:13.102Z Compiling similar v2.7.0
23612026-08-07T21:27:13.277Z Compiling heck v0.4.1
23622026-08-07T21:27:13.380Z Compiling itertools v0.15.0
23632026-08-07T21:27:13.396Z Compiling itertools v0.13.0
23642026-08-07T21:27:13.413Z Compiling serde_with v3.21.0
23652026-08-07T21:27:13.499Z Compiling strum v0.26.3
23662026-08-07T21:27:13.694Z Compiling tokio-stream v0.1.18
23672026-08-07T21:27:13.711Z Compiling buf-list v1.1.2
23682026-08-07T21:27:13.764Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23692026-08-07T21:27:13.838Z Compiling openapiv3 v2.2.0
23702026-08-07T21:27:13.928Z Compiling lalrpop-util v0.19.12
23712026-08-07T21:27:14.104Z Compiling peg-runtime v0.8.5
23722026-08-07T21:27:20.212Z Compiling filetime v0.2.27
23732026-08-07T21:27:20.382Z Compiling xattr v1.6.1
23742026-08-07T21:27:20.600Z Compiling tar v0.4.46
23752026-08-07T21:27:28.624Z Compiling rustls-webpki v0.103.13
23762026-08-07T21:27:28.774Z Compiling multer v3.1.0
23772026-08-07T21:27:28.805Z Compiling thread_local v1.1.9
23782026-08-07T21:27:28.983Z Compiling slog-async v2.8.0
23792026-08-07T21:27:29.409Z Compiling rayon-core v1.13.0
23802026-08-07T21:27:29.430Z Compiling compression-core v0.4.31
23812026-08-07T21:27:29.504Z Compiling match_cfg v0.1.0
23822026-08-07T21:27:29.578Z Compiling compression-codecs v0.4.37
23832026-08-07T21:27:29.596Z Compiling hostname v0.3.1
23842026-08-07T21:27:29.691Z Compiling atomicwrites v0.4.4
23852026-08-07T21:27:29.706Z Compiling camino-tempfile v1.4.1
23862026-08-07T21:27:29.772Z Compiling crossbeam-channel v0.5.15
23872026-08-07T21:27:29.834Z Compiling slog-json v2.6.1
23882026-08-07T21:27:29.945Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23892026-08-07T21:27:29.981Z Compiling half v2.7.1
23902026-08-07T21:27:29.997Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-07T21:27:30.110Z Compiling async-stream-impl v0.3.6
23922026-08-07T21:27:30.124Z Compiling serde_path_to_error v0.1.20
23932026-08-07T21:27:30.197Z Compiling toml_datetime v1.1.1+spec-1.1.0
23942026-08-07T21:27:30.339Z Compiling serde_spanned v1.1.1
23952026-08-07T21:27:30.393Z Compiling is-terminal v0.4.17
23962026-08-07T21:27:30.411Z Compiling fs-err v2.11.0
23972026-08-07T21:27:30.472Z Compiling dropshot v0.17.1
23982026-08-07T21:27:30.516Z Compiling ciborium-io v0.2.2
23992026-08-07T21:27:30.534Z Compiling debug-ignore v1.0.5
24002026-08-07T21:27:30.596Z Compiling take_mut v0.2.2
24012026-08-07T21:27:30.612Z Compiling term v1.2.1
24022026-08-07T21:27:30.634Z Compiling toml_writer v1.1.1+spec-1.1.0
24032026-08-07T21:27:30.666Z Compiling ciborium-ll v0.2.2
24042026-08-07T21:27:30.682Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-08-07T21:27:30.700Z Compiling async-stream v0.3.6
24062026-08-07T21:27:30.769Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24072026-08-07T21:27:30.785Z Compiling slog-bunyan v2.5.0
24082026-08-07T21:27:30.861Z Compiling toml v1.1.2+spec-1.1.0
24092026-08-07T21:27:30.878Z Compiling async-compression v0.4.41
24102026-08-07T21:27:30.922Z Compiling crossbeam-deque v0.8.6
24112026-08-07T21:27:30.952Z Compiling slog-term v2.9.2
24122026-08-07T21:27:30.988Z Compiling sha1 v0.11.0
24132026-08-07T21:27:31.179Z Compiling parse-display-derive v0.10.0
24142026-08-07T21:27:31.359Z Compiling newtype-uuid-macros v0.1.0
24152026-08-07T21:27:31.449Z Compiling dropshot_endpoint v0.17.1
24162026-08-07T21:27:31.548Z Compiling waitgroup v0.1.2
24172026-08-07T21:27:31.747Z Compiling rustls-pemfile v2.2.0
24182026-08-07T21:27:31.923Z Compiling backon v1.6.0
24192026-08-07T21:27:32.048Z Compiling tokio-rustls v0.26.4
24202026-08-07T21:27:32.051Z Compiling rustls-platform-verifier v0.6.2
24212026-08-07T21:27:32.083Z Compiling tough v0.22.0
24222026-08-07T21:27:32.144Z Compiling blake3 v1.8.5
24232026-08-07T21:27:32.179Z Compiling hostname v0.4.2
24242026-08-07T21:27:32.194Z Compiling instant v0.1.13
24252026-08-07T21:27:32.281Z Compiling hyper-rustls v0.27.7
24262026-08-07T21:27:32.355Z Compiling backoff v0.4.0
24272026-08-07T21:27:32.371Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24282026-08-07T21:27:32.396Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-07T21:27:32.518Z Compiling reqwest v0.13.2
24302026-08-07T21:27:32.602Z Compiling ciborium v0.2.2
24312026-08-07T21:27:32.637Z Compiling parse-display v0.10.0
24322026-08-07T21:27:33.026Z Compiling toml v0.8.23
24332026-08-07T21:27:33.084Z Compiling regress v0.10.5
24342026-08-07T21:27:33.101Z Compiling itertools v0.14.0
24352026-08-07T21:27:33.448Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-07T21:27:33.489Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-08-07T21:27:33.525Z Compiling macaddr v1.0.1
24382026-08-07T21:27:33.731Z Compiling humantime v2.3.0
24392026-08-07T21:27:33.817Z Compiling arrayvec v0.7.6
24402026-08-07T21:27:33.989Z Compiling arrayref v0.3.9
24412026-08-07T21:27:34.079Z Compiling indent_write v2.2.0
24422026-08-07T21:27:34.097Z Compiling constant_time_eq v0.4.2
24432026-08-07T21:27:34.132Z Compiling parse-size v1.1.0
24442026-08-07T21:27:34.277Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24452026-08-07T21:27:34.308Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24462026-08-07T21:27:34.335Z Compiling sha2 v0.11.0
24472026-08-07T21:27:34.426Z Compiling digest-io v0.1.0
24482026-08-07T21:27:34.574Z Compiling topological-sort v0.2.2
24492026-08-07T21:27:34.653Z Compiling rawzip v0.4.4
24502026-08-07T21:27:34.661Z Compiling display-error-chain v0.2.2
24512026-08-07T21:27:34.762Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24522026-08-07T21:27:34.821Z Compiling shell-words v1.1.1
24532026-08-07T21:27:35.772Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542026-08-07T21:27:36.082Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24552026-08-07T21:27:42.066Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24562026-08-07T21:27:44.167Z Compiling progenitor-client v0.14.0
24572026-08-07T21:27:44.167Z Compiling omicron-zone-package v0.12.3
24582026-08-07T21:27:44.396Z Compiling progenitor-extras v0.2.0
24592026-08-07T21:27:44.607Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-08-07T21:27:44.743Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-08-07T21:27:44.832Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24622026-08-07T21:27:44.901Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24632026-08-07T21:27:46.384Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24642026-08-07T21:27:50.246Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24652026-08-07T21:27:53.099Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24662026-08-07T21:28:06.672Z Finished `release` profile [optimized] target(s) in 1m 35s
24672026-08-07T21:28:06.814Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24682026-08-07T21:28:06.871ZAug 07 21:28:05.432 DEBG changing working directory to /work/oxidecomputer/omicron
24692026-08-07T21:28:06.966ZAug 07 21:28:05.527 DEBG running: git rev-parse HEAD
24702026-08-07T21:28:06.970ZAug 07 21:28:05.529 DEBG process exited with exit status: 0 (2.287641ms)
24712026-08-07T21:28:06.970ZAug 07 21:28:05.529 INFO version: 22.0.0-0.ci+git661d513a778
24722026-08-07T21:28:06.976ZAug 07 21:28:05.537 INFO cloning helios to /work/oxidecomputer/helios
24732026-08-07T21:28:06.976ZAug 07 21:28:05.537 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24742026-08-07T21:28:06.979ZCloning into '/work/oxidecomputer/helios'...
24752026-08-07T21:28:07.630ZAug 07 21:28:06.191 DEBG process exited with exit status: 0 (654.100799ms)
24762026-08-07T21:28:07.630ZAug 07 21:28:06.191 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24772026-08-07T21:28:07.633ZAug 07 21:28:06.194 DEBG process exited with exit status: 0 (2.369301ms)
24782026-08-07T21:28:07.633ZAug 07 21:28:06.194 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24792026-08-07T21:28:07.975ZAug 07 21:28:06.536 DEBG process exited with exit status: 0 (342.610116ms)
24802026-08-07T21:28:07.975ZAug 07 21:28:06.536 DEBG running: zfs list rpool/images/build/host
24812026-08-07T21:28:07.978ZNAME USED AVAIL REFER MOUNTPOINT
24822026-08-07T21:28:07.978Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24832026-08-07T21:28:07.982ZAug 07 21:28:06.541 DEBG process exited with exit status: 0 (4.247771ms)
24842026-08-07T21:28:07.982ZAug 07 21:28:06.541 DEBG running: zfs list rpool/images/build/recovery
24852026-08-07T21:28:07.985ZNAME USED AVAIL REFER MOUNTPOINT
24862026-08-07T21:28:07.985Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24872026-08-07T21:28:07.985ZAug 07 21:28:06.544 DEBG process exited with exit status: 0 (3.431762ms)
24882026-08-07T21:28:07.985ZAug 07 21:28:06.544 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24892026-08-07T21:28:07.995ZAug 07 21:28:06.557 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026073100.0.0; the console needs a client regen and tools/console_version needs a bump
24902026-08-07T21:28:07.999ZAug 07 21:28:06.558 INFO [hubris-staging] running task
24912026-08-07T21:28:07.999ZAug 07 21:28:06.558 INFO [hubris-production] running task
24922026-08-07T21:28:07.999ZAug 07 21:28:06.558 INFO [incorp-manifest] running task
24932026-08-07T21:28:07.999ZAug 07 21:28:06.558 INFO [incorp-create] running: pkgrepo create /work/incorporation
24942026-08-07T21:28:07.999ZAug 07 21:28:06.558 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24952026-08-07T21:28:07.999ZAug 07 21:28:06.559 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24962026-08-07T21:28:07.999ZAug 07 21:28:06.560 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
24972026-08-07T21:28:08.025Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24982026-08-07T21:28:08.104Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-08-07T21:28:08.227ZAug 07 21:28:06.788 INFO [incorp-create] process exited with exit status: 0 (230.537304ms)
25002026-08-07T21:28:08.231ZAug 07 21:28:06.788 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25012026-08-07T21:28:08.445ZAug 07 21:28:07.007 INFO [incorp-publisher] process exited with exit status: 0 (218.15982ms)
25022026-08-07T21:28:09.089Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-08-07T21:28:09.092ZAug 07 21:28:07.651 INFO [hubris-production] task succeeded (1.09303282s)
25042026-08-07T21:28:09.409ZAug 07 21:28:07.970 DEBG process exited with exit status: 0 (1.412433806s)
25052026-08-07T21:28:09.409ZAug 07 21:28:07.970 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25062026-08-07T21:28:10.255Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25072026-08-07T21:28:10.255Z[ omicron-package] Compiling secrecy v0.10.3
25082026-08-07T21:28:10.259Z[ omicron-package] Compiling heapless v0.8.0
25092026-08-07T21:28:10.259Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25102026-08-07T21:28:10.259Z[ omicron-package] Compiling ingot-macros v0.2.0
25112026-08-07T21:28:10.259Z[ omicron-package] Compiling hash32 v0.3.1
25122026-08-07T21:28:10.259Z[ omicron-package] Compiling inout v0.1.4
25132026-08-07T21:28:10.259Z[ omicron-package] Compiling smoltcp v0.11.0
25142026-08-07T21:28:10.259Z[ omicron-package] Compiling unicode-width v0.2.0
25152026-08-07T21:28:10.259Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25162026-08-07T21:28:10.259Z[ omicron-package] Compiling cobs v0.3.0
25172026-08-07T21:28:10.259Z[ omicron-package] Compiling universal-hash v0.5.1
25182026-08-07T21:28:10.263Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25192026-08-07T21:28:10.263Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25202026-08-07T21:28:10.264Z[ omicron-package] Compiling opaque-debug v0.3.1
25212026-08-07T21:28:10.264Z[ omicron-package] Compiling convert_case v0.4.0
25222026-08-07T21:28:11.050Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25232026-08-07T21:28:11.054Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25242026-08-07T21:28:11.271ZAug 07 21:28:09.832 DEBG process exited with exit status: 0 (1.862108522s)
25252026-08-07T21:28:11.275ZAug 07 21:28:09.833 INFO [incorp-manifest] task succeeded (3.275711608s)
25262026-08-07T21:28:11.275ZAug 07 21:28:09.833 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25272026-08-07T21:28:11.442Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-07T21:28:11.483ZAug 07 21:28:10.044 INFO [incorp-fmt] process exited with exit status: 0 (209.754517ms)
25292026-08-07T21:28:11.487ZAug 07 21:28:10.046 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25302026-08-07T21:28:11.540Z[ omicron-package] Compiling poly1305 v0.8.0
25312026-08-07T21:28:11.544Z[ omicron-package] Compiling postcard v1.1.3
25322026-08-07T21:28:11.544Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25332026-08-07T21:28:11.548Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25342026-08-07T21:28:11.742Z[ omicron-package] Compiling derive_more v0.99.20
25352026-08-07T21:28:11.780Z[ omicron-package] Compiling chacha20 v0.9.1
25362026-08-07T21:28:11.784Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260807T212810Z
25372026-08-07T21:28:11.784Z[ incorp-pkgsend] PUBLISHED
25382026-08-07T21:28:11.788Z[ omicron-package] Compiling password-hash v0.5.0
25392026-08-07T21:28:11.859ZAug 07 21:28:10.420 INFO [incorp-pkgsend] process exited with exit status: 0 (375.960408ms)
25402026-08-07T21:28:11.864ZAug 07 21:28:10.420 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25412026-08-07T21:28:12.086Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25422026-08-07T21:28:12.092Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25432026-08-07T21:28:12.105Z[ helios-incorp] Retrieving packages for publisher helios ...
25442026-08-07T21:28:12.109Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25452026-08-07T21:28:12.140Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25462026-08-07T21:28:12.140Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25472026-08-07T21:28:12.140Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25482026-08-07T21:28:12.144Z[ helios-incorp]
25492026-08-07T21:28:12.144Z[ helios-incorp] Archiving packages ...
25502026-08-07T21:28:12.144Z[ helios-incorp] Packages to add: 1
25512026-08-07T21:28:12.144Z[ helios-incorp] Files to retrieve: 0
25522026-08-07T21:28:12.144Z[ helios-incorp] Estimated transfer size: 0.00 B
25532026-08-07T21:28:12.144Z[ helios-incorp]
25542026-08-07T21:28:12.144Z[ helios-incorp] Packages to archive:
25552026-08-07T21:28:12.144Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260807T212810Z
25562026-08-07T21:28:12.144Z[ helios-incorp]
25572026-08-07T21:28:12.144Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25582026-08-07T21:28:12.144Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25592026-08-07T21:28:12.144Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25602026-08-07T21:28:12.144Z[ omicron-package] Compiling blake2 v0.10.6
25612026-08-07T21:28:12.148Z[ omicron-package] Compiling aead v0.5.2
25622026-08-07T21:28:12.148Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25632026-08-07T21:28:12.179Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25642026-08-07T21:28:12.188ZAug 07 21:28:10.749 INFO [helios-incorp] process exited with exit status: 0 (329.039951ms)
25652026-08-07T21:28:12.277Z[ omicron-package] Compiling proc-macro-error v1.0.4
25662026-08-07T21:28:12.337Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25672026-08-07T21:28:12.394Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25682026-08-07T21:28:12.456Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25692026-08-07T21:28:12.482Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25702026-08-07T21:28:12.553Z[ omicron-package] Compiling argon2 v0.5.3
25712026-08-07T21:28:12.585Z[ omicron-package] Compiling num_enum_derive v0.7.6
25722026-08-07T21:28:12.648Z[ omicron-package] Compiling vsss-rs v3.3.4
25732026-08-07T21:28:12.835Z[ omicron-package] Compiling num_enum_derive v0.5.11
25742026-08-07T21:28:12.874Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25752026-08-07T21:28:12.998Z[ omicron-package] Compiling tabwriter v1.4.1
25762026-08-07T21:28:13.015Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25772026-08-07T21:28:13.095Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25782026-08-07T21:28:13.159Z[ omicron-package] Compiling cstr-argument v0.1.2
25792026-08-07T21:28:13.262Z[ omicron-package] Compiling foreign-types v0.5.0
25802026-08-07T21:28:13.349Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25812026-08-07T21:28:13.371Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25822026-08-07T21:28:13.440Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25832026-08-07T21:28:13.540Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25842026-08-07T21:28:13.707Z[ omicron-package] Compiling ingot-types v0.2.0
25852026-08-07T21:28:13.736Z[ omicron-package] Compiling rayon v1.11.0
25862026-08-07T21:28:13.799Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25872026-08-07T21:28:13.803Z[ omicron-package] Compiling num_enum v0.7.6
25882026-08-07T21:28:13.830Z[ omicron-package] Compiling rand v0.10.1
25892026-08-07T21:28:13.898Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25902026-08-07T21:28:13.921Z[ omicron-package] Compiling libefi-sys v0.1.0
25912026-08-07T21:28:13.925Z[ omicron-package] Compiling num_enum v0.5.11
25922026-08-07T21:28:13.990Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25932026-08-07T21:28:14.008Z[ omicron-package] Compiling colored v3.1.1
25942026-08-07T21:28:14.012Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25952026-08-07T21:28:14.060Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-07T21:28:14.135Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25972026-08-07T21:28:14.208Z[ omicron-package] Compiling ingot v0.2.1
25982026-08-07T21:28:14.359Z[ omicron-package] Compiling itertools v0.12.1
25992026-08-07T21:28:14.384Z[ omicron-package] Compiling usdt-macro v0.5.0
26002026-08-07T21:28:14.422Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26012026-08-07T21:28:14.455Z[ omicron-package] Compiling bitfield-struct v0.6.2
26022026-08-07T21:28:14.459Z[ omicron-package] Compiling num-derive v0.4.2
26032026-08-07T21:28:14.459Z[ omicron-package] Compiling sigpipe v0.1.3
26042026-08-07T21:28:14.561Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26052026-08-07T21:28:14.565Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26062026-08-07T21:28:14.718Z[ omicron-package] Compiling memmap v0.7.0
26072026-08-07T21:28:14.757Z[ omicron-package] Compiling glob v0.3.3
26082026-08-07T21:28:14.760Z[ omicron-package] Compiling swrite v0.1.0
26092026-08-07T21:28:14.891Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-08-07T21:28:15.414Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-08-07T21:28:15.456Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26122026-08-07T21:28:15.477Z[ omicron-package] Compiling usdt v0.5.0
26132026-08-07T21:28:15.500Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26142026-08-07T21:28:15.504Z[ omicron-package] Compiling smf v0.2.3
26152026-08-07T21:28:15.672Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26162026-08-07T21:28:15.688Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26172026-08-07T21:28:15.745Z[ omicron-package] Compiling whoami v1.6.1
26182026-08-07T21:28:15.805Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-07T21:28:15.851Z[ omicron-package] Compiling zone v0.3.1
26202026-08-07T21:28:15.891Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26212026-08-07T21:28:15.935Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-07T21:28:15.938Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26232026-08-07T21:28:16.097Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-08-07T21:28:16.195Z[ omicron-package] Compiling console v0.16.2
26252026-08-07T21:28:16.300Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26262026-08-07T21:28:16.349Z[ omicron-package] Compiling gethostname v0.5.0
26272026-08-07T21:28:16.410Z[ omicron-package] Compiling unit-prefix v0.5.2
26282026-08-07T21:28:16.452Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26292026-08-07T21:28:16.475Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26302026-08-07T21:28:16.817Z[ omicron-package] Compiling indicatif v0.18.4
26312026-08-07T21:28:18.383Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26322026-08-07T21:28:19.650Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26332026-08-07T21:28:22.539Z[ helios-setup] Aug 07 21:28:21.100 INFO helios repository root is: /work/oxidecomputer/helios
26342026-08-07T21:28:22.543Z[ helios-setup] Aug 07 21:28:21.101 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26352026-08-07T21:28:22.543Z[ helios-setup] Aug 07 21:28:21.101 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
26362026-08-07T21:28:22.543Z[ helios-setup] Aug 07 21:28:21.101 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26372026-08-07T21:28:22.543Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26382026-08-07T21:28:23.035ZAug 07 21:28:21.596 INFO [hubris-staging] task succeeded (15.038299924s)
26392026-08-07T21:28:23.298Z[ helios-setup] Aug 07 21:28:21.859 INFO clone ok!, project: dmar-report
26402026-08-07T21:28:23.298Z[ helios-setup] Aug 07 21:28:21.859 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26412026-08-07T21:28:23.302Z[ helios-setup] Aug 07 21:28:21.859 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
26422026-08-07T21:28:23.302Z[ helios-setup] Aug 07 21:28:21.859 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26432026-08-07T21:28:23.302Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26442026-08-07T21:28:23.917Z[ helios-setup] Aug 07 21:28:22.478 INFO clone ok!, project: phbl
26452026-08-07T21:28:23.917Z[ helios-setup] Aug 07 21:28:22.478 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
26462026-08-07T21:28:23.920Z[ helios-setup] Aug 07 21:28:22.478 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26472026-08-07T21:28:23.921Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26482026-08-07T21:28:24.965Z[ helios-setup] Aug 07 21:28:23.526 INFO clone ok!, project: image-builder
26492026-08-07T21:28:24.965Z[ helios-setup] Aug 07 21:28:23.526 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
26502026-08-07T21:28:24.968Z[ helios-setup] Aug 07 21:28:23.526 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
26512026-08-07T21:28:24.968Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26522026-08-07T21:28:25.586Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26532026-08-07T21:28:25.861Z[ helios-setup] Aug 07 21:28:24.422 INFO clone ok!, project: amd-host-image-builder
26542026-08-07T21:28:25.865Z[ helios-setup] Aug 07 21:28:24.423 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
26552026-08-07T21:28:25.865Z[ helios-setup] Aug 07 21:28:24.423 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26562026-08-07T21:28:25.865Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26572026-08-07T21:28:26.784Z[ helios-setup] Aug 07 21:28:25.346 INFO clone ok!, project: chelsio-t6-roms
26582026-08-07T21:28:26.788Z[ helios-setup] Aug 07 21:28:25.346 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
26592026-08-07T21:28:26.788Z[ helios-setup] Aug 07 21:28:25.346 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26602026-08-07T21:28:26.788Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26612026-08-07T21:28:27.887Z[ helios-setup] Aug 07 21:28:26.448 INFO clone ok!, project: pilot
26622026-08-07T21:28:27.887Z[ helios-setup] Aug 07 21:28:26.448 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26632026-08-07T21:28:27.887Z[ helios-setup] Aug 07 21:28:26.448 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
26642026-08-07T21:28:27.890Z[ helios-setup] Aug 07 21:28:26.448 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26652026-08-07T21:28:27.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26662026-08-07T21:28:28.430Z[ helios-setup] Aug 07 21:28:26.991 INFO clone ok!, project: pinprick
26672026-08-07T21:28:28.434Z[ helios-setup] Aug 07 21:28:26.991 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
26682026-08-07T21:28:28.434Z[ helios-setup] Aug 07 21:28:26.991 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26692026-08-07T21:28:28.434Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26702026-08-07T21:28:28.833Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712026-08-07T21:28:28.993Z[ helios-setup] Aug 07 21:28:27.554 INFO clone ok!, project: bootserver
26722026-08-07T21:28:28.997Z[ helios-setup] Aug 07 21:28:27.555 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
26732026-08-07T21:28:28.997Z[ helios-setup] Aug 07 21:28:27.555 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26742026-08-07T21:28:28.997Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26752026-08-07T21:28:29.892Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26762026-08-07T21:28:35.591Z[ helios-setup] Aug 07 21:28:34.152 INFO clone ok!, project: amd-firmware
26772026-08-07T21:28:35.595Z[ helios-setup] Aug 07 21:28:34.153 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26782026-08-07T21:28:35.801Z[ helios-setup] Aug 07 21:28:34.362 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26792026-08-07T21:28:36.010Z[ helios-setup] Aug 07 21:28:34.572 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26802026-08-07T21:28:36.011Z[ helios-setup] Aug 07 21:28:34.572 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26812026-08-07T21:28:36.240Z[ helios-setup] Aug 07 21:28:34.801 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26822026-08-07T21:28:36.488Z[ helios-setup] Aug 07 21:28:35.049 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26832026-08-07T21:28:36.488Z[ helios-setup] Aug 07 21:28:35.049 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26842026-08-07T21:28:36.739Z[ helios-setup] Aug 07 21:28:35.300 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26852026-08-07T21:28:36.987Z[ helios-setup] Aug 07 21:28:35.548 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26862026-08-07T21:28:36.987Z[ helios-setup] Aug 07 21:28:35.549 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26872026-08-07T21:28:36.987Z[ helios-setup] Aug 07 21:28:35.549 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26882026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO ok!
26892026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26902026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26912026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO ok!
26922026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26932026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26942026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO ok!
26952026-08-07T21:28:36.991Z[ helios-setup] Aug 07 21:28:35.549 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26962026-08-07T21:28:36.995Z[ helios-setup] Aug 07 21:28:35.556 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26972026-08-07T21:28:36.995Z[ helios-setup] Aug 07 21:28:35.556 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26982026-08-07T21:28:36.995Z[ helios-setup] Aug 07 21:28:35.556 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26992026-08-07T21:28:37.102Z[ helios-setup] Aug 07 21:28:35.663 INFO E| Updating crates.io index
27002026-08-07T21:28:37.180Z[ helios-setup] Aug 07 21:28:35.741 INFO E| Downloading crates ...
27012026-08-07T21:28:37.224Z[ helios-setup] Aug 07 21:28:35.785 INFO E| Downloaded deranged v0.4.0
27022026-08-07T21:28:37.229Z[ helios-setup] Aug 07 21:28:35.791 INFO E| Downloaded quote v1.0.40
27032026-08-07T21:28:37.262Z[ helios-setup] Aug 07 21:28:35.824 INFO E| Downloaded itoa v1.0.15
27042026-08-07T21:28:37.266Z[ helios-setup] Aug 07 21:28:35.825 INFO E| Downloaded serde_derive v1.0.219
27052026-08-07T21:28:37.266Z[ helios-setup] Aug 07 21:28:35.826 INFO E| Downloaded serde_with_macros v3.12.0
27062026-08-07T21:28:37.270Z[ helios-setup] Aug 07 21:28:35.828 INFO E| Downloaded errno v0.3.12
27072026-08-07T21:28:37.276Z[ helios-setup] Aug 07 21:28:35.837 INFO E| Downloaded time-core v0.1.4
27082026-08-07T21:28:37.280Z[ helios-setup] Aug 07 21:28:35.839 INFO E| Downloaded thiserror v2.0.12
27092026-08-07T21:28:37.285Z[ helios-setup] Aug 07 21:28:35.844 INFO E| Downloaded time-macros v0.2.22
27102026-08-07T21:28:37.289Z[ helios-setup] Aug 07 21:28:35.846 INFO E| Downloaded ryu v1.0.20
27112026-08-07T21:28:37.293Z[ helios-setup] Aug 07 21:28:35.851 INFO E| Downloaded thiserror-impl v2.0.12
27122026-08-07T21:28:37.296Z[ helios-setup] Aug 07 21:28:35.858 INFO E| Downloaded autocfg v1.4.0
27132026-08-07T21:28:37.300Z[ helios-setup] Aug 07 21:28:35.859 INFO E| Downloaded tempfile v3.20.0
27142026-08-07T21:28:37.304Z[ helios-setup] Aug 07 21:28:35.865 INFO E| Downloaded iana-time-zone v0.1.63
27152026-08-07T21:28:37.307Z[ helios-setup] Aug 07 21:28:35.867 INFO E| Downloaded bitflags v2.9.1
27162026-08-07T21:28:37.311Z[ helios-setup] Aug 07 21:28:35.869 INFO E| Downloaded unicode-ident v1.0.18
27172026-08-07T21:28:37.318Z[ helios-setup] Aug 07 21:28:35.880 INFO E| Downloaded anyhow v1.0.98
27182026-08-07T21:28:37.322Z[ helios-setup] Aug 07 21:28:35.884 INFO E| Downloaded getrandom v0.3.3
27192026-08-07T21:28:37.325Z[ helios-setup] Aug 07 21:28:35.886 INFO E| Downloaded proc-macro2 v1.0.95
27202026-08-07T21:28:37.339Z[ helios-setup] Aug 07 21:28:35.900 INFO E| Downloaded serde v1.0.219
27212026-08-07T21:28:37.342Z[ helios-setup] Aug 07 21:28:35.902 INFO E| Downloaded memchr v2.7.4
27222026-08-07T21:28:37.347Z[ helios-setup] Aug 07 21:28:35.906 INFO E| Downloaded indexmap v2.9.0
27232026-08-07T21:28:37.359Z[ helios-setup] Aug 07 21:28:35.920 INFO E| Downloaded serde_with v3.12.0
27242026-08-07T21:28:37.364Z[ helios-setup] Aug 07 21:28:35.925 INFO E| Downloaded hashbrown v0.15.3
27252026-08-07T21:28:37.367Z[ helios-setup] Aug 07 21:28:35.928 INFO E| Downloaded serde_json v1.0.140
27262026-08-07T21:28:37.371Z[ helios-setup] Aug 07 21:28:35.932 INFO E| Downloaded time v0.3.41
27272026-08-07T21:28:37.389Z[ helios-setup] Aug 07 21:28:35.950 INFO E| Downloaded chrono v0.4.41
27282026-08-07T21:28:37.394Z[ helios-setup] Aug 07 21:28:35.955 INFO E| Downloaded syn v2.0.101
27292026-08-07T21:28:37.410Z[ helios-setup] Aug 07 21:28:35.972 INFO E| Downloaded rustix v1.0.7
27302026-08-07T21:28:37.438Z[ helios-setup] Aug 07 21:28:35.999 INFO E| Downloaded libc v0.2.172
27312026-08-07T21:28:37.488Z[ helios-setup] Aug 07 21:28:36.049 INFO E| Compiling proc-macro2 v1.0.95
27322026-08-07T21:28:37.502Z[ helios-setup] Aug 07 21:28:36.063 INFO E| Compiling unicode-ident v1.0.18
27332026-08-07T21:28:37.502Z[ helios-setup] Aug 07 21:28:36.063 INFO E| Compiling libc v0.2.172
27342026-08-07T21:28:37.502Z[ helios-setup] Aug 07 21:28:36.064 INFO E| Compiling strsim v0.11.1
27352026-08-07T21:28:37.506Z[ helios-setup] Aug 07 21:28:36.064 INFO E| Compiling fnv v1.0.7
27362026-08-07T21:28:37.506Z[ helios-setup] Aug 07 21:28:36.064 INFO E| Compiling ident_case v1.0.1
27372026-08-07T21:28:37.506Z[ helios-setup] Aug 07 21:28:36.064 INFO E| Compiling serde v1.0.219
27382026-08-07T21:28:37.506Z[ helios-setup] Aug 07 21:28:36.064 INFO E| Compiling getrandom v0.3.3
27392026-08-07T21:28:37.506Z[ helios-setup] Aug 07 21:28:36.064 INFO E| Compiling rustix v1.0.7
27402026-08-07T21:28:37.546Z[ helios-setup] Aug 07 21:28:36.107 INFO E| Compiling bitflags v2.9.1
27412026-08-07T21:28:37.546Z[ helios-setup] Aug 07 21:28:36.107 INFO E| Compiling cfg-if v1.0.0
27422026-08-07T21:28:37.550Z[ helios-setup] Aug 07 21:28:36.108 INFO E| Compiling thiserror v2.0.12
27432026-08-07T21:28:37.550Z[ helios-setup] Aug 07 21:28:36.108 INFO E| Compiling anyhow v1.0.98
27442026-08-07T21:28:37.550Z[ helios-setup] Aug 07 21:28:36.108 INFO E| Compiling serde_json v1.0.140
27452026-08-07T21:28:37.553Z[ helios-setup] Aug 07 21:28:36.115 INFO E| Compiling ryu v1.0.20
27462026-08-07T21:28:37.553Z[ helios-setup] Aug 07 21:28:36.115 INFO E| Compiling itoa v1.0.15
27472026-08-07T21:28:37.700Z[ helios-setup] Aug 07 21:28:36.261 INFO E| Compiling memchr v2.7.4
27482026-08-07T21:28:37.744Z[ helios-setup] Aug 07 21:28:36.305 INFO E| Compiling fastrand v2.3.0
27492026-08-07T21:28:37.809Z[ helios-setup] Aug 07 21:28:36.370 INFO E| Compiling once_cell v1.21.3
27502026-08-07T21:28:37.857Z[ helios-setup] Aug 07 21:28:36.418 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27512026-08-07T21:28:38.260Z[ helios-setup] Aug 07 21:28:36.821 INFO E| Compiling errno v0.3.12
27522026-08-07T21:28:38.578Z[ helios-setup] Aug 07 21:28:37.139 INFO E| Compiling quote v1.0.40
27532026-08-07T21:28:38.726Z[ helios-setup] Aug 07 21:28:37.288 INFO E| Compiling syn v2.0.101
27542026-08-07T21:28:38.981Z[ helios-setup] Aug 07 21:28:37.542 INFO E| Compiling tempfile v3.20.0
27552026-08-07T21:28:39.705Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.70s
27562026-08-07T21:28:39.928Z[ omicron-package]
27572026-08-07T21:28:39.928Z[ omicron-package] real 31.871590095
27582026-08-07T21:28:39.931Z[ omicron-package] user 2:53.910294601
27592026-08-07T21:28:39.931Z[ omicron-package] sys 21.059554368
27602026-08-07T21:28:39.931Z[ omicron-package] trap 0.317293273
27612026-08-07T21:28:39.931Z[ omicron-package] tflt 0.478381435
27622026-08-07T21:28:39.931Z[ omicron-package] dflt 1.860255143
27632026-08-07T21:28:39.931Z[ omicron-package] kflt 0.000309940
27642026-08-07T21:28:39.932Z[ omicron-package] lock 8:03.002323041
27652026-08-07T21:28:39.932Z[ omicron-package] slp 4:16.848802324
27662026-08-07T21:28:39.932Z[ omicron-package] lat 34.231289167
27672026-08-07T21:28:39.932Z[ omicron-package] stop 1:19.293129977
27682026-08-07T21:28:39.932ZAug 07 21:28:38.490 INFO [omicron-package] process exited with exit status: 0 (31.930305487s)
27692026-08-07T21:28:39.932ZAug 07 21:28:38.490 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27702026-08-07T21:28:39.932ZAug 07 21:28:38.491 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27712026-08-07T21:28:39.939Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27722026-08-07T21:28:39.939Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27732026-08-07T21:28:39.942Z[ recovery-target] Created new build target 'recovery' and set it as active
27742026-08-07T21:28:39.942Z[ host-target] Created new build target 'host' and set it as active
27752026-08-07T21:28:39.942ZAug 07 21:28:38.504 INFO [host-target] process exited with exit status: 0 (13.033515ms)
27762026-08-07T21:28:39.942ZAug 07 21:28:38.504 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27772026-08-07T21:28:39.946ZAug 07 21:28:38.505 INFO [recovery-target] process exited with exit status: 0 (14.517065ms)
27782026-08-07T21:28:39.950Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27792026-08-07T21:28:40.594Z[ helios-setup] Aug 07 21:28:39.155 INFO E| Compiling darling_core v0.20.11
27802026-08-07T21:28:40.945Z[ helios-setup] Aug 07 21:28:39.507 INFO E| Compiling serde_derive v1.0.219
27812026-08-07T21:28:40.945Z[ helios-setup] Aug 07 21:28:39.507 INFO E| Compiling thiserror-impl v2.0.12
27822026-08-07T21:28:41.473Z[ host-package] Compiling heck v0.5.0
27832026-08-07T21:28:41.473Z[ host-package] Compiling regress v0.11.1
27842026-08-07T21:28:41.702Z[ host-package] Compiling unsafe-libyaml v0.2.11
27852026-08-07T21:28:41.742Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27862026-08-07T21:28:41.773Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27872026-08-07T21:28:41.796Z[ host-package] Compiling derive-where v1.6.0
27882026-08-07T21:28:41.796Z[ host-package] Compiling bytecount v0.6.9
27892026-08-07T21:28:41.821Z[ helios-setup] Aug 07 21:28:40.382 INFO E| Compiling darling_macro v0.20.11
27902026-08-07T21:28:41.837Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27912026-08-07T21:28:41.838Z[ host-package] Compiling atomicwrites v0.4.4
27922026-08-07T21:28:41.841Z[ host-package] Compiling is-terminal v0.4.17
27932026-08-07T21:28:41.841Z[ host-package] Compiling prettyplease v0.2.37
27942026-08-07T21:28:41.841Z[ host-package] Compiling console v0.15.11
27952026-08-07T21:28:41.841Z[ host-package] Compiling newline-converter v0.3.0
27962026-08-07T21:28:41.925Z[ host-package] Compiling slog-dtrace v0.3.0
27972026-08-07T21:28:41.929Z[ host-package] Compiling resolv-conf v0.7.6
27982026-08-07T21:28:42.047Z[ host-package] Compiling num-rational v0.4.2
27992026-08-07T21:28:42.047Z[ host-package] Compiling num-complex v0.4.6
28002026-08-07T21:28:42.070Z[ host-package] Compiling thread_local v1.1.9
28012026-08-07T21:28:42.092Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28022026-08-07T21:28:42.096Z[ host-package] Compiling compression-core v0.4.31
28032026-08-07T21:28:42.207Z[ host-package] Compiling unicode-width v0.1.14
28042026-08-07T21:28:42.283Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28052026-08-07T21:28:42.445Z[ host-package] Compiling expectorate v1.2.0
28062026-08-07T21:28:42.445Z[ helios-setup] Aug 07 21:28:41.006 INFO E| Compiling darling v0.20.11
28072026-08-07T21:28:42.505Z[ host-package] Compiling cancel-safe-futures v0.1.5
28082026-08-07T21:28:42.532Z[ helios-setup] Aug 07 21:28:41.092 INFO E| Compiling serde_with_macros v3.12.0
28092026-08-07T21:28:42.629Z[ host-package] Compiling match_cfg v0.1.0
28102026-08-07T21:28:42.629Z[ host-package] Compiling num v0.4.3
28112026-08-07T21:28:42.691Z[ host-package] Compiling compression-codecs v0.4.37
28122026-08-07T21:28:42.734Z[ host-package] Compiling multer v3.1.0
28132026-08-07T21:28:42.778Z[ host-package] Compiling slog-async v2.8.0
28142026-08-07T21:28:42.810Z[ host-package] Compiling crossbeam-channel v0.5.15
28152026-08-07T21:28:42.847Z[ host-package] Compiling hostname v0.3.1
28162026-08-07T21:28:42.869Z[ host-package] Compiling slog-json v2.6.1
28172026-08-07T21:28:42.902Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28182026-08-07T21:28:42.962Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28192026-08-07T21:28:43.013Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28202026-08-07T21:28:43.121Z[ host-package] Compiling serde_spanned v1.1.1
28212026-08-07T21:28:43.144Z[ host-package] Compiling take_mut v0.2.2
28222026-08-07T21:28:43.148Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28232026-08-07T21:28:43.169Z[ host-package] Compiling linked-hash-map v0.5.6
28242026-08-07T21:28:43.235Z[ host-package] Compiling term v1.2.1
28252026-08-07T21:28:43.239Z[ host-package] Compiling float-ord v0.3.2
28262026-08-07T21:28:43.298Z[ host-package] Compiling slog-bunyan v2.5.0
28272026-08-07T21:28:43.343Z[ host-package] Compiling typify-impl v0.6.2
28282026-08-07T21:28:43.416Z[ host-package] Compiling async-compression v0.4.41
28292026-08-07T21:28:43.420Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28302026-08-07T21:28:43.467Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28312026-08-07T21:28:43.471Z[ host-package] Compiling lru-cache v0.1.2
28322026-08-07T21:28:43.730Z[ host-package] Compiling slog-term v2.9.2
28332026-08-07T21:28:43.757Z[ host-package] Compiling dropshot v0.17.1
28342026-08-07T21:28:43.825Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28352026-08-07T21:28:43.828Z[ host-package] Compiling async-stream v0.3.6
28362026-08-07T21:28:43.874Z[ host-package] Compiling sha1 v0.11.0
28372026-08-07T21:28:43.912Z[ host-package] Compiling progenitor-client v0.14.0
28382026-08-07T21:28:43.945Z[ host-package] Compiling waitgroup v0.1.2
28392026-08-07T21:28:44.017Z[ host-package] Compiling rustls-pemfile v2.2.0
28402026-08-07T21:28:44.082Z[ host-package] Compiling backon v1.6.0
28412026-08-07T21:28:44.157Z[ host-package] Compiling hostname v0.4.2
28422026-08-07T21:28:44.213Z[ host-package] Compiling serde_path_to_error v0.1.20
28432026-08-07T21:28:44.261Z[ host-package] Compiling instant v0.1.13
28442026-08-07T21:28:44.280Z[ host-package] Compiling linear-map v1.2.0
28452026-08-07T21:28:44.304Z[ host-package] Compiling debug-ignore v1.0.5
28462026-08-07T21:28:44.356Z[ host-package] Compiling minimal-lexical v0.2.1
28472026-08-07T21:28:44.398Z[ host-package] Compiling backoff v0.4.0
28482026-08-07T21:28:44.434Z[ host-package] Compiling progenitor-extras v0.2.0
28492026-08-07T21:28:44.473Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-08-07T21:28:44.525Z[ host-package] Compiling oxide-update-engine v0.1.2
28512026-08-07T21:28:44.591Z[ host-package] Compiling nom v7.1.3
28522026-08-07T21:28:44.662Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28532026-08-07T21:28:44.662Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28542026-08-07T21:28:44.777Z[ host-package] Compiling parse-display v0.10.0
28552026-08-07T21:28:44.777Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28562026-08-07T21:28:44.883Z[ host-package] Compiling hickory-proto v0.24.4
28572026-08-07T21:28:45.221Z[ host-package] Compiling regress v0.10.5
28582026-08-07T21:28:45.413Z[ helios-setup] Aug 07 21:28:43.974 INFO E| Compiling serde_with v3.12.0
28592026-08-07T21:28:45.508Z[ host-package] Compiling itertools v0.14.0
28602026-08-07T21:28:45.804Z[ host-package] Compiling macaddr v1.0.1
28612026-08-07T21:28:46.044Z[ host-package] Compiling unicode-xid v0.2.6
28622026-08-07T21:28:46.094Z[ host-package] Compiling humantime v2.3.0
28632026-08-07T21:28:46.230Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28642026-08-07T21:28:46.320Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28652026-08-07T21:28:46.414Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28662026-08-07T21:28:46.479Z[ host-package] Compiling convert_case v0.10.0
28672026-08-07T21:28:46.713Z[ host-package] Compiling owo-colors v4.3.0
28682026-08-07T21:28:46.761Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28692026-08-07T21:28:46.917Z[ host-package] Compiling toml v0.8.23
28702026-08-07T21:28:47.090Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28712026-08-07T21:28:47.167Z[ host-package] Compiling typify-macro v0.6.2
28722026-08-07T21:28:47.226Z[ host-package] Compiling derive_more-impl v2.1.1
28732026-08-07T21:28:47.552Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28742026-08-07T21:28:47.631Z[ host-package] Compiling papergrid v0.11.0
28752026-08-07T21:28:47.753Z[ host-package] Compiling tabled_derive v0.7.0
28762026-08-07T21:28:47.855Z[ host-package] Compiling hickory-resolver v0.24.4
28772026-08-07T21:28:48.106Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28782026-08-07T21:28:48.197Z[ host-package] Compiling derive_more v2.1.1
28792026-08-07T21:28:48.247Z[ host-package] Compiling termtree v0.5.1
28802026-08-07T21:28:48.362Z[ host-package] Compiling crossterm v0.29.0
28812026-08-07T21:28:48.487Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-08-07T21:28:48.869Z[ host-package] Compiling tabled v0.15.0
28832026-08-07T21:28:48.987Z[ host-package] Compiling phf_shared v0.12.1
28842026-08-07T21:28:49.054Z[ host-package] Compiling typify v0.6.2
28852026-08-07T21:28:49.403Z[ host-package] Compiling progenitor-impl v0.14.0
28862026-08-07T21:28:49.900Z[ helios-setup] Aug 07 21:28:48.461 INFO E| Finished `release` profile [optimized] target(s) in 12.89s
28872026-08-07T21:28:49.928Z[ helios-setup] Aug 07 21:28:48.489 INFO building project "dmar-report" ok (12 seconds)
28882026-08-07T21:28:49.928Z[ helios-setup] Aug 07 21:28:48.489 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28892026-08-07T21:28:50.020Z[ host-package] Compiling qorb v0.4.1
28902026-08-07T21:28:50.145Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28912026-08-07T21:28:50.744Z[ host-package] Compiling csv-core v0.1.13
28922026-08-07T21:28:51.239Z[ host-package] Compiling vte v0.14.1
28932026-08-07T21:28:51.500Z[ host-package] Compiling highway v1.3.0
28942026-08-07T21:28:51.505Z[ host-package] Compiling chrono-tz v0.10.4
28952026-08-07T21:28:51.809Z[ host-package] Compiling progenitor-macro v0.14.0
28962026-08-07T21:28:51.924Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28972026-08-07T21:28:53.247Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28982026-08-07T21:28:53.380Z[ host-package] Compiling csv v1.4.0
28992026-08-07T21:28:53.419Z[ host-package] Compiling phf v0.12.1
29002026-08-07T21:28:53.586Z[ host-package] Compiling const_format_proc_macros v0.2.34
29012026-08-07T21:28:53.645Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29022026-08-07T21:28:53.797Z[ host-package] Compiling fd-lock v4.0.4
29032026-08-07T21:28:53.828Z[ host-package] Compiling peg-macros v0.8.5
29042026-08-07T21:28:53.988Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29052026-08-07T21:28:54.182Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29062026-08-07T21:28:54.510Z[ host-package] Compiling nu-ansi-term v0.50.3
29072026-08-07T21:28:55.206Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29082026-08-07T21:28:55.231Z[ host-package] Compiling reedline v0.40.0
29092026-08-07T21:28:55.380Z[ host-package] Compiling peg v0.8.5
29102026-08-07T21:28:55.721Z[ host-package] Compiling const_format v0.2.35
29112026-08-07T21:28:56.347Z[ host-package] Compiling progenitor v0.14.0
29122026-08-07T21:28:56.414Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29132026-08-07T21:28:56.557Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29142026-08-07T21:28:56.753Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-07T21:28:56.830Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29162026-08-07T21:28:56.864Z[ host-package] Compiling bcs v0.1.6
29172026-08-07T21:28:57.422Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29182026-08-07T21:28:57.554Z[ host-package] Compiling nom v8.0.0
29192026-08-07T21:28:57.728Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29202026-08-07T21:28:58.473Z[ host-package] Compiling semver v0.1.20
29212026-08-07T21:28:58.803Z[ host-package] Compiling rustc_version v0.1.7
29222026-08-07T21:28:59.073Z[ host-package] Compiling newtype_derive v0.1.6
29232026-08-07T21:28:59.272Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29242026-08-07T21:28:59.328Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-07T21:28:59.612Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29262026-08-07T21:29:00.069Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29272026-08-07T21:29:00.132Z[ host-package] Compiling smawk v0.3.2
29282026-08-07T21:29:00.206Z[ host-package] Compiling unicode-linebreak v0.1.5
29292026-08-07T21:29:00.481Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29302026-08-07T21:29:00.579Z[ host-package] Compiling textwrap v0.16.2
29312026-08-07T21:29:00.693Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29322026-08-07T21:29:01.000Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29332026-08-07T21:29:01.133Z[ host-package] Compiling steno v0.4.1
29342026-08-07T21:29:01.623Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29352026-08-07T21:29:02.460Z[ host-package] Compiling sha1 v0.10.6
29362026-08-07T21:29:02.511Z[ host-package] Compiling utf-8 v0.7.6
29372026-08-07T21:29:02.682Z[ host-package] Compiling tagptr v0.2.0
29382026-08-07T21:29:02.889Z[ host-package] Compiling moka v0.12.13
29392026-08-07T21:29:02.951Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29402026-08-07T21:29:03.013Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29412026-08-07T21:29:03.084Z[ host-package] Compiling tungstenite v0.21.0
29422026-08-07T21:29:03.233Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29432026-08-07T21:29:03.315Z[ host-package] Compiling darling_core v0.21.3
29442026-08-07T21:29:03.386Z[ host-package] Compiling libscf-sys v1.2.0
29452026-08-07T21:29:03.663Z[ host-package] Compiling vergen-lib v0.1.6
29462026-08-07T21:29:03.905Z[ host-package] Compiling tokio-tungstenite v0.21.0
29472026-08-07T21:29:04.312Z[ host-package] Compiling hickory-resolver v0.25.2
29482026-08-07T21:29:04.434Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29492026-08-07T21:29:05.357Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29502026-08-07T21:29:05.741Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29512026-08-07T21:29:05.820Z[ host-package] Compiling darling_macro v0.21.3
29522026-08-07T21:29:05.847Z[ host-package] Compiling diesel_derives v2.3.7
29532026-08-07T21:29:05.970Z[ host-package] Compiling proc-macro-error2 v2.0.1
29542026-08-07T21:29:06.322Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29552026-08-07T21:29:06.400Z[ host-package] Compiling vergen-gitcl v1.0.8
29562026-08-07T21:29:06.422Z[ host-package] Compiling darling v0.21.3
29572026-08-07T21:29:06.443Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29582026-08-07T21:29:06.484Z[ host-package] Compiling dirs-sys-next v0.1.2
29592026-08-07T21:29:06.551Z[ host-package] Compiling dsl_auto_type v0.2.0
29602026-08-07T21:29:06.589Z[ host-package] Compiling glob v0.3.3
29612026-08-07T21:29:06.636Z[ host-package] Compiling crunchy v0.2.4
29622026-08-07T21:29:06.774Z[ host-package] Compiling maplit v1.0.2
29632026-08-07T21:29:06.815Z[ host-package] Compiling dirs-next v2.0.0
29642026-08-07T21:29:06.937Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29652026-08-07T21:29:06.961Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29662026-08-07T21:29:06.961Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29672026-08-07T21:29:07.027Z[ host-package] Compiling clang-sys v1.8.1
29682026-08-07T21:29:07.117Z[ host-package] Compiling r2d2 v0.8.10
29692026-08-07T21:29:07.137Z[ host-package] Compiling tabled_derive v0.11.0
29702026-08-07T21:29:07.535Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29712026-08-07T21:29:07.876Z[ host-package] Compiling papergrid v0.17.0
29722026-08-07T21:29:08.368Z[ host-package] Compiling testing_table v0.3.0
29732026-08-07T21:29:08.485Z[ host-package] Compiling downcast-rs v2.0.2
29742026-08-07T21:29:08.627Z[ host-package] Compiling tiny-keccak v2.0.2
29752026-08-07T21:29:09.281Z[ host-package] Compiling tabled v0.20.0
29762026-08-07T21:29:09.312Z[ host-package] Compiling term v0.7.0
29772026-08-07T21:29:09.373Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29782026-08-07T21:29:09.609Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29792026-08-07T21:29:09.910Z[ host-package] Compiling bit-vec v0.6.3
29802026-08-07T21:29:10.029Z[ host-package] Compiling ascii-canvas v3.0.0
29812026-08-07T21:29:10.151Z[ host-package] Compiling bit-set v0.5.3
29822026-08-07T21:29:10.403Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29832026-08-07T21:29:10.436Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29842026-08-07T21:29:10.471Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29852026-08-07T21:29:10.634Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29862026-08-07T21:29:10.935Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29872026-08-07T21:29:11.090Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29882026-08-07T21:29:11.254Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29892026-08-07T21:29:11.356Z[ host-package] Compiling itertools v0.10.5
29902026-08-07T21:29:11.419Z[ host-package] Compiling ena v0.14.4
29912026-08-07T21:29:11.445Z[ host-package] Compiling libloading v0.8.9
29922026-08-07T21:29:11.672Z[ host-package] Compiling unicase v2.9.0
29932026-08-07T21:29:11.696Z[ host-package] Compiling diff v0.1.13
29942026-08-07T21:29:11.905Z[ host-package] Compiling bindgen v0.71.1
29952026-08-07T21:29:12.022Z[ host-package] Compiling xshell-macros v0.2.7
29962026-08-07T21:29:12.044Z[ helios-setup] Aug 07 21:29:10.605 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')"
29972026-08-07T21:29:12.044Z[ helios-setup] Aug 07 21:29:10.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29982026-08-07T21:29:12.063Z[ helios-setup] Aug 07 21:29:10.616 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
29992026-08-07T21:29:12.063Z[ helios-setup] Aug 07 21:29:10.616 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30002026-08-07T21:29:12.063Z[ helios-setup] Aug 07 21:29:10.616 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30012026-08-07T21:29:12.066Z[ host-package] Compiling regex-syntax v0.6.29
30022026-08-07T21:29:12.165Z[ helios-setup] Aug 07 21:29:10.726 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30032026-08-07T21:29:12.170Z[ host-package] Compiling diesel v2.3.7
30042026-08-07T21:29:12.446Z[ host-package] Compiling xshell v0.2.7
30052026-08-07T21:29:12.748Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30062026-08-07T21:29:12.802Z[ helios-setup] Aug 07 21:29:11.363 INFO E| From https://github.com/jclulow/rust-jmclib
30072026-08-07T21:29:12.802Z[ helios-setup] Aug 07 21:29:11.363 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30082026-08-07T21:29:12.813Z[ helios-setup] Aug 07 21:29:11.374 INFO E| Updating crates.io index
30092026-08-07T21:29:12.960Z[ helios-setup] Aug 07 21:29:11.521 INFO E| Downloading crates ...
30102026-08-07T21:29:13.006Z[ helios-setup] Aug 07 21:29:11.567 INFO E| Downloaded digest v0.9.0
30112026-08-07T21:29:13.012Z[ helios-setup] Aug 07 21:29:11.573 INFO E| Downloaded uuid v0.8.2
30122026-08-07T21:29:13.015Z[ helios-setup] Aug 07 21:29:11.577 INFO E| Downloaded quote v1.0.31
30132026-08-07T21:29:13.019Z[ helios-setup] Aug 07 21:29:11.581 INFO E| Downloaded itoa v1.0.9
30142026-08-07T21:29:13.022Z[ helios-setup] Aug 07 21:29:11.584 INFO E| Downloaded cpufeatures v0.2.9
30152026-08-07T21:29:13.025Z[ helios-setup] Aug 07 21:29:11.587 INFO E| Downloaded errno v0.3.1
30162026-08-07T21:29:13.029Z[ helios-setup] Aug 07 21:29:11.588 INFO E| Downloaded md-5 v0.9.1
30172026-08-07T21:29:13.029Z[ helios-setup] Aug 07 21:29:11.589 INFO E| Downloaded opaque-debug v0.3.0
30182026-08-07T21:29:13.032Z[ helios-setup] Aug 07 21:29:11.593 INFO E| Downloaded fastrand v2.0.0
30192026-08-07T21:29:13.035Z[ helios-setup] Aug 07 21:29:11.597 INFO E| Downloaded block-buffer v0.9.0
30202026-08-07T21:29:13.038Z[ helios-setup] Aug 07 21:29:11.597 INFO E| Downloaded libdevinfo-sys v1.0.0
30212026-08-07T21:29:13.038Z[ helios-setup] Aug 07 21:29:11.599 INFO E| Downloaded sha-1 v0.9.8
30222026-08-07T21:29:13.061Z[ helios-setup] Aug 07 21:29:11.622 INFO E| Downloaded tempfile v3.7.0
30232026-08-07T21:29:13.064Z[ helios-setup] Aug 07 21:29:11.624 INFO E| Downloaded unicode-width v0.1.10
30242026-08-07T21:29:13.064Z[ helios-setup] Aug 07 21:29:11.625 INFO E| Downloaded walkdir v2.3.3
30252026-08-07T21:29:13.067Z[ helios-setup] Aug 07 21:29:11.626 INFO E| Downloaded anyhow v1.0.72
30262026-08-07T21:29:13.067Z[ helios-setup] Aug 07 21:29:11.628 INFO E| Downloaded glob v0.3.1
30272026-08-07T21:29:13.070Z[ helios-setup] Aug 07 21:29:11.630 INFO E| Downloaded bitflags v2.3.3
30282026-08-07T21:29:13.070Z[ helios-setup] Aug 07 21:29:11.631 INFO E| Downloaded once_cell v1.18.0
30292026-08-07T21:29:13.073Z[ helios-setup] Aug 07 21:29:11.633 INFO E| Downloaded proc-macro2 v1.0.66
30302026-08-07T21:29:13.073Z[ helios-setup] Aug 07 21:29:11.634 INFO E| Downloaded ryu v1.0.15
30312026-08-07T21:29:13.076Z[ helios-setup] Aug 07 21:29:11.637 INFO E| Downloaded typenum v1.16.0
30322026-08-07T21:29:13.080Z[ helios-setup] Aug 07 21:29:11.639 INFO E| Downloaded unicode-ident v1.0.11
30332026-08-07T21:29:13.080Z[ helios-setup] Aug 07 21:29:11.641 INFO E| Downloaded serde_derive v1.0.193
30342026-08-07T21:29:13.082Z[ helios-setup] Aug 07 21:29:11.642 INFO E| Downloaded toml v0.5.11
30352026-08-07T21:29:13.082Z[ helios-setup] Aug 07 21:29:11.644 INFO E| Downloaded getrandom v0.2.10
30362026-08-07T21:29:13.087Z[ helios-setup] Aug 07 21:29:11.649 INFO E| Downloaded serde v1.0.193
30372026-08-07T21:29:13.095Z[ helios-setup] Aug 07 21:29:11.656 INFO E| Downloaded serde_json v1.0.103
30382026-08-07T21:29:13.116Z[ helios-setup] Aug 07 21:29:11.677 INFO E| Downloaded syn v2.0.32
30392026-08-07T21:29:13.123Z[ helios-setup] Aug 07 21:29:11.685 INFO E| Downloaded rustix v0.38.4
30402026-08-07T21:29:13.142Z[ helios-setup] Aug 07 21:29:11.704 INFO E| Downloaded libc v0.2.147
30412026-08-07T21:29:13.229Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling libc v0.2.147
30422026-08-07T21:29:13.229Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling proc-macro2 v1.0.66
30432026-08-07T21:29:13.229Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling cfg-if v1.0.0
30442026-08-07T21:29:13.229Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling unicode-ident v1.0.11
30452026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling version_check v0.9.4
30462026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling typenum v1.16.0
30472026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling serde v1.0.193
30482026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling slog v2.7.0
30492026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling rustix v0.38.4
30502026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling powerfmt v0.2.0
30512026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling time-core v0.1.2
30522026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling itoa v1.0.9
30532026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling num-conv v0.1.0
30542026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling once_cell v1.18.0
30552026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling bitflags v2.3.3
30562026-08-07T21:29:13.233Z[ helios-setup] Aug 07 21:29:11.790 INFO E| Compiling num_threads v0.1.6
30572026-08-07T21:29:13.499Z[ helios-setup] Aug 07 21:29:12.060 INFO E| Compiling opaque-debug v0.3.0
30582026-08-07T21:29:13.525Z[ host-package] Compiling lalrpop v0.19.12
30592026-08-07T21:29:13.617Z[ helios-setup] Aug 07 21:29:12.179 INFO E| Compiling fastrand v2.0.0
30602026-08-07T21:29:13.744Z[ helios-setup] Aug 07 21:29:12.305 INFO E| Compiling anyhow v1.0.72
30612026-08-07T21:29:13.777Z[ helios-setup] Aug 07 21:29:12.338 INFO E| Compiling serde_json v1.0.103
30622026-08-07T21:29:13.844Z[ helios-setup] Aug 07 21:29:12.406 INFO E| Compiling unicode-width v0.1.10
30632026-08-07T21:29:13.878Z[ host-package] Compiling cexpr v0.6.0
30642026-08-07T21:29:13.948Z[ helios-setup] Aug 07 21:29:12.510 INFO E| Compiling same-file v1.0.6
30652026-08-07T21:29:13.964Z[ helios-setup] Aug 07 21:29:12.526 INFO E| Compiling time-macros v0.2.18
30662026-08-07T21:29:14.014Z[ helios-setup] Aug 07 21:29:12.575 INFO E| Compiling generic-array v0.14.7
30672026-08-07T21:29:14.044Z[ helios-setup] Aug 07 21:29:12.605 INFO E| Compiling thread_local v1.1.7
30682026-08-07T21:29:14.115Z[ helios-setup] Aug 07 21:29:12.675 INFO E| Compiling deranged v0.3.11
30692026-08-07T21:29:14.137Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-08-07T21:29:14.240Z[ helios-setup] Aug 07 21:29:12.801 INFO E| Compiling cpufeatures v0.2.9
30712026-08-07T21:29:14.245Z[ helios-setup] Aug 07 21:29:12.807 INFO E| Compiling ryu v1.0.15
30722026-08-07T21:29:14.321Z[ helios-setup] Aug 07 21:29:12.882 INFO E| Compiling walkdir v2.3.3
30732026-08-07T21:29:14.333Z[ helios-setup] Aug 07 21:29:12.894 INFO E| Compiling getopts v0.2.21
30742026-08-07T21:29:14.461Z[ helios-setup] Aug 07 21:29:13.022 INFO E| Compiling libdevinfo-sys v1.0.0
30752026-08-07T21:29:14.503Z[ helios-setup] Aug 07 21:29:13.064 INFO E| Compiling glob v0.3.1
30762026-08-07T21:29:14.596Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30772026-08-07T21:29:14.722Z[ host-package] Compiling rustc-hash v2.1.1
30782026-08-07T21:29:14.943Z[ helios-setup] Aug 07 21:29:13.504 INFO E| Compiling quote v1.0.31
30792026-08-07T21:29:14.976Z[ host-package] Compiling crc8 v0.1.1
30802026-08-07T21:29:14.981Z[ helios-setup] Aug 07 21:29:13.540 INFO E| Compiling dirs-sys-next v0.1.2
30812026-08-07T21:29:14.981Z[ helios-setup] Aug 07 21:29:13.540 INFO E| Compiling errno v0.3.1
30822026-08-07T21:29:14.981Z[ helios-setup] Aug 07 21:29:13.540 INFO E| Compiling atty v0.2.14
30832026-08-07T21:29:15.025Z[ helios-setup] Aug 07 21:29:13.586 INFO E| Compiling getrandom v0.2.10
30842026-08-07T21:29:15.143Z[ helios-setup] Aug 07 21:29:13.704 INFO E| Compiling dirs-next v2.0.0
30852026-08-07T21:29:15.247Z[ helios-setup] Aug 07 21:29:13.808 INFO E| Compiling syn v2.0.32
30862026-08-07T21:29:15.330Z[ helios-setup] Aug 07 21:29:13.891 INFO E| Compiling term v0.7.0
30872026-08-07T21:29:15.571Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30882026-08-07T21:29:15.667Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30892026-08-07T21:29:15.746Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30902026-08-07T21:29:15.960Z[ helios-setup] Aug 07 21:29:14.521 INFO E| Compiling time v0.3.36
30912026-08-07T21:29:16.030Z[ helios-setup] Aug 07 21:29:14.591 INFO E| Compiling tempfile v3.7.0
30922026-08-07T21:29:16.151Z[ host-package] Compiling headers-core v0.3.0
30932026-08-07T21:29:16.237Z[ helios-setup] Aug 07 21:29:14.798 INFO E| Compiling digest v0.9.0
30942026-08-07T21:29:16.237Z[ helios-setup] Aug 07 21:29:14.798 INFO E| Compiling block-buffer v0.9.0
30952026-08-07T21:29:16.354Z[ helios-setup] Aug 07 21:29:14.915 INFO E| Compiling md-5 v0.9.1
30962026-08-07T21:29:16.354Z[ helios-setup] Aug 07 21:29:14.915 INFO E| Compiling sha-1 v0.9.8
30972026-08-07T21:29:16.391Z[ host-package] Compiling libxml v0.3.3
30982026-08-07T21:29:16.514Z[ host-package] Compiling headers v0.4.1
30992026-08-07T21:29:16.890Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31002026-08-07T21:29:16.922Z[ host-package] Compiling strum_macros v0.24.3
31012026-08-07T21:29:17.019Z[ helios-setup] Aug 07 21:29:15.580 INFO E| Compiling slog-term v2.9.0
31022026-08-07T21:29:17.084Z[ host-package] Compiling indoc v1.0.9
31032026-08-07T21:29:17.412Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31042026-08-07T21:29:17.667Z[ helios-setup] Aug 07 21:29:16.225 INFO E| Compiling serde_derive v1.0.193
31052026-08-07T21:29:17.731Z[ host-package] Compiling derive_builder v0.20.2
31062026-08-07T21:29:17.825Z[ host-package] Compiling quick-xml v0.37.5
31072026-08-07T21:29:17.950Z[ host-package] Compiling oso-derive v0.27.3
31082026-08-07T21:29:17.993Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31092026-08-07T21:29:18.264Z[ host-package] Compiling openssl-probe v0.1.6
31102026-08-07T21:29:18.360Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31112026-08-07T21:29:18.363Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31122026-08-07T21:29:18.482Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31132026-08-07T21:29:18.568Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31142026-08-07T21:29:18.756Z[ host-package] Compiling bb8 v0.8.6
31152026-08-07T21:29:18.787Z[ host-package] Compiling trait-variant v0.1.2
31162026-08-07T21:29:19.128Z[ host-package] Compiling half v1.8.3
31172026-08-07T21:29:19.238Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31182026-08-07T21:29:19.307Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31192026-08-07T21:29:19.375Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-08-07T21:29:19.522Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31212026-08-07T21:29:19.607Z[ host-package] Compiling serde_cbor v0.11.2
31222026-08-07T21:29:19.730Z[ host-package] Compiling progenitor-impl v0.13.0
31232026-08-07T21:29:20.533Z[ host-package] Compiling samael v0.0.19
31242026-08-07T21:29:20.684Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31252026-08-07T21:29:20.708Z[ host-package] Compiling nonempty v0.12.0
31262026-08-07T21:29:20.733Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31272026-08-07T21:29:20.801Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31282026-08-07T21:29:21.146Z[ host-package] Compiling progenitor-client v0.13.0
31292026-08-07T21:29:21.648Z[ host-package] Compiling fxhash v0.2.1
31302026-08-07T21:29:21.731Z[ host-package] Compiling libz-sys v1.1.24
31312026-08-07T21:29:21.837Z[ host-package] Compiling salty v0.3.0
31322026-08-07T21:29:21.943Z[ host-package] Compiling progenitor-macro v0.13.0
31332026-08-07T21:29:22.144Z[ helios-setup] Aug 07 21:29:20.706 INFO E| Compiling toml v0.5.11
31342026-08-07T21:29:22.144Z[ helios-setup] Aug 07 21:29:20.706 INFO E| Compiling uuid v0.8.2
31352026-08-07T21:29:22.217Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31362026-08-07T21:29:22.501Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31372026-08-07T21:29:22.524Z[ host-package] Compiling kstat-rs v0.2.5
31382026-08-07T21:29:22.546Z[ host-package] Compiling polar-core v0.27.3
31392026-08-07T21:29:22.887Z[ helios-setup] Aug 07 21:29:21.449 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31402026-08-07T21:29:23.289Z[ host-package] Compiling mime_guess v2.0.5
31412026-08-07T21:29:23.596Z[ helios-setup] Aug 07 21:29:22.157 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31422026-08-07T21:29:23.937Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31432026-08-07T21:29:24.599Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31442026-08-07T21:29:25.732Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31452026-08-07T21:29:25.808Z[ host-package] Compiling rfc6979 v0.4.0
31462026-08-07T21:29:25.844Z[ host-package] Compiling nanorand v0.7.0
31472026-08-07T21:29:25.890Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31482026-08-07T21:29:26.038Z[ host-package] Compiling parking_lot_core v0.8.6
31492026-08-07T21:29:26.403Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31502026-08-07T21:29:26.475Z[ host-package] Compiling flume v0.11.1
31512026-08-07T21:29:26.499Z[ host-package] Compiling ecdsa v0.16.9
31522026-08-07T21:29:26.553Z[ host-package] Compiling progenitor v0.13.0
31532026-08-07T21:29:26.759Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-08-07T21:29:27.177Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31552026-08-07T21:29:27.200Z[ host-package] Compiling primeorder v0.13.6
31562026-08-07T21:29:27.517Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31572026-08-07T21:29:27.691Z[ host-package] Compiling git-stub v1.0.0
31582026-08-07T21:29:27.870Z[ helios-setup] Aug 07 21:29:26.430 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.80s
31592026-08-07T21:29:27.892Z[ helios-setup] Aug 07 21:29:26.454 INFO building project "image-builder" ok (15 seconds)
31602026-08-07T21:29:27.893Z[ helios-setup] Aug 07 21:29:26.454 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31612026-08-07T21:29:27.931Z[ helios-setup] Aug 07 21:29:26.492 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')"
31622026-08-07T21:29:27.931Z[ helios-setup] Aug 07 21:29:26.492 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31632026-08-07T21:29:27.931Z[ helios-setup] Aug 07 21:29:26.492 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31642026-08-07T21:29:28.023Z[ host-package] Compiling http-range v0.1.5
31652026-08-07T21:29:28.111Z[ helios-setup] Aug 07 21:29:26.672 INFO E| Updating crates.io index
31662026-08-07T21:29:28.114Z[ helios-setup] Aug 07 21:29:26.673 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31672026-08-07T21:29:28.379Z[ host-package] Compiling strsim v0.10.0
31682026-08-07T21:29:28.542Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31692026-08-07T21:29:28.585Z[ helios-setup] Aug 07 21:29:27.146 INFO E| From https://github.com/oxidecomputer/amd-apcb
31702026-08-07T21:29:28.585Z[ helios-setup] Aug 07 21:29:27.146 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31712026-08-07T21:29:28.599Z[ helios-setup] Aug 07 21:29:27.161 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31722026-08-07T21:29:28.693Z[ host-package] Compiling instability v0.3.11
31732026-08-07T21:29:28.807Z[ host-package] Compiling darling_core v0.13.4
31742026-08-07T21:29:28.989Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31752026-08-07T21:29:28.996Z[ helios-setup] Aug 07 21:29:27.557 INFO E| From https://github.com/oxidecomputer/amd-efs
31762026-08-07T21:29:28.996Z[ helios-setup] Aug 07 21:29:27.557 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31772026-08-07T21:29:29.231Z[ helios-setup] Aug 07 21:29:27.791 INFO E| Downloading crates ...
31782026-08-07T21:29:29.273Z[ helios-setup] Aug 07 21:29:27.835 INFO E| Downloaded unic-ucd-version v0.9.0
31792026-08-07T21:29:29.280Z[ helios-setup] Aug 07 21:29:27.842 INFO E| Downloaded ansi_term v0.12.1
31802026-08-07T21:29:29.287Z[ helios-setup] Aug 07 21:29:27.848 INFO E| Downloaded textwrap v0.11.0
31812026-08-07T21:29:29.295Z[ helios-setup] Aug 07 21:29:27.856 INFO E| Downloaded heck v0.3.3
31822026-08-07T21:29:29.298Z[ helios-setup] Aug 07 21:29:27.858 INFO E| Downloaded unic-char-property v0.9.0
31832026-08-07T21:29:29.298Z[ helios-setup] Aug 07 21:29:27.858 INFO E| Downloaded vec_map v0.8.2
31842026-08-07T21:29:29.306Z[ helios-setup] Aug 07 21:29:27.868 INFO E| Downloaded fletcher v1.0.0
31852026-08-07T21:29:29.309Z[ helios-setup] Aug 07 21:29:27.869 INFO E| Downloaded parse_int v0.9.0
31862026-08-07T21:29:29.312Z[ helios-setup] Aug 07 21:29:27.872 INFO E| Downloaded unic-common v0.9.0
31872026-08-07T21:29:29.312Z[ helios-setup] Aug 07 21:29:27.872 INFO E| Downloaded unic-ucd-ident v0.9.0
31882026-08-07T21:29:29.315Z[ helios-setup] Aug 07 21:29:27.876 INFO E| Downloaded strum v0.27.1
31892026-08-07T21:29:29.316Z[ helios-setup] Aug 07 21:29:27.876 INFO E| Downloaded unic-char-range v0.9.0
31902026-08-07T21:29:29.318Z[ helios-setup] Aug 07 21:29:27.880 INFO E| Downloaded four-cc v0.4.0
31912026-08-07T21:29:29.324Z[ helios-setup] Aug 07 21:29:27.886 INFO E| Downloaded strsim v0.8.0
31922026-08-07T21:29:29.327Z[ helios-setup] Aug 07 21:29:27.887 INFO E| Downloaded dyn-clone v1.0.19
31932026-08-07T21:29:29.336Z[ helios-setup] Aug 07 21:29:27.898 INFO E| Downloaded strum_macros v0.27.1
31942026-08-07T21:29:29.339Z[ helios-setup] Aug 07 21:29:27.899 INFO E| Downloaded modular-bitfield-impl v0.13.1
31952026-08-07T21:29:29.339Z[ helios-setup] Aug 07 21:29:27.900 INFO E| Downloaded rustversion v1.0.20
31962026-08-07T21:29:29.343Z[ helios-setup] Aug 07 21:29:27.902 INFO E| Downloaded pest_generator v2.8.0
31972026-08-07T21:29:29.343Z[ helios-setup] Aug 07 21:29:27.903 INFO E| Downloaded structopt-derive v0.4.18
31982026-08-07T21:29:29.343Z[ helios-setup] Aug 07 21:29:27.903 INFO E| Downloaded bytesize v2.0.1
31992026-08-07T21:29:29.346Z[ helios-setup] Aug 07 21:29:27.905 INFO E| Downloaded modular-bitfield-impl v0.11.2
32002026-08-07T21:29:29.346Z[ helios-setup] Aug 07 21:29:27.906 INFO E| Downloaded log v0.4.27
32012026-08-07T21:29:29.373Z[ helios-setup] Aug 07 21:29:27.935 INFO E| Downloaded pest_derive v2.8.0
32022026-08-07T21:29:29.402Z[ helios-setup] Aug 07 21:29:27.964 INFO E| Downloaded pest_meta v2.8.0
32032026-08-07T21:29:29.406Z[ helios-setup] Aug 07 21:29:27.965 INFO E| Downloaded pest v2.8.0
32042026-08-07T21:29:29.408Z[ helios-setup] Aug 07 21:29:27.968 INFO E| Downloaded modular-bitfield v0.11.2
32052026-08-07T21:29:29.413Z[ helios-setup] Aug 07 21:29:27.974 INFO E| Downloaded modular-bitfield v0.13.1
32062026-08-07T21:29:29.423Z[ helios-setup] Aug 07 21:29:27.984 INFO E| Downloaded structopt v0.3.26
32072026-08-07T21:29:29.427Z[ helios-setup] Aug 07 21:29:27.989 INFO E| Downloaded typenum v1.18.0
32082026-08-07T21:29:29.430Z[ helios-setup] Aug 07 21:29:27.990 INFO E| Downloaded zerocopy-derive v0.8.25
32092026-08-07T21:29:29.433Z[ helios-setup] Aug 07 21:29:27.994 INFO E| Downloaded goblin v0.9.3
32102026-08-07T21:29:29.436Z[ helios-setup] Aug 07 21:29:27.998 INFO E| Downloaded clap v2.34.0
32112026-08-07T21:29:29.440Z[ helios-setup] Aug 07 21:29:28.002 INFO E| Downloaded zerocopy v0.8.25
32122026-08-07T21:29:29.509Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling proc-macro2 v1.0.95
32132026-08-07T21:29:29.509Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling unicode-ident v1.0.18
32142026-08-07T21:29:29.509Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling memchr v2.7.4
32152026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling thiserror v2.0.12
32162026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling autocfg v1.4.0
32172026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling serde v1.0.219
32182026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling syn v1.0.109
32192026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling version_check v0.9.5
32202026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling serde_json v1.0.140
32212026-08-07T21:29:29.512Z[ helios-setup] Aug 07 21:29:28.070 INFO E| Compiling ryu v1.0.20
32222026-08-07T21:29:29.543Z[ helios-setup] Aug 07 21:29:28.104 INFO E| Compiling itoa v1.0.15
32232026-08-07T21:29:29.547Z[ helios-setup] Aug 07 21:29:28.105 INFO E| Compiling schemars v0.8.22
32242026-08-07T21:29:29.547Z[ helios-setup] Aug 07 21:29:28.105 INFO E| Compiling static_assertions v1.1.0
32252026-08-07T21:29:29.550Z[ helios-setup] Aug 07 21:29:28.110 INFO E| Compiling dyn-clone v1.0.19
32262026-08-07T21:29:29.550Z[ helios-setup] Aug 07 21:29:28.110 INFO E| Compiling zerocopy v0.8.25
32272026-08-07T21:29:29.550Z[ helios-setup] Aug 07 21:29:28.110 INFO E| Compiling ucd-trie v0.1.7
32282026-08-07T21:29:29.766Z[ helios-setup] Aug 07 21:29:28.327 INFO E| Compiling paste v1.0.15
32292026-08-07T21:29:29.837Z[ helios-setup] Aug 07 21:29:28.398 INFO E| Compiling libc v0.2.172
32302026-08-07T21:29:29.927Z[ host-package] Compiling git-stub-vcs v0.1.0
32312026-08-07T21:29:29.978Z[ helios-setup] Aug 07 21:29:28.539 INFO E| Compiling rustversion v1.0.20
32322026-08-07T21:29:30.025Z[ helios-setup] Aug 07 21:29:28.586 INFO E| Compiling once_cell v1.21.3
32332026-08-07T21:29:30.184Z[ helios-setup] Aug 07 21:29:28.735 INFO E| Compiling unicode-width v0.1.14
32342026-08-07T21:29:30.184Z[ helios-setup] Aug 07 21:29:28.735 INFO E| Compiling unicode-segmentation v1.12.0
32352026-08-07T21:29:30.351Z[ helios-setup] Aug 07 21:29:28.912 INFO E| Compiling proc-macro-error-attr v1.0.4
32362026-08-07T21:29:30.371Z[ helios-setup] Aug 07 21:29:28.931 INFO E| Compiling proc-macro-error v1.0.4
32372026-08-07T21:29:30.435Z[ helios-setup] Aug 07 21:29:28.996 INFO E| Compiling heck v0.5.0
32382026-08-07T21:29:30.467Z[ helios-setup] Aug 07 21:29:29.028 INFO E| Compiling strsim v0.8.0
32392026-08-07T21:29:30.535Z[ helios-setup] Aug 07 21:29:29.096 INFO E| Compiling strum v0.27.1
32402026-08-07T21:29:30.583Z[ helios-setup] Aug 07 21:29:29.145 INFO E| Compiling textwrap v0.11.0
32412026-08-07T21:29:30.624Z[ helios-setup] Aug 07 21:29:29.185 INFO E| Compiling byteorder v1.5.0
32422026-08-07T21:29:30.637Z[ host-package] Compiling p384 v0.13.1
32432026-08-07T21:29:30.643Z[ helios-setup] Aug 07 21:29:29.205 INFO E| Compiling heck v0.3.3
32442026-08-07T21:29:30.711Z[ helios-setup] Aug 07 21:29:29.273 INFO E| Compiling unic-common v0.9.0
32452026-08-07T21:29:30.730Z[ helios-setup] Aug 07 21:29:29.291 INFO E| Compiling ansi_term v0.12.1
32462026-08-07T21:29:30.760Z[ helios-setup] Aug 07 21:29:29.322 INFO E| Compiling num-traits v0.2.19
32472026-08-07T21:29:30.784Z[ helios-setup] Aug 07 21:29:29.345 INFO E| Compiling memoffset v0.9.1
32482026-08-07T21:29:30.856Z[ helios-setup] Aug 07 21:29:29.417 INFO E| Compiling bitflags v1.3.2
32492026-08-07T21:29:30.887Z[ helios-setup] Aug 07 21:29:29.448 INFO E| Compiling vec_map v0.8.2
32502026-08-07T21:29:30.954Z[ helios-setup] Aug 07 21:29:29.511 INFO E| Compiling unic-char-range v0.9.0
32512026-08-07T21:29:30.975Z[ helios-setup] Aug 07 21:29:29.536 INFO E| Compiling fletcher v1.0.0
32522026-08-07T21:29:31.058Z[ helios-setup] Aug 07 21:29:29.619 INFO E| Compiling unic-char-property v0.9.0
32532026-08-07T21:29:31.104Z[ helios-setup] Aug 07 21:29:29.665 INFO E| Compiling unic-ucd-version v0.9.0
32542026-08-07T21:29:31.123Z[ helios-setup] Aug 07 21:29:29.684 INFO E| Compiling log v0.4.27
32552026-08-07T21:29:31.146Z[ helios-setup] Aug 07 21:29:29.699 INFO E| Compiling lazy_static v1.5.0
32562026-08-07T21:29:31.153Z[ helios-setup] Aug 07 21:29:29.714 INFO E| Compiling plain v0.2.3
32572026-08-07T21:29:31.161Z[ helios-setup] Aug 07 21:29:29.723 INFO E| Compiling bytesize v2.0.1
32582026-08-07T21:29:31.167Z[ helios-setup] Aug 07 21:29:29.728 INFO E| Compiling unic-ucd-ident v0.9.0
32592026-08-07T21:29:31.316Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32602026-08-07T21:29:31.548Z[ helios-setup] Aug 07 21:29:30.110 INFO E| Compiling quote v1.0.40
32612026-08-07T21:29:31.626Z[ helios-setup] Aug 07 21:29:30.187 INFO E| Compiling atty v0.2.14
32622026-08-07T21:29:31.648Z[ host-package] Compiling ignore v0.4.25
32632026-08-07T21:29:31.697Z[ helios-setup] Aug 07 21:29:30.258 INFO E| Compiling clap v2.34.0
32642026-08-07T21:29:31.812Z[ helios-setup] Aug 07 21:29:30.374 INFO E| Compiling syn v2.0.101
32652026-08-07T21:29:32.034Z[ helios-setup] Aug 07 21:29:30.595 INFO E| Compiling parse_int v0.9.0
32662026-08-07T21:29:32.276Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32672026-08-07T21:29:34.022Z[ host-package] Compiling oso v0.27.3
32682026-08-07T21:29:34.848Z[ helios-setup] Aug 07 21:29:33.409 INFO E| Compiling serde_derive_internals v0.29.1
32692026-08-07T21:29:35.469Z[ host-package] Compiling diesel-dtrace v0.5.0
32702026-08-07T21:29:35.516Z[ helios-setup] Aug 07 21:29:34.077 INFO E| Compiling modular-bitfield-impl v0.11.2
32712026-08-07T21:29:35.516Z[ helios-setup] Aug 07 21:29:34.077 INFO E| Compiling structopt-derive v0.4.18
32722026-08-07T21:29:35.971Z[ host-package] Compiling async-bb8-diesel v0.2.1
32732026-08-07T21:29:36.411Z[ helios-setup] Aug 07 21:29:34.972 INFO E| Compiling thiserror-impl v2.0.12
32742026-08-07T21:29:36.412Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling serde_derive v1.0.219
32752026-08-07T21:29:36.417Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling schemars_derive v0.8.22
32762026-08-07T21:29:36.417Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling zerocopy-derive v0.8.25
32772026-08-07T21:29:36.417Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling modular-bitfield-impl v0.13.1
32782026-08-07T21:29:36.417Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling num-derive v0.4.2
32792026-08-07T21:29:36.417Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling scroll_derive v0.12.1
32802026-08-07T21:29:36.417Z[ helios-setup] Aug 07 21:29:34.973 INFO E| Compiling strum_macros v0.27.1
32812026-08-07T21:29:36.485Z[ host-package] Compiling vergen-git2 v9.1.0
32822026-08-07T21:29:36.700Z[ helios-setup] Aug 07 21:29:35.261 INFO E| Compiling modular-bitfield v0.11.2
32832026-08-07T21:29:37.073Z[ host-package] Compiling castaway v0.2.4
32842026-08-07T21:29:37.290Z[ helios-setup] Aug 07 21:29:35.851 INFO E| Compiling structopt v0.3.26
32852026-08-07T21:29:37.325Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32862026-08-07T21:29:37.370Z[ host-package] Compiling indoc v2.0.7
32872026-08-07T21:29:37.436Z[ host-package] Compiling compact_str v0.8.1
32882026-08-07T21:29:37.472Z[ helios-setup] Aug 07 21:29:36.031 INFO E| Compiling scroll v0.12.0
32892026-08-07T21:29:37.758Z[ helios-setup] Aug 07 21:29:36.320 INFO E| Compiling goblin v0.9.3
32902026-08-07T21:29:37.956Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32912026-08-07T21:29:38.213Z[ helios-setup] Aug 07 21:29:36.775 INFO E| Compiling modular-bitfield v0.13.1
32922026-08-07T21:29:38.296Z[ host-package] Compiling globwalk v0.9.1
32932026-08-07T21:29:38.747Z[ helios-setup] Aug 07 21:29:37.308 INFO E| Compiling pest v2.8.0
32942026-08-07T21:29:39.013Z[ host-package] Compiling hyper-staticfile v0.10.1
32952026-08-07T21:29:39.258Z[ host-package] Compiling parking_lot v0.11.2
32962026-08-07T21:29:39.440Z[ host-package] Compiling darling_macro v0.13.4
32972026-08-07T21:29:39.503Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32982026-08-07T21:29:39.972Z[ helios-setup] Aug 07 21:29:38.533 INFO E| Compiling pest_meta v2.8.0
32992026-08-07T21:29:40.132Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33002026-08-07T21:29:40.289Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33012026-08-07T21:29:40.478Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33022026-08-07T21:29:40.522Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-08-07T21:29:40.588Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33042026-08-07T21:29:40.647Z[ helios-setup] Aug 07 21:29:39.208 INFO E| Compiling pest_generator v2.8.0
33052026-08-07T21:29:41.095Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33062026-08-07T21:29:41.247Z[ host-package] Compiling predicates-tree v1.0.13
33072026-08-07T21:29:41.445Z[ helios-setup] Aug 07 21:29:40.007 INFO E| Compiling pest_derive v2.8.0
33082026-08-07T21:29:41.637Z[ host-package] Compiling unicode-truncate v1.1.0
33092026-08-07T21:29:41.851Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33102026-08-07T21:29:41.943Z[ host-package] Compiling lru v0.12.5
33112026-08-07T21:29:42.088Z[ host-package] Compiling prefix-trie v0.7.0
33122026-08-07T21:29:42.387Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33132026-08-07T21:29:42.468Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-08-07T21:29:42.652Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33152026-08-07T21:29:42.758Z[ host-package] Compiling rand_seeder v0.4.0
33162026-08-07T21:29:42.776Z[ helios-setup] Aug 07 21:29:41.337 INFO E| Compiling json5 v0.4.1
33172026-08-07T21:29:42.961Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-08-07T21:29:43.063Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33192026-08-07T21:29:43.164Z[ host-package] Compiling corncobs v0.1.4
33202026-08-07T21:29:43.295Z[ host-package] Compiling cassowary v0.3.0
33212026-08-07T21:29:43.355Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33222026-08-07T21:29:43.501Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-08-07T21:29:43.626Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-08-07T21:29:43.783Z[ host-package] Compiling ratatui v0.29.0
33252026-08-07T21:29:44.002Z[ host-package] Compiling hickory-server v0.25.2
33262026-08-07T21:29:44.148Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33272026-08-07T21:29:44.420Z[ helios-setup] Aug 07 21:29:42.981 INFO E| Compiling four-cc v0.4.0
33282026-08-07T21:29:44.420Z[ helios-setup] Aug 07 21:29:42.981 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33292026-08-07T21:29:44.455Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33302026-08-07T21:29:44.543Z[ helios-setup] Aug 07 21:29:43.104 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33312026-08-07T21:29:45.199Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-08-07T21:29:45.383Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-08-07T21:29:46.324Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33342026-08-07T21:29:47.183Z[ host-package] Compiling darling v0.13.4
33352026-08-07T21:29:47.368Z[ host-package] Compiling sled v0.34.7
33362026-08-07T21:29:49.053Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33372026-08-07T21:29:49.256Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33382026-08-07T21:29:49.573Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33392026-08-07T21:29:49.729Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33402026-08-07T21:29:49.970Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33412026-08-07T21:29:50.250Z[ host-package] Compiling secrecy v0.8.0
33422026-08-07T21:29:50.459Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-08-07T21:29:50.484Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33442026-08-07T21:29:51.194Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33452026-08-07T21:29:51.232Z[ host-package] Compiling serde_with_macros v1.5.2
33462026-08-07T21:29:51.814Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33472026-08-07T21:29:52.113Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33482026-08-07T21:29:52.789Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33492026-08-07T21:29:52.889Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33502026-08-07T21:29:53.249Z[ host-package] Compiling git2 v0.20.4
33512026-08-07T21:29:53.351Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33522026-08-07T21:29:53.563Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33532026-08-07T21:29:53.586Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33542026-08-07T21:29:53.790Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33552026-08-07T21:29:53.963Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33562026-08-07T21:29:54.202Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33572026-08-07T21:29:54.245Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33582026-08-07T21:29:54.373Z[ host-package] Compiling arc-swap v1.8.2
33592026-08-07T21:29:54.498Z[ host-package] Compiling void v1.0.2
33602026-08-07T21:29:54.689Z[ host-package] Compiling slog-scope v4.4.1
33612026-08-07T21:29:54.722Z[ host-package] Compiling lzss v0.8.2
33622026-08-07T21:29:55.006Z[ host-package] Compiling illumos-nvpair v0.3.0
33632026-08-07T21:29:55.210Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33642026-08-07T21:29:55.366Z[ host-package] Compiling serde_with v1.14.0
33652026-08-07T21:29:56.206Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33662026-08-07T21:29:56.535Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33672026-08-07T21:29:56.564Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33682026-08-07T21:29:56.567Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33692026-08-07T21:29:58.367Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33702026-08-07T21:29:58.743Z[ helios-setup] Aug 07 21:29:57.304 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33712026-08-07T21:29:59.129Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33722026-08-07T21:29:59.488Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33732026-08-07T21:30:01.928Z[ helios-setup] Aug 07 21:30:00.489 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33742026-08-07T21:30:02.093Z[ host-package] Compiling scuffle v0.1.0
33752026-08-07T21:30:02.248Z[ host-package] Compiling tungstenite v0.23.0
33762026-08-07T21:30:02.320Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33772026-08-07T21:30:03.362Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33782026-08-07T21:30:04.260Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33792026-08-07T21:30:04.386Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33802026-08-07T21:30:04.520Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33812026-08-07T21:30:04.571Z[ host-package] Compiling nix v0.27.1
33822026-08-07T21:30:04.626Z[ host-package] Compiling twox-hash v2.1.2
33832026-08-07T21:30:04.834Z[ host-package] Compiling libsw-core v0.3.2
33842026-08-07T21:30:05.112Z[ host-package] Compiling atty v0.2.14
33852026-08-07T21:30:05.230Z[ host-package] Compiling serde_bytes v0.11.19
33862026-08-07T21:30:05.276Z[ host-package] Compiling libsw v3.5.0
33872026-08-07T21:30:05.629Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33882026-08-07T21:30:05.632Z[ host-package] Compiling tokio-tungstenite v0.23.1
33892026-08-07T21:30:05.723Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33902026-08-07T21:30:05.812Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33912026-08-07T21:30:06.017Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33922026-08-07T21:30:06.067Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33932026-08-07T21:30:07.522Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-08-07T21:30:08.254Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33952026-08-07T21:30:08.418Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
33962026-08-07T21:30:08.725Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33972026-08-07T21:30:09.729Z[ host-package] Compiling slog-stdlog v4.1.1
33982026-08-07T21:30:10.113Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33992026-08-07T21:30:10.157Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-08-07T21:30:10.306Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34012026-08-07T21:30:10.355Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34022026-08-07T21:30:10.651Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34032026-08-07T21:30:10.830Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34042026-08-07T21:30:12.564Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34052026-08-07T21:30:13.328Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34062026-08-07T21:30:13.691Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34072026-08-07T21:30:14.015Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34082026-08-07T21:30:14.189Z[ helios-setup] Aug 07 21:30:12.750 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.21s
34092026-08-07T21:30:14.225Z[ helios-setup] Aug 07 21:30:12.786 INFO building project "amd-host-image-builder" ok (46 seconds)
34102026-08-07T21:30:14.225Z[ helios-setup] Aug 07 21:30:12.786 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34112026-08-07T21:30:14.235Z[ helios-setup] Aug 07 21:30:12.796 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34122026-08-07T21:30:14.235Z[ helios-setup] Aug 07 21:30:12.796 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34132026-08-07T21:30:14.238Z[ helios-setup] Aug 07 21:30:12.796 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34142026-08-07T21:30:14.353Z[ helios-setup] Aug 07 21:30:12.914 INFO E| Blocking waiting for file lock on package cache
34152026-08-07T21:30:16.435Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34162026-08-07T21:30:16.685Z[ helios-setup] Aug 07 21:30:15.246 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34172026-08-07T21:30:16.990Z[ helios-setup] Aug 07 21:30:15.551 INFO E| From https://github.com/jclulow/hiercmd
34182026-08-07T21:30:16.990Z[ helios-setup] Aug 07 21:30:15.552 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34192026-08-07T21:30:17.003Z[ helios-setup] Aug 07 21:30:15.564 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34202026-08-07T21:30:17.308Z[ helios-setup] Aug 07 21:30:15.869 INFO E| From https://github.com/oxidecomputer/network-interface
34212026-08-07T21:30:17.308Z[ helios-setup] Aug 07 21:30:15.869 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34222026-08-07T21:30:17.321Z[ helios-setup] Aug 07 21:30:15.882 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34232026-08-07T21:30:17.648Z[ helios-setup] Aug 07 21:30:16.209 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34242026-08-07T21:30:17.648Z[ helios-setup] Aug 07 21:30:16.209 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34252026-08-07T21:30:17.667Z[ helios-setup] Aug 07 21:30:16.228 INFO E| Updating crates.io index
34262026-08-07T21:30:17.765Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-08-07T21:30:17.835Z[ helios-setup] Aug 07 21:30:16.396 INFO E| Downloading crates ...
34282026-08-07T21:30:17.874Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-08-07T21:30:17.917Z[ helios-setup] Aug 07 21:30:16.478 INFO E| Downloaded indexmap v2.12.0
34302026-08-07T21:30:17.920Z[ helios-setup] Aug 07 21:30:16.481 INFO E| Downloaded tokio-macros v2.6.0
34312026-08-07T21:30:17.923Z[ helios-setup] Aug 07 21:30:16.482 INFO E| Downloaded anstyle v1.0.13
34322026-08-07T21:30:17.923Z[ helios-setup] Aug 07 21:30:16.483 INFO E| Downloaded anstyle-query v1.1.4
34332026-08-07T21:30:17.923Z[ helios-setup] Aug 07 21:30:16.484 INFO E| Downloaded bitfield-macros v0.19.3
34342026-08-07T21:30:17.923Z[ helios-setup] Aug 07 21:30:16.484 INFO E| Downloaded libdevinfo-sys v1.1.0
34352026-08-07T21:30:17.923Z[ helios-setup] Aug 07 21:30:16.485 INFO E| Downloaded uuid v1.18.1
34362026-08-07T21:30:17.926Z[ helios-setup] Aug 07 21:30:16.486 INFO E| Downloaded bytes v1.10.1
34372026-08-07T21:30:17.930Z[ helios-setup] Aug 07 21:30:16.491 INFO E| Downloaded futures-io v0.3.31
34382026-08-07T21:30:17.930Z[ helios-setup] Aug 07 21:30:16.491 INFO E| Downloaded futures-task v0.3.31
34392026-08-07T21:30:17.930Z[ helios-setup] Aug 07 21:30:16.491 INFO E| Downloaded futures-core v0.3.31
34402026-08-07T21:30:17.944Z[ helios-setup] Aug 07 21:30:16.506 INFO E| Downloaded crc v3.3.0
34412026-08-07T21:30:17.948Z[ helios-setup] Aug 07 21:30:16.507 INFO E| Downloaded futures-sink v0.3.31
34422026-08-07T21:30:17.948Z[ helios-setup] Aug 07 21:30:16.508 INFO E| Downloaded futures-macro v0.3.31
34432026-08-07T21:30:17.948Z[ helios-setup] Aug 07 21:30:16.508 INFO E| Downloaded getopts v0.2.24
34442026-08-07T21:30:17.951Z[ helios-setup] Aug 07 21:30:16.509 INFO E| Downloaded num_enum v0.7.5
34452026-08-07T21:30:17.954Z[ helios-setup] Aug 07 21:30:16.512 INFO E| Downloaded simd-adler32 v0.3.7
34462026-08-07T21:30:17.954Z[ helios-setup] Aug 07 21:30:16.513 INFO E| Downloaded pin-project-lite v0.2.16
34472026-08-07T21:30:17.958Z[ helios-setup] Aug 07 21:30:16.517 INFO E| Downloaded futures-executor v0.3.31
34482026-08-07T21:30:17.969Z[ helios-setup] Aug 07 21:30:16.530 INFO E| Downloaded time-core v0.1.6
34492026-08-07T21:30:17.972Z[ helios-setup] Aug 07 21:30:16.532 INFO E| Downloaded devinfo v0.1.0
34502026-08-07T21:30:17.972Z[ helios-setup] Aug 07 21:30:16.533 INFO E| Downloaded zeroize_derive v1.4.2
34512026-08-07T21:30:17.975Z[ helios-setup] Aug 07 21:30:16.534 INFO E| Downloaded clap_lex v0.7.6
34522026-08-07T21:30:17.982Z[ helios-setup] Aug 07 21:30:16.543 INFO E| Downloaded env_filter v0.1.4
34532026-08-07T21:30:17.985Z[ helios-setup] Aug 07 21:30:16.544 INFO E| Downloaded serde_spanned v1.0.3
34542026-08-07T21:30:17.985Z[ helios-setup] Aug 07 21:30:16.546 INFO E| Downloaded generic-array v0.14.9
34552026-08-07T21:30:17.985Z[ helios-setup] Aug 07 21:30:16.546 INFO E| Downloaded base64ct v1.8.0
34562026-08-07T21:30:17.988Z[ helios-setup] Aug 07 21:30:16.549 INFO E| Downloaded find-msvc-tools v0.1.4
34572026-08-07T21:30:17.991Z[ helios-setup] Aug 07 21:30:16.550 INFO E| Downloaded num_enum_derive v0.7.5
34582026-08-07T21:30:18.001Z[ helios-setup] Aug 07 21:30:16.562 INFO E| Downloaded env_logger v0.11.8
34592026-08-07T21:30:18.005Z[ helios-setup] Aug 07 21:30:16.564 INFO E| Downloaded thiserror v2.0.17
34602026-08-07T21:30:18.008Z[ helios-setup] Aug 07 21:30:16.567 INFO E| Downloaded bitfield v0.19.3
34612026-08-07T21:30:18.008Z[ helios-setup] Aug 07 21:30:16.568 INFO E| Downloaded pin-utils v0.1.0
34622026-08-07T21:30:18.010Z[ helios-setup] Aug 07 21:30:16.571 INFO E| Downloaded futures-channel v0.3.31
34632026-08-07T21:30:18.011Z[ helios-setup] Aug 07 21:30:16.572 INFO E| Downloaded quote v1.0.41
34642026-08-07T21:30:18.047Z[ helios-setup] Aug 07 21:30:16.608 INFO E| Downloaded toml_datetime v0.7.3
34652026-08-07T21:30:18.050Z[ helios-setup] Aug 07 21:30:16.609 INFO E| Downloaded toml_parser v1.0.4
34662026-08-07T21:30:18.050Z[ helios-setup] Aug 07 21:30:16.611 INFO E| Downloaded toml_writer v1.0.4
34672026-08-07T21:30:18.053Z[ helios-setup] Aug 07 21:30:16.612 INFO E| Downloaded clap_derive v4.5.49
34682026-08-07T21:30:18.053Z[ helios-setup] Aug 07 21:30:16.613 INFO E| Downloaded slab v0.4.11
34692026-08-07T21:30:18.056Z[ helios-setup] Aug 07 21:30:16.614 INFO E| Downloaded thiserror-impl v2.0.17
34702026-08-07T21:30:18.056Z[ helios-setup] Aug 07 21:30:16.615 INFO E| Downloaded signal-hook-registry v1.4.6
34712026-08-07T21:30:18.056Z[ helios-setup] Aug 07 21:30:16.616 INFO E| Downloaded unicode-ident v1.0.22
34722026-08-07T21:30:18.059Z[ helios-setup] Aug 07 21:30:16.618 INFO E| Downloaded getrandom v0.2.16
34732026-08-07T21:30:18.059Z[ helios-setup] Aug 07 21:30:16.620 INFO E| Downloaded time-macros v0.2.24
34742026-08-07T21:30:18.062Z[ helios-setup] Aug 07 21:30:16.622 INFO E| Downloaded bitflags v2.10.0
34752026-08-07T21:30:18.066Z[ helios-setup] Aug 07 21:30:16.624 INFO E| Downloaded log v0.4.28
34762026-08-07T21:30:18.066Z[ helios-setup] Aug 07 21:30:16.626 INFO E| Downloaded futures v0.3.31
34772026-08-07T21:30:18.069Z[ helios-setup] Aug 07 21:30:16.629 INFO E| Downloaded proc-macro2 v1.0.103
34782026-08-07T21:30:18.072Z[ helios-setup] Aug 07 21:30:16.631 INFO E| Downloaded clap v4.5.51
34792026-08-07T21:30:18.093Z[ helios-setup] Aug 07 21:30:16.654 INFO E| Downloaded deranged v0.5.5
34802026-08-07T21:30:18.096Z[ helios-setup] Aug 07 21:30:16.655 INFO E| Downloaded anyhow v1.0.100
34812026-08-07T21:30:18.099Z[ helios-setup] Aug 07 21:30:16.658 INFO E| Downloaded flate2 v1.1.5
34822026-08-07T21:30:18.103Z[ helios-setup] Aug 07 21:30:16.661 INFO E| Downloaded toml v0.9.8
34832026-08-07T21:30:18.103Z[ helios-setup] Aug 07 21:30:16.664 INFO E| Downloaded socket2 v0.6.1
34842026-08-07T21:30:18.106Z[ helios-setup] Aug 07 21:30:16.665 INFO E| Downloaded toml_edit v0.23.7
34852026-08-07T21:30:18.106Z[ helios-setup] Aug 07 21:30:16.667 INFO E| Downloaded rand v0.8.5
34862026-08-07T21:30:18.110Z[ helios-setup] Aug 07 21:30:16.669 INFO E| Downloaded typenum v1.19.0
34872026-08-07T21:30:18.113Z[ helios-setup] Aug 07 21:30:16.671 INFO E| Downloaded rsa v0.9.8
34882026-08-07T21:30:18.116Z[ helios-setup] Aug 07 21:30:16.675 INFO E| Downloaded memchr v2.7.6
34892026-08-07T21:30:18.124Z[ helios-setup] Aug 07 21:30:16.685 INFO E| Downloaded mio v1.1.0
34902026-08-07T21:30:18.132Z[ helios-setup] Aug 07 21:30:16.693 INFO E| Downloaded iddqd v0.3.14
34912026-08-07T21:30:18.135Z[ helios-setup] Aug 07 21:30:16.697 INFO E| Downloaded cc v1.2.44
34922026-08-07T21:30:18.141Z[ helios-setup] Aug 07 21:30:16.702 INFO E| Downloaded hashbrown v0.16.0
34932026-08-07T21:30:18.144Z[ helios-setup] Aug 07 21:30:16.705 INFO E| Downloaded num-bigint-dig v0.8.4
34942026-08-07T21:30:18.156Z[ helios-setup] Aug 07 21:30:16.717 INFO E| Downloaded time v0.3.44
34952026-08-07T21:30:18.162Z[ helios-setup] Aug 07 21:30:16.722 INFO E| Downloaded futures-util v0.3.31
34962026-08-07T21:30:18.168Z[ helios-setup] Aug 07 21:30:16.729 INFO E| Downloaded libm v0.2.15
34972026-08-07T21:30:18.186Z[ helios-setup] Aug 07 21:30:16.747 INFO E| Downloaded serde_json v1.0.145
34982026-08-07T21:30:18.190Z[ helios-setup] Aug 07 21:30:16.751 INFO E| Downloaded clap_builder v4.5.51
34992026-08-07T21:30:18.215Z[ helios-setup] Aug 07 21:30:16.776 INFO E| Downloaded chrono v0.4.42
35002026-08-07T21:30:18.219Z[ helios-setup] Aug 07 21:30:16.781 INFO E| Downloaded syn v2.0.108
35012026-08-07T21:30:18.226Z[ helios-setup] Aug 07 21:30:16.787 INFO E| Downloaded unicode-width v0.2.2
35022026-08-07T21:30:18.233Z[ helios-setup] Aug 07 21:30:16.794 INFO E| Downloaded rustix v1.1.2
35032026-08-07T21:30:18.279Z[ helios-setup] Aug 07 21:30:16.840 INFO E| Downloaded libc v0.2.177
35042026-08-07T21:30:18.295Z[ helios-setup] Aug 07 21:30:16.855 INFO E| Downloaded tokio v1.48.0
35052026-08-07T21:30:18.418Z[ helios-setup] Aug 07 21:30:16.977 INFO E| Compiling proc-macro2 v1.0.103
35062026-08-07T21:30:18.418Z[ helios-setup] Aug 07 21:30:16.977 INFO E| Compiling quote v1.0.41
35072026-08-07T21:30:18.418Z[ helios-setup] Aug 07 21:30:16.977 INFO E| Compiling unicode-ident v1.0.22
35082026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.977 INFO E| Compiling libc v0.2.177
35092026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.977 INFO E| Compiling serde_core v1.0.228
35102026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.977 INFO E| Compiling cfg-if v1.0.4
35112026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling serde v1.0.228
35122026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling version_check v0.9.5
35132026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling autocfg v1.5.0
35142026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling typenum v1.19.0
35152026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling const-oid v0.9.6
35162026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling libm v0.2.15
35172026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling zerocopy v0.8.27
35182026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling rustversion v1.0.22
35192026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling base64ct v1.8.0
35202026-08-07T21:30:18.422Z[ helios-setup] Aug 07 21:30:16.978 INFO E| Compiling smallvec v1.15.1
35212026-08-07T21:30:18.513Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35222026-08-07T21:30:18.669Z[ helios-setup] Aug 07 21:30:17.229 INFO E| Compiling zeroize v1.8.2
35232026-08-07T21:30:18.960Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35242026-08-07T21:30:19.030Z[ helios-setup] Aug 07 21:30:17.591 INFO E| Compiling utf8parse v0.2.2
35252026-08-07T21:30:19.236Z[ helios-setup] Aug 07 21:30:17.793 INFO E| Compiling num-traits v0.2.19
35262026-08-07T21:30:19.254Z[ helios-setup] Aug 07 21:30:17.815 INFO E| Compiling generic-array v0.14.9
35272026-08-07T21:30:19.273Z[ helios-setup] Aug 07 21:30:17.834 INFO E| Compiling pem-rfc7468 v0.7.0
35282026-08-07T21:30:19.318Z[ helios-setup] Aug 07 21:30:17.878 INFO E| Compiling memchr v2.7.6
35292026-08-07T21:30:19.328Z[ helios-setup] Aug 07 21:30:17.888 INFO E| Compiling rustix v1.1.2
35302026-08-07T21:30:19.418Z[ helios-setup] Aug 07 21:30:17.977 INFO E| Compiling equivalent v1.0.2
35312026-08-07T21:30:19.432Z[ helios-setup] Aug 07 21:30:17.993 INFO E| Compiling hashbrown v0.16.0
35322026-08-07T21:30:19.554Z[ helios-setup] Aug 07 21:30:18.115 INFO E| Compiling anyhow v1.0.100
35332026-08-07T21:30:19.560Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35342026-08-07T21:30:19.601Z[ helios-setup] Aug 07 21:30:18.161 INFO E| Compiling flagset v0.4.7
35352026-08-07T21:30:19.647Z[ helios-setup] Aug 07 21:30:18.207 INFO E| Compiling winnow v0.7.13
35362026-08-07T21:30:19.872Z[ helios-setup] Aug 07 21:30:18.432 INFO E| Compiling crc32fast v1.5.0
35372026-08-07T21:30:19.893Z[ helios-setup] Aug 07 21:30:18.454 INFO E| Compiling byteorder v1.5.0
35382026-08-07T21:30:20.067Z[ helios-setup] Aug 07 21:30:18.627 INFO E| Compiling anstyle-parse v0.2.7
35392026-08-07T21:30:20.384Z[ helios-setup] Aug 07 21:30:18.946 INFO E| Compiling getrandom v0.2.16
35402026-08-07T21:30:20.396Z[ helios-setup] Aug 07 21:30:18.957 INFO E| Compiling errno v0.3.14
35412026-08-07T21:30:20.540Z[ helios-setup] Aug 07 21:30:19.101 INFO E| Compiling is_terminal_polyfill v1.70.2
35422026-08-07T21:30:20.613Z[ helios-setup] Aug 07 21:30:19.174 INFO E| Compiling indexmap v2.12.0
35432026-08-07T21:30:20.660Z[ helios-setup] Aug 07 21:30:19.221 INFO E| Compiling rand_core v0.6.4
35442026-08-07T21:30:20.670Z[ helios-setup] Aug 07 21:30:19.231 INFO E| Compiling anstyle v1.0.13
35452026-08-07T21:30:20.670Z[ helios-setup] Aug 07 21:30:19.231 INFO E| Compiling anstyle-query v1.1.4
35462026-08-07T21:30:20.682Z[ helios-setup] Aug 07 21:30:19.243 INFO E| Compiling radium v0.7.0
35472026-08-07T21:30:20.761Z[ helios-setup] Aug 07 21:30:19.322 INFO E| Compiling shlex v1.3.0
35482026-08-07T21:30:20.809Z[ helios-setup] Aug 07 21:30:19.370 INFO E| Compiling syn v1.0.109
35492026-08-07T21:30:20.828Z[ helios-setup] Aug 07 21:30:19.389 INFO E| Compiling toml_datetime v0.7.3
35502026-08-07T21:30:21.170Z[ helios-setup] Aug 07 21:30:19.731 INFO E| Compiling colorchoice v1.0.4
35512026-08-07T21:30:21.184Z[ helios-setup] Aug 07 21:30:19.745 INFO E| Compiling allocator-api2 v0.2.21
35522026-08-07T21:30:21.212Z[ helios-setup] Aug 07 21:30:19.773 INFO E| Compiling find-msvc-tools v0.1.4
35532026-08-07T21:30:21.287Z[ helios-setup] Aug 07 21:30:19.848 INFO E| Compiling syn v2.0.108
35542026-08-07T21:30:21.389Z[ helios-setup] Aug 07 21:30:19.950 INFO E| Compiling cpufeatures v0.2.17
35552026-08-07T21:30:21.397Z[ helios-setup] Aug 07 21:30:19.957 INFO E| Compiling anstream v0.6.21
35562026-08-07T21:30:21.476Z[ helios-setup] Aug 07 21:30:20.037 INFO E| Compiling cc v1.2.44
35572026-08-07T21:30:21.504Z[ host-package] Compiling signal-hook-tokio v0.3.1
35582026-08-07T21:30:21.541Z[ helios-setup] Aug 07 21:30:20.100 INFO E| Compiling slog v2.8.2
35592026-08-07T21:30:21.587Z[ helios-setup] Aug 07 21:30:20.149 INFO E| Compiling maybe-uninit v2.0.0
35602026-08-07T21:30:21.654Z[ helios-setup] Aug 07 21:30:20.215 INFO E| Compiling tap v1.0.1
35612026-08-07T21:30:21.719Z[ helios-setup] Aug 07 21:30:20.280 INFO E| Compiling pin-project-lite v0.2.16
35622026-08-07T21:30:21.843Z[ helios-setup] Aug 07 21:30:20.404 INFO E| Compiling futures-core v0.3.31
35632026-08-07T21:30:21.869Z[ helios-setup] Aug 07 21:30:20.429 INFO E| Compiling futures-sink v0.3.31
35642026-08-07T21:30:21.869Z[ helios-setup] Aug 07 21:30:20.430 INFO E| Compiling pkg-config v0.3.32
35652026-08-07T21:30:22.122Z[ helios-setup] Aug 07 21:30:20.682 INFO E| Compiling unicode-width v0.2.2
35662026-08-07T21:30:22.255Z[ helios-setup] Aug 07 21:30:20.816 INFO E| Compiling parking_lot_core v0.9.12
35672026-08-07T21:30:22.362Z[ host-package] Compiling fatfs v0.3.6
35682026-08-07T21:30:22.398Z[ helios-setup] Aug 07 21:30:20.959 INFO E| Compiling toml_parser v1.0.4
35692026-08-07T21:30:22.557Z[ helios-setup] Aug 07 21:30:21.118 INFO E| Compiling num-integer v0.1.46
35702026-08-07T21:30:22.587Z[ helios-setup] Aug 07 21:30:21.148 INFO E| Compiling crypto-common v0.1.6
35712026-08-07T21:30:22.596Z[ helios-setup] Aug 07 21:30:21.157 INFO E| Compiling block-buffer v0.10.4
35722026-08-07T21:30:22.608Z[ helios-setup] Aug 07 21:30:21.169 INFO E| Compiling futures-channel v0.3.31
35732026-08-07T21:30:22.683Z[ host-package] Compiling yasna v0.5.2
35742026-08-07T21:30:22.755Z[ helios-setup] Aug 07 21:30:21.316 INFO E| Compiling digest v0.10.7
35752026-08-07T21:30:22.755Z[ helios-setup] Aug 07 21:30:21.316 INFO E| Compiling getopts v0.2.24
35762026-08-07T21:30:22.772Z[ helios-setup] Aug 07 21:30:21.333 INFO E| Compiling wyz v0.5.1
35772026-08-07T21:30:22.943Z[ helios-setup] Aug 07 21:30:21.504 INFO E| Compiling ahash v0.8.12
35782026-08-07T21:30:22.981Z[ helios-setup] Aug 07 21:30:21.542 INFO E| Compiling futures-task v0.3.31
35792026-08-07T21:30:23.002Z[ helios-setup] Aug 07 21:30:21.562 INFO E| Compiling packed_struct v0.10.1
35802026-08-07T21:30:23.008Z[ helios-setup] Aug 07 21:30:21.569 INFO E| Compiling pin-utils v0.1.0
35812026-08-07T21:30:23.054Z[ helios-setup] Aug 07 21:30:21.615 INFO E| Compiling scopeguard v1.2.0
35822026-08-07T21:30:23.094Z[ helios-setup] Aug 07 21:30:21.655 INFO E| Compiling sha2 v0.10.9
35832026-08-07T21:30:23.212Z[ helios-setup] Aug 07 21:30:21.773 INFO E| Compiling itoa v1.0.15
35842026-08-07T21:30:23.266Z[ helios-setup] Aug 07 21:30:21.827 INFO E| Compiling thiserror v1.0.69
35852026-08-07T21:30:23.275Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35862026-08-07T21:30:23.369Z[ helios-setup] Aug 07 21:30:21.930 INFO E| Compiling toml_edit v0.23.7
35872026-08-07T21:30:23.461Z[ helios-setup] Aug 07 21:30:22.017 INFO E| Compiling funty v2.0.0
35882026-08-07T21:30:23.523Z[ helios-setup] Aug 07 21:30:22.084 INFO E| Compiling time-core v0.1.6
35892026-08-07T21:30:23.529Z[ helios-setup] Aug 07 21:30:22.090 INFO E| Compiling clap_lex v0.7.6
35902026-08-07T21:30:23.533Z[ helios-setup] Aug 07 21:30:22.091 INFO E| Compiling bytes v1.10.1
35912026-08-07T21:30:23.543Z[ helios-setup] Aug 07 21:30:22.104 INFO E| Compiling getrandom v0.3.4
35922026-08-07T21:30:23.647Z[ helios-setup] Aug 07 21:30:22.208 INFO E| Compiling powerfmt v0.2.0
35932026-08-07T21:30:23.685Z[ helios-setup] Aug 07 21:30:22.246 INFO E| Compiling strsim v0.11.1
35942026-08-07T21:30:23.917Z[ helios-setup] Aug 07 21:30:22.478 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35952026-08-07T21:30:23.924Z[ helios-setup] Aug 07 21:30:22.485 INFO E| Compiling heck v0.5.0
35962026-08-07T21:30:24.075Z[ helios-setup] Aug 07 21:30:22.628 INFO E| Compiling num-bigint-dig v0.8.4
35972026-08-07T21:30:24.154Z[ helios-setup] Aug 07 21:30:22.715 INFO E| Compiling spin v0.9.8
35982026-08-07T21:30:24.324Z[ helios-setup] Aug 07 21:30:22.885 INFO E| Compiling proc-macro-crate v3.4.0
35992026-08-07T21:30:24.418Z[ helios-setup] Aug 07 21:30:22.979 INFO E| Compiling bitflags v2.10.0
36002026-08-07T21:30:24.435Z[ helios-setup] Aug 07 21:30:22.995 INFO E| Compiling slab v0.4.11
36012026-08-07T21:30:24.512Z[ helios-setup] Aug 07 21:30:23.073 INFO E| Compiling num-conv v0.1.0
36022026-08-07T21:30:24.607Z[ host-package] Compiling assert_matches v1.5.0
36032026-08-07T21:30:24.728Z[ helios-setup] Aug 07 21:30:23.289 INFO E| Compiling futures-io v0.3.31
36042026-08-07T21:30:24.758Z[ helios-setup] Aug 07 21:30:23.320 INFO E| Compiling bitvec v1.0.1
36052026-08-07T21:30:24.814Z[ helios-setup] Aug 07 21:30:23.375 INFO E| Compiling lazy_static v1.5.0
36062026-08-07T21:30:24.866Z[ host-package] Compiling is_ci v1.2.0
36072026-08-07T21:30:24.898Z[ helios-setup] Aug 07 21:30:23.459 INFO E| Compiling deranged v0.5.5
36082026-08-07T21:30:24.986Z[ helios-setup] Aug 07 21:30:23.547 INFO E| Compiling lock_api v0.4.14
36092026-08-07T21:30:25.002Z[ helios-setup] Aug 07 21:30:23.563 INFO E| Compiling num-iter v0.1.45
36102026-08-07T21:30:25.008Z[ helios-setup] Aug 07 21:30:23.570 INFO E| Compiling time-macros v0.2.24
36112026-08-07T21:30:25.075Z[ host-package] Compiling seq-macro v0.3.6
36122026-08-07T21:30:25.174Z[ host-package] Compiling rcgen v0.12.1
36132026-08-07T21:30:25.177Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36142026-08-07T21:30:25.231Z[ helios-setup] Aug 07 21:30:23.792 INFO E| Compiling indexmap v1.9.3
36152026-08-07T21:30:25.263Z[ helios-setup] Aug 07 21:30:23.823 INFO E| Compiling crc-catalog v2.4.0
36162026-08-07T21:30:25.293Z[ helios-setup] Aug 07 21:30:23.854 INFO E| Compiling simd-adler32 v0.3.7
36172026-08-07T21:30:25.405Z[ helios-setup] Aug 07 21:30:23.966 INFO E| Compiling once_cell v1.21.3
36182026-08-07T21:30:25.408Z[ helios-setup] Aug 07 21:30:23.967 INFO E| Compiling thiserror v2.0.17
36192026-08-07T21:30:25.493Z[ host-package] Compiling supports-color v3.0.2
36202026-08-07T21:30:25.524Z[ helios-setup] Aug 07 21:30:24.085 INFO E| Compiling iana-time-zone v0.1.64
36212026-08-07T21:30:25.562Z[ helios-setup] Aug 07 21:30:24.123 INFO E| Compiling nodrop v0.1.14
36222026-08-07T21:30:25.647Z[ helios-setup] Aug 07 21:30:24.207 INFO E| Compiling serde_json v1.0.145
36232026-08-07T21:30:25.890Z[ helios-setup] Aug 07 21:30:24.451 INFO E| Compiling terminal_size v0.4.3
36242026-08-07T21:30:25.946Z[ helios-setup] Aug 07 21:30:24.507 INFO E| Compiling adler2 v2.0.1
36252026-08-07T21:30:26.029Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36262026-08-07T21:30:26.057Z[ helios-setup] Aug 07 21:30:24.618 INFO E| Compiling log v0.4.28
36272026-08-07T21:30:26.065Z[ helios-setup] Aug 07 21:30:24.625 INFO E| Compiling clap_builder v4.5.51
36282026-08-07T21:30:26.205Z[ helios-setup] Aug 07 21:30:24.735 INFO E| Compiling miniz_oxide v0.8.9
36292026-08-07T21:30:26.209Z[ helios-setup] Aug 07 21:30:24.761 INFO E| Compiling chrono v0.4.42
36302026-08-07T21:30:26.424Z[ helios-setup] Aug 07 21:30:24.985 INFO E| Compiling env_filter v0.1.4
36312026-08-07T21:30:26.428Z[ host-package] Compiling slog-envlogger v2.2.0
36322026-08-07T21:30:26.471Z[ helios-setup] Aug 07 21:30:25.032 INFO E| Compiling array-init v0.0.4
36332026-08-07T21:30:26.638Z[ helios-setup] Aug 07 21:30:25.199 INFO E| Compiling parking_lot v0.12.5
36342026-08-07T21:30:26.861Z[ helios-setup] Aug 07 21:30:25.422 INFO E| Compiling crc v3.3.0
36352026-08-07T21:30:26.955Z[ helios-setup] Aug 07 21:30:25.516 INFO E| Compiling smallvec v0.6.14
36362026-08-07T21:30:27.101Z[ helios-setup] Aug 07 21:30:25.662 INFO E| Compiling serde_spanned v1.0.3
36372026-08-07T21:30:27.266Z[ helios-setup] Aug 07 21:30:25.826 INFO E| Compiling time v0.3.44
36382026-08-07T21:30:27.526Z[ helios-setup] Aug 07 21:30:26.087 INFO E| Compiling signature v2.2.0
36392026-08-07T21:30:27.552Z[ helios-setup] Aug 07 21:30:26.114 INFO E| Compiling is-terminal v0.4.17
36402026-08-07T21:30:27.587Z[ helios-setup] Aug 07 21:30:26.148 INFO E| Compiling socket2 v0.6.1
36412026-08-07T21:30:27.683Z[ helios-setup] Aug 07 21:30:26.244 INFO E| Compiling mio v1.1.0
36422026-08-07T21:30:28.055Z[ helios-setup] Aug 07 21:30:26.616 INFO E| Compiling serde_derive v1.0.228
36432026-08-07T21:30:28.087Z[ helios-setup] Aug 07 21:30:26.648 INFO E| Compiling zerocopy-derive v0.8.27
36442026-08-07T21:30:28.198Z[ helios-setup] Aug 07 21:30:26.759 INFO E| Compiling der_derive v0.7.3
36452026-08-07T21:30:28.332Z[ helios-setup] Aug 07 21:30:26.892 INFO E| Compiling futures-macro v0.3.31
36462026-08-07T21:30:28.452Z[ helios-setup] Aug 07 21:30:27.013 INFO E| Compiling bitfield-macros v0.19.3
36472026-08-07T21:30:28.657Z[ helios-setup] Aug 07 21:30:27.216 INFO E| Compiling packed_struct_codegen v0.10.1
36482026-08-07T21:30:28.697Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36492026-08-07T21:30:28.902Z[ helios-setup] Aug 07 21:30:27.462 INFO E| Compiling clap_derive v4.5.49
36502026-08-07T21:30:28.952Z[ helios-setup] Aug 07 21:30:27.513 INFO E| Compiling zerocopy-derive v0.6.6
36512026-08-07T21:30:29.003Z[ helios-setup] Aug 07 21:30:27.564 INFO E| Compiling thiserror-impl v1.0.69
36522026-08-07T21:30:29.079Z[ helios-setup] Aug 07 21:30:27.640 INFO E| Compiling num_enum_derive v0.7.5
36532026-08-07T21:30:29.423Z[ helios-setup] Aug 07 21:30:27.984 INFO E| Compiling tokio-macros v2.6.0
36542026-08-07T21:30:29.613Z[ helios-setup] Aug 07 21:30:28.173 INFO E| Compiling thiserror-impl v2.0.17
36552026-08-07T21:30:30.036Z[ helios-setup] Aug 07 21:30:28.596 INFO E| Compiling bitfield v0.19.3
36562026-08-07T21:30:30.418Z[ helios-setup] Aug 07 21:30:28.979 INFO E| Compiling futures-util v0.3.31
36572026-08-07T21:30:30.536Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36582026-08-07T21:30:30.593Z[ helios-setup] Aug 07 21:30:29.151 INFO E| Compiling der v0.7.10
36592026-08-07T21:30:30.618Z[ helios-setup] Aug 07 21:30:29.179 INFO E| Compiling signal-hook-registry v1.4.6
36602026-08-07T21:30:30.839Z[ helios-setup] Aug 07 21:30:29.400 INFO E| Compiling thread_local v1.1.9
36612026-08-07T21:30:31.033Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36622026-08-07T21:30:31.048Z[ helios-setup] Aug 07 21:30:29.609 INFO E| Compiling zerocopy v0.6.6
36632026-08-07T21:30:31.524Z[ helios-setup] Aug 07 21:30:30.085 INFO E| Compiling term v1.2.0
36642026-08-07T21:30:31.544Z[ helios-setup] Aug 07 21:30:30.105 INFO E| Compiling hashbrown v0.12.3
36652026-08-07T21:30:31.544Z[ helios-setup] Aug 07 21:30:30.105 INFO E| Compiling libdevinfo-sys v1.1.0
36662026-08-07T21:30:31.808Z[ helios-setup] Aug 07 21:30:30.369 INFO E| Compiling num_enum v0.7.5
36672026-08-07T21:30:31.831Z[ helios-setup] Aug 07 21:30:30.391 INFO E| Compiling base64 v0.21.7
36682026-08-07T21:30:31.922Z[ helios-setup] Aug 07 21:30:30.483 INFO E| Compiling subtle v2.6.1
36692026-08-07T21:30:31.937Z[ helios-setup] Aug 07 21:30:30.498 INFO E| Compiling winnow v0.5.40
36702026-08-07T21:30:31.993Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36712026-08-07T21:30:32.138Z[ helios-setup] Aug 07 21:30:30.699 INFO E| Compiling ryu v1.0.20
36722026-08-07T21:30:32.193Z[ helios-setup] Aug 07 21:30:30.754 INFO E| Compiling toml_writer v1.0.4
36732026-08-07T21:30:32.211Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36742026-08-07T21:30:32.224Z[ helios-setup] Aug 07 21:30:30.785 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36752026-08-07T21:30:32.428Z[ helios-setup] Aug 07 21:30:30.989 INFO E| Compiling devinfo v0.1.0
36762026-08-07T21:30:32.551Z[ host-package] Compiling port-file v0.1.0
36772026-08-07T21:30:32.602Z[ helios-setup] Aug 07 21:30:31.162 INFO E| Compiling clap v4.5.51
36782026-08-07T21:30:32.696Z[ helios-setup] Aug 07 21:30:31.257 INFO E| Compiling toml v0.9.8
36792026-08-07T21:30:32.706Z[ helios-setup] Aug 07 21:30:31.267 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36802026-08-07T21:30:32.719Z[ helios-setup] Aug 07 21:30:31.279 INFO E| Compiling tokio v1.48.0
36812026-08-07T21:30:32.736Z[ helios-setup] Aug 07 21:30:31.297 INFO E| Compiling bzip2 v0.4.4
36822026-08-07T21:30:32.921Z[ helios-setup] Aug 07 21:30:31.482 INFO E| Compiling spki v0.7.3
36832026-08-07T21:30:33.005Z[ host-package] Compiling rtoolbox v0.0.3
36842026-08-07T21:30:33.143Z[ helios-setup] Aug 07 21:30:31.701 INFO E| Compiling pkcs8 v0.10.2
36852026-08-07T21:30:33.267Z[ helios-setup] Aug 07 21:30:31.828 INFO E| Compiling x509-cert v0.2.5
36862026-08-07T21:30:33.355Z[ host-package] Compiling subprocess v0.2.15
36872026-08-07T21:30:33.398Z[ helios-setup] Aug 07 21:30:31.959 INFO E| Compiling uuid v1.18.1
36882026-08-07T21:30:33.527Z[ helios-setup] Aug 07 21:30:32.088 INFO E| Compiling flate2 v1.1.5
36892026-08-07T21:30:33.635Z[ helios-setup] Aug 07 21:30:32.196 INFO E| Compiling pkcs1 v0.7.5
36902026-08-07T21:30:33.924Z[ host-package] Compiling rpassword v7.5.4
36912026-08-07T21:30:34.050Z[ helios-setup] Aug 07 21:30:32.610 INFO E| Compiling ppv-lite86 v0.2.21
36922026-08-07T21:30:34.262Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36932026-08-07T21:30:34.380Z[ helios-setup] Aug 07 21:30:32.941 INFO E| Compiling hashbrown v0.13.2
36942026-08-07T21:30:34.615Z[ helios-setup] Aug 07 21:30:33.176 INFO E| Compiling erased-serde v0.3.31
36952026-08-07T21:30:34.745Z[ helios-setup] Aug 07 21:30:33.306 INFO E| Compiling rand_chacha v0.3.1
36962026-08-07T21:30:35.061Z[ helios-setup] Aug 07 21:30:33.622 INFO E| Compiling rand v0.8.5
36972026-08-07T21:30:35.068Z[ helios-setup] Aug 07 21:30:33.629 INFO E| Compiling serde_spanned v0.6.9
36982026-08-07T21:30:35.288Z[ helios-setup] Aug 07 21:30:33.849 INFO E| Compiling toml_datetime v0.6.11
36992026-08-07T21:30:35.300Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37002026-08-07T21:30:35.333Z[ helios-setup] Aug 07 21:30:33.894 INFO E| Compiling serde-hex v0.1.0
37012026-08-07T21:30:35.702Z[ helios-setup] Aug 07 21:30:34.263 INFO E| Compiling toml_edit v0.19.15
37022026-08-07T21:30:35.753Z[ helios-setup] Aug 07 21:30:34.314 INFO E| Compiling ron v0.8.1
37032026-08-07T21:30:36.321Z[ helios-setup] Aug 07 21:30:34.882 INFO E| Compiling futures-executor v0.3.31
37042026-08-07T21:30:36.356Z[ helios-setup] Aug 07 21:30:34.917 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37052026-08-07T21:30:36.602Z[ helios-setup] Aug 07 21:30:35.163 INFO E| Compiling futures v0.3.31
37062026-08-07T21:30:36.663Z[ helios-setup] Aug 07 21:30:35.224 INFO E| Compiling slog-term v2.9.2
37072026-08-07T21:30:36.725Z[ helios-setup] Aug 07 21:30:35.286 INFO E| Compiling env_logger v0.11.8
37082026-08-07T21:30:36.783Z[ helios-setup] Aug 07 21:30:35.344 INFO E| Compiling bitflags v1.3.2
37092026-08-07T21:30:36.895Z[ helios-setup] Aug 07 21:30:35.456 INFO E| Compiling hex v0.4.3
37102026-08-07T21:30:36.924Z[ helios-setup] Aug 07 21:30:35.485 INFO E| Compiling foldhash v0.2.0
37112026-08-07T21:30:36.924Z[ helios-setup] Aug 07 21:30:35.485 INFO E| Compiling rustc-hash v2.1.1
37122026-08-07T21:30:37.359Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37132026-08-07T21:30:37.392Z[ helios-setup] Aug 07 21:30:35.952 INFO E| Compiling crc-any v2.5.0
37142026-08-07T21:30:37.532Z[ helios-setup] Aug 07 21:30:36.093 INFO E| Compiling iddqd v0.3.14
37152026-08-07T21:30:37.598Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37162026-08-07T21:30:37.652Z[ helios-setup] Aug 07 21:30:36.213 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37172026-08-07T21:30:37.656Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37182026-08-07T21:30:37.791Z[ helios-setup] Aug 07 21:30:36.352 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37192026-08-07T21:30:38.449Z[ helios-setup] Aug 07 21:30:37.010 INFO E| Compiling rsa v0.9.8
37202026-08-07T21:30:38.541Z[ helios-setup] Aug 07 21:30:37.101 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37212026-08-07T21:30:38.588Z[ helios-setup] Aug 07 21:30:37.146 INFO E| Compiling object v0.30.4
37222026-08-07T21:30:38.961Z[ helios-setup] Aug 07 21:30:37.522 INFO E| Compiling toml v0.7.8
37232026-08-07T21:30:39.303Z[ helios-setup] Aug 07 21:30:37.864 INFO E| Compiling zip v0.6.6
37242026-08-07T21:30:39.338Z[ helios-setup] Aug 07 21:30:37.898 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37252026-08-07T21:30:39.804Z[ helios-setup] Aug 07 21:30:38.365 INFO E| Compiling path-slash v0.1.5
37262026-08-07T21:30:41.253Z[ host-package] Compiling tui-tree-widget v0.23.1
37272026-08-07T21:30:41.410Z[ helios-setup] Aug 07 21:30:39.971 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37282026-08-07T21:30:41.521Z[ helios-setup] Aug 07 21:30:40.082 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37292026-08-07T21:30:41.977Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37302026-08-07T21:30:42.239Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37312026-08-07T21:30:44.405Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37322026-08-07T21:30:45.767Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37332026-08-07T21:30:47.121Z[ helios-setup] Aug 07 21:30:45.682 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37342026-08-07T21:30:47.843Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37352026-08-07T21:30:47.967Z[ host-package] Compiling uzers v0.12.2
37362026-08-07T21:30:48.197Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37372026-08-07T21:30:48.538Z[ helios-setup] Aug 07 21:30:47.099 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37382026-08-07T21:30:49.556Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37392026-08-07T21:30:50.385Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37402026-08-07T21:30:51.075Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37412026-08-07T21:30:51.558Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37422026-08-07T21:30:52.912Z[ helios-setup] Aug 07 21:30:51.473 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37432026-08-07T21:30:53.131Z[ host-package] Compiling support-bundle-viewer v0.1.2
37442026-08-07T21:30:53.903Z[ host-package] Compiling multimap v0.10.1
37452026-08-07T21:31:03.394Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37462026-08-07T21:31:05.158Z[ helios-setup] Aug 07 21:31:03.719 INFO E| Finished `release` profile [optimized] target(s) in 50.91s
37472026-08-07T21:31:05.163Z[ helios-setup] Aug 07 21:31:03.722 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37482026-08-07T21:31:05.163Z[ helios-setup] Aug 07 21:31:03.722 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37492026-08-07T21:31:05.222Z[ helios-setup] Aug 07 21:31:03.783 INFO building project "pilot" ok (50 seconds)
37502026-08-07T21:31:05.222Z[ helios-setup] Aug 07 21:31:03.783 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37512026-08-07T21:31:05.238Z[ helios-setup] Aug 07 21:31:03.798 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37522026-08-07T21:31:05.238Z[ helios-setup] Aug 07 21:31:03.798 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37532026-08-07T21:31:05.241Z[ helios-setup] Aug 07 21:31:03.798 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37542026-08-07T21:31:05.431Z[ helios-setup] Aug 07 21:31:03.992 INFO E| Downloading crates ...
37552026-08-07T21:31:05.479Z[ helios-setup] Aug 07 21:31:04.040 INFO E| Downloaded adler2 v2.0.0
37562026-08-07T21:31:05.486Z[ helios-setup] Aug 07 21:31:04.047 INFO E| Downloaded miniz_oxide v0.8.8
37572026-08-07T21:31:05.529Z[ helios-setup] Aug 07 21:31:04.090 INFO E| Compiling adler2 v2.0.0
37582026-08-07T21:31:05.624Z[ helios-setup] Aug 07 21:31:04.185 INFO E| Compiling miniz_oxide v0.8.8
37592026-08-07T21:31:06.932Z[ helios-setup] Aug 07 21:31:05.492 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37602026-08-07T21:31:07.469Z[ helios-setup] Aug 07 21:31:06.030 INFO E| Finished `release` profile [optimized] target(s) in 2.22s
37612026-08-07T21:31:07.480Z[ helios-setup] Aug 07 21:31:06.041 INFO building project "pinprick" ok (2 seconds)
37622026-08-07T21:31:07.484Z[ helios-setup] Aug 07 21:31:06.041 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37632026-08-07T21:31:07.495Z[ helios-setup] Aug 07 21:31:06.055 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37642026-08-07T21:31:07.495Z[ helios-setup] Aug 07 21:31:06.055 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37652026-08-07T21:31:07.495Z[ helios-setup] Aug 07 21:31:06.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37662026-08-07T21:31:07.619Z[ helios-setup] Aug 07 21:31:06.179 INFO E| Downloading crates ...
37672026-08-07T21:31:07.665Z[ helios-setup] Aug 07 21:31:06.226 INFO E| Downloaded sha2 v0.10.5
37682026-08-07T21:31:07.674Z[ helios-setup] Aug 07 21:31:06.235 INFO E| Downloaded bytes v1.2.1
37692026-08-07T21:31:07.677Z[ helios-setup] Aug 07 21:31:06.237 INFO E| Downloaded generic-array v0.14.6
37702026-08-07T21:31:07.677Z[ helios-setup] Aug 07 21:31:06.238 INFO E| Downloaded block-buffer v0.10.3
37712026-08-07T21:31:07.680Z[ helios-setup] Aug 07 21:31:06.240 INFO E| Downloaded cpufeatures v0.2.5
37722026-08-07T21:31:07.680Z[ helios-setup] Aug 07 21:31:06.241 INFO E| Downloaded miniz_oxide v0.6.2
37732026-08-07T21:31:07.685Z[ helios-setup] Aug 07 21:31:06.246 INFO E| Downloaded digest v0.10.3
37742026-08-07T21:31:07.689Z[ helios-setup] Aug 07 21:31:06.248 INFO E| Downloaded typenum v1.15.0
37752026-08-07T21:31:07.692Z[ helios-setup] Aug 07 21:31:06.253 INFO E| Downloaded anyhow v1.0.62
37762026-08-07T21:31:07.695Z[ helios-setup] Aug 07 21:31:06.255 INFO E| Downloaded flate2 v1.0.25
37772026-08-07T21:31:07.743Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling version_check v0.9.4
37782026-08-07T21:31:07.743Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling typenum v1.15.0
37792026-08-07T21:31:07.746Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling crc32fast v1.3.2
37802026-08-07T21:31:07.747Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling cfg-if v1.0.0
37812026-08-07T21:31:07.747Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling adler v1.0.2
37822026-08-07T21:31:07.747Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling anyhow v1.0.62
37832026-08-07T21:31:07.747Z[ helios-setup] Aug 07 21:31:06.304 INFO E| Compiling unicode-width v0.1.10
37842026-08-07T21:31:07.751Z[ helios-setup] Aug 07 21:31:06.311 INFO E| Compiling cpufeatures v0.2.5
37852026-08-07T21:31:07.751Z[ helios-setup] Aug 07 21:31:06.311 INFO E| Compiling bitflags v1.3.2
37862026-08-07T21:31:07.751Z[ helios-setup] Aug 07 21:31:06.312 INFO E| Compiling bytes v1.2.1
37872026-08-07T21:31:07.936Z[ helios-setup] Aug 07 21:31:06.496 INFO E| Compiling getopts v0.2.21
37882026-08-07T21:31:07.955Z[ helios-setup] Aug 07 21:31:06.516 INFO E| Compiling miniz_oxide v0.6.2
37892026-08-07T21:31:08.311Z[ helios-setup] Aug 07 21:31:06.872 INFO E| Compiling generic-array v0.14.6
37902026-08-07T21:31:08.715Z[ helios-setup] Aug 07 21:31:07.275 INFO E| Compiling flate2 v1.0.25
37912026-08-07T21:31:09.466Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37922026-08-07T21:31:09.795Z[ helios-setup] Aug 07 21:31:08.356 INFO E| Compiling block-buffer v0.10.3
37932026-08-07T21:31:09.795Z[ helios-setup] Aug 07 21:31:08.356 INFO E| Compiling crypto-common v0.1.6
37942026-08-07T21:31:09.951Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37952026-08-07T21:31:09.982Z[ helios-setup] Aug 07 21:31:08.543 INFO E| Compiling digest v0.10.3
37962026-08-07T21:31:10.158Z[ helios-setup] Aug 07 21:31:08.719 INFO E| Compiling sha2 v0.10.5
37972026-08-07T21:31:10.420Z[ helios-setup] Aug 07 21:31:08.980 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37982026-08-07T21:31:12.816Z[ helios-setup] Aug 07 21:31:11.377 INFO E| Finished `release` profile [optimized] target(s) in 5.30s
37992026-08-07T21:31:12.831Z[ helios-setup] Aug 07 21:31:11.391 INFO building project "bootserver" ok (5 seconds)
38002026-08-07T21:31:12.834Z[ helios-setup] rm -f helios-build
38012026-08-07T21:31:12.834Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38022026-08-07T21:31:12.837Z[ helios-setup]
38032026-08-07T21:31:12.840Z[ helios-setup] Setup complete! ./helios-build is now available.
38042026-08-07T21:31:12.840Z[ helios-setup]
38052026-08-07T21:31:12.844Z[ helios-setup]
38062026-08-07T21:31:12.844Z[ helios-setup] real 3:04.840368191
38072026-08-07T21:31:12.844Z[ helios-setup] user 7:02.083899185
38082026-08-07T21:31:12.844Z[ helios-setup] sys 1:19.758245379
38092026-08-07T21:31:12.844Z[ helios-setup] trap 0.482019911
38102026-08-07T21:31:12.844Z[ helios-setup] tflt 3.156365636
38112026-08-07T21:31:12.844Z[ helios-setup] dflt 9.422829618
38122026-08-07T21:31:12.844Z[ helios-setup] kflt 0.021896517
38132026-08-07T21:31:12.844Z[ helios-setup] lock 58:38.413769807
38142026-08-07T21:31:12.844Z[ helios-setup] slp 38:49.945533259
38152026-08-07T21:31:12.844Z[ helios-setup] lat 7:31.035209736
38162026-08-07T21:31:12.844Z[ helios-setup] stop 1:33.814506410
38172026-08-07T21:31:12.844ZAug 07 21:31:11.404 INFO [helios-setup] process exited with exit status: 0 (184.845106913s)
38182026-08-07T21:31:12.844ZAug 07 21:31:11.404 INFO [helios-record] running task
38192026-08-07T21:31:12.844ZAug 07 21:31:11.405 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38202026-08-07T21:31:12.848ZAug 07 21:31:11.409 DEBG process exited with exit status: 0 (4.508611ms)
38212026-08-07T21:31:12.848ZAug 07 21:31:11.409 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38222026-08-07T21:31:12.852ZAug 07 21:31:11.413 DEBG process exited with exit status: 0 (4.139692ms)
38232026-08-07T21:31:12.852ZAug 07 21:31:11.413 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38242026-08-07T21:31:12.857ZAug 07 21:31:11.418 DEBG process exited with exit status: 0 (3.605401ms)
38252026-08-07T21:31:12.857ZAug 07 21:31:11.418 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38262026-08-07T21:31:12.860ZAug 07 21:31:11.421 DEBG process exited with exit status: 0 (4.163932ms)
38272026-08-07T21:31:12.860ZAug 07 21:31:11.421 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38282026-08-07T21:31:12.864ZAug 07 21:31:11.425 DEBG process exited with exit status: 0 (3.491661ms)
38292026-08-07T21:31:12.864ZAug 07 21:31:11.425 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38302026-08-07T21:31:12.867ZAug 07 21:31:11.428 DEBG process exited with exit status: 0 (3.473991ms)
38312026-08-07T21:31:12.867ZAug 07 21:31:11.428 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38322026-08-07T21:31:12.870ZAug 07 21:31:11.432 DEBG process exited with exit status: 0 (3.460391ms)
38332026-08-07T21:31:12.870ZAug 07 21:31:11.432 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38342026-08-07T21:31:12.874ZAug 07 21:31:11.435 DEBG process exited with exit status: 0 (3.526762ms)
38352026-08-07T21:31:12.874ZAug 07 21:31:11.435 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38362026-08-07T21:31:12.877ZAug 07 21:31:11.439 DEBG process exited with exit status: 0 (3.462681ms)
38372026-08-07T21:31:12.880ZAug 07 21:31:11.439 INFO [helios-record] task succeeded (34.557783ms)
38382026-08-07T21:31:17.317Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38392026-08-07T21:31:18.209Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38402026-08-07T21:41:45.823Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 05s
38412026-08-07T21:41:45.826Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38422026-08-07T21:41:45.826Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38432026-08-07T21:42:39.236ZAug 07 21:42:37.719 INFO [host-package] process exited with exit status: 0 (839.215028023s)
38442026-08-07T21:42:39.236ZAug 07 21:42:37.719 INFO [host-libraries] running task
38452026-08-07T21:42:39.236ZAug 07 21:42:37.719 INFO [host-stamp] running task
38462026-08-07T21:42:39.250ZAug 07 21:42:37.721 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git661d513a778
38472026-08-07T21:42:39.250ZAug 07 21:42:37.721 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git661d513a778
38482026-08-07T21:42:39.250ZAug 07 21:42:37.722 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git661d513a778
38492026-08-07T21:42:39.250ZAug 07 21:42:37.722 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git661d513a778
38502026-08-07T21:42:39.250ZAug 07 21:42:37.722 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git661d513a778
38512026-08-07T21:42:39.251ZAug 07 21:42:37.722 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git661d513a778
38522026-08-07T21:42:39.251ZAug 07 21:42:37.722 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git661d513a778
38532026-08-07T21:42:39.251ZAug 07 21:42:37.723 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git661d513a778
38542026-08-07T21:42:39.251Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-07T21:42:39.251Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-07T21:42:39.251Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-07T21:42:39.251Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-07T21:42:39.251Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-07T21:42:39.251Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-07T21:42:39.251Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-08-07T21:42:39.251Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-08-07T21:42:39.251Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38632026-08-07T21:42:39.251ZAug 07 21:42:37.736 INFO [stamp-overlay] process exited with exit status: 0 (13.274865ms)
38642026-08-07T21:42:39.251Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38652026-08-07T21:42:39.251ZAug 07 21:42:37.748 INFO [stamp-oxlog] process exited with exit status: 0 (26.214359ms)
38662026-08-07T21:42:39.251Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38672026-08-07T21:42:39.251ZAug 07 21:42:37.782 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.786952ms)
38682026-08-07T21:42:39.251Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38692026-08-07T21:42:39.251ZAug 07 21:42:37.795 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (74.044846ms)
38702026-08-07T21:42:39.422Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38712026-08-07T21:42:39.431ZAug 07 21:42:37.977 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (254.634723ms)
38722026-08-07T21:42:39.744Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38732026-08-07T21:42:39.756ZAug 07 21:42:38.299 INFO [stamp-propolis-server] process exited with exit status: 0 (576.767161ms)
38742026-08-07T21:42:39.833Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38752026-08-07T21:42:39.869ZAug 07 21:42:38.346 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (625.511519ms)
38762026-08-07T21:42:44.800ZAug 07 21:42:39.495 INFO [host-libraries] task succeeded (1.77645721s)
38772026-08-07T21:42:44.800ZAug 07 21:42:39.495 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38782026-08-07T21:42:44.800Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38792026-08-07T21:42:44.800Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38802026-08-07T21:42:44.800Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38812026-08-07T21:42:46.252Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38822026-08-07T21:42:46.255ZAug 07 21:42:44.812 INFO [stamp-switch-asic] process exited with exit status: 0 (7.089795354s)
38832026-08-07T21:42:46.255ZAug 07 21:42:44.812 INFO [host-stamp] task succeeded (7.093228955s)
38842026-08-07T21:42:46.255ZAug 07 21:42:44.812 INFO [host-proto] running task
38852026-08-07T21:42:46.787ZAug 07 21:42:45.345 INFO [host-proto] task succeeded (532.565826ms)
38862026-08-07T21:42:46.787ZAug 07 21:42:45.345 INFO [host-profile] running task
38872026-08-07T21:42:46.790ZAug 07 21:42:45.345 INFO [host-profile] task succeeded (236.48µs)
38882026-08-07T21:42:46.790ZAug 07 21:42:45.345 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.504' -P /tmp/.tmpLk9YQa/proto/host/root -N 'ci 661d513/${os_short_commit} 2026-08-07 21:28' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38892026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO Checking files for board 'cosmo-mbist'
38902026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38912026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO Checking files for board 'cosmo-mbist-noaggr'
38922026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38932026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO Checking files for board 'cosmo'
38942026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38952026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38962026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO Checking files for board 'gimlet'
38972026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38982026-08-07T21:42:46.794Z[ host-image] Aug 07 21:42:45.351 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38992026-08-07T21:42:46.801Z[ host-image] Aug 07 21:42:45.359 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpLk9YQa/proto/host/root"
39002026-08-07T21:42:46.801Z[ host-image] Aug 07 21:42:45.359 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39012026-08-07T21:42:46.804Z[ host-image] Aug 07 21:42:45.359 INFO image builder template: ramdisk-01-os...
39022026-08-07T21:42:46.805Z[ host-image] Aug 07 21:42:45.359 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/.tmpLk9YQa/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39032026-08-07T21:42:46.814Z[ host-image] Aug 07 21:42:45.372 INFO O| Aug 07 21:42:45.372 INFO CREATE DATASET: rpool/images/build/host/output
39042026-08-07T21:42:48.032Z[ host-image] Aug 07 21:42:46.589 INFO O| Aug 07 21:42:46.589 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39052026-08-07T21:42:48.035Z[ host-image] Aug 07 21:42:46.593 INFO O| Aug 07 21:42:46.593 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39062026-08-07T21:42:48.239Z[ host-image] Aug 07 21:42:46.796 INFO O| Aug 07 21:42:46.796 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39072026-08-07T21:42:48.278Z[ host-image] Aug 07 21:42:46.836 INFO O| Aug 07 21:42:46.836 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39082026-08-07T21:42:48.278Z[ host-image] Aug 07 21:42:46.836 INFO O| Aug 07 21:42:46.836 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39092026-08-07T21:42:48.282Z[ host-image] Aug 07 21:42:46.836 INFO O| Aug 07 21:42:46.836 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39102026-08-07T21:42:48.283Z[ host-image] Aug 07 21:42:46.836 INFO O| Aug 07 21:42:46.836 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39112026-08-07T21:42:48.286Z[ host-image] Aug 07 21:42:46.842 INFO O| Aug 07 21:42:46.842 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39122026-08-07T21:42:48.508Z[ host-image] Aug 07 21:42:47.065 INFO O| Aug 07 21:42:47.065 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-07T21:42:48.516Z[ host-image] Aug 07 21:42:47.073 INFO O| Aug 07 21:42:47.073 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39142026-08-07T21:42:48.798Z[ host-image] Aug 07 21:42:47.356 INFO O| Aug 07 21:42:47.356 INFO O| Caching catalogs ... Done
39152026-08-07T21:42:48.867Z[ host-image] Aug 07 21:42:47.425 INFO O| Aug 07 21:42:47.424 INFO STEP 0 (pkg_image_create) COMPLETE
39162026-08-07T21:42:48.867Z[ host-image] Aug 07 21:42:47.425 INFO O| Aug 07 21:42:47.424 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-07T21:42:48.874Z[ host-image] Aug 07 21:42:47.432 INFO O| Aug 07 21:42:47.432 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"]
39182026-08-07T21:42:49.131Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO STEP 1 (pkg_set_publisher) COMPLETE
39192026-08-07T21:42:49.131Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-07T21:42:49.135Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO skip step because feature "publisher_1_name" is not enabled
39212026-08-07T21:42:49.135Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-07T21:42:49.135Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO skip step because feature "publisher_2_name" is not enabled
39232026-08-07T21:42:49.135Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-07T21:42:49.135Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO skip step because feature "publisher_3_name" is not enabled
39252026-08-07T21:42:49.135Z[ host-image] Aug 07 21:42:47.689 INFO O| Aug 07 21:42:47.689 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-08-07T21:42:49.382Z[ host-image] Aug 07 21:42:47.939 INFO O| Aug 07 21:42:47.939 INFO variant opensolaris.zone is already global
39272026-08-07T21:42:49.382Z[ host-image] Aug 07 21:42:47.939 INFO O| Aug 07 21:42:47.939 INFO STEP 5 (pkg_change_variant) COMPLETE
39282026-08-07T21:42:49.385Z[ host-image] Aug 07 21:42:47.939 INFO O| Aug 07 21:42:47.939 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-08-07T21:42:49.620Z[ host-image] Aug 07 21:42:48.177 INFO O| Aug 07 21:42:48.177 INFO variant opensolaris.imagetype is full; changing to partial
39302026-08-07T21:42:49.620Z[ host-image] Aug 07 21:42:48.177 INFO O| Aug 07 21:42:48.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39312026-08-07T21:42:50.934Z[ host-image] Aug 07 21:42:49.492 INFO O| Aug 07 21:42:49.491 INFO O| Startup: Refreshing catalog 'helios' ... Done
39322026-08-07T21:42:51.233Z[ host-image] Aug 07 21:42:49.791 INFO O| Aug 07 21:42:49.791 INFO O| Startup: Caching catalogs ... Done
39332026-08-07T21:42:51.245Z[ host-image] Aug 07 21:42:49.802 INFO O| Aug 07 21:42:49.802 INFO O| Planning: Planning completed in 0.00 seconds
39342026-08-07T21:42:51.248Z[ host-image] Aug 07 21:42:49.803 INFO O| Aug 07 21:42:49.803 INFO O| Planning: Consolidating action changes ... Done
39352026-08-07T21:42:51.248Z[ host-image] Aug 07 21:42:49.803 INFO O| Aug 07 21:42:49.803 INFO O| Planning: Evaluating mediators ... Done
39362026-08-07T21:42:51.248Z[ host-image] Aug 07 21:42:49.803 INFO O| Aug 07 21:42:49.803 INFO O| Planning: Planning completed in 0.00 seconds
39372026-08-07T21:42:51.248Z[ host-image] Aug 07 21:42:49.803 INFO O| Aug 07 21:42:49.803 INFO O| Variants/Facets to change: 1
39382026-08-07T21:42:51.254Z[ host-image] Aug 07 21:42:49.812 INFO O| Aug 07 21:42:49.812 INFO O| Finalize: Updating package state database ... Done
39392026-08-07T21:42:51.257Z[ host-image] Aug 07 21:42:49.812 INFO O| Aug 07 21:42:49.812 INFO O| Finalize: Updating package cache ... Done
39402026-08-07T21:42:51.299Z[ host-image] Aug 07 21:42:49.857 INFO O| Aug 07 21:42:49.857 INFO O| Finalize: Updating image state ... Done
39412026-08-07T21:42:51.308Z[ host-image] Aug 07 21:42:49.866 INFO O| Aug 07 21:42:49.865 INFO O| Finalize: Creating fast lookup database ... Done
39422026-08-07T21:42:51.312Z[ host-image] Aug 07 21:42:49.866 INFO O| Aug 07 21:42:49.866 INFO O| Finalize: Reading search index ... Done
39432026-08-07T21:42:51.312Z[ host-image] Aug 07 21:42:49.866 INFO O| Aug 07 21:42:49.866 INFO O| Finalize: Updating search index ... Done
39442026-08-07T21:42:51.312Z[ host-image] Aug 07 21:42:49.867 INFO O| Aug 07 21:42:49.867 INFO O| Finalize: Updating package cache ... Done
39452026-08-07T21:42:51.456Z[ host-image] Aug 07 21:42:50.014 INFO O| Aug 07 21:42:50.014 INFO STEP 6 (pkg_change_variant) COMPLETE
39462026-08-07T21:42:51.456Z[ host-image] Aug 07 21:42:50.014 INFO O| Aug 07 21:42:50.014 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-07T21:42:51.460Z[ host-image] Aug 07 21:42:50.014 INFO O| Aug 07 21:42:50.014 INFO skip step because feature "debug_variant" is not enabled
39482026-08-07T21:42:51.460Z[ host-image] Aug 07 21:42:50.014 INFO O| Aug 07 21:42:50.014 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-07T21:42:51.691Z[ host-image] Aug 07 21:42:50.249 INFO O| Aug 07 21:42:50.249 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39502026-08-07T21:42:52.835Z[ host-image] Aug 07 21:42:51.393 INFO O| Aug 07 21:42:51.393 INFO O| Startup: Refreshing catalog 'helios' ... Done
39512026-08-07T21:42:53.123Z[ host-image] Aug 07 21:42:51.681 INFO O| Aug 07 21:42:51.681 INFO O| Startup: Caching catalogs ... Done
39522026-08-07T21:42:53.132Z[ host-image] Aug 07 21:42:51.690 INFO O| Aug 07 21:42:51.690 INFO O| Planning: Planning completed in 0.00 seconds
39532026-08-07T21:42:53.136Z[ host-image] Aug 07 21:42:51.691 INFO O| Aug 07 21:42:51.691 INFO O| Planning: Consolidating action changes ... Done
39542026-08-07T21:42:53.136Z[ host-image] Aug 07 21:42:51.691 INFO O| Aug 07 21:42:51.691 INFO O| Planning: Evaluating mediators ... Done
39552026-08-07T21:42:53.136Z[ host-image] Aug 07 21:42:51.691 INFO O| Aug 07 21:42:51.691 INFO O| Planning: Planning completed in 0.00 seconds
39562026-08-07T21:42:53.136Z[ host-image] Aug 07 21:42:51.691 INFO O| Aug 07 21:42:51.691 INFO O| Variants/Facets to change: 1
39572026-08-07T21:42:53.142Z[ host-image] Aug 07 21:42:51.700 INFO O| Aug 07 21:42:51.699 INFO O| Finalize: Updating package state database ... Done
39582026-08-07T21:42:53.142Z[ host-image] Aug 07 21:42:51.700 INFO O| Aug 07 21:42:51.700 INFO O| Finalize: Updating package cache ... Done
39592026-08-07T21:42:53.187Z[ host-image] Aug 07 21:42:51.745 INFO O| Aug 07 21:42:51.745 INFO O| Finalize: Updating image state ... Done
39602026-08-07T21:42:53.194Z[ host-image] Aug 07 21:42:51.751 INFO O| Aug 07 21:42:51.750 INFO O| Finalize: Creating fast lookup database ... Done
39612026-08-07T21:42:53.199Z[ host-image] Aug 07 21:42:51.751 INFO O| Aug 07 21:42:51.751 INFO O| Finalize: Reading search index ... Done
39622026-08-07T21:42:53.199Z[ host-image] Aug 07 21:42:51.751 INFO O| Aug 07 21:42:51.751 INFO O| Finalize: Updating search index ... Done
39632026-08-07T21:42:53.199Z[ host-image] Aug 07 21:42:51.752 INFO O| Aug 07 21:42:51.752 INFO O| Finalize: Updating package cache ... Done
39642026-08-07T21:42:53.331Z[ host-image] Aug 07 21:42:51.888 INFO O| Aug 07 21:42:51.888 INFO STEP 8 (pkg_change_facet) COMPLETE
39652026-08-07T21:42:53.331Z[ host-image] Aug 07 21:42:51.888 INFO O| Aug 07 21:42:51.888 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-07T21:42:53.334Z[ host-image] Aug 07 21:42:51.888 INFO O| Aug 07 21:42:51.888 INFO skip step because feature "recovery" is not enabled
39672026-08-07T21:42:53.335Z[ host-image] Aug 07 21:42:51.888 INFO O| Aug 07 21:42:51.888 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-07T21:42:53.335Z[ host-image] Aug 07 21:42:51.888 INFO O| Aug 07 21:42:51.888 INFO skip step because feature "recovery" is not enabled
39692026-08-07T21:42:53.335Z[ host-image] Aug 07 21:42:51.888 INFO O| Aug 07 21:42:51.888 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-07T21:42:53.338Z[ host-image] Aug 07 21:42:51.894 INFO O| Aug 07 21:42:51.894 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@22.0.0.0"]
39712026-08-07T21:42:53.812Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.75s
39722026-08-07T21:42:54.507Z[ host-image] Aug 07 21:42:53.064 INFO O| Aug 07 21:42:53.064 INFO O| Startup: Refreshing catalog 'helios' ... Done
39732026-08-07T21:42:54.794Z[ host-image] Aug 07 21:42:53.352 INFO O| Aug 07 21:42:53.352 INFO O| Startup: Caching catalogs ... Done
39742026-08-07T21:42:56.044Z[ host-image] Aug 07 21:42:54.602 INFO O| Aug 07 21:42:54.602 INFO O| Planning: Solver setup ... Done
39752026-08-07T21:42:56.131Z[ host-image] Aug 07 21:42:54.688 INFO O| Aug 07 21:42:54.688 INFO O| Planning: Running solver ... Done
39762026-08-07T21:42:56.161Z[ host-image] Aug 07 21:42:54.719 INFO O| Aug 07 21:42:54.719 INFO O| Planning: Finding local manifests ... Done
39772026-08-07T21:42:56.179Z[ host-image] Aug 07 21:42:54.737 INFO O| Aug 07 21:42:54.737 INFO O| Planning: Fetching manifests: 0/130 0% complete
39782026-08-07T21:42:57.636Z[ host-image] Aug 07 21:42:56.194 INFO O| Aug 07 21:42:56.194 INFO O| Planning: Fetching manifests: 130/130 100% complete
39792026-08-07T21:42:58.049Z[ host-image] Aug 07 21:42:56.606 INFO O| Aug 07 21:42:56.606 INFO O| Planning: Package planning ... Done
39802026-08-07T21:42:58.363Z[ host-image] Aug 07 21:42:56.920 INFO O| Aug 07 21:42:56.920 INFO O| Planning: Merging actions ... Done
39812026-08-07T21:42:58.593Z[ host-image] Aug 07 21:42:57.150 INFO O| Aug 07 21:42:57.150 INFO O| Planning: Checking for conflicting actions ... Done
39822026-08-07T21:42:58.699Z[ host-image] Aug 07 21:42:57.256 INFO O| Aug 07 21:42:57.256 INFO O| Planning: Consolidating action changes ... Done
39832026-08-07T21:42:58.861Z[ host-image] Aug 07 21:42:57.419 INFO O| Aug 07 21:42:57.419 INFO O| Planning: Evaluating mediators ... Done
39842026-08-07T21:43:00.247Z[ host-image] Aug 07 21:42:58.805 INFO O| Aug 07 21:42:58.805 INFO O| Planning: Planning completed in 5.44 seconds
39852026-08-07T21:43:00.251Z[ host-image] Aug 07 21:42:58.806 INFO O| Aug 07 21:42:58.806 INFO O| Packages to install: 130
39862026-08-07T21:43:00.251Z[ host-image] Aug 07 21:42:58.806 INFO O| Aug 07 21:42:58.806 INFO O| Mediators to change: 5
39872026-08-07T21:43:00.251Z[ host-image] Aug 07 21:42:58.806 INFO O| Aug 07 21:42:58.806 INFO O| Services to change: 6
39882026-08-07T21:43:00.281Z[ host-image] Aug 07 21:42:58.831 INFO O| Aug 07 21:42:58.831 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
39892026-08-07T21:43:05.275Z[ host-image] Aug 07 21:43:03.831 INFO O| Aug 07 21:43:03.831 INFO O| Download: 22619/23887 items 200.5/222.8MB 89% complete (40.2M/s)
39902026-08-07T21:43:05.675Z[ host-image] Aug 07 21:43:04.233 INFO O| Aug 07 21:43:04.233 INFO O| Download: Completed 222.82 MB in 5.40 seconds (41.1M/s)
39912026-08-07T21:43:06.227Z[ host-image] Aug 07 21:43:04.784 INFO O| Aug 07 21:43:04.784 INFO O| Actions: 1/54172 actions (Installing new actions)
39922026-08-07T21:43:11.227Z[ host-image] Aug 07 21:43:09.784 INFO O| Aug 07 21:43:09.784 INFO O| Actions: 26149/54172 actions (Installing new actions)
39932026-08-07T21:43:12.926Z[ host-image] Aug 07 21:43:11.480 INFO O| Aug 07 21:43:11.480 INFO O| Actions: Completed 54172 actions in 6.69 seconds.
39942026-08-07T21:43:12.991Z[ host-image] Aug 07 21:43:11.544 INFO O| Aug 07 21:43:11.544 INFO O| Finalize: Updating package state database ... Done
39952026-08-07T21:43:12.991Z[ host-image] Aug 07 21:43:11.544 INFO O| Aug 07 21:43:11.544 INFO O| Finalize: Updating package cache ... Done
39962026-08-07T21:43:13.086Z[ host-image] Aug 07 21:43:11.631 INFO O| Aug 07 21:43:11.631 INFO O| Finalize: Updating image state ... Done
39972026-08-07T21:43:13.586ZAug 07 21:43:12.143 INFO [recovery-package] process exited with exit status: 0 (32.648052049s)
39982026-08-07T21:43:13.586ZAug 07 21:43:12.144 INFO [recovery-libraries] running task
39992026-08-07T21:43:13.586ZAug 07 21:43:12.144 INFO [recovery-stamp] running task
40002026-08-07T21:43:13.590ZAug 07 21:43:12.144 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git661d513a778
40012026-08-07T21:43:13.590ZAug 07 21:43:12.144 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git661d513a778
40022026-08-07T21:43:13.594Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40032026-08-07T21:43:13.598Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40042026-08-07T21:43:13.639ZAug 07 21:43:12.197 INFO [recovery-libraries] task succeeded (53.635119ms)
40052026-08-07T21:43:13.643ZAug 07 21:43:12.197 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40062026-08-07T21:43:13.665Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40072026-08-07T21:43:13.669ZAug 07 21:43:12.225 INFO [stamp-installinator] process exited with exit status: 0 (81.1852ms)
40082026-08-07T21:43:13.728Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40092026-08-07T21:43:13.731ZAug 07 21:43:12.288 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (144.815603ms)
40102026-08-07T21:43:13.731ZAug 07 21:43:12.288 INFO [recovery-stamp] task succeeded (144.950213ms)
40112026-08-07T21:43:13.731ZAug 07 21:43:12.288 INFO [recovery-proto] running task
40122026-08-07T21:43:13.732ZAug 07 21:43:12.288 INFO [tuf-stamp] running task
40132026-08-07T21:43:13.732ZAug 07 21:43:12.289 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git661d513a778
40142026-08-07T21:43:13.735ZAug 07 21:43:12.289 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git661d513a778
40152026-08-07T21:43:13.735ZAug 07 21:43:12.290 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git661d513a778
40162026-08-07T21:43:13.736ZAug 07 21:43:12.290 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git661d513a778
40172026-08-07T21:43:13.736ZAug 07 21:43:12.290 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git661d513a778
40182026-08-07T21:43:13.736ZAug 07 21:43:12.291 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git661d513a778
40192026-08-07T21:43:13.736ZAug 07 21:43:12.291 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git661d513a778
40202026-08-07T21:43:13.736ZAug 07 21:43:12.291 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git661d513a778
40212026-08-07T21:43:13.736ZAug 07 21:43:12.291 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git661d513a778
40222026-08-07T21:43:13.736ZAug 07 21:43:12.292 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git661d513a778
40232026-08-07T21:43:13.736ZAug 07 21:43:12.292 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git661d513a778
40242026-08-07T21:43:13.736ZAug 07 21:43:12.293 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git661d513a778
40252026-08-07T21:43:13.740Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-08-07T21:43:13.740Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-08-07T21:43:13.743Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-08-07T21:43:13.743Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-08-07T21:43:13.743Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-08-07T21:43:13.743Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-08-07T21:43:13.743Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-08-07T21:43:13.743Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-07T21:43:13.743Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-08-07T21:43:13.743Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-07T21:43:13.743Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-07T21:43:13.743Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-07T21:43:13.789Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40382026-08-07T21:43:13.793ZAug 07 21:43:12.351 INFO [stamp-probe] process exited with exit status: 0 (59.671952ms)
40392026-08-07T21:43:13.838Z[ host-image] Aug 07 21:43:12.395 INFO O| Aug 07 21:43:12.395 INFO O| Finalize: Creating fast lookup database ... Done
40402026-08-07T21:43:13.863Z[ host-image] Aug 07 21:43:12.420 INFO O| Aug 07 21:43:12.420 INFO O| Finalize: Reading search index ... Done
40412026-08-07T21:43:13.869ZAug 07 21:43:12.426 INFO [recovery-proto] task succeeded (137.10805ms)
40422026-08-07T21:43:13.873ZAug 07 21:43:12.426 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.504' -P /tmp/.tmpLk9YQa/proto/recovery/root -N 'recovery 661d513/${os_short_commit} 2026-08-07 21:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40432026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.432 INFO Checking files for board 'cosmo-mbist-noaggr'
40442026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40452026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO Checking files for board 'cosmo-mbist'
40462026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40472026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO Checking files for board 'cosmo'
40482026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40492026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40502026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO Checking files for board 'gimlet'
40512026-08-07T21:43:13.876Z[ recovery-image] Aug 07 21:43:12.433 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40522026-08-07T21:43:13.877Z[ recovery-image] Aug 07 21:43:12.433 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40532026-08-07T21:43:13.886Z[ recovery-image] Aug 07 21:43:12.443 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpLk9YQa/proto/recovery/root"
40542026-08-07T21:43:13.889Z[ recovery-image] Aug 07 21:43:12.443 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40552026-08-07T21:43:13.889Z[ recovery-image] Aug 07 21:43:12.443 INFO image builder template: ramdisk-01-os...
40562026-08-07T21:43:13.889Z[ recovery-image] Aug 07 21:43:12.443 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/.tmpLk9YQa/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40572026-08-07T21:43:13.903Z[ recovery-image] Aug 07 21:43:12.461 INFO O| Aug 07 21:43:12.461 INFO CREATE DATASET: rpool/images/build/recovery/output
40582026-08-07T21:43:14.288Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40592026-08-07T21:43:14.305Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40602026-08-07T21:43:14.309ZAug 07 21:43:12.866 INFO [stamp-ntp] process exited with exit status: 0 (576.584201ms)
40612026-08-07T21:43:14.322Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40622026-08-07T21:43:14.450Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40632026-08-07T21:43:14.454ZAug 07 21:43:13.012 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (722.347184ms)
40642026-08-07T21:43:14.624Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40652026-08-07T21:43:14.631ZAug 07 21:43:13.186 INFO [stamp-external-dns] process exited with exit status: 0 (895.590147ms)
40662026-08-07T21:43:14.658Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40672026-08-07T21:43:14.662ZAug 07 21:43:13.220 INFO [stamp-internal-dns] process exited with exit status: 0 (930.467191ms)
40682026-08-07T21:43:14.677Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40692026-08-07T21:43:14.681ZAug 07 21:43:13.239 INFO [stamp-crucible-zone] process exited with exit status: 0 (946.972447ms)
40702026-08-07T21:43:14.919Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40712026-08-07T21:43:14.923ZAug 07 21:43:13.480 INFO [stamp-oximeter] process exited with exit status: 0 (1.190002345s)
40722026-08-07T21:43:15.297Z[ recovery-image] Aug 07 21:43:13.854 INFO O| Aug 07 21:43:13.854 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40732026-08-07T21:43:15.301Z[ recovery-image] Aug 07 21:43:13.857 INFO O| Aug 07 21:43:13.857 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40742026-08-07T21:43:16.413Z[ host-image] Aug 07 21:43:14.971 INFO O| Aug 07 21:43:14.971 INFO O| Finalize: Building new search index ... Done
40752026-08-07T21:43:16.440Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40762026-08-07T21:43:16.444ZAug 07 21:43:15.000 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.707973121s)
40772026-08-07T21:43:16.800Z[ host-image] Aug 07 21:43:15.357 INFO O| Aug 07 21:43:15.357 INFO O| Finalize: Updating package cache ... Done
40782026-08-07T21:43:17.004Z[ host-image] Aug 07 21:43:15.561 INFO O| Aug 07 21:43:15.561 INFO STEP 11 (pkg_install) COMPLETE
40792026-08-07T21:43:17.004Z[ host-image] Aug 07 21:43:15.561 INFO O| Aug 07 21:43:15.561 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40802026-08-07T21:43:17.011Z[ host-image] Aug 07 21:43:15.568 INFO O| Aug 07 21:43:15.568 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"]
40812026-08-07T21:43:18.551Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40822026-08-07T21:43:18.560ZAug 07 21:43:17.109 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.819710594s)
40832026-08-07T21:43:18.781Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40842026-08-07T21:43:18.785ZAug 07 21:43:17.343 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.050390389s)
40852026-08-07T21:43:18.830Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40862026-08-07T21:43:18.833ZAug 07 21:43:17.391 INFO [stamp-clickhouse] process exited with exit status: 0 (5.099770846s)
40872026-08-07T21:43:19.163Z[verify-libraries] Compiling match_cfg v0.1.0
40882026-08-07T21:43:19.163Z[verify-libraries] Compiling slog-json v2.6.1
40892026-08-07T21:43:19.163Z[verify-libraries] Compiling progenitor-client v0.14.0
40902026-08-07T21:43:19.167Z[verify-libraries] Compiling debug-ignore v1.0.5
40912026-08-07T21:43:19.167Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40922026-08-07T21:43:19.167Z[verify-libraries] Compiling sha1 v0.11.0
40932026-08-07T21:43:19.167Z[verify-libraries] Compiling multer v3.1.0
40942026-08-07T21:43:19.167Z[verify-libraries] Compiling compression-core v0.4.31
40952026-08-07T21:43:19.213Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40962026-08-07T21:43:19.217ZAug 07 21:43:17.775 INFO [stamp-nexus] process exited with exit status: 0 (5.483878927s)
40972026-08-07T21:43:19.217ZAug 07 21:43:17.775 INFO [tuf-stamp] task succeeded (5.486569158s)
40982026-08-07T21:43:19.217ZAug 07 21:43:17.775 INFO [tuf-v2-zones] running task
40992026-08-07T21:43:19.327ZAug 07 21:43:17.885 INFO [tuf-v2-zones] task succeeded (109.62794ms)
41002026-08-07T21:43:19.916Z[verify-libraries] Compiling async-stream-impl v0.3.6
41012026-08-07T21:43:19.931Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41022026-08-07T21:43:19.931Z[verify-libraries] Compiling serde_spanned v1.1.1
41032026-08-07T21:43:19.931Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41042026-08-07T21:43:19.931Z[verify-libraries] Compiling dropshot v0.17.1
41052026-08-07T21:43:19.931Z[verify-libraries] Compiling hostname v0.3.1
41062026-08-07T21:43:19.931Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41072026-08-07T21:43:19.931Z[verify-libraries] Compiling compression-codecs v0.4.37
41082026-08-07T21:43:19.931Z[verify-libraries] Compiling waitgroup v0.1.2
41092026-08-07T21:43:19.931Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41102026-08-07T21:43:19.931Z[verify-libraries] Compiling slog-bunyan v2.5.0
41112026-08-07T21:43:19.931Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41122026-08-07T21:43:19.931Z[verify-libraries] Compiling hostname v0.4.2
41132026-08-07T21:43:19.931Z[verify-libraries] Compiling atomicwrites v0.4.4
41142026-08-07T21:43:19.931Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41152026-08-07T21:43:19.931Z[verify-libraries] Compiling itertools v0.14.0
41162026-08-07T21:43:19.931Z[verify-libraries] Compiling async-compression v0.4.41
41172026-08-07T21:43:19.949Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41182026-08-07T21:43:19.949Z[verify-libraries] Compiling macaddr v1.0.1
41192026-08-07T21:43:19.949Z[verify-libraries] Compiling regress v0.10.5
41202026-08-07T21:43:19.949Z[verify-libraries] Compiling instant v0.1.13
41212026-08-07T21:43:19.949Z[verify-libraries] Compiling parse-display-derive v0.10.0
41222026-08-07T21:43:19.949Z[verify-libraries] Compiling backon v1.6.0
41232026-08-07T21:43:19.994Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41242026-08-07T21:43:20.015Z[verify-libraries] Compiling humantime v2.3.0
41252026-08-07T21:43:20.099Z[verify-libraries] Compiling backoff v0.4.0
41262026-08-07T21:43:20.125Z[verify-libraries] Compiling convert_case v0.4.0
41272026-08-07T21:43:20.146Z[verify-libraries] Compiling async-stream v0.3.6
41282026-08-07T21:43:20.187Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41292026-08-07T21:43:20.207Z[verify-libraries] Compiling progenitor-extras v0.2.0
41302026-08-07T21:43:20.208Z[verify-libraries] Compiling half v2.7.1
41312026-08-07T21:43:20.249Z[verify-libraries] Compiling ciborium-io v0.2.2
41322026-08-07T21:43:20.328Z[verify-libraries] Compiling indent_write v2.2.0
41332026-08-07T21:43:20.351Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41342026-08-07T21:43:20.355Z[verify-libraries] Compiling regress v0.11.1
41352026-08-07T21:43:20.355Z[verify-libraries] Compiling secrecy v0.10.3
41362026-08-07T21:43:20.412Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41372026-08-07T21:43:20.416Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41382026-08-07T21:43:20.487Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41392026-08-07T21:43:20.507Z[verify-libraries] Compiling ciborium-ll v0.2.2
41402026-08-07T21:43:20.536Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41412026-08-07T21:43:20.562Z[verify-libraries] Compiling derive_more v0.99.20
41422026-08-07T21:43:20.605Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41432026-08-07T21:43:20.609Z[verify-libraries] Compiling inout v0.1.4
41442026-08-07T21:43:20.628Z[verify-libraries] Compiling universal-hash v0.5.1
41452026-08-07T21:43:20.757Z[verify-libraries] Compiling ciborium v0.2.2
41462026-08-07T21:43:20.780Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41472026-08-07T21:43:20.812Z[verify-libraries] Compiling cipher v0.4.4
41482026-08-07T21:43:20.833Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41492026-08-07T21:43:20.876Z[verify-libraries] Compiling opaque-debug v0.3.1
41502026-08-07T21:43:20.968Z[verify-libraries] Compiling poly1305 v0.8.0
41512026-08-07T21:43:20.990Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41522026-08-07T21:43:20.994Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41532026-08-07T21:43:21.034Z[verify-libraries] Compiling blake2 v0.10.6
41542026-08-07T21:43:21.096Z[verify-libraries] Compiling chacha20 v0.9.1
41552026-08-07T21:43:21.221Z[verify-libraries] Compiling aead v0.5.2
41562026-08-07T21:43:21.224Z[verify-libraries] Compiling password-hash v0.5.0
41572026-08-07T21:43:21.224Z[verify-libraries] Compiling num-derive v0.4.2
41582026-08-07T21:43:21.371Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41592026-08-07T21:43:21.391Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41602026-08-07T21:43:21.473Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41612026-08-07T21:43:21.503Z[verify-libraries] Compiling rayon-core v1.13.0
41622026-08-07T21:43:21.620Z[verify-libraries] Compiling argon2 v0.5.3
41632026-08-07T21:43:21.642Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41642026-08-07T21:43:21.667Z[verify-libraries] Compiling glob v0.3.3
41652026-08-07T21:43:21.689Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41662026-08-07T21:43:21.753Z[verify-libraries] Compiling usdt-macro v0.5.0
41672026-08-07T21:43:21.805Z[verify-libraries] Compiling parse-display v0.10.0
41682026-08-07T21:43:22.020Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41692026-08-07T21:43:22.141Z[verify-libraries] Compiling typify-impl v0.6.2
41702026-08-07T21:43:22.174Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41712026-08-07T21:43:22.208Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41722026-08-07T21:43:22.323Z[verify-libraries] Compiling vsss-rs v3.3.4
41732026-08-07T21:43:22.324Z[verify-libraries] Compiling memmap v0.7.0
41742026-08-07T21:43:22.563Z[verify-libraries] Compiling heapless v0.8.0
41752026-08-07T21:43:22.594Z[verify-libraries] Compiling proc-macro-error v1.0.4
41762026-08-07T21:43:22.597Z[verify-libraries] Compiling tabwriter v1.4.1
41772026-08-07T21:43:22.650Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41782026-08-07T21:43:22.700Z[verify-libraries] Compiling usdt v0.5.0
41792026-08-07T21:43:22.703Z[verify-libraries] Compiling ingot-macros v0.2.0
41802026-08-07T21:43:22.911Z[verify-libraries] Compiling hash32 v0.3.1
41812026-08-07T21:43:22.946Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41822026-08-07T21:43:22.988Z[ host-image] Aug 07 21:43:21.546 INFO O| Aug 07 21:43:21.546 INFO O| Startup: Refreshing catalog 'helios' ... Done
41832026-08-07T21:43:22.992Z[verify-libraries] Compiling smoltcp v0.11.0
41842026-08-07T21:43:23.003Z[ recovery-image] Aug 07 21:43:21.561 INFO O| Aug 07 21:43:21.561 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41852026-08-07T21:43:23.053Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41862026-08-07T21:43:23.138Z[verify-libraries] Compiling cobs v0.3.0
41872026-08-07T21:43:23.180Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41882026-08-07T21:43:23.234Z[verify-libraries] Compiling colored v3.1.1
41892026-08-07T21:43:23.238Z[ recovery-image] Aug 07 21:43:21.793 INFO O| Aug 07 21:43:21.793 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41902026-08-07T21:43:23.238Z[ recovery-image] Aug 07 21:43:21.793 INFO O| Aug 07 21:43:21.793 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41912026-08-07T21:43:23.238Z[ recovery-image] Aug 07 21:43:21.793 INFO O| Aug 07 21:43:21.793 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41922026-08-07T21:43:23.238Z[ recovery-image] Aug 07 21:43:21.793 INFO O| Aug 07 21:43:21.793 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41932026-08-07T21:43:23.243Z[ recovery-image] Aug 07 21:43:21.800 INFO O| Aug 07 21:43:21.800 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41942026-08-07T21:43:23.322Z[verify-libraries] Compiling postcard v1.1.3
41952026-08-07T21:43:23.349Z[verify-libraries] Compiling rayon v1.11.0
41962026-08-07T21:43:23.357Z[verify-libraries] Compiling num_enum_derive v0.7.6
41972026-08-07T21:43:23.376Z[ host-image] Aug 07 21:43:21.933 INFO O| Aug 07 21:43:21.933 INFO O| Startup: Caching catalogs ... Done
41982026-08-07T21:43:23.393Z[verify-libraries] Compiling rand v0.10.1
41992026-08-07T21:43:23.425Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42002026-08-07T21:43:23.451Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42012026-08-07T21:43:23.517Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42022026-08-07T21:43:23.580Z[ recovery-image] Aug 07 21:43:22.138 INFO O| Aug 07 21:43:22.137 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-08-07T21:43:23.583Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42042026-08-07T21:43:23.591Z[ recovery-image] Aug 07 21:43:22.147 INFO O| Aug 07 21:43:22.147 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42052026-08-07T21:43:23.656Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42062026-08-07T21:43:23.742Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42072026-08-07T21:43:23.771Z[ host-image] Aug 07 21:43:22.318 INFO O| Aug 07 21:43:22.318 INFO O| Planning: Solver setup ... Done
42082026-08-07T21:43:23.771Z[ host-image] Aug 07 21:43:22.323 INFO O| Aug 07 21:43:22.323 INFO O| Planning: Running solver ... Done
42092026-08-07T21:43:23.775Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42102026-08-07T21:43:23.778Z[ host-image] Aug 07 21:43:22.335 INFO O| Aug 07 21:43:22.335 INFO O| Planning: Finding local manifests ... Done
42112026-08-07T21:43:23.824Z[ host-image] Aug 07 21:43:22.381 INFO O| Aug 07 21:43:22.381 INFO O| Planning: Fetching manifests: 0/6 0% complete
42122026-08-07T21:43:23.905Z[ host-image] Aug 07 21:43:22.463 INFO O| Aug 07 21:43:22.462 INFO O| Planning: Fetching manifests: 6/6 100% complete
42132026-08-07T21:43:23.922Z[ recovery-image] Aug 07 21:43:22.479 INFO O| Aug 07 21:43:22.479 INFO O| Caching catalogs ... Done
42142026-08-07T21:43:23.927Z[ host-image] Aug 07 21:43:22.485 INFO O| Aug 07 21:43:22.485 INFO O| Planning: Package planning ... Done
42152026-08-07T21:43:23.930Z[ host-image] Aug 07 21:43:22.487 INFO O| Aug 07 21:43:22.487 INFO O| Planning: Merging actions ... Done
42162026-08-07T21:43:23.961Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42172026-08-07T21:43:24.016Z[ recovery-image] Aug 07 21:43:22.573 INFO O| Aug 07 21:43:22.573 INFO STEP 0 (pkg_image_create) COMPLETE
42182026-08-07T21:43:24.016Z[ recovery-image] Aug 07 21:43:22.573 INFO O| Aug 07 21:43:22.573 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42192026-08-07T21:43:24.026Z[ recovery-image] Aug 07 21:43:22.583 INFO O| Aug 07 21:43:22.583 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"]
42202026-08-07T21:43:24.067Z[ host-image] Aug 07 21:43:22.625 INFO O| Aug 07 21:43:22.625 INFO O| Planning: Checking for conflicting actions ... Done
42212026-08-07T21:43:24.070Z[ host-image] Aug 07 21:43:22.626 INFO O| Aug 07 21:43:22.626 INFO O| Planning: Consolidating action changes ... Done
42222026-08-07T21:43:24.080Z[verify-libraries] Compiling num_enum_derive v0.5.11
42232026-08-07T21:43:24.118Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42242026-08-07T21:43:24.168Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42252026-08-07T21:43:24.201Z[ host-image] Aug 07 21:43:22.759 INFO O| Aug 07 21:43:22.759 INFO O| Planning: Evaluating mediators ... Done
42262026-08-07T21:43:24.205Z[ host-image] Aug 07 21:43:22.760 INFO O| Aug 07 21:43:22.760 INFO O| Planning: Planning completed in 0.81 seconds
42272026-08-07T21:43:24.205Z[ host-image] Aug 07 21:43:22.761 INFO O| Aug 07 21:43:22.761 INFO O| Packages to install: 6
42282026-08-07T21:43:24.205Z[ host-image] Aug 07 21:43:22.761 INFO O| Aug 07 21:43:22.761 INFO O| Services to change: 2
42292026-08-07T21:43:24.217Z[ host-image] Aug 07 21:43:22.772 INFO O| Aug 07 21:43:22.772 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
42302026-08-07T21:43:24.238Z[verify-libraries] Compiling cstr-argument v0.1.2
42312026-08-07T21:43:24.283Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42322026-08-07T21:43:24.344Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.901 INFO STEP 1 (pkg_set_publisher) COMPLETE
42332026-08-07T21:43:24.344Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-08-07T21:43:24.347Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO skip step because feature "publisher_1_name" is not enabled
42352026-08-07T21:43:24.348Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-08-07T21:43:24.348Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO skip step because feature "publisher_2_name" is not enabled
42372026-08-07T21:43:24.348Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-08-07T21:43:24.348Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO skip step because feature "publisher_3_name" is not enabled
42392026-08-07T21:43:24.348Z[ recovery-image] Aug 07 21:43:22.902 INFO O| Aug 07 21:43:22.902 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-08-07T21:43:24.363Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42412026-08-07T21:43:24.445Z[verify-libraries] Compiling foreign-types v0.5.0
42422026-08-07T21:43:24.470Z[ host-image] Aug 07 21:43:23.025 INFO O| Aug 07 21:43:23.025 INFO O| Download: Completed 1.75 MB in 0.25 seconds (6.9M/s)
42432026-08-07T21:43:24.485Z[verify-libraries] Compiling sigpipe v0.1.3
42442026-08-07T21:43:24.496Z[ host-image] Aug 07 21:43:23.053 INFO O| Aug 07 21:43:23.053 INFO O| Actions: 1/390 actions (Installing new actions)
42452026-08-07T21:43:24.561Z[verify-libraries] Compiling num_enum v0.7.6
42462026-08-07T21:43:24.561Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42472026-08-07T21:43:24.567Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42482026-08-07T21:43:24.632Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42492026-08-07T21:43:24.640Z[ host-image] Aug 07 21:43:23.198 INFO O| Aug 07 21:43:23.198 INFO O| Actions: Completed 390 actions in 0.14 seconds.
42502026-08-07T21:43:24.669Z[ host-image] Aug 07 21:43:23.226 INFO O| Aug 07 21:43:23.226 INFO O| Finalize: Updating package state database ... Done
42512026-08-07T21:43:24.669Z[ host-image] Aug 07 21:43:23.226 INFO O| Aug 07 21:43:23.226 INFO O| Finalize: Updating package cache ... Done
42522026-08-07T21:43:24.684Z[ recovery-image] Aug 07 21:43:23.239 INFO O| Aug 07 21:43:23.239 INFO variant opensolaris.zone is already global
42532026-08-07T21:43:24.687Z[ recovery-image] Aug 07 21:43:23.239 INFO O| Aug 07 21:43:23.239 INFO STEP 5 (pkg_change_variant) COMPLETE
42542026-08-07T21:43:24.687Z[ recovery-image] Aug 07 21:43:23.239 INFO O| Aug 07 21:43:23.239 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42552026-08-07T21:43:24.692Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42562026-08-07T21:43:24.747Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42572026-08-07T21:43:24.753Z[ host-image] Aug 07 21:43:23.311 INFO O| Aug 07 21:43:23.310 INFO O| Finalize: Updating image state ... Done
42582026-08-07T21:43:24.774Z[verify-libraries] Compiling toml v0.8.23
42592026-08-07T21:43:24.824Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42602026-08-07T21:43:24.827Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42612026-08-07T21:43:24.884Z[verify-libraries] Compiling itertools v0.12.1
42622026-08-07T21:43:24.909Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42632026-08-07T21:43:24.995Z[ recovery-image] Aug 07 21:43:23.549 INFO O| Aug 07 21:43:23.549 INFO variant opensolaris.imagetype is full; changing to partial
42642026-08-07T21:43:24.995Z[ recovery-image] Aug 07 21:43:23.549 INFO O| Aug 07 21:43:23.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42652026-08-07T21:43:25.026Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42662026-08-07T21:43:25.029Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42672026-08-07T21:43:25.145Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42682026-08-07T21:43:25.259Z[verify-libraries] Compiling smf v0.2.3
42692026-08-07T21:43:25.259Z[verify-libraries] Compiling whoami v1.6.1
42702026-08-07T21:43:25.280Z[verify-libraries] Compiling num_enum v0.5.11
42712026-08-07T21:43:25.396Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42722026-08-07T21:43:25.460Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42732026-08-07T21:43:25.464Z[verify-libraries] Compiling derive-where v1.6.0
42742026-08-07T21:43:25.499Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42752026-08-07T21:43:25.504Z[verify-libraries] Compiling gethostname v0.5.0
42762026-08-07T21:43:25.614Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42772026-08-07T21:43:25.644Z[verify-libraries] Compiling console v0.15.11
42782026-08-07T21:43:25.683Z[ host-image] Aug 07 21:43:24.239 INFO O| Aug 07 21:43:24.239 INFO O| Finalize: Creating fast lookup database ... Done
42792026-08-07T21:43:25.739Z[ host-image] Aug 07 21:43:24.287 INFO O| Aug 07 21:43:24.287 INFO O| Finalize: Reading search index ... Done
42802026-08-07T21:43:25.739Z[ host-image] Aug 07 21:43:24.287 INFO O| Aug 07 21:43:24.287 INFO O| Finalize: Updating search index ... Done
42812026-08-07T21:43:25.745Z[ host-image] Aug 07 21:43:24.301 INFO O| Aug 07 21:43:24.301 INFO O| Finalize: Updating package cache ... Done
42822026-08-07T21:43:25.822Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42832026-08-07T21:43:25.844Z[verify-libraries] Compiling newline-converter v0.3.0
42842026-08-07T21:43:25.848Z[verify-libraries] Compiling ingot-types v0.2.0
42852026-08-07T21:43:25.873Z[verify-libraries] Compiling resolv-conf v0.7.6
42862026-08-07T21:43:25.972Z[ host-image] Aug 07 21:43:24.529 INFO O| Aug 07 21:43:24.529 INFO STEP 12 (pkg_install) COMPLETE
42872026-08-07T21:43:25.972Z[ host-image] Aug 07 21:43:24.529 INFO O| Aug 07 21:43:24.529 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42882026-08-07T21:43:25.980Z[verify-libraries] Compiling num-rational v0.4.2
42892026-08-07T21:43:25.984Z[ host-image] Aug 07 21:43:24.540 INFO O| Aug 07 21:43:24.539 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42902026-08-07T21:43:26.023Z[verify-libraries] Compiling expectorate v1.2.0
42912026-08-07T21:43:26.201Z[verify-libraries] Compiling zone v0.3.1
42922026-08-07T21:43:26.265Z[verify-libraries] Compiling ingot v0.2.1
42932026-08-07T21:43:26.298Z[verify-libraries] Compiling num-complex v0.4.6
42942026-08-07T21:43:26.298Z[verify-libraries] Compiling slog-dtrace v0.3.0
42952026-08-07T21:43:26.298Z[verify-libraries] Compiling linear-map v1.2.0
42962026-08-07T21:43:26.369Z[verify-libraries] Compiling prettyplease v0.2.37
42972026-08-07T21:43:26.412Z[verify-libraries] Compiling float-ord v0.3.2
42982026-08-07T21:43:26.474Z[ recovery-image] Aug 07 21:43:25.030 INFO O| Aug 07 21:43:25.030 INFO O| Startup: Refreshing catalog 'helios' ... Done
42992026-08-07T21:43:26.534Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43002026-08-07T21:43:26.582Z[verify-libraries] Compiling linked-hash-map v0.5.6
43012026-08-07T21:43:26.610Z[verify-libraries] Compiling hickory-proto v0.24.4
43022026-08-07T21:43:26.614Z[verify-libraries] Compiling convert_case v0.10.0
43032026-08-07T21:43:26.669Z[verify-libraries] Compiling display-error-chain v0.2.2
43042026-08-07T21:43:26.810Z[ recovery-image] Aug 07 21:43:25.368 INFO O| Aug 07 21:43:25.366 INFO O| Startup: Caching catalogs ... Done
43052026-08-07T21:43:26.818Z[verify-libraries] Compiling num v0.4.3
43062026-08-07T21:43:26.822Z[ recovery-image] Aug 07 21:43:25.378 INFO O| Aug 07 21:43:25.378 INFO O| Planning: Planning completed in 0.00 seconds
43072026-08-07T21:43:26.823Z[ recovery-image] Aug 07 21:43:25.378 INFO O| Aug 07 21:43:25.378 INFO O| Planning: Consolidating action changes ... Done
43082026-08-07T21:43:26.823Z[ recovery-image] Aug 07 21:43:25.378 INFO O| Aug 07 21:43:25.378 INFO O| Planning: Evaluating mediators ... Done
43092026-08-07T21:43:26.823Z[ recovery-image] Aug 07 21:43:25.379 INFO O| Aug 07 21:43:25.379 INFO O| Planning: Planning completed in 0.00 seconds
43102026-08-07T21:43:26.823Z[ recovery-image] Aug 07 21:43:25.379 INFO O| Aug 07 21:43:25.379 INFO O| Variants/Facets to change: 1
43112026-08-07T21:43:26.831Z[ recovery-image] Aug 07 21:43:25.389 INFO O| Aug 07 21:43:25.388 INFO O| Finalize: Updating package state database ... Done
43122026-08-07T21:43:26.832Z[ recovery-image] Aug 07 21:43:25.389 INFO O| Aug 07 21:43:25.388 INFO O| Finalize: Updating package cache ... Done
43132026-08-07T21:43:26.888Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43142026-08-07T21:43:26.888Z[ recovery-image] Aug 07 21:43:25.444 INFO O| Aug 07 21:43:25.444 INFO O| Finalize: Updating image state ... Done
43152026-08-07T21:43:26.888Z[verify-libraries] Compiling lru-cache v0.1.2
43162026-08-07T21:43:26.899Z[ recovery-image] Aug 07 21:43:25.456 INFO O| Aug 07 21:43:25.456 INFO O| Finalize: Creating fast lookup database ... Done
43172026-08-07T21:43:26.904Z[ recovery-image] Aug 07 21:43:25.457 INFO O| Aug 07 21:43:25.457 INFO O| Finalize: Reading search index ... Done
43182026-08-07T21:43:26.904Z[ recovery-image] Aug 07 21:43:25.457 INFO O| Aug 07 21:43:25.457 INFO O| Finalize: Updating search index ... Done
43192026-08-07T21:43:26.904Z[ recovery-image] Aug 07 21:43:25.458 INFO O| Aug 07 21:43:25.458 INFO O| Finalize: Updating package cache ... Done
43202026-08-07T21:43:26.944Z[verify-libraries] Compiling minimal-lexical v0.2.1
43212026-08-07T21:43:26.966Z[verify-libraries] Compiling owo-colors v4.3.0
43222026-08-07T21:43:26.990Z[verify-libraries] Compiling derive_more-impl v2.1.1
43232026-08-07T21:43:26.991Z[verify-libraries] Compiling unicode-xid v0.2.6
43242026-08-07T21:43:27.099Z[verify-libraries] Compiling typify-macro v0.6.2
43252026-08-07T21:43:27.103Z[verify-libraries] Compiling tabled_derive v0.7.0
43262026-08-07T21:43:27.133Z[ recovery-image] Aug 07 21:43:25.690 INFO O| Aug 07 21:43:25.690 INFO STEP 6 (pkg_change_variant) COMPLETE
43272026-08-07T21:43:27.133Z[ recovery-image] Aug 07 21:43:25.690 INFO O| Aug 07 21:43:25.690 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43282026-08-07T21:43:27.133Z[ recovery-image] Aug 07 21:43:25.690 INFO O| Aug 07 21:43:25.690 INFO skip step because feature "debug_variant" is not enabled
43292026-08-07T21:43:27.137Z[ recovery-image] Aug 07 21:43:25.690 INFO O| Aug 07 21:43:25.690 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43302026-08-07T21:43:27.215Z[verify-libraries] Compiling nom v7.1.3
43312026-08-07T21:43:27.248Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43322026-08-07T21:43:27.389Z[verify-libraries] Compiling fd-lock v4.0.4
43332026-08-07T21:43:27.434Z[ host-image] Aug 07 21:43:25.989 INFO O| Aug 07 21:43:25.988 INFO O| Startup: Refreshing catalog 'helios' ... Done
43342026-08-07T21:43:27.439Z[ recovery-image] Aug 07 21:43:25.996 INFO O| Aug 07 21:43:25.995 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43352026-08-07T21:43:27.553Z[verify-libraries] Compiling vte v0.14.1
43362026-08-07T21:43:27.664Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43372026-08-07T21:43:27.730Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43382026-08-07T21:43:27.830Z[ host-image] Aug 07 21:43:26.387 INFO O| Aug 07 21:43:26.387 INFO O| Startup: Caching catalogs ... Done
43392026-08-07T21:43:27.834Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43402026-08-07T21:43:27.931Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43412026-08-07T21:43:28.087Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43422026-08-07T21:43:28.118Z[verify-libraries] Compiling derive_more v2.1.1
43432026-08-07T21:43:28.118Z[verify-libraries] Compiling reedline v0.40.0
43442026-08-07T21:43:28.167Z[verify-libraries] Compiling stacker v0.1.23
43452026-08-07T21:43:28.200Z[verify-libraries] Compiling cfg_aliases v0.1.1
43462026-08-07T21:43:28.210Z[ host-image] Aug 07 21:43:26.767 INFO O| Aug 07 21:43:26.767 INFO O| Planning: Solver setup ... Done
43472026-08-07T21:43:28.216Z[ host-image] Aug 07 21:43:26.773 INFO O| Aug 07 21:43:26.773 INFO O| Planning: Running solver ... Done
43482026-08-07T21:43:28.228Z[ host-image] Aug 07 21:43:26.786 INFO O| Aug 07 21:43:26.786 INFO O| Planning: Finding local manifests ... Done
43492026-08-07T21:43:28.236Z[verify-libraries] Compiling crossterm v0.29.0
43502026-08-07T21:43:28.262Z[verify-libraries] Compiling psm v0.1.30
43512026-08-07T21:43:28.265Z[ host-image] Aug 07 21:43:26.822 INFO O| Aug 07 21:43:26.822 INFO O| Planning: Fetching manifests: 0/6 0% complete
43522026-08-07T21:43:28.293Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43532026-08-07T21:43:28.333Z[verify-libraries] Compiling termtree v0.5.1
43542026-08-07T21:43:28.364Z[ host-image] Aug 07 21:43:26.908 INFO O| Aug 07 21:43:26.908 INFO O| Planning: Fetching manifests: 6/6 100% complete
43552026-08-07T21:43:28.367Z[verify-libraries] Compiling tabled v0.15.0
43562026-08-07T21:43:28.392Z[ host-image] Aug 07 21:43:26.949 INFO O| Aug 07 21:43:26.949 INFO O| Planning: Package planning ... Done
43572026-08-07T21:43:28.400Z[ host-image] Aug 07 21:43:26.958 INFO O| Aug 07 21:43:26.958 INFO O| Planning: Merging actions ... Done
43582026-08-07T21:43:28.404Z[verify-libraries] Compiling nix v0.28.0
43592026-08-07T21:43:28.547Z[verify-libraries] Compiling semver v0.1.20
43602026-08-07T21:43:28.571Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43612026-08-07T21:43:28.574Z[verify-libraries] Compiling phf_shared v0.12.1
43622026-08-07T21:43:28.574Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43632026-08-07T21:43:28.583Z[ host-image] Aug 07 21:43:27.140 INFO O| Aug 07 21:43:27.140 INFO O| Planning: Checking for conflicting actions ... Done
43642026-08-07T21:43:28.586Z[ host-image] Aug 07 21:43:27.144 INFO O| Aug 07 21:43:27.144 INFO O| Planning: Consolidating action changes ... Done
43652026-08-07T21:43:28.738Z[verify-libraries] Compiling nibble_vec v0.1.0
43662026-08-07T21:43:28.741Z[verify-libraries] Compiling endian-type v0.1.2
43672026-08-07T21:43:28.745Z[ host-image] Aug 07 21:43:27.301 INFO O| Aug 07 21:43:27.301 INFO O| Planning: Evaluating mediators ... Done
43682026-08-07T21:43:28.748Z[ host-image] Aug 07 21:43:27.304 INFO O| Aug 07 21:43:27.304 INFO O| Planning: Planning completed in 0.91 seconds
43692026-08-07T21:43:28.748Z[ host-image] Aug 07 21:43:27.305 INFO O| Aug 07 21:43:27.305 INFO O| Packages to install: 6
43702026-08-07T21:43:28.748Z[ host-image] Aug 07 21:43:27.305 INFO O| Aug 07 21:43:27.305 INFO O| Mediators to change: 1
43712026-08-07T21:43:28.748Z[ host-image] Aug 07 21:43:27.305 INFO O| Aug 07 21:43:27.305 INFO O| Services to change: 1
43722026-08-07T21:43:28.760Z[ host-image] Aug 07 21:43:27.318 INFO O| Aug 07 21:43:27.318 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
43732026-08-07T21:43:28.823Z[verify-libraries] Compiling chrono-tz v0.10.4
43742026-08-07T21:43:28.950Z[verify-libraries] Compiling rustc_version v0.1.7
43752026-08-07T21:43:29.006Z[verify-libraries] Compiling highway v1.3.0
43762026-08-07T21:43:29.035Z[verify-libraries] Compiling hickory-resolver v0.24.4
43772026-08-07T21:43:29.144Z[verify-libraries] Compiling typify v0.6.2
43782026-08-07T21:43:29.162Z[ host-image] Aug 07 21:43:27.719 INFO O| Aug 07 21:43:27.719 INFO O| Download: Completed 7.84 MB in 0.40 seconds (19.6M/s)
43792026-08-07T21:43:29.181Z[verify-libraries] Compiling radix_trie v0.2.1
43802026-08-07T21:43:29.197Z[ host-image] Aug 07 21:43:27.755 INFO O| Aug 07 21:43:27.755 INFO O| Actions: 1/1366 actions (Installing new actions)
43812026-08-07T21:43:29.262Z[verify-libraries] Compiling newtype_derive v0.1.6
43822026-08-07T21:43:29.300Z[ recovery-image] Aug 07 21:43:27.858 INFO O| Aug 07 21:43:27.857 INFO O| Startup: Refreshing catalog 'helios' ... Done
43832026-08-07T21:43:29.346Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43842026-08-07T21:43:29.425Z[ host-image] Aug 07 21:43:27.982 INFO O| Aug 07 21:43:27.982 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
43852026-08-07T21:43:29.428Z[verify-libraries] Compiling progenitor-impl v0.14.0
43862026-08-07T21:43:29.462Z[ host-image] Aug 07 21:43:28.011 INFO O| Aug 07 21:43:28.011 INFO O| Finalize: Updating package state database ... Done
43872026-08-07T21:43:29.462Z[ host-image] Aug 07 21:43:28.011 INFO O| Aug 07 21:43:28.011 INFO O| Finalize: Updating package cache ... Done
43882026-08-07T21:43:29.487Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43892026-08-07T21:43:29.510Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43902026-08-07T21:43:29.523Z[ host-image] Aug 07 21:43:28.081 INFO O| Aug 07 21:43:28.081 INFO O| Finalize: Updating image state ... Done
43912026-08-07T21:43:29.542Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43922026-08-07T21:43:29.542Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43932026-08-07T21:43:29.545Z[verify-libraries] Compiling recursive v0.1.1
43942026-08-07T21:43:29.545Z[verify-libraries] Compiling phf v0.12.1
43952026-08-07T21:43:29.649Z[ recovery-image] Aug 07 21:43:28.205 INFO O| Aug 07 21:43:28.205 INFO O| Startup: Caching catalogs ... Done
43962026-08-07T21:43:29.660Z[ recovery-image] Aug 07 21:43:28.218 INFO O| Aug 07 21:43:28.217 INFO O| Planning: Planning completed in 0.00 seconds
43972026-08-07T21:43:29.663Z[ recovery-image] Aug 07 21:43:28.218 INFO O| Aug 07 21:43:28.218 INFO O| Planning: Consolidating action changes ... Done
43982026-08-07T21:43:29.663Z[ recovery-image] Aug 07 21:43:28.218 INFO O| Aug 07 21:43:28.218 INFO O| Planning: Evaluating mediators ... Done
43992026-08-07T21:43:29.663Z[ recovery-image] Aug 07 21:43:28.218 INFO O| Aug 07 21:43:28.218 INFO O| Planning: Planning completed in 0.00 seconds
44002026-08-07T21:43:29.663Z[ recovery-image] Aug 07 21:43:28.218 INFO O| Aug 07 21:43:28.218 INFO O| Variants/Facets to change: 1
44012026-08-07T21:43:29.686Z[ recovery-image] Aug 07 21:43:28.244 INFO O| Aug 07 21:43:28.243 INFO O| Finalize: Updating package state database ... Done
44022026-08-07T21:43:29.686Z[ recovery-image] Aug 07 21:43:28.244 INFO O| Aug 07 21:43:28.243 INFO O| Finalize: Updating package cache ... Done
44032026-08-07T21:43:29.736Z[ recovery-image] Aug 07 21:43:28.294 INFO O| Aug 07 21:43:28.293 INFO O| Finalize: Updating image state ... Done
44042026-08-07T21:43:29.748Z[ recovery-image] Aug 07 21:43:28.305 INFO O| Aug 07 21:43:28.305 INFO O| Finalize: Creating fast lookup database ... Done
44052026-08-07T21:43:29.751Z[ recovery-image] Aug 07 21:43:28.306 INFO O| Aug 07 21:43:28.306 INFO O| Finalize: Reading search index ... Done
44062026-08-07T21:43:29.751Z[ recovery-image] Aug 07 21:43:28.306 INFO O| Aug 07 21:43:28.306 INFO O| Finalize: Updating search index ... Done
44072026-08-07T21:43:29.751Z[ recovery-image] Aug 07 21:43:28.307 INFO O| Aug 07 21:43:28.307 INFO O| Finalize: Updating package cache ... Done
44082026-08-07T21:43:29.806Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44092026-08-07T21:43:29.928Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44102026-08-07T21:43:30.002Z[ recovery-image] Aug 07 21:43:28.559 INFO O| Aug 07 21:43:28.559 INFO STEP 8 (pkg_change_facet) COMPLETE
44112026-08-07T21:43:30.002Z[ recovery-image] Aug 07 21:43:28.559 INFO O| Aug 07 21:43:28.559 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122026-08-07T21:43:30.005Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44132026-08-07T21:43:30.231Z[verify-libraries] Compiling qorb v0.4.1
44142026-08-07T21:43:30.330Z[ recovery-image] Aug 07 21:43:28.888 INFO O| Aug 07 21:43:28.888 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44152026-08-07T21:43:30.537Z[ host-image] Aug 07 21:43:29.095 INFO O| Aug 07 21:43:29.095 INFO O| Finalize: Creating fast lookup database ... Done
44162026-08-07T21:43:30.572Z[ host-image] Aug 07 21:43:29.130 INFO O| Aug 07 21:43:29.130 INFO O| Finalize: Reading search index ... Done
44172026-08-07T21:43:30.573Z[ host-image] Aug 07 21:43:29.130 INFO O| Aug 07 21:43:29.130 INFO O| Finalize: Updating search index ... Done
44182026-08-07T21:43:30.608Z[ host-image] Aug 07 21:43:29.165 INFO O| Aug 07 21:43:29.165 INFO O| Finalize: Updating package cache ... Done
44192026-08-07T21:43:30.680Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44202026-08-07T21:43:30.737Z[verify-libraries] Compiling peg-macros v0.8.5
44212026-08-07T21:43:30.889Z[ host-image] Aug 07 21:43:29.447 INFO O| Aug 07 21:43:29.447 INFO STEP 13 (pkg_install) COMPLETE
44222026-08-07T21:43:30.889Z[ host-image] Aug 07 21:43:29.447 INFO O| Aug 07 21:43:29.447 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44232026-08-07T21:43:30.894Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44242026-08-07T21:43:30.899Z[ host-image] Aug 07 21:43:29.456 INFO O| Aug 07 21:43:29.456 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
44252026-08-07T21:43:30.945Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44262026-08-07T21:43:31.068Z[verify-libraries] Compiling winnow v0.6.26
44272026-08-07T21:43:31.096Z[verify-libraries] Compiling csv-core v0.1.13
44282026-08-07T21:43:31.099Z[verify-libraries] Compiling home v0.5.12
44292026-08-07T21:43:31.315Z[verify-libraries] Compiling unicode_categories v0.1.1
44302026-08-07T21:43:31.347Z[verify-libraries] Compiling textwrap v0.16.2
44312026-08-07T21:43:31.483Z[verify-libraries] Compiling csv v1.4.0
44322026-08-07T21:43:31.486Z[verify-libraries] Compiling rustyline v14.0.0
44332026-08-07T21:43:31.589Z[verify-libraries] Compiling const_format v0.2.35
44342026-08-07T21:43:31.892Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44352026-08-07T21:43:31.928Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44362026-08-07T21:43:32.017Z[verify-libraries] Compiling sqlparser v0.61.0
44372026-08-07T21:43:32.045Z[ recovery-image] Aug 07 21:43:30.600 INFO O| Aug 07 21:43:30.600 INFO O| Startup: Refreshing catalog 'helios' ... Done
44382026-08-07T21:43:32.120Z[verify-libraries] Compiling bcs v0.1.6
44392026-08-07T21:43:32.223Z[verify-libraries] Compiling peg v0.8.5
44402026-08-07T21:43:32.296Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44412026-08-07T21:43:32.335Z[verify-libraries] Compiling progenitor-macro v0.14.0
44422026-08-07T21:43:32.368Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44432026-08-07T21:43:32.378Z[ recovery-image] Aug 07 21:43:30.936 INFO O| Aug 07 21:43:30.936 INFO O| Startup: Caching catalogs ... Done
44442026-08-07T21:43:32.389Z[ recovery-image] Aug 07 21:43:30.946 INFO O| Aug 07 21:43:30.946 INFO O| Planning: Planning completed in 0.00 seconds
44452026-08-07T21:43:32.392Z[ recovery-image] Aug 07 21:43:30.947 INFO O| Aug 07 21:43:30.947 INFO O| Planning: Consolidating action changes ... Done
44462026-08-07T21:43:32.392Z[ recovery-image] Aug 07 21:43:30.947 INFO O| Aug 07 21:43:30.947 INFO O| Planning: Evaluating mediators ... Done
44472026-08-07T21:43:32.392Z[ recovery-image] Aug 07 21:43:30.947 INFO O| Aug 07 21:43:30.947 INFO O| Planning: Planning completed in 0.00 seconds
44482026-08-07T21:43:32.392Z[ recovery-image] Aug 07 21:43:30.947 INFO O| Aug 07 21:43:30.947 INFO O| Variants/Facets to change: 1
44492026-08-07T21:43:32.400Z[ recovery-image] Aug 07 21:43:30.958 INFO O| Aug 07 21:43:30.957 INFO O| Finalize: Updating package state database ... Done
44502026-08-07T21:43:32.400Z[ recovery-image] Aug 07 21:43:30.958 INFO O| Aug 07 21:43:30.957 INFO O| Finalize: Updating package cache ... Done
44512026-08-07T21:43:32.405Z[ host-image] Aug 07 21:43:30.963 INFO O| Aug 07 21:43:30.963 INFO O| Startup: Refreshing catalog 'helios' ... Done
44522026-08-07T21:43:32.410Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44532026-08-07T21:43:32.413Z[verify-libraries] Compiling nom v8.0.0
44542026-08-07T21:43:32.413Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44552026-08-07T21:43:32.457Z[ recovery-image] Aug 07 21:43:31.015 INFO O| Aug 07 21:43:31.012 INFO O| Finalize: Updating image state ... Done
44562026-08-07T21:43:32.466Z[ recovery-image] Aug 07 21:43:31.024 INFO O| Aug 07 21:43:31.024 INFO O| Finalize: Creating fast lookup database ... Done
44572026-08-07T21:43:32.469Z[ recovery-image] Aug 07 21:43:31.024 INFO O| Aug 07 21:43:31.024 INFO O| Finalize: Reading search index ... Done
44582026-08-07T21:43:32.469Z[ recovery-image] Aug 07 21:43:31.024 INFO O| Aug 07 21:43:31.024 INFO O| Finalize: Updating search index ... Done
44592026-08-07T21:43:32.470Z[ recovery-image] Aug 07 21:43:31.025 INFO O| Aug 07 21:43:31.025 INFO O| Finalize: Updating package cache ... Done
44602026-08-07T21:43:32.517Z[verify-libraries] Compiling sqlformat v0.3.5
44612026-08-07T21:43:32.559Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44622026-08-07T21:43:32.665Z[verify-libraries] Compiling steno v0.4.1
44632026-08-07T21:43:32.689Z[ recovery-image] Aug 07 21:43:31.247 INFO O| Aug 07 21:43:31.247 INFO STEP 9 (pkg_change_facet) COMPLETE
44642026-08-07T21:43:32.689Z[ recovery-image] Aug 07 21:43:31.247 INFO O| Aug 07 21:43:31.247 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652026-08-07T21:43:32.698Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44662026-08-07T21:43:32.775Z[ host-image] Aug 07 21:43:31.333 INFO O| Aug 07 21:43:31.333 INFO O| Startup: Caching catalogs ... Done
44672026-08-07T21:43:33.023Z[ recovery-image] Aug 07 21:43:31.581 INFO O| Aug 07 21:43:31.580 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44682026-08-07T21:43:33.055Z[verify-libraries] Compiling sha1 v0.10.6
44692026-08-07T21:43:33.133Z[ host-image] Aug 07 21:43:31.690 INFO O| Aug 07 21:43:31.690 INFO O| Planning: Solver setup ... Done
44702026-08-07T21:43:33.138Z[ host-image] Aug 07 21:43:31.695 INFO O| Aug 07 21:43:31.695 INFO O| Planning: Running solver ... Done
44712026-08-07T21:43:33.150Z[ host-image] Aug 07 21:43:31.707 INFO O| Aug 07 21:43:31.707 INFO O| Planning: Finding local manifests ... Done
44722026-08-07T21:43:33.198Z[ host-image] Aug 07 21:43:31.756 INFO O| Aug 07 21:43:31.756 INFO O| Planning: Fetching manifests: 0/1 0% complete
44732026-08-07T21:43:33.202Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44742026-08-07T21:43:33.205Z[ host-image] Aug 07 21:43:31.761 INFO O| Aug 07 21:43:31.761 INFO O| Planning: Fetching manifests: 1/1 100% complete
44752026-08-07T21:43:33.221Z[ host-image] Aug 07 21:43:31.779 INFO O| Aug 07 21:43:31.779 INFO O| Planning: Package planning ... Done
44762026-08-07T21:43:33.221Z[ host-image] Aug 07 21:43:31.779 INFO O| Aug 07 21:43:31.779 INFO O| Planning: Merging actions ... Done
44772026-08-07T21:43:33.265Z[ host-image] Aug 07 21:43:31.822 INFO O| Aug 07 21:43:31.822 INFO O| Planning: Checking for conflicting actions ... Done
44782026-08-07T21:43:33.268Z[ host-image] Aug 07 21:43:31.823 INFO O| Aug 07 21:43:31.823 INFO O| Planning: Consolidating action changes ... Done
44792026-08-07T21:43:33.292Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44802026-08-07T21:43:33.363Z[verify-libraries] Compiling tagptr v0.2.0
44812026-08-07T21:43:33.499Z[verify-libraries] Compiling utf-8 v0.7.6
44822026-08-07T21:43:33.550Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44832026-08-07T21:43:33.576Z[ host-image] Aug 07 21:43:32.133 INFO O| Aug 07 21:43:32.133 INFO O| Planning: Evaluating mediators ... Done
44842026-08-07T21:43:33.579Z[ host-image] Aug 07 21:43:32.134 INFO O| Aug 07 21:43:32.134 INFO O| Planning: Planning completed in 0.79 seconds
44852026-08-07T21:43:33.579Z[ host-image] Aug 07 21:43:32.135 INFO O| Aug 07 21:43:32.135 INFO O| Packages to install: 1
44862026-08-07T21:43:33.590Z[ host-image] Aug 07 21:43:32.148 INFO O| Aug 07 21:43:32.148 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
44872026-08-07T21:43:33.646Z[verify-libraries] Compiling moka v0.12.13
44882026-08-07T21:43:33.691Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44892026-08-07T21:43:33.752Z[verify-libraries] Compiling libefi-sys v0.1.0
44902026-08-07T21:43:33.815Z[verify-libraries] Compiling tungstenite v0.21.0
44912026-08-07T21:43:33.839Z[verify-libraries] Compiling bitfield-struct v0.6.2
44922026-08-07T21:43:33.854Z[ host-image] Aug 07 21:43:32.411 INFO O| Aug 07 21:43:32.411 INFO O| Download: Completed 13.17 MB in 0.26 seconds (50.0M/s)
44932026-08-07T21:43:33.924Z[ host-image] Aug 07 21:43:32.482 INFO O| Aug 07 21:43:32.482 INFO O| Actions: 1/22 actions (Installing new actions)
44942026-08-07T21:43:33.942Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44952026-08-07T21:43:34.091Z[verify-libraries] Compiling libscf-sys v1.2.0
44962026-08-07T21:43:34.163Z[ host-image] Aug 07 21:43:32.720 INFO O| Aug 07 21:43:32.720 INFO O| Actions: Completed 22 actions in 0.24 seconds.
44972026-08-07T21:43:34.190Z[ host-image] Aug 07 21:43:32.747 INFO O| Aug 07 21:43:32.747 INFO O| Finalize: Updating package state database ... Done
44982026-08-07T21:43:34.190Z[ host-image] Aug 07 21:43:32.747 INFO O| Aug 07 21:43:32.747 INFO O| Finalize: Updating package cache ... Done
44992026-08-07T21:43:34.212Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45002026-08-07T21:43:34.257Z[ host-image] Aug 07 21:43:32.815 INFO O| Aug 07 21:43:32.815 INFO O| Finalize: Updating image state ... Done
45012026-08-07T21:43:34.308Z[verify-libraries] Compiling xshell-macros v0.2.7
45022026-08-07T21:43:34.312Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45032026-08-07T21:43:34.393Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45042026-08-07T21:43:34.556Z[ recovery-image] Aug 07 21:43:33.113 INFO O| Aug 07 21:43:33.113 INFO O| Startup: Refreshing catalog 'helios' ... Done
45052026-08-07T21:43:34.592Z[verify-libraries] Compiling hickory-resolver v0.25.2
45062026-08-07T21:43:34.642Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45072026-08-07T21:43:34.668Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45082026-08-07T21:43:34.668Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45092026-08-07T21:43:34.748Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45102026-08-07T21:43:34.773Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45112026-08-07T21:43:34.819Z[verify-libraries] Compiling xshell v0.2.7
45122026-08-07T21:43:34.941Z[ recovery-image] Aug 07 21:43:33.499 INFO O| Aug 07 21:43:33.499 INFO O| Startup: Caching catalogs ... Done
45132026-08-07T21:43:34.954Z[ recovery-image] Aug 07 21:43:33.511 INFO O| Aug 07 21:43:33.511 INFO O| Planning: Planning completed in 0.00 seconds
45142026-08-07T21:43:34.957Z[ recovery-image] Aug 07 21:43:33.511 INFO O| Aug 07 21:43:33.511 INFO O| Planning: Consolidating action changes ... Done
45152026-08-07T21:43:34.957Z[ recovery-image] Aug 07 21:43:33.512 INFO O| Aug 07 21:43:33.511 INFO O| Planning: Evaluating mediators ... Done
45162026-08-07T21:43:34.957Z[ recovery-image] Aug 07 21:43:33.512 INFO O| Aug 07 21:43:33.512 INFO O| Planning: Planning completed in 0.00 seconds
45172026-08-07T21:43:34.957Z[ recovery-image] Aug 07 21:43:33.512 INFO O| Aug 07 21:43:33.512 INFO O| Variants/Facets to change: 1
45182026-08-07T21:43:34.976Z[ recovery-image] Aug 07 21:43:33.532 INFO O| Aug 07 21:43:33.532 INFO O| Finalize: Updating package state database ... Done
45192026-08-07T21:43:34.976Z[ recovery-image] Aug 07 21:43:33.532 INFO O| Aug 07 21:43:33.532 INFO O| Finalize: Updating package cache ... Done
45202026-08-07T21:43:35.023Z[ recovery-image] Aug 07 21:43:33.581 INFO O| Aug 07 21:43:33.580 INFO O| Finalize: Updating image state ... Done
45212026-08-07T21:43:35.034Z[ recovery-image] Aug 07 21:43:33.591 INFO O| Aug 07 21:43:33.591 INFO O| Finalize: Creating fast lookup database ... Done
45222026-08-07T21:43:35.037Z[ recovery-image] Aug 07 21:43:33.592 INFO O| Aug 07 21:43:33.592 INFO O| Finalize: Reading search index ... Done
45232026-08-07T21:43:35.037Z[ recovery-image] Aug 07 21:43:33.592 INFO O| Aug 07 21:43:33.592 INFO O| Finalize: Updating search index ... Done
45242026-08-07T21:43:35.038Z[ recovery-image] Aug 07 21:43:33.593 INFO O| Aug 07 21:43:33.593 INFO O| Finalize: Updating package cache ... Done
45252026-08-07T21:43:35.041Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45262026-08-07T21:43:35.076Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45272026-08-07T21:43:35.155Z[verify-libraries] Compiling papergrid v0.17.0
45282026-08-07T21:43:35.159Z[verify-libraries] Compiling testing_table v0.3.0
45292026-08-07T21:43:35.197Z[verify-libraries] Compiling tabled_derive v0.11.0
45302026-08-07T21:43:35.201Z[verify-libraries] Compiling sha2 v0.11.0
45312026-08-07T21:43:35.226Z[ host-image] Aug 07 21:43:33.782 INFO O| Aug 07 21:43:33.782 INFO O| Finalize: Creating fast lookup database ... Done
45322026-08-07T21:43:35.238Z[verify-libraries] Compiling subprocess v0.2.15
45332026-08-07T21:43:35.254Z[ host-image] Aug 07 21:43:33.811 INFO O| Aug 07 21:43:33.810 INFO O| Finalize: Reading search index ... Done
45342026-08-07T21:43:35.254Z[ host-image] Aug 07 21:43:33.811 INFO O| Aug 07 21:43:33.810 INFO O| Finalize: Updating search index ... Done
45352026-08-07T21:43:35.261Z[ recovery-image] Aug 07 21:43:33.819 INFO O| Aug 07 21:43:33.819 INFO STEP 10 (pkg_change_facet) COMPLETE
45362026-08-07T21:43:35.261Z[ recovery-image] Aug 07 21:43:33.819 INFO O| Aug 07 21:43:33.819 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372026-08-07T21:43:35.265Z[ host-image] Aug 07 21:43:33.821 INFO O| Aug 07 21:43:33.821 INFO O| Finalize: Updating package cache ... Done
45382026-08-07T21:43:35.271Z[ recovery-image] Aug 07 21:43:33.829 INFO O| Aug 07 21:43:33.829 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@22.0.0.0"]
45392026-08-07T21:43:35.427Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45402026-08-07T21:43:35.470Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45412026-08-07T21:43:35.508Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.057 INFO STEP 14 (pkg_install) COMPLETE
45422026-08-07T21:43:35.539Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.057 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.057 INFO skip step because feature "mbist" is not enabled
45442026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.057 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.057 INFO skip step because feature "mfg" is not enabled
45462026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45472026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO skip step because feature "compliance" is not enabled
45482026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO skip step because feature "stress" is not enabled
45502026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO skip step because feature "compliance" is not enabled
45522026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45532026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO skip step because feature "nfs" is not enabled
45542026-08-07T21:43:35.543Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45552026-08-07T21:43:35.544Z[ host-image] Aug 07 21:43:34.058 INFO O| Aug 07 21:43:34.058 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45562026-08-07T21:43:35.572Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-08-07T21:43:35.596Z[verify-libraries] Compiling headers-core v0.3.0
45582026-08-07T21:43:35.720Z[ host-image] Aug 07 21:43:34.278 INFO O| Aug 07 21:43:34.278 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45592026-08-07T21:43:35.787Z[verify-libraries] Compiling unicase v2.9.0
45602026-08-07T21:43:35.869Z[ host-image] Aug 07 21:43:34.426 INFO O| Aug 07 21:43:34.426 INFO completed processing sled/ramdisk-01-os
45612026-08-07T21:43:35.872Z[ host-image] Aug 07 21:43:34.428 INFO omicron1 baseline generation...
45622026-08-07T21:43:35.872Z[ host-image] Aug 07 21:43:34.429 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45632026-08-07T21:43:35.886Z[verify-libraries] Compiling headers v0.4.1
45642026-08-07T21:43:36.107Z[verify-libraries] Compiling darling_core v0.21.3
45652026-08-07T21:43:36.229Z[ host-image] Aug 07 21:43:34.786 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24161:20260807T092100Z
45662026-08-07T21:43:36.274Z[verify-libraries] Compiling maplit v1.0.2
45672026-08-07T21:43:36.489Z[verify-libraries] Compiling tabled v0.20.0
45682026-08-07T21:43:36.545Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45692026-08-07T21:43:36.592Z[verify-libraries] Compiling crc8 v0.1.1
45702026-08-07T21:43:36.671Z[verify-libraries] Compiling yasna v0.5.2
45712026-08-07T21:43:36.715Z[verify-libraries] Compiling vergen-lib v0.1.6
45722026-08-07T21:43:36.820Z[verify-libraries] Compiling diesel_derives v2.3.7
45732026-08-07T21:43:36.956Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45742026-08-07T21:43:37.106Z[verify-libraries] Compiling port-file v0.1.0
45752026-08-07T21:43:37.160Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45762026-08-07T21:43:37.265Z[verify-libraries] Compiling rcgen v0.12.1
45772026-08-07T21:43:37.398Z[ recovery-image] Aug 07 21:43:35.952 INFO O| Aug 07 21:43:35.952 INFO O| Startup: Refreshing catalog 'helios' ... Done
45782026-08-07T21:43:37.409Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45792026-08-07T21:43:37.461Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45802026-08-07T21:43:37.464Z[verify-libraries] Compiling half v1.8.3
45812026-08-07T21:43:37.571Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45822026-08-07T21:43:37.723Z[ recovery-image] Aug 07 21:43:36.279 INFO O| Aug 07 21:43:36.278 INFO O| Startup: Caching catalogs ... Done
45832026-08-07T21:43:37.742Z[verify-libraries] Compiling serde_cbor v0.11.2
45842026-08-07T21:43:37.812Z[verify-libraries] Compiling r2d2 v0.8.10
45852026-08-07T21:43:37.889Z[verify-libraries] Compiling progenitor v0.14.0
45862026-08-07T21:43:37.914Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45872026-08-07T21:43:38.045Z[verify-libraries] Compiling cpubits v0.1.1
45882026-08-07T21:43:38.111Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45892026-08-07T21:43:38.172Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45902026-08-07T21:43:38.211Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45912026-08-07T21:43:38.298Z[verify-libraries] Compiling downcast-rs v2.0.2
45922026-08-07T21:43:38.419Z[verify-libraries] Compiling crunchy v0.2.4
45932026-08-07T21:43:38.449Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45942026-08-07T21:43:38.482Z[verify-libraries] Compiling dirs-next v2.0.0
45952026-08-07T21:43:38.716Z[verify-libraries] Compiling clang-sys v1.8.1
45962026-08-07T21:43:38.797Z[verify-libraries] Compiling tiny-keccak v2.0.2
45972026-08-07T21:43:38.836Z[verify-libraries] Compiling darling_macro v0.21.3
45982026-08-07T21:43:39.138Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45992026-08-07T21:43:39.180Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46002026-08-07T21:43:39.221Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46012026-08-07T21:43:39.225Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46022026-08-07T21:43:39.269Z[verify-libraries] Compiling term v0.7.0
46032026-08-07T21:43:39.323Z[ recovery-image] Aug 07 21:43:37.880 INFO O| Aug 07 21:43:37.880 INFO O| Planning: Solver setup ... Done
46042026-08-07T21:43:39.375Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46052026-08-07T21:43:39.378Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46062026-08-07T21:43:39.419Z[ recovery-image] Aug 07 21:43:37.976 INFO O| Aug 07 21:43:37.976 INFO O| Planning: Running solver ... Done
46072026-08-07T21:43:39.452Z[ recovery-image] Aug 07 21:43:38.009 INFO O| Aug 07 21:43:38.009 INFO O| Planning: Finding local manifests ... Done
46082026-08-07T21:43:39.470Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46092026-08-07T21:43:39.502Z[ recovery-image] Aug 07 21:43:38.059 INFO O| Aug 07 21:43:38.055 INFO O| Planning: Fetching manifests: 0/130 0% complete
46102026-08-07T21:43:39.502Z[verify-libraries] Compiling darling v0.21.3
46112026-08-07T21:43:39.550Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46122026-08-07T21:43:39.550Z[verify-libraries] Compiling diff v0.1.13
46132026-08-07T21:43:39.665Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46142026-08-07T21:43:39.731Z[verify-libraries] Compiling bit-vec v0.6.3
46152026-08-07T21:43:39.793Z[verify-libraries] Compiling ascii-canvas v3.0.0
46162026-08-07T21:43:39.900Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46172026-08-07T21:43:39.900Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46182026-08-07T21:43:39.947Z[verify-libraries] Compiling bit-set v0.5.3
46192026-08-07T21:43:40.040Z[verify-libraries] Compiling itertools v0.10.5
46202026-08-07T21:43:40.062Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46212026-08-07T21:43:40.109Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46222026-08-07T21:43:40.131Z[verify-libraries] Compiling ena v0.14.4
46232026-08-07T21:43:40.192Z[verify-libraries] Compiling libloading v0.8.9
46242026-08-07T21:43:40.195Z[verify-libraries] Compiling regex-syntax v0.6.29
46252026-08-07T21:43:40.297Z[verify-libraries] Compiling bindgen v0.71.1
46262026-08-07T21:43:40.469Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46272026-08-07T21:43:40.508Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46282026-08-07T21:43:40.678Z[verify-libraries] Compiling cexpr v0.6.0
46292026-08-07T21:43:40.860Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46302026-08-07T21:43:40.863Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46312026-08-07T21:43:40.976Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46322026-08-07T21:43:41.293Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46332026-08-07T21:43:41.402Z[verify-libraries] Compiling rustc-hash v2.1.1
46342026-08-07T21:43:41.439Z[verify-libraries] Compiling libxml v0.3.3
46352026-08-07T21:43:41.599Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46362026-08-07T21:43:41.623Z[verify-libraries] Compiling strum_macros v0.24.3
46372026-08-07T21:43:41.694Z[verify-libraries] Compiling hmac v0.13.0
46382026-08-07T21:43:41.796Z[verify-libraries] Compiling lalrpop v0.19.12
46392026-08-07T21:43:41.872Z[verify-libraries] Compiling universal-hash v0.6.1
46402026-08-07T21:43:41.925Z[verify-libraries] Compiling fxhash v0.2.1
46412026-08-07T21:43:41.947Z[verify-libraries] Compiling indoc v1.0.9
46422026-08-07T21:43:42.136Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46432026-08-07T21:43:42.562Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46442026-08-07T21:43:42.633Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46452026-08-07T21:43:42.982Z[ recovery-image] Aug 07 21:43:41.540 INFO O| Aug 07 21:43:41.540 INFO O| Planning: Fetching manifests: 130/130 100% complete
46462026-08-07T21:43:43.064Z[verify-libraries] Compiling progenitor-impl v0.13.0
46472026-08-07T21:43:43.165Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46482026-08-07T21:43:43.509Z[verify-libraries] Compiling oso-derive v0.27.3
46492026-08-07T21:43:43.595Z[verify-libraries] Compiling quick-xml v0.37.5
46502026-08-07T21:43:43.671Z[ recovery-image] Aug 07 21:43:42.228 INFO O| Aug 07 21:43:42.228 INFO O| Planning: Package planning ... Done
46512026-08-07T21:43:43.835Z[ recovery-image] Aug 07 21:43:42.392 INFO O| Aug 07 21:43:42.392 INFO O| Planning: Merging actions ... Done
46522026-08-07T21:43:43.934Z[ recovery-image] Aug 07 21:43:42.492 INFO O| Aug 07 21:43:42.492 INFO O| Planning: Checking for conflicting actions ... Done
46532026-08-07T21:43:43.991Z[ recovery-image] Aug 07 21:43:42.548 INFO O| Aug 07 21:43:42.548 INFO O| Planning: Consolidating action changes ... Done
46542026-08-07T21:43:44.121Z[ recovery-image] Aug 07 21:43:42.679 INFO O| Aug 07 21:43:42.679 INFO O| Planning: Evaluating mediators ... Done
46552026-08-07T21:43:44.307Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46562026-08-07T21:43:44.682Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46572026-08-07T21:43:44.734Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46582026-08-07T21:43:44.901Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46592026-08-07T21:43:45.095Z[verify-libraries] Compiling openssl-probe v0.1.6
46602026-08-07T21:43:45.396Z[verify-libraries] Compiling polyval v0.7.1
46612026-08-07T21:43:45.543Z[ recovery-image] Aug 07 21:43:44.100 INFO O| Aug 07 21:43:44.100 INFO O| Planning: Planning completed in 7.81 seconds
46622026-08-07T21:43:45.547Z[ recovery-image] Aug 07 21:43:44.102 INFO O| Aug 07 21:43:44.102 INFO O| Packages to install: 130
46632026-08-07T21:43:45.547Z[ recovery-image] Aug 07 21:43:44.102 INFO O| Aug 07 21:43:44.102 INFO O| Mediators to change: 5
46642026-08-07T21:43:45.547Z[ recovery-image] Aug 07 21:43:44.103 INFO O| Aug 07 21:43:44.102 INFO O| Services to change: 5
46652026-08-07T21:43:45.574Z[ recovery-image] Aug 07 21:43:44.132 INFO O| Aug 07 21:43:44.132 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46662026-08-07T21:43:45.789Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46672026-08-07T21:43:45.850Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46682026-08-07T21:43:46.068Z[verify-libraries] Compiling progenitor-macro v0.13.0
46692026-08-07T21:43:46.374Z[verify-libraries] Compiling der v0.8.0
46702026-08-07T21:43:46.408Z[verify-libraries] Compiling diesel v2.3.7
46712026-08-07T21:43:46.442Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46722026-08-07T21:43:46.513Z[verify-libraries] Compiling progenitor-client v0.13.0
46732026-08-07T21:43:46.770Z[verify-libraries] Compiling git-stub v1.0.0
46742026-08-07T21:43:46.936Z[verify-libraries] Compiling kstat-rs v0.2.5
46752026-08-07T21:43:47.109Z[verify-libraries] Compiling trait-variant v0.1.2
46762026-08-07T21:43:47.287Z[verify-libraries] Compiling salty v0.3.0
46772026-08-07T21:43:47.348Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46782026-08-07T21:43:47.613Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46792026-08-07T21:43:47.801Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46802026-08-07T21:43:47.848Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46812026-08-07T21:43:47.888Z[verify-libraries] Compiling ghash v0.6.0
46822026-08-07T21:43:48.407Z[verify-libraries] Compiling pbkdf2 v0.13.0
46832026-08-07T21:43:48.420Z[verify-libraries] Compiling crypto-bigint v0.7.5
46842026-08-07T21:43:48.420Z[verify-libraries] Compiling aes v0.9.1
46852026-08-07T21:43:48.547Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46862026-08-07T21:43:48.851Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46872026-08-07T21:43:49.123Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46882026-08-07T21:43:49.248Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46892026-08-07T21:43:49.366Z[verify-libraries] Compiling ctr v0.10.1
46902026-08-07T21:43:49.416Z[verify-libraries] Compiling bb8 v0.8.6
46912026-08-07T21:43:49.650Z[verify-libraries] Compiling aead v0.6.1
46922026-08-07T21:43:49.683Z[verify-libraries] Compiling parking_lot_core v0.8.6
46932026-08-07T21:43:49.731Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46942026-08-07T21:43:49.828Z[verify-libraries] Compiling aes-gcm v0.11.0
46952026-08-07T21:43:49.874Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46962026-08-07T21:43:50.079Z[verify-libraries] Compiling spki v0.8.0
46972026-08-07T21:43:50.125Z[verify-libraries] Compiling mime_guess v2.0.5
46982026-08-07T21:43:50.168Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46992026-08-07T21:43:50.344Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47002026-08-07T21:43:50.382Z[verify-libraries] Compiling rfc6979 v0.4.0
47012026-08-07T21:43:50.385Z[verify-libraries] Compiling salsa20 v0.11.0
47022026-08-07T21:43:50.508Z[verify-libraries] Compiling nanorand v0.7.0
47032026-08-07T21:43:50.567Z[verify-libraries] Compiling ecdsa v0.16.9
47042026-08-07T21:43:50.604Z[ recovery-image] Aug 07 21:43:49.158 INFO O| Aug 07 21:43:49.157 INFO O| Download: 7797/16682 items 82.9/200.0MB 41% complete (16.6M/s)
47052026-08-07T21:43:50.613Z[verify-libraries] Compiling scrypt v0.12.0
47062026-08-07T21:43:50.725Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47072026-08-07T21:43:50.935Z[verify-libraries] Compiling flume v0.11.1
47082026-08-07T21:43:51.064Z[verify-libraries] Compiling primeorder v0.13.6
47092026-08-07T21:43:51.106Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47102026-08-07T21:43:51.335Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47112026-08-07T21:43:51.414Z[verify-libraries] Compiling cbc v0.2.1
47122026-08-07T21:43:51.474Z[verify-libraries] Compiling nonempty v0.12.0
47132026-08-07T21:43:51.640Z[verify-libraries] Compiling http-range v0.1.5
47142026-08-07T21:43:51.662Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
47152026-08-07T21:43:51.693Z[verify-libraries] Compiling pkcs5 v0.8.1
47162026-08-07T21:43:51.716Z[verify-libraries] Compiling progenitor v0.13.0
47172026-08-07T21:43:51.767Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47182026-08-07T21:43:51.882Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47192026-08-07T21:43:51.946Z[verify-libraries] Compiling p384 v0.13.1
47202026-08-07T21:43:52.060Z[verify-libraries] Compiling parking_lot v0.11.2
47212026-08-07T21:43:52.353Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47222026-08-07T21:43:52.441Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47232026-08-07T21:43:52.586Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47242026-08-07T21:43:52.620Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47252026-08-07T21:43:52.676Z[verify-libraries] Compiling prefix-trie v0.7.0
47262026-08-07T21:43:52.732Z[verify-libraries] Compiling digest-io v0.1.0
47272026-08-07T21:43:52.841Z[verify-libraries] Compiling rawzip v0.4.4
47282026-08-07T21:43:52.891Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47292026-08-07T21:43:53.056Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47302026-08-07T21:43:53.142Z[verify-libraries] Compiling hickory-server v0.25.2
47312026-08-07T21:43:53.201Z[verify-libraries] Compiling sled v0.34.7
47322026-08-07T21:43:53.627Z[verify-libraries] Compiling pkcs8 v0.11.0
47332026-08-07T21:43:53.875Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47342026-08-07T21:43:53.948Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47352026-08-07T21:43:54.097Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47362026-08-07T21:43:54.459Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47372026-08-07T21:43:54.580Z[verify-libraries] Compiling ignore v0.4.25
47382026-08-07T21:43:54.603Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47392026-08-07T21:43:54.748Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47402026-08-07T21:43:54.787Z[verify-libraries] Compiling ff v0.14.0
47412026-08-07T21:43:54.968Z[verify-libraries] Compiling corncobs v0.1.4
47422026-08-07T21:43:55.024Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47432026-08-07T21:43:55.158Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47442026-08-07T21:43:55.191Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47452026-08-07T21:43:55.342Z[verify-libraries] Compiling globwalk v0.9.1
47462026-08-07T21:43:55.347Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47472026-08-07T21:43:55.602Z[ recovery-image] Aug 07 21:43:54.159 INFO O| Aug 07 21:43:54.159 INFO O| Download: 16655/16682 items 198.7/200.0MB 99% complete (19.9M/s)
47482026-08-07T21:43:55.648Z[ recovery-image] Aug 07 21:43:54.205 INFO O| Aug 07 21:43:54.205 INFO O| Download: Completed 199.98 MB in 10.07 seconds (19.8M/s)
47492026-08-07T21:43:55.680Z[verify-libraries] Compiling predicates-tree v1.0.13
47502026-08-07T21:43:55.697Z[verify-libraries] Compiling libz-sys v1.1.24
47512026-08-07T21:43:55.999Z[verify-libraries] Compiling rand_seeder v0.4.0
47522026-08-07T21:43:56.044Z[verify-libraries] Compiling secrecy v0.8.0
47532026-08-07T21:43:56.222Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47542026-08-07T21:43:56.314Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47552026-08-07T21:43:56.410Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47562026-08-07T21:43:56.460Z[ recovery-image] Aug 07 21:43:55.018 INFO O| Aug 07 21:43:55.018 INFO O| Actions: 1/27580 actions (Installing new actions)
47572026-08-07T21:43:56.619Z[verify-libraries] Compiling group v0.14.0
47582026-08-07T21:43:56.692Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47592026-08-07T21:43:56.771Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47602026-08-07T21:43:56.858Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47612026-08-07T21:43:56.893Z[verify-libraries] Compiling signature v3.0.0
47622026-08-07T21:43:57.021Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47632026-08-07T21:43:57.226Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47642026-08-07T21:43:57.313Z[verify-libraries] Compiling base16ct v1.0.0
47652026-08-07T21:43:57.449Z[verify-libraries] Compiling instability v0.3.11
47662026-08-07T21:43:57.590Z[verify-libraries] Compiling sec1 v0.8.1
47672026-08-07T21:43:57.692Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47682026-08-07T21:43:57.838Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47692026-08-07T21:43:57.911Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47702026-08-07T21:43:57.946Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47712026-08-07T21:43:57.949Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47722026-08-07T21:43:57.976Z[verify-libraries] Compiling hkdf v0.13.0
47732026-08-07T21:43:58.085Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47742026-08-07T21:43:58.202Z[verify-libraries] Compiling scuffle v0.1.0
47752026-08-07T21:43:58.239Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47762026-08-07T21:43:58.283Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47772026-08-07T21:43:58.522Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47782026-08-07T21:43:58.561Z[verify-libraries] Compiling castaway v0.2.4
47792026-08-07T21:43:58.797Z[verify-libraries] Compiling indoc v2.0.7
47802026-08-07T21:43:58.967Z[verify-libraries] Compiling compact_str v0.8.1
47812026-08-07T21:43:59.371Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47822026-08-07T21:43:59.403Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47832026-08-07T21:43:59.514Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47842026-08-07T21:43:59.664Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47852026-08-07T21:43:59.686Z[verify-libraries] Compiling elliptic-curve v0.14.1
47862026-08-07T21:43:59.748Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47872026-08-07T21:44:00.202Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47882026-08-07T21:44:00.400Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47892026-08-07T21:44:00.453Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47902026-08-07T21:44:00.456Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47912026-08-07T21:44:00.626Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47922026-08-07T21:44:00.791Z[verify-libraries] Compiling unicode-truncate v1.1.0
47932026-08-07T21:44:00.819Z[verify-libraries] Compiling lru v0.12.5
47942026-08-07T21:44:00.992Z[verify-libraries] Compiling arc-swap v1.8.2
47952026-08-07T21:44:01.090Z[verify-libraries] Compiling cassowary v0.3.0
47962026-08-07T21:44:01.136Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47972026-08-07T21:44:01.346Z[verify-libraries] Compiling slog-scope v4.4.1
47982026-08-07T21:44:01.461Z[ recovery-image] Aug 07 21:44:00.018 INFO O| Aug 07 21:44:00.018 INFO O| Actions: 21142/27580 actions (Installing new actions)
47992026-08-07T21:44:01.492Z[verify-libraries] Compiling ratatui v0.29.0
48002026-08-07T21:44:01.645Z[verify-libraries] Compiling wnaf v0.14.0
48012026-08-07T21:44:01.667Z[verify-libraries] Compiling primefield v0.14.0
48022026-08-07T21:44:01.693Z[verify-libraries] Compiling rfc6979 v0.6.0
48032026-08-07T21:44:01.834Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48042026-08-07T21:44:01.906Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48052026-08-07T21:44:01.948Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48062026-08-07T21:44:01.984Z[verify-libraries] Compiling vergen-git2 v9.1.0
48072026-08-07T21:44:02.125Z[verify-libraries] Compiling strsim v0.10.0
48082026-08-07T21:44:02.225Z[verify-libraries] Compiling is_ci v1.2.0
48092026-08-07T21:44:02.325Z[ recovery-image] Aug 07 21:44:00.883 INFO O| Aug 07 21:44:00.883 INFO O| Actions: Completed 27580 actions in 5.86 seconds.
48102026-08-07T21:44:02.354Z[verify-libraries] Compiling darling_core v0.13.4
48112026-08-07T21:44:02.389Z[ recovery-image] Aug 07 21:44:00.946 INFO O| Aug 07 21:44:00.946 INFO O| Finalize: Updating package state database ... Done
48122026-08-07T21:44:02.389Z[ recovery-image] Aug 07 21:44:00.946 INFO O| Aug 07 21:44:00.946 INFO O| Finalize: Updating package cache ... Done
48132026-08-07T21:44:02.441Z[verify-libraries] Compiling supports-color v3.0.2
48142026-08-07T21:44:02.480Z[ recovery-image] Aug 07 21:44:01.038 INFO O| Aug 07 21:44:01.038 INFO O| Finalize: Updating image state ... Done
48152026-08-07T21:44:02.583Z[verify-libraries] Compiling primeorder v0.14.0
48162026-08-07T21:44:02.683Z[verify-libraries] Compiling ecdsa v0.17.0
48172026-08-07T21:44:03.051Z[verify-libraries] Compiling slog-stdlog v4.1.1
48182026-08-07T21:44:03.142Z[ recovery-image] Aug 07 21:44:01.699 INFO O| Aug 07 21:44:01.699 INFO O| Finalize: Creating fast lookup database ... Done
48192026-08-07T21:44:03.158Z[ recovery-image] Aug 07 21:44:01.716 INFO O| Aug 07 21:44:01.716 INFO O| Finalize: Reading search index ... Done
48202026-08-07T21:44:03.211Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48212026-08-07T21:44:03.375Z[verify-libraries] Compiling tungstenite v0.23.0
48222026-08-07T21:44:03.948Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48232026-08-07T21:44:04.304Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48242026-08-07T21:44:04.383Z[verify-libraries] Compiling console v0.16.2
48252026-08-07T21:44:04.538Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48262026-08-07T21:44:04.640Z[verify-libraries] Compiling libsw-core v0.3.2
48272026-08-07T21:44:04.665Z[verify-libraries] Compiling unit-prefix v0.5.2
48282026-08-07T21:44:04.707Z[verify-libraries] Compiling assert_matches v1.5.0
48292026-08-07T21:44:04.815Z[verify-libraries] Compiling void v1.0.2
48302026-08-07T21:44:04.863Z[verify-libraries] Compiling indicatif v0.18.4
48312026-08-07T21:44:04.863Z[verify-libraries] Compiling libsw v3.5.0
48322026-08-07T21:44:04.932Z[ recovery-image] Aug 07 21:44:03.489 INFO O| Aug 07 21:44:03.489 INFO O| Finalize: Building new search index ... Done
48332026-08-07T21:44:04.948Z[verify-libraries] Compiling lzss v0.8.2
48342026-08-07T21:44:05.002Z[verify-libraries] Compiling darling_macro v0.13.4
48352026-08-07T21:44:05.025Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48362026-08-07T21:44:05.114Z[verify-libraries] Compiling slog-envlogger v2.2.0
48372026-08-07T21:44:05.196Z[verify-libraries] Compiling ssh-encoding v0.3.0
48382026-08-07T21:44:05.207Z[ recovery-image] Aug 07 21:44:03.764 INFO O| Aug 07 21:44:03.762 INFO O| Finalize: Updating package cache ... Done
48392026-08-07T21:44:05.219Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48402026-08-07T21:44:05.271Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48412026-08-07T21:44:05.374Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48422026-08-07T21:44:05.509Z[ recovery-image] Aug 07 21:44:04.066 INFO O| Aug 07 21:44:04.062 INFO STEP 11 (pkg_install) COMPLETE
48432026-08-07T21:44:05.509Z[ recovery-image] Aug 07 21:44:04.066 INFO O| Aug 07 21:44:04.063 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48442026-08-07T21:44:05.509Z[ recovery-image] Aug 07 21:44:04.066 INFO O| Aug 07 21:44:04.063 INFO skip step because feature "recovery" is enabled
48452026-08-07T21:44:05.513Z[ recovery-image] Aug 07 21:44:04.066 INFO O| Aug 07 21:44:04.063 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48462026-08-07T21:44:05.513Z[ recovery-image] Aug 07 21:44:04.066 INFO O| Aug 07 21:44:04.063 INFO skip step because feature "omicron1" is not enabled
48472026-08-07T21:44:05.513Z[ recovery-image] Aug 07 21:44:04.066 INFO O| Aug 07 21:44:04.063 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48482026-08-07T21:44:05.516Z[ recovery-image] Aug 07 21:44:04.074 INFO O| Aug 07 21:44:04.072 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48492026-08-07T21:44:05.587Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48502026-08-07T21:44:05.609Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48512026-08-07T21:44:05.644Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48522026-08-07T21:44:05.688Z[verify-libraries] Compiling nix v0.27.1
48532026-08-07T21:44:05.838Z[verify-libraries] Compiling colored v2.2.0
48542026-08-07T21:44:05.886Z[verify-libraries] Compiling blake3 v1.8.5
48552026-08-07T21:44:05.906Z[verify-libraries] Compiling serde_bytes v0.11.19
48562026-08-07T21:44:05.926Z[verify-libraries] Compiling keccak v0.2.0
48572026-08-07T21:44:06.171Z[verify-libraries] Compiling shell-words v1.1.1
48582026-08-07T21:44:06.308Z[verify-libraries] Compiling darling v0.13.4
48592026-08-07T21:44:06.329Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48602026-08-07T21:44:06.433Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48612026-08-07T21:44:06.547Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48622026-08-07T21:44:06.818Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48632026-08-07T21:44:06.863Z[verify-libraries] Compiling ed25519 v3.0.0
48642026-08-07T21:44:06.947Z[verify-libraries] Compiling crypto-primes v0.7.2
48652026-08-07T21:44:07.466Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48662026-08-07T21:44:07.960Z[verify-libraries] Compiling poly1305 v0.9.0
48672026-08-07T21:44:08.050Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48682026-08-07T21:44:08.071Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48692026-08-07T21:44:08.367Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48702026-08-07T21:44:08.600Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48712026-08-07T21:44:08.622Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48722026-08-07T21:44:08.840Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48732026-08-07T21:44:08.892Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48742026-08-07T21:44:08.952Z[verify-libraries] Compiling blowfish v0.10.0
48752026-08-07T21:44:09.148Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48762026-08-07T21:44:09.382Z[verify-libraries] Compiling petname v2.0.2
48772026-08-07T21:44:09.442Z[verify-libraries] Compiling arrayref v0.3.9
48782026-08-07T21:44:09.470Z[verify-libraries] Compiling constant_time_eq v0.4.2
48792026-08-07T21:44:09.517Z[verify-libraries] Compiling arrayvec v0.7.6
48802026-08-07T21:44:09.592Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48812026-08-07T21:44:09.733Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48822026-08-07T21:44:10.139Z[ recovery-image] Aug 07 21:44:08.696 INFO O| Aug 07 21:44:08.696 INFO O| Startup: Refreshing catalog 'helios' ... Done
48832026-08-07T21:44:10.227Z[verify-libraries] Compiling ssh-cipher v0.3.0
48842026-08-07T21:44:10.231Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48852026-08-07T21:44:10.277Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48862026-08-07T21:44:10.298Z[verify-libraries] Compiling serde_with_macros v1.5.2
48872026-08-07T21:44:10.321Z[verify-libraries] Compiling sha3 v0.11.0
48882026-08-07T21:44:10.400Z[verify-libraries] Compiling p256 v0.14.0
48892026-08-07T21:44:10.488Z[ recovery-image] Aug 07 21:44:09.045 INFO O| Aug 07 21:44:09.045 INFO O| Startup: Caching catalogs ... Done
48902026-08-07T21:44:10.548Z[verify-libraries] Compiling p384 v0.14.0
48912026-08-07T21:44:10.813Z[ recovery-image] Aug 07 21:44:09.370 INFO O| Aug 07 21:44:09.370 INFO O| Planning: Solver setup ... Done
48922026-08-07T21:44:10.818Z[ recovery-image] Aug 07 21:44:09.375 INFO O| Aug 07 21:44:09.375 INFO O| Planning: Running solver ... Done
48932026-08-07T21:44:10.830Z[ recovery-image] Aug 07 21:44:09.387 INFO O| Aug 07 21:44:09.387 INFO O| Planning: Finding local manifests ... Done
48942026-08-07T21:44:10.833Z[verify-libraries] Compiling p521 v0.14.0
48952026-08-07T21:44:10.859Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48962026-08-07T21:44:10.881Z[ recovery-image] Aug 07 21:44:09.438 INFO O| Aug 07 21:44:09.438 INFO O| Planning: Fetching manifests: 0/1 0% complete
48972026-08-07T21:44:10.903Z[ recovery-image] Aug 07 21:44:09.460 INFO O| Aug 07 21:44:09.460 INFO O| Planning: Fetching manifests: 1/1 100% complete
48982026-08-07T21:44:10.919Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48992026-08-07T21:44:10.922Z[ recovery-image] Aug 07 21:44:09.477 INFO O| Aug 07 21:44:09.477 INFO O| Planning: Package planning ... Done
49002026-08-07T21:44:10.922Z[ recovery-image] Aug 07 21:44:09.478 INFO O| Aug 07 21:44:09.478 INFO O| Planning: Merging actions ... Done
49012026-08-07T21:44:10.943Z[ recovery-image] Aug 07 21:44:09.499 INFO O| Aug 07 21:44:09.499 INFO O| Planning: Checking for conflicting actions ... Done
49022026-08-07T21:44:10.946Z[ recovery-image] Aug 07 21:44:09.499 INFO O| Aug 07 21:44:09.499 INFO O| Planning: Consolidating action changes ... Done
49032026-08-07T21:44:11.023Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49042026-08-07T21:44:11.037Z[ recovery-image] Aug 07 21:44:09.594 INFO O| Aug 07 21:44:09.594 INFO O| Planning: Evaluating mediators ... Done
49052026-08-07T21:44:11.041Z[ recovery-image] Aug 07 21:44:09.595 INFO O| Aug 07 21:44:09.595 INFO O| Planning: Planning completed in 0.54 seconds
49062026-08-07T21:44:11.041Z[ recovery-image] Aug 07 21:44:09.595 INFO O| Aug 07 21:44:09.595 INFO O| Packages to install: 1
49072026-08-07T21:44:11.048Z[ recovery-image] Aug 07 21:44:09.605 INFO O| Aug 07 21:44:09.605 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49082026-08-07T21:44:11.303Z[verify-libraries] Compiling twox-hash v2.1.2
49092026-08-07T21:44:11.344Z[verify-libraries] Compiling kem v0.3.0
49102026-08-07T21:44:11.508Z[ recovery-image] Aug 07 21:44:10.065 INFO O| Aug 07 21:44:10.065 INFO O| Download: Completed 13.17 MB in 0.46 seconds (28.7M/s)
49112026-08-07T21:44:11.528Z[ recovery-image] Aug 07 21:44:10.085 INFO O| Aug 07 21:44:10.085 INFO O| Actions: 1/22 actions (Installing new actions)
49122026-08-07T21:44:11.554Z[verify-libraries] Compiling module-lattice v0.2.3
49132026-08-07T21:44:11.632Z[verify-libraries] Compiling rtoolbox v0.0.3
49142026-08-07T21:44:11.655Z[verify-libraries] Compiling atty v0.2.14
49152026-08-07T21:44:11.766Z[ recovery-image] Aug 07 21:44:10.323 INFO O| Aug 07 21:44:10.323 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49162026-08-07T21:44:11.800Z[verify-libraries] Compiling sponge-cursor v0.1.0
49172026-08-07T21:44:11.803Z[ recovery-image] Aug 07 21:44:10.359 INFO O| Aug 07 21:44:10.359 INFO O| Finalize: Updating package state database ... Done
49182026-08-07T21:44:11.804Z[ recovery-image] Aug 07 21:44:10.359 INFO O| Aug 07 21:44:10.359 INFO O| Finalize: Updating package cache ... Done
49192026-08-07T21:44:11.828Z[verify-libraries] Compiling topological-sort v0.2.2
49202026-08-07T21:44:11.863Z[ recovery-image] Aug 07 21:44:10.420 INFO O| Aug 07 21:44:10.420 INFO O| Finalize: Updating image state ... Done
49212026-08-07T21:44:11.892Z[verify-libraries] Compiling ml-kem v0.3.2
49222026-08-07T21:44:11.963Z[verify-libraries] Compiling rpassword v7.5.4
49232026-08-07T21:44:11.996Z[verify-libraries] Compiling sha3 v0.12.0
49242026-08-07T21:44:12.060Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49252026-08-07T21:44:12.308Z[verify-libraries] Compiling serde_with v1.14.0
49262026-08-07T21:44:12.539Z[ recovery-image] Aug 07 21:44:11.096 INFO O| Aug 07 21:44:11.096 INFO O| Finalize: Creating fast lookup database ... Done
49272026-08-07T21:44:12.553Z[ recovery-image] Aug 07 21:44:11.111 INFO O| Aug 07 21:44:11.111 INFO O| Finalize: Reading search index ... Done
49282026-08-07T21:44:12.554Z[ recovery-image] Aug 07 21:44:11.111 INFO O| Aug 07 21:44:11.111 INFO O| Finalize: Updating search index ... Done
49292026-08-07T21:44:12.564Z[ recovery-image] Aug 07 21:44:11.121 INFO O| Aug 07 21:44:11.121 INFO O| Finalize: Updating package cache ... Done
49302026-08-07T21:44:12.739Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49312026-08-07T21:44:12.784Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 14 (pkg_install) COMPLETE
49322026-08-07T21:44:12.784Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49332026-08-07T21:44:12.785Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO skip step because feature "mbist" is not enabled
49342026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO skip step because feature "mfg" is not enabled
49362026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49372026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO skip step because feature "compliance" is not enabled
49382026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49392026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO skip step because feature "stress" is not enabled
49402026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO skip step because feature "compliance" is not enabled
49422026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO skip step because feature "nfs" is not enabled
49442026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49452026-08-07T21:44:12.788Z[ recovery-image] Aug 07 21:44:11.342 INFO O| Aug 07 21:44:11.342 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49462026-08-07T21:44:13.019Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49472026-08-07T21:44:13.063Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49482026-08-07T21:44:13.111Z[ recovery-image] Aug 07 21:44:11.668 INFO O| Aug 07 21:44:11.668 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49492026-08-07T21:44:13.202Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49502026-08-07T21:44:13.257Z[ recovery-image] Aug 07 21:44:11.815 INFO O| Aug 07 21:44:11.815 INFO completed processing sled/ramdisk-01-os
49512026-08-07T21:44:13.260Z[ recovery-image] Aug 07 21:44:11.817 INFO image builder template: ramdisk-02-trim...
49522026-08-07T21:44:13.260Z[ recovery-image] Aug 07 21:44:11.817 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/.tmpLk9YQa/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
49532026-08-07T21:44:13.281Z[ recovery-image] Aug 07 21:44:11.838 INFO O| Aug 07 21:44:11.838 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49542026-08-07T21:44:13.285Z[ recovery-image] Aug 07 21:44:11.842 INFO O| Aug 07 21:44:11.842 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49552026-08-07T21:44:13.293Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49562026-08-07T21:44:13.447Z[ recovery-image] Aug 07 21:44:12.005 INFO O| Aug 07 21:44:12.004 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49572026-08-07T21:44:13.515Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49582026-08-07T21:44:13.577Z[ recovery-image] Aug 07 21:44:12.135 INFO O| Aug 07 21:44:12.134 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49592026-08-07T21:44:13.577Z[ recovery-image] Aug 07 21:44:12.135 INFO O| Aug 07 21:44:12.135 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49602026-08-07T21:44:13.583Z[ recovery-image] Aug 07 21:44:12.140 INFO O| Aug 07 21:44:12.140 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49612026-08-07T21:44:13.586Z[ recovery-image] Aug 07 21:44:12.144 INFO O| Aug 07 21:44:12.143 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49622026-08-07T21:44:13.591Z[ recovery-image] Aug 07 21:44:12.148 INFO O| Aug 07 21:44:12.148 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49632026-08-07T21:44:13.647Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49642026-08-07T21:44:13.829Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49652026-08-07T21:44:13.929Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49662026-08-07T21:44:14.202Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49672026-08-07T21:44:14.469Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49682026-08-07T21:44:14.489Z[ recovery-image] Aug 07 21:44:13.046 INFO O| Aug 07 21:44:13.044 INFO rolled back to input snapshot; work may begin
49692026-08-07T21:44:14.489Z[ recovery-image] Aug 07 21:44:13.046 INFO O| Aug 07 21:44:13.044 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49702026-08-07T21:44:14.493Z[ recovery-image] Aug 07 21:44:13.049 INFO O| Aug 07 21:44:13.049 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-08-07T21:44:14.510Z[ recovery-image] Aug 07 21:44:13.067 INFO O| Aug 07 21:44:13.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49722026-08-07T21:44:14.513Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49732026-08-07T21:44:14.560Z[ recovery-image] Aug 07 21:44:13.118 INFO O| Aug 07 21:44:13.118 INFO STEP 0 (remove_files) COMPLETE
49742026-08-07T21:44:14.560Z[ recovery-image] Aug 07 21:44:13.118 INFO O| Aug 07 21:44:13.118 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-07T21:44:14.571Z[ recovery-image] Aug 07 21:44:13.128 INFO O| Aug 07 21:44:13.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49762026-08-07T21:44:14.574Z[ recovery-image] Aug 07 21:44:13.130 INFO O| Aug 07 21:44:13.130 INFO STEP 1 (remove_files) COMPLETE
49772026-08-07T21:44:14.574Z[ recovery-image] Aug 07 21:44:13.130 INFO O| Aug 07 21:44:13.130 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-07T21:44:14.582Z[ recovery-image] Aug 07 21:44:13.139 INFO O| Aug 07 21:44:13.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49792026-08-07T21:44:14.597Z[ recovery-image] Aug 07 21:44:13.154 INFO O| Aug 07 21:44:13.154 INFO STEP 2 (remove_files) COMPLETE
49802026-08-07T21:44:14.597Z[ recovery-image] Aug 07 21:44:13.154 INFO O| Aug 07 21:44:13.154 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-07T21:44:14.607Z[ recovery-image] Aug 07 21:44:13.164 INFO O| Aug 07 21:44:13.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49822026-08-07T21:44:14.610Z[ recovery-image] Aug 07 21:44:13.165 INFO O| Aug 07 21:44:13.165 INFO STEP 3 (remove_files) COMPLETE
49832026-08-07T21:44:14.610Z[ recovery-image] Aug 07 21:44:13.165 INFO O| Aug 07 21:44:13.165 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-07T21:44:14.620Z[ recovery-image] Aug 07 21:44:13.176 INFO O| Aug 07 21:44:13.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49852026-08-07T21:44:14.623Z[ recovery-image] Aug 07 21:44:13.179 INFO O| Aug 07 21:44:13.179 INFO STEP 4 (remove_files) COMPLETE
49862026-08-07T21:44:14.623Z[ recovery-image] Aug 07 21:44:13.179 INFO O| Aug 07 21:44:13.179 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-07T21:44:14.632Z[ recovery-image] Aug 07 21:44:13.189 INFO O| Aug 07 21:44:13.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49882026-08-07T21:44:14.633Z[ recovery-image] Aug 07 21:44:13.189 INFO O| Aug 07 21:44:13.189 INFO STEP 5 (remove_files) COMPLETE
49892026-08-07T21:44:14.633Z[ recovery-image] Aug 07 21:44:13.189 INFO O| Aug 07 21:44:13.189 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-07T21:44:14.642Z[ recovery-image] Aug 07 21:44:13.199 INFO O| Aug 07 21:44:13.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49912026-08-07T21:44:14.654Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO STEP 6 (remove_files) COMPLETE
49922026-08-07T21:44:14.654Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-07T21:44:14.654Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO skip step because feature "heliosv2" is not enabled
49942026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO skip step because feature "recovery" is enabled
49962026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO skip step because feature "recovery" is enabled
49982026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO skip step because feature "recovery" is enabled
50002026-08-07T21:44:14.657Z[ recovery-image] Aug 07 21:44:13.211 INFO O| Aug 07 21:44:13.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-07T21:44:14.663Z[ recovery-image] Aug 07 21:44:13.220 INFO O| Aug 07 21:44:13.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50022026-08-07T21:44:14.666Z[ recovery-image] Aug 07 21:44:13.223 INFO O| Aug 07 21:44:13.223 INFO STEP 11 (remove_files) COMPLETE
50032026-08-07T21:44:14.666Z[ recovery-image] Aug 07 21:44:13.223 INFO O| Aug 07 21:44:13.223 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-07T21:44:14.680Z[ recovery-image] Aug 07 21:44:13.234 INFO O| Aug 07 21:44:13.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50052026-08-07T21:44:14.680Z[ recovery-image] Aug 07 21:44:13.234 INFO O| Aug 07 21:44:13.233 INFO STEP 12 (remove_files) COMPLETE
50062026-08-07T21:44:14.680Z[ recovery-image] Aug 07 21:44:13.234 INFO O| Aug 07 21:44:13.233 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-07T21:44:14.686Z[ recovery-image] Aug 07 21:44:13.242 INFO O| Aug 07 21:44:13.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50082026-08-07T21:44:14.689Z[ recovery-image] Aug 07 21:44:13.243 INFO O| Aug 07 21:44:13.243 INFO STEP 13 (remove_files) COMPLETE
50092026-08-07T21:44:14.689Z[ recovery-image] Aug 07 21:44:13.243 INFO O| Aug 07 21:44:13.243 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-07T21:44:14.693Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50112026-08-07T21:44:14.727Z[ recovery-image] Aug 07 21:44:13.284 INFO O| Aug 07 21:44:13.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50122026-08-07T21:44:14.730Z[ recovery-image] Aug 07 21:44:13.287 INFO O| Aug 07 21:44:13.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50132026-08-07T21:44:14.793Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50142026-08-07T21:44:14.839Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50152026-08-07T21:44:14.865Z[ recovery-image] Aug 07 21:44:13.423 INFO O| Aug 07 21:44:13.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50162026-08-07T21:44:14.869Z[ recovery-image] Aug 07 21:44:13.423 INFO O| Aug 07 21:44:13.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50172026-08-07T21:44:14.872Z[ recovery-image] Aug 07 21:44:13.427 INFO O| Aug 07 21:44:13.427 INFO STEP 14 (remove_files) COMPLETE
50182026-08-07T21:44:14.872Z[ recovery-image] Aug 07 21:44:13.427 INFO O| Aug 07 21:44:13.427 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-07T21:44:14.887Z[ recovery-image] Aug 07 21:44:13.445 INFO O| Aug 07 21:44:13.445 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50202026-08-07T21:44:14.891Z[ recovery-image] Aug 07 21:44:13.446 INFO O| Aug 07 21:44:13.446 INFO STEP 15 (remove_files) COMPLETE
50212026-08-07T21:44:14.891Z[ recovery-image] Aug 07 21:44:13.446 INFO O| Aug 07 21:44:13.446 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-07T21:44:14.895Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50232026-08-07T21:44:14.903Z[ recovery-image] Aug 07 21:44:13.460 INFO O| Aug 07 21:44:13.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50242026-08-07T21:44:14.909Z[ recovery-image] Aug 07 21:44:13.467 INFO O| Aug 07 21:44:13.467 INFO STEP 16 (remove_files) COMPLETE
50252026-08-07T21:44:14.909Z[ recovery-image] Aug 07 21:44:13.467 INFO O| Aug 07 21:44:13.467 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-07T21:44:14.919Z[ recovery-image] Aug 07 21:44:13.476 INFO O| Aug 07 21:44:13.476 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50272026-08-07T21:44:14.922Z[ recovery-image] Aug 07 21:44:13.477 INFO O| Aug 07 21:44:13.477 INFO STEP 17 (remove_files) COMPLETE
50282026-08-07T21:44:14.923Z[ recovery-image] Aug 07 21:44:13.477 INFO O| Aug 07 21:44:13.477 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-07T21:44:14.928Z[ recovery-image] Aug 07 21:44:13.486 INFO O| Aug 07 21:44:13.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50302026-08-07T21:44:14.932Z[ recovery-image] Aug 07 21:44:13.488 INFO O| Aug 07 21:44:13.487 INFO STEP 18 (remove_files) COMPLETE
50312026-08-07T21:44:14.932Z[ recovery-image] Aug 07 21:44:13.488 INFO O| Aug 07 21:44:13.487 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-07T21:44:14.940Z[ recovery-image] Aug 07 21:44:13.497 INFO O| Aug 07 21:44:13.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50332026-08-07T21:44:14.940Z[ recovery-image] Aug 07 21:44:13.497 INFO O| Aug 07 21:44:13.497 INFO STEP 19 (remove_files) COMPLETE
50342026-08-07T21:44:14.943Z[ recovery-image] Aug 07 21:44:13.497 INFO O| Aug 07 21:44:13.497 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-07T21:44:14.949Z[ recovery-image] Aug 07 21:44:13.506 INFO O| Aug 07 21:44:13.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50362026-08-07T21:44:14.949Z[ recovery-image] Aug 07 21:44:13.507 INFO O| Aug 07 21:44:13.506 INFO STEP 20 (remove_files) COMPLETE
50372026-08-07T21:44:14.952Z[ recovery-image] Aug 07 21:44:13.507 INFO O| Aug 07 21:44:13.506 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-07T21:44:14.958Z[ recovery-image] Aug 07 21:44:13.515 INFO O| Aug 07 21:44:13.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50392026-08-07T21:44:14.958Z[ recovery-image] Aug 07 21:44:13.515 INFO O| Aug 07 21:44:13.515 INFO STEP 21 (remove_files) COMPLETE
50402026-08-07T21:44:14.963Z[ recovery-image] Aug 07 21:44:13.515 INFO O| Aug 07 21:44:13.515 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-07T21:44:14.992Z[ recovery-image] Aug 07 21:44:13.549 INFO O| Aug 07 21:44:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50422026-08-07T21:44:14.992Z[ recovery-image] Aug 07 21:44:13.549 INFO O| Aug 07 21:44:13.549 INFO STEP 22 (remove_files) COMPLETE
50432026-08-07T21:44:14.995Z[ recovery-image] Aug 07 21:44:13.549 INFO O| Aug 07 21:44:13.549 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-07T21:44:15.008Z[ recovery-image] Aug 07 21:44:13.565 INFO O| Aug 07 21:44:13.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50452026-08-07T21:44:15.008Z[ recovery-image] Aug 07 21:44:13.565 INFO O| Aug 07 21:44:13.565 INFO STEP 23 (remove_files) COMPLETE
50462026-08-07T21:44:15.008Z[ recovery-image] Aug 07 21:44:13.565 INFO O| Aug 07 21:44:13.565 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-07T21:44:15.016Z[ recovery-image] Aug 07 21:44:13.573 INFO O| Aug 07 21:44:13.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50482026-08-07T21:44:15.016Z[ recovery-image] Aug 07 21:44:13.573 INFO O| Aug 07 21:44:13.573 INFO STEP 24 (remove_files) COMPLETE
50492026-08-07T21:44:15.016Z[ recovery-image] Aug 07 21:44:13.573 INFO O| Aug 07 21:44:13.573 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-07T21:44:15.024Z[ recovery-image] Aug 07 21:44:13.582 INFO O| Aug 07 21:44:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50512026-08-07T21:44:15.024Z[ recovery-image] Aug 07 21:44:13.582 INFO O| Aug 07 21:44:13.582 INFO STEP 25 (remove_files) COMPLETE
50522026-08-07T21:44:15.024Z[ recovery-image] Aug 07 21:44:13.582 INFO O| Aug 07 21:44:13.582 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-07T21:44:15.035Z[ recovery-image] Aug 07 21:44:13.593 INFO O| Aug 07 21:44:13.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50542026-08-07T21:44:15.036Z[ recovery-image] Aug 07 21:44:13.593 INFO O| Aug 07 21:44:13.593 INFO STEP 26 (remove_files) COMPLETE
50552026-08-07T21:44:15.039Z[ recovery-image] Aug 07 21:44:13.593 INFO O| Aug 07 21:44:13.593 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-07T21:44:15.049Z[ recovery-image] Aug 07 21:44:13.606 INFO O| Aug 07 21:44:13.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50572026-08-07T21:44:15.050Z[ recovery-image] Aug 07 21:44:13.607 INFO O| Aug 07 21:44:13.607 INFO STEP 27 (remove_files) COMPLETE
50582026-08-07T21:44:15.050Z[ recovery-image] Aug 07 21:44:13.607 INFO O| Aug 07 21:44:13.607 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-07T21:44:15.058Z[ recovery-image] Aug 07 21:44:13.615 INFO O| Aug 07 21:44:13.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50602026-08-07T21:44:15.058Z[ recovery-image] Aug 07 21:44:13.615 INFO O| Aug 07 21:44:13.615 INFO STEP 28 (remove_files) COMPLETE
50612026-08-07T21:44:15.062Z[ recovery-image] Aug 07 21:44:13.616 INFO O| Aug 07 21:44:13.616 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-07T21:44:15.069Z[ recovery-image] Aug 07 21:44:13.626 INFO O| Aug 07 21:44:13.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50632026-08-07T21:44:15.069Z[ recovery-image] Aug 07 21:44:13.626 INFO O| Aug 07 21:44:13.626 INFO STEP 29 (remove_files) COMPLETE
50642026-08-07T21:44:15.072Z[ recovery-image] Aug 07 21:44:13.626 INFO O| Aug 07 21:44:13.626 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-07T21:44:15.077Z[ recovery-image] Aug 07 21:44:13.635 INFO O| Aug 07 21:44:13.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50662026-08-07T21:44:15.077Z[ recovery-image] Aug 07 21:44:13.635 INFO O| Aug 07 21:44:13.635 INFO STEP 30 (remove_files) COMPLETE
50672026-08-07T21:44:15.080Z[ recovery-image] Aug 07 21:44:13.635 INFO O| Aug 07 21:44:13.635 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-07T21:44:15.086Z[ recovery-image] Aug 07 21:44:13.643 INFO O| Aug 07 21:44:13.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50692026-08-07T21:44:15.086Z[ recovery-image] Aug 07 21:44:13.643 INFO O| Aug 07 21:44:13.643 INFO STEP 31 (remove_files) COMPLETE
50702026-08-07T21:44:15.086Z[ recovery-image] Aug 07 21:44:13.643 INFO O| Aug 07 21:44:13.643 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-07T21:44:15.095Z[ recovery-image] Aug 07 21:44:13.652 INFO O| Aug 07 21:44:13.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50722026-08-07T21:44:15.095Z[ recovery-image] Aug 07 21:44:13.652 INFO O| Aug 07 21:44:13.652 INFO STEP 32 (remove_files) COMPLETE
50732026-08-07T21:44:15.095Z[ recovery-image] Aug 07 21:44:13.652 INFO O| Aug 07 21:44:13.652 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-07T21:44:15.108Z[ recovery-image] Aug 07 21:44:13.666 INFO O| Aug 07 21:44:13.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50752026-08-07T21:44:15.109Z[ recovery-image] Aug 07 21:44:13.666 INFO O| Aug 07 21:44:13.666 INFO STEP 33 (remove_files) COMPLETE
50762026-08-07T21:44:15.112Z[ recovery-image] Aug 07 21:44:13.666 INFO O| Aug 07 21:44:13.666 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-07T21:44:15.117Z[ recovery-image] Aug 07 21:44:13.674 INFO O| Aug 07 21:44:13.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50782026-08-07T21:44:15.117Z[ recovery-image] Aug 07 21:44:13.674 INFO O| Aug 07 21:44:13.674 INFO STEP 34 (remove_files) COMPLETE
50792026-08-07T21:44:15.120Z[ recovery-image] Aug 07 21:44:13.674 INFO O| Aug 07 21:44:13.674 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-07T21:44:15.126Z[ recovery-image] Aug 07 21:44:13.683 INFO O| Aug 07 21:44:13.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50812026-08-07T21:44:15.126Z[ recovery-image] Aug 07 21:44:13.683 INFO O| Aug 07 21:44:13.683 INFO STEP 35 (remove_files) COMPLETE
50822026-08-07T21:44:15.126Z[ recovery-image] Aug 07 21:44:13.683 INFO O| Aug 07 21:44:13.683 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-07T21:44:15.135Z[ recovery-image] Aug 07 21:44:13.692 INFO O| Aug 07 21:44:13.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50842026-08-07T21:44:15.135Z[ recovery-image] Aug 07 21:44:13.692 INFO O| Aug 07 21:44:13.692 INFO STEP 36 (remove_files) COMPLETE
50852026-08-07T21:44:15.138Z[ recovery-image] Aug 07 21:44:13.692 INFO O| Aug 07 21:44:13.692 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-07T21:44:15.145Z[ recovery-image] Aug 07 21:44:13.702 INFO O| Aug 07 21:44:13.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50872026-08-07T21:44:15.145Z[ recovery-image] Aug 07 21:44:13.702 INFO O| Aug 07 21:44:13.702 INFO STEP 37 (remove_files) COMPLETE
50882026-08-07T21:44:15.145Z[ recovery-image] Aug 07 21:44:13.702 INFO O| Aug 07 21:44:13.702 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-07T21:44:15.153Z[ recovery-image] Aug 07 21:44:13.711 INFO O| Aug 07 21:44:13.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50902026-08-07T21:44:15.153Z[ recovery-image] Aug 07 21:44:13.711 INFO O| Aug 07 21:44:13.711 INFO STEP 38 (remove_files) COMPLETE
50912026-08-07T21:44:15.157Z[ recovery-image] Aug 07 21:44:13.711 INFO O| Aug 07 21:44:13.711 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-07T21:44:15.162Z[ recovery-image] Aug 07 21:44:13.719 INFO O| Aug 07 21:44:13.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50932026-08-07T21:44:15.162Z[ recovery-image] Aug 07 21:44:13.720 INFO O| Aug 07 21:44:13.719 INFO STEP 39 (remove_files) COMPLETE
50942026-08-07T21:44:15.165Z[ recovery-image] Aug 07 21:44:13.720 INFO O| Aug 07 21:44:13.719 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-07T21:44:15.173Z[ recovery-image] Aug 07 21:44:13.730 INFO O| Aug 07 21:44:13.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50962026-08-07T21:44:15.173Z[ recovery-image] Aug 07 21:44:13.730 INFO O| Aug 07 21:44:13.730 INFO STEP 40 (remove_files) COMPLETE
50972026-08-07T21:44:15.173Z[ recovery-image] Aug 07 21:44:13.730 INFO O| Aug 07 21:44:13.730 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-07T21:44:15.183Z[ recovery-image] Aug 07 21:44:13.740 INFO O| Aug 07 21:44:13.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50992026-08-07T21:44:15.183Z[ recovery-image] Aug 07 21:44:13.740 INFO O| Aug 07 21:44:13.740 INFO STEP 41 (remove_files) COMPLETE
51002026-08-07T21:44:15.183Z[ recovery-image] Aug 07 21:44:13.740 INFO O| Aug 07 21:44:13.740 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-07T21:44:15.196Z[ recovery-image] Aug 07 21:44:13.753 INFO O| Aug 07 21:44:13.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51022026-08-07T21:44:15.196Z[ recovery-image] Aug 07 21:44:13.754 INFO O| Aug 07 21:44:13.753 INFO STEP 42 (remove_files) COMPLETE
51032026-08-07T21:44:15.199Z[ recovery-image] Aug 07 21:44:13.754 INFO O| Aug 07 21:44:13.753 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-07T21:44:15.206Z[ recovery-image] Aug 07 21:44:13.763 INFO O| Aug 07 21:44:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51052026-08-07T21:44:15.206Z[ recovery-image] Aug 07 21:44:13.763 INFO O| Aug 07 21:44:13.763 INFO STEP 43 (remove_files) COMPLETE
51062026-08-07T21:44:15.206Z[ recovery-image] Aug 07 21:44:13.763 INFO O| Aug 07 21:44:13.763 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-07T21:44:15.214Z[ recovery-image] Aug 07 21:44:13.772 INFO O| Aug 07 21:44:13.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51082026-08-07T21:44:15.214Z[ recovery-image] Aug 07 21:44:13.772 INFO O| Aug 07 21:44:13.772 INFO STEP 44 (remove_files) COMPLETE
51092026-08-07T21:44:15.214Z[ recovery-image] Aug 07 21:44:13.772 INFO O| Aug 07 21:44:13.772 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-07T21:44:15.227Z[ recovery-image] Aug 07 21:44:13.784 INFO O| Aug 07 21:44:13.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51112026-08-07T21:44:15.227Z[ recovery-image] Aug 07 21:44:13.785 INFO O| Aug 07 21:44:13.784 INFO STEP 45 (remove_files) COMPLETE
51122026-08-07T21:44:15.227Z[ recovery-image] Aug 07 21:44:13.785 INFO O| Aug 07 21:44:13.784 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-07T21:44:15.236Z[ recovery-image] Aug 07 21:44:13.793 INFO O| Aug 07 21:44:13.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51142026-08-07T21:44:15.236Z[ recovery-image] Aug 07 21:44:13.793 INFO O| Aug 07 21:44:13.793 INFO STEP 46 (remove_files) COMPLETE
51152026-08-07T21:44:15.236Z[ recovery-image] Aug 07 21:44:13.793 INFO O| Aug 07 21:44:13.793 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-07T21:44:15.244Z[ recovery-image] Aug 07 21:44:13.802 INFO O| Aug 07 21:44:13.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51172026-08-07T21:44:15.245Z[ recovery-image] Aug 07 21:44:13.802 INFO O| Aug 07 21:44:13.802 INFO STEP 47 (remove_files) COMPLETE
51182026-08-07T21:44:15.245Z[ recovery-image] Aug 07 21:44:13.802 INFO O| Aug 07 21:44:13.802 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-07T21:44:15.253Z[ recovery-image] Aug 07 21:44:13.811 INFO O| Aug 07 21:44:13.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51202026-08-07T21:44:15.253Z[ recovery-image] Aug 07 21:44:13.811 INFO O| Aug 07 21:44:13.811 INFO STEP 48 (remove_files) COMPLETE
51212026-08-07T21:44:15.258Z[ recovery-image] Aug 07 21:44:13.811 INFO O| Aug 07 21:44:13.811 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-07T21:44:15.262Z[ recovery-image] Aug 07 21:44:13.820 INFO O| Aug 07 21:44:13.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51232026-08-07T21:44:15.262Z[ recovery-image] Aug 07 21:44:13.820 INFO O| Aug 07 21:44:13.820 INFO STEP 49 (remove_files) COMPLETE
51242026-08-07T21:44:15.265Z[ recovery-image] Aug 07 21:44:13.820 INFO O| Aug 07 21:44:13.820 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-07T21:44:15.280Z[ recovery-image] Aug 07 21:44:13.837 INFO O| Aug 07 21:44:13.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51262026-08-07T21:44:15.280Z[ recovery-image] Aug 07 21:44:13.837 INFO O| Aug 07 21:44:13.837 INFO STEP 50 (remove_files) COMPLETE
51272026-08-07T21:44:15.280Z[ recovery-image] Aug 07 21:44:13.837 INFO O| Aug 07 21:44:13.837 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-07T21:44:15.288Z[ recovery-image] Aug 07 21:44:13.846 INFO O| Aug 07 21:44:13.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51292026-08-07T21:44:15.288Z[ recovery-image] Aug 07 21:44:13.846 INFO O| Aug 07 21:44:13.846 INFO STEP 51 (remove_files) COMPLETE
51302026-08-07T21:44:15.288Z[ recovery-image] Aug 07 21:44:13.846 INFO O| Aug 07 21:44:13.846 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-07T21:44:15.296Z[ recovery-image] Aug 07 21:44:13.853 INFO O| Aug 07 21:44:13.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51322026-08-07T21:44:15.296Z[ recovery-image] Aug 07 21:44:13.853 INFO O| Aug 07 21:44:13.853 INFO STEP 52 (remove_files) COMPLETE
51332026-08-07T21:44:15.296Z[ recovery-image] Aug 07 21:44:13.853 INFO O| Aug 07 21:44:13.853 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-07T21:44:15.303Z[ recovery-image] Aug 07 21:44:13.861 INFO O| Aug 07 21:44:13.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51352026-08-07T21:44:15.303Z[ recovery-image] Aug 07 21:44:13.861 INFO O| Aug 07 21:44:13.861 INFO STEP 53 (remove_files) COMPLETE
51362026-08-07T21:44:15.304Z[ recovery-image] Aug 07 21:44:13.861 INFO O| Aug 07 21:44:13.861 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-07T21:44:15.311Z[ recovery-image] Aug 07 21:44:13.868 INFO O| Aug 07 21:44:13.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51382026-08-07T21:44:15.311Z[ recovery-image] Aug 07 21:44:13.869 INFO O| Aug 07 21:44:13.869 INFO STEP 54 (remove_files) COMPLETE
51392026-08-07T21:44:15.314Z[ recovery-image] Aug 07 21:44:13.869 INFO O| Aug 07 21:44:13.869 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-07T21:44:15.318Z[ recovery-image] Aug 07 21:44:13.876 INFO O| Aug 07 21:44:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51412026-08-07T21:44:15.318Z[ recovery-image] Aug 07 21:44:13.876 INFO O| Aug 07 21:44:13.876 INFO STEP 55 (remove_files) COMPLETE
51422026-08-07T21:44:15.318Z[ recovery-image] Aug 07 21:44:13.876 INFO O| Aug 07 21:44:13.876 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-07T21:44:15.322Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51442026-08-07T21:44:15.347Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51452026-08-07T21:44:15.352Z[ recovery-image] Aug 07 21:44:13.909 INFO O| Aug 07 21:44:13.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51462026-08-07T21:44:15.352Z[ recovery-image] Aug 07 21:44:13.909 INFO O| Aug 07 21:44:13.909 INFO STEP 56 (remove_files) COMPLETE
51472026-08-07T21:44:15.352Z[ recovery-image] Aug 07 21:44:13.909 INFO O| Aug 07 21:44:13.909 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-07T21:44:15.360Z[ recovery-image] Aug 07 21:44:13.918 INFO O| Aug 07 21:44:13.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51492026-08-07T21:44:15.360Z[ recovery-image] Aug 07 21:44:13.918 INFO O| Aug 07 21:44:13.918 INFO STEP 57 (remove_files) COMPLETE
51502026-08-07T21:44:15.364Z[ recovery-image] Aug 07 21:44:13.918 INFO O| Aug 07 21:44:13.918 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-07T21:44:15.371Z[ recovery-image] Aug 07 21:44:13.928 INFO O| Aug 07 21:44:13.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51522026-08-07T21:44:15.371Z[ recovery-image] Aug 07 21:44:13.928 INFO O| Aug 07 21:44:13.928 INFO STEP 58 (remove_files) COMPLETE
51532026-08-07T21:44:15.374Z[ recovery-image] Aug 07 21:44:13.928 INFO O| Aug 07 21:44:13.928 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-07T21:44:15.380Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.937 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51552026-08-07T21:44:15.380Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51562026-08-07T21:44:15.380Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51572026-08-07T21:44:15.383Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51582026-08-07T21:44:15.383Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51592026-08-07T21:44:15.383Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51602026-08-07T21:44:15.383Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO ok!
51612026-08-07T21:44:15.383Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO STEP 59 (ensure_file) COMPLETE
51622026-08-07T21:44:15.383Z[ recovery-image] Aug 07 21:44:13.938 INFO O| Aug 07 21:44:13.938 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-07T21:44:15.393Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51642026-08-07T21:44:15.393Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51652026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51662026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51672026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51682026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51692026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO ok!
51702026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO STEP 60 (ensure_file) COMPLETE
51712026-08-07T21:44:15.397Z[ recovery-image] Aug 07 21:44:13.950 INFO O| Aug 07 21:44:13.950 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-07T21:44:15.410Z[ recovery-image] Aug 07 21:44:13.967 INFO O| Aug 07 21:44:13.967 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51732026-08-07T21:44:15.410Z[ recovery-image] Aug 07 21:44:13.967 INFO O| Aug 07 21:44:13.967 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51742026-08-07T21:44:15.410Z[ recovery-image] Aug 07 21:44:13.967 INFO O| Aug 07 21:44:13.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51752026-08-07T21:44:15.410Z[ recovery-image] Aug 07 21:44:13.967 INFO O| Aug 07 21:44:13.967 INFO ok!
51762026-08-07T21:44:15.413Z[ recovery-image] Aug 07 21:44:13.967 INFO O| Aug 07 21:44:13.967 INFO STEP 61 (ensure_file) COMPLETE
51772026-08-07T21:44:15.413Z[ recovery-image] Aug 07 21:44:13.967 INFO O| Aug 07 21:44:13.967 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-07T21:44:15.419Z[ recovery-image] Aug 07 21:44:13.977 INFO O| Aug 07 21:44:13.977 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51792026-08-07T21:44:15.419Z[ recovery-image] Aug 07 21:44:13.977 INFO O| Aug 07 21:44:13.977 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51802026-08-07T21:44:15.423Z[ recovery-image] Aug 07 21:44:13.977 INFO O| Aug 07 21:44:13.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51812026-08-07T21:44:15.423Z[ recovery-image] Aug 07 21:44:13.977 INFO O| Aug 07 21:44:13.977 INFO ok!
51822026-08-07T21:44:15.423Z[ recovery-image] Aug 07 21:44:13.977 INFO O| Aug 07 21:44:13.977 INFO STEP 62 (ensure_file) COMPLETE
51832026-08-07T21:44:15.423Z[ recovery-image] Aug 07 21:44:13.977 INFO O| Aug 07 21:44:13.977 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51852026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51862026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51872026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51882026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 INFO ok!
51892026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 INFO STEP 63 (ensure_file) COMPLETE
51902026-08-07T21:44:15.439Z[ recovery-image] Aug 07 21:44:13.996 INFO O| Aug 07 21:44:13.996 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-07T21:44:15.469Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51922026-08-07T21:44:15.469Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51932026-08-07T21:44:15.469Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51942026-08-07T21:44:15.472Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51952026-08-07T21:44:15.472Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO ok!
51962026-08-07T21:44:15.472Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO STEP 64 (ensure_file) COMPLETE
51972026-08-07T21:44:15.472Z[ recovery-image] Aug 07 21:44:14.026 INFO O| Aug 07 21:44:14.026 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-07T21:44:15.478Z[ recovery-image] Aug 07 21:44:14.035 INFO O| Aug 07 21:44:14.035 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51992026-08-07T21:44:15.478Z[ recovery-image] Aug 07 21:44:14.035 INFO O| Aug 07 21:44:14.035 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52002026-08-07T21:44:15.478Z[ recovery-image] Aug 07 21:44:14.035 INFO O| Aug 07 21:44:14.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52012026-08-07T21:44:15.481Z[ recovery-image] Aug 07 21:44:14.035 INFO O| Aug 07 21:44:14.035 INFO ok!
52022026-08-07T21:44:15.481Z[ recovery-image] Aug 07 21:44:14.035 INFO O| Aug 07 21:44:14.035 INFO STEP 65 (assemble_files) COMPLETE
52032026-08-07T21:44:15.481Z[ recovery-image] Aug 07 21:44:14.035 INFO O| Aug 07 21:44:14.035 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-07T21:44:15.487Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52052026-08-07T21:44:15.487Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52062026-08-07T21:44:15.490Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52072026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52082026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO ok!
52092026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO STEP 66 (ensure_file) COMPLETE
52102026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO skip step because feature "omicron1" is not enabled
52122026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO skip step because feature "omicron1" is not enabled
52142026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO skip step because feature "omicron1" is not enabled
52162026-08-07T21:44:15.491Z[ recovery-image] Aug 07 21:44:14.044 INFO O| Aug 07 21:44:14.044 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-08-07T21:44:15.506Z[ recovery-image] Aug 07 21:44:14.063 INFO O| Aug 07 21:44:14.063 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52182026-08-07T21:44:15.506Z[ recovery-image] Aug 07 21:44:14.063 INFO O| Aug 07 21:44:14.063 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52192026-08-07T21:44:15.719Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52202026-08-07T21:44:16.368Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52212026-08-07T21:44:16.503Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52222026-08-07T21:44:16.928Z[ recovery-image] Aug 07 21:44:15.486 INFO O| Aug 07 21:44:15.486 INFO STEP 70 (pack_tar) COMPLETE
52232026-08-07T21:44:16.928Z[ recovery-image] Aug 07 21:44:15.486 INFO O| Aug 07 21:44:15.486 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52242026-08-07T21:44:16.932Z[ recovery-image] Aug 07 21:44:15.486 INFO O| Aug 07 21:44:15.486 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52252026-08-07T21:44:17.177Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52262026-08-07T21:44:17.404Z[ recovery-image] Aug 07 21:44:15.961 INFO O| Aug 07 21:44:15.961 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52272026-08-07T21:44:17.550Z[ recovery-image] Aug 07 21:44:16.107 INFO O| Aug 07 21:44:16.107 INFO completed processing sled/ramdisk-02-trim
52282026-08-07T21:44:17.553Z[ recovery-image] Aug 07 21:44:16.109 INFO image builder template: ramdisk-03-recovery-trim...
52292026-08-07T21:44:17.553Z[ recovery-image] Aug 07 21:44:16.109 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/.tmpLk9YQa/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-03-recovery-trim"], pwd: None
52302026-08-07T21:44:17.557Z[ recovery-image] Aug 07 21:44:16.115 INFO O| Aug 07 21:44:16.114 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52312026-08-07T21:44:17.631Z[ recovery-image] Aug 07 21:44:16.188 INFO O| Aug 07 21:44:16.188 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52322026-08-07T21:44:17.635Z[ recovery-image] Aug 07 21:44:16.192 INFO O| Aug 07 21:44:16.192 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52332026-08-07T21:44:17.740Z[ recovery-image] Aug 07 21:44:16.297 INFO O| Aug 07 21:44:16.297 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52342026-08-07T21:44:17.802Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52352026-08-07T21:44:17.838Z[ recovery-image] Aug 07 21:44:16.395 INFO O| Aug 07 21:44:16.395 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52362026-08-07T21:44:17.838Z[ recovery-image] Aug 07 21:44:16.395 INFO O| Aug 07 21:44:16.395 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52372026-08-07T21:44:17.847Z[ recovery-image] Aug 07 21:44:16.402 INFO O| Aug 07 21:44:16.402 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52382026-08-07T21:44:17.850Z[ recovery-image] Aug 07 21:44:16.406 INFO O| Aug 07 21:44:16.406 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52392026-08-07T21:44:17.854Z[ recovery-image] Aug 07 21:44:16.411 INFO O| Aug 07 21:44:16.411 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52402026-08-07T21:44:17.903Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52412026-08-07T21:44:18.275Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52422026-08-07T21:44:18.449Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52432026-08-07T21:44:18.510Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52442026-08-07T21:44:19.092Z[ recovery-image] Aug 07 21:44:17.649 INFO O| Aug 07 21:44:17.649 INFO rolled back to input snapshot; work may begin
52452026-08-07T21:44:19.092Z[ recovery-image] Aug 07 21:44:17.649 INFO O| Aug 07 21:44:17.649 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52462026-08-07T21:44:19.097Z[ recovery-image] Aug 07 21:44:17.654 INFO O| Aug 07 21:44:17.654 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-08-07T21:44:19.108Z[ recovery-image] Aug 07 21:44:17.665 INFO O| Aug 07 21:44:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52482026-08-07T21:44:19.111Z[ recovery-image] Aug 07 21:44:17.667 INFO O| Aug 07 21:44:17.667 INFO STEP 0 (remove_files) COMPLETE
52492026-08-07T21:44:19.111Z[ recovery-image] Aug 07 21:44:17.667 INFO O| Aug 07 21:44:17.667 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-08-07T21:44:19.120Z[ recovery-image] Aug 07 21:44:17.678 INFO O| Aug 07 21:44:17.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52512026-08-07T21:44:19.124Z[ recovery-image] Aug 07 21:44:17.679 INFO O| Aug 07 21:44:17.679 INFO STEP 1 (remove_files) COMPLETE
52522026-08-07T21:44:19.124Z[ recovery-image] Aug 07 21:44:17.679 INFO O| Aug 07 21:44:17.679 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-07T21:44:19.132Z[ recovery-image] Aug 07 21:44:17.689 INFO O| Aug 07 21:44:17.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52542026-08-07T21:44:19.142Z[ recovery-image] Aug 07 21:44:17.700 INFO O| Aug 07 21:44:17.699 INFO STEP 2 (remove_files) COMPLETE
52552026-08-07T21:44:19.142Z[ recovery-image] Aug 07 21:44:17.700 INFO O| Aug 07 21:44:17.700 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-08-07T21:44:19.152Z[ recovery-image] Aug 07 21:44:17.709 INFO O| Aug 07 21:44:17.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52572026-08-07T21:44:19.199Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52582026-08-07T21:44:19.202Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52592026-08-07T21:44:19.206Z[ recovery-image] Aug 07 21:44:17.760 INFO O| Aug 07 21:44:17.760 INFO STEP 3 (remove_files) COMPLETE
52602026-08-07T21:44:19.206Z[ recovery-image] Aug 07 21:44:17.760 INFO O| Aug 07 21:44:17.760 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-07T21:44:19.213Z[ recovery-image] Aug 07 21:44:17.770 INFO O| Aug 07 21:44:17.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52622026-08-07T21:44:19.216Z[ recovery-image] Aug 07 21:44:17.774 INFO O| Aug 07 21:44:17.773 INFO STEP 4 (remove_files) COMPLETE
52632026-08-07T21:44:19.216Z[ recovery-image] Aug 07 21:44:17.774 INFO O| Aug 07 21:44:17.773 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-07T21:44:19.227Z[ recovery-image] Aug 07 21:44:17.784 INFO O| Aug 07 21:44:17.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52652026-08-07T21:44:19.267Z[ recovery-image] Aug 07 21:44:17.824 INFO O| Aug 07 21:44:17.824 INFO STEP 5 (remove_files) COMPLETE
52662026-08-07T21:44:19.267Z[ recovery-image] Aug 07 21:44:17.824 INFO O| Aug 07 21:44:17.824 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-07T21:44:19.278Z[ recovery-image] Aug 07 21:44:17.835 INFO O| Aug 07 21:44:17.835 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52682026-08-07T21:44:19.290Z[ recovery-image] Aug 07 21:44:17.847 INFO O| Aug 07 21:44:17.847 INFO STEP 6 (remove_files) COMPLETE
52692026-08-07T21:44:19.290Z[ recovery-image] Aug 07 21:44:17.847 INFO O| Aug 07 21:44:17.847 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-07T21:44:19.301Z[ recovery-image] Aug 07 21:44:17.858 INFO O| Aug 07 21:44:17.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52712026-08-07T21:44:19.333Z[ recovery-image] Aug 07 21:44:17.890 INFO O| Aug 07 21:44:17.890 INFO STEP 7 (remove_files) COMPLETE
52722026-08-07T21:44:19.333Z[ recovery-image] Aug 07 21:44:17.890 INFO O| Aug 07 21:44:17.890 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-07T21:44:19.367Z[ recovery-image] Aug 07 21:44:17.924 INFO O| Aug 07 21:44:17.924 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52742026-08-07T21:44:19.371Z[ recovery-image] Aug 07 21:44:17.928 INFO O| Aug 07 21:44:17.928 INFO STEP 8 (remove_files) COMPLETE
52752026-08-07T21:44:19.371Z[ recovery-image] Aug 07 21:44:17.928 INFO O| Aug 07 21:44:17.928 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-07T21:44:19.381Z[ recovery-image] Aug 07 21:44:17.938 INFO O| Aug 07 21:44:17.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52772026-08-07T21:44:19.385Z[ recovery-image] Aug 07 21:44:17.942 INFO O| Aug 07 21:44:17.942 INFO STEP 9 (remove_files) COMPLETE
52782026-08-07T21:44:19.385Z[ recovery-image] Aug 07 21:44:17.942 INFO O| Aug 07 21:44:17.942 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-07T21:44:19.395Z[ recovery-image] Aug 07 21:44:17.952 INFO O| Aug 07 21:44:17.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52802026-08-07T21:44:19.399Z[ recovery-image] Aug 07 21:44:17.953 INFO O| Aug 07 21:44:17.953 INFO STEP 10 (remove_files) COMPLETE
52812026-08-07T21:44:19.399Z[ recovery-image] Aug 07 21:44:17.953 INFO O| Aug 07 21:44:17.953 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-07T21:44:19.404Z[ recovery-image] Aug 07 21:44:17.961 INFO O| Aug 07 21:44:17.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52832026-08-07T21:44:19.407Z[ recovery-image] Aug 07 21:44:17.964 INFO O| Aug 07 21:44:17.964 INFO STEP 11 (remove_files) COMPLETE
52842026-08-07T21:44:19.408Z[ recovery-image] Aug 07 21:44:17.964 INFO O| Aug 07 21:44:17.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-07T21:44:19.415Z[ recovery-image] Aug 07 21:44:17.972 INFO O| Aug 07 21:44:17.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52862026-08-07T21:44:19.509Z[verify-libraries] Compiling fatfs v0.3.6
52872026-08-07T21:44:19.554Z[ recovery-image] Aug 07 21:44:18.111 INFO O| Aug 07 21:44:18.111 INFO STEP 12 (remove_files) COMPLETE
52882026-08-07T21:44:19.554Z[ recovery-image] Aug 07 21:44:18.111 INFO O| Aug 07 21:44:18.111 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-07T21:44:19.565Z[ recovery-image] Aug 07 21:44:18.122 INFO O| Aug 07 21:44:18.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52902026-08-07T21:44:19.568Z[ recovery-image] Aug 07 21:44:18.123 INFO O| Aug 07 21:44:18.123 INFO STEP 13 (remove_files) COMPLETE
52912026-08-07T21:44:19.568Z[ recovery-image] Aug 07 21:44:18.124 INFO O| Aug 07 21:44:18.123 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-07T21:44:19.576Z[ recovery-image] Aug 07 21:44:18.133 INFO O| Aug 07 21:44:18.133 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52932026-08-07T21:44:19.580Z[ recovery-image] Aug 07 21:44:18.135 INFO O| Aug 07 21:44:18.135 INFO STEP 14 (remove_files) COMPLETE
52942026-08-07T21:44:19.580Z[ recovery-image] Aug 07 21:44:18.135 INFO O| Aug 07 21:44:18.135 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-07T21:44:19.587Z[ recovery-image] Aug 07 21:44:18.145 INFO O| Aug 07 21:44:18.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52962026-08-07T21:44:19.591Z[ recovery-image] Aug 07 21:44:18.145 INFO O| Aug 07 21:44:18.145 INFO STEP 15 (remove_files) COMPLETE
52972026-08-07T21:44:19.591Z[ recovery-image] Aug 07 21:44:18.145 INFO O| Aug 07 21:44:18.145 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-07T21:44:19.597Z[ recovery-image] Aug 07 21:44:18.154 INFO O| Aug 07 21:44:18.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52992026-08-07T21:44:19.601Z[ recovery-image] Aug 07 21:44:18.155 INFO O| Aug 07 21:44:18.155 INFO STEP 16 (remove_files) COMPLETE
53002026-08-07T21:44:19.601Z[ recovery-image] Aug 07 21:44:18.155 INFO O| Aug 07 21:44:18.155 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-07T21:44:19.605Z[verify-libraries] Compiling num-bigint v0.4.6
53022026-08-07T21:44:19.608Z[ recovery-image] Aug 07 21:44:18.165 INFO O| Aug 07 21:44:18.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53032026-08-07T21:44:19.615Z[ recovery-image] Aug 07 21:44:18.172 INFO O| Aug 07 21:44:18.172 INFO STEP 17 (remove_files) COMPLETE
53042026-08-07T21:44:19.615Z[ recovery-image] Aug 07 21:44:18.172 INFO O| Aug 07 21:44:18.172 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-07T21:44:19.625Z[ recovery-image] Aug 07 21:44:18.182 INFO O| Aug 07 21:44:18.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53062026-08-07T21:44:19.625Z[ recovery-image] Aug 07 21:44:18.182 INFO O| Aug 07 21:44:18.182 INFO STEP 18 (remove_files) COMPLETE
53072026-08-07T21:44:19.628Z[ recovery-image] Aug 07 21:44:18.182 INFO O| Aug 07 21:44:18.182 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-07T21:44:19.634Z[ recovery-image] Aug 07 21:44:18.191 INFO O| Aug 07 21:44:18.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53092026-08-07T21:44:19.634Z[ recovery-image] Aug 07 21:44:18.191 INFO O| Aug 07 21:44:18.191 INFO STEP 19 (remove_files) COMPLETE
53102026-08-07T21:44:19.634Z[ recovery-image] Aug 07 21:44:18.191 INFO O| Aug 07 21:44:18.191 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-07T21:44:19.644Z[ recovery-image] Aug 07 21:44:18.201 INFO O| Aug 07 21:44:18.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53122026-08-07T21:44:19.779Z[ recovery-image] Aug 07 21:44:18.335 INFO O| Aug 07 21:44:18.335 INFO STEP 20 (remove_files) COMPLETE
53132026-08-07T21:44:19.779Z[ recovery-image] Aug 07 21:44:18.335 INFO O| Aug 07 21:44:18.335 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-07T21:44:19.787Z[ recovery-image] Aug 07 21:44:18.344 INFO O| Aug 07 21:44:18.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53152026-08-07T21:44:19.795Z[ recovery-image] Aug 07 21:44:18.352 INFO O| Aug 07 21:44:18.352 INFO STEP 21 (remove_files) COMPLETE
53162026-08-07T21:44:19.795Z[ recovery-image] Aug 07 21:44:18.352 INFO O| Aug 07 21:44:18.352 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-07T21:44:19.804Z[ recovery-image] Aug 07 21:44:18.361 INFO O| Aug 07 21:44:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53182026-08-07T21:44:19.804Z[ recovery-image] Aug 07 21:44:18.361 INFO O| Aug 07 21:44:18.361 INFO STEP 22 (remove_files) COMPLETE
53192026-08-07T21:44:19.804Z[ recovery-image] Aug 07 21:44:18.361 INFO O| Aug 07 21:44:18.361 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-07T21:44:19.812Z[ recovery-image] Aug 07 21:44:18.369 INFO O| Aug 07 21:44:18.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53212026-08-07T21:44:19.817Z[ recovery-image] Aug 07 21:44:18.370 INFO O| Aug 07 21:44:18.369 INFO STEP 23 (remove_files) COMPLETE
53222026-08-07T21:44:19.817Z[ recovery-image] Aug 07 21:44:18.370 INFO O| Aug 07 21:44:18.369 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-07T21:44:19.824Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53242026-08-07T21:44:19.873Z[ recovery-image] Aug 07 21:44:18.391 INFO O| Aug 07 21:44:18.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53252026-08-07T21:44:19.877Z[ recovery-image] Aug 07 21:44:18.431 INFO O| Aug 07 21:44:18.431 INFO STEP 24 (remove_files) COMPLETE
53262026-08-07T21:44:19.877Z[ recovery-image] Aug 07 21:44:18.431 INFO O| Aug 07 21:44:18.431 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-07T21:44:19.884Z[ recovery-image] Aug 07 21:44:18.440 INFO O| Aug 07 21:44:18.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53282026-08-07T21:44:19.888Z[ recovery-image] Aug 07 21:44:18.443 INFO O| Aug 07 21:44:18.443 INFO STEP 25 (remove_files) COMPLETE
53292026-08-07T21:44:19.888Z[ recovery-image] Aug 07 21:44:18.443 INFO O| Aug 07 21:44:18.443 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-07T21:44:19.894Z[ recovery-image] Aug 07 21:44:18.451 INFO O| Aug 07 21:44:18.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53312026-08-07T21:44:19.894Z[ recovery-image] Aug 07 21:44:18.451 INFO O| Aug 07 21:44:18.451 INFO STEP 26 (remove_files) COMPLETE
53322026-08-07T21:44:19.894Z[ recovery-image] Aug 07 21:44:18.451 INFO O| Aug 07 21:44:18.451 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-07T21:44:19.903Z[ recovery-image] Aug 07 21:44:18.460 INFO O| Aug 07 21:44:18.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53342026-08-07T21:44:19.903Z[ recovery-image] Aug 07 21:44:18.460 INFO O| Aug 07 21:44:18.460 INFO STEP 27 (remove_files) COMPLETE
53352026-08-07T21:44:19.903Z[ recovery-image] Aug 07 21:44:18.460 INFO O| Aug 07 21:44:18.460 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-07T21:44:19.911Z[ recovery-image] Aug 07 21:44:18.468 INFO O| Aug 07 21:44:18.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53372026-08-07T21:44:19.911Z[ recovery-image] Aug 07 21:44:18.468 INFO O| Aug 07 21:44:18.468 INFO STEP 28 (remove_files) COMPLETE
53382026-08-07T21:44:19.915Z[ recovery-image] Aug 07 21:44:18.468 INFO O| Aug 07 21:44:18.468 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-07T21:44:19.918Z[ recovery-image] Aug 07 21:44:18.476 INFO O| Aug 07 21:44:18.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53402026-08-07T21:44:19.918Z[ recovery-image] Aug 07 21:44:18.476 INFO O| Aug 07 21:44:18.476 INFO STEP 29 (remove_files) COMPLETE
53412026-08-07T21:44:19.918Z[ recovery-image] Aug 07 21:44:18.476 INFO O| Aug 07 21:44:18.476 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-07T21:44:19.928Z[ recovery-image] Aug 07 21:44:18.484 INFO O| Aug 07 21:44:18.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53432026-08-07T21:44:19.929Z[ recovery-image] Aug 07 21:44:18.484 INFO O| Aug 07 21:44:18.484 INFO STEP 30 (remove_files) COMPLETE
53442026-08-07T21:44:19.929Z[ recovery-image] Aug 07 21:44:18.484 INFO O| Aug 07 21:44:18.484 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-07T21:44:19.935Z[ recovery-image] Aug 07 21:44:18.492 INFO O| Aug 07 21:44:18.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53462026-08-07T21:44:19.935Z[ recovery-image] Aug 07 21:44:18.492 INFO O| Aug 07 21:44:18.492 INFO STEP 31 (remove_files) COMPLETE
53472026-08-07T21:44:19.935Z[ recovery-image] Aug 07 21:44:18.492 INFO O| Aug 07 21:44:18.492 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-07T21:44:19.958Z[ recovery-image] Aug 07 21:44:18.515 INFO O| Aug 07 21:44:18.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53492026-08-07T21:44:19.958Z[ recovery-image] Aug 07 21:44:18.515 INFO O| Aug 07 21:44:18.515 INFO STEP 32 (remove_files) COMPLETE
53502026-08-07T21:44:19.958Z[ recovery-image] Aug 07 21:44:18.515 INFO O| Aug 07 21:44:18.515 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-07T21:44:19.968Z[ recovery-image] Aug 07 21:44:18.525 INFO O| Aug 07 21:44:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53522026-08-07T21:44:19.968Z[ recovery-image] Aug 07 21:44:18.525 INFO O| Aug 07 21:44:18.525 INFO STEP 33 (remove_files) COMPLETE
53532026-08-07T21:44:19.971Z[ recovery-image] Aug 07 21:44:18.525 INFO O| Aug 07 21:44:18.525 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-07T21:44:20.006Z[ recovery-image] Aug 07 21:44:18.563 INFO O| Aug 07 21:44:18.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53552026-08-07T21:44:20.030Z[ recovery-image] Aug 07 21:44:18.587 INFO O| Aug 07 21:44:18.587 INFO STEP 34 (remove_files) COMPLETE
53562026-08-07T21:44:20.030Z[ recovery-image] Aug 07 21:44:18.587 INFO O| Aug 07 21:44:18.587 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-07T21:44:20.060Z[ recovery-image] Aug 07 21:44:18.617 INFO O| Aug 07 21:44:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53582026-08-07T21:44:20.060Z[ recovery-image] Aug 07 21:44:18.617 INFO O| Aug 07 21:44:18.617 INFO STEP 35 (remove_files) COMPLETE
53592026-08-07T21:44:20.063Z[ recovery-image] Aug 07 21:44:18.617 INFO O| Aug 07 21:44:18.617 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-07T21:44:20.082Z[ recovery-image] Aug 07 21:44:18.639 INFO O| Aug 07 21:44:18.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53612026-08-07T21:44:20.083Z[ recovery-image] Aug 07 21:44:18.640 INFO O| Aug 07 21:44:18.639 INFO STEP 36 (remove_files) COMPLETE
53622026-08-07T21:44:20.083Z[ recovery-image] Aug 07 21:44:18.640 INFO O| Aug 07 21:44:18.639 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-07T21:44:20.100Z[ recovery-image] Aug 07 21:44:18.654 INFO O| Aug 07 21:44:18.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53642026-08-07T21:44:20.109Z[ recovery-image] Aug 07 21:44:18.666 INFO O| Aug 07 21:44:18.666 INFO STEP 37 (remove_files) COMPLETE
53652026-08-07T21:44:20.109Z[ recovery-image] Aug 07 21:44:18.666 INFO O| Aug 07 21:44:18.666 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-07T21:44:20.119Z[ recovery-image] Aug 07 21:44:18.676 INFO O| Aug 07 21:44:18.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53672026-08-07T21:44:20.119Z[ recovery-image] Aug 07 21:44:18.676 INFO O| Aug 07 21:44:18.676 INFO STEP 38 (remove_files) COMPLETE
53682026-08-07T21:44:20.119Z[ recovery-image] Aug 07 21:44:18.676 INFO O| Aug 07 21:44:18.676 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-07T21:44:20.128Z[ recovery-image] Aug 07 21:44:18.685 INFO O| Aug 07 21:44:18.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53702026-08-07T21:44:20.131Z[ recovery-image] Aug 07 21:44:18.685 INFO O| Aug 07 21:44:18.685 INFO STEP 39 (remove_files) COMPLETE
53712026-08-07T21:44:20.131Z[ recovery-image] Aug 07 21:44:18.685 INFO O| Aug 07 21:44:18.685 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-07T21:44:20.139Z[ recovery-image] Aug 07 21:44:18.695 INFO O| Aug 07 21:44:18.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53732026-08-07T21:44:20.141Z[ recovery-image] Aug 07 21:44:18.695 INFO O| Aug 07 21:44:18.695 INFO STEP 40 (remove_files) COMPLETE
53742026-08-07T21:44:20.141Z[ recovery-image] Aug 07 21:44:18.695 INFO O| Aug 07 21:44:18.695 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-07T21:44:20.167Z[ recovery-image] Aug 07 21:44:18.725 INFO O| Aug 07 21:44:18.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53762026-08-07T21:44:20.168Z[ recovery-image] Aug 07 21:44:18.725 INFO O| Aug 07 21:44:18.725 INFO STEP 41 (remove_files) COMPLETE
53772026-08-07T21:44:20.168Z[ recovery-image] Aug 07 21:44:18.725 INFO O| Aug 07 21:44:18.725 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-07T21:44:20.176Z[ recovery-image] Aug 07 21:44:18.733 INFO O| Aug 07 21:44:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53792026-08-07T21:44:20.176Z[ recovery-image] Aug 07 21:44:18.734 INFO O| Aug 07 21:44:18.734 INFO STEP 42 (remove_files) COMPLETE
53802026-08-07T21:44:20.176Z[ recovery-image] Aug 07 21:44:18.734 INFO O| Aug 07 21:44:18.734 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-07T21:44:20.185Z[ recovery-image] Aug 07 21:44:18.742 INFO O| Aug 07 21:44:18.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53822026-08-07T21:44:20.185Z[ recovery-image] Aug 07 21:44:18.742 INFO O| Aug 07 21:44:18.742 INFO STEP 43 (remove_files) COMPLETE
53832026-08-07T21:44:20.188Z[ recovery-image] Aug 07 21:44:18.742 INFO O| Aug 07 21:44:18.742 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-07T21:44:20.208Z[ recovery-image] Aug 07 21:44:18.764 INFO O| Aug 07 21:44:18.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53852026-08-07T21:44:20.208Z[ recovery-image] Aug 07 21:44:18.764 INFO O| Aug 07 21:44:18.764 INFO STEP 44 (remove_files) COMPLETE
53862026-08-07T21:44:20.212Z[ recovery-image] Aug 07 21:44:18.765 INFO O| Aug 07 21:44:18.765 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-07T21:44:20.216Z[ recovery-image] Aug 07 21:44:18.774 INFO O| Aug 07 21:44:18.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53882026-08-07T21:44:20.220Z[ recovery-image] Aug 07 21:44:18.774 INFO O| Aug 07 21:44:18.774 INFO STEP 45 (remove_files) COMPLETE
53892026-08-07T21:44:20.220Z[ recovery-image] Aug 07 21:44:18.774 INFO O| Aug 07 21:44:18.774 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-07T21:44:20.265Z[ recovery-image] Aug 07 21:44:18.822 INFO O| Aug 07 21:44:18.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53912026-08-07T21:44:20.265Z[ recovery-image] Aug 07 21:44:18.822 INFO O| Aug 07 21:44:18.822 INFO STEP 46 (remove_files) COMPLETE
53922026-08-07T21:44:20.269Z[ recovery-image] Aug 07 21:44:18.822 INFO O| Aug 07 21:44:18.822 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-07T21:44:20.273Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
53942026-08-07T21:44:20.279Z[ recovery-image] Aug 07 21:44:18.836 INFO O| Aug 07 21:44:18.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53952026-08-07T21:44:20.279Z[ recovery-image] Aug 07 21:44:18.836 INFO O| Aug 07 21:44:18.836 INFO STEP 47 (remove_files) COMPLETE
53962026-08-07T21:44:20.279Z[ recovery-image] Aug 07 21:44:18.836 INFO O| Aug 07 21:44:18.836 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-07T21:44:20.288Z[ recovery-image] Aug 07 21:44:18.846 INFO O| Aug 07 21:44:18.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53982026-08-07T21:44:20.305Z[ recovery-image] Aug 07 21:44:18.862 INFO O| Aug 07 21:44:18.862 INFO STEP 48 (remove_files) COMPLETE
53992026-08-07T21:44:20.305Z[ recovery-image] Aug 07 21:44:18.862 INFO O| Aug 07 21:44:18.862 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-07T21:44:20.316Z[ recovery-image] Aug 07 21:44:18.872 INFO O| Aug 07 21:44:18.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54012026-08-07T21:44:20.316Z[ recovery-image] Aug 07 21:44:18.873 INFO O| Aug 07 21:44:18.873 INFO STEP 49 (remove_files) COMPLETE
54022026-08-07T21:44:20.316Z[ recovery-image] Aug 07 21:44:18.873 INFO O| Aug 07 21:44:18.873 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-07T21:44:20.325Z[ recovery-image] Aug 07 21:44:18.882 INFO O| Aug 07 21:44:18.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54042026-08-07T21:44:20.325Z[ recovery-image] Aug 07 21:44:18.882 INFO O| Aug 07 21:44:18.882 INFO STEP 50 (remove_files) COMPLETE
54052026-08-07T21:44:20.329Z[ recovery-image] Aug 07 21:44:18.882 INFO O| Aug 07 21:44:18.882 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-07T21:44:20.334Z[ recovery-image] Aug 07 21:44:18.891 INFO O| Aug 07 21:44:18.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54072026-08-07T21:44:20.334Z[ recovery-image] Aug 07 21:44:18.891 INFO O| Aug 07 21:44:18.891 INFO STEP 51 (remove_files) COMPLETE
54082026-08-07T21:44:20.334Z[ recovery-image] Aug 07 21:44:18.891 INFO O| Aug 07 21:44:18.891 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-07T21:44:20.362Z[ recovery-image] Aug 07 21:44:18.900 INFO O| Aug 07 21:44:18.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54102026-08-07T21:44:20.362Z[ recovery-image] Aug 07 21:44:18.900 INFO O| Aug 07 21:44:18.900 INFO STEP 52 (remove_files) COMPLETE
54112026-08-07T21:44:20.362Z[ recovery-image] Aug 07 21:44:18.900 INFO O| Aug 07 21:44:18.900 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-07T21:44:20.362Z[ recovery-image] Aug 07 21:44:18.909 INFO O| Aug 07 21:44:18.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54132026-08-07T21:44:20.368Z[ recovery-image] Aug 07 21:44:18.926 INFO O| Aug 07 21:44:18.926 INFO STEP 53 (remove_files) COMPLETE
54142026-08-07T21:44:20.368Z[ recovery-image] Aug 07 21:44:18.926 INFO O| Aug 07 21:44:18.926 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-07T21:44:20.381Z[ recovery-image] Aug 07 21:44:18.938 INFO O| Aug 07 21:44:18.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54162026-08-07T21:44:20.381Z[ recovery-image] Aug 07 21:44:18.938 INFO O| Aug 07 21:44:18.938 INFO STEP 54 (remove_files) COMPLETE
54172026-08-07T21:44:20.381Z[ recovery-image] Aug 07 21:44:18.938 INFO O| Aug 07 21:44:18.938 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-07T21:44:20.391Z[ recovery-image] Aug 07 21:44:18.948 INFO O| Aug 07 21:44:18.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54192026-08-07T21:44:20.391Z[ recovery-image] Aug 07 21:44:18.948 INFO O| Aug 07 21:44:18.948 INFO STEP 55 (remove_files) COMPLETE
54202026-08-07T21:44:20.395Z[ recovery-image] Aug 07 21:44:18.948 INFO O| Aug 07 21:44:18.948 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-07T21:44:20.400Z[ recovery-image] Aug 07 21:44:18.957 INFO O| Aug 07 21:44:18.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54222026-08-07T21:44:20.400Z[ recovery-image] Aug 07 21:44:18.957 INFO O| Aug 07 21:44:18.957 INFO STEP 56 (remove_files) COMPLETE
54232026-08-07T21:44:20.400Z[ recovery-image] Aug 07 21:44:18.957 INFO O| Aug 07 21:44:18.957 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-07T21:44:20.409Z[ recovery-image] Aug 07 21:44:18.966 INFO O| Aug 07 21:44:18.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54252026-08-07T21:44:20.409Z[ recovery-image] Aug 07 21:44:18.966 INFO O| Aug 07 21:44:18.966 INFO STEP 57 (remove_files) COMPLETE
54262026-08-07T21:44:20.412Z[ recovery-image] Aug 07 21:44:18.966 INFO O| Aug 07 21:44:18.966 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-07T21:44:20.418Z[ recovery-image] Aug 07 21:44:18.976 INFO O| Aug 07 21:44:18.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54282026-08-07T21:44:20.418Z[ recovery-image] Aug 07 21:44:18.976 INFO O| Aug 07 21:44:18.976 INFO STEP 58 (remove_files) COMPLETE
54292026-08-07T21:44:20.419Z[ recovery-image] Aug 07 21:44:18.976 INFO O| Aug 07 21:44:18.976 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-07T21:44:20.428Z[ recovery-image] Aug 07 21:44:18.985 INFO O| Aug 07 21:44:18.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54312026-08-07T21:44:20.432Z[ recovery-image] Aug 07 21:44:18.989 INFO O| Aug 07 21:44:18.989 INFO STEP 59 (remove_files) COMPLETE
54322026-08-07T21:44:20.432Z[ recovery-image] Aug 07 21:44:18.989 INFO O| Aug 07 21:44:18.989 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-07T21:44:20.466Z[ recovery-image] Aug 07 21:44:19.023 INFO O| Aug 07 21:44:19.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54342026-08-07T21:44:20.466Z[ recovery-image] Aug 07 21:44:19.023 INFO O| Aug 07 21:44:19.023 INFO STEP 60 (remove_files) COMPLETE
54352026-08-07T21:44:20.466Z[ recovery-image] Aug 07 21:44:19.023 INFO O| Aug 07 21:44:19.023 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-07T21:44:20.474Z[ recovery-image] Aug 07 21:44:19.032 INFO O| Aug 07 21:44:19.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54372026-08-07T21:44:20.474Z[ recovery-image] Aug 07 21:44:19.032 INFO O| Aug 07 21:44:19.032 INFO STEP 61 (remove_files) COMPLETE
54382026-08-07T21:44:20.475Z[ recovery-image] Aug 07 21:44:19.032 INFO O| Aug 07 21:44:19.032 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-07T21:44:20.485Z[ recovery-image] Aug 07 21:44:19.040 INFO O| Aug 07 21:44:19.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54402026-08-07T21:44:20.485Z[ recovery-image] Aug 07 21:44:19.041 INFO O| Aug 07 21:44:19.040 INFO STEP 62 (remove_files) COMPLETE
54412026-08-07T21:44:20.489Z[ recovery-image] Aug 07 21:44:19.041 INFO O| Aug 07 21:44:19.041 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-07T21:44:20.494Z[ recovery-image] Aug 07 21:44:19.051 INFO O| Aug 07 21:44:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54432026-08-07T21:44:20.497Z[ recovery-image] Aug 07 21:44:19.051 INFO O| Aug 07 21:44:19.051 INFO STEP 63 (remove_files) COMPLETE
54442026-08-07T21:44:20.497Z[ recovery-image] Aug 07 21:44:19.051 INFO O| Aug 07 21:44:19.051 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-07T21:44:20.504Z[ recovery-image] Aug 07 21:44:19.061 INFO O| Aug 07 21:44:19.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54462026-08-07T21:44:20.504Z[ recovery-image] Aug 07 21:44:19.061 INFO O| Aug 07 21:44:19.061 INFO STEP 64 (remove_files) COMPLETE
54472026-08-07T21:44:20.504Z[ recovery-image] Aug 07 21:44:19.061 INFO O| Aug 07 21:44:19.061 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-07T21:44:20.514Z[ recovery-image] Aug 07 21:44:19.072 INFO O| Aug 07 21:44:19.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54492026-08-07T21:44:20.514Z[ recovery-image] Aug 07 21:44:19.072 INFO O| Aug 07 21:44:19.072 INFO STEP 65 (remove_files) COMPLETE
54502026-08-07T21:44:20.514Z[ recovery-image] Aug 07 21:44:19.072 INFO O| Aug 07 21:44:19.072 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-07T21:44:20.525Z[ recovery-image] Aug 07 21:44:19.082 INFO O| Aug 07 21:44:19.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54522026-08-07T21:44:20.525Z[ recovery-image] Aug 07 21:44:19.082 INFO O| Aug 07 21:44:19.082 INFO STEP 66 (remove_files) COMPLETE
54532026-08-07T21:44:20.528Z[ recovery-image] Aug 07 21:44:19.082 INFO O| Aug 07 21:44:19.082 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-07T21:44:20.533Z[verify-libraries] Compiling generic-array v1.4.3
54552026-08-07T21:44:20.536Z[ recovery-image] Aug 07 21:44:19.093 INFO O| Aug 07 21:44:19.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54562026-08-07T21:44:20.537Z[ recovery-image] Aug 07 21:44:19.093 INFO O| Aug 07 21:44:19.093 INFO STEP 67 (remove_files) COMPLETE
54572026-08-07T21:44:20.537Z[ recovery-image] Aug 07 21:44:19.093 INFO O| Aug 07 21:44:19.093 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-07T21:44:20.546Z[ recovery-image] Aug 07 21:44:19.102 INFO O| Aug 07 21:44:19.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54592026-08-07T21:44:20.546Z[ recovery-image] Aug 07 21:44:19.102 INFO O| Aug 07 21:44:19.102 INFO STEP 68 (remove_files) COMPLETE
54602026-08-07T21:44:20.546Z[ recovery-image] Aug 07 21:44:19.102 INFO O| Aug 07 21:44:19.102 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-07T21:44:20.556Z[ recovery-image] Aug 07 21:44:19.113 INFO O| Aug 07 21:44:19.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54622026-08-07T21:44:20.556Z[ recovery-image] Aug 07 21:44:19.113 INFO O| Aug 07 21:44:19.113 INFO STEP 69 (remove_files) COMPLETE
54632026-08-07T21:44:20.556Z[ recovery-image] Aug 07 21:44:19.113 INFO O| Aug 07 21:44:19.113 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-07T21:44:20.559Z[verify-libraries] Compiling russh-util v0.52.0
54652026-08-07T21:44:20.567Z[ recovery-image] Aug 07 21:44:19.124 INFO O| Aug 07 21:44:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54662026-08-07T21:44:20.567Z[ recovery-image] Aug 07 21:44:19.125 INFO O| Aug 07 21:44:19.125 INFO STEP 70 (remove_files) COMPLETE
54672026-08-07T21:44:20.567Z[ recovery-image] Aug 07 21:44:19.125 INFO O| Aug 07 21:44:19.125 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-07T21:44:20.578Z[ recovery-image] Aug 07 21:44:19.135 INFO O| Aug 07 21:44:19.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54692026-08-07T21:44:20.578Z[ recovery-image] Aug 07 21:44:19.135 INFO O| Aug 07 21:44:19.135 INFO STEP 71 (remove_files) COMPLETE
54702026-08-07T21:44:20.578Z[ recovery-image] Aug 07 21:44:19.135 INFO O| Aug 07 21:44:19.135 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-07T21:44:20.588Z[ recovery-image] Aug 07 21:44:19.145 INFO O| Aug 07 21:44:19.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54722026-08-07T21:44:20.588Z[ recovery-image] Aug 07 21:44:19.145 INFO O| Aug 07 21:44:19.145 INFO STEP 72 (remove_files) COMPLETE
54732026-08-07T21:44:20.588Z[ recovery-image] Aug 07 21:44:19.145 INFO O| Aug 07 21:44:19.145 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-07T21:44:20.598Z[ recovery-image] Aug 07 21:44:19.156 INFO O| Aug 07 21:44:19.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54752026-08-07T21:44:20.601Z[ recovery-image] Aug 07 21:44:19.156 INFO O| Aug 07 21:44:19.156 INFO STEP 73 (remove_files) COMPLETE
54762026-08-07T21:44:20.602Z[ recovery-image] Aug 07 21:44:19.156 INFO O| Aug 07 21:44:19.156 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-07T21:44:20.609Z[ recovery-image] Aug 07 21:44:19.167 INFO O| Aug 07 21:44:19.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54782026-08-07T21:44:20.609Z[ recovery-image] Aug 07 21:44:19.167 INFO O| Aug 07 21:44:19.167 INFO STEP 74 (remove_files) COMPLETE
54792026-08-07T21:44:20.609Z[ recovery-image] Aug 07 21:44:19.167 INFO O| Aug 07 21:44:19.167 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-07T21:44:20.620Z[ recovery-image] Aug 07 21:44:19.177 INFO O| Aug 07 21:44:19.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54812026-08-07T21:44:20.620Z[ recovery-image] Aug 07 21:44:19.177 INFO O| Aug 07 21:44:19.177 INFO STEP 75 (remove_files) COMPLETE
54822026-08-07T21:44:20.624Z[ recovery-image] Aug 07 21:44:19.177 INFO O| Aug 07 21:44:19.177 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-07T21:44:20.632Z[ recovery-image] Aug 07 21:44:19.189 INFO O| Aug 07 21:44:19.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54842026-08-07T21:44:20.632Z[ recovery-image] Aug 07 21:44:19.189 INFO O| Aug 07 21:44:19.189 INFO STEP 76 (remove_files) COMPLETE
54852026-08-07T21:44:20.632Z[ recovery-image] Aug 07 21:44:19.189 INFO O| Aug 07 21:44:19.189 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-07T21:44:20.642Z[ recovery-image] Aug 07 21:44:19.199 INFO O| Aug 07 21:44:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54872026-08-07T21:44:20.642Z[ recovery-image] Aug 07 21:44:19.199 INFO O| Aug 07 21:44:19.199 INFO STEP 77 (remove_files) COMPLETE
54882026-08-07T21:44:20.645Z[ recovery-image] Aug 07 21:44:19.199 INFO O| Aug 07 21:44:19.199 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-07T21:44:20.654Z[ recovery-image] Aug 07 21:44:19.211 INFO O| Aug 07 21:44:19.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54902026-08-07T21:44:20.654Z[ recovery-image] Aug 07 21:44:19.211 INFO O| Aug 07 21:44:19.211 INFO STEP 78 (remove_files) COMPLETE
54912026-08-07T21:44:20.657Z[ recovery-image] Aug 07 21:44:19.211 INFO O| Aug 07 21:44:19.211 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-07T21:44:20.665Z[ recovery-image] Aug 07 21:44:19.223 INFO O| Aug 07 21:44:19.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54932026-08-07T21:44:20.665Z[ recovery-image] Aug 07 21:44:19.223 INFO O| Aug 07 21:44:19.223 INFO STEP 79 (remove_files) COMPLETE
54942026-08-07T21:44:20.670Z[ recovery-image] Aug 07 21:44:19.223 INFO O| Aug 07 21:44:19.223 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-07T21:44:20.676Z[ recovery-image] Aug 07 21:44:19.234 INFO O| Aug 07 21:44:19.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54962026-08-07T21:44:20.677Z[ recovery-image] Aug 07 21:44:19.234 INFO O| Aug 07 21:44:19.234 INFO STEP 80 (remove_files) COMPLETE
54972026-08-07T21:44:20.677Z[ recovery-image] Aug 07 21:44:19.234 INFO O| Aug 07 21:44:19.234 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-07T21:44:20.687Z[ recovery-image] Aug 07 21:44:19.244 INFO O| Aug 07 21:44:19.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54992026-08-07T21:44:20.687Z[ recovery-image] Aug 07 21:44:19.244 INFO O| Aug 07 21:44:19.244 INFO STEP 81 (remove_files) COMPLETE
55002026-08-07T21:44:20.688Z[ recovery-image] Aug 07 21:44:19.244 INFO O| Aug 07 21:44:19.244 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-07T21:44:20.696Z[ recovery-image] Aug 07 21:44:19.254 INFO O| Aug 07 21:44:19.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55022026-08-07T21:44:20.696Z[ recovery-image] Aug 07 21:44:19.254 INFO O| Aug 07 21:44:19.254 INFO STEP 82 (remove_files) COMPLETE
55032026-08-07T21:44:20.696Z[ recovery-image] Aug 07 21:44:19.254 INFO O| Aug 07 21:44:19.254 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-07T21:44:20.707Z[ recovery-image] Aug 07 21:44:19.264 INFO O| Aug 07 21:44:19.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55052026-08-07T21:44:20.707Z[ recovery-image] Aug 07 21:44:19.264 INFO O| Aug 07 21:44:19.264 INFO STEP 83 (remove_files) COMPLETE
55062026-08-07T21:44:20.707Z[ recovery-image] Aug 07 21:44:19.264 INFO O| Aug 07 21:44:19.264 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-07T21:44:20.717Z[ recovery-image] Aug 07 21:44:19.275 INFO O| Aug 07 21:44:19.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55082026-08-07T21:44:20.718Z[ recovery-image] Aug 07 21:44:19.275 INFO O| Aug 07 21:44:19.275 INFO STEP 84 (remove_files) COMPLETE
55092026-08-07T21:44:20.722Z[ recovery-image] Aug 07 21:44:19.275 INFO O| Aug 07 21:44:19.275 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-07T21:44:20.727Z[ recovery-image] Aug 07 21:44:19.284 INFO O| Aug 07 21:44:19.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55112026-08-07T21:44:20.727Z[ recovery-image] Aug 07 21:44:19.284 INFO O| Aug 07 21:44:19.284 INFO STEP 85 (remove_files) COMPLETE
55122026-08-07T21:44:20.730Z[ recovery-image] Aug 07 21:44:19.284 INFO O| Aug 07 21:44:19.284 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-07T21:44:20.737Z[ recovery-image] Aug 07 21:44:19.294 INFO O| Aug 07 21:44:19.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55142026-08-07T21:44:20.737Z[ recovery-image] Aug 07 21:44:19.294 INFO O| Aug 07 21:44:19.294 INFO STEP 86 (remove_files) COMPLETE
55152026-08-07T21:44:20.737Z[ recovery-image] Aug 07 21:44:19.294 INFO O| Aug 07 21:44:19.294 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-07T21:44:20.746Z[ recovery-image] Aug 07 21:44:19.303 INFO O| Aug 07 21:44:19.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55172026-08-07T21:44:20.746Z[ recovery-image] Aug 07 21:44:19.303 INFO O| Aug 07 21:44:19.303 INFO STEP 87 (remove_files) COMPLETE
55182026-08-07T21:44:20.746Z[ recovery-image] Aug 07 21:44:19.303 INFO O| Aug 07 21:44:19.303 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-07T21:44:20.754Z[ recovery-image] Aug 07 21:44:19.311 INFO O| Aug 07 21:44:19.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55202026-08-07T21:44:20.754Z[ recovery-image] Aug 07 21:44:19.311 INFO O| Aug 07 21:44:19.311 INFO STEP 88 (remove_files) COMPLETE
55212026-08-07T21:44:20.754Z[ recovery-image] Aug 07 21:44:19.311 INFO O| Aug 07 21:44:19.311 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-07T21:44:20.763Z[ recovery-image] Aug 07 21:44:19.320 INFO O| Aug 07 21:44:19.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55232026-08-07T21:44:20.766Z[ recovery-image] Aug 07 21:44:19.321 INFO O| Aug 07 21:44:19.320 INFO STEP 89 (remove_files) COMPLETE
55242026-08-07T21:44:20.766Z[ recovery-image] Aug 07 21:44:19.321 INFO O| Aug 07 21:44:19.320 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-07T21:44:20.773Z[ recovery-image] Aug 07 21:44:19.330 INFO O| Aug 07 21:44:19.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55262026-08-07T21:44:20.773Z[ recovery-image] Aug 07 21:44:19.330 INFO O| Aug 07 21:44:19.330 INFO STEP 90 (remove_files) COMPLETE
55272026-08-07T21:44:20.773Z[ recovery-image] Aug 07 21:44:19.330 INFO O| Aug 07 21:44:19.330 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-07T21:44:20.784Z[ recovery-image] Aug 07 21:44:19.339 INFO O| Aug 07 21:44:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55292026-08-07T21:44:20.784Z[ recovery-image] Aug 07 21:44:19.339 INFO O| Aug 07 21:44:19.339 INFO STEP 91 (remove_files) COMPLETE
55302026-08-07T21:44:20.784Z[ recovery-image] Aug 07 21:44:19.339 INFO O| Aug 07 21:44:19.339 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-07T21:44:20.792Z[ recovery-image] Aug 07 21:44:19.350 INFO O| Aug 07 21:44:19.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55322026-08-07T21:44:20.796Z[ recovery-image] Aug 07 21:44:19.351 INFO O| Aug 07 21:44:19.351 INFO STEP 92 (remove_files) COMPLETE
55332026-08-07T21:44:20.796Z[ recovery-image] Aug 07 21:44:19.351 INFO O| Aug 07 21:44:19.351 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-07T21:44:20.806Z[ recovery-image] Aug 07 21:44:19.361 INFO O| Aug 07 21:44:19.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55352026-08-07T21:44:20.806Z[ recovery-image] Aug 07 21:44:19.361 INFO O| Aug 07 21:44:19.361 INFO STEP 93 (remove_files) COMPLETE
55362026-08-07T21:44:20.809Z[ recovery-image] Aug 07 21:44:19.361 INFO O| Aug 07 21:44:19.361 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-07T21:44:20.815Z[ recovery-image] Aug 07 21:44:19.371 INFO O| Aug 07 21:44:19.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55382026-08-07T21:44:20.815Z[ recovery-image] Aug 07 21:44:19.371 INFO O| Aug 07 21:44:19.371 INFO STEP 94 (remove_files) COMPLETE
55392026-08-07T21:44:20.815Z[ recovery-image] Aug 07 21:44:19.371 INFO O| Aug 07 21:44:19.371 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-07T21:44:20.820Z[verify-libraries] Compiling enum_dispatch v0.3.13
55412026-08-07T21:44:20.827Z[ recovery-image] Aug 07 21:44:19.380 INFO O| Aug 07 21:44:19.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55422026-08-07T21:44:20.827Z[ recovery-image] Aug 07 21:44:19.380 INFO O| Aug 07 21:44:19.380 INFO STEP 95 (remove_files) COMPLETE
55432026-08-07T21:44:20.827Z[ recovery-image] Aug 07 21:44:19.381 INFO O| Aug 07 21:44:19.380 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-07T21:44:20.834Z[ recovery-image] Aug 07 21:44:19.390 INFO O| Aug 07 21:44:19.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55452026-08-07T21:44:20.835Z[ recovery-image] Aug 07 21:44:19.391 INFO O| Aug 07 21:44:19.391 INFO STEP 96 (remove_files) COMPLETE
55462026-08-07T21:44:20.839Z[ recovery-image] Aug 07 21:44:19.391 INFO O| Aug 07 21:44:19.391 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-07T21:44:20.843Z[ recovery-image] Aug 07 21:44:19.400 INFO O| Aug 07 21:44:19.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55482026-08-07T21:44:20.843Z[ recovery-image] Aug 07 21:44:19.400 INFO O| Aug 07 21:44:19.400 INFO STEP 97 (remove_files) COMPLETE
55492026-08-07T21:44:20.846Z[ recovery-image] Aug 07 21:44:19.400 INFO O| Aug 07 21:44:19.400 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-07T21:44:20.853Z[ recovery-image] Aug 07 21:44:19.410 INFO O| Aug 07 21:44:19.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55512026-08-07T21:44:20.853Z[ recovery-image] Aug 07 21:44:19.410 INFO O| Aug 07 21:44:19.410 INFO STEP 98 (remove_files) COMPLETE
55522026-08-07T21:44:20.853Z[ recovery-image] Aug 07 21:44:19.410 INFO O| Aug 07 21:44:19.410 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-07T21:44:20.862Z[ recovery-image] Aug 07 21:44:19.419 INFO O| Aug 07 21:44:19.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55542026-08-07T21:44:20.862Z[ recovery-image] Aug 07 21:44:19.419 INFO O| Aug 07 21:44:19.419 INFO STEP 99 (remove_files) COMPLETE
55552026-08-07T21:44:20.865Z[ recovery-image] Aug 07 21:44:19.419 INFO O| Aug 07 21:44:19.419 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-07T21:44:20.872Z[ recovery-image] Aug 07 21:44:19.429 INFO O| Aug 07 21:44:19.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55572026-08-07T21:44:20.872Z[ recovery-image] Aug 07 21:44:19.429 INFO O| Aug 07 21:44:19.429 INFO STEP 100 (remove_files) COMPLETE
55582026-08-07T21:44:20.872Z[ recovery-image] Aug 07 21:44:19.429 INFO O| Aug 07 21:44:19.429 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-07T21:44:20.882Z[ recovery-image] Aug 07 21:44:19.439 INFO O| Aug 07 21:44:19.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55602026-08-07T21:44:20.882Z[ recovery-image] Aug 07 21:44:19.439 INFO O| Aug 07 21:44:19.439 INFO STEP 101 (remove_files) COMPLETE
55612026-08-07T21:44:20.882Z[ recovery-image] Aug 07 21:44:19.439 INFO O| Aug 07 21:44:19.439 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-07T21:44:20.892Z[ recovery-image] Aug 07 21:44:19.449 INFO O| Aug 07 21:44:19.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55632026-08-07T21:44:20.892Z[ recovery-image] Aug 07 21:44:19.449 INFO O| Aug 07 21:44:19.449 INFO STEP 102 (remove_files) COMPLETE
55642026-08-07T21:44:20.895Z[ recovery-image] Aug 07 21:44:19.449 INFO O| Aug 07 21:44:19.449 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-07T21:44:20.902Z[ recovery-image] Aug 07 21:44:19.459 INFO O| Aug 07 21:44:19.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55662026-08-07T21:44:20.902Z[ recovery-image] Aug 07 21:44:19.459 INFO O| Aug 07 21:44:19.459 INFO STEP 103 (remove_files) COMPLETE
55672026-08-07T21:44:20.905Z[ recovery-image] Aug 07 21:44:19.459 INFO O| Aug 07 21:44:19.459 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-07T21:44:20.911Z[ recovery-image] Aug 07 21:44:19.469 INFO O| Aug 07 21:44:19.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55692026-08-07T21:44:20.911Z[ recovery-image] Aug 07 21:44:19.469 INFO O| Aug 07 21:44:19.469 INFO STEP 104 (remove_files) COMPLETE
55702026-08-07T21:44:20.912Z[ recovery-image] Aug 07 21:44:19.469 INFO O| Aug 07 21:44:19.469 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-07T21:44:20.915Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
55722026-08-07T21:44:20.923Z[ recovery-image] Aug 07 21:44:19.480 INFO O| Aug 07 21:44:19.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55732026-08-07T21:44:20.923Z[ recovery-image] Aug 07 21:44:19.480 INFO O| Aug 07 21:44:19.480 INFO STEP 105 (remove_files) COMPLETE
55742026-08-07T21:44:20.926Z[ recovery-image] Aug 07 21:44:19.480 INFO O| Aug 07 21:44:19.480 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-07T21:44:20.936Z[ recovery-image] Aug 07 21:44:19.491 INFO O| Aug 07 21:44:19.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55762026-08-07T21:44:20.936Z[ recovery-image] Aug 07 21:44:19.491 INFO O| Aug 07 21:44:19.491 INFO STEP 106 (remove_files) COMPLETE
55772026-08-07T21:44:20.940Z[ recovery-image] Aug 07 21:44:19.491 INFO O| Aug 07 21:44:19.491 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-07T21:44:20.944Z[ recovery-image] Aug 07 21:44:19.501 INFO O| Aug 07 21:44:19.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55792026-08-07T21:44:20.944Z[ recovery-image] Aug 07 21:44:19.501 INFO O| Aug 07 21:44:19.501 INFO STEP 107 (remove_files) COMPLETE
55802026-08-07T21:44:20.948Z[ recovery-image] Aug 07 21:44:19.501 INFO O| Aug 07 21:44:19.501 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-07T21:44:20.968Z[ recovery-image] Aug 07 21:44:19.526 INFO O| Aug 07 21:44:19.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55822026-08-07T21:44:20.969Z[ recovery-image] Aug 07 21:44:19.526 INFO O| Aug 07 21:44:19.526 INFO STEP 108 (remove_files) COMPLETE
55832026-08-07T21:44:20.972Z[ recovery-image] Aug 07 21:44:19.526 INFO O| Aug 07 21:44:19.526 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-07T21:44:20.978Z[ recovery-image] Aug 07 21:44:19.536 INFO O| Aug 07 21:44:19.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55852026-08-07T21:44:20.978Z[ recovery-image] Aug 07 21:44:19.536 INFO O| Aug 07 21:44:19.536 INFO STEP 109 (remove_files) COMPLETE
55862026-08-07T21:44:20.982Z[ recovery-image] Aug 07 21:44:19.536 INFO O| Aug 07 21:44:19.536 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-07T21:44:20.989Z[ recovery-image] Aug 07 21:44:19.547 INFO O| Aug 07 21:44:19.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55882026-08-07T21:44:20.989Z[ recovery-image] Aug 07 21:44:19.547 INFO O| Aug 07 21:44:19.547 INFO STEP 110 (remove_files) COMPLETE
55892026-08-07T21:44:20.993Z[ recovery-image] Aug 07 21:44:19.547 INFO O| Aug 07 21:44:19.547 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-07T21:44:20.999Z[ recovery-image] Aug 07 21:44:19.557 INFO O| Aug 07 21:44:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55912026-08-07T21:44:21.000Z[ recovery-image] Aug 07 21:44:19.557 INFO O| Aug 07 21:44:19.557 INFO STEP 111 (remove_files) COMPLETE
55922026-08-07T21:44:21.004Z[ recovery-image] Aug 07 21:44:19.557 INFO O| Aug 07 21:44:19.557 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-07T21:44:21.010Z[ recovery-image] Aug 07 21:44:19.567 INFO O| Aug 07 21:44:19.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55942026-08-07T21:44:21.014Z[ recovery-image] Aug 07 21:44:19.570 INFO O| Aug 07 21:44:19.570 INFO STEP 112 (remove_files) COMPLETE
55952026-08-07T21:44:21.014Z[ recovery-image] Aug 07 21:44:19.570 INFO O| Aug 07 21:44:19.570 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-07T21:44:21.023Z[ recovery-image] Aug 07 21:44:19.580 INFO O| Aug 07 21:44:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55972026-08-07T21:44:21.023Z[ recovery-image] Aug 07 21:44:19.580 INFO O| Aug 07 21:44:19.580 INFO STEP 113 (remove_files) COMPLETE
55982026-08-07T21:44:21.023Z[ recovery-image] Aug 07 21:44:19.580 INFO O| Aug 07 21:44:19.580 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-07T21:44:21.032Z[ recovery-image] Aug 07 21:44:19.590 INFO O| Aug 07 21:44:19.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56002026-08-07T21:44:21.032Z[ recovery-image] Aug 07 21:44:19.590 INFO O| Aug 07 21:44:19.590 INFO STEP 114 (remove_files) COMPLETE
56012026-08-07T21:44:21.036Z[ recovery-image] Aug 07 21:44:19.590 INFO O| Aug 07 21:44:19.590 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-07T21:44:21.043Z[ recovery-image] Aug 07 21:44:19.601 INFO O| Aug 07 21:44:19.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56032026-08-07T21:44:21.043Z[ recovery-image] Aug 07 21:44:19.601 INFO O| Aug 07 21:44:19.601 INFO STEP 115 (remove_files) COMPLETE
56042026-08-07T21:44:21.043Z[ recovery-image] Aug 07 21:44:19.601 INFO O| Aug 07 21:44:19.601 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-07T21:44:21.056Z[ recovery-image] Aug 07 21:44:19.613 INFO O| Aug 07 21:44:19.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56062026-08-07T21:44:21.056Z[ recovery-image] Aug 07 21:44:19.613 INFO O| Aug 07 21:44:19.613 INFO STEP 116 (remove_files) COMPLETE
56072026-08-07T21:44:21.056Z[ recovery-image] Aug 07 21:44:19.613 INFO O| Aug 07 21:44:19.613 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-07T21:44:21.066Z[ recovery-image] Aug 07 21:44:19.624 INFO O| Aug 07 21:44:19.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56092026-08-07T21:44:21.066Z[ recovery-image] Aug 07 21:44:19.624 INFO O| Aug 07 21:44:19.624 INFO STEP 117 (remove_files) COMPLETE
56102026-08-07T21:44:21.070Z[ recovery-image] Aug 07 21:44:19.624 INFO O| Aug 07 21:44:19.624 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-07T21:44:21.076Z[ recovery-image] Aug 07 21:44:19.633 INFO O| Aug 07 21:44:19.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56122026-08-07T21:44:21.076Z[ recovery-image] Aug 07 21:44:19.633 INFO O| Aug 07 21:44:19.633 INFO STEP 118 (remove_files) COMPLETE
56132026-08-07T21:44:21.076Z[ recovery-image] Aug 07 21:44:19.633 INFO O| Aug 07 21:44:19.633 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-07T21:44:21.097Z[ recovery-image] Aug 07 21:44:19.653 INFO O| Aug 07 21:44:19.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56152026-08-07T21:44:21.097Z[ recovery-image] Aug 07 21:44:19.653 INFO O| Aug 07 21:44:19.653 INFO STEP 119 (remove_files) COMPLETE
56162026-08-07T21:44:21.097Z[ recovery-image] Aug 07 21:44:19.653 INFO O| Aug 07 21:44:19.653 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-07T21:44:21.110Z[ recovery-image] Aug 07 21:44:19.667 INFO O| Aug 07 21:44:19.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56182026-08-07T21:44:21.110Z[ recovery-image] Aug 07 21:44:19.667 INFO O| Aug 07 21:44:19.667 INFO STEP 120 (remove_files) COMPLETE
56192026-08-07T21:44:21.110Z[ recovery-image] Aug 07 21:44:19.667 INFO O| Aug 07 21:44:19.667 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-07T21:44:21.134Z[ recovery-image] Aug 07 21:44:19.688 INFO O| Aug 07 21:44:19.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56212026-08-07T21:44:21.138Z[ recovery-image] Aug 07 21:44:19.688 INFO O| Aug 07 21:44:19.688 INFO STEP 121 (remove_files) COMPLETE
56222026-08-07T21:44:21.138Z[ recovery-image] Aug 07 21:44:19.688 INFO O| Aug 07 21:44:19.688 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-07T21:44:21.145Z[ recovery-image] Aug 07 21:44:19.701 INFO O| Aug 07 21:44:19.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56242026-08-07T21:44:21.145Z[ recovery-image] Aug 07 21:44:19.701 INFO O| Aug 07 21:44:19.701 INFO STEP 122 (remove_files) COMPLETE
56252026-08-07T21:44:21.145Z[ recovery-image] Aug 07 21:44:19.701 INFO O| Aug 07 21:44:19.701 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-07T21:44:21.152Z[ recovery-image] Aug 07 21:44:19.710 INFO O| Aug 07 21:44:19.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56272026-08-07T21:44:21.152Z[ recovery-image] Aug 07 21:44:19.710 INFO O| Aug 07 21:44:19.710 INFO STEP 123 (remove_files) COMPLETE
56282026-08-07T21:44:21.152Z[ recovery-image] Aug 07 21:44:19.710 INFO O| Aug 07 21:44:19.710 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-07T21:44:21.162Z[ recovery-image] Aug 07 21:44:19.719 INFO O| Aug 07 21:44:19.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56302026-08-07T21:44:21.162Z[ recovery-image] Aug 07 21:44:19.719 INFO O| Aug 07 21:44:19.719 INFO STEP 124 (remove_files) COMPLETE
56312026-08-07T21:44:21.162Z[ recovery-image] Aug 07 21:44:19.719 INFO O| Aug 07 21:44:19.719 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-07T21:44:21.169Z[ recovery-image] Aug 07 21:44:19.727 INFO O| Aug 07 21:44:19.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56332026-08-07T21:44:21.169Z[ recovery-image] Aug 07 21:44:19.727 INFO O| Aug 07 21:44:19.727 INFO STEP 125 (remove_files) COMPLETE
56342026-08-07T21:44:21.173Z[ recovery-image] Aug 07 21:44:19.727 INFO O| Aug 07 21:44:19.727 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-07T21:44:21.200Z[ recovery-image] Aug 07 21:44:19.756 INFO O| Aug 07 21:44:19.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56362026-08-07T21:44:21.200Z[ recovery-image] Aug 07 21:44:19.756 INFO O| Aug 07 21:44:19.756 INFO STEP 126 (remove_files) COMPLETE
56372026-08-07T21:44:21.200Z[ recovery-image] Aug 07 21:44:19.756 INFO O| Aug 07 21:44:19.756 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-07T21:44:21.208Z[ recovery-image] Aug 07 21:44:19.766 INFO O| Aug 07 21:44:19.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56392026-08-07T21:44:21.209Z[ recovery-image] Aug 07 21:44:19.766 INFO O| Aug 07 21:44:19.766 INFO STEP 127 (remove_files) COMPLETE
56402026-08-07T21:44:21.212Z[ recovery-image] Aug 07 21:44:19.766 INFO O| Aug 07 21:44:19.766 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-07T21:44:21.218Z[verify-libraries] Compiling delegate v0.13.5
56422026-08-07T21:44:21.221Z[ recovery-image] Aug 07 21:44:19.776 INFO O| Aug 07 21:44:19.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56432026-08-07T21:44:21.221Z[ recovery-image] Aug 07 21:44:19.776 INFO O| Aug 07 21:44:19.776 INFO STEP 128 (remove_files) COMPLETE
56442026-08-07T21:44:21.221Z[ recovery-image] Aug 07 21:44:19.776 INFO O| Aug 07 21:44:19.776 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-07T21:44:21.231Z[ recovery-image] Aug 07 21:44:19.788 INFO O| Aug 07 21:44:19.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56462026-08-07T21:44:21.231Z[ recovery-image] Aug 07 21:44:19.788 INFO O| Aug 07 21:44:19.788 INFO STEP 129 (remove_files) COMPLETE
56472026-08-07T21:44:21.231Z[ recovery-image] Aug 07 21:44:19.788 INFO O| Aug 07 21:44:19.788 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-07T21:44:21.246Z[ recovery-image] Aug 07 21:44:19.803 INFO O| Aug 07 21:44:19.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56492026-08-07T21:44:21.246Z[ recovery-image] Aug 07 21:44:19.803 INFO O| Aug 07 21:44:19.803 INFO STEP 130 (remove_files) COMPLETE
56502026-08-07T21:44:21.246Z[ recovery-image] Aug 07 21:44:19.803 INFO O| Aug 07 21:44:19.803 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-07T21:44:21.273Z[ recovery-image] Aug 07 21:44:19.830 INFO O| Aug 07 21:44:19.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56522026-08-07T21:44:21.273Z[ recovery-image] Aug 07 21:44:19.830 INFO O| Aug 07 21:44:19.830 INFO STEP 131 (remove_files) COMPLETE
56532026-08-07T21:44:21.276Z[ recovery-image] Aug 07 21:44:19.830 INFO O| Aug 07 21:44:19.830 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-07T21:44:21.314Z[ recovery-image] Aug 07 21:44:19.870 INFO O| Aug 07 21:44:19.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56552026-08-07T21:44:21.314Z[ recovery-image] Aug 07 21:44:19.870 INFO O| Aug 07 21:44:19.870 INFO STEP 132 (remove_files) COMPLETE
56562026-08-07T21:44:21.318Z[ recovery-image] Aug 07 21:44:19.870 INFO O| Aug 07 21:44:19.870 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-07T21:44:21.340Z[ recovery-image] Aug 07 21:44:19.897 INFO O| Aug 07 21:44:19.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56582026-08-07T21:44:21.340Z[ recovery-image] Aug 07 21:44:19.897 INFO O| Aug 07 21:44:19.897 INFO STEP 133 (remove_files) COMPLETE
56592026-08-07T21:44:21.343Z[ recovery-image] Aug 07 21:44:19.897 INFO O| Aug 07 21:44:19.897 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-07T21:44:21.352Z[ recovery-image] Aug 07 21:44:19.909 INFO O| Aug 07 21:44:19.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56612026-08-07T21:44:21.352Z[ recovery-image] Aug 07 21:44:19.909 INFO O| Aug 07 21:44:19.909 INFO STEP 134 (remove_files) COMPLETE
56622026-08-07T21:44:21.352Z[ recovery-image] Aug 07 21:44:19.909 INFO O| Aug 07 21:44:19.909 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-07T21:44:21.366Z[ recovery-image] Aug 07 21:44:19.923 INFO O| Aug 07 21:44:19.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56642026-08-07T21:44:21.366Z[ recovery-image] Aug 07 21:44:19.923 INFO O| Aug 07 21:44:19.923 INFO STEP 135 (remove_files) COMPLETE
56652026-08-07T21:44:21.366Z[ recovery-image] Aug 07 21:44:19.923 INFO O| Aug 07 21:44:19.923 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-07T21:44:21.380Z[ recovery-image] Aug 07 21:44:19.937 INFO O| Aug 07 21:44:19.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56672026-08-07T21:44:21.380Z[ recovery-image] Aug 07 21:44:19.937 INFO O| Aug 07 21:44:19.937 INFO STEP 136 (remove_files) COMPLETE
56682026-08-07T21:44:21.383Z[ recovery-image] Aug 07 21:44:19.937 INFO O| Aug 07 21:44:19.937 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-07T21:44:21.395Z[ recovery-image] Aug 07 21:44:19.953 INFO O| Aug 07 21:44:19.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56702026-08-07T21:44:21.396Z[ recovery-image] Aug 07 21:44:19.953 INFO O| Aug 07 21:44:19.953 INFO STEP 137 (remove_files) COMPLETE
56712026-08-07T21:44:21.396Z[ recovery-image] Aug 07 21:44:19.953 INFO O| Aug 07 21:44:19.953 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-07T21:44:21.407Z[ recovery-image] Aug 07 21:44:19.964 INFO O| Aug 07 21:44:19.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56732026-08-07T21:44:21.407Z[ recovery-image] Aug 07 21:44:19.964 INFO O| Aug 07 21:44:19.964 INFO STEP 138 (remove_files) COMPLETE
56742026-08-07T21:44:21.407Z[ recovery-image] Aug 07 21:44:19.964 INFO O| Aug 07 21:44:19.964 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-07T21:44:21.423Z[ recovery-image] Aug 07 21:44:19.980 INFO O| Aug 07 21:44:19.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56762026-08-07T21:44:21.423Z[ recovery-image] Aug 07 21:44:19.980 INFO O| Aug 07 21:44:19.980 INFO STEP 139 (remove_files) COMPLETE
56772026-08-07T21:44:21.426Z[ recovery-image] Aug 07 21:44:19.980 INFO O| Aug 07 21:44:19.980 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-07T21:44:21.462Z[ recovery-image] Aug 07 21:44:20.019 INFO O| Aug 07 21:44:20.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56792026-08-07T21:44:21.462Z[ recovery-image] Aug 07 21:44:20.019 INFO O| Aug 07 21:44:20.019 INFO STEP 140 (remove_files) COMPLETE
56802026-08-07T21:44:21.462Z[ recovery-image] Aug 07 21:44:20.019 INFO O| Aug 07 21:44:20.019 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-07T21:44:21.477Z[ recovery-image] Aug 07 21:44:20.034 INFO O| Aug 07 21:44:20.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56822026-08-07T21:44:21.477Z[ recovery-image] Aug 07 21:44:20.034 INFO O| Aug 07 21:44:20.034 INFO STEP 141 (remove_files) COMPLETE
56832026-08-07T21:44:21.477Z[ recovery-image] Aug 07 21:44:20.034 INFO O| Aug 07 21:44:20.034 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-07T21:44:21.490Z[ recovery-image] Aug 07 21:44:20.047 INFO O| Aug 07 21:44:20.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56852026-08-07T21:44:21.490Z[ recovery-image] Aug 07 21:44:20.048 INFO O| Aug 07 21:44:20.047 INFO STEP 142 (remove_files) COMPLETE
56862026-08-07T21:44:21.490Z[ recovery-image] Aug 07 21:44:20.048 INFO O| Aug 07 21:44:20.048 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-07T21:44:21.501Z[ recovery-image] Aug 07 21:44:20.058 INFO O| Aug 07 21:44:20.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56882026-08-07T21:44:21.501Z[ recovery-image] Aug 07 21:44:20.058 INFO O| Aug 07 21:44:20.058 INFO STEP 143 (remove_files) COMPLETE
56892026-08-07T21:44:21.505Z[ recovery-image] Aug 07 21:44:20.058 INFO O| Aug 07 21:44:20.058 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-07T21:44:21.512Z[ recovery-image] Aug 07 21:44:20.070 INFO O| Aug 07 21:44:20.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56912026-08-07T21:44:21.515Z[ recovery-image] Aug 07 21:44:20.070 INFO O| Aug 07 21:44:20.070 INFO STEP 144 (remove_files) COMPLETE
56922026-08-07T21:44:21.515Z[ recovery-image] Aug 07 21:44:20.070 INFO O| Aug 07 21:44:20.070 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-07T21:44:21.526Z[ recovery-image] Aug 07 21:44:20.082 INFO O| Aug 07 21:44:20.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56942026-08-07T21:44:21.526Z[ recovery-image] Aug 07 21:44:20.082 INFO O| Aug 07 21:44:20.082 INFO STEP 145 (remove_files) COMPLETE
56952026-08-07T21:44:21.526Z[ recovery-image] Aug 07 21:44:20.082 INFO O| Aug 07 21:44:20.082 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-07T21:44:21.535Z[ recovery-image] Aug 07 21:44:20.093 INFO O| Aug 07 21:44:20.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56972026-08-07T21:44:21.535Z[ recovery-image] Aug 07 21:44:20.093 INFO O| Aug 07 21:44:20.093 INFO STEP 146 (remove_files) COMPLETE
56982026-08-07T21:44:21.535Z[ recovery-image] Aug 07 21:44:20.093 INFO O| Aug 07 21:44:20.093 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-07T21:44:21.545Z[ recovery-image] Aug 07 21:44:20.103 INFO O| Aug 07 21:44:20.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57002026-08-07T21:44:21.549Z[ recovery-image] Aug 07 21:44:20.104 INFO O| Aug 07 21:44:20.104 INFO STEP 147 (remove_files) COMPLETE
57012026-08-07T21:44:21.549Z[ recovery-image] Aug 07 21:44:20.104 INFO O| Aug 07 21:44:20.104 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-07T21:44:21.556Z[ recovery-image] Aug 07 21:44:20.113 INFO O| Aug 07 21:44:20.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57032026-08-07T21:44:21.556Z[ recovery-image] Aug 07 21:44:20.113 INFO O| Aug 07 21:44:20.113 INFO STEP 148 (remove_files) COMPLETE
57042026-08-07T21:44:21.559Z[ recovery-image] Aug 07 21:44:20.113 INFO O| Aug 07 21:44:20.113 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-07T21:44:21.575Z[ recovery-image] Aug 07 21:44:20.123 INFO O| Aug 07 21:44:20.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57062026-08-07T21:44:21.575Z[ recovery-image] Aug 07 21:44:20.123 INFO O| Aug 07 21:44:20.123 INFO STEP 149 (remove_files) COMPLETE
57072026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.123 INFO O| Aug 07 21:44:20.123 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.133 INFO O| Aug 07 21:44:20.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57092026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.133 INFO O| Aug 07 21:44:20.133 INFO STEP 150 (remove_files) COMPLETE
57102026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.133 INFO O| Aug 07 21:44:20.133 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.142 INFO O| Aug 07 21:44:20.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57122026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.142 INFO O| Aug 07 21:44:20.142 INFO STEP 151 (remove_files) COMPLETE
57132026-08-07T21:44:21.596Z[ recovery-image] Aug 07 21:44:20.142 INFO O| Aug 07 21:44:20.142 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-07T21:44:21.600Z[ recovery-image] Aug 07 21:44:20.153 INFO O| Aug 07 21:44:20.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57152026-08-07T21:44:21.600Z[ recovery-image] Aug 07 21:44:20.153 INFO O| Aug 07 21:44:20.153 INFO STEP 152 (remove_files) COMPLETE
57162026-08-07T21:44:21.600Z[ recovery-image] Aug 07 21:44:20.153 INFO O| Aug 07 21:44:20.153 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-07T21:44:21.606Z[ recovery-image] Aug 07 21:44:20.162 INFO O| Aug 07 21:44:20.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57182026-08-07T21:44:21.606Z[ recovery-image] Aug 07 21:44:20.162 INFO O| Aug 07 21:44:20.162 INFO STEP 153 (remove_files) COMPLETE
57192026-08-07T21:44:21.606Z[ recovery-image] Aug 07 21:44:20.162 INFO O| Aug 07 21:44:20.162 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-07T21:44:21.615Z[ recovery-image] Aug 07 21:44:20.172 INFO O| Aug 07 21:44:20.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57212026-08-07T21:44:21.615Z[ recovery-image] Aug 07 21:44:20.172 INFO O| Aug 07 21:44:20.172 INFO STEP 154 (remove_files) COMPLETE
57222026-08-07T21:44:21.618Z[ recovery-image] Aug 07 21:44:20.172 INFO O| Aug 07 21:44:20.172 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-07T21:44:21.624Z[ recovery-image] Aug 07 21:44:20.181 INFO O| Aug 07 21:44:20.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57242026-08-07T21:44:21.624Z[ recovery-image] Aug 07 21:44:20.181 INFO O| Aug 07 21:44:20.181 INFO STEP 155 (remove_files) COMPLETE
57252026-08-07T21:44:21.624Z[ recovery-image] Aug 07 21:44:20.181 INFO O| Aug 07 21:44:20.181 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-07T21:44:21.633Z[ recovery-image] Aug 07 21:44:20.191 INFO O| Aug 07 21:44:20.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57272026-08-07T21:44:21.633Z[ recovery-image] Aug 07 21:44:20.191 INFO O| Aug 07 21:44:20.191 INFO STEP 156 (remove_files) COMPLETE
57282026-08-07T21:44:21.633Z[ recovery-image] Aug 07 21:44:20.191 INFO O| Aug 07 21:44:20.191 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-07T21:44:21.646Z[ recovery-image] Aug 07 21:44:20.202 INFO O| Aug 07 21:44:20.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57302026-08-07T21:44:21.651Z[ recovery-image] Aug 07 21:44:20.205 INFO O| Aug 07 21:44:20.205 INFO STEP 157 (remove_files) COMPLETE
57312026-08-07T21:44:21.651Z[ recovery-image] Aug 07 21:44:20.205 INFO O| Aug 07 21:44:20.205 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-07T21:44:21.659Z[ recovery-image] Aug 07 21:44:20.216 INFO O| Aug 07 21:44:20.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57332026-08-07T21:44:21.659Z[ recovery-image] Aug 07 21:44:20.216 INFO O| Aug 07 21:44:20.216 INFO STEP 158 (remove_files) COMPLETE
57342026-08-07T21:44:21.662Z[ recovery-image] Aug 07 21:44:20.216 INFO O| Aug 07 21:44:20.216 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-07T21:44:21.669Z[ recovery-image] Aug 07 21:44:20.227 INFO O| Aug 07 21:44:20.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57362026-08-07T21:44:21.669Z[ recovery-image] Aug 07 21:44:20.227 INFO O| Aug 07 21:44:20.227 INFO STEP 159 (remove_files) COMPLETE
57372026-08-07T21:44:21.669Z[ recovery-image] Aug 07 21:44:20.227 INFO O| Aug 07 21:44:20.227 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-07T21:44:21.679Z[ recovery-image] Aug 07 21:44:20.236 INFO O| Aug 07 21:44:20.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57392026-08-07T21:44:21.679Z[ recovery-image] Aug 07 21:44:20.236 INFO O| Aug 07 21:44:20.236 INFO STEP 160 (remove_files) COMPLETE
57402026-08-07T21:44:21.682Z[ recovery-image] Aug 07 21:44:20.236 INFO O| Aug 07 21:44:20.236 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-07T21:44:21.688Z[ recovery-image] Aug 07 21:44:20.245 INFO O| Aug 07 21:44:20.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57422026-08-07T21:44:21.690Z[ recovery-image] Aug 07 21:44:20.246 INFO O| Aug 07 21:44:20.246 INFO STEP 161 (remove_files) COMPLETE
57432026-08-07T21:44:21.691Z[ recovery-image] Aug 07 21:44:20.246 INFO O| Aug 07 21:44:20.246 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-07T21:44:21.700Z[ recovery-image] Aug 07 21:44:20.256 INFO O| Aug 07 21:44:20.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57452026-08-07T21:44:21.700Z[ recovery-image] Aug 07 21:44:20.256 INFO O| Aug 07 21:44:20.256 INFO STEP 162 (remove_files) COMPLETE
57462026-08-07T21:44:21.700Z[ recovery-image] Aug 07 21:44:20.256 INFO O| Aug 07 21:44:20.256 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-07T21:44:21.708Z[ recovery-image] Aug 07 21:44:20.265 INFO O| Aug 07 21:44:20.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57482026-08-07T21:44:21.708Z[ recovery-image] Aug 07 21:44:20.265 INFO O| Aug 07 21:44:20.265 INFO STEP 163 (remove_files) COMPLETE
57492026-08-07T21:44:21.708Z[ recovery-image] Aug 07 21:44:20.265 INFO O| Aug 07 21:44:20.265 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-07T21:44:21.724Z[ recovery-image] Aug 07 21:44:20.281 INFO O| Aug 07 21:44:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57512026-08-07T21:44:21.724Z[ recovery-image] Aug 07 21:44:20.281 INFO O| Aug 07 21:44:20.281 INFO STEP 164 (remove_files) COMPLETE
57522026-08-07T21:44:21.724Z[ recovery-image] Aug 07 21:44:20.281 INFO O| Aug 07 21:44:20.281 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-07T21:44:21.734Z[ recovery-image] Aug 07 21:44:20.292 INFO O| Aug 07 21:44:20.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57542026-08-07T21:44:21.734Z[ recovery-image] Aug 07 21:44:20.292 INFO O| Aug 07 21:44:20.292 INFO STEP 165 (remove_files) COMPLETE
57552026-08-07T21:44:21.737Z[ recovery-image] Aug 07 21:44:20.292 INFO O| Aug 07 21:44:20.292 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-07T21:44:21.745Z[ recovery-image] Aug 07 21:44:20.303 INFO O| Aug 07 21:44:20.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57572026-08-07T21:44:21.745Z[ recovery-image] Aug 07 21:44:20.303 INFO O| Aug 07 21:44:20.303 INFO STEP 166 (remove_files) COMPLETE
57582026-08-07T21:44:21.745Z[ recovery-image] Aug 07 21:44:20.303 INFO O| Aug 07 21:44:20.303 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-07T21:44:21.756Z[ recovery-image] Aug 07 21:44:20.313 INFO O| Aug 07 21:44:20.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57602026-08-07T21:44:21.756Z[ recovery-image] Aug 07 21:44:20.313 INFO O| Aug 07 21:44:20.313 INFO STEP 167 (remove_files) COMPLETE
57612026-08-07T21:44:21.756Z[ recovery-image] Aug 07 21:44:20.313 INFO O| Aug 07 21:44:20.313 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-07T21:44:21.765Z[ recovery-image] Aug 07 21:44:20.322 INFO O| Aug 07 21:44:20.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57632026-08-07T21:44:21.765Z[ recovery-image] Aug 07 21:44:20.322 INFO O| Aug 07 21:44:20.322 INFO STEP 168 (remove_files) COMPLETE
57642026-08-07T21:44:21.765Z[ recovery-image] Aug 07 21:44:20.322 INFO O| Aug 07 21:44:20.322 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-07T21:44:21.774Z[ recovery-image] Aug 07 21:44:20.331 INFO O| Aug 07 21:44:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57662026-08-07T21:44:21.774Z[ recovery-image] Aug 07 21:44:20.331 INFO O| Aug 07 21:44:20.331 INFO STEP 169 (remove_files) COMPLETE
57672026-08-07T21:44:21.774Z[ recovery-image] Aug 07 21:44:20.331 INFO O| Aug 07 21:44:20.331 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-07T21:44:21.787Z[ recovery-image] Aug 07 21:44:20.340 INFO O| Aug 07 21:44:20.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57692026-08-07T21:44:21.787Z[ recovery-image] Aug 07 21:44:20.341 INFO O| Aug 07 21:44:20.341 INFO STEP 170 (remove_files) COMPLETE
57702026-08-07T21:44:21.787Z[ recovery-image] Aug 07 21:44:20.341 INFO O| Aug 07 21:44:20.341 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-07T21:44:21.791Z[ recovery-image] Aug 07 21:44:20.349 INFO O| Aug 07 21:44:20.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57722026-08-07T21:44:21.791Z[ recovery-image] Aug 07 21:44:20.349 INFO O| Aug 07 21:44:20.349 INFO STEP 171 (remove_files) COMPLETE
57732026-08-07T21:44:21.795Z[ recovery-image] Aug 07 21:44:20.349 INFO O| Aug 07 21:44:20.349 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-07T21:44:21.802Z[ recovery-image] Aug 07 21:44:20.358 INFO O| Aug 07 21:44:20.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57752026-08-07T21:44:21.802Z[ recovery-image] Aug 07 21:44:20.358 INFO O| Aug 07 21:44:20.358 INFO STEP 172 (remove_files) COMPLETE
57762026-08-07T21:44:21.802Z[ recovery-image] Aug 07 21:44:20.358 INFO O| Aug 07 21:44:20.358 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-07T21:44:21.812Z[ recovery-image] Aug 07 21:44:20.368 INFO O| Aug 07 21:44:20.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57782026-08-07T21:44:21.812Z[ recovery-image] Aug 07 21:44:20.368 INFO O| Aug 07 21:44:20.368 INFO STEP 173 (remove_files) COMPLETE
57792026-08-07T21:44:21.815Z[ recovery-image] Aug 07 21:44:20.368 INFO O| Aug 07 21:44:20.368 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-07T21:44:21.820Z[ recovery-image] Aug 07 21:44:20.378 INFO O| Aug 07 21:44:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57812026-08-07T21:44:21.820Z[ recovery-image] Aug 07 21:44:20.378 INFO O| Aug 07 21:44:20.378 INFO STEP 174 (remove_files) COMPLETE
57822026-08-07T21:44:21.823Z[ recovery-image] Aug 07 21:44:20.378 INFO O| Aug 07 21:44:20.378 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-07T21:44:21.833Z[ recovery-image] Aug 07 21:44:20.390 INFO O| Aug 07 21:44:20.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57842026-08-07T21:44:21.833Z[ recovery-image] Aug 07 21:44:20.390 INFO O| Aug 07 21:44:20.390 INFO STEP 175 (remove_files) COMPLETE
57852026-08-07T21:44:21.833Z[ recovery-image] Aug 07 21:44:20.390 INFO O| Aug 07 21:44:20.390 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-07T21:44:21.843Z[ recovery-image] Aug 07 21:44:20.401 INFO O| Aug 07 21:44:20.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57872026-08-07T21:44:21.843Z[ recovery-image] Aug 07 21:44:20.401 INFO O| Aug 07 21:44:20.401 INFO STEP 176 (remove_files) COMPLETE
57882026-08-07T21:44:21.846Z[ recovery-image] Aug 07 21:44:20.401 INFO O| Aug 07 21:44:20.401 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-07T21:44:21.852Z[ recovery-image] Aug 07 21:44:20.410 INFO O| Aug 07 21:44:20.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57902026-08-07T21:44:21.855Z[ recovery-image] Aug 07 21:44:20.410 INFO O| Aug 07 21:44:20.410 INFO STEP 177 (remove_files) COMPLETE
57912026-08-07T21:44:21.855Z[ recovery-image] Aug 07 21:44:20.411 INFO O| Aug 07 21:44:20.410 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-07T21:44:21.864Z[ recovery-image] Aug 07 21:44:20.422 INFO O| Aug 07 21:44:20.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57932026-08-07T21:44:21.864Z[ recovery-image] Aug 07 21:44:20.422 INFO O| Aug 07 21:44:20.422 INFO STEP 178 (remove_files) COMPLETE
57942026-08-07T21:44:21.867Z[ recovery-image] Aug 07 21:44:20.422 INFO O| Aug 07 21:44:20.422 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-07T21:44:21.876Z[ recovery-image] Aug 07 21:44:20.433 INFO O| Aug 07 21:44:20.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57962026-08-07T21:44:21.876Z[ recovery-image] Aug 07 21:44:20.433 INFO O| Aug 07 21:44:20.433 INFO STEP 179 (remove_files) COMPLETE
57972026-08-07T21:44:21.876Z[ recovery-image] Aug 07 21:44:20.433 INFO O| Aug 07 21:44:20.433 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-07T21:44:21.884Z[ recovery-image] Aug 07 21:44:20.441 INFO O| Aug 07 21:44:20.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57992026-08-07T21:44:21.884Z[ recovery-image] Aug 07 21:44:20.442 INFO O| Aug 07 21:44:20.441 INFO STEP 180 (remove_files) COMPLETE
58002026-08-07T21:44:21.884Z[ recovery-image] Aug 07 21:44:20.442 INFO O| Aug 07 21:44:20.442 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-07T21:44:21.895Z[ recovery-image] Aug 07 21:44:20.451 INFO O| Aug 07 21:44:20.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58022026-08-07T21:44:21.895Z[ recovery-image] Aug 07 21:44:20.451 INFO O| Aug 07 21:44:20.451 INFO STEP 181 (remove_files) COMPLETE
58032026-08-07T21:44:21.898Z[ recovery-image] Aug 07 21:44:20.451 INFO O| Aug 07 21:44:20.451 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-07T21:44:21.915Z[ recovery-image] Aug 07 21:44:20.461 INFO O| Aug 07 21:44:20.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58052026-08-07T21:44:21.915Z[ recovery-image] Aug 07 21:44:20.461 INFO O| Aug 07 21:44:20.461 INFO STEP 182 (remove_files) COMPLETE
58062026-08-07T21:44:21.915Z[ recovery-image] Aug 07 21:44:20.461 INFO O| Aug 07 21:44:20.461 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-07T21:44:21.915Z[ recovery-image] Aug 07 21:44:20.469 INFO O| Aug 07 21:44:20.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58082026-08-07T21:44:21.915Z[ recovery-image] Aug 07 21:44:20.469 INFO O| Aug 07 21:44:20.469 INFO STEP 183 (remove_files) COMPLETE
58092026-08-07T21:44:21.915Z[ recovery-image] Aug 07 21:44:20.469 INFO O| Aug 07 21:44:20.469 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-07T21:44:21.919Z[verify-libraries] Compiling sapling-renderdag v0.1.0
58112026-08-07T21:44:21.922Z[ recovery-image] Aug 07 21:44:20.478 INFO O| Aug 07 21:44:20.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58122026-08-07T21:44:21.922Z[ recovery-image] Aug 07 21:44:20.478 INFO O| Aug 07 21:44:20.478 INFO STEP 184 (remove_files) COMPLETE
58132026-08-07T21:44:21.922Z[ recovery-image] Aug 07 21:44:20.478 INFO O| Aug 07 21:44:20.478 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-07T21:44:21.931Z[ recovery-image] Aug 07 21:44:20.487 INFO O| Aug 07 21:44:20.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58152026-08-07T21:44:21.931Z[ recovery-image] Aug 07 21:44:20.487 INFO O| Aug 07 21:44:20.487 INFO STEP 185 (remove_files) COMPLETE
58162026-08-07T21:44:21.931Z[ recovery-image] Aug 07 21:44:20.487 INFO O| Aug 07 21:44:20.487 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-07T21:44:21.939Z[ recovery-image] Aug 07 21:44:20.497 INFO O| Aug 07 21:44:20.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58182026-08-07T21:44:21.939Z[ recovery-image] Aug 07 21:44:20.497 INFO O| Aug 07 21:44:20.497 INFO STEP 186 (remove_files) COMPLETE
58192026-08-07T21:44:21.939Z[ recovery-image] Aug 07 21:44:20.497 INFO O| Aug 07 21:44:20.497 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-07T21:44:21.950Z[ recovery-image] Aug 07 21:44:20.507 INFO O| Aug 07 21:44:20.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58212026-08-07T21:44:21.950Z[ recovery-image] Aug 07 21:44:20.507 INFO O| Aug 07 21:44:20.507 INFO STEP 187 (remove_files) COMPLETE
58222026-08-07T21:44:21.953Z[ recovery-image] Aug 07 21:44:20.507 INFO O| Aug 07 21:44:20.507 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-07T21:44:21.960Z[ recovery-image] Aug 07 21:44:20.517 INFO O| Aug 07 21:44:20.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58242026-08-07T21:44:21.960Z[ recovery-image] Aug 07 21:44:20.518 INFO O| Aug 07 21:44:20.518 INFO STEP 188 (remove_files) COMPLETE
58252026-08-07T21:44:21.960Z[ recovery-image] Aug 07 21:44:20.518 INFO O| Aug 07 21:44:20.518 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-07T21:44:21.971Z[ recovery-image] Aug 07 21:44:20.528 INFO O| Aug 07 21:44:20.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58272026-08-07T21:44:21.971Z[ recovery-image] Aug 07 21:44:20.528 INFO O| Aug 07 21:44:20.528 INFO STEP 189 (remove_files) COMPLETE
58282026-08-07T21:44:21.971Z[ recovery-image] Aug 07 21:44:20.528 INFO O| Aug 07 21:44:20.528 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-07T21:44:21.982Z[ recovery-image] Aug 07 21:44:20.539 INFO O| Aug 07 21:44:20.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58302026-08-07T21:44:21.982Z[ recovery-image] Aug 07 21:44:20.539 INFO O| Aug 07 21:44:20.539 INFO STEP 190 (remove_files) COMPLETE
58312026-08-07T21:44:21.985Z[ recovery-image] Aug 07 21:44:20.539 INFO O| Aug 07 21:44:20.539 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-07T21:44:21.991Z[ recovery-image] Aug 07 21:44:20.549 INFO O| Aug 07 21:44:20.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58332026-08-07T21:44:21.991Z[ recovery-image] Aug 07 21:44:20.549 INFO O| Aug 07 21:44:20.549 INFO STEP 191 (remove_files) COMPLETE
58342026-08-07T21:44:21.995Z[ recovery-image] Aug 07 21:44:20.549 INFO O| Aug 07 21:44:20.549 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-07T21:44:22.001Z[ recovery-image] Aug 07 21:44:20.558 INFO O| Aug 07 21:44:20.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58362026-08-07T21:44:22.001Z[ recovery-image] Aug 07 21:44:20.558 INFO O| Aug 07 21:44:20.558 INFO STEP 192 (remove_files) COMPLETE
58372026-08-07T21:44:22.004Z[ recovery-image] Aug 07 21:44:20.558 INFO O| Aug 07 21:44:20.558 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-07T21:44:22.009Z[ recovery-image] Aug 07 21:44:20.567 INFO O| Aug 07 21:44:20.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58392026-08-07T21:44:22.009Z[ recovery-image] Aug 07 21:44:20.567 INFO O| Aug 07 21:44:20.567 INFO STEP 193 (remove_files) COMPLETE
58402026-08-07T21:44:22.012Z[ recovery-image] Aug 07 21:44:20.567 INFO O| Aug 07 21:44:20.567 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-07T21:44:22.017Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58422026-08-07T21:44:22.020Z[ recovery-image] Aug 07 21:44:20.576 INFO O| Aug 07 21:44:20.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58432026-08-07T21:44:22.020Z[ recovery-image] Aug 07 21:44:20.576 INFO O| Aug 07 21:44:20.576 INFO STEP 194 (remove_files) COMPLETE
58442026-08-07T21:44:22.020Z[ recovery-image] Aug 07 21:44:20.576 INFO O| Aug 07 21:44:20.576 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-07T21:44:22.027Z[ recovery-image] Aug 07 21:44:20.585 INFO O| Aug 07 21:44:20.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58462026-08-07T21:44:22.027Z[ recovery-image] Aug 07 21:44:20.585 INFO O| Aug 07 21:44:20.585 INFO STEP 195 (remove_files) COMPLETE
58472026-08-07T21:44:22.027Z[ recovery-image] Aug 07 21:44:20.585 INFO O| Aug 07 21:44:20.585 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-07T21:44:22.038Z[ recovery-image] Aug 07 21:44:20.595 INFO O| Aug 07 21:44:20.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58492026-08-07T21:44:22.038Z[ recovery-image] Aug 07 21:44:20.595 INFO O| Aug 07 21:44:20.595 INFO STEP 196 (remove_files) COMPLETE
58502026-08-07T21:44:22.041Z[ recovery-image] Aug 07 21:44:20.595 INFO O| Aug 07 21:44:20.595 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-07T21:44:22.047Z[ recovery-image] Aug 07 21:44:20.605 INFO O| Aug 07 21:44:20.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58522026-08-07T21:44:22.048Z[ recovery-image] Aug 07 21:44:20.605 INFO O| Aug 07 21:44:20.605 INFO STEP 197 (remove_files) COMPLETE
58532026-08-07T21:44:22.048Z[ recovery-image] Aug 07 21:44:20.605 INFO O| Aug 07 21:44:20.605 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-07T21:44:22.057Z[ recovery-image] Aug 07 21:44:20.615 INFO O| Aug 07 21:44:20.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58552026-08-07T21:44:22.058Z[ recovery-image] Aug 07 21:44:20.615 INFO O| Aug 07 21:44:20.615 INFO STEP 198 (remove_files) COMPLETE
58562026-08-07T21:44:22.058Z[ recovery-image] Aug 07 21:44:20.615 INFO O| Aug 07 21:44:20.615 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-07T21:44:22.066Z[verify-libraries] Compiling fs-err v2.11.0
58582026-08-07T21:44:22.069Z[ recovery-image] Aug 07 21:44:20.626 INFO O| Aug 07 21:44:20.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58592026-08-07T21:44:22.069Z[ recovery-image] Aug 07 21:44:20.626 INFO O| Aug 07 21:44:20.626 INFO STEP 199 (remove_files) COMPLETE
58602026-08-07T21:44:22.069Z[ recovery-image] Aug 07 21:44:20.626 INFO O| Aug 07 21:44:20.626 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-07T21:44:22.078Z[ recovery-image] Aug 07 21:44:20.635 INFO O| Aug 07 21:44:20.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58622026-08-07T21:44:22.078Z[ recovery-image] Aug 07 21:44:20.636 INFO O| Aug 07 21:44:20.636 INFO STEP 200 (remove_files) COMPLETE
58632026-08-07T21:44:22.078Z[ recovery-image] Aug 07 21:44:20.636 INFO O| Aug 07 21:44:20.636 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-07T21:44:22.087Z[ recovery-image] Aug 07 21:44:20.645 INFO O| Aug 07 21:44:20.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58652026-08-07T21:44:22.087Z[ recovery-image] Aug 07 21:44:20.645 INFO O| Aug 07 21:44:20.645 INFO STEP 201 (remove_files) COMPLETE
58662026-08-07T21:44:22.090Z[ recovery-image] Aug 07 21:44:20.645 INFO O| Aug 07 21:44:20.645 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-07T21:44:22.097Z[ recovery-image] Aug 07 21:44:20.655 INFO O| Aug 07 21:44:20.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58682026-08-07T21:44:22.097Z[ recovery-image] Aug 07 21:44:20.655 INFO O| Aug 07 21:44:20.655 INFO STEP 202 (remove_files) COMPLETE
58692026-08-07T21:44:22.097Z[ recovery-image] Aug 07 21:44:20.655 INFO O| Aug 07 21:44:20.655 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-07T21:44:22.109Z[ recovery-image] Aug 07 21:44:20.663 INFO O| Aug 07 21:44:20.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58712026-08-07T21:44:22.109Z[ recovery-image] Aug 07 21:44:20.663 INFO O| Aug 07 21:44:20.663 INFO STEP 203 (remove_files) COMPLETE
58722026-08-07T21:44:22.109Z[ recovery-image] Aug 07 21:44:20.663 INFO O| Aug 07 21:44:20.663 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-07T21:44:22.115Z[ recovery-image] Aug 07 21:44:20.673 INFO O| Aug 07 21:44:20.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58742026-08-07T21:44:22.115Z[ recovery-image] Aug 07 21:44:20.673 INFO O| Aug 07 21:44:20.673 INFO STEP 204 (remove_files) COMPLETE
58752026-08-07T21:44:22.115Z[ recovery-image] Aug 07 21:44:20.673 INFO O| Aug 07 21:44:20.673 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-07T21:44:22.125Z[ recovery-image] Aug 07 21:44:20.683 INFO O| Aug 07 21:44:20.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58772026-08-07T21:44:22.125Z[ recovery-image] Aug 07 21:44:20.683 INFO O| Aug 07 21:44:20.683 INFO STEP 205 (remove_files) COMPLETE
58782026-08-07T21:44:22.125Z[ recovery-image] Aug 07 21:44:20.683 INFO O| Aug 07 21:44:20.683 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-07T21:44:22.136Z[ recovery-image] Aug 07 21:44:20.694 INFO O| Aug 07 21:44:20.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58802026-08-07T21:44:22.136Z[ recovery-image] Aug 07 21:44:20.694 INFO O| Aug 07 21:44:20.694 INFO STEP 206 (remove_files) COMPLETE
58812026-08-07T21:44:22.137Z[ recovery-image] Aug 07 21:44:20.694 INFO O| Aug 07 21:44:20.694 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-07T21:44:22.148Z[ recovery-image] Aug 07 21:44:20.705 INFO O| Aug 07 21:44:20.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58832026-08-07T21:44:22.148Z[ recovery-image] Aug 07 21:44:20.705 INFO O| Aug 07 21:44:20.705 INFO STEP 207 (remove_files) COMPLETE
58842026-08-07T21:44:22.148Z[ recovery-image] Aug 07 21:44:20.705 INFO O| Aug 07 21:44:20.705 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-07T21:44:22.158Z[ recovery-image] Aug 07 21:44:20.715 INFO O| Aug 07 21:44:20.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58862026-08-07T21:44:22.158Z[ recovery-image] Aug 07 21:44:20.715 INFO O| Aug 07 21:44:20.715 INFO STEP 208 (remove_files) COMPLETE
58872026-08-07T21:44:22.158Z[ recovery-image] Aug 07 21:44:20.715 INFO O| Aug 07 21:44:20.715 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-07T21:44:22.171Z[ recovery-image] Aug 07 21:44:20.728 INFO O| Aug 07 21:44:20.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58892026-08-07T21:44:22.171Z[ recovery-image] Aug 07 21:44:20.728 INFO O| Aug 07 21:44:20.728 INFO STEP 209 (remove_files) COMPLETE
58902026-08-07T21:44:22.174Z[ recovery-image] Aug 07 21:44:20.728 INFO O| Aug 07 21:44:20.728 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-07T21:44:22.186Z[ recovery-image] Aug 07 21:44:20.743 INFO O| Aug 07 21:44:20.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58922026-08-07T21:44:22.186Z[ recovery-image] Aug 07 21:44:20.743 INFO O| Aug 07 21:44:20.743 INFO STEP 210 (remove_files) COMPLETE
58932026-08-07T21:44:22.186Z[ recovery-image] Aug 07 21:44:20.743 INFO O| Aug 07 21:44:20.743 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-07T21:44:22.210Z[ recovery-image] Aug 07 21:44:20.755 INFO O| Aug 07 21:44:20.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58952026-08-07T21:44:22.210Z[ recovery-image] Aug 07 21:44:20.755 INFO O| Aug 07 21:44:20.755 INFO STEP 211 (remove_files) COMPLETE
58962026-08-07T21:44:22.210Z[ recovery-image] Aug 07 21:44:20.755 INFO O| Aug 07 21:44:20.755 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-07T21:44:22.213Z[ recovery-image] Aug 07 21:44:20.766 INFO O| Aug 07 21:44:20.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58982026-08-07T21:44:22.213Z[ recovery-image] Aug 07 21:44:20.766 INFO O| Aug 07 21:44:20.766 INFO STEP 212 (remove_files) COMPLETE
58992026-08-07T21:44:22.213Z[ recovery-image] Aug 07 21:44:20.766 INFO O| Aug 07 21:44:20.766 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-07T21:44:22.221Z[ recovery-image] Aug 07 21:44:20.777 INFO O| Aug 07 21:44:20.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59012026-08-07T21:44:22.221Z[ recovery-image] Aug 07 21:44:20.777 INFO O| Aug 07 21:44:20.777 INFO STEP 213 (remove_files) COMPLETE
59022026-08-07T21:44:22.221Z[ recovery-image] Aug 07 21:44:20.777 INFO O| Aug 07 21:44:20.777 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-07T21:44:22.232Z[ recovery-image] Aug 07 21:44:20.789 INFO O| Aug 07 21:44:20.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59042026-08-07T21:44:22.232Z[ recovery-image] Aug 07 21:44:20.789 INFO O| Aug 07 21:44:20.789 INFO STEP 214 (remove_files) COMPLETE
59052026-08-07T21:44:22.232Z[ recovery-image] Aug 07 21:44:20.789 INFO O| Aug 07 21:44:20.789 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-07T21:44:22.241Z[ recovery-image] Aug 07 21:44:20.799 INFO O| Aug 07 21:44:20.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59072026-08-07T21:44:22.245Z[ recovery-image] Aug 07 21:44:20.800 INFO O| Aug 07 21:44:20.799 INFO STEP 215 (remove_files) COMPLETE
59082026-08-07T21:44:22.245Z[ recovery-image] Aug 07 21:44:20.800 INFO O| Aug 07 21:44:20.800 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-07T21:44:22.251Z[ recovery-image] Aug 07 21:44:20.808 INFO O| Aug 07 21:44:20.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59102026-08-07T21:44:22.254Z[ recovery-image] Aug 07 21:44:20.809 INFO O| Aug 07 21:44:20.809 INFO STEP 216 (remove_files) COMPLETE
59112026-08-07T21:44:22.254Z[ recovery-image] Aug 07 21:44:20.809 INFO O| Aug 07 21:44:20.809 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-07T21:44:22.261Z[ recovery-image] Aug 07 21:44:20.818 INFO O| Aug 07 21:44:20.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59132026-08-07T21:44:22.261Z[ recovery-image] Aug 07 21:44:20.818 INFO O| Aug 07 21:44:20.818 INFO STEP 217 (remove_files) COMPLETE
59142026-08-07T21:44:22.261Z[ recovery-image] Aug 07 21:44:20.818 INFO O| Aug 07 21:44:20.818 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-07T21:44:22.270Z[ recovery-image] Aug 07 21:44:20.827 INFO O| Aug 07 21:44:20.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59162026-08-07T21:44:22.270Z[ recovery-image] Aug 07 21:44:20.828 INFO O| Aug 07 21:44:20.828 INFO STEP 218 (remove_files) COMPLETE
59172026-08-07T21:44:22.270Z[ recovery-image] Aug 07 21:44:20.828 INFO O| Aug 07 21:44:20.828 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-07T21:44:22.279Z[ recovery-image] Aug 07 21:44:20.836 INFO O| Aug 07 21:44:20.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59192026-08-07T21:44:22.279Z[ recovery-image] Aug 07 21:44:20.837 INFO O| Aug 07 21:44:20.836 INFO STEP 219 (remove_files) COMPLETE
59202026-08-07T21:44:22.282Z[ recovery-image] Aug 07 21:44:20.837 INFO O| Aug 07 21:44:20.836 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-07T21:44:22.288Z[ recovery-image] Aug 07 21:44:20.845 INFO O| Aug 07 21:44:20.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59222026-08-07T21:44:22.288Z[ recovery-image] Aug 07 21:44:20.845 INFO O| Aug 07 21:44:20.845 INFO STEP 220 (remove_files) COMPLETE
59232026-08-07T21:44:22.288Z[ recovery-image] Aug 07 21:44:20.845 INFO O| Aug 07 21:44:20.845 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-07T21:44:22.299Z[ recovery-image] Aug 07 21:44:20.856 INFO O| Aug 07 21:44:20.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59252026-08-07T21:44:22.299Z[ recovery-image] Aug 07 21:44:20.856 INFO O| Aug 07 21:44:20.856 INFO STEP 221 (remove_files) COMPLETE
59262026-08-07T21:44:22.299Z[ recovery-image] Aug 07 21:44:20.856 INFO O| Aug 07 21:44:20.856 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-07T21:44:22.309Z[ recovery-image] Aug 07 21:44:20.866 INFO O| Aug 07 21:44:20.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59282026-08-07T21:44:22.309Z[ recovery-image] Aug 07 21:44:20.866 INFO O| Aug 07 21:44:20.866 INFO STEP 222 (remove_files) COMPLETE
59292026-08-07T21:44:22.310Z[ recovery-image] Aug 07 21:44:20.866 INFO O| Aug 07 21:44:20.866 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-07T21:44:22.320Z[ recovery-image] Aug 07 21:44:20.877 INFO O| Aug 07 21:44:20.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59312026-08-07T21:44:22.320Z[ recovery-image] Aug 07 21:44:20.877 INFO O| Aug 07 21:44:20.876 INFO STEP 223 (remove_files) COMPLETE
59322026-08-07T21:44:22.320Z[ recovery-image] Aug 07 21:44:20.877 INFO O| Aug 07 21:44:20.876 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-07T21:44:22.327Z[ recovery-image] Aug 07 21:44:20.885 INFO O| Aug 07 21:44:20.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59342026-08-07T21:44:22.327Z[ recovery-image] Aug 07 21:44:20.885 INFO O| Aug 07 21:44:20.885 INFO STEP 224 (remove_files) COMPLETE
59352026-08-07T21:44:22.327Z[ recovery-image] Aug 07 21:44:20.885 INFO O| Aug 07 21:44:20.885 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-07T21:44:22.336Z[ recovery-image] Aug 07 21:44:20.894 INFO O| Aug 07 21:44:20.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59372026-08-07T21:44:22.336Z[ recovery-image] Aug 07 21:44:20.894 INFO O| Aug 07 21:44:20.894 INFO STEP 225 (remove_files) COMPLETE
59382026-08-07T21:44:22.336Z[ recovery-image] Aug 07 21:44:20.894 INFO O| Aug 07 21:44:20.894 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-07T21:44:22.345Z[ recovery-image] Aug 07 21:44:20.902 INFO O| Aug 07 21:44:20.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59402026-08-07T21:44:22.345Z[ recovery-image] Aug 07 21:44:20.902 INFO O| Aug 07 21:44:20.902 INFO STEP 226 (remove_files) COMPLETE
59412026-08-07T21:44:22.345Z[ recovery-image] Aug 07 21:44:20.902 INFO O| Aug 07 21:44:20.902 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-07T21:44:22.355Z[ recovery-image] Aug 07 21:44:20.912 INFO O| Aug 07 21:44:20.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59432026-08-07T21:44:22.355Z[ recovery-image] Aug 07 21:44:20.913 INFO O| Aug 07 21:44:20.913 INFO STEP 227 (remove_files) COMPLETE
59442026-08-07T21:44:22.358Z[ recovery-image] Aug 07 21:44:20.913 INFO O| Aug 07 21:44:20.913 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-07T21:44:22.364Z[ recovery-image] Aug 07 21:44:20.921 INFO O| Aug 07 21:44:20.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59462026-08-07T21:44:22.364Z[ recovery-image] Aug 07 21:44:20.921 INFO O| Aug 07 21:44:20.921 INFO STEP 228 (remove_files) COMPLETE
59472026-08-07T21:44:22.364Z[ recovery-image] Aug 07 21:44:20.921 INFO O| Aug 07 21:44:20.921 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-07T21:44:22.371Z[verify-libraries] Compiling hex-literal v1.1.0
59492026-08-07T21:44:22.375Z[ recovery-image] Aug 07 21:44:20.933 INFO O| Aug 07 21:44:20.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59502026-08-07T21:44:22.380Z[ recovery-image] Aug 07 21:44:20.933 INFO O| Aug 07 21:44:20.933 INFO STEP 229 (remove_files) COMPLETE
59512026-08-07T21:44:22.380Z[ recovery-image] Aug 07 21:44:20.933 INFO O| Aug 07 21:44:20.933 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-07T21:44:22.390Z[ recovery-image] Aug 07 21:44:20.947 INFO O| Aug 07 21:44:20.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59532026-08-07T21:44:22.390Z[ recovery-image] Aug 07 21:44:20.947 INFO O| Aug 07 21:44:20.947 INFO STEP 230 (remove_files) COMPLETE
59542026-08-07T21:44:22.393Z[ recovery-image] Aug 07 21:44:20.947 INFO O| Aug 07 21:44:20.947 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-07T21:44:22.396Z[verify-libraries] Compiling sync-ptr v0.1.4
59562026-08-07T21:44:22.399Z[ recovery-image] Aug 07 21:44:20.956 INFO O| Aug 07 21:44:20.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59572026-08-07T21:44:22.399Z[ recovery-image] Aug 07 21:44:20.956 INFO O| Aug 07 21:44:20.956 INFO STEP 231 (remove_files) COMPLETE
59582026-08-07T21:44:22.399Z[ recovery-image] Aug 07 21:44:20.956 INFO O| Aug 07 21:44:20.956 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-07T21:44:22.410Z[ recovery-image] Aug 07 21:44:20.965 INFO O| Aug 07 21:44:20.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59602026-08-07T21:44:22.410Z[ recovery-image] Aug 07 21:44:20.965 INFO O| Aug 07 21:44:20.965 INFO STEP 232 (remove_files) COMPLETE
59612026-08-07T21:44:22.413Z[ recovery-image] Aug 07 21:44:20.965 INFO O| Aug 07 21:44:20.965 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-07T21:44:22.420Z[ recovery-image] Aug 07 21:44:20.975 INFO O| Aug 07 21:44:20.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59632026-08-07T21:44:22.420Z[ recovery-image] Aug 07 21:44:20.975 INFO O| Aug 07 21:44:20.975 INFO STEP 233 (remove_files) COMPLETE
59642026-08-07T21:44:22.420Z[ recovery-image] Aug 07 21:44:20.975 INFO O| Aug 07 21:44:20.975 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-07T21:44:22.426Z[ recovery-image] Aug 07 21:44:20.983 INFO O| Aug 07 21:44:20.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59662026-08-07T21:44:22.426Z[ recovery-image] Aug 07 21:44:20.983 INFO O| Aug 07 21:44:20.983 INFO STEP 234 (remove_files) COMPLETE
59672026-08-07T21:44:22.426Z[ recovery-image] Aug 07 21:44:20.983 INFO O| Aug 07 21:44:20.983 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-07T21:44:22.451Z[ recovery-image] Aug 07 21:44:21.008 INFO O| Aug 07 21:44:21.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59692026-08-07T21:44:22.452Z[ recovery-image] Aug 07 21:44:21.008 INFO O| Aug 07 21:44:21.007 INFO STEP 235 (remove_files) COMPLETE
59702026-08-07T21:44:22.452Z[ recovery-image] Aug 07 21:44:21.008 INFO O| Aug 07 21:44:21.007 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-07T21:44:22.465Z[verify-libraries] Compiling seq-macro v0.3.6
59722026-08-07T21:44:22.473Z[ recovery-image] Aug 07 21:44:21.030 INFO O| Aug 07 21:44:21.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59732026-08-07T21:44:22.473Z[ recovery-image] Aug 07 21:44:21.030 INFO O| Aug 07 21:44:21.030 INFO STEP 236 (remove_files) COMPLETE
59742026-08-07T21:44:22.473Z[ recovery-image] Aug 07 21:44:21.030 INFO O| Aug 07 21:44:21.030 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-07T21:44:22.499Z[ recovery-image] Aug 07 21:44:21.054 INFO O| Aug 07 21:44:21.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59762026-08-07T21:44:22.499Z[ recovery-image] Aug 07 21:44:21.054 INFO O| Aug 07 21:44:21.054 INFO STEP 237 (remove_files) COMPLETE
59772026-08-07T21:44:22.499Z[ recovery-image] Aug 07 21:44:21.054 INFO O| Aug 07 21:44:21.054 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-07T21:44:22.507Z[ recovery-image] Aug 07 21:44:21.064 INFO O| Aug 07 21:44:21.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59792026-08-07T21:44:22.507Z[ recovery-image] Aug 07 21:44:21.064 INFO O| Aug 07 21:44:21.064 INFO STEP 238 (remove_files) COMPLETE
59802026-08-07T21:44:22.507Z[ recovery-image] Aug 07 21:44:21.064 INFO O| Aug 07 21:44:21.064 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-07T21:44:22.516Z[ recovery-image] Aug 07 21:44:21.074 INFO O| Aug 07 21:44:21.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59822026-08-07T21:44:22.516Z[ recovery-image] Aug 07 21:44:21.074 INFO O| Aug 07 21:44:21.074 INFO STEP 239 (remove_files) COMPLETE
59832026-08-07T21:44:22.516Z[ recovery-image] Aug 07 21:44:21.074 INFO O| Aug 07 21:44:21.074 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-07T21:44:22.523Z[verify-libraries] Compiling md5 v0.8.0
59852026-08-07T21:44:22.526Z[ recovery-image] Aug 07 21:44:21.084 INFO O| Aug 07 21:44:21.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59862026-08-07T21:44:22.527Z[ recovery-image] Aug 07 21:44:21.084 INFO O| Aug 07 21:44:21.084 INFO STEP 240 (remove_files) COMPLETE
59872026-08-07T21:44:22.527Z[ recovery-image] Aug 07 21:44:21.084 INFO O| Aug 07 21:44:21.084 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-07T21:44:22.536Z[ recovery-image] Aug 07 21:44:21.093 INFO O| Aug 07 21:44:21.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59892026-08-07T21:44:22.536Z[ recovery-image] Aug 07 21:44:21.093 INFO O| Aug 07 21:44:21.093 INFO STEP 241 (remove_files) COMPLETE
59902026-08-07T21:44:22.536Z[ recovery-image] Aug 07 21:44:21.093 INFO O| Aug 07 21:44:21.093 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-07T21:44:22.544Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59922026-08-07T21:44:22.550Z[ recovery-image] Aug 07 21:44:21.103 INFO O| Aug 07 21:44:21.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59932026-08-07T21:44:22.550Z[ recovery-image] Aug 07 21:44:21.103 INFO O| Aug 07 21:44:21.103 INFO STEP 242 (remove_files) COMPLETE
59942026-08-07T21:44:22.550Z[ recovery-image] Aug 07 21:44:21.103 INFO O| Aug 07 21:44:21.103 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-07T21:44:22.555Z[ recovery-image] Aug 07 21:44:21.113 INFO O| Aug 07 21:44:21.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59962026-08-07T21:44:22.555Z[ recovery-image] Aug 07 21:44:21.113 INFO O| Aug 07 21:44:21.113 INFO STEP 243 (remove_files) COMPLETE
59972026-08-07T21:44:22.555Z[ recovery-image] Aug 07 21:44:21.113 INFO O| Aug 07 21:44:21.113 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-07T21:44:22.565Z[ recovery-image] Aug 07 21:44:21.122 INFO O| Aug 07 21:44:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59992026-08-07T21:44:22.565Z[ recovery-image] Aug 07 21:44:21.122 INFO O| Aug 07 21:44:21.122 INFO STEP 244 (remove_files) COMPLETE
60002026-08-07T21:44:22.565Z[ recovery-image] Aug 07 21:44:21.123 INFO O| Aug 07 21:44:21.122 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-07T21:44:22.574Z[ recovery-image] Aug 07 21:44:21.131 INFO O| Aug 07 21:44:21.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60022026-08-07T21:44:22.574Z[ recovery-image] Aug 07 21:44:21.131 INFO O| Aug 07 21:44:21.131 INFO STEP 245 (remove_files) COMPLETE
60032026-08-07T21:44:22.574Z[ recovery-image] Aug 07 21:44:21.131 INFO O| Aug 07 21:44:21.131 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-07T21:44:22.583Z[ recovery-image] Aug 07 21:44:21.140 INFO O| Aug 07 21:44:21.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60052026-08-07T21:44:22.583Z[ recovery-image] Aug 07 21:44:21.140 INFO O| Aug 07 21:44:21.140 INFO STEP 246 (remove_files) COMPLETE
60062026-08-07T21:44:22.583Z[ recovery-image] Aug 07 21:44:21.140 INFO O| Aug 07 21:44:21.140 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-07T21:44:22.605Z[ recovery-image] Aug 07 21:44:21.149 INFO O| Aug 07 21:44:21.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60082026-08-07T21:44:22.605Z[ recovery-image] Aug 07 21:44:21.149 INFO O| Aug 07 21:44:21.149 INFO STEP 247 (remove_files) COMPLETE
60092026-08-07T21:44:22.605Z[ recovery-image] Aug 07 21:44:21.149 INFO O| Aug 07 21:44:21.149 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-07T21:44:22.605Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
60112026-08-07T21:44:22.605Z[ recovery-image] Aug 07 21:44:21.159 INFO O| Aug 07 21:44:21.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60122026-08-07T21:44:22.605Z[ recovery-image] Aug 07 21:44:21.159 INFO O| Aug 07 21:44:21.159 INFO STEP 248 (remove_files) COMPLETE
60132026-08-07T21:44:22.605Z[ recovery-image] Aug 07 21:44:21.159 INFO O| Aug 07 21:44:21.159 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-07T21:44:22.612Z[ recovery-image] Aug 07 21:44:21.169 INFO O| Aug 07 21:44:21.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60152026-08-07T21:44:22.612Z[ recovery-image] Aug 07 21:44:21.169 INFO O| Aug 07 21:44:21.169 INFO STEP 249 (remove_files) COMPLETE
60162026-08-07T21:44:22.615Z[ recovery-image] Aug 07 21:44:21.169 INFO O| Aug 07 21:44:21.169 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-07T21:44:22.621Z[ recovery-image] Aug 07 21:44:21.178 INFO O| Aug 07 21:44:21.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60182026-08-07T21:44:22.621Z[ recovery-image] Aug 07 21:44:21.178 INFO O| Aug 07 21:44:21.178 INFO STEP 250 (remove_files) COMPLETE
60192026-08-07T21:44:22.621Z[ recovery-image] Aug 07 21:44:21.178 INFO O| Aug 07 21:44:21.178 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-07T21:44:22.631Z[ recovery-image] Aug 07 21:44:21.189 INFO O| Aug 07 21:44:21.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60212026-08-07T21:44:22.631Z[ recovery-image] Aug 07 21:44:21.189 INFO O| Aug 07 21:44:21.189 INFO STEP 251 (remove_files) COMPLETE
60222026-08-07T21:44:22.634Z[ recovery-image] Aug 07 21:44:21.189 INFO O| Aug 07 21:44:21.189 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-07T21:44:22.641Z[ recovery-image] Aug 07 21:44:21.198 INFO O| Aug 07 21:44:21.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60242026-08-07T21:44:22.641Z[ recovery-image] Aug 07 21:44:21.198 INFO O| Aug 07 21:44:21.198 INFO STEP 252 (remove_files) COMPLETE
60252026-08-07T21:44:22.645Z[ recovery-image] Aug 07 21:44:21.198 INFO O| Aug 07 21:44:21.198 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-07T21:44:22.650Z[ recovery-image] Aug 07 21:44:21.207 INFO O| Aug 07 21:44:21.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60272026-08-07T21:44:22.650Z[ recovery-image] Aug 07 21:44:21.207 INFO O| Aug 07 21:44:21.207 INFO STEP 253 (remove_files) COMPLETE
60282026-08-07T21:44:22.654Z[ recovery-image] Aug 07 21:44:21.207 INFO O| Aug 07 21:44:21.207 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-07T21:44:22.660Z[ recovery-image] Aug 07 21:44:21.218 INFO O| Aug 07 21:44:21.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60302026-08-07T21:44:22.661Z[ recovery-image] Aug 07 21:44:21.218 INFO O| Aug 07 21:44:21.218 INFO STEP 254 (remove_files) COMPLETE
60312026-08-07T21:44:22.661Z[ recovery-image] Aug 07 21:44:21.218 INFO O| Aug 07 21:44:21.218 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-07T21:44:22.671Z[ recovery-image] Aug 07 21:44:21.228 INFO O| Aug 07 21:44:21.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60332026-08-07T21:44:22.674Z[ recovery-image] Aug 07 21:44:21.229 INFO O| Aug 07 21:44:21.229 INFO STEP 255 (remove_files) COMPLETE
60342026-08-07T21:44:22.674Z[ recovery-image] Aug 07 21:44:21.229 INFO O| Aug 07 21:44:21.229 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-07T21:44:22.682Z[ recovery-image] Aug 07 21:44:21.239 INFO O| Aug 07 21:44:21.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60362026-08-07T21:44:22.682Z[ recovery-image] Aug 07 21:44:21.239 INFO O| Aug 07 21:44:21.239 INFO STEP 256 (remove_files) COMPLETE
60372026-08-07T21:44:22.682Z[ recovery-image] Aug 07 21:44:21.239 INFO O| Aug 07 21:44:21.239 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-07T21:44:22.692Z[ recovery-image] Aug 07 21:44:21.249 INFO O| Aug 07 21:44:21.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60392026-08-07T21:44:22.692Z[ recovery-image] Aug 07 21:44:21.249 INFO O| Aug 07 21:44:21.249 INFO STEP 257 (remove_files) COMPLETE
60402026-08-07T21:44:22.692Z[ recovery-image] Aug 07 21:44:21.249 INFO O| Aug 07 21:44:21.249 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-07T21:44:22.701Z[ recovery-image] Aug 07 21:44:21.258 INFO O| Aug 07 21:44:21.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60422026-08-07T21:44:22.701Z[ recovery-image] Aug 07 21:44:21.259 INFO O| Aug 07 21:44:21.259 INFO STEP 258 (remove_files) COMPLETE
60432026-08-07T21:44:22.701Z[ recovery-image] Aug 07 21:44:21.259 INFO O| Aug 07 21:44:21.259 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-07T21:44:22.711Z[ recovery-image] Aug 07 21:44:21.268 INFO O| Aug 07 21:44:21.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60452026-08-07T21:44:22.711Z[ recovery-image] Aug 07 21:44:21.268 INFO O| Aug 07 21:44:21.268 INFO STEP 259 (remove_files) COMPLETE
60462026-08-07T21:44:22.711Z[ recovery-image] Aug 07 21:44:21.268 INFO O| Aug 07 21:44:21.268 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-07T21:44:22.720Z[ recovery-image] Aug 07 21:44:21.278 INFO O| Aug 07 21:44:21.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60482026-08-07T21:44:22.720Z[ recovery-image] Aug 07 21:44:21.278 INFO O| Aug 07 21:44:21.278 INFO STEP 260 (remove_files) COMPLETE
60492026-08-07T21:44:22.720Z[ recovery-image] Aug 07 21:44:21.278 INFO O| Aug 07 21:44:21.278 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-07T21:44:22.729Z[ recovery-image] Aug 07 21:44:21.286 INFO O| Aug 07 21:44:21.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60512026-08-07T21:44:22.729Z[ recovery-image] Aug 07 21:44:21.287 INFO O| Aug 07 21:44:21.287 INFO STEP 261 (remove_files) COMPLETE
60522026-08-07T21:44:22.729Z[ recovery-image] Aug 07 21:44:21.287 INFO O| Aug 07 21:44:21.287 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-07T21:44:22.740Z[ recovery-image] Aug 07 21:44:21.297 INFO O| Aug 07 21:44:21.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60542026-08-07T21:44:22.740Z[ recovery-image] Aug 07 21:44:21.297 INFO O| Aug 07 21:44:21.297 INFO STEP 262 (remove_files) COMPLETE
60552026-08-07T21:44:22.743Z[ recovery-image] Aug 07 21:44:21.297 INFO O| Aug 07 21:44:21.297 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-07T21:44:22.750Z[ recovery-image] Aug 07 21:44:21.307 INFO O| Aug 07 21:44:21.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60572026-08-07T21:44:22.750Z[ recovery-image] Aug 07 21:44:21.307 INFO O| Aug 07 21:44:21.307 INFO STEP 263 (remove_files) COMPLETE
60582026-08-07T21:44:22.750Z[ recovery-image] Aug 07 21:44:21.307 INFO O| Aug 07 21:44:21.307 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-07T21:44:22.758Z[ recovery-image] Aug 07 21:44:21.315 INFO O| Aug 07 21:44:21.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60602026-08-07T21:44:22.758Z[ recovery-image] Aug 07 21:44:21.315 INFO O| Aug 07 21:44:21.315 INFO STEP 264 (remove_files) COMPLETE
60612026-08-07T21:44:22.758Z[ recovery-image] Aug 07 21:44:21.315 INFO O| Aug 07 21:44:21.315 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-07T21:44:22.766Z[ recovery-image] Aug 07 21:44:21.323 INFO O| Aug 07 21:44:21.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60632026-08-07T21:44:22.766Z[ recovery-image] Aug 07 21:44:21.323 INFO O| Aug 07 21:44:21.323 INFO STEP 265 (remove_files) COMPLETE
60642026-08-07T21:44:22.766Z[ recovery-image] Aug 07 21:44:21.323 INFO O| Aug 07 21:44:21.323 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-07T21:44:22.774Z[ recovery-image] Aug 07 21:44:21.331 INFO O| Aug 07 21:44:21.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60662026-08-07T21:44:22.774Z[ recovery-image] Aug 07 21:44:21.331 INFO O| Aug 07 21:44:21.331 INFO STEP 266 (remove_files) COMPLETE
60672026-08-07T21:44:22.774Z[ recovery-image] Aug 07 21:44:21.331 INFO O| Aug 07 21:44:21.331 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-07T21:44:22.781Z[ recovery-image] Aug 07 21:44:21.339 INFO O| Aug 07 21:44:21.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60692026-08-07T21:44:22.781Z[ recovery-image] Aug 07 21:44:21.339 INFO O| Aug 07 21:44:21.339 INFO STEP 267 (remove_files) COMPLETE
60702026-08-07T21:44:22.781Z[ recovery-image] Aug 07 21:44:21.339 INFO O| Aug 07 21:44:21.339 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-07T21:44:22.789Z[ recovery-image] Aug 07 21:44:21.347 INFO O| Aug 07 21:44:21.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60722026-08-07T21:44:22.789Z[ recovery-image] Aug 07 21:44:21.347 INFO O| Aug 07 21:44:21.347 INFO STEP 268 (remove_files) COMPLETE
60732026-08-07T21:44:22.789Z[ recovery-image] Aug 07 21:44:21.347 INFO O| Aug 07 21:44:21.347 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-07T21:44:22.799Z[ recovery-image] Aug 07 21:44:21.356 INFO O| Aug 07 21:44:21.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60752026-08-07T21:44:22.799Z[ recovery-image] Aug 07 21:44:21.356 INFO O| Aug 07 21:44:21.356 INFO STEP 269 (remove_files) COMPLETE
60762026-08-07T21:44:22.799Z[ recovery-image] Aug 07 21:44:21.356 INFO O| Aug 07 21:44:21.356 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-07T21:44:22.810Z[ recovery-image] Aug 07 21:44:21.367 INFO O| Aug 07 21:44:21.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60782026-08-07T21:44:22.810Z[ recovery-image] Aug 07 21:44:21.367 INFO O| Aug 07 21:44:21.367 INFO STEP 270 (remove_files) COMPLETE
60792026-08-07T21:44:22.810Z[ recovery-image] Aug 07 21:44:21.367 INFO O| Aug 07 21:44:21.367 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-07T21:44:22.820Z[ recovery-image] Aug 07 21:44:21.377 INFO O| Aug 07 21:44:21.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60812026-08-07T21:44:22.820Z[ recovery-image] Aug 07 21:44:21.377 INFO O| Aug 07 21:44:21.377 INFO STEP 271 (remove_files) COMPLETE
60822026-08-07T21:44:22.820Z[ recovery-image] Aug 07 21:44:21.377 INFO O| Aug 07 21:44:21.377 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-07T21:44:22.829Z[ recovery-image] Aug 07 21:44:21.386 INFO O| Aug 07 21:44:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60842026-08-07T21:44:22.829Z[ recovery-image] Aug 07 21:44:21.387 INFO O| Aug 07 21:44:21.387 INFO STEP 272 (remove_files) COMPLETE
60852026-08-07T21:44:22.829Z[ recovery-image] Aug 07 21:44:21.387 INFO O| Aug 07 21:44:21.387 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-07T21:44:22.838Z[ recovery-image] Aug 07 21:44:21.395 INFO O| Aug 07 21:44:21.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60872026-08-07T21:44:22.838Z[ recovery-image] Aug 07 21:44:21.395 INFO O| Aug 07 21:44:21.395 INFO STEP 273 (remove_files) COMPLETE
60882026-08-07T21:44:22.841Z[ recovery-image] Aug 07 21:44:21.395 INFO O| Aug 07 21:44:21.395 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-07T21:44:22.847Z[ recovery-image] Aug 07 21:44:21.404 INFO O| Aug 07 21:44:21.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60902026-08-07T21:44:22.847Z[ recovery-image] Aug 07 21:44:21.404 INFO O| Aug 07 21:44:21.404 INFO STEP 274 (remove_files) COMPLETE
60912026-08-07T21:44:22.850Z[ recovery-image] Aug 07 21:44:21.404 INFO O| Aug 07 21:44:21.404 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-07T21:44:22.856Z[ recovery-image] Aug 07 21:44:21.413 INFO O| Aug 07 21:44:21.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60932026-08-07T21:44:22.856Z[ recovery-image] Aug 07 21:44:21.413 INFO O| Aug 07 21:44:21.413 INFO STEP 275 (remove_files) COMPLETE
60942026-08-07T21:44:22.859Z[ recovery-image] Aug 07 21:44:21.413 INFO O| Aug 07 21:44:21.413 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-07T21:44:22.866Z[ recovery-image] Aug 07 21:44:21.423 INFO O| Aug 07 21:44:21.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60962026-08-07T21:44:22.866Z[ recovery-image] Aug 07 21:44:21.423 INFO O| Aug 07 21:44:21.423 INFO STEP 276 (remove_files) COMPLETE
60972026-08-07T21:44:22.866Z[ recovery-image] Aug 07 21:44:21.423 INFO O| Aug 07 21:44:21.423 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-07T21:44:22.876Z[ recovery-image] Aug 07 21:44:21.433 INFO O| Aug 07 21:44:21.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60992026-08-07T21:44:22.876Z[ recovery-image] Aug 07 21:44:21.434 INFO O| Aug 07 21:44:21.434 INFO STEP 277 (remove_files) COMPLETE
61002026-08-07T21:44:22.876Z[ recovery-image] Aug 07 21:44:21.434 INFO O| Aug 07 21:44:21.434 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-07T21:44:22.881Z[verify-libraries] Compiling russh v0.62.4
61022026-08-07T21:44:22.886Z[ recovery-image] Aug 07 21:44:21.443 INFO O| Aug 07 21:44:21.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61032026-08-07T21:44:22.886Z[ recovery-image] Aug 07 21:44:21.443 INFO O| Aug 07 21:44:21.443 INFO STEP 278 (remove_files) COMPLETE
61042026-08-07T21:44:22.889Z[ recovery-image] Aug 07 21:44:21.443 INFO O| Aug 07 21:44:21.443 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-07T21:44:22.903Z[ recovery-image] Aug 07 21:44:21.461 INFO O| Aug 07 21:44:21.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61062026-08-07T21:44:22.904Z[ recovery-image] Aug 07 21:44:21.461 INFO O| Aug 07 21:44:21.458 INFO STEP 279 (remove_files) COMPLETE
61072026-08-07T21:44:22.907Z[ recovery-image] Aug 07 21:44:21.461 INFO O| Aug 07 21:44:21.458 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-07T21:44:22.913Z[ recovery-image] Aug 07 21:44:21.471 INFO O| Aug 07 21:44:21.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61092026-08-07T21:44:22.913Z[ recovery-image] Aug 07 21:44:21.471 INFO O| Aug 07 21:44:21.471 INFO STEP 280 (remove_files) COMPLETE
61102026-08-07T21:44:22.913Z[ recovery-image] Aug 07 21:44:21.471 INFO O| Aug 07 21:44:21.471 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-07T21:44:22.921Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
61122026-08-07T21:44:22.924Z[ recovery-image] Aug 07 21:44:21.481 INFO O| Aug 07 21:44:21.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61132026-08-07T21:44:22.925Z[ recovery-image] Aug 07 21:44:21.481 INFO O| Aug 07 21:44:21.481 INFO STEP 281 (remove_files) COMPLETE
61142026-08-07T21:44:22.925Z[ recovery-image] Aug 07 21:44:21.481 INFO O| Aug 07 21:44:21.481 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-07T21:44:22.932Z[ recovery-image] Aug 07 21:44:21.490 INFO O| Aug 07 21:44:21.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61162026-08-07T21:44:22.932Z[ recovery-image] Aug 07 21:44:21.490 INFO O| Aug 07 21:44:21.490 INFO STEP 282 (remove_files) COMPLETE
61172026-08-07T21:44:22.932Z[ recovery-image] Aug 07 21:44:21.490 INFO O| Aug 07 21:44:21.490 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-07T21:44:22.944Z[ recovery-image] Aug 07 21:44:21.501 INFO O| Aug 07 21:44:21.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61192026-08-07T21:44:22.944Z[ recovery-image] Aug 07 21:44:21.501 INFO O| Aug 07 21:44:21.500 INFO STEP 283 (remove_files) COMPLETE
61202026-08-07T21:44:22.944Z[ recovery-image] Aug 07 21:44:21.501 INFO O| Aug 07 21:44:21.500 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-07T21:44:22.951Z[ recovery-image] Aug 07 21:44:21.509 INFO O| Aug 07 21:44:21.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61222026-08-07T21:44:22.952Z[ recovery-image] Aug 07 21:44:21.509 INFO O| Aug 07 21:44:21.509 INFO STEP 284 (remove_files) COMPLETE
61232026-08-07T21:44:22.952Z[ recovery-image] Aug 07 21:44:21.509 INFO O| Aug 07 21:44:21.509 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-07T21:44:22.960Z[ recovery-image] Aug 07 21:44:21.518 INFO O| Aug 07 21:44:21.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61252026-08-07T21:44:22.960Z[ recovery-image] Aug 07 21:44:21.518 INFO O| Aug 07 21:44:21.518 INFO STEP 285 (remove_files) COMPLETE
61262026-08-07T21:44:22.960Z[ recovery-image] Aug 07 21:44:21.518 INFO O| Aug 07 21:44:21.518 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-07T21:44:22.971Z[ recovery-image] Aug 07 21:44:21.528 INFO O| Aug 07 21:44:21.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61282026-08-07T21:44:22.974Z[ recovery-image] Aug 07 21:44:21.529 INFO O| Aug 07 21:44:21.529 INFO STEP 286 (remove_files) COMPLETE
61292026-08-07T21:44:22.974Z[ recovery-image] Aug 07 21:44:21.529 INFO O| Aug 07 21:44:21.529 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-07T21:44:22.982Z[ recovery-image] Aug 07 21:44:21.539 INFO O| Aug 07 21:44:21.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61312026-08-07T21:44:22.982Z[ recovery-image] Aug 07 21:44:21.539 INFO O| Aug 07 21:44:21.539 INFO STEP 287 (remove_files) COMPLETE
61322026-08-07T21:44:22.982Z[ recovery-image] Aug 07 21:44:21.539 INFO O| Aug 07 21:44:21.539 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-07T21:44:22.991Z[ recovery-image] Aug 07 21:44:21.549 INFO O| Aug 07 21:44:21.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61342026-08-07T21:44:22.991Z[ recovery-image] Aug 07 21:44:21.549 INFO O| Aug 07 21:44:21.549 INFO STEP 288 (remove_files) COMPLETE
61352026-08-07T21:44:22.991Z[ recovery-image] Aug 07 21:44:21.549 INFO O| Aug 07 21:44:21.549 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-07T21:44:23.000Z[ recovery-image] Aug 07 21:44:21.558 INFO O| Aug 07 21:44:21.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61372026-08-07T21:44:23.000Z[ recovery-image] Aug 07 21:44:21.558 INFO O| Aug 07 21:44:21.558 INFO STEP 289 (remove_files) COMPLETE
61382026-08-07T21:44:23.000Z[ recovery-image] Aug 07 21:44:21.558 INFO O| Aug 07 21:44:21.558 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-07T21:44:23.010Z[ recovery-image] Aug 07 21:44:21.568 INFO O| Aug 07 21:44:21.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61402026-08-07T21:44:23.010Z[ recovery-image] Aug 07 21:44:21.568 INFO O| Aug 07 21:44:21.568 INFO STEP 290 (remove_files) COMPLETE
61412026-08-07T21:44:23.013Z[ recovery-image] Aug 07 21:44:21.568 INFO O| Aug 07 21:44:21.568 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-07T21:44:23.020Z[ recovery-image] Aug 07 21:44:21.578 INFO O| Aug 07 21:44:21.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61432026-08-07T21:44:23.020Z[ recovery-image] Aug 07 21:44:21.578 INFO O| Aug 07 21:44:21.578 INFO STEP 291 (remove_files) COMPLETE
61442026-08-07T21:44:23.020Z[ recovery-image] Aug 07 21:44:21.578 INFO O| Aug 07 21:44:21.578 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-07T21:44:23.030Z[ recovery-image] Aug 07 21:44:21.588 INFO O| Aug 07 21:44:21.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61462026-08-07T21:44:23.030Z[ recovery-image] Aug 07 21:44:21.588 INFO O| Aug 07 21:44:21.588 INFO STEP 292 (remove_files) COMPLETE
61472026-08-07T21:44:23.030Z[ recovery-image] Aug 07 21:44:21.588 INFO O| Aug 07 21:44:21.588 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-07T21:44:23.040Z[ recovery-image] Aug 07 21:44:21.598 INFO O| Aug 07 21:44:21.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61492026-08-07T21:44:23.040Z[ recovery-image] Aug 07 21:44:21.598 INFO O| Aug 07 21:44:21.598 INFO STEP 293 (remove_files) COMPLETE
61502026-08-07T21:44:23.040Z[ recovery-image] Aug 07 21:44:21.598 INFO O| Aug 07 21:44:21.598 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-07T21:44:23.049Z[ recovery-image] Aug 07 21:44:21.606 INFO O| Aug 07 21:44:21.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61522026-08-07T21:44:23.049Z[ recovery-image] Aug 07 21:44:21.606 INFO O| Aug 07 21:44:21.606 INFO STEP 294 (remove_files) COMPLETE
61532026-08-07T21:44:23.049Z[ recovery-image] Aug 07 21:44:21.606 INFO O| Aug 07 21:44:21.606 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-07T21:44:23.057Z[ recovery-image] Aug 07 21:44:21.615 INFO O| Aug 07 21:44:21.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61552026-08-07T21:44:23.057Z[ recovery-image] Aug 07 21:44:21.615 INFO O| Aug 07 21:44:21.615 INFO STEP 295 (remove_files) COMPLETE
61562026-08-07T21:44:23.057Z[ recovery-image] Aug 07 21:44:21.615 INFO O| Aug 07 21:44:21.615 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-07T21:44:23.068Z[ recovery-image] Aug 07 21:44:21.623 INFO O| Aug 07 21:44:21.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61582026-08-07T21:44:23.068Z[ recovery-image] Aug 07 21:44:21.624 INFO O| Aug 07 21:44:21.624 INFO STEP 296 (remove_files) COMPLETE
61592026-08-07T21:44:23.068Z[ recovery-image] Aug 07 21:44:21.624 INFO O| Aug 07 21:44:21.624 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-07T21:44:23.076Z[ recovery-image] Aug 07 21:44:21.632 INFO O| Aug 07 21:44:21.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61612026-08-07T21:44:23.076Z[ recovery-image] Aug 07 21:44:21.632 INFO O| Aug 07 21:44:21.632 INFO STEP 297 (remove_files) COMPLETE
61622026-08-07T21:44:23.076Z[ recovery-image] Aug 07 21:44:21.632 INFO O| Aug 07 21:44:21.632 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-07T21:44:23.084Z[ recovery-image] Aug 07 21:44:21.641 INFO O| Aug 07 21:44:21.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61642026-08-07T21:44:23.084Z[ recovery-image] Aug 07 21:44:21.641 INFO O| Aug 07 21:44:21.641 INFO STEP 298 (remove_files) COMPLETE
61652026-08-07T21:44:23.084Z[ recovery-image] Aug 07 21:44:21.641 INFO O| Aug 07 21:44:21.641 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-07T21:44:23.095Z[ recovery-image] Aug 07 21:44:21.651 INFO O| Aug 07 21:44:21.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61672026-08-07T21:44:23.095Z[ recovery-image] Aug 07 21:44:21.651 INFO O| Aug 07 21:44:21.651 INFO STEP 299 (remove_files) COMPLETE
61682026-08-07T21:44:23.095Z[ recovery-image] Aug 07 21:44:21.651 INFO O| Aug 07 21:44:21.651 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-07T21:44:23.104Z[ recovery-image] Aug 07 21:44:21.661 INFO O| Aug 07 21:44:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61702026-08-07T21:44:23.104Z[ recovery-image] Aug 07 21:44:21.661 INFO O| Aug 07 21:44:21.661 INFO STEP 300 (remove_files) COMPLETE
61712026-08-07T21:44:23.104Z[ recovery-image] Aug 07 21:44:21.661 INFO O| Aug 07 21:44:21.661 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-07T21:44:23.114Z[ recovery-image] Aug 07 21:44:21.671 INFO O| Aug 07 21:44:21.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61732026-08-07T21:44:23.114Z[ recovery-image] Aug 07 21:44:21.671 INFO O| Aug 07 21:44:21.671 INFO STEP 301 (remove_files) COMPLETE
61742026-08-07T21:44:23.114Z[ recovery-image] Aug 07 21:44:21.671 INFO O| Aug 07 21:44:21.671 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-07T21:44:23.124Z[ recovery-image] Aug 07 21:44:21.682 INFO O| Aug 07 21:44:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61762026-08-07T21:44:23.124Z[ recovery-image] Aug 07 21:44:21.682 INFO O| Aug 07 21:44:21.682 INFO STEP 302 (remove_files) COMPLETE
61772026-08-07T21:44:23.124Z[ recovery-image] Aug 07 21:44:21.682 INFO O| Aug 07 21:44:21.682 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-07T21:44:23.134Z[ recovery-image] Aug 07 21:44:21.691 INFO O| Aug 07 21:44:21.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61792026-08-07T21:44:23.134Z[ recovery-image] Aug 07 21:44:21.691 INFO O| Aug 07 21:44:21.691 INFO STEP 303 (remove_files) COMPLETE
61802026-08-07T21:44:23.134Z[ recovery-image] Aug 07 21:44:21.691 INFO O| Aug 07 21:44:21.691 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-07T21:44:23.145Z[ recovery-image] Aug 07 21:44:21.703 INFO O| Aug 07 21:44:21.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61822026-08-07T21:44:23.146Z[ recovery-image] Aug 07 21:44:21.703 INFO O| Aug 07 21:44:21.703 INFO STEP 304 (remove_files) COMPLETE
61832026-08-07T21:44:23.146Z[ recovery-image] Aug 07 21:44:21.703 INFO O| Aug 07 21:44:21.703 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-07T21:44:23.155Z[ recovery-image] Aug 07 21:44:21.712 INFO O| Aug 07 21:44:21.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61852026-08-07T21:44:23.155Z[ recovery-image] Aug 07 21:44:21.712 INFO O| Aug 07 21:44:21.712 INFO STEP 305 (remove_files) COMPLETE
61862026-08-07T21:44:23.155Z[ recovery-image] Aug 07 21:44:21.712 INFO O| Aug 07 21:44:21.712 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-07T21:44:23.166Z[ recovery-image] Aug 07 21:44:21.722 INFO O| Aug 07 21:44:21.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61882026-08-07T21:44:23.166Z[ recovery-image] Aug 07 21:44:21.722 INFO O| Aug 07 21:44:21.722 INFO STEP 306 (remove_files) COMPLETE
61892026-08-07T21:44:23.169Z[ recovery-image] Aug 07 21:44:21.722 INFO O| Aug 07 21:44:21.722 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-07T21:44:23.169Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61912026-08-07T21:44:23.174Z[ recovery-image] Aug 07 21:44:21.732 INFO O| Aug 07 21:44:21.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61922026-08-07T21:44:23.174Z[ recovery-image] Aug 07 21:44:21.732 INFO O| Aug 07 21:44:21.732 INFO STEP 307 (remove_files) COMPLETE
61932026-08-07T21:44:23.174Z[ recovery-image] Aug 07 21:44:21.732 INFO O| Aug 07 21:44:21.732 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-07T21:44:23.185Z[ recovery-image] Aug 07 21:44:21.742 INFO O| Aug 07 21:44:21.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61952026-08-07T21:44:23.185Z[ recovery-image] Aug 07 21:44:21.742 INFO O| Aug 07 21:44:21.742 INFO STEP 308 (remove_files) COMPLETE
61962026-08-07T21:44:23.185Z[ recovery-image] Aug 07 21:44:21.742 INFO O| Aug 07 21:44:21.742 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-07T21:44:23.194Z[ recovery-image] Aug 07 21:44:21.751 INFO O| Aug 07 21:44:21.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61982026-08-07T21:44:23.194Z[ recovery-image] Aug 07 21:44:21.751 INFO O| Aug 07 21:44:21.751 INFO STEP 309 (remove_files) COMPLETE
61992026-08-07T21:44:23.194Z[ recovery-image] Aug 07 21:44:21.751 INFO O| Aug 07 21:44:21.751 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-07T21:44:23.203Z[ recovery-image] Aug 07 21:44:21.761 INFO O| Aug 07 21:44:21.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62012026-08-07T21:44:23.203Z[ recovery-image] Aug 07 21:44:21.761 INFO O| Aug 07 21:44:21.761 INFO STEP 310 (remove_files) COMPLETE
62022026-08-07T21:44:23.203Z[ recovery-image] Aug 07 21:44:21.761 INFO O| Aug 07 21:44:21.761 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-07T21:44:23.213Z[ recovery-image] Aug 07 21:44:21.771 INFO O| Aug 07 21:44:21.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62042026-08-07T21:44:23.213Z[ recovery-image] Aug 07 21:44:21.771 INFO O| Aug 07 21:44:21.771 INFO STEP 311 (remove_files) COMPLETE
62052026-08-07T21:44:23.217Z[ recovery-image] Aug 07 21:44:21.771 INFO O| Aug 07 21:44:21.771 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-07T21:44:23.224Z[ recovery-image] Aug 07 21:44:21.781 INFO O| Aug 07 21:44:21.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62072026-08-07T21:44:23.224Z[ recovery-image] Aug 07 21:44:21.781 INFO O| Aug 07 21:44:21.781 INFO STEP 312 (remove_files) COMPLETE
62082026-08-07T21:44:23.227Z[ recovery-image] Aug 07 21:44:21.781 INFO O| Aug 07 21:44:21.781 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-07T21:44:23.233Z[ recovery-image] Aug 07 21:44:21.791 INFO O| Aug 07 21:44:21.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62102026-08-07T21:44:23.233Z[ recovery-image] Aug 07 21:44:21.791 INFO O| Aug 07 21:44:21.791 INFO STEP 313 (remove_files) COMPLETE
62112026-08-07T21:44:23.233Z[ recovery-image] Aug 07 21:44:21.791 INFO O| Aug 07 21:44:21.791 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-07T21:44:23.242Z[ recovery-image] Aug 07 21:44:21.800 INFO O| Aug 07 21:44:21.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62132026-08-07T21:44:23.242Z[ recovery-image] Aug 07 21:44:21.800 INFO O| Aug 07 21:44:21.800 INFO STEP 314 (remove_files) COMPLETE
62142026-08-07T21:44:23.245Z[ recovery-image] Aug 07 21:44:21.800 INFO O| Aug 07 21:44:21.800 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-07T21:44:23.252Z[ recovery-image] Aug 07 21:44:21.809 INFO O| Aug 07 21:44:21.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62162026-08-07T21:44:23.252Z[ recovery-image] Aug 07 21:44:21.809 INFO O| Aug 07 21:44:21.809 INFO STEP 315 (remove_files) COMPLETE
62172026-08-07T21:44:23.256Z[ recovery-image] Aug 07 21:44:21.809 INFO O| Aug 07 21:44:21.809 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-07T21:44:23.261Z[ recovery-image] Aug 07 21:44:21.819 INFO O| Aug 07 21:44:21.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62192026-08-07T21:44:23.261Z[ recovery-image] Aug 07 21:44:21.819 INFO O| Aug 07 21:44:21.819 INFO STEP 316 (remove_files) COMPLETE
62202026-08-07T21:44:23.264Z[ recovery-image] Aug 07 21:44:21.819 INFO O| Aug 07 21:44:21.819 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-07T21:44:23.271Z[ recovery-image] Aug 07 21:44:21.828 INFO O| Aug 07 21:44:21.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62222026-08-07T21:44:23.271Z[ recovery-image] Aug 07 21:44:21.828 INFO O| Aug 07 21:44:21.828 INFO STEP 317 (remove_files) COMPLETE
62232026-08-07T21:44:23.271Z[ recovery-image] Aug 07 21:44:21.828 INFO O| Aug 07 21:44:21.828 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-07T21:44:23.280Z[ recovery-image] Aug 07 21:44:21.837 INFO O| Aug 07 21:44:21.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62252026-08-07T21:44:23.280Z[ recovery-image] Aug 07 21:44:21.837 INFO O| Aug 07 21:44:21.837 INFO STEP 318 (remove_files) COMPLETE
62262026-08-07T21:44:23.280Z[ recovery-image] Aug 07 21:44:21.837 INFO O| Aug 07 21:44:21.837 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-07T21:44:23.291Z[ recovery-image] Aug 07 21:44:21.849 INFO O| Aug 07 21:44:21.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62282026-08-07T21:44:23.291Z[ recovery-image] Aug 07 21:44:21.849 INFO O| Aug 07 21:44:21.849 INFO STEP 319 (remove_files) COMPLETE
62292026-08-07T21:44:23.291Z[ recovery-image] Aug 07 21:44:21.849 INFO O| Aug 07 21:44:21.849 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-07T21:44:23.302Z[ recovery-image] Aug 07 21:44:21.860 INFO O| Aug 07 21:44:21.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62312026-08-07T21:44:23.302Z[ recovery-image] Aug 07 21:44:21.860 INFO O| Aug 07 21:44:21.860 INFO STEP 320 (remove_files) COMPLETE
62322026-08-07T21:44:23.302Z[ recovery-image] Aug 07 21:44:21.860 INFO O| Aug 07 21:44:21.860 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-07T21:44:23.312Z[ recovery-image] Aug 07 21:44:21.870 INFO O| Aug 07 21:44:21.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62342026-08-07T21:44:23.312Z[ recovery-image] Aug 07 21:44:21.870 INFO O| Aug 07 21:44:21.870 INFO STEP 321 (remove_files) COMPLETE
62352026-08-07T21:44:23.315Z[ recovery-image] Aug 07 21:44:21.870 INFO O| Aug 07 21:44:21.870 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-07T21:44:23.319Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62372026-08-07T21:44:23.322Z[ recovery-image] Aug 07 21:44:21.880 INFO O| Aug 07 21:44:21.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62382026-08-07T21:44:23.322Z[ recovery-image] Aug 07 21:44:21.880 INFO O| Aug 07 21:44:21.880 INFO STEP 322 (remove_files) COMPLETE
62392026-08-07T21:44:23.325Z[ recovery-image] Aug 07 21:44:21.880 INFO O| Aug 07 21:44:21.880 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-07T21:44:23.332Z[ recovery-image] Aug 07 21:44:21.889 INFO O| Aug 07 21:44:21.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62412026-08-07T21:44:23.332Z[ recovery-image] Aug 07 21:44:21.889 INFO O| Aug 07 21:44:21.889 INFO STEP 323 (remove_files) COMPLETE
62422026-08-07T21:44:23.332Z[ recovery-image] Aug 07 21:44:21.889 INFO O| Aug 07 21:44:21.889 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-07T21:44:23.346Z[ recovery-image] Aug 07 21:44:21.899 INFO O| Aug 07 21:44:21.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62442026-08-07T21:44:23.346Z[ recovery-image] Aug 07 21:44:21.899 INFO O| Aug 07 21:44:21.899 INFO STEP 324 (remove_files) COMPLETE
62452026-08-07T21:44:23.349Z[ recovery-image] Aug 07 21:44:21.899 INFO O| Aug 07 21:44:21.899 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-07T21:44:23.352Z[ recovery-image] Aug 07 21:44:21.908 INFO O| Aug 07 21:44:21.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62472026-08-07T21:44:23.352Z[ recovery-image] Aug 07 21:44:21.908 INFO O| Aug 07 21:44:21.908 INFO STEP 325 (remove_files) COMPLETE
62482026-08-07T21:44:23.352Z[ recovery-image] Aug 07 21:44:21.908 INFO O| Aug 07 21:44:21.908 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-07T21:44:23.359Z[ recovery-image] Aug 07 21:44:21.916 INFO O| Aug 07 21:44:21.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62502026-08-07T21:44:23.361Z[ recovery-image] Aug 07 21:44:21.917 INFO O| Aug 07 21:44:21.917 INFO STEP 326 (remove_files) COMPLETE
62512026-08-07T21:44:23.362Z[ recovery-image] Aug 07 21:44:21.917 INFO O| Aug 07 21:44:21.917 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-07T21:44:23.369Z[ recovery-image] Aug 07 21:44:21.927 INFO O| Aug 07 21:44:21.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62532026-08-07T21:44:23.369Z[ recovery-image] Aug 07 21:44:21.927 INFO O| Aug 07 21:44:21.927 INFO STEP 327 (remove_files) COMPLETE
62542026-08-07T21:44:23.369Z[ recovery-image] Aug 07 21:44:21.927 INFO O| Aug 07 21:44:21.927 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-07T21:44:23.379Z[ recovery-image] Aug 07 21:44:21.936 INFO O| Aug 07 21:44:21.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62562026-08-07T21:44:23.379Z[ recovery-image] Aug 07 21:44:21.936 INFO O| Aug 07 21:44:21.936 INFO STEP 328 (remove_files) COMPLETE
62572026-08-07T21:44:23.379Z[ recovery-image] Aug 07 21:44:21.936 INFO O| Aug 07 21:44:21.936 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-07T21:44:23.388Z[ recovery-image] Aug 07 21:44:21.946 INFO O| Aug 07 21:44:21.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62592026-08-07T21:44:23.388Z[ recovery-image] Aug 07 21:44:21.946 INFO O| Aug 07 21:44:21.946 INFO STEP 329 (remove_files) COMPLETE
62602026-08-07T21:44:23.388Z[ recovery-image] Aug 07 21:44:21.946 INFO O| Aug 07 21:44:21.946 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-07T21:44:23.397Z[ recovery-image] Aug 07 21:44:21.955 INFO O| Aug 07 21:44:21.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62622026-08-07T21:44:23.397Z[ recovery-image] Aug 07 21:44:21.955 INFO O| Aug 07 21:44:21.955 INFO STEP 330 (remove_files) COMPLETE
62632026-08-07T21:44:23.400Z[ recovery-image] Aug 07 21:44:21.955 INFO O| Aug 07 21:44:21.955 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-07T21:44:23.406Z[ recovery-image] Aug 07 21:44:21.964 INFO O| Aug 07 21:44:21.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62652026-08-07T21:44:23.406Z[ recovery-image] Aug 07 21:44:21.964 INFO O| Aug 07 21:44:21.964 INFO STEP 331 (remove_files) COMPLETE
62662026-08-07T21:44:23.406Z[ recovery-image] Aug 07 21:44:21.964 INFO O| Aug 07 21:44:21.964 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-07T21:44:23.415Z[ recovery-image] Aug 07 21:44:21.973 INFO O| Aug 07 21:44:21.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62682026-08-07T21:44:23.415Z[ recovery-image] Aug 07 21:44:21.973 INFO O| Aug 07 21:44:21.973 INFO STEP 332 (remove_files) COMPLETE
62692026-08-07T21:44:23.415Z[ recovery-image] Aug 07 21:44:21.973 INFO O| Aug 07 21:44:21.973 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-07T21:44:23.424Z[ recovery-image] Aug 07 21:44:21.982 INFO O| Aug 07 21:44:21.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62712026-08-07T21:44:23.424Z[ recovery-image] Aug 07 21:44:21.982 INFO O| Aug 07 21:44:21.982 INFO STEP 333 (remove_files) COMPLETE
62722026-08-07T21:44:23.424Z[ recovery-image] Aug 07 21:44:21.982 INFO O| Aug 07 21:44:21.982 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-07T21:44:23.434Z[ recovery-image] Aug 07 21:44:21.992 INFO O| Aug 07 21:44:21.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62742026-08-07T21:44:23.435Z[ recovery-image] Aug 07 21:44:21.992 INFO O| Aug 07 21:44:21.992 INFO STEP 334 (remove_files) COMPLETE
62752026-08-07T21:44:23.435Z[ recovery-image] Aug 07 21:44:21.992 INFO O| Aug 07 21:44:21.992 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-07T21:44:23.445Z[ recovery-image] Aug 07 21:44:22.002 INFO O| Aug 07 21:44:22.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62772026-08-07T21:44:23.445Z[ recovery-image] Aug 07 21:44:22.002 INFO O| Aug 07 21:44:22.002 INFO STEP 335 (remove_files) COMPLETE
62782026-08-07T21:44:23.445Z[ recovery-image] Aug 07 21:44:22.002 INFO O| Aug 07 21:44:22.002 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-07T21:44:23.455Z[ recovery-image] Aug 07 21:44:22.012 INFO O| Aug 07 21:44:22.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62802026-08-07T21:44:23.455Z[ recovery-image] Aug 07 21:44:22.013 INFO O| Aug 07 21:44:22.012 INFO STEP 336 (remove_files) COMPLETE
62812026-08-07T21:44:23.455Z[ recovery-image] Aug 07 21:44:22.013 INFO O| Aug 07 21:44:22.013 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-07T21:44:23.464Z[ recovery-image] Aug 07 21:44:22.022 INFO O| Aug 07 21:44:22.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62832026-08-07T21:44:23.464Z[ recovery-image] Aug 07 21:44:22.022 INFO O| Aug 07 21:44:22.022 INFO STEP 337 (remove_files) COMPLETE
62842026-08-07T21:44:23.464Z[ recovery-image] Aug 07 21:44:22.022 INFO O| Aug 07 21:44:22.022 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-07T21:44:23.476Z[ recovery-image] Aug 07 21:44:22.031 INFO O| Aug 07 21:44:22.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62862026-08-07T21:44:23.476Z[ recovery-image] Aug 07 21:44:22.031 INFO O| Aug 07 21:44:22.031 INFO STEP 338 (remove_files) COMPLETE
62872026-08-07T21:44:23.476Z[ recovery-image] Aug 07 21:44:22.031 INFO O| Aug 07 21:44:22.031 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-07T21:44:23.484Z[ recovery-image] Aug 07 21:44:22.042 INFO O| Aug 07 21:44:22.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62892026-08-07T21:44:23.485Z[ recovery-image] Aug 07 21:44:22.042 INFO O| Aug 07 21:44:22.042 INFO STEP 339 (remove_files) COMPLETE
62902026-08-07T21:44:23.487Z[ recovery-image] Aug 07 21:44:22.042 INFO O| Aug 07 21:44:22.042 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-07T21:44:23.498Z[ recovery-image] Aug 07 21:44:22.056 INFO O| Aug 07 21:44:22.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62922026-08-07T21:44:23.498Z[ recovery-image] Aug 07 21:44:22.056 INFO O| Aug 07 21:44:22.056 INFO STEP 340 (remove_files) COMPLETE
62932026-08-07T21:44:23.498Z[ recovery-image] Aug 07 21:44:22.056 INFO O| Aug 07 21:44:22.056 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-07T21:44:23.507Z[ recovery-image] Aug 07 21:44:22.064 INFO O| Aug 07 21:44:22.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62952026-08-07T21:44:23.507Z[ recovery-image] Aug 07 21:44:22.064 INFO O| Aug 07 21:44:22.064 INFO STEP 341 (remove_files) COMPLETE
62962026-08-07T21:44:23.507Z[ recovery-image] Aug 07 21:44:22.064 INFO O| Aug 07 21:44:22.064 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-07T21:44:23.515Z[ recovery-image] Aug 07 21:44:22.072 INFO O| Aug 07 21:44:22.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62982026-08-07T21:44:23.515Z[ recovery-image] Aug 07 21:44:22.072 INFO O| Aug 07 21:44:22.072 INFO STEP 342 (remove_files) COMPLETE
62992026-08-07T21:44:23.515Z[ recovery-image] Aug 07 21:44:22.072 INFO O| Aug 07 21:44:22.072 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-07T21:44:23.525Z[ recovery-image] Aug 07 21:44:22.082 INFO O| Aug 07 21:44:22.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63012026-08-07T21:44:23.525Z[ recovery-image] Aug 07 21:44:22.082 INFO O| Aug 07 21:44:22.082 INFO STEP 343 (remove_files) COMPLETE
63022026-08-07T21:44:23.528Z[ recovery-image] Aug 07 21:44:22.082 INFO O| Aug 07 21:44:22.082 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-07T21:44:23.535Z[ recovery-image] Aug 07 21:44:22.093 INFO O| Aug 07 21:44:22.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63042026-08-07T21:44:23.535Z[ recovery-image] Aug 07 21:44:22.093 INFO O| Aug 07 21:44:22.093 INFO STEP 344 (remove_files) COMPLETE
63052026-08-07T21:44:23.538Z[ recovery-image] Aug 07 21:44:22.093 INFO O| Aug 07 21:44:22.093 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-07T21:44:23.545Z[ recovery-image] Aug 07 21:44:22.102 INFO O| Aug 07 21:44:22.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63072026-08-07T21:44:23.545Z[ recovery-image] Aug 07 21:44:22.103 INFO O| Aug 07 21:44:22.103 INFO STEP 345 (remove_files) COMPLETE
63082026-08-07T21:44:23.545Z[ recovery-image] Aug 07 21:44:22.103 INFO O| Aug 07 21:44:22.103 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-07T21:44:23.554Z[ recovery-image] Aug 07 21:44:22.112 INFO O| Aug 07 21:44:22.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63102026-08-07T21:44:23.554Z[ recovery-image] Aug 07 21:44:22.112 INFO O| Aug 07 21:44:22.112 INFO STEP 346 (remove_files) COMPLETE
63112026-08-07T21:44:23.558Z[ recovery-image] Aug 07 21:44:22.112 INFO O| Aug 07 21:44:22.112 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-07T21:44:23.564Z[ recovery-image] Aug 07 21:44:22.121 INFO O| Aug 07 21:44:22.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63132026-08-07T21:44:23.564Z[ recovery-image] Aug 07 21:44:22.121 INFO O| Aug 07 21:44:22.121 INFO STEP 347 (remove_files) COMPLETE
63142026-08-07T21:44:23.564Z[ recovery-image] Aug 07 21:44:22.121 INFO O| Aug 07 21:44:22.121 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-07T21:44:23.573Z[ recovery-image] Aug 07 21:44:22.130 INFO O| Aug 07 21:44:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63162026-08-07T21:44:23.573Z[ recovery-image] Aug 07 21:44:22.130 INFO O| Aug 07 21:44:22.130 INFO STEP 348 (remove_files) COMPLETE
63172026-08-07T21:44:23.573Z[ recovery-image] Aug 07 21:44:22.130 INFO O| Aug 07 21:44:22.130 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-07T21:44:23.581Z[ recovery-image] Aug 07 21:44:22.139 INFO O| Aug 07 21:44:22.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63192026-08-07T21:44:23.581Z[ recovery-image] Aug 07 21:44:22.139 INFO O| Aug 07 21:44:22.139 INFO STEP 349 (remove_files) COMPLETE
63202026-08-07T21:44:23.581Z[ recovery-image] Aug 07 21:44:22.139 INFO O| Aug 07 21:44:22.139 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-07T21:44:23.591Z[ recovery-image] Aug 07 21:44:22.148 INFO O| Aug 07 21:44:22.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63222026-08-07T21:44:23.591Z[ recovery-image] Aug 07 21:44:22.148 INFO O| Aug 07 21:44:22.148 INFO STEP 350 (remove_files) COMPLETE
63232026-08-07T21:44:23.594Z[ recovery-image] Aug 07 21:44:22.148 INFO O| Aug 07 21:44:22.148 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-07T21:44:23.600Z[ recovery-image] Aug 07 21:44:22.158 INFO O| Aug 07 21:44:22.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63252026-08-07T21:44:23.600Z[ recovery-image] Aug 07 21:44:22.158 INFO O| Aug 07 21:44:22.158 INFO STEP 351 (remove_files) COMPLETE
63262026-08-07T21:44:23.600Z[ recovery-image] Aug 07 21:44:22.158 INFO O| Aug 07 21:44:22.158 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-07T21:44:23.611Z[ recovery-image] Aug 07 21:44:22.167 INFO O| Aug 07 21:44:22.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63282026-08-07T21:44:23.612Z[ recovery-image] Aug 07 21:44:22.167 INFO O| Aug 07 21:44:22.167 INFO STEP 352 (remove_files) COMPLETE
63292026-08-07T21:44:23.612Z[ recovery-image] Aug 07 21:44:22.167 INFO O| Aug 07 21:44:22.167 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-07T21:44:23.620Z[ recovery-image] Aug 07 21:44:22.178 INFO O| Aug 07 21:44:22.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63312026-08-07T21:44:23.620Z[ recovery-image] Aug 07 21:44:22.178 INFO O| Aug 07 21:44:22.178 INFO STEP 353 (remove_files) COMPLETE
63322026-08-07T21:44:23.620Z[ recovery-image] Aug 07 21:44:22.178 INFO O| Aug 07 21:44:22.178 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-07T21:44:23.623Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
63342026-08-07T21:44:23.631Z[ recovery-image] Aug 07 21:44:22.188 INFO O| Aug 07 21:44:22.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63352026-08-07T21:44:23.631Z[ recovery-image] Aug 07 21:44:22.188 INFO O| Aug 07 21:44:22.188 INFO STEP 354 (remove_files) COMPLETE
63362026-08-07T21:44:23.631Z[ recovery-image] Aug 07 21:44:22.188 INFO O| Aug 07 21:44:22.188 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-07T21:44:23.641Z[ recovery-image] Aug 07 21:44:22.198 INFO O| Aug 07 21:44:22.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63382026-08-07T21:44:23.641Z[ recovery-image] Aug 07 21:44:22.198 INFO O| Aug 07 21:44:22.198 INFO STEP 355 (remove_files) COMPLETE
63392026-08-07T21:44:23.641Z[ recovery-image] Aug 07 21:44:22.198 INFO O| Aug 07 21:44:22.198 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-07T21:44:23.652Z[ recovery-image] Aug 07 21:44:22.209 INFO O| Aug 07 21:44:22.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63412026-08-07T21:44:23.652Z[ recovery-image] Aug 07 21:44:22.209 INFO O| Aug 07 21:44:22.209 INFO STEP 356 (remove_files) COMPLETE
63422026-08-07T21:44:23.659Z[ recovery-image] Aug 07 21:44:22.209 INFO O| Aug 07 21:44:22.209 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-07T21:44:23.662Z[ recovery-image] Aug 07 21:44:22.219 INFO O| Aug 07 21:44:22.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63442026-08-07T21:44:23.662Z[ recovery-image] Aug 07 21:44:22.219 INFO O| Aug 07 21:44:22.219 INFO STEP 357 (remove_files) COMPLETE
63452026-08-07T21:44:23.662Z[ recovery-image] Aug 07 21:44:22.219 INFO O| Aug 07 21:44:22.219 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-07T21:44:23.671Z[ recovery-image] Aug 07 21:44:22.228 INFO O| Aug 07 21:44:22.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63472026-08-07T21:44:23.671Z[ recovery-image] Aug 07 21:44:22.228 INFO O| Aug 07 21:44:22.228 INFO STEP 358 (remove_files) COMPLETE
63482026-08-07T21:44:23.671Z[ recovery-image] Aug 07 21:44:22.228 INFO O| Aug 07 21:44:22.228 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-07T21:44:23.682Z[ recovery-image] Aug 07 21:44:22.238 INFO O| Aug 07 21:44:22.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63502026-08-07T21:44:23.682Z[ recovery-image] Aug 07 21:44:22.238 INFO O| Aug 07 21:44:22.238 INFO STEP 359 (remove_files) COMPLETE
63512026-08-07T21:44:23.682Z[ recovery-image] Aug 07 21:44:22.238 INFO O| Aug 07 21:44:22.238 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-07T21:44:23.690Z[ recovery-image] Aug 07 21:44:22.248 INFO O| Aug 07 21:44:22.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63532026-08-07T21:44:23.690Z[ recovery-image] Aug 07 21:44:22.248 INFO O| Aug 07 21:44:22.248 INFO STEP 360 (remove_files) COMPLETE
63542026-08-07T21:44:23.690Z[ recovery-image] Aug 07 21:44:22.248 INFO O| Aug 07 21:44:22.248 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-07T21:44:23.700Z[ recovery-image] Aug 07 21:44:22.257 INFO O| Aug 07 21:44:22.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63562026-08-07T21:44:23.700Z[ recovery-image] Aug 07 21:44:22.257 INFO O| Aug 07 21:44:22.257 INFO STEP 361 (remove_files) COMPLETE
63572026-08-07T21:44:23.700Z[ recovery-image] Aug 07 21:44:22.257 INFO O| Aug 07 21:44:22.257 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-07T21:44:23.709Z[ recovery-image] Aug 07 21:44:22.266 INFO O| Aug 07 21:44:22.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63592026-08-07T21:44:23.709Z[ recovery-image] Aug 07 21:44:22.266 INFO O| Aug 07 21:44:22.266 INFO STEP 362 (remove_files) COMPLETE
63602026-08-07T21:44:23.709Z[ recovery-image] Aug 07 21:44:22.266 INFO O| Aug 07 21:44:22.266 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-07T21:44:23.721Z[ recovery-image] Aug 07 21:44:22.276 INFO O| Aug 07 21:44:22.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63622026-08-07T21:44:23.721Z[ recovery-image] Aug 07 21:44:22.276 INFO O| Aug 07 21:44:22.276 INFO STEP 363 (remove_files) COMPLETE
63632026-08-07T21:44:23.724Z[ recovery-image] Aug 07 21:44:22.276 INFO O| Aug 07 21:44:22.276 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-07T21:44:23.728Z[ recovery-image] Aug 07 21:44:22.286 INFO O| Aug 07 21:44:22.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63652026-08-07T21:44:23.728Z[ recovery-image] Aug 07 21:44:22.286 INFO O| Aug 07 21:44:22.286 INFO STEP 364 (remove_files) COMPLETE
63662026-08-07T21:44:23.728Z[ recovery-image] Aug 07 21:44:22.286 INFO O| Aug 07 21:44:22.286 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-07T21:44:23.739Z[ recovery-image] Aug 07 21:44:22.296 INFO O| Aug 07 21:44:22.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63682026-08-07T21:44:23.742Z[ recovery-image] Aug 07 21:44:22.298 INFO O| Aug 07 21:44:22.297 INFO STEP 365 (remove_files) COMPLETE
63692026-08-07T21:44:23.742Z[ recovery-image] Aug 07 21:44:22.298 INFO O| Aug 07 21:44:22.297 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-07T21:44:23.749Z[ recovery-image] Aug 07 21:44:22.307 INFO O| Aug 07 21:44:22.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63712026-08-07T21:44:23.749Z[ recovery-image] Aug 07 21:44:22.307 INFO O| Aug 07 21:44:22.307 INFO STEP 366 (remove_files) COMPLETE
63722026-08-07T21:44:23.749Z[ recovery-image] Aug 07 21:44:22.307 INFO O| Aug 07 21:44:22.307 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-07T21:44:23.758Z[ recovery-image] Aug 07 21:44:22.316 INFO O| Aug 07 21:44:22.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63742026-08-07T21:44:23.758Z[ recovery-image] Aug 07 21:44:22.316 INFO O| Aug 07 21:44:22.316 INFO STEP 367 (remove_files) COMPLETE
63752026-08-07T21:44:23.761Z[ recovery-image] Aug 07 21:44:22.316 INFO O| Aug 07 21:44:22.316 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-07T21:44:23.767Z[ recovery-image] Aug 07 21:44:22.324 INFO O| Aug 07 21:44:22.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63772026-08-07T21:44:23.767Z[ recovery-image] Aug 07 21:44:22.324 INFO O| Aug 07 21:44:22.324 INFO STEP 368 (remove_files) COMPLETE
63782026-08-07T21:44:23.767Z[ recovery-image] Aug 07 21:44:22.324 INFO O| Aug 07 21:44:22.324 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-07T21:44:23.775Z[ recovery-image] Aug 07 21:44:22.332 INFO O| Aug 07 21:44:22.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63802026-08-07T21:44:23.775Z[ recovery-image] Aug 07 21:44:22.332 INFO O| Aug 07 21:44:22.332 INFO STEP 369 (remove_files) COMPLETE
63812026-08-07T21:44:23.775Z[ recovery-image] Aug 07 21:44:22.332 INFO O| Aug 07 21:44:22.332 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-07T21:44:23.783Z[ recovery-image] Aug 07 21:44:22.340 INFO O| Aug 07 21:44:22.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63832026-08-07T21:44:23.786Z[ recovery-image] Aug 07 21:44:22.341 INFO O| Aug 07 21:44:22.341 INFO STEP 370 (remove_files) COMPLETE
63842026-08-07T21:44:23.786Z[ recovery-image] Aug 07 21:44:22.341 INFO O| Aug 07 21:44:22.341 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-07T21:44:23.792Z[ recovery-image] Aug 07 21:44:22.349 INFO O| Aug 07 21:44:22.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63862026-08-07T21:44:23.792Z[ recovery-image] Aug 07 21:44:22.349 INFO O| Aug 07 21:44:22.349 INFO STEP 371 (remove_files) COMPLETE
63872026-08-07T21:44:23.792Z[ recovery-image] Aug 07 21:44:22.349 INFO O| Aug 07 21:44:22.349 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-07T21:44:23.800Z[ recovery-image] Aug 07 21:44:22.357 INFO O| Aug 07 21:44:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63892026-08-07T21:44:23.800Z[ recovery-image] Aug 07 21:44:22.358 INFO O| Aug 07 21:44:22.358 INFO STEP 372 (remove_files) COMPLETE
63902026-08-07T21:44:23.800Z[ recovery-image] Aug 07 21:44:22.358 INFO O| Aug 07 21:44:22.358 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-07T21:44:23.810Z[ recovery-image] Aug 07 21:44:22.366 INFO O| Aug 07 21:44:22.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63922026-08-07T21:44:23.810Z[ recovery-image] Aug 07 21:44:22.366 INFO O| Aug 07 21:44:22.366 INFO STEP 373 (remove_files) COMPLETE
63932026-08-07T21:44:23.810Z[ recovery-image] Aug 07 21:44:22.366 INFO O| Aug 07 21:44:22.366 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-07T21:44:23.818Z[ recovery-image] Aug 07 21:44:22.375 INFO O| Aug 07 21:44:22.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63952026-08-07T21:44:23.818Z[ recovery-image] Aug 07 21:44:22.375 INFO O| Aug 07 21:44:22.375 INFO STEP 374 (remove_files) COMPLETE
63962026-08-07T21:44:23.818Z[ recovery-image] Aug 07 21:44:22.375 INFO O| Aug 07 21:44:22.375 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-07T21:44:23.827Z[ recovery-image] Aug 07 21:44:22.383 INFO O| Aug 07 21:44:22.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63982026-08-07T21:44:23.827Z[ recovery-image] Aug 07 21:44:22.383 INFO O| Aug 07 21:44:22.383 INFO STEP 375 (remove_files) COMPLETE
63992026-08-07T21:44:23.830Z[ recovery-image] Aug 07 21:44:22.383 INFO O| Aug 07 21:44:22.383 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-07T21:44:23.835Z[ recovery-image] Aug 07 21:44:22.392 INFO O| Aug 07 21:44:22.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64012026-08-07T21:44:23.835Z[ recovery-image] Aug 07 21:44:22.392 INFO O| Aug 07 21:44:22.392 INFO STEP 376 (remove_files) COMPLETE
64022026-08-07T21:44:23.838Z[ recovery-image] Aug 07 21:44:22.392 INFO O| Aug 07 21:44:22.392 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-07T21:44:23.844Z[ recovery-image] Aug 07 21:44:22.402 INFO O| Aug 07 21:44:22.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64042026-08-07T21:44:23.844Z[ recovery-image] Aug 07 21:44:22.402 INFO O| Aug 07 21:44:22.402 INFO STEP 377 (remove_files) COMPLETE
64052026-08-07T21:44:23.844Z[ recovery-image] Aug 07 21:44:22.402 INFO O| Aug 07 21:44:22.402 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-07T21:44:23.853Z[ recovery-image] Aug 07 21:44:22.411 INFO O| Aug 07 21:44:22.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64072026-08-07T21:44:23.853Z[ recovery-image] Aug 07 21:44:22.411 INFO O| Aug 07 21:44:22.411 INFO STEP 378 (remove_files) COMPLETE
64082026-08-07T21:44:23.854Z[ recovery-image] Aug 07 21:44:22.411 INFO O| Aug 07 21:44:22.411 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-07T21:44:23.863Z[ recovery-image] Aug 07 21:44:22.420 INFO O| Aug 07 21:44:22.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64102026-08-07T21:44:23.863Z[ recovery-image] Aug 07 21:44:22.421 INFO O| Aug 07 21:44:22.420 INFO STEP 379 (remove_files) COMPLETE
64112026-08-07T21:44:23.863Z[ recovery-image] Aug 07 21:44:22.421 INFO O| Aug 07 21:44:22.420 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-07T21:44:23.873Z[ recovery-image] Aug 07 21:44:22.430 INFO O| Aug 07 21:44:22.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64132026-08-07T21:44:23.873Z[ recovery-image] Aug 07 21:44:22.430 INFO O| Aug 07 21:44:22.430 INFO STEP 380 (remove_files) COMPLETE
64142026-08-07T21:44:23.873Z[ recovery-image] Aug 07 21:44:22.430 INFO O| Aug 07 21:44:22.430 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-07T21:44:23.884Z[ recovery-image] Aug 07 21:44:22.440 INFO O| Aug 07 21:44:22.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64162026-08-07T21:44:23.884Z[ recovery-image] Aug 07 21:44:22.440 INFO O| Aug 07 21:44:22.440 INFO STEP 381 (remove_files) COMPLETE
64172026-08-07T21:44:23.884Z[ recovery-image] Aug 07 21:44:22.440 INFO O| Aug 07 21:44:22.440 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-07T21:44:23.890Z[ recovery-image] Aug 07 21:44:22.448 INFO O| Aug 07 21:44:22.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64192026-08-07T21:44:23.890Z[ recovery-image] Aug 07 21:44:22.448 INFO O| Aug 07 21:44:22.448 INFO STEP 382 (remove_files) COMPLETE
64202026-08-07T21:44:23.891Z[ recovery-image] Aug 07 21:44:22.448 INFO O| Aug 07 21:44:22.448 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-07T21:44:23.898Z[ recovery-image] Aug 07 21:44:22.455 INFO O| Aug 07 21:44:22.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64222026-08-07T21:44:23.898Z[ recovery-image] Aug 07 21:44:22.455 INFO O| Aug 07 21:44:22.455 INFO STEP 383 (remove_files) COMPLETE
64232026-08-07T21:44:23.902Z[ recovery-image] Aug 07 21:44:22.455 INFO O| Aug 07 21:44:22.455 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-07T21:44:23.906Z[ recovery-image] Aug 07 21:44:22.463 INFO O| Aug 07 21:44:22.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64252026-08-07T21:44:23.906Z[ recovery-image] Aug 07 21:44:22.463 INFO O| Aug 07 21:44:22.463 INFO STEP 384 (remove_files) COMPLETE
64262026-08-07T21:44:23.906Z[ recovery-image] Aug 07 21:44:22.463 INFO O| Aug 07 21:44:22.463 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-07T21:44:23.913Z[ recovery-image] Aug 07 21:44:22.471 INFO O| Aug 07 21:44:22.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64282026-08-07T21:44:23.913Z[ recovery-image] Aug 07 21:44:22.471 INFO O| Aug 07 21:44:22.471 INFO STEP 385 (remove_files) COMPLETE
64292026-08-07T21:44:23.913Z[ recovery-image] Aug 07 21:44:22.471 INFO O| Aug 07 21:44:22.471 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-07T21:44:23.930Z[ recovery-image] Aug 07 21:44:22.486 INFO O| Aug 07 21:44:22.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64312026-08-07T21:44:23.940Z[ recovery-image] Aug 07 21:44:22.498 INFO O| Aug 07 21:44:22.498 INFO STEP 386 (remove_files) COMPLETE
64322026-08-07T21:44:23.940Z[ recovery-image] Aug 07 21:44:22.498 INFO O| Aug 07 21:44:22.498 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-07T21:44:23.952Z[ recovery-image] Aug 07 21:44:22.510 INFO O| Aug 07 21:44:22.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64342026-08-07T21:44:23.956Z[ recovery-image] Aug 07 21:44:22.510 INFO O| Aug 07 21:44:22.510 INFO STEP 387 (remove_files) COMPLETE
64352026-08-07T21:44:23.956Z[ recovery-image] Aug 07 21:44:22.510 INFO O| Aug 07 21:44:22.510 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-07T21:44:23.975Z[ recovery-image] Aug 07 21:44:22.532 INFO O| Aug 07 21:44:22.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64372026-08-07T21:44:23.975Z[ recovery-image] Aug 07 21:44:22.532 INFO O| Aug 07 21:44:22.532 INFO STEP 388 (remove_files) COMPLETE
64382026-08-07T21:44:23.978Z[ recovery-image] Aug 07 21:44:22.532 INFO O| Aug 07 21:44:22.532 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-07T21:44:23.993Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64402026-08-07T21:44:23.999Z[ recovery-image] Aug 07 21:44:22.557 INFO O| Aug 07 21:44:22.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64412026-08-07T21:44:24.003Z[ recovery-image] Aug 07 21:44:22.557 INFO O| Aug 07 21:44:22.557 INFO STEP 389 (remove_files) COMPLETE
64422026-08-07T21:44:24.003Z[ recovery-image] Aug 07 21:44:22.557 INFO O| Aug 07 21:44:22.557 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-07T21:44:24.016Z[ recovery-image] Aug 07 21:44:22.570 INFO O| Aug 07 21:44:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64442026-08-07T21:44:24.016Z[ recovery-image] Aug 07 21:44:22.570 INFO O| Aug 07 21:44:22.570 INFO STEP 390 (remove_files) COMPLETE
64452026-08-07T21:44:24.016Z[ recovery-image] Aug 07 21:44:22.570 INFO O| Aug 07 21:44:22.570 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-07T21:44:24.023Z[ recovery-image] Aug 07 21:44:22.581 INFO O| Aug 07 21:44:22.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64472026-08-07T21:44:24.023Z[ recovery-image] Aug 07 21:44:22.581 INFO O| Aug 07 21:44:22.581 INFO STEP 391 (remove_files) COMPLETE
64482026-08-07T21:44:24.026Z[ recovery-image] Aug 07 21:44:22.581 INFO O| Aug 07 21:44:22.581 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-07T21:44:24.034Z[ recovery-image] Aug 07 21:44:22.591 INFO O| Aug 07 21:44:22.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64502026-08-07T21:44:24.034Z[ recovery-image] Aug 07 21:44:22.591 INFO O| Aug 07 21:44:22.591 INFO STEP 392 (remove_files) COMPLETE
64512026-08-07T21:44:24.034Z[ recovery-image] Aug 07 21:44:22.591 INFO O| Aug 07 21:44:22.591 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-07T21:44:24.043Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64532026-08-07T21:44:24.045Z[ recovery-image] Aug 07 21:44:22.602 INFO O| Aug 07 21:44:22.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64542026-08-07T21:44:24.046Z[ recovery-image] Aug 07 21:44:22.603 INFO O| Aug 07 21:44:22.603 INFO STEP 393 (remove_files) COMPLETE
64552026-08-07T21:44:24.046Z[ recovery-image] Aug 07 21:44:22.603 INFO O| Aug 07 21:44:22.603 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-07T21:44:24.056Z[ recovery-image] Aug 07 21:44:22.614 INFO O| Aug 07 21:44:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64572026-08-07T21:44:24.056Z[ recovery-image] Aug 07 21:44:22.614 INFO O| Aug 07 21:44:22.614 INFO STEP 394 (remove_files) COMPLETE
64582026-08-07T21:44:24.056Z[ recovery-image] Aug 07 21:44:22.614 INFO O| Aug 07 21:44:22.614 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-07T21:44:24.068Z[ recovery-image] Aug 07 21:44:22.626 INFO O| Aug 07 21:44:22.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64602026-08-07T21:44:24.068Z[ recovery-image] Aug 07 21:44:22.626 INFO O| Aug 07 21:44:22.626 INFO STEP 395 (remove_files) COMPLETE
64612026-08-07T21:44:24.071Z[ recovery-image] Aug 07 21:44:22.626 INFO O| Aug 07 21:44:22.626 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-07T21:44:24.074Z[verify-libraries] Compiling socket2 v0.5.10
64632026-08-07T21:44:24.080Z[ recovery-image] Aug 07 21:44:22.638 INFO O| Aug 07 21:44:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64642026-08-07T21:44:24.080Z[ recovery-image] Aug 07 21:44:22.638 INFO O| Aug 07 21:44:22.638 INFO STEP 396 (remove_files) COMPLETE
64652026-08-07T21:44:24.080Z[ recovery-image] Aug 07 21:44:22.638 INFO O| Aug 07 21:44:22.638 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-07T21:44:24.091Z[ recovery-image] Aug 07 21:44:22.649 INFO O| Aug 07 21:44:22.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64672026-08-07T21:44:24.091Z[ recovery-image] Aug 07 21:44:22.649 INFO O| Aug 07 21:44:22.649 INFO STEP 397 (remove_files) COMPLETE
64682026-08-07T21:44:24.091Z[ recovery-image] Aug 07 21:44:22.649 INFO O| Aug 07 21:44:22.649 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-07T21:44:24.103Z[ recovery-image] Aug 07 21:44:22.661 INFO O| Aug 07 21:44:22.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64702026-08-07T21:44:24.103Z[ recovery-image] Aug 07 21:44:22.661 INFO O| Aug 07 21:44:22.661 INFO STEP 398 (remove_files) COMPLETE
64712026-08-07T21:44:24.103Z[ recovery-image] Aug 07 21:44:22.661 INFO O| Aug 07 21:44:22.661 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-07T21:44:24.116Z[ recovery-image] Aug 07 21:44:22.673 INFO O| Aug 07 21:44:22.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64732026-08-07T21:44:24.116Z[ recovery-image] Aug 07 21:44:22.673 INFO O| Aug 07 21:44:22.673 INFO STEP 399 (remove_files) COMPLETE
64742026-08-07T21:44:24.116Z[ recovery-image] Aug 07 21:44:22.673 INFO O| Aug 07 21:44:22.673 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-07T21:44:24.127Z[ recovery-image] Aug 07 21:44:22.684 INFO O| Aug 07 21:44:22.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64762026-08-07T21:44:24.127Z[ recovery-image] Aug 07 21:44:22.684 INFO O| Aug 07 21:44:22.684 INFO STEP 400 (remove_files) COMPLETE
64772026-08-07T21:44:24.130Z[ recovery-image] Aug 07 21:44:22.684 INFO O| Aug 07 21:44:22.684 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-07T21:44:24.138Z[ recovery-image] Aug 07 21:44:22.695 INFO O| Aug 07 21:44:22.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64792026-08-07T21:44:24.138Z[ recovery-image] Aug 07 21:44:22.695 INFO O| Aug 07 21:44:22.695 INFO STEP 401 (remove_files) COMPLETE
64802026-08-07T21:44:24.138Z[ recovery-image] Aug 07 21:44:22.695 INFO O| Aug 07 21:44:22.695 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-07T21:44:24.149Z[ recovery-image] Aug 07 21:44:22.707 INFO O| Aug 07 21:44:22.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64822026-08-07T21:44:24.152Z[ recovery-image] Aug 07 21:44:22.708 INFO O| Aug 07 21:44:22.708 INFO STEP 402 (remove_files) COMPLETE
64832026-08-07T21:44:24.152Z[ recovery-image] Aug 07 21:44:22.708 INFO O| Aug 07 21:44:22.708 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-07T21:44:24.164Z[ recovery-image] Aug 07 21:44:22.722 INFO O| Aug 07 21:44:22.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64852026-08-07T21:44:24.164Z[ recovery-image] Aug 07 21:44:22.722 INFO O| Aug 07 21:44:22.722 INFO STEP 403 (remove_files) COMPLETE
64862026-08-07T21:44:24.164Z[ recovery-image] Aug 07 21:44:22.722 INFO O| Aug 07 21:44:22.722 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-07T21:44:24.176Z[ recovery-image] Aug 07 21:44:22.732 INFO O| Aug 07 21:44:22.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64882026-08-07T21:44:24.176Z[ recovery-image] Aug 07 21:44:22.732 INFO O| Aug 07 21:44:22.732 INFO STEP 404 (remove_files) COMPLETE
64892026-08-07T21:44:24.176Z[ recovery-image] Aug 07 21:44:22.732 INFO O| Aug 07 21:44:22.732 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-07T21:44:24.187Z[ recovery-image] Aug 07 21:44:22.744 INFO O| Aug 07 21:44:22.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64912026-08-07T21:44:24.187Z[ recovery-image] Aug 07 21:44:22.744 INFO O| Aug 07 21:44:22.744 INFO STEP 405 (remove_files) COMPLETE
64922026-08-07T21:44:24.187Z[ recovery-image] Aug 07 21:44:22.744 INFO O| Aug 07 21:44:22.744 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-07T21:44:24.198Z[ recovery-image] Aug 07 21:44:22.756 INFO O| Aug 07 21:44:22.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64942026-08-07T21:44:24.198Z[ recovery-image] Aug 07 21:44:22.756 INFO O| Aug 07 21:44:22.756 INFO STEP 406 (remove_files) COMPLETE
64952026-08-07T21:44:24.201Z[ recovery-image] Aug 07 21:44:22.756 INFO O| Aug 07 21:44:22.756 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-07T21:44:24.208Z[ recovery-image] Aug 07 21:44:22.766 INFO O| Aug 07 21:44:22.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64972026-08-07T21:44:24.208Z[ recovery-image] Aug 07 21:44:22.766 INFO O| Aug 07 21:44:22.766 INFO STEP 407 (remove_files) COMPLETE
64982026-08-07T21:44:24.214Z[ recovery-image] Aug 07 21:44:22.766 INFO O| Aug 07 21:44:22.766 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-07T21:44:24.218Z[ recovery-image] Aug 07 21:44:22.776 INFO O| Aug 07 21:44:22.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65002026-08-07T21:44:24.218Z[ recovery-image] Aug 07 21:44:22.776 INFO O| Aug 07 21:44:22.776 INFO STEP 408 (remove_files) COMPLETE
65012026-08-07T21:44:24.218Z[ recovery-image] Aug 07 21:44:22.776 INFO O| Aug 07 21:44:22.776 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-07T21:44:24.231Z[ recovery-image] Aug 07 21:44:22.788 INFO O| Aug 07 21:44:22.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65032026-08-07T21:44:24.231Z[ recovery-image] Aug 07 21:44:22.788 INFO O| Aug 07 21:44:22.788 INFO STEP 409 (remove_files) COMPLETE
65042026-08-07T21:44:24.231Z[ recovery-image] Aug 07 21:44:22.788 INFO O| Aug 07 21:44:22.788 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-07T21:44:24.241Z[ recovery-image] Aug 07 21:44:22.799 INFO O| Aug 07 21:44:22.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65062026-08-07T21:44:24.241Z[ recovery-image] Aug 07 21:44:22.799 INFO O| Aug 07 21:44:22.799 INFO STEP 410 (remove_files) COMPLETE
65072026-08-07T21:44:24.241Z[ recovery-image] Aug 07 21:44:22.799 INFO O| Aug 07 21:44:22.799 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-07T21:44:24.251Z[ recovery-image] Aug 07 21:44:22.809 INFO O| Aug 07 21:44:22.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65092026-08-07T21:44:24.251Z[ recovery-image] Aug 07 21:44:22.809 INFO O| Aug 07 21:44:22.809 INFO STEP 411 (remove_files) COMPLETE
65102026-08-07T21:44:24.251Z[ recovery-image] Aug 07 21:44:22.809 INFO O| Aug 07 21:44:22.809 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-07T21:44:24.262Z[ recovery-image] Aug 07 21:44:22.820 INFO O| Aug 07 21:44:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65122026-08-07T21:44:24.262Z[ recovery-image] Aug 07 21:44:22.820 INFO O| Aug 07 21:44:22.820 INFO STEP 412 (remove_files) COMPLETE
65132026-08-07T21:44:24.265Z[ recovery-image] Aug 07 21:44:22.820 INFO O| Aug 07 21:44:22.820 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-07T21:44:24.272Z[ recovery-image] Aug 07 21:44:22.830 INFO O| Aug 07 21:44:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65152026-08-07T21:44:24.272Z[ recovery-image] Aug 07 21:44:22.830 INFO O| Aug 07 21:44:22.830 INFO STEP 413 (remove_files) COMPLETE
65162026-08-07T21:44:24.272Z[ recovery-image] Aug 07 21:44:22.830 INFO O| Aug 07 21:44:22.830 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-07T21:44:24.284Z[ recovery-image] Aug 07 21:44:22.841 INFO O| Aug 07 21:44:22.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65182026-08-07T21:44:24.284Z[ recovery-image] Aug 07 21:44:22.841 INFO O| Aug 07 21:44:22.841 INFO STEP 414 (remove_files) COMPLETE
65192026-08-07T21:44:24.284Z[ recovery-image] Aug 07 21:44:22.841 INFO O| Aug 07 21:44:22.841 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-07T21:44:24.296Z[ recovery-image] Aug 07 21:44:22.854 INFO O| Aug 07 21:44:22.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65212026-08-07T21:44:24.296Z[ recovery-image] Aug 07 21:44:22.854 INFO O| Aug 07 21:44:22.854 INFO STEP 415 (remove_files) COMPLETE
65222026-08-07T21:44:24.296Z[ recovery-image] Aug 07 21:44:22.854 INFO O| Aug 07 21:44:22.854 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-07T21:44:24.309Z[ recovery-image] Aug 07 21:44:22.866 INFO O| Aug 07 21:44:22.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65242026-08-07T21:44:24.309Z[ recovery-image] Aug 07 21:44:22.866 INFO O| Aug 07 21:44:22.866 INFO STEP 416 (remove_files) COMPLETE
65252026-08-07T21:44:24.309Z[ recovery-image] Aug 07 21:44:22.866 INFO O| Aug 07 21:44:22.866 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-07T21:44:24.322Z[ recovery-image] Aug 07 21:44:22.877 INFO O| Aug 07 21:44:22.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65272026-08-07T21:44:24.322Z[ recovery-image] Aug 07 21:44:22.877 INFO O| Aug 07 21:44:22.877 INFO STEP 417 (remove_files) COMPLETE
65282026-08-07T21:44:24.322Z[ recovery-image] Aug 07 21:44:22.877 INFO O| Aug 07 21:44:22.877 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-07T21:44:24.332Z[ recovery-image] Aug 07 21:44:22.889 INFO O| Aug 07 21:44:22.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65302026-08-07T21:44:24.332Z[ recovery-image] Aug 07 21:44:22.889 INFO O| Aug 07 21:44:22.889 INFO STEP 418 (remove_files) COMPLETE
65312026-08-07T21:44:24.332Z[ recovery-image] Aug 07 21:44:22.889 INFO O| Aug 07 21:44:22.889 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-07T21:44:24.343Z[ recovery-image] Aug 07 21:44:22.900 INFO O| Aug 07 21:44:22.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65332026-08-07T21:44:24.343Z[ recovery-image] Aug 07 21:44:22.900 INFO O| Aug 07 21:44:22.900 INFO STEP 419 (remove_files) COMPLETE
65342026-08-07T21:44:24.343Z[ recovery-image] Aug 07 21:44:22.900 INFO O| Aug 07 21:44:22.900 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-07T21:44:24.352Z[ recovery-image] Aug 07 21:44:22.910 INFO O| Aug 07 21:44:22.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65362026-08-07T21:44:24.352Z[ recovery-image] Aug 07 21:44:22.910 INFO O| Aug 07 21:44:22.910 INFO STEP 420 (remove_files) COMPLETE
65372026-08-07T21:44:24.352Z[ recovery-image] Aug 07 21:44:22.910 INFO O| Aug 07 21:44:22.910 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-07T21:44:24.362Z[ recovery-image] Aug 07 21:44:22.919 INFO O| Aug 07 21:44:22.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65392026-08-07T21:44:24.362Z[ recovery-image] Aug 07 21:44:22.919 INFO O| Aug 07 21:44:22.919 INFO STEP 421 (remove_files) COMPLETE
65402026-08-07T21:44:24.362Z[ recovery-image] Aug 07 21:44:22.919 INFO O| Aug 07 21:44:22.919 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-07T21:44:24.370Z[verify-libraries] Compiling internet-checksum v0.2.1
65422026-08-07T21:44:24.373Z[ recovery-image] Aug 07 21:44:22.930 INFO O| Aug 07 21:44:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65432026-08-07T21:44:24.373Z[ recovery-image] Aug 07 21:44:22.930 INFO O| Aug 07 21:44:22.930 INFO STEP 422 (remove_files) COMPLETE
65442026-08-07T21:44:24.373Z[ recovery-image] Aug 07 21:44:22.930 INFO O| Aug 07 21:44:22.930 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-07T21:44:24.381Z[ recovery-image] Aug 07 21:44:22.939 INFO O| Aug 07 21:44:22.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65462026-08-07T21:44:24.381Z[ recovery-image] Aug 07 21:44:22.939 INFO O| Aug 07 21:44:22.939 INFO STEP 423 (remove_files) COMPLETE
65472026-08-07T21:44:24.381Z[ recovery-image] Aug 07 21:44:22.939 INFO O| Aug 07 21:44:22.939 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-07T21:44:24.389Z[ recovery-image] Aug 07 21:44:22.947 INFO O| Aug 07 21:44:22.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65492026-08-07T21:44:24.389Z[ recovery-image] Aug 07 21:44:22.947 INFO O| Aug 07 21:44:22.947 INFO STEP 424 (remove_files) COMPLETE
65502026-08-07T21:44:24.392Z[ recovery-image] Aug 07 21:44:22.947 INFO O| Aug 07 21:44:22.947 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-07T21:44:24.397Z[ recovery-image] Aug 07 21:44:22.955 INFO O| Aug 07 21:44:22.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65522026-08-07T21:44:24.400Z[ recovery-image] Aug 07 21:44:22.955 INFO O| Aug 07 21:44:22.955 INFO STEP 425 (remove_files) COMPLETE
65532026-08-07T21:44:24.400Z[ recovery-image] Aug 07 21:44:22.955 INFO O| Aug 07 21:44:22.955 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-07T21:44:24.408Z[ recovery-image] Aug 07 21:44:22.966 INFO O| Aug 07 21:44:22.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65552026-08-07T21:44:24.408Z[ recovery-image] Aug 07 21:44:22.966 INFO O| Aug 07 21:44:22.966 INFO STEP 426 (remove_files) COMPLETE
65562026-08-07T21:44:24.411Z[ recovery-image] Aug 07 21:44:22.966 INFO O| Aug 07 21:44:22.966 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-07T21:44:24.416Z[ recovery-image] Aug 07 21:44:22.974 INFO O| Aug 07 21:44:22.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65582026-08-07T21:44:24.416Z[ recovery-image] Aug 07 21:44:22.974 INFO O| Aug 07 21:44:22.974 INFO STEP 427 (remove_files) COMPLETE
65592026-08-07T21:44:24.419Z[ recovery-image] Aug 07 21:44:22.974 INFO O| Aug 07 21:44:22.974 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-07T21:44:24.428Z[ recovery-image] Aug 07 21:44:22.984 INFO O| Aug 07 21:44:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65612026-08-07T21:44:24.428Z[ recovery-image] Aug 07 21:44:22.984 INFO O| Aug 07 21:44:22.984 INFO STEP 428 (remove_files) COMPLETE
65622026-08-07T21:44:24.428Z[ recovery-image] Aug 07 21:44:22.984 INFO O| Aug 07 21:44:22.984 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-07T21:44:24.437Z[ recovery-image] Aug 07 21:44:22.994 INFO O| Aug 07 21:44:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65642026-08-07T21:44:24.437Z[ recovery-image] Aug 07 21:44:22.994 INFO O| Aug 07 21:44:22.994 INFO STEP 429 (remove_files) COMPLETE
65652026-08-07T21:44:24.437Z[ recovery-image] Aug 07 21:44:22.994 INFO O| Aug 07 21:44:22.994 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-07T21:44:24.447Z[ recovery-image] Aug 07 21:44:23.005 INFO O| Aug 07 21:44:23.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65672026-08-07T21:44:24.447Z[ recovery-image] Aug 07 21:44:23.005 INFO O| Aug 07 21:44:23.005 INFO STEP 430 (remove_files) COMPLETE
65682026-08-07T21:44:24.447Z[ recovery-image] Aug 07 21:44:23.005 INFO O| Aug 07 21:44:23.005 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-07T21:44:24.457Z[ recovery-image] Aug 07 21:44:23.014 INFO O| Aug 07 21:44:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65702026-08-07T21:44:24.458Z[ recovery-image] Aug 07 21:44:23.014 INFO O| Aug 07 21:44:23.014 INFO STEP 431 (remove_files) COMPLETE
65712026-08-07T21:44:24.460Z[ recovery-image] Aug 07 21:44:23.014 INFO O| Aug 07 21:44:23.014 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-07T21:44:24.465Z[ recovery-image] Aug 07 21:44:23.023 INFO O| Aug 07 21:44:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65732026-08-07T21:44:24.465Z[ recovery-image] Aug 07 21:44:23.023 INFO O| Aug 07 21:44:23.023 INFO STEP 432 (remove_files) COMPLETE
65742026-08-07T21:44:24.468Z[ recovery-image] Aug 07 21:44:23.023 INFO O| Aug 07 21:44:23.023 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-07T21:44:24.473Z[ recovery-image] Aug 07 21:44:23.031 INFO O| Aug 07 21:44:23.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65762026-08-07T21:44:24.473Z[ recovery-image] Aug 07 21:44:23.031 INFO O| Aug 07 21:44:23.031 INFO STEP 433 (remove_files) COMPLETE
65772026-08-07T21:44:24.473Z[ recovery-image] Aug 07 21:44:23.031 INFO O| Aug 07 21:44:23.031 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-07T21:44:24.482Z[ recovery-image] Aug 07 21:44:23.039 INFO O| Aug 07 21:44:23.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65792026-08-07T21:44:24.482Z[ recovery-image] Aug 07 21:44:23.039 INFO O| Aug 07 21:44:23.039 INFO STEP 434 (remove_files) COMPLETE
65802026-08-07T21:44:24.485Z[ recovery-image] Aug 07 21:44:23.039 INFO O| Aug 07 21:44:23.039 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-07T21:44:24.489Z[ recovery-image] Aug 07 21:44:23.047 INFO O| Aug 07 21:44:23.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65822026-08-07T21:44:24.489Z[ recovery-image] Aug 07 21:44:23.047 INFO O| Aug 07 21:44:23.047 INFO STEP 435 (remove_files) COMPLETE
65832026-08-07T21:44:24.489Z[ recovery-image] Aug 07 21:44:23.047 INFO O| Aug 07 21:44:23.047 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-07T21:44:24.497Z[ recovery-image] Aug 07 21:44:23.055 INFO O| Aug 07 21:44:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65852026-08-07T21:44:24.498Z[ recovery-image] Aug 07 21:44:23.055 INFO O| Aug 07 21:44:23.055 INFO STEP 436 (remove_files) COMPLETE
65862026-08-07T21:44:24.498Z[ recovery-image] Aug 07 21:44:23.055 INFO O| Aug 07 21:44:23.055 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-07T21:44:24.507Z[ recovery-image] Aug 07 21:44:23.064 INFO O| Aug 07 21:44:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65882026-08-07T21:44:24.507Z[ recovery-image] Aug 07 21:44:23.064 INFO O| Aug 07 21:44:23.064 INFO STEP 437 (remove_files) COMPLETE
65892026-08-07T21:44:24.510Z[ recovery-image] Aug 07 21:44:23.064 INFO O| Aug 07 21:44:23.064 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-07T21:44:24.515Z[ recovery-image] Aug 07 21:44:23.073 INFO O| Aug 07 21:44:23.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65912026-08-07T21:44:24.515Z[ recovery-image] Aug 07 21:44:23.073 INFO O| Aug 07 21:44:23.073 INFO STEP 438 (remove_files) COMPLETE
65922026-08-07T21:44:24.518Z[ recovery-image] Aug 07 21:44:23.073 INFO O| Aug 07 21:44:23.073 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-07T21:44:24.525Z[ recovery-image] Aug 07 21:44:23.083 INFO O| Aug 07 21:44:23.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65942026-08-07T21:44:24.526Z[ recovery-image] Aug 07 21:44:23.083 INFO O| Aug 07 21:44:23.083 INFO STEP 439 (remove_files) COMPLETE
65952026-08-07T21:44:24.529Z[ recovery-image] Aug 07 21:44:23.083 INFO O| Aug 07 21:44:23.083 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-07T21:44:24.535Z[ recovery-image] Aug 07 21:44:23.092 INFO O| Aug 07 21:44:23.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65972026-08-07T21:44:24.535Z[ recovery-image] Aug 07 21:44:23.093 INFO O| Aug 07 21:44:23.092 INFO STEP 440 (remove_files) COMPLETE
65982026-08-07T21:44:24.538Z[ recovery-image] Aug 07 21:44:23.093 INFO O| Aug 07 21:44:23.092 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-07T21:44:24.546Z[ recovery-image] Aug 07 21:44:23.104 INFO O| Aug 07 21:44:23.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66002026-08-07T21:44:24.546Z[ recovery-image] Aug 07 21:44:23.104 INFO O| Aug 07 21:44:23.104 INFO STEP 441 (remove_files) COMPLETE
66012026-08-07T21:44:24.546Z[ recovery-image] Aug 07 21:44:23.104 INFO O| Aug 07 21:44:23.104 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-07T21:44:24.558Z[ recovery-image] Aug 07 21:44:23.116 INFO O| Aug 07 21:44:23.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66032026-08-07T21:44:24.561Z[ recovery-image] Aug 07 21:44:23.117 INFO O| Aug 07 21:44:23.117 INFO STEP 442 (remove_files) COMPLETE
66042026-08-07T21:44:24.561Z[ recovery-image] Aug 07 21:44:23.117 INFO O| Aug 07 21:44:23.117 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-07T21:44:24.569Z[ recovery-image] Aug 07 21:44:23.126 INFO O| Aug 07 21:44:23.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66062026-08-07T21:44:24.572Z[ recovery-image] Aug 07 21:44:23.127 INFO O| Aug 07 21:44:23.127 INFO STEP 443 (remove_files) COMPLETE
66072026-08-07T21:44:24.572Z[ recovery-image] Aug 07 21:44:23.127 INFO O| Aug 07 21:44:23.127 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-07T21:44:24.579Z[ recovery-image] Aug 07 21:44:23.136 INFO O| Aug 07 21:44:23.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66092026-08-07T21:44:24.579Z[ recovery-image] Aug 07 21:44:23.136 INFO O| Aug 07 21:44:23.136 INFO STEP 444 (remove_files) COMPLETE
66102026-08-07T21:44:24.579Z[ recovery-image] Aug 07 21:44:23.136 INFO O| Aug 07 21:44:23.136 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-07T21:44:24.588Z[ recovery-image] Aug 07 21:44:23.146 INFO O| Aug 07 21:44:23.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66122026-08-07T21:44:24.588Z[ recovery-image] Aug 07 21:44:23.146 INFO O| Aug 07 21:44:23.146 INFO STEP 445 (remove_files) COMPLETE
66132026-08-07T21:44:24.591Z[ recovery-image] Aug 07 21:44:23.146 INFO O| Aug 07 21:44:23.146 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-07T21:44:24.597Z[ recovery-image] Aug 07 21:44:23.154 INFO O| Aug 07 21:44:23.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66152026-08-07T21:44:24.597Z[ recovery-image] Aug 07 21:44:23.155 INFO O| Aug 07 21:44:23.154 INFO STEP 446 (remove_files) COMPLETE
66162026-08-07T21:44:24.597Z[ recovery-image] Aug 07 21:44:23.155 INFO O| Aug 07 21:44:23.155 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-07T21:44:24.600Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
66182026-08-07T21:44:24.607Z[ recovery-image] Aug 07 21:44:23.164 INFO O| Aug 07 21:44:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66192026-08-07T21:44:24.607Z[ recovery-image] Aug 07 21:44:23.164 INFO O| Aug 07 21:44:23.164 INFO STEP 447 (remove_files) COMPLETE
66202026-08-07T21:44:24.607Z[ recovery-image] Aug 07 21:44:23.164 INFO O| Aug 07 21:44:23.164 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-07T21:44:24.618Z[ recovery-image] Aug 07 21:44:23.174 INFO O| Aug 07 21:44:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66222026-08-07T21:44:24.618Z[ recovery-image] Aug 07 21:44:23.174 INFO O| Aug 07 21:44:23.174 INFO STEP 448 (remove_files) COMPLETE
66232026-08-07T21:44:24.621Z[ recovery-image] Aug 07 21:44:23.175 INFO O| Aug 07 21:44:23.174 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-07T21:44:24.627Z[ recovery-image] Aug 07 21:44:23.185 INFO O| Aug 07 21:44:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66252026-08-07T21:44:24.627Z[ recovery-image] Aug 07 21:44:23.185 INFO O| Aug 07 21:44:23.185 INFO STEP 449 (remove_files) COMPLETE
66262026-08-07T21:44:24.627Z[ recovery-image] Aug 07 21:44:23.185 INFO O| Aug 07 21:44:23.185 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-07T21:44:24.637Z[ recovery-image] Aug 07 21:44:23.194 INFO O| Aug 07 21:44:23.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66282026-08-07T21:44:24.637Z[ recovery-image] Aug 07 21:44:23.194 INFO O| Aug 07 21:44:23.194 INFO STEP 450 (remove_files) COMPLETE
66292026-08-07T21:44:24.637Z[ recovery-image] Aug 07 21:44:23.195 INFO O| Aug 07 21:44:23.195 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-07T21:44:24.647Z[ recovery-image] Aug 07 21:44:23.205 INFO O| Aug 07 21:44:23.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66312026-08-07T21:44:24.647Z[ recovery-image] Aug 07 21:44:23.205 INFO O| Aug 07 21:44:23.205 INFO STEP 451 (remove_files) COMPLETE
66322026-08-07T21:44:24.647Z[ recovery-image] Aug 07 21:44:23.205 INFO O| Aug 07 21:44:23.205 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-07T21:44:24.658Z[ recovery-image] Aug 07 21:44:23.215 INFO O| Aug 07 21:44:23.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66342026-08-07T21:44:24.661Z[ recovery-image] Aug 07 21:44:23.215 INFO O| Aug 07 21:44:23.215 INFO STEP 452 (remove_files) COMPLETE
66352026-08-07T21:44:24.661Z[ recovery-image] Aug 07 21:44:23.215 INFO O| Aug 07 21:44:23.215 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-07T21:44:24.686Z[ recovery-image] Aug 07 21:44:23.228 INFO O| Aug 07 21:44:23.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66372026-08-07T21:44:24.686Z[ recovery-image] Aug 07 21:44:23.228 INFO O| Aug 07 21:44:23.228 INFO STEP 453 (remove_files) COMPLETE
66382026-08-07T21:44:24.686Z[ recovery-image] Aug 07 21:44:23.228 INFO O| Aug 07 21:44:23.228 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-07T21:44:24.686Z[ recovery-image] Aug 07 21:44:23.238 INFO O| Aug 07 21:44:23.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66402026-08-07T21:44:24.687Z[ recovery-image] Aug 07 21:44:23.239 INFO O| Aug 07 21:44:23.239 INFO STEP 454 (remove_files) COMPLETE
66412026-08-07T21:44:24.687Z[ recovery-image] Aug 07 21:44:23.239 INFO O| Aug 07 21:44:23.239 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-07T21:44:24.691Z[ recovery-image] Aug 07 21:44:23.248 INFO O| Aug 07 21:44:23.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66432026-08-07T21:44:24.691Z[ recovery-image] Aug 07 21:44:23.248 INFO O| Aug 07 21:44:23.248 INFO STEP 455 (remove_files) COMPLETE
66442026-08-07T21:44:24.691Z[ recovery-image] Aug 07 21:44:23.248 INFO O| Aug 07 21:44:23.248 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-07T21:44:24.698Z[ recovery-image] Aug 07 21:44:23.256 INFO O| Aug 07 21:44:23.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66462026-08-07T21:44:24.698Z[ recovery-image] Aug 07 21:44:23.256 INFO O| Aug 07 21:44:23.256 INFO STEP 456 (remove_files) COMPLETE
66472026-08-07T21:44:24.698Z[ recovery-image] Aug 07 21:44:23.256 INFO O| Aug 07 21:44:23.256 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-07T21:44:24.709Z[ recovery-image] Aug 07 21:44:23.266 INFO O| Aug 07 21:44:23.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66492026-08-07T21:44:24.709Z[ recovery-image] Aug 07 21:44:23.267 INFO O| Aug 07 21:44:23.267 INFO STEP 457 (remove_files) COMPLETE
66502026-08-07T21:44:24.709Z[ recovery-image] Aug 07 21:44:23.267 INFO O| Aug 07 21:44:23.267 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-07T21:44:24.718Z[ recovery-image] Aug 07 21:44:23.275 INFO O| Aug 07 21:44:23.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66522026-08-07T21:44:24.718Z[ recovery-image] Aug 07 21:44:23.275 INFO O| Aug 07 21:44:23.275 INFO STEP 458 (remove_files) COMPLETE
66532026-08-07T21:44:24.718Z[ recovery-image] Aug 07 21:44:23.275 INFO O| Aug 07 21:44:23.275 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-07T21:44:24.729Z[ recovery-image] Aug 07 21:44:23.286 INFO O| Aug 07 21:44:23.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66552026-08-07T21:44:24.730Z[ recovery-image] Aug 07 21:44:23.286 INFO O| Aug 07 21:44:23.286 INFO STEP 459 (remove_files) COMPLETE
66562026-08-07T21:44:24.733Z[ recovery-image] Aug 07 21:44:23.286 INFO O| Aug 07 21:44:23.286 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-07T21:44:24.738Z[ recovery-image] Aug 07 21:44:23.296 INFO O| Aug 07 21:44:23.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66582026-08-07T21:44:24.738Z[ recovery-image] Aug 07 21:44:23.296 INFO O| Aug 07 21:44:23.296 INFO STEP 460 (remove_files) COMPLETE
66592026-08-07T21:44:24.738Z[ recovery-image] Aug 07 21:44:23.296 INFO O| Aug 07 21:44:23.296 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-07T21:44:24.748Z[ recovery-image] Aug 07 21:44:23.306 INFO O| Aug 07 21:44:23.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66612026-08-07T21:44:24.748Z[ recovery-image] Aug 07 21:44:23.306 INFO O| Aug 07 21:44:23.306 INFO STEP 461 (remove_files) COMPLETE
66622026-08-07T21:44:24.752Z[ recovery-image] Aug 07 21:44:23.306 INFO O| Aug 07 21:44:23.306 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-07T21:44:24.756Z[ recovery-image] Aug 07 21:44:23.314 INFO O| Aug 07 21:44:23.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66642026-08-07T21:44:24.760Z[ recovery-image] Aug 07 21:44:23.315 INFO O| Aug 07 21:44:23.315 INFO STEP 462 (remove_files) COMPLETE
66652026-08-07T21:44:24.760Z[ recovery-image] Aug 07 21:44:23.315 INFO O| Aug 07 21:44:23.315 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-07T21:44:24.767Z[ recovery-image] Aug 07 21:44:23.324 INFO O| Aug 07 21:44:23.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66672026-08-07T21:44:24.767Z[ recovery-image] Aug 07 21:44:23.324 INFO O| Aug 07 21:44:23.324 INFO STEP 463 (remove_files) COMPLETE
66682026-08-07T21:44:24.767Z[ recovery-image] Aug 07 21:44:23.324 INFO O| Aug 07 21:44:23.324 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-07T21:44:24.775Z[ recovery-image] Aug 07 21:44:23.332 INFO O| Aug 07 21:44:23.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66702026-08-07T21:44:24.775Z[ recovery-image] Aug 07 21:44:23.332 INFO O| Aug 07 21:44:23.332 INFO STEP 464 (remove_files) COMPLETE
66712026-08-07T21:44:24.778Z[ recovery-image] Aug 07 21:44:23.333 INFO O| Aug 07 21:44:23.332 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-07T21:44:24.783Z[ recovery-image] Aug 07 21:44:23.341 INFO O| Aug 07 21:44:23.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66732026-08-07T21:44:24.783Z[ recovery-image] Aug 07 21:44:23.341 INFO O| Aug 07 21:44:23.341 INFO STEP 465 (remove_files) COMPLETE
66742026-08-07T21:44:24.783Z[ recovery-image] Aug 07 21:44:23.341 INFO O| Aug 07 21:44:23.341 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-07T21:44:24.792Z[ recovery-image] Aug 07 21:44:23.349 INFO O| Aug 07 21:44:23.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66762026-08-07T21:44:24.792Z[ recovery-image] Aug 07 21:44:23.349 INFO O| Aug 07 21:44:23.349 INFO STEP 466 (remove_files) COMPLETE
66772026-08-07T21:44:24.792Z[ recovery-image] Aug 07 21:44:23.349 INFO O| Aug 07 21:44:23.349 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-07T21:44:24.800Z[ recovery-image] Aug 07 21:44:23.357 INFO O| Aug 07 21:44:23.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66792026-08-07T21:44:24.800Z[ recovery-image] Aug 07 21:44:23.357 INFO O| Aug 07 21:44:23.357 INFO STEP 467 (remove_files) COMPLETE
66802026-08-07T21:44:24.800Z[ recovery-image] Aug 07 21:44:23.357 INFO O| Aug 07 21:44:23.357 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-07T21:44:24.810Z[ recovery-image] Aug 07 21:44:23.368 INFO O| Aug 07 21:44:23.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66822026-08-07T21:44:24.810Z[ recovery-image] Aug 07 21:44:23.368 INFO O| Aug 07 21:44:23.368 INFO STEP 468 (remove_files) COMPLETE
66832026-08-07T21:44:24.810Z[ recovery-image] Aug 07 21:44:23.368 INFO O| Aug 07 21:44:23.368 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-07T21:44:24.819Z[ recovery-image] Aug 07 21:44:23.377 INFO O| Aug 07 21:44:23.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66852026-08-07T21:44:24.819Z[ recovery-image] Aug 07 21:44:23.377 INFO O| Aug 07 21:44:23.377 INFO STEP 469 (remove_files) COMPLETE
66862026-08-07T21:44:24.822Z[ recovery-image] Aug 07 21:44:23.377 INFO O| Aug 07 21:44:23.377 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-07T21:44:24.828Z[ recovery-image] Aug 07 21:44:23.386 INFO O| Aug 07 21:44:23.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66882026-08-07T21:44:24.828Z[ recovery-image] Aug 07 21:44:23.386 INFO O| Aug 07 21:44:23.386 INFO STEP 470 (remove_files) COMPLETE
66892026-08-07T21:44:24.828Z[ recovery-image] Aug 07 21:44:23.386 INFO O| Aug 07 21:44:23.386 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-07T21:44:24.837Z[ recovery-image] Aug 07 21:44:23.394 INFO O| Aug 07 21:44:23.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66912026-08-07T21:44:24.837Z[ recovery-image] Aug 07 21:44:23.395 INFO O| Aug 07 21:44:23.395 INFO STEP 471 (remove_files) COMPLETE
66922026-08-07T21:44:24.837Z[ recovery-image] Aug 07 21:44:23.395 INFO O| Aug 07 21:44:23.395 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-07T21:44:24.847Z[ recovery-image] Aug 07 21:44:23.404 INFO O| Aug 07 21:44:23.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66942026-08-07T21:44:24.847Z[ recovery-image] Aug 07 21:44:23.405 INFO O| Aug 07 21:44:23.405 INFO STEP 472 (remove_files) COMPLETE
66952026-08-07T21:44:24.847Z[ recovery-image] Aug 07 21:44:23.405 INFO O| Aug 07 21:44:23.405 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-07T21:44:24.858Z[ recovery-image] Aug 07 21:44:23.414 INFO O| Aug 07 21:44:23.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66972026-08-07T21:44:24.858Z[ recovery-image] Aug 07 21:44:23.414 INFO O| Aug 07 21:44:23.414 INFO STEP 473 (remove_files) COMPLETE
66982026-08-07T21:44:24.858Z[ recovery-image] Aug 07 21:44:23.414 INFO O| Aug 07 21:44:23.414 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-07T21:44:24.866Z[ recovery-image] Aug 07 21:44:23.424 INFO O| Aug 07 21:44:23.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67002026-08-07T21:44:24.866Z[ recovery-image] Aug 07 21:44:23.424 INFO O| Aug 07 21:44:23.424 INFO STEP 474 (remove_files) COMPLETE
67012026-08-07T21:44:24.870Z[ recovery-image] Aug 07 21:44:23.424 INFO O| Aug 07 21:44:23.424 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-07T21:44:24.878Z[ recovery-image] Aug 07 21:44:23.435 INFO O| Aug 07 21:44:23.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67032026-08-07T21:44:24.878Z[ recovery-image] Aug 07 21:44:23.435 INFO O| Aug 07 21:44:23.435 INFO STEP 475 (remove_files) COMPLETE
67042026-08-07T21:44:24.878Z[ recovery-image] Aug 07 21:44:23.435 INFO O| Aug 07 21:44:23.435 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-07T21:44:24.891Z[ recovery-image] Aug 07 21:44:23.449 INFO O| Aug 07 21:44:23.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67062026-08-07T21:44:24.891Z[ recovery-image] Aug 07 21:44:23.449 INFO O| Aug 07 21:44:23.446 INFO STEP 476 (remove_files) COMPLETE
67072026-08-07T21:44:24.891Z[ recovery-image] Aug 07 21:44:23.449 INFO O| Aug 07 21:44:23.446 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-07T21:44:24.899Z[ recovery-image] Aug 07 21:44:23.456 INFO O| Aug 07 21:44:23.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67092026-08-07T21:44:24.899Z[ recovery-image] Aug 07 21:44:23.456 INFO O| Aug 07 21:44:23.456 INFO STEP 477 (remove_files) COMPLETE
67102026-08-07T21:44:24.899Z[ recovery-image] Aug 07 21:44:23.456 INFO O| Aug 07 21:44:23.456 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-07T21:44:24.909Z[ recovery-image] Aug 07 21:44:23.466 INFO O| Aug 07 21:44:23.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67122026-08-07T21:44:24.909Z[ recovery-image] Aug 07 21:44:23.466 INFO O| Aug 07 21:44:23.466 INFO STEP 478 (remove_files) COMPLETE
67132026-08-07T21:44:24.909Z[ recovery-image] Aug 07 21:44:23.466 INFO O| Aug 07 21:44:23.466 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-07T21:44:24.917Z[ recovery-image] Aug 07 21:44:23.474 INFO O| Aug 07 21:44:23.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67152026-08-07T21:44:24.917Z[ recovery-image] Aug 07 21:44:23.475 INFO O| Aug 07 21:44:23.474 INFO STEP 479 (remove_files) COMPLETE
67162026-08-07T21:44:24.917Z[ recovery-image] Aug 07 21:44:23.475 INFO O| Aug 07 21:44:23.474 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-07T21:44:24.927Z[ recovery-image] Aug 07 21:44:23.484 INFO O| Aug 07 21:44:23.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67182026-08-07T21:44:24.927Z[ recovery-image] Aug 07 21:44:23.484 INFO O| Aug 07 21:44:23.484 INFO STEP 480 (remove_files) COMPLETE
67192026-08-07T21:44:24.927Z[ recovery-image] Aug 07 21:44:23.484 INFO O| Aug 07 21:44:23.484 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-07T21:44:24.937Z[ recovery-image] Aug 07 21:44:23.494 INFO O| Aug 07 21:44:23.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67212026-08-07T21:44:24.937Z[ recovery-image] Aug 07 21:44:23.495 INFO O| Aug 07 21:44:23.494 INFO STEP 481 (remove_files) COMPLETE
67222026-08-07T21:44:24.937Z[ recovery-image] Aug 07 21:44:23.495 INFO O| Aug 07 21:44:23.494 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-07T21:44:24.947Z[ recovery-image] Aug 07 21:44:23.504 INFO O| Aug 07 21:44:23.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67242026-08-07T21:44:24.947Z[ recovery-image] Aug 07 21:44:23.504 INFO O| Aug 07 21:44:23.504 INFO STEP 482 (remove_files) COMPLETE
67252026-08-07T21:44:24.947Z[ recovery-image] Aug 07 21:44:23.504 INFO O| Aug 07 21:44:23.504 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-07T21:44:24.955Z[ recovery-image] Aug 07 21:44:23.513 INFO O| Aug 07 21:44:23.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67272026-08-07T21:44:24.955Z[ recovery-image] Aug 07 21:44:23.513 INFO O| Aug 07 21:44:23.513 INFO STEP 483 (remove_files) COMPLETE
67282026-08-07T21:44:24.955Z[ recovery-image] Aug 07 21:44:23.513 INFO O| Aug 07 21:44:23.513 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-07T21:44:24.964Z[ recovery-image] Aug 07 21:44:23.522 INFO O| Aug 07 21:44:23.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67302026-08-07T21:44:24.964Z[ recovery-image] Aug 07 21:44:23.522 INFO O| Aug 07 21:44:23.522 INFO STEP 484 (remove_files) COMPLETE
67312026-08-07T21:44:24.964Z[ recovery-image] Aug 07 21:44:23.522 INFO O| Aug 07 21:44:23.522 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-07T21:44:24.973Z[ recovery-image] Aug 07 21:44:23.530 INFO O| Aug 07 21:44:23.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67332026-08-07T21:44:24.973Z[ recovery-image] Aug 07 21:44:23.530 INFO O| Aug 07 21:44:23.530 INFO STEP 485 (remove_files) COMPLETE
67342026-08-07T21:44:24.973Z[ recovery-image] Aug 07 21:44:23.530 INFO O| Aug 07 21:44:23.530 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-07T21:44:24.985Z[ recovery-image] Aug 07 21:44:23.540 INFO O| Aug 07 21:44:23.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67362026-08-07T21:44:24.985Z[ recovery-image] Aug 07 21:44:23.540 INFO O| Aug 07 21:44:23.540 INFO STEP 486 (remove_files) COMPLETE
67372026-08-07T21:44:24.988Z[ recovery-image] Aug 07 21:44:23.540 INFO O| Aug 07 21:44:23.540 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-07T21:44:24.991Z[ recovery-image] Aug 07 21:44:23.549 INFO O| Aug 07 21:44:23.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67392026-08-07T21:44:24.991Z[ recovery-image] Aug 07 21:44:23.549 INFO O| Aug 07 21:44:23.549 INFO STEP 487 (remove_files) COMPLETE
67402026-08-07T21:44:24.994Z[ recovery-image] Aug 07 21:44:23.549 INFO O| Aug 07 21:44:23.549 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-07T21:44:25.002Z[ recovery-image] Aug 07 21:44:23.559 INFO O| Aug 07 21:44:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67422026-08-07T21:44:25.002Z[ recovery-image] Aug 07 21:44:23.559 INFO O| Aug 07 21:44:23.559 INFO STEP 488 (remove_files) COMPLETE
67432026-08-07T21:44:25.002Z[ recovery-image] Aug 07 21:44:23.559 INFO O| Aug 07 21:44:23.559 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-07T21:44:25.011Z[ recovery-image] Aug 07 21:44:23.568 INFO O| Aug 07 21:44:23.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67452026-08-07T21:44:25.011Z[ recovery-image] Aug 07 21:44:23.569 INFO O| Aug 07 21:44:23.568 INFO STEP 489 (remove_files) COMPLETE
67462026-08-07T21:44:25.011Z[ recovery-image] Aug 07 21:44:23.569 INFO O| Aug 07 21:44:23.569 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-07T21:44:25.020Z[ recovery-image] Aug 07 21:44:23.578 INFO O| Aug 07 21:44:23.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67482026-08-07T21:44:25.020Z[ recovery-image] Aug 07 21:44:23.578 INFO O| Aug 07 21:44:23.578 INFO STEP 490 (remove_files) COMPLETE
67492026-08-07T21:44:25.020Z[ recovery-image] Aug 07 21:44:23.578 INFO O| Aug 07 21:44:23.578 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-07T21:44:25.030Z[ recovery-image] Aug 07 21:44:23.587 INFO O| Aug 07 21:44:23.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67512026-08-07T21:44:25.030Z[ recovery-image] Aug 07 21:44:23.587 INFO O| Aug 07 21:44:23.587 INFO STEP 491 (remove_files) COMPLETE
67522026-08-07T21:44:25.030Z[ recovery-image] Aug 07 21:44:23.587 INFO O| Aug 07 21:44:23.587 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-07T21:44:25.039Z[ recovery-image] Aug 07 21:44:23.596 INFO O| Aug 07 21:44:23.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67542026-08-07T21:44:25.039Z[ recovery-image] Aug 07 21:44:23.597 INFO O| Aug 07 21:44:23.596 INFO STEP 492 (remove_files) COMPLETE
67552026-08-07T21:44:25.039Z[ recovery-image] Aug 07 21:44:23.597 INFO O| Aug 07 21:44:23.596 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-07T21:44:25.048Z[ recovery-image] Aug 07 21:44:23.606 INFO O| Aug 07 21:44:23.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67572026-08-07T21:44:25.048Z[ recovery-image] Aug 07 21:44:23.606 INFO O| Aug 07 21:44:23.606 INFO STEP 493 (remove_files) COMPLETE
67582026-08-07T21:44:25.048Z[ recovery-image] Aug 07 21:44:23.606 INFO O| Aug 07 21:44:23.606 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-07T21:44:25.057Z[ recovery-image] Aug 07 21:44:23.615 INFO O| Aug 07 21:44:23.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67602026-08-07T21:44:25.057Z[ recovery-image] Aug 07 21:44:23.615 INFO O| Aug 07 21:44:23.615 INFO STEP 494 (remove_files) COMPLETE
67612026-08-07T21:44:25.057Z[ recovery-image] Aug 07 21:44:23.615 INFO O| Aug 07 21:44:23.615 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-07T21:44:25.066Z[ recovery-image] Aug 07 21:44:23.624 INFO O| Aug 07 21:44:23.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67632026-08-07T21:44:25.067Z[ recovery-image] Aug 07 21:44:23.624 INFO O| Aug 07 21:44:23.624 INFO STEP 495 (remove_files) COMPLETE
67642026-08-07T21:44:25.067Z[ recovery-image] Aug 07 21:44:23.624 INFO O| Aug 07 21:44:23.624 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-07T21:44:25.076Z[ recovery-image] Aug 07 21:44:23.633 INFO O| Aug 07 21:44:23.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67662026-08-07T21:44:25.076Z[ recovery-image] Aug 07 21:44:23.633 INFO O| Aug 07 21:44:23.633 INFO STEP 496 (remove_files) COMPLETE
67672026-08-07T21:44:25.076Z[ recovery-image] Aug 07 21:44:23.633 INFO O| Aug 07 21:44:23.633 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-07T21:44:25.085Z[ recovery-image] Aug 07 21:44:23.642 INFO O| Aug 07 21:44:23.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67692026-08-07T21:44:25.085Z[ recovery-image] Aug 07 21:44:23.642 INFO O| Aug 07 21:44:23.642 INFO STEP 497 (remove_files) COMPLETE
67702026-08-07T21:44:25.085Z[ recovery-image] Aug 07 21:44:23.642 INFO O| Aug 07 21:44:23.642 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-07T21:44:25.094Z[ recovery-image] Aug 07 21:44:23.651 INFO O| Aug 07 21:44:23.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67722026-08-07T21:44:25.094Z[ recovery-image] Aug 07 21:44:23.651 INFO O| Aug 07 21:44:23.651 INFO STEP 498 (remove_files) COMPLETE
67732026-08-07T21:44:25.094Z[ recovery-image] Aug 07 21:44:23.651 INFO O| Aug 07 21:44:23.651 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-07T21:44:25.105Z[ recovery-image] Aug 07 21:44:23.661 INFO O| Aug 07 21:44:23.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67752026-08-07T21:44:25.106Z[ recovery-image] Aug 07 21:44:23.661 INFO O| Aug 07 21:44:23.661 INFO STEP 499 (remove_files) COMPLETE
67762026-08-07T21:44:25.106Z[ recovery-image] Aug 07 21:44:23.661 INFO O| Aug 07 21:44:23.661 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-07T21:44:25.112Z[ recovery-image] Aug 07 21:44:23.670 INFO O| Aug 07 21:44:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67782026-08-07T21:44:25.112Z[ recovery-image] Aug 07 21:44:23.670 INFO O| Aug 07 21:44:23.670 INFO STEP 500 (remove_files) COMPLETE
67792026-08-07T21:44:25.112Z[ recovery-image] Aug 07 21:44:23.670 INFO O| Aug 07 21:44:23.670 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-07T21:44:25.122Z[ recovery-image] Aug 07 21:44:23.679 INFO O| Aug 07 21:44:23.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67812026-08-07T21:44:25.122Z[ recovery-image] Aug 07 21:44:23.679 INFO O| Aug 07 21:44:23.679 INFO STEP 501 (remove_files) COMPLETE
67822026-08-07T21:44:25.125Z[ recovery-image] Aug 07 21:44:23.679 INFO O| Aug 07 21:44:23.679 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-07T21:44:25.131Z[ recovery-image] Aug 07 21:44:23.688 INFO O| Aug 07 21:44:23.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67842026-08-07T21:44:25.131Z[ recovery-image] Aug 07 21:44:23.688 INFO O| Aug 07 21:44:23.688 INFO STEP 502 (remove_files) COMPLETE
67852026-08-07T21:44:25.131Z[ recovery-image] Aug 07 21:44:23.688 INFO O| Aug 07 21:44:23.688 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-07T21:44:25.141Z[ recovery-image] Aug 07 21:44:23.698 INFO O| Aug 07 21:44:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67872026-08-07T21:44:25.141Z[ recovery-image] Aug 07 21:44:23.698 INFO O| Aug 07 21:44:23.698 INFO STEP 503 (remove_files) COMPLETE
67882026-08-07T21:44:25.141Z[ recovery-image] Aug 07 21:44:23.698 INFO O| Aug 07 21:44:23.698 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-07T21:44:25.150Z[ recovery-image] Aug 07 21:44:23.707 INFO O| Aug 07 21:44:23.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67902026-08-07T21:44:25.150Z[ recovery-image] Aug 07 21:44:23.707 INFO O| Aug 07 21:44:23.707 INFO STEP 504 (remove_files) COMPLETE
67912026-08-07T21:44:25.150Z[ recovery-image] Aug 07 21:44:23.707 INFO O| Aug 07 21:44:23.707 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-07T21:44:25.164Z[ recovery-image] Aug 07 21:44:23.720 INFO O| Aug 07 21:44:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67932026-08-07T21:44:25.164Z[ recovery-image] Aug 07 21:44:23.720 INFO O| Aug 07 21:44:23.720 INFO STEP 505 (remove_files) COMPLETE
67942026-08-07T21:44:25.164Z[ recovery-image] Aug 07 21:44:23.720 INFO O| Aug 07 21:44:23.720 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-07T21:44:25.174Z[ recovery-image] Aug 07 21:44:23.732 INFO O| Aug 07 21:44:23.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67962026-08-07T21:44:25.174Z[ recovery-image] Aug 07 21:44:23.732 INFO O| Aug 07 21:44:23.732 INFO STEP 506 (remove_files) COMPLETE
67972026-08-07T21:44:25.174Z[ recovery-image] Aug 07 21:44:23.732 INFO O| Aug 07 21:44:23.732 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-07T21:44:25.185Z[ recovery-image] Aug 07 21:44:23.742 INFO O| Aug 07 21:44:23.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67992026-08-07T21:44:25.185Z[ recovery-image] Aug 07 21:44:23.742 INFO O| Aug 07 21:44:23.742 INFO STEP 507 (remove_files) COMPLETE
68002026-08-07T21:44:25.185Z[ recovery-image] Aug 07 21:44:23.742 INFO O| Aug 07 21:44:23.742 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-07T21:44:25.196Z[ recovery-image] Aug 07 21:44:23.752 INFO O| Aug 07 21:44:23.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68022026-08-07T21:44:25.196Z[ recovery-image] Aug 07 21:44:23.752 INFO O| Aug 07 21:44:23.752 INFO STEP 508 (remove_files) COMPLETE
68032026-08-07T21:44:25.196Z[ recovery-image] Aug 07 21:44:23.752 INFO O| Aug 07 21:44:23.752 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-07T21:44:25.204Z[ recovery-image] Aug 07 21:44:23.761 INFO O| Aug 07 21:44:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68052026-08-07T21:44:25.204Z[ recovery-image] Aug 07 21:44:23.761 INFO O| Aug 07 21:44:23.761 INFO STEP 509 (remove_files) COMPLETE
68062026-08-07T21:44:25.207Z[ recovery-image] Aug 07 21:44:23.761 INFO O| Aug 07 21:44:23.761 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-07T21:44:25.213Z[ recovery-image] Aug 07 21:44:23.771 INFO O| Aug 07 21:44:23.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68082026-08-07T21:44:25.213Z[ recovery-image] Aug 07 21:44:23.771 INFO O| Aug 07 21:44:23.771 INFO STEP 510 (remove_files) COMPLETE
68092026-08-07T21:44:25.216Z[ recovery-image] Aug 07 21:44:23.771 INFO O| Aug 07 21:44:23.771 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-07T21:44:25.229Z[ recovery-image] Aug 07 21:44:23.786 INFO O| Aug 07 21:44:23.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68112026-08-07T21:44:25.229Z[ recovery-image] Aug 07 21:44:23.786 INFO O| Aug 07 21:44:23.782 INFO STEP 511 (remove_files) COMPLETE
68122026-08-07T21:44:25.229Z[ recovery-image] Aug 07 21:44:23.786 INFO O| Aug 07 21:44:23.782 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-07T21:44:25.248Z[ recovery-image] Aug 07 21:44:23.802 INFO O| Aug 07 21:44:23.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68142026-08-07T21:44:25.248Z[ recovery-image] Aug 07 21:44:23.802 INFO O| Aug 07 21:44:23.797 INFO STEP 512 (remove_files) COMPLETE
68152026-08-07T21:44:25.248Z[ recovery-image] Aug 07 21:44:23.802 INFO O| Aug 07 21:44:23.797 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-07T21:44:25.251Z[ recovery-image] Aug 07 21:44:23.807 INFO O| Aug 07 21:44:23.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68172026-08-07T21:44:25.255Z[ recovery-image] Aug 07 21:44:23.810 INFO O| Aug 07 21:44:23.810 INFO STEP 513 (remove_files) COMPLETE
68182026-08-07T21:44:25.255Z[ recovery-image] Aug 07 21:44:23.810 INFO O| Aug 07 21:44:23.810 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-07T21:44:25.262Z[ recovery-image] Aug 07 21:44:23.819 INFO O| Aug 07 21:44:23.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68202026-08-07T21:44:25.262Z[ recovery-image] Aug 07 21:44:23.819 INFO O| Aug 07 21:44:23.819 INFO STEP 514 (remove_files) COMPLETE
68212026-08-07T21:44:25.262Z[ recovery-image] Aug 07 21:44:23.819 INFO O| Aug 07 21:44:23.819 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-07T21:44:25.270Z[ recovery-image] Aug 07 21:44:23.828 INFO O| Aug 07 21:44:23.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68232026-08-07T21:44:25.270Z[ recovery-image] Aug 07 21:44:23.828 INFO O| Aug 07 21:44:23.828 INFO STEP 515 (remove_files) COMPLETE
68242026-08-07T21:44:25.270Z[ recovery-image] Aug 07 21:44:23.828 INFO O| Aug 07 21:44:23.828 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-07T21:44:25.279Z[ recovery-image] Aug 07 21:44:23.836 INFO O| Aug 07 21:44:23.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68262026-08-07T21:44:25.279Z[ recovery-image] Aug 07 21:44:23.836 INFO O| Aug 07 21:44:23.836 INFO STEP 516 (remove_files) COMPLETE
68272026-08-07T21:44:25.279Z[ recovery-image] Aug 07 21:44:23.836 INFO O| Aug 07 21:44:23.836 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-07T21:44:25.287Z[ recovery-image] Aug 07 21:44:23.844 INFO O| Aug 07 21:44:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68292026-08-07T21:44:25.287Z[ recovery-image] Aug 07 21:44:23.845 INFO O| Aug 07 21:44:23.844 INFO STEP 517 (remove_files) COMPLETE
68302026-08-07T21:44:25.287Z[ recovery-image] Aug 07 21:44:23.845 INFO O| Aug 07 21:44:23.844 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-07T21:44:25.295Z[ recovery-image] Aug 07 21:44:23.852 INFO O| Aug 07 21:44:23.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68322026-08-07T21:44:25.295Z[ recovery-image] Aug 07 21:44:23.852 INFO O| Aug 07 21:44:23.852 INFO STEP 518 (remove_files) COMPLETE
68332026-08-07T21:44:25.298Z[ recovery-image] Aug 07 21:44:23.852 INFO O| Aug 07 21:44:23.852 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-07T21:44:25.302Z[ recovery-image] Aug 07 21:44:23.860 INFO O| Aug 07 21:44:23.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68352026-08-07T21:44:25.306Z[ recovery-image] Aug 07 21:44:23.860 INFO O| Aug 07 21:44:23.860 INFO STEP 519 (remove_files) COMPLETE
68362026-08-07T21:44:25.306Z[ recovery-image] Aug 07 21:44:23.860 INFO O| Aug 07 21:44:23.860 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-07T21:44:25.311Z[ recovery-image] Aug 07 21:44:23.869 INFO O| Aug 07 21:44:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68382026-08-07T21:44:25.314Z[ recovery-image] Aug 07 21:44:23.870 INFO O| Aug 07 21:44:23.870 INFO STEP 520 (remove_files) COMPLETE
68392026-08-07T21:44:25.314Z[ recovery-image] Aug 07 21:44:23.870 INFO O| Aug 07 21:44:23.870 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-07T21:44:25.321Z[ recovery-image] Aug 07 21:44:23.878 INFO O| Aug 07 21:44:23.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68412026-08-07T21:44:25.321Z[ recovery-image] Aug 07 21:44:23.878 INFO O| Aug 07 21:44:23.878 INFO STEP 521 (remove_files) COMPLETE
68422026-08-07T21:44:25.324Z[ recovery-image] Aug 07 21:44:23.878 INFO O| Aug 07 21:44:23.878 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-07T21:44:25.330Z[ recovery-image] Aug 07 21:44:23.888 INFO O| Aug 07 21:44:23.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68442026-08-07T21:44:25.330Z[ recovery-image] Aug 07 21:44:23.888 INFO O| Aug 07 21:44:23.888 INFO STEP 522 (remove_files) COMPLETE
68452026-08-07T21:44:25.330Z[ recovery-image] Aug 07 21:44:23.888 INFO O| Aug 07 21:44:23.888 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-07T21:44:25.340Z[ recovery-image] Aug 07 21:44:23.897 INFO O| Aug 07 21:44:23.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68472026-08-07T21:44:25.340Z[ recovery-image] Aug 07 21:44:23.897 INFO O| Aug 07 21:44:23.897 INFO STEP 523 (remove_files) COMPLETE
68482026-08-07T21:44:25.340Z[ recovery-image] Aug 07 21:44:23.897 INFO O| Aug 07 21:44:23.897 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-07T21:44:25.349Z[ recovery-image] Aug 07 21:44:23.907 INFO O| Aug 07 21:44:23.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68502026-08-07T21:44:25.349Z[ recovery-image] Aug 07 21:44:23.907 INFO O| Aug 07 21:44:23.907 INFO STEP 524 (remove_files) COMPLETE
68512026-08-07T21:44:25.349Z[ recovery-image] Aug 07 21:44:23.907 INFO O| Aug 07 21:44:23.907 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-07T21:44:25.360Z[ recovery-image] Aug 07 21:44:23.917 INFO O| Aug 07 21:44:23.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68532026-08-07T21:44:25.360Z[ recovery-image] Aug 07 21:44:23.917 INFO O| Aug 07 21:44:23.917 INFO STEP 525 (remove_files) COMPLETE
68542026-08-07T21:44:25.360Z[ recovery-image] Aug 07 21:44:23.917 INFO O| Aug 07 21:44:23.917 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-07T21:44:25.371Z[ recovery-image] Aug 07 21:44:23.929 INFO O| Aug 07 21:44:23.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68562026-08-07T21:44:25.371Z[ recovery-image] Aug 07 21:44:23.929 INFO O| Aug 07 21:44:23.929 INFO STEP 526 (remove_files) COMPLETE
68572026-08-07T21:44:25.372Z[ recovery-image] Aug 07 21:44:23.929 INFO O| Aug 07 21:44:23.929 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-07T21:44:25.382Z[ recovery-image] Aug 07 21:44:23.940 INFO O| Aug 07 21:44:23.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68592026-08-07T21:44:25.382Z[ recovery-image] Aug 07 21:44:23.940 INFO O| Aug 07 21:44:23.940 INFO STEP 527 (remove_files) COMPLETE
68602026-08-07T21:44:25.383Z[ recovery-image] Aug 07 21:44:23.940 INFO O| Aug 07 21:44:23.940 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-07T21:44:25.397Z[ recovery-image] Aug 07 21:44:23.949 INFO O| Aug 07 21:44:23.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68622026-08-07T21:44:25.397Z[ recovery-image] Aug 07 21:44:23.950 INFO O| Aug 07 21:44:23.949 INFO STEP 528 (remove_files) COMPLETE
68632026-08-07T21:44:25.397Z[ recovery-image] Aug 07 21:44:23.950 INFO O| Aug 07 21:44:23.950 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-07T21:44:25.401Z[ recovery-image] Aug 07 21:44:23.959 INFO O| Aug 07 21:44:23.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68652026-08-07T21:44:25.401Z[ recovery-image] Aug 07 21:44:23.959 INFO O| Aug 07 21:44:23.959 INFO STEP 529 (remove_files) COMPLETE
68662026-08-07T21:44:25.404Z[ recovery-image] Aug 07 21:44:23.959 INFO O| Aug 07 21:44:23.959 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-07T21:44:25.411Z[ recovery-image] Aug 07 21:44:23.968 INFO O| Aug 07 21:44:23.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68682026-08-07T21:44:25.411Z[ recovery-image] Aug 07 21:44:23.968 INFO O| Aug 07 21:44:23.968 INFO STEP 530 (remove_files) COMPLETE
68692026-08-07T21:44:25.411Z[ recovery-image] Aug 07 21:44:23.968 INFO O| Aug 07 21:44:23.968 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-07T21:44:25.421Z[ recovery-image] Aug 07 21:44:23.979 INFO O| Aug 07 21:44:23.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68712026-08-07T21:44:25.421Z[ recovery-image] Aug 07 21:44:23.979 INFO O| Aug 07 21:44:23.979 INFO STEP 531 (remove_files) COMPLETE
68722026-08-07T21:44:25.425Z[ recovery-image] Aug 07 21:44:23.979 INFO O| Aug 07 21:44:23.979 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-07T21:44:25.431Z[ recovery-image] Aug 07 21:44:23.989 INFO O| Aug 07 21:44:23.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68742026-08-07T21:44:25.431Z[ recovery-image] Aug 07 21:44:23.989 INFO O| Aug 07 21:44:23.989 INFO STEP 532 (remove_files) COMPLETE
68752026-08-07T21:44:25.431Z[ recovery-image] Aug 07 21:44:23.989 INFO O| Aug 07 21:44:23.989 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-07T21:44:25.440Z[ recovery-image] Aug 07 21:44:23.998 INFO O| Aug 07 21:44:23.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68772026-08-07T21:44:25.440Z[ recovery-image] Aug 07 21:44:23.998 INFO O| Aug 07 21:44:23.998 INFO STEP 533 (remove_files) COMPLETE
68782026-08-07T21:44:25.441Z[ recovery-image] Aug 07 21:44:23.998 INFO O| Aug 07 21:44:23.998 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-07T21:44:25.452Z[ recovery-image] Aug 07 21:44:24.009 INFO O| Aug 07 21:44:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68802026-08-07T21:44:25.452Z[ recovery-image] Aug 07 21:44:24.009 INFO O| Aug 07 21:44:24.009 INFO STEP 534 (remove_files) COMPLETE
68812026-08-07T21:44:25.452Z[ recovery-image] Aug 07 21:44:24.009 INFO O| Aug 07 21:44:24.009 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-07T21:44:25.463Z[ recovery-image] Aug 07 21:44:24.020 INFO O| Aug 07 21:44:24.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68832026-08-07T21:44:25.463Z[ recovery-image] Aug 07 21:44:24.020 INFO O| Aug 07 21:44:24.020 INFO STEP 535 (remove_files) COMPLETE
68842026-08-07T21:44:25.463Z[ recovery-image] Aug 07 21:44:24.020 INFO O| Aug 07 21:44:24.020 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-07T21:44:25.473Z[ recovery-image] Aug 07 21:44:24.030 INFO O| Aug 07 21:44:24.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68862026-08-07T21:44:25.473Z[ recovery-image] Aug 07 21:44:24.030 INFO O| Aug 07 21:44:24.030 INFO STEP 536 (remove_files) COMPLETE
68872026-08-07T21:44:25.473Z[ recovery-image] Aug 07 21:44:24.030 INFO O| Aug 07 21:44:24.030 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-07T21:44:25.488Z[ recovery-image] Aug 07 21:44:24.045 INFO O| Aug 07 21:44:24.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68892026-08-07T21:44:25.492Z[ recovery-image] Aug 07 21:44:24.046 INFO O| Aug 07 21:44:24.046 INFO STEP 537 (remove_files) COMPLETE
68902026-08-07T21:44:25.492Z[ recovery-image] Aug 07 21:44:24.046 INFO O| Aug 07 21:44:24.046 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-07T21:44:25.501Z[ recovery-image] Aug 07 21:44:24.058 INFO O| Aug 07 21:44:24.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68922026-08-07T21:44:25.504Z[ recovery-image] Aug 07 21:44:24.059 INFO O| Aug 07 21:44:24.059 INFO STEP 538 (remove_files) COMPLETE
68932026-08-07T21:44:25.504Z[ recovery-image] Aug 07 21:44:24.059 INFO O| Aug 07 21:44:24.059 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-07T21:44:25.513Z[ recovery-image] Aug 07 21:44:24.070 INFO O| Aug 07 21:44:24.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68952026-08-07T21:44:25.513Z[ recovery-image] Aug 07 21:44:24.070 INFO O| Aug 07 21:44:24.070 INFO STEP 539 (remove_files) COMPLETE
68962026-08-07T21:44:25.513Z[ recovery-image] Aug 07 21:44:24.070 INFO O| Aug 07 21:44:24.070 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-07T21:44:25.526Z[ recovery-image] Aug 07 21:44:24.082 INFO O| Aug 07 21:44:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68982026-08-07T21:44:25.526Z[ recovery-image] Aug 07 21:44:24.082 INFO O| Aug 07 21:44:24.082 INFO STEP 540 (remove_files) COMPLETE
68992026-08-07T21:44:25.526Z[ recovery-image] Aug 07 21:44:24.082 INFO O| Aug 07 21:44:24.082 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-07T21:44:25.532Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
69012026-08-07T21:44:25.536Z[ recovery-image] Aug 07 21:44:24.093 INFO O| Aug 07 21:44:24.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69022026-08-07T21:44:25.539Z[ recovery-image] Aug 07 21:44:24.093 INFO O| Aug 07 21:44:24.093 INFO STEP 541 (remove_files) COMPLETE
69032026-08-07T21:44:25.539Z[ recovery-image] Aug 07 21:44:24.093 INFO O| Aug 07 21:44:24.093 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-07T21:44:25.547Z[ recovery-image] Aug 07 21:44:24.104 INFO O| Aug 07 21:44:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69052026-08-07T21:44:25.547Z[ recovery-image] Aug 07 21:44:24.104 INFO O| Aug 07 21:44:24.103 INFO STEP 542 (remove_files) COMPLETE
69062026-08-07T21:44:25.550Z[ recovery-image] Aug 07 21:44:24.104 INFO O| Aug 07 21:44:24.103 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-07T21:44:25.556Z[ recovery-image] Aug 07 21:44:24.114 INFO O| Aug 07 21:44:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69082026-08-07T21:44:25.556Z[ recovery-image] Aug 07 21:44:24.114 INFO O| Aug 07 21:44:24.114 INFO STEP 543 (remove_files) COMPLETE
69092026-08-07T21:44:25.556Z[ recovery-image] Aug 07 21:44:24.114 INFO O| Aug 07 21:44:24.114 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-07T21:44:25.565Z[ recovery-image] Aug 07 21:44:24.123 INFO O| Aug 07 21:44:24.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69112026-08-07T21:44:25.566Z[ recovery-image] Aug 07 21:44:24.123 INFO O| Aug 07 21:44:24.123 INFO STEP 544 (remove_files) COMPLETE
69122026-08-07T21:44:25.566Z[ recovery-image] Aug 07 21:44:24.123 INFO O| Aug 07 21:44:24.123 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-07T21:44:25.575Z[ recovery-image] Aug 07 21:44:24.132 INFO O| Aug 07 21:44:24.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69142026-08-07T21:44:25.575Z[ recovery-image] Aug 07 21:44:24.132 INFO O| Aug 07 21:44:24.132 INFO STEP 545 (remove_files) COMPLETE
69152026-08-07T21:44:25.575Z[ recovery-image] Aug 07 21:44:24.132 INFO O| Aug 07 21:44:24.132 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-07T21:44:25.585Z[ recovery-image] Aug 07 21:44:24.142 INFO O| Aug 07 21:44:24.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69172026-08-07T21:44:25.585Z[ recovery-image] Aug 07 21:44:24.142 INFO O| Aug 07 21:44:24.142 INFO STEP 546 (remove_files) COMPLETE
69182026-08-07T21:44:25.585Z[ recovery-image] Aug 07 21:44:24.142 INFO O| Aug 07 21:44:24.142 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-07T21:44:25.593Z[ recovery-image] Aug 07 21:44:24.151 INFO O| Aug 07 21:44:24.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69202026-08-07T21:44:25.593Z[ recovery-image] Aug 07 21:44:24.151 INFO O| Aug 07 21:44:24.151 INFO STEP 547 (remove_files) COMPLETE
69212026-08-07T21:44:25.593Z[ recovery-image] Aug 07 21:44:24.151 INFO O| Aug 07 21:44:24.151 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-07T21:44:25.602Z[ recovery-image] Aug 07 21:44:24.160 INFO O| Aug 07 21:44:24.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69232026-08-07T21:44:25.602Z[ recovery-image] Aug 07 21:44:24.160 INFO O| Aug 07 21:44:24.160 INFO STEP 548 (remove_files) COMPLETE
69242026-08-07T21:44:25.602Z[ recovery-image] Aug 07 21:44:24.160 INFO O| Aug 07 21:44:24.160 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-07T21:44:25.612Z[ recovery-image] Aug 07 21:44:24.170 INFO O| Aug 07 21:44:24.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69262026-08-07T21:44:25.612Z[ recovery-image] Aug 07 21:44:24.170 INFO O| Aug 07 21:44:24.170 INFO STEP 549 (remove_files) COMPLETE
69272026-08-07T21:44:25.612Z[ recovery-image] Aug 07 21:44:24.170 INFO O| Aug 07 21:44:24.170 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-07T21:44:25.622Z[ recovery-image] Aug 07 21:44:24.179 INFO O| Aug 07 21:44:24.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69292026-08-07T21:44:25.623Z[ recovery-image] Aug 07 21:44:24.179 INFO O| Aug 07 21:44:24.179 INFO STEP 550 (remove_files) COMPLETE
69302026-08-07T21:44:25.623Z[ recovery-image] Aug 07 21:44:24.179 INFO O| Aug 07 21:44:24.179 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-07T21:44:25.632Z[ recovery-image] Aug 07 21:44:24.189 INFO O| Aug 07 21:44:24.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69322026-08-07T21:44:25.632Z[ recovery-image] Aug 07 21:44:24.189 INFO O| Aug 07 21:44:24.189 INFO STEP 551 (remove_files) COMPLETE
69332026-08-07T21:44:25.632Z[ recovery-image] Aug 07 21:44:24.189 INFO O| Aug 07 21:44:24.189 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-07T21:44:25.642Z[ recovery-image] Aug 07 21:44:24.199 INFO O| Aug 07 21:44:24.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69352026-08-07T21:44:25.642Z[ recovery-image] Aug 07 21:44:24.199 INFO O| Aug 07 21:44:24.199 INFO STEP 552 (remove_files) COMPLETE
69362026-08-07T21:44:25.645Z[ recovery-image] Aug 07 21:44:24.199 INFO O| Aug 07 21:44:24.199 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-07T21:44:25.651Z[ recovery-image] Aug 07 21:44:24.209 INFO O| Aug 07 21:44:24.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69382026-08-07T21:44:25.656Z[ recovery-image] Aug 07 21:44:24.210 INFO O| Aug 07 21:44:24.210 INFO STEP 553 (remove_files) COMPLETE
69392026-08-07T21:44:25.656Z[ recovery-image] Aug 07 21:44:24.210 INFO O| Aug 07 21:44:24.210 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-07T21:44:25.662Z[ recovery-image] Aug 07 21:44:24.219 INFO O| Aug 07 21:44:24.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69412026-08-07T21:44:25.662Z[ recovery-image] Aug 07 21:44:24.219 INFO O| Aug 07 21:44:24.219 INFO STEP 554 (remove_files) COMPLETE
69422026-08-07T21:44:25.665Z[ recovery-image] Aug 07 21:44:24.219 INFO O| Aug 07 21:44:24.219 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-07T21:44:25.674Z[ recovery-image] Aug 07 21:44:24.230 INFO O| Aug 07 21:44:24.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69442026-08-07T21:44:25.674Z[ recovery-image] Aug 07 21:44:24.230 INFO O| Aug 07 21:44:24.230 INFO STEP 555 (remove_files) COMPLETE
69452026-08-07T21:44:25.674Z[ recovery-image] Aug 07 21:44:24.230 INFO O| Aug 07 21:44:24.230 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-07T21:44:25.681Z[ recovery-image] Aug 07 21:44:24.239 INFO O| Aug 07 21:44:24.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69472026-08-07T21:44:25.681Z[ recovery-image] Aug 07 21:44:24.239 INFO O| Aug 07 21:44:24.239 INFO STEP 556 (remove_files) COMPLETE
69482026-08-07T21:44:25.681Z[ recovery-image] Aug 07 21:44:24.239 INFO O| Aug 07 21:44:24.239 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-07T21:44:25.690Z[ recovery-image] Aug 07 21:44:24.248 INFO O| Aug 07 21:44:24.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69502026-08-07T21:44:25.691Z[ recovery-image] Aug 07 21:44:24.248 INFO O| Aug 07 21:44:24.248 INFO STEP 557 (remove_files) COMPLETE
69512026-08-07T21:44:25.691Z[ recovery-image] Aug 07 21:44:24.248 INFO O| Aug 07 21:44:24.248 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-07T21:44:25.699Z[ recovery-image] Aug 07 21:44:24.256 INFO O| Aug 07 21:44:24.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69532026-08-07T21:44:25.699Z[ recovery-image] Aug 07 21:44:24.256 INFO O| Aug 07 21:44:24.256 INFO STEP 558 (remove_files) COMPLETE
69542026-08-07T21:44:25.705Z[ recovery-image] Aug 07 21:44:24.256 INFO O| Aug 07 21:44:24.256 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-07T21:44:25.708Z[ recovery-image] Aug 07 21:44:24.265 INFO O| Aug 07 21:44:24.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69562026-08-07T21:44:25.708Z[ recovery-image] Aug 07 21:44:24.265 INFO O| Aug 07 21:44:24.265 INFO STEP 559 (remove_files) COMPLETE
69572026-08-07T21:44:25.708Z[ recovery-image] Aug 07 21:44:24.265 INFO O| Aug 07 21:44:24.265 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-07T21:44:25.716Z[ recovery-image] Aug 07 21:44:24.273 INFO O| Aug 07 21:44:24.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69592026-08-07T21:44:25.716Z[ recovery-image] Aug 07 21:44:24.273 INFO O| Aug 07 21:44:24.273 INFO STEP 560 (remove_files) COMPLETE
69602026-08-07T21:44:25.716Z[ recovery-image] Aug 07 21:44:24.273 INFO O| Aug 07 21:44:24.273 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-07T21:44:25.724Z[ recovery-image] Aug 07 21:44:24.281 INFO O| Aug 07 21:44:24.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69622026-08-07T21:44:25.724Z[ recovery-image] Aug 07 21:44:24.281 INFO O| Aug 07 21:44:24.281 INFO STEP 561 (remove_files) COMPLETE
69632026-08-07T21:44:25.727Z[ recovery-image] Aug 07 21:44:24.281 INFO O| Aug 07 21:44:24.281 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-07T21:44:25.732Z[ recovery-image] Aug 07 21:44:24.289 INFO O| Aug 07 21:44:24.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69652026-08-07T21:44:25.732Z[ recovery-image] Aug 07 21:44:24.289 INFO O| Aug 07 21:44:24.289 INFO STEP 562 (remove_files) COMPLETE
69662026-08-07T21:44:25.735Z[ recovery-image] Aug 07 21:44:24.289 INFO O| Aug 07 21:44:24.289 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-07T21:44:25.740Z[ recovery-image] Aug 07 21:44:24.297 INFO O| Aug 07 21:44:24.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69682026-08-07T21:44:25.740Z[ recovery-image] Aug 07 21:44:24.297 INFO O| Aug 07 21:44:24.297 INFO STEP 563 (remove_files) COMPLETE
69692026-08-07T21:44:25.740Z[ recovery-image] Aug 07 21:44:24.297 INFO O| Aug 07 21:44:24.297 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-07T21:44:25.750Z[ recovery-image] Aug 07 21:44:24.306 INFO O| Aug 07 21:44:24.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69712026-08-07T21:44:25.750Z[ recovery-image] Aug 07 21:44:24.306 INFO O| Aug 07 21:44:24.306 INFO STEP 564 (remove_files) COMPLETE
69722026-08-07T21:44:25.754Z[ recovery-image] Aug 07 21:44:24.306 INFO O| Aug 07 21:44:24.306 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-07T21:44:25.758Z[ recovery-image] Aug 07 21:44:24.316 INFO O| Aug 07 21:44:24.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69742026-08-07T21:44:25.758Z[ recovery-image] Aug 07 21:44:24.316 INFO O| Aug 07 21:44:24.316 INFO STEP 565 (remove_files) COMPLETE
69752026-08-07T21:44:25.761Z[ recovery-image] Aug 07 21:44:24.316 INFO O| Aug 07 21:44:24.316 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-07T21:44:25.768Z[ recovery-image] Aug 07 21:44:24.325 INFO O| Aug 07 21:44:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69772026-08-07T21:44:25.768Z[ recovery-image] Aug 07 21:44:24.325 INFO O| Aug 07 21:44:24.325 INFO STEP 566 (remove_files) COMPLETE
69782026-08-07T21:44:25.771Z[ recovery-image] Aug 07 21:44:24.325 INFO O| Aug 07 21:44:24.325 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-07T21:44:25.776Z[ recovery-image] Aug 07 21:44:24.334 INFO O| Aug 07 21:44:24.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69802026-08-07T21:44:25.777Z[ recovery-image] Aug 07 21:44:24.334 INFO O| Aug 07 21:44:24.334 INFO STEP 567 (remove_files) COMPLETE
69812026-08-07T21:44:25.780Z[ recovery-image] Aug 07 21:44:24.334 INFO O| Aug 07 21:44:24.334 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-07T21:44:25.785Z[ recovery-image] Aug 07 21:44:24.343 INFO O| Aug 07 21:44:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69832026-08-07T21:44:25.785Z[ recovery-image] Aug 07 21:44:24.343 INFO O| Aug 07 21:44:24.343 INFO STEP 568 (remove_files) COMPLETE
69842026-08-07T21:44:25.788Z[ recovery-image] Aug 07 21:44:24.343 INFO O| Aug 07 21:44:24.343 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-07T21:44:25.796Z[ recovery-image] Aug 07 21:44:24.353 INFO O| Aug 07 21:44:24.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69862026-08-07T21:44:25.796Z[ recovery-image] Aug 07 21:44:24.353 INFO O| Aug 07 21:44:24.353 INFO STEP 569 (remove_files) COMPLETE
69872026-08-07T21:44:25.796Z[ recovery-image] Aug 07 21:44:24.353 INFO O| Aug 07 21:44:24.353 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-07T21:44:25.805Z[ recovery-image] Aug 07 21:44:24.363 INFO O| Aug 07 21:44:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69892026-08-07T21:44:25.805Z[ recovery-image] Aug 07 21:44:24.363 INFO O| Aug 07 21:44:24.363 INFO STEP 570 (remove_files) COMPLETE
69902026-08-07T21:44:25.805Z[ recovery-image] Aug 07 21:44:24.363 INFO O| Aug 07 21:44:24.363 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-07T21:44:25.814Z[ recovery-image] Aug 07 21:44:24.372 INFO O| Aug 07 21:44:24.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69922026-08-07T21:44:25.815Z[ recovery-image] Aug 07 21:44:24.372 INFO O| Aug 07 21:44:24.372 INFO STEP 571 (remove_files) COMPLETE
69932026-08-07T21:44:25.818Z[ recovery-image] Aug 07 21:44:24.372 INFO O| Aug 07 21:44:24.372 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-07T21:44:25.824Z[ recovery-image] Aug 07 21:44:24.382 INFO O| Aug 07 21:44:24.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69952026-08-07T21:44:25.824Z[ recovery-image] Aug 07 21:44:24.382 INFO O| Aug 07 21:44:24.382 INFO STEP 572 (remove_files) COMPLETE
69962026-08-07T21:44:25.824Z[ recovery-image] Aug 07 21:44:24.382 INFO O| Aug 07 21:44:24.382 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-07T21:44:25.837Z[ recovery-image] Aug 07 21:44:24.391 INFO O| Aug 07 21:44:24.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69982026-08-07T21:44:25.837Z[ recovery-image] Aug 07 21:44:24.391 INFO O| Aug 07 21:44:24.391 INFO STEP 573 (remove_files) COMPLETE
69992026-08-07T21:44:25.837Z[ recovery-image] Aug 07 21:44:24.391 INFO O| Aug 07 21:44:24.391 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-07T21:44:25.844Z[ recovery-image] Aug 07 21:44:24.400 INFO O| Aug 07 21:44:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70012026-08-07T21:44:25.844Z[ recovery-image] Aug 07 21:44:24.401 INFO O| Aug 07 21:44:24.401 INFO STEP 574 (remove_files) COMPLETE
70022026-08-07T21:44:25.844Z[ recovery-image] Aug 07 21:44:24.401 INFO O| Aug 07 21:44:24.401 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-07T21:44:25.851Z[ recovery-image] Aug 07 21:44:24.409 INFO O| Aug 07 21:44:24.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70042026-08-07T21:44:25.851Z[ recovery-image] Aug 07 21:44:24.409 INFO O| Aug 07 21:44:24.409 INFO STEP 575 (remove_files) COMPLETE
70052026-08-07T21:44:25.851Z[ recovery-image] Aug 07 21:44:24.409 INFO O| Aug 07 21:44:24.409 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-07T21:44:25.860Z[ recovery-image] Aug 07 21:44:24.417 INFO O| Aug 07 21:44:24.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70072026-08-07T21:44:25.860Z[ recovery-image] Aug 07 21:44:24.417 INFO O| Aug 07 21:44:24.417 INFO STEP 576 (remove_files) COMPLETE
70082026-08-07T21:44:25.860Z[ recovery-image] Aug 07 21:44:24.417 INFO O| Aug 07 21:44:24.417 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-07T21:44:25.868Z[ recovery-image] Aug 07 21:44:24.426 INFO O| Aug 07 21:44:24.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70102026-08-07T21:44:25.868Z[ recovery-image] Aug 07 21:44:24.426 INFO O| Aug 07 21:44:24.426 INFO STEP 577 (remove_files) COMPLETE
70112026-08-07T21:44:25.868Z[ recovery-image] Aug 07 21:44:24.426 INFO O| Aug 07 21:44:24.426 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-07T21:44:25.878Z[ recovery-image] Aug 07 21:44:24.435 INFO O| Aug 07 21:44:24.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70132026-08-07T21:44:25.878Z[ recovery-image] Aug 07 21:44:24.435 INFO O| Aug 07 21:44:24.435 INFO STEP 578 (remove_files) COMPLETE
70142026-08-07T21:44:25.878Z[ recovery-image] Aug 07 21:44:24.435 INFO O| Aug 07 21:44:24.435 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-07T21:44:25.887Z[ recovery-image] Aug 07 21:44:24.444 INFO O| Aug 07 21:44:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70162026-08-07T21:44:25.887Z[ recovery-image] Aug 07 21:44:24.444 INFO O| Aug 07 21:44:24.444 INFO STEP 579 (remove_files) COMPLETE
70172026-08-07T21:44:25.887Z[ recovery-image] Aug 07 21:44:24.444 INFO O| Aug 07 21:44:24.444 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-07T21:44:25.897Z[ recovery-image] Aug 07 21:44:24.454 INFO O| Aug 07 21:44:24.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70192026-08-07T21:44:25.897Z[ recovery-image] Aug 07 21:44:24.455 INFO O| Aug 07 21:44:24.454 INFO STEP 580 (remove_files) COMPLETE
70202026-08-07T21:44:25.900Z[ recovery-image] Aug 07 21:44:24.455 INFO O| Aug 07 21:44:24.454 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-07T21:44:25.906Z[ recovery-image] Aug 07 21:44:24.464 INFO O| Aug 07 21:44:24.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70222026-08-07T21:44:25.906Z[ recovery-image] Aug 07 21:44:24.464 INFO O| Aug 07 21:44:24.464 INFO STEP 581 (remove_files) COMPLETE
70232026-08-07T21:44:25.907Z[ recovery-image] Aug 07 21:44:24.464 INFO O| Aug 07 21:44:24.464 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-07T21:44:25.915Z[ recovery-image] Aug 07 21:44:24.473 INFO O| Aug 07 21:44:24.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70252026-08-07T21:44:25.918Z[ recovery-image] Aug 07 21:44:24.473 INFO O| Aug 07 21:44:24.473 INFO STEP 582 (remove_files) COMPLETE
70262026-08-07T21:44:25.918Z[ recovery-image] Aug 07 21:44:24.473 INFO O| Aug 07 21:44:24.473 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-07T21:44:25.925Z[ recovery-image] Aug 07 21:44:24.482 INFO O| Aug 07 21:44:24.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70282026-08-07T21:44:25.928Z[ recovery-image] Aug 07 21:44:24.483 INFO O| Aug 07 21:44:24.483 INFO STEP 583 (remove_files) COMPLETE
70292026-08-07T21:44:25.928Z[ recovery-image] Aug 07 21:44:24.483 INFO O| Aug 07 21:44:24.483 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-07T21:44:25.935Z[ recovery-image] Aug 07 21:44:24.493 INFO O| Aug 07 21:44:24.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70312026-08-07T21:44:25.935Z[ recovery-image] Aug 07 21:44:24.493 INFO O| Aug 07 21:44:24.493 INFO STEP 584 (remove_files) COMPLETE
70322026-08-07T21:44:25.938Z[ recovery-image] Aug 07 21:44:24.493 INFO O| Aug 07 21:44:24.493 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-07T21:44:25.944Z[ recovery-image] Aug 07 21:44:24.502 INFO O| Aug 07 21:44:24.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70342026-08-07T21:44:25.944Z[ recovery-image] Aug 07 21:44:24.502 INFO O| Aug 07 21:44:24.502 INFO STEP 585 (remove_files) COMPLETE
70352026-08-07T21:44:25.944Z[ recovery-image] Aug 07 21:44:24.502 INFO O| Aug 07 21:44:24.502 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-07T21:44:25.953Z[ recovery-image] Aug 07 21:44:24.511 INFO O| Aug 07 21:44:24.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70372026-08-07T21:44:25.953Z[ recovery-image] Aug 07 21:44:24.511 INFO O| Aug 07 21:44:24.511 INFO STEP 586 (remove_files) COMPLETE
70382026-08-07T21:44:25.953Z[ recovery-image] Aug 07 21:44:24.511 INFO O| Aug 07 21:44:24.511 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-07T21:44:25.962Z[ recovery-image] Aug 07 21:44:24.520 INFO O| Aug 07 21:44:24.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70402026-08-07T21:44:25.962Z[ recovery-image] Aug 07 21:44:24.520 INFO O| Aug 07 21:44:24.520 INFO STEP 587 (remove_files) COMPLETE
70412026-08-07T21:44:25.962Z[ recovery-image] Aug 07 21:44:24.520 INFO O| Aug 07 21:44:24.520 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-07T21:44:25.972Z[ recovery-image] Aug 07 21:44:24.530 INFO O| Aug 07 21:44:24.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70432026-08-07T21:44:25.972Z[ recovery-image] Aug 07 21:44:24.530 INFO O| Aug 07 21:44:24.530 INFO STEP 588 (remove_files) COMPLETE
70442026-08-07T21:44:25.972Z[ recovery-image] Aug 07 21:44:24.530 INFO O| Aug 07 21:44:24.530 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-07T21:44:25.982Z[ recovery-image] Aug 07 21:44:24.540 INFO O| Aug 07 21:44:24.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70462026-08-07T21:44:25.983Z[ recovery-image] Aug 07 21:44:24.540 INFO O| Aug 07 21:44:24.540 INFO STEP 589 (remove_files) COMPLETE
70472026-08-07T21:44:25.983Z[ recovery-image] Aug 07 21:44:24.540 INFO O| Aug 07 21:44:24.540 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-07T21:44:25.994Z[ recovery-image] Aug 07 21:44:24.551 INFO O| Aug 07 21:44:24.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70492026-08-07T21:44:25.994Z[ recovery-image] Aug 07 21:44:24.551 INFO O| Aug 07 21:44:24.551 INFO STEP 590 (remove_files) COMPLETE
70502026-08-07T21:44:25.994Z[ recovery-image] Aug 07 21:44:24.551 INFO O| Aug 07 21:44:24.551 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-07T21:44:26.003Z[ recovery-image] Aug 07 21:44:24.561 INFO O| Aug 07 21:44:24.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70522026-08-07T21:44:26.003Z[ recovery-image] Aug 07 21:44:24.561 INFO O| Aug 07 21:44:24.561 INFO STEP 591 (remove_files) COMPLETE
70532026-08-07T21:44:26.003Z[ recovery-image] Aug 07 21:44:24.561 INFO O| Aug 07 21:44:24.561 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-07T21:44:26.013Z[ recovery-image] Aug 07 21:44:24.570 INFO O| Aug 07 21:44:24.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70552026-08-07T21:44:26.013Z[ recovery-image] Aug 07 21:44:24.570 INFO O| Aug 07 21:44:24.570 INFO STEP 592 (remove_files) COMPLETE
70562026-08-07T21:44:26.016Z[ recovery-image] Aug 07 21:44:24.570 INFO O| Aug 07 21:44:24.570 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-07T21:44:26.022Z[ recovery-image] Aug 07 21:44:24.579 INFO O| Aug 07 21:44:24.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70582026-08-07T21:44:26.022Z[ recovery-image] Aug 07 21:44:24.580 INFO O| Aug 07 21:44:24.580 INFO STEP 593 (remove_files) COMPLETE
70592026-08-07T21:44:26.022Z[ recovery-image] Aug 07 21:44:24.580 INFO O| Aug 07 21:44:24.580 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-07T21:44:26.031Z[ recovery-image] Aug 07 21:44:24.588 INFO O| Aug 07 21:44:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70612026-08-07T21:44:26.031Z[ recovery-image] Aug 07 21:44:24.588 INFO O| Aug 07 21:44:24.588 INFO STEP 594 (remove_files) COMPLETE
70622026-08-07T21:44:26.031Z[ recovery-image] Aug 07 21:44:24.588 INFO O| Aug 07 21:44:24.588 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-07T21:44:26.039Z[ recovery-image] Aug 07 21:44:24.597 INFO O| Aug 07 21:44:24.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70642026-08-07T21:44:26.039Z[ recovery-image] Aug 07 21:44:24.597 INFO O| Aug 07 21:44:24.597 INFO STEP 595 (remove_files) COMPLETE
70652026-08-07T21:44:26.039Z[ recovery-image] Aug 07 21:44:24.597 INFO O| Aug 07 21:44:24.597 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-07T21:44:26.048Z[ recovery-image] Aug 07 21:44:24.606 INFO O| Aug 07 21:44:24.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70672026-08-07T21:44:26.048Z[ recovery-image] Aug 07 21:44:24.606 INFO O| Aug 07 21:44:24.606 INFO STEP 596 (remove_files) COMPLETE
70682026-08-07T21:44:26.048Z[ recovery-image] Aug 07 21:44:24.606 INFO O| Aug 07 21:44:24.606 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-07T21:44:26.056Z[ recovery-image] Aug 07 21:44:24.614 INFO O| Aug 07 21:44:24.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70702026-08-07T21:44:26.056Z[ recovery-image] Aug 07 21:44:24.614 INFO O| Aug 07 21:44:24.614 INFO STEP 597 (remove_files) COMPLETE
70712026-08-07T21:44:26.056Z[ recovery-image] Aug 07 21:44:24.614 INFO O| Aug 07 21:44:24.614 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-07T21:44:26.065Z[ recovery-image] Aug 07 21:44:24.622 INFO O| Aug 07 21:44:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70732026-08-07T21:44:26.065Z[ recovery-image] Aug 07 21:44:24.622 INFO O| Aug 07 21:44:24.622 INFO STEP 598 (remove_files) COMPLETE
70742026-08-07T21:44:26.065Z[ recovery-image] Aug 07 21:44:24.622 INFO O| Aug 07 21:44:24.622 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-07T21:44:26.073Z[ recovery-image] Aug 07 21:44:24.630 INFO O| Aug 07 21:44:24.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70762026-08-07T21:44:26.076Z[ recovery-image] Aug 07 21:44:24.631 INFO O| Aug 07 21:44:24.631 INFO STEP 599 (remove_files) COMPLETE
70772026-08-07T21:44:26.076Z[ recovery-image] Aug 07 21:44:24.631 INFO O| Aug 07 21:44:24.631 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-07T21:44:26.082Z[ recovery-image] Aug 07 21:44:24.639 INFO O| Aug 07 21:44:24.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70792026-08-07T21:44:26.082Z[ recovery-image] Aug 07 21:44:24.640 INFO O| Aug 07 21:44:24.640 INFO STEP 600 (remove_files) COMPLETE
70802026-08-07T21:44:26.085Z[ recovery-image] Aug 07 21:44:24.640 INFO O| Aug 07 21:44:24.640 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-07T21:44:26.090Z[ recovery-image] Aug 07 21:44:24.648 INFO O| Aug 07 21:44:24.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70822026-08-07T21:44:26.090Z[ recovery-image] Aug 07 21:44:24.648 INFO O| Aug 07 21:44:24.648 INFO STEP 601 (remove_files) COMPLETE
70832026-08-07T21:44:26.090Z[ recovery-image] Aug 07 21:44:24.648 INFO O| Aug 07 21:44:24.648 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-07T21:44:26.098Z[ recovery-image] Aug 07 21:44:24.656 INFO O| Aug 07 21:44:24.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70852026-08-07T21:44:26.098Z[ recovery-image] Aug 07 21:44:24.656 INFO O| Aug 07 21:44:24.656 INFO STEP 602 (remove_files) COMPLETE
70862026-08-07T21:44:26.098Z[ recovery-image] Aug 07 21:44:24.656 INFO O| Aug 07 21:44:24.656 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-07T21:44:26.107Z[ recovery-image] Aug 07 21:44:24.665 INFO O| Aug 07 21:44:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70882026-08-07T21:44:26.107Z[ recovery-image] Aug 07 21:44:24.665 INFO O| Aug 07 21:44:24.665 INFO STEP 603 (remove_files) COMPLETE
70892026-08-07T21:44:26.107Z[ recovery-image] Aug 07 21:44:24.665 INFO O| Aug 07 21:44:24.665 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-07T21:44:26.116Z[ recovery-image] Aug 07 21:44:24.673 INFO O| Aug 07 21:44:24.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70912026-08-07T21:44:26.116Z[ recovery-image] Aug 07 21:44:24.673 INFO O| Aug 07 21:44:24.673 INFO STEP 604 (remove_files) COMPLETE
70922026-08-07T21:44:26.116Z[ recovery-image] Aug 07 21:44:24.673 INFO O| Aug 07 21:44:24.673 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-07T21:44:26.125Z[ recovery-image] Aug 07 21:44:24.682 INFO O| Aug 07 21:44:24.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70942026-08-07T21:44:26.125Z[ recovery-image] Aug 07 21:44:24.682 INFO O| Aug 07 21:44:24.682 INFO STEP 605 (remove_files) COMPLETE
70952026-08-07T21:44:26.125Z[ recovery-image] Aug 07 21:44:24.682 INFO O| Aug 07 21:44:24.682 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-07T21:44:26.133Z[ recovery-image] Aug 07 21:44:24.691 INFO O| Aug 07 21:44:24.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70972026-08-07T21:44:26.133Z[ recovery-image] Aug 07 21:44:24.691 INFO O| Aug 07 21:44:24.691 INFO STEP 606 (remove_files) COMPLETE
70982026-08-07T21:44:26.133Z[ recovery-image] Aug 07 21:44:24.691 INFO O| Aug 07 21:44:24.691 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-07T21:44:26.144Z[ recovery-image] Aug 07 21:44:24.701 INFO O| Aug 07 21:44:24.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71002026-08-07T21:44:26.144Z[ recovery-image] Aug 07 21:44:24.701 INFO O| Aug 07 21:44:24.701 INFO STEP 607 (remove_files) COMPLETE
71012026-08-07T21:44:26.144Z[ recovery-image] Aug 07 21:44:24.701 INFO O| Aug 07 21:44:24.701 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-07T21:44:26.154Z[ recovery-image] Aug 07 21:44:24.711 INFO O| Aug 07 21:44:24.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71032026-08-07T21:44:26.154Z[ recovery-image] Aug 07 21:44:24.712 INFO O| Aug 07 21:44:24.712 INFO STEP 608 (remove_files) COMPLETE
71042026-08-07T21:44:26.154Z[ recovery-image] Aug 07 21:44:24.712 INFO O| Aug 07 21:44:24.712 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-07T21:44:26.164Z[ recovery-image] Aug 07 21:44:24.721 INFO O| Aug 07 21:44:24.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71062026-08-07T21:44:26.164Z[ recovery-image] Aug 07 21:44:24.721 INFO O| Aug 07 21:44:24.721 INFO STEP 609 (remove_files) COMPLETE
71072026-08-07T21:44:26.167Z[ recovery-image] Aug 07 21:44:24.721 INFO O| Aug 07 21:44:24.721 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-07T21:44:26.172Z[ recovery-image] Aug 07 21:44:24.730 INFO O| Aug 07 21:44:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71092026-08-07T21:44:26.172Z[ recovery-image] Aug 07 21:44:24.730 INFO O| Aug 07 21:44:24.730 INFO STEP 610 (remove_files) COMPLETE
71102026-08-07T21:44:26.176Z[ recovery-image] Aug 07 21:44:24.730 INFO O| Aug 07 21:44:24.730 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-07T21:44:26.181Z[ recovery-image] Aug 07 21:44:24.739 INFO O| Aug 07 21:44:24.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71122026-08-07T21:44:26.181Z[ recovery-image] Aug 07 21:44:24.739 INFO O| Aug 07 21:44:24.739 INFO STEP 611 (remove_files) COMPLETE
71132026-08-07T21:44:26.181Z[ recovery-image] Aug 07 21:44:24.739 INFO O| Aug 07 21:44:24.739 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-07T21:44:26.191Z[ recovery-image] Aug 07 21:44:24.749 INFO O| Aug 07 21:44:24.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71152026-08-07T21:44:26.191Z[ recovery-image] Aug 07 21:44:24.749 INFO O| Aug 07 21:44:24.748 INFO STEP 612 (remove_files) COMPLETE
71162026-08-07T21:44:26.194Z[ recovery-image] Aug 07 21:44:24.749 INFO O| Aug 07 21:44:24.748 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-07T21:44:26.200Z[ recovery-image] Aug 07 21:44:24.758 INFO O| Aug 07 21:44:24.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71182026-08-07T21:44:26.200Z[ recovery-image] Aug 07 21:44:24.758 INFO O| Aug 07 21:44:24.758 INFO STEP 613 (remove_files) COMPLETE
71192026-08-07T21:44:26.203Z[ recovery-image] Aug 07 21:44:24.758 INFO O| Aug 07 21:44:24.758 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-07T21:44:26.211Z[ recovery-image] Aug 07 21:44:24.769 INFO O| Aug 07 21:44:24.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71212026-08-07T21:44:26.212Z[ recovery-image] Aug 07 21:44:24.769 INFO O| Aug 07 21:44:24.769 INFO STEP 614 (remove_files) COMPLETE
71222026-08-07T21:44:26.212Z[ recovery-image] Aug 07 21:44:24.769 INFO O| Aug 07 21:44:24.769 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-07T21:44:26.224Z[ recovery-image] Aug 07 21:44:24.781 INFO O| Aug 07 21:44:24.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71242026-08-07T21:44:26.224Z[ recovery-image] Aug 07 21:44:24.781 INFO O| Aug 07 21:44:24.781 INFO STEP 615 (remove_files) COMPLETE
71252026-08-07T21:44:26.224Z[ recovery-image] Aug 07 21:44:24.781 INFO O| Aug 07 21:44:24.781 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-07T21:44:26.234Z[ recovery-image] Aug 07 21:44:24.792 INFO O| Aug 07 21:44:24.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71272026-08-07T21:44:26.234Z[ recovery-image] Aug 07 21:44:24.792 INFO O| Aug 07 21:44:24.792 INFO STEP 616 (remove_files) COMPLETE
71282026-08-07T21:44:26.237Z[ recovery-image] Aug 07 21:44:24.792 INFO O| Aug 07 21:44:24.792 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-07T21:44:26.245Z[ recovery-image] Aug 07 21:44:24.803 INFO O| Aug 07 21:44:24.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71302026-08-07T21:44:26.248Z[ recovery-image] Aug 07 21:44:24.804 INFO O| Aug 07 21:44:24.803 INFO STEP 617 (remove_files) COMPLETE
71312026-08-07T21:44:26.248Z[ recovery-image] Aug 07 21:44:24.804 INFO O| Aug 07 21:44:24.804 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-07T21:44:26.257Z[ recovery-image] Aug 07 21:44:24.814 INFO O| Aug 07 21:44:24.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71332026-08-07T21:44:26.257Z[ recovery-image] Aug 07 21:44:24.814 INFO O| Aug 07 21:44:24.814 INFO STEP 618 (remove_files) COMPLETE
71342026-08-07T21:44:26.257Z[ recovery-image] Aug 07 21:44:24.814 INFO O| Aug 07 21:44:24.814 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-07T21:44:26.266Z[ recovery-image] Aug 07 21:44:24.824 INFO O| Aug 07 21:44:24.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71362026-08-07T21:44:26.266Z[ recovery-image] Aug 07 21:44:24.824 INFO O| Aug 07 21:44:24.824 INFO STEP 619 (remove_files) COMPLETE
71372026-08-07T21:44:26.266Z[ recovery-image] Aug 07 21:44:24.824 INFO O| Aug 07 21:44:24.824 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-07T21:44:26.274Z[ recovery-image] Aug 07 21:44:24.832 INFO O| Aug 07 21:44:24.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71392026-08-07T21:44:26.274Z[ recovery-image] Aug 07 21:44:24.832 INFO O| Aug 07 21:44:24.832 INFO STEP 620 (remove_files) COMPLETE
71402026-08-07T21:44:26.274Z[ recovery-image] Aug 07 21:44:24.832 INFO O| Aug 07 21:44:24.832 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-07T21:44:26.319Z[ recovery-image] Aug 07 21:44:24.875 INFO O| Aug 07 21:44:24.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71422026-08-07T21:44:26.319Z[ recovery-image] Aug 07 21:44:24.875 INFO O| Aug 07 21:44:24.875 INFO STEP 621 (remove_files) COMPLETE
71432026-08-07T21:44:26.319Z[ recovery-image] Aug 07 21:44:24.875 INFO O| Aug 07 21:44:24.875 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-07T21:44:26.326Z[ recovery-image] Aug 07 21:44:24.884 INFO O| Aug 07 21:44:24.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71452026-08-07T21:44:26.326Z[ recovery-image] Aug 07 21:44:24.884 INFO O| Aug 07 21:44:24.884 INFO STEP 622 (remove_files) COMPLETE
71462026-08-07T21:44:26.326Z[ recovery-image] Aug 07 21:44:24.884 INFO O| Aug 07 21:44:24.884 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-07T21:44:26.335Z[ recovery-image] Aug 07 21:44:24.892 INFO O| Aug 07 21:44:24.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71482026-08-07T21:44:26.335Z[ recovery-image] Aug 07 21:44:24.892 INFO O| Aug 07 21:44:24.892 INFO STEP 623 (remove_files) COMPLETE
71492026-08-07T21:44:26.335Z[ recovery-image] Aug 07 21:44:24.892 INFO O| Aug 07 21:44:24.892 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-07T21:44:26.346Z[ recovery-image] Aug 07 21:44:24.901 INFO O| Aug 07 21:44:24.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71512026-08-07T21:44:26.346Z[ recovery-image] Aug 07 21:44:24.901 INFO O| Aug 07 21:44:24.901 INFO STEP 624 (remove_files) COMPLETE
71522026-08-07T21:44:26.346Z[ recovery-image] Aug 07 21:44:24.901 INFO O| Aug 07 21:44:24.901 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-07T21:44:26.352Z[ recovery-image] Aug 07 21:44:24.909 INFO O| Aug 07 21:44:24.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71542026-08-07T21:44:26.352Z[ recovery-image] Aug 07 21:44:24.909 INFO O| Aug 07 21:44:24.909 INFO STEP 625 (remove_files) COMPLETE
71552026-08-07T21:44:26.356Z[ recovery-image] Aug 07 21:44:24.909 INFO O| Aug 07 21:44:24.909 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-07T21:44:26.361Z[ recovery-image] Aug 07 21:44:24.919 INFO O| Aug 07 21:44:24.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71572026-08-07T21:44:26.361Z[ recovery-image] Aug 07 21:44:24.919 INFO O| Aug 07 21:44:24.919 INFO STEP 626 (remove_files) COMPLETE
71582026-08-07T21:44:26.361Z[ recovery-image] Aug 07 21:44:24.919 INFO O| Aug 07 21:44:24.919 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-07T21:44:26.371Z[ recovery-image] Aug 07 21:44:24.928 INFO O| Aug 07 21:44:24.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71602026-08-07T21:44:26.371Z[ recovery-image] Aug 07 21:44:24.928 INFO O| Aug 07 21:44:24.928 INFO STEP 627 (remove_files) COMPLETE
71612026-08-07T21:44:26.371Z[ recovery-image] Aug 07 21:44:24.928 INFO O| Aug 07 21:44:24.928 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-07T21:44:26.381Z[ recovery-image] Aug 07 21:44:24.939 INFO O| Aug 07 21:44:24.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71632026-08-07T21:44:26.381Z[ recovery-image] Aug 07 21:44:24.939 INFO O| Aug 07 21:44:24.939 INFO STEP 628 (remove_files) COMPLETE
71642026-08-07T21:44:26.381Z[ recovery-image] Aug 07 21:44:24.939 INFO O| Aug 07 21:44:24.939 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-07T21:44:26.392Z[ recovery-image] Aug 07 21:44:24.950 INFO O| Aug 07 21:44:24.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71662026-08-07T21:44:26.392Z[ recovery-image] Aug 07 21:44:24.950 INFO O| Aug 07 21:44:24.950 INFO STEP 629 (remove_files) COMPLETE
71672026-08-07T21:44:26.392Z[ recovery-image] Aug 07 21:44:24.950 INFO O| Aug 07 21:44:24.950 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-07T21:44:26.404Z[ recovery-image] Aug 07 21:44:24.961 INFO O| Aug 07 21:44:24.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71692026-08-07T21:44:26.404Z[ recovery-image] Aug 07 21:44:24.961 INFO O| Aug 07 21:44:24.961 INFO STEP 630 (remove_files) COMPLETE
71702026-08-07T21:44:26.404Z[ recovery-image] Aug 07 21:44:24.961 INFO O| Aug 07 21:44:24.961 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-07T21:44:26.414Z[ recovery-image] Aug 07 21:44:24.972 INFO O| Aug 07 21:44:24.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71722026-08-07T21:44:26.414Z[ recovery-image] Aug 07 21:44:24.972 INFO O| Aug 07 21:44:24.972 INFO STEP 631 (remove_files) COMPLETE
71732026-08-07T21:44:26.418Z[ recovery-image] Aug 07 21:44:24.972 INFO O| Aug 07 21:44:24.972 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-07T21:44:26.425Z[ recovery-image] Aug 07 21:44:24.983 INFO O| Aug 07 21:44:24.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71752026-08-07T21:44:26.425Z[ recovery-image] Aug 07 21:44:24.983 INFO O| Aug 07 21:44:24.983 INFO STEP 632 (remove_files) COMPLETE
71762026-08-07T21:44:26.425Z[ recovery-image] Aug 07 21:44:24.983 INFO O| Aug 07 21:44:24.983 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-07T21:44:26.435Z[ recovery-image] Aug 07 21:44:24.993 INFO O| Aug 07 21:44:24.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71782026-08-07T21:44:26.436Z[ recovery-image] Aug 07 21:44:24.993 INFO O| Aug 07 21:44:24.993 INFO STEP 633 (remove_files) COMPLETE
71792026-08-07T21:44:26.439Z[ recovery-image] Aug 07 21:44:24.993 INFO O| Aug 07 21:44:24.993 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-07T21:44:26.446Z[ recovery-image] Aug 07 21:44:25.004 INFO O| Aug 07 21:44:25.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71812026-08-07T21:44:26.446Z[ recovery-image] Aug 07 21:44:25.004 INFO O| Aug 07 21:44:25.004 INFO STEP 634 (remove_files) COMPLETE
71822026-08-07T21:44:26.446Z[ recovery-image] Aug 07 21:44:25.004 INFO O| Aug 07 21:44:25.004 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-07T21:44:26.457Z[ recovery-image] Aug 07 21:44:25.015 INFO O| Aug 07 21:44:25.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71842026-08-07T21:44:26.457Z[ recovery-image] Aug 07 21:44:25.015 INFO O| Aug 07 21:44:25.015 INFO STEP 635 (remove_files) COMPLETE
71852026-08-07T21:44:26.461Z[ recovery-image] Aug 07 21:44:25.015 INFO O| Aug 07 21:44:25.015 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-07T21:44:26.467Z[ recovery-image] Aug 07 21:44:25.024 INFO O| Aug 07 21:44:25.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71872026-08-07T21:44:26.467Z[ recovery-image] Aug 07 21:44:25.024 INFO O| Aug 07 21:44:25.024 INFO STEP 636 (remove_files) COMPLETE
71882026-08-07T21:44:26.470Z[ recovery-image] Aug 07 21:44:25.024 INFO O| Aug 07 21:44:25.024 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-07T21:44:26.476Z[ recovery-image] Aug 07 21:44:25.034 INFO O| Aug 07 21:44:25.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71902026-08-07T21:44:26.476Z[ recovery-image] Aug 07 21:44:25.034 INFO O| Aug 07 21:44:25.034 INFO STEP 637 (remove_files) COMPLETE
71912026-08-07T21:44:26.476Z[ recovery-image] Aug 07 21:44:25.034 INFO O| Aug 07 21:44:25.034 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-07T21:44:26.487Z[ recovery-image] Aug 07 21:44:25.044 INFO O| Aug 07 21:44:25.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71932026-08-07T21:44:26.487Z[ recovery-image] Aug 07 21:44:25.044 INFO O| Aug 07 21:44:25.044 INFO STEP 638 (remove_files) COMPLETE
71942026-08-07T21:44:26.490Z[ recovery-image] Aug 07 21:44:25.044 INFO O| Aug 07 21:44:25.044 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-07T21:44:26.496Z[ recovery-image] Aug 07 21:44:25.054 INFO O| Aug 07 21:44:25.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71962026-08-07T21:44:26.496Z[ recovery-image] Aug 07 21:44:25.054 INFO O| Aug 07 21:44:25.054 INFO STEP 639 (remove_files) COMPLETE
71972026-08-07T21:44:26.499Z[ recovery-image] Aug 07 21:44:25.054 INFO O| Aug 07 21:44:25.054 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-07T21:44:26.505Z[ recovery-image] Aug 07 21:44:25.062 INFO O| Aug 07 21:44:25.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71992026-08-07T21:44:26.505Z[ recovery-image] Aug 07 21:44:25.062 INFO O| Aug 07 21:44:25.062 INFO STEP 640 (remove_files) COMPLETE
72002026-08-07T21:44:26.505Z[ recovery-image] Aug 07 21:44:25.062 INFO O| Aug 07 21:44:25.062 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-07T21:44:26.513Z[ recovery-image] Aug 07 21:44:25.071 INFO O| Aug 07 21:44:25.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72022026-08-07T21:44:26.513Z[ recovery-image] Aug 07 21:44:25.071 INFO O| Aug 07 21:44:25.071 INFO STEP 641 (remove_files) COMPLETE
72032026-08-07T21:44:26.513Z[ recovery-image] Aug 07 21:44:25.071 INFO O| Aug 07 21:44:25.071 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-07T21:44:26.524Z[ recovery-image] Aug 07 21:44:25.082 INFO O| Aug 07 21:44:25.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72052026-08-07T21:44:26.524Z[ recovery-image] Aug 07 21:44:25.082 INFO O| Aug 07 21:44:25.082 INFO STEP 642 (remove_files) COMPLETE
72062026-08-07T21:44:26.524Z[ recovery-image] Aug 07 21:44:25.082 INFO O| Aug 07 21:44:25.082 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-07T21:44:26.535Z[ recovery-image] Aug 07 21:44:25.093 INFO O| Aug 07 21:44:25.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72082026-08-07T21:44:26.535Z[ recovery-image] Aug 07 21:44:25.093 INFO O| Aug 07 21:44:25.093 INFO STEP 643 (remove_files) COMPLETE
72092026-08-07T21:44:26.535Z[ recovery-image] Aug 07 21:44:25.093 INFO O| Aug 07 21:44:25.093 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-07T21:44:26.545Z[ recovery-image] Aug 07 21:44:25.103 INFO O| Aug 07 21:44:25.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72112026-08-07T21:44:26.545Z[ recovery-image] Aug 07 21:44:25.103 INFO O| Aug 07 21:44:25.103 INFO STEP 644 (remove_files) COMPLETE
72122026-08-07T21:44:26.545Z[ recovery-image] Aug 07 21:44:25.103 INFO O| Aug 07 21:44:25.103 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-07T21:44:26.556Z[ recovery-image] Aug 07 21:44:25.114 INFO O| Aug 07 21:44:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72142026-08-07T21:44:26.557Z[ recovery-image] Aug 07 21:44:25.114 INFO O| Aug 07 21:44:25.114 INFO STEP 645 (remove_files) COMPLETE
72152026-08-07T21:44:26.557Z[ recovery-image] Aug 07 21:44:25.114 INFO O| Aug 07 21:44:25.114 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-07T21:44:26.568Z[ recovery-image] Aug 07 21:44:25.125 INFO O| Aug 07 21:44:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72172026-08-07T21:44:26.568Z[ recovery-image] Aug 07 21:44:25.126 INFO O| Aug 07 21:44:25.126 INFO STEP 646 (remove_files) COMPLETE
72182026-08-07T21:44:26.568Z[ recovery-image] Aug 07 21:44:25.126 INFO O| Aug 07 21:44:25.126 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-07T21:44:26.579Z[ recovery-image] Aug 07 21:44:25.137 INFO O| Aug 07 21:44:25.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72202026-08-07T21:44:26.579Z[ recovery-image] Aug 07 21:44:25.137 INFO O| Aug 07 21:44:25.137 INFO STEP 647 (remove_files) COMPLETE
72212026-08-07T21:44:26.579Z[ recovery-image] Aug 07 21:44:25.137 INFO O| Aug 07 21:44:25.137 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-07T21:44:26.589Z[ recovery-image] Aug 07 21:44:25.146 INFO O| Aug 07 21:44:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72232026-08-07T21:44:26.589Z[ recovery-image] Aug 07 21:44:25.146 INFO O| Aug 07 21:44:25.146 INFO STEP 648 (remove_files) COMPLETE
72242026-08-07T21:44:26.589Z[ recovery-image] Aug 07 21:44:25.146 INFO O| Aug 07 21:44:25.146 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-07T21:44:26.598Z[ recovery-image] Aug 07 21:44:25.156 INFO O| Aug 07 21:44:25.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72262026-08-07T21:44:26.598Z[ recovery-image] Aug 07 21:44:25.156 INFO O| Aug 07 21:44:25.156 INFO STEP 649 (remove_files) COMPLETE
72272026-08-07T21:44:26.602Z[ recovery-image] Aug 07 21:44:25.156 INFO O| Aug 07 21:44:25.156 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-07T21:44:26.608Z[ recovery-image] Aug 07 21:44:25.165 INFO O| Aug 07 21:44:25.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72292026-08-07T21:44:26.608Z[ recovery-image] Aug 07 21:44:25.165 INFO O| Aug 07 21:44:25.165 INFO STEP 650 (remove_files) COMPLETE
72302026-08-07T21:44:26.608Z[ recovery-image] Aug 07 21:44:25.165 INFO O| Aug 07 21:44:25.165 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-07T21:44:26.617Z[ recovery-image] Aug 07 21:44:25.174 INFO O| Aug 07 21:44:25.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72322026-08-07T21:44:26.620Z[ recovery-image] Aug 07 21:44:25.175 INFO O| Aug 07 21:44:25.174 INFO STEP 651 (remove_files) COMPLETE
72332026-08-07T21:44:26.620Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
72342026-08-07T21:44:26.620Z[ recovery-image] Aug 07 21:44:25.175 INFO O| Aug 07 21:44:25.175 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-07T21:44:26.627Z[ recovery-image] Aug 07 21:44:25.183 INFO O| Aug 07 21:44:25.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72362026-08-07T21:44:26.627Z[ recovery-image] Aug 07 21:44:25.184 INFO O| Aug 07 21:44:25.184 INFO STEP 652 (remove_files) COMPLETE
72372026-08-07T21:44:26.630Z[ recovery-image] Aug 07 21:44:25.184 INFO O| Aug 07 21:44:25.184 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-07T21:44:26.637Z[ recovery-image] Aug 07 21:44:25.192 INFO O| Aug 07 21:44:25.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72392026-08-07T21:44:26.637Z[ recovery-image] Aug 07 21:44:25.192 INFO O| Aug 07 21:44:25.192 INFO STEP 653 (remove_files) COMPLETE
72402026-08-07T21:44:26.637Z[ recovery-image] Aug 07 21:44:25.192 INFO O| Aug 07 21:44:25.192 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-07T21:44:26.644Z[ recovery-image] Aug 07 21:44:25.202 INFO O| Aug 07 21:44:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72422026-08-07T21:44:26.644Z[ recovery-image] Aug 07 21:44:25.202 INFO O| Aug 07 21:44:25.202 INFO STEP 654 (remove_files) COMPLETE
72432026-08-07T21:44:26.645Z[ recovery-image] Aug 07 21:44:25.202 INFO O| Aug 07 21:44:25.202 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-07T21:44:26.654Z[ recovery-image] Aug 07 21:44:25.211 INFO O| Aug 07 21:44:25.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72452026-08-07T21:44:26.654Z[ recovery-image] Aug 07 21:44:25.211 INFO O| Aug 07 21:44:25.211 INFO STEP 655 (remove_files) COMPLETE
72462026-08-07T21:44:26.654Z[ recovery-image] Aug 07 21:44:25.211 INFO O| Aug 07 21:44:25.211 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-07T21:44:26.662Z[ recovery-image] Aug 07 21:44:25.219 INFO O| Aug 07 21:44:25.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72482026-08-07T21:44:26.662Z[ recovery-image] Aug 07 21:44:25.219 INFO O| Aug 07 21:44:25.219 INFO STEP 656 (remove_files) COMPLETE
72492026-08-07T21:44:26.662Z[ recovery-image] Aug 07 21:44:25.219 INFO O| Aug 07 21:44:25.219 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-07T21:44:26.670Z[ recovery-image] Aug 07 21:44:25.228 INFO O| Aug 07 21:44:25.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72512026-08-07T21:44:26.670Z[ recovery-image] Aug 07 21:44:25.228 INFO O| Aug 07 21:44:25.228 INFO STEP 657 (remove_files) COMPLETE
72522026-08-07T21:44:26.670Z[ recovery-image] Aug 07 21:44:25.228 INFO O| Aug 07 21:44:25.228 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-07T21:44:26.678Z[ recovery-image] Aug 07 21:44:25.236 INFO O| Aug 07 21:44:25.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72542026-08-07T21:44:26.678Z[ recovery-image] Aug 07 21:44:25.236 INFO O| Aug 07 21:44:25.236 INFO STEP 658 (remove_files) COMPLETE
72552026-08-07T21:44:26.678Z[ recovery-image] Aug 07 21:44:25.236 INFO O| Aug 07 21:44:25.236 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-07T21:44:26.688Z[ recovery-image] Aug 07 21:44:25.246 INFO O| Aug 07 21:44:25.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72572026-08-07T21:44:26.688Z[ recovery-image] Aug 07 21:44:25.246 INFO O| Aug 07 21:44:25.246 INFO STEP 659 (remove_files) COMPLETE
72582026-08-07T21:44:26.693Z[ recovery-image] Aug 07 21:44:25.246 INFO O| Aug 07 21:44:25.246 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-07T21:44:26.698Z[ recovery-image] Aug 07 21:44:25.256 INFO O| Aug 07 21:44:25.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72602026-08-07T21:44:26.698Z[ recovery-image] Aug 07 21:44:25.256 INFO O| Aug 07 21:44:25.256 INFO STEP 660 (remove_files) COMPLETE
72612026-08-07T21:44:26.701Z[ recovery-image] Aug 07 21:44:25.256 INFO O| Aug 07 21:44:25.256 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-07T21:44:26.709Z[ recovery-image] Aug 07 21:44:25.267 INFO O| Aug 07 21:44:25.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72632026-08-07T21:44:26.713Z[ recovery-image] Aug 07 21:44:25.268 INFO O| Aug 07 21:44:25.268 INFO STEP 661 (remove_files) COMPLETE
72642026-08-07T21:44:26.713Z[ recovery-image] Aug 07 21:44:25.268 INFO O| Aug 07 21:44:25.268 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-07T21:44:26.719Z[ recovery-image] Aug 07 21:44:25.277 INFO O| Aug 07 21:44:25.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72662026-08-07T21:44:26.719Z[ recovery-image] Aug 07 21:44:25.277 INFO O| Aug 07 21:44:25.277 INFO STEP 662 (remove_files) COMPLETE
72672026-08-07T21:44:26.722Z[ recovery-image] Aug 07 21:44:25.277 INFO O| Aug 07 21:44:25.277 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-07T21:44:26.745Z[ recovery-image] Aug 07 21:44:25.285 INFO O| Aug 07 21:44:25.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72692026-08-07T21:44:26.745Z[ recovery-image] Aug 07 21:44:25.285 INFO O| Aug 07 21:44:25.285 INFO STEP 663 (remove_files) COMPLETE
72702026-08-07T21:44:26.745Z[ recovery-image] Aug 07 21:44:25.285 INFO O| Aug 07 21:44:25.285 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-07T21:44:26.745Z[ recovery-image] Aug 07 21:44:25.294 INFO O| Aug 07 21:44:25.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72722026-08-07T21:44:26.745Z[ recovery-image] Aug 07 21:44:25.294 INFO O| Aug 07 21:44:25.294 INFO STEP 664 (remove_files) COMPLETE
72732026-08-07T21:44:26.745Z[ recovery-image] Aug 07 21:44:25.294 INFO O| Aug 07 21:44:25.294 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-07T21:44:26.749Z[ recovery-image] Aug 07 21:44:25.304 INFO O| Aug 07 21:44:25.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72752026-08-07T21:44:26.749Z[ recovery-image] Aug 07 21:44:25.304 INFO O| Aug 07 21:44:25.304 INFO STEP 665 (remove_files) COMPLETE
72762026-08-07T21:44:26.749Z[ recovery-image] Aug 07 21:44:25.304 INFO O| Aug 07 21:44:25.304 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-07T21:44:26.756Z[ recovery-image] Aug 07 21:44:25.313 INFO O| Aug 07 21:44:25.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72782026-08-07T21:44:26.756Z[ recovery-image] Aug 07 21:44:25.313 INFO O| Aug 07 21:44:25.313 INFO STEP 666 (remove_files) COMPLETE
72792026-08-07T21:44:26.756Z[ recovery-image] Aug 07 21:44:25.313 INFO O| Aug 07 21:44:25.313 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-07T21:44:26.766Z[ recovery-image] Aug 07 21:44:25.323 INFO O| Aug 07 21:44:25.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72812026-08-07T21:44:26.766Z[ recovery-image] Aug 07 21:44:25.323 INFO O| Aug 07 21:44:25.323 INFO STEP 667 (remove_files) COMPLETE
72822026-08-07T21:44:26.769Z[ recovery-image] Aug 07 21:44:25.323 INFO O| Aug 07 21:44:25.323 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-07T21:44:26.775Z[ recovery-image] Aug 07 21:44:25.332 INFO O| Aug 07 21:44:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72842026-08-07T21:44:26.775Z[ recovery-image] Aug 07 21:44:25.332 INFO O| Aug 07 21:44:25.332 INFO STEP 668 (remove_files) COMPLETE
72852026-08-07T21:44:26.775Z[ recovery-image] Aug 07 21:44:25.332 INFO O| Aug 07 21:44:25.332 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-07T21:44:26.784Z[ recovery-image] Aug 07 21:44:25.341 INFO O| Aug 07 21:44:25.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72872026-08-07T21:44:26.784Z[ recovery-image] Aug 07 21:44:25.341 INFO O| Aug 07 21:44:25.341 INFO STEP 669 (remove_files) COMPLETE
72882026-08-07T21:44:26.784Z[ recovery-image] Aug 07 21:44:25.341 INFO O| Aug 07 21:44:25.341 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-07T21:44:26.793Z[ recovery-image] Aug 07 21:44:25.351 INFO O| Aug 07 21:44:25.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72902026-08-07T21:44:26.796Z[ recovery-image] Aug 07 21:44:25.351 INFO O| Aug 07 21:44:25.351 INFO STEP 670 (remove_files) COMPLETE
72912026-08-07T21:44:26.796Z[ recovery-image] Aug 07 21:44:25.351 INFO O| Aug 07 21:44:25.351 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-07T21:44:26.804Z[ recovery-image] Aug 07 21:44:25.361 INFO O| Aug 07 21:44:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72932026-08-07T21:44:26.804Z[ recovery-image] Aug 07 21:44:25.361 INFO O| Aug 07 21:44:25.361 INFO STEP 671 (remove_files) COMPLETE
72942026-08-07T21:44:26.804Z[ recovery-image] Aug 07 21:44:25.362 INFO O| Aug 07 21:44:25.361 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-07T21:44:26.813Z[ recovery-image] Aug 07 21:44:25.370 INFO O| Aug 07 21:44:25.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72962026-08-07T21:44:26.813Z[ recovery-image] Aug 07 21:44:25.371 INFO O| Aug 07 21:44:25.371 INFO STEP 672 (remove_files) COMPLETE
72972026-08-07T21:44:26.813Z[ recovery-image] Aug 07 21:44:25.371 INFO O| Aug 07 21:44:25.371 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-07T21:44:26.823Z[ recovery-image] Aug 07 21:44:25.380 INFO O| Aug 07 21:44:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72992026-08-07T21:44:26.826Z[ recovery-image] Aug 07 21:44:25.381 INFO O| Aug 07 21:44:25.381 INFO STEP 673 (remove_files) COMPLETE
73002026-08-07T21:44:26.826Z[ recovery-image] Aug 07 21:44:25.381 INFO O| Aug 07 21:44:25.381 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-07T21:44:26.834Z[ recovery-image] Aug 07 21:44:25.391 INFO O| Aug 07 21:44:25.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73022026-08-07T21:44:26.834Z[ recovery-image] Aug 07 21:44:25.391 INFO O| Aug 07 21:44:25.391 INFO STEP 674 (remove_files) COMPLETE
73032026-08-07T21:44:26.834Z[ recovery-image] Aug 07 21:44:25.391 INFO O| Aug 07 21:44:25.391 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-07T21:44:26.844Z[ recovery-image] Aug 07 21:44:25.402 INFO O| Aug 07 21:44:25.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73052026-08-07T21:44:26.844Z[ recovery-image] Aug 07 21:44:25.402 INFO O| Aug 07 21:44:25.402 INFO STEP 675 (remove_files) COMPLETE
73062026-08-07T21:44:26.848Z[ recovery-image] Aug 07 21:44:25.402 INFO O| Aug 07 21:44:25.402 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-07T21:44:26.859Z[ recovery-image] Aug 07 21:44:25.416 INFO O| Aug 07 21:44:25.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73082026-08-07T21:44:26.859Z[ recovery-image] Aug 07 21:44:25.416 INFO O| Aug 07 21:44:25.416 INFO STEP 676 (remove_files) COMPLETE
73092026-08-07T21:44:26.859Z[ recovery-image] Aug 07 21:44:25.416 INFO O| Aug 07 21:44:25.416 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-07T21:44:26.870Z[ recovery-image] Aug 07 21:44:25.428 INFO O| Aug 07 21:44:25.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73112026-08-07T21:44:26.870Z[ recovery-image] Aug 07 21:44:25.428 INFO O| Aug 07 21:44:25.428 INFO STEP 677 (remove_files) COMPLETE
73122026-08-07T21:44:26.870Z[ recovery-image] Aug 07 21:44:25.428 INFO O| Aug 07 21:44:25.428 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-07T21:44:26.880Z[ recovery-image] Aug 07 21:44:25.438 INFO O| Aug 07 21:44:25.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73142026-08-07T21:44:26.881Z[ recovery-image] Aug 07 21:44:25.438 INFO O| Aug 07 21:44:25.438 INFO STEP 678 (remove_files) COMPLETE
73152026-08-07T21:44:26.881Z[ recovery-image] Aug 07 21:44:25.438 INFO O| Aug 07 21:44:25.438 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-07T21:44:26.891Z[ recovery-image] Aug 07 21:44:25.448 INFO O| Aug 07 21:44:25.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73172026-08-07T21:44:26.891Z[ recovery-image] Aug 07 21:44:25.448 INFO O| Aug 07 21:44:25.448 INFO STEP 679 (remove_files) COMPLETE
73182026-08-07T21:44:26.891Z[ recovery-image] Aug 07 21:44:25.448 INFO O| Aug 07 21:44:25.448 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-07T21:44:26.900Z[ recovery-image] Aug 07 21:44:25.458 INFO O| Aug 07 21:44:25.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73202026-08-07T21:44:26.900Z[ recovery-image] Aug 07 21:44:25.458 INFO O| Aug 07 21:44:25.458 INFO STEP 680 (remove_files) COMPLETE
73212026-08-07T21:44:26.901Z[ recovery-image] Aug 07 21:44:25.458 INFO O| Aug 07 21:44:25.458 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-07T21:44:26.911Z[ recovery-image] Aug 07 21:44:25.469 INFO O| Aug 07 21:44:25.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73232026-08-07T21:44:26.911Z[ recovery-image] Aug 07 21:44:25.469 INFO O| Aug 07 21:44:25.469 INFO STEP 681 (remove_files) COMPLETE
73242026-08-07T21:44:26.914Z[ recovery-image] Aug 07 21:44:25.469 INFO O| Aug 07 21:44:25.469 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-07T21:44:26.921Z[ recovery-image] Aug 07 21:44:25.479 INFO O| Aug 07 21:44:25.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73262026-08-07T21:44:26.924Z[ recovery-image] Aug 07 21:44:25.480 INFO O| Aug 07 21:44:25.480 INFO STEP 682 (remove_files) COMPLETE
73272026-08-07T21:44:26.924Z[ recovery-image] Aug 07 21:44:25.480 INFO O| Aug 07 21:44:25.480 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-07T21:44:26.931Z[ recovery-image] Aug 07 21:44:25.489 INFO O| Aug 07 21:44:25.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73292026-08-07T21:44:26.932Z[ recovery-image] Aug 07 21:44:25.489 INFO O| Aug 07 21:44:25.489 INFO STEP 683 (remove_files) COMPLETE
73302026-08-07T21:44:26.935Z[ recovery-image] Aug 07 21:44:25.489 INFO O| Aug 07 21:44:25.489 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-07T21:44:26.942Z[ recovery-image] Aug 07 21:44:25.500 INFO O| Aug 07 21:44:25.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73322026-08-07T21:44:26.942Z[ recovery-image] Aug 07 21:44:25.500 INFO O| Aug 07 21:44:25.500 INFO STEP 684 (remove_files) COMPLETE
73332026-08-07T21:44:26.942Z[ recovery-image] Aug 07 21:44:25.500 INFO O| Aug 07 21:44:25.500 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-07T21:44:26.953Z[ recovery-image] Aug 07 21:44:25.510 INFO O| Aug 07 21:44:25.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73352026-08-07T21:44:26.953Z[ recovery-image] Aug 07 21:44:25.510 INFO O| Aug 07 21:44:25.510 INFO STEP 685 (remove_files) COMPLETE
73362026-08-07T21:44:26.953Z[ recovery-image] Aug 07 21:44:25.510 INFO O| Aug 07 21:44:25.510 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-07T21:44:26.963Z[ recovery-image] Aug 07 21:44:25.521 INFO O| Aug 07 21:44:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73382026-08-07T21:44:26.963Z[ recovery-image] Aug 07 21:44:25.521 INFO O| Aug 07 21:44:25.521 INFO STEP 686 (remove_files) COMPLETE
73392026-08-07T21:44:26.963Z[ recovery-image] Aug 07 21:44:25.521 INFO O| Aug 07 21:44:25.521 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-07T21:44:26.976Z[ recovery-image] Aug 07 21:44:25.532 INFO O| Aug 07 21:44:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73412026-08-07T21:44:26.976Z[ recovery-image] Aug 07 21:44:25.532 INFO O| Aug 07 21:44:25.532 INFO STEP 687 (remove_files) COMPLETE
73422026-08-07T21:44:26.976Z[ recovery-image] Aug 07 21:44:25.532 INFO O| Aug 07 21:44:25.532 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-07T21:44:26.984Z[ recovery-image] Aug 07 21:44:25.542 INFO O| Aug 07 21:44:25.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73442026-08-07T21:44:26.984Z[ recovery-image] Aug 07 21:44:25.542 INFO O| Aug 07 21:44:25.542 INFO STEP 688 (remove_files) COMPLETE
73452026-08-07T21:44:26.984Z[ recovery-image] Aug 07 21:44:25.542 INFO O| Aug 07 21:44:25.542 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-07T21:44:26.995Z[ recovery-image] Aug 07 21:44:25.552 INFO O| Aug 07 21:44:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73472026-08-07T21:44:26.995Z[ recovery-image] Aug 07 21:44:25.552 INFO O| Aug 07 21:44:25.552 INFO STEP 689 (remove_files) COMPLETE
73482026-08-07T21:44:26.995Z[ recovery-image] Aug 07 21:44:25.552 INFO O| Aug 07 21:44:25.552 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-07T21:44:27.005Z[ recovery-image] Aug 07 21:44:25.562 INFO O| Aug 07 21:44:25.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73502026-08-07T21:44:27.005Z[ recovery-image] Aug 07 21:44:25.562 INFO O| Aug 07 21:44:25.562 INFO STEP 690 (remove_files) COMPLETE
73512026-08-07T21:44:27.005Z[ recovery-image] Aug 07 21:44:25.562 INFO O| Aug 07 21:44:25.562 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-07T21:44:27.014Z[ recovery-image] Aug 07 21:44:25.571 INFO O| Aug 07 21:44:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73532026-08-07T21:44:27.014Z[ recovery-image] Aug 07 21:44:25.571 INFO O| Aug 07 21:44:25.571 INFO STEP 691 (remove_files) COMPLETE
73542026-08-07T21:44:27.014Z[ recovery-image] Aug 07 21:44:25.571 INFO O| Aug 07 21:44:25.571 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-07T21:44:27.024Z[ recovery-image] Aug 07 21:44:25.581 INFO O| Aug 07 21:44:25.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73562026-08-07T21:44:27.024Z[ recovery-image] Aug 07 21:44:25.581 INFO O| Aug 07 21:44:25.581 INFO STEP 692 (remove_files) COMPLETE
73572026-08-07T21:44:27.024Z[ recovery-image] Aug 07 21:44:25.581 INFO O| Aug 07 21:44:25.581 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-07T21:44:27.033Z[ recovery-image] Aug 07 21:44:25.590 INFO O| Aug 07 21:44:25.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73592026-08-07T21:44:27.033Z[ recovery-image] Aug 07 21:44:25.590 INFO O| Aug 07 21:44:25.590 INFO STEP 693 (remove_files) COMPLETE
73602026-08-07T21:44:27.033Z[ recovery-image] Aug 07 21:44:25.590 INFO O| Aug 07 21:44:25.590 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-07T21:44:27.046Z[ recovery-image] Aug 07 21:44:25.603 INFO O| Aug 07 21:44:25.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73622026-08-07T21:44:27.046Z[ recovery-image] Aug 07 21:44:25.603 INFO O| Aug 07 21:44:25.602 INFO STEP 694 (remove_files) COMPLETE
73632026-08-07T21:44:27.049Z[ recovery-image] Aug 07 21:44:25.603 INFO O| Aug 07 21:44:25.602 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-07T21:44:27.055Z[ recovery-image] Aug 07 21:44:25.613 INFO O| Aug 07 21:44:25.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73652026-08-07T21:44:27.055Z[ recovery-image] Aug 07 21:44:25.613 INFO O| Aug 07 21:44:25.613 INFO STEP 695 (remove_files) COMPLETE
73662026-08-07T21:44:27.058Z[ recovery-image] Aug 07 21:44:25.613 INFO O| Aug 07 21:44:25.613 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-07T21:44:27.064Z[ recovery-image] Aug 07 21:44:25.621 INFO O| Aug 07 21:44:25.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73682026-08-07T21:44:27.064Z[ recovery-image] Aug 07 21:44:25.622 INFO O| Aug 07 21:44:25.621 INFO STEP 696 (remove_files) COMPLETE
73692026-08-07T21:44:27.067Z[ recovery-image] Aug 07 21:44:25.622 INFO O| Aug 07 21:44:25.621 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-07T21:44:27.072Z[ recovery-image] Aug 07 21:44:25.630 INFO O| Aug 07 21:44:25.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73712026-08-07T21:44:27.073Z[ recovery-image] Aug 07 21:44:25.630 INFO O| Aug 07 21:44:25.630 INFO STEP 697 (remove_files) COMPLETE
73722026-08-07T21:44:27.073Z[ recovery-image] Aug 07 21:44:25.630 INFO O| Aug 07 21:44:25.630 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-07T21:44:27.081Z[ recovery-image] Aug 07 21:44:25.638 INFO O| Aug 07 21:44:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73742026-08-07T21:44:27.081Z[ recovery-image] Aug 07 21:44:25.638 INFO O| Aug 07 21:44:25.638 INFO STEP 698 (remove_files) COMPLETE
73752026-08-07T21:44:27.081Z[ recovery-image] Aug 07 21:44:25.638 INFO O| Aug 07 21:44:25.638 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-07T21:44:27.091Z[ recovery-image] Aug 07 21:44:25.648 INFO O| Aug 07 21:44:25.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73772026-08-07T21:44:27.091Z[ recovery-image] Aug 07 21:44:25.648 INFO O| Aug 07 21:44:25.648 INFO STEP 699 (remove_files) COMPLETE
73782026-08-07T21:44:27.091Z[ recovery-image] Aug 07 21:44:25.648 INFO O| Aug 07 21:44:25.648 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-07T21:44:27.100Z[ recovery-image] Aug 07 21:44:25.657 INFO O| Aug 07 21:44:25.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73802026-08-07T21:44:27.100Z[ recovery-image] Aug 07 21:44:25.658 INFO O| Aug 07 21:44:25.658 INFO STEP 700 (remove_files) COMPLETE
73812026-08-07T21:44:27.100Z[ recovery-image] Aug 07 21:44:25.658 INFO O| Aug 07 21:44:25.658 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-07T21:44:27.109Z[ recovery-image] Aug 07 21:44:25.666 INFO O| Aug 07 21:44:25.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73832026-08-07T21:44:27.109Z[ recovery-image] Aug 07 21:44:25.666 INFO O| Aug 07 21:44:25.666 INFO STEP 701 (remove_files) COMPLETE
73842026-08-07T21:44:27.112Z[ recovery-image] Aug 07 21:44:25.666 INFO O| Aug 07 21:44:25.666 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-07T21:44:27.118Z[ recovery-image] Aug 07 21:44:25.676 INFO O| Aug 07 21:44:25.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73862026-08-07T21:44:27.118Z[ recovery-image] Aug 07 21:44:25.676 INFO O| Aug 07 21:44:25.676 INFO STEP 702 (remove_files) COMPLETE
73872026-08-07T21:44:27.118Z[ recovery-image] Aug 07 21:44:25.676 INFO O| Aug 07 21:44:25.676 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-07T21:44:27.128Z[ recovery-image] Aug 07 21:44:25.685 INFO O| Aug 07 21:44:25.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73892026-08-07T21:44:27.128Z[ recovery-image] Aug 07 21:44:25.685 INFO O| Aug 07 21:44:25.685 INFO STEP 703 (remove_files) COMPLETE
73902026-08-07T21:44:27.128Z[ recovery-image] Aug 07 21:44:25.685 INFO O| Aug 07 21:44:25.685 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-07T21:44:27.137Z[ recovery-image] Aug 07 21:44:25.694 INFO O| Aug 07 21:44:25.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73922026-08-07T21:44:27.137Z[ recovery-image] Aug 07 21:44:25.694 INFO O| Aug 07 21:44:25.694 INFO STEP 704 (remove_files) COMPLETE
73932026-08-07T21:44:27.137Z[ recovery-image] Aug 07 21:44:25.694 INFO O| Aug 07 21:44:25.694 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-07T21:44:27.146Z[ recovery-image] Aug 07 21:44:25.703 INFO O| Aug 07 21:44:25.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73952026-08-07T21:44:27.146Z[ recovery-image] Aug 07 21:44:25.703 INFO O| Aug 07 21:44:25.703 INFO STEP 705 (remove_files) COMPLETE
73962026-08-07T21:44:27.149Z[ recovery-image] Aug 07 21:44:25.704 INFO O| Aug 07 21:44:25.703 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-07T21:44:27.154Z[ recovery-image] Aug 07 21:44:25.712 INFO O| Aug 07 21:44:25.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73982026-08-07T21:44:27.154Z[ recovery-image] Aug 07 21:44:25.712 INFO O| Aug 07 21:44:25.712 INFO STEP 706 (remove_files) COMPLETE
73992026-08-07T21:44:27.154Z[ recovery-image] Aug 07 21:44:25.712 INFO O| Aug 07 21:44:25.712 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-07T21:44:27.164Z[ recovery-image] Aug 07 21:44:25.721 INFO O| Aug 07 21:44:25.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74012026-08-07T21:44:27.164Z[ recovery-image] Aug 07 21:44:25.721 INFO O| Aug 07 21:44:25.721 INFO STEP 707 (remove_files) COMPLETE
74022026-08-07T21:44:27.164Z[ recovery-image] Aug 07 21:44:25.722 INFO O| Aug 07 21:44:25.721 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-07T21:44:27.175Z[ recovery-image] Aug 07 21:44:25.731 INFO O| Aug 07 21:44:25.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74042026-08-07T21:44:27.175Z[ recovery-image] Aug 07 21:44:25.732 INFO O| Aug 07 21:44:25.732 INFO STEP 708 (remove_files) COMPLETE
74052026-08-07T21:44:27.178Z[ recovery-image] Aug 07 21:44:25.732 INFO O| Aug 07 21:44:25.732 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-07T21:44:27.183Z[ recovery-image] Aug 07 21:44:25.741 INFO O| Aug 07 21:44:25.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74072026-08-07T21:44:27.183Z[ recovery-image] Aug 07 21:44:25.741 INFO O| Aug 07 21:44:25.741 INFO STEP 709 (remove_files) COMPLETE
74082026-08-07T21:44:27.183Z[ recovery-image] Aug 07 21:44:25.741 INFO O| Aug 07 21:44:25.741 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-07T21:44:27.192Z[ recovery-image] Aug 07 21:44:25.749 INFO O| Aug 07 21:44:25.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74102026-08-07T21:44:27.192Z[ recovery-image] Aug 07 21:44:25.749 INFO O| Aug 07 21:44:25.749 INFO STEP 710 (remove_files) COMPLETE
74112026-08-07T21:44:27.192Z[ recovery-image] Aug 07 21:44:25.749 INFO O| Aug 07 21:44:25.749 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-07T21:44:27.201Z[ recovery-image] Aug 07 21:44:25.759 INFO O| Aug 07 21:44:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74132026-08-07T21:44:27.201Z[ recovery-image] Aug 07 21:44:25.759 INFO O| Aug 07 21:44:25.759 INFO STEP 711 (remove_files) COMPLETE
74142026-08-07T21:44:27.201Z[ recovery-image] Aug 07 21:44:25.759 INFO O| Aug 07 21:44:25.759 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-07T21:44:27.210Z[ recovery-image] Aug 07 21:44:25.768 INFO O| Aug 07 21:44:25.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74162026-08-07T21:44:27.210Z[ recovery-image] Aug 07 21:44:25.768 INFO O| Aug 07 21:44:25.768 INFO STEP 712 (remove_files) COMPLETE
74172026-08-07T21:44:27.210Z[ recovery-image] Aug 07 21:44:25.768 INFO O| Aug 07 21:44:25.768 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-07T21:44:27.220Z[ recovery-image] Aug 07 21:44:25.777 INFO O| Aug 07 21:44:25.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74192026-08-07T21:44:27.220Z[ recovery-image] Aug 07 21:44:25.777 INFO O| Aug 07 21:44:25.777 INFO STEP 713 (remove_files) COMPLETE
74202026-08-07T21:44:27.220Z[ recovery-image] Aug 07 21:44:25.777 INFO O| Aug 07 21:44:25.777 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-07T21:44:27.230Z[ recovery-image] Aug 07 21:44:25.787 INFO O| Aug 07 21:44:25.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74222026-08-07T21:44:27.230Z[ recovery-image] Aug 07 21:44:25.787 INFO O| Aug 07 21:44:25.787 INFO STEP 714 (remove_files) COMPLETE
74232026-08-07T21:44:27.230Z[ recovery-image] Aug 07 21:44:25.787 INFO O| Aug 07 21:44:25.787 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-07T21:44:27.239Z[ recovery-image] Aug 07 21:44:25.797 INFO O| Aug 07 21:44:25.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74252026-08-07T21:44:27.239Z[ recovery-image] Aug 07 21:44:25.797 INFO O| Aug 07 21:44:25.797 INFO STEP 715 (remove_files) COMPLETE
74262026-08-07T21:44:27.242Z[ recovery-image] Aug 07 21:44:25.797 INFO O| Aug 07 21:44:25.797 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-07T21:44:27.250Z[ recovery-image] Aug 07 21:44:25.808 INFO O| Aug 07 21:44:25.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74282026-08-07T21:44:27.250Z[ recovery-image] Aug 07 21:44:25.808 INFO O| Aug 07 21:44:25.808 INFO STEP 716 (remove_files) COMPLETE
74292026-08-07T21:44:27.253Z[ recovery-image] Aug 07 21:44:25.808 INFO O| Aug 07 21:44:25.808 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-07T21:44:27.261Z[ recovery-image] Aug 07 21:44:25.818 INFO O| Aug 07 21:44:25.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74312026-08-07T21:44:27.261Z[ recovery-image] Aug 07 21:44:25.818 INFO O| Aug 07 21:44:25.818 INFO STEP 717 (remove_files) COMPLETE
74322026-08-07T21:44:27.261Z[ recovery-image] Aug 07 21:44:25.818 INFO O| Aug 07 21:44:25.818 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-07T21:44:27.272Z[ recovery-image] Aug 07 21:44:25.829 INFO O| Aug 07 21:44:25.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74342026-08-07T21:44:27.272Z[ recovery-image] Aug 07 21:44:25.829 INFO O| Aug 07 21:44:25.829 INFO STEP 718 (remove_files) COMPLETE
74352026-08-07T21:44:27.275Z[ recovery-image] Aug 07 21:44:25.829 INFO O| Aug 07 21:44:25.829 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-07T21:44:27.281Z[ recovery-image] Aug 07 21:44:25.839 INFO O| Aug 07 21:44:25.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74372026-08-07T21:44:27.281Z[ recovery-image] Aug 07 21:44:25.839 INFO O| Aug 07 21:44:25.839 INFO STEP 719 (remove_files) COMPLETE
74382026-08-07T21:44:27.284Z[ recovery-image] Aug 07 21:44:25.839 INFO O| Aug 07 21:44:25.839 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-07T21:44:27.294Z[ recovery-image] Aug 07 21:44:25.851 INFO O| Aug 07 21:44:25.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74402026-08-07T21:44:27.294Z[ recovery-image] Aug 07 21:44:25.851 INFO O| Aug 07 21:44:25.851 INFO STEP 720 (remove_files) COMPLETE
74412026-08-07T21:44:27.297Z[ recovery-image] Aug 07 21:44:25.851 INFO O| Aug 07 21:44:25.851 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-07T21:44:27.304Z[ recovery-image] Aug 07 21:44:25.862 INFO O| Aug 07 21:44:25.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74432026-08-07T21:44:27.304Z[ recovery-image] Aug 07 21:44:25.862 INFO O| Aug 07 21:44:25.862 INFO STEP 721 (remove_files) COMPLETE
74442026-08-07T21:44:27.307Z[ recovery-image] Aug 07 21:44:25.862 INFO O| Aug 07 21:44:25.862 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-07T21:44:27.314Z[ recovery-image] Aug 07 21:44:25.871 INFO O| Aug 07 21:44:25.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74462026-08-07T21:44:27.314Z[ recovery-image] Aug 07 21:44:25.872 INFO O| Aug 07 21:44:25.871 INFO STEP 722 (remove_files) COMPLETE
74472026-08-07T21:44:27.314Z[ recovery-image] Aug 07 21:44:25.872 INFO O| Aug 07 21:44:25.872 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-07T21:44:27.324Z[ recovery-image] Aug 07 21:44:25.881 INFO O| Aug 07 21:44:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74492026-08-07T21:44:27.324Z[ recovery-image] Aug 07 21:44:25.882 INFO O| Aug 07 21:44:25.882 INFO STEP 723 (remove_files) COMPLETE
74502026-08-07T21:44:27.327Z[ recovery-image] Aug 07 21:44:25.882 INFO O| Aug 07 21:44:25.882 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-07T21:44:27.333Z[ recovery-image] Aug 07 21:44:25.890 INFO O| Aug 07 21:44:25.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74522026-08-07T21:44:27.333Z[ recovery-image] Aug 07 21:44:25.890 INFO O| Aug 07 21:44:25.890 INFO STEP 724 (remove_files) COMPLETE
74532026-08-07T21:44:27.333Z[ recovery-image] Aug 07 21:44:25.890 INFO O| Aug 07 21:44:25.890 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-07T21:44:27.341Z[ recovery-image] Aug 07 21:44:25.899 INFO O| Aug 07 21:44:25.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74552026-08-07T21:44:27.341Z[ recovery-image] Aug 07 21:44:25.899 INFO O| Aug 07 21:44:25.899 INFO STEP 725 (remove_files) COMPLETE
74562026-08-07T21:44:27.341Z[ recovery-image] Aug 07 21:44:25.899 INFO O| Aug 07 21:44:25.899 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-07T21:44:27.350Z[ recovery-image] Aug 07 21:44:25.908 INFO O| Aug 07 21:44:25.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74582026-08-07T21:44:27.350Z[ recovery-image] Aug 07 21:44:25.908 INFO O| Aug 07 21:44:25.908 INFO STEP 726 (remove_files) COMPLETE
74592026-08-07T21:44:27.350Z[ recovery-image] Aug 07 21:44:25.908 INFO O| Aug 07 21:44:25.908 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-07T21:44:27.358Z[ recovery-image] Aug 07 21:44:25.916 INFO O| Aug 07 21:44:25.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74612026-08-07T21:44:27.358Z[ recovery-image] Aug 07 21:44:25.916 INFO O| Aug 07 21:44:25.916 INFO STEP 727 (remove_files) COMPLETE
74622026-08-07T21:44:27.361Z[ recovery-image] Aug 07 21:44:25.916 INFO O| Aug 07 21:44:25.916 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-07T21:44:27.368Z[ recovery-image] Aug 07 21:44:25.925 INFO O| Aug 07 21:44:25.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74642026-08-07T21:44:27.368Z[ recovery-image] Aug 07 21:44:25.925 INFO O| Aug 07 21:44:25.925 INFO STEP 728 (remove_files) COMPLETE
74652026-08-07T21:44:27.368Z[ recovery-image] Aug 07 21:44:25.925 INFO O| Aug 07 21:44:25.925 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-07T21:44:27.377Z[ recovery-image] Aug 07 21:44:25.935 INFO O| Aug 07 21:44:25.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74672026-08-07T21:44:27.377Z[ recovery-image] Aug 07 21:44:25.935 INFO O| Aug 07 21:44:25.935 INFO STEP 729 (remove_files) COMPLETE
74682026-08-07T21:44:27.377Z[ recovery-image] Aug 07 21:44:25.935 INFO O| Aug 07 21:44:25.935 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-07T21:44:27.390Z[ recovery-image] Aug 07 21:44:25.947 INFO O| Aug 07 21:44:25.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74702026-08-07T21:44:27.390Z[ recovery-image] Aug 07 21:44:25.947 INFO O| Aug 07 21:44:25.944 INFO STEP 730 (remove_files) COMPLETE
74712026-08-07T21:44:27.390Z[ recovery-image] Aug 07 21:44:25.947 INFO O| Aug 07 21:44:25.944 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-07T21:44:27.395Z[ recovery-image] Aug 07 21:44:25.953 INFO O| Aug 07 21:44:25.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74732026-08-07T21:44:27.395Z[ recovery-image] Aug 07 21:44:25.953 INFO O| Aug 07 21:44:25.953 INFO STEP 731 (remove_files) COMPLETE
74742026-08-07T21:44:27.395Z[ recovery-image] Aug 07 21:44:25.953 INFO O| Aug 07 21:44:25.953 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-07T21:44:27.404Z[ recovery-image] Aug 07 21:44:25.962 INFO O| Aug 07 21:44:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74762026-08-07T21:44:27.404Z[ recovery-image] Aug 07 21:44:25.962 INFO O| Aug 07 21:44:25.962 INFO STEP 732 (remove_files) COMPLETE
74772026-08-07T21:44:27.404Z[ recovery-image] Aug 07 21:44:25.962 INFO O| Aug 07 21:44:25.962 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-07T21:44:27.413Z[ recovery-image] Aug 07 21:44:25.971 INFO O| Aug 07 21:44:25.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74792026-08-07T21:44:27.413Z[ recovery-image] Aug 07 21:44:25.971 INFO O| Aug 07 21:44:25.971 INFO STEP 733 (remove_files) COMPLETE
74802026-08-07T21:44:27.413Z[ recovery-image] Aug 07 21:44:25.971 INFO O| Aug 07 21:44:25.971 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-07T21:44:27.423Z[ recovery-image] Aug 07 21:44:25.980 INFO O| Aug 07 21:44:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74822026-08-07T21:44:27.423Z[ recovery-image] Aug 07 21:44:25.980 INFO O| Aug 07 21:44:25.980 INFO STEP 734 (remove_files) COMPLETE
74832026-08-07T21:44:27.426Z[ recovery-image] Aug 07 21:44:25.980 INFO O| Aug 07 21:44:25.980 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-07T21:44:27.433Z[ recovery-image] Aug 07 21:44:25.991 INFO O| Aug 07 21:44:25.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74852026-08-07T21:44:27.433Z[ recovery-image] Aug 07 21:44:25.991 INFO O| Aug 07 21:44:25.991 INFO STEP 735 (remove_files) COMPLETE
74862026-08-07T21:44:27.436Z[ recovery-image] Aug 07 21:44:25.991 INFO O| Aug 07 21:44:25.991 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-07T21:44:27.442Z[ recovery-image] Aug 07 21:44:26.000 INFO O| Aug 07 21:44:25.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74882026-08-07T21:44:27.442Z[ recovery-image] Aug 07 21:44:26.000 INFO O| Aug 07 21:44:25.999 INFO STEP 736 (remove_files) COMPLETE
74892026-08-07T21:44:27.445Z[ recovery-image] Aug 07 21:44:26.000 INFO O| Aug 07 21:44:25.999 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-07T21:44:27.453Z[ recovery-image] Aug 07 21:44:26.011 INFO O| Aug 07 21:44:26.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74912026-08-07T21:44:27.453Z[ recovery-image] Aug 07 21:44:26.011 INFO O| Aug 07 21:44:26.011 INFO STEP 737 (remove_files) COMPLETE
74922026-08-07T21:44:27.454Z[ recovery-image] Aug 07 21:44:26.011 INFO O| Aug 07 21:44:26.011 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-07T21:44:27.464Z[ recovery-image] Aug 07 21:44:26.022 INFO O| Aug 07 21:44:26.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74942026-08-07T21:44:27.464Z[ recovery-image] Aug 07 21:44:26.022 INFO O| Aug 07 21:44:26.022 INFO STEP 738 (remove_files) COMPLETE
74952026-08-07T21:44:27.467Z[ recovery-image] Aug 07 21:44:26.022 INFO O| Aug 07 21:44:26.022 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-07T21:44:27.473Z[ recovery-image] Aug 07 21:44:26.031 INFO O| Aug 07 21:44:26.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74972026-08-07T21:44:27.476Z[ recovery-image] Aug 07 21:44:26.032 INFO O| Aug 07 21:44:26.031 INFO STEP 739 (remove_files) COMPLETE
74982026-08-07T21:44:27.476Z[ recovery-image] Aug 07 21:44:26.032 INFO O| Aug 07 21:44:26.031 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-07T21:44:27.487Z[ recovery-image] Aug 07 21:44:26.044 INFO O| Aug 07 21:44:26.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75002026-08-07T21:44:27.487Z[ recovery-image] Aug 07 21:44:26.044 INFO O| Aug 07 21:44:26.044 INFO STEP 740 (remove_files) COMPLETE
75012026-08-07T21:44:27.487Z[ recovery-image] Aug 07 21:44:26.044 INFO O| Aug 07 21:44:26.044 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-07T21:44:27.497Z[ recovery-image] Aug 07 21:44:26.055 INFO O| Aug 07 21:44:26.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75032026-08-07T21:44:27.497Z[ recovery-image] Aug 07 21:44:26.055 INFO O| Aug 07 21:44:26.055 INFO STEP 741 (remove_files) COMPLETE
75042026-08-07T21:44:27.497Z[ recovery-image] Aug 07 21:44:26.055 INFO O| Aug 07 21:44:26.055 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-07T21:44:27.507Z[ recovery-image] Aug 07 21:44:26.064 INFO O| Aug 07 21:44:26.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75062026-08-07T21:44:27.507Z[ recovery-image] Aug 07 21:44:26.064 INFO O| Aug 07 21:44:26.064 INFO STEP 742 (remove_files) COMPLETE
75072026-08-07T21:44:27.507Z[ recovery-image] Aug 07 21:44:26.064 INFO O| Aug 07 21:44:26.064 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-07T21:44:27.518Z[ recovery-image] Aug 07 21:44:26.076 INFO O| Aug 07 21:44:26.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75092026-08-07T21:44:27.518Z[ recovery-image] Aug 07 21:44:26.076 INFO O| Aug 07 21:44:26.076 INFO STEP 743 (remove_files) COMPLETE
75102026-08-07T21:44:27.518Z[ recovery-image] Aug 07 21:44:26.076 INFO O| Aug 07 21:44:26.076 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-07T21:44:27.528Z[ recovery-image] Aug 07 21:44:26.085 INFO O| Aug 07 21:44:26.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75122026-08-07T21:44:27.528Z[ recovery-image] Aug 07 21:44:26.085 INFO O| Aug 07 21:44:26.085 INFO STEP 744 (remove_files) COMPLETE
75132026-08-07T21:44:27.528Z[ recovery-image] Aug 07 21:44:26.085 INFO O| Aug 07 21:44:26.085 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-07T21:44:27.541Z[ recovery-image] Aug 07 21:44:26.097 INFO O| Aug 07 21:44:26.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75152026-08-07T21:44:27.541Z[ recovery-image] Aug 07 21:44:26.098 INFO O| Aug 07 21:44:26.097 INFO STEP 745 (remove_files) COMPLETE
75162026-08-07T21:44:27.545Z[ recovery-image] Aug 07 21:44:26.098 INFO O| Aug 07 21:44:26.098 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-07T21:44:27.550Z[ recovery-image] Aug 07 21:44:26.107 INFO O| Aug 07 21:44:26.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75182026-08-07T21:44:27.550Z[ recovery-image] Aug 07 21:44:26.107 INFO O| Aug 07 21:44:26.107 INFO STEP 746 (remove_files) COMPLETE
75192026-08-07T21:44:27.550Z[ recovery-image] Aug 07 21:44:26.107 INFO O| Aug 07 21:44:26.107 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-07T21:44:27.559Z[ recovery-image] Aug 07 21:44:26.116 INFO O| Aug 07 21:44:26.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75212026-08-07T21:44:27.559Z[ recovery-image] Aug 07 21:44:26.117 INFO O| Aug 07 21:44:26.116 INFO STEP 747 (remove_files) COMPLETE
75222026-08-07T21:44:27.559Z[ recovery-image] Aug 07 21:44:26.117 INFO O| Aug 07 21:44:26.116 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-07T21:44:27.564Z[verify-libraries] Compiling samael v0.0.19
75242026-08-07T21:44:27.569Z[ recovery-image] Aug 07 21:44:26.127 INFO O| Aug 07 21:44:26.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75252026-08-07T21:44:27.569Z[ recovery-image] Aug 07 21:44:26.127 INFO O| Aug 07 21:44:26.127 INFO STEP 748 (remove_files) COMPLETE
75262026-08-07T21:44:27.572Z[ recovery-image] Aug 07 21:44:26.127 INFO O| Aug 07 21:44:26.127 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-07T21:44:27.582Z[ recovery-image] Aug 07 21:44:26.138 INFO O| Aug 07 21:44:26.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75282026-08-07T21:44:27.582Z[ recovery-image] Aug 07 21:44:26.138 INFO O| Aug 07 21:44:26.138 INFO STEP 749 (remove_files) COMPLETE
75292026-08-07T21:44:27.582Z[ recovery-image] Aug 07 21:44:26.138 INFO O| Aug 07 21:44:26.138 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-07T21:44:27.590Z[ recovery-image] Aug 07 21:44:26.147 INFO O| Aug 07 21:44:26.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75312026-08-07T21:44:27.590Z[ recovery-image] Aug 07 21:44:26.147 INFO O| Aug 07 21:44:26.147 INFO STEP 750 (remove_files) COMPLETE
75322026-08-07T21:44:27.590Z[ recovery-image] Aug 07 21:44:26.148 INFO O| Aug 07 21:44:26.147 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-07T21:44:27.600Z[ recovery-image] Aug 07 21:44:26.157 INFO O| Aug 07 21:44:26.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75342026-08-07T21:44:27.600Z[ recovery-image] Aug 07 21:44:26.158 INFO O| Aug 07 21:44:26.158 INFO STEP 751 (remove_files) COMPLETE
75352026-08-07T21:44:27.600Z[ recovery-image] Aug 07 21:44:26.158 INFO O| Aug 07 21:44:26.158 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-07T21:44:27.610Z[ recovery-image] Aug 07 21:44:26.168 INFO O| Aug 07 21:44:26.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75372026-08-07T21:44:27.610Z[ recovery-image] Aug 07 21:44:26.168 INFO O| Aug 07 21:44:26.168 INFO STEP 752 (remove_files) COMPLETE
75382026-08-07T21:44:27.610Z[ recovery-image] Aug 07 21:44:26.168 INFO O| Aug 07 21:44:26.168 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-07T21:44:27.621Z[ recovery-image] Aug 07 21:44:26.178 INFO O| Aug 07 21:44:26.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75402026-08-07T21:44:27.621Z[ recovery-image] Aug 07 21:44:26.178 INFO O| Aug 07 21:44:26.178 INFO STEP 753 (remove_files) COMPLETE
75412026-08-07T21:44:27.621Z[ recovery-image] Aug 07 21:44:26.178 INFO O| Aug 07 21:44:26.178 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-07T21:44:27.632Z[ recovery-image] Aug 07 21:44:26.188 INFO O| Aug 07 21:44:26.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75432026-08-07T21:44:27.632Z[ recovery-image] Aug 07 21:44:26.188 INFO O| Aug 07 21:44:26.188 INFO STEP 754 (remove_files) COMPLETE
75442026-08-07T21:44:27.632Z[ recovery-image] Aug 07 21:44:26.188 INFO O| Aug 07 21:44:26.188 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-07T21:44:27.642Z[ recovery-image] Aug 07 21:44:26.199 INFO O| Aug 07 21:44:26.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75462026-08-07T21:44:27.642Z[ recovery-image] Aug 07 21:44:26.199 INFO O| Aug 07 21:44:26.199 INFO STEP 755 (remove_files) COMPLETE
75472026-08-07T21:44:27.645Z[ recovery-image] Aug 07 21:44:26.199 INFO O| Aug 07 21:44:26.199 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-07T21:44:27.652Z[ recovery-image] Aug 07 21:44:26.210 INFO O| Aug 07 21:44:26.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75492026-08-07T21:44:27.652Z[ recovery-image] Aug 07 21:44:26.210 INFO O| Aug 07 21:44:26.210 INFO STEP 756 (remove_files) COMPLETE
75502026-08-07T21:44:27.655Z[ recovery-image] Aug 07 21:44:26.210 INFO O| Aug 07 21:44:26.210 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-07T21:44:27.663Z[ recovery-image] Aug 07 21:44:26.220 INFO O| Aug 07 21:44:26.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75522026-08-07T21:44:27.663Z[ recovery-image] Aug 07 21:44:26.220 INFO O| Aug 07 21:44:26.220 INFO STEP 757 (remove_files) COMPLETE
75532026-08-07T21:44:27.666Z[ recovery-image] Aug 07 21:44:26.220 INFO O| Aug 07 21:44:26.220 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-07T21:44:27.672Z[ recovery-image] Aug 07 21:44:26.230 INFO O| Aug 07 21:44:26.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75552026-08-07T21:44:27.672Z[ recovery-image] Aug 07 21:44:26.230 INFO O| Aug 07 21:44:26.230 INFO STEP 758 (remove_files) COMPLETE
75562026-08-07T21:44:27.675Z[ recovery-image] Aug 07 21:44:26.230 INFO O| Aug 07 21:44:26.230 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-07T21:44:27.682Z[ recovery-image] Aug 07 21:44:26.239 INFO O| Aug 07 21:44:26.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75582026-08-07T21:44:27.682Z[ recovery-image] Aug 07 21:44:26.239 INFO O| Aug 07 21:44:26.239 INFO STEP 759 (remove_files) COMPLETE
75592026-08-07T21:44:27.682Z[ recovery-image] Aug 07 21:44:26.239 INFO O| Aug 07 21:44:26.239 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-07T21:44:27.693Z[ recovery-image] Aug 07 21:44:26.249 INFO O| Aug 07 21:44:26.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75612026-08-07T21:44:27.693Z[ recovery-image] Aug 07 21:44:26.249 INFO O| Aug 07 21:44:26.249 INFO STEP 760 (remove_files) COMPLETE
75622026-08-07T21:44:27.693Z[ recovery-image] Aug 07 21:44:26.249 INFO O| Aug 07 21:44:26.249 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-07T21:44:27.702Z[ recovery-image] Aug 07 21:44:26.259 INFO O| Aug 07 21:44:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75642026-08-07T21:44:27.702Z[ recovery-image] Aug 07 21:44:26.259 INFO O| Aug 07 21:44:26.259 INFO STEP 761 (remove_files) COMPLETE
75652026-08-07T21:44:27.702Z[ recovery-image] Aug 07 21:44:26.259 INFO O| Aug 07 21:44:26.259 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-07T21:44:27.713Z[ recovery-image] Aug 07 21:44:26.271 INFO O| Aug 07 21:44:26.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75672026-08-07T21:44:27.713Z[ recovery-image] Aug 07 21:44:26.271 INFO O| Aug 07 21:44:26.271 INFO STEP 762 (remove_files) COMPLETE
75682026-08-07T21:44:27.716Z[ recovery-image] Aug 07 21:44:26.271 INFO O| Aug 07 21:44:26.271 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-07T21:44:27.725Z[ recovery-image] Aug 07 21:44:26.282 INFO O| Aug 07 21:44:26.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75702026-08-07T21:44:27.725Z[ recovery-image] Aug 07 21:44:26.282 INFO O| Aug 07 21:44:26.282 INFO STEP 763 (remove_files) COMPLETE
75712026-08-07T21:44:27.725Z[ recovery-image] Aug 07 21:44:26.282 INFO O| Aug 07 21:44:26.282 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-07T21:44:27.736Z[ recovery-image] Aug 07 21:44:26.292 INFO O| Aug 07 21:44:26.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75732026-08-07T21:44:27.736Z[ recovery-image] Aug 07 21:44:26.293 INFO O| Aug 07 21:44:26.293 INFO STEP 764 (remove_files) COMPLETE
75742026-08-07T21:44:27.736Z[ recovery-image] Aug 07 21:44:26.293 INFO O| Aug 07 21:44:26.293 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-07T21:44:27.746Z[ recovery-image] Aug 07 21:44:26.303 INFO O| Aug 07 21:44:26.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75762026-08-07T21:44:27.749Z[ recovery-image] Aug 07 21:44:26.304 INFO O| Aug 07 21:44:26.304 INFO STEP 765 (remove_files) COMPLETE
75772026-08-07T21:44:27.749Z[ recovery-image] Aug 07 21:44:26.304 INFO O| Aug 07 21:44:26.304 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-07T21:44:27.756Z[ recovery-image] Aug 07 21:44:26.314 INFO O| Aug 07 21:44:26.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75792026-08-07T21:44:27.759Z[ recovery-image] Aug 07 21:44:26.315 INFO O| Aug 07 21:44:26.315 INFO STEP 766 (remove_files) COMPLETE
75802026-08-07T21:44:27.759Z[ recovery-image] Aug 07 21:44:26.315 INFO O| Aug 07 21:44:26.315 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-07T21:44:27.768Z[ recovery-image] Aug 07 21:44:26.325 INFO O| Aug 07 21:44:26.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75822026-08-07T21:44:27.768Z[ recovery-image] Aug 07 21:44:26.326 INFO O| Aug 07 21:44:26.326 INFO STEP 767 (remove_files) COMPLETE
75832026-08-07T21:44:27.768Z[ recovery-image] Aug 07 21:44:26.326 INFO O| Aug 07 21:44:26.326 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-07T21:44:27.779Z[ recovery-image] Aug 07 21:44:26.336 INFO O| Aug 07 21:44:26.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75852026-08-07T21:44:27.779Z[ recovery-image] Aug 07 21:44:26.336 INFO O| Aug 07 21:44:26.336 INFO STEP 768 (remove_files) COMPLETE
75862026-08-07T21:44:27.782Z[ recovery-image] Aug 07 21:44:26.336 INFO O| Aug 07 21:44:26.336 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-07T21:44:27.788Z[ recovery-image] Aug 07 21:44:26.345 INFO O| Aug 07 21:44:26.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75882026-08-07T21:44:27.788Z[ recovery-image] Aug 07 21:44:26.345 INFO O| Aug 07 21:44:26.345 INFO STEP 769 (remove_files) COMPLETE
75892026-08-07T21:44:27.788Z[ recovery-image] Aug 07 21:44:26.345 INFO O| Aug 07 21:44:26.345 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-07T21:44:27.799Z[ recovery-image] Aug 07 21:44:26.356 INFO O| Aug 07 21:44:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75912026-08-07T21:44:27.799Z[ recovery-image] Aug 07 21:44:26.356 INFO O| Aug 07 21:44:26.356 INFO STEP 770 (remove_files) COMPLETE
75922026-08-07T21:44:27.799Z[ recovery-image] Aug 07 21:44:26.356 INFO O| Aug 07 21:44:26.356 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-07T21:44:27.810Z[ recovery-image] Aug 07 21:44:26.367 INFO O| Aug 07 21:44:26.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75942026-08-07T21:44:27.814Z[ recovery-image] Aug 07 21:44:26.368 INFO O| Aug 07 21:44:26.368 INFO STEP 771 (remove_files) COMPLETE
75952026-08-07T21:44:27.814Z[ recovery-image] Aug 07 21:44:26.368 INFO O| Aug 07 21:44:26.368 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-07T21:44:27.821Z[ recovery-image] Aug 07 21:44:26.379 INFO O| Aug 07 21:44:26.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75972026-08-07T21:44:27.821Z[ recovery-image] Aug 07 21:44:26.379 INFO O| Aug 07 21:44:26.379 INFO STEP 772 (remove_files) COMPLETE
75982026-08-07T21:44:27.821Z[ recovery-image] Aug 07 21:44:26.379 INFO O| Aug 07 21:44:26.379 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-07T21:44:27.832Z[ recovery-image] Aug 07 21:44:26.389 INFO O| Aug 07 21:44:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76002026-08-07T21:44:27.832Z[ recovery-image] Aug 07 21:44:26.389 INFO O| Aug 07 21:44:26.389 INFO STEP 773 (remove_files) COMPLETE
76012026-08-07T21:44:27.835Z[ recovery-image] Aug 07 21:44:26.389 INFO O| Aug 07 21:44:26.389 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-07T21:44:27.842Z[ recovery-image] Aug 07 21:44:26.399 INFO O| Aug 07 21:44:26.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76032026-08-07T21:44:27.842Z[ recovery-image] Aug 07 21:44:26.399 INFO O| Aug 07 21:44:26.399 INFO STEP 774 (remove_files) COMPLETE
76042026-08-07T21:44:27.845Z[ recovery-image] Aug 07 21:44:26.399 INFO O| Aug 07 21:44:26.399 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-07T21:44:27.853Z[ recovery-image] Aug 07 21:44:26.411 INFO O| Aug 07 21:44:26.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76062026-08-07T21:44:27.853Z[ recovery-image] Aug 07 21:44:26.411 INFO O| Aug 07 21:44:26.411 INFO STEP 775 (remove_files) COMPLETE
76072026-08-07T21:44:27.857Z[ recovery-image] Aug 07 21:44:26.411 INFO O| Aug 07 21:44:26.411 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-07T21:44:27.864Z[ recovery-image] Aug 07 21:44:26.422 INFO O| Aug 07 21:44:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76092026-08-07T21:44:27.864Z[ recovery-image] Aug 07 21:44:26.422 INFO O| Aug 07 21:44:26.422 INFO STEP 776 (remove_files) COMPLETE
76102026-08-07T21:44:27.867Z[ recovery-image] Aug 07 21:44:26.422 INFO O| Aug 07 21:44:26.422 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-07T21:44:27.876Z[ recovery-image] Aug 07 21:44:26.434 INFO O| Aug 07 21:44:26.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76122026-08-07T21:44:27.876Z[ recovery-image] Aug 07 21:44:26.434 INFO O| Aug 07 21:44:26.434 INFO STEP 777 (remove_files) COMPLETE
76132026-08-07T21:44:27.879Z[ recovery-image] Aug 07 21:44:26.434 INFO O| Aug 07 21:44:26.434 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-07T21:44:27.889Z[ recovery-image] Aug 07 21:44:26.447 INFO O| Aug 07 21:44:26.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76152026-08-07T21:44:27.889Z[ recovery-image] Aug 07 21:44:26.447 INFO O| Aug 07 21:44:26.447 INFO STEP 778 (remove_files) COMPLETE
76162026-08-07T21:44:27.889Z[ recovery-image] Aug 07 21:44:26.447 INFO O| Aug 07 21:44:26.447 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-07T21:44:27.900Z[ recovery-image] Aug 07 21:44:26.458 INFO O| Aug 07 21:44:26.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76182026-08-07T21:44:27.900Z[ recovery-image] Aug 07 21:44:26.458 INFO O| Aug 07 21:44:26.458 INFO STEP 779 (remove_files) COMPLETE
76192026-08-07T21:44:27.903Z[ recovery-image] Aug 07 21:44:26.458 INFO O| Aug 07 21:44:26.458 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-07T21:44:27.911Z[ recovery-image] Aug 07 21:44:26.469 INFO O| Aug 07 21:44:26.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76212026-08-07T21:44:27.911Z[ recovery-image] Aug 07 21:44:26.469 INFO O| Aug 07 21:44:26.469 INFO STEP 780 (remove_files) COMPLETE
76222026-08-07T21:44:27.914Z[ recovery-image] Aug 07 21:44:26.469 INFO O| Aug 07 21:44:26.469 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-07T21:44:27.922Z[ recovery-image] Aug 07 21:44:26.480 INFO O| Aug 07 21:44:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76242026-08-07T21:44:27.922Z[ recovery-image] Aug 07 21:44:26.480 INFO O| Aug 07 21:44:26.480 INFO STEP 781 (remove_files) COMPLETE
76252026-08-07T21:44:27.922Z[ recovery-image] Aug 07 21:44:26.480 INFO O| Aug 07 21:44:26.480 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-07T21:44:27.933Z[ recovery-image] Aug 07 21:44:26.491 INFO O| Aug 07 21:44:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76272026-08-07T21:44:27.933Z[ recovery-image] Aug 07 21:44:26.491 INFO O| Aug 07 21:44:26.491 INFO STEP 782 (remove_files) COMPLETE
76282026-08-07T21:44:27.936Z[ recovery-image] Aug 07 21:44:26.491 INFO O| Aug 07 21:44:26.491 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-07T21:44:27.944Z[ recovery-image] Aug 07 21:44:26.502 INFO O| Aug 07 21:44:26.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76302026-08-07T21:44:27.944Z[ recovery-image] Aug 07 21:44:26.502 INFO O| Aug 07 21:44:26.502 INFO STEP 783 (remove_files) COMPLETE
76312026-08-07T21:44:27.944Z[ recovery-image] Aug 07 21:44:26.502 INFO O| Aug 07 21:44:26.502 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-07T21:44:27.956Z[ recovery-image] Aug 07 21:44:26.513 INFO O| Aug 07 21:44:26.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76332026-08-07T21:44:27.956Z[ recovery-image] Aug 07 21:44:26.513 INFO O| Aug 07 21:44:26.513 INFO STEP 784 (remove_files) COMPLETE
76342026-08-07T21:44:27.956Z[ recovery-image] Aug 07 21:44:26.513 INFO O| Aug 07 21:44:26.513 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-07T21:44:27.966Z[ recovery-image] Aug 07 21:44:26.524 INFO O| Aug 07 21:44:26.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76362026-08-07T21:44:27.966Z[ recovery-image] Aug 07 21:44:26.524 INFO O| Aug 07 21:44:26.524 INFO STEP 785 (remove_files) COMPLETE
76372026-08-07T21:44:27.966Z[ recovery-image] Aug 07 21:44:26.524 INFO O| Aug 07 21:44:26.524 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-07T21:44:27.978Z[ recovery-image] Aug 07 21:44:26.536 INFO O| Aug 07 21:44:26.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76392026-08-07T21:44:27.978Z[ recovery-image] Aug 07 21:44:26.536 INFO O| Aug 07 21:44:26.536 INFO STEP 786 (remove_files) COMPLETE
76402026-08-07T21:44:27.981Z[ recovery-image] Aug 07 21:44:26.536 INFO O| Aug 07 21:44:26.536 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-07T21:44:27.988Z[ recovery-image] Aug 07 21:44:26.546 INFO O| Aug 07 21:44:26.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76422026-08-07T21:44:27.988Z[ recovery-image] Aug 07 21:44:26.546 INFO O| Aug 07 21:44:26.546 INFO STEP 787 (remove_files) COMPLETE
76432026-08-07T21:44:27.988Z[ recovery-image] Aug 07 21:44:26.546 INFO O| Aug 07 21:44:26.546 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-07T21:44:27.998Z[ recovery-image] Aug 07 21:44:26.555 INFO O| Aug 07 21:44:26.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76452026-08-07T21:44:27.998Z[ recovery-image] Aug 07 21:44:26.555 INFO O| Aug 07 21:44:26.555 INFO STEP 788 (remove_files) COMPLETE
76462026-08-07T21:44:27.998Z[ recovery-image] Aug 07 21:44:26.555 INFO O| Aug 07 21:44:26.555 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-07T21:44:28.007Z[ recovery-image] Aug 07 21:44:26.564 INFO O| Aug 07 21:44:26.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76482026-08-07T21:44:28.007Z[ recovery-image] Aug 07 21:44:26.564 INFO O| Aug 07 21:44:26.564 INFO STEP 789 (remove_files) COMPLETE
76492026-08-07T21:44:28.007Z[ recovery-image] Aug 07 21:44:26.564 INFO O| Aug 07 21:44:26.564 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-07T21:44:28.017Z[ recovery-image] Aug 07 21:44:26.574 INFO O| Aug 07 21:44:26.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76512026-08-07T21:44:28.017Z[ recovery-image] Aug 07 21:44:26.574 INFO O| Aug 07 21:44:26.574 INFO STEP 790 (remove_files) COMPLETE
76522026-08-07T21:44:28.017Z[ recovery-image] Aug 07 21:44:26.574 INFO O| Aug 07 21:44:26.574 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-07T21:44:28.026Z[ recovery-image] Aug 07 21:44:26.584 INFO O| Aug 07 21:44:26.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76542026-08-07T21:44:28.026Z[ recovery-image] Aug 07 21:44:26.584 INFO O| Aug 07 21:44:26.584 INFO STEP 791 (remove_files) COMPLETE
76552026-08-07T21:44:28.027Z[ recovery-image] Aug 07 21:44:26.584 INFO O| Aug 07 21:44:26.584 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-07T21:44:28.037Z[ recovery-image] Aug 07 21:44:26.594 INFO O| Aug 07 21:44:26.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76572026-08-07T21:44:28.037Z[ recovery-image] Aug 07 21:44:26.594 INFO O| Aug 07 21:44:26.594 INFO STEP 792 (remove_files) COMPLETE
76582026-08-07T21:44:28.037Z[ recovery-image] Aug 07 21:44:26.594 INFO O| Aug 07 21:44:26.594 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-07T21:44:28.048Z[ recovery-image] Aug 07 21:44:26.605 INFO O| Aug 07 21:44:26.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76602026-08-07T21:44:28.048Z[ recovery-image] Aug 07 21:44:26.605 INFO O| Aug 07 21:44:26.605 INFO STEP 793 (remove_files) COMPLETE
76612026-08-07T21:44:28.048Z[ recovery-image] Aug 07 21:44:26.605 INFO O| Aug 07 21:44:26.605 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-07T21:44:28.063Z[ recovery-image] Aug 07 21:44:26.615 INFO O| Aug 07 21:44:26.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76632026-08-07T21:44:28.063Z[ recovery-image] Aug 07 21:44:26.615 INFO O| Aug 07 21:44:26.615 INFO STEP 794 (remove_files) COMPLETE
76642026-08-07T21:44:28.066Z[ recovery-image] Aug 07 21:44:26.615 INFO O| Aug 07 21:44:26.615 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-07T21:44:28.069Z[ recovery-image] Aug 07 21:44:26.624 INFO O| Aug 07 21:44:26.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76662026-08-07T21:44:28.069Z[ recovery-image] Aug 07 21:44:26.624 INFO O| Aug 07 21:44:26.624 INFO STEP 795 (remove_files) COMPLETE
76672026-08-07T21:44:28.069Z[ recovery-image] Aug 07 21:44:26.624 INFO O| Aug 07 21:44:26.624 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-07T21:44:28.077Z[ recovery-image] Aug 07 21:44:26.635 INFO O| Aug 07 21:44:26.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76692026-08-07T21:44:28.077Z[ recovery-image] Aug 07 21:44:26.635 INFO O| Aug 07 21:44:26.635 INFO STEP 796 (remove_files) COMPLETE
76702026-08-07T21:44:28.077Z[ recovery-image] Aug 07 21:44:26.635 INFO O| Aug 07 21:44:26.635 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-07T21:44:28.087Z[ recovery-image] Aug 07 21:44:26.644 INFO O| Aug 07 21:44:26.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76722026-08-07T21:44:28.087Z[ recovery-image] Aug 07 21:44:26.644 INFO O| Aug 07 21:44:26.644 INFO STEP 797 (remove_files) COMPLETE
76732026-08-07T21:44:28.087Z[ recovery-image] Aug 07 21:44:26.644 INFO O| Aug 07 21:44:26.644 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-07T21:44:28.096Z[ recovery-image] Aug 07 21:44:26.654 INFO O| Aug 07 21:44:26.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76752026-08-07T21:44:28.096Z[ recovery-image] Aug 07 21:44:26.654 INFO O| Aug 07 21:44:26.654 INFO STEP 798 (remove_files) COMPLETE
76762026-08-07T21:44:28.096Z[ recovery-image] Aug 07 21:44:26.654 INFO O| Aug 07 21:44:26.654 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-07T21:44:28.105Z[ recovery-image] Aug 07 21:44:26.663 INFO O| Aug 07 21:44:26.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76782026-08-07T21:44:28.105Z[ recovery-image] Aug 07 21:44:26.663 INFO O| Aug 07 21:44:26.663 INFO STEP 799 (remove_files) COMPLETE
76792026-08-07T21:44:28.108Z[ recovery-image] Aug 07 21:44:26.663 INFO O| Aug 07 21:44:26.663 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-07T21:44:28.115Z[ recovery-image] Aug 07 21:44:26.672 INFO O| Aug 07 21:44:26.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76812026-08-07T21:44:28.115Z[ recovery-image] Aug 07 21:44:26.672 INFO O| Aug 07 21:44:26.672 INFO STEP 800 (remove_files) COMPLETE
76822026-08-07T21:44:28.115Z[ recovery-image] Aug 07 21:44:26.672 INFO O| Aug 07 21:44:26.672 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-07T21:44:28.126Z[ recovery-image] Aug 07 21:44:26.681 INFO O| Aug 07 21:44:26.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76842026-08-07T21:44:28.126Z[ recovery-image] Aug 07 21:44:26.682 INFO O| Aug 07 21:44:26.682 INFO STEP 801 (remove_files) COMPLETE
76852026-08-07T21:44:28.129Z[ recovery-image] Aug 07 21:44:26.682 INFO O| Aug 07 21:44:26.682 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-07T21:44:28.134Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
76872026-08-07T21:44:28.137Z[ recovery-image] Aug 07 21:44:26.693 INFO O| Aug 07 21:44:26.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76882026-08-07T21:44:28.137Z[ recovery-image] Aug 07 21:44:26.693 INFO O| Aug 07 21:44:26.693 INFO STEP 802 (remove_files) COMPLETE
76892026-08-07T21:44:28.137Z[ recovery-image] Aug 07 21:44:26.693 INFO O| Aug 07 21:44:26.693 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-07T21:44:28.145Z[ recovery-image] Aug 07 21:44:26.703 INFO O| Aug 07 21:44:26.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76912026-08-07T21:44:28.145Z[ recovery-image] Aug 07 21:44:26.703 INFO O| Aug 07 21:44:26.703 INFO STEP 803 (remove_files) COMPLETE
76922026-08-07T21:44:28.146Z[ recovery-image] Aug 07 21:44:26.703 INFO O| Aug 07 21:44:26.703 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-07T21:44:28.155Z[ recovery-image] Aug 07 21:44:26.713 INFO O| Aug 07 21:44:26.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76942026-08-07T21:44:28.155Z[ recovery-image] Aug 07 21:44:26.713 INFO O| Aug 07 21:44:26.713 INFO STEP 804 (remove_files) COMPLETE
76952026-08-07T21:44:28.155Z[ recovery-image] Aug 07 21:44:26.713 INFO O| Aug 07 21:44:26.713 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-07T21:44:28.165Z[ recovery-image] Aug 07 21:44:26.722 INFO O| Aug 07 21:44:26.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76972026-08-07T21:44:28.165Z[ recovery-image] Aug 07 21:44:26.722 INFO O| Aug 07 21:44:26.722 INFO STEP 805 (remove_files) COMPLETE
76982026-08-07T21:44:28.165Z[ recovery-image] Aug 07 21:44:26.722 INFO O| Aug 07 21:44:26.722 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-07T21:44:28.174Z[ recovery-image] Aug 07 21:44:26.731 INFO O| Aug 07 21:44:26.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77002026-08-07T21:44:28.174Z[ recovery-image] Aug 07 21:44:26.731 INFO O| Aug 07 21:44:26.731 INFO STEP 806 (remove_files) COMPLETE
77012026-08-07T21:44:28.174Z[ recovery-image] Aug 07 21:44:26.731 INFO O| Aug 07 21:44:26.731 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-07T21:44:28.184Z[ recovery-image] Aug 07 21:44:26.741 INFO O| Aug 07 21:44:26.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77032026-08-07T21:44:28.184Z[ recovery-image] Aug 07 21:44:26.741 INFO O| Aug 07 21:44:26.741 INFO STEP 807 (remove_files) COMPLETE
77042026-08-07T21:44:28.186Z[ recovery-image] Aug 07 21:44:26.741 INFO O| Aug 07 21:44:26.741 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-07T21:44:28.192Z[ recovery-image] Aug 07 21:44:26.750 INFO O| Aug 07 21:44:26.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77062026-08-07T21:44:28.193Z[ recovery-image] Aug 07 21:44:26.750 INFO O| Aug 07 21:44:26.750 INFO STEP 808 (remove_files) COMPLETE
77072026-08-07T21:44:28.193Z[ recovery-image] Aug 07 21:44:26.750 INFO O| Aug 07 21:44:26.750 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-07T21:44:28.204Z[ recovery-image] Aug 07 21:44:26.761 INFO O| Aug 07 21:44:26.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77092026-08-07T21:44:28.204Z[ recovery-image] Aug 07 21:44:26.761 INFO O| Aug 07 21:44:26.761 INFO STEP 809 (remove_files) COMPLETE
77102026-08-07T21:44:28.204Z[ recovery-image] Aug 07 21:44:26.761 INFO O| Aug 07 21:44:26.761 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-07T21:44:28.214Z[ recovery-image] Aug 07 21:44:26.772 INFO O| Aug 07 21:44:26.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77122026-08-07T21:44:28.214Z[ recovery-image] Aug 07 21:44:26.772 INFO O| Aug 07 21:44:26.772 INFO STEP 810 (remove_files) COMPLETE
77132026-08-07T21:44:28.214Z[ recovery-image] Aug 07 21:44:26.772 INFO O| Aug 07 21:44:26.772 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-07T21:44:28.224Z[ recovery-image] Aug 07 21:44:26.782 INFO O| Aug 07 21:44:26.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77152026-08-07T21:44:28.224Z[ recovery-image] Aug 07 21:44:26.782 INFO O| Aug 07 21:44:26.782 INFO STEP 811 (remove_files) COMPLETE
77162026-08-07T21:44:28.224Z[ recovery-image] Aug 07 21:44:26.782 INFO O| Aug 07 21:44:26.782 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-07T21:44:28.234Z[ recovery-image] Aug 07 21:44:26.792 INFO O| Aug 07 21:44:26.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77182026-08-07T21:44:28.234Z[ recovery-image] Aug 07 21:44:26.792 INFO O| Aug 07 21:44:26.792 INFO STEP 812 (remove_files) COMPLETE
77192026-08-07T21:44:28.234Z[ recovery-image] Aug 07 21:44:26.792 INFO O| Aug 07 21:44:26.792 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-07T21:44:28.244Z[ recovery-image] Aug 07 21:44:26.801 INFO O| Aug 07 21:44:26.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77212026-08-07T21:44:28.244Z[ recovery-image] Aug 07 21:44:26.801 INFO O| Aug 07 21:44:26.801 INFO STEP 813 (remove_files) COMPLETE
77222026-08-07T21:44:28.244Z[ recovery-image] Aug 07 21:44:26.801 INFO O| Aug 07 21:44:26.801 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-07T21:44:28.252Z[ recovery-image] Aug 07 21:44:26.810 INFO O| Aug 07 21:44:26.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77242026-08-07T21:44:28.252Z[ recovery-image] Aug 07 21:44:26.810 INFO O| Aug 07 21:44:26.810 INFO STEP 814 (remove_files) COMPLETE
77252026-08-07T21:44:28.252Z[ recovery-image] Aug 07 21:44:26.810 INFO O| Aug 07 21:44:26.810 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-07T21:44:28.262Z[ recovery-image] Aug 07 21:44:26.820 INFO O| Aug 07 21:44:26.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77272026-08-07T21:44:28.262Z[ recovery-image] Aug 07 21:44:26.820 INFO O| Aug 07 21:44:26.820 INFO STEP 815 (remove_files) COMPLETE
77282026-08-07T21:44:28.262Z[ recovery-image] Aug 07 21:44:26.820 INFO O| Aug 07 21:44:26.820 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-07T21:44:28.273Z[ recovery-image] Aug 07 21:44:26.830 INFO O| Aug 07 21:44:26.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77302026-08-07T21:44:28.273Z[ recovery-image] Aug 07 21:44:26.830 INFO O| Aug 07 21:44:26.830 INFO STEP 816 (remove_files) COMPLETE
77312026-08-07T21:44:28.273Z[ recovery-image] Aug 07 21:44:26.830 INFO O| Aug 07 21:44:26.830 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-07T21:44:28.282Z[ recovery-image] Aug 07 21:44:26.839 INFO O| Aug 07 21:44:26.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77332026-08-07T21:44:28.282Z[ recovery-image] Aug 07 21:44:26.839 INFO O| Aug 07 21:44:26.839 INFO STEP 817 (remove_files) COMPLETE
77342026-08-07T21:44:28.286Z[ recovery-image] Aug 07 21:44:26.839 INFO O| Aug 07 21:44:26.839 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-07T21:44:28.291Z[ recovery-image] Aug 07 21:44:26.848 INFO O| Aug 07 21:44:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77362026-08-07T21:44:28.291Z[ recovery-image] Aug 07 21:44:26.848 INFO O| Aug 07 21:44:26.848 INFO STEP 818 (remove_files) COMPLETE
77372026-08-07T21:44:28.293Z[ recovery-image] Aug 07 21:44:26.848 INFO O| Aug 07 21:44:26.848 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-07T21:44:28.300Z[ recovery-image] Aug 07 21:44:26.857 INFO O| Aug 07 21:44:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77392026-08-07T21:44:28.300Z[ recovery-image] Aug 07 21:44:26.858 INFO O| Aug 07 21:44:26.857 INFO STEP 819 (remove_files) COMPLETE
77402026-08-07T21:44:28.303Z[ recovery-image] Aug 07 21:44:26.858 INFO O| Aug 07 21:44:26.858 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-07T21:44:28.310Z[ recovery-image] Aug 07 21:44:26.866 INFO O| Aug 07 21:44:26.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77422026-08-07T21:44:28.310Z[ recovery-image] Aug 07 21:44:26.867 INFO O| Aug 07 21:44:26.867 INFO STEP 820 (remove_files) COMPLETE
77432026-08-07T21:44:28.313Z[ recovery-image] Aug 07 21:44:26.867 INFO O| Aug 07 21:44:26.867 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-07T21:44:28.318Z[ recovery-image] Aug 07 21:44:26.876 INFO O| Aug 07 21:44:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77452026-08-07T21:44:28.318Z[ recovery-image] Aug 07 21:44:26.876 INFO O| Aug 07 21:44:26.876 INFO STEP 821 (remove_files) COMPLETE
77462026-08-07T21:44:28.318Z[ recovery-image] Aug 07 21:44:26.876 INFO O| Aug 07 21:44:26.876 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-07T21:44:28.330Z[ recovery-image] Aug 07 21:44:26.888 INFO O| Aug 07 21:44:26.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77482026-08-07T21:44:28.330Z[ recovery-image] Aug 07 21:44:26.888 INFO O| Aug 07 21:44:26.886 INFO STEP 822 (remove_files) COMPLETE
77492026-08-07T21:44:28.331Z[ recovery-image] Aug 07 21:44:26.888 INFO O| Aug 07 21:44:26.886 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-07T21:44:28.341Z[ recovery-image] Aug 07 21:44:26.898 INFO O| Aug 07 21:44:26.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77512026-08-07T21:44:28.341Z[ recovery-image] Aug 07 21:44:26.898 INFO O| Aug 07 21:44:26.897 INFO STEP 823 (remove_files) COMPLETE
77522026-08-07T21:44:28.344Z[ recovery-image] Aug 07 21:44:26.898 INFO O| Aug 07 21:44:26.897 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-07T21:44:28.349Z[ recovery-image] Aug 07 21:44:26.906 INFO O| Aug 07 21:44:26.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77542026-08-07T21:44:28.349Z[ recovery-image] Aug 07 21:44:26.907 INFO O| Aug 07 21:44:26.907 INFO STEP 824 (remove_files) COMPLETE
77552026-08-07T21:44:28.349Z[ recovery-image] Aug 07 21:44:26.907 INFO O| Aug 07 21:44:26.907 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-07T21:44:28.359Z[ recovery-image] Aug 07 21:44:26.917 INFO O| Aug 07 21:44:26.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77572026-08-07T21:44:28.359Z[ recovery-image] Aug 07 21:44:26.917 INFO O| Aug 07 21:44:26.917 INFO STEP 825 (remove_files) COMPLETE
77582026-08-07T21:44:28.362Z[ recovery-image] Aug 07 21:44:26.917 INFO O| Aug 07 21:44:26.917 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-07T21:44:28.368Z[ recovery-image] Aug 07 21:44:26.926 INFO O| Aug 07 21:44:26.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77602026-08-07T21:44:28.369Z[ recovery-image] Aug 07 21:44:26.926 INFO O| Aug 07 21:44:26.926 INFO STEP 826 (remove_files) COMPLETE
77612026-08-07T21:44:28.369Z[ recovery-image] Aug 07 21:44:26.926 INFO O| Aug 07 21:44:26.926 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-07T21:44:28.379Z[ recovery-image] Aug 07 21:44:26.937 INFO O| Aug 07 21:44:26.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77632026-08-07T21:44:28.379Z[ recovery-image] Aug 07 21:44:26.937 INFO O| Aug 07 21:44:26.937 INFO STEP 827 (remove_files) COMPLETE
77642026-08-07T21:44:28.379Z[ recovery-image] Aug 07 21:44:26.937 INFO O| Aug 07 21:44:26.937 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-07T21:44:28.389Z[ recovery-image] Aug 07 21:44:26.947 INFO O| Aug 07 21:44:26.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77662026-08-07T21:44:28.389Z[ recovery-image] Aug 07 21:44:26.947 INFO O| Aug 07 21:44:26.947 INFO STEP 828 (remove_files) COMPLETE
77672026-08-07T21:44:28.389Z[ recovery-image] Aug 07 21:44:26.947 INFO O| Aug 07 21:44:26.947 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-07T21:44:28.403Z[ recovery-image] Aug 07 21:44:26.956 INFO O| Aug 07 21:44:26.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77692026-08-07T21:44:28.403Z[ recovery-image] Aug 07 21:44:26.956 INFO O| Aug 07 21:44:26.956 INFO STEP 829 (remove_files) COMPLETE
77702026-08-07T21:44:28.403Z[ recovery-image] Aug 07 21:44:26.956 INFO O| Aug 07 21:44:26.956 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-07T21:44:28.408Z[ recovery-image] Aug 07 21:44:26.966 INFO O| Aug 07 21:44:26.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77722026-08-07T21:44:28.408Z[ recovery-image] Aug 07 21:44:26.966 INFO O| Aug 07 21:44:26.966 INFO STEP 830 (remove_files) COMPLETE
77732026-08-07T21:44:28.408Z[ recovery-image] Aug 07 21:44:26.966 INFO O| Aug 07 21:44:26.966 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-07T21:44:28.419Z[ recovery-image] Aug 07 21:44:26.977 INFO O| Aug 07 21:44:26.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77752026-08-07T21:44:28.419Z[ recovery-image] Aug 07 21:44:26.977 INFO O| Aug 07 21:44:26.977 INFO STEP 831 (remove_files) COMPLETE
77762026-08-07T21:44:28.419Z[ recovery-image] Aug 07 21:44:26.977 INFO O| Aug 07 21:44:26.977 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-07T21:44:28.423Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
77782026-08-07T21:44:28.428Z[ recovery-image] Aug 07 21:44:26.986 INFO O| Aug 07 21:44:26.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77792026-08-07T21:44:28.428Z[ recovery-image] Aug 07 21:44:26.986 INFO O| Aug 07 21:44:26.986 INFO STEP 832 (remove_files) COMPLETE
77802026-08-07T21:44:28.431Z[ recovery-image] Aug 07 21:44:26.986 INFO O| Aug 07 21:44:26.986 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-07T21:44:28.441Z[ recovery-image] Aug 07 21:44:26.995 INFO O| Aug 07 21:44:26.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77822026-08-07T21:44:28.441Z[ recovery-image] Aug 07 21:44:26.995 INFO O| Aug 07 21:44:26.995 INFO STEP 833 (remove_files) COMPLETE
77832026-08-07T21:44:28.441Z[ recovery-image] Aug 07 21:44:26.995 INFO O| Aug 07 21:44:26.995 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-07T21:44:28.446Z[ recovery-image] Aug 07 21:44:27.004 INFO O| Aug 07 21:44:27.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77852026-08-07T21:44:28.446Z[ recovery-image] Aug 07 21:44:27.004 INFO O| Aug 07 21:44:27.004 INFO STEP 834 (remove_files) COMPLETE
77862026-08-07T21:44:28.446Z[ recovery-image] Aug 07 21:44:27.004 INFO O| Aug 07 21:44:27.004 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-07T21:44:28.456Z[ recovery-image] Aug 07 21:44:27.013 INFO O| Aug 07 21:44:27.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77882026-08-07T21:44:28.456Z[ recovery-image] Aug 07 21:44:27.014 INFO O| Aug 07 21:44:27.013 INFO STEP 835 (remove_files) COMPLETE
77892026-08-07T21:44:28.456Z[ recovery-image] Aug 07 21:44:27.014 INFO O| Aug 07 21:44:27.013 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-07T21:44:28.466Z[ recovery-image] Aug 07 21:44:27.024 INFO O| Aug 07 21:44:27.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77912026-08-07T21:44:28.466Z[ recovery-image] Aug 07 21:44:27.024 INFO O| Aug 07 21:44:27.024 INFO STEP 836 (remove_files) COMPLETE
77922026-08-07T21:44:28.470Z[ recovery-image] Aug 07 21:44:27.024 INFO O| Aug 07 21:44:27.024 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-07T21:44:28.476Z[ recovery-image] Aug 07 21:44:27.034 INFO O| Aug 07 21:44:27.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77942026-08-07T21:44:28.476Z[ recovery-image] Aug 07 21:44:27.034 INFO O| Aug 07 21:44:27.034 INFO STEP 837 (remove_files) COMPLETE
77952026-08-07T21:44:28.479Z[ recovery-image] Aug 07 21:44:27.034 INFO O| Aug 07 21:44:27.034 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24161:20260807T092114Z
77972026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24161:20260807T092114Z
77982026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
77992026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
78002026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
78012026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
78022026-08-07T21:44:28.479Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
78032026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.035 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
78042026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.036 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260807T212810Z
78052026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.036 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
78062026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.036 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
78072026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.036 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24161:20260807T092115Z
78082026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24161:20260807T092115Z
78092026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24161:20260807T092115Z
78102026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24161:20260807T092115Z
78112026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
78122026-08-07T21:44:28.480Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24161:20260807T092115Z
78132026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24161:20260807T092115Z
78142026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24161:20260807T092115Z
78152026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24161:20260807T092115Z
78162026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24161:20260807T092116Z
78172026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.037 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24161:20260807T092116Z
78182026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24161:20260807T092116Z
78192026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24161:20260807T092116Z
78202026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24161:20260807T092116Z
78212026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24161:20260807T092116Z
78222026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24161:20260807T092116Z
78232026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24161:20260807T092117Z
78242026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24161:20260807T092117Z
78252026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24161:20260807T092118Z
78262026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24161:20260807T092118Z
78272026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
78282026-08-07T21:44:28.483Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24161:20260807T092119Z
78292026-08-07T21:44:28.484Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24161:20260807T092119Z
78302026-08-07T21:44:28.484Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24161:20260807T092120Z
78312026-08-07T21:44:28.484Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24161:20260807T092120Z
78322026-08-07T21:44:28.484Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24161:20260807T092120Z
78332026-08-07T21:44:28.484Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24161:20260807T092121Z
78342026-08-07T21:44:28.484Z[ host-image] Aug 07 21:44:27.038 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24161:20260807T092121Z
78352026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.041 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
78362026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.041 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24161:20260807T092121Z
78372026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.041 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
78382026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.041 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
78392026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.041 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
78402026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.042 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
78412026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.042 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24161:20260807T092121Z
78422026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.042 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
78432026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.042 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
78442026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.042 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
78452026-08-07T21:44:28.487Z[ host-image] Aug 07 21:44:27.042 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
78462026-08-07T21:44:28.487Z[ recovery-image] Aug 07 21:44:27.043 INFO O| Aug 07 21:44:27.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78472026-08-07T21:44:28.487Z[ recovery-image] Aug 07 21:44:27.043 INFO O| Aug 07 21:44:27.043 INFO STEP 838 (remove_files) COMPLETE
78482026-08-07T21:44:28.487Z[ recovery-image] Aug 07 21:44:27.043 INFO O| Aug 07 21:44:27.043 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-07T21:44:28.490Z[ host-image] Aug 07 21:44:27.045 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
78502026-08-07T21:44:28.490Z[ host-image] Aug 07 21:44:27.045 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
78512026-08-07T21:44:28.490Z[ host-image] Aug 07 21:44:27.045 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
78522026-08-07T21:44:28.490Z[ host-image] Aug 07 21:44:27.046 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
78532026-08-07T21:44:28.490Z[ host-image] Aug 07 21:44:27.046 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
78542026-08-07T21:44:28.490Z[ host-image] Aug 07 21:44:27.046 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
78552026-08-07T21:44:28.493Z[ recovery-image] Aug 07 21:44:27.051 INFO O| Aug 07 21:44:27.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78562026-08-07T21:44:28.493Z[ recovery-image] Aug 07 21:44:27.051 INFO O| Aug 07 21:44:27.051 INFO STEP 839 (remove_files) COMPLETE
78572026-08-07T21:44:28.493Z[ recovery-image] Aug 07 21:44:27.051 INFO O| Aug 07 21:44:27.051 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-07T21:44:28.499Z[ host-image] Aug 07 21:44:27.057 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
78592026-08-07T21:44:28.502Z[ host-image] Aug 07 21:44:27.057 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
78602026-08-07T21:44:28.502Z[ host-image] Aug 07 21:44:27.057 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
78612026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.057 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24161:20260807T092122Z
78622026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24161:20260807T092124Z
78632026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
78642026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24161:20260807T092125Z
78652026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
78662026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
78672026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
78682026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
78692026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24161:20260807T092125Z
78702026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.058 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
78712026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.059 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
78722026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.059 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
78732026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.059 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
78742026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.059 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24161:20260807T092125Z
78752026-08-07T21:44:28.503Z[ host-image] Aug 07 21:44:27.059 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
78762026-08-07T21:44:28.506Z[ recovery-image] Aug 07 21:44:27.060 INFO O| Aug 07 21:44:27.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78772026-08-07T21:44:28.506Z[ recovery-image] Aug 07 21:44:27.060 INFO O| Aug 07 21:44:27.060 INFO STEP 840 (remove_files) COMPLETE
78782026-08-07T21:44:28.506Z[ recovery-image] Aug 07 21:44:27.060 INFO O| Aug 07 21:44:27.060 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-07T21:44:28.506Z[ host-image] Aug 07 21:44:27.063 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
78802026-08-07T21:44:28.506Z[ host-image] Aug 07 21:44:27.063 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24161:20260807T092125Z
78812026-08-07T21:44:28.506Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24161:20260807T092125Z
78822026-08-07T21:44:28.506Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24161:20260807T092125Z
78832026-08-07T21:44:28.506Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
78842026-08-07T21:44:28.506Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24161:20260807T092126Z
78852026-08-07T21:44:28.509Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24161:20260807T092126Z
78862026-08-07T21:44:28.509Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24161:20260807T092126Z
78872026-08-07T21:44:28.509Z[ host-image] Aug 07 21:44:27.064 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24161:20260807T092126Z
78882026-08-07T21:44:28.509Z[ host-image] Aug 07 21:44:27.065 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
78892026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.065 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24161:20260807T092126Z
78902026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.065 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24161:20260807T092127Z
78912026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.065 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
78922026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.066 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24161:20260807T092127Z
78932026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.066 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24161:20260807T092127Z
78942026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.066 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24161:20260807T092127Z
78952026-08-07T21:44:28.510Z[ host-image] Aug 07 21:44:27.066 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24161:20260807T092127Z
78962026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.068 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24161:20260807T092127Z
78972026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.068 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
78982026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.068 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24161:20260807T092127Z
78992026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.068 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24161:20260807T092127Z
79002026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.069 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24161:20260807T092127Z
79012026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.069 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24161:20260807T092127Z
79022026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.069 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24161:20260807T092127Z
79032026-08-07T21:44:28.513Z[ recovery-image] Aug 07 21:44:27.069 INFO O| Aug 07 21:44:27.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79042026-08-07T21:44:28.513Z[ recovery-image] Aug 07 21:44:27.069 INFO O| Aug 07 21:44:27.069 INFO STEP 841 (remove_files) COMPLETE
79052026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.069 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24161:20260807T092127Z
79062026-08-07T21:44:28.513Z[ recovery-image] Aug 07 21:44:27.069 INFO O| Aug 07 21:44:27.069 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.069 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24161:20260807T092128Z
79082026-08-07T21:44:28.513Z[ host-image] Aug 07 21:44:27.069 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24161:20260807T092128Z
79092026-08-07T21:44:28.517Z[ host-image] Aug 07 21:44:27.072 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24161:20260807T092128Z
79102026-08-07T21:44:28.517Z[ host-image] Aug 07 21:44:27.072 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24161:20260807T092128Z
79112026-08-07T21:44:28.517Z[ host-image] Aug 07 21:44:27.072 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24161:20260807T092128Z
79122026-08-07T21:44:28.517Z[ host-image] Aug 07 21:44:27.072 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24161:20260807T092128Z
79132026-08-07T21:44:28.517Z[ host-image] Aug 07 21:44:27.072 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24161:20260807T092128Z
79142026-08-07T21:44:28.520Z[ host-image] Aug 07 21:44:27.078 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24161:20260807T092130Z
79152026-08-07T21:44:28.520Z[ host-image] Aug 07 21:44:27.078 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24161:20260807T092128Z
79162026-08-07T21:44:28.520Z[ host-image] Aug 07 21:44:27.078 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24161:20260807T092128Z
79172026-08-07T21:44:28.520Z[ host-image] Aug 07 21:44:27.078 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
79182026-08-07T21:44:28.520Z[ host-image] Aug 07 21:44:27.078 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
79192026-08-07T21:44:28.523Z[ recovery-image] Aug 07 21:44:27.079 INFO O| Aug 07 21:44:27.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79202026-08-07T21:44:28.523Z[ recovery-image] Aug 07 21:44:27.079 INFO O| Aug 07 21:44:27.079 INFO STEP 842 (remove_files) COMPLETE
79212026-08-07T21:44:28.523Z[ recovery-image] Aug 07 21:44:27.079 INFO O| Aug 07 21:44:27.079 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-07T21:44:28.529Z[ host-image] Aug 07 21:44:27.086 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24161:20260807T092129Z
79232026-08-07T21:44:28.529Z[ host-image] Aug 07 21:44:27.086 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
79242026-08-07T21:44:28.529Z[ host-image] Aug 07 21:44:27.086 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24161:20260807T092129Z
79252026-08-07T21:44:28.529Z[ host-image] Aug 07 21:44:27.086 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24161:20260807T092129Z
79262026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.087 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24161:20260807T092129Z
79272026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.087 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
79282026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.087 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
79292026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.087 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24161:20260807T092129Z
79302026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.087 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24161:20260807T092129Z
79312026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.087 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24161:20260807T092129Z
79322026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.088 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24161:20260807T092129Z
79332026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.088 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24161:20260807T092130Z
79342026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.088 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24161:20260807T092130Z
79352026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.088 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
79362026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24161:20260807T092130Z
79372026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24161:20260807T092130Z
79382026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24161:20260807T092130Z
79392026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24161:20260807T092131Z
79402026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24161:20260807T092130Z
79412026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24161:20260807T092130Z
79422026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
79432026-08-07T21:44:28.532Z[ host-image] Aug 07 21:44:27.089 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
79442026-08-07T21:44:28.532Z[ recovery-image] Aug 07 21:44:27.090 INFO O| Aug 07 21:44:27.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79452026-08-07T21:44:28.533Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24161:20260807T092132Z
79462026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24161:20260807T092132Z
79472026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
79482026-08-07T21:44:28.536Z[ recovery-image] Aug 07 21:44:27.090 INFO O| Aug 07 21:44:27.090 INFO STEP 843 (remove_files) COMPLETE
79492026-08-07T21:44:28.536Z[ recovery-image] Aug 07 21:44:27.090 INFO O| Aug 07 21:44:27.090 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
79512026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
79522026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
79532026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
79542026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.090 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
79552026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.091 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
79562026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.091 INFO O| tempdir @ "/tmp/.tmpbmaLRH/tmp"
79572026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.091 INFO O| image root @ "/tmp/.tmpbmaLRH/tmp/root"
79582026-08-07T21:44:28.536Z[ host-image] Aug 07 21:44:27.091 INFO O| creating image...
79592026-08-07T21:44:28.543Z[ recovery-image] Aug 07 21:44:27.100 INFO O| Aug 07 21:44:27.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79602026-08-07T21:44:28.544Z[ recovery-image] Aug 07 21:44:27.100 INFO O| Aug 07 21:44:27.100 INFO STEP 844 (remove_files) COMPLETE
79612026-08-07T21:44:28.544Z[ recovery-image] Aug 07 21:44:27.100 INFO O| Aug 07 21:44:27.100 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-07T21:44:28.553Z[ recovery-image] Aug 07 21:44:27.110 INFO O| Aug 07 21:44:27.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79632026-08-07T21:44:28.553Z[ recovery-image] Aug 07 21:44:27.110 INFO O| Aug 07 21:44:27.110 INFO STEP 845 (remove_files) COMPLETE
79642026-08-07T21:44:28.553Z[ recovery-image] Aug 07 21:44:27.110 INFO O| Aug 07 21:44:27.110 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-07T21:44:28.562Z[ recovery-image] Aug 07 21:44:27.120 INFO O| Aug 07 21:44:27.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79662026-08-07T21:44:28.562Z[ recovery-image] Aug 07 21:44:27.120 INFO O| Aug 07 21:44:27.120 INFO STEP 846 (remove_files) COMPLETE
79672026-08-07T21:44:28.562Z[ recovery-image] Aug 07 21:44:27.120 INFO O| Aug 07 21:44:27.120 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-07T21:44:28.573Z[ recovery-image] Aug 07 21:44:27.130 INFO O| Aug 07 21:44:27.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79692026-08-07T21:44:28.573Z[ recovery-image] Aug 07 21:44:27.130 INFO O| Aug 07 21:44:27.130 INFO STEP 847 (remove_files) COMPLETE
79702026-08-07T21:44:28.590Z[ recovery-image] Aug 07 21:44:27.130 INFO O| Aug 07 21:44:27.130 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-07T21:44:28.605Z[ recovery-image] Aug 07 21:44:27.140 INFO O| Aug 07 21:44:27.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79722026-08-07T21:44:28.605Z[ recovery-image] Aug 07 21:44:27.140 INFO O| Aug 07 21:44:27.140 INFO STEP 848 (remove_files) COMPLETE
79732026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.140 INFO O| Aug 07 21:44:27.140 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.150 INFO O| Aug 07 21:44:27.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79752026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.150 INFO O| Aug 07 21:44:27.150 INFO STEP 849 (remove_files) COMPLETE
79762026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.150 INFO O| Aug 07 21:44:27.150 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.159 INFO O| Aug 07 21:44:27.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79782026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.159 INFO O| Aug 07 21:44:27.159 INFO STEP 850 (remove_files) COMPLETE
79792026-08-07T21:44:28.609Z[ recovery-image] Aug 07 21:44:27.159 INFO O| Aug 07 21:44:27.159 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-07T21:44:28.612Z[ recovery-image] Aug 07 21:44:27.167 INFO O| Aug 07 21:44:27.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79812026-08-07T21:44:28.612Z[ recovery-image] Aug 07 21:44:27.167 INFO O| Aug 07 21:44:27.167 INFO STEP 851 (remove_files) COMPLETE
79822026-08-07T21:44:28.612Z[ recovery-image] Aug 07 21:44:27.167 INFO O| Aug 07 21:44:27.167 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-07T21:44:28.631Z[ recovery-image] Aug 07 21:44:27.189 INFO O| Aug 07 21:44:27.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79842026-08-07T21:44:28.631Z[ recovery-image] Aug 07 21:44:27.189 INFO O| Aug 07 21:44:27.189 INFO STEP 852 (remove_files) COMPLETE
79852026-08-07T21:44:28.632Z[ recovery-image] Aug 07 21:44:27.189 INFO O| Aug 07 21:44:27.189 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-07T21:44:28.642Z[ recovery-image] Aug 07 21:44:27.199 INFO O| Aug 07 21:44:27.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79872026-08-07T21:44:28.646Z[ recovery-image] Aug 07 21:44:27.199 INFO O| Aug 07 21:44:27.199 INFO STEP 853 (remove_files) COMPLETE
79882026-08-07T21:44:28.649Z[ recovery-image] Aug 07 21:44:27.199 INFO O| Aug 07 21:44:27.199 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-07T21:44:28.652Z[ recovery-image] Aug 07 21:44:27.209 INFO O| Aug 07 21:44:27.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79902026-08-07T21:44:28.653Z[ recovery-image] Aug 07 21:44:27.209 INFO O| Aug 07 21:44:27.209 INFO STEP 854 (remove_files) COMPLETE
79912026-08-07T21:44:28.653Z[ recovery-image] Aug 07 21:44:27.209 INFO O| Aug 07 21:44:27.209 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-07T21:44:28.661Z[ recovery-image] Aug 07 21:44:27.219 INFO O| Aug 07 21:44:27.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79932026-08-07T21:44:28.661Z[ recovery-image] Aug 07 21:44:27.219 INFO O| Aug 07 21:44:27.219 INFO STEP 855 (remove_files) COMPLETE
79942026-08-07T21:44:28.661Z[ recovery-image] Aug 07 21:44:27.219 INFO O| Aug 07 21:44:27.219 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-07T21:44:28.664Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
79962026-08-07T21:44:28.670Z[ recovery-image] Aug 07 21:44:27.228 INFO O| Aug 07 21:44:27.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79972026-08-07T21:44:28.671Z[ recovery-image] Aug 07 21:44:27.228 INFO O| Aug 07 21:44:27.228 INFO STEP 856 (remove_files) COMPLETE
79982026-08-07T21:44:28.673Z[ recovery-image] Aug 07 21:44:27.228 INFO O| Aug 07 21:44:27.228 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-07T21:44:28.681Z[ recovery-image] Aug 07 21:44:27.238 INFO O| Aug 07 21:44:27.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
80002026-08-07T21:44:28.681Z[ recovery-image] Aug 07 21:44:27.238 INFO O| Aug 07 21:44:27.238 INFO STEP 857 (remove_files) COMPLETE
80012026-08-07T21:44:28.681Z[ recovery-image] Aug 07 21:44:27.238 INFO O| Aug 07 21:44:27.238 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-07T21:44:28.692Z[ recovery-image] Aug 07 21:44:27.250 INFO O| Aug 07 21:44:27.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
80032026-08-07T21:44:28.692Z[ recovery-image] Aug 07 21:44:27.250 INFO O| Aug 07 21:44:27.250 INFO STEP 858 (remove_files) COMPLETE
80042026-08-07T21:44:28.692Z[ recovery-image] Aug 07 21:44:27.250 INFO O| Aug 07 21:44:27.250 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-07T21:44:28.703Z[ recovery-image] Aug 07 21:44:27.260 INFO O| Aug 07 21:44:27.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
80062026-08-07T21:44:28.706Z[ recovery-image] Aug 07 21:44:27.261 INFO O| Aug 07 21:44:27.261 INFO STEP 859 (remove_files) COMPLETE
80072026-08-07T21:44:28.706Z[ recovery-image] Aug 07 21:44:27.261 INFO O| Aug 07 21:44:27.261 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-07T21:44:28.714Z[ recovery-image] Aug 07 21:44:27.272 INFO O| Aug 07 21:44:27.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
80092026-08-07T21:44:28.717Z[ recovery-image] Aug 07 21:44:27.272 INFO O| Aug 07 21:44:27.272 INFO STEP 860 (remove_files) COMPLETE
80102026-08-07T21:44:28.717Z[ recovery-image] Aug 07 21:44:27.272 INFO O| Aug 07 21:44:27.272 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-07T21:44:28.724Z[ recovery-image] Aug 07 21:44:27.281 INFO O| Aug 07 21:44:27.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
80122026-08-07T21:44:28.724Z[ recovery-image] Aug 07 21:44:27.281 INFO O| Aug 07 21:44:27.281 INFO STEP 861 (remove_files) COMPLETE
80132026-08-07T21:44:28.724Z[ recovery-image] Aug 07 21:44:27.281 INFO O| Aug 07 21:44:27.281 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-07T21:44:28.733Z[ recovery-image] Aug 07 21:44:27.290 INFO O| Aug 07 21:44:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
80152026-08-07T21:44:28.733Z[ recovery-image] Aug 07 21:44:27.290 INFO O| Aug 07 21:44:27.290 INFO STEP 862 (remove_files) COMPLETE
80162026-08-07T21:44:28.733Z[ recovery-image] Aug 07 21:44:27.290 INFO O| Aug 07 21:44:27.290 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-07T21:44:28.742Z[ recovery-image] Aug 07 21:44:27.299 INFO O| Aug 07 21:44:27.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
80182026-08-07T21:44:28.742Z[ recovery-image] Aug 07 21:44:27.299 INFO O| Aug 07 21:44:27.299 INFO STEP 863 (remove_files) COMPLETE
80192026-08-07T21:44:28.745Z[ recovery-image] Aug 07 21:44:27.299 INFO O| Aug 07 21:44:27.299 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-07T21:44:28.752Z[ recovery-image] Aug 07 21:44:27.308 INFO O| Aug 07 21:44:27.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
80212026-08-07T21:44:28.752Z[ recovery-image] Aug 07 21:44:27.309 INFO O| Aug 07 21:44:27.308 INFO STEP 864 (remove_files) COMPLETE
80222026-08-07T21:44:28.756Z[ recovery-image] Aug 07 21:44:27.309 INFO O| Aug 07 21:44:27.309 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-07T21:44:28.761Z[ recovery-image] Aug 07 21:44:27.319 INFO O| Aug 07 21:44:27.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
80242026-08-07T21:44:28.761Z[ recovery-image] Aug 07 21:44:27.319 INFO O| Aug 07 21:44:27.319 INFO STEP 865 (remove_files) COMPLETE
80252026-08-07T21:44:28.764Z[ recovery-image] Aug 07 21:44:27.319 INFO O| Aug 07 21:44:27.319 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-07T21:44:28.771Z[ recovery-image] Aug 07 21:44:27.329 INFO O| Aug 07 21:44:27.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
80272026-08-07T21:44:28.771Z[ recovery-image] Aug 07 21:44:27.329 INFO O| Aug 07 21:44:27.329 INFO STEP 866 (remove_files) COMPLETE
80282026-08-07T21:44:28.774Z[ recovery-image] Aug 07 21:44:27.329 INFO O| Aug 07 21:44:27.329 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-07T21:44:28.781Z[ recovery-image] Aug 07 21:44:27.339 INFO O| Aug 07 21:44:27.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
80302026-08-07T21:44:28.781Z[ recovery-image] Aug 07 21:44:27.339 INFO O| Aug 07 21:44:27.339 INFO STEP 867 (remove_files) COMPLETE
80312026-08-07T21:44:28.781Z[ recovery-image] Aug 07 21:44:27.339 INFO O| Aug 07 21:44:27.339 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-07T21:44:28.791Z[ recovery-image] Aug 07 21:44:27.349 INFO O| Aug 07 21:44:27.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
80332026-08-07T21:44:28.791Z[ recovery-image] Aug 07 21:44:27.349 INFO O| Aug 07 21:44:27.349 INFO STEP 868 (remove_files) COMPLETE
80342026-08-07T21:44:28.791Z[ recovery-image] Aug 07 21:44:27.349 INFO O| Aug 07 21:44:27.349 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-07T21:44:28.800Z[ recovery-image] Aug 07 21:44:27.357 INFO O| Aug 07 21:44:27.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
80362026-08-07T21:44:28.800Z[ recovery-image] Aug 07 21:44:27.358 INFO O| Aug 07 21:44:27.358 INFO STEP 869 (remove_files) COMPLETE
80372026-08-07T21:44:28.800Z[ recovery-image] Aug 07 21:44:27.358 INFO O| Aug 07 21:44:27.358 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-07T21:44:28.809Z[ recovery-image] Aug 07 21:44:27.367 INFO O| Aug 07 21:44:27.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80392026-08-07T21:44:28.809Z[ recovery-image] Aug 07 21:44:27.367 INFO O| Aug 07 21:44:27.367 INFO STEP 870 (remove_files) COMPLETE
80402026-08-07T21:44:28.809Z[ recovery-image] Aug 07 21:44:27.367 INFO O| Aug 07 21:44:27.367 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-07T21:44:28.818Z[ recovery-image] Aug 07 21:44:27.376 INFO O| Aug 07 21:44:27.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80422026-08-07T21:44:28.818Z[ recovery-image] Aug 07 21:44:27.376 INFO O| Aug 07 21:44:27.376 INFO STEP 871 (remove_files) COMPLETE
80432026-08-07T21:44:28.818Z[ recovery-image] Aug 07 21:44:27.376 INFO O| Aug 07 21:44:27.376 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-07T21:44:28.828Z[ recovery-image] Aug 07 21:44:27.385 INFO O| Aug 07 21:44:27.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80452026-08-07T21:44:28.828Z[ recovery-image] Aug 07 21:44:27.385 INFO O| Aug 07 21:44:27.385 INFO STEP 872 (remove_files) COMPLETE
80462026-08-07T21:44:28.831Z[ recovery-image] Aug 07 21:44:27.385 INFO O| Aug 07 21:44:27.385 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-07T21:44:28.837Z[ recovery-image] Aug 07 21:44:27.395 INFO O| Aug 07 21:44:27.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80482026-08-07T21:44:28.837Z[ recovery-image] Aug 07 21:44:27.395 INFO O| Aug 07 21:44:27.395 INFO STEP 873 (remove_files) COMPLETE
80492026-08-07T21:44:28.840Z[ recovery-image] Aug 07 21:44:27.395 INFO O| Aug 07 21:44:27.395 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-07T21:44:28.848Z[ recovery-image] Aug 07 21:44:27.405 INFO O| Aug 07 21:44:27.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80512026-08-07T21:44:28.848Z[ recovery-image] Aug 07 21:44:27.405 INFO O| Aug 07 21:44:27.405 INFO STEP 874 (remove_files) COMPLETE
80522026-08-07T21:44:28.848Z[ recovery-image] Aug 07 21:44:27.405 INFO O| Aug 07 21:44:27.405 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-07T21:44:28.857Z[ recovery-image] Aug 07 21:44:27.415 INFO O| Aug 07 21:44:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80542026-08-07T21:44:28.857Z[ recovery-image] Aug 07 21:44:27.415 INFO O| Aug 07 21:44:27.415 INFO STEP 875 (remove_files) COMPLETE
80552026-08-07T21:44:28.861Z[ recovery-image] Aug 07 21:44:27.415 INFO O| Aug 07 21:44:27.415 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-07T21:44:28.867Z[ recovery-image] Aug 07 21:44:27.425 INFO O| Aug 07 21:44:27.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80572026-08-07T21:44:28.870Z[ recovery-image] Aug 07 21:44:27.425 INFO O| Aug 07 21:44:27.425 INFO STEP 876 (remove_files) COMPLETE
80582026-08-07T21:44:28.870Z[ recovery-image] Aug 07 21:44:27.425 INFO O| Aug 07 21:44:27.425 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-07T21:44:28.877Z[ recovery-image] Aug 07 21:44:27.434 INFO O| Aug 07 21:44:27.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80602026-08-07T21:44:28.877Z[ recovery-image] Aug 07 21:44:27.434 INFO O| Aug 07 21:44:27.434 INFO STEP 877 (remove_files) COMPLETE
80612026-08-07T21:44:28.880Z[ recovery-image] Aug 07 21:44:27.434 INFO O| Aug 07 21:44:27.434 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-07T21:44:28.886Z[ recovery-image] Aug 07 21:44:27.444 INFO O| Aug 07 21:44:27.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80632026-08-07T21:44:28.886Z[ recovery-image] Aug 07 21:44:27.444 INFO O| Aug 07 21:44:27.444 INFO STEP 878 (remove_files) COMPLETE
80642026-08-07T21:44:28.886Z[ recovery-image] Aug 07 21:44:27.444 INFO O| Aug 07 21:44:27.444 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-07T21:44:28.895Z[ recovery-image] Aug 07 21:44:27.453 INFO O| Aug 07 21:44:27.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80662026-08-07T21:44:28.895Z[ recovery-image] Aug 07 21:44:27.453 INFO O| Aug 07 21:44:27.453 INFO STEP 879 (remove_files) COMPLETE
80672026-08-07T21:44:28.898Z[ recovery-image] Aug 07 21:44:27.453 INFO O| Aug 07 21:44:27.453 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-07T21:44:28.904Z[ recovery-image] Aug 07 21:44:27.462 INFO O| Aug 07 21:44:27.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80692026-08-07T21:44:28.904Z[ recovery-image] Aug 07 21:44:27.462 INFO O| Aug 07 21:44:27.462 INFO STEP 880 (remove_files) COMPLETE
80702026-08-07T21:44:28.907Z[ recovery-image] Aug 07 21:44:27.462 INFO O| Aug 07 21:44:27.462 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-07T21:44:28.914Z[ recovery-image] Aug 07 21:44:27.471 INFO O| Aug 07 21:44:27.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80722026-08-07T21:44:28.914Z[ recovery-image] Aug 07 21:44:27.471 INFO O| Aug 07 21:44:27.471 INFO STEP 881 (remove_files) COMPLETE
80732026-08-07T21:44:28.917Z[ recovery-image] Aug 07 21:44:27.471 INFO O| Aug 07 21:44:27.471 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-07T21:44:28.951Z[ recovery-image] Aug 07 21:44:27.505 INFO O| Aug 07 21:44:27.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80752026-08-07T21:44:28.951Z[ recovery-image] Aug 07 21:44:27.505 INFO O| Aug 07 21:44:27.505 INFO STEP 882 (remove_files) COMPLETE
80762026-08-07T21:44:28.951Z[ recovery-image] Aug 07 21:44:27.505 INFO O| Aug 07 21:44:27.505 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-07T21:44:28.968Z[ recovery-image] Aug 07 21:44:27.518 INFO O| Aug 07 21:44:27.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80782026-08-07T21:44:28.968Z[ recovery-image] Aug 07 21:44:27.518 INFO O| Aug 07 21:44:27.518 INFO STEP 883 (remove_files) COMPLETE
80792026-08-07T21:44:28.968Z[ recovery-image] Aug 07 21:44:27.518 INFO O| Aug 07 21:44:27.518 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-07T21:44:28.978Z[ recovery-image] Aug 07 21:44:27.532 INFO O| Aug 07 21:44:27.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80812026-08-07T21:44:28.982Z[ recovery-image] Aug 07 21:44:27.538 INFO O| Aug 07 21:44:27.538 INFO STEP 884 (remove_files) COMPLETE
80822026-08-07T21:44:28.982Z[ recovery-image] Aug 07 21:44:27.538 INFO O| Aug 07 21:44:27.538 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-07T21:44:28.991Z[ host-image] Aug 07 21:44:27.546 INFO O| copying publishers...
80842026-08-07T21:44:28.995Z[ recovery-image] Aug 07 21:44:27.552 INFO O| Aug 07 21:44:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80852026-08-07T21:44:28.999Z[ recovery-image] Aug 07 21:44:27.552 INFO O| Aug 07 21:44:27.552 INFO STEP 885 (remove_files) COMPLETE
80862026-08-07T21:44:28.999Z[ recovery-image] Aug 07 21:44:27.552 INFO O| Aug 07 21:44:27.552 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-07T21:44:29.005Z[ recovery-image] Aug 07 21:44:27.563 INFO O| Aug 07 21:44:27.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80882026-08-07T21:44:29.005Z[ recovery-image] Aug 07 21:44:27.563 INFO O| Aug 07 21:44:27.563 INFO STEP 886 (remove_files) COMPLETE
80892026-08-07T21:44:29.005Z[ recovery-image] Aug 07 21:44:27.563 INFO O| Aug 07 21:44:27.563 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-07T21:44:29.017Z[ recovery-image] Aug 07 21:44:27.574 INFO O| Aug 07 21:44:27.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80912026-08-07T21:44:29.017Z[ recovery-image] Aug 07 21:44:27.574 INFO O| Aug 07 21:44:27.574 INFO STEP 887 (remove_files) COMPLETE
80922026-08-07T21:44:29.017Z[ recovery-image] Aug 07 21:44:27.574 INFO O| Aug 07 21:44:27.574 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-07T21:44:29.027Z[ recovery-image] Aug 07 21:44:27.585 INFO O| Aug 07 21:44:27.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80942026-08-07T21:44:29.027Z[ recovery-image] Aug 07 21:44:27.585 INFO O| Aug 07 21:44:27.585 INFO STEP 888 (remove_files) COMPLETE
80952026-08-07T21:44:29.027Z[ recovery-image] Aug 07 21:44:27.585 INFO O| Aug 07 21:44:27.585 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-07T21:44:29.037Z[ recovery-image] Aug 07 21:44:27.595 INFO O| Aug 07 21:44:27.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80972026-08-07T21:44:29.040Z[ recovery-image] Aug 07 21:44:27.597 INFO O| Aug 07 21:44:27.597 INFO STEP 889 (remove_files) COMPLETE
80982026-08-07T21:44:29.040Z[ recovery-image] Aug 07 21:44:27.597 INFO O| Aug 07 21:44:27.597 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-07T21:44:29.050Z[ recovery-image] Aug 07 21:44:27.608 INFO O| Aug 07 21:44:27.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
81002026-08-07T21:44:29.050Z[ recovery-image] Aug 07 21:44:27.608 INFO O| Aug 07 21:44:27.608 INFO STEP 890 (remove_files) COMPLETE
81012026-08-07T21:44:29.051Z[ recovery-image] Aug 07 21:44:27.608 INFO O| Aug 07 21:44:27.608 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-07T21:44:29.062Z[ recovery-image] Aug 07 21:44:27.619 INFO O| Aug 07 21:44:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
81032026-08-07T21:44:29.062Z[ recovery-image] Aug 07 21:44:27.619 INFO O| Aug 07 21:44:27.619 INFO STEP 891 (remove_files) COMPLETE
81042026-08-07T21:44:29.065Z[ recovery-image] Aug 07 21:44:27.619 INFO O| Aug 07 21:44:27.619 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-07T21:44:29.074Z[ recovery-image] Aug 07 21:44:27.631 INFO O| Aug 07 21:44:27.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
81062026-08-07T21:44:29.074Z[ recovery-image] Aug 07 21:44:27.631 INFO O| Aug 07 21:44:27.631 INFO STEP 892 (remove_files) COMPLETE
81072026-08-07T21:44:29.077Z[ recovery-image] Aug 07 21:44:27.631 INFO O| Aug 07 21:44:27.631 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-07T21:44:29.085Z[ recovery-image] Aug 07 21:44:27.642 INFO O| Aug 07 21:44:27.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
81092026-08-07T21:44:29.085Z[ recovery-image] Aug 07 21:44:27.643 INFO O| Aug 07 21:44:27.643 INFO STEP 893 (remove_files) COMPLETE
81102026-08-07T21:44:29.088Z[ recovery-image] Aug 07 21:44:27.643 INFO O| Aug 07 21:44:27.643 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-07T21:44:29.095Z[ recovery-image] Aug 07 21:44:27.653 INFO O| Aug 07 21:44:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
81122026-08-07T21:44:29.096Z[ recovery-image] Aug 07 21:44:27.653 INFO O| Aug 07 21:44:27.653 INFO STEP 894 (remove_files) COMPLETE
81132026-08-07T21:44:29.098Z[ recovery-image] Aug 07 21:44:27.653 INFO O| Aug 07 21:44:27.653 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-07T21:44:29.106Z[ recovery-image] Aug 07 21:44:27.663 INFO O| Aug 07 21:44:27.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
81152026-08-07T21:44:29.106Z[ recovery-image] Aug 07 21:44:27.663 INFO O| Aug 07 21:44:27.663 INFO STEP 895 (remove_files) COMPLETE
81162026-08-07T21:44:29.106Z[ recovery-image] Aug 07 21:44:27.663 INFO O| Aug 07 21:44:27.663 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-07T21:44:29.115Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
81182026-08-07T21:44:29.118Z[ recovery-image] Aug 07 21:44:27.674 INFO O| Aug 07 21:44:27.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
81192026-08-07T21:44:29.118Z[ recovery-image] Aug 07 21:44:27.674 INFO O| Aug 07 21:44:27.674 INFO STEP 896 (remove_files) COMPLETE
81202026-08-07T21:44:29.118Z[ recovery-image] Aug 07 21:44:27.674 INFO O| Aug 07 21:44:27.674 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-07T21:44:29.129Z[ recovery-image] Aug 07 21:44:27.685 INFO O| Aug 07 21:44:27.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
81222026-08-07T21:44:29.129Z[ recovery-image] Aug 07 21:44:27.685 INFO O| Aug 07 21:44:27.685 INFO STEP 897 (remove_files) COMPLETE
81232026-08-07T21:44:29.129Z[ recovery-image] Aug 07 21:44:27.685 INFO O| Aug 07 21:44:27.685 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-07T21:44:29.138Z[ recovery-image] Aug 07 21:44:27.695 INFO O| Aug 07 21:44:27.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
81252026-08-07T21:44:29.138Z[ recovery-image] Aug 07 21:44:27.695 INFO O| Aug 07 21:44:27.695 INFO STEP 898 (remove_files) COMPLETE
81262026-08-07T21:44:29.138Z[ recovery-image] Aug 07 21:44:27.695 INFO O| Aug 07 21:44:27.695 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-07T21:44:29.151Z[ recovery-image] Aug 07 21:44:27.708 INFO O| Aug 07 21:44:27.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
81282026-08-07T21:44:29.151Z[ recovery-image] Aug 07 21:44:27.709 INFO O| Aug 07 21:44:27.707 INFO STEP 899 (remove_files) COMPLETE
81292026-08-07T21:44:29.151Z[ recovery-image] Aug 07 21:44:27.709 INFO O| Aug 07 21:44:27.707 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-07T21:44:29.161Z[ recovery-image] Aug 07 21:44:27.719 INFO O| Aug 07 21:44:27.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
81312026-08-07T21:44:29.161Z[ recovery-image] Aug 07 21:44:27.719 INFO O| Aug 07 21:44:27.719 INFO STEP 900 (remove_files) COMPLETE
81322026-08-07T21:44:29.161Z[ recovery-image] Aug 07 21:44:27.719 INFO O| Aug 07 21:44:27.719 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-07T21:44:29.172Z[ recovery-image] Aug 07 21:44:27.730 INFO O| Aug 07 21:44:27.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
81342026-08-07T21:44:29.172Z[ recovery-image] Aug 07 21:44:27.730 INFO O| Aug 07 21:44:27.730 INFO STEP 901 (remove_files) COMPLETE
81352026-08-07T21:44:29.172Z[ recovery-image] Aug 07 21:44:27.730 INFO O| Aug 07 21:44:27.730 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-07T21:44:29.183Z[ recovery-image] Aug 07 21:44:27.741 INFO O| Aug 07 21:44:27.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
81372026-08-07T21:44:29.183Z[ recovery-image] Aug 07 21:44:27.741 INFO O| Aug 07 21:44:27.741 INFO STEP 902 (remove_files) COMPLETE
81382026-08-07T21:44:29.183Z[ recovery-image] Aug 07 21:44:27.741 INFO O| Aug 07 21:44:27.741 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-07T21:44:29.196Z[ recovery-image] Aug 07 21:44:27.753 INFO O| Aug 07 21:44:27.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81402026-08-07T21:44:29.196Z[ recovery-image] Aug 07 21:44:27.753 INFO O| Aug 07 21:44:27.753 INFO STEP 903 (remove_files) COMPLETE
81412026-08-07T21:44:29.196Z[ recovery-image] Aug 07 21:44:27.753 INFO O| Aug 07 21:44:27.753 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-07T21:44:29.207Z[ recovery-image] Aug 07 21:44:27.765 INFO O| Aug 07 21:44:27.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81432026-08-07T21:44:29.207Z[ recovery-image] Aug 07 21:44:27.765 INFO O| Aug 07 21:44:27.765 INFO STEP 904 (remove_files) COMPLETE
81442026-08-07T21:44:29.207Z[ recovery-image] Aug 07 21:44:27.765 INFO O| Aug 07 21:44:27.765 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-07T21:44:29.220Z[ recovery-image] Aug 07 21:44:27.776 INFO O| Aug 07 21:44:27.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81462026-08-07T21:44:29.220Z[ recovery-image] Aug 07 21:44:27.776 INFO O| Aug 07 21:44:27.776 INFO STEP 905 (remove_files) COMPLETE
81472026-08-07T21:44:29.220Z[ recovery-image] Aug 07 21:44:27.776 INFO O| Aug 07 21:44:27.776 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-07T21:44:29.229Z[ recovery-image] Aug 07 21:44:27.787 INFO O| Aug 07 21:44:27.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81492026-08-07T21:44:29.229Z[ recovery-image] Aug 07 21:44:27.787 INFO O| Aug 07 21:44:27.787 INFO STEP 906 (remove_files) COMPLETE
81502026-08-07T21:44:29.229Z[ recovery-image] Aug 07 21:44:27.787 INFO O| Aug 07 21:44:27.787 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-07T21:44:29.241Z[ recovery-image] Aug 07 21:44:27.799 INFO O| Aug 07 21:44:27.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81522026-08-07T21:44:29.241Z[ recovery-image] Aug 07 21:44:27.799 INFO O| Aug 07 21:44:27.799 INFO STEP 907 (remove_files) COMPLETE
81532026-08-07T21:44:29.241Z[ recovery-image] Aug 07 21:44:27.799 INFO O| Aug 07 21:44:27.799 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-07T21:44:29.252Z[ recovery-image] Aug 07 21:44:27.810 INFO O| Aug 07 21:44:27.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81552026-08-07T21:44:29.252Z[ recovery-image] Aug 07 21:44:27.810 INFO O| Aug 07 21:44:27.810 INFO STEP 908 (remove_files) COMPLETE
81562026-08-07T21:44:29.252Z[ recovery-image] Aug 07 21:44:27.810 INFO O| Aug 07 21:44:27.810 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-07T21:44:29.264Z[ recovery-image] Aug 07 21:44:27.821 INFO O| Aug 07 21:44:27.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81582026-08-07T21:44:29.264Z[ recovery-image] Aug 07 21:44:27.821 INFO O| Aug 07 21:44:27.821 INFO STEP 909 (remove_files) COMPLETE
81592026-08-07T21:44:29.264Z[ recovery-image] Aug 07 21:44:27.821 INFO O| Aug 07 21:44:27.821 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-07T21:44:29.276Z[ recovery-image] Aug 07 21:44:27.833 INFO O| Aug 07 21:44:27.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81612026-08-07T21:44:29.276Z[ recovery-image] Aug 07 21:44:27.833 INFO O| Aug 07 21:44:27.833 INFO STEP 910 (remove_files) COMPLETE
81622026-08-07T21:44:29.276Z[ recovery-image] Aug 07 21:44:27.833 INFO O| Aug 07 21:44:27.833 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-07T21:44:29.287Z[ recovery-image] Aug 07 21:44:27.844 INFO O| Aug 07 21:44:27.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81642026-08-07T21:44:29.287Z[ recovery-image] Aug 07 21:44:27.844 INFO O| Aug 07 21:44:27.844 INFO STEP 911 (remove_files) COMPLETE
81652026-08-07T21:44:29.287Z[ recovery-image] Aug 07 21:44:27.844 INFO O| Aug 07 21:44:27.844 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-07T21:44:29.296Z[ recovery-image] Aug 07 21:44:27.854 INFO O| Aug 07 21:44:27.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81672026-08-07T21:44:29.296Z[ recovery-image] Aug 07 21:44:27.854 INFO O| Aug 07 21:44:27.854 INFO STEP 912 (remove_files) COMPLETE
81682026-08-07T21:44:29.299Z[ recovery-image] Aug 07 21:44:27.854 INFO O| Aug 07 21:44:27.854 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-07T21:44:29.306Z[ recovery-image] Aug 07 21:44:27.863 INFO O| Aug 07 21:44:27.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81702026-08-07T21:44:29.306Z[ recovery-image] Aug 07 21:44:27.863 INFO O| Aug 07 21:44:27.863 INFO STEP 913 (remove_files) COMPLETE
81712026-08-07T21:44:29.306Z[ recovery-image] Aug 07 21:44:27.863 INFO O| Aug 07 21:44:27.863 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-07T21:44:29.315Z[ recovery-image] Aug 07 21:44:27.872 INFO O| Aug 07 21:44:27.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81732026-08-07T21:44:29.315Z[ recovery-image] Aug 07 21:44:27.872 INFO O| Aug 07 21:44:27.872 INFO STEP 914 (remove_files) COMPLETE
81742026-08-07T21:44:29.315Z[ recovery-image] Aug 07 21:44:27.872 INFO O| Aug 07 21:44:27.872 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-07T21:44:29.327Z[ recovery-image] Aug 07 21:44:27.884 INFO O| Aug 07 21:44:27.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81762026-08-07T21:44:29.327Z[ recovery-image] Aug 07 21:44:27.884 INFO O| Aug 07 21:44:27.884 INFO STEP 915 (remove_files) COMPLETE
81772026-08-07T21:44:29.330Z[ recovery-image] Aug 07 21:44:27.884 INFO O| Aug 07 21:44:27.884 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-07T21:44:29.338Z[ recovery-image] Aug 07 21:44:27.896 INFO O| Aug 07 21:44:27.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81792026-08-07T21:44:29.338Z[ recovery-image] Aug 07 21:44:27.896 INFO O| Aug 07 21:44:27.896 INFO STEP 916 (remove_files) COMPLETE
81802026-08-07T21:44:29.341Z[ recovery-image] Aug 07 21:44:27.896 INFO O| Aug 07 21:44:27.896 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-07T21:44:29.349Z[ recovery-image] Aug 07 21:44:27.907 INFO O| Aug 07 21:44:27.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81822026-08-07T21:44:29.349Z[ recovery-image] Aug 07 21:44:27.907 INFO O| Aug 07 21:44:27.907 INFO STEP 917 (remove_files) COMPLETE
81832026-08-07T21:44:29.349Z[ recovery-image] Aug 07 21:44:27.907 INFO O| Aug 07 21:44:27.907 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-07T21:44:29.359Z[ recovery-image] Aug 07 21:44:27.917 INFO O| Aug 07 21:44:27.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81852026-08-07T21:44:29.359Z[ recovery-image] Aug 07 21:44:27.917 INFO O| Aug 07 21:44:27.917 INFO STEP 918 (remove_files) COMPLETE
81862026-08-07T21:44:29.359Z[ recovery-image] Aug 07 21:44:27.917 INFO O| Aug 07 21:44:27.917 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-07T21:44:29.370Z[ recovery-image] Aug 07 21:44:27.927 INFO O| Aug 07 21:44:27.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81882026-08-07T21:44:29.370Z[ recovery-image] Aug 07 21:44:27.927 INFO O| Aug 07 21:44:27.927 INFO STEP 919 (remove_files) COMPLETE
81892026-08-07T21:44:29.373Z[ recovery-image] Aug 07 21:44:27.927 INFO O| Aug 07 21:44:27.927 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-07T21:44:29.397Z[ recovery-image] Aug 07 21:44:27.953 INFO O| Aug 07 21:44:27.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81912026-08-07T21:44:29.397Z[ recovery-image] Aug 07 21:44:27.953 INFO O| Aug 07 21:44:27.953 INFO STEP 920 (remove_files) COMPLETE
81922026-08-07T21:44:29.397Z[ recovery-image] Aug 07 21:44:27.953 INFO O| Aug 07 21:44:27.953 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-07T21:44:29.408Z[ recovery-image] Aug 07 21:44:27.966 INFO O| Aug 07 21:44:27.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81942026-08-07T21:44:29.408Z[ recovery-image] Aug 07 21:44:27.966 INFO O| Aug 07 21:44:27.966 INFO STEP 921 (remove_files) COMPLETE
81952026-08-07T21:44:29.408Z[ recovery-image] Aug 07 21:44:27.966 INFO O| Aug 07 21:44:27.966 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-07T21:44:29.420Z[ recovery-image] Aug 07 21:44:27.977 INFO O| Aug 07 21:44:27.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81972026-08-07T21:44:29.420Z[ recovery-image] Aug 07 21:44:27.977 INFO O| Aug 07 21:44:27.977 INFO STEP 922 (remove_files) COMPLETE
81982026-08-07T21:44:29.420Z[ recovery-image] Aug 07 21:44:27.977 INFO O| Aug 07 21:44:27.977 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-07T21:44:29.428Z[ recovery-image] Aug 07 21:44:27.986 INFO O| Aug 07 21:44:27.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
82002026-08-07T21:44:29.428Z[ recovery-image] Aug 07 21:44:27.986 INFO O| Aug 07 21:44:27.986 INFO STEP 923 (remove_files) COMPLETE
82012026-08-07T21:44:29.428Z[ recovery-image] Aug 07 21:44:27.986 INFO O| Aug 07 21:44:27.986 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-07T21:44:29.436Z[ recovery-image] Aug 07 21:44:27.994 INFO O| Aug 07 21:44:27.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
82032026-08-07T21:44:29.437Z[ recovery-image] Aug 07 21:44:27.994 INFO O| Aug 07 21:44:27.994 INFO STEP 924 (remove_files) COMPLETE
82042026-08-07T21:44:29.437Z[ recovery-image] Aug 07 21:44:27.994 INFO O| Aug 07 21:44:27.994 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-07T21:44:29.440Z[verify-libraries] Compiling git2 v0.20.4
82062026-08-07T21:44:29.447Z[ recovery-image] Aug 07 21:44:28.004 INFO O| Aug 07 21:44:28.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
82072026-08-07T21:44:29.447Z[ recovery-image] Aug 07 21:44:28.004 INFO O| Aug 07 21:44:28.004 INFO STEP 925 (remove_files) COMPLETE
82082026-08-07T21:44:29.447Z[ recovery-image] Aug 07 21:44:28.004 INFO O| Aug 07 21:44:28.004 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-07T21:44:29.458Z[ recovery-image] Aug 07 21:44:28.015 INFO O| Aug 07 21:44:28.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
82102026-08-07T21:44:29.458Z[ recovery-image] Aug 07 21:44:28.015 INFO O| Aug 07 21:44:28.015 INFO STEP 926 (remove_files) COMPLETE
82112026-08-07T21:44:29.458Z[ recovery-image] Aug 07 21:44:28.015 INFO O| Aug 07 21:44:28.015 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-07T21:44:29.477Z[ recovery-image] Aug 07 21:44:28.034 INFO O| Aug 07 21:44:28.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
82132026-08-07T21:44:29.477Z[ recovery-image] Aug 07 21:44:28.034 INFO O| Aug 07 21:44:28.034 INFO STEP 927 (remove_files) COMPLETE
82142026-08-07T21:44:29.477Z[ recovery-image] Aug 07 21:44:28.034 INFO O| Aug 07 21:44:28.034 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-07T21:44:29.487Z[ recovery-image] Aug 07 21:44:28.045 INFO O| Aug 07 21:44:28.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
82162026-08-07T21:44:29.487Z[ recovery-image] Aug 07 21:44:28.045 INFO O| Aug 07 21:44:28.045 INFO STEP 928 (remove_files) COMPLETE
82172026-08-07T21:44:29.487Z[ recovery-image] Aug 07 21:44:28.045 INFO O| Aug 07 21:44:28.045 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-07T21:44:29.497Z[ recovery-image] Aug 07 21:44:28.055 INFO O| Aug 07 21:44:28.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
82192026-08-07T21:44:29.497Z[ recovery-image] Aug 07 21:44:28.055 INFO O| Aug 07 21:44:28.055 INFO STEP 929 (remove_files) COMPLETE
82202026-08-07T21:44:29.500Z[ recovery-image] Aug 07 21:44:28.055 INFO O| Aug 07 21:44:28.055 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-07T21:44:29.507Z[ recovery-image] Aug 07 21:44:28.065 INFO O| Aug 07 21:44:28.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
82222026-08-07T21:44:29.507Z[ recovery-image] Aug 07 21:44:28.065 INFO O| Aug 07 21:44:28.065 INFO STEP 930 (remove_files) COMPLETE
82232026-08-07T21:44:29.510Z[ recovery-image] Aug 07 21:44:28.065 INFO O| Aug 07 21:44:28.065 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-07T21:44:29.520Z[ recovery-image] Aug 07 21:44:28.078 INFO O| Aug 07 21:44:28.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
82252026-08-07T21:44:29.520Z[ recovery-image] Aug 07 21:44:28.078 INFO O| Aug 07 21:44:28.078 INFO STEP 931 (remove_files) COMPLETE
82262026-08-07T21:44:29.520Z[ recovery-image] Aug 07 21:44:28.078 INFO O| Aug 07 21:44:28.078 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-07T21:44:29.531Z[ recovery-image] Aug 07 21:44:28.088 INFO O| Aug 07 21:44:28.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
82282026-08-07T21:44:29.531Z[ recovery-image] Aug 07 21:44:28.088 INFO O| Aug 07 21:44:28.088 INFO STEP 932 (remove_files) COMPLETE
82292026-08-07T21:44:29.531Z[ recovery-image] Aug 07 21:44:28.088 INFO O| Aug 07 21:44:28.088 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-07T21:44:29.539Z[ recovery-image] Aug 07 21:44:28.097 INFO O| Aug 07 21:44:28.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
82312026-08-07T21:44:29.539Z[ recovery-image] Aug 07 21:44:28.097 INFO O| Aug 07 21:44:28.097 INFO STEP 933 (remove_files) COMPLETE
82322026-08-07T21:44:29.539Z[ recovery-image] Aug 07 21:44:28.097 INFO O| Aug 07 21:44:28.097 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-07T21:44:29.550Z[ recovery-image] Aug 07 21:44:28.108 INFO O| Aug 07 21:44:28.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
82342026-08-07T21:44:29.551Z[ recovery-image] Aug 07 21:44:28.108 INFO O| Aug 07 21:44:28.108 INFO STEP 934 (remove_files) COMPLETE
82352026-08-07T21:44:29.551Z[ recovery-image] Aug 07 21:44:28.108 INFO O| Aug 07 21:44:28.108 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-07T21:44:29.560Z[ recovery-image] Aug 07 21:44:28.118 INFO O| Aug 07 21:44:28.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
82372026-08-07T21:44:29.563Z[ recovery-image] Aug 07 21:44:28.118 INFO O| Aug 07 21:44:28.118 INFO STEP 935 (remove_files) COMPLETE
82382026-08-07T21:44:29.563Z[ recovery-image] Aug 07 21:44:28.118 INFO O| Aug 07 21:44:28.118 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-07T21:44:29.574Z[ recovery-image] Aug 07 21:44:28.131 INFO O| Aug 07 21:44:28.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82402026-08-07T21:44:29.574Z[ recovery-image] Aug 07 21:44:28.131 INFO O| Aug 07 21:44:28.131 INFO STEP 936 (remove_files) COMPLETE
82412026-08-07T21:44:29.577Z[ recovery-image] Aug 07 21:44:28.131 INFO O| Aug 07 21:44:28.131 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-07T21:44:29.584Z[ recovery-image] Aug 07 21:44:28.142 INFO O| Aug 07 21:44:28.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82432026-08-07T21:44:29.588Z[ recovery-image] Aug 07 21:44:28.143 INFO O| Aug 07 21:44:28.143 INFO STEP 937 (remove_files) COMPLETE
82442026-08-07T21:44:29.588Z[ recovery-image] Aug 07 21:44:28.143 INFO O| Aug 07 21:44:28.143 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-07T21:44:29.595Z[ recovery-image] Aug 07 21:44:28.152 INFO O| Aug 07 21:44:28.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82462026-08-07T21:44:29.595Z[ recovery-image] Aug 07 21:44:28.152 INFO O| Aug 07 21:44:28.152 INFO STEP 938 (remove_files) COMPLETE
82472026-08-07T21:44:29.595Z[ recovery-image] Aug 07 21:44:28.152 INFO O| Aug 07 21:44:28.152 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-07T21:44:29.605Z[ recovery-image] Aug 07 21:44:28.163 INFO O| Aug 07 21:44:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82492026-08-07T21:44:29.605Z[ recovery-image] Aug 07 21:44:28.163 INFO O| Aug 07 21:44:28.163 INFO STEP 939 (remove_files) COMPLETE
82502026-08-07T21:44:29.609Z[ recovery-image] Aug 07 21:44:28.163 INFO O| Aug 07 21:44:28.163 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-07T21:44:29.615Z[ recovery-image] Aug 07 21:44:28.173 INFO O| Aug 07 21:44:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82522026-08-07T21:44:29.615Z[ recovery-image] Aug 07 21:44:28.173 INFO O| Aug 07 21:44:28.173 INFO STEP 940 (remove_files) COMPLETE
82532026-08-07T21:44:29.615Z[ recovery-image] Aug 07 21:44:28.173 INFO O| Aug 07 21:44:28.173 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-07T21:44:29.624Z[ recovery-image] Aug 07 21:44:28.181 INFO O| Aug 07 21:44:28.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82552026-08-07T21:44:29.624Z[ recovery-image] Aug 07 21:44:28.181 INFO O| Aug 07 21:44:28.181 INFO STEP 941 (remove_files) COMPLETE
82562026-08-07T21:44:29.624Z[ recovery-image] Aug 07 21:44:28.181 INFO O| Aug 07 21:44:28.181 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-07T21:44:29.632Z[ recovery-image] Aug 07 21:44:28.189 INFO O| Aug 07 21:44:28.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82582026-08-07T21:44:29.632Z[ recovery-image] Aug 07 21:44:28.189 INFO O| Aug 07 21:44:28.189 INFO STEP 942 (remove_files) COMPLETE
82592026-08-07T21:44:29.632Z[ recovery-image] Aug 07 21:44:28.189 INFO O| Aug 07 21:44:28.189 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-07T21:44:29.641Z[ recovery-image] Aug 07 21:44:28.198 INFO O| Aug 07 21:44:28.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82612026-08-07T21:44:29.641Z[ recovery-image] Aug 07 21:44:28.198 INFO O| Aug 07 21:44:28.198 INFO STEP 943 (remove_files) COMPLETE
82622026-08-07T21:44:29.644Z[ recovery-image] Aug 07 21:44:28.198 INFO O| Aug 07 21:44:28.198 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-07T21:44:29.649Z[ recovery-image] Aug 07 21:44:28.206 INFO O| Aug 07 21:44:28.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82642026-08-07T21:44:29.649Z[ recovery-image] Aug 07 21:44:28.206 INFO O| Aug 07 21:44:28.206 INFO STEP 944 (remove_files) COMPLETE
82652026-08-07T21:44:29.652Z[ recovery-image] Aug 07 21:44:28.206 INFO O| Aug 07 21:44:28.206 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-07T21:44:29.660Z[ recovery-image] Aug 07 21:44:28.214 INFO O| Aug 07 21:44:28.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82672026-08-07T21:44:29.660Z[ recovery-image] Aug 07 21:44:28.214 INFO O| Aug 07 21:44:28.214 INFO STEP 945 (remove_files) COMPLETE
82682026-08-07T21:44:29.667Z[ recovery-image] Aug 07 21:44:28.214 INFO O| Aug 07 21:44:28.214 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-07T21:44:29.675Z[ recovery-image] Aug 07 21:44:28.223 INFO O| Aug 07 21:44:28.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82702026-08-07T21:44:29.675Z[ recovery-image] Aug 07 21:44:28.223 INFO O| Aug 07 21:44:28.223 INFO STEP 946 (remove_files) COMPLETE
82712026-08-07T21:44:29.675Z[ recovery-image] Aug 07 21:44:28.223 INFO O| Aug 07 21:44:28.223 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-07T21:44:29.682Z[ recovery-image] Aug 07 21:44:28.231 INFO O| Aug 07 21:44:28.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82732026-08-07T21:44:29.682Z[ recovery-image] Aug 07 21:44:28.232 INFO O| Aug 07 21:44:28.232 INFO STEP 947 (remove_files) COMPLETE
82742026-08-07T21:44:29.682Z[ recovery-image] Aug 07 21:44:28.232 INFO O| Aug 07 21:44:28.232 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-07T21:44:29.688Z[ recovery-image] Aug 07 21:44:28.240 INFO O| Aug 07 21:44:28.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82762026-08-07T21:44:29.688Z[ recovery-image] Aug 07 21:44:28.240 INFO O| Aug 07 21:44:28.240 INFO STEP 948 (remove_files) COMPLETE
82772026-08-07T21:44:29.688Z[ recovery-image] Aug 07 21:44:28.240 INFO O| Aug 07 21:44:28.240 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-07T21:44:29.696Z[ recovery-image] Aug 07 21:44:28.248 INFO O| Aug 07 21:44:28.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82792026-08-07T21:44:29.696Z[ recovery-image] Aug 07 21:44:28.248 INFO O| Aug 07 21:44:28.248 INFO STEP 949 (remove_files) COMPLETE
82802026-08-07T21:44:29.696Z[ recovery-image] Aug 07 21:44:28.248 INFO O| Aug 07 21:44:28.248 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-07T21:44:29.703Z[ recovery-image] Aug 07 21:44:28.258 INFO O| Aug 07 21:44:28.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82822026-08-07T21:44:29.703Z[ recovery-image] Aug 07 21:44:28.258 INFO O| Aug 07 21:44:28.258 INFO STEP 950 (remove_files) COMPLETE
82832026-08-07T21:44:29.703Z[ recovery-image] Aug 07 21:44:28.258 INFO O| Aug 07 21:44:28.258 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-07T21:44:29.710Z[ recovery-image] Aug 07 21:44:28.268 INFO O| Aug 07 21:44:28.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82852026-08-07T21:44:29.710Z[ recovery-image] Aug 07 21:44:28.268 INFO O| Aug 07 21:44:28.268 INFO STEP 951 (remove_files) COMPLETE
82862026-08-07T21:44:29.710Z[ recovery-image] Aug 07 21:44:28.268 INFO O| Aug 07 21:44:28.268 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-07T21:44:29.719Z[ recovery-image] Aug 07 21:44:28.277 INFO O| Aug 07 21:44:28.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82882026-08-07T21:44:29.719Z[ recovery-image] Aug 07 21:44:28.277 INFO O| Aug 07 21:44:28.277 INFO STEP 952 (remove_files) COMPLETE
82892026-08-07T21:44:29.719Z[ recovery-image] Aug 07 21:44:28.277 INFO O| Aug 07 21:44:28.277 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-07T21:44:29.731Z[ recovery-image] Aug 07 21:44:28.286 INFO O| Aug 07 21:44:28.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82912026-08-07T21:44:29.731Z[ recovery-image] Aug 07 21:44:28.286 INFO O| Aug 07 21:44:28.286 INFO STEP 953 (remove_files) COMPLETE
82922026-08-07T21:44:29.732Z[ recovery-image] Aug 07 21:44:28.286 INFO O| Aug 07 21:44:28.286 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-07T21:44:29.739Z[ recovery-image] Aug 07 21:44:28.295 INFO O| Aug 07 21:44:28.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82942026-08-07T21:44:29.740Z[ recovery-image] Aug 07 21:44:28.295 INFO O| Aug 07 21:44:28.295 INFO STEP 954 (remove_files) COMPLETE
82952026-08-07T21:44:29.740Z[ recovery-image] Aug 07 21:44:28.295 INFO O| Aug 07 21:44:28.295 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-07T21:44:29.750Z[ recovery-image] Aug 07 21:44:28.305 INFO O| Aug 07 21:44:28.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82972026-08-07T21:44:29.750Z[ recovery-image] Aug 07 21:44:28.305 INFO O| Aug 07 21:44:28.305 INFO STEP 955 (remove_files) COMPLETE
82982026-08-07T21:44:29.750Z[ recovery-image] Aug 07 21:44:28.305 INFO O| Aug 07 21:44:28.305 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-07T21:44:29.757Z[ recovery-image] Aug 07 21:44:28.315 INFO O| Aug 07 21:44:28.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
83002026-08-07T21:44:29.757Z[ recovery-image] Aug 07 21:44:28.315 INFO O| Aug 07 21:44:28.315 INFO STEP 956 (remove_files) COMPLETE
83012026-08-07T21:44:29.757Z[ recovery-image] Aug 07 21:44:28.315 INFO O| Aug 07 21:44:28.315 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-07T21:44:29.765Z[ recovery-image] Aug 07 21:44:28.323 INFO O| Aug 07 21:44:28.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
83032026-08-07T21:44:29.765Z[ recovery-image] Aug 07 21:44:28.323 INFO O| Aug 07 21:44:28.323 INFO STEP 957 (remove_files) COMPLETE
83042026-08-07T21:44:29.765Z[ recovery-image] Aug 07 21:44:28.323 INFO O| Aug 07 21:44:28.323 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-07T21:44:29.773Z[ recovery-image] Aug 07 21:44:28.331 INFO O| Aug 07 21:44:28.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
83062026-08-07T21:44:29.774Z[ recovery-image] Aug 07 21:44:28.331 INFO O| Aug 07 21:44:28.331 INFO STEP 958 (remove_files) COMPLETE
83072026-08-07T21:44:29.774Z[ recovery-image] Aug 07 21:44:28.331 INFO O| Aug 07 21:44:28.331 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-07T21:44:29.782Z[ recovery-image] Aug 07 21:44:28.339 INFO O| Aug 07 21:44:28.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
83092026-08-07T21:44:29.782Z[ recovery-image] Aug 07 21:44:28.339 INFO O| Aug 07 21:44:28.339 INFO STEP 959 (remove_files) COMPLETE
83102026-08-07T21:44:29.786Z[ recovery-image] Aug 07 21:44:28.339 INFO O| Aug 07 21:44:28.339 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-07T21:44:29.790Z[ recovery-image] Aug 07 21:44:28.348 INFO O| Aug 07 21:44:28.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
83122026-08-07T21:44:29.790Z[ recovery-image] Aug 07 21:44:28.348 INFO O| Aug 07 21:44:28.348 INFO STEP 960 (remove_files) COMPLETE
83132026-08-07T21:44:29.791Z[ recovery-image] Aug 07 21:44:28.348 INFO O| Aug 07 21:44:28.348 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-07T21:44:29.800Z[ recovery-image] Aug 07 21:44:28.357 INFO O| Aug 07 21:44:28.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
83152026-08-07T21:44:29.800Z[ recovery-image] Aug 07 21:44:28.357 INFO O| Aug 07 21:44:28.357 INFO STEP 961 (remove_files) COMPLETE
83162026-08-07T21:44:29.800Z[ recovery-image] Aug 07 21:44:28.357 INFO O| Aug 07 21:44:28.357 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-07T21:44:29.809Z[ recovery-image] Aug 07 21:44:28.366 INFO O| Aug 07 21:44:28.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
83182026-08-07T21:44:29.809Z[ recovery-image] Aug 07 21:44:28.366 INFO O| Aug 07 21:44:28.366 INFO STEP 962 (remove_files) COMPLETE
83192026-08-07T21:44:29.809Z[ recovery-image] Aug 07 21:44:28.366 INFO O| Aug 07 21:44:28.366 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-07T21:44:29.817Z[ recovery-image] Aug 07 21:44:28.375 INFO O| Aug 07 21:44:28.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
83212026-08-07T21:44:29.817Z[ recovery-image] Aug 07 21:44:28.375 INFO O| Aug 07 21:44:28.375 INFO STEP 963 (remove_files) COMPLETE
83222026-08-07T21:44:29.817Z[ recovery-image] Aug 07 21:44:28.375 INFO O| Aug 07 21:44:28.375 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-07T21:44:29.828Z[ recovery-image] Aug 07 21:44:28.384 INFO O| Aug 07 21:44:28.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
83242026-08-07T21:44:29.828Z[ recovery-image] Aug 07 21:44:28.384 INFO O| Aug 07 21:44:28.384 INFO STEP 964 (remove_files) COMPLETE
83252026-08-07T21:44:29.828Z[ recovery-image] Aug 07 21:44:28.384 INFO O| Aug 07 21:44:28.384 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-07T21:44:29.835Z[ recovery-image] Aug 07 21:44:28.392 INFO O| Aug 07 21:44:28.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
83272026-08-07T21:44:29.835Z[ recovery-image] Aug 07 21:44:28.393 INFO O| Aug 07 21:44:28.393 INFO STEP 965 (remove_files) COMPLETE
83282026-08-07T21:44:29.835Z[ recovery-image] Aug 07 21:44:28.393 INFO O| Aug 07 21:44:28.393 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-07T21:44:29.844Z[ recovery-image] Aug 07 21:44:28.401 INFO O| Aug 07 21:44:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
83302026-08-07T21:44:29.844Z[ recovery-image] Aug 07 21:44:28.401 INFO O| Aug 07 21:44:28.401 INFO STEP 966 (remove_files) COMPLETE
83312026-08-07T21:44:29.844Z[ recovery-image] Aug 07 21:44:28.401 INFO O| Aug 07 21:44:28.401 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-07T21:44:29.852Z[ recovery-image] Aug 07 21:44:28.409 INFO O| Aug 07 21:44:28.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
83332026-08-07T21:44:29.852Z[ recovery-image] Aug 07 21:44:28.409 INFO O| Aug 07 21:44:28.409 INFO STEP 967 (remove_files) COMPLETE
83342026-08-07T21:44:29.855Z[ recovery-image] Aug 07 21:44:28.410 INFO O| Aug 07 21:44:28.409 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-07T21:44:29.860Z[ recovery-image] Aug 07 21:44:28.418 INFO O| Aug 07 21:44:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
83362026-08-07T21:44:29.860Z[ recovery-image] Aug 07 21:44:28.418 INFO O| Aug 07 21:44:28.418 INFO STEP 968 (remove_files) COMPLETE
83372026-08-07T21:44:29.861Z[ recovery-image] Aug 07 21:44:28.418 INFO O| Aug 07 21:44:28.418 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-07T21:44:29.873Z[ recovery-image] Aug 07 21:44:28.429 INFO O| Aug 07 21:44:28.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
83392026-08-07T21:44:29.874Z[ recovery-image] Aug 07 21:44:28.429 INFO O| Aug 07 21:44:28.429 INFO STEP 969 (remove_files) COMPLETE
83402026-08-07T21:44:29.874Z[ recovery-image] Aug 07 21:44:28.430 INFO O| Aug 07 21:44:28.429 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-07T21:44:29.882Z[ recovery-image] Aug 07 21:44:28.440 INFO O| Aug 07 21:44:28.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83422026-08-07T21:44:29.882Z[ recovery-image] Aug 07 21:44:28.440 INFO O| Aug 07 21:44:28.440 INFO STEP 970 (remove_files) COMPLETE
83432026-08-07T21:44:29.882Z[ recovery-image] Aug 07 21:44:28.440 INFO O| Aug 07 21:44:28.440 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-07T21:44:29.892Z[ recovery-image] Aug 07 21:44:28.450 INFO O| Aug 07 21:44:28.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83452026-08-07T21:44:29.893Z[ recovery-image] Aug 07 21:44:28.450 INFO O| Aug 07 21:44:28.450 INFO STEP 971 (remove_files) COMPLETE
83462026-08-07T21:44:29.893Z[ recovery-image] Aug 07 21:44:28.450 INFO O| Aug 07 21:44:28.450 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-07T21:44:29.897Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
83482026-08-07T21:44:29.904Z[ recovery-image] Aug 07 21:44:28.461 INFO O| Aug 07 21:44:28.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83492026-08-07T21:44:29.904Z[ recovery-image] Aug 07 21:44:28.461 INFO O| Aug 07 21:44:28.461 INFO STEP 972 (remove_files) COMPLETE
83502026-08-07T21:44:29.904Z[ recovery-image] Aug 07 21:44:28.461 INFO O| Aug 07 21:44:28.461 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-07T21:44:29.915Z[ recovery-image] Aug 07 21:44:28.472 INFO O| Aug 07 21:44:28.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83522026-08-07T21:44:29.915Z[ recovery-image] Aug 07 21:44:28.472 INFO O| Aug 07 21:44:28.472 INFO STEP 973 (remove_files) COMPLETE
83532026-08-07T21:44:29.915Z[ recovery-image] Aug 07 21:44:28.472 INFO O| Aug 07 21:44:28.472 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-07T21:44:29.924Z[ recovery-image] Aug 07 21:44:28.481 INFO O| Aug 07 21:44:28.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83552026-08-07T21:44:29.924Z[ recovery-image] Aug 07 21:44:28.481 INFO O| Aug 07 21:44:28.481 INFO STEP 974 (remove_files) COMPLETE
83562026-08-07T21:44:29.924Z[ recovery-image] Aug 07 21:44:28.481 INFO O| Aug 07 21:44:28.481 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-07T21:44:29.932Z[ recovery-image] Aug 07 21:44:28.490 INFO O| Aug 07 21:44:28.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83582026-08-07T21:44:29.932Z[ recovery-image] Aug 07 21:44:28.490 INFO O| Aug 07 21:44:28.490 INFO STEP 975 (remove_files) COMPLETE
83592026-08-07T21:44:29.936Z[ recovery-image] Aug 07 21:44:28.490 INFO O| Aug 07 21:44:28.490 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-07T21:44:29.941Z[ recovery-image] Aug 07 21:44:28.498 INFO O| Aug 07 21:44:28.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83612026-08-07T21:44:29.941Z[ recovery-image] Aug 07 21:44:28.498 INFO O| Aug 07 21:44:28.498 INFO STEP 976 (remove_files) COMPLETE
83622026-08-07T21:44:29.941Z[ recovery-image] Aug 07 21:44:28.498 INFO O| Aug 07 21:44:28.498 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-07T21:44:29.949Z[ recovery-image] Aug 07 21:44:28.507 INFO O| Aug 07 21:44:28.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83642026-08-07T21:44:29.949Z[ recovery-image] Aug 07 21:44:28.507 INFO O| Aug 07 21:44:28.507 INFO STEP 977 (remove_files) COMPLETE
83652026-08-07T21:44:29.949Z[ recovery-image] Aug 07 21:44:28.507 INFO O| Aug 07 21:44:28.507 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-07T21:44:29.960Z[ recovery-image] Aug 07 21:44:28.516 INFO O| Aug 07 21:44:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83672026-08-07T21:44:29.960Z[ recovery-image] Aug 07 21:44:28.516 INFO O| Aug 07 21:44:28.516 INFO STEP 978 (remove_files) COMPLETE
83682026-08-07T21:44:29.964Z[ recovery-image] Aug 07 21:44:28.516 INFO O| Aug 07 21:44:28.516 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-07T21:44:29.967Z[ recovery-image] Aug 07 21:44:28.525 INFO O| Aug 07 21:44:28.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83702026-08-07T21:44:29.967Z[ recovery-image] Aug 07 21:44:28.525 INFO O| Aug 07 21:44:28.525 INFO STEP 979 (remove_files) COMPLETE
83712026-08-07T21:44:29.967Z[ recovery-image] Aug 07 21:44:28.525 INFO O| Aug 07 21:44:28.525 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-07T21:44:29.978Z[ recovery-image] Aug 07 21:44:28.535 INFO O| Aug 07 21:44:28.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83732026-08-07T21:44:29.978Z[ recovery-image] Aug 07 21:44:28.535 INFO O| Aug 07 21:44:28.535 INFO STEP 980 (remove_files) COMPLETE
83742026-08-07T21:44:29.978Z[ recovery-image] Aug 07 21:44:28.535 INFO O| Aug 07 21:44:28.535 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-07T21:44:29.990Z[ recovery-image] Aug 07 21:44:28.547 INFO O| Aug 07 21:44:28.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83762026-08-07T21:44:29.990Z[ recovery-image] Aug 07 21:44:28.547 INFO O| Aug 07 21:44:28.546 INFO STEP 981 (remove_files) COMPLETE
83772026-08-07T21:44:29.990Z[ recovery-image] Aug 07 21:44:28.547 INFO O| Aug 07 21:44:28.546 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-07T21:44:29.999Z[ recovery-image] Aug 07 21:44:28.556 INFO O| Aug 07 21:44:28.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83792026-08-07T21:44:29.999Z[ recovery-image] Aug 07 21:44:28.556 INFO O| Aug 07 21:44:28.556 INFO STEP 982 (remove_files) COMPLETE
83802026-08-07T21:44:29.999Z[ recovery-image] Aug 07 21:44:28.556 INFO O| Aug 07 21:44:28.556 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-07T21:44:30.010Z[ recovery-image] Aug 07 21:44:28.567 INFO O| Aug 07 21:44:28.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83822026-08-07T21:44:30.010Z[ recovery-image] Aug 07 21:44:28.567 INFO O| Aug 07 21:44:28.567 INFO STEP 983 (remove_files) COMPLETE
83832026-08-07T21:44:30.010Z[ recovery-image] Aug 07 21:44:28.567 INFO O| Aug 07 21:44:28.567 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-07T21:44:30.019Z[ recovery-image] Aug 07 21:44:28.577 INFO O| Aug 07 21:44:28.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83852026-08-07T21:44:30.020Z[ recovery-image] Aug 07 21:44:28.577 INFO O| Aug 07 21:44:28.577 INFO STEP 984 (remove_files) COMPLETE
83862026-08-07T21:44:30.022Z[ recovery-image] Aug 07 21:44:28.577 INFO O| Aug 07 21:44:28.577 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-07T21:44:30.028Z[ recovery-image] Aug 07 21:44:28.586 INFO O| Aug 07 21:44:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83882026-08-07T21:44:30.028Z[ recovery-image] Aug 07 21:44:28.586 INFO O| Aug 07 21:44:28.586 INFO STEP 985 (remove_files) COMPLETE
83892026-08-07T21:44:30.028Z[ recovery-image] Aug 07 21:44:28.586 INFO O| Aug 07 21:44:28.586 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-07T21:44:30.043Z[ recovery-image] Aug 07 21:44:28.601 INFO O| Aug 07 21:44:28.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83912026-08-07T21:44:30.043Z[ recovery-image] Aug 07 21:44:28.601 INFO O| Aug 07 21:44:28.601 INFO STEP 986 (remove_files) COMPLETE
83922026-08-07T21:44:30.043Z[ recovery-image] Aug 07 21:44:28.601 INFO O| Aug 07 21:44:28.601 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-07T21:44:30.049Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
83942026-08-07T21:44:30.054Z[ recovery-image] Aug 07 21:44:28.612 INFO O| Aug 07 21:44:28.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83952026-08-07T21:44:30.054Z[ recovery-image] Aug 07 21:44:28.612 INFO O| Aug 07 21:44:28.612 INFO STEP 987 (remove_files) COMPLETE
83962026-08-07T21:44:30.057Z[ recovery-image] Aug 07 21:44:28.612 INFO O| Aug 07 21:44:28.612 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-07T21:44:30.064Z[ recovery-image] Aug 07 21:44:28.622 INFO O| Aug 07 21:44:28.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83982026-08-07T21:44:30.065Z[ recovery-image] Aug 07 21:44:28.622 INFO O| Aug 07 21:44:28.622 INFO STEP 988 (remove_files) COMPLETE
83992026-08-07T21:44:30.065Z[ recovery-image] Aug 07 21:44:28.622 INFO O| Aug 07 21:44:28.622 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-07T21:44:30.076Z[ recovery-image] Aug 07 21:44:28.633 INFO O| Aug 07 21:44:28.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
84012026-08-07T21:44:30.076Z[ recovery-image] Aug 07 21:44:28.633 INFO O| Aug 07 21:44:28.633 INFO STEP 989 (remove_files) COMPLETE
84022026-08-07T21:44:30.079Z[ recovery-image] Aug 07 21:44:28.633 INFO O| Aug 07 21:44:28.633 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-07T21:44:30.086Z[ recovery-image] Aug 07 21:44:28.644 INFO O| Aug 07 21:44:28.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
84042026-08-07T21:44:30.086Z[ recovery-image] Aug 07 21:44:28.644 INFO O| Aug 07 21:44:28.644 INFO STEP 990 (remove_files) COMPLETE
84052026-08-07T21:44:30.086Z[ recovery-image] Aug 07 21:44:28.644 INFO O| Aug 07 21:44:28.644 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-07T21:44:30.095Z[ recovery-image] Aug 07 21:44:28.653 INFO O| Aug 07 21:44:28.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
84072026-08-07T21:44:30.095Z[ recovery-image] Aug 07 21:44:28.653 INFO O| Aug 07 21:44:28.653 INFO STEP 991 (remove_files) COMPLETE
84082026-08-07T21:44:30.098Z[ recovery-image] Aug 07 21:44:28.653 INFO O| Aug 07 21:44:28.653 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-07T21:44:30.104Z[ recovery-image] Aug 07 21:44:28.662 INFO O| Aug 07 21:44:28.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
84102026-08-07T21:44:30.104Z[ recovery-image] Aug 07 21:44:28.662 INFO O| Aug 07 21:44:28.662 INFO STEP 992 (remove_files) COMPLETE
84112026-08-07T21:44:30.109Z[ recovery-image] Aug 07 21:44:28.662 INFO O| Aug 07 21:44:28.662 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-07T21:44:30.113Z[ recovery-image] Aug 07 21:44:28.670 INFO O| Aug 07 21:44:28.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
84132026-08-07T21:44:30.113Z[ recovery-image] Aug 07 21:44:28.670 INFO O| Aug 07 21:44:28.670 INFO STEP 993 (remove_files) COMPLETE
84142026-08-07T21:44:30.116Z[ recovery-image] Aug 07 21:44:28.670 INFO O| Aug 07 21:44:28.670 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-07T21:44:30.121Z[ recovery-image] Aug 07 21:44:28.679 INFO O| Aug 07 21:44:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
84162026-08-07T21:44:30.121Z[ recovery-image] Aug 07 21:44:28.679 INFO O| Aug 07 21:44:28.679 INFO STEP 994 (remove_files) COMPLETE
84172026-08-07T21:44:30.121Z[ recovery-image] Aug 07 21:44:28.679 INFO O| Aug 07 21:44:28.679 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-07T21:44:30.132Z[ recovery-image] Aug 07 21:44:28.690 INFO O| Aug 07 21:44:28.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
84192026-08-07T21:44:30.133Z[ recovery-image] Aug 07 21:44:28.690 INFO O| Aug 07 21:44:28.690 INFO STEP 995 (remove_files) COMPLETE
84202026-08-07T21:44:30.133Z[ recovery-image] Aug 07 21:44:28.690 INFO O| Aug 07 21:44:28.690 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-07T21:44:30.143Z[ recovery-image] Aug 07 21:44:28.700 INFO O| Aug 07 21:44:28.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
84222026-08-07T21:44:30.143Z[ recovery-image] Aug 07 21:44:28.700 INFO O| Aug 07 21:44:28.700 INFO STEP 996 (remove_files) COMPLETE
84232026-08-07T21:44:30.143Z[ recovery-image] Aug 07 21:44:28.700 INFO O| Aug 07 21:44:28.700 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-07T21:44:30.153Z[ recovery-image] Aug 07 21:44:28.710 INFO O| Aug 07 21:44:28.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
84252026-08-07T21:44:30.153Z[ recovery-image] Aug 07 21:44:28.710 INFO O| Aug 07 21:44:28.710 INFO STEP 997 (remove_files) COMPLETE
84262026-08-07T21:44:30.153Z[ recovery-image] Aug 07 21:44:28.710 INFO O| Aug 07 21:44:28.710 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-07T21:44:30.162Z[ recovery-image] Aug 07 21:44:28.719 INFO O| Aug 07 21:44:28.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
84282026-08-07T21:44:30.162Z[ recovery-image] Aug 07 21:44:28.719 INFO O| Aug 07 21:44:28.719 INFO STEP 998 (remove_files) COMPLETE
84292026-08-07T21:44:30.162Z[ recovery-image] Aug 07 21:44:28.719 INFO O| Aug 07 21:44:28.719 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-07T21:44:30.172Z[ recovery-image] Aug 07 21:44:28.730 INFO O| Aug 07 21:44:28.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
84312026-08-07T21:44:30.172Z[ recovery-image] Aug 07 21:44:28.730 INFO O| Aug 07 21:44:28.730 INFO STEP 999 (remove_files) COMPLETE
84322026-08-07T21:44:30.172Z[ recovery-image] Aug 07 21:44:28.730 INFO O| Aug 07 21:44:28.730 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-07T21:44:30.182Z[ recovery-image] Aug 07 21:44:28.740 INFO O| Aug 07 21:44:28.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
84342026-08-07T21:44:30.182Z[ recovery-image] Aug 07 21:44:28.740 INFO O| Aug 07 21:44:28.740 INFO STEP 1000 (remove_files) COMPLETE
84352026-08-07T21:44:30.182Z[ recovery-image] Aug 07 21:44:28.740 INFO O| Aug 07 21:44:28.740 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-07T21:44:30.193Z[ recovery-image] Aug 07 21:44:28.751 INFO O| Aug 07 21:44:28.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
84372026-08-07T21:44:30.193Z[ recovery-image] Aug 07 21:44:28.751 INFO O| Aug 07 21:44:28.751 INFO STEP 1001 (remove_files) COMPLETE
84382026-08-07T21:44:30.193Z[ recovery-image] Aug 07 21:44:28.751 INFO O| Aug 07 21:44:28.751 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-07T21:44:30.203Z[ recovery-image] Aug 07 21:44:28.760 INFO O| Aug 07 21:44:28.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
84402026-08-07T21:44:30.206Z[ recovery-image] Aug 07 21:44:28.761 INFO O| Aug 07 21:44:28.761 INFO STEP 1002 (remove_files) COMPLETE
84412026-08-07T21:44:30.206Z[ recovery-image] Aug 07 21:44:28.761 INFO O| Aug 07 21:44:28.761 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-07T21:44:30.213Z[ recovery-image] Aug 07 21:44:28.770 INFO O| Aug 07 21:44:28.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84432026-08-07T21:44:30.216Z[ recovery-image] Aug 07 21:44:28.771 INFO O| Aug 07 21:44:28.771 INFO STEP 1003 (remove_files) COMPLETE
84442026-08-07T21:44:30.216Z[ recovery-image] Aug 07 21:44:28.771 INFO O| Aug 07 21:44:28.771 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-07T21:44:30.223Z[ recovery-image] Aug 07 21:44:28.781 INFO O| Aug 07 21:44:28.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84462026-08-07T21:44:30.223Z[ recovery-image] Aug 07 21:44:28.781 INFO O| Aug 07 21:44:28.781 INFO STEP 1004 (remove_files) COMPLETE
84472026-08-07T21:44:30.223Z[ recovery-image] Aug 07 21:44:28.781 INFO O| Aug 07 21:44:28.781 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-07T21:44:30.233Z[ recovery-image] Aug 07 21:44:28.790 INFO O| Aug 07 21:44:28.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84492026-08-07T21:44:30.233Z[ recovery-image] Aug 07 21:44:28.790 INFO O| Aug 07 21:44:28.790 INFO STEP 1005 (remove_files) COMPLETE
84502026-08-07T21:44:30.236Z[ recovery-image] Aug 07 21:44:28.790 INFO O| Aug 07 21:44:28.790 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-07T21:44:30.243Z[ recovery-image] Aug 07 21:44:28.800 INFO O| Aug 07 21:44:28.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84522026-08-07T21:44:30.243Z[ recovery-image] Aug 07 21:44:28.800 INFO O| Aug 07 21:44:28.800 INFO STEP 1006 (remove_files) COMPLETE
84532026-08-07T21:44:30.246Z[ recovery-image] Aug 07 21:44:28.800 INFO O| Aug 07 21:44:28.800 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-07T21:44:30.253Z[ recovery-image] Aug 07 21:44:28.810 INFO O| Aug 07 21:44:28.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84552026-08-07T21:44:30.255Z[ recovery-image] Aug 07 21:44:28.810 INFO O| Aug 07 21:44:28.810 INFO STEP 1007 (remove_files) COMPLETE
84562026-08-07T21:44:30.256Z[ recovery-image] Aug 07 21:44:28.810 INFO O| Aug 07 21:44:28.810 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-07T21:44:30.263Z[ recovery-image] Aug 07 21:44:28.820 INFO O| Aug 07 21:44:28.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84582026-08-07T21:44:30.263Z[ recovery-image] Aug 07 21:44:28.820 INFO O| Aug 07 21:44:28.820 INFO STEP 1008 (remove_files) COMPLETE
84592026-08-07T21:44:30.263Z[ recovery-image] Aug 07 21:44:28.820 INFO O| Aug 07 21:44:28.820 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-07T21:44:30.271Z[ recovery-image] Aug 07 21:44:28.829 INFO O| Aug 07 21:44:28.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84612026-08-07T21:44:30.272Z[ recovery-image] Aug 07 21:44:28.829 INFO O| Aug 07 21:44:28.829 INFO STEP 1009 (remove_files) COMPLETE
84622026-08-07T21:44:30.272Z[ recovery-image] Aug 07 21:44:28.829 INFO O| Aug 07 21:44:28.829 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-07T21:44:30.280Z[ recovery-image] Aug 07 21:44:28.838 INFO O| Aug 07 21:44:28.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84642026-08-07T21:44:30.280Z[ recovery-image] Aug 07 21:44:28.838 INFO O| Aug 07 21:44:28.838 INFO STEP 1010 (remove_files) COMPLETE
84652026-08-07T21:44:30.285Z[ recovery-image] Aug 07 21:44:28.838 INFO O| Aug 07 21:44:28.838 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-07T21:44:30.290Z[ recovery-image] Aug 07 21:44:28.847 INFO O| Aug 07 21:44:28.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84672026-08-07T21:44:30.290Z[ recovery-image] Aug 07 21:44:28.847 INFO O| Aug 07 21:44:28.847 INFO STEP 1011 (remove_files) COMPLETE
84682026-08-07T21:44:30.290Z[ recovery-image] Aug 07 21:44:28.847 INFO O| Aug 07 21:44:28.847 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-07T21:44:30.299Z[ recovery-image] Aug 07 21:44:28.857 INFO O| Aug 07 21:44:28.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84702026-08-07T21:44:30.299Z[ recovery-image] Aug 07 21:44:28.857 INFO O| Aug 07 21:44:28.857 INFO STEP 1012 (remove_files) COMPLETE
84712026-08-07T21:44:30.303Z[ recovery-image] Aug 07 21:44:28.857 INFO O| Aug 07 21:44:28.857 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-07T21:44:30.308Z[ recovery-image] Aug 07 21:44:28.866 INFO O| Aug 07 21:44:28.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84732026-08-07T21:44:30.308Z[ recovery-image] Aug 07 21:44:28.866 INFO O| Aug 07 21:44:28.866 INFO STEP 1013 (remove_files) COMPLETE
84742026-08-07T21:44:30.311Z[ recovery-image] Aug 07 21:44:28.866 INFO O| Aug 07 21:44:28.866 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-07T21:44:30.317Z[ recovery-image] Aug 07 21:44:28.874 INFO O| Aug 07 21:44:28.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84762026-08-07T21:44:30.317Z[ recovery-image] Aug 07 21:44:28.874 INFO O| Aug 07 21:44:28.874 INFO STEP 1014 (remove_files) COMPLETE
84772026-08-07T21:44:30.317Z[ recovery-image] Aug 07 21:44:28.874 INFO O| Aug 07 21:44:28.874 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-07T21:44:30.326Z[ recovery-image] Aug 07 21:44:28.883 INFO O| Aug 07 21:44:28.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84792026-08-07T21:44:30.326Z[ recovery-image] Aug 07 21:44:28.883 INFO O| Aug 07 21:44:28.883 INFO STEP 1015 (remove_files) COMPLETE
84802026-08-07T21:44:30.326Z[ recovery-image] Aug 07 21:44:28.883 INFO O| Aug 07 21:44:28.883 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-07T21:44:30.334Z[ recovery-image] Aug 07 21:44:28.891 INFO O| Aug 07 21:44:28.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84822026-08-07T21:44:30.334Z[ recovery-image] Aug 07 21:44:28.891 INFO O| Aug 07 21:44:28.891 INFO STEP 1016 (remove_files) COMPLETE
84832026-08-07T21:44:30.334Z[ recovery-image] Aug 07 21:44:28.891 INFO O| Aug 07 21:44:28.891 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-07T21:44:30.351Z[ recovery-image] Aug 07 21:44:28.900 INFO O| Aug 07 21:44:28.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84852026-08-07T21:44:30.351Z[ recovery-image] Aug 07 21:44:28.900 INFO O| Aug 07 21:44:28.900 INFO STEP 1017 (remove_files) COMPLETE
84862026-08-07T21:44:30.351Z[ recovery-image] Aug 07 21:44:28.900 INFO O| Aug 07 21:44:28.900 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-07T21:44:30.356Z[ recovery-image] Aug 07 21:44:28.908 INFO O| Aug 07 21:44:28.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84882026-08-07T21:44:30.356Z[ recovery-image] Aug 07 21:44:28.908 INFO O| Aug 07 21:44:28.908 INFO STEP 1018 (remove_files) COMPLETE
84892026-08-07T21:44:30.356Z[ recovery-image] Aug 07 21:44:28.908 INFO O| Aug 07 21:44:28.908 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-07T21:44:30.360Z[ recovery-image] Aug 07 21:44:28.918 INFO O| Aug 07 21:44:28.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84912026-08-07T21:44:30.360Z[ recovery-image] Aug 07 21:44:28.918 INFO O| Aug 07 21:44:28.918 INFO STEP 1019 (remove_files) COMPLETE
84922026-08-07T21:44:30.360Z[ recovery-image] Aug 07 21:44:28.918 INFO O| Aug 07 21:44:28.918 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-07T21:44:30.369Z[ recovery-image] Aug 07 21:44:28.926 INFO O| Aug 07 21:44:28.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84942026-08-07T21:44:30.369Z[ recovery-image] Aug 07 21:44:28.926 INFO O| Aug 07 21:44:28.926 INFO STEP 1020 (remove_files) COMPLETE
84952026-08-07T21:44:30.369Z[ recovery-image] Aug 07 21:44:28.926 INFO O| Aug 07 21:44:28.926 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-07T21:44:30.377Z[ recovery-image] Aug 07 21:44:28.934 INFO O| Aug 07 21:44:28.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84972026-08-07T21:44:30.377Z[ recovery-image] Aug 07 21:44:28.934 INFO O| Aug 07 21:44:28.934 INFO STEP 1021 (remove_files) COMPLETE
84982026-08-07T21:44:30.377Z[ recovery-image] Aug 07 21:44:28.934 INFO O| Aug 07 21:44:28.934 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-07T21:44:30.385Z[ recovery-image] Aug 07 21:44:28.943 INFO O| Aug 07 21:44:28.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
85002026-08-07T21:44:30.385Z[ recovery-image] Aug 07 21:44:28.943 INFO O| Aug 07 21:44:28.943 INFO STEP 1022 (remove_files) COMPLETE
85012026-08-07T21:44:30.385Z[ recovery-image] Aug 07 21:44:28.943 INFO O| Aug 07 21:44:28.943 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-07T21:44:30.394Z[ recovery-image] Aug 07 21:44:28.952 INFO O| Aug 07 21:44:28.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
85032026-08-07T21:44:30.397Z[ recovery-image] Aug 07 21:44:28.952 INFO O| Aug 07 21:44:28.952 INFO STEP 1023 (remove_files) COMPLETE
85042026-08-07T21:44:30.397Z[ recovery-image] Aug 07 21:44:28.952 INFO O| Aug 07 21:44:28.952 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-07T21:44:30.404Z[ recovery-image] Aug 07 21:44:28.962 INFO O| Aug 07 21:44:28.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
85062026-08-07T21:44:30.407Z[ recovery-image] Aug 07 21:44:28.963 INFO O| Aug 07 21:44:28.963 INFO STEP 1024 (remove_files) COMPLETE
85072026-08-07T21:44:30.408Z[ recovery-image] Aug 07 21:44:28.963 INFO O| Aug 07 21:44:28.963 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-07T21:44:30.414Z[ recovery-image] Aug 07 21:44:28.972 INFO O| Aug 07 21:44:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
85092026-08-07T21:44:30.414Z[ recovery-image] Aug 07 21:44:28.972 INFO O| Aug 07 21:44:28.972 INFO STEP 1025 (remove_files) COMPLETE
85102026-08-07T21:44:30.417Z[ recovery-image] Aug 07 21:44:28.972 INFO O| Aug 07 21:44:28.972 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-07T21:44:30.422Z[ recovery-image] Aug 07 21:44:28.980 INFO O| Aug 07 21:44:28.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
85122026-08-07T21:44:30.422Z[ recovery-image] Aug 07 21:44:28.980 INFO O| Aug 07 21:44:28.980 INFO STEP 1026 (remove_files) COMPLETE
85132026-08-07T21:44:30.425Z[ recovery-image] Aug 07 21:44:28.980 INFO O| Aug 07 21:44:28.980 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-07T21:44:30.431Z[ recovery-image] Aug 07 21:44:28.988 INFO O| Aug 07 21:44:28.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
85152026-08-07T21:44:30.431Z[ recovery-image] Aug 07 21:44:28.988 INFO O| Aug 07 21:44:28.988 INFO STEP 1027 (remove_files) COMPLETE
85162026-08-07T21:44:30.431Z[ recovery-image] Aug 07 21:44:28.988 INFO O| Aug 07 21:44:28.988 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-07T21:44:30.440Z[ recovery-image] Aug 07 21:44:28.997 INFO O| Aug 07 21:44:28.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
85182026-08-07T21:44:30.440Z[ recovery-image] Aug 07 21:44:28.997 INFO O| Aug 07 21:44:28.997 INFO STEP 1028 (remove_files) COMPLETE
85192026-08-07T21:44:30.442Z[ recovery-image] Aug 07 21:44:28.997 INFO O| Aug 07 21:44:28.997 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-07T21:44:30.448Z[ recovery-image] Aug 07 21:44:29.006 INFO O| Aug 07 21:44:29.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
85212026-08-07T21:44:30.448Z[ recovery-image] Aug 07 21:44:29.006 INFO O| Aug 07 21:44:29.006 INFO STEP 1029 (remove_files) COMPLETE
85222026-08-07T21:44:30.448Z[ recovery-image] Aug 07 21:44:29.006 INFO O| Aug 07 21:44:29.006 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-07T21:44:30.458Z[ recovery-image] Aug 07 21:44:29.015 INFO O| Aug 07 21:44:29.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
85242026-08-07T21:44:30.458Z[ recovery-image] Aug 07 21:44:29.015 INFO O| Aug 07 21:44:29.015 INFO STEP 1030 (remove_files) COMPLETE
85252026-08-07T21:44:30.461Z[ recovery-image] Aug 07 21:44:29.015 INFO O| Aug 07 21:44:29.015 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-07T21:44:30.467Z[ recovery-image] Aug 07 21:44:29.024 INFO O| Aug 07 21:44:29.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
85272026-08-07T21:44:30.467Z[ recovery-image] Aug 07 21:44:29.024 INFO O| Aug 07 21:44:29.024 INFO STEP 1031 (remove_files) COMPLETE
85282026-08-07T21:44:30.468Z[ recovery-image] Aug 07 21:44:29.024 INFO O| Aug 07 21:44:29.024 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-07T21:44:30.475Z[ recovery-image] Aug 07 21:44:29.032 INFO O| Aug 07 21:44:29.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
85302026-08-07T21:44:30.475Z[ recovery-image] Aug 07 21:44:29.032 INFO O| Aug 07 21:44:29.032 INFO STEP 1032 (remove_files) COMPLETE
85312026-08-07T21:44:30.475Z[ recovery-image] Aug 07 21:44:29.032 INFO O| Aug 07 21:44:29.032 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-07T21:44:30.485Z[ recovery-image] Aug 07 21:44:29.041 INFO O| Aug 07 21:44:29.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
85332026-08-07T21:44:30.485Z[ recovery-image] Aug 07 21:44:29.041 INFO O| Aug 07 21:44:29.041 INFO STEP 1033 (remove_files) COMPLETE
85342026-08-07T21:44:30.485Z[ recovery-image] Aug 07 21:44:29.041 INFO O| Aug 07 21:44:29.041 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-07T21:44:30.493Z[ recovery-image] Aug 07 21:44:29.051 INFO O| Aug 07 21:44:29.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
85362026-08-07T21:44:30.493Z[ recovery-image] Aug 07 21:44:29.051 INFO O| Aug 07 21:44:29.051 INFO STEP 1034 (remove_files) COMPLETE
85372026-08-07T21:44:30.493Z[ recovery-image] Aug 07 21:44:29.051 INFO O| Aug 07 21:44:29.051 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-07T21:44:30.501Z[ recovery-image] Aug 07 21:44:29.059 INFO O| Aug 07 21:44:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
85392026-08-07T21:44:30.501Z[ recovery-image] Aug 07 21:44:29.059 INFO O| Aug 07 21:44:29.059 INFO STEP 1035 (remove_files) COMPLETE
85402026-08-07T21:44:30.504Z[ recovery-image] Aug 07 21:44:29.059 INFO O| Aug 07 21:44:29.059 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-07T21:44:30.509Z[ recovery-image] Aug 07 21:44:29.066 INFO O| Aug 07 21:44:29.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85422026-08-07T21:44:30.509Z[ recovery-image] Aug 07 21:44:29.066 INFO O| Aug 07 21:44:29.066 INFO STEP 1036 (remove_files) COMPLETE
85432026-08-07T21:44:30.509Z[ recovery-image] Aug 07 21:44:29.066 INFO O| Aug 07 21:44:29.066 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-07T21:44:30.521Z[ recovery-image] Aug 07 21:44:29.078 INFO O| Aug 07 21:44:29.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85452026-08-07T21:44:30.521Z[ recovery-image] Aug 07 21:44:29.078 INFO O| Aug 07 21:44:29.078 INFO STEP 1037 (remove_files) COMPLETE
85462026-08-07T21:44:30.524Z[ recovery-image] Aug 07 21:44:29.078 INFO O| Aug 07 21:44:29.078 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-07T21:44:30.531Z[ recovery-image] Aug 07 21:44:29.089 INFO O| Aug 07 21:44:29.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85482026-08-07T21:44:30.531Z[ recovery-image] Aug 07 21:44:29.089 INFO O| Aug 07 21:44:29.089 INFO STEP 1038 (remove_files) COMPLETE
85492026-08-07T21:44:30.531Z[ recovery-image] Aug 07 21:44:29.089 INFO O| Aug 07 21:44:29.089 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-07T21:44:30.541Z[ recovery-image] Aug 07 21:44:29.099 INFO O| Aug 07 21:44:29.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85512026-08-07T21:44:30.541Z[ recovery-image] Aug 07 21:44:29.099 INFO O| Aug 07 21:44:29.099 INFO STEP 1039 (remove_files) COMPLETE
85522026-08-07T21:44:30.541Z[ recovery-image] Aug 07 21:44:29.099 INFO O| Aug 07 21:44:29.099 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-07T21:44:30.550Z[ recovery-image] Aug 07 21:44:29.108 INFO O| Aug 07 21:44:29.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85542026-08-07T21:44:30.550Z[ recovery-image] Aug 07 21:44:29.108 INFO O| Aug 07 21:44:29.108 INFO STEP 1040 (remove_files) COMPLETE
85552026-08-07T21:44:30.550Z[ recovery-image] Aug 07 21:44:29.108 INFO O| Aug 07 21:44:29.108 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-07T21:44:30.562Z[ recovery-image] Aug 07 21:44:29.120 INFO O| Aug 07 21:44:29.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85572026-08-07T21:44:30.562Z[ recovery-image] Aug 07 21:44:29.120 INFO O| Aug 07 21:44:29.120 INFO STEP 1041 (remove_files) COMPLETE
85582026-08-07T21:44:30.562Z[ recovery-image] Aug 07 21:44:29.120 INFO O| Aug 07 21:44:29.120 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-07T21:44:30.573Z[ recovery-image] Aug 07 21:44:29.130 INFO O| Aug 07 21:44:29.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85602026-08-07T21:44:30.573Z[ recovery-image] Aug 07 21:44:29.130 INFO O| Aug 07 21:44:29.130 INFO STEP 1042 (remove_files) COMPLETE
85612026-08-07T21:44:30.573Z[ recovery-image] Aug 07 21:44:29.130 INFO O| Aug 07 21:44:29.130 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-07T21:44:30.585Z[ recovery-image] Aug 07 21:44:29.139 INFO O| Aug 07 21:44:29.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85632026-08-07T21:44:30.585Z[ recovery-image] Aug 07 21:44:29.139 INFO O| Aug 07 21:44:29.139 INFO STEP 1043 (remove_files) COMPLETE
85642026-08-07T21:44:30.585Z[ recovery-image] Aug 07 21:44:29.139 INFO O| Aug 07 21:44:29.139 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-07T21:44:30.591Z[ recovery-image] Aug 07 21:44:29.149 INFO O| Aug 07 21:44:29.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85662026-08-07T21:44:30.591Z[ recovery-image] Aug 07 21:44:29.149 INFO O| Aug 07 21:44:29.149 INFO STEP 1044 (remove_files) COMPLETE
85672026-08-07T21:44:30.591Z[ recovery-image] Aug 07 21:44:29.149 INFO O| Aug 07 21:44:29.149 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-07T21:44:30.600Z[ recovery-image] Aug 07 21:44:29.158 INFO O| Aug 07 21:44:29.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85692026-08-07T21:44:30.600Z[ recovery-image] Aug 07 21:44:29.158 INFO O| Aug 07 21:44:29.158 INFO STEP 1045 (remove_files) COMPLETE
85702026-08-07T21:44:30.600Z[ recovery-image] Aug 07 21:44:29.158 INFO O| Aug 07 21:44:29.158 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-07T21:44:30.609Z[ recovery-image] Aug 07 21:44:29.166 INFO O| Aug 07 21:44:29.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85722026-08-07T21:44:30.609Z[ recovery-image] Aug 07 21:44:29.166 INFO O| Aug 07 21:44:29.166 INFO STEP 1046 (remove_files) COMPLETE
85732026-08-07T21:44:30.612Z[ recovery-image] Aug 07 21:44:29.166 INFO O| Aug 07 21:44:29.166 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-07T21:44:30.618Z[ recovery-image] Aug 07 21:44:29.175 INFO O| Aug 07 21:44:29.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85752026-08-07T21:44:30.618Z[ recovery-image] Aug 07 21:44:29.175 INFO O| Aug 07 21:44:29.175 INFO STEP 1047 (remove_files) COMPLETE
85762026-08-07T21:44:30.623Z[ recovery-image] Aug 07 21:44:29.175 INFO O| Aug 07 21:44:29.175 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-07T21:44:30.627Z[ recovery-image] Aug 07 21:44:29.184 INFO O| Aug 07 21:44:29.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85782026-08-07T21:44:30.627Z[ recovery-image] Aug 07 21:44:29.184 INFO O| Aug 07 21:44:29.184 INFO STEP 1048 (remove_files) COMPLETE
85792026-08-07T21:44:30.631Z[ recovery-image] Aug 07 21:44:29.184 INFO O| Aug 07 21:44:29.184 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-07T21:44:30.636Z[ recovery-image] Aug 07 21:44:29.194 INFO O| Aug 07 21:44:29.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85812026-08-07T21:44:30.639Z[ recovery-image] Aug 07 21:44:29.194 INFO O| Aug 07 21:44:29.194 INFO STEP 1049 (remove_files) COMPLETE
85822026-08-07T21:44:30.639Z[ recovery-image] Aug 07 21:44:29.194 INFO O| Aug 07 21:44:29.194 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-07T21:44:30.645Z[ recovery-image] Aug 07 21:44:29.203 INFO O| Aug 07 21:44:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85842026-08-07T21:44:30.645Z[ recovery-image] Aug 07 21:44:29.203 INFO O| Aug 07 21:44:29.203 INFO STEP 1050 (remove_files) COMPLETE
85852026-08-07T21:44:30.648Z[ recovery-image] Aug 07 21:44:29.203 INFO O| Aug 07 21:44:29.203 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-07T21:44:30.654Z[ recovery-image] Aug 07 21:44:29.212 INFO O| Aug 07 21:44:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85872026-08-07T21:44:30.654Z[ recovery-image] Aug 07 21:44:29.212 INFO O| Aug 07 21:44:29.212 INFO STEP 1051 (remove_files) COMPLETE
85882026-08-07T21:44:30.657Z[ recovery-image] Aug 07 21:44:29.212 INFO O| Aug 07 21:44:29.212 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-07T21:44:30.664Z[ recovery-image] Aug 07 21:44:29.221 INFO O| Aug 07 21:44:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85902026-08-07T21:44:30.664Z[ recovery-image] Aug 07 21:44:29.221 INFO O| Aug 07 21:44:29.221 INFO STEP 1052 (remove_files) COMPLETE
85912026-08-07T21:44:30.664Z[ recovery-image] Aug 07 21:44:29.221 INFO O| Aug 07 21:44:29.221 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-07T21:44:30.673Z[ recovery-image] Aug 07 21:44:29.231 INFO O| Aug 07 21:44:29.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85932026-08-07T21:44:30.673Z[ recovery-image] Aug 07 21:44:29.231 INFO O| Aug 07 21:44:29.231 INFO STEP 1053 (remove_files) COMPLETE
85942026-08-07T21:44:30.673Z[ recovery-image] Aug 07 21:44:29.231 INFO O| Aug 07 21:44:29.231 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-07T21:44:30.699Z[ recovery-image] Aug 07 21:44:29.256 INFO O| Aug 07 21:44:29.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85962026-08-07T21:44:30.699Z[ recovery-image] Aug 07 21:44:29.256 INFO O| Aug 07 21:44:29.256 INFO STEP 1054 (remove_files) COMPLETE
85972026-08-07T21:44:30.703Z[ recovery-image] Aug 07 21:44:29.256 INFO O| Aug 07 21:44:29.256 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-07T21:44:30.710Z[ recovery-image] Aug 07 21:44:29.268 INFO O| Aug 07 21:44:29.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85992026-08-07T21:44:30.710Z[ recovery-image] Aug 07 21:44:29.268 INFO O| Aug 07 21:44:29.268 INFO STEP 1055 (remove_files) COMPLETE
86002026-08-07T21:44:30.713Z[ recovery-image] Aug 07 21:44:29.268 INFO O| Aug 07 21:44:29.268 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-07T21:44:30.721Z[ recovery-image] Aug 07 21:44:29.278 INFO O| Aug 07 21:44:29.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
86022026-08-07T21:44:30.721Z[ recovery-image] Aug 07 21:44:29.279 INFO O| Aug 07 21:44:29.278 INFO STEP 1056 (remove_files) COMPLETE
86032026-08-07T21:44:30.721Z[ recovery-image] Aug 07 21:44:29.279 INFO O| Aug 07 21:44:29.278 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-07T21:44:30.733Z[ recovery-image] Aug 07 21:44:29.289 INFO O| Aug 07 21:44:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
86052026-08-07T21:44:30.733Z[ recovery-image] Aug 07 21:44:29.289 INFO O| Aug 07 21:44:29.289 INFO STEP 1057 (remove_files) COMPLETE
86062026-08-07T21:44:30.733Z[ recovery-image] Aug 07 21:44:29.289 INFO O| Aug 07 21:44:29.289 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-07T21:44:30.740Z[ recovery-image] Aug 07 21:44:29.298 INFO O| Aug 07 21:44:29.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
86082026-08-07T21:44:30.740Z[ recovery-image] Aug 07 21:44:29.298 INFO O| Aug 07 21:44:29.298 INFO STEP 1058 (remove_files) COMPLETE
86092026-08-07T21:44:30.740Z[ recovery-image] Aug 07 21:44:29.298 INFO O| Aug 07 21:44:29.298 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-07T21:44:30.749Z[ recovery-image] Aug 07 21:44:29.306 INFO O| Aug 07 21:44:29.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
86112026-08-07T21:44:30.749Z[ recovery-image] Aug 07 21:44:29.306 INFO O| Aug 07 21:44:29.306 INFO STEP 1059 (remove_files) COMPLETE
86122026-08-07T21:44:30.749Z[ recovery-image] Aug 07 21:44:29.306 INFO O| Aug 07 21:44:29.306 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-07T21:44:30.759Z[ recovery-image] Aug 07 21:44:29.317 INFO O| Aug 07 21:44:29.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
86142026-08-07T21:44:30.759Z[ recovery-image] Aug 07 21:44:29.317 INFO O| Aug 07 21:44:29.317 INFO STEP 1060 (remove_files) COMPLETE
86152026-08-07T21:44:30.759Z[ recovery-image] Aug 07 21:44:29.317 INFO O| Aug 07 21:44:29.317 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-07T21:44:30.769Z[ recovery-image] Aug 07 21:44:29.326 INFO O| Aug 07 21:44:29.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
86172026-08-07T21:44:30.769Z[ recovery-image] Aug 07 21:44:29.326 INFO O| Aug 07 21:44:29.326 INFO STEP 1061 (remove_files) COMPLETE
86182026-08-07T21:44:30.769Z[ recovery-image] Aug 07 21:44:29.326 INFO O| Aug 07 21:44:29.326 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-07T21:44:30.778Z[ recovery-image] Aug 07 21:44:29.335 INFO O| Aug 07 21:44:29.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
86202026-08-07T21:44:30.778Z[ recovery-image] Aug 07 21:44:29.335 INFO O| Aug 07 21:44:29.335 INFO STEP 1062 (remove_files) COMPLETE
86212026-08-07T21:44:30.778Z[ recovery-image] Aug 07 21:44:29.335 INFO O| Aug 07 21:44:29.335 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-07T21:44:30.787Z[ recovery-image] Aug 07 21:44:29.344 INFO O| Aug 07 21:44:29.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
86232026-08-07T21:44:30.787Z[ recovery-image] Aug 07 21:44:29.344 INFO O| Aug 07 21:44:29.344 INFO STEP 1063 (remove_files) COMPLETE
86242026-08-07T21:44:30.787Z[ recovery-image] Aug 07 21:44:29.344 INFO O| Aug 07 21:44:29.344 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-07T21:44:30.797Z[ recovery-image] Aug 07 21:44:29.354 INFO O| Aug 07 21:44:29.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
86262026-08-07T21:44:30.797Z[ recovery-image] Aug 07 21:44:29.354 INFO O| Aug 07 21:44:29.354 INFO STEP 1064 (remove_files) COMPLETE
86272026-08-07T21:44:30.797Z[ recovery-image] Aug 07 21:44:29.354 INFO O| Aug 07 21:44:29.354 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-07T21:44:30.806Z[ recovery-image] Aug 07 21:44:29.364 INFO O| Aug 07 21:44:29.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
86292026-08-07T21:44:30.806Z[ recovery-image] Aug 07 21:44:29.364 INFO O| Aug 07 21:44:29.364 INFO STEP 1065 (remove_files) COMPLETE
86302026-08-07T21:44:30.807Z[ recovery-image] Aug 07 21:44:29.364 INFO O| Aug 07 21:44:29.364 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-07T21:44:30.815Z[ recovery-image] Aug 07 21:44:29.372 INFO O| Aug 07 21:44:29.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
86322026-08-07T21:44:30.815Z[ recovery-image] Aug 07 21:44:29.372 INFO O| Aug 07 21:44:29.372 INFO STEP 1066 (remove_files) COMPLETE
86332026-08-07T21:44:30.815Z[ recovery-image] Aug 07 21:44:29.372 INFO O| Aug 07 21:44:29.372 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-07T21:44:30.823Z[ recovery-image] Aug 07 21:44:29.381 INFO O| Aug 07 21:44:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
86352026-08-07T21:44:30.823Z[ recovery-image] Aug 07 21:44:29.381 INFO O| Aug 07 21:44:29.381 INFO STEP 1067 (remove_files) COMPLETE
86362026-08-07T21:44:30.823Z[ recovery-image] Aug 07 21:44:29.381 INFO O| Aug 07 21:44:29.381 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-07T21:44:30.833Z[ recovery-image] Aug 07 21:44:29.389 INFO O| Aug 07 21:44:29.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
86382026-08-07T21:44:30.833Z[ recovery-image] Aug 07 21:44:29.389 INFO O| Aug 07 21:44:29.389 INFO STEP 1068 (remove_files) COMPLETE
86392026-08-07T21:44:30.833Z[ recovery-image] Aug 07 21:44:29.389 INFO O| Aug 07 21:44:29.389 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-07T21:44:30.840Z[ recovery-image] Aug 07 21:44:29.397 INFO O| Aug 07 21:44:29.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86412026-08-07T21:44:30.840Z[ recovery-image] Aug 07 21:44:29.398 INFO O| Aug 07 21:44:29.398 INFO STEP 1069 (remove_files) COMPLETE
86422026-08-07T21:44:30.840Z[ recovery-image] Aug 07 21:44:29.398 INFO O| Aug 07 21:44:29.398 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-07T21:44:30.850Z[ recovery-image] Aug 07 21:44:29.408 INFO O| Aug 07 21:44:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86442026-08-07T21:44:30.850Z[ recovery-image] Aug 07 21:44:29.408 INFO O| Aug 07 21:44:29.408 INFO STEP 1070 (remove_files) COMPLETE
86452026-08-07T21:44:30.850Z[ recovery-image] Aug 07 21:44:29.408 INFO O| Aug 07 21:44:29.408 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-07T21:44:30.861Z[ recovery-image] Aug 07 21:44:29.418 INFO O| Aug 07 21:44:29.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86472026-08-07T21:44:30.861Z[ recovery-image] Aug 07 21:44:29.419 INFO O| Aug 07 21:44:29.419 INFO STEP 1071 (remove_files) COMPLETE
86482026-08-07T21:44:30.865Z[ recovery-image] Aug 07 21:44:29.419 INFO O| Aug 07 21:44:29.419 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-07T21:44:30.872Z[ recovery-image] Aug 07 21:44:29.429 INFO O| Aug 07 21:44:29.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86502026-08-07T21:44:30.872Z[ recovery-image] Aug 07 21:44:29.429 INFO O| Aug 07 21:44:29.429 INFO STEP 1072 (remove_files) COMPLETE
86512026-08-07T21:44:30.872Z[ recovery-image] Aug 07 21:44:29.429 INFO O| Aug 07 21:44:29.429 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-07T21:44:30.882Z[ recovery-image] Aug 07 21:44:29.440 INFO O| Aug 07 21:44:29.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86532026-08-07T21:44:30.882Z[ recovery-image] Aug 07 21:44:29.440 INFO O| Aug 07 21:44:29.440 INFO STEP 1073 (remove_files) COMPLETE
86542026-08-07T21:44:30.882Z[ recovery-image] Aug 07 21:44:29.440 INFO O| Aug 07 21:44:29.440 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-07T21:44:30.891Z[ recovery-image] Aug 07 21:44:29.448 INFO O| Aug 07 21:44:29.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86562026-08-07T21:44:30.891Z[ recovery-image] Aug 07 21:44:29.448 INFO O| Aug 07 21:44:29.448 INFO STEP 1074 (remove_files) COMPLETE
86572026-08-07T21:44:30.891Z[ recovery-image] Aug 07 21:44:29.448 INFO O| Aug 07 21:44:29.448 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-07T21:44:30.899Z[ recovery-image] Aug 07 21:44:29.457 INFO O| Aug 07 21:44:29.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86592026-08-07T21:44:30.899Z[ recovery-image] Aug 07 21:44:29.457 INFO O| Aug 07 21:44:29.457 INFO STEP 1075 (remove_files) COMPLETE
86602026-08-07T21:44:30.902Z[ recovery-image] Aug 07 21:44:29.457 INFO O| Aug 07 21:44:29.457 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-07T21:44:30.909Z[ recovery-image] Aug 07 21:44:29.467 INFO O| Aug 07 21:44:29.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86622026-08-07T21:44:30.909Z[ recovery-image] Aug 07 21:44:29.467 INFO O| Aug 07 21:44:29.467 INFO STEP 1076 (remove_files) COMPLETE
86632026-08-07T21:44:30.909Z[ recovery-image] Aug 07 21:44:29.467 INFO O| Aug 07 21:44:29.467 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-07T21:44:30.918Z[ recovery-image] Aug 07 21:44:29.476 INFO O| Aug 07 21:44:29.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86652026-08-07T21:44:30.918Z[ recovery-image] Aug 07 21:44:29.476 INFO O| Aug 07 21:44:29.476 INFO STEP 1077 (remove_files) COMPLETE
86662026-08-07T21:44:30.918Z[ recovery-image] Aug 07 21:44:29.476 INFO O| Aug 07 21:44:29.476 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-07T21:44:30.927Z[ recovery-image] Aug 07 21:44:29.485 INFO O| Aug 07 21:44:29.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86682026-08-07T21:44:30.927Z[ recovery-image] Aug 07 21:44:29.485 INFO O| Aug 07 21:44:29.485 INFO STEP 1078 (remove_files) COMPLETE
86692026-08-07T21:44:30.927Z[ recovery-image] Aug 07 21:44:29.485 INFO O| Aug 07 21:44:29.485 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-07T21:44:30.936Z[ recovery-image] Aug 07 21:44:29.493 INFO O| Aug 07 21:44:29.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86712026-08-07T21:44:30.936Z[ recovery-image] Aug 07 21:44:29.493 INFO O| Aug 07 21:44:29.493 INFO STEP 1079 (remove_files) COMPLETE
86722026-08-07T21:44:30.936Z[ recovery-image] Aug 07 21:44:29.493 INFO O| Aug 07 21:44:29.493 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-07T21:44:30.945Z[ recovery-image] Aug 07 21:44:29.503 INFO O| Aug 07 21:44:29.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86742026-08-07T21:44:30.945Z[ recovery-image] Aug 07 21:44:29.503 INFO O| Aug 07 21:44:29.503 INFO STEP 1080 (remove_files) COMPLETE
86752026-08-07T21:44:30.949Z[ recovery-image] Aug 07 21:44:29.503 INFO O| Aug 07 21:44:29.503 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-07T21:44:30.956Z[ recovery-image] Aug 07 21:44:29.513 INFO O| Aug 07 21:44:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86772026-08-07T21:44:30.956Z[ recovery-image] Aug 07 21:44:29.513 INFO O| Aug 07 21:44:29.513 INFO STEP 1081 (remove_files) COMPLETE
86782026-08-07T21:44:30.956Z[ recovery-image] Aug 07 21:44:29.513 INFO O| Aug 07 21:44:29.513 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-07T21:44:30.966Z[ recovery-image] Aug 07 21:44:29.523 INFO O| Aug 07 21:44:29.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86802026-08-07T21:44:30.966Z[ recovery-image] Aug 07 21:44:29.523 INFO O| Aug 07 21:44:29.523 INFO STEP 1082 (remove_files) COMPLETE
86812026-08-07T21:44:30.969Z[ recovery-image] Aug 07 21:44:29.523 INFO O| Aug 07 21:44:29.523 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-07T21:44:30.984Z[ recovery-image] Aug 07 21:44:29.541 INFO O| Aug 07 21:44:29.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86832026-08-07T21:44:30.984Z[ recovery-image] Aug 07 21:44:29.541 INFO O| Aug 07 21:44:29.541 INFO STEP 1083 (remove_files) COMPLETE
86842026-08-07T21:44:30.984Z[ recovery-image] Aug 07 21:44:29.541 INFO O| Aug 07 21:44:29.541 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-07T21:44:30.998Z[ recovery-image] Aug 07 21:44:29.551 INFO O| Aug 07 21:44:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86862026-08-07T21:44:30.998Z[ recovery-image] Aug 07 21:44:29.551 INFO O| Aug 07 21:44:29.551 INFO STEP 1084 (remove_files) COMPLETE
86872026-08-07T21:44:30.998Z[ recovery-image] Aug 07 21:44:29.551 INFO O| Aug 07 21:44:29.551 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-07T21:44:31.004Z[ recovery-image] Aug 07 21:44:29.560 INFO O| Aug 07 21:44:29.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86892026-08-07T21:44:31.004Z[ recovery-image] Aug 07 21:44:29.561 INFO O| Aug 07 21:44:29.561 INFO STEP 1085 (remove_files) COMPLETE
86902026-08-07T21:44:31.004Z[ recovery-image] Aug 07 21:44:29.561 INFO O| Aug 07 21:44:29.561 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-07T21:44:31.014Z[ recovery-image] Aug 07 21:44:29.571 INFO O| Aug 07 21:44:29.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86922026-08-07T21:44:31.014Z[ recovery-image] Aug 07 21:44:29.571 INFO O| Aug 07 21:44:29.571 INFO STEP 1086 (remove_files) COMPLETE
86932026-08-07T21:44:31.014Z[ recovery-image] Aug 07 21:44:29.571 INFO O| Aug 07 21:44:29.571 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-07T21:44:31.022Z[ recovery-image] Aug 07 21:44:29.580 INFO O| Aug 07 21:44:29.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86952026-08-07T21:44:31.022Z[ recovery-image] Aug 07 21:44:29.580 INFO O| Aug 07 21:44:29.580 INFO STEP 1087 (remove_files) COMPLETE
86962026-08-07T21:44:31.022Z[ recovery-image] Aug 07 21:44:29.580 INFO O| Aug 07 21:44:29.580 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-07T21:44:31.030Z[ recovery-image] Aug 07 21:44:29.587 INFO O| Aug 07 21:44:29.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86982026-08-07T21:44:31.030Z[ recovery-image] Aug 07 21:44:29.587 INFO O| Aug 07 21:44:29.587 INFO STEP 1088 (remove_files) COMPLETE
86992026-08-07T21:44:31.030Z[ recovery-image] Aug 07 21:44:29.587 INFO O| Aug 07 21:44:29.587 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-07T21:44:31.038Z[ recovery-image] Aug 07 21:44:29.595 INFO O| Aug 07 21:44:29.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
87012026-08-07T21:44:31.038Z[ recovery-image] Aug 07 21:44:29.595 INFO O| Aug 07 21:44:29.595 INFO STEP 1089 (remove_files) COMPLETE
87022026-08-07T21:44:31.041Z[ recovery-image] Aug 07 21:44:29.595 INFO O| Aug 07 21:44:29.595 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-07T21:44:31.047Z[ recovery-image] Aug 07 21:44:29.604 INFO O| Aug 07 21:44:29.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
87042026-08-07T21:44:31.047Z[ recovery-image] Aug 07 21:44:29.604 INFO O| Aug 07 21:44:29.604 INFO STEP 1090 (remove_files) COMPLETE
87052026-08-07T21:44:31.051Z[ recovery-image] Aug 07 21:44:29.604 INFO O| Aug 07 21:44:29.604 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-08-07T21:44:31.054Z[ recovery-image] Aug 07 21:44:29.612 INFO O| Aug 07 21:44:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
87072026-08-07T21:44:31.054Z[ recovery-image] Aug 07 21:44:29.612 INFO O| Aug 07 21:44:29.612 INFO STEP 1091 (remove_files) COMPLETE
87082026-08-07T21:44:31.054Z[ recovery-image] Aug 07 21:44:29.612 INFO O| Aug 07 21:44:29.612 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-08-07T21:44:31.066Z[ recovery-image] Aug 07 21:44:29.623 INFO O| Aug 07 21:44:29.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
87102026-08-07T21:44:31.066Z[ recovery-image] Aug 07 21:44:29.623 INFO O| Aug 07 21:44:29.623 INFO STEP 1092 (remove_files) COMPLETE
87112026-08-07T21:44:31.066Z[ recovery-image] Aug 07 21:44:29.623 INFO O| Aug 07 21:44:29.623 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-08-07T21:44:31.076Z[ recovery-image] Aug 07 21:44:29.633 INFO O| Aug 07 21:44:29.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
87132026-08-07T21:44:31.076Z[ recovery-image] Aug 07 21:44:29.633 INFO O| Aug 07 21:44:29.633 INFO STEP 1093 (remove_files) COMPLETE
87142026-08-07T21:44:31.076Z[ recovery-image] Aug 07 21:44:29.633 INFO O| Aug 07 21:44:29.633 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-08-07T21:44:31.086Z[ recovery-image] Aug 07 21:44:29.643 INFO O| Aug 07 21:44:29.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
87162026-08-07T21:44:31.086Z[ recovery-image] Aug 07 21:44:29.643 INFO O| Aug 07 21:44:29.643 INFO STEP 1094 (remove_files) COMPLETE
87172026-08-07T21:44:31.089Z[ recovery-image] Aug 07 21:44:29.643 INFO O| Aug 07 21:44:29.643 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-08-07T21:44:31.101Z[ recovery-image] Aug 07 21:44:29.659 INFO O| Aug 07 21:44:29.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
87192026-08-07T21:44:31.101Z[ recovery-image] Aug 07 21:44:29.659 INFO O| Aug 07 21:44:29.659 INFO STEP 1095 (remove_files) COMPLETE
87202026-08-07T21:44:31.101Z[ recovery-image] Aug 07 21:44:29.659 INFO O| Aug 07 21:44:29.659 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-08-07T21:44:31.112Z[ recovery-image] Aug 07 21:44:29.669 INFO O| Aug 07 21:44:29.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
87222026-08-07T21:44:31.112Z[ recovery-image] Aug 07 21:44:29.669 INFO O| Aug 07 21:44:29.669 INFO STEP 1096 (remove_files) COMPLETE
87232026-08-07T21:44:31.115Z[ recovery-image] Aug 07 21:44:29.669 INFO O| Aug 07 21:44:29.669 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-08-07T21:44:31.121Z[ recovery-image] Aug 07 21:44:29.678 INFO O| Aug 07 21:44:29.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
87252026-08-07T21:44:31.121Z[ recovery-image] Aug 07 21:44:29.678 INFO O| Aug 07 21:44:29.678 INFO STEP 1097 (remove_files) COMPLETE
87262026-08-07T21:44:31.124Z[ recovery-image] Aug 07 21:44:29.678 INFO O| Aug 07 21:44:29.678 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-08-07T21:44:31.130Z[ recovery-image] Aug 07 21:44:29.687 INFO O| Aug 07 21:44:29.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
87282026-08-07T21:44:31.130Z[ recovery-image] Aug 07 21:44:29.687 INFO O| Aug 07 21:44:29.687 INFO STEP 1098 (remove_files) COMPLETE
87292026-08-07T21:44:31.130Z[ recovery-image] Aug 07 21:44:29.687 INFO O| Aug 07 21:44:29.687 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-08-07T21:44:31.139Z[ recovery-image] Aug 07 21:44:29.696 INFO O| Aug 07 21:44:29.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
87312026-08-07T21:44:31.139Z[ recovery-image] Aug 07 21:44:29.696 INFO O| Aug 07 21:44:29.696 INFO STEP 1099 (remove_files) COMPLETE
87322026-08-07T21:44:31.139Z[ recovery-image] Aug 07 21:44:29.696 INFO O| Aug 07 21:44:29.696 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-08-07T21:44:31.147Z[ recovery-image] Aug 07 21:44:29.705 INFO O| Aug 07 21:44:29.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
87342026-08-07T21:44:31.147Z[ recovery-image] Aug 07 21:44:29.705 INFO O| Aug 07 21:44:29.705 INFO STEP 1100 (remove_files) COMPLETE
87352026-08-07T21:44:31.147Z[ recovery-image] Aug 07 21:44:29.705 INFO O| Aug 07 21:44:29.705 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-08-07T21:44:31.156Z[ recovery-image] Aug 07 21:44:29.714 INFO O| Aug 07 21:44:29.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
87372026-08-07T21:44:31.156Z[ recovery-image] Aug 07 21:44:29.714 INFO O| Aug 07 21:44:29.714 INFO STEP 1101 (remove_files) COMPLETE
87382026-08-07T21:44:31.159Z[ recovery-image] Aug 07 21:44:29.714 INFO O| Aug 07 21:44:29.714 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-08-07T21:44:31.168Z[ recovery-image] Aug 07 21:44:29.725 INFO O| Aug 07 21:44:29.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87402026-08-07T21:44:31.168Z[ recovery-image] Aug 07 21:44:29.725 INFO O| Aug 07 21:44:29.725 INFO STEP 1102 (remove_files) COMPLETE
87412026-08-07T21:44:31.168Z[ recovery-image] Aug 07 21:44:29.725 INFO O| Aug 07 21:44:29.725 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-08-07T21:44:31.178Z[ recovery-image] Aug 07 21:44:29.735 INFO O| Aug 07 21:44:29.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87432026-08-07T21:44:31.178Z[ recovery-image] Aug 07 21:44:29.735 INFO O| Aug 07 21:44:29.735 INFO STEP 1103 (remove_files) COMPLETE
87442026-08-07T21:44:31.178Z[ recovery-image] Aug 07 21:44:29.735 INFO O| Aug 07 21:44:29.735 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-08-07T21:44:31.187Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87462026-08-07T21:44:31.190Z[ recovery-image] Aug 07 21:44:29.747 INFO O| Aug 07 21:44:29.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87472026-08-07T21:44:31.190Z[ recovery-image] Aug 07 21:44:29.747 INFO O| Aug 07 21:44:29.747 INFO STEP 1104 (remove_files) COMPLETE
87482026-08-07T21:44:31.190Z[ recovery-image] Aug 07 21:44:29.747 INFO O| Aug 07 21:44:29.747 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87492026-08-07T21:44:31.200Z[ recovery-image] Aug 07 21:44:29.757 INFO O| Aug 07 21:44:29.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87502026-08-07T21:44:31.200Z[ recovery-image] Aug 07 21:44:29.757 INFO O| Aug 07 21:44:29.757 INFO STEP 1105 (remove_files) COMPLETE
87512026-08-07T21:44:31.203Z[ recovery-image] Aug 07 21:44:29.757 INFO O| Aug 07 21:44:29.757 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87522026-08-07T21:44:31.211Z[ recovery-image] Aug 07 21:44:29.768 INFO O| Aug 07 21:44:29.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87532026-08-07T21:44:31.211Z[ recovery-image] Aug 07 21:44:29.768 INFO O| Aug 07 21:44:29.768 INFO STEP 1106 (remove_files) COMPLETE
87542026-08-07T21:44:31.211Z[ recovery-image] Aug 07 21:44:29.768 INFO O| Aug 07 21:44:29.768 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-08-07T21:44:31.222Z[ recovery-image] Aug 07 21:44:29.779 INFO O| Aug 07 21:44:29.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87562026-08-07T21:44:31.222Z[ recovery-image] Aug 07 21:44:29.779 INFO O| Aug 07 21:44:29.779 INFO STEP 1107 (remove_files) COMPLETE
87572026-08-07T21:44:31.222Z[ recovery-image] Aug 07 21:44:29.779 INFO O| Aug 07 21:44:29.779 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-08-07T21:44:31.231Z[ recovery-image] Aug 07 21:44:29.789 INFO O| Aug 07 21:44:29.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87592026-08-07T21:44:31.231Z[ recovery-image] Aug 07 21:44:29.789 INFO O| Aug 07 21:44:29.789 INFO STEP 1108 (remove_files) COMPLETE
87602026-08-07T21:44:31.231Z[ recovery-image] Aug 07 21:44:29.789 INFO O| Aug 07 21:44:29.789 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-08-07T21:44:31.241Z[ recovery-image] Aug 07 21:44:29.799 INFO O| Aug 07 21:44:29.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87622026-08-07T21:44:31.241Z[ recovery-image] Aug 07 21:44:29.799 INFO O| Aug 07 21:44:29.799 INFO STEP 1109 (remove_files) COMPLETE
87632026-08-07T21:44:31.244Z[ recovery-image] Aug 07 21:44:29.799 INFO O| Aug 07 21:44:29.799 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-08-07T21:44:31.251Z[ recovery-image] Aug 07 21:44:29.808 INFO O| Aug 07 21:44:29.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87652026-08-07T21:44:31.251Z[ recovery-image] Aug 07 21:44:29.808 INFO O| Aug 07 21:44:29.808 INFO STEP 1110 (remove_files) COMPLETE
87662026-08-07T21:44:31.251Z[ recovery-image] Aug 07 21:44:29.808 INFO O| Aug 07 21:44:29.808 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-08-07T21:44:31.261Z[ recovery-image] Aug 07 21:44:29.818 INFO O| Aug 07 21:44:29.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87682026-08-07T21:44:31.261Z[ recovery-image] Aug 07 21:44:29.818 INFO O| Aug 07 21:44:29.818 INFO STEP 1111 (remove_files) COMPLETE
87692026-08-07T21:44:31.264Z[ recovery-image] Aug 07 21:44:29.818 INFO O| Aug 07 21:44:29.818 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-08-07T21:44:31.271Z[ recovery-image] Aug 07 21:44:29.827 INFO O| Aug 07 21:44:29.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87712026-08-07T21:44:31.271Z[ recovery-image] Aug 07 21:44:29.827 INFO O| Aug 07 21:44:29.827 INFO STEP 1112 (remove_files) COMPLETE
87722026-08-07T21:44:31.271Z[ recovery-image] Aug 07 21:44:29.827 INFO O| Aug 07 21:44:29.827 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-08-07T21:44:31.279Z[ recovery-image] Aug 07 21:44:29.836 INFO O| Aug 07 21:44:29.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87742026-08-07T21:44:31.279Z[ recovery-image] Aug 07 21:44:29.836 INFO O| Aug 07 21:44:29.836 INFO STEP 1113 (remove_files) COMPLETE
87752026-08-07T21:44:31.279Z[ recovery-image] Aug 07 21:44:29.836 INFO O| Aug 07 21:44:29.836 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-08-07T21:44:31.288Z[ recovery-image] Aug 07 21:44:29.846 INFO O| Aug 07 21:44:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87772026-08-07T21:44:31.288Z[ recovery-image] Aug 07 21:44:29.846 INFO O| Aug 07 21:44:29.846 INFO STEP 1114 (remove_files) COMPLETE
87782026-08-07T21:44:31.288Z[ recovery-image] Aug 07 21:44:29.846 INFO O| Aug 07 21:44:29.846 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-08-07T21:44:31.297Z[ recovery-image] Aug 07 21:44:29.855 INFO O| Aug 07 21:44:29.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87802026-08-07T21:44:31.297Z[ recovery-image] Aug 07 21:44:29.855 INFO O| Aug 07 21:44:29.855 INFO STEP 1115 (remove_files) COMPLETE
87812026-08-07T21:44:31.297Z[ recovery-image] Aug 07 21:44:29.855 INFO O| Aug 07 21:44:29.855 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-08-07T21:44:31.307Z[ recovery-image] Aug 07 21:44:29.865 INFO O| Aug 07 21:44:29.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87832026-08-07T21:44:31.307Z[ recovery-image] Aug 07 21:44:29.865 INFO O| Aug 07 21:44:29.865 INFO STEP 1116 (remove_files) COMPLETE
87842026-08-07T21:44:31.307Z[ recovery-image] Aug 07 21:44:29.865 INFO O| Aug 07 21:44:29.865 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-08-07T21:44:31.317Z[ recovery-image] Aug 07 21:44:29.875 INFO O| Aug 07 21:44:29.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87862026-08-07T21:44:31.317Z[ host-image] Aug 07 21:44:29.875 INFO O| adding properties...
87872026-08-07T21:44:31.317Z[ recovery-image] Aug 07 21:44:29.875 INFO O| Aug 07 21:44:29.875 INFO STEP 1117 (remove_files) COMPLETE
87882026-08-07T21:44:31.320Z[ recovery-image] Aug 07 21:44:29.875 INFO O| Aug 07 21:44:29.875 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87892026-08-07T21:44:31.332Z[ recovery-image] Aug 07 21:44:29.890 INFO O| Aug 07 21:44:29.890 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87902026-08-07T21:44:31.332Z[ recovery-image] Aug 07 21:44:29.890 INFO O| Aug 07 21:44:29.890 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87912026-08-07T21:44:31.370Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87922026-08-07T21:44:31.500Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87932026-08-07T21:44:31.635Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87942026-08-07T21:44:31.662Z[verify-libraries] Compiling yansi v1.0.1
87952026-08-07T21:44:31.813Z[verify-libraries] Compiling parse-size v1.1.0
87962026-08-07T21:44:32.123Z[ recovery-image] Aug 07 21:44:30.680 INFO O| Aug 07 21:44:30.679 INFO STEP 1118 (pack_tar) COMPLETE
87972026-08-07T21:44:32.123Z[ recovery-image] Aug 07 21:44:30.680 INFO O| Aug 07 21:44:30.680 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87982026-08-07T21:44:32.123Z[ recovery-image] Aug 07 21:44:30.680 INFO O| Aug 07 21:44:30.680 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87992026-08-07T21:44:32.186Z[verify-libraries] Compiling pretty_assertions v1.4.1
88002026-08-07T21:44:32.272Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88012026-08-07T21:44:32.602Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
88022026-08-07T21:44:32.685Z[ recovery-image] Aug 07 21:44:31.242 INFO O| Aug 07 21:44:31.242 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
88032026-08-07T21:44:32.745Z[ host-image] Aug 07 21:44:31.301 INFO O| installing packages...
88042026-08-07T21:44:32.836Z[ recovery-image] Aug 07 21:44:31.391 INFO O| Aug 07 21:44:31.390 INFO completed processing sled/ramdisk-03-recovery-trim
88052026-08-07T21:44:32.839Z[ recovery-image] Aug 07 21:44:31.394 INFO image builder template: zfs-recovery...
88062026-08-07T21:44:32.839Z[ recovery-image] Aug 07 21:44:31.394 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/.tmpLk9YQa/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "zfs-recovery"], pwd: None
88072026-08-07T21:44:32.867Z[ recovery-image] Aug 07 21:44:31.424 INFO O| Aug 07 21:44:31.423 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
88082026-08-07T21:44:32.871Z[ recovery-image] Aug 07 21:44:31.428 INFO O| Aug 07 21:44:31.428 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88092026-08-07T21:44:32.992Z[ recovery-image] Aug 07 21:44:31.549 INFO O| Aug 07 21:44:31.549 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
88102026-08-07T21:44:33.023Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
88112026-08-07T21:44:33.082Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88122026-08-07T21:44:33.082Z[ recovery-image] Aug 07 21:44:31.639 INFO O| Aug 07 21:44:31.639 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
88132026-08-07T21:44:33.082Z[ recovery-image] Aug 07 21:44:31.639 INFO O| Aug 07 21:44:31.639 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
88142026-08-07T21:44:33.086Z[ recovery-image] Aug 07 21:44:31.643 INFO O| Aug 07 21:44:31.643 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88152026-08-07T21:44:33.170Z[ recovery-image] Aug 07 21:44:31.727 INFO O| Aug 07 21:44:31.726 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
88162026-08-07T21:44:33.177Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88172026-08-07T21:44:33.197Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
88182026-08-07T21:44:33.230Z[ recovery-image] Aug 07 21:44:31.787 INFO O| Aug 07 21:44:31.787 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
88192026-08-07T21:44:33.239Z[ recovery-image] Aug 07 21:44:31.796 INFO O| Aug 07 21:44:31.796 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88202026-08-07T21:44:33.246Z[ recovery-image] Aug 07 21:44:31.803 INFO O| Aug 07 21:44:31.803 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
88212026-08-07T21:44:33.249Z[ recovery-image] Aug 07 21:44:31.804 INFO O| Aug 07 21:44:31.804 INFO no lofi found
88222026-08-07T21:44:33.249Z[ recovery-image] Aug 07 21:44:31.804 INFO O| Aug 07 21:44:31.804 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
88232026-08-07T21:44:33.249Z[ recovery-image] Aug 07 21:44:31.804 INFO O| Aug 07 21:44:31.804 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88242026-08-07T21:44:33.279Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88252026-08-07T21:44:33.516Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88262026-08-07T21:44:33.708Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88272026-08-07T21:44:33.782Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88282026-08-07T21:44:33.963Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88292026-08-07T21:44:34.045Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88302026-08-07T21:44:34.305Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88312026-08-07T21:44:34.559Z[verify-libraries] Compiling drift v0.2.0
88322026-08-07T21:44:34.833Z[verify-libraries] Compiling uzers v0.12.2
88332026-08-07T21:44:35.353Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88342026-08-07T21:44:35.443Z[ recovery-image] Aug 07 21:44:34.001 INFO O| Aug 07 21:44:34.001 INFO lofi device = /dev/dsk/c2t1d0p0
88352026-08-07T21:44:35.443Z[ recovery-image] Aug 07 21:44:34.001 INFO O| Aug 07 21:44:34.001 INFO pool device = /dev/dsk/c2t1d0p0
88362026-08-07T21:44:35.443Z[ recovery-image] Aug 07 21:44:34.001 INFO O| Aug 07 21:44:34.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"]
88372026-08-07T21:44:35.585Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
88382026-08-07T21:44:35.599Z[ recovery-image] Aug 07 21:44:34.156 INFO O| Aug 07 21:44:34.156 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88392026-08-07T21:44:35.603Z[ recovery-image] Aug 07 21:44:34.156 INFO O| Aug 07 21:44:34.156 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88402026-08-07T21:44:35.627Z[ recovery-image] Aug 07 21:44:34.185 INFO O| Aug 07 21:44:34.185 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88412026-08-07T21:44:35.737Z[ recovery-image] Aug 07 21:44:34.294 INFO O| Aug 07 21:44:34.294 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88422026-08-07T21:44:35.773Z[ recovery-image] Aug 07 21:44:34.330 INFO O| Aug 07 21:44:34.330 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88432026-08-07T21:44:35.795Z[ recovery-image] Aug 07 21:44:34.351 INFO O| Aug 07 21:44:34.351 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88442026-08-07T21:44:35.812Z[ recovery-image] Aug 07 21:44:34.369 INFO O| Aug 07 21:44:34.369 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88452026-08-07T21:44:35.863Z[ recovery-image] Aug 07 21:44:34.420 INFO O| Aug 07 21:44:34.420 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88462026-08-07T21:44:35.863Z[ recovery-image] Aug 07 21:44:34.420 INFO O| Aug 07 21:44:34.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88472026-08-07T21:44:35.863Z[ recovery-image] Aug 07 21:44:34.420 INFO O| Aug 07 21:44:34.420 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88482026-08-07T21:44:35.872Z[ recovery-image] Aug 07 21:44:34.429 INFO O| Aug 07 21:44:34.429 INFO boot environment UUID: 66df0508-30bb-4eb6-b74b-bfef07af3f69
88492026-08-07T21:44:35.872Z[ recovery-image] Aug 07 21:44:34.429 INFO O| Aug 07 21:44:34.429 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 66df0508-30bb-4eb6-b74b-bfef07af3f69
88502026-08-07T21:44:35.889Z[ recovery-image] Aug 07 21:44:34.447 INFO O| Aug 07 21:44:34.446 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88512026-08-07T21:44:35.906Z[ recovery-image] Aug 07 21:44:34.463 INFO O| Aug 07 21:44:34.463 INFO STEP 0 (create_be) COMPLETE
88522026-08-07T21:44:35.906Z[ recovery-image] Aug 07 21:44:34.463 INFO O| Aug 07 21:44:34.463 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88532026-08-07T21:44:35.923Z[ recovery-image] Aug 07 21:44:34.480 INFO O| Aug 07 21:44:34.480 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"]
88542026-08-07T21:44:35.931Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88552026-08-07T21:44:36.346Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
88562026-08-07T21:44:36.701Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88572026-08-07T21:44:37.244Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88582026-08-07T21:44:38.038Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88592026-08-07T21:44:38.754Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88602026-08-07T21:44:39.014Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88612026-08-07T21:44:39.903Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88622026-08-07T21:44:40.696Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88632026-08-07T21:44:41.256Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88642026-08-07T21:44:41.491Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88652026-08-07T21:44:41.781Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88662026-08-07T21:44:41.832Z[verify-libraries] Compiling multimap v0.10.1
88672026-08-07T21:44:41.886Z[verify-libraries] Compiling termios v0.3.3
88682026-08-07T21:44:42.102Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
88692026-08-07T21:44:42.138Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88702026-08-07T21:44:42.271Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88712026-08-07T21:44:42.857Z[ host-image] Aug 07 21:44:41.414 INFO O| seeding SMF database...
88722026-08-07T21:44:43.403Z[ recovery-image] Aug 07 21:44:41.959 INFO O| Aug 07 21:44:41.959 INFO STEP 1 (unpack_tar) COMPLETE
88732026-08-07T21:44:43.403Z[ recovery-image] Aug 07 21:44:41.959 INFO O| Aug 07 21:44:41.959 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88742026-08-07T21:44:43.413Z[ recovery-image] Aug 07 21:44:41.970 INFO O| Aug 07 21:44:41.970 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88752026-08-07T21:44:44.639Z[ recovery-image] Aug 07 21:44:43.196 INFO O| Aug 07 21:44:43.196 INFO STEP 2 (devfsadm) COMPLETE
88762026-08-07T21:44:44.639Z[ recovery-image] Aug 07 21:44:43.196 INFO O| Aug 07 21:44:43.196 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88772026-08-07T21:44:44.664Z[ recovery-image] Aug 07 21:44:43.221 INFO O| Aug 07 21:44:43.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88782026-08-07T21:44:44.664Z[ recovery-image] Aug 07 21:44:43.221 INFO O| Aug 07 21:44:43.221 INFO STEP 3 (ensure_dir) COMPLETE
88792026-08-07T21:44:44.664Z[ recovery-image] Aug 07 21:44:43.221 INFO O| Aug 07 21:44:43.221 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88802026-08-07T21:44:44.673Z[ recovery-image] Aug 07 21:44:43.230 INFO O| Aug 07 21:44:43.230 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88812026-08-07T21:44:44.673Z[ recovery-image] Aug 07 21:44:43.230 INFO O| Aug 07 21:44:43.230 INFO STEP 4 (ensure_dir) COMPLETE
88822026-08-07T21:44:44.673Z[ recovery-image] Aug 07 21:44:43.230 INFO O| Aug 07 21:44:43.230 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88832026-08-07T21:44:44.682Z[ recovery-image] Aug 07 21:44:43.239 INFO O| Aug 07 21:44:43.239 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88842026-08-07T21:44:44.682Z[ recovery-image] Aug 07 21:44:43.239 INFO O| Aug 07 21:44:43.239 INFO STEP 5 (ensure_dir) COMPLETE
88852026-08-07T21:44:44.682Z[ recovery-image] Aug 07 21:44:43.239 INFO O| Aug 07 21:44:43.239 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88862026-08-07T21:44:44.690Z[ recovery-image] Aug 07 21:44:43.248 INFO O| Aug 07 21:44:43.248 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88872026-08-07T21:44:44.691Z[ recovery-image] Aug 07 21:44:43.248 INFO O| Aug 07 21:44:43.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88882026-08-07T21:44:44.691Z[ recovery-image] Aug 07 21:44:43.248 INFO O| Aug 07 21:44:43.248 INFO STEP 6 (ensure_dir) COMPLETE
88892026-08-07T21:44:44.691Z[ recovery-image] Aug 07 21:44:43.248 INFO O| Aug 07 21:44:43.248 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88902026-08-07T21:44:44.699Z[ recovery-image] Aug 07 21:44:43.256 INFO O| Aug 07 21:44:43.256 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88912026-08-07T21:44:44.699Z[ recovery-image] Aug 07 21:44:43.256 INFO O| Aug 07 21:44:43.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88922026-08-07T21:44:44.703Z[ recovery-image] Aug 07 21:44:43.256 INFO O| Aug 07 21:44:43.256 INFO STEP 7 (ensure_dir) COMPLETE
88932026-08-07T21:44:44.703Z[ recovery-image] Aug 07 21:44:43.256 INFO O| Aug 07 21:44:43.256 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88942026-08-07T21:44:44.707Z[ recovery-image] Aug 07 21:44:43.265 INFO O| Aug 07 21:44:43.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88952026-08-07T21:44:44.712Z[ recovery-image] Aug 07 21:44:43.265 INFO O| Aug 07 21:44:43.265 INFO STEP 8 (remove_files) COMPLETE
88962026-08-07T21:44:44.712Z[ recovery-image] Aug 07 21:44:43.265 INFO O| Aug 07 21:44:43.265 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88972026-08-07T21:44:44.716Z[ recovery-image] Aug 07 21:44:43.274 INFO O| Aug 07 21:44:43.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88982026-08-07T21:44:44.719Z[ recovery-image] Aug 07 21:44:43.274 INFO O| Aug 07 21:44:43.274 INFO STEP 9 (remove_files) COMPLETE
88992026-08-07T21:44:44.720Z[ recovery-image] Aug 07 21:44:43.274 INFO O| Aug 07 21:44:43.274 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89002026-08-07T21:44:44.726Z[ recovery-image] Aug 07 21:44:43.283 INFO O| Aug 07 21:44:43.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89012026-08-07T21:44:44.729Z[ recovery-image] Aug 07 21:44:43.284 INFO O| Aug 07 21:44:43.284 INFO STEP 10 (remove_files) COMPLETE
89022026-08-07T21:44:44.729Z[ recovery-image] Aug 07 21:44:43.284 INFO O| Aug 07 21:44:43.284 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89032026-08-07T21:44:44.735Z[ recovery-image] Aug 07 21:44:43.292 INFO O| Aug 07 21:44:43.292 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89042026-08-07T21:44:44.735Z[ recovery-image] Aug 07 21:44:43.292 INFO O| Aug 07 21:44:43.292 INFO STEP 11 (remove_files) COMPLETE
89052026-08-07T21:44:44.735Z[ recovery-image] Aug 07 21:44:43.292 INFO O| Aug 07 21:44:43.292 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89062026-08-07T21:44:44.744Z[ recovery-image] Aug 07 21:44:43.301 INFO O| Aug 07 21:44:43.301 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89072026-08-07T21:44:44.744Z[ recovery-image] Aug 07 21:44:43.301 INFO O| Aug 07 21:44:43.301 INFO STEP 12 (remove_files) COMPLETE
89082026-08-07T21:44:44.747Z[ recovery-image] Aug 07 21:44:43.301 INFO O| Aug 07 21:44:43.301 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89092026-08-07T21:44:44.753Z[ recovery-image] Aug 07 21:44:43.309 INFO O| Aug 07 21:44:43.309 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89102026-08-07T21:44:44.753Z[ recovery-image] Aug 07 21:44:43.309 INFO O| Aug 07 21:44:43.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89112026-08-07T21:44:44.753Z[ recovery-image] Aug 07 21:44:43.309 INFO O| Aug 07 21:44:43.309 INFO STEP 13 (ensure_dir) COMPLETE
89122026-08-07T21:44:44.753Z[ recovery-image] Aug 07 21:44:43.309 INFO O| Aug 07 21:44:43.309 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89132026-08-07T21:44:44.760Z[ recovery-image] Aug 07 21:44:43.317 INFO O| Aug 07 21:44:43.317 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89142026-08-07T21:44:44.760Z[ recovery-image] Aug 07 21:44:43.317 INFO O| Aug 07 21:44:43.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89152026-08-07T21:44:44.760Z[ recovery-image] Aug 07 21:44:43.317 INFO O| Aug 07 21:44:43.317 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89162026-08-07T21:44:44.763Z[ recovery-image] Aug 07 21:44:43.317 INFO O| Aug 07 21:44:43.317 INFO STEP 14 (ensure_dir) COMPLETE
89172026-08-07T21:44:44.764Z[ recovery-image] Aug 07 21:44:43.317 INFO O| Aug 07 21:44:43.317 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182026-08-07T21:44:44.768Z[ recovery-image] Aug 07 21:44:43.325 INFO O| Aug 07 21:44:43.325 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89192026-08-07T21:44:44.768Z[ recovery-image] Aug 07 21:44:43.325 INFO O| Aug 07 21:44:43.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89202026-08-07T21:44:44.768Z[ recovery-image] Aug 07 21:44:43.325 INFO O| Aug 07 21:44:43.325 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89212026-08-07T21:44:44.771Z[ recovery-image] Aug 07 21:44:43.325 INFO O| Aug 07 21:44:43.325 INFO STEP 15 (ensure_dir) COMPLETE
89222026-08-07T21:44:44.771Z[ recovery-image] Aug 07 21:44:43.325 INFO O| Aug 07 21:44:43.325 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89232026-08-07T21:44:44.776Z[ recovery-image] Aug 07 21:44:43.333 INFO O| Aug 07 21:44:43.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89242026-08-07T21:44:44.776Z[ recovery-image] Aug 07 21:44:43.334 INFO O| Aug 07 21:44:43.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89252026-08-07T21:44:44.779Z[ recovery-image] Aug 07 21:44:43.334 INFO O| Aug 07 21:44:43.333 INFO STEP 16 (ensure_dir) COMPLETE
89262026-08-07T21:44:44.780Z[ recovery-image] Aug 07 21:44:43.334 INFO O| Aug 07 21:44:43.334 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272026-08-07T21:44:44.784Z[ recovery-image] Aug 07 21:44:43.342 INFO O| Aug 07 21:44:43.342 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89282026-08-07T21:44:44.784Z[ recovery-image] Aug 07 21:44:43.342 INFO O| Aug 07 21:44:43.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89292026-08-07T21:44:44.784Z[ recovery-image] Aug 07 21:44:43.342 INFO O| Aug 07 21:44:43.342 INFO STEP 17 (ensure_dir) COMPLETE
89302026-08-07T21:44:44.784Z[ recovery-image] Aug 07 21:44:43.342 INFO O| Aug 07 21:44:43.342 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312026-08-07T21:44:44.793Z[ recovery-image] Aug 07 21:44:43.350 INFO O| Aug 07 21:44:43.350 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89322026-08-07T21:44:44.793Z[ recovery-image] Aug 07 21:44:43.350 INFO O| Aug 07 21:44:43.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89332026-08-07T21:44:44.796Z[ recovery-image] Aug 07 21:44:43.350 INFO O| Aug 07 21:44:43.350 INFO ok!
89342026-08-07T21:44:44.796Z[ recovery-image] Aug 07 21:44:43.350 INFO O| Aug 07 21:44:43.350 INFO STEP 18 (ensure_symlink) COMPLETE
89352026-08-07T21:44:44.796Z[ recovery-image] Aug 07 21:44:43.350 INFO O| Aug 07 21:44:43.350 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362026-08-07T21:44:44.802Z[ recovery-image] Aug 07 21:44:43.359 INFO O| Aug 07 21:44:43.359 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89372026-08-07T21:44:44.802Z[ recovery-image] Aug 07 21:44:43.359 INFO O| Aug 07 21:44:43.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89382026-08-07T21:44:44.805Z[ recovery-image] Aug 07 21:44:43.359 INFO O| Aug 07 21:44:43.359 INFO ok!
89392026-08-07T21:44:44.805Z[ recovery-image] Aug 07 21:44:43.359 INFO O| Aug 07 21:44:43.359 INFO STEP 19 (ensure_file) COMPLETE
89402026-08-07T21:44:44.805Z[ recovery-image] Aug 07 21:44:43.359 INFO O| Aug 07 21:44:43.359 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89412026-08-07T21:44:44.810Z[ recovery-image] Aug 07 21:44:43.368 INFO O| Aug 07 21:44:43.368 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89422026-08-07T21:44:44.810Z[ recovery-image] Aug 07 21:44:43.368 INFO O| Aug 07 21:44:43.368 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89432026-08-07T21:44:44.810Z[ recovery-image] Aug 07 21:44:43.368 INFO O| Aug 07 21:44:43.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89442026-08-07T21:44:44.814Z[ recovery-image] Aug 07 21:44:43.368 INFO O| Aug 07 21:44:43.368 INFO ok!
89452026-08-07T21:44:44.814Z[ recovery-image] Aug 07 21:44:43.368 INFO O| Aug 07 21:44:43.368 INFO STEP 20 (ensure_symlink) COMPLETE
89462026-08-07T21:44:44.814Z[ recovery-image] Aug 07 21:44:43.368 INFO O| Aug 07 21:44:43.368 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89472026-08-07T21:44:44.819Z[ recovery-image] Aug 07 21:44:43.377 INFO O| Aug 07 21:44:43.377 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89482026-08-07T21:44:44.819Z[ recovery-image] Aug 07 21:44:43.377 INFO O| Aug 07 21:44:43.377 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89492026-08-07T21:44:44.823Z[ recovery-image] Aug 07 21:44:43.377 INFO O| Aug 07 21:44:43.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89502026-08-07T21:44:44.823Z[ recovery-image] Aug 07 21:44:43.377 INFO O| Aug 07 21:44:43.377 INFO ok!
89512026-08-07T21:44:44.823Z[ recovery-image] Aug 07 21:44:43.377 INFO O| Aug 07 21:44:43.377 INFO STEP 21 (ensure_symlink) COMPLETE
89522026-08-07T21:44:44.823Z[ recovery-image] Aug 07 21:44:43.377 INFO O| Aug 07 21:44:43.377 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89532026-08-07T21:44:44.829Z[ recovery-image] Aug 07 21:44:43.386 INFO O| Aug 07 21:44:43.386 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89542026-08-07T21:44:44.829Z[ recovery-image] Aug 07 21:44:43.387 INFO O| Aug 07 21:44:43.386 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89552026-08-07T21:44:44.833Z[ recovery-image] Aug 07 21:44:43.387 INFO O| Aug 07 21:44:43.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89562026-08-07T21:44:44.833Z[ recovery-image] Aug 07 21:44:43.387 INFO O| Aug 07 21:44:43.387 INFO ok!
89572026-08-07T21:44:44.833Z[ recovery-image] Aug 07 21:44:43.387 INFO O| Aug 07 21:44:43.387 INFO STEP 22 (ensure_symlink) COMPLETE
89582026-08-07T21:44:44.833Z[ recovery-image] Aug 07 21:44:43.387 INFO O| Aug 07 21:44:43.387 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89592026-08-07T21:44:44.839Z[ recovery-image] Aug 07 21:44:43.396 INFO O| Aug 07 21:44:43.396 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89602026-08-07T21:44:44.839Z[ recovery-image] Aug 07 21:44:43.396 INFO O| Aug 07 21:44:43.396 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89612026-08-07T21:44:44.842Z[ recovery-image] Aug 07 21:44:43.396 INFO O| Aug 07 21:44:43.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89622026-08-07T21:44:44.842Z[ recovery-image] Aug 07 21:44:43.396 INFO O| Aug 07 21:44:43.396 INFO ok!
89632026-08-07T21:44:44.842Z[ recovery-image] Aug 07 21:44:43.396 INFO O| Aug 07 21:44:43.396 INFO STEP 23 (ensure_symlink) COMPLETE
89642026-08-07T21:44:44.842Z[ recovery-image] Aug 07 21:44:43.396 INFO O| Aug 07 21:44:43.396 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89652026-08-07T21:44:44.848Z[ recovery-image] Aug 07 21:44:43.406 INFO O| Aug 07 21:44:43.406 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89662026-08-07T21:44:44.848Z[ recovery-image] Aug 07 21:44:43.406 INFO O| Aug 07 21:44:43.406 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 ...
89672026-08-07T21:44:44.848Z[ recovery-image] Aug 07 21:44:43.406 INFO O| Aug 07 21:44:43.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89682026-08-07T21:44:44.852Z[ recovery-image] Aug 07 21:44:43.406 INFO O| Aug 07 21:44:43.406 INFO ok!
89692026-08-07T21:44:44.852Z[ recovery-image] Aug 07 21:44:43.406 INFO O| Aug 07 21:44:43.406 INFO STEP 24 (ensure_file) COMPLETE
89702026-08-07T21:44:44.852Z[ recovery-image] Aug 07 21:44:43.406 INFO O| Aug 07 21:44:43.406 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89712026-08-07T21:44:44.857Z[ recovery-image] Aug 07 21:44:43.415 INFO O| Aug 07 21:44:43.415 INFO updating shadow file
89722026-08-07T21:44:44.857Z[ recovery-image] Aug 07 21:44:43.415 INFO O| Aug 07 21:44:43.415 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89732026-08-07T21:44:44.861Z[ recovery-image] Aug 07 21:44:43.415 INFO O| Aug 07 21:44:43.415 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89742026-08-07T21:44:44.861Z[ recovery-image] Aug 07 21:44:43.415 INFO O| Aug 07 21:44:43.415 INFO STEP 25 (shadow) COMPLETE
89752026-08-07T21:44:44.861Z[ recovery-image] Aug 07 21:44:43.415 INFO O| Aug 07 21:44:43.415 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89762026-08-07T21:44:44.866Z[ recovery-image] Aug 07 21:44:43.423 INFO O| Aug 07 21:44:43.423 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
89772026-08-07T21:44:44.866Z[ recovery-image] Aug 07 21:44:43.423 INFO O| Aug 07 21:44:43.423 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
89782026-08-07T21:44:44.866Z[ recovery-image] Aug 07 21:44:43.423 INFO O| Aug 07 21:44:43.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89792026-08-07T21:44:44.869Z[ recovery-image] Aug 07 21:44:43.423 INFO O| Aug 07 21:44:43.423 INFO ok!
89802026-08-07T21:44:44.869Z[ recovery-image] Aug 07 21:44:43.423 INFO O| Aug 07 21:44:43.423 INFO STEP 26 (ensure_file) COMPLETE
89812026-08-07T21:44:44.870Z[ recovery-image] Aug 07 21:44:43.423 INFO O| Aug 07 21:44:43.423 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89822026-08-07T21:44:44.874Z[ recovery-image] Aug 07 21:44:43.432 INFO O| Aug 07 21:44:43.432 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89832026-08-07T21:44:44.875Z[ recovery-image] Aug 07 21:44:43.432 INFO O| Aug 07 21:44:43.432 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89842026-08-07T21:44:44.878Z[ recovery-image] Aug 07 21:44:43.432 INFO O| Aug 07 21:44:43.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89852026-08-07T21:44:44.878Z[ recovery-image] Aug 07 21:44:43.432 INFO O| Aug 07 21:44:43.432 INFO ok!
89862026-08-07T21:44:44.878Z[ recovery-image] Aug 07 21:44:43.432 INFO O| Aug 07 21:44:43.432 INFO STEP 27 (ensure_file) COMPLETE
89872026-08-07T21:44:44.878Z[ recovery-image] Aug 07 21:44:43.432 INFO O| Aug 07 21:44:43.432 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89882026-08-07T21:44:44.884Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89892026-08-07T21:44:44.884Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89902026-08-07T21:44:44.887Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89912026-08-07T21:44:44.887Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89922026-08-07T21:44:44.887Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 INFO ok!
89932026-08-07T21:44:44.887Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 INFO STEP 28 (ensure_file) COMPLETE
89942026-08-07T21:44:44.887Z[ recovery-image] Aug 07 21:44:43.441 INFO O| Aug 07 21:44:43.441 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89952026-08-07T21:44:44.893Z[ recovery-image] Aug 07 21:44:43.451 INFO O| Aug 07 21:44:43.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89962026-08-07T21:44:44.893Z[ recovery-image] Aug 07 21:44:43.451 INFO O| Aug 07 21:44:43.451 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89972026-08-07T21:44:44.897Z[ recovery-image] Aug 07 21:44:43.451 INFO O| Aug 07 21:44:43.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89982026-08-07T21:44:44.897Z[ recovery-image] Aug 07 21:44:43.451 INFO O| Aug 07 21:44:43.451 INFO ok!
89992026-08-07T21:44:44.897Z[ recovery-image] Aug 07 21:44:43.451 INFO O| Aug 07 21:44:43.451 INFO STEP 29 (ensure_file) COMPLETE
90002026-08-07T21:44:44.897Z[ recovery-image] Aug 07 21:44:43.451 INFO O| Aug 07 21:44:43.451 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90012026-08-07T21:44:44.902Z[ recovery-image] Aug 07 21:44:43.459 INFO O| Aug 07 21:44:43.459 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90022026-08-07T21:44:44.902Z[ recovery-image] Aug 07 21:44:43.459 INFO O| Aug 07 21:44:43.459 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90032026-08-07T21:44:44.902Z[ recovery-image] Aug 07 21:44:43.459 INFO O| Aug 07 21:44:43.459 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90042026-08-07T21:44:44.902Z[ recovery-image] Aug 07 21:44:43.459 INFO O| Aug 07 21:44:43.459 INFO STEP 30 (ensure_dir) COMPLETE
90052026-08-07T21:44:44.902Z[ recovery-image] Aug 07 21:44:43.459 INFO O| Aug 07 21:44:43.459 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90062026-08-07T21:44:44.911Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90072026-08-07T21:44:44.911Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 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 ...
90082026-08-07T21:44:44.914Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 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
90092026-08-07T21:44:44.914Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90102026-08-07T21:44:44.914Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 INFO ok!
90112026-08-07T21:44:44.914Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 INFO STEP 31 (ensure_file) COMPLETE
90122026-08-07T21:44:44.914Z[ recovery-image] Aug 07 21:44:43.468 INFO O| Aug 07 21:44:43.468 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90132026-08-07T21:44:44.919Z[ recovery-image] Aug 07 21:44:43.476 INFO O| Aug 07 21:44:43.476 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90142026-08-07T21:44:44.919Z[ recovery-image] Aug 07 21:44:43.476 INFO O| Aug 07 21:44:43.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90152026-08-07T21:44:44.922Z[ recovery-image] Aug 07 21:44:43.476 INFO O| Aug 07 21:44:43.476 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90162026-08-07T21:44:44.922Z[ recovery-image] Aug 07 21:44:43.476 INFO O| Aug 07 21:44:43.476 INFO STEP 32 (ensure_dir) COMPLETE
90172026-08-07T21:44:44.922Z[ recovery-image] Aug 07 21:44:43.476 INFO O| Aug 07 21:44:43.476 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182026-08-07T21:44:44.929Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90192026-08-07T21:44:44.929Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 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 ...
90202026-08-07T21:44:44.929Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 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
90212026-08-07T21:44:44.929Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90222026-08-07T21:44:44.933Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 INFO ok!
90232026-08-07T21:44:44.933Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 INFO STEP 33 (ensure_file) COMPLETE
90242026-08-07T21:44:44.933Z[ recovery-image] Aug 07 21:44:43.486 INFO O| Aug 07 21:44:43.486 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90252026-08-07T21:44:44.939Z[ recovery-image] Aug 07 21:44:43.496 INFO O| Aug 07 21:44:43.496 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90262026-08-07T21:44:44.939Z[ recovery-image] Aug 07 21:44:43.496 INFO O| Aug 07 21:44:43.496 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90272026-08-07T21:44:44.939Z[ recovery-image] Aug 07 21:44:43.496 INFO O| Aug 07 21:44:43.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90282026-08-07T21:44:44.942Z[ recovery-image] Aug 07 21:44:43.496 INFO O| Aug 07 21:44:43.496 INFO ok!
90292026-08-07T21:44:44.942Z[ recovery-image] Aug 07 21:44:43.496 INFO O| Aug 07 21:44:43.496 INFO STEP 34 (ensure_file) COMPLETE
90302026-08-07T21:44:44.942Z[ recovery-image] Aug 07 21:44:43.496 INFO O| Aug 07 21:44:43.496 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90312026-08-07T21:44:44.948Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90322026-08-07T21:44:44.948Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90332026-08-07T21:44:44.948Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90342026-08-07T21:44:44.951Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90352026-08-07T21:44:44.952Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 INFO ok!
90362026-08-07T21:44:44.952Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 INFO STEP 35 (ensure_file) COMPLETE
90372026-08-07T21:44:44.952Z[ recovery-image] Aug 07 21:44:43.505 INFO O| Aug 07 21:44:43.505 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90382026-08-07T21:44:44.957Z[ recovery-image] Aug 07 21:44:43.515 INFO O| Aug 07 21:44:43.514 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90392026-08-07T21:44:44.957Z[ recovery-image] Aug 07 21:44:43.515 INFO O| Aug 07 21:44:43.515 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90402026-08-07T21:44:44.960Z[ recovery-image] Aug 07 21:44:43.515 INFO O| Aug 07 21:44:43.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90412026-08-07T21:44:44.960Z[ recovery-image] Aug 07 21:44:43.515 INFO O| Aug 07 21:44:43.515 INFO ok!
90422026-08-07T21:44:44.961Z[ recovery-image] Aug 07 21:44:43.515 INFO O| Aug 07 21:44:43.515 INFO STEP 36 (ensure_file) COMPLETE
90432026-08-07T21:44:44.961Z[ recovery-image] Aug 07 21:44:43.515 INFO O| Aug 07 21:44:43.515 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90442026-08-07T21:44:44.965Z[ recovery-image] Aug 07 21:44:43.523 INFO O| Aug 07 21:44:43.523 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90452026-08-07T21:44:44.965Z[ recovery-image] Aug 07 21:44:43.523 INFO O| Aug 07 21:44:43.523 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90462026-08-07T21:44:44.969Z[ recovery-image] Aug 07 21:44:43.523 INFO O| Aug 07 21:44:43.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90472026-08-07T21:44:44.969Z[ recovery-image] Aug 07 21:44:43.523 INFO O| Aug 07 21:44:43.523 INFO ok!
90482026-08-07T21:44:44.969Z[ recovery-image] Aug 07 21:44:43.523 INFO O| Aug 07 21:44:43.523 INFO STEP 37 (ensure_file) COMPLETE
90492026-08-07T21:44:44.969Z[ recovery-image] Aug 07 21:44:43.523 INFO O| Aug 07 21:44:43.523 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90502026-08-07T21:44:44.975Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
90512026-08-07T21:44:44.975Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90522026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90532026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90542026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90552026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90562026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO ok!
90572026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO STEP 38 (ensure_file) COMPLETE
90582026-08-07T21:44:44.978Z[ recovery-image] Aug 07 21:44:43.532 INFO O| Aug 07 21:44:43.532 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90592026-08-07T21:44:44.986Z[ recovery-image] Aug 07 21:44:43.543 INFO O| Aug 07 21:44:43.543 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90602026-08-07T21:44:44.986Z[ recovery-image] Aug 07 21:44:43.543 INFO O| Aug 07 21:44:43.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90612026-08-07T21:44:44.986Z[ recovery-image] Aug 07 21:44:43.543 INFO O| Aug 07 21:44:43.543 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90622026-08-07T21:44:44.989Z[ recovery-image] Aug 07 21:44:43.543 INFO O| Aug 07 21:44:43.543 INFO STEP 39 (ensure_dir) COMPLETE
90632026-08-07T21:44:44.989Z[ recovery-image] Aug 07 21:44:43.543 INFO O| Aug 07 21:44:43.543 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90642026-08-07T21:44:44.996Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 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
90652026-08-07T21:44:44.996Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 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 ...
90662026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 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
90672026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 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
90682026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 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
90692026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 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
90702026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 INFO ok!
90712026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 INFO STEP 40 (ensure_file) COMPLETE
90722026-08-07T21:44:44.999Z[ recovery-image] Aug 07 21:44:43.553 INFO O| Aug 07 21:44:43.553 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90732026-08-07T21:44:45.006Z[ recovery-image] Aug 07 21:44:43.563 INFO O| Aug 07 21:44:43.563 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90742026-08-07T21:44:45.006Z[ recovery-image] Aug 07 21:44:43.563 INFO O| Aug 07 21:44:43.563 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 ...
90752026-08-07T21:44:45.006Z[ recovery-image] Aug 07 21:44:43.563 INFO O| Aug 07 21:44:43.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90762026-08-07T21:44:45.009Z[ recovery-image] Aug 07 21:44:43.563 INFO O| Aug 07 21:44:43.563 INFO ok!
90772026-08-07T21:44:45.009Z[ recovery-image] Aug 07 21:44:43.563 INFO O| Aug 07 21:44:43.563 INFO STEP 41 (ensure_symlink) COMPLETE
90782026-08-07T21:44:45.009Z[ recovery-image] Aug 07 21:44:43.563 INFO O| Aug 07 21:44:43.563 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90792026-08-07T21:44:45.015Z[ recovery-image] Aug 07 21:44:43.572 INFO O| Aug 07 21:44:43.572 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90802026-08-07T21:44:45.015Z[ recovery-image] Aug 07 21:44:43.573 INFO O| Aug 07 21:44:43.572 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90812026-08-07T21:44:45.015Z[ recovery-image] Aug 07 21:44:43.573 INFO O| Aug 07 21:44:43.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90822026-08-07T21:44:45.015Z[ recovery-image] Aug 07 21:44:43.573 INFO O| Aug 07 21:44:43.573 INFO ok!
90832026-08-07T21:44:45.019Z[ recovery-image] Aug 07 21:44:43.573 INFO O| Aug 07 21:44:43.573 INFO STEP 42 (ensure_symlink) COMPLETE
90842026-08-07T21:44:45.019Z[ recovery-image] Aug 07 21:44:43.573 INFO O| Aug 07 21:44:43.573 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90852026-08-07T21:44:45.025Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90862026-08-07T21:44:45.025Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90872026-08-07T21:44:45.028Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90882026-08-07T21:44:45.029Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90892026-08-07T21:44:45.029Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90902026-08-07T21:44:45.029Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90912026-08-07T21:44:45.029Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO ok!
90922026-08-07T21:44:45.029Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO STEP 43 (ensure_file) COMPLETE
90932026-08-07T21:44:45.029Z[ recovery-image] Aug 07 21:44:43.582 INFO O| Aug 07 21:44:43.582 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90942026-08-07T21:44:45.034Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90952026-08-07T21:44:45.034Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 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 ...
90962026-08-07T21:44:45.038Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 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
90972026-08-07T21:44:45.038Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90982026-08-07T21:44:45.038Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 INFO ok!
90992026-08-07T21:44:45.038Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 INFO STEP 44 (ensure_file) COMPLETE
91002026-08-07T21:44:45.038Z[ recovery-image] Aug 07 21:44:43.591 INFO O| Aug 07 21:44:43.591 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91012026-08-07T21:44:45.044Z[ recovery-image] Aug 07 21:44:43.601 INFO O| Aug 07 21:44:43.601 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91022026-08-07T21:44:45.044Z[ recovery-image] Aug 07 21:44:43.601 INFO O| Aug 07 21:44:43.601 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91032026-08-07T21:44:45.048Z[ recovery-image] Aug 07 21:44:43.601 INFO O| Aug 07 21:44:43.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91042026-08-07T21:44:45.048Z[ recovery-image] Aug 07 21:44:43.601 INFO O| Aug 07 21:44:43.601 INFO ok!
91052026-08-07T21:44:45.048Z[ recovery-image] Aug 07 21:44:43.601 INFO O| Aug 07 21:44:43.601 INFO STEP 45 (ensure_file) COMPLETE
91062026-08-07T21:44:45.048Z[ recovery-image] Aug 07 21:44:43.601 INFO O| Aug 07 21:44:43.601 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91072026-08-07T21:44:45.053Z[ recovery-image] Aug 07 21:44:43.611 INFO O| Aug 07 21:44:43.611 INFO updating shadow file
91082026-08-07T21:44:45.053Z[ recovery-image] Aug 07 21:44:43.611 INFO O| Aug 07 21:44:43.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91092026-08-07T21:44:45.053Z[ recovery-image] Aug 07 21:44:43.611 INFO O| Aug 07 21:44:43.611 INFO STEP 46 (shadow) COMPLETE
91102026-08-07T21:44:45.053Z[ recovery-image] Aug 07 21:44:43.611 INFO O| Aug 07 21:44:43.611 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91112026-08-07T21:44:45.062Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91122026-08-07T21:44:45.062Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91132026-08-07T21:44:45.066Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91142026-08-07T21:44:45.066Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91152026-08-07T21:44:45.067Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 INFO ok!
91162026-08-07T21:44:45.067Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 INFO STEP 47 (ensure_file) COMPLETE
91172026-08-07T21:44:45.067Z[ recovery-image] Aug 07 21:44:43.620 INFO O| Aug 07 21:44:43.620 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-07T21:44:45.071Z[ recovery-image] Aug 07 21:44:43.629 INFO O| Aug 07 21:44:43.629 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91192026-08-07T21:44:45.071Z[ recovery-image] Aug 07 21:44:43.629 INFO O| Aug 07 21:44:43.629 INFO STEP 48 (ensure_dir) COMPLETE
91202026-08-07T21:44:45.071Z[ recovery-image] Aug 07 21:44:43.629 INFO O| Aug 07 21:44:43.629 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91212026-08-07T21:44:45.080Z[ recovery-image] Aug 07 21:44:43.637 INFO O| Aug 07 21:44:43.637 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91222026-08-07T21:44:45.080Z[ recovery-image] Aug 07 21:44:43.637 INFO O| Aug 07 21:44:43.637 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91232026-08-07T21:44:45.080Z[ recovery-image] Aug 07 21:44:43.637 INFO O| Aug 07 21:44:43.637 INFO STEP 49 (ensure_dir) COMPLETE
91242026-08-07T21:44:45.083Z[ recovery-image] Aug 07 21:44:43.637 INFO O| Aug 07 21:44:43.637 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91252026-08-07T21:44:45.089Z[ recovery-image] Aug 07 21:44:43.646 INFO O| Aug 07 21:44:43.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91262026-08-07T21:44:45.089Z[ recovery-image] Aug 07 21:44:43.646 INFO O| Aug 07 21:44:43.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91272026-08-07T21:44:45.092Z[ recovery-image] Aug 07 21:44:43.646 INFO O| Aug 07 21:44:43.646 INFO STEP 50 (ensure_dir) COMPLETE
91282026-08-07T21:44:45.092Z[ recovery-image] Aug 07 21:44:43.646 INFO O| Aug 07 21:44:43.646 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91292026-08-07T21:44:45.100Z[ recovery-image] Aug 07 21:44:43.656 INFO O| Aug 07 21:44:43.656 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91302026-08-07T21:44:45.101Z[ recovery-image] Aug 07 21:44:43.656 INFO O| Aug 07 21:44:43.656 INFO copying /tmp/.tmpLk9YQa/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91312026-08-07T21:44:45.143Z[ recovery-image] Aug 07 21:44:43.700 INFO O| Aug 07 21:44:43.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91322026-08-07T21:44:45.144Z[ recovery-image] Aug 07 21:44:43.700 INFO O| Aug 07 21:44:43.700 INFO ok!
91332026-08-07T21:44:45.144Z[ recovery-image] Aug 07 21:44:43.700 INFO O| Aug 07 21:44:43.700 INFO STEP 51 (ensure_file) COMPLETE
91342026-08-07T21:44:45.147Z[ recovery-image] Aug 07 21:44:43.700 INFO O| Aug 07 21:44:43.700 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91352026-08-07T21:44:45.152Z[ recovery-image] Aug 07 21:44:43.709 INFO O| Aug 07 21:44:43.709 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91362026-08-07T21:44:45.152Z[ recovery-image] Aug 07 21:44:43.710 INFO O| Aug 07 21:44:43.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91372026-08-07T21:44:45.155Z[ recovery-image] Aug 07 21:44:43.710 INFO O| Aug 07 21:44:43.709 INFO STEP 52 (ensure_dir) COMPLETE
91382026-08-07T21:44:45.156Z[ recovery-image] Aug 07 21:44:43.710 INFO O| Aug 07 21:44:43.709 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91392026-08-07T21:44:45.162Z[ recovery-image] Aug 07 21:44:43.720 INFO O| Aug 07 21:44:43.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91402026-08-07T21:44:45.162Z[ recovery-image] Aug 07 21:44:43.720 INFO O| Aug 07 21:44:43.719 INFO copying /tmp/.tmpLk9YQa/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91412026-08-07T21:44:45.162Z[ recovery-image] Aug 07 21:44:43.720 INFO O| Aug 07 21:44:43.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91422026-08-07T21:44:45.166Z[ recovery-image] Aug 07 21:44:43.720 INFO O| Aug 07 21:44:43.720 INFO ok!
91432026-08-07T21:44:45.166Z[ recovery-image] Aug 07 21:44:43.720 INFO O| Aug 07 21:44:43.720 INFO STEP 53 (ensure_file) COMPLETE
91442026-08-07T21:44:45.166Z[ recovery-image] Aug 07 21:44:43.720 INFO O| Aug 07 21:44:43.720 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91452026-08-07T21:44:45.173Z[ recovery-image] Aug 07 21:44:43.730 INFO O| Aug 07 21:44:43.730 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91462026-08-07T21:44:45.173Z[ recovery-image] Aug 07 21:44:43.731 INFO O| Aug 07 21:44:43.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91472026-08-07T21:44:45.173Z[ recovery-image] Aug 07 21:44:43.731 INFO O| Aug 07 21:44:43.730 INFO STEP 54 (ensure_dir) COMPLETE
91482026-08-07T21:44:45.176Z[ recovery-image] Aug 07 21:44:43.731 INFO O| Aug 07 21:44:43.730 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91492026-08-07T21:44:45.183Z[ recovery-image] Aug 07 21:44:43.739 INFO O| Aug 07 21:44:43.739 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
91502026-08-07T21:44:45.183Z[ recovery-image] Aug 07 21:44:43.739 INFO O| Aug 07 21:44:43.739 INFO copying /tmp/.tmpLk9YQa/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91512026-08-07T21:44:47.252Z[ recovery-image] Aug 07 21:44:45.809 INFO O| Aug 07 21:44:45.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
91522026-08-07T21:44:47.252Z[ recovery-image] Aug 07 21:44:45.809 INFO O| Aug 07 21:44:45.809 INFO ok!
91532026-08-07T21:44:47.252Z[ recovery-image] Aug 07 21:44:45.809 INFO O| Aug 07 21:44:45.809 INFO STEP 55 (ensure_file) COMPLETE
91542026-08-07T21:44:47.257Z[ recovery-image] Aug 07 21:44:45.809 INFO O| Aug 07 21:44:45.809 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91552026-08-07T21:44:47.262Z[ recovery-image] Aug 07 21:44:45.820 INFO O| Aug 07 21:44:45.820 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
91562026-08-07T21:44:47.263Z[ recovery-image] Aug 07 21:44:45.820 INFO O| Aug 07 21:44:45.820 INFO copying /tmp/.tmpLk9YQa/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
91572026-08-07T21:44:47.407Z[verify-libraries] Compiling polar-core v0.27.3
91582026-08-07T21:44:48.002Z[ host-image] Aug 07 21:44:46.559 INFO O| configuring SMF profile...
91592026-08-07T21:44:48.002Z[ host-image] Aug 07 21:44:46.559 INFO O| modifying shadow(5)...
91602026-08-07T21:44:48.003Z[ host-image] Aug 07 21:44:46.559 INFO O| loading user and group database...
91612026-08-07T21:44:48.003Z[ host-image] Aug 07 21:44:46.559 INFO O| loading facet selections...
91622026-08-07T21:44:48.433Z[ host-image] Aug 07 21:44:46.986 INFO O| devel -> true
91632026-08-07T21:44:48.433Z[ host-image] Aug 07 21:44:46.987 INFO O| doc.man -> true
91642026-08-07T21:44:48.433Z[ host-image] Aug 07 21:44:46.987 INFO O| version-lock.shell/ksh93 -> true
91652026-08-07T21:44:48.442Z[ host-image] Aug 07 21:44:46.987 INFO O| version-lock.system/data/hardware-registry -> true
91662026-08-07T21:44:48.442Z[ host-image] Aug 07 21:44:46.987 INFO O| version-lock.system/data/zoneinfo -> true
91672026-08-07T21:44:48.442Z[ host-image] Aug 07 21:44:46.987 INFO O| version-lock.system/microcode/amd -> true
91682026-08-07T21:44:48.442Z[ host-image] Aug 07 21:44:46.987 INFO O| version-lock.system/microcode/intel -> true
91692026-08-07T21:44:48.442Z[ host-image] Aug 07 21:44:46.987 INFO O| version-lock.system/microcode/oxide -> true
91702026-08-07T21:44:48.442Z[ host-image] Aug 07 21:44:46.987 INFO O| assessing packaged files...
91712026-08-07T21:44:49.246Z[ recovery-image] Aug 07 21:44:47.803 INFO O| Aug 07 21:44:47.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
91722026-08-07T21:44:49.246Z[ recovery-image] Aug 07 21:44:47.803 INFO O| Aug 07 21:44:47.803 INFO ok!
91732026-08-07T21:44:49.246Z[ recovery-image] Aug 07 21:44:47.803 INFO O| Aug 07 21:44:47.803 INFO STEP 56 (ensure_file) COMPLETE
91742026-08-07T21:44:49.250Z[ recovery-image] Aug 07 21:44:47.803 INFO O| Aug 07 21:44:47.803 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91752026-08-07T21:44:49.257Z[ recovery-image] Aug 07 21:44:47.815 INFO O| Aug 07 21:44:47.814 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91762026-08-07T21:44:49.257Z[ recovery-image] Aug 07 21:44:47.815 INFO O| Aug 07 21:44:47.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91772026-08-07T21:44:49.257Z[ recovery-image] Aug 07 21:44:47.815 INFO O| Aug 07 21:44:47.815 INFO STEP 57 (ensure_dir) COMPLETE
91782026-08-07T21:44:49.257Z[ recovery-image] Aug 07 21:44:47.815 INFO O| Aug 07 21:44:47.815 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91792026-08-07T21:44:49.267Z[ recovery-image] Aug 07 21:44:47.825 INFO O| Aug 07 21:44:47.825 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91802026-08-07T21:44:49.268Z[ recovery-image] Aug 07 21:44:47.825 INFO O| Aug 07 21:44:47.825 INFO copying /tmp/.tmpLk9YQa/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 ...
91812026-08-07T21:44:49.268Z[ recovery-image] Aug 07 21:44:47.825 INFO O| Aug 07 21:44:47.825 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
91822026-08-07T21:44:49.271Z[ recovery-image] Aug 07 21:44:47.825 INFO O| Aug 07 21:44:47.825 INFO ok!
91832026-08-07T21:44:49.271Z[ recovery-image] Aug 07 21:44:47.825 INFO O| Aug 07 21:44:47.825 INFO STEP 58 (ensure_file) COMPLETE
91842026-08-07T21:44:49.271Z[ recovery-image] Aug 07 21:44:47.825 INFO O| Aug 07 21:44:47.825 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91852026-08-07T21:44:49.279Z[ recovery-image] Aug 07 21:44:47.837 INFO O| Aug 07 21:44:47.836 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91862026-08-07T21:44:49.279Z[ recovery-image] Aug 07 21:44:47.837 INFO O| Aug 07 21:44:47.837 INFO copying /tmp/.tmpLk9YQa/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 ...
91872026-08-07T21:44:49.279Z[ recovery-image] Aug 07 21:44:47.837 INFO O| Aug 07 21:44:47.837 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
91882026-08-07T21:44:49.282Z[ recovery-image] Aug 07 21:44:47.837 INFO O| Aug 07 21:44:47.837 INFO ok!
91892026-08-07T21:44:49.282Z[ recovery-image] Aug 07 21:44:47.837 INFO O| Aug 07 21:44:47.837 INFO STEP 59 (ensure_file) COMPLETE
91902026-08-07T21:44:49.282Z[ recovery-image] Aug 07 21:44:47.837 INFO O| Aug 07 21:44:47.837 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91912026-08-07T21:44:49.291Z[ recovery-image] Aug 07 21:44:47.848 INFO O| Aug 07 21:44:47.848 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91922026-08-07T21:44:49.291Z[ recovery-image] Aug 07 21:44:47.848 INFO O| Aug 07 21:44:47.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91932026-08-07T21:44:49.291Z[ recovery-image] Aug 07 21:44:47.848 INFO O| Aug 07 21:44:47.848 INFO STEP 60 (ensure_dir) COMPLETE
91942026-08-07T21:44:49.291Z[ recovery-image] Aug 07 21:44:47.848 INFO O| Aug 07 21:44:47.848 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91952026-08-07T21:44:49.301Z[ recovery-image] Aug 07 21:44:47.858 INFO O| Aug 07 21:44:47.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91962026-08-07T21:44:49.301Z[ recovery-image] Aug 07 21:44:47.858 INFO O| Aug 07 21:44:47.858 INFO copying /tmp/.tmpLk9YQa/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 ...
91972026-08-07T21:44:49.301Z[ recovery-image] Aug 07 21:44:47.858 INFO O| Aug 07 21:44:47.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91982026-08-07T21:44:49.301Z[ recovery-image] Aug 07 21:44:47.858 INFO O| Aug 07 21:44:47.858 INFO ok!
91992026-08-07T21:44:49.304Z[ recovery-image] Aug 07 21:44:47.858 INFO O| Aug 07 21:44:47.858 INFO STEP 61 (ensure_file) COMPLETE
92002026-08-07T21:44:49.304Z[ recovery-image] Aug 07 21:44:47.858 INFO O| Aug 07 21:44:47.858 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92012026-08-07T21:44:49.336Z[ recovery-image] Aug 07 21:44:47.893 INFO O| Aug 07 21:44:47.893 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92022026-08-07T21:44:49.336Z[ recovery-image] Aug 07 21:44:47.893 INFO O| Aug 07 21:44:47.893 INFO copying /tmp/.tmpLk9YQa/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 ...
92032026-08-07T21:44:49.339Z[ recovery-image] Aug 07 21:44:47.893 INFO O| Aug 07 21:44:47.893 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
92042026-08-07T21:44:49.339Z[ recovery-image] Aug 07 21:44:47.893 INFO O| Aug 07 21:44:47.893 INFO ok!
92052026-08-07T21:44:49.339Z[ recovery-image] Aug 07 21:44:47.893 INFO O| Aug 07 21:44:47.893 INFO STEP 62 (ensure_file) COMPLETE
92062026-08-07T21:44:49.339Z[ recovery-image] Aug 07 21:44:47.893 INFO O| Aug 07 21:44:47.893 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92072026-08-07T21:44:49.346Z[ recovery-image] Aug 07 21:44:47.903 INFO O| Aug 07 21:44:47.903 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92082026-08-07T21:44:49.346Z[ recovery-image] Aug 07 21:44:47.903 INFO O| Aug 07 21:44:47.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92092026-08-07T21:44:49.349Z[ recovery-image] Aug 07 21:44:47.903 INFO O| Aug 07 21:44:47.903 INFO STEP 63 (ensure_dir) COMPLETE
92102026-08-07T21:44:49.349Z[ recovery-image] Aug 07 21:44:47.903 INFO O| Aug 07 21:44:47.903 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92112026-08-07T21:44:49.354Z[ recovery-image] Aug 07 21:44:47.912 INFO O| Aug 07 21:44:47.912 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92122026-08-07T21:44:49.354Z[ recovery-image] Aug 07 21:44:47.912 INFO O| Aug 07 21:44:47.912 INFO copying /tmp/.tmpLk9YQa/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 ...
92132026-08-07T21:44:49.354Z[ recovery-image] Aug 07 21:44:47.912 INFO O| Aug 07 21:44:47.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92142026-08-07T21:44:49.355Z[ recovery-image] Aug 07 21:44:47.912 INFO O| Aug 07 21:44:47.912 INFO ok!
92152026-08-07T21:44:49.357Z[ recovery-image] Aug 07 21:44:47.912 INFO O| Aug 07 21:44:47.912 INFO STEP 64 (ensure_file) COMPLETE
92162026-08-07T21:44:49.357Z[ recovery-image] Aug 07 21:44:47.912 INFO O| Aug 07 21:44:47.912 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92172026-08-07T21:44:49.363Z[ recovery-image] Aug 07 21:44:47.921 INFO O| Aug 07 21:44:47.921 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
92182026-08-07T21:44:49.364Z[ recovery-image] Aug 07 21:44:47.921 INFO O| Aug 07 21:44:47.921 INFO copying /tmp/.tmpLk9YQa/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
92192026-08-07T21:44:49.364Z[ recovery-image] Aug 07 21:44:47.921 INFO O| Aug 07 21:44:47.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
92202026-08-07T21:44:49.364Z[ recovery-image] Aug 07 21:44:47.921 INFO O| Aug 07 21:44:47.921 INFO ok!
92212026-08-07T21:44:49.367Z[ recovery-image] Aug 07 21:44:47.921 INFO O| Aug 07 21:44:47.921 INFO STEP 65 (ensure_file) COMPLETE
92222026-08-07T21:44:49.367Z[ recovery-image] Aug 07 21:44:47.921 INFO O| Aug 07 21:44:47.921 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92232026-08-07T21:44:49.373Z[ recovery-image] Aug 07 21:44:47.929 INFO O| Aug 07 21:44:47.929 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
92242026-08-07T21:44:49.373Z[ recovery-image] Aug 07 21:44:47.929 INFO O| Aug 07 21:44:47.929 INFO STEP 66 (ensure_dir) COMPLETE
92252026-08-07T21:44:49.376Z[ recovery-image] Aug 07 21:44:47.929 INFO O| Aug 07 21:44:47.929 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92262026-08-07T21:44:49.379Z[ recovery-image] Aug 07 21:44:47.937 INFO O| Aug 07 21:44:47.937 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
92272026-08-07T21:44:49.379Z[ recovery-image] Aug 07 21:44:47.937 INFO O| Aug 07 21:44:47.937 INFO STEP 67 (ensure_dir) COMPLETE
92282026-08-07T21:44:49.383Z[ recovery-image] Aug 07 21:44:47.937 INFO O| Aug 07 21:44:47.937 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92292026-08-07T21:44:49.388Z[ recovery-image] Aug 07 21:44:47.945 INFO O| Aug 07 21:44:47.945 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
92302026-08-07T21:44:49.388Z[ recovery-image] Aug 07 21:44:47.945 INFO O| Aug 07 21:44:47.945 INFO STEP 68 (ensure_dir) COMPLETE
92312026-08-07T21:44:49.391Z[ recovery-image] Aug 07 21:44:47.945 INFO O| Aug 07 21:44:47.945 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92322026-08-07T21:44:49.399Z[ recovery-image] Aug 07 21:44:47.956 INFO O| Aug 07 21:44:47.956 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
92332026-08-07T21:44:49.399Z[ recovery-image] Aug 07 21:44:47.956 INFO O| Aug 07 21:44:47.956 INFO STEP 69 (ensure_dir) COMPLETE
92342026-08-07T21:44:49.399Z[ recovery-image] Aug 07 21:44:47.956 INFO O| Aug 07 21:44:47.956 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92352026-08-07T21:44:49.408Z[ recovery-image] Aug 07 21:44:47.965 INFO O| Aug 07 21:44:47.965 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
92362026-08-07T21:44:49.408Z[ recovery-image] Aug 07 21:44:47.965 INFO O| Aug 07 21:44:47.965 INFO copying /tmp/.tmpLk9YQa/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
92372026-08-07T21:44:49.411Z[ recovery-image] Aug 07 21:44:47.965 INFO O| Aug 07 21:44:47.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
92382026-08-07T21:44:49.411Z[ recovery-image] Aug 07 21:44:47.965 INFO O| Aug 07 21:44:47.965 INFO ok!
92392026-08-07T21:44:49.411Z[ recovery-image] Aug 07 21:44:47.965 INFO O| Aug 07 21:44:47.965 INFO STEP 70 (ensure_file) COMPLETE
92402026-08-07T21:44:49.411Z[ recovery-image] Aug 07 21:44:47.965 INFO O| Aug 07 21:44:47.965 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92412026-08-07T21:44:49.417Z[ recovery-image] Aug 07 21:44:47.974 INFO O| Aug 07 21:44:47.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
92422026-08-07T21:44:49.420Z[ recovery-image] Aug 07 21:44:47.975 INFO O| Aug 07 21:44:47.975 INFO STEP 71 (remove_files) COMPLETE
92432026-08-07T21:44:49.420Z[ recovery-image] Aug 07 21:44:47.975 INFO O| Aug 07 21:44:47.975 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92442026-08-07T21:44:49.426Z[ recovery-image] Aug 07 21:44:47.983 INFO O| Aug 07 21:44:47.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
92452026-08-07T21:44:49.426Z[ recovery-image] Aug 07 21:44:47.983 INFO O| Aug 07 21:44:47.983 INFO STEP 72 (remove_files) COMPLETE
92462026-08-07T21:44:49.426Z[ recovery-image] Aug 07 21:44:47.983 INFO O| Aug 07 21:44:47.983 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92472026-08-07T21:44:49.435Z[ recovery-image] Aug 07 21:44:47.992 INFO O| Aug 07 21:44:47.992 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
92482026-08-07T21:44:49.438Z[ recovery-image] Aug 07 21:44:47.992 INFO O| Aug 07 21:44:47.992 INFO STEP 73 (remove_files) COMPLETE
92492026-08-07T21:44:49.438Z[ recovery-image] Aug 07 21:44:47.992 INFO O| Aug 07 21:44:47.992 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92502026-08-07T21:44:49.443Z[ recovery-image] Aug 07 21:44:48.001 INFO O| Aug 07 21:44:48.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
92512026-08-07T21:44:49.444Z[ recovery-image] Aug 07 21:44:48.001 INFO O| Aug 07 21:44:48.001 INFO STEP 74 (remove_files) COMPLETE
92522026-08-07T21:44:49.447Z[ recovery-image] Aug 07 21:44:48.001 INFO O| Aug 07 21:44:48.001 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92532026-08-07T21:44:49.452Z[ recovery-image] Aug 07 21:44:48.009 INFO O| Aug 07 21:44:48.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
92542026-08-07T21:44:49.455Z[ recovery-image] Aug 07 21:44:48.009 INFO O| Aug 07 21:44:48.009 INFO STEP 75 (remove_files) COMPLETE
92552026-08-07T21:44:49.455Z[ recovery-image] Aug 07 21:44:48.009 INFO O| Aug 07 21:44:48.009 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-07T21:44:49.462Z[ recovery-image] Aug 07 21:44:48.020 INFO O| Aug 07 21:44:48.020 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92572026-08-07T21:44:49.463Z[ recovery-image] Aug 07 21:44:48.020 INFO O| Aug 07 21:44:48.020 INFO STEP 76 (remove_files) COMPLETE
92582026-08-07T21:44:49.463Z[ recovery-image] Aug 07 21:44:48.020 INFO O| Aug 07 21:44:48.020 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92592026-08-07T21:44:49.473Z[ recovery-image] Aug 07 21:44:48.030 INFO O| Aug 07 21:44:48.030 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92602026-08-07T21:44:49.473Z[ recovery-image] Aug 07 21:44:48.030 INFO O| Aug 07 21:44:48.030 INFO STEP 77 (remove_files) COMPLETE
92612026-08-07T21:44:49.477Z[ recovery-image] Aug 07 21:44:48.030 INFO O| Aug 07 21:44:48.030 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-07T21:44:49.482Z[ recovery-image] Aug 07 21:44:48.039 INFO O| Aug 07 21:44:48.039 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92632026-08-07T21:44:49.482Z[ recovery-image] Aug 07 21:44:48.039 INFO O| Aug 07 21:44:48.039 INFO STEP 78 (remove_files) COMPLETE
92642026-08-07T21:44:49.485Z[ recovery-image] Aug 07 21:44:48.039 INFO O| Aug 07 21:44:48.039 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-07T21:44:49.493Z[ recovery-image] Aug 07 21:44:48.050 INFO O| Aug 07 21:44:48.050 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
92662026-08-07T21:44:49.493Z[ recovery-image] Aug 07 21:44:48.050 INFO O| Aug 07 21:44:48.050 INFO STEP 79 (remove_files) COMPLETE
92672026-08-07T21:44:49.493Z[ recovery-image] Aug 07 21:44:48.050 INFO O| Aug 07 21:44:48.050 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-07T21:44:49.505Z[ recovery-image] Aug 07 21:44:48.062 INFO O| Aug 07 21:44:48.062 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
92692026-08-07T21:44:49.505Z[ recovery-image] Aug 07 21:44:48.062 INFO O| Aug 07 21:44:48.062 INFO STEP 80 (remove_files) COMPLETE
92702026-08-07T21:44:49.505Z[ recovery-image] Aug 07 21:44:48.062 INFO O| Aug 07 21:44:48.062 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92712026-08-07T21:44:49.515Z[ recovery-image] Aug 07 21:44:48.072 INFO O| Aug 07 21:44:48.072 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
92722026-08-07T21:44:49.515Z[ recovery-image] Aug 07 21:44:48.072 INFO O| Aug 07 21:44:48.072 INFO STEP 81 (remove_files) COMPLETE
92732026-08-07T21:44:49.518Z[ recovery-image] Aug 07 21:44:48.072 INFO O| Aug 07 21:44:48.072 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92742026-08-07T21:44:49.523Z[ recovery-image] Aug 07 21:44:48.081 INFO O| Aug 07 21:44:48.081 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92752026-08-07T21:44:49.524Z[ recovery-image] Aug 07 21:44:48.081 INFO O| Aug 07 21:44:48.081 INFO STEP 82 (remove_files) COMPLETE
92762026-08-07T21:44:49.527Z[ recovery-image] Aug 07 21:44:48.081 INFO O| Aug 07 21:44:48.081 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92772026-08-07T21:44:49.532Z[ recovery-image] Aug 07 21:44:48.090 INFO O| Aug 07 21:44:48.090 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92782026-08-07T21:44:49.532Z[ recovery-image] Aug 07 21:44:48.090 INFO O| Aug 07 21:44:48.090 INFO STEP 83 (remove_files) COMPLETE
92792026-08-07T21:44:49.535Z[ recovery-image] Aug 07 21:44:48.090 INFO O| Aug 07 21:44:48.090 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92802026-08-07T21:44:49.543Z[ recovery-image] Aug 07 21:44:48.100 INFO O| Aug 07 21:44:48.100 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92812026-08-07T21:44:49.543Z[ recovery-image] Aug 07 21:44:48.100 INFO O| Aug 07 21:44:48.100 INFO STEP 84 (remove_files) COMPLETE
92822026-08-07T21:44:49.543Z[ recovery-image] Aug 07 21:44:48.100 INFO O| Aug 07 21:44:48.100 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92832026-08-07T21:44:49.555Z[ recovery-image] Aug 07 21:44:48.112 INFO O| Aug 07 21:44:48.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92842026-08-07T21:44:49.555Z[ recovery-image] Aug 07 21:44:48.112 INFO O| Aug 07 21:44:48.112 INFO STEP 85 (remove_files) COMPLETE
92852026-08-07T21:44:49.560Z[ recovery-image] Aug 07 21:44:48.112 INFO O| Aug 07 21:44:48.112 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92862026-08-07T21:44:49.565Z[ recovery-image] Aug 07 21:44:48.122 INFO O| Aug 07 21:44:48.122 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
92872026-08-07T21:44:49.566Z[ recovery-image] Aug 07 21:44:48.122 INFO O| Aug 07 21:44:48.122 INFO STEP 86 (remove_files) COMPLETE
92882026-08-07T21:44:49.566Z[ recovery-image] Aug 07 21:44:48.122 INFO O| Aug 07 21:44:48.122 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92892026-08-07T21:44:49.575Z[ recovery-image] Aug 07 21:44:48.132 INFO O| Aug 07 21:44:48.132 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92902026-08-07T21:44:49.575Z[ recovery-image] Aug 07 21:44:48.132 INFO O| Aug 07 21:44:48.132 INFO STEP 87 (remove_files) COMPLETE
92912026-08-07T21:44:49.575Z[ recovery-image] Aug 07 21:44:48.132 INFO O| Aug 07 21:44:48.132 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92922026-08-07T21:44:49.607Z[ recovery-image] Aug 07 21:44:48.143 INFO O| Aug 07 21:44:48.143 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92932026-08-07T21:44:49.607Z[ recovery-image] Aug 07 21:44:48.143 INFO O| Aug 07 21:44:48.143 INFO STEP 88 (remove_files) COMPLETE
92942026-08-07T21:44:49.607Z[ recovery-image] Aug 07 21:44:48.143 INFO O| Aug 07 21:44:48.143 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92952026-08-07T21:44:49.611Z[ recovery-image] Aug 07 21:44:48.153 INFO O| Aug 07 21:44:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92962026-08-07T21:44:49.611Z[ recovery-image] Aug 07 21:44:48.153 INFO O| Aug 07 21:44:48.153 INFO STEP 89 (remove_files) COMPLETE
92972026-08-07T21:44:49.612Z[ recovery-image] Aug 07 21:44:48.154 INFO O| Aug 07 21:44:48.153 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92982026-08-07T21:44:49.612Z[ recovery-image] Aug 07 21:44:48.164 INFO O| Aug 07 21:44:48.164 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92992026-08-07T21:44:49.612Z[ recovery-image] Aug 07 21:44:48.164 INFO O| Aug 07 21:44:48.164 INFO STEP 90 (remove_files) COMPLETE
93002026-08-07T21:44:49.612Z[ recovery-image] Aug 07 21:44:48.164 INFO O| Aug 07 21:44:48.164 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93012026-08-07T21:44:49.616Z[ recovery-image] Aug 07 21:44:48.174 INFO O| Aug 07 21:44:48.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93022026-08-07T21:44:49.620Z[ recovery-image] Aug 07 21:44:48.174 INFO O| Aug 07 21:44:48.174 INFO STEP 91 (remove_files) COMPLETE
93032026-08-07T21:44:49.620Z[ recovery-image] Aug 07 21:44:48.174 INFO O| Aug 07 21:44:48.174 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93042026-08-07T21:44:49.640Z[ recovery-image] Aug 07 21:44:48.186 INFO O| Aug 07 21:44:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
93052026-08-07T21:44:49.640Z[ recovery-image] Aug 07 21:44:48.186 INFO O| Aug 07 21:44:48.186 INFO STEP 92 (remove_files) COMPLETE
93062026-08-07T21:44:49.640Z[ recovery-image] Aug 07 21:44:48.186 INFO O| Aug 07 21:44:48.186 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.197 INFO O| Aug 07 21:44:48.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93082026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.197 INFO O| Aug 07 21:44:48.197 INFO STEP 93 (remove_files) COMPLETE
93092026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.197 INFO O| Aug 07 21:44:48.197 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93102026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.206 INFO O| Aug 07 21:44:48.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
93112026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.206 INFO O| Aug 07 21:44:48.206 INFO STEP 94 (remove_files) COMPLETE
93122026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.206 INFO O| Aug 07 21:44:48.206 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93132026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.215 INFO O| Aug 07 21:44:48.215 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
93142026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.215 INFO O| Aug 07 21:44:48.215 INFO STEP 95 (remove_files) COMPLETE
93152026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.215 INFO O| Aug 07 21:44:48.215 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93162026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.223 INFO O| Aug 07 21:44:48.223 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
93172026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.223 INFO O| Aug 07 21:44:48.223 INFO STEP 96 (remove_files) COMPLETE
93182026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.223 INFO O| Aug 07 21:44:48.223 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93192026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.231 INFO O| Aug 07 21:44:48.231 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
93202026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.231 INFO O| Aug 07 21:44:48.231 INFO STEP 97 (remove_files) COMPLETE
93212026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.231 INFO O| Aug 07 21:44:48.231 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93222026-08-07T21:44:50.580Z[ recovery-image] Aug 07 21:44:48.240 INFO O| Aug 07 21:44:48.240 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93232026-08-07T21:44:50.581Z[ recovery-image] Aug 07 21:44:48.240 INFO O| Aug 07 21:44:48.240 INFO STEP 98 (remove_files) COMPLETE
93242026-08-07T21:44:50.581Z[ recovery-image] Aug 07 21:44:48.240 INFO O| Aug 07 21:44:48.240 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93252026-08-07T21:44:50.581Z[ recovery-image] Aug 07 21:44:48.250 INFO O| Aug 07 21:44:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93262026-08-07T21:44:50.581Z[ recovery-image] Aug 07 21:44:48.250 INFO O| Aug 07 21:44:48.250 INFO STEP 99 (remove_files) COMPLETE
93272026-08-07T21:44:50.581Z[ recovery-image] Aug 07 21:44:48.250 INFO O| Aug 07 21:44:48.250 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93282026-08-07T21:44:50.582Z[ recovery-image] Aug 07 21:44:48.265 INFO O| Aug 07 21:44:48.265 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93292026-08-07T21:44:50.582Z[ recovery-image] Aug 07 21:44:48.265 INFO O| Aug 07 21:44:48.265 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93302026-08-07T21:44:50.816Z[ host-image] Aug 07 21:44:49.373 INFO O| creating archive...
93312026-08-07T21:44:50.838Z[ host-image] Aug 07 21:44:49.394 INFO O| missing from packaging:
93322026-08-07T21:44:50.845Z[ host-image] Aug 07 21:44:49.395 INFO O| "etc/.pwd.lock"
93332026-08-07T21:44:50.846Z[ host-image] Aug 07 21:44:49.395 INFO O| "etc/bash"
93342026-08-07T21:44:50.846Z[ host-image] Aug 07 21:44:49.398 INFO O| "etc/svc/profile/generic.xml"
93352026-08-07T21:44:50.846Z[ host-image] Aug 07 21:44:49.398 INFO O| "etc/svc/profile/inetd_services.xml"
93362026-08-07T21:44:50.846Z[ host-image] Aug 07 21:44:49.398 INFO O| "etc/svc/profile/name_service.xml"
93372026-08-07T21:44:50.846Z[ host-image] Aug 07 21:44:49.398 INFO O| "etc/svc/profile/platform.xml"
93382026-08-07T21:44:50.851Z[ host-image] Aug 07 21:44:49.398 INFO O| "etc/svc/profile/platform_omicron1.xml"
93392026-08-07T21:44:50.851Z[ host-image] Aug 07 21:44:49.398 INFO O| "etc/svc/repository.db"
93402026-08-07T21:44:50.851Z[ host-image] Aug 07 21:44:49.405 INFO O| "opt/ooce/share"
93412026-08-07T21:44:50.851Z[ host-image] Aug 07 21:44:49.405 INFO O| "opt/ooce/share/man"
93422026-08-07T21:44:50.851Z[ host-image] Aug 07 21:44:49.405 INFO O| "opt/ooce/share/man/man1"
93432026-08-07T21:44:50.857Z[ host-image] Aug 07 21:44:49.413 INFO O| finishing archive...
93442026-08-07T21:44:53.597Z[ host-image] Aug 07 21:44:52.154 INFO O| creating gzonly manifest...
93452026-08-07T21:44:53.604Z[ host-image] Aug 07 21:44:52.161 INFO O| ok
93462026-08-07T21:44:53.777Z[ host-image] Aug 07 21:44:52.334 INFO image builder template: ramdisk-02-trim...
93472026-08-07T21:44:53.777Z[ host-image] Aug 07 21:44:52.334 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/.tmpLk9YQa/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
93482026-08-07T21:44:53.888Z[ host-image] Aug 07 21:44:52.439 INFO O| Aug 07 21:44:52.439 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93492026-08-07T21:44:53.892Z[ host-image] Aug 07 21:44:52.444 INFO O| Aug 07 21:44:52.444 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93502026-08-07T21:44:54.593Z[ recovery-image] Aug 07 21:44:53.149 INFO O| Aug 07 21:44:53.149 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
93512026-08-07T21:44:54.594Z[ recovery-image] Aug 07 21:44:53.149 INFO O| Aug 07 21:44:53.149 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93522026-08-07T21:44:54.607Z[ recovery-image] Aug 07 21:44:53.164 INFO O| Aug 07 21:44:53.164 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93532026-08-07T21:44:54.784Z[ recovery-image] Aug 07 21:44:53.264 INFO O| Aug 07 21:44:53.264 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"}
93542026-08-07T21:44:54.788Z[ recovery-image] Aug 07 21:44:53.323 INFO O| Aug 07 21:44:53.323 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93552026-08-07T21:44:54.833Z[ recovery-image] Aug 07 21:44:53.390 INFO O| Aug 07 21:44:53.390 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93562026-08-07T21:44:54.833Z[ recovery-image] Aug 07 21:44:53.390 INFO O| Aug 07 21:44:53.390 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 ...
93572026-08-07T21:44:54.840Z[ recovery-image] Aug 07 21:44:53.392 INFO O| Aug 07 21:44:53.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93582026-08-07T21:44:54.840Z[ recovery-image] Aug 07 21:44:53.392 INFO O| Aug 07 21:44:53.392 INFO ok!
93592026-08-07T21:44:54.840Z[ recovery-image] Aug 07 21:44:53.392 INFO O| Aug 07 21:44:53.392 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93602026-08-07T21:44:54.840Z[ recovery-image] Aug 07 21:44:53.392 INFO O| Aug 07 21:44:53.392 INFO STEP 100 (seed_smf) COMPLETE
93612026-08-07T21:44:54.840Z[ recovery-image] Aug 07 21:44:53.392 INFO O| Aug 07 21:44:53.392 INFO steps complete; finalising image!
93622026-08-07T21:44:54.840Z[ recovery-image] Aug 07 21:44:53.392 INFO O| Aug 07 21:44:53.392 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93632026-08-07T21:44:54.904Z[ recovery-image] Aug 07 21:44:53.461 INFO O| Aug 07 21:44:53.461 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 7 21:44:53 2026)
93642026-08-07T21:44:55.110Z[ recovery-image] Aug 07 21:44:53.667 INFO O| Aug 07 21:44:53.667 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Fri Aug 7 21:44:53 2026)
93652026-08-07T21:44:55.316Z[ recovery-image] Aug 07 21:44:53.873 INFO O| Aug 07 21:44:53.873 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Fri Aug 7 21:44:53 2026)
93662026-08-07T21:44:55.438Z[ host-image] Aug 07 21:44:53.996 INFO O| Aug 07 21:44:53.996 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93672026-08-07T21:44:55.541Z[ recovery-image] Aug 07 21:44:54.098 INFO O| Aug 07 21:44:54.098 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
93682026-08-07T21:44:55.541Z[ recovery-image] Aug 07 21:44:54.098 INFO O| Aug 07 21:44:54.098 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93692026-08-07T21:44:55.576Z[verify-libraries] Compiling oso v0.27.3
93702026-08-07T21:44:55.584Z[ host-image] Aug 07 21:44:54.140 INFO O| Aug 07 21:44:54.140 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93712026-08-07T21:44:55.584Z[ host-image] Aug 07 21:44:54.140 INFO O| Aug 07 21:44:54.140 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93722026-08-07T21:44:55.594Z[ host-image] Aug 07 21:44:54.146 INFO O| Aug 07 21:44:54.146 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93732026-08-07T21:44:55.594Z[ host-image] Aug 07 21:44:54.151 INFO O| Aug 07 21:44:54.151 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93742026-08-07T21:44:55.614Z[ host-image] Aug 07 21:44:54.158 INFO O| Aug 07 21:44:54.158 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93752026-08-07T21:44:56.224Z[ recovery-image] Aug 07 21:44:54.781 INFO O| Aug 07 21:44:54.781 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
93762026-08-07T21:44:56.224Z[ recovery-image] Aug 07 21:44:54.781 INFO O| Aug 07 21:44:54.781 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93772026-08-07T21:44:57.020Z[ host-image] Aug 07 21:44:55.576 INFO O| Aug 07 21:44:55.576 INFO rolled back to input snapshot; work may begin
93782026-08-07T21:44:57.020Z[ host-image] Aug 07 21:44:55.576 INFO O| Aug 07 21:44:55.576 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93792026-08-07T21:44:57.024Z[ host-image] Aug 07 21:44:55.581 INFO O| Aug 07 21:44:55.581 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802026-08-07T21:44:57.035Z[ host-image] Aug 07 21:44:55.592 INFO O| Aug 07 21:44:55.592 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93812026-08-07T21:44:57.087Z[ host-image] Aug 07 21:44:55.645 INFO O| Aug 07 21:44:55.645 INFO STEP 0 (remove_files) COMPLETE
93822026-08-07T21:44:57.088Z[ host-image] Aug 07 21:44:55.645 INFO O| Aug 07 21:44:55.645 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832026-08-07T21:44:57.099Z[ host-image] Aug 07 21:44:55.656 INFO O| Aug 07 21:44:55.656 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93842026-08-07T21:44:57.102Z[ host-image] Aug 07 21:44:55.658 INFO O| Aug 07 21:44:55.658 INFO STEP 1 (remove_files) COMPLETE
93852026-08-07T21:44:57.102Z[ host-image] Aug 07 21:44:55.658 INFO O| Aug 07 21:44:55.658 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862026-08-07T21:44:57.112Z[ host-image] Aug 07 21:44:55.669 INFO O| Aug 07 21:44:55.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93872026-08-07T21:44:57.127Z[ host-image] Aug 07 21:44:55.684 INFO O| Aug 07 21:44:55.684 INFO STEP 2 (remove_files) COMPLETE
93882026-08-07T21:44:57.127Z[ host-image] Aug 07 21:44:55.684 INFO O| Aug 07 21:44:55.684 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-08-07T21:44:57.139Z[ host-image] Aug 07 21:44:55.696 INFO O| Aug 07 21:44:55.696 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93902026-08-07T21:44:57.142Z[ host-image] Aug 07 21:44:55.698 INFO O| Aug 07 21:44:55.698 INFO STEP 3 (remove_files) COMPLETE
93912026-08-07T21:44:57.142Z[ host-image] Aug 07 21:44:55.698 INFO O| Aug 07 21:44:55.698 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93922026-08-07T21:44:57.151Z[ host-image] Aug 07 21:44:55.709 INFO O| Aug 07 21:44:55.709 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93932026-08-07T21:44:57.156Z[ host-image] Aug 07 21:44:55.712 INFO O| Aug 07 21:44:55.712 INFO STEP 4 (remove_files) COMPLETE
93942026-08-07T21:44:57.156Z[ host-image] Aug 07 21:44:55.712 INFO O| Aug 07 21:44:55.712 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952026-08-07T21:44:57.167Z[ host-image] Aug 07 21:44:55.723 INFO O| Aug 07 21:44:55.723 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93962026-08-07T21:44:57.170Z[ host-image] Aug 07 21:44:55.726 INFO O| Aug 07 21:44:55.726 INFO STEP 5 (remove_files) COMPLETE
93972026-08-07T21:44:57.170Z[ host-image] Aug 07 21:44:55.726 INFO O| Aug 07 21:44:55.726 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93982026-08-07T21:44:57.179Z[ host-image] Aug 07 21:44:55.737 INFO O| Aug 07 21:44:55.737 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
93992026-08-07T21:44:57.194Z[ host-image] Aug 07 21:44:55.749 INFO O| Aug 07 21:44:55.749 INFO STEP 6 (remove_files) COMPLETE
94002026-08-07T21:44:57.195Z[ host-image] Aug 07 21:44:55.749 INFO O| Aug 07 21:44:55.749 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-08-07T21:44:57.195Z[ host-image] Aug 07 21:44:55.749 INFO O| Aug 07 21:44:55.749 INFO skip step because feature "heliosv2" is not enabled
94022026-08-07T21:44:57.195Z[ host-image] Aug 07 21:44:55.749 INFO O| Aug 07 21:44:55.749 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-08-07T21:44:57.203Z[ host-image] Aug 07 21:44:55.760 INFO O| Aug 07 21:44:55.760 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94042026-08-07T21:44:57.214Z[ host-image] Aug 07 21:44:55.771 INFO O| Aug 07 21:44:55.771 INFO STEP 8 (remove_files) COMPLETE
94052026-08-07T21:44:57.214Z[ host-image] Aug 07 21:44:55.771 INFO O| Aug 07 21:44:55.771 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94062026-08-07T21:44:57.224Z[ host-image] Aug 07 21:44:55.781 INFO O| Aug 07 21:44:55.781 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94072026-08-07T21:44:57.297Z[ host-image] Aug 07 21:44:55.854 INFO O| Aug 07 21:44:55.854 INFO STEP 9 (remove_files) COMPLETE
94082026-08-07T21:44:57.297Z[ host-image] Aug 07 21:44:55.854 INFO O| Aug 07 21:44:55.854 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-08-07T21:44:57.363Z[ host-image] Aug 07 21:44:55.920 INFO O| Aug 07 21:44:55.920 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94102026-08-07T21:44:57.547Z[ host-image] Aug 07 21:44:56.105 INFO O| Aug 07 21:44:56.104 INFO STEP 10 (remove_files) COMPLETE
94112026-08-07T21:44:57.548Z[ host-image] Aug 07 21:44:56.105 INFO O| Aug 07 21:44:56.104 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122026-08-07T21:44:57.590Z[ host-image] Aug 07 21:44:56.138 INFO O| Aug 07 21:44:56.138 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94132026-08-07T21:44:57.613Z[ host-image] Aug 07 21:44:56.141 INFO O| Aug 07 21:44:56.141 INFO STEP 11 (remove_files) COMPLETE
94142026-08-07T21:44:57.613Z[ host-image] Aug 07 21:44:56.141 INFO O| Aug 07 21:44:56.141 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-08-07T21:44:57.622Z[ host-image] Aug 07 21:44:56.179 INFO O| Aug 07 21:44:56.179 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94162026-08-07T21:44:57.625Z[ host-image] Aug 07 21:44:56.180 INFO O| Aug 07 21:44:56.180 INFO STEP 12 (remove_files) COMPLETE
94172026-08-07T21:44:57.625Z[ host-image] Aug 07 21:44:56.180 INFO O| Aug 07 21:44:56.180 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-08-07T21:44:57.636Z[ host-image] Aug 07 21:44:56.192 INFO O| Aug 07 21:44:56.192 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94192026-08-07T21:44:57.636Z[ host-image] Aug 07 21:44:56.194 INFO O| Aug 07 21:44:56.194 INFO STEP 13 (remove_files) COMPLETE
94202026-08-07T21:44:57.637Z[ host-image] Aug 07 21:44:56.194 INFO O| Aug 07 21:44:56.194 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-07T21:44:57.683Z[ host-image] Aug 07 21:44:56.239 INFO O| Aug 07 21:44:56.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94222026-08-07T21:44:57.713Z[ host-image] Aug 07 21:44:56.270 INFO O| Aug 07 21:44:56.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94232026-08-07T21:44:57.947Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94242026-08-07T21:44:57.947Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94252026-08-07T21:44:57.947Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94262026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94272026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94282026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94292026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94302026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94312026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94322026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94332026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94342026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.504 INFO O| Aug 07 21:44:56.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94352026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.505 INFO O| Aug 07 21:44:56.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94362026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.505 INFO O| Aug 07 21:44:56.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94372026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.505 INFO O| Aug 07 21:44:56.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94382026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.505 INFO O| Aug 07 21:44:56.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94392026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.505 INFO O| Aug 07 21:44:56.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94402026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.506 INFO O| Aug 07 21:44:56.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94412026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.506 INFO O| Aug 07 21:44:56.506 INFO STEP 14 (remove_files) COMPLETE
94422026-08-07T21:44:57.951Z[ host-image] Aug 07 21:44:56.506 INFO O| Aug 07 21:44:56.506 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-07T21:44:57.976Z[ host-image] Aug 07 21:44:56.533 INFO O| Aug 07 21:44:56.533 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94442026-08-07T21:44:57.980Z[ host-image] Aug 07 21:44:56.534 INFO O| Aug 07 21:44:56.534 INFO STEP 15 (remove_files) COMPLETE
94452026-08-07T21:44:57.980Z[ host-image] Aug 07 21:44:56.534 INFO O| Aug 07 21:44:56.534 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-07T21:44:57.987Z[ host-image] Aug 07 21:44:56.544 INFO O| Aug 07 21:44:56.544 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94472026-08-07T21:44:57.993Z[ host-image] Aug 07 21:44:56.551 INFO O| Aug 07 21:44:56.551 INFO STEP 16 (remove_files) COMPLETE
94482026-08-07T21:44:57.993Z[ host-image] Aug 07 21:44:56.551 INFO O| Aug 07 21:44:56.551 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-08-07T21:44:58.003Z[ host-image] Aug 07 21:44:56.561 INFO O| Aug 07 21:44:56.560 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94502026-08-07T21:44:58.007Z[ host-image] Aug 07 21:44:56.561 INFO O| Aug 07 21:44:56.561 INFO STEP 17 (remove_files) COMPLETE
94512026-08-07T21:44:58.007Z[ host-image] Aug 07 21:44:56.561 INFO O| Aug 07 21:44:56.561 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-08-07T21:44:58.015Z[ host-image] Aug 07 21:44:56.569 INFO O| Aug 07 21:44:56.569 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94532026-08-07T21:44:58.015Z[ host-image] Aug 07 21:44:56.571 INFO O| Aug 07 21:44:56.571 INFO STEP 18 (remove_files) COMPLETE
94542026-08-07T21:44:58.018Z[ host-image] Aug 07 21:44:56.571 INFO O| Aug 07 21:44:56.571 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-08-07T21:44:58.022Z[ host-image] Aug 07 21:44:56.580 INFO O| Aug 07 21:44:56.580 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94562026-08-07T21:44:58.022Z[ host-image] Aug 07 21:44:56.580 INFO O| Aug 07 21:44:56.580 INFO STEP 19 (remove_files) COMPLETE
94572026-08-07T21:44:58.026Z[ host-image] Aug 07 21:44:56.580 INFO O| Aug 07 21:44:56.580 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-08-07T21:44:58.033Z[ host-image] Aug 07 21:44:56.590 INFO O| Aug 07 21:44:56.590 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94592026-08-07T21:44:58.033Z[ host-image] Aug 07 21:44:56.590 INFO O| Aug 07 21:44:56.590 INFO STEP 20 (remove_files) COMPLETE
94602026-08-07T21:44:58.036Z[ host-image] Aug 07 21:44:56.590 INFO O| Aug 07 21:44:56.590 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-08-07T21:44:58.065Z[ host-image] Aug 07 21:44:56.622 INFO O| Aug 07 21:44:56.622 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94622026-08-07T21:44:58.065Z[ host-image] Aug 07 21:44:56.622 INFO O| Aug 07 21:44:56.622 INFO STEP 21 (remove_files) COMPLETE
94632026-08-07T21:44:58.065Z[ host-image] Aug 07 21:44:56.622 INFO O| Aug 07 21:44:56.622 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-08-07T21:44:58.073Z[ host-image] Aug 07 21:44:56.631 INFO O| Aug 07 21:44:56.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94652026-08-07T21:44:58.073Z[ host-image] Aug 07 21:44:56.631 INFO O| Aug 07 21:44:56.631 INFO STEP 22 (remove_files) COMPLETE
94662026-08-07T21:44:58.077Z[ host-image] Aug 07 21:44:56.631 INFO O| Aug 07 21:44:56.631 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-08-07T21:44:58.084Z[ host-image] Aug 07 21:44:56.640 INFO O| Aug 07 21:44:56.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94682026-08-07T21:44:58.084Z[ host-image] Aug 07 21:44:56.640 INFO O| Aug 07 21:44:56.640 INFO STEP 23 (remove_files) COMPLETE
94692026-08-07T21:44:58.087Z[ host-image] Aug 07 21:44:56.640 INFO O| Aug 07 21:44:56.640 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-08-07T21:44:58.091Z[ host-image] Aug 07 21:44:56.648 INFO O| Aug 07 21:44:56.648 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94712026-08-07T21:44:58.091Z[ host-image] Aug 07 21:44:56.648 INFO O| Aug 07 21:44:56.648 INFO STEP 24 (remove_files) COMPLETE
94722026-08-07T21:44:58.091Z[ host-image] Aug 07 21:44:56.648 INFO O| Aug 07 21:44:56.648 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-08-07T21:44:58.101Z[ host-image] Aug 07 21:44:56.657 INFO O| Aug 07 21:44:56.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94742026-08-07T21:44:58.101Z[ host-image] Aug 07 21:44:56.657 INFO O| Aug 07 21:44:56.657 INFO STEP 25 (remove_files) COMPLETE
94752026-08-07T21:44:58.101Z[ host-image] Aug 07 21:44:56.657 INFO O| Aug 07 21:44:56.657 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-08-07T21:44:58.108Z[ host-image] Aug 07 21:44:56.666 INFO O| Aug 07 21:44:56.666 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94772026-08-07T21:44:58.109Z[ host-image] Aug 07 21:44:56.666 INFO O| Aug 07 21:44:56.666 INFO STEP 26 (remove_files) COMPLETE
94782026-08-07T21:44:58.109Z[ host-image] Aug 07 21:44:56.666 INFO O| Aug 07 21:44:56.666 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-07T21:44:58.117Z[ host-image] Aug 07 21:44:56.674 INFO O| Aug 07 21:44:56.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94802026-08-07T21:44:58.117Z[ host-image] Aug 07 21:44:56.674 INFO O| Aug 07 21:44:56.674 INFO STEP 27 (remove_files) COMPLETE
94812026-08-07T21:44:58.117Z[ host-image] Aug 07 21:44:56.674 INFO O| Aug 07 21:44:56.674 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-07T21:44:58.146Z[ host-image] Aug 07 21:44:56.703 INFO O| Aug 07 21:44:56.703 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94832026-08-07T21:44:58.146Z[ host-image] Aug 07 21:44:56.703 INFO O| Aug 07 21:44:56.703 INFO STEP 28 (remove_files) COMPLETE
94842026-08-07T21:44:58.146Z[ host-image] Aug 07 21:44:56.703 INFO O| Aug 07 21:44:56.703 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-07T21:44:58.156Z[ host-image] Aug 07 21:44:56.712 INFO O| Aug 07 21:44:56.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94862026-08-07T21:44:58.156Z[ host-image] Aug 07 21:44:56.712 INFO O| Aug 07 21:44:56.712 INFO STEP 29 (remove_files) COMPLETE
94872026-08-07T21:44:58.156Z[ host-image] Aug 07 21:44:56.712 INFO O| Aug 07 21:44:56.712 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-07T21:44:58.176Z[ host-image] Aug 07 21:44:56.733 INFO O| Aug 07 21:44:56.733 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94892026-08-07T21:44:58.176Z[ host-image] Aug 07 21:44:56.733 INFO O| Aug 07 21:44:56.733 INFO STEP 30 (remove_files) COMPLETE
94902026-08-07T21:44:58.188Z[ host-image] Aug 07 21:44:56.733 INFO O| Aug 07 21:44:56.733 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-07T21:44:58.242Z[ host-image] Aug 07 21:44:56.799 INFO O| Aug 07 21:44:56.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94922026-08-07T21:44:58.242Z[ host-image] Aug 07 21:44:56.799 INFO O| Aug 07 21:44:56.799 INFO STEP 31 (remove_files) COMPLETE
94932026-08-07T21:44:58.242Z[ host-image] Aug 07 21:44:56.799 INFO O| Aug 07 21:44:56.799 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-07T21:44:58.253Z[ host-image] Aug 07 21:44:56.810 INFO O| Aug 07 21:44:56.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94952026-08-07T21:44:58.253Z[ host-image] Aug 07 21:44:56.810 INFO O| Aug 07 21:44:56.810 INFO STEP 32 (remove_files) COMPLETE
94962026-08-07T21:44:58.254Z[ host-image] Aug 07 21:44:56.810 INFO O| Aug 07 21:44:56.810 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-07T21:44:58.264Z[ host-image] Aug 07 21:44:56.821 INFO O| Aug 07 21:44:56.821 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
94982026-08-07T21:44:58.365Z[ host-image] Aug 07 21:44:56.922 INFO O| Aug 07 21:44:56.921 INFO STEP 33 (remove_files) COMPLETE
94992026-08-07T21:44:58.365Z[ host-image] Aug 07 21:44:56.922 INFO O| Aug 07 21:44:56.922 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-07T21:44:58.376Z[ host-image] Aug 07 21:44:56.933 INFO O| Aug 07 21:44:56.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95012026-08-07T21:44:58.376Z[ host-image] Aug 07 21:44:56.933 INFO O| Aug 07 21:44:56.933 INFO STEP 34 (remove_files) COMPLETE
95022026-08-07T21:44:58.380Z[ host-image] Aug 07 21:44:56.933 INFO O| Aug 07 21:44:56.933 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-07T21:44:58.387Z[ host-image] Aug 07 21:44:56.944 INFO O| Aug 07 21:44:56.944 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95042026-08-07T21:44:58.387Z[ host-image] Aug 07 21:44:56.944 INFO O| Aug 07 21:44:56.944 INFO STEP 35 (remove_files) COMPLETE
95052026-08-07T21:44:58.387Z[ host-image] Aug 07 21:44:56.944 INFO O| Aug 07 21:44:56.944 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-07T21:44:58.398Z[ host-image] Aug 07 21:44:56.955 INFO O| Aug 07 21:44:56.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95072026-08-07T21:44:58.398Z[ host-image] Aug 07 21:44:56.955 INFO O| Aug 07 21:44:56.955 INFO STEP 36 (remove_files) COMPLETE
95082026-08-07T21:44:58.398Z[ host-image] Aug 07 21:44:56.955 INFO O| Aug 07 21:44:56.955 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-07T21:44:58.409Z[ host-image] Aug 07 21:44:56.966 INFO O| Aug 07 21:44:56.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95102026-08-07T21:44:58.409Z[ host-image] Aug 07 21:44:56.966 INFO O| Aug 07 21:44:56.966 INFO STEP 37 (remove_files) COMPLETE
95112026-08-07T21:44:58.413Z[ host-image] Aug 07 21:44:56.966 INFO O| Aug 07 21:44:56.966 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-07T21:44:58.419Z[ host-image] Aug 07 21:44:56.977 INFO O| Aug 07 21:44:56.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95132026-08-07T21:44:58.420Z[ host-image] Aug 07 21:44:56.977 INFO O| Aug 07 21:44:56.977 INFO STEP 38 (remove_files) COMPLETE
95142026-08-07T21:44:58.423Z[ host-image] Aug 07 21:44:56.977 INFO O| Aug 07 21:44:56.977 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-07T21:44:58.430Z[ host-image] Aug 07 21:44:56.987 INFO O| Aug 07 21:44:56.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95162026-08-07T21:44:58.430Z[ host-image] Aug 07 21:44:56.987 INFO O| Aug 07 21:44:56.987 INFO STEP 39 (remove_files) COMPLETE
95172026-08-07T21:44:58.433Z[ host-image] Aug 07 21:44:56.987 INFO O| Aug 07 21:44:56.987 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-07T21:44:58.455Z[ host-image] Aug 07 21:44:57.012 INFO O| Aug 07 21:44:57.012 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95192026-08-07T21:44:58.455Z[ host-image] Aug 07 21:44:57.012 INFO O| Aug 07 21:44:57.012 INFO STEP 40 (remove_files) COMPLETE
95202026-08-07T21:44:58.455Z[ host-image] Aug 07 21:44:57.012 INFO O| Aug 07 21:44:57.012 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-07T21:44:58.503Z[ host-image] Aug 07 21:44:57.060 INFO O| Aug 07 21:44:57.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95222026-08-07T21:44:58.503Z[ host-image] Aug 07 21:44:57.060 INFO O| Aug 07 21:44:57.060 INFO STEP 41 (remove_files) COMPLETE
95232026-08-07T21:44:58.503Z[ host-image] Aug 07 21:44:57.060 INFO O| Aug 07 21:44:57.060 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-07T21:44:58.513Z[ host-image] Aug 07 21:44:57.070 INFO O| Aug 07 21:44:57.070 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95252026-08-07T21:44:58.513Z[ host-image] Aug 07 21:44:57.070 INFO O| Aug 07 21:44:57.070 INFO STEP 42 (remove_files) COMPLETE
95262026-08-07T21:44:58.513Z[ host-image] Aug 07 21:44:57.070 INFO O| Aug 07 21:44:57.070 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-07T21:44:58.524Z[ host-image] Aug 07 21:44:57.081 INFO O| Aug 07 21:44:57.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95282026-08-07T21:44:58.524Z[ host-image] Aug 07 21:44:57.081 INFO O| Aug 07 21:44:57.081 INFO STEP 43 (remove_files) COMPLETE
95292026-08-07T21:44:58.524Z[ host-image] Aug 07 21:44:57.081 INFO O| Aug 07 21:44:57.081 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-07T21:44:58.534Z[ host-image] Aug 07 21:44:57.091 INFO O| Aug 07 21:44:57.091 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95312026-08-07T21:44:58.534Z[ host-image] Aug 07 21:44:57.091 INFO O| Aug 07 21:44:57.091 INFO STEP 44 (remove_files) COMPLETE
95322026-08-07T21:44:58.538Z[ host-image] Aug 07 21:44:57.091 INFO O| Aug 07 21:44:57.091 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-07T21:44:58.544Z[ host-image] Aug 07 21:44:57.102 INFO O| Aug 07 21:44:57.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95342026-08-07T21:44:58.544Z[ host-image] Aug 07 21:44:57.102 INFO O| Aug 07 21:44:57.102 INFO STEP 45 (remove_files) COMPLETE
95352026-08-07T21:44:58.544Z[ host-image] Aug 07 21:44:57.102 INFO O| Aug 07 21:44:57.102 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-07T21:44:58.557Z[ host-image] Aug 07 21:44:57.114 INFO O| Aug 07 21:44:57.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95372026-08-07T21:44:58.558Z[ host-image] Aug 07 21:44:57.114 INFO O| Aug 07 21:44:57.114 INFO STEP 46 (remove_files) COMPLETE
95382026-08-07T21:44:58.558Z[ host-image] Aug 07 21:44:57.114 INFO O| Aug 07 21:44:57.114 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-07T21:44:58.567Z[ host-image] Aug 07 21:44:57.125 INFO O| Aug 07 21:44:57.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95402026-08-07T21:44:58.567Z[ host-image] Aug 07 21:44:57.125 INFO O| Aug 07 21:44:57.125 INFO STEP 47 (remove_files) COMPLETE
95412026-08-07T21:44:58.568Z[ host-image] Aug 07 21:44:57.125 INFO O| Aug 07 21:44:57.125 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-07T21:44:58.578Z[ host-image] Aug 07 21:44:57.135 INFO O| Aug 07 21:44:57.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95432026-08-07T21:44:58.578Z[ host-image] Aug 07 21:44:57.135 INFO O| Aug 07 21:44:57.135 INFO STEP 48 (remove_files) COMPLETE
95442026-08-07T21:44:58.578Z[ host-image] Aug 07 21:44:57.135 INFO O| Aug 07 21:44:57.135 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-07T21:44:58.587Z[ host-image] Aug 07 21:44:57.144 INFO O| Aug 07 21:44:57.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95462026-08-07T21:44:58.587Z[ host-image] Aug 07 21:44:57.144 INFO O| Aug 07 21:44:57.144 INFO STEP 49 (remove_files) COMPLETE
95472026-08-07T21:44:58.587Z[ host-image] Aug 07 21:44:57.144 INFO O| Aug 07 21:44:57.144 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-07T21:44:58.596Z[ host-image] Aug 07 21:44:57.153 INFO O| Aug 07 21:44:57.153 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95492026-08-07T21:44:58.596Z[ host-image] Aug 07 21:44:57.153 INFO O| Aug 07 21:44:57.153 INFO STEP 50 (remove_files) COMPLETE
95502026-08-07T21:44:58.596Z[ host-image] Aug 07 21:44:57.153 INFO O| Aug 07 21:44:57.153 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-07T21:44:58.605Z[ host-image] Aug 07 21:44:57.162 INFO O| Aug 07 21:44:57.162 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95522026-08-07T21:44:58.605Z[ host-image] Aug 07 21:44:57.162 INFO O| Aug 07 21:44:57.162 INFO STEP 51 (remove_files) COMPLETE
95532026-08-07T21:44:58.605Z[ host-image] Aug 07 21:44:57.162 INFO O| Aug 07 21:44:57.162 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-07T21:44:58.614Z[ host-image] Aug 07 21:44:57.171 INFO O| Aug 07 21:44:57.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95552026-08-07T21:44:58.614Z[ host-image] Aug 07 21:44:57.172 INFO O| Aug 07 21:44:57.172 INFO STEP 52 (remove_files) COMPLETE
95562026-08-07T21:44:58.618Z[ host-image] Aug 07 21:44:57.172 INFO O| Aug 07 21:44:57.172 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-07T21:44:58.624Z[ host-image] Aug 07 21:44:57.181 INFO O| Aug 07 21:44:57.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95582026-08-07T21:44:58.624Z[ host-image] Aug 07 21:44:57.181 INFO O| Aug 07 21:44:57.181 INFO STEP 53 (remove_files) COMPLETE
95592026-08-07T21:44:58.627Z[ host-image] Aug 07 21:44:57.181 INFO O| Aug 07 21:44:57.181 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-07T21:44:58.634Z[ host-image] Aug 07 21:44:57.191 INFO O| Aug 07 21:44:57.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95612026-08-07T21:44:58.634Z[ host-image] Aug 07 21:44:57.191 INFO O| Aug 07 21:44:57.191 INFO STEP 54 (remove_files) COMPLETE
95622026-08-07T21:44:58.634Z[ host-image] Aug 07 21:44:57.191 INFO O| Aug 07 21:44:57.191 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-07T21:44:58.643Z[ host-image] Aug 07 21:44:57.200 INFO O| Aug 07 21:44:57.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95642026-08-07T21:44:58.643Z[ host-image] Aug 07 21:44:57.200 INFO O| Aug 07 21:44:57.200 INFO STEP 55 (remove_files) COMPLETE
95652026-08-07T21:44:58.643Z[ host-image] Aug 07 21:44:57.200 INFO O| Aug 07 21:44:57.200 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-07T21:44:58.651Z[ host-image] Aug 07 21:44:57.209 INFO O| Aug 07 21:44:57.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95672026-08-07T21:44:58.652Z[ host-image] Aug 07 21:44:57.209 INFO O| Aug 07 21:44:57.209 INFO STEP 56 (remove_files) COMPLETE
95682026-08-07T21:44:58.652Z[ host-image] Aug 07 21:44:57.209 INFO O| Aug 07 21:44:57.209 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-07T21:44:58.660Z[ host-image] Aug 07 21:44:57.217 INFO O| Aug 07 21:44:57.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95702026-08-07T21:44:58.660Z[ host-image] Aug 07 21:44:57.217 INFO O| Aug 07 21:44:57.217 INFO STEP 57 (remove_files) COMPLETE
95712026-08-07T21:44:58.663Z[ host-image] Aug 07 21:44:57.217 INFO O| Aug 07 21:44:57.217 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-07T21:44:58.668Z[ host-image] Aug 07 21:44:57.226 INFO O| Aug 07 21:44:57.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95732026-08-07T21:44:58.669Z[ host-image] Aug 07 21:44:57.226 INFO O| Aug 07 21:44:57.226 INFO STEP 58 (remove_files) COMPLETE
95742026-08-07T21:44:58.669Z[ host-image] Aug 07 21:44:57.226 INFO O| Aug 07 21:44:57.226 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-07T21:44:58.678Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.235 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95762026-08-07T21:44:58.678Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95772026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95782026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95792026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95802026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95812026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO ok!
95822026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO STEP 59 (ensure_file) COMPLETE
95832026-08-07T21:44:58.682Z[ host-image] Aug 07 21:44:57.236 INFO O| Aug 07 21:44:57.236 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-07T21:44:58.688Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95852026-08-07T21:44:58.688Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95862026-08-07T21:44:58.689Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95872026-08-07T21:44:58.693Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95882026-08-07T21:44:58.693Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95892026-08-07T21:44:58.693Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95902026-08-07T21:44:58.693Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO ok!
95912026-08-07T21:44:58.693Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO STEP 60 (ensure_file) COMPLETE
95922026-08-07T21:44:58.693Z[ host-image] Aug 07 21:44:57.246 INFO O| Aug 07 21:44:57.246 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-07T21:44:58.699Z[ host-image] Aug 07 21:44:57.256 INFO O| Aug 07 21:44:57.256 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95942026-08-07T21:44:58.699Z[ host-image] Aug 07 21:44:57.256 INFO O| Aug 07 21:44:57.256 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95952026-08-07T21:44:58.699Z[ host-image] Aug 07 21:44:57.256 INFO O| Aug 07 21:44:57.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95962026-08-07T21:44:58.702Z[ host-image] Aug 07 21:44:57.256 INFO O| Aug 07 21:44:57.256 INFO ok!
95972026-08-07T21:44:58.702Z[ host-image] Aug 07 21:44:57.256 INFO O| Aug 07 21:44:57.256 INFO STEP 61 (ensure_file) COMPLETE
95982026-08-07T21:44:58.702Z[ host-image] Aug 07 21:44:57.256 INFO O| Aug 07 21:44:57.256 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-07T21:44:58.709Z[ host-image] Aug 07 21:44:57.267 INFO O| Aug 07 21:44:57.266 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96002026-08-07T21:44:58.709Z[ host-image] Aug 07 21:44:57.267 INFO O| Aug 07 21:44:57.267 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96012026-08-07T21:44:58.709Z[ host-image] Aug 07 21:44:57.267 INFO O| Aug 07 21:44:57.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96022026-08-07T21:44:58.709Z[ host-image] Aug 07 21:44:57.267 INFO O| Aug 07 21:44:57.267 INFO ok!
96032026-08-07T21:44:58.713Z[ host-image] Aug 07 21:44:57.267 INFO O| Aug 07 21:44:57.267 INFO STEP 62 (ensure_file) COMPLETE
96042026-08-07T21:44:58.713Z[ host-image] Aug 07 21:44:57.267 INFO O| Aug 07 21:44:57.267 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-07T21:44:58.719Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96062026-08-07T21:44:58.719Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96072026-08-07T21:44:58.723Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96082026-08-07T21:44:58.723Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96092026-08-07T21:44:58.723Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 INFO ok!
96102026-08-07T21:44:58.723Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 INFO STEP 63 (ensure_file) COMPLETE
96112026-08-07T21:44:58.723Z[ host-image] Aug 07 21:44:57.276 INFO O| Aug 07 21:44:57.276 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-07T21:44:58.729Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96132026-08-07T21:44:58.729Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96142026-08-07T21:44:58.729Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96152026-08-07T21:44:58.732Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96162026-08-07T21:44:58.732Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO ok!
96172026-08-07T21:44:58.732Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO STEP 64 (ensure_file) COMPLETE
96182026-08-07T21:44:58.732Z[ host-image] Aug 07 21:44:57.286 INFO O| Aug 07 21:44:57.286 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-07T21:44:58.737Z[ host-image] Aug 07 21:44:57.295 INFO O| Aug 07 21:44:57.294 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96202026-08-07T21:44:58.737Z[ host-image] Aug 07 21:44:57.295 INFO O| Aug 07 21:44:57.295 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96212026-08-07T21:44:58.738Z[ host-image] Aug 07 21:44:57.295 INFO O| Aug 07 21:44:57.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96222026-08-07T21:44:58.738Z[ host-image] Aug 07 21:44:57.295 INFO O| Aug 07 21:44:57.295 INFO ok!
96232026-08-07T21:44:58.738Z[ host-image] Aug 07 21:44:57.295 INFO O| Aug 07 21:44:57.295 INFO STEP 65 (assemble_files) COMPLETE
96242026-08-07T21:44:58.741Z[ host-image] Aug 07 21:44:57.295 INFO O| Aug 07 21:44:57.295 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-07T21:44:58.748Z[ host-image] Aug 07 21:44:57.305 INFO O| Aug 07 21:44:57.305 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96262026-08-07T21:44:58.748Z[ host-image] Aug 07 21:44:57.306 INFO O| Aug 07 21:44:57.305 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96272026-08-07T21:44:58.752Z[ host-image] Aug 07 21:44:57.306 INFO O| Aug 07 21:44:57.306 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96282026-08-07T21:44:58.752Z[ host-image] Aug 07 21:44:57.306 INFO O| Aug 07 21:44:57.306 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96292026-08-07T21:44:58.752Z[ host-image] Aug 07 21:44:57.306 INFO O| Aug 07 21:44:57.306 INFO ok!
96302026-08-07T21:44:58.752Z[ host-image] Aug 07 21:44:57.306 INFO O| Aug 07 21:44:57.306 INFO STEP 66 (ensure_file) COMPLETE
96312026-08-07T21:44:58.752Z[ host-image] Aug 07 21:44:57.306 INFO O| Aug 07 21:44:57.306 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-07T21:44:58.759Z[ host-image] Aug 07 21:44:57.317 INFO O| Aug 07 21:44:57.316 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96332026-08-07T21:44:58.759Z[ host-image] Aug 07 21:44:57.317 INFO O| Aug 07 21:44:57.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96342026-08-07T21:44:58.762Z[ host-image] Aug 07 21:44:57.317 INFO O| Aug 07 21:44:57.317 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96352026-08-07T21:44:58.762Z[ host-image] Aug 07 21:44:57.317 INFO O| Aug 07 21:44:57.317 INFO STEP 67 (ensure_dir) COMPLETE
96362026-08-07T21:44:58.762Z[ host-image] Aug 07 21:44:57.317 INFO O| Aug 07 21:44:57.317 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-07T21:44:58.770Z[ host-image] Aug 07 21:44:57.327 INFO O| Aug 07 21:44:57.327 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96382026-08-07T21:44:58.770Z[ host-image] Aug 07 21:44:57.327 INFO O| Aug 07 21:44:57.327 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 ...
96392026-08-07T21:44:58.777Z[ host-image] Aug 07 21:44:57.335 INFO O| Aug 07 21:44:57.334 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
96402026-08-07T21:44:58.777Z[ host-image] Aug 07 21:44:57.335 INFO O| Aug 07 21:44:57.335 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96412026-08-07T21:44:58.780Z[ host-image] Aug 07 21:44:57.335 INFO O| Aug 07 21:44:57.335 INFO ok!
96422026-08-07T21:44:58.781Z[ host-image] Aug 07 21:44:57.335 INFO O| Aug 07 21:44:57.335 INFO STEP 68 (ensure_file) COMPLETE
96432026-08-07T21:44:58.781Z[ host-image] Aug 07 21:44:57.335 INFO O| Aug 07 21:44:57.335 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-07T21:44:58.788Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.345 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96452026-08-07T21:44:58.788Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.345 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 ...
96462026-08-07T21:44:58.791Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.346 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
96472026-08-07T21:44:58.792Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.346 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96482026-08-07T21:44:58.792Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.346 INFO ok!
96492026-08-07T21:44:58.792Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.346 INFO STEP 69 (ensure_file) COMPLETE
96502026-08-07T21:44:58.792Z[ host-image] Aug 07 21:44:57.346 INFO O| Aug 07 21:44:57.346 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-07T21:44:58.803Z[ host-image] Aug 07 21:44:57.360 INFO O| Aug 07 21:44:57.360 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96522026-08-07T21:44:58.803Z[ host-image] Aug 07 21:44:57.360 INFO O| Aug 07 21:44:57.360 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96532026-08-07T21:44:58.963Z[ recovery-image] Aug 07 21:44:57.520 INFO O| Aug 07 21:44:57.519 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96542026-08-07T21:44:58.963Z[ recovery-image] Aug 07 21:44:57.520 INFO O| Aug 07 21:44:57.520 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96552026-08-07T21:44:58.966Z[ recovery-image] Aug 07 21:44:57.520 INFO O| Aug 07 21:44:57.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96562026-08-07T21:44:58.967Z[ recovery-image] Aug 07 21:44:57.520 INFO O| Aug 07 21:44:57.520 INFO completed processing sled/zfs-recovery
96572026-08-07T21:44:58.967Z[ recovery-image] Aug 07 21:44:57.520 INFO O| Aug 07 21:44:57.520 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
96582026-08-07T21:45:00.373Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
96592026-08-07T21:45:00.595Z[ host-image] Aug 07 21:44:59.146 INFO O| Aug 07 21:44:59.146 INFO STEP 70 (pack_tar) COMPLETE
96602026-08-07T21:45:00.595Z[ host-image] Aug 07 21:44:59.146 INFO O| Aug 07 21:44:59.146 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96612026-08-07T21:45:00.598Z[ host-image] Aug 07 21:44:59.146 INFO O| Aug 07 21:44:59.146 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96622026-08-07T21:45:01.590Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
96632026-08-07T21:45:02.042Z[ host-image] Aug 07 21:45:00.599 INFO O| Aug 07 21:45:00.599 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96642026-08-07T21:45:02.491Z[ host-image] Aug 07 21:45:01.048 INFO O| Aug 07 21:45:01.048 INFO completed processing sled/ramdisk-02-trim
96652026-08-07T21:45:02.495Z[ host-image] Aug 07 21:45:01.053 INFO image builder template: zfs...
96662026-08-07T21:45:02.495Z[ host-image] Aug 07 21:45:01.053 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/.tmpLk9YQa/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "zfs"], pwd: None
96672026-08-07T21:45:02.509Z[ host-image] Aug 07 21:45:01.066 INFO O| Aug 07 21:45:01.066 INFO skip include "stress" because feature "stress" is not enabled
96682026-08-07T21:45:02.509Z[ host-image] Aug 07 21:45:01.066 INFO O| Aug 07 21:45:01.066 INFO skip include "stress" because feature "compliance" is not enabled
96692026-08-07T21:45:02.514Z[ recovery-image] Aug 07 21:45:01.069 INFO O| Aug 07 21:45:01.069 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
96702026-08-07T21:45:02.542Z[ host-image] Aug 07 21:45:01.099 INFO O| Aug 07 21:45:01.099 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96712026-08-07T21:45:02.556Z[ host-image] Aug 07 21:45:01.109 INFO O| Aug 07 21:45:01.109 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96722026-08-07T21:45:02.596Z[ host-image] Aug 07 21:45:01.153 INFO O| Aug 07 21:45:01.153 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96732026-08-07T21:45:02.620Z[ recovery-image] Aug 07 21:45:01.177 INFO BUILD STRING "heads/stlouis-0-g77ccace7f0\n"
96742026-08-07T21:45:02.620Z[ recovery-image] Aug 07 21:45:01.177 INFO expanded image name: "recovery 661d513/${os_short_commit} 2026-08-07 21:28" -> "recovery 661d513/77ccace 2026-08-07 21:28"
96752026-08-07T21:45:02.625Z[ recovery-image] Aug 07 21:45:01.177 INFO output artefacts stored in: "/work/os-recovery"
96762026-08-07T21:45:02.625Z[ recovery-image] Aug 07 21:45:01.178 INFO collecting git info from project "amd-host-image-builder"...
96772026-08-07T21:45:02.646Z[ host-image] Aug 07 21:45:01.203 INFO O| Aug 07 21:45:01.203 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96782026-08-07T21:45:02.646Z[ host-image] Aug 07 21:45:01.203 INFO O| Aug 07 21:45:01.203 INFO work dataset: rpool/images/build/host/work/sled/zfs
96792026-08-07T21:45:02.650Z[ host-image] Aug 07 21:45:01.208 INFO O| Aug 07 21:45:01.208 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96802026-08-07T21:45:02.664Z[ recovery-image] Aug 07 21:45:01.221 INFO collecting git info from project "chelsio-t6-roms"...
96812026-08-07T21:45:02.682Z[ recovery-image] Aug 07 21:45:01.240 INFO collecting git info from project "pilot"...
96822026-08-07T21:45:02.692Z[ recovery-image] Aug 07 21:45:01.249 INFO collecting git info from project "image-builder"...
96832026-08-07T21:45:02.699Z[ recovery-image] Aug 07 21:45:01.256 INFO collecting git info from project "dmar-report"...
96842026-08-07T21:45:02.710Z[ recovery-image] Aug 07 21:45:01.267 INFO collecting git info from project "amd-firmware"...
96852026-08-07T21:45:02.754Z[ host-image] Aug 07 21:45:01.311 INFO O| Aug 07 21:45:01.311 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96862026-08-07T21:45:02.806Z[ recovery-image] Aug 07 21:45:01.363 INFO collecting git info from project "phbl"...
96872026-08-07T21:45:02.813Z[ recovery-image] Aug 07 21:45:01.371 INFO collecting git info from project "bootserver"...
96882026-08-07T21:45:02.828Z[ recovery-image] Aug 07 21:45:01.385 INFO collecting git info from project "pinprick"...
96892026-08-07T21:45:02.834Z[ recovery-image] Aug 07 21:45:01.392 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96902026-08-07T21:45:02.851Z[ host-image] Aug 07 21:45:01.408 INFO O| Aug 07 21:45:01.408 INFO DESTROY POOL: TEMPORARY-sled-zfs
96912026-08-07T21:45:02.861Z[ host-image] Aug 07 21:45:01.419 INFO O| Aug 07 21:45:01.419 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96922026-08-07T21:45:02.866Z[ host-image] Aug 07 21:45:01.424 INFO O| Aug 07 21:45:01.424 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96932026-08-07T21:45:02.870Z[ host-image] Aug 07 21:45:01.424 INFO O| Aug 07 21:45:01.424 INFO no lofi found
96942026-08-07T21:45:02.870Z[ host-image] Aug 07 21:45:01.424 INFO O| Aug 07 21:45:01.424 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96952026-08-07T21:45:02.870Z[ host-image] Aug 07 21:45:01.424 INFO O| Aug 07 21:45:01.424 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96962026-08-07T21:45:03.423Z[ recovery-image] Aug 07 21:45:01.980 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96972026-08-07T21:45:03.774Z[ recovery-image] Aug 07 21:45:02.331 INFO creating Oxide boot image...
96982026-08-07T21:45:03.774Z[ recovery-image] Aug 07 21:45:02.331 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 661d513/77ccace 2026-08-07 21:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
96992026-08-07T21:45:04.445Z[ host-image] Aug 07 21:45:03.001 INFO O| Aug 07 21:45:03.001 INFO lofi device = /dev/dsk/c2t1d0p0
97002026-08-07T21:45:04.445Z[ host-image] Aug 07 21:45:03.001 INFO O| Aug 07 21:45:03.001 INFO pool device = /dev/dsk/c2t1d0p0
97012026-08-07T21:45:04.445Z[ host-image] Aug 07 21:45:03.001 INFO O| Aug 07 21:45:03.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"]
97022026-08-07T21:45:07.556Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97032026-08-07T21:45:12.039Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
97042026-08-07T21:45:13.811Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97052026-08-07T21:45:14.197Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
97062026-08-07T21:45:14.557Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
97072026-08-07T21:45:15.998Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
97082026-08-07T21:45:19.452Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
97092026-08-07T21:45:19.602Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
97102026-08-07T21:45:21.971Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
97112026-08-07T21:45:29.696Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
97122026-08-07T21:45:34.289Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97132026-08-07T21:45:48.855Z[ recovery-image] Aug 07 21:45:47.411 INFO O| ok, image written!
97142026-08-07T21:45:48.855Z[ recovery-image] Aug 07 21:45:47.411 INFO O| ok, boot_image_csum file written!
97152026-08-07T21:45:48.858Z[ recovery-image] Aug 07 21:45:47.414 INFO creating boot archive (CPIO)...
97162026-08-07T21:45:48.858Z[ recovery-image] Aug 07 21:45:47.414 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
97172026-08-07T21:45:48.862Z[ recovery-image] Aug 07 21:45:47.418 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97182026-08-07T21:45:48.862Z[ recovery-image] Aug 07 21:45:47.418 INFO E| + outfile=/work/os-recovery/cpio
97192026-08-07T21:45:48.862Z[ recovery-image] Aug 07 21:45:47.418 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97202026-08-07T21:45:48.865Z[ recovery-image] Aug 07 21:45:47.420 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97212026-08-07T21:45:48.865Z[ recovery-image] Aug 07 21:45:47.420 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97222026-08-07T21:45:48.898Z[ recovery-image] Aug 07 21:45:47.454 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97232026-08-07T21:45:48.898Z[ recovery-image] Aug 07 21:45:47.455 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97242026-08-07T21:45:48.904Z[ recovery-image] Aug 07 21:45:47.461 INFO creating compressed cpio/unix for dev loaders...
97252026-08-07T21:45:48.904Z[ recovery-image] Aug 07 21:45:47.461 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
97262026-08-07T21:45:49.129Z[ recovery-image] Aug 07 21:45:47.684 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97272026-08-07T21:45:52.365Z[ recovery-image] Aug 07 21:45:50.921 INFO creating reset image...
97282026-08-07T21:45:52.365Z[ recovery-image] Aug 07 21:45:50.922 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")
97292026-08-07T21:45:52.598Z[ recovery-image] Aug 07 21:45:51.155 INFO E| Updating crates.io index
97302026-08-07T21:45:52.795Z[ recovery-image] Aug 07 21:45:51.352 INFO E| Downloading crates ...
97312026-08-07T21:45:52.847Z[ recovery-image] Aug 07 21:45:51.401 INFO E| Downloaded clap_lex v1.1.0
97322026-08-07T21:45:52.847Z[ recovery-image] Aug 07 21:45:51.403 INFO E| Downloaded shared_thread v0.2.0
97332026-08-07T21:45:52.847Z[ recovery-image] Aug 07 21:45:51.403 INFO E| Downloaded os_pipe v1.2.3
97342026-08-07T21:45:52.853Z[ recovery-image] Aug 07 21:45:51.410 INFO E| Downloaded duct v1.1.1
97352026-08-07T21:45:52.856Z[ recovery-image] Aug 07 21:45:51.412 INFO E| Downloaded shared_child v1.1.1
97362026-08-07T21:45:52.856Z[ recovery-image] Aug 07 21:45:51.413 INFO E| Downloaded sigchld v0.2.4
97372026-08-07T21:45:52.856Z[ recovery-image] Aug 07 21:45:51.413 INFO E| Downloaded colorchoice v1.0.5
97382026-08-07T21:45:52.893Z[ recovery-image] Aug 07 21:45:51.449 INFO E| Compiling libc v0.2.186
97392026-08-07T21:45:52.893Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling proc-macro2 v1.0.106
97402026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling signal-hook v0.3.18
97412026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling quote v1.0.45
97422026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling unicode-ident v1.0.24
97432026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling utf8parse v0.2.2
97442026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling anstyle-query v1.1.5
97452026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling anstyle v1.0.14
97462026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling colorchoice v1.0.5
97472026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling is_terminal_polyfill v1.70.2
97482026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling strsim v0.11.1
97492026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling heck v0.5.0
97502026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling clap_lex v1.1.0
97512026-08-07T21:45:52.897Z[ recovery-image] Aug 07 21:45:51.450 INFO E| Compiling shared_thread v0.2.0
97522026-08-07T21:45:53.013Z[ recovery-image] Aug 07 21:45:51.568 INFO E| Compiling anstyle-parse v1.0.0
97532026-08-07T21:45:53.147Z[ recovery-image] Aug 07 21:45:51.704 INFO E| Compiling anstream v1.0.0
97542026-08-07T21:45:53.336Z[ recovery-image] Aug 07 21:45:51.893 INFO E| Compiling clap_builder v4.6.0
97552026-08-07T21:45:53.606Z[ recovery-image] Aug 07 21:45:52.163 INFO E| Compiling errno v0.3.14
97562026-08-07T21:45:53.606Z[ recovery-image] Aug 07 21:45:52.163 INFO E| Compiling os_pipe v1.2.3
97572026-08-07T21:45:53.697Z[ recovery-image] Aug 07 21:45:52.254 INFO E| Compiling signal-hook-registry v1.4.8
97582026-08-07T21:45:53.870Z[ recovery-image] Aug 07 21:45:52.427 INFO E| Compiling syn v2.0.117
97592026-08-07T21:45:53.941Z[ recovery-image] Aug 07 21:45:52.498 INFO E| Compiling sigchld v0.2.4
97602026-08-07T21:45:54.025Z[ recovery-image] Aug 07 21:45:52.581 INFO E| Compiling shared_child v1.1.1
97612026-08-07T21:45:54.130Z[ recovery-image] Aug 07 21:45:52.687 INFO E| Compiling duct v1.1.1
97622026-08-07T21:45:55.750Z[ recovery-image] Aug 07 21:45:54.307 INFO E| Compiling clap_derive v4.6.1
97632026-08-07T21:45:56.893Z[ recovery-image] Aug 07 21:45:55.450 INFO E| Compiling clap v4.6.1
97642026-08-07T21:45:56.943Z[ recovery-image] Aug 07 21:45:55.501 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
97652026-08-07T21:45:57.677Z[ recovery-image] Aug 07 21:45:56.234 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
97662026-08-07T21:45:57.683Z[ recovery-image] Aug 07 21:45:56.240 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
97672026-08-07T21:45:57.872Z[ recovery-image] Aug 07 21:45:56.429 INFO E| Downloading crates ...
97682026-08-07T21:45:57.914Z[ recovery-image] Aug 07 21:45:56.472 INFO E| Downloaded bit_field v0.10.3
97692026-08-07T21:45:57.918Z[ recovery-image] Aug 07 21:45:56.473 INFO E| Downloaded bitstruct_derive v0.1.0
97702026-08-07T21:45:57.918Z[ recovery-image] Aug 07 21:45:56.473 INFO E| Downloaded bitstruct v0.1.1
97712026-08-07T21:45:57.930Z[ recovery-image] Aug 07 21:45:56.487 INFO E| Downloaded cpio_reader v0.1.2
97722026-08-07T21:45:57.933Z[ recovery-image] Aug 07 21:45:56.490 INFO E| Downloaded bitflags v2.13.0
97732026-08-07T21:45:57.936Z[ recovery-image] Aug 07 21:45:56.492 INFO E| Downloaded raw-cpuid v10.7.0
97742026-08-07T21:45:57.951Z[ recovery-image] Aug 07 21:45:56.508 INFO E| Downloaded log v0.4.32
97752026-08-07T21:45:57.954Z[ recovery-image] Aug 07 21:45:56.510 INFO E| Downloaded miniz_oxide v0.9.1
97762026-08-07T21:45:57.983Z[ recovery-image] Aug 07 21:45:56.538 INFO E| Downloaded goblin v0.10.7
97772026-08-07T21:45:58.103Z[ recovery-image] Aug 07 21:45:56.660 INFO E| Downloaded x86 v0.52.0
97782026-08-07T21:45:58.135Z[ recovery-image] Aug 07 21:45:56.692 INFO E| Updating crates.io index
97792026-08-07T21:45:58.175Z[ recovery-image] Aug 07 21:45:56.732 INFO E| Downloading crates ...
97802026-08-07T21:45:58.200Z[ recovery-image] Aug 07 21:45:56.757 INFO E| Downloaded hashbrown v0.17.1
97812026-08-07T21:45:58.204Z[ recovery-image] Aug 07 21:45:56.761 INFO E| Downloaded rustc-literal-escaper v0.0.7
97822026-08-07T21:45:58.244Z[ recovery-image] Aug 07 21:45:56.802 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)
97832026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 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)
97842026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling proc-macro2 v1.0.106
97852026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling quote v1.0.45
97862026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling unicode-ident v1.0.24
97872026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling syn v1.0.109
97882026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling x86 v0.52.0
97892026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97902026-08-07T21:45:58.248Z[ recovery-image] Aug 07 21:45:56.802 INFO E| Compiling seq-macro v0.3.6
97912026-08-07T21:45:59.138Z[ recovery-image] Aug 07 21:45:57.695 INFO E| Compiling syn v2.0.117
97922026-08-07T21:46:00.385Z[ recovery-image] Aug 07 21:45:58.941 INFO E| Compiling scroll_derive v0.13.1
97932026-08-07T21:46:01.337Z[ recovery-image] Aug 07 21:45:59.894 INFO E| Compiling bitstruct_derive v0.1.0
97942026-08-07T21:46:04.473Z[ host-image] Aug 07 21:46:03.030 INFO O| Aug 07 21:46:03.030 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97952026-08-07T21:46:04.473Z[ host-image] Aug 07 21:46:03.030 INFO O| Aug 07 21:46:03.030 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97962026-08-07T21:46:04.487Z[ host-image] Aug 07 21:46:03.044 INFO O| Aug 07 21:46:03.044 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97972026-08-07T21:46:04.527Z[ host-image] Aug 07 21:46:03.084 INFO O| Aug 07 21:46:03.084 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97982026-08-07T21:46:04.551Z[ host-image] Aug 07 21:46:03.108 INFO O| Aug 07 21:46:03.108 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97992026-08-07T21:46:04.561Z[ host-image] Aug 07 21:46:03.118 INFO O| Aug 07 21:46:03.118 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98002026-08-07T21:46:04.569Z[ host-image] Aug 07 21:46:03.126 INFO O| Aug 07 21:46:03.126 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98012026-08-07T21:46:04.598Z[ host-image] Aug 07 21:46:03.155 INFO O| Aug 07 21:46:03.155 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98022026-08-07T21:46:04.601Z[ host-image] Aug 07 21:46:03.155 INFO O| Aug 07 21:46:03.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98032026-08-07T21:46:04.601Z[ host-image] Aug 07 21:46:03.155 INFO O| Aug 07 21:46:03.155 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98042026-08-07T21:46:04.604Z[ host-image] Aug 07 21:46:03.161 INFO O| Aug 07 21:46:03.161 INFO boot environment UUID: 5496bc67-fae9-435f-8da0-ea3253c267a1
98052026-08-07T21:46:04.604Z[ host-image] Aug 07 21:46:03.161 INFO O| Aug 07 21:46:03.161 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5496bc67-fae9-435f-8da0-ea3253c267a1
98062026-08-07T21:46:04.610Z[ host-image] Aug 07 21:46:03.167 INFO O| Aug 07 21:46:03.167 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98072026-08-07T21:46:04.615Z[ host-image] Aug 07 21:46:03.173 INFO O| Aug 07 21:46:03.173 INFO STEP 0 (create_be) COMPLETE
98082026-08-07T21:46:04.616Z[ host-image] Aug 07 21:46:03.173 INFO O| Aug 07 21:46:03.173 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98092026-08-07T21:46:04.626Z[ host-image] Aug 07 21:46:03.183 INFO O| Aug 07 21:46:03.183 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98102026-08-07T21:46:11.110Z[ recovery-image] Aug 07 21:46:09.667 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)
98112026-08-07T21:46:12.973Z[ host-image] Aug 07 21:46:11.530 INFO O| Aug 07 21:46:11.530 INFO STEP 1 (unpack_tar) COMPLETE
98122026-08-07T21:46:12.973Z[ host-image] Aug 07 21:46:11.530 INFO O| Aug 07 21:46:11.530 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-07T21:46:12.981Z[ host-image] Aug 07 21:46:11.538 INFO O| Aug 07 21:46:11.538 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98142026-08-07T21:46:13.233Z[ host-image] Aug 07 21:46:11.790 INFO O| Aug 07 21:46:11.790 INFO STEP 2 (devfsadm) COMPLETE
98152026-08-07T21:46:13.233Z[ host-image] Aug 07 21:46:11.790 INFO O| Aug 07 21:46:11.790 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-07T21:46:13.241Z[ host-image] Aug 07 21:46:11.798 INFO O| Aug 07 21:46:11.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98172026-08-07T21:46:13.241Z[ host-image] Aug 07 21:46:11.798 INFO O| Aug 07 21:46:11.798 INFO STEP 3 (ensure_dir) COMPLETE
98182026-08-07T21:46:13.241Z[ host-image] Aug 07 21:46:11.798 INFO O| Aug 07 21:46:11.798 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-07T21:46:13.248Z[ host-image] Aug 07 21:46:11.805 INFO O| Aug 07 21:46:11.805 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98202026-08-07T21:46:13.260Z[ host-image] Aug 07 21:46:11.805 INFO O| Aug 07 21:46:11.805 INFO STEP 4 (ensure_dir) COMPLETE
98212026-08-07T21:46:13.260Z[ host-image] Aug 07 21:46:11.805 INFO O| Aug 07 21:46:11.805 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.811 INFO O| Aug 07 21:46:11.811 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98232026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.811 INFO O| Aug 07 21:46:11.811 INFO STEP 5 (ensure_dir) COMPLETE
98242026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.811 INFO O| Aug 07 21:46:11.811 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.816 INFO O| Aug 07 21:46:11.816 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98262026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.816 INFO O| Aug 07 21:46:11.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98272026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.816 INFO O| Aug 07 21:46:11.816 INFO STEP 6 (ensure_dir) COMPLETE
98282026-08-07T21:46:13.264Z[ host-image] Aug 07 21:46:11.816 INFO O| Aug 07 21:46:11.816 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-07T21:46:13.268Z[ host-image] Aug 07 21:46:11.823 INFO O| Aug 07 21:46:11.823 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98302026-08-07T21:46:13.268Z[ host-image] Aug 07 21:46:11.823 INFO O| Aug 07 21:46:11.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98312026-08-07T21:46:13.268Z[ host-image] Aug 07 21:46:11.823 INFO O| Aug 07 21:46:11.823 INFO STEP 7 (ensure_dir) COMPLETE
98322026-08-07T21:46:13.268Z[ host-image] Aug 07 21:46:11.823 INFO O| Aug 07 21:46:11.823 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98332026-08-07T21:46:13.272Z[ host-image] Aug 07 21:46:11.829 INFO O| Aug 07 21:46:11.829 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98342026-08-07T21:46:13.275Z[ host-image] Aug 07 21:46:11.829 INFO O| Aug 07 21:46:11.829 INFO STEP 8 (remove_files) COMPLETE
98352026-08-07T21:46:13.275Z[ host-image] Aug 07 21:46:11.829 INFO O| Aug 07 21:46:11.829 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-07T21:46:13.278Z[ host-image] Aug 07 21:46:11.834 INFO O| Aug 07 21:46:11.834 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98372026-08-07T21:46:13.281Z[ host-image] Aug 07 21:46:11.835 INFO O| Aug 07 21:46:11.835 INFO STEP 9 (remove_files) COMPLETE
98382026-08-07T21:46:13.281Z[ host-image] Aug 07 21:46:11.835 INFO O| Aug 07 21:46:11.835 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-07T21:46:13.284Z[ host-image] Aug 07 21:46:11.841 INFO O| Aug 07 21:46:11.841 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98402026-08-07T21:46:13.287Z[ host-image] Aug 07 21:46:11.842 INFO O| Aug 07 21:46:11.842 INFO STEP 10 (remove_files) COMPLETE
98412026-08-07T21:46:13.288Z[ host-image] Aug 07 21:46:11.842 INFO O| Aug 07 21:46:11.842 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-07T21:46:13.293Z[ host-image] Aug 07 21:46:11.850 INFO O| Aug 07 21:46:11.849 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98432026-08-07T21:46:13.293Z[ host-image] Aug 07 21:46:11.850 INFO O| Aug 07 21:46:11.850 INFO STEP 11 (remove_files) COMPLETE
98442026-08-07T21:46:13.296Z[ host-image] Aug 07 21:46:11.850 INFO O| Aug 07 21:46:11.850 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-08-07T21:46:13.299Z[ host-image] Aug 07 21:46:11.856 INFO O| Aug 07 21:46:11.856 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98462026-08-07T21:46:13.299Z[ host-image] Aug 07 21:46:11.856 INFO O| Aug 07 21:46:11.856 INFO STEP 12 (remove_files) COMPLETE
98472026-08-07T21:46:13.299Z[ host-image] Aug 07 21:46:11.856 INFO O| Aug 07 21:46:11.856 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-07T21:46:13.305Z[ host-image] Aug 07 21:46:11.862 INFO O| Aug 07 21:46:11.862 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98492026-08-07T21:46:13.308Z[ host-image] Aug 07 21:46:11.862 INFO O| Aug 07 21:46:11.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98502026-08-07T21:46:13.308Z[ host-image] Aug 07 21:46:11.862 INFO O| Aug 07 21:46:11.862 INFO STEP 13 (ensure_dir) COMPLETE
98512026-08-07T21:46:13.308Z[ host-image] Aug 07 21:46:11.862 INFO O| Aug 07 21:46:11.862 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-07T21:46:13.311Z[ host-image] Aug 07 21:46:11.868 INFO O| Aug 07 21:46:11.868 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98532026-08-07T21:46:13.311Z[ host-image] Aug 07 21:46:11.868 INFO O| Aug 07 21:46:11.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98542026-08-07T21:46:13.311Z[ host-image] Aug 07 21:46:11.868 INFO O| Aug 07 21:46:11.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98552026-08-07T21:46:13.311Z[ host-image] Aug 07 21:46:11.868 INFO O| Aug 07 21:46:11.868 INFO STEP 14 (ensure_dir) COMPLETE
98562026-08-07T21:46:13.311Z[ host-image] Aug 07 21:46:11.868 INFO O| Aug 07 21:46:11.868 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-08-07T21:46:13.318Z[ host-image] Aug 07 21:46:11.875 INFO O| Aug 07 21:46:11.875 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98582026-08-07T21:46:13.321Z[ host-image] Aug 07 21:46:11.875 INFO O| Aug 07 21:46:11.875 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98592026-08-07T21:46:13.321Z[ host-image] Aug 07 21:46:11.875 INFO O| Aug 07 21:46:11.875 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98602026-08-07T21:46:13.321Z[ host-image] Aug 07 21:46:11.875 INFO O| Aug 07 21:46:11.875 INFO STEP 15 (ensure_dir) COMPLETE
98612026-08-07T21:46:13.321Z[ host-image] Aug 07 21:46:11.875 INFO O| Aug 07 21:46:11.875 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98622026-08-07T21:46:13.325Z[ host-image] Aug 07 21:46:11.881 INFO O| Aug 07 21:46:11.881 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98632026-08-07T21:46:13.325Z[ host-image] Aug 07 21:46:11.881 INFO O| Aug 07 21:46:11.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98642026-08-07T21:46:13.325Z[ host-image] Aug 07 21:46:11.881 INFO O| Aug 07 21:46:11.881 INFO STEP 16 (ensure_dir) COMPLETE
98652026-08-07T21:46:13.325Z[ host-image] Aug 07 21:46:11.881 INFO O| Aug 07 21:46:11.881 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-08-07T21:46:13.331Z[ host-image] Aug 07 21:46:11.887 INFO O| Aug 07 21:46:11.887 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98672026-08-07T21:46:13.331Z[ host-image] Aug 07 21:46:11.887 INFO O| Aug 07 21:46:11.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98682026-08-07T21:46:13.334Z[ host-image] Aug 07 21:46:11.887 INFO O| Aug 07 21:46:11.887 INFO STEP 17 (ensure_dir) COMPLETE
98692026-08-07T21:46:13.334Z[ host-image] Aug 07 21:46:11.887 INFO O| Aug 07 21:46:11.887 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-08-07T21:46:13.337Z[ host-image] Aug 07 21:46:11.893 INFO O| Aug 07 21:46:11.893 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98712026-08-07T21:46:13.337Z[ host-image] Aug 07 21:46:11.893 INFO O| Aug 07 21:46:11.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98722026-08-07T21:46:13.337Z[ host-image] Aug 07 21:46:11.893 INFO O| Aug 07 21:46:11.893 INFO ok!
98732026-08-07T21:46:13.337Z[ host-image] Aug 07 21:46:11.893 INFO O| Aug 07 21:46:11.893 INFO STEP 18 (ensure_symlink) COMPLETE
98742026-08-07T21:46:13.337Z[ host-image] Aug 07 21:46:11.893 INFO O| Aug 07 21:46:11.893 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98752026-08-07T21:46:13.343Z[ host-image] Aug 07 21:46:11.900 INFO O| Aug 07 21:46:11.900 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98762026-08-07T21:46:13.343Z[ host-image] Aug 07 21:46:11.900 INFO O| Aug 07 21:46:11.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98772026-08-07T21:46:13.346Z[ host-image] Aug 07 21:46:11.900 INFO O| Aug 07 21:46:11.900 INFO ok!
98782026-08-07T21:46:13.346Z[ host-image] Aug 07 21:46:11.900 INFO O| Aug 07 21:46:11.900 INFO STEP 19 (ensure_file) COMPLETE
98792026-08-07T21:46:13.346Z[ host-image] Aug 07 21:46:11.900 INFO O| Aug 07 21:46:11.900 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-07T21:46:13.350Z[ host-image] Aug 07 21:46:11.906 INFO O| Aug 07 21:46:11.906 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98812026-08-07T21:46:13.350Z[ host-image] Aug 07 21:46:11.906 INFO O| Aug 07 21:46:11.906 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98822026-08-07T21:46:13.350Z[ host-image] Aug 07 21:46:11.906 INFO O| Aug 07 21:46:11.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98832026-08-07T21:46:13.350Z[ host-image] Aug 07 21:46:11.906 INFO O| Aug 07 21:46:11.906 INFO ok!
98842026-08-07T21:46:13.350Z[ host-image] Aug 07 21:46:11.906 INFO O| Aug 07 21:46:11.906 INFO STEP 20 (ensure_symlink) COMPLETE
98852026-08-07T21:46:13.350Z[ host-image] Aug 07 21:46:11.906 INFO O| Aug 07 21:46:11.906 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98862026-08-07T21:46:13.355Z[ host-image] Aug 07 21:46:11.912 INFO O| Aug 07 21:46:11.912 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98872026-08-07T21:46:13.355Z[ host-image] Aug 07 21:46:11.912 INFO O| Aug 07 21:46:11.912 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98882026-08-07T21:46:13.358Z[ host-image] Aug 07 21:46:11.912 INFO O| Aug 07 21:46:11.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98892026-08-07T21:46:13.359Z[ host-image] Aug 07 21:46:11.912 INFO O| Aug 07 21:46:11.912 INFO ok!
98902026-08-07T21:46:13.359Z[ host-image] Aug 07 21:46:11.912 INFO O| Aug 07 21:46:11.912 INFO STEP 21 (ensure_symlink) COMPLETE
98912026-08-07T21:46:13.359Z[ host-image] Aug 07 21:46:11.912 INFO O| Aug 07 21:46:11.912 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-08-07T21:46:13.362Z[ host-image] Aug 07 21:46:11.918 INFO O| Aug 07 21:46:11.918 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98932026-08-07T21:46:13.362Z[ host-image] Aug 07 21:46:11.918 INFO O| Aug 07 21:46:11.918 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98942026-08-07T21:46:13.362Z[ host-image] Aug 07 21:46:11.918 INFO O| Aug 07 21:46:11.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98952026-08-07T21:46:13.362Z[ host-image] Aug 07 21:46:11.918 INFO O| Aug 07 21:46:11.918 INFO ok!
98962026-08-07T21:46:13.362Z[ host-image] Aug 07 21:46:11.918 INFO O| Aug 07 21:46:11.918 INFO STEP 22 (ensure_symlink) COMPLETE
98972026-08-07T21:46:13.362Z[ host-image] Aug 07 21:46:11.918 INFO O| Aug 07 21:46:11.918 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-08-07T21:46:13.368Z[ host-image] Aug 07 21:46:11.925 INFO O| Aug 07 21:46:11.925 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98992026-08-07T21:46:13.371Z[ host-image] Aug 07 21:46:11.925 INFO O| Aug 07 21:46:11.925 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99002026-08-07T21:46:13.371Z[ host-image] Aug 07 21:46:11.925 INFO O| Aug 07 21:46:11.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99012026-08-07T21:46:13.371Z[ host-image] Aug 07 21:46:11.925 INFO O| Aug 07 21:46:11.925 INFO ok!
99022026-08-07T21:46:13.371Z[ host-image] Aug 07 21:46:11.925 INFO O| Aug 07 21:46:11.925 INFO STEP 23 (ensure_symlink) COMPLETE
99032026-08-07T21:46:13.371Z[ host-image] Aug 07 21:46:11.925 INFO O| Aug 07 21:46:11.925 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-08-07T21:46:13.375Z[ host-image] Aug 07 21:46:11.931 INFO O| Aug 07 21:46:11.931 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99052026-08-07T21:46:13.375Z[ host-image] Aug 07 21:46:11.931 INFO O| Aug 07 21:46:11.931 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99062026-08-07T21:46:13.375Z[ host-image] Aug 07 21:46:11.931 INFO O| Aug 07 21:46:11.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99072026-08-07T21:46:13.375Z[ host-image] Aug 07 21:46:11.931 INFO O| Aug 07 21:46:11.931 INFO ok!
99082026-08-07T21:46:13.375Z[ host-image] Aug 07 21:46:11.931 INFO O| Aug 07 21:46:11.931 INFO STEP 24 (ensure_file) COMPLETE
99092026-08-07T21:46:13.375Z[ host-image] Aug 07 21:46:11.931 INFO O| Aug 07 21:46:11.931 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-07T21:46:13.381Z[ host-image] Aug 07 21:46:11.938 INFO O| Aug 07 21:46:11.938 INFO updating shadow file
99112026-08-07T21:46:13.384Z[ host-image] Aug 07 21:46:11.938 INFO O| Aug 07 21:46:11.938 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99122026-08-07T21:46:13.384Z[ host-image] Aug 07 21:46:11.938 INFO O| Aug 07 21:46:11.938 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99132026-08-07T21:46:13.384Z[ host-image] Aug 07 21:46:11.938 INFO O| Aug 07 21:46:11.938 INFO STEP 25 (shadow) COMPLETE
99142026-08-07T21:46:13.384Z[ host-image] Aug 07 21:46:11.938 INFO O| Aug 07 21:46:11.938 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99152026-08-07T21:46:13.388Z[ host-image] Aug 07 21:46:11.945 INFO O| Aug 07 21:46:11.945 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99162026-08-07T21:46:13.388Z[ host-image] Aug 07 21:46:11.945 INFO O| Aug 07 21:46:11.945 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99172026-08-07T21:46:13.391Z[ host-image] Aug 07 21:46:11.945 INFO O| Aug 07 21:46:11.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99182026-08-07T21:46:13.391Z[ host-image] Aug 07 21:46:11.945 INFO O| Aug 07 21:46:11.945 INFO ok!
99192026-08-07T21:46:13.391Z[ host-image] Aug 07 21:46:11.945 INFO O| Aug 07 21:46:11.945 INFO STEP 26 (ensure_file) COMPLETE
99202026-08-07T21:46:13.391Z[ host-image] Aug 07 21:46:11.945 INFO O| Aug 07 21:46:11.945 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-08-07T21:46:13.395Z[ host-image] Aug 07 21:46:11.951 INFO O| Aug 07 21:46:11.951 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99222026-08-07T21:46:13.395Z[ host-image] Aug 07 21:46:11.951 INFO O| Aug 07 21:46:11.951 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99232026-08-07T21:46:13.395Z[ host-image] Aug 07 21:46:11.951 INFO O| Aug 07 21:46:11.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99242026-08-07T21:46:13.395Z[ host-image] Aug 07 21:46:11.951 INFO O| Aug 07 21:46:11.951 INFO ok!
99252026-08-07T21:46:13.395Z[ host-image] Aug 07 21:46:11.951 INFO O| Aug 07 21:46:11.951 INFO STEP 27 (ensure_file) COMPLETE
99262026-08-07T21:46:13.395Z[ host-image] Aug 07 21:46:11.951 INFO O| Aug 07 21:46:11.951 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-08-07T21:46:13.401Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99282026-08-07T21:46:13.401Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99292026-08-07T21:46:13.404Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99302026-08-07T21:46:13.404Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99312026-08-07T21:46:13.404Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 INFO ok!
99322026-08-07T21:46:13.404Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 INFO STEP 28 (ensure_file) COMPLETE
99332026-08-07T21:46:13.404Z[ host-image] Aug 07 21:46:11.958 INFO O| Aug 07 21:46:11.958 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99342026-08-07T21:46:13.407Z[ host-image] Aug 07 21:46:11.964 INFO O| Aug 07 21:46:11.964 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99352026-08-07T21:46:13.407Z[ host-image] Aug 07 21:46:11.964 INFO O| Aug 07 21:46:11.964 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99362026-08-07T21:46:13.408Z[ host-image] Aug 07 21:46:11.964 INFO O| Aug 07 21:46:11.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99372026-08-07T21:46:13.408Z[ host-image] Aug 07 21:46:11.964 INFO O| Aug 07 21:46:11.964 INFO ok!
99382026-08-07T21:46:13.408Z[ host-image] Aug 07 21:46:11.964 INFO O| Aug 07 21:46:11.964 INFO STEP 29 (ensure_file) COMPLETE
99392026-08-07T21:46:13.408Z[ host-image] Aug 07 21:46:11.964 INFO O| Aug 07 21:46:11.964 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99402026-08-07T21:46:13.414Z[ host-image] Aug 07 21:46:11.971 INFO O| Aug 07 21:46:11.971 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99412026-08-07T21:46:13.414Z[ host-image] Aug 07 21:46:11.971 INFO O| Aug 07 21:46:11.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99422026-08-07T21:46:13.417Z[ host-image] Aug 07 21:46:11.971 INFO O| Aug 07 21:46:11.971 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99432026-08-07T21:46:13.418Z[ host-image] Aug 07 21:46:11.971 INFO O| Aug 07 21:46:11.971 INFO STEP 30 (ensure_dir) COMPLETE
99442026-08-07T21:46:13.418Z[ host-image] Aug 07 21:46:11.971 INFO O| Aug 07 21:46:11.971 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99452026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99462026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99472026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99482026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99492026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO ok!
99502026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO STEP 31 (ensure_file) COMPLETE
99512026-08-07T21:46:13.421Z[ host-image] Aug 07 21:46:11.977 INFO O| Aug 07 21:46:11.977 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99522026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling bitflags v1.3.2
99532026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling log v0.4.32
99542026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling adler2 v2.0.1
99552026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling bit_field v0.10.3
99562026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling bitflags v2.13.0
99572026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling scroll v0.13.0
99582026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling plain v0.2.3
99592026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling bitstruct v0.1.1
99602026-08-07T21:46:13.426Z[ recovery-image] Aug 07 21:46:11.981 INFO E| Compiling static_assertions v1.1.0
99612026-08-07T21:46:13.430Z[ host-image] Aug 07 21:46:11.984 INFO O| Aug 07 21:46:11.984 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99622026-08-07T21:46:13.430Z[ host-image] Aug 07 21:46:11.984 INFO O| Aug 07 21:46:11.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99632026-08-07T21:46:13.430Z[ host-image] Aug 07 21:46:11.984 INFO O| Aug 07 21:46:11.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99642026-08-07T21:46:13.430Z[ host-image] Aug 07 21:46:11.984 INFO O| Aug 07 21:46:11.984 INFO STEP 32 (ensure_dir) COMPLETE
99652026-08-07T21:46:13.430Z[ host-image] Aug 07 21:46:11.984 INFO O| Aug 07 21:46:11.984 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99662026-08-07T21:46:13.434Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99672026-08-07T21:46:13.434Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 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 ...
99682026-08-07T21:46:13.438Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 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
99692026-08-07T21:46:13.438Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99702026-08-07T21:46:13.438Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 INFO ok!
99712026-08-07T21:46:13.438Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 INFO STEP 33 (ensure_file) COMPLETE
99722026-08-07T21:46:13.438Z[ host-image] Aug 07 21:46:11.990 INFO O| Aug 07 21:46:11.990 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-07T21:46:13.442Z[ host-image] Aug 07 21:46:11.999 INFO O| Aug 07 21:46:11.999 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99742026-08-07T21:46:13.442Z[ host-image] Aug 07 21:46:11.999 INFO O| Aug 07 21:46:11.999 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99752026-08-07T21:46:13.445Z[ host-image] Aug 07 21:46:11.999 INFO O| Aug 07 21:46:11.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99762026-08-07T21:46:13.445Z[ host-image] Aug 07 21:46:11.999 INFO O| Aug 07 21:46:11.999 INFO ok!
99772026-08-07T21:46:13.445Z[ host-image] Aug 07 21:46:11.999 INFO O| Aug 07 21:46:11.999 INFO STEP 34 (ensure_file) COMPLETE
99782026-08-07T21:46:13.445Z[ host-image] Aug 07 21:46:11.999 INFO O| Aug 07 21:46:11.999 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-07T21:46:13.451Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99802026-08-07T21:46:13.451Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99812026-08-07T21:46:13.451Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99822026-08-07T21:46:13.454Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99832026-08-07T21:46:13.454Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 INFO ok!
99842026-08-07T21:46:13.454Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 INFO STEP 35 (ensure_file) COMPLETE
99852026-08-07T21:46:13.454Z[ host-image] Aug 07 21:46:12.008 INFO O| Aug 07 21:46:12.008 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-08-07T21:46:13.461Z[ host-image] Aug 07 21:46:12.018 INFO O| Aug 07 21:46:12.018 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99872026-08-07T21:46:13.461Z[ host-image] Aug 07 21:46:12.018 INFO O| Aug 07 21:46:12.018 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99882026-08-07T21:46:13.465Z[ host-image] Aug 07 21:46:12.018 INFO O| Aug 07 21:46:12.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99892026-08-07T21:46:13.465Z[ host-image] Aug 07 21:46:12.018 INFO O| Aug 07 21:46:12.018 INFO ok!
99902026-08-07T21:46:13.465Z[ host-image] Aug 07 21:46:12.018 INFO O| Aug 07 21:46:12.018 INFO STEP 36 (ensure_file) COMPLETE
99912026-08-07T21:46:13.465Z[ host-image] Aug 07 21:46:12.018 INFO O| Aug 07 21:46:12.018 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-08-07T21:46:13.470Z[ host-image] Aug 07 21:46:12.027 INFO O| Aug 07 21:46:12.027 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99932026-08-07T21:46:13.470Z[ host-image] Aug 07 21:46:12.027 INFO O| Aug 07 21:46:12.027 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99942026-08-07T21:46:13.470Z[ host-image] Aug 07 21:46:12.027 INFO O| Aug 07 21:46:12.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99952026-08-07T21:46:13.474Z[ host-image] Aug 07 21:46:12.027 INFO O| Aug 07 21:46:12.027 INFO ok!
99962026-08-07T21:46:13.474Z[ host-image] Aug 07 21:46:12.027 INFO O| Aug 07 21:46:12.027 INFO STEP 37 (ensure_file) COMPLETE
99972026-08-07T21:46:13.474Z[ host-image] Aug 07 21:46:12.027 INFO O| Aug 07 21:46:12.027 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99982026-08-07T21:46:13.477Z[ recovery-image] Aug 07 21:46:12.032 INFO E| Compiling raw-cpuid v10.7.0
99992026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100002026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100012026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100022026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100032026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100042026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100052026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO ok!
100062026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO STEP 38 (ensure_file) COMPLETE
100072026-08-07T21:46:13.481Z[ host-image] Aug 07 21:46:12.036 INFO O| Aug 07 21:46:12.036 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100082026-08-07T21:46:13.490Z[ host-image] Aug 07 21:46:12.046 INFO O| Aug 07 21:46:12.046 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100092026-08-07T21:46:13.490Z[ host-image] Aug 07 21:46:12.046 INFO O| Aug 07 21:46:12.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100102026-08-07T21:46:13.494Z[ host-image] Aug 07 21:46:12.046 INFO O| Aug 07 21:46:12.046 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100112026-08-07T21:46:13.494Z[ host-image] Aug 07 21:46:12.046 INFO O| Aug 07 21:46:12.046 INFO STEP 39 (ensure_dir) COMPLETE
100122026-08-07T21:46:13.494Z[ host-image] Aug 07 21:46:12.046 INFO O| Aug 07 21:46:12.046 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100132026-08-07T21:46:13.498Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 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
100142026-08-07T21:46:13.498Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 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 ...
100152026-08-07T21:46:13.501Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 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
100162026-08-07T21:46:13.502Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 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
100172026-08-07T21:46:13.502Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 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
100182026-08-07T21:46:13.502Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 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
100192026-08-07T21:46:13.502Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 INFO ok!
100202026-08-07T21:46:13.502Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 INFO STEP 40 (ensure_file) COMPLETE
100212026-08-07T21:46:13.502Z[ host-image] Aug 07 21:46:12.055 INFO O| Aug 07 21:46:12.055 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100222026-08-07T21:46:13.508Z[ host-image] Aug 07 21:46:12.065 INFO O| Aug 07 21:46:12.065 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100232026-08-07T21:46:13.508Z[ host-image] Aug 07 21:46:12.065 INFO O| Aug 07 21:46:12.065 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 ...
100242026-08-07T21:46:13.511Z[ host-image] Aug 07 21:46:12.065 INFO O| Aug 07 21:46:12.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100252026-08-07T21:46:13.511Z[ host-image] Aug 07 21:46:12.065 INFO O| Aug 07 21:46:12.065 INFO ok!
100262026-08-07T21:46:13.511Z[ host-image] Aug 07 21:46:12.065 INFO O| Aug 07 21:46:12.065 INFO STEP 41 (ensure_symlink) COMPLETE
100272026-08-07T21:46:13.512Z[ host-image] Aug 07 21:46:12.065 INFO O| Aug 07 21:46:12.065 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100282026-08-07T21:46:13.518Z[ host-image] Aug 07 21:46:12.074 INFO O| Aug 07 21:46:12.074 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100292026-08-07T21:46:13.519Z[ host-image] Aug 07 21:46:12.074 INFO O| Aug 07 21:46:12.074 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100302026-08-07T21:46:13.522Z[ host-image] Aug 07 21:46:12.074 INFO O| Aug 07 21:46:12.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100312026-08-07T21:46:13.522Z[ host-image] Aug 07 21:46:12.074 INFO O| Aug 07 21:46:12.074 INFO ok!
100322026-08-07T21:46:13.522Z[ host-image] Aug 07 21:46:12.074 INFO O| Aug 07 21:46:12.074 INFO STEP 42 (ensure_symlink) COMPLETE
100332026-08-07T21:46:13.522Z[ host-image] Aug 07 21:46:12.074 INFO O| Aug 07 21:46:12.074 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100342026-08-07T21:46:13.526Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100352026-08-07T21:46:13.526Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100362026-08-07T21:46:13.529Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100372026-08-07T21:46:13.529Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100382026-08-07T21:46:13.530Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100392026-08-07T21:46:13.530Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100402026-08-07T21:46:13.530Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO ok!
100412026-08-07T21:46:13.530Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO STEP 43 (ensure_file) COMPLETE
100422026-08-07T21:46:13.530Z[ host-image] Aug 07 21:46:12.083 INFO O| Aug 07 21:46:12.083 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100432026-08-07T21:46:13.530Z[ recovery-image] Aug 07 21:46:12.084 INFO E| Compiling miniz_oxide v0.9.1
100442026-08-07T21:46:13.534Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100452026-08-07T21:46:13.534Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 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 ...
100462026-08-07T21:46:13.537Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 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
100472026-08-07T21:46:13.537Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100482026-08-07T21:46:13.537Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 INFO ok!
100492026-08-07T21:46:13.537Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 INFO STEP 44 (ensure_file) COMPLETE
100502026-08-07T21:46:13.537Z[ host-image] Aug 07 21:46:12.091 INFO O| Aug 07 21:46:12.091 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100512026-08-07T21:46:13.544Z[ host-image] Aug 07 21:46:12.101 INFO O| Aug 07 21:46:12.101 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100522026-08-07T21:46:13.544Z[ host-image] Aug 07 21:46:12.101 INFO O| Aug 07 21:46:12.101 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100532026-08-07T21:46:13.547Z[ host-image] Aug 07 21:46:12.101 INFO O| Aug 07 21:46:12.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100542026-08-07T21:46:13.547Z[ host-image] Aug 07 21:46:12.101 INFO O| Aug 07 21:46:12.101 INFO ok!
100552026-08-07T21:46:13.547Z[ host-image] Aug 07 21:46:12.101 INFO O| Aug 07 21:46:12.101 INFO STEP 45 (ensure_file) COMPLETE
100562026-08-07T21:46:13.547Z[ host-image] Aug 07 21:46:12.101 INFO O| Aug 07 21:46:12.101 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100572026-08-07T21:46:13.552Z[ host-image] Aug 07 21:46:12.109 INFO O| Aug 07 21:46:12.109 INFO updating shadow file
100582026-08-07T21:46:13.556Z[ host-image] Aug 07 21:46:12.109 INFO O| Aug 07 21:46:12.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100592026-08-07T21:46:13.556Z[ host-image] Aug 07 21:46:12.109 INFO O| Aug 07 21:46:12.109 INFO STEP 46 (shadow) COMPLETE
100602026-08-07T21:46:13.556Z[ host-image] Aug 07 21:46:12.109 INFO O| Aug 07 21:46:12.109 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100612026-08-07T21:46:13.562Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100622026-08-07T21:46:13.562Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100632026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100642026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100652026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO ok!
100662026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO STEP 47 (ensure_file) COMPLETE
100672026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100682026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO skip step because feature "mfg" is not enabled
100692026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100702026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO skip step because feature "mfg" is not enabled
100712026-08-07T21:46:13.566Z[ host-image] Aug 07 21:46:12.119 INFO O| Aug 07 21:46:12.119 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100722026-08-07T21:46:13.572Z[ host-image] Aug 07 21:46:12.129 INFO O| Aug 07 21:46:12.129 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100732026-08-07T21:46:13.572Z[ host-image] Aug 07 21:46:12.129 INFO O| Aug 07 21:46:12.129 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100742026-08-07T21:46:13.583Z[ recovery-image] Aug 07 21:46:12.140 INFO E| Compiling cpio_reader v0.1.2
100752026-08-07T21:46:13.596Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100762026-08-07T21:46:13.596Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100772026-08-07T21:46:13.599Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO ok!
100782026-08-07T21:46:13.599Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO STEP 50 (ensure_file) COMPLETE
100792026-08-07T21:46:13.599Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-07T21:46:13.599Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO skip step because feature "compliance" is not enabled
100812026-08-07T21:46:13.599Z[ host-image] Aug 07 21:46:12.152 INFO O| Aug 07 21:46:12.152 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-08-07T21:46:13.607Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100832026-08-07T21:46:13.607Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100842026-08-07T21:46:13.611Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100852026-08-07T21:46:13.612Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100862026-08-07T21:46:13.612Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100872026-08-07T21:46:13.612Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100882026-08-07T21:46:13.612Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO ok!
100892026-08-07T21:46:13.612Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO STEP 52 (ensure_file) COMPLETE
100902026-08-07T21:46:13.612Z[ host-image] Aug 07 21:46:12.163 INFO O| Aug 07 21:46:12.163 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100912026-08-07T21:46:13.616Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100922026-08-07T21:46:13.616Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 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 ...
100932026-08-07T21:46:13.616Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 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
100942026-08-07T21:46:13.616Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100952026-08-07T21:46:13.616Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 INFO ok!
100962026-08-07T21:46:13.616Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 INFO STEP 53 (ensure_file) COMPLETE
100972026-08-07T21:46:13.617Z[ host-image] Aug 07 21:46:12.172 INFO O| Aug 07 21:46:12.172 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100982026-08-07T21:46:13.625Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100992026-08-07T21:46:13.625Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 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 ...
101002026-08-07T21:46:13.625Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101012026-08-07T21:46:13.628Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101022026-08-07T21:46:13.628Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 INFO ok!
101032026-08-07T21:46:13.628Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 INFO STEP 54 (ensure_file) COMPLETE
101042026-08-07T21:46:13.628Z[ host-image] Aug 07 21:46:12.181 INFO O| Aug 07 21:46:12.181 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101052026-08-07T21:46:13.633Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101062026-08-07T21:46:13.633Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 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 ...
101072026-08-07T21:46:13.636Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 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
101082026-08-07T21:46:13.636Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101092026-08-07T21:46:13.636Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 INFO ok!
101102026-08-07T21:46:13.636Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 INFO STEP 55 (ensure_file) COMPLETE
101112026-08-07T21:46:13.636Z[ host-image] Aug 07 21:46:12.190 INFO O| Aug 07 21:46:12.190 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101122026-08-07T21:46:13.640Z[ recovery-image] Aug 07 21:46:12.194 INFO E| Compiling goblin v0.10.7
101132026-08-07T21:46:13.643Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101142026-08-07T21:46:13.643Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 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 ...
101152026-08-07T21:46:13.647Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101162026-08-07T21:46:13.647Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101172026-08-07T21:46:13.647Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 INFO ok!
101182026-08-07T21:46:13.647Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 INFO STEP 56 (ensure_file) COMPLETE
101192026-08-07T21:46:13.647Z[ host-image] Aug 07 21:46:12.200 INFO O| Aug 07 21:46:12.200 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101212026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 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 ...
101222026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 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
101232026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101242026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 INFO ok!
101252026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 INFO STEP 57 (ensure_file) COMPLETE
101262026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.210 INFO O| Aug 07 21:46:12.210 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101282026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 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 ...
101292026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101302026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101312026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101322026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101332026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO ok!
101342026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO STEP 58 (ensure_file) COMPLETE
101352026-08-07T21:46:13.669Z[ host-image] Aug 07 21:46:12.220 INFO O| Aug 07 21:46:12.220 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101362026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101372026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 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 ...
101382026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 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
101392026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101402026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 INFO ok!
101412026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 INFO STEP 59 (ensure_file) COMPLETE
101422026-08-07T21:46:13.673Z[ host-image] Aug 07 21:46:12.229 INFO O| Aug 07 21:46:12.229 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-08-07T21:46:13.682Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101442026-08-07T21:46:13.682Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101452026-08-07T21:46:13.685Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101462026-08-07T21:46:13.685Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101472026-08-07T21:46:13.685Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO ok!
101482026-08-07T21:46:13.685Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO STEP 60 (ensure_file) COMPLETE
101492026-08-07T21:46:13.685Z[ host-image] Aug 07 21:46:12.238 INFO O| Aug 07 21:46:12.238 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-08-07T21:46:13.691Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101512026-08-07T21:46:13.695Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 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 ...
101522026-08-07T21:46:13.695Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 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
101532026-08-07T21:46:13.695Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101542026-08-07T21:46:13.695Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 INFO ok!
101552026-08-07T21:46:13.695Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 INFO STEP 61 (ensure_file) COMPLETE
101562026-08-07T21:46:13.695Z[ host-image] Aug 07 21:46:12.248 INFO O| Aug 07 21:46:12.248 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101572026-08-07T21:46:13.700Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101582026-08-07T21:46:13.700Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101592026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101602026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101612026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101622026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101632026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO ok!
101642026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO STEP 62 (ensure_file) COMPLETE
101652026-08-07T21:46:13.704Z[ host-image] Aug 07 21:46:12.257 INFO O| Aug 07 21:46:12.257 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101662026-08-07T21:46:13.709Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.265 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101672026-08-07T21:46:13.709Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.266 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 ...
101682026-08-07T21:46:13.712Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.266 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
101692026-08-07T21:46:13.712Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101702026-08-07T21:46:13.712Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.266 INFO ok!
101712026-08-07T21:46:13.712Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.266 INFO STEP 63 (ensure_file) COMPLETE
101722026-08-07T21:46:13.712Z[ host-image] Aug 07 21:46:12.266 INFO O| Aug 07 21:46:12.266 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101732026-08-07T21:46:13.716Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101742026-08-07T21:46:13.716Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 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 ...
101752026-08-07T21:46:13.719Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 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
101762026-08-07T21:46:13.719Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101772026-08-07T21:46:13.719Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 INFO ok!
101782026-08-07T21:46:13.719Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 INFO STEP 64 (ensure_file) COMPLETE
101792026-08-07T21:46:13.719Z[ host-image] Aug 07 21:46:12.273 INFO O| Aug 07 21:46:12.273 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101802026-08-07T21:46:13.724Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101812026-08-07T21:46:13.724Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 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 ...
101822026-08-07T21:46:13.727Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 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
101832026-08-07T21:46:13.727Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101842026-08-07T21:46:13.727Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO ok!
101852026-08-07T21:46:13.727Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO STEP 65 (ensure_file) COMPLETE
101862026-08-07T21:46:13.727Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101872026-08-07T21:46:13.728Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO skip step because feature "mbist" is not enabled
101882026-08-07T21:46:13.728Z[ host-image] Aug 07 21:46:12.281 INFO O| Aug 07 21:46:12.281 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-07T21:46:13.733Z[ host-image] Aug 07 21:46:12.290 INFO O| Aug 07 21:46:12.290 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101902026-08-07T21:46:13.733Z[ host-image] Aug 07 21:46:12.290 INFO O| Aug 07 21:46:12.290 INFO STEP 67 (ensure_dir) COMPLETE
101912026-08-07T21:46:13.733Z[ host-image] Aug 07 21:46:12.290 INFO O| Aug 07 21:46:12.290 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-07T21:46:13.741Z[ host-image] Aug 07 21:46:12.298 INFO O| Aug 07 21:46:12.298 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101932026-08-07T21:46:13.741Z[ host-image] Aug 07 21:46:12.298 INFO O| Aug 07 21:46:12.298 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101942026-08-07T21:46:13.744Z[ host-image] Aug 07 21:46:12.298 INFO O| Aug 07 21:46:12.298 INFO STEP 68 (ensure_dir) COMPLETE
101952026-08-07T21:46:13.744Z[ host-image] Aug 07 21:46:12.298 INFO O| Aug 07 21:46:12.298 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-07T21:46:13.750Z[ host-image] Aug 07 21:46:12.307 INFO O| Aug 07 21:46:12.307 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101972026-08-07T21:46:13.753Z[ host-image] Aug 07 21:46:12.307 INFO O| Aug 07 21:46:12.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101982026-08-07T21:46:13.753Z[ host-image] Aug 07 21:46:12.307 INFO O| Aug 07 21:46:12.307 INFO STEP 69 (ensure_dir) COMPLETE
101992026-08-07T21:46:13.753Z[ host-image] Aug 07 21:46:12.307 INFO O| Aug 07 21:46:12.307 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-07T21:46:13.758Z[ host-image] Aug 07 21:46:12.315 INFO O| Aug 07 21:46:12.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102012026-08-07T21:46:13.758Z[ host-image] Aug 07 21:46:12.315 INFO O| Aug 07 21:46:12.315 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102022026-08-07T21:46:14.126Z[ host-image] Aug 07 21:46:12.682 INFO O| Aug 07 21:46:12.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102032026-08-07T21:46:14.126Z[ host-image] Aug 07 21:46:12.682 INFO O| Aug 07 21:46:12.682 INFO ok!
102042026-08-07T21:46:14.127Z[ host-image] Aug 07 21:46:12.682 INFO O| Aug 07 21:46:12.682 INFO STEP 70 (ensure_file) COMPLETE
102052026-08-07T21:46:14.131Z[ host-image] Aug 07 21:46:12.682 INFO O| Aug 07 21:46:12.682 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-07T21:46:14.135Z[ host-image] Aug 07 21:46:12.691 INFO O| Aug 07 21:46:12.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102072026-08-07T21:46:14.135Z[ host-image] Aug 07 21:46:12.691 INFO O| Aug 07 21:46:12.691 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102082026-08-07T21:46:14.796Z[ host-image] Aug 07 21:46:13.352 INFO O| Aug 07 21:46:13.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102092026-08-07T21:46:14.796Z[ host-image] Aug 07 21:46:13.352 INFO O| Aug 07 21:46:13.352 INFO ok!
102102026-08-07T21:46:14.796Z[ host-image] Aug 07 21:46:13.352 INFO O| Aug 07 21:46:13.352 INFO STEP 71 (ensure_file) COMPLETE
102112026-08-07T21:46:14.796Z[ host-image] Aug 07 21:46:13.352 INFO O| Aug 07 21:46:13.352 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-07T21:46:14.804Z[ host-image] Aug 07 21:46:13.360 INFO O| Aug 07 21:46:13.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102132026-08-07T21:46:14.804Z[ host-image] Aug 07 21:46:13.360 INFO O| Aug 07 21:46:13.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102142026-08-07T21:46:14.808Z[ host-image] Aug 07 21:46:13.360 INFO O| Aug 07 21:46:13.360 INFO STEP 72 (ensure_dir) COMPLETE
102152026-08-07T21:46:14.808Z[ host-image] Aug 07 21:46:13.360 INFO O| Aug 07 21:46:13.360 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-07T21:46:14.811Z[ host-image] Aug 07 21:46:13.368 INFO O| Aug 07 21:46:13.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102172026-08-07T21:46:14.812Z[ host-image] Aug 07 21:46:13.368 INFO O| Aug 07 21:46:13.368 INFO copying /tmp/.tmpLk9YQa/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 ...
102182026-08-07T21:46:14.812Z[ host-image] Aug 07 21:46:13.368 INFO O| Aug 07 21:46:13.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102192026-08-07T21:46:14.812Z[ host-image] Aug 07 21:46:13.368 INFO O| Aug 07 21:46:13.368 INFO ok!
102202026-08-07T21:46:14.812Z[ host-image] Aug 07 21:46:13.368 INFO O| Aug 07 21:46:13.368 INFO STEP 73 (ensure_file) COMPLETE
102212026-08-07T21:46:14.812Z[ host-image] Aug 07 21:46:13.368 INFO O| Aug 07 21:46:13.368 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-07T21:46:14.819Z[ host-image] Aug 07 21:46:13.376 INFO O| Aug 07 21:46:13.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102232026-08-07T21:46:14.819Z[ host-image] Aug 07 21:46:13.376 INFO O| Aug 07 21:46:13.376 INFO copying /tmp/.tmpLk9YQa/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 ...
102242026-08-07T21:46:14.823Z[ host-image] Aug 07 21:46:13.376 INFO O| Aug 07 21:46:13.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102252026-08-07T21:46:14.823Z[ host-image] Aug 07 21:46:13.376 INFO O| Aug 07 21:46:13.376 INFO ok!
102262026-08-07T21:46:14.823Z[ host-image] Aug 07 21:46:13.376 INFO O| Aug 07 21:46:13.376 INFO STEP 74 (ensure_file) COMPLETE
102272026-08-07T21:46:14.823Z[ host-image] Aug 07 21:46:13.376 INFO O| Aug 07 21:46:13.376 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-07T21:46:14.827Z[ host-image] Aug 07 21:46:13.382 INFO O| Aug 07 21:46:13.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102292026-08-07T21:46:14.827Z[ host-image] Aug 07 21:46:13.382 INFO O| Aug 07 21:46:13.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102302026-08-07T21:46:14.827Z[ host-image] Aug 07 21:46:13.382 INFO O| Aug 07 21:46:13.382 INFO STEP 75 (ensure_dir) COMPLETE
102312026-08-07T21:46:14.827Z[ host-image] Aug 07 21:46:13.382 INFO O| Aug 07 21:46:13.382 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-07T21:46:14.834Z[ host-image] Aug 07 21:46:13.391 INFO O| Aug 07 21:46:13.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102332026-08-07T21:46:14.834Z[ host-image] Aug 07 21:46:13.391 INFO O| Aug 07 21:46:13.391 INFO copying /tmp/.tmpLk9YQa/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 ...
102342026-08-07T21:46:14.834Z[ host-image] Aug 07 21:46:13.391 INFO O| Aug 07 21:46:13.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102352026-08-07T21:46:14.838Z[ host-image] Aug 07 21:46:13.391 INFO O| Aug 07 21:46:13.391 INFO ok!
102362026-08-07T21:46:14.838Z[ host-image] Aug 07 21:46:13.391 INFO O| Aug 07 21:46:13.391 INFO STEP 76 (ensure_file) COMPLETE
102372026-08-07T21:46:14.838Z[ host-image] Aug 07 21:46:13.391 INFO O| Aug 07 21:46:13.391 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-07T21:46:14.842Z[ host-image] Aug 07 21:46:13.398 INFO O| Aug 07 21:46:13.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102392026-08-07T21:46:14.842Z[ host-image] Aug 07 21:46:13.398 INFO O| Aug 07 21:46:13.398 INFO copying /tmp/.tmpLk9YQa/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 ...
102402026-08-07T21:46:14.842Z[ host-image] Aug 07 21:46:13.398 INFO O| Aug 07 21:46:13.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102412026-08-07T21:46:14.842Z[ host-image] Aug 07 21:46:13.398 INFO O| Aug 07 21:46:13.398 INFO ok!
102422026-08-07T21:46:14.842Z[ host-image] Aug 07 21:46:13.398 INFO O| Aug 07 21:46:13.398 INFO STEP 77 (ensure_file) COMPLETE
102432026-08-07T21:46:14.842Z[ host-image] Aug 07 21:46:13.398 INFO O| Aug 07 21:46:13.398 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-07T21:46:14.848Z[ host-image] Aug 07 21:46:13.405 INFO O| Aug 07 21:46:13.405 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102452026-08-07T21:46:14.848Z[ host-image] Aug 07 21:46:13.405 INFO O| Aug 07 21:46:13.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102462026-08-07T21:46:14.848Z[ host-image] Aug 07 21:46:13.405 INFO O| Aug 07 21:46:13.405 INFO STEP 78 (ensure_dir) COMPLETE
102472026-08-07T21:46:14.848Z[ host-image] Aug 07 21:46:13.405 INFO O| Aug 07 21:46:13.405 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-07T21:46:14.855Z[ host-image] Aug 07 21:46:13.412 INFO O| Aug 07 21:46:13.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102492026-08-07T21:46:14.855Z[ host-image] Aug 07 21:46:13.412 INFO O| Aug 07 21:46:13.412 INFO copying /tmp/.tmpLk9YQa/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 ...
102502026-08-07T21:46:14.859Z[ host-image] Aug 07 21:46:13.412 INFO O| Aug 07 21:46:13.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102512026-08-07T21:46:14.859Z[ host-image] Aug 07 21:46:13.412 INFO O| Aug 07 21:46:13.412 INFO ok!
102522026-08-07T21:46:14.859Z[ host-image] Aug 07 21:46:13.412 INFO O| Aug 07 21:46:13.412 INFO STEP 79 (ensure_file) COMPLETE
102532026-08-07T21:46:14.859Z[ host-image] Aug 07 21:46:13.412 INFO O| Aug 07 21:46:13.412 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-07T21:46:14.863Z[ host-image] Aug 07 21:46:13.419 INFO O| Aug 07 21:46:13.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102552026-08-07T21:46:14.864Z[ host-image] Aug 07 21:46:13.419 INFO O| Aug 07 21:46:13.419 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102562026-08-07T21:46:14.864Z[ host-image] Aug 07 21:46:13.419 INFO O| Aug 07 21:46:13.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102572026-08-07T21:46:14.864Z[ host-image] Aug 07 21:46:13.419 INFO O| Aug 07 21:46:13.419 INFO ok!
102582026-08-07T21:46:14.864Z[ host-image] Aug 07 21:46:13.419 INFO O| Aug 07 21:46:13.419 INFO STEP 80 (ensure_file) COMPLETE
102592026-08-07T21:46:14.864Z[ host-image] Aug 07 21:46:13.419 INFO O| Aug 07 21:46:13.419 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-07T21:46:14.868Z[ host-image] Aug 07 21:46:13.425 INFO O| Aug 07 21:46:13.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102612026-08-07T21:46:14.872Z[ host-image] Aug 07 21:46:13.425 INFO O| Aug 07 21:46:13.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102622026-08-07T21:46:14.872Z[ host-image] Aug 07 21:46:13.425 INFO O| Aug 07 21:46:13.425 INFO STEP 81 (ensure_dir) COMPLETE
102632026-08-07T21:46:14.872Z[ host-image] Aug 07 21:46:13.425 INFO O| Aug 07 21:46:13.425 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-07T21:46:14.876Z[ host-image] Aug 07 21:46:13.432 INFO O| Aug 07 21:46:13.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102652026-08-07T21:46:14.876Z[ host-image] Aug 07 21:46:13.432 INFO O| Aug 07 21:46:13.432 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102662026-08-07T21:46:15.416Z[ host-image] Aug 07 21:46:13.972 INFO O| Aug 07 21:46:13.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102672026-08-07T21:46:15.416Z[ host-image] Aug 07 21:46:13.972 INFO O| Aug 07 21:46:13.972 INFO ok!
102682026-08-07T21:46:15.416Z[ host-image] Aug 07 21:46:13.972 INFO O| Aug 07 21:46:13.972 INFO STEP 82 (ensure_file) COMPLETE
102692026-08-07T21:46:15.419Z[ host-image] Aug 07 21:46:13.972 INFO O| Aug 07 21:46:13.972 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-07T21:46:15.424Z[ host-image] Aug 07 21:46:13.981 INFO O| Aug 07 21:46:13.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102712026-08-07T21:46:15.424Z[ host-image] Aug 07 21:46:13.981 INFO O| Aug 07 21:46:13.981 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102722026-08-07T21:46:15.676Z[ host-image] Aug 07 21:46:14.233 INFO O| Aug 07 21:46:14.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102732026-08-07T21:46:15.676Z[ host-image] Aug 07 21:46:14.233 INFO O| Aug 07 21:46:14.233 INFO ok!
102742026-08-07T21:46:15.680Z[ host-image] Aug 07 21:46:14.233 INFO O| Aug 07 21:46:14.233 INFO STEP 83 (ensure_file) COMPLETE
102752026-08-07T21:46:15.680Z[ host-image] Aug 07 21:46:14.233 INFO O| Aug 07 21:46:14.233 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-07T21:46:15.684Z[ host-image] Aug 07 21:46:14.241 INFO O| Aug 07 21:46:14.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102772026-08-07T21:46:15.688Z[ host-image] Aug 07 21:46:14.241 INFO O| Aug 07 21:46:14.241 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102782026-08-07T21:46:16.922Z[ host-image] Aug 07 21:46:15.479 INFO O| Aug 07 21:46:15.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102792026-08-07T21:46:16.922Z[ host-image] Aug 07 21:46:15.479 INFO O| Aug 07 21:46:15.479 INFO ok!
102802026-08-07T21:46:16.922Z[ host-image] Aug 07 21:46:15.479 INFO O| Aug 07 21:46:15.479 INFO STEP 84 (ensure_file) COMPLETE
102812026-08-07T21:46:16.926Z[ host-image] Aug 07 21:46:15.479 INFO O| Aug 07 21:46:15.479 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-08-07T21:46:16.931Z[ host-image] Aug 07 21:46:15.488 INFO O| Aug 07 21:46:15.488 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102832026-08-07T21:46:16.934Z[ host-image] Aug 07 21:46:15.488 INFO O| Aug 07 21:46:15.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102842026-08-07T21:46:16.934Z[ host-image] Aug 07 21:46:15.488 INFO O| Aug 07 21:46:15.488 INFO STEP 85 (ensure_dir) COMPLETE
102852026-08-07T21:46:16.934Z[ host-image] Aug 07 21:46:15.488 INFO O| Aug 07 21:46:15.488 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-08-07T21:46:16.939Z[ host-image] Aug 07 21:46:15.496 INFO O| Aug 07 21:46:15.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102872026-08-07T21:46:16.939Z[ host-image] Aug 07 21:46:15.496 INFO O| Aug 07 21:46:15.496 INFO copying /tmp/.tmpLk9YQa/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 ...
102882026-08-07T21:46:16.942Z[ host-image] Aug 07 21:46:15.496 INFO O| Aug 07 21:46:15.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102892026-08-07T21:46:16.942Z[ host-image] Aug 07 21:46:15.496 INFO O| Aug 07 21:46:15.496 INFO ok!
102902026-08-07T21:46:16.943Z[ host-image] Aug 07 21:46:15.496 INFO O| Aug 07 21:46:15.496 INFO STEP 86 (ensure_file) COMPLETE
102912026-08-07T21:46:16.943Z[ host-image] Aug 07 21:46:15.496 INFO O| Aug 07 21:46:15.496 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-07T21:46:16.946Z[ host-image] Aug 07 21:46:15.503 INFO O| Aug 07 21:46:15.503 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102932026-08-07T21:46:16.947Z[ host-image] Aug 07 21:46:15.504 INFO O| Aug 07 21:46:15.503 INFO copying /tmp/.tmpLk9YQa/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 ...
102942026-08-07T21:46:16.950Z[ host-image] Aug 07 21:46:15.504 INFO O| Aug 07 21:46:15.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102952026-08-07T21:46:16.950Z[ host-image] Aug 07 21:46:15.504 INFO O| Aug 07 21:46:15.504 INFO ok!
102962026-08-07T21:46:16.950Z[ host-image] Aug 07 21:46:15.504 INFO O| Aug 07 21:46:15.504 INFO STEP 87 (ensure_file) COMPLETE
102972026-08-07T21:46:16.950Z[ host-image] Aug 07 21:46:15.504 INFO O| Aug 07 21:46:15.504 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-07T21:46:16.954Z[ host-image] Aug 07 21:46:15.511 INFO O| Aug 07 21:46:15.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102992026-08-07T21:46:16.954Z[ host-image] Aug 07 21:46:15.511 INFO O| Aug 07 21:46:15.511 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103002026-08-07T21:46:16.959Z[ host-image] Aug 07 21:46:15.511 INFO O| Aug 07 21:46:15.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103012026-08-07T21:46:16.959Z[ host-image] Aug 07 21:46:15.511 INFO O| Aug 07 21:46:15.511 INFO ok!
103022026-08-07T21:46:16.959Z[ host-image] Aug 07 21:46:15.511 INFO O| Aug 07 21:46:15.511 INFO STEP 88 (ensure_file) COMPLETE
103032026-08-07T21:46:16.959Z[ host-image] Aug 07 21:46:15.511 INFO O| Aug 07 21:46:15.511 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-07T21:46:16.964Z[ host-image] Aug 07 21:46:15.519 INFO O| Aug 07 21:46:15.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103052026-08-07T21:46:16.964Z[ host-image] Aug 07 21:46:15.519 INFO O| Aug 07 21:46:15.519 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103062026-08-07T21:46:16.964Z[ host-image] Aug 07 21:46:15.519 INFO O| Aug 07 21:46:15.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103072026-08-07T21:46:16.964Z[ host-image] Aug 07 21:46:15.519 INFO O| Aug 07 21:46:15.519 INFO ok!
103082026-08-07T21:46:16.964Z[ host-image] Aug 07 21:46:15.519 INFO O| Aug 07 21:46:15.519 INFO STEP 89 (ensure_file) COMPLETE
103092026-08-07T21:46:16.964Z[ host-image] Aug 07 21:46:15.519 INFO O| Aug 07 21:46:15.519 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-07T21:46:16.970Z[ host-image] Aug 07 21:46:15.527 INFO O| Aug 07 21:46:15.527 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103112026-08-07T21:46:16.973Z[ host-image] Aug 07 21:46:15.527 INFO O| Aug 07 21:46:15.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103122026-08-07T21:46:16.973Z[ host-image] Aug 07 21:46:15.527 INFO O| Aug 07 21:46:15.527 INFO STEP 90 (ensure_dir) COMPLETE
103132026-08-07T21:46:16.973Z[ host-image] Aug 07 21:46:15.527 INFO O| Aug 07 21:46:15.527 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-07T21:46:16.978Z[ host-image] Aug 07 21:46:15.535 INFO O| Aug 07 21:46:15.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103152026-08-07T21:46:16.978Z[ host-image] Aug 07 21:46:15.535 INFO O| Aug 07 21:46:15.535 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103162026-08-07T21:46:16.996Z[ recovery-image] Aug 07 21:46:15.552 INFO E| Finished `release` profile [optimized] target(s) in 19.29s
103172026-08-07T21:46:17.016Z[ recovery-image] Aug 07 21:46:15.573 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
103182026-08-07T21:46:17.017Z[ recovery-image] Aug 07 21:46:15.573 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103192026-08-07T21:46:17.020Z[ recovery-image] Aug 07 21:46:15.573 INFO building ROM for cosmo
103202026-08-07T21:46:17.020Z[ recovery-image] Aug 07 21:46:15.573 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")
103212026-08-07T21:46:17.108Z[ recovery-image] Aug 07 21:46:15.664 INFO E| Downloading crates ...
103222026-08-07T21:46:17.129Z[ host-image] Aug 07 21:46:15.686 INFO O| Aug 07 21:46:15.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103232026-08-07T21:46:17.130Z[ host-image] Aug 07 21:46:15.686 INFO O| Aug 07 21:46:15.686 INFO ok!
103242026-08-07T21:46:17.133Z[ host-image] Aug 07 21:46:15.686 INFO O| Aug 07 21:46:15.686 INFO STEP 91 (ensure_file) COMPLETE
103252026-08-07T21:46:17.133Z[ host-image] Aug 07 21:46:15.686 INFO O| Aug 07 21:46:15.686 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-07T21:46:17.138Z[ host-image] Aug 07 21:46:15.695 INFO O| Aug 07 21:46:15.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103272026-08-07T21:46:17.142Z[ host-image] Aug 07 21:46:15.695 INFO O| Aug 07 21:46:15.695 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103282026-08-07T21:46:17.142Z[ host-image] Aug 07 21:46:15.695 INFO O| Aug 07 21:46:15.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103292026-08-07T21:46:17.142Z[ host-image] Aug 07 21:46:15.695 INFO O| Aug 07 21:46:15.695 INFO ok!
103302026-08-07T21:46:17.142Z[ host-image] Aug 07 21:46:15.695 INFO O| Aug 07 21:46:15.695 INFO STEP 92 (ensure_file) COMPLETE
103312026-08-07T21:46:17.142Z[ host-image] Aug 07 21:46:15.695 INFO O| Aug 07 21:46:15.695 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-07T21:46:17.146Z[ host-image] Aug 07 21:46:15.703 INFO O| Aug 07 21:46:15.703 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103332026-08-07T21:46:17.147Z[ host-image] Aug 07 21:46:15.703 INFO O| Aug 07 21:46:15.703 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103342026-08-07T21:46:17.162Z[ recovery-image] Aug 07 21:46:15.719 INFO E| Downloaded clap_derive v4.5.32
103352026-08-07T21:46:17.165Z[ recovery-image] Aug 07 21:46:15.721 INFO E| Downloaded toml v0.8.22
103362026-08-07T21:46:17.189Z[ recovery-image] Aug 07 21:46:15.742 INFO E| Downloaded is_terminal_polyfill v1.70.1
103372026-08-07T21:46:17.195Z[ recovery-image] Aug 07 21:46:15.743 INFO E| Downloaded clap_lex v0.7.4
103382026-08-07T21:46:17.200Z[ recovery-image] Aug 07 21:46:15.744 INFO E| Downloaded anstream v0.6.18
103392026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.745 INFO E| Downloaded colorchoice v1.0.3
103402026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.746 INFO E| Downloaded toml_datetime v0.6.9
103412026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.747 INFO E| Downloaded os_pipe v1.2.1
103422026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.747 INFO E| Downloaded anstyle v1.0.10
103432026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.748 INFO E| Downloaded anstyle-query v1.1.2
103442026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.749 INFO E| Downloaded serde_spanned v0.6.8
103452026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.750 INFO E| Downloaded shared_child v1.0.1
103462026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.751 INFO E| Downloaded duct v0.13.7
103472026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.752 INFO E| Downloaded clap v4.5.37
103482026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.757 INFO E| Downloaded toml_write v0.1.1
103492026-08-07T21:46:17.210Z[ recovery-image] Aug 07 21:46:15.758 INFO E| Downloaded anstyle-parse v0.2.6
103502026-08-07T21:46:17.225Z[ recovery-image] Aug 07 21:46:15.779 INFO E| Downloaded cc v1.2.20
103512026-08-07T21:46:17.225Z[ recovery-image] Aug 07 21:46:15.781 INFO E| Downloaded toml_edit v0.22.26
103522026-08-07T21:46:17.248Z[ recovery-image] Aug 07 21:46:15.804 INFO E| Downloaded clap_builder v4.5.37
103532026-08-07T21:46:17.251Z[ recovery-image] Aug 07 21:46:15.808 INFO E| Downloaded winnow v0.7.7
103542026-08-07T21:46:17.270Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling libc v0.2.172
103552026-08-07T21:46:17.273Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling utf8parse v0.2.2
103562026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling shlex v1.3.0
103572026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling is_terminal_polyfill v1.70.1
103582026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling once_cell v1.21.3
103592026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling hashbrown v0.15.2
103602026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling colorchoice v1.0.3
103612026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling equivalent v1.0.2
103622026-08-07T21:46:17.274Z[ recovery-image] Aug 07 21:46:15.827 INFO E| Compiling anstyle v1.0.10
103632026-08-07T21:46:17.290Z[ recovery-image] Aug 07 21:46:15.847 INFO E| Compiling anstyle-query v1.1.2
103642026-08-07T21:46:17.294Z[ recovery-image] Aug 07 21:46:15.848 INFO E| Compiling winnow v0.7.7
103652026-08-07T21:46:17.294Z[ recovery-image] Aug 07 21:46:15.848 INFO E| Compiling strsim v0.11.1
103662026-08-07T21:46:17.307Z[ recovery-image] Aug 07 21:46:15.864 INFO E| Compiling clap_lex v0.7.4
103672026-08-07T21:46:17.307Z[ recovery-image] Aug 07 21:46:15.864 INFO E| Compiling anyhow v1.0.98
103682026-08-07T21:46:17.407Z[ recovery-image] Aug 07 21:46:15.963 INFO E| Compiling toml_write v0.1.1
103692026-08-07T21:46:17.410Z[ recovery-image] Aug 07 21:46:15.964 INFO E| Compiling syn v2.0.101
103702026-08-07T21:46:17.500Z[ recovery-image] Aug 07 21:46:16.056 INFO E| Compiling anstyle-parse v0.2.6
103712026-08-07T21:46:17.707Z[ recovery-image] Aug 07 21:46:16.264 INFO E| Compiling cc v1.2.20
103722026-08-07T21:46:17.774Z[ recovery-image] Aug 07 21:46:16.331 INFO E| Compiling anstream v0.6.18
103732026-08-07T21:46:18.066Z[ host-image] Aug 07 21:46:16.622 INFO O| Aug 07 21:46:16.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103742026-08-07T21:46:18.066Z[ host-image] Aug 07 21:46:16.622 INFO O| Aug 07 21:46:16.622 INFO ok!
103752026-08-07T21:46:18.066Z[ host-image] Aug 07 21:46:16.622 INFO O| Aug 07 21:46:16.622 INFO STEP 93 (ensure_file) COMPLETE
103762026-08-07T21:46:18.066Z[ host-image] Aug 07 21:46:16.622 INFO O| Aug 07 21:46:16.622 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-07T21:46:18.072Z[ recovery-image] Aug 07 21:46:16.629 INFO E| Compiling clap_builder v4.5.37
103782026-08-07T21:46:18.076Z[ recovery-image] Aug 07 21:46:16.633 INFO E| Compiling indexmap v2.9.0
103792026-08-07T21:46:18.079Z[ host-image] Aug 07 21:46:16.633 INFO O| Aug 07 21:46:16.633 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103802026-08-07T21:46:18.079Z[ host-image] Aug 07 21:46:16.633 INFO O| Aug 07 21:46:16.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103812026-08-07T21:46:18.079Z[ host-image] Aug 07 21:46:16.633 INFO O| Aug 07 21:46:16.633 INFO STEP 94 (ensure_dir) COMPLETE
103822026-08-07T21:46:18.079Z[ host-image] Aug 07 21:46:16.633 INFO O| Aug 07 21:46:16.633 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-07T21:46:18.087Z[ host-image] Aug 07 21:46:16.644 INFO O| Aug 07 21:46:16.644 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103842026-08-07T21:46:18.087Z[ host-image] Aug 07 21:46:16.644 INFO O| Aug 07 21:46:16.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103852026-08-07T21:46:18.087Z[ host-image] Aug 07 21:46:16.644 INFO O| Aug 07 21:46:16.644 INFO STEP 95 (ensure_dir) COMPLETE
103862026-08-07T21:46:18.087Z[ host-image] Aug 07 21:46:16.644 INFO O| Aug 07 21:46:16.644 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-07T21:46:18.097Z[ host-image] Aug 07 21:46:16.654 INFO O| Aug 07 21:46:16.653 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103882026-08-07T21:46:18.097Z[ host-image] Aug 07 21:46:16.654 INFO O| Aug 07 21:46:16.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103892026-08-07T21:46:18.100Z[ host-image] Aug 07 21:46:16.654 INFO O| Aug 07 21:46:16.654 INFO STEP 96 (ensure_dir) COMPLETE
103902026-08-07T21:46:18.100Z[ host-image] Aug 07 21:46:16.654 INFO O| Aug 07 21:46:16.654 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-07T21:46:18.107Z[ host-image] Aug 07 21:46:16.664 INFO O| Aug 07 21:46:16.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103922026-08-07T21:46:18.107Z[ host-image] Aug 07 21:46:16.664 INFO O| Aug 07 21:46:16.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103932026-08-07T21:46:18.111Z[ host-image] Aug 07 21:46:16.664 INFO O| Aug 07 21:46:16.664 INFO STEP 97 (ensure_dir) COMPLETE
103942026-08-07T21:46:18.111Z[ host-image] Aug 07 21:46:16.664 INFO O| Aug 07 21:46:16.664 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-07T21:46:18.116Z[ host-image] Aug 07 21:46:16.672 INFO O| Aug 07 21:46:16.672 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103962026-08-07T21:46:18.116Z[ host-image] Aug 07 21:46:16.672 INFO O| Aug 07 21:46:16.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103972026-08-07T21:46:18.116Z[ host-image] Aug 07 21:46:16.672 INFO O| Aug 07 21:46:16.672 INFO STEP 98 (ensure_dir) COMPLETE
103982026-08-07T21:46:18.119Z[ host-image] Aug 07 21:46:16.672 INFO O| Aug 07 21:46:16.672 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-08-07T21:46:18.125Z[ host-image] Aug 07 21:46:16.682 INFO O| Aug 07 21:46:16.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104002026-08-07T21:46:18.125Z[ host-image] Aug 07 21:46:16.682 INFO O| Aug 07 21:46:16.681 INFO copying /tmp/.tmpLk9YQa/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 ...
104012026-08-07T21:46:18.128Z[ host-image] Aug 07 21:46:16.682 INFO O| Aug 07 21:46:16.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104022026-08-07T21:46:18.128Z[ host-image] Aug 07 21:46:16.682 INFO O| Aug 07 21:46:16.682 INFO ok!
104032026-08-07T21:46:18.128Z[ host-image] Aug 07 21:46:16.682 INFO O| Aug 07 21:46:16.682 INFO STEP 99 (ensure_file) COMPLETE
104042026-08-07T21:46:18.128Z[ host-image] Aug 07 21:46:16.682 INFO O| Aug 07 21:46:16.682 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-07T21:46:18.133Z[ host-image] Aug 07 21:46:16.690 INFO O| Aug 07 21:46:16.690 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104062026-08-07T21:46:18.134Z[ host-image] Aug 07 21:46:16.690 INFO O| Aug 07 21:46:16.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104072026-08-07T21:46:18.137Z[ host-image] Aug 07 21:46:16.690 INFO O| Aug 07 21:46:16.690 INFO STEP 100 (ensure_dir) COMPLETE
104082026-08-07T21:46:18.137Z[ host-image] Aug 07 21:46:16.690 INFO O| Aug 07 21:46:16.690 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-07T21:46:18.143Z[ recovery-image] Aug 07 21:46:16.699 INFO E| Compiling os_pipe v1.2.1
104102026-08-07T21:46:18.143Z[ recovery-image] Aug 07 21:46:16.699 INFO E| Compiling shared_child v1.0.1
104112026-08-07T21:46:18.146Z[ host-image] Aug 07 21:46:16.700 INFO O| Aug 07 21:46:16.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104122026-08-07T21:46:18.146Z[ host-image] Aug 07 21:46:16.700 INFO O| Aug 07 21:46:16.700 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104132026-08-07T21:46:18.162Z[ host-image] Aug 07 21:46:16.716 INFO O| Aug 07 21:46:16.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104142026-08-07T21:46:18.162Z[ host-image] Aug 07 21:46:16.716 INFO O| Aug 07 21:46:16.716 INFO ok!
104152026-08-07T21:46:18.162Z[ host-image] Aug 07 21:46:16.716 INFO O| Aug 07 21:46:16.716 INFO STEP 101 (ensure_file) COMPLETE
104162026-08-07T21:46:18.167Z[ host-image] Aug 07 21:46:16.716 INFO O| Aug 07 21:46:16.716 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-07T21:46:18.170Z[ host-image] Aug 07 21:46:16.726 INFO O| Aug 07 21:46:16.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104182026-08-07T21:46:18.170Z[ host-image] Aug 07 21:46:16.726 INFO O| Aug 07 21:46:16.726 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104192026-08-07T21:46:18.170Z[ host-image] Aug 07 21:46:16.726 INFO O| Aug 07 21:46:16.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104202026-08-07T21:46:18.170Z[ host-image] Aug 07 21:46:16.726 INFO O| Aug 07 21:46:16.726 INFO ok!
104212026-08-07T21:46:18.170Z[ host-image] Aug 07 21:46:16.726 INFO O| Aug 07 21:46:16.726 INFO STEP 102 (ensure_file) COMPLETE
104222026-08-07T21:46:18.170Z[ host-image] Aug 07 21:46:16.726 INFO O| Aug 07 21:46:16.726 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-08-07T21:46:18.180Z[ host-image] Aug 07 21:46:16.736 INFO O| Aug 07 21:46:16.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104242026-08-07T21:46:18.180Z[ host-image] Aug 07 21:46:16.736 INFO O| Aug 07 21:46:16.736 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104252026-08-07T21:46:18.479Z[ recovery-image] Aug 07 21:46:17.035 INFO E| Compiling duct v0.13.7
104262026-08-07T21:46:18.725Z[ host-image] Aug 07 21:46:17.281 INFO O| Aug 07 21:46:17.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104272026-08-07T21:46:18.725Z[ host-image] Aug 07 21:46:17.281 INFO O| Aug 07 21:46:17.281 INFO ok!
104282026-08-07T21:46:18.725Z[ host-image] Aug 07 21:46:17.281 INFO O| Aug 07 21:46:17.281 INFO STEP 103 (ensure_file) COMPLETE
104292026-08-07T21:46:18.729Z[ host-image] Aug 07 21:46:17.281 INFO O| Aug 07 21:46:17.281 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-07T21:46:18.735Z[ host-image] Aug 07 21:46:17.292 INFO O| Aug 07 21:46:17.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104312026-08-07T21:46:18.735Z[ host-image] Aug 07 21:46:17.292 INFO O| Aug 07 21:46:17.292 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104322026-08-07T21:46:18.739Z[ host-image] Aug 07 21:46:17.292 INFO O| Aug 07 21:46:17.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104332026-08-07T21:46:18.739Z[ host-image] Aug 07 21:46:17.292 INFO O| Aug 07 21:46:17.292 INFO ok!
104342026-08-07T21:46:18.739Z[ host-image] Aug 07 21:46:17.292 INFO O| Aug 07 21:46:17.292 INFO STEP 104 (ensure_file) COMPLETE
104352026-08-07T21:46:18.739Z[ host-image] Aug 07 21:46:17.292 INFO O| Aug 07 21:46:17.292 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-07T21:46:18.746Z[ host-image] Aug 07 21:46:17.303 INFO O| Aug 07 21:46:17.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104372026-08-07T21:46:18.746Z[ host-image] Aug 07 21:46:17.303 INFO O| Aug 07 21:46:17.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104382026-08-07T21:46:18.750Z[ host-image] Aug 07 21:46:17.303 INFO O| Aug 07 21:46:17.303 INFO STEP 105 (ensure_dir) COMPLETE
104392026-08-07T21:46:18.750Z[ host-image] Aug 07 21:46:17.303 INFO O| Aug 07 21:46:17.303 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-07T21:46:18.756Z[ host-image] Aug 07 21:46:17.313 INFO O| Aug 07 21:46:17.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104412026-08-07T21:46:18.756Z[ host-image] Aug 07 21:46:17.313 INFO O| Aug 07 21:46:17.313 INFO copying /tmp/.tmpLk9YQa/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 ...
104422026-08-07T21:46:19.159Z[ host-image] Aug 07 21:46:17.715 INFO O| Aug 07 21:46:17.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104432026-08-07T21:46:19.159Z[ host-image] Aug 07 21:46:17.715 INFO O| Aug 07 21:46:17.715 INFO ok!
104442026-08-07T21:46:19.159Z[ host-image] Aug 07 21:46:17.715 INFO O| Aug 07 21:46:17.715 INFO STEP 106 (ensure_file) COMPLETE
104452026-08-07T21:46:19.159Z[ host-image] Aug 07 21:46:17.715 INFO O| Aug 07 21:46:17.715 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-08-07T21:46:19.170Z[ host-image] Aug 07 21:46:17.727 INFO O| Aug 07 21:46:17.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104472026-08-07T21:46:19.170Z[ host-image] Aug 07 21:46:17.727 INFO O| Aug 07 21:46:17.727 INFO copying /tmp/.tmpLk9YQa/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 ...
104482026-08-07T21:46:19.170Z[ host-image] Aug 07 21:46:17.727 INFO O| Aug 07 21:46:17.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104492026-08-07T21:46:19.174Z[ host-image] Aug 07 21:46:17.727 INFO O| Aug 07 21:46:17.727 INFO ok!
104502026-08-07T21:46:19.174Z[ host-image] Aug 07 21:46:17.727 INFO O| Aug 07 21:46:17.727 INFO STEP 107 (ensure_file) COMPLETE
104512026-08-07T21:46:19.174Z[ host-image] Aug 07 21:46:17.727 INFO O| Aug 07 21:46:17.727 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-07T21:46:19.180Z[ host-image] Aug 07 21:46:17.737 INFO O| Aug 07 21:46:17.737 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104532026-08-07T21:46:19.180Z[ host-image] Aug 07 21:46:17.737 INFO O| Aug 07 21:46:17.737 INFO copying /tmp/.tmpLk9YQa/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 ...
104542026-08-07T21:46:19.181Z[ host-image] Aug 07 21:46:17.737 INFO O| Aug 07 21:46:17.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104552026-08-07T21:46:19.181Z[ host-image] Aug 07 21:46:17.737 INFO O| Aug 07 21:46:17.737 INFO ok!
104562026-08-07T21:46:19.184Z[ host-image] Aug 07 21:46:17.737 INFO O| Aug 07 21:46:17.737 INFO STEP 108 (ensure_file) COMPLETE
104572026-08-07T21:46:19.184Z[ host-image] Aug 07 21:46:17.737 INFO O| Aug 07 21:46:17.737 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-07T21:46:19.193Z[ host-image] Aug 07 21:46:17.748 INFO O| Aug 07 21:46:17.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104592026-08-07T21:46:19.193Z[ host-image] Aug 07 21:46:17.748 INFO O| Aug 07 21:46:17.748 INFO copying /tmp/.tmpLk9YQa/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 ...
104602026-08-07T21:46:19.193Z[ host-image] Aug 07 21:46:17.748 INFO O| Aug 07 21:46:17.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104612026-08-07T21:46:19.196Z[ host-image] Aug 07 21:46:17.748 INFO O| Aug 07 21:46:17.748 INFO ok!
104622026-08-07T21:46:19.196Z[ host-image] Aug 07 21:46:17.748 INFO O| Aug 07 21:46:17.748 INFO STEP 109 (ensure_file) COMPLETE
104632026-08-07T21:46:19.196Z[ host-image] Aug 07 21:46:17.748 INFO O| Aug 07 21:46:17.748 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-07T21:46:19.203Z[ host-image] Aug 07 21:46:17.760 INFO O| Aug 07 21:46:17.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104652026-08-07T21:46:19.203Z[ host-image] Aug 07 21:46:17.760 INFO O| Aug 07 21:46:17.760 INFO copying /tmp/.tmpLk9YQa/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 ...
104662026-08-07T21:46:19.207Z[ host-image] Aug 07 21:46:17.760 INFO O| Aug 07 21:46:17.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104672026-08-07T21:46:19.207Z[ host-image] Aug 07 21:46:17.760 INFO O| Aug 07 21:46:17.760 INFO ok!
104682026-08-07T21:46:19.207Z[ host-image] Aug 07 21:46:17.760 INFO O| Aug 07 21:46:17.760 INFO STEP 110 (ensure_file) COMPLETE
104692026-08-07T21:46:19.207Z[ host-image] Aug 07 21:46:17.760 INFO O| Aug 07 21:46:17.760 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-08-07T21:46:19.214Z[ host-image] Aug 07 21:46:17.771 INFO O| Aug 07 21:46:17.771 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104712026-08-07T21:46:19.214Z[ host-image] Aug 07 21:46:17.771 INFO O| Aug 07 21:46:17.771 INFO copying /tmp/.tmpLk9YQa/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 ...
104722026-08-07T21:46:19.214Z[ host-image] Aug 07 21:46:17.771 INFO O| Aug 07 21:46:17.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104732026-08-07T21:46:19.218Z[ host-image] Aug 07 21:46:17.771 INFO O| Aug 07 21:46:17.771 INFO ok!
104742026-08-07T21:46:19.218Z[ host-image] Aug 07 21:46:17.771 INFO O| Aug 07 21:46:17.771 INFO STEP 111 (ensure_file) COMPLETE
104752026-08-07T21:46:19.218Z[ host-image] Aug 07 21:46:17.771 INFO O| Aug 07 21:46:17.771 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-08-07T21:46:19.226Z[ host-image] Aug 07 21:46:17.782 INFO O| Aug 07 21:46:17.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104772026-08-07T21:46:19.226Z[ host-image] Aug 07 21:46:17.782 INFO O| Aug 07 21:46:17.782 INFO copying /tmp/.tmpLk9YQa/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 ...
104782026-08-07T21:46:19.229Z[ host-image] Aug 07 21:46:17.782 INFO O| Aug 07 21:46:17.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104792026-08-07T21:46:19.229Z[ host-image] Aug 07 21:46:17.782 INFO O| Aug 07 21:46:17.782 INFO ok!
104802026-08-07T21:46:19.229Z[ host-image] Aug 07 21:46:17.782 INFO O| Aug 07 21:46:17.782 INFO STEP 112 (ensure_file) COMPLETE
104812026-08-07T21:46:19.229Z[ host-image] Aug 07 21:46:17.782 INFO O| Aug 07 21:46:17.782 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-08-07T21:46:19.237Z[ host-image] Aug 07 21:46:17.793 INFO O| Aug 07 21:46:17.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104832026-08-07T21:46:19.237Z[ host-image] Aug 07 21:46:17.793 INFO O| Aug 07 21:46:17.793 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104842026-08-07T21:46:19.237Z[ host-image] Aug 07 21:46:17.793 INFO O| Aug 07 21:46:17.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104852026-08-07T21:46:19.240Z[ host-image] Aug 07 21:46:17.793 INFO O| Aug 07 21:46:17.793 INFO ok!
104862026-08-07T21:46:19.240Z[ host-image] Aug 07 21:46:17.793 INFO O| Aug 07 21:46:17.793 INFO STEP 113 (ensure_file) COMPLETE
104872026-08-07T21:46:19.240Z[ host-image] Aug 07 21:46:17.793 INFO O| Aug 07 21:46:17.793 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-07T21:46:19.247Z[ host-image] Aug 07 21:46:17.804 INFO O| Aug 07 21:46:17.804 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104892026-08-07T21:46:19.247Z[ host-image] Aug 07 21:46:17.804 INFO O| Aug 07 21:46:17.804 INFO copying /tmp/.tmpLk9YQa/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 ...
104902026-08-07T21:46:19.247Z[ host-image] Aug 07 21:46:17.804 INFO O| Aug 07 21:46:17.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104912026-08-07T21:46:19.250Z[ host-image] Aug 07 21:46:17.804 INFO O| Aug 07 21:46:17.804 INFO ok!
104922026-08-07T21:46:19.250Z[ host-image] Aug 07 21:46:17.804 INFO O| Aug 07 21:46:17.804 INFO STEP 114 (ensure_file) COMPLETE
104932026-08-07T21:46:19.250Z[ host-image] Aug 07 21:46:17.804 INFO O| Aug 07 21:46:17.804 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-07T21:46:19.258Z[ host-image] Aug 07 21:46:17.815 INFO O| Aug 07 21:46:17.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104952026-08-07T21:46:19.258Z[ host-image] Aug 07 21:46:17.815 INFO O| Aug 07 21:46:17.815 INFO copying /tmp/.tmpLk9YQa/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 ...
104962026-08-07T21:46:19.258Z[ host-image] Aug 07 21:46:17.815 INFO O| Aug 07 21:46:17.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104972026-08-07T21:46:19.259Z[ host-image] Aug 07 21:46:17.815 INFO O| Aug 07 21:46:17.815 INFO ok!
104982026-08-07T21:46:19.259Z[ host-image] Aug 07 21:46:17.815 INFO O| Aug 07 21:46:17.815 INFO STEP 115 (ensure_file) COMPLETE
104992026-08-07T21:46:19.262Z[ host-image] Aug 07 21:46:17.815 INFO O| Aug 07 21:46:17.815 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-08-07T21:46:19.268Z[ host-image] Aug 07 21:46:17.824 INFO O| Aug 07 21:46:17.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105012026-08-07T21:46:19.268Z[ host-image] Aug 07 21:46:17.824 INFO O| Aug 07 21:46:17.824 INFO copying /tmp/.tmpLk9YQa/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 ...
105022026-08-07T21:46:19.271Z[ host-image] Aug 07 21:46:17.824 INFO O| Aug 07 21:46:17.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105032026-08-07T21:46:19.271Z[ host-image] Aug 07 21:46:17.824 INFO O| Aug 07 21:46:17.824 INFO ok!
105042026-08-07T21:46:19.271Z[ host-image] Aug 07 21:46:17.824 INFO O| Aug 07 21:46:17.824 INFO STEP 116 (ensure_file) COMPLETE
105052026-08-07T21:46:19.272Z[ host-image] Aug 07 21:46:17.824 INFO O| Aug 07 21:46:17.824 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-08-07T21:46:19.277Z[ host-image] Aug 07 21:46:17.833 INFO O| Aug 07 21:46:17.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105072026-08-07T21:46:19.277Z[ host-image] Aug 07 21:46:17.833 INFO O| Aug 07 21:46:17.833 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105082026-08-07T21:46:19.277Z[ host-image] Aug 07 21:46:17.833 INFO O| Aug 07 21:46:17.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105092026-08-07T21:46:19.280Z[ host-image] Aug 07 21:46:17.833 INFO O| Aug 07 21:46:17.833 INFO ok!
105102026-08-07T21:46:19.280Z[ host-image] Aug 07 21:46:17.833 INFO O| Aug 07 21:46:17.833 INFO STEP 117 (ensure_file) COMPLETE
105112026-08-07T21:46:19.280Z[ host-image] Aug 07 21:46:17.833 INFO O| Aug 07 21:46:17.833 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-08-07T21:46:19.285Z[ host-image] Aug 07 21:46:17.842 INFO O| Aug 07 21:46:17.842 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105132026-08-07T21:46:19.285Z[ host-image] Aug 07 21:46:17.842 INFO O| Aug 07 21:46:17.842 INFO copying /tmp/.tmpLk9YQa/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 ...
105142026-08-07T21:46:19.285Z[ host-image] Aug 07 21:46:17.842 INFO O| Aug 07 21:46:17.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105152026-08-07T21:46:19.285Z[ host-image] Aug 07 21:46:17.842 INFO O| Aug 07 21:46:17.842 INFO ok!
105162026-08-07T21:46:19.288Z[ host-image] Aug 07 21:46:17.842 INFO O| Aug 07 21:46:17.842 INFO STEP 118 (ensure_file) COMPLETE
105172026-08-07T21:46:19.288Z[ host-image] Aug 07 21:46:17.842 INFO O| Aug 07 21:46:17.842 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-07T21:46:19.294Z[ host-image] Aug 07 21:46:17.851 INFO O| Aug 07 21:46:17.851 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105192026-08-07T21:46:19.294Z[ host-image] Aug 07 21:46:17.851 INFO O| Aug 07 21:46:17.851 INFO copying /tmp/.tmpLk9YQa/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 ...
105202026-08-07T21:46:19.294Z[ host-image] Aug 07 21:46:17.851 INFO O| Aug 07 21:46:17.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105212026-08-07T21:46:19.298Z[ host-image] Aug 07 21:46:17.851 INFO O| Aug 07 21:46:17.851 INFO ok!
105222026-08-07T21:46:19.298Z[ host-image] Aug 07 21:46:17.851 INFO O| Aug 07 21:46:17.851 INFO STEP 119 (ensure_file) COMPLETE
105232026-08-07T21:46:19.298Z[ host-image] Aug 07 21:46:17.851 INFO O| Aug 07 21:46:17.851 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-08-07T21:46:19.303Z[ host-image] Aug 07 21:46:17.859 INFO O| Aug 07 21:46:17.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105252026-08-07T21:46:19.303Z[ host-image] Aug 07 21:46:17.860 INFO O| Aug 07 21:46:17.859 INFO copying /tmp/.tmpLk9YQa/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 ...
105262026-08-07T21:46:19.303Z[ host-image] Aug 07 21:46:17.860 INFO O| Aug 07 21:46:17.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105272026-08-07T21:46:19.306Z[ host-image] Aug 07 21:46:17.860 INFO O| Aug 07 21:46:17.860 INFO ok!
105282026-08-07T21:46:19.307Z[ host-image] Aug 07 21:46:17.860 INFO O| Aug 07 21:46:17.860 INFO STEP 120 (ensure_file) COMPLETE
105292026-08-07T21:46:19.307Z[ host-image] Aug 07 21:46:17.860 INFO O| Aug 07 21:46:17.860 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-08-07T21:46:19.312Z[ host-image] Aug 07 21:46:17.869 INFO O| Aug 07 21:46:17.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105312026-08-07T21:46:19.312Z[ host-image] Aug 07 21:46:17.869 INFO O| Aug 07 21:46:17.869 INFO copying /tmp/.tmpLk9YQa/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 ...
105322026-08-07T21:46:19.312Z[ host-image] Aug 07 21:46:17.869 INFO O| Aug 07 21:46:17.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105332026-08-07T21:46:19.312Z[ host-image] Aug 07 21:46:17.869 INFO O| Aug 07 21:46:17.869 INFO ok!
105342026-08-07T21:46:19.312Z[ host-image] Aug 07 21:46:17.869 INFO O| Aug 07 21:46:17.869 INFO STEP 121 (ensure_file) COMPLETE
105352026-08-07T21:46:19.316Z[ host-image] Aug 07 21:46:17.869 INFO O| Aug 07 21:46:17.869 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-08-07T21:46:19.321Z[ host-image] Aug 07 21:46:17.878 INFO O| Aug 07 21:46:17.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105372026-08-07T21:46:19.321Z[ host-image] Aug 07 21:46:17.878 INFO O| Aug 07 21:46:17.878 INFO copying /tmp/.tmpLk9YQa/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 ...
105382026-08-07T21:46:19.325Z[ host-image] Aug 07 21:46:17.878 INFO O| Aug 07 21:46:17.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105392026-08-07T21:46:19.325Z[ host-image] Aug 07 21:46:17.878 INFO O| Aug 07 21:46:17.878 INFO ok!
105402026-08-07T21:46:19.325Z[ host-image] Aug 07 21:46:17.878 INFO O| Aug 07 21:46:17.878 INFO STEP 122 (ensure_file) COMPLETE
105412026-08-07T21:46:19.325Z[ host-image] Aug 07 21:46:17.878 INFO O| Aug 07 21:46:17.878 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-08-07T21:46:19.325Z[ recovery-image] Aug 07 21:46:17.881 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
105432026-08-07T21:46:19.330Z[ host-image] Aug 07 21:46:17.887 INFO O| Aug 07 21:46:17.887 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105442026-08-07T21:46:19.330Z[ host-image] Aug 07 21:46:17.887 INFO O| Aug 07 21:46:17.887 INFO copying /tmp/.tmpLk9YQa/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 ...
105452026-08-07T21:46:19.330Z[ host-image] Aug 07 21:46:17.887 INFO O| Aug 07 21:46:17.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105462026-08-07T21:46:19.330Z[ host-image] Aug 07 21:46:17.887 INFO O| Aug 07 21:46:17.887 INFO ok!
105472026-08-07T21:46:19.333Z[ host-image] Aug 07 21:46:17.887 INFO O| Aug 07 21:46:17.887 INFO STEP 123 (ensure_file) COMPLETE
105482026-08-07T21:46:19.333Z[ host-image] Aug 07 21:46:17.887 INFO O| Aug 07 21:46:17.887 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-07T21:46:19.339Z[ host-image] Aug 07 21:46:17.896 INFO O| Aug 07 21:46:17.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105502026-08-07T21:46:19.339Z[ host-image] Aug 07 21:46:17.896 INFO O| Aug 07 21:46:17.896 INFO copying /tmp/.tmpLk9YQa/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 ...
105512026-08-07T21:46:19.343Z[ host-image] Aug 07 21:46:17.896 INFO O| Aug 07 21:46:17.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105522026-08-07T21:46:19.343Z[ host-image] Aug 07 21:46:17.896 INFO O| Aug 07 21:46:17.896 INFO ok!
105532026-08-07T21:46:19.343Z[ host-image] Aug 07 21:46:17.896 INFO O| Aug 07 21:46:17.896 INFO STEP 124 (ensure_file) COMPLETE
105542026-08-07T21:46:19.343Z[ host-image] Aug 07 21:46:17.896 INFO O| Aug 07 21:46:17.896 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-08-07T21:46:19.349Z[ host-image] Aug 07 21:46:17.905 INFO O| Aug 07 21:46:17.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105562026-08-07T21:46:19.350Z[ host-image] Aug 07 21:46:17.905 INFO O| Aug 07 21:46:17.905 INFO copying /tmp/.tmpLk9YQa/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 ...
105572026-08-07T21:46:19.350Z[ host-image] Aug 07 21:46:17.905 INFO O| Aug 07 21:46:17.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105582026-08-07T21:46:19.353Z[ host-image] Aug 07 21:46:17.905 INFO O| Aug 07 21:46:17.905 INFO ok!
105592026-08-07T21:46:19.353Z[ host-image] Aug 07 21:46:17.905 INFO O| Aug 07 21:46:17.905 INFO STEP 125 (ensure_file) COMPLETE
105602026-08-07T21:46:19.353Z[ host-image] Aug 07 21:46:17.905 INFO O| Aug 07 21:46:17.905 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-07T21:46:19.357Z[ host-image] Aug 07 21:46:17.913 INFO O| Aug 07 21:46:17.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105622026-08-07T21:46:19.357Z[ host-image] Aug 07 21:46:17.913 INFO O| Aug 07 21:46:17.913 INFO copying /tmp/.tmpLk9YQa/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 ...
105632026-08-07T21:46:19.357Z[ host-image] Aug 07 21:46:17.913 INFO O| Aug 07 21:46:17.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105642026-08-07T21:46:19.357Z[ host-image] Aug 07 21:46:17.913 INFO O| Aug 07 21:46:17.913 INFO ok!
105652026-08-07T21:46:19.357Z[ host-image] Aug 07 21:46:17.913 INFO O| Aug 07 21:46:17.913 INFO STEP 126 (ensure_file) COMPLETE
105662026-08-07T21:46:19.357Z[ host-image] Aug 07 21:46:17.913 INFO O| Aug 07 21:46:17.913 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-08-07T21:46:19.364Z[ host-image] Aug 07 21:46:17.921 INFO O| Aug 07 21:46:17.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105682026-08-07T21:46:19.364Z[ host-image] Aug 07 21:46:17.921 INFO O| Aug 07 21:46:17.921 INFO copying /tmp/.tmpLk9YQa/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 ...
105692026-08-07T21:46:19.365Z[ host-image] Aug 07 21:46:17.921 INFO O| Aug 07 21:46:17.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105702026-08-07T21:46:19.368Z[ host-image] Aug 07 21:46:17.921 INFO O| Aug 07 21:46:17.921 INFO ok!
105712026-08-07T21:46:19.368Z[ host-image] Aug 07 21:46:17.921 INFO O| Aug 07 21:46:17.921 INFO STEP 127 (ensure_file) COMPLETE
105722026-08-07T21:46:19.368Z[ host-image] Aug 07 21:46:17.921 INFO O| Aug 07 21:46:17.921 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-08-07T21:46:19.374Z[ host-image] Aug 07 21:46:17.930 INFO O| Aug 07 21:46:17.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105742026-08-07T21:46:19.374Z[ host-image] Aug 07 21:46:17.931 INFO O| Aug 07 21:46:17.930 INFO copying /tmp/.tmpLk9YQa/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 ...
105752026-08-07T21:46:19.374Z[ host-image] Aug 07 21:46:17.931 INFO O| Aug 07 21:46:17.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105762026-08-07T21:46:19.377Z[ host-image] Aug 07 21:46:17.931 INFO O| Aug 07 21:46:17.931 INFO ok!
105772026-08-07T21:46:19.377Z[ host-image] Aug 07 21:46:17.931 INFO O| Aug 07 21:46:17.931 INFO STEP 128 (ensure_file) COMPLETE
105782026-08-07T21:46:19.377Z[ host-image] Aug 07 21:46:17.931 INFO O| Aug 07 21:46:17.931 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105792026-08-07T21:46:19.384Z[ host-image] Aug 07 21:46:17.941 INFO O| Aug 07 21:46:17.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105802026-08-07T21:46:19.384Z[ host-image] Aug 07 21:46:17.941 INFO O| Aug 07 21:46:17.941 INFO copying /tmp/.tmpLk9YQa/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 ...
105812026-08-07T21:46:19.384Z[ host-image] Aug 07 21:46:17.941 INFO O| Aug 07 21:46:17.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105822026-08-07T21:46:19.387Z[ host-image] Aug 07 21:46:17.941 INFO O| Aug 07 21:46:17.941 INFO ok!
105832026-08-07T21:46:19.387Z[ host-image] Aug 07 21:46:17.941 INFO O| Aug 07 21:46:17.941 INFO STEP 129 (ensure_file) COMPLETE
105842026-08-07T21:46:19.387Z[ host-image] Aug 07 21:46:17.941 INFO O| Aug 07 21:46:17.941 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105852026-08-07T21:46:19.395Z[ host-image] Aug 07 21:46:17.951 INFO O| Aug 07 21:46:17.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105862026-08-07T21:46:19.395Z[ host-image] Aug 07 21:46:17.952 INFO O| Aug 07 21:46:17.951 INFO copying /tmp/.tmpLk9YQa/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 ...
105872026-08-07T21:46:19.398Z[ host-image] Aug 07 21:46:17.952 INFO O| Aug 07 21:46:17.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105882026-08-07T21:46:19.398Z[ host-image] Aug 07 21:46:17.952 INFO O| Aug 07 21:46:17.952 INFO ok!
105892026-08-07T21:46:19.398Z[ host-image] Aug 07 21:46:17.952 INFO O| Aug 07 21:46:17.952 INFO STEP 130 (ensure_file) COMPLETE
105902026-08-07T21:46:19.398Z[ host-image] Aug 07 21:46:17.952 INFO O| Aug 07 21:46:17.952 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-08-07T21:46:19.406Z[ host-image] Aug 07 21:46:17.962 INFO O| Aug 07 21:46:17.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105922026-08-07T21:46:19.406Z[ host-image] Aug 07 21:46:17.962 INFO O| Aug 07 21:46:17.962 INFO copying /tmp/.tmpLk9YQa/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 ...
105932026-08-07T21:46:19.409Z[ host-image] Aug 07 21:46:17.962 INFO O| Aug 07 21:46:17.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105942026-08-07T21:46:19.409Z[ host-image] Aug 07 21:46:17.962 INFO O| Aug 07 21:46:17.962 INFO ok!
105952026-08-07T21:46:19.409Z[ host-image] Aug 07 21:46:17.962 INFO O| Aug 07 21:46:17.962 INFO STEP 131 (ensure_file) COMPLETE
105962026-08-07T21:46:19.409Z[ host-image] Aug 07 21:46:17.962 INFO O| Aug 07 21:46:17.962 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-08-07T21:46:19.417Z[ host-image] Aug 07 21:46:17.973 INFO O| Aug 07 21:46:17.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105982026-08-07T21:46:19.417Z[ host-image] Aug 07 21:46:17.973 INFO O| Aug 07 21:46:17.973 INFO copying /tmp/.tmpLk9YQa/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 ...
105992026-08-07T21:46:19.417Z[ host-image] Aug 07 21:46:17.973 INFO O| Aug 07 21:46:17.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106002026-08-07T21:46:19.417Z[ host-image] Aug 07 21:46:17.973 INFO O| Aug 07 21:46:17.973 INFO ok!
106012026-08-07T21:46:19.417Z[ host-image] Aug 07 21:46:17.973 INFO O| Aug 07 21:46:17.973 INFO STEP 132 (ensure_file) COMPLETE
106022026-08-07T21:46:19.417Z[ host-image] Aug 07 21:46:17.973 INFO O| Aug 07 21:46:17.973 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-08-07T21:46:19.426Z[ host-image] Aug 07 21:46:17.983 INFO O| Aug 07 21:46:17.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106042026-08-07T21:46:19.426Z[ host-image] Aug 07 21:46:17.983 INFO O| Aug 07 21:46:17.983 INFO copying /tmp/.tmpLk9YQa/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 ...
106052026-08-07T21:46:19.426Z[ host-image] Aug 07 21:46:17.983 INFO O| Aug 07 21:46:17.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106062026-08-07T21:46:19.430Z[ host-image] Aug 07 21:46:17.983 INFO O| Aug 07 21:46:17.983 INFO ok!
106072026-08-07T21:46:19.430Z[ host-image] Aug 07 21:46:17.983 INFO O| Aug 07 21:46:17.983 INFO STEP 133 (ensure_file) COMPLETE
106082026-08-07T21:46:19.430Z[ host-image] Aug 07 21:46:17.983 INFO O| Aug 07 21:46:17.983 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-08-07T21:46:19.437Z[ host-image] Aug 07 21:46:17.994 INFO O| Aug 07 21:46:17.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106102026-08-07T21:46:19.437Z[ host-image] Aug 07 21:46:17.994 INFO O| Aug 07 21:46:17.994 INFO copying /tmp/.tmpLk9YQa/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 ...
106112026-08-07T21:46:19.441Z[ host-image] Aug 07 21:46:17.994 INFO O| Aug 07 21:46:17.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106122026-08-07T21:46:19.441Z[ host-image] Aug 07 21:46:17.994 INFO O| Aug 07 21:46:17.994 INFO ok!
106132026-08-07T21:46:19.441Z[ host-image] Aug 07 21:46:17.994 INFO O| Aug 07 21:46:17.994 INFO STEP 134 (ensure_file) COMPLETE
106142026-08-07T21:46:19.441Z[ host-image] Aug 07 21:46:17.994 INFO O| Aug 07 21:46:17.994 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-08-07T21:46:19.447Z[ host-image] Aug 07 21:46:18.004 INFO O| Aug 07 21:46:18.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106162026-08-07T21:46:19.447Z[ host-image] Aug 07 21:46:18.004 INFO O| Aug 07 21:46:18.004 INFO copying /tmp/.tmpLk9YQa/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 ...
106172026-08-07T21:46:19.451Z[ host-image] Aug 07 21:46:18.004 INFO O| Aug 07 21:46:18.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106182026-08-07T21:46:19.451Z[ host-image] Aug 07 21:46:18.004 INFO O| Aug 07 21:46:18.004 INFO ok!
106192026-08-07T21:46:19.451Z[ host-image] Aug 07 21:46:18.004 INFO O| Aug 07 21:46:18.004 INFO STEP 135 (ensure_file) COMPLETE
106202026-08-07T21:46:19.451Z[ host-image] Aug 07 21:46:18.004 INFO O| Aug 07 21:46:18.004 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-08-07T21:46:19.457Z[ host-image] Aug 07 21:46:18.014 INFO O| Aug 07 21:46:18.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106222026-08-07T21:46:19.457Z[ host-image] Aug 07 21:46:18.014 INFO O| Aug 07 21:46:18.014 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106232026-08-07T21:46:19.457Z[ host-image] Aug 07 21:46:18.014 INFO O| Aug 07 21:46:18.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106242026-08-07T21:46:19.460Z[ host-image] Aug 07 21:46:18.014 INFO O| Aug 07 21:46:18.014 INFO ok!
106252026-08-07T21:46:19.461Z[ host-image] Aug 07 21:46:18.014 INFO O| Aug 07 21:46:18.014 INFO STEP 136 (ensure_file) COMPLETE
106262026-08-07T21:46:19.461Z[ host-image] Aug 07 21:46:18.014 INFO O| Aug 07 21:46:18.014 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-08-07T21:46:19.465Z[ host-image] Aug 07 21:46:18.022 INFO O| Aug 07 21:46:18.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106282026-08-07T21:46:19.465Z[ host-image] Aug 07 21:46:18.022 INFO O| Aug 07 21:46:18.022 INFO copying /tmp/.tmpLk9YQa/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 ...
106292026-08-07T21:46:19.469Z[ host-image] Aug 07 21:46:18.022 INFO O| Aug 07 21:46:18.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106302026-08-07T21:46:19.469Z[ host-image] Aug 07 21:46:18.022 INFO O| Aug 07 21:46:18.022 INFO ok!
106312026-08-07T21:46:19.469Z[ host-image] Aug 07 21:46:18.022 INFO O| Aug 07 21:46:18.022 INFO STEP 137 (ensure_file) COMPLETE
106322026-08-07T21:46:19.469Z[ host-image] Aug 07 21:46:18.022 INFO O| Aug 07 21:46:18.022 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-08-07T21:46:19.476Z[ host-image] Aug 07 21:46:18.032 INFO O| Aug 07 21:46:18.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106342026-08-07T21:46:19.476Z[ host-image] Aug 07 21:46:18.032 INFO O| Aug 07 21:46:18.032 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106352026-08-07T21:46:19.479Z[ host-image] Aug 07 21:46:18.032 INFO O| Aug 07 21:46:18.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106362026-08-07T21:46:19.479Z[ host-image] Aug 07 21:46:18.032 INFO O| Aug 07 21:46:18.032 INFO ok!
106372026-08-07T21:46:19.479Z[ host-image] Aug 07 21:46:18.032 INFO O| Aug 07 21:46:18.032 INFO STEP 138 (ensure_file) COMPLETE
106382026-08-07T21:46:19.479Z[ host-image] Aug 07 21:46:18.032 INFO O| Aug 07 21:46:18.032 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-08-07T21:46:19.487Z[ host-image] Aug 07 21:46:18.043 INFO O| Aug 07 21:46:18.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106402026-08-07T21:46:19.487Z[ host-image] Aug 07 21:46:18.044 INFO O| Aug 07 21:46:18.043 INFO copying /tmp/.tmpLk9YQa/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106412026-08-07T21:46:20.623Z[ recovery-image] Aug 07 21:46:19.180 INFO E| Compiling serde_derive v1.0.219
106422026-08-07T21:46:20.624Z[ recovery-image] Aug 07 21:46:19.180 INFO E| Compiling clap_derive v4.5.32
106432026-08-07T21:46:22.323Z[ recovery-image] Aug 07 21:46:20.880 INFO E| Compiling clap v4.5.37
106442026-08-07T21:46:23.203Z[ recovery-image] Aug 07 21:46:21.753 INFO E| Compiling serde v1.0.219
106452026-08-07T21:46:25.423Z[ recovery-image] Aug 07 21:46:23.979 INFO E| Compiling toml_datetime v0.6.9
106462026-08-07T21:46:25.423Z[ recovery-image] Aug 07 21:46:23.979 INFO E| Compiling serde_spanned v0.6.8
106472026-08-07T21:46:25.600Z[ recovery-image] Aug 07 21:46:24.156 INFO E| Compiling toml_edit v0.22.26
106482026-08-07T21:46:27.303Z[ recovery-image] Aug 07 21:46:25.856 INFO E| Compiling toml v0.8.22
106492026-08-07T21:46:30.009Z[ recovery-image] Aug 07 21:46:28.563 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s
106502026-08-07T21:46:30.025Z[ recovery-image] Aug 07 21:46:28.574 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`
106512026-08-07T21:46:30.038Z[ recovery-image] Aug 07 21:46:28.594 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
106522026-08-07T21:46:30.137Z[ recovery-image] Aug 07 21:46:28.694 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
106532026-08-07T21:46:30.143Z[ recovery-image] Aug 07 21:46:28.699 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`
106542026-08-07T21:46:30.413Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106552026-08-07T21:46:30.413Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106562026-08-07T21:46:30.413Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106572026-08-07T21:46:30.419Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106582026-08-07T21:46:30.419Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106592026-08-07T21:46:30.419Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106602026-08-07T21:46:30.419Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106612026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106622026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106632026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.968 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106642026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106652026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106662026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106672026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106682026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106692026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106702026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106712026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106722026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106732026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106742026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106752026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106762026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106772026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106782026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106792026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106802026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106812026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106822026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106832026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106842026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106852026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106862026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106872026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106882026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106892026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106902026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106912026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106922026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106932026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106942026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106952026-08-07T21:46:30.420Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106962026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106972026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106982026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106992026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107002026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
107012026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
107022026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
107032026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
107042026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
107052026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
107062026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
107072026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO O| Info: ABL version: 0x100af010
107082026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
107092026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
107102026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
107112026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107122026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107132026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107142026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107152026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107162026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107172026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107182026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107192026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107202026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107212026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107222026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107232026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107242026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107252026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107262026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107272026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107282026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107292026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107302026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
107312026-08-07T21:46:30.421Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
107322026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
107332026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
107342026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
107352026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
107362026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
107372026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
107382026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
107392026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
107402026-08-07T21:46:30.422Z[ recovery-image] Aug 07 21:46:28.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
107412026-08-07T21:46:30.459Z[ recovery-image] Aug 07 21:46:29.013 INFO building ROM for gimlet
107422026-08-07T21:46:30.459Z[ recovery-image] Aug 07 21:46:29.013 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")
107432026-08-07T21:46:30.616Z[ recovery-image] Aug 07 21:46:29.127 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107442026-08-07T21:46:30.631Z[ recovery-image] Aug 07 21:46:29.133 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`
107452026-08-07T21:46:30.635Z[ recovery-image] Aug 07 21:46:29.150 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
107462026-08-07T21:46:30.678Z[ recovery-image] Aug 07 21:46:29.234 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107472026-08-07T21:46:30.682Z[ recovery-image] Aug 07 21:46:29.238 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`
107482026-08-07T21:46:30.833Z[ recovery-image] Aug 07 21:46:29.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
107492026-08-07T21:46:30.833Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
107502026-08-07T21:46:30.833Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
107512026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
107522026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
107532026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
107542026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
107552026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
107562026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
107572026-08-07T21:46:30.838Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
107582026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
107592026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
107602026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
107612026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
107622026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
107632026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO O| Info: ABL version: 0x100f5010
107642026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
107652026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107662026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107672026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107682026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107692026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107702026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107712026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107722026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107732026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107742026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107752026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107762026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107772026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107782026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107792026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107802026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107812026-08-07T21:46:30.839Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107822026-08-07T21:46:30.840Z[ recovery-image] Aug 07 21:46:29.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107832026-08-07T21:46:30.890Z[ recovery-image] Aug 07 21:46:29.439 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107842026-08-07T21:46:31.018Z[ host-image] Aug 07 21:46:29.574 INFO O| Aug 07 21:46:29.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
107852026-08-07T21:46:31.018Z[ host-image] Aug 07 21:46:29.574 INFO O| Aug 07 21:46:29.574 INFO ok!
107862026-08-07T21:46:31.018Z[ host-image] Aug 07 21:46:29.574 INFO O| Aug 07 21:46:29.574 INFO STEP 139 (ensure_file) COMPLETE
107872026-08-07T21:46:31.022Z[ host-image] Aug 07 21:46:29.574 INFO O| Aug 07 21:46:29.574 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107882026-08-07T21:46:31.026Z[ host-image] Aug 07 21:46:29.583 INFO O| Aug 07 21:46:29.583 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
107892026-08-07T21:46:31.026Z[ host-image] Aug 07 21:46:29.583 INFO O| Aug 07 21:46:29.583 INFO STEP 140 (ensure_dir) COMPLETE
107902026-08-07T21:46:31.030Z[ host-image] Aug 07 21:46:29.583 INFO O| Aug 07 21:46:29.583 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107912026-08-07T21:46:31.035Z[ host-image] Aug 07 21:46:29.592 INFO O| Aug 07 21:46:29.592 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
107922026-08-07T21:46:31.035Z[ host-image] Aug 07 21:46:29.592 INFO O| Aug 07 21:46:29.592 INFO STEP 141 (ensure_dir) COMPLETE
107932026-08-07T21:46:31.035Z[ host-image] Aug 07 21:46:29.592 INFO O| Aug 07 21:46:29.592 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107942026-08-07T21:46:31.042Z[ host-image] Aug 07 21:46:29.599 INFO O| Aug 07 21:46:29.599 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
107952026-08-07T21:46:31.043Z[ host-image] Aug 07 21:46:29.599 INFO O| Aug 07 21:46:29.599 INFO STEP 142 (ensure_dir) COMPLETE
107962026-08-07T21:46:31.046Z[ host-image] Aug 07 21:46:29.599 INFO O| Aug 07 21:46:29.599 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107972026-08-07T21:46:31.050Z[ host-image] Aug 07 21:46:29.606 INFO O| Aug 07 21:46:29.606 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
107982026-08-07T21:46:31.050Z[ host-image] Aug 07 21:46:29.606 INFO O| Aug 07 21:46:29.606 INFO STEP 143 (ensure_dir) COMPLETE
107992026-08-07T21:46:31.050Z[ host-image] Aug 07 21:46:29.606 INFO O| Aug 07 21:46:29.606 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108002026-08-07T21:46:31.057Z[ host-image] Aug 07 21:46:29.614 INFO O| Aug 07 21:46:29.614 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
108012026-08-07T21:46:31.061Z[ host-image] Aug 07 21:46:29.614 INFO O| Aug 07 21:46:29.614 INFO copying /tmp/.tmpLk9YQa/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 ...
108022026-08-07T21:46:31.061Z[ host-image] Aug 07 21:46:29.614 INFO O| Aug 07 21:46:29.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
108032026-08-07T21:46:31.061Z[ host-image] Aug 07 21:46:29.614 INFO O| Aug 07 21:46:29.614 INFO ok!
108042026-08-07T21:46:31.061Z[ host-image] Aug 07 21:46:29.614 INFO O| Aug 07 21:46:29.614 INFO STEP 144 (ensure_file) COMPLETE
108052026-08-07T21:46:31.061Z[ host-image] Aug 07 21:46:29.614 INFO O| Aug 07 21:46:29.614 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108062026-08-07T21:46:31.067Z[ host-image] Aug 07 21:46:29.622 INFO O| Aug 07 21:46:29.622 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
108072026-08-07T21:46:31.068Z[ host-image] Aug 07 21:46:29.622 INFO O| Aug 07 21:46:29.622 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
108082026-08-07T21:46:31.068Z[ host-image] Aug 07 21:46:29.622 INFO O| Aug 07 21:46:29.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
108092026-08-07T21:46:31.072Z[ host-image] Aug 07 21:46:29.622 INFO O| Aug 07 21:46:29.622 INFO STEP 145 (ensure_dir) COMPLETE
108102026-08-07T21:46:31.072Z[ host-image] Aug 07 21:46:29.622 INFO O| Aug 07 21:46:29.622 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108112026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.629 INFO O| Aug 07 21:46:29.629 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
108122026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.629 INFO O| Aug 07 21:46:29.629 INFO copying /tmp/.tmpLk9YQa/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
108132026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.629 INFO O| Aug 07 21:46:29.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
108142026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.629 INFO O| Aug 07 21:46:29.629 INFO ok!
108152026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.629 INFO O| Aug 07 21:46:29.629 INFO STEP 146 (ensure_file) COMPLETE
108162026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.629 INFO O| Aug 07 21:46:29.629 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108172026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.635 INFO O| Aug 07 21:46:29.635 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
108182026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.635 INFO O| Aug 07 21:46:29.635 INFO STEP 147 (remove_files) COMPLETE
108192026-08-07T21:46:31.085Z[ host-image] Aug 07 21:46:29.635 INFO O| Aug 07 21:46:29.635 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108202026-08-07T21:46:31.086Z[ host-image] Aug 07 21:46:29.641 INFO O| Aug 07 21:46:29.641 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
108212026-08-07T21:46:31.086Z[ host-image] Aug 07 21:46:29.641 INFO O| Aug 07 21:46:29.641 INFO STEP 148 (remove_files) COMPLETE
108222026-08-07T21:46:31.086Z[ host-image] Aug 07 21:46:29.641 INFO O| Aug 07 21:46:29.641 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108232026-08-07T21:46:31.091Z[ host-image] Aug 07 21:46:29.646 INFO O| Aug 07 21:46:29.646 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
108242026-08-07T21:46:31.091Z[ host-image] Aug 07 21:46:29.646 INFO O| Aug 07 21:46:29.646 INFO STEP 149 (remove_files) COMPLETE
108252026-08-07T21:46:31.091Z[ host-image] Aug 07 21:46:29.646 INFO O| Aug 07 21:46:29.646 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108262026-08-07T21:46:31.097Z[ host-image] Aug 07 21:46:29.653 INFO O| Aug 07 21:46:29.653 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
108272026-08-07T21:46:31.102Z[ host-image] Aug 07 21:46:29.653 INFO O| Aug 07 21:46:29.653 INFO STEP 150 (remove_files) COMPLETE
108282026-08-07T21:46:31.102Z[ host-image] Aug 07 21:46:29.653 INFO O| Aug 07 21:46:29.653 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108292026-08-07T21:46:31.106Z[ host-image] Aug 07 21:46:29.659 INFO O| Aug 07 21:46:29.659 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
108302026-08-07T21:46:31.106Z[ host-image] Aug 07 21:46:29.659 INFO O| Aug 07 21:46:29.659 INFO STEP 151 (remove_files) COMPLETE
108312026-08-07T21:46:31.106Z[ host-image] Aug 07 21:46:29.659 INFO O| Aug 07 21:46:29.659 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108322026-08-07T21:46:31.110Z[ host-image] Aug 07 21:46:29.666 INFO O| Aug 07 21:46:29.666 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
108332026-08-07T21:46:31.110Z[ host-image] Aug 07 21:46:29.666 INFO O| Aug 07 21:46:29.666 INFO STEP 152 (remove_files) COMPLETE
108342026-08-07T21:46:31.110Z[ host-image] Aug 07 21:46:29.666 INFO O| Aug 07 21:46:29.666 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108352026-08-07T21:46:31.116Z[ host-image] Aug 07 21:46:29.672 INFO O| Aug 07 21:46:29.672 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
108362026-08-07T21:46:31.116Z[ host-image] Aug 07 21:46:29.672 INFO O| Aug 07 21:46:29.672 INFO STEP 153 (remove_files) COMPLETE
108372026-08-07T21:46:31.116Z[ host-image] Aug 07 21:46:29.672 INFO O| Aug 07 21:46:29.672 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108382026-08-07T21:46:31.122Z[ host-image] Aug 07 21:46:29.678 INFO O| Aug 07 21:46:29.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
108392026-08-07T21:46:31.122Z[ host-image] Aug 07 21:46:29.678 INFO O| Aug 07 21:46:29.678 INFO STEP 154 (remove_files) COMPLETE
108402026-08-07T21:46:31.127Z[ host-image] Aug 07 21:46:29.678 INFO O| Aug 07 21:46:29.678 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108412026-08-07T21:46:31.131Z[ host-image] Aug 07 21:46:29.685 INFO O| Aug 07 21:46:29.685 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
108422026-08-07T21:46:31.131Z[ host-image] Aug 07 21:46:29.685 INFO O| Aug 07 21:46:29.685 INFO STEP 155 (remove_files) COMPLETE
108432026-08-07T21:46:31.131Z[ host-image] Aug 07 21:46:29.685 INFO O| Aug 07 21:46:29.685 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108442026-08-07T21:46:31.135Z[ host-image] Aug 07 21:46:29.692 INFO O| Aug 07 21:46:29.692 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
108452026-08-07T21:46:31.135Z[ host-image] Aug 07 21:46:29.692 INFO O| Aug 07 21:46:29.692 INFO STEP 156 (remove_files) COMPLETE
108462026-08-07T21:46:31.140Z[ host-image] Aug 07 21:46:29.692 INFO O| Aug 07 21:46:29.692 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108472026-08-07T21:46:31.145Z[ host-image] Aug 07 21:46:29.698 INFO O| Aug 07 21:46:29.698 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
108482026-08-07T21:46:31.145Z[ host-image] Aug 07 21:46:29.698 INFO O| Aug 07 21:46:29.698 INFO STEP 157 (remove_files) COMPLETE
108492026-08-07T21:46:31.145Z[ host-image] Aug 07 21:46:29.698 INFO O| Aug 07 21:46:29.698 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108502026-08-07T21:46:31.151Z[ host-image] Aug 07 21:46:29.705 INFO O| Aug 07 21:46:29.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
108512026-08-07T21:46:31.151Z[ host-image] Aug 07 21:46:29.705 INFO O| Aug 07 21:46:29.705 INFO STEP 158 (remove_files) COMPLETE
108522026-08-07T21:46:31.151Z[ host-image] Aug 07 21:46:29.705 INFO O| Aug 07 21:46:29.705 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108532026-08-07T21:46:31.155Z[ host-image] Aug 07 21:46:29.711 INFO O| Aug 07 21:46:29.711 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
108542026-08-07T21:46:31.155Z[ host-image] Aug 07 21:46:29.711 INFO O| Aug 07 21:46:29.711 INFO STEP 159 (remove_files) COMPLETE
108552026-08-07T21:46:31.155Z[ host-image] Aug 07 21:46:29.712 INFO O| Aug 07 21:46:29.711 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108562026-08-07T21:46:31.163Z[ host-image] Aug 07 21:46:29.718 INFO O| Aug 07 21:46:29.718 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
108572026-08-07T21:46:31.163Z[ host-image] Aug 07 21:46:29.718 INFO O| Aug 07 21:46:29.718 INFO STEP 160 (remove_files) COMPLETE
108582026-08-07T21:46:31.172Z[ host-image] Aug 07 21:46:29.718 INFO O| Aug 07 21:46:29.718 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108592026-08-07T21:46:31.172Z[ host-image] Aug 07 21:46:29.725 INFO O| Aug 07 21:46:29.725 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
108602026-08-07T21:46:31.172Z[ host-image] Aug 07 21:46:29.725 INFO O| Aug 07 21:46:29.725 INFO STEP 161 (remove_files) COMPLETE
108612026-08-07T21:46:31.172Z[ host-image] Aug 07 21:46:29.725 INFO O| Aug 07 21:46:29.725 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108622026-08-07T21:46:31.181Z[ host-image] Aug 07 21:46:29.731 INFO O| Aug 07 21:46:29.731 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
108632026-08-07T21:46:31.181Z[ host-image] Aug 07 21:46:29.731 INFO O| Aug 07 21:46:29.731 INFO STEP 162 (remove_files) COMPLETE
108642026-08-07T21:46:31.181Z[ host-image] Aug 07 21:46:29.731 INFO O| Aug 07 21:46:29.731 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108652026-08-07T21:46:31.187Z[ host-image] Aug 07 21:46:29.737 INFO O| Aug 07 21:46:29.737 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
108662026-08-07T21:46:31.187Z[ host-image] Aug 07 21:46:29.737 INFO O| Aug 07 21:46:29.737 INFO STEP 163 (remove_files) COMPLETE
108672026-08-07T21:46:31.187Z[ host-image] Aug 07 21:46:29.737 INFO O| Aug 07 21:46:29.737 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108682026-08-07T21:46:31.187Z[ host-image] Aug 07 21:46:29.743 INFO O| Aug 07 21:46:29.743 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
108692026-08-07T21:46:31.187Z[ host-image] Aug 07 21:46:29.743 INFO O| Aug 07 21:46:29.743 INFO STEP 164 (remove_files) COMPLETE
108702026-08-07T21:46:31.187Z[ host-image] Aug 07 21:46:29.743 INFO O| Aug 07 21:46:29.743 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108712026-08-07T21:46:31.195Z[ host-image] Aug 07 21:46:29.750 INFO O| Aug 07 21:46:29.750 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
108722026-08-07T21:46:31.195Z[ host-image] Aug 07 21:46:29.750 INFO O| Aug 07 21:46:29.750 INFO STEP 165 (remove_files) COMPLETE
108732026-08-07T21:46:31.203Z[ host-image] Aug 07 21:46:29.750 INFO O| Aug 07 21:46:29.750 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108742026-08-07T21:46:31.203Z[ host-image] Aug 07 21:46:29.756 INFO O| Aug 07 21:46:29.756 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
108752026-08-07T21:46:31.203Z[ host-image] Aug 07 21:46:29.756 INFO O| Aug 07 21:46:29.756 INFO STEP 166 (remove_files) COMPLETE
108762026-08-07T21:46:31.203Z[ host-image] Aug 07 21:46:29.756 INFO O| Aug 07 21:46:29.756 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108772026-08-07T21:46:31.208Z[ host-image] Aug 07 21:46:29.762 INFO O| Aug 07 21:46:29.762 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
108782026-08-07T21:46:31.208Z[ host-image] Aug 07 21:46:29.762 INFO O| Aug 07 21:46:29.762 INFO STEP 167 (remove_files) COMPLETE
108792026-08-07T21:46:31.208Z[ host-image] Aug 07 21:46:29.762 INFO O| Aug 07 21:46:29.762 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108802026-08-07T21:46:31.214Z[ host-image] Aug 07 21:46:29.767 INFO O| Aug 07 21:46:29.767 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
108812026-08-07T21:46:31.214Z[ host-image] Aug 07 21:46:29.767 INFO O| Aug 07 21:46:29.767 INFO STEP 168 (remove_files) COMPLETE
108822026-08-07T21:46:31.214Z[ host-image] Aug 07 21:46:29.767 INFO O| Aug 07 21:46:29.767 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108832026-08-07T21:46:31.220Z[ host-image] Aug 07 21:46:29.774 INFO O| Aug 07 21:46:29.774 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
108842026-08-07T21:46:31.220Z[ host-image] Aug 07 21:46:29.774 INFO O| Aug 07 21:46:29.774 INFO STEP 169 (remove_files) COMPLETE
108852026-08-07T21:46:31.220Z[ host-image] Aug 07 21:46:29.774 INFO O| Aug 07 21:46:29.774 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108862026-08-07T21:46:31.225Z[ host-image] Aug 07 21:46:29.779 INFO O| Aug 07 21:46:29.779 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
108872026-08-07T21:46:31.225Z[ host-image] Aug 07 21:46:29.779 INFO O| Aug 07 21:46:29.779 INFO STEP 170 (remove_files) COMPLETE
108882026-08-07T21:46:31.225Z[ host-image] Aug 07 21:46:29.779 INFO O| Aug 07 21:46:29.779 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108892026-08-07T21:46:31.232Z[ host-image] Aug 07 21:46:29.785 INFO O| Aug 07 21:46:29.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
108902026-08-07T21:46:31.232Z[ host-image] Aug 07 21:46:29.785 INFO O| Aug 07 21:46:29.785 INFO STEP 171 (remove_files) COMPLETE
108912026-08-07T21:46:31.232Z[ host-image] Aug 07 21:46:29.785 INFO O| Aug 07 21:46:29.785 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108922026-08-07T21:46:31.238Z[ host-image] Aug 07 21:46:29.791 INFO O| Aug 07 21:46:29.791 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
108932026-08-07T21:46:31.238Z[ host-image] Aug 07 21:46:29.791 INFO O| Aug 07 21:46:29.791 INFO STEP 172 (remove_files) COMPLETE
108942026-08-07T21:46:31.238Z[ host-image] Aug 07 21:46:29.791 INFO O| Aug 07 21:46:29.791 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108952026-08-07T21:46:31.244Z[ host-image] Aug 07 21:46:29.797 INFO O| Aug 07 21:46:29.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
108962026-08-07T21:46:31.244Z[ host-image] Aug 07 21:46:29.797 INFO O| Aug 07 21:46:29.797 INFO STEP 173 (remove_files) COMPLETE
108972026-08-07T21:46:31.244Z[ host-image] Aug 07 21:46:29.797 INFO O| Aug 07 21:46:29.797 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108982026-08-07T21:46:31.250Z[ host-image] Aug 07 21:46:29.804 INFO O| Aug 07 21:46:29.804 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
108992026-08-07T21:46:31.250Z[ host-image] Aug 07 21:46:29.804 INFO O| Aug 07 21:46:29.804 INFO STEP 174 (remove_files) COMPLETE
109002026-08-07T21:46:31.250Z[ host-image] Aug 07 21:46:29.804 INFO O| Aug 07 21:46:29.804 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109012026-08-07T21:46:31.262Z[ host-image] Aug 07 21:46:29.810 INFO O| Aug 07 21:46:29.810 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
109022026-08-07T21:46:31.262Z[ host-image] Aug 07 21:46:29.810 INFO O| Aug 07 21:46:29.810 INFO STEP 175 (remove_files) COMPLETE
109032026-08-07T21:46:31.262Z[ host-image] Aug 07 21:46:29.810 INFO O| Aug 07 21:46:29.810 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
109042026-08-07T21:46:31.267Z[ host-image] Aug 07 21:46:29.819 INFO O| Aug 07 21:46:29.819 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
109052026-08-07T21:46:31.267Z[ host-image] Aug 07 21:46:29.819 INFO O| Aug 07 21:46:29.819 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
109062026-08-07T21:46:32.175Z[ recovery-image] Aug 07 21:46:30.731 INFO image complete! materials are in "/work/os-recovery"
109072026-08-07T21:46:32.179Z[ recovery-image]
109082026-08-07T21:46:32.179Z[ recovery-image] real 3:18.304080739
109092026-08-07T21:46:32.179Z[ recovery-image] user 2:37.538935821
109102026-08-07T21:46:32.179Z[ recovery-image] sys 37.826522305
109112026-08-07T21:46:32.179Z[ recovery-image] trap 0.133031923
109122026-08-07T21:46:32.179Z[ recovery-image] tflt 0.650157363
109132026-08-07T21:46:32.179Z[ recovery-image] dflt 0.835574528
109142026-08-07T21:46:32.179Z[ recovery-image] kflt 0.000172520
109152026-08-07T21:46:32.180Z[ recovery-image] lock 8:36.913223279
109162026-08-07T21:46:32.180Z[ recovery-image] slp 17:39.685076485
109172026-08-07T21:46:32.180Z[ recovery-image] lat 40.677054729
109182026-08-07T21:46:32.180Z[ recovery-image] stop 8.526797369
109192026-08-07T21:46:32.180ZAug 07 21:46:30.735 INFO [recovery-image] process exited with exit status: 0 (198.309123552s)
109202026-08-07T21:46:32.180ZAug 07 21:46:30.735 INFO [tuf-v2-recovery] running task
109212026-08-07T21:46:32.184ZAug 07 21:46:30.736 INFO [tuf-v2-recovery] task succeeded (934.9µs)
109222026-08-07T21:46:36.045Z[ host-image] Aug 07 21:46:34.600 INFO O| Aug 07 21:46:34.600 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
109232026-08-07T21:46:36.045Z[ host-image] Aug 07 21:46:34.600 INFO O| Aug 07 21:46:34.600 INFO E| svccfg: Loaded 80 smf(7) service descriptions
109242026-08-07T21:46:36.061Z[ host-image] Aug 07 21:46:34.611 INFO O| Aug 07 21:46:34.611 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
109252026-08-07T21:46:36.153Z[ host-image] Aug 07 21:46:34.709 INFO O| Aug 07 21:46:34.709 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
109262026-08-07T21:46:36.210Z[ host-image] Aug 07 21:46:34.765 INFO O| Aug 07 21:46:34.765 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
109272026-08-07T21:46:36.273Z[ host-image] Aug 07 21:46:34.829 INFO O| Aug 07 21:46:34.829 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
109282026-08-07T21:46:36.273Z[ host-image] Aug 07 21:46:34.829 INFO O| Aug 07 21:46:34.829 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
109292026-08-07T21:46:36.288Z[ host-image] Aug 07 21:46:34.831 INFO O| Aug 07 21:46:34.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
109302026-08-07T21:46:36.288Z[ host-image] Aug 07 21:46:34.831 INFO O| Aug 07 21:46:34.831 INFO ok!
109312026-08-07T21:46:36.288Z[ host-image] Aug 07 21:46:34.831 INFO O| Aug 07 21:46:34.831 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
109322026-08-07T21:46:36.288Z[ host-image] Aug 07 21:46:34.831 INFO O| Aug 07 21:46:34.831 INFO STEP 176 (seed_smf) COMPLETE
109332026-08-07T21:46:36.288Z[ host-image] Aug 07 21:46:34.831 INFO O| Aug 07 21:46:34.831 INFO steps complete; finalising image!
109342026-08-07T21:46:36.288Z[ host-image] Aug 07 21:46:34.831 INFO O| Aug 07 21:46:34.831 INFO TRIM POOL: TEMPORARY-sled-zfs
109352026-08-07T21:46:36.355Z[ host-image] Aug 07 21:46:34.911 INFO O| Aug 07 21:46:34.911 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Fri Aug 7 21:46:34 2026)
109362026-08-07T21:46:36.570Z[ host-image] Aug 07 21:46:35.126 INFO O| Aug 07 21:46:35.126 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
109372026-08-07T21:46:36.570Z[ host-image] Aug 07 21:46:35.126 INFO O| Aug 07 21:46:35.126 INFO EXPORT POOL: TEMPORARY-sled-zfs
109382026-08-07T21:46:36.904Z[ host-image] Aug 07 21:46:35.448 INFO O| Aug 07 21:46:35.448 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
109392026-08-07T21:46:36.904Z[ host-image] Aug 07 21:46:35.448 INFO O| Aug 07 21:46:35.448 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
109402026-08-07T21:46:37.711Z[ host-image] Aug 07 21:46:36.263 INFO O| Aug 07 21:46:36.263 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
109412026-08-07T21:46:37.711Z[ host-image] Aug 07 21:46:36.263 INFO O| Aug 07 21:46:36.263 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
109422026-08-07T21:46:37.711Z[ host-image] Aug 07 21:46:36.263 INFO O| Aug 07 21:46:36.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
109432026-08-07T21:46:37.730Z[ host-image] Aug 07 21:46:36.263 INFO O| Aug 07 21:46:36.263 INFO completed processing sled/zfs
109442026-08-07T21:46:37.730Z[ host-image] Aug 07 21:46:36.263 INFO O| Aug 07 21:46:36.263 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
109452026-08-07T21:46:49.743Z[ host-image] Aug 07 21:46:47.624 INFO O| Aug 07 21:46:47.624 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109462026-08-07T21:46:49.764Z[ host-image] Aug 07 21:46:47.715 INFO BUILD STRING "heads/stlouis-0-g77ccace7f0\n"
109472026-08-07T21:46:49.764Z[ host-image] Aug 07 21:46:47.715 INFO expanded image name: "ci 661d513/${os_short_commit} 2026-08-07 21:28" -> "ci 661d513/77ccace 2026-08-07 21:28"
109482026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.715 INFO output artefacts stored in: "/work/os-host"
109492026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.715 INFO collecting git info from project "amd-host-image-builder"...
109502026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.720 INFO collecting git info from project "chelsio-t6-roms"...
109512026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.724 INFO collecting git info from project "pilot"...
109522026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.728 INFO collecting git info from project "image-builder"...
109532026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.731 INFO collecting git info from project "dmar-report"...
109542026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.734 INFO collecting git info from project "amd-firmware"...
109552026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.743 INFO collecting git info from project "phbl"...
109562026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.746 INFO collecting git info from project "bootserver"...
109572026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.750 INFO collecting git info from project "pinprick"...
109582026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:47.753 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109592026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:48.031 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109602026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:48.296 INFO creating Oxide boot image...
109612026-08-07T21:46:49.765Z[ host-image] Aug 07 21:46:48.296 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 661d513/77ccace 2026-08-07 21:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109622026-08-07T21:46:50.513Z[ host-image] Aug 07 21:46:49.068 INFO O| ok, image written!
109632026-08-07T21:46:50.513Z[ host-image] Aug 07 21:46:49.068 INFO O| ok, boot_image_csum file written!
109642026-08-07T21:46:50.517Z[ host-image] Aug 07 21:46:49.071 INFO creating boot archive (CPIO)...
109652026-08-07T21:46:50.517Z[ host-image] Aug 07 21:46:49.071 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
109662026-08-07T21:46:50.521Z[ host-image] Aug 07 21:46:49.074 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109672026-08-07T21:46:50.521Z[ host-image] Aug 07 21:46:49.074 INFO E| + outfile=/work/os-host/cpio
109682026-08-07T21:46:50.521Z[ host-image] Aug 07 21:46:49.074 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109692026-08-07T21:46:50.521Z[ host-image] Aug 07 21:46:49.076 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109702026-08-07T21:46:50.521Z[ host-image] Aug 07 21:46:49.076 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109712026-08-07T21:46:50.546Z[ host-image] Aug 07 21:46:49.102 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109722026-08-07T21:46:50.550Z[ host-image] Aug 07 21:46:49.102 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109732026-08-07T21:46:50.554Z[ host-image] Aug 07 21:46:49.107 INFO creating compressed cpio/unix for dev loaders...
109742026-08-07T21:46:50.554Z[ host-image] Aug 07 21:46:49.107 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
109752026-08-07T21:46:50.772Z[ host-image] Aug 07 21:46:49.328 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109762026-08-07T21:46:54.003Z[ host-image] Aug 07 21:46:52.556 INFO creating reset image...
109772026-08-07T21:46:54.004Z[ host-image] Aug 07 21:46:52.557 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")
109782026-08-07T21:46:54.066Z[ host-image] Aug 07 21:46:52.622 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109792026-08-07T21:46:54.070Z[ host-image] Aug 07 21:46:52.623 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109802026-08-07T21:46:54.275Z[ host-image] Aug 07 21:46:52.831 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)
109812026-08-07T21:46:54.275Z[ host-image] Aug 07 21:46:52.831 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)
109822026-08-07T21:46:54.279Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling proc-macro2 v1.0.106
109832026-08-07T21:46:54.279Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling unicode-ident v1.0.24
109842026-08-07T21:46:54.279Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling quote v1.0.45
109852026-08-07T21:46:54.279Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling syn v1.0.109
109862026-08-07T21:46:54.279Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling x86 v0.52.0
109872026-08-07T21:46:54.280Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109882026-08-07T21:46:54.280Z[ host-image] Aug 07 21:46:52.831 INFO E| Compiling seq-macro v0.3.6
109892026-08-07T21:46:55.166Z[ host-image] Aug 07 21:46:53.722 INFO E| Compiling syn v2.0.117
109902026-08-07T21:46:56.417Z[ host-image] Aug 07 21:46:54.973 INFO E| Compiling scroll_derive v0.13.1
109912026-08-07T21:46:57.416Z[ host-image] Aug 07 21:46:55.972 INFO E| Compiling bitstruct_derive v0.1.0
109922026-08-07T21:47:06.314Z[ host-image] Aug 07 21:47:04.870 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)
109932026-08-07T21:47:08.383Z[ host-image] Aug 07 21:47:06.938 INFO E| Compiling bitflags v1.3.2
109942026-08-07T21:47:08.383Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling plain v0.2.3
109952026-08-07T21:47:08.383Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling adler2 v2.0.1
109962026-08-07T21:47:08.383Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling scroll v0.13.0
109972026-08-07T21:47:08.383Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling bitflags v2.13.0
109982026-08-07T21:47:08.383Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling log v0.4.32
109992026-08-07T21:47:08.387Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling bit_field v0.10.3
110002026-08-07T21:47:08.388Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling static_assertions v1.1.0
110012026-08-07T21:47:08.388Z[ host-image] Aug 07 21:47:06.939 INFO E| Compiling bitstruct v0.1.1
110022026-08-07T21:47:08.433Z[ host-image] Aug 07 21:47:06.989 INFO E| Compiling raw-cpuid v10.7.0
110032026-08-07T21:47:08.483Z[ host-image] Aug 07 21:47:07.039 INFO E| Compiling miniz_oxide v0.9.1
110042026-08-07T21:47:08.535Z[ host-image] Aug 07 21:47:07.091 INFO E| Compiling cpio_reader v0.1.2
110052026-08-07T21:47:08.598Z[ host-image] Aug 07 21:47:07.154 INFO E| Compiling goblin v0.10.7
110062026-08-07T21:47:11.363Z[ host-image] Aug 07 21:47:09.918 INFO E| Finished `release` profile [optimized] target(s) in 17.28s
110072026-08-07T21:47:11.375Z[ host-image] Aug 07 21:47:09.931 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110082026-08-07T21:47:11.375Z[ host-image] Aug 07 21:47:09.931 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110092026-08-07T21:47:11.380Z[ host-image] Aug 07 21:47:09.931 INFO building ROM for cosmo
110102026-08-07T21:47:11.380Z[ host-image] Aug 07 21:47:09.931 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")
110112026-08-07T21:47:11.463Z[ host-image] Aug 07 21:47:10.019 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110122026-08-07T21:47:11.486Z[ host-image] Aug 07 21:47:10.021 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`
110132026-08-07T21:47:11.487Z[ host-image] Aug 07 21:47:10.032 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110142026-08-07T21:47:11.551Z[ host-image] Aug 07 21:47:10.103 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110152026-08-07T21:47:11.590Z[ host-image] Aug 07 21:47:10.106 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`
110162026-08-07T21:47:11.754Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110172026-08-07T21:47:11.754Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110182026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110192026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110202026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110212026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110222026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110232026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110242026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110252026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110262026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110272026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110282026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110292026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110302026-08-07T21:47:11.778Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110312026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110322026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110332026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110342026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110352026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110362026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110372026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110382026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110392026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110402026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110412026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110422026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110432026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110442026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110452026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110462026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110472026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110482026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110492026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110502026-08-07T21:47:11.779Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110512026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110522026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110532026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110542026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110552026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110562026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110572026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110582026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110592026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110602026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110612026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110622026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110632026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110642026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110652026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110662026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110672026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110682026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110692026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO O| Info: ABL version: 0x100af010
110702026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110712026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110722026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110732026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110742026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110752026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110762026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110772026-08-07T21:47:11.780Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110782026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110792026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110802026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110812026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110822026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110832026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110842026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110852026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110862026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110872026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110882026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110892026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110902026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110912026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110922026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110932026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110942026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110952026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110962026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110972026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110982026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110992026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111002026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111012026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111022026-08-07T21:47:11.781Z[ host-image] Aug 07 21:47:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111032026-08-07T21:47:11.812Z[ host-image] Aug 07 21:47:10.342 INFO building ROM for gimlet
111042026-08-07T21:47:11.812Z[ host-image] Aug 07 21:47:10.342 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")
111052026-08-07T21:47:11.873Z[ host-image] Aug 07 21:47:10.428 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111062026-08-07T21:47:11.878Z[ host-image] Aug 07 21:47:10.433 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`
111072026-08-07T21:47:11.890Z[ host-image] Aug 07 21:47:10.446 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111082026-08-07T21:47:11.956Z[ host-image] Aug 07 21:47:10.512 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111092026-08-07T21:47:11.962Z[ host-image] Aug 07 21:47:10.518 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`
111102026-08-07T21:47:12.073Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111112026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111122026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111132026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111142026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111152026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111162026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111172026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111182026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111192026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111202026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111212026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111222026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111232026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111242026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111252026-08-07T21:47:12.077Z[ host-image] Aug 07 21:47:10.630 INFO O| Info: ABL version: 0x100f5010
111262026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111272026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111282026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111292026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111302026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111312026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111322026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111332026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111342026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111352026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111362026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111372026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111382026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111392026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111402026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111412026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111422026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111432026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111442026-08-07T21:47:12.078Z[ host-image] Aug 07 21:47:10.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111452026-08-07T21:47:12.107Z[ host-image] Aug 07 21:47:10.663 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111462026-08-07T21:47:24.080Z[ host-image] Aug 07 21:47:22.633 INFO image complete! materials are in "/work/os-host"
111472026-08-07T21:47:24.103Z[ host-image]
111482026-08-07T21:47:24.103Z[ host-image] real 4:37.287072278
111492026-08-07T21:47:24.103Z[ host-image] user 2:40.051697393
111502026-08-07T21:47:24.103Z[ host-image] sys 34.470548307
111512026-08-07T21:47:24.103Z[ host-image] trap 0.097066690
111522026-08-07T21:47:24.103Z[ host-image] tflt 0.342739783
111532026-08-07T21:47:24.103Z[ host-image] dflt 0.193375294
111542026-08-07T21:47:24.103Z[ host-image] kflt 0.000204120
111552026-08-07T21:47:24.103Z[ host-image] lock 5:22.773972552
111562026-08-07T21:47:24.103Z[ host-image] slp 27:03.732079953
111572026-08-07T21:47:24.103Z[ host-image] lat 14.804613108
111582026-08-07T21:47:24.103Z[ host-image] stop 1.598204532
111592026-08-07T21:47:24.103ZAug 07 21:47:22.637 INFO [host-image] process exited with exit status: 0 (277.291922819s)
111602026-08-07T21:47:24.104ZAug 07 21:47:22.637 INFO [tuf-v2-host] running task
111612026-08-07T21:47:24.104ZAug 07 21:47:22.637 INFO [tuf-repo] running task
111622026-08-07T21:47:24.104ZAug 07 21:47:22.638 INFO [tuf-v2-host] task succeeded (522.77µs)
111632026-08-07T21:47:24.104ZAug 07 21:47:22.638 INFO [tuf-v2-repo] running task
111642026-08-07T21:47:44.595ZAug 07 21:47:43.151 INFO [tuf-v2-repo] task succeeded (20.513165017s)
111652026-08-07T21:47:45.068ZAug 07 21:47:43.624 INFO assembling repository in `/tmp/tufaceousZuCPKU`, component: OmicronRepoAssembler
111662026-08-07T21:47:53.632ZAug 07 21:47:52.188 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111672026-08-07T21:47:53.900ZAug 07 21:47:52.456 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111682026-08-07T21:47:56.177ZAug 07 21:47:54.733 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111692026-08-07T21:47:56.237ZAug 07 21:47:54.793 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111702026-08-07T21:47:56.284ZAug 07 21:47:54.841 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111712026-08-07T21:47:56.335ZAug 07 21:47:54.891 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111722026-08-07T21:47:56.391ZAug 07 21:47:54.948 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111732026-08-07T21:47:56.442ZAug 07 21:47:54.998 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111742026-08-07T21:47:56.499ZAug 07 21:47:55.054 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111752026-08-07T21:48:06.756ZAug 07 21:48:05.312 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
111762026-08-07T21:48:06.762ZAug 07 21:48:05.318 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
111772026-08-07T21:48:06.785ZAug 07 21:48:05.342 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
111782026-08-07T21:48:06.840ZAug 07 21:48:05.396 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111792026-08-07T21:48:06.893ZAug 07 21:48:05.448 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111802026-08-07T21:48:06.945ZAug 07 21:48:05.500 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111812026-08-07T21:48:07.007ZAug 07 21:48:05.564 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
111822026-08-07T21:48:07.013ZAug 07 21:48:05.569 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
111832026-08-07T21:48:07.036ZAug 07 21:48:05.592 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
111842026-08-07T21:48:08.511ZAug 07 21:48:07.067 INFO extracting uploaded archive to /tmp/.tmpOGderR
111852026-08-07T21:48:10.370ZAug 07 21:48:08.925 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.tR1WPL
111862026-08-07T21:48:10.426ZAug 07 21:48:08.982 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
111872026-08-07T21:48:10.520ZAug 07 21:48:09.076 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
111882026-08-07T21:48:10.605ZAug 07 21:48:09.161 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
111892026-08-07T21:48:10.684ZAug 07 21:48:09.240 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
111902026-08-07T21:48:10.771ZAug 07 21:48:09.327 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
111912026-08-07T21:48:10.853ZAug 07 21:48:09.409 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
111922026-08-07T21:48:10.926ZAug 07 21:48:09.482 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
111932026-08-07T21:48:11.008ZAug 07 21:48:09.564 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111942026-08-07T21:48:11.011ZAug 07 21:48:09.564 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111952026-08-07T21:48:11.179ZAug 07 21:48:09.617 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111962026-08-07T21:48:11.179ZAug 07 21:48:09.617 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111972026-08-07T21:48:11.184ZAug 07 21:48:09.666 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111982026-08-07T21:48:11.184ZAug 07 21:48:09.666 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111992026-08-07T21:48:11.184ZAug 07 21:48:09.717 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112002026-08-07T21:48:11.184ZAug 07 21:48:09.717 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112012026-08-07T21:48:11.210ZAug 07 21:48:09.766 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112022026-08-07T21:48:11.213ZAug 07 21:48:09.766 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112032026-08-07T21:48:11.259ZAug 07 21:48:09.814 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112042026-08-07T21:48:11.262ZAug 07 21:48:09.814 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112052026-08-07T21:48:11.301ZAug 07 21:48:09.857 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112062026-08-07T21:48:11.304ZAug 07 21:48:09.857 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112072026-08-07T21:48:11.304ZAug 07 21:48:09.858 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112082026-08-07T21:48:11.304ZAug 07 21:48:09.858 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112092026-08-07T21:48:11.305ZAug 07 21:48:09.859 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112102026-08-07T21:48:11.305ZAug 07 21:48:09.859 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112112026-08-07T21:48:11.305ZAug 07 21:48:09.860 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112122026-08-07T21:48:16.861ZAug 07 21:48:15.417 INFO added artifact, length: 33554432, hash: ed042a843377f065988438f9fec90d46143d2d88bf24c57e12770ca04ded15d1, version: 22.0.0-0.ci+git661d513a778, kind: gimlet_host_phase_1, name: host
112132026-08-07T21:48:16.861ZAug 07 21:48:15.417 INFO added artifact, length: 33554432, hash: c3937d358d8765190d4a3c6e8fd9be6be2c815bdf9c8b6a4dff6679ff36a7ba7, version: 22.0.0-0.ci+git661d513a778, kind: cosmo_host_phase_1, name: host
112142026-08-07T21:48:16.864ZAug 07 21:48:15.417 INFO added artifact, length: 1258295296, hash: d6b372c4078f6f6eb23a59daf54d8ca77094f75b40cd7a4a76fe8d830ffbb2fa, version: 22.0.0-0.ci+git661d513a778, kind: host_phase_2, name: host
112152026-08-07T21:48:17.757ZAug 07 21:48:16.313 INFO added artifact, length: 33554432, hash: 8c6bfa63de0b385065893251880b6427e2d6ba213546d2e58bc3fe69f047ef25, version: 22.0.0-0.ci+git661d513a778, kind: gimlet_trampoline_phase_1, name: trampoline
112162026-08-07T21:48:17.757ZAug 07 21:48:16.313 INFO added artifact, length: 33554432, hash: 8ba4f06b02b5bb824a85c59996be857ce147ba971661b534c01eb4124e46c39f, version: 22.0.0-0.ci+git661d513a778, kind: cosmo_trampoline_phase_1, name: trampoline
112172026-08-07T21:48:17.761ZAug 07 21:48:16.313 INFO added artifact, length: 164338809, hash: 7ef84653fe486a58c9b91271157a3e2ee0af29af8baa1468722b50d89f3d8c04, version: 22.0.0-0.ci+git661d513a778, kind: trampoline_phase_2, name: trampoline
112182026-08-07T21:48:19.418ZAug 07 21:48:17.974 INFO added artifact, length: 319089707, hash: 180e54dbe9814aab3ba02183c030820bf23f1513d90ad93b1833b1aeabd0915a, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: clickhouse_keeper
112192026-08-07T21:48:21.252ZAug 07 21:48:19.808 INFO added artifact, length: 335477062, hash: 2691b6247d8d9cd87fd8f62c0bfc763884eceb4ac5ac0b656dae2570ef245113, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: clickhouse_server
112202026-08-07T21:48:22.967ZAug 07 21:48:21.523 INFO added artifact, length: 335481304, hash: 32ad8719eee1fc026e247cd3ad2be7ba153dd624cdbb334431b1048a0ed8add7, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: clickhouse
112212026-08-07T21:48:23.934ZAug 07 21:48:22.490 INFO added artifact, length: 173028280, hash: 7f8b7d017a4f24c68a0a0c01c2e4c0a8d1a76b9ce8487d44700b3e305355b6ff, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: cockroachdb
112222026-08-07T21:48:24.178ZAug 07 21:48:22.734 INFO added artifact, length: 42272377, hash: 6c9115b483c84f09c1e311018d39845aead363a9aa3637cde7bc056db4faa20b, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: crucible-pantry-zone
112232026-08-07T21:48:24.510ZAug 07 21:48:23.066 INFO added artifact, length: 57440197, hash: 1187b380100e01b72a598391f6b92bad540b150a4c8f883011b43640499ac381, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: crucible-zone
112242026-08-07T21:48:24.812ZAug 07 21:48:23.368 INFO added artifact, length: 55575503, hash: ba6b76263d2484a7848d0373d1427e608e4a0039d0bb888eb1cd78944cc5ce74, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: external-dns
112252026-08-07T21:48:25.150ZAug 07 21:48:23.705 INFO added artifact, length: 55575102, hash: 2af14f5d947f49f60a453842d3c186e486833cda3d3069a515508daa3c6d7a90, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: internal-dns
112262026-08-07T21:48:27.106ZAug 07 21:48:25.661 INFO added artifact, length: 363107279, hash: 3982de79f7ae4c19b9230ba54cddf2ba55c321bf8b2a80fa61cb880d5c08fd68, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: nexus
112272026-08-07T21:48:27.303ZAug 07 21:48:25.859 INFO added artifact, length: 35465585, hash: bc5982e3687dcbdf36be4bf505793fd251328f0fab079efc8edf71cf50c2c4b4, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: ntp
112282026-08-07T21:48:27.719ZAug 07 21:48:26.275 INFO added artifact, length: 72899227, hash: 365281028cc7c76da654bb9f7843c14486ec8f8b82ee79b1d48c3436a73dd2e7, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: oximeter
112292026-08-07T21:48:27.737ZAug 07 21:48:26.293 INFO added artifact, length: 3109592, hash: c41d475ebda325678a641b45d7b3f5d4b06697245e109e99614f96aa277bc27a, version: 22.0.0-0.ci+git661d513a778, kind: zone, name: probe
112302026-08-07T21:48:27.740ZAug 07 21:48:26.293 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112312026-08-07T21:48:27.740ZAug 07 21:48:26.293 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
112322026-08-07T21:48:27.740ZAug 07 21:48:26.293 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112332026-08-07T21:48:27.768ZAug 07 21:48:26.324 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
112342026-08-07T21:48:27.804ZAug 07 21:48:26.360 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
112352026-08-07T21:48:27.836ZAug 07 21:48:26.392 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
112362026-08-07T21:48:27.889ZAug 07 21:48:26.445 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112372026-08-07T21:48:27.893ZAug 07 21:48:26.446 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112382026-08-07T21:48:27.942ZAug 07 21:48:26.499 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112392026-08-07T21:48:27.946ZAug 07 21:48:26.499 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112402026-08-07T21:48:27.988ZAug 07 21:48:26.544 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112412026-08-07T21:48:27.991ZAug 07 21:48:26.544 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112422026-08-07T21:48:28.041ZAug 07 21:48:26.598 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112432026-08-07T21:48:28.045ZAug 07 21:48:26.598 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112442026-08-07T21:48:28.045ZAug 07 21:48:26.598 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112452026-08-07T21:48:28.045ZAug 07 21:48:26.599 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112462026-08-07T21:48:28.045ZAug 07 21:48:26.599 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112472026-08-07T21:48:28.088ZAug 07 21:48:26.644 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
112482026-08-07T21:48:28.177ZAug 07 21:48:26.733 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
112492026-08-07T21:48:28.258ZAug 07 21:48:26.814 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
112502026-08-07T21:48:28.344ZAug 07 21:48:26.900 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112512026-08-07T21:48:28.344ZAug 07 21:48:26.900 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112522026-08-07T21:48:28.395ZAug 07 21:48:26.951 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112532026-08-07T21:48:28.395ZAug 07 21:48:26.952 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112542026-08-07T21:48:28.451ZAug 07 21:48:27.007 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112552026-08-07T21:48:28.451ZAug 07 21:48:27.007 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112562026-08-07T21:48:28.505ZAug 07 21:48:27.062 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112572026-08-07T21:48:28.506ZAug 07 21:48:27.062 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112582026-08-07T21:48:28.509ZAug 07 21:48:27.062 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112592026-08-07T21:48:28.509ZAug 07 21:48:27.063 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112602026-08-07T21:48:28.509ZAug 07 21:48:27.064 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112612026-08-07T21:48:28.509ZAug 07 21:48:27.064 INFO added artifact, length: 924, hash: 16206bb43fad1280faf70057723dce30368c5d80797721a0939e87d185f65f11, version: 22.0.0-0.ci+git661d513a778, kind: installinator_document, name: installinator_document
112622026-08-07T21:48:28.959ZAug 07 21:48:27.515 INFO extracting uploaded archive to /tmp/.tmpSYVjSP
112632026-08-07T21:48:30.887ZAug 07 21:48:29.443 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.MUL1OT
112642026-08-07T21:48:30.939ZAug 07 21:48:29.495 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
112652026-08-07T21:48:31.034ZAug 07 21:48:29.590 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
112662026-08-07T21:48:31.113ZAug 07 21:48:29.669 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
112672026-08-07T21:48:31.190ZAug 07 21:48:29.747 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
112682026-08-07T21:48:31.281ZAug 07 21:48:29.837 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
112692026-08-07T21:48:31.354ZAug 07 21:48:29.910 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
112702026-08-07T21:48:31.427ZAug 07 21:48:29.983 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
112712026-08-07T21:48:31.509ZAug 07 21:48:30.065 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112722026-08-07T21:48:31.509ZAug 07 21:48:30.065 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112732026-08-07T21:48:31.556ZAug 07 21:48:30.112 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112742026-08-07T21:48:31.559ZAug 07 21:48:30.112 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112752026-08-07T21:48:31.606ZAug 07 21:48:30.161 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112762026-08-07T21:48:31.606ZAug 07 21:48:30.161 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112772026-08-07T21:48:31.658ZAug 07 21:48:30.214 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112782026-08-07T21:48:31.658ZAug 07 21:48:30.214 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112792026-08-07T21:48:31.709ZAug 07 21:48:30.265 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112802026-08-07T21:48:31.712ZAug 07 21:48:30.265 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112812026-08-07T21:48:31.755ZAug 07 21:48:30.311 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112822026-08-07T21:48:31.759ZAug 07 21:48:30.311 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112832026-08-07T21:48:31.801ZAug 07 21:48:30.357 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112842026-08-07T21:48:31.805ZAug 07 21:48:30.357 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112852026-08-07T21:48:31.805ZAug 07 21:48:30.358 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112862026-08-07T21:48:31.805ZAug 07 21:48:30.359 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112872026-08-07T21:48:31.805ZAug 07 21:48:30.359 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112882026-08-07T21:48:31.805ZAug 07 21:48:30.360 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112892026-08-07T21:48:31.805ZAug 07 21:48:30.360 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112902026-08-07T21:48:37.652ZAug 07 21:48:36.208 INFO added artifact, length: 33554432, hash: ed042a843377f065988438f9fec90d46143d2d88bf24c57e12770ca04ded15d1, version: 22.0.0-0.ci+git661d513a778, kind: gimlet_host_phase_1, name: host
112912026-08-07T21:48:37.652ZAug 07 21:48:36.208 INFO added artifact, length: 33554432, hash: c3937d358d8765190d4a3c6e8fd9be6be2c815bdf9c8b6a4dff6679ff36a7ba7, version: 22.0.0-0.ci+git661d513a778, kind: cosmo_host_phase_1, name: host
112922026-08-07T21:48:37.652ZAug 07 21:48:36.208 INFO added artifact, length: 1258295296, hash: d6b372c4078f6f6eb23a59daf54d8ca77094f75b40cd7a4a76fe8d830ffbb2fa, version: 22.0.0-0.ci+git661d513a778, kind: host_phase_2, name: host
112932026-08-07T21:48:38.616ZAug 07 21:48:37.172 INFO added artifact, length: 33554432, hash: 8c6bfa63de0b385065893251880b6427e2d6ba213546d2e58bc3fe69f047ef25, version: 22.0.0-0.ci+git661d513a778, kind: gimlet_trampoline_phase_1, name: trampoline
112942026-08-07T21:48:38.616ZAug 07 21:48:37.172 INFO added artifact, length: 33554432, hash: 8ba4f06b02b5bb824a85c59996be857ce147ba971661b534c01eb4124e46c39f, version: 22.0.0-0.ci+git661d513a778, kind: cosmo_trampoline_phase_1, name: trampoline
112952026-08-07T21:48:38.616ZAug 07 21:48:37.172 INFO added artifact, length: 164338809, hash: 7ef84653fe486a58c9b91271157a3e2ee0af29af8baa1468722b50d89f3d8c04, version: 22.0.0-0.ci+git661d513a778, kind: trampoline_phase_2, name: trampoline
112962026-08-07T21:48:44.505ZAug 07 21:48:43.060 INFO added artifact, length: 1912015783, hash: 5eaf54b780b6a66cff84a1d31630baead012cc7b73f78b86fb252db7098a8587, version: 22.0.0-0.ci+git661d513a778, kind: control_plane, name: control-plane
112972026-08-07T21:48:44.509ZAug 07 21:48:43.061 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112982026-08-07T21:48:44.509ZAug 07 21:48:43.061 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
112992026-08-07T21:48:44.509ZAug 07 21:48:43.061 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113002026-08-07T21:48:44.532ZAug 07 21:48:43.088 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
113012026-08-07T21:48:44.561ZAug 07 21:48:43.117 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
113022026-08-07T21:48:44.589ZAug 07 21:48:43.145 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
113032026-08-07T21:48:44.636ZAug 07 21:48:43.192 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113042026-08-07T21:48:44.636ZAug 07 21:48:43.192 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113052026-08-07T21:48:44.684ZAug 07 21:48:43.240 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113062026-08-07T21:48:44.684ZAug 07 21:48:43.240 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113072026-08-07T21:48:44.734ZAug 07 21:48:43.290 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113082026-08-07T21:48:44.735ZAug 07 21:48:43.290 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113092026-08-07T21:48:44.779ZAug 07 21:48:43.334 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113102026-08-07T21:48:44.779ZAug 07 21:48:43.334 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113112026-08-07T21:48:44.782ZAug 07 21:48:43.335 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113122026-08-07T21:48:44.783ZAug 07 21:48:43.336 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113132026-08-07T21:48:44.783ZAug 07 21:48:43.336 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113142026-08-07T21:48:44.823ZAug 07 21:48:43.379 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
113152026-08-07T21:48:44.905ZAug 07 21:48:43.461 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
113162026-08-07T21:48:44.985ZAug 07 21:48:43.540 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
113172026-08-07T21:48:45.066ZAug 07 21:48:43.621 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113182026-08-07T21:48:45.066ZAug 07 21:48:43.621 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113192026-08-07T21:48:45.114ZAug 07 21:48:43.670 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113202026-08-07T21:48:45.114ZAug 07 21:48:43.670 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113212026-08-07T21:48:45.155ZAug 07 21:48:43.711 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113222026-08-07T21:48:45.155ZAug 07 21:48:43.711 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113232026-08-07T21:48:45.215ZAug 07 21:48:43.770 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113242026-08-07T21:48:45.215ZAug 07 21:48:43.770 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113252026-08-07T21:48:45.219ZAug 07 21:48:43.771 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113262026-08-07T21:48:45.219ZAug 07 21:48:43.771 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113272026-08-07T21:48:45.219ZAug 07 21:48:43.772 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113282026-08-07T21:48:45.219ZAug 07 21:48:43.772 INFO added artifact, length: 924, hash: 16206bb43fad1280faf70057723dce30368c5d80797721a0939e87d185f65f11, version: 22.0.0-0.ci+git661d513a778, kind: installinator_document, name: installinator_document
113292026-08-07T21:48:46.273ZAug 07 21:48:44.829 INFO [tuf-repo] task succeeded (82.192058782s)
113302026-08-07T21:50:11.603Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
113312026-08-07T21:50:11.607Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113322026-08-07T21:50:11.607Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113332026-08-07T21:50:14.189ZAug 07 21:50:12.744 INFO [verify-libraries] process exited with exit status: 0 (420.547200741s)
113342026-08-07T21:50:14.189ZAug 07 21:50:12.745 INFO all jobs completed in 1326.187020844s
113352026-08-07T21:50:15.262Zprocess exited: duration 1546308 ms, exit code 0
 
113362026-08-07T21:50:15.276Zfound 41 output files
113372026-08-07T21:50:15.276Zuploading: /work/manifest.toml (17334 bytes)
113382026-08-07T21:50:16.295Zuploaded: /work/manifest.toml
113392026-08-07T21:50:16.295Zuploading: /work/repo.zip (3277147600 bytes)
113402026-08-07T21:50:59.713Zuploaded: /work/repo.zip
113412026-08-07T21:50:59.713Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113422026-08-07T21:51:00.741Zuploaded: /work/repo.zip.sha256.txt
113432026-08-07T21:51:00.742Zuploading: /work/helios.json (647 bytes)
113442026-08-07T21:51:01.759Zuploaded: /work/helios.json
113452026-08-07T21:51:01.759Zuploading: /work/incorporation.p5m (113590 bytes)
113462026-08-07T21:51:02.775Zuploaded: /work/incorporation.p5m
113472026-08-07T21:51:02.775Zuploading: /work/incorporation.p5p (133120 bytes)
113482026-08-07T21:51:03.789Zuploaded: /work/incorporation.p5p
113492026-08-07T21:51:03.789Zuploading: /work/helios-incorp.log (522 bytes)
113502026-08-07T21:51:04.801Zuploaded: /work/helios-incorp.log
113512026-08-07T21:51:04.801Zuploading: /work/helios-setup.log (56846 bytes)
113522026-08-07T21:51:05.815Zuploaded: /work/helios-setup.log
113532026-08-07T21:51:05.815Zuploading: /work/host-image.log (233226 bytes)
113542026-08-07T21:51:06.831Zuploaded: /work/host-image.log
113552026-08-07T21:51:06.831Zuploading: /work/host-package.log (33559 bytes)
113562026-08-07T21:51:07.844Zuploaded: /work/host-package.log
113572026-08-07T21:51:07.844Zuploading: /work/host-target.log (101 bytes)
113582026-08-07T21:51:08.854Zuploaded: /work/host-target.log
113592026-08-07T21:51:08.854Zuploading: /work/incorp-create.log (0 bytes)
113602026-08-07T21:51:09.861Zuploaded: /work/incorp-create.log
113612026-08-07T21:51:09.861Zuploading: /work/incorp-fmt.log (0 bytes)
113622026-08-07T21:51:10.868Zuploaded: /work/incorp-fmt.log
113632026-08-07T21:51:10.869Zuploading: /work/incorp-pkgsend.log (108 bytes)
113642026-08-07T21:51:11.880Zuploaded: /work/incorp-pkgsend.log
113652026-08-07T21:51:11.880Zuploading: /work/incorp-publisher.log (0 bytes)
113662026-08-07T21:51:12.888Zuploaded: /work/incorp-publisher.log
113672026-08-07T21:51:12.888Zuploading: /work/omicron-package.log (7913 bytes)
113682026-08-07T21:51:13.900Zuploaded: /work/omicron-package.log
113692026-08-07T21:51:13.900Zuploading: /work/recovery-image.log (589025 bytes)
113702026-08-07T21:51:14.921Zuploaded: /work/recovery-image.log
113712026-08-07T21:51:14.921Zuploading: /work/recovery-package.log (321 bytes)
113722026-08-07T21:51:15.928Zuploaded: /work/recovery-package.log
113732026-08-07T21:51:15.928Zuploading: /work/recovery-target.log (98 bytes)
113742026-08-07T21:51:16.938Zuploaded: /work/recovery-target.log
113752026-08-07T21:51:16.938Zuploading: /work/stamp-clickhouse.log (117 bytes)
113762026-08-07T21:51:17.948Zuploaded: /work/stamp-clickhouse.log
113772026-08-07T21:51:17.948Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113782026-08-07T21:51:18.957Zuploaded: /work/stamp-clickhouse_keeper.log
113792026-08-07T21:51:18.957Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113802026-08-07T21:51:19.966Zuploaded: /work/stamp-clickhouse_server.log
113812026-08-07T21:51:19.966Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113822026-08-07T21:51:20.976Zuploaded: /work/stamp-cockroachdb.log
113832026-08-07T21:51:20.976Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113842026-08-07T21:51:21.987Zuploaded: /work/stamp-crucible-pantry-zone.log
113852026-08-07T21:51:21.987Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113862026-08-07T21:51:22.996Zuploaded: /work/stamp-crucible-utils.log
113872026-08-07T21:51:22.996Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113882026-08-07T21:51:24.007Zuploaded: /work/stamp-crucible-zone.log
113892026-08-07T21:51:24.008Zuploading: /work/stamp-external-dns.log (119 bytes)
113902026-08-07T21:51:25.018Zuploaded: /work/stamp-external-dns.log
113912026-08-07T21:51:25.018Zuploading: /work/stamp-installinator.log (103 bytes)
113922026-08-07T21:51:26.028Zuploaded: /work/stamp-installinator.log
113932026-08-07T21:51:26.028Zuploading: /work/stamp-internal-dns.log (119 bytes)
113942026-08-07T21:51:27.042Zuploaded: /work/stamp-internal-dns.log
113952026-08-07T21:51:27.042Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113962026-08-07T21:51:28.052Zuploaded: /work/stamp-mg-ddm-gz.log
113972026-08-07T21:51:28.052Zuploading: /work/stamp-nexus.log (112 bytes)
113982026-08-07T21:51:29.062Zuploaded: /work/stamp-nexus.log
113992026-08-07T21:51:29.062Zuploading: /work/stamp-ntp.log (110 bytes)
114002026-08-07T21:51:30.073Zuploaded: /work/stamp-ntp.log
114012026-08-07T21:51:30.073Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114022026-08-07T21:51:31.084Zuploaded: /work/stamp-omicron-sled-agent.log
114032026-08-07T21:51:31.085Zuploading: /work/stamp-overlay.log (114 bytes)
114042026-08-07T21:51:32.095Zuploaded: /work/stamp-overlay.log
114052026-08-07T21:51:32.095Zuploading: /work/stamp-oximeter.log (115 bytes)
114062026-08-07T21:51:33.105Zuploaded: /work/stamp-oximeter.log
114072026-08-07T21:51:33.105Zuploading: /work/stamp-oxlog.log (109 bytes)
114082026-08-07T21:51:34.115Zuploaded: /work/stamp-oxlog.log
114092026-08-07T21:51:34.115Zuploading: /work/stamp-probe.log (112 bytes)
114102026-08-07T21:51:35.125Zuploaded: /work/stamp-probe.log
114112026-08-07T21:51:35.125Zuploading: /work/stamp-propolis-server.log (122 bytes)
114122026-08-07T21:51:36.134Zuploaded: /work/stamp-propolis-server.log
114132026-08-07T21:51:36.134Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114142026-08-07T21:51:37.144Zuploaded: /work/stamp-pumpkind-gz.log
114152026-08-07T21:51:37.144Zuploading: /work/stamp-switch-asic.log (118 bytes)
114162026-08-07T21:51:38.154Zuploaded: /work/stamp-switch-asic.log
114172026-08-07T21:51:38.154Zuploading: /work/verify-libraries.log (50304 bytes)
114182026-08-07T21:51:39.166Zuploaded: /work/verify-libraries.log