01M0VX1M9222KDMFDD0QAPSR16: 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: 01M0VX2TKVKWWYYH69FY86ER2S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:38.684Zjob assigned to worker 01M0VX32BPGCECNQWNEANCEXN6 [factory aws, i-0dbab03c449f4e740] (queued for 52 s)
 
22026-08-25T07:28:45.916Zstarting task 0: "setup"
32026-08-25T07:28:45.927Z++ uname -s
42026-08-25T07:28:45.927Z+ kern=SunOS
52026-08-25T07:28:45.927Z+ build_user=build
62026-08-25T07:28:45.927Z+ build_uid=12345
72026-08-25T07:28:45.927Z+ work_dir=/work
82026-08-25T07:28:45.927Z+ input_dir=/input
92026-08-25T07:28:45.927Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:45.927Z+ case "$kern" in
112026-08-25T07:28:45.927Z+ groupadd -g 12345 build
122026-08-25T07:28:45.927Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:47.934Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:48.011Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:48.047Z+ home_fs=zfs
162026-08-25T07:28:48.047Z+ [[ zfs == autofs ]]
172026-08-25T07:28:48.047Z+ mkdir -p /home/build
182026-08-25T07:28:48.047Z+ chown build:build /home/build /work
192026-08-25T07:28:49.011Z+ chmod 0700 /home/build /work
202026-08-25T07:28:49.016Zprocess exited: duration 3106 ms, exit code 0
 
212026-08-25T07:28:49.023Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:49.034Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:49.034Z * rust toolchain channel = "1.97.1"
242026-08-25T07:28:49.034Z * rust toolchain profile = "default"
252026-08-25T07:28:49.034Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T07:28:49.034Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T07:28:49.034Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:49.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:49.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:49.145Zinfo: downloading installer
312026-08-25T07:28:50.414Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:50.415Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:50.415Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:50.415Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:50.426Zinfo: profile set to default
362026-08-25T07:28:50.426Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:50.430Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:50.565Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:50.568Zinfo: downloading 6 components
402026-08-25T07:29:04.418Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T07:29:04.418Z
422026-08-25T07:29:04.440Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:29:04.440Z
442026-08-25T07:29:04.440Z
452026-08-25T07:29:04.440ZRust is installed now. Great!
462026-08-25T07:29:04.440Z
472026-08-25T07:29:04.440ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:29:04.440Zenvironment variable. This has not been done automatically.
492026-08-25T07:29:04.440Z
502026-08-25T07:29:04.440ZTo configure your current shell, you need to source
512026-08-25T07:29:04.440Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:29:04.440Z
532026-08-25T07:29:04.440ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:29:04.440Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:29:04.440Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:29:04.440Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:29:04.440Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:29:04.440Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:29:04.440Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:29:04.456Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:29:04.457Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:29:04.576Z+ rustup --version
632026-08-25T07:29:04.584Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:29:04.592Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:29:04.603Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:29:04.608Z+ cargo --version
672026-08-25T07:29:04.616Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:29:04.620Z+ rustc --version
692026-08-25T07:29:04.648Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:29:04.651Zprocess exited: duration 15617 ms, exit code 0
 
712026-08-25T07:29:04.662Zstarting task 2: "authentication"
722026-08-25T07:29:04.678Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T07:29:04.684Zstarting task 3: "clone repository"
742026-08-25T07:29:04.693Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T07:29:04.696Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T07:29:04.724ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T07:29:16.600Z+ cd /work/oxidecomputer/omicron
782026-08-25T07:29:16.601Z+ git fetch origin 521e1b3903a3e4a1652a15395e0922723fc90cdc
792026-08-25T07:29:16.924ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T07:29:16.924Z * branch 521e1b3903a3e4a1652a15395e0922723fc90cdc -> FETCH_HEAD
812026-08-25T07:29:16.929Z+ [[ -n zl/mcast-build ]]
822026-08-25T07:29:16.929Z++ git branch --show-current
832026-08-25T07:29:16.934Z+ current=main
842026-08-25T07:29:16.934Z+ [[ main != zl/mcast-build ]]
852026-08-25T07:29:16.934Z+ git branch -f zl/mcast-build 521e1b3903a3e4a1652a15395e0922723fc90cdc
862026-08-25T07:29:16.940Z+ git checkout -f zl/mcast-build
872026-08-25T07:29:17.219ZSwitched to branch 'zl/mcast-build'
882026-08-25T07:29:17.235Z+ git reset --hard 521e1b3903a3e4a1652a15395e0922723fc90cdc
892026-08-25T07:29:17.276ZHEAD is now at 521e1b390 [merge] merge upstream
902026-08-25T07:29:17.306Zprocess exited: duration 12572 ms, exit code 0
 
912026-08-25T07:29:17.333Zstarting task 4: "build"
922026-08-25T07:29:17.371Z+ source .github/buildomat/ci-env.sh
932026-08-25T07:29:17.371Z++ export CARGO_TERM_COLOR=always
942026-08-25T07:29:17.371Z++ CARGO_TERM_COLOR=always
952026-08-25T07:29:17.371Z+++ uname -s
962026-08-25T07:29:17.371Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T07:29:17.371Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T07:29:17.371Z+ cargo --version
992026-08-25T07:29:17.390Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T07:29:17.391Z+ rustc --version
1012026-08-25T07:29:17.391Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T07:29:17.391Z+ cargo tree --locked
1032026-08-25T07:29:17.538Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-25T07:29:17.849Z Updating crates.io index
1052026-08-25T07:29:17.855Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-25T07:29:18.151Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-25T07:29:18.529Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-25T07:29:19.636Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-25T07:29:20.243Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-25T07:29:21.923Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-25T07:29:23.998Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-25T07:29:24.034Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-25T07:29:24.034Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-25T07:29:24.860Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-25T07:29:25.197Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-25T07:29:25.591Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-25T07:29:26.246Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-25T07:29:26.478Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-25T07:29:26.742Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-25T07:29:27.045Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-25T07:29:27.325Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-25T07:29:27.854Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-25T07:29:28.171Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-25T07:29:28.511Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1252026-08-25T07:29:28.794Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-25T07:29:29.513Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-25T07:29:29.729Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-25T07:29:30.279Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-25T07:29:30.636Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-25T07:29:30.920Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-25T07:29:31.449Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-25T07:29:31.640Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-25T07:29:32.048Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-25T07:29:32.408Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-25T07:29:32.699Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-25T07:29:33.031Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-25T07:29:33.432Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-25T07:29:34.023Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-25T07:29:34.568Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-25T07:29:34.832Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-25T07:29:35.131Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-25T07:29:35.842Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-25T07:29:36.133Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-25T07:29:36.409Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-25T07:29:36.724Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-25T07:29:37.005Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-25T07:29:37.291Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-25T07:29:39.905Z Downloading crates ...
1492026-08-25T07:29:39.960Z Downloaded cobs v0.3.0
1502026-08-25T07:29:39.965Z Downloaded clap_lex v1.0.0
1512026-08-25T07:29:39.969Z Downloaded cstr-argument v0.1.2
1522026-08-25T07:29:39.972Z Downloaded constant_time_eq v0.3.1
1532026-08-25T07:29:39.975Z Downloaded cipher v0.5.2
1542026-08-25T07:29:39.980Z Downloaded cpubits v0.1.1
1552026-08-25T07:29:39.984Z Downloaded crunchy v0.2.4
1562026-08-25T07:29:39.988Z Downloaded crc v3.4.0
1572026-08-25T07:29:39.991Z Downloaded diesel_table_macro_syntax v0.3.0
1582026-08-25T07:29:39.991Z Downloaded headers-core v0.3.0
1592026-08-25T07:29:39.991Z Downloaded http-body v1.0.1
1602026-08-25T07:29:39.994Z Downloaded heck v0.4.1
1612026-08-25T07:29:39.994Z Downloaded crc8 v0.1.1
1622026-08-25T07:29:39.994Z Downloaded heck v0.5.0
1632026-08-25T07:29:39.998Z Downloaded cmake v0.1.57
1642026-08-25T07:29:40.002Z Downloaded derive_builder_core v0.20.2
1652026-08-25T07:29:40.002Z Downloaded indoc v1.0.9
1662026-08-25T07:29:40.005Z Downloaded cpufeatures v0.3.0
1672026-08-25T07:29:40.008Z Downloaded compression-core v0.4.31
1682026-08-25T07:29:40.008Z Downloaded inout v0.2.2
1692026-08-25T07:29:40.011Z Downloaded cpufeatures v0.2.17
1702026-08-25T07:29:40.014Z Downloaded hex v0.4.3
1712026-08-25T07:29:40.014Z Downloaded hex-literal v1.1.0
1722026-08-25T07:29:40.017Z Downloaded hex-literal v0.4.1
1732026-08-25T07:29:40.017Z Downloaded home v0.5.12
1742026-08-25T07:29:40.020Z Downloaded colorchoice v1.0.4
1752026-08-25T07:29:40.021Z Downloaded crc-catalog v2.4.0
1762026-08-25T07:29:40.021Z Downloaded crucible-workspace-hack v0.1.0
1772026-08-25T07:29:40.021Z Downloaded curve25519-dalek-derive v0.1.1
1782026-08-25T07:29:40.024Z Downloaded delegate v0.13.5
1792026-08-25T07:29:40.027Z Downloaded daft-derive v0.1.8
1802026-08-25T07:29:40.027Z Downloaded hashbrown v0.17.0
1812026-08-25T07:29:40.031Z Downloaded group v0.14.0
1822026-08-25T07:29:40.034Z Downloaded concurrent-queue v2.5.0
1832026-08-25T07:29:40.034Z Downloaded critical-section v1.2.0
1842026-08-25T07:29:40.034Z Downloaded convert_case v0.10.0
1852026-08-25T07:29:40.038Z Downloaded guppy-workspace-hack v0.1.0
1862026-08-25T07:29:40.041Z Downloaded http-range v0.1.5
1872026-08-25T07:29:40.041Z Downloaded hubpack v0.1.2
1882026-08-25T07:29:40.041Z Downloaded addr2line v0.25.1
1892026-08-25T07:29:40.047Z Downloaded darling v0.21.3
1902026-08-25T07:29:40.047Z Downloaded hostname v0.3.1
1912026-08-25T07:29:40.067Z Downloaded httpdate v1.0.3
1922026-08-25T07:29:40.067Z Downloaded hash32 v0.3.1
1932026-08-25T07:29:40.067Z Downloaded hubpack_derive v0.1.1
1942026-08-25T07:29:40.067Z Downloaded const_format_proc_macros v0.2.34
1952026-08-25T07:29:40.067Z Downloaded hash32 v0.2.1
1962026-08-25T07:29:40.067Z Downloaded darling_macro v0.13.4
1972026-08-25T07:29:40.067Z Downloaded instability v0.3.11
1982026-08-25T07:29:40.067Z Downloaded is-terminal v0.4.17
1992026-08-25T07:29:40.067Z Downloaded darling_macro v0.20.11
2002026-08-25T07:29:40.070Z Downloaded darling_macro v0.21.3
2012026-08-25T07:29:40.070Z Downloaded convert_case v0.4.0
2022026-08-25T07:29:40.070Z Downloaded darling_macro v0.23.0
2032026-08-25T07:29:40.070Z Downloaded debug-ignore v1.0.5
2042026-08-25T07:29:40.070Z Downloaded defmt-parser v1.0.0
2052026-08-25T07:29:40.074Z Downloaded derive_builder_macro v0.20.2
2062026-08-25T07:29:40.074Z Downloaded crypto-common v0.2.2
2072026-08-25T07:29:40.077Z Downloaded httptest v0.16.4
2082026-08-25T07:29:40.077Z Downloaded defmt v0.3.100
2092026-08-25T07:29:40.077Z Downloaded crypto-common v0.1.7
2102026-08-25T07:29:40.080Z Downloaded internet-checksum v0.2.1
2112026-08-25T07:29:40.083Z Downloaded cmov v0.5.4
2122026-08-25T07:29:40.083Z Downloaded idna_adapter v1.2.1
2132026-08-25T07:29:40.083Z Downloaded is_ci v1.2.0
2142026-08-25T07:29:40.086Z Downloaded compression-codecs v0.4.37
2152026-08-25T07:29:40.090Z Downloaded inout v0.1.4
2162026-08-25T07:29:40.090Z Downloaded ident_case v1.0.1
2172026-08-25T07:29:40.090Z Downloaded illumos-nvpair-sys v0.2.0
2182026-08-25T07:29:40.096Z Downloaded indent_write v2.2.0
2192026-08-25T07:29:40.099Z Downloaded colored v2.2.0
2202026-08-25T07:29:40.102Z Downloaded corncobs v0.1.4
2212026-08-25T07:29:40.102Z Downloaded illumos-nvpair v0.3.0
2222026-08-25T07:29:40.102Z Downloaded constant_time_eq v0.4.2
2232026-08-25T07:29:40.106Z Downloaded crossbeam-deque v0.8.6
2242026-08-25T07:29:40.106Z Downloaded console v0.15.11
2252026-08-25T07:29:40.106Z Downloaded console v0.16.2
2262026-08-25T07:29:40.109Z Downloaded crossbeam-utils v0.8.21
2272026-08-25T07:29:40.110Z Downloaded data-encoding v2.10.0
2282026-08-25T07:29:40.110Z Downloaded is_terminal_polyfill v1.70.2
2292026-08-25T07:29:40.113Z Downloaded assert_matches v1.5.0
2302026-08-25T07:29:40.116Z Downloaded async-object-pool v0.2.0
2312026-08-25T07:29:40.119Z Downloaded async-recursion v1.1.1
2322026-08-25T07:29:40.119Z Downloaded bb8 v0.8.6
2332026-08-25T07:29:40.127Z Downloaded async-stream v0.3.6
2342026-08-25T07:29:40.130Z Downloaded base16ct v1.0.0
2352026-08-25T07:29:40.131Z Downloaded block-padding v0.4.2
2362026-08-25T07:29:40.131Z Downloaded hostname v0.4.2
2372026-08-25T07:29:40.131Z Downloaded openssl-probe v0.1.6
2382026-08-25T07:29:40.134Z Downloaded highway v1.3.0
2392026-08-25T07:29:40.134Z Downloaded http-body-util v0.1.3
2402026-08-25T07:29:40.134Z Downloaded criterion-plot v0.6.0
2412026-08-25T07:29:40.138Z Downloaded csv-core v0.1.13
2422026-08-25T07:29:40.138Z Downloaded diesel-dtrace v0.5.0
2432026-08-25T07:29:40.138Z Downloaded instant v0.1.13
2442026-08-25T07:29:40.142Z Downloaded darling v0.13.4
2452026-08-25T07:29:40.142Z Downloaded daft v0.1.8
2462026-08-25T07:29:40.145Z Downloaded ctr v0.10.1
2472026-08-25T07:29:40.150Z Downloaded defmt-macros v1.0.1
2482026-08-25T07:29:40.153Z Downloaded hmac v0.12.1
2492026-08-25T07:29:40.157Z Downloaded ipnetwork v0.21.1
2502026-08-25T07:29:40.158Z Downloaded group v0.13.0
2512026-08-25T07:29:40.158Z Downloaded derive-ex v0.1.8
2522026-08-25T07:29:40.161Z Downloaded ingot-macros v0.2.0
2532026-08-25T07:29:40.161Z Downloaded password-hash v0.6.1
2542026-08-25T07:29:40.164Z Downloaded colored v3.1.1
2552026-08-25T07:29:40.167Z Downloaded predicates-core v1.0.10
2562026-08-25T07:29:40.167Z Downloaded clap_derive v4.6.1
2572026-08-25T07:29:40.167Z Downloaded deranged v0.5.8
2582026-08-25T07:29:40.170Z Downloaded httparse v1.10.1
2592026-08-25T07:29:40.170Z Downloaded oxide-generation-macros v0.2.0
2602026-08-25T07:29:40.170Z Downloaded cookie_store v0.22.1
2612026-08-25T07:29:40.173Z Downloaded path-slash v0.1.5
2622026-08-25T07:29:40.177Z Downloaded anstyle v1.0.14
2632026-08-25T07:29:40.177Z Downloaded argon2 v0.5.3
2642026-08-25T07:29:40.177Z Downloaded phf_shared v0.12.1
2652026-08-25T07:29:40.178Z Downloaded phf_shared v0.13.1
2662026-08-25T07:29:40.178Z Downloaded arrayvec v0.7.6
2672026-08-25T07:29:40.181Z Downloaded proc-macro-error-attr2 v2.0.0
2682026-08-25T07:29:40.181Z Downloaded darling v0.23.0
2692026-08-25T07:29:40.181Z Downloaded potential_utf v0.1.4
2702026-08-25T07:29:40.184Z Downloaded clang-sys v1.8.1
2712026-08-25T07:29:40.184Z Downloaded crc-any v2.5.0
2722026-08-25T07:29:40.184Z Downloaded clap v4.6.1
2732026-08-25T07:29:40.189Z Downloaded indoc v2.0.7
2742026-08-25T07:29:40.193Z Downloaded hyper-tls v0.6.0
2752026-08-25T07:29:40.193Z Downloaded der_derive v0.7.3
2762026-08-25T07:29:40.196Z Downloaded const-oid v0.9.6
2772026-08-25T07:29:40.196Z Downloaded des v0.9.0
2782026-08-25T07:29:40.196Z Downloaded proc-macro-error-attr v1.0.4
2792026-08-25T07:29:40.196Z Downloaded const-oid v0.10.2
2802026-08-25T07:29:40.200Z Downloaded hyper-staticfile v0.10.1
2812026-08-25T07:29:40.200Z Downloaded datatest-stable v0.3.3
2822026-08-25T07:29:40.203Z Downloaded bitfield v0.19.4
2832026-08-25T07:29:40.203Z Downloaded buf-list v1.1.2
2842026-08-25T07:29:40.203Z Downloaded ingot-types v0.2.0
2852026-08-25T07:29:40.203Z Downloaded ipnet v2.12.0
2862026-08-25T07:29:40.207Z Downloaded humantime v2.3.0
2872026-08-25T07:29:40.207Z Downloaded impl-trait-for-tuples v0.2.3
2882026-08-25T07:29:40.207Z Downloaded ref-cast v1.0.25
2892026-08-25T07:29:40.210Z Downloaded russh-util v0.52.0
2902026-08-25T07:29:40.210Z Downloaded ingot v0.2.1
2912026-08-25T07:29:40.213Z Downloaded scopeguard v1.2.0
2922026-08-25T07:29:40.213Z Downloaded rand_xorshift v0.4.0
2932026-08-25T07:29:40.216Z Downloaded const_format v0.2.35
2942026-08-25T07:29:40.220Z Downloaded crossbeam-channel v0.5.15
2952026-08-25T07:29:40.223Z Downloaded ctutils v0.4.2
2962026-08-25T07:29:40.223Z Downloaded defmt v1.0.1
2972026-08-25T07:29:40.226Z Downloaded half v1.8.3
2982026-08-25T07:29:40.229Z Downloaded darling v0.20.11
2992026-08-25T07:29:40.232Z Downloaded camino-tempfile v1.4.1
3002026-08-25T07:29:40.235Z Downloaded pem v3.0.6
3012026-08-25T07:29:40.241Z Downloaded half v2.7.1
3022026-08-25T07:29:40.244Z Downloaded poly1305 v0.8.0
3032026-08-25T07:29:40.245Z Downloaded crc32fast v1.5.0
3042026-08-25T07:29:40.245Z Downloaded crossbeam-epoch v0.9.18
3052026-08-25T07:29:40.247Z Downloaded cexpr v0.6.0
3062026-08-25T07:29:40.248Z Downloaded ignore v0.4.25
3072026-08-25T07:29:40.251Z Downloaded anyhow v1.0.104
3082026-08-25T07:29:40.251Z Downloaded predicates v3.1.4
3092026-08-25T07:29:40.254Z Downloaded siphasher v1.0.2
3102026-08-25T07:29:40.254Z Downloaded signature v3.0.0
3112026-08-25T07:29:40.254Z Downloaded similar-asserts v1.7.0
3122026-08-25T07:29:40.254Z Downloaded cookie v0.18.1
3132026-08-25T07:29:40.258Z Downloaded primeorder v0.13.6
3142026-08-25T07:29:40.258Z Downloaded proc-macro-error v1.0.4
3152026-08-25T07:29:40.258Z Downloaded progenitor-macro v0.13.0
3162026-08-25T07:29:40.262Z Downloaded compact_str v0.8.1
3172026-08-25T07:29:40.262Z Downloaded hmac v0.13.0
3182026-08-25T07:29:40.262Z Downloaded scroll_derive v0.13.1
3192026-08-25T07:29:40.262Z Downloaded hickory-client v0.25.2
3202026-08-25T07:29:40.266Z Downloaded strip-ansi-escapes v0.2.1
3212026-08-25T07:29:40.266Z Downloaded crypto-bigint v0.5.5
3222026-08-25T07:29:40.269Z Downloaded darling_core v0.13.4
3232026-08-25T07:29:40.269Z Downloaded parse-display-derive v0.10.0
3242026-08-25T07:29:40.269Z Downloaded pem-rfc7468 v0.7.0
3252026-08-25T07:29:40.273Z Downloaded bitflags v2.11.0
3262026-08-25T07:29:40.273Z Downloaded serde_plain v1.0.2
3272026-08-25T07:29:40.273Z Downloaded serde_regex v1.1.0
3282026-08-25T07:29:40.273Z Downloaded psm v0.1.30
3292026-08-25T07:29:40.276Z Downloaded slog-envlogger v2.2.0
3302026-08-25T07:29:40.276Z Downloaded quote v1.0.45
3312026-08-25T07:29:40.279Z Downloaded pem-rfc7468 v1.0.0
3322026-08-25T07:29:40.279Z Downloaded rustls-native-certs v0.8.3
3332026-08-25T07:29:40.279Z Downloaded hyper-rustls v0.27.7
3342026-08-25T07:29:40.282Z Downloaded supports-color v2.1.0
3352026-08-25T07:29:40.282Z Downloaded target-triple v1.0.0
3362026-08-25T07:29:40.282Z Downloaded termtree v0.5.1
3372026-08-25T07:29:40.285Z Downloaded toml_datetime v0.6.11
3382026-08-25T07:29:40.285Z Downloaded tower-service v0.3.3
3392026-08-25T07:29:40.288Z Downloaded hybrid-array v0.4.13
3402026-08-25T07:29:40.288Z Downloaded iana-time-zone v0.1.65
3412026-08-25T07:29:40.291Z Downloaded derive_builder v0.20.2
3422026-08-25T07:29:40.294Z Downloaded backon v1.6.0
3432026-08-25T07:29:40.299Z Downloaded rand_chacha v0.9.0
3442026-08-25T07:29:40.302Z Downloaded derive-where v1.6.0
3452026-08-25T07:29:40.307Z Downloaded structmeta-derive v0.3.0
3462026-08-25T07:29:40.310Z Downloaded sec1 v0.8.1
3472026-08-25T07:29:40.315Z Downloaded trait-variant v0.1.2
3482026-08-25T07:29:40.315Z Downloaded typify-macro v0.6.2
3492026-08-25T07:29:40.315Z Downloaded unicode-xid v0.2.6
3502026-08-25T07:29:40.318Z Downloaded resolv-conf v0.7.6
3512026-08-25T07:29:40.324Z Downloaded allocator-api2 v0.2.21
3522026-08-25T07:29:40.327Z Downloaded relative-path v1.9.3
3532026-08-25T07:29:40.327Z Downloaded testing_table v0.3.0
3542026-08-25T07:29:40.330Z Downloaded topological-sort v0.2.2
3552026-08-25T07:29:40.335Z Downloaded slog-term v2.9.2
3562026-08-25T07:29:40.335Z Downloaded smf v0.2.3
3572026-08-25T07:29:40.335Z Downloaded spki v0.7.3
3582026-08-25T07:29:40.338Z Downloaded yoke-derive v0.8.1
3592026-08-25T07:29:40.338Z Downloaded usdt-attr-macro v0.6.0
3602026-08-25T07:29:40.341Z Downloaded darling_core v0.20.11
3612026-08-25T07:29:40.341Z Downloaded heapless v0.8.0
3622026-08-25T07:29:40.344Z Downloaded rpassword v7.5.4
3632026-08-25T07:29:40.344Z Downloaded omicron-zone-package v0.12.3
3642026-08-25T07:29:40.348Z Downloaded strum_macros v0.26.4
3652026-08-25T07:29:40.352Z Downloaded support-bundle-viewer v0.1.2
3662026-08-25T07:29:40.352Z Downloaded usdt-macro v0.6.0
3672026-08-25T07:29:40.352Z Downloaded wait-timeout v0.2.1
3682026-08-25T07:29:40.355Z Downloaded termios v0.3.3
3692026-08-25T07:29:40.355Z Downloaded tls_codec_derive v0.4.2
3702026-08-25T07:29:40.355Z Downloaded hickory-resolver v0.25.2
3712026-08-25T07:29:40.360Z Downloaded paste v1.0.15
3722026-08-25T07:29:40.363Z Downloaded serde-hex v0.1.0
3732026-08-25T07:29:40.363Z Downloaded dirs-sys-next v0.1.2
3742026-08-25T07:29:40.363Z Downloaded digest-io v0.1.0
3752026-08-25T07:29:40.363Z Downloaded embedded-io v0.4.0
3762026-08-25T07:29:40.363Z Downloaded zerofrom-derive v0.1.6
3772026-08-25T07:29:40.363Z Downloaded endian-type v0.1.2
3782026-08-25T07:29:40.363Z Downloaded enum-as-inner v0.6.1
3792026-08-25T07:29:40.367Z Downloaded fastrand v2.3.0
3802026-08-25T07:29:40.367Z Downloaded parking_lot v0.12.5
3812026-08-25T07:29:40.367Z Downloaded salsa20 v0.11.0
3822026-08-25T07:29:40.370Z Downloaded dropshot-api-manager-types v0.8.0
3832026-08-25T07:29:40.370Z Downloaded tokio-tungstenite v0.23.1
3842026-08-25T07:29:40.374Z Downloaded icu_properties v2.1.2
3852026-08-25T07:29:40.378Z Downloaded darling_core v0.23.0
3862026-08-25T07:29:40.378Z Downloaded derive_more v0.99.20
3872026-08-25T07:29:40.383Z Downloaded oso v0.27.3
3882026-08-25T07:29:40.387Z Downloaded semver v1.0.28
3892026-08-25T07:29:40.390Z Downloaded indexmap v1.9.3
3902026-08-25T07:29:40.391Z Downloaded blake2b_simd v1.0.4
3912026-08-25T07:29:40.391Z Downloaded funty v2.0.0
3922026-08-25T07:29:40.394Z Downloaded futures-io v0.3.32
3932026-08-25T07:29:40.394Z Downloaded git-stub v1.0.0
3942026-08-25T07:29:40.394Z Downloaded libscf-sys v1.2.0
3952026-08-25T07:29:40.394Z Downloaded static_assertions v1.1.0
3962026-08-25T07:29:40.394Z Downloaded tap v1.0.1
3972026-08-25T07:29:40.397Z Downloaded lalrpop-util v0.19.12
3982026-08-25T07:29:40.397Z Downloaded linkme-impl v0.3.35
3992026-08-25T07:29:40.397Z Downloaded termcolor v1.4.1
4002026-08-25T07:29:40.397Z Downloaded dtrace-parser v0.3.0
4012026-08-25T07:29:40.401Z Downloaded vergen-git2 v9.1.0
4022026-08-25T07:29:40.401Z Downloaded fnv v1.0.7
4032026-08-25T07:29:40.401Z Downloaded form_urlencoded v1.2.2
4042026-08-25T07:29:40.401Z Downloaded generic-array v0.14.7
4052026-08-25T07:29:40.405Z Downloaded pkcs1 v0.8.0-rc.4
4062026-08-25T07:29:40.405Z Downloaded globwalk v0.9.1
4072026-08-25T07:29:40.409Z Downloaded headers v0.4.1
4082026-08-25T07:29:40.409Z Downloaded lru-slab v0.1.2
4092026-08-25T07:29:40.409Z Downloaded match_cfg v0.1.0
4102026-08-25T07:29:40.409Z Downloaded sha2 v0.10.9
4112026-08-25T07:29:40.412Z Downloaded vergen-gitcl v1.0.8
4122026-08-25T07:29:40.412Z Downloaded snafu-derive v0.8.9
4132026-08-25T07:29:40.415Z Downloaded wyz v0.5.1
4142026-08-25T07:29:40.415Z Downloaded maplit v1.0.2
4152026-08-25T07:29:40.418Z Downloaded chumsky v0.9.3
4162026-08-25T07:29:40.421Z Downloaded camino v1.2.5
4172026-08-25T07:29:40.421Z Downloaded rust-argon2 v2.1.0
4182026-08-25T07:29:40.431Z Downloaded time-macros v0.2.27
4192026-08-25T07:29:40.434Z Downloaded dirs-next v2.0.0
4202026-08-25T07:29:40.434Z Downloaded fallible-iterator v0.2.0
4212026-08-25T07:29:40.434Z Downloaded heapless v0.7.17
4222026-08-25T07:29:40.437Z Downloaded ed25519 v2.2.3
4232026-08-25T07:29:40.437Z Downloaded enum_dispatch v0.3.13
4242026-08-25T07:29:40.441Z Downloaded num-conv v0.2.0
4252026-08-25T07:29:40.441Z Downloaded cfg-expr v0.20.6
4262026-08-25T07:29:40.441Z Downloaded array-init v0.0.4
4272026-08-25T07:29:40.441Z Downloaded arrayref v0.3.9
4282026-08-25T07:29:40.445Z Downloaded atomicwrites v0.4.4
4292026-08-25T07:29:40.445Z Downloaded clap_builder v4.6.0
4302026-08-25T07:29:40.448Z Downloaded criterion v0.7.0
4312026-08-25T07:29:40.452Z Downloaded derive_more v2.1.1
4322026-08-25T07:29:40.455Z Downloaded oxide-update-engine-types v0.1.2
4332026-08-25T07:29:40.458Z Downloaded port-file v0.1.0
4342026-08-25T07:29:40.458Z Downloaded tokio-tungstenite v0.21.0
4352026-08-25T07:29:40.462Z Downloaded base16ct v0.2.0
4362026-08-25T07:29:40.463Z Downloaded futures-executor v0.3.32
4372026-08-25T07:29:40.466Z Downloaded linkme v0.3.35
4382026-08-25T07:29:40.466Z Downloaded keccak v0.2.0
4392026-08-25T07:29:40.466Z Downloaded serde_derive v1.0.229
4402026-08-25T07:29:40.469Z Downloaded der v0.7.10
4412026-08-25T07:29:40.472Z Downloaded cast v0.3.0
4422026-08-25T07:29:40.475Z Downloaded openssl-probe v0.2.1
4432026-08-25T07:29:40.475Z Downloaded icu_locale_core v2.1.1
4442026-08-25T07:29:40.481Z Downloaded packed_struct_codegen v0.10.1
4452026-08-25T07:29:40.481Z Downloaded indicatif v0.18.4
4462026-08-25T07:29:40.484Z Downloaded peg-runtime v0.8.5
4472026-08-25T07:29:40.484Z Downloaded icu_normalizer v2.1.1
4482026-08-25T07:29:40.484Z Downloaded icu_provider v2.1.1
4492026-08-25T07:29:40.487Z Downloaded whoami v1.6.1
4502026-08-25T07:29:40.487Z Downloaded zerocopy v0.6.6
4512026-08-25T07:29:40.487Z Downloaded newtype-uuid v1.3.2
4522026-08-25T07:29:40.490Z Downloaded progenitor-client v0.14.0
4532026-08-25T07:29:40.494Z Downloaded foldhash v0.1.5
4542026-08-25T07:29:40.498Z Downloaded globset v0.4.18
4552026-08-25T07:29:40.498Z Downloaded rand_distr v0.5.1
4562026-08-25T07:29:40.502Z Downloaded ryu v1.0.23
4572026-08-25T07:29:40.502Z Downloaded ciborium-ll v0.2.2
4582026-08-25T07:29:40.502Z Downloaded ciborium-io v0.2.2
4592026-08-25T07:29:40.507Z Downloaded ecdsa v0.17.0
4602026-08-25T07:29:40.507Z Downloaded nu-ansi-term v0.50.3
4612026-08-25T07:29:40.507Z Downloaded phf_shared v0.11.3
4622026-08-25T07:29:40.512Z Downloaded proc-macro-crate v1.3.1
4632026-08-25T07:29:40.515Z Downloaded hickory-resolver v0.24.4
4642026-08-25T07:29:40.518Z Downloaded bitflags v1.3.2
4652026-08-25T07:29:40.521Z Downloaded derive_more-impl v2.1.1
4662026-08-25T07:29:40.525Z Downloaded p384 v0.14.0
4672026-08-25T07:29:40.531Z Downloaded tinyvec v1.10.0
4682026-08-25T07:29:40.531Z Downloaded darling_core v0.21.3
4692026-08-25T07:29:40.531Z Downloaded libefi-sys v0.1.0
4702026-08-25T07:29:40.534Z Downloaded memoffset v0.9.1
4712026-08-25T07:29:40.534Z Downloaded miette-derive v7.6.0
4722026-08-25T07:29:40.534Z Downloaded pretty-hex v0.4.1
4732026-08-25T07:29:40.534Z Downloaded russh-cryptovec v0.62.0
4742026-08-25T07:29:40.539Z Downloaded secrecy v0.8.0
4752026-08-25T07:29:40.539Z Downloaded semver v0.1.20
4762026-08-25T07:29:40.539Z Downloaded serde_repr v0.1.20
4772026-08-25T07:29:40.539Z Downloaded tracing-core v0.1.36
4782026-08-25T07:29:40.543Z Downloaded bs58 v0.5.1
4792026-08-25T07:29:40.549Z Downloaded signal-hook v0.3.18
4802026-08-25T07:29:40.552Z Downloaded slog-bunyan v2.5.0
4812026-08-25T07:29:40.552Z Downloaded strsim v0.11.1
4822026-08-25T07:29:40.556Z Downloaded path-tree v0.8.3
4832026-08-25T07:29:40.563Z Downloaded num_enum v0.7.6
4842026-08-25T07:29:40.567Z Downloaded anstream v0.6.21
4852026-08-25T07:29:40.567Z Downloaded anstream v1.0.0
4862026-08-25T07:29:40.567Z Downloaded num-complex v0.4.6
4872026-08-25T07:29:40.567Z Downloaded sqlparser_derive v0.5.0
4882026-08-25T07:29:40.570Z Downloaded serde_urlencoded v0.7.1
4892026-08-25T07:29:40.570Z Downloaded icu_normalizer_data v2.1.1
4902026-08-25T07:29:40.576Z Downloaded bit-vec v0.6.3
4912026-08-25T07:29:40.579Z Downloaded rstest_macros v0.25.0
4922026-08-25T07:29:40.580Z Downloaded tagptr v0.2.0
4932026-08-25T07:29:40.580Z Downloaded diff v0.1.13
4942026-08-25T07:29:40.584Z Downloaded zopfli v0.8.3
4952026-08-25T07:29:40.584Z Downloaded fatfs v0.3.6
4962026-08-25T07:29:40.587Z Downloaded argon2 v0.6.0-rc.8
4972026-08-25T07:29:40.587Z Downloaded primeorder v0.14.0
4982026-08-25T07:29:40.587Z Downloaded icu_collections v2.1.1
4992026-08-25T07:29:40.592Z Downloaded progenitor-extras v0.2.0
5002026-08-25T07:29:40.597Z Downloaded chacha20 v0.9.1
5012026-08-25T07:29:40.602Z Downloaded byteorder v1.5.0
5022026-08-25T07:29:40.602Z Downloaded swrite v0.1.0
5032026-08-25T07:29:40.602Z Downloaded sync-ptr v0.1.4
5042026-08-25T07:29:40.602Z Downloaded hashbrown v0.13.2
5052026-08-25T07:29:40.605Z Downloaded rusty-fork v0.3.1
5062026-08-25T07:29:40.605Z Downloaded unicode-truncate v1.1.0
5072026-08-25T07:29:40.605Z Downloaded der v0.8.0
5082026-08-25T07:29:40.609Z Downloaded diesel_derives v2.3.7
5092026-08-25T07:29:40.613Z Downloaded bumpalo v3.20.2
5102026-08-25T07:29:40.613Z Downloaded secrecy v0.10.3
5112026-08-25T07:29:40.616Z Downloaded test-strategy v0.4.5
5122026-08-25T07:29:40.616Z Downloaded unicode-ident v1.0.24
5132026-08-25T07:29:40.616Z Downloaded try-lock v0.2.5
5142026-08-25T07:29:40.619Z Downloaded universal-hash v0.5.1
5152026-08-25T07:29:40.619Z Downloaded utf8_iter v1.0.4
5162026-08-25T07:29:40.619Z Downloaded crossterm v0.28.1
5172026-08-25T07:29:40.623Z Downloaded toml_write v0.1.2
5182026-08-25T07:29:40.623Z Downloaded cassowary v0.3.0
5192026-08-25T07:29:40.626Z Downloaded internal-russh-num-bigint v0.5.0
5202026-08-25T07:29:40.626Z Downloaded ppv-lite86 v0.2.21
5212026-08-25T07:29:40.629Z Downloaded uuid v1.23.4
5222026-08-25T07:29:40.629Z Downloaded quick-error v1.2.3
5232026-08-25T07:29:40.632Z Downloaded slog-async v2.8.0
5242026-08-25T07:29:40.632Z Downloaded xattr v1.6.1
5252026-08-25T07:29:40.635Z Downloaded difflib v0.4.0
5262026-08-25T07:29:40.635Z Downloaded untrusted v0.9.0
5272026-08-25T07:29:40.638Z Downloaded usdt v0.5.0
5282026-08-25T07:29:40.638Z Downloaded void v1.0.2
5292026-08-25T07:29:40.638Z Downloaded document-features v0.2.12
5302026-08-25T07:29:40.642Z Downloaded pkcs1 v0.7.5
5312026-08-25T07:29:40.642Z Downloaded parking_lot_core v0.9.12
5322026-08-25T07:29:40.642Z Downloaded serde_yaml v0.9.34+deprecated
5332026-08-25T07:29:40.645Z Downloaded native-tls v0.2.18
5342026-08-25T07:29:40.648Z Downloaded sqlformat v0.3.5
5352026-08-25T07:29:40.648Z Downloaded stringmetrics v2.2.2
5362026-08-25T07:29:40.648Z Downloaded strum_macros v0.27.2
5372026-08-25T07:29:40.652Z Downloaded escape8259 v0.5.3
5382026-08-25T07:29:40.656Z Downloaded event-listener-strategy v0.5.4
5392026-08-25T07:29:40.656Z Downloaded rustc_version v0.4.1
5402026-08-25T07:29:40.656Z Downloaded serde_tokenstream v0.3.0
5412026-08-25T07:29:40.661Z Downloaded slab v0.4.12
5422026-08-25T07:29:40.668Z Downloaded dsl_auto_type v0.2.0
5432026-08-25T07:29:40.668Z Downloaded dtrace-parser v0.2.0
5442026-08-25T07:29:40.668Z Downloaded dunce v1.0.5
5452026-08-25T07:29:40.671Z Downloaded thiserror v1.0.69
5462026-08-25T07:29:40.671Z Downloaded thiserror-impl v2.0.18
5472026-08-25T07:29:40.671Z Downloaded tiny-keccak v2.0.2
5482026-08-25T07:29:40.671Z Downloaded tokio-dtrace v0.1.1
5492026-08-25T07:29:40.674Z Downloaded thread_local v1.1.9
5502026-08-25T07:29:40.674Z Downloaded indexmap v2.14.0
5512026-08-25T07:29:40.674Z Downloaded futures-macro v0.3.32
5522026-08-25T07:29:40.683Z Downloaded oxnet v0.1.6
5532026-08-25T07:29:40.687Z Downloaded pest_generator v2.8.6
5542026-08-25T07:29:40.687Z Downloaded foreign-types-shared v0.1.1
5552026-08-25T07:29:40.687Z Downloaded unicode_categories v0.1.1
5562026-08-25T07:29:40.690Z Downloaded ghash v0.6.0
5572026-08-25T07:29:40.690Z Downloaded utf8parse v0.2.2
5582026-08-25T07:29:40.690Z Downloaded keccak v0.1.6
5592026-08-25T07:29:40.693Z Downloaded hashbrown v0.12.3
5602026-08-25T07:29:40.696Z Downloaded hickory-server v0.25.2
5612026-08-25T07:29:40.696Z Downloaded http v1.4.2
5622026-08-25T07:29:40.699Z Downloaded itertools v0.10.5
5632026-08-25T07:29:40.702Z Downloaded papergrid v0.11.0
5642026-08-25T07:29:40.705Z Downloaded toml_edit v0.23.10+spec-1.0.0
5652026-08-25T07:29:40.708Z Downloaded sha2 v0.11.0
5662026-08-25T07:29:40.708Z Downloaded zone v0.3.1
5672026-08-25T07:29:40.708Z Downloaded linked-hash-map v0.5.6
5682026-08-25T07:29:40.708Z Downloaded kem v0.3.0
5692026-08-25T07:29:40.712Z Downloaded memmap v0.7.0
5702026-08-25T07:29:40.716Z Downloaded miniz_oxide v0.8.9
5712026-08-25T07:29:40.719Z Downloaded pkcs5 v0.8.1
5722026-08-25T07:29:40.719Z Downloaded postcard v1.1.3
5732026-08-25T07:29:40.723Z Downloaded displaydoc v0.2.5
5742026-08-25T07:29:40.723Z Downloaded env_logger v0.11.11
5752026-08-25T07:29:40.728Z Downloaded nonempty v0.12.0
5762026-08-25T07:29:40.732Z Downloaded anstyle-query v1.1.5
5772026-08-25T07:29:40.732Z Downloaded async-stream-impl v0.3.6
5782026-08-25T07:29:40.740Z Downloaded zeroize v1.9.0
5792026-08-25T07:29:40.743Z Downloaded target-spec v3.5.7
5802026-08-25T07:29:40.743Z Downloaded term v1.2.1
5812026-08-25T07:29:40.747Z Downloaded tokio-rustls v0.26.4
5822026-08-25T07:29:40.747Z Downloaded foldhash v0.2.0
5832026-08-25T07:29:40.750Z Downloaded backtrace-ext v0.2.1
5842026-08-25T07:29:40.750Z Downloaded olpc-cjson v0.1.4
5852026-08-25T07:29:40.753Z Downloaded cfg-if v1.0.4
5862026-08-25T07:29:40.759Z Downloaded opaque-debug v0.3.1
5872026-08-25T07:29:40.762Z Downloaded schemars v0.8.22
5882026-08-25T07:29:40.765Z Downloaded pathdiff v0.2.3
5892026-08-25T07:29:40.769Z Downloaded hyper-util v0.1.20
5902026-08-25T07:29:40.772Z Downloaded parking v2.2.1
5912026-08-25T07:29:40.772Z Downloaded plotters-backend v0.3.7
5922026-08-25T07:29:40.772Z Downloaded crossterm v0.29.0
5932026-08-25T07:29:40.775Z Downloaded aes v0.9.1
5942026-08-25T07:29:40.778Z Downloaded openssl-sys v0.9.117
5952026-08-25T07:29:40.781Z Downloaded serde_with v1.14.0
5962026-08-25T07:29:40.784Z Downloaded generic-array v1.4.3
5972026-08-25T07:29:40.784Z Downloaded percent-encoding v2.3.2
5982026-08-25T07:29:40.788Z Downloaded knus v3.4.0
5992026-08-25T07:29:40.788Z Downloaded toml v0.8.23
6002026-08-25T07:29:40.788Z Downloaded url v2.5.8
6012026-08-25T07:29:40.791Z Downloaded x509-cert v0.2.5
6022026-08-25T07:29:40.794Z Downloaded trybuild v1.0.116
6032026-08-25T07:29:40.797Z Downloaded precomputed-hash v0.1.1
6042026-08-25T07:29:40.797Z Downloaded anstyle-parse v0.2.7
6052026-08-25T07:29:40.800Z Downloaded rfc6979 v0.6.0
6062026-08-25T07:29:40.807Z Downloaded guppy v0.17.25
6072026-08-25T07:29:40.813Z Downloaded rustyline v14.0.0
6082026-08-25T07:29:40.818Z Downloaded hashbrown v0.16.1
6092026-08-25T07:29:40.821Z Downloaded module-lattice v0.2.3
6102026-08-25T07:29:40.821Z Downloaded seq-macro v0.3.6
6112026-08-25T07:29:40.821Z Downloaded anstyle-parse v1.0.0
6122026-08-25T07:29:40.821Z Downloaded toml v0.7.8
6132026-08-25T07:29:40.825Z Downloaded ucd-trie v0.1.7
6142026-08-25T07:29:40.825Z Downloaded sha1 v0.11.0
6152026-08-25T07:29:40.825Z Downloaded byte-wrapper v0.1.0
6162026-08-25T07:29:40.828Z Downloaded walkdir v2.5.0
6172026-08-25T07:29:40.828Z Downloaded num_enum v0.5.11
6182026-08-25T07:29:40.831Z Downloaded schemars v0.9.0
6192026-08-25T07:29:40.835Z Downloaded bytecount v0.6.9
6202026-08-25T07:29:40.838Z Downloaded num-rational v0.4.2
6212026-08-25T07:29:40.838Z Downloaded yasna v0.5.2
6222026-08-25T07:29:40.838Z Downloaded autocfg v1.5.0
6232026-08-25T07:29:40.841Z Downloaded base64ct v1.8.3
6242026-08-25T07:29:40.841Z Downloaded fs_extra v1.3.0
6252026-08-25T07:29:40.841Z Downloaded typenum v1.20.1
6262026-08-25T07:29:40.846Z Downloaded unicode-segmentation v1.12.0
6272026-08-25T07:29:40.846Z Downloaded pkcs8 v0.10.2
6282026-08-25T07:29:40.849Z Downloaded polyval v0.7.1
6292026-08-25T07:29:40.850Z Downloaded supports-color v3.0.2
6302026-08-25T07:29:40.850Z Downloaded oxide-update-engine-display v0.1.2
6312026-08-25T07:29:40.850Z Downloaded sponge-cursor v0.1.0
6322026-08-25T07:29:40.850Z Downloaded supports-unicode v3.0.0
6332026-08-25T07:29:40.850Z Downloaded progenitor v0.14.0
6342026-08-25T07:29:40.853Z Downloaded thread-id v4.2.2
6352026-08-25T07:29:40.853Z Downloaded peg-macros v0.8.5
6362026-08-25T07:29:40.857Z Downloaded memmap2 v0.9.10
6372026-08-25T07:29:40.860Z Downloaded progenitor v0.13.0
6382026-08-25T07:29:40.863Z Downloaded tokio-macros v2.7.0
6392026-08-25T07:29:40.866Z Downloaded bytes v1.11.1
6402026-08-25T07:29:40.888Z Downloaded linear-map v1.2.0
6412026-08-25T07:29:40.889Z Downloaded r2d2 v0.8.10
6422026-08-25T07:29:40.889Z Downloaded hashbrown v0.15.5
6432026-08-25T07:29:40.889Z Downloaded subprocess v0.2.15
6442026-08-25T07:29:40.889Z Downloaded hashbrown v0.14.5
6452026-08-25T07:29:40.889Z Downloaded ml-kem v0.3.2
6462026-08-25T07:29:40.889Z Downloaded rand_core v0.9.5
6472026-08-25T07:29:40.889Z Downloaded rand_core v0.10.0
6482026-08-25T07:29:40.889Z Downloaded scroll v0.13.0
6492026-08-25T07:29:40.889Z Downloaded sec1 v0.7.3
6502026-08-25T07:29:40.893Z Downloaded rustls-pemfile v2.2.0
6512026-08-25T07:29:40.893Z Downloaded fancy-regex v0.14.0
6522026-08-25T07:29:40.893Z Downloaded litemap v0.8.1
6532026-08-25T07:29:40.894Z Downloaded icu_properties_data v2.1.2
6542026-08-25T07:29:40.900Z Downloaded serde_tokenstream v0.2.3
6552026-08-25T07:29:40.903Z Downloaded spki v0.8.0
6562026-08-25T07:29:40.908Z Downloaded signature v2.2.0
6572026-08-25T07:29:40.908Z Downloaded slog-scope v4.4.1
6582026-08-25T07:29:40.914Z Downloaded slog-stdlog v4.1.1
6592026-08-25T07:29:40.914Z Downloaded display-error-chain v0.2.2
6602026-08-25T07:29:40.917Z Downloaded dyn-clone v1.0.20
6612026-08-25T07:29:40.917Z Downloaded fd-lock v4.0.4
6622026-08-25T07:29:40.917Z Downloaded float-ord v0.3.2
6632026-08-25T07:29:40.917Z Downloaded float-cmp v0.10.0
6642026-08-25T07:29:40.917Z Downloaded gethostname v0.5.0
6652026-08-25T07:29:40.917Z Downloaded base64 v0.21.7
6662026-08-25T07:29:40.921Z Downloaded dropshot_endpoint v0.17.1
6672026-08-25T07:29:40.927Z Downloaded thiserror v2.0.18
6682026-08-25T07:29:40.930Z Downloaded ssh-cipher v0.3.0
6692026-08-25T07:29:40.933Z Downloaded jiff-static v0.2.34
6702026-08-25T07:29:40.936Z Downloaded lazy_static v1.5.0
6712026-08-25T07:29:40.940Z Downloaded quinn-udp v0.5.14
6722026-08-25T07:29:40.940Z Downloaded socket2 v0.6.3
6732026-08-25T07:29:40.940Z Downloaded tinystr v0.8.2
6742026-08-25T07:29:40.944Z Downloaded idna v1.1.0
6752026-08-25T07:29:40.944Z Downloaded tokio-native-tls v0.3.1
6762026-08-25T07:29:40.944Z Downloaded miette-derive v5.10.0
6772026-08-25T07:29:40.948Z Downloaded iri-string v0.7.10
6782026-08-25T07:29:40.954Z Downloaded itertools v0.13.0
6792026-08-25T07:29:40.958Z Downloaded getrandom v0.4.3
6802026-08-25T07:29:40.958Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6812026-08-25T07:29:40.958Z Downloaded toml_writer v1.1.1+spec-1.1.0
6822026-08-25T07:29:40.958Z Downloaded nom v7.1.3
6832026-08-25T07:29:40.961Z Downloaded zip v0.6.6
6842026-08-25T07:29:40.961Z Downloaded event-listener v5.4.1
6852026-08-25T07:29:40.964Z Downloaded macaddr v1.0.1
6862026-08-25T07:29:40.964Z Downloaded lzss v0.8.2
6872026-08-25T07:29:40.964Z Downloaded newtype_derive v0.1.6
6882026-08-25T07:29:40.964Z Downloaded mime v0.3.17
6892026-08-25T07:29:40.969Z Downloaded approx v0.5.1
6902026-08-25T07:29:40.969Z Downloaded bitfield-macros v0.19.4
6912026-08-25T07:29:40.972Z Downloaded rustls-pki-types v1.14.0
6922026-08-25T07:29:40.972Z Downloaded zerovec-derive v0.11.2
6932026-08-25T07:29:40.972Z Downloaded whoami v2.1.0
6942026-08-25T07:29:40.972Z Downloaded writeable v0.6.2
6952026-08-25T07:29:40.975Z Downloaded yoke v0.8.1
6962026-08-25T07:29:40.975Z Downloaded num-derive v0.4.2
6972026-08-25T07:29:40.975Z Downloaded num_enum_derive v0.5.11
6982026-08-25T07:29:40.975Z Downloaded assert-json-diff v2.0.2
6992026-08-25T07:29:40.978Z Downloaded openssl-macros v0.1.1
7002026-08-25T07:29:40.979Z Downloaded oso-derive v0.27.3
7012026-08-25T07:29:40.979Z Downloaded rand v0.9.2
7022026-08-25T07:29:40.982Z Downloaded castaway v0.2.4
7032026-08-25T07:29:40.985Z Downloaded parse-size v1.1.0
7042026-08-25T07:29:40.985Z Downloaded hkdf v0.13.0
7052026-08-25T07:29:40.990Z Downloaded hyper v1.10.1
7062026-08-25T07:29:40.995Z Downloaded parse-display v0.10.0
7072026-08-25T07:29:40.995Z Downloaded qorb v0.4.1
7082026-08-25T07:29:40.995Z Downloaded crypto-primes v0.7.2
7092026-08-25T07:29:41.000Z Downloaded zstd v0.13.3
7102026-08-25T07:29:41.000Z Downloaded find-msvc-tools v0.1.9
7112026-08-25T07:29:41.000Z Downloaded powerfmt v0.2.0
7122026-08-25T07:29:41.004Z Downloaded plotters v0.3.7
7132026-08-25T07:29:41.004Z Downloaded either v1.15.0
7142026-08-25T07:29:41.004Z Downloaded futures-sink v0.3.32
7152026-08-25T07:29:41.007Z Downloaded radium v0.7.0
7162026-08-25T07:29:41.013Z Downloaded proc-macro2 v1.0.106
7172026-08-25T07:29:41.016Z Downloaded twox-hash v2.1.2
7182026-08-25T07:29:41.016Z Downloaded blake2 v0.11.0-rc.6
7192026-08-25T07:29:41.016Z Downloaded spin v0.9.8
7202026-08-25T07:29:41.020Z Downloaded target-lexicon v0.13.3
7212026-08-25T07:29:41.020Z Downloaded psl-types v2.0.11
7222026-08-25T07:29:41.020Z Downloaded rustc-hash v2.1.1
7232026-08-25T07:29:41.023Z Downloaded sapling-renderdag v0.1.0
7242026-08-25T07:29:41.023Z Downloaded zerovec v0.11.5
7252026-08-25T07:29:41.026Z Downloaded itertools v0.14.0
7262026-08-25T07:29:41.031Z Downloaded rand_pcg v0.10.2
7272026-08-25T07:29:41.031Z Downloaded itertools v0.12.1
7282026-08-25T07:29:41.035Z Downloaded block-buffer v0.10.4
7292026-08-25T07:29:41.036Z Downloaded unicode-properties v0.1.4
7302026-08-25T07:29:41.036Z Downloaded vergen v9.1.0
7312026-08-25T07:29:41.040Z Downloaded vsss-rs v3.3.4
7322026-08-25T07:29:41.040Z Downloaded libsw v3.5.0
7332026-08-25T07:29:41.040Z Downloaded aead v0.6.1
7342026-08-25T07:29:41.041Z Downloaded libsw-core v0.3.2
7352026-08-25T07:29:41.041Z Downloaded supports-unicode v2.1.0
7362026-08-25T07:29:41.041Z Downloaded serde_spanned v1.1.1
7372026-08-25T07:29:41.048Z Downloaded sigpipe v0.1.3
7382026-08-25T07:29:41.048Z Downloaded rustls-platform-verifier v0.6.2
7392026-08-25T07:29:41.048Z Downloaded cargo_metadata v0.23.1
7402026-08-25T07:29:41.048Z Downloaded flate2 v1.1.9
7412026-08-25T07:29:41.053Z Downloaded sha1 v0.10.6
7422026-08-25T07:29:41.053Z Downloaded sync_wrapper v1.0.2
7432026-08-25T07:29:41.053Z Downloaded tinyvec_macros v0.1.1
7442026-08-25T07:29:41.053Z Downloaded tokio-test v0.4.5
7452026-08-25T07:29:41.053Z Downloaded getrandom v0.3.4
7462026-08-25T07:29:41.053Z Downloaded digest v0.11.3
7472026-08-25T07:29:41.053Z Downloaded h2 v0.4.15
7482026-08-25T07:29:41.056Z Downloaded rand v0.10.1
7492026-08-25T07:29:41.059Z Downloaded cipher v0.4.4
7502026-08-25T07:29:41.059Z Downloaded phf v0.13.1
7512026-08-25T07:29:41.059Z Downloaded pin-project-lite v0.2.17
7522026-08-25T07:29:41.063Z Downloaded libbz2-rs-sys v0.2.2
7532026-08-25T07:29:41.063Z Downloaded thread-id v5.1.0
7542026-08-25T07:29:41.063Z Downloaded tower-layer v0.3.3
7552026-08-25T07:29:41.063Z Downloaded utf-8 v0.7.6
7562026-08-25T07:29:41.066Z Downloaded bcrypt-pbkdf v0.11.0
7572026-08-25T07:29:41.066Z Downloaded p384 v0.13.1
7582026-08-25T07:29:41.069Z Downloaded chacha20poly1305 v0.10.1
7592026-08-25T07:29:41.069Z Downloaded papergrid v0.18.0
7602026-08-25T07:29:41.073Z Downloaded version_check v0.9.5
7612026-08-25T07:29:41.073Z Downloaded usdt-attr-macro v0.5.0
7622026-08-25T07:29:41.073Z Downloaded hkdf v0.12.4
7632026-08-25T07:29:41.073Z Downloaded fixedbitset v0.4.2
7642026-08-25T07:29:41.073Z Downloaded progenitor-client v0.13.0
7652026-08-25T07:29:41.077Z Downloaded env_filter v2.0.0
7662026-08-25T07:29:41.077Z Downloaded equivalent v1.0.2
7672026-08-25T07:29:41.080Z Downloaded primefield v0.14.0
7682026-08-25T07:29:41.080Z Downloaded tungstenite v0.23.0
7692026-08-25T07:29:41.080Z Downloaded rustc-demangle v0.1.27
7702026-08-25T07:29:41.080Z Downloaded foreign-types v0.5.0
7712026-08-25T07:29:41.086Z Downloaded schemars_derive v0.8.22
7722026-08-25T07:29:41.086Z Downloaded num-traits v0.2.19
7732026-08-25T07:29:41.089Z Downloaded base64 v0.22.1
7742026-08-25T07:29:41.089Z Downloaded blake2 v0.10.6
7752026-08-25T07:29:41.093Z Downloaded managed v0.8.0
7762026-08-25T07:29:41.093Z Downloaded signal-hook-registry v1.4.8
7772026-08-25T07:29:41.093Z Downloaded signal-hook-tokio v0.3.1
7782026-08-25T07:29:41.098Z Downloaded simd-adler32 v0.3.8
7792026-08-25T07:29:41.099Z Downloaded futures-task v0.3.32
7802026-08-25T07:29:41.107Z Downloaded adler2 v2.0.1
7812026-08-25T07:29:41.107Z Downloaded aead v0.5.2
7822026-08-25T07:29:41.112Z Downloaded itertools v0.15.0
7832026-08-25T07:29:41.120Z Downloaded num_threads v0.1.7
7842026-08-25T07:29:41.120Z Downloaded ssh-key v0.7.0-rc.11
7852026-08-25T07:29:41.129Z Downloaded slog-dtrace v0.3.0
7862026-08-25T07:29:41.129Z Downloaded poly1305 v0.9.0
7872026-08-25T07:29:41.129Z Downloaded tar v0.4.46
7882026-08-25T07:29:41.145Z Downloaded zstd-safe v7.2.4
7892026-08-25T07:29:41.145Z Downloaded prettyplease v0.2.37
7902026-08-25T07:29:41.157Z Downloaded goblin v0.8.2
7912026-08-25T07:29:41.157Z Downloaded fs-err v3.3.0
7922026-08-25T07:29:41.160Z Downloaded serde-big-array v0.5.1
7932026-08-25T07:29:41.160Z Downloaded serde_bytes v0.11.19
7942026-08-25T07:29:41.160Z Downloaded mio v1.2.0
7952026-08-25T07:29:41.160Z Downloaded vergen-lib v9.1.0
7962026-08-25T07:29:41.160Z Downloaded xshell v0.2.7
7972026-08-25T07:29:41.163Z Downloaded futures-timer v3.0.3
7982026-08-25T07:29:41.167Z Downloaded supports-hyperlinks v2.1.0
7992026-08-25T07:29:41.167Z Downloaded terminal_size v0.1.17
8002026-08-25T07:29:41.174Z Downloaded usdt v0.6.0
8012026-08-25T07:29:41.187Z Downloaded bit-vec v0.8.0
8022026-08-25T07:29:41.191Z Downloaded owo-colors v4.3.0
8032026-08-25T07:29:41.191Z Downloaded untrusted v0.7.1
8042026-08-25T07:29:41.191Z Downloaded wnaf v0.14.0
8052026-08-25T07:29:41.191Z Downloaded xshell-macros v0.2.7
8062026-08-25T07:29:41.191Z Downloaded foreign-types-macros v0.2.3
8072026-08-25T07:29:41.191Z Downloaded jobserver v0.1.34
8082026-08-25T07:29:41.194Z Downloaded lock_api v0.4.14
8092026-08-25T07:29:41.194Z Downloaded futures-core v0.3.32
8102026-08-25T07:29:41.202Z Downloaded unarray v0.1.4
8112026-08-25T07:29:41.206Z Downloaded iddqd v0.4.2
8122026-08-25T07:29:41.211Z Downloaded blowfish v0.10.0
8132026-08-25T07:29:41.211Z Downloaded oxide-generation v0.1.3
8142026-08-25T07:29:41.211Z Downloaded partial-io v0.5.4
8152026-08-25T07:29:41.214Z Downloaded term v0.7.0
8162026-08-25T07:29:41.214Z Downloaded maybe-uninit v2.0.0
8172026-08-25T07:29:41.218Z Downloaded num v0.4.3
8182026-08-25T07:29:41.218Z Downloaded bit-set v0.8.0
8192026-08-25T07:29:41.222Z Downloaded new_debug_unreachable v1.0.6
8202026-08-25T07:29:41.222Z Downloaded newline-converter v0.3.0
8212026-08-25T07:29:41.227Z Downloaded libxml v0.3.3
8222026-08-25T07:29:41.235Z Downloaded scrypt v0.12.0
8232026-08-25T07:29:41.238Z Downloaded postgres-protocol v0.6.10
8242026-08-25T07:29:41.242Z Downloaded proc-macro-crate v3.4.0
8252026-08-25T07:29:41.245Z Downloaded rsa v0.9.10
8262026-08-25T07:29:41.248Z Downloaded thiserror-impl v1.0.69
8272026-08-25T07:29:41.248Z Downloaded similar v2.7.0
8282026-08-25T07:29:41.251Z Downloaded recursive-proc-macro-impl v0.1.1
8292026-08-25T07:29:41.259Z Downloaded rustversion v1.0.22
8302026-08-25T07:29:41.262Z Downloaded string_cache v0.8.9
8312026-08-25T07:29:41.262Z Downloaded stringprep v0.1.5
8322026-08-25T07:29:41.262Z Downloaded time-core v0.1.8
8332026-08-25T07:29:41.262Z Downloaded async-bb8-diesel v0.2.1
8342026-08-25T07:29:41.262Z Downloaded regex v1.12.3
8352026-08-25T07:29:41.265Z Downloaded tower-http v0.6.8
8362026-08-25T07:29:41.268Z Downloaded elliptic-curve v0.13.8
8372026-08-25T07:29:41.273Z Downloaded ecdsa v0.16.9
8382026-08-25T07:29:41.273Z Downloaded zmij v1.0.21
8392026-08-25T07:29:41.279Z Downloaded errno v0.3.14
8402026-08-25T07:29:41.279Z Downloaded scheduled-thread-pool v0.2.7
8412026-08-25T07:29:41.285Z Downloaded mime_guess v2.0.5
8422026-08-25T07:29:41.289Z Downloaded async-lock v3.4.2
8432026-08-25T07:29:41.289Z Downloaded filetime v0.2.27
8442026-08-25T07:29:41.293Z Downloaded thiserror-impl-no-std v2.0.2
8452026-08-25T07:29:41.293Z Downloaded num-integer v0.1.46
8462026-08-25T07:29:41.293Z Downloaded assert_cmd v2.1.2
8472026-08-25T07:29:41.297Z Downloaded backoff v0.4.0
8482026-08-25T07:29:41.300Z Downloaded strum v0.26.3
8492026-08-25T07:29:41.300Z Downloaded strum v0.27.2
8502026-08-25T07:29:41.308Z Downloaded serde_core v1.0.229
8512026-08-25T07:29:41.314Z Downloaded slog v2.8.2
8522026-08-25T07:29:41.314Z Downloaded cancel-safe-futures v0.1.5
8532026-08-25T07:29:41.314Z Downloaded knuffel-derive v3.2.0
8542026-08-25T07:29:41.320Z Downloaded rcgen v0.12.1
8552026-08-25T07:29:41.320Z Downloaded foreign-types-shared v0.3.1
8562026-08-25T07:29:41.320Z Downloaded serde_cbor v0.11.2
8572026-08-25T07:29:41.320Z Downloaded postgres-types v0.2.12
8582026-08-25T07:29:41.324Z Downloaded waitgroup v0.1.2
8592026-08-25T07:29:41.324Z Downloaded dof v0.4.0
8602026-08-25T07:29:41.328Z Downloaded tracing-attributes v0.1.31
8612026-08-25T07:29:41.328Z Downloaded unicode-bidi v0.3.18
8622026-08-25T07:29:41.331Z Downloaded rand_core v0.6.4
8632026-08-25T07:29:41.335Z Downloaded itoa v1.0.17
8642026-08-25T07:29:41.335Z Downloaded pbkdf2 v0.13.0
8652026-08-25T07:29:41.335Z Downloaded password-hash v0.5.0
8662026-08-25T07:29:41.335Z Downloaded num-iter v0.1.45
8672026-08-25T07:29:41.338Z Downloaded want v0.3.1
8682026-08-25T07:29:41.338Z Downloaded dof v0.3.0
8692026-08-25T07:29:41.341Z Downloaded zerocopy-derive v0.8.55
8702026-08-25T07:29:41.346Z Downloaded elliptic-curve v0.14.1
8712026-08-25T07:29:41.349Z Downloaded flume v0.11.1
8722026-08-25T07:29:41.349Z Downloaded ssh-encoding v0.3.0
8732026-08-25T07:29:41.352Z Downloaded toml_parser v1.1.2+spec-1.1.0
8742026-08-25T07:29:41.352Z Downloaded futures-channel v0.3.32
8752026-08-25T07:29:41.352Z Downloaded slog-json v2.6.1
8762026-08-25T07:29:41.359Z Downloaded block-buffer v0.12.1
8772026-08-25T07:29:41.359Z Downloaded serde_derive_internals v0.29.1
8782026-08-25T07:29:41.362Z Downloaded serdect v0.4.3
8792026-08-25T07:29:41.362Z Downloaded multimap v0.10.1
8802026-08-25T07:29:41.362Z Downloaded sha3 v0.12.0
8812026-08-25T07:29:41.366Z Downloaded multer v3.1.0
8822026-08-25T07:29:41.370Z Downloaded pest_derive v2.8.6
8832026-08-25T07:29:41.373Z Downloaded stacker v0.1.23
8842026-08-25T07:29:41.376Z Downloaded take_mut v0.2.2
8852026-08-25T07:29:41.377Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8862026-08-25T07:29:41.384Z Downloaded plain v0.2.3
8872026-08-25T07:29:41.388Z Downloaded thiserror-no-std v2.0.2
8882026-08-25T07:29:41.389Z Downloaded ciborium v0.2.2
8892026-08-25T07:29:41.392Z Downloaded quick-xml v0.37.5
8902026-08-25T07:29:41.395Z Downloaded usdt-impl v0.6.0
8912026-08-25T07:29:41.395Z Downloaded rfc6979 v0.4.0
8922026-08-25T07:29:41.398Z Downloaded tabled_derive v0.7.0
8932026-08-25T07:29:41.398Z Downloaded textwrap v0.16.2
8942026-08-25T07:29:41.398Z Downloaded miette v7.6.0
8952026-08-25T07:29:41.402Z Downloaded litrs v1.0.0
8962026-08-25T07:29:41.410Z Downloaded bzip2 v0.4.4
8972026-08-25T07:29:41.410Z Downloaded same-file v1.0.6
8982026-08-25T07:29:41.410Z Downloaded parking_lot v0.11.2
8992026-08-25T07:29:41.410Z Downloaded ff v0.14.0
9002026-08-25T07:29:41.418Z Downloaded chrono v0.4.45
9012026-08-25T07:29:41.418Z Downloaded parking_lot_core v0.8.6
9022026-08-25T07:29:41.418Z Downloaded vergen-lib v0.1.6
9032026-08-25T07:29:41.418Z Downloaded unicode-linebreak v0.1.5
9042026-08-25T07:29:41.421Z Downloaded oxide-tokio-rt v0.1.4
9052026-08-25T07:29:41.421Z Downloaded rsa v0.10.0-rc.18
9062026-08-25T07:29:41.421Z Downloaded vte v0.14.1
9072026-08-25T07:29:41.421Z Downloaded foreign-types v0.3.2
9082026-08-25T07:29:41.424Z Downloaded zone_cfg_derive v0.3.1
9092026-08-25T07:29:41.424Z Downloaded zeroize_derive v1.5.0
9102026-08-25T07:29:41.429Z Downloaded ed25519-dalek v3.0.0
9112026-08-25T07:29:41.432Z Downloaded anes v0.1.6
9122026-08-25T07:29:41.438Z Downloaded bcs v0.1.6
9132026-08-25T07:29:41.438Z Downloaded ron v0.8.1
9142026-08-25T07:29:41.441Z Downloaded bitfield-struct v0.6.2
9152026-08-25T07:29:41.441Z Downloaded camino-tempfile-ext v0.3.3
9162026-08-25T07:29:41.441Z Downloaded oorandom v11.1.5
9172026-08-25T07:29:41.441Z Downloaded nodrop v0.1.14
9182026-08-25T07:29:41.445Z Downloaded salty v0.3.0
9192026-08-25T07:29:41.448Z Downloaded packed_struct v0.10.1
9202026-08-25T07:29:41.448Z Downloaded pest_meta v2.8.6
9212026-08-25T07:29:41.448Z Downloaded scroll_derive v0.12.1
9222026-08-25T07:29:41.448Z Downloaded cfg_aliases v0.1.1
9232026-08-25T07:29:41.452Z Downloaded plotters-svg v0.3.7
9242026-08-25T07:29:41.452Z Downloaded aes-gcm v0.11.0
9252026-08-25T07:29:41.455Z Downloaded num-bigint-dig v0.8.6
9262026-08-25T07:29:41.461Z Downloaded knuffel v3.2.0
9272026-08-25T07:29:41.468Z Downloaded rand_chacha v0.3.1
9282026-08-25T07:29:41.474Z Downloaded structmeta v0.3.0
9292026-08-25T07:29:41.474Z Downloaded synstructure v0.13.2
9302026-08-25T07:29:41.474Z Downloaded terminal_size v0.4.3
9312026-08-25T07:29:41.474Z Downloaded scroll v0.12.0
9322026-08-25T07:29:41.474Z Downloaded winnow v0.7.14
9332026-08-25T07:29:41.479Z Downloaded pest v2.8.6
9342026-08-25T07:29:41.483Z Downloaded serde v1.0.229
9352026-08-25T07:29:41.484Z Downloaded lru-cache v0.1.2
9362026-08-25T07:29:41.490Z Downloaded getrandom v0.2.17
9372026-08-25T07:29:41.491Z Downloaded tls_codec v0.4.2
9382026-08-25T07:29:41.491Z Downloaded usdt-impl v0.5.0
9392026-08-25T07:29:41.495Z Downloaded usdt-macro v0.5.0
9402026-08-25T07:29:41.495Z Downloaded radix_trie v0.2.1
9412026-08-25T07:29:41.495Z Downloaded atty v0.2.14
9422026-08-25T07:29:41.495Z Downloaded bzip2 v0.6.1
9432026-08-25T07:29:41.495Z Downloaded syn v1.0.109
9442026-08-25T07:29:41.499Z Downloaded md-5 v0.10.6
9452026-08-25T07:29:41.499Z Downloaded cargo-platform v0.3.2
9462026-08-25T07:29:41.504Z Downloaded progenitor-impl v0.14.0
9472026-08-25T07:29:41.508Z Downloaded toml_edit v0.19.15
9482026-08-25T07:29:41.513Z Downloaded async-trait v0.1.89
9492026-08-25T07:29:41.518Z Downloaded kstat-rs v0.2.5
9502026-08-25T07:29:41.519Z Downloaded rtoolbox v0.0.3
9512026-08-25T07:29:41.519Z Downloaded rawzip v0.4.4
9522026-08-25T07:29:41.524Z Downloaded futures-util v0.3.32
9532026-08-25T07:29:41.529Z Downloaded rstest v0.25.0
9542026-08-25T07:29:41.536Z Downloaded rand v0.8.6
9552026-08-25T07:29:41.536Z Downloaded nanorand v0.7.0
9562026-08-25T07:29:41.539Z Downloaded owo-colors v3.5.0
9572026-08-25T07:29:41.539Z Downloaded pkg-config v0.3.32
9582026-08-25T07:29:41.539Z Downloaded supports-hyperlinks v3.2.0
9592026-08-25T07:29:41.539Z Downloaded unit-prefix v0.5.2
9602026-08-25T07:29:41.539Z Downloaded embedded-io v0.6.1
9612026-08-25T07:29:41.539Z Downloaded md5 v0.8.0
9622026-08-25T07:29:41.539Z Downloaded recursive v0.1.1
9632026-08-25T07:29:41.540Z Downloaded normalize-line-endings v0.3.0
9642026-08-25T07:29:41.540Z Downloaded winnow v0.6.26
9652026-08-25T07:29:41.550Z Downloaded phc v0.6.1
9662026-08-25T07:29:41.568Z Downloaded scuffle v0.1.0
9672026-08-25T07:29:41.569Z Downloaded signal-hook-mio v0.2.5
9682026-08-25T07:29:41.569Z Downloaded typify v0.6.2
9692026-08-25T07:29:41.569Z Downloaded ascii-canvas v3.0.0
9702026-08-25T07:29:41.569Z Downloaded memchr v2.8.0
9712026-08-25T07:29:41.569Z Downloaded ff v0.13.1
9722026-08-25T07:29:41.580Z Downloaded rand_seeder v0.4.0
9732026-08-25T07:29:41.580Z Downloaded unicode-normalization v0.1.25
9742026-08-25T07:29:41.580Z Downloaded subtle v2.6.1
9752026-08-25T07:29:41.580Z Downloaded bit-set v0.5.3
9762026-08-25T07:29:41.581Z Downloaded newtype-uuid-macros v0.1.0
9772026-08-25T07:29:41.581Z Downloaded crypto-bigint v0.7.5
9782026-08-25T07:29:41.587Z Downloaded phf v0.12.1
9792026-08-25T07:29:41.587Z Downloaded digest v0.10.7
9802026-08-25T07:29:41.587Z Downloaded fixedbitset v0.5.7
9812026-08-25T07:29:41.588Z Downloaded pin-project-internal v1.1.11
9822026-08-25T07:29:41.588Z Downloaded ref-cast-impl v1.0.25
9832026-08-25T07:29:41.588Z Downloaded async-compression v0.4.41
9842026-08-25T07:29:41.598Z Downloaded libm v0.2.16
9852026-08-25T07:29:41.605Z Downloaded smallvec v0.6.14
9862026-08-25T07:29:41.605Z Downloaded tower v0.5.3
9872026-08-25T07:29:41.605Z Downloaded quinn v0.11.11
9882026-08-25T07:29:41.605Z Downloaded curve25519-dalek v4.1.3
9892026-08-25T07:29:41.618Z Downloaded p521 v0.14.0
9902026-08-25T07:29:41.618Z Downloaded pretty_assertions v1.4.1
9912026-08-25T07:29:41.618Z Downloaded unicase v2.9.0
9922026-08-25T07:29:41.628Z Downloaded log v0.4.33
9932026-08-25T07:29:41.629Z Downloaded serde_spanned v0.6.9
9942026-08-25T07:29:41.629Z Downloaded nested v0.1.1
9952026-08-25T07:29:41.629Z Downloaded blake3 v1.8.5
9962026-08-25T07:29:41.629Z Downloaded serde_path_to_error v0.1.20
9972026-08-25T07:29:41.629Z Downloaded jiff-core v0.1.0
9982026-08-25T07:29:41.629Z Downloaded schemars v1.2.1
9992026-08-25T07:29:41.638Z Downloaded socket2 v0.5.10
10002026-08-25T07:29:41.638Z Downloaded shlex v1.3.0
10012026-08-25T07:29:41.638Z Downloaded atomic-waker v1.1.2
10022026-08-25T07:29:41.638Z Downloaded predicates-tree v1.0.13
10032026-08-25T07:29:41.638Z Downloaded rustc_version v0.1.7
10042026-08-25T07:29:41.638Z Downloaded shell-words v1.1.1
10052026-08-25T07:29:41.638Z Downloaded serde_json v1.0.151
10062026-08-25T07:29:41.644Z Downloaded fxhash v0.2.1
10072026-08-25T07:29:41.644Z Downloaded cfg_aliases v0.2.1
10082026-08-25T07:29:41.644Z Downloaded ena v0.14.4
10092026-08-25T07:29:41.644Z Downloaded pin-project v1.1.11
10102026-08-25T07:29:41.649Z Downloaded ahash v0.8.12
10112026-08-25T07:29:41.649Z Downloaded once_cell v1.21.3
10122026-08-25T07:29:41.649Z Downloaded ed25519 v3.0.0
10132026-08-25T07:29:41.649Z Downloaded stable_deref_trait v1.2.1
10142026-08-25T07:29:41.649Z Downloaded flagset v0.4.7
10152026-08-25T07:29:41.654Z Downloaded strsim v0.10.0
10162026-08-25T07:29:41.654Z Downloaded nibble_vec v0.1.0
10172026-08-25T07:29:41.654Z Downloaded zlib-rs v0.6.2
10182026-08-25T07:29:41.654Z Downloaded downcast-rs v2.0.2
10192026-08-25T07:29:41.667Z Downloaded pkcs8 v0.11.0
10202026-08-25T07:29:41.667Z Downloaded serde_with_macros v3.21.0
10212026-08-25T07:29:41.667Z Downloaded prefix-trie v0.7.0
10222026-08-25T07:29:41.683Z Downloaded tui-tree-widget v0.23.1
10232026-08-25T07:29:41.683Z Downloaded progenitor-macro v0.14.0
10242026-08-25T07:29:41.683Z Downloaded lru v0.12.5
10252026-08-25T07:29:41.683Z Downloaded cc v1.2.56
10262026-08-25T07:29:41.683Z Downloaded rayon-core v1.13.0
10272026-08-25T07:29:41.683Z Downloaded serde_with_macros v1.5.2
10282026-08-25T07:29:41.683Z Downloaded zerocopy-derive v0.7.35
10292026-08-25T07:29:41.683Z Downloaded goblin v0.10.5
10302026-08-25T07:29:41.703Z Downloaded knus-derive v3.4.0
10312026-08-25T07:29:41.703Z Downloaded proc-macro-error2 v2.0.1
10322026-08-25T07:29:41.703Z Downloaded tabwriter v1.4.1
10332026-08-25T07:29:41.703Z Downloaded textwrap v0.15.2
10342026-08-25T07:29:41.703Z Downloaded smawk v0.3.2
10352026-08-25T07:29:41.703Z Downloaded zerofrom v0.1.6
10362026-08-25T07:29:41.703Z Downloaded smallvec v1.15.1
10372026-08-25T07:29:41.703Z Downloaded universal-hash v0.6.1
10382026-08-25T07:29:41.703Z Downloaded petname v2.0.2
10392026-08-25T07:29:41.703Z Downloaded git-stub-vcs v0.1.0
10402026-08-25T07:29:41.703Z Downloaded tungstenite v0.21.0
10412026-08-25T07:29:41.703Z Downloaded nom v8.0.0
10422026-08-25T07:29:41.718Z Downloaded libtest-mimic v0.8.1
10432026-08-25T07:29:41.718Z Downloaded num_enum_derive v0.7.6
10442026-08-25T07:29:41.718Z Downloaded num-bigint v0.4.6
10452026-08-25T07:29:41.718Z Downloaded glob v0.3.3
10462026-08-25T07:29:41.719Z Downloaded minimal-lexical v0.2.1
10472026-08-25T07:29:41.719Z Downloaded erased-serde v0.3.31
10482026-08-25T07:29:41.719Z Downloaded oxide-update-engine v0.1.2
10492026-08-25T07:29:41.719Z Downloaded uzers v0.12.2
10502026-08-25T07:29:41.719Z Downloaded fs-err v2.11.0
10512026-08-25T07:29:41.719Z Downloaded tinytemplate v1.2.1
10522026-08-25T07:29:41.733Z Downloaded cbc v0.2.1
10532026-08-25T07:29:41.733Z Downloaded rayon v1.11.0
10542026-08-25T07:29:41.733Z Downloaded chacha20 v0.10.0
10552026-08-25T07:29:41.733Z Downloaded typed-path v0.9.3
10562026-08-25T07:29:41.733Z Downloaded miette v5.10.0
10572026-08-25T07:29:41.744Z Downloaded bindgen v0.71.1
10582026-08-25T07:29:41.744Z Downloaded peg v0.8.5
10592026-08-25T07:29:41.744Z Downloaded dropshot-api-manager v0.8.0
10602026-08-25T07:29:41.744Z Downloaded libloading v0.8.9
10612026-08-25T07:29:41.744Z Downloaded toml_edit v0.22.27
10622026-08-25T07:29:41.744Z Downloaded strum_macros v0.24.3
10632026-08-25T07:29:41.753Z Downloaded syn v2.0.117
10642026-08-25T07:29:41.753Z Downloaded drift v0.2.0
10652026-08-25T07:29:41.761Z Downloaded tokio-stream v0.1.18
10662026-08-25T07:29:41.761Z Downloaded zerocopy v0.7.35
10672026-08-25T07:29:41.776Z Downloaded p256 v0.14.0
10682026-08-25T07:29:41.782Z Downloaded tempfile v3.27.0
10692026-08-25T07:29:41.788Z Downloaded expectorate v1.2.0
10702026-08-25T07:29:41.794Z Downloaded unsafe-libyaml v0.2.11
10712026-08-25T07:29:41.801Z Downloaded progenitor-impl v0.13.0
10722026-08-25T07:29:41.805Z Downloaded snafu v0.8.9
10732026-08-25T07:29:41.805Z Downloaded toml v1.1.2+spec-1.1.0
10742026-08-25T07:29:41.810Z Downloaded futures v0.3.32
10752026-08-25T07:29:41.810Z Downloaded moka v0.12.13
10762026-08-25T07:29:41.817Z Downloaded tokio-postgres v0.7.16
10772026-08-25T07:29:41.822Z Downloaded backtrace v0.3.76
10782026-08-25T07:29:41.822Z Downloaded yansi v1.0.1
10792026-08-25T07:29:41.822Z Downloaded object v0.30.4
10802026-08-25T07:29:41.828Z Downloaded curve25519-dalek v5.0.0
10812026-08-25T07:29:41.839Z Downloaded publicsuffix v2.3.0
10822026-08-25T07:29:41.846Z Downloaded reqwest v0.12.28
10832026-08-25T07:29:41.846Z Downloaded reqwest v0.13.2
10842026-08-25T07:29:41.846Z Downloaded zerotrie v0.2.3
10852026-08-25T07:29:41.850Z Downloaded tabled v0.21.0
10862026-08-25T07:29:41.855Z Downloaded smoltcp v0.9.1
10872026-08-25T07:29:41.858Z Downloaded rustls-webpki v0.103.13
10882026-08-25T07:29:41.865Z Downloaded arc-swap v1.8.2
10892026-08-25T07:29:41.865Z Downloaded samael v0.0.19
10902026-08-25T07:29:41.868Z Downloaded polar-core v0.27.3
10912026-08-25T07:29:41.871Z Downloaded regex-syntax v0.6.29
10922026-08-25T07:29:41.878Z Downloaded ed25519-dalek v2.2.0
10932026-08-25T07:29:41.881Z Downloaded rustls v0.23.41
10942026-08-25T07:29:41.891Z Downloaded winnow v1.0.3
10952026-08-25T07:29:41.899Z Downloaded tokio-util v0.7.18
10962026-08-25T07:29:41.911Z Downloaded serde_with v3.21.0
10972026-08-25T07:29:41.918Z Downloaded nix v0.27.1
10982026-08-25T07:29:41.924Z Downloaded unicode-width v0.1.14
10992026-08-25T07:29:41.927Z Downloaded steno v0.4.1
11002026-08-25T07:29:41.931Z Downloaded tabled v0.15.0
11012026-08-25T07:29:41.941Z Downloaded tough v0.22.0
11022026-08-25T07:29:41.945Z Downloaded reedline v0.40.0
11032026-08-25T07:29:41.948Z Downloaded ar_archive_writer v0.5.1
11042026-08-25T07:29:41.948Z Downloaded nix v0.28.0
11052026-08-25T07:29:41.955Z Downloaded openapiv3 v2.2.0
11062026-08-25T07:29:41.961Z Downloaded diesel v2.3.7
11072026-08-25T07:29:41.974Z Downloaded quinn-proto v0.11.16
11082026-08-25T07:29:41.977Z Downloaded zip v4.6.1
11092026-08-25T07:29:41.987Z Downloaded bstr v1.12.1
11102026-08-25T07:29:41.991Z Downloaded proptest v1.11.0
11112026-08-25T07:29:42.001Z Downloaded zerocopy v0.8.55
11122026-08-25T07:29:42.011Z Downloaded syn v3.0.3
11132026-08-25T07:29:42.021Z Downloaded winnow v0.5.40
11142026-08-25T07:29:42.024Z Downloaded hickory-proto v0.24.4
11152026-08-25T07:29:42.030Z Downloaded lalrpop v0.19.12
11162026-08-25T07:29:42.047Z Downloaded aws-lc-rs v1.16.3
11172026-08-25T07:29:42.058Z Downloaded gimli v0.32.3
11182026-08-25T07:29:42.063Z Downloaded git2 v0.20.4
11192026-08-25T07:29:42.069Z Downloaded aho-corasick v1.1.4
11202026-08-25T07:29:42.072Z Downloaded nix v0.31.2
11212026-08-25T07:29:42.075Z Downloaded typify-impl v0.6.2
11222026-08-25T07:29:42.105Z Downloaded hickory-proto v0.25.2
11232026-08-25T07:29:42.109Z Downloaded dropshot v0.17.1
11242026-08-25T07:29:42.131Z Downloaded sha3 v0.11.0
11252026-08-25T07:29:42.135Z Downloaded zerocopy-derive v0.6.6
11262026-08-25T07:29:42.139Z Downloaded unicode-width v0.2.0
11272026-08-25T07:29:42.146Z Downloaded openssl v0.10.80
11282026-08-25T07:29:42.150Z Downloaded regex-syntax v0.8.10
11292026-08-25T07:29:42.155Z Downloaded bzip2-sys v0.1.13+1.0.8
11302026-08-25T07:29:42.183Z Downloaded regress v0.10.5
11312026-08-25T07:29:42.197Z Downloaded portable-atomic v1.13.1
11322026-08-25T07:29:42.200Z Downloaded rustix v0.38.44
11332026-08-25T07:29:42.211Z Downloaded sqlparser v0.61.0
11342026-08-25T07:29:42.220Z Downloaded chrono-tz v0.10.4
11352026-08-25T07:29:42.228Z Downloaded time v0.3.47
11362026-08-25T07:29:42.236Z Downloaded vcpkg v0.2.15
11372026-08-25T07:29:42.258Z Downloaded regress v0.11.1
11382026-08-25T07:29:42.263Z Downloaded russh v0.62.4
11392026-08-25T07:29:42.267Z Downloaded bitvec v1.0.1
11402026-08-25T07:29:42.275Z Downloaded csv v1.4.0
11412026-08-25T07:29:42.289Z Downloaded sha3 v0.10.8
11422026-08-25T07:29:42.293Z Downloaded smoltcp v0.11.0
11432026-08-25T07:29:42.298Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11442026-08-25T07:29:42.309Z Downloaded libz-sys v1.1.24
11452026-08-25T07:29:42.319Z Downloaded object v0.37.3
11462026-08-25T07:29:42.325Z Downloaded libc v0.2.185
11472026-08-25T07:29:42.346Z Downloaded ratatui v0.29.0
11482026-08-25T07:29:42.356Z Downloaded encoding_rs v0.8.35
11492026-08-25T07:29:42.371Z Downloaded sled v0.34.7
11502026-08-25T07:29:42.377Z Downloaded tracing v0.1.44
11512026-08-25T07:29:42.388Z Downloaded rustix v1.1.4
11522026-08-25T07:29:42.438Z Downloaded regex-automata v0.4.14
11532026-08-25T07:29:42.499Z Downloaded jiff v0.2.34
11542026-08-25T07:29:42.529Z Downloaded petgraph v0.6.5
11552026-08-25T07:29:42.570Z Downloaded tokio v1.52.1
11562026-08-25T07:29:42.592Z Downloaded petgraph v0.8.3
11572026-08-25T07:29:42.773Z Downloaded httpmock v0.8.3
11582026-08-25T07:29:42.786Z Downloaded ring v0.17.14
11592026-08-25T07:29:42.836Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-25T07:29:43.402Z Downloaded aws-lc-sys v0.40.0
11612026-08-25T07:29:43.820Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-25T07:29:49.436Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-25T07:29:49.820Z Startup: Caching catalogs ... Done
11642026-08-25T07:29:51.976ZPlanning: Solver setup ... Done (2.035s)
11652026-08-25T07:29:52.037ZPlanning: Running solver ... Done (0.062s)
11662026-08-25T07:29:52.084ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-25T07:29:52.096ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-25T07:29:52.128ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-25T07:29:52.143ZPlanning: Package planning ... Done (0.014s)
11702026-08-25T07:29:52.149ZPlanning: Merging actions ... Done (0.002s)
11712026-08-25T07:29:52.373ZPlanning: Checking for conflicting actions ... Done (0.231s)
11722026-08-25T07:29:52.376ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-25T07:29:53.254ZPlanning: Evaluating mediators ... Done (0.881s)
11742026-08-25T07:29:53.258ZPlanning: Planning completed in 3.40 seconds
11752026-08-25T07:29:53.264Z Packages to install: 2
11762026-08-25T07:29:53.264Z Estimated space available: 155.73 GB
11772026-08-25T07:29:53.264ZEstimated space to be consumed: 80.56 MB
11782026-08-25T07:29:53.264Z Create boot environment: No
11792026-08-25T07:29:53.264ZCreate backup boot environment: No
11802026-08-25T07:29:53.264Z Rebuild boot archive: No
11812026-08-25T07:29:53.269Z
11822026-08-25T07:29:53.269ZChanged packages:
11832026-08-25T07:29:53.269Zhelios
11842026-08-25T07:29:53.269Z developer/build-essential
11852026-08-25T07:29:53.270Z None -> 11-3.0
11862026-08-25T07:29:53.270Z library/libxmlsec1
11872026-08-25T07:29:53.270Z None -> 1.2.35-3.0
11882026-08-25T07:29:53.292Z
11892026-08-25T07:29:53.292ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-25T07:29:53.358ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
11912026-08-25T07:29:53.449Z Actions: 1/268 actions (Installing new actions)
11922026-08-25T07:29:53.488Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-25T07:29:53.532ZFinalize: Updating package state database ... Done (0.043s)
11942026-08-25T07:29:53.536ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-25T07:29:53.621ZFinalize: Updating image state ... Done (0.089s)
11962026-08-25T07:29:56.228ZFinalize: Creating fast lookup database ... Done (2.554s)
11972026-08-25T07:29:56.299ZFinalize: Reading search index ... Done (0.012s)
11982026-08-25T07:29:56.303ZFinalize: Updating search index ... Done (0.000s)
11992026-08-25T07:29:56.399ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-25T07:29:56.765ZPlanning: Evaluating mediator changes ... Done
12012026-08-25T07:29:56.870ZPlanning: Checking for conflicting actions ... Done
12022026-08-25T07:29:56.873ZPlanning: Consolidating action changes ... Done
12032026-08-25T07:29:57.027ZPlanning: Evaluating mediators ... Done
12042026-08-25T07:29:57.031ZPlanning: Planning completed in 0.26 seconds
12052026-08-25T07:29:57.051Z Mediators to change: 2
12062026-08-25T07:29:57.051Z Create boot environment: No
12072026-08-25T07:29:57.051ZCreate backup boot environment: No
12082026-08-25T07:29:57.106ZFinalize: Updating package state database ... Done
12092026-08-25T07:29:57.106ZFinalize: Updating package cache ... Done
12102026-08-25T07:29:57.157ZFinalize: Updating image state ... Done
12112026-08-25T07:29:59.078ZFinalize: Creating fast lookup database ... Done
12122026-08-25T07:29:59.130ZFinalize: Reading search index ... Done
12132026-08-25T07:29:59.138ZFinalize: Updating search index ... Done
12142026-08-25T07:29:59.200ZFinalize: Updating package cache ... Done
12152026-08-25T07:29:59.487ZPlanning: Evaluating mediator changes ... Done
12162026-08-25T07:29:59.608ZPlanning: Checking for conflicting actions ... Done
12172026-08-25T07:29:59.638ZPlanning: Consolidating action changes ... Done
12182026-08-25T07:29:59.763ZPlanning: Evaluating mediators ... Done
12192026-08-25T07:29:59.796ZPlanning: Planning completed in 0.26 seconds
12202026-08-25T07:29:59.796Z Mediators to change: 1
12212026-08-25T07:29:59.796Z Create boot environment: No
12222026-08-25T07:29:59.796ZCreate backup boot environment: No
12232026-08-25T07:29:59.832ZFinalize: Updating package state database ... Done
12242026-08-25T07:29:59.833ZFinalize: Updating package cache ... Done
12252026-08-25T07:30:00.075ZFinalize: Updating image state ... Done
12262026-08-25T07:30:01.834ZFinalize: Creating fast lookup database ... Done
12272026-08-25T07:30:01.909ZFinalize: Reading search index ... Done
12282026-08-25T07:30:01.944ZFinalize: Updating search index ... Done
12292026-08-25T07:30:01.965ZFinalize: Updating package cache ... Done
12302026-08-25T07:30:02.326ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-25T07:30:02.326Zapache system 2.4 system
12322026-08-25T07:30:02.326Zclang system 15 system
12332026-08-25T07:30:02.326Zcsh system system illumos
12342026-08-25T07:30:02.326Zctags system system illumos
12352026-08-25T07:30:02.326Zfile vendor vendor darwinsys
12362026-08-25T07:30:02.326Zfile system system illumos
12372026-08-25T07:30:02.326Zgcc vendor 14 vendor
12382026-08-25T07:30:02.327Zgcc system 13 system
12392026-08-25T07:30:02.327Zgcc system 10 system
12402026-08-25T07:30:02.327Zgo system 1.25 system
12412026-08-25T07:30:02.327Zllvm system 15 system
12422026-08-25T07:30:02.327Zmariadb system 11.4 system
12432026-08-25T07:30:02.327Zmta vendor vendor dma
12442026-08-25T07:30:02.327Zopenjdk system 17 system
12452026-08-25T07:30:02.327Zopenjdk system 11 system
12462026-08-25T07:30:02.327Zopenssl vendor 3 vendor
12472026-08-25T07:30:02.327Zperl system 5.40 system
12482026-08-25T07:30:02.327Zpostgresql system 18 system
12492026-08-25T07:30:02.327Zpostgresql system 17 system
12502026-08-25T07:30:02.327Zpython vendor 3 vendor
12512026-08-25T07:30:02.327Zpython system 2 system
12522026-08-25T07:30:02.327Zpython3 vendor 3.13 vendor
12532026-08-25T07:30:02.327Zruby system 3.4 system
12542026-08-25T07:30:02.328Zruby system 3.0 system
12552026-08-25T07:30:02.328Zwords vendor vendor american-english
12562026-08-25T07:30:02.328Zwords system system australian-english
12572026-08-25T07:30:02.328Zwords system system british-english
12582026-08-25T07:30:02.328Zwords system system canadian-english
12592026-08-25T07:30:02.328Zwords system system french
12602026-08-25T07:30:02.328Zwords system system italian
12612026-08-25T07:30:02.328Zwords system system ngerman
12622026-08-25T07:30:02.328Zwords system system ogerman
12632026-08-25T07:30:02.328Zwords system system spanish
12642026-08-25T07:30:02.614ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-25T07:30:02.614Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-25T07:30:03.077ZFMRI IFO
12672026-08-25T07:30:03.077Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-25T07:30:03.077Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-25T07:30:03.077Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-25T07:30:03.077Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-25T07:30:03.077Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-25T07:30:03.077Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-25T07:30:03.077Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-25T07:30:03.077Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-25T07:30:03.078Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-25T07:30:03.668Z Downloading crates ...
12772026-08-25T07:30:03.829Z Downloaded cargo_toml v0.21.0
12782026-08-25T07:30:03.889Z Compiling proc-macro2 v1.0.106
12792026-08-25T07:30:03.889Z Compiling unicode-ident v1.0.24
12802026-08-25T07:30:03.889Z Compiling quote v1.0.45
12812026-08-25T07:30:03.889Z Compiling serde_core v1.0.229
12822026-08-25T07:30:03.889Z Compiling libc v0.2.185
12832026-08-25T07:30:03.889Z Compiling version_check v0.9.5
12842026-08-25T07:30:03.889Z Compiling memchr v2.8.0
12852026-08-25T07:30:03.889Z Compiling serde v1.0.229
12862026-08-25T07:30:03.889Z Compiling zmij v1.0.21
12872026-08-25T07:30:03.889Z Compiling ucd-trie v0.1.7
12882026-08-25T07:30:03.889Z Compiling thiserror v1.0.69
12892026-08-25T07:30:03.889Z Compiling itoa v1.0.17
12902026-08-25T07:30:03.889Z Compiling rustix v1.1.4
12912026-08-25T07:30:03.889Z Compiling byteorder v1.5.0
12922026-08-25T07:30:04.141Z Compiling bitflags v2.11.0
12932026-08-25T07:30:04.221Z Compiling serde_json v1.0.151
12942026-08-25T07:30:04.269Z Compiling syn v1.0.109
12952026-08-25T07:30:04.269Z Compiling usdt-impl v0.5.0
12962026-08-25T07:30:04.300Z Compiling pest v2.8.6
12972026-08-25T07:30:04.403Z Compiling proc-macro-error-attr v1.0.4
12982026-08-25T07:30:04.462Z Compiling camino v1.2.5
12992026-08-25T07:30:04.462Z Compiling proc-macro-error v1.0.4
13002026-08-25T07:30:04.565Z Compiling log v0.4.33
13012026-08-25T07:30:04.565Z Compiling getrandom v0.4.3
13022026-08-25T07:30:04.606Z Compiling plain v0.2.3
13032026-08-25T07:30:04.606Z Compiling hashbrown v0.17.0
13042026-08-25T07:30:04.606Z Compiling equivalent v1.0.2
13052026-08-25T07:30:04.673Z Compiling utf8parse v0.2.2
13062026-08-25T07:30:04.673Z Compiling anstyle v1.0.14
13072026-08-25T07:30:04.673Z Compiling toml_write v0.1.2
13082026-08-25T07:30:04.726Z Compiling anstyle-parse v1.0.0
13092026-08-25T07:30:04.726Z Compiling thiserror v2.0.18
13102026-08-25T07:30:04.763Z Compiling cfg-if v1.0.4
13112026-08-25T07:30:04.763Z Compiling autocfg v1.5.0
13122026-08-25T07:30:04.763Z Compiling errno v0.3.14
13132026-08-25T07:30:04.820Z Compiling thread-id v4.2.2
13142026-08-25T07:30:04.838Z Compiling pretty-hex v0.4.1
13152026-08-25T07:30:04.865Z Compiling winnow v0.7.14
13162026-08-25T07:30:04.893Z Compiling anstyle-query v1.1.5
13172026-08-25T07:30:04.917Z Compiling colorchoice v1.0.4
13182026-08-25T07:30:04.917Z Compiling is_terminal_polyfill v1.70.2
13192026-08-25T07:30:04.917Z Compiling strsim v0.11.1
13202026-08-25T07:30:05.003Z Compiling once_cell v1.21.3
13212026-08-25T07:30:05.043Z Compiling indexmap v2.14.0
13222026-08-25T07:30:05.081Z Compiling anstream v1.0.0
13232026-08-25T07:30:05.110Z Compiling clap_lex v1.0.0
13242026-08-25T07:30:05.145Z Compiling bytecount v0.6.9
13252026-08-25T07:30:05.179Z Compiling fastrand v2.3.0
13262026-08-25T07:30:05.227Z Compiling fs-err v3.3.0
13272026-08-25T07:30:05.251Z Compiling syn v2.0.117
13282026-08-25T07:30:05.272Z Compiling syn v3.0.3
13292026-08-25T07:30:05.402Z Compiling unicode-width v0.1.14
13302026-08-25T07:30:05.462Z Compiling anyhow v1.0.104
13312026-08-25T07:30:05.462Z Compiling heck v0.4.1
13322026-08-25T07:30:05.462Z Compiling pest_meta v2.8.6
13332026-08-25T07:30:05.462Z Compiling fnv v1.0.7
13342026-08-25T07:30:05.462Z Compiling heck v0.5.0
13352026-08-25T07:30:05.612Z Compiling papergrid v0.11.0
13362026-08-25T07:30:05.636Z Compiling memmap v0.7.0
13372026-08-25T07:30:05.653Z Compiling unicode-width v0.2.0
13382026-08-25T07:30:05.653Z Compiling unicode-linebreak v0.1.5
13392026-08-25T07:30:05.668Z Compiling smawk v0.3.2
13402026-08-25T07:30:05.770Z Compiling terminal_size v0.4.3
13412026-08-25T07:30:05.864Z Compiling tempfile v3.27.0
13422026-08-25T07:30:05.884Z Compiling swrite v0.1.0
13432026-08-25T07:30:05.930Z Compiling clap_builder v4.6.0
13442026-08-25T07:30:05.962Z Compiling textwrap v0.16.2
13452026-08-25T07:30:06.314Z Compiling semver v1.0.28
13462026-08-25T07:30:06.388Z Compiling cargo-platform v0.3.2
13472026-08-25T07:30:06.430Z Compiling camino-tempfile v1.4.1
13482026-08-25T07:30:06.779Z Compiling tabled_derive v0.7.0
13492026-08-25T07:30:06.884Z Compiling serde_derive v1.0.229
13502026-08-25T07:30:07.411Z Compiling pest_generator v2.8.6
13512026-08-25T07:30:07.510Z Compiling tabled v0.15.0
13522026-08-25T07:30:07.933Z Compiling thiserror-impl v1.0.69
13532026-08-25T07:30:07.959Z Compiling zerocopy-derive v0.7.35
13542026-08-25T07:30:07.959Z Compiling scroll_derive v0.12.1
13552026-08-25T07:30:07.959Z Compiling thiserror-impl v2.0.18
13562026-08-25T07:30:07.959Z Compiling clap_derive v4.6.1
13572026-08-25T07:30:07.959Z Compiling pest_derive v2.8.6
13582026-08-25T07:30:08.721Z Compiling scroll v0.12.0
13592026-08-25T07:30:08.804Z Compiling zerocopy v0.7.35
13602026-08-25T07:30:08.863Z Compiling goblin v0.8.2
13612026-08-25T07:30:09.008Z Compiling dtrace-parser v0.2.0
13622026-08-25T07:30:09.253Z Compiling dof v0.3.0
13632026-08-25T07:30:09.377Z Compiling toml_datetime v0.6.11
13642026-08-25T07:30:09.377Z Compiling serde_spanned v0.6.9
13652026-08-25T07:30:09.377Z Compiling serde_tokenstream v0.2.3
13662026-08-25T07:30:09.377Z Compiling macaddr v1.0.1
13672026-08-25T07:30:09.377Z Compiling cargo_metadata v0.23.1
13682026-08-25T07:30:09.378Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13692026-08-25T07:30:09.402Z Compiling clap v4.6.1
13702026-08-25T07:30:09.402Z Compiling toml_edit v0.22.27
13712026-08-25T07:30:09.857Z Compiling usdt-attr-macro v0.5.0
13722026-08-25T07:30:09.857Z Compiling usdt-macro v0.5.0
13732026-08-25T07:30:10.610Z Compiling toml v0.8.23
13742026-08-25T07:30:10.975Z Compiling cargo_toml v0.21.0
13752026-08-25T07:30:11.370Z Compiling usdt v0.5.0
13762026-08-25T07:30:12.392Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13772026-08-25T07:30:14.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
13782026-08-25T07:30:14.390Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13792026-08-25T07:30:15.141Z Compiling serde_core v1.0.229
13802026-08-25T07:30:15.141Z Compiling libc v0.2.185
13812026-08-25T07:30:15.141Z Compiling serde v1.0.229
13822026-08-25T07:30:15.228Z Compiling log v0.4.33
13832026-08-25T07:30:15.228Z Compiling smallvec v1.15.1
13842026-08-25T07:30:15.228Z Compiling find-msvc-tools v0.1.9
13852026-08-25T07:30:15.228Z Compiling shlex v1.3.0
13862026-08-25T07:30:15.228Z Compiling subtle v2.6.1
13872026-08-25T07:30:15.228Z Compiling scopeguard v1.2.0
13882026-08-25T07:30:15.228Z Compiling stable_deref_trait v1.2.1
13892026-08-25T07:30:15.229Z Compiling typenum v1.20.1
13902026-08-25T07:30:15.229Z Compiling zerocopy v0.8.55
13912026-08-25T07:30:15.229Z Compiling portable-atomic v1.13.1
13922026-08-25T07:30:15.334Z Compiling serde_json v1.0.151
13932026-08-25T07:30:15.334Z Compiling syn v2.0.117
13942026-08-25T07:30:15.335Z Compiling syn v3.0.3
13952026-08-25T07:30:15.497Z Compiling lock_api v0.4.14
13962026-08-25T07:30:16.070Z Compiling critical-section v1.2.0
13972026-08-25T07:30:16.070Z Compiling libm v0.2.16
13982026-08-25T07:30:16.071Z Compiling num-traits v0.2.19
13992026-08-25T07:30:16.071Z Compiling pkg-config v0.3.32
14002026-08-25T07:30:16.407Z Compiling getrandom v0.4.3
14012026-08-25T07:30:16.407Z Compiling generic-array v0.14.7
14022026-08-25T07:30:16.407Z Compiling pin-project-lite v0.2.17
14032026-08-25T07:30:16.407Z Compiling const-oid v0.9.6
14042026-08-25T07:30:16.407Z Compiling rand_core v0.10.0
14052026-08-25T07:30:16.407Z Compiling parking_lot_core v0.9.12
14062026-08-25T07:30:16.407Z Compiling writeable v0.6.2
14072026-08-25T07:30:16.407Z Compiling percent-encoding v2.3.2
14082026-08-25T07:30:16.407Z Compiling litemap v0.8.1
14092026-08-25T07:30:16.407Z Compiling futures-core v0.3.32
14102026-08-25T07:30:16.407Z Compiling icu_normalizer_data v2.1.1
14112026-08-25T07:30:16.579Z Compiling icu_properties_data v2.1.2
14122026-08-25T07:30:16.579Z Compiling getrandom v0.3.4
14132026-08-25T07:30:16.579Z Compiling rustix v1.1.4
14142026-08-25T07:30:16.579Z Compiling utf8_iter v1.0.4
14152026-08-25T07:30:16.579Z Compiling futures-sink v0.3.32
14162026-08-25T07:30:16.579Z Compiling form_urlencoded v1.2.2
14172026-08-25T07:30:16.579Z Compiling slab v0.4.12
14182026-08-25T07:30:16.580Z Compiling errno v0.3.14
14192026-08-25T07:30:16.580Z Compiling jobserver v0.1.34
14202026-08-25T07:30:16.580Z Compiling getrandom v0.2.17
14212026-08-25T07:30:16.580Z Compiling mio v1.2.0
14222026-08-25T07:30:16.580Z Compiling signal-hook-registry v1.4.8
14232026-08-25T07:30:16.580Z Compiling once_cell v1.21.3
14242026-08-25T07:30:16.580Z Compiling cc v1.2.56
14252026-08-25T07:30:16.580Z Compiling rand_core v0.6.4
14262026-08-25T07:30:16.580Z Compiling parking_lot v0.12.5
14272026-08-25T07:30:16.580Z Compiling socket2 v0.6.3
14282026-08-25T07:30:16.580Z Compiling futures-channel v0.3.32
14292026-08-25T07:30:16.635Z Compiling futures-task v0.3.32
14302026-08-25T07:30:16.636Z Compiling futures-io v0.3.32
14312026-08-25T07:30:16.636Z Compiling rustversion v1.0.22
14322026-08-25T07:30:16.636Z Compiling iana-time-zone v0.1.65
14332026-08-25T07:30:16.660Z Compiling base64ct v1.8.3
14342026-08-25T07:30:16.709Z Compiling regex-syntax v0.8.10
14352026-08-25T07:30:16.753Z Compiling ident_case v1.0.1
14362026-08-25T07:30:16.753Z Compiling flagset v0.4.7
14372026-08-25T07:30:16.754Z Compiling dunce v1.0.5
14382026-08-25T07:30:16.779Z Compiling fs_extra v1.3.0
14392026-08-25T07:30:16.827Z Compiling rand_core v0.9.5
14402026-08-25T07:30:16.843Z Compiling base64 v0.22.1
14412026-08-25T07:30:17.264Z Compiling vcpkg v0.2.15
14422026-08-25T07:30:17.312Z Compiling syn v1.0.109
14432026-08-25T07:30:17.312Z Compiling schemars v0.8.22
14442026-08-25T07:30:17.312Z Compiling pem-rfc7468 v0.7.0
14452026-08-25T07:30:17.312Z Compiling dyn-clone v1.0.20
14462026-08-25T07:30:17.312Z Compiling tracing-core v0.1.36
14472026-08-25T07:30:17.312Z Compiling simd-adler32 v0.3.8
14482026-08-25T07:30:17.312Z Compiling aws-lc-rs v1.16.3
14492026-08-25T07:30:17.312Z Compiling cmake v0.1.57
14502026-08-25T07:30:17.312Z Compiling cpufeatures v0.2.17
14512026-08-25T07:30:17.312Z Compiling spin v0.9.8
14522026-08-25T07:30:17.312Z Compiling tinyvec_macros v0.1.1
14532026-08-25T07:30:17.312Z Compiling cmov v0.5.4
14542026-08-25T07:30:17.312Z Compiling openssl-probe v0.2.1
14552026-08-25T07:30:17.378Z Compiling httparse v1.10.1
14562026-08-25T07:30:17.378Z Compiling adler2 v2.0.1
14572026-08-25T07:30:17.495Z Compiling bitflags v2.11.0
14582026-08-25T07:30:17.529Z Compiling semver v1.0.28
14592026-08-25T07:30:17.529Z Compiling indexmap v2.14.0
14602026-08-25T07:30:17.529Z Compiling uuid v1.23.4
14612026-08-25T07:30:17.887Z Compiling crc32fast v1.5.0
14622026-08-25T07:30:18.239Z Compiling ctutils v0.4.2
14632026-08-25T07:30:18.239Z Compiling miniz_oxide v0.8.9
14642026-08-25T07:30:18.239Z Compiling tinyvec v1.10.0
14652026-08-25T07:30:18.239Z Compiling aho-corasick v1.1.4
14662026-08-25T07:30:18.239Z Compiling rustc_version v0.4.1
14672026-08-25T07:30:18.239Z Compiling try-lock v0.2.5
14682026-08-25T07:30:18.239Z Compiling tower-layer v0.3.3
14692026-08-25T07:30:18.240Z Compiling radium v0.7.0
14702026-08-25T07:30:18.240Z Compiling untrusted v0.7.1
14712026-08-25T07:30:18.445Z Compiling atomic-waker v1.1.2
14722026-08-25T07:30:18.445Z Compiling aws-lc-sys v0.40.0
14732026-08-25T07:30:18.446Z Compiling openssl-sys v0.9.117
14742026-08-25T07:30:18.446Z Compiling tower-service v0.3.3
14752026-08-25T07:30:18.446Z Compiling want v0.3.1
14762026-08-25T07:30:18.446Z Compiling synstructure v0.13.2
14772026-08-25T07:30:18.446Z Compiling serde_derive_internals v0.29.1
14782026-08-25T07:30:18.446Z Compiling pest_generator v2.8.6
14792026-08-25T07:30:18.446Z Compiling darling_core v0.20.11
14802026-08-25T07:30:18.446Z Compiling wait-timeout v0.2.1
14812026-08-25T07:30:18.631Z Compiling foreign-types-shared v0.1.1
14822026-08-25T07:30:18.632Z Compiling tap v1.0.1
14832026-08-25T07:30:18.844Z Compiling tempfile v3.27.0
14842026-08-25T07:30:18.844Z Compiling terminal_size v0.4.3
14852026-08-25T07:30:18.844Z Compiling regex-automata v0.4.14
14862026-08-25T07:30:18.844Z Compiling httpdate v1.0.3
14872026-08-25T07:30:18.906Z Compiling bit-vec v0.8.0
14882026-08-25T07:30:18.906Z Compiling openssl v0.10.80
14892026-08-25T07:30:18.906Z Compiling untrusted v0.9.0
14902026-08-25T07:30:18.906Z Compiling rustls v0.23.41
14912026-08-25T07:30:18.906Z Compiling quick-error v1.2.3
14922026-08-25T07:30:18.963Z Compiling maybe-uninit v2.0.0
14932026-08-25T07:30:18.963Z Compiling serde_derive v1.0.229
14942026-08-25T07:30:18.963Z Compiling rusty-fork v0.3.1
14952026-08-25T07:30:18.984Z Compiling bit-set v0.8.0
14962026-08-25T07:30:18.984Z Compiling wyz v0.5.1
14972026-08-25T07:30:19.005Z Compiling foreign-types v0.3.2
14982026-08-25T07:30:19.074Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-08-25T07:30:19.086Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-08-25T07:30:19.122Z Compiling unicode-normalization v0.1.25
15012026-08-25T07:30:19.206Z Compiling num-integer v0.1.46
15022026-08-25T07:30:19.292Z Compiling rand_xorshift v0.4.0
15032026-08-25T07:30:19.364Z Compiling ahash v0.8.12
15042026-08-25T07:30:19.364Z Compiling paste v1.0.15
15052026-08-25T07:30:19.364Z Compiling powerfmt v0.2.0
15062026-08-25T07:30:19.462Z Compiling packed_struct v0.10.1
15072026-08-25T07:30:19.462Z Compiling time-core v0.1.8
15082026-08-25T07:30:19.462Z Compiling num-conv v0.2.0
15092026-08-25T07:30:19.576Z Compiling num-bigint-dig v0.8.6
15102026-08-25T07:30:19.576Z Compiling native-tls v0.2.18
15112026-08-25T07:30:20.131Z Compiling funty v2.0.0
15122026-08-25T07:30:20.131Z Compiling unarray v0.1.4
15132026-08-25T07:30:20.131Z Compiling time-macros v0.2.27
15142026-08-25T07:30:20.131Z Compiling deranged v0.5.8
15152026-08-25T07:30:20.448Z Compiling clap_builder v4.6.0
15162026-08-25T07:30:20.448Z Compiling num-iter v0.1.45
15172026-08-25T07:30:20.448Z Compiling slog v2.8.2
15182026-08-25T07:30:20.448Z Compiling lazy_static v1.5.0
15192026-08-25T07:30:20.448Z Compiling sync_wrapper v1.0.2
15202026-08-25T07:30:20.449Z Compiling indexmap v1.9.3
15212026-08-25T07:30:20.449Z Compiling bitvec v1.0.1
15222026-08-25T07:30:20.449Z Compiling zeroize_derive v1.5.0
15232026-08-25T07:30:20.449Z Compiling zerocopy-derive v0.8.55
15242026-08-25T07:30:20.449Z Compiling zerofrom-derive v0.1.6
15252026-08-25T07:30:20.449Z Compiling yoke-derive v0.8.1
15262026-08-25T07:30:20.449Z Compiling zerovec-derive v0.11.2
15272026-08-25T07:30:20.572Z Compiling displaydoc v0.2.5
15282026-08-25T07:30:20.735Z Compiling tokio-macros v2.7.0
15292026-08-25T07:30:20.735Z Compiling futures-macro v0.3.32
15302026-08-25T07:30:20.797Z Compiling der_derive v0.7.3
15312026-08-25T07:30:20.797Z Compiling thiserror-impl v2.0.18
15322026-08-25T07:30:21.217Z Compiling tracing-attributes v0.1.31
15332026-08-25T07:30:21.504Z Compiling schemars_derive v0.8.22
15342026-08-25T07:30:21.504Z Compiling pest_derive v2.8.6
15352026-08-25T07:30:21.606Z Compiling scroll_derive v0.13.1
15362026-08-25T07:30:21.606Z Compiling darling_macro v0.20.11
15372026-08-25T07:30:21.606Z Compiling thiserror-impl v1.0.69
15382026-08-25T07:30:21.606Z Compiling zerofrom v0.1.6
15392026-08-25T07:30:21.606Z Compiling futures-util v0.3.32
15402026-08-25T07:30:21.606Z Compiling yoke v0.8.1
15412026-08-25T07:30:21.770Z Compiling openssl-macros v0.1.1
15422026-08-25T07:30:21.854Z Compiling zerovec v0.11.5
15432026-08-25T07:30:21.854Z Compiling zerotrie v0.2.3
15442026-08-25T07:30:22.115Z Compiling darling v0.20.11
15452026-08-25T07:30:22.434Z Compiling packed_struct_codegen v0.10.1
15462026-08-25T07:30:22.434Z Compiling thiserror v2.0.18
15472026-08-25T07:30:22.435Z Compiling bitfield-macros v0.19.4
15482026-08-25T07:30:22.436Z Compiling clap_derive v4.6.1
15492026-08-25T07:30:22.517Z Compiling scroll v0.13.0
15502026-08-25T07:30:22.517Z Compiling tinystr v0.8.2
15512026-08-25T07:30:22.517Z Compiling zeroize v1.9.0
15522026-08-25T07:30:22.582Z Compiling bytes v1.11.1
15532026-08-25T07:30:22.582Z Compiling icu_locale_core v2.1.1
15542026-08-25T07:30:22.652Z Compiling potential_utf v0.1.4
15552026-08-25T07:30:22.652Z Compiling chrono v0.4.45
15562026-08-25T07:30:23.013Z Compiling icu_collections v2.1.1
15572026-08-25T07:30:23.103Z Compiling der v0.7.10
15582026-08-25T07:30:23.103Z Compiling rustls-pki-types v1.14.0
15592026-08-25T07:30:23.104Z Compiling tracing v0.1.44
15602026-08-25T07:30:23.104Z Compiling hybrid-array v0.4.13
15612026-08-25T07:30:23.172Z Compiling tokio v1.52.1
15622026-08-25T07:30:23.433Z Compiling icu_provider v2.1.1
15632026-08-25T07:30:23.433Z Compiling http v1.4.2
15642026-08-25T07:30:23.638Z Compiling block-buffer v0.10.4
15652026-08-25T07:30:23.638Z Compiling crypto-common v0.1.7
15662026-08-25T07:30:23.638Z Compiling ipnet v2.12.0
15672026-08-25T07:30:23.638Z Compiling icu_normalizer v2.1.1
15682026-08-25T07:30:23.639Z Compiling icu_properties v2.1.2
15692026-08-25T07:30:23.639Z Compiling digest v0.10.7
15702026-08-25T07:30:23.639Z Compiling hex v0.4.3
15712026-08-25T07:30:23.792Z Compiling spki v0.7.3
15722026-08-25T07:30:23.899Z Compiling sha2 v0.10.9
15732026-08-25T07:30:23.899Z Compiling signature v2.2.0
15742026-08-25T07:30:23.899Z Compiling hmac v0.12.1
15752026-08-25T07:30:23.912Z Compiling http-body v1.0.1
15762026-08-25T07:30:24.002Z Compiling pkcs8 v0.10.2
15772026-08-25T07:30:24.015Z Compiling thiserror v1.0.69
15782026-08-25T07:30:24.015Z Compiling goblin v0.10.5
15792026-08-25T07:30:24.015Z Compiling toml_datetime v0.6.11
15802026-08-25T07:30:24.015Z Compiling serde_spanned v0.6.9
15812026-08-25T07:30:24.016Z Compiling zerocopy-derive v0.6.6
15822026-08-25T07:30:24.063Z Compiling object v0.37.3
15832026-08-25T07:30:24.098Z Compiling crossbeam-utils v0.8.21
15842026-08-25T07:30:24.098Z Compiling siphasher v1.0.2
15852026-08-25T07:30:24.165Z Compiling usdt-impl v0.6.0
15862026-08-25T07:30:24.206Z Compiling zlib-rs v0.6.2
15872026-08-25T07:30:24.250Z Compiling num_threads v0.1.7
15882026-08-25T07:30:24.336Z Compiling nodrop v0.1.14
15892026-08-25T07:30:24.441Z Compiling idna_adapter v1.2.1
15902026-08-25T07:30:24.441Z Compiling unicode-segmentation v1.12.0
15912026-08-25T07:30:24.442Z Compiling crc-catalog v2.4.0
15922026-08-25T07:30:24.523Z Compiling array-init v0.0.4
15932026-08-25T07:30:24.523Z Compiling idna v1.1.0
15942026-08-25T07:30:24.523Z Compiling ppv-lite86 v0.2.21
15952026-08-25T07:30:24.629Z Compiling crc v3.4.0
15962026-08-25T07:30:24.758Z Compiling time v0.3.47
15972026-08-25T07:30:24.778Z Compiling pkcs1 v0.7.5
15982026-08-25T07:30:24.778Z Compiling url v2.5.8
15992026-08-25T07:30:24.778Z Compiling clap v4.6.1
16002026-08-25T07:30:24.778Z Compiling rand_chacha v0.9.0
16012026-08-25T07:30:24.778Z Compiling rand_chacha v0.3.1
16022026-08-25T07:30:24.866Z Compiling http-body-util v0.1.3
16032026-08-25T07:30:25.087Z Compiling zerocopy v0.6.6
16042026-08-25T07:30:25.155Z Compiling rand v0.9.2
16052026-08-25T07:30:25.155Z Compiling rand v0.8.6
16062026-08-25T07:30:25.155Z Compiling bitfield v0.19.4
16072026-08-25T07:30:25.222Z Compiling erased-serde v0.3.31
16082026-08-25T07:30:25.222Z Compiling dtrace-parser v0.3.0
16092026-08-25T07:30:25.440Z Compiling derive_builder_core v0.20.2
16102026-08-25T07:30:25.567Z Compiling scroll_derive v0.12.1
16112026-08-25T07:30:25.654Z Compiling structmeta-derive v0.3.0
16122026-08-25T07:30:25.654Z Compiling smallvec v0.6.14
16132026-08-25T07:30:25.918Z Compiling proptest v1.11.0
16142026-08-25T07:30:25.972Z Compiling daft-derive v0.1.8
16152026-08-25T07:30:25.972Z Compiling darling_core v0.23.0
16162026-08-25T07:30:26.842Z Compiling ipnetwork v0.21.1
16172026-08-25T07:30:26.842Z Compiling heapless v0.7.17
16182026-08-25T07:30:26.842Z Compiling thread-id v5.1.0
16192026-08-25T07:30:26.842Z Compiling env_filter v2.0.0
16202026-08-25T07:30:26.955Z Compiling cookie v0.18.1
16212026-08-25T07:30:26.955Z Compiling ryu v1.0.23
16222026-08-25T07:30:26.955Z Compiling iri-string v0.7.10
16232026-08-25T07:30:26.955Z Compiling oxnet v0.1.6
16242026-08-25T07:30:26.955Z Compiling base64 v0.21.7
16252026-08-25T07:30:26.955Z Compiling anyhow v1.0.104
16262026-08-25T07:30:26.955Z Compiling allocator-api2 v0.2.21
16272026-08-25T07:30:26.955Z Compiling unicode-properties v0.1.4
16282026-08-25T07:30:26.955Z Compiling zstd-safe v7.2.4
16292026-08-25T07:30:26.955Z Compiling dof v0.4.0
16302026-08-25T07:30:26.955Z Compiling gimli v0.32.3
16312026-08-25T07:30:26.955Z Compiling hashbrown v0.12.3
16322026-08-25T07:30:26.955Z Compiling signal-hook v0.3.18
16332026-08-25T07:30:26.955Z Compiling tokio-util v0.7.18
16342026-08-25T07:30:26.955Z Compiling tower v0.5.3
16352026-08-25T07:30:26.955Z Compiling unicode-bidi v0.3.18
16362026-08-25T07:30:27.016Z Compiling winnow v0.5.40
16372026-08-25T07:30:27.236Z Compiling flate2 v1.1.9
16382026-08-25T07:30:27.436Z Compiling stringprep v0.1.5
16392026-08-25T07:30:27.473Z Compiling tokio-native-tls v0.3.1
16402026-08-25T07:30:27.695Z Compiling h2 v0.4.15
16412026-08-25T07:30:27.831Z Compiling tower-http v0.6.8
16422026-08-25T07:30:27.831Z Compiling rsa v0.9.10
16432026-08-25T07:30:28.187Z Compiling ron v0.8.1
16442026-08-25T07:30:28.312Z Compiling structmeta v0.3.0
16452026-08-25T07:30:28.312Z Compiling serde_urlencoded v0.7.1
16462026-08-25T07:30:28.312Z Compiling env_logger v0.11.11
16472026-08-25T07:30:28.312Z Compiling newtype-uuid v1.3.2
16482026-08-25T07:30:28.312Z Compiling derive_builder_macro v0.20.2
16492026-08-25T07:30:28.393Z Compiling scroll v0.12.0
16502026-08-25T07:30:28.393Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-25T07:30:28.394Z Compiling serde-hex v0.1.0
16522026-08-25T07:30:28.460Z Compiling addr2line v0.25.1
16532026-08-25T07:30:28.460Z Compiling daft v0.1.8
16542026-08-25T07:30:28.577Z Compiling toml_edit v0.19.15
16552026-08-25T07:30:28.617Z Compiling darling_macro v0.23.0
16562026-08-25T07:30:28.664Z Compiling bzip2 v0.4.4
16572026-08-25T07:30:28.753Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-25T07:30:28.770Z Compiling hashbrown v0.13.2
16592026-08-25T07:30:28.770Z Compiling camino v1.2.5
16602026-08-25T07:30:28.888Z Compiling x509-cert v0.2.5
16612026-08-25T07:30:28.923Z Compiling md-5 v0.10.6
16622026-08-25T07:30:28.973Z Compiling block-buffer v0.12.1
16632026-08-25T07:30:29.056Z Compiling crypto-common v0.2.2
16642026-08-25T07:30:29.298Z Compiling block-padding v0.4.2
16652026-08-25T07:30:29.678Z Compiling rustls-native-certs v0.8.3
16662026-08-25T07:30:29.678Z Compiling serde_tokenstream v0.2.3
16672026-08-25T07:30:29.678Z Compiling bstr v1.12.1
16682026-08-25T07:30:29.678Z Compiling pin-project-internal v1.1.11
16692026-08-25T07:30:29.678Z Compiling zerocopy-derive v0.7.35
16702026-08-25T07:30:29.906Z Compiling async-trait v0.1.89
16712026-08-25T07:30:29.906Z Compiling curve25519-dalek v4.1.3
16722026-08-25T07:30:30.065Z Compiling vergen-lib v9.1.0
16732026-08-25T07:30:30.065Z Compiling hash32 v0.2.1
16742026-08-25T07:30:30.139Z Compiling memoffset v0.9.1
16752026-08-25T07:30:30.140Z Compiling encoding_rs v0.8.35
16762026-08-25T07:30:30.140Z Compiling rustix v0.38.44
16772026-08-25T07:30:30.529Z Compiling psl-types v2.0.11
16782026-08-25T07:30:31.040Z Compiling crc-any v2.5.0
16792026-08-25T07:30:31.040Z Compiling cfg_aliases v0.2.1
16802026-08-25T07:30:31.040Z Compiling mime v0.3.17
16812026-08-25T07:30:31.040Z Compiling owo-colors v4.3.0
16822026-08-25T07:30:31.040Z Compiling litrs v1.0.0
16832026-08-25T07:30:31.040Z Compiling ref-cast v1.0.25
16842026-08-25T07:30:31.040Z Compiling rustc-demangle v0.1.27
16852026-08-25T07:30:31.040Z Compiling fallible-iterator v0.2.0
16862026-08-25T07:30:31.040Z Compiling smoltcp v0.9.1
16872026-08-25T07:30:31.323Z Compiling nix v0.31.2
16882026-08-25T07:30:31.323Z Compiling hyper v1.10.1
16892026-08-25T07:30:31.323Z Compiling postgres-protocol v0.6.10
16902026-08-25T07:30:31.323Z Compiling pin-project v1.1.11
16912026-08-25T07:30:31.323Z Compiling publicsuffix v2.3.0
16922026-08-25T07:30:31.385Z Compiling zerocopy v0.7.35
16932026-08-25T07:30:31.385Z Compiling document-features v0.2.12
16942026-08-25T07:30:31.386Z Compiling toml v0.7.8
16952026-08-25T07:30:31.386Z Compiling inout v0.2.2
16962026-08-25T07:30:31.386Z Compiling object v0.30.4
16972026-08-25T07:30:31.386Z Compiling darling v0.23.0
16982026-08-25T07:30:31.386Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16992026-08-25T07:30:31.386Z Compiling backtrace v0.3.76
17002026-08-25T07:30:31.428Z Compiling zip v0.6.6
17012026-08-25T07:30:31.428Z Compiling derive_builder v0.20.2
17022026-08-25T07:30:31.585Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17032026-08-25T07:30:31.719Z Compiling goblin v0.8.2
17042026-08-25T07:30:31.719Z Compiling derive-ex v0.1.8
17052026-08-25T07:30:31.753Z Compiling convert_case v0.10.0
17062026-08-25T07:30:31.811Z Compiling phf_shared v0.13.1
17072026-08-25T07:30:31.962Z Compiling futures-executor v0.3.32
17082026-08-25T07:30:32.032Z Compiling hyper-util v0.1.20
17092026-08-25T07:30:32.062Z Compiling hubpack_derive v0.1.1
17102026-08-25T07:30:32.062Z Compiling regex v1.12.3
17112026-08-25T07:30:32.062Z Compiling ref-cast-impl v1.0.25
17122026-08-25T07:30:32.108Z Compiling strum_macros v0.27.2
17132026-08-25T07:30:32.174Z Compiling snafu-derive v0.8.9
17142026-08-25T07:30:32.190Z Compiling curve25519-dalek-derive v0.1.1
17152026-08-25T07:30:32.679Z Compiling vergen v9.1.0
17162026-08-25T07:30:33.510Z Compiling cargo-platform v0.3.2
17172026-08-25T07:30:33.510Z Compiling ff v0.13.1
17182026-08-25T07:30:33.510Z Compiling fs-err v3.3.0
17192026-08-25T07:30:33.510Z Compiling libbz2-rs-sys v0.2.2
17202026-08-25T07:30:33.510Z Compiling same-file v1.0.6
17212026-08-25T07:30:33.510Z Compiling path-slash v0.1.5
17222026-08-25T07:30:33.875Z Compiling bumpalo v3.20.2
17232026-08-25T07:30:33.876Z Compiling bitflags v1.3.2
17242026-08-25T07:30:33.876Z Compiling managed v0.8.0
17252026-08-25T07:30:33.876Z Compiling jiff-core v0.1.0
17262026-08-25T07:30:33.876Z Compiling is_ci v1.2.0
17272026-08-25T07:30:33.876Z Compiling foldhash v0.1.5
17282026-08-25T07:30:33.876Z Compiling base16ct v0.2.0
17292026-08-25T07:30:33.876Z Compiling either v1.15.0
17302026-08-25T07:30:33.876Z Compiling foldhash v0.2.0
17312026-08-25T07:30:33.876Z Compiling textwrap v0.16.2
17322026-08-25T07:30:33.876Z Compiling bzip2 v0.6.1
17332026-08-25T07:30:33.876Z Compiling sec1 v0.7.3
17342026-08-25T07:30:33.876Z Compiling hashbrown v0.16.1
17352026-08-25T07:30:33.876Z Compiling hashbrown v0.15.5
17362026-08-25T07:30:33.876Z Compiling zopfli v0.8.3
17372026-08-25T07:30:33.876Z Compiling test-strategy v0.4.5
17382026-08-25T07:30:33.876Z Compiling hyper-tls v0.6.0
17392026-08-25T07:30:33.978Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-25T07:30:33.978Z Compiling jiff v0.2.34
17412026-08-25T07:30:33.978Z Compiling reqwest v0.12.28
17422026-08-25T07:30:33.979Z Compiling dof v0.3.0
17432026-08-25T07:30:33.979Z Compiling supports-color v3.0.2
17442026-08-25T07:30:34.066Z Compiling walkdir v2.5.0
17452026-08-25T07:30:34.364Z Compiling strum v0.27.2
17462026-08-25T07:30:34.542Z Compiling snafu v0.8.9
17472026-08-25T07:30:34.542Z Compiling cargo_metadata v0.23.1
17482026-08-25T07:30:34.542Z Compiling group v0.13.0
17492026-08-25T07:30:34.542Z Compiling hubpack v0.1.2
17502026-08-25T07:30:34.542Z Compiling derive_more-impl v2.1.1
17512026-08-25T07:30:34.542Z Compiling futures v0.3.32
17522026-08-25T07:30:34.567Z Compiling phf v0.13.1
17532026-08-25T07:30:34.567Z Compiling cookie_store v0.22.1
17542026-08-25T07:30:34.567Z Compiling signal-hook-mio v0.2.5
17552026-08-25T07:30:34.647Z Compiling backtrace-ext v0.2.1
17562026-08-25T07:30:34.937Z Compiling zstd v0.13.3
17572026-08-25T07:30:34.937Z Compiling cipher v0.5.2
17582026-08-25T07:30:35.441Z Compiling serde_with_macros v3.21.0
17592026-08-25T07:30:35.441Z Compiling postgres-types v0.2.12
17602026-08-25T07:30:35.863Z Compiling globset v0.4.18
17612026-08-25T07:30:35.863Z Compiling usdt-macro v0.6.0
17622026-08-25T07:30:35.864Z Compiling usdt-attr-macro v0.6.0
17632026-08-25T07:30:35.864Z Compiling byte-wrapper v0.1.0
17642026-08-25T07:30:35.864Z Compiling phf_shared v0.11.3
17652026-08-25T07:30:35.864Z Compiling ed25519 v2.2.3
17662026-08-25T07:30:35.864Z Compiling dtrace-parser v0.2.0
17672026-08-25T07:30:36.106Z Compiling hkdf v0.12.4
17682026-08-25T07:30:36.106Z Compiling crypto-bigint v0.5.5
17692026-08-25T07:30:36.106Z Compiling olpc-cjson v0.1.4
17702026-08-25T07:30:36.106Z Compiling serde-big-array v0.5.1
17712026-08-25T07:30:36.106Z Compiling serde_plain v1.0.2
17722026-08-25T07:30:36.106Z Compiling enum-as-inner v0.6.1
17732026-08-25T07:30:36.106Z Compiling async-recursion v1.1.1
17742026-08-25T07:30:36.106Z Compiling strum_macros v0.26.4
17752026-08-25T07:30:36.106Z Compiling miette-derive v7.6.0
17762026-08-25T07:30:36.191Z Compiling serde_repr v0.1.20
17772026-08-25T07:30:36.191Z Compiling float-cmp v0.10.0
17782026-08-25T07:30:36.191Z Compiling pem v3.0.6
17792026-08-25T07:30:36.191Z Compiling memmap2 v0.9.10
17802026-08-25T07:30:36.397Z Compiling thread-id v4.2.2
17812026-08-25T07:30:36.485Z Compiling data-encoding v2.10.0
17822026-08-25T07:30:36.485Z Compiling supports-unicode v3.0.0
17832026-08-25T07:30:36.486Z Compiling normalize-line-endings v0.3.0
17842026-08-25T07:30:36.486Z Compiling fixedbitset v0.5.7
17852026-08-25T07:30:36.486Z Compiling new_debug_unreachable v1.0.6
17862026-08-25T07:30:36.545Z Compiling keccak v0.1.6
17872026-08-25T07:30:36.545Z Compiling typed-path v0.9.3
17882026-08-25T07:30:36.545Z Compiling predicates-core v1.0.10
17892026-08-25T07:30:36.598Z Compiling winnow v1.0.3
17902026-08-25T07:30:36.598Z Compiling const-oid v0.10.2
17912026-08-25T07:30:36.803Z Compiling whoami v2.1.0
17922026-08-25T07:30:37.072Z Compiling fixedbitset v0.4.2
17932026-08-25T07:30:37.072Z Compiling precomputed-hash v0.1.1
17942026-08-25T07:30:37.072Z Compiling static_assertions v1.1.0
17952026-08-25T07:30:37.072Z Compiling difflib v0.4.0
17962026-08-25T07:30:37.072Z Compiling cpufeatures v0.3.0
17972026-08-25T07:30:37.137Z Compiling supports-hyperlinks v3.2.0
17982026-08-25T07:30:37.137Z Compiling chacha20 v0.10.0
17992026-08-25T07:30:37.137Z Compiling tokio-postgres v0.7.16
18002026-08-25T07:30:37.137Z Compiling petgraph v0.6.5
18012026-08-25T07:30:37.137Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-08-25T07:30:37.146Z Compiling predicates v3.1.4
18032026-08-25T07:30:37.146Z Compiling miette v7.6.0
18042026-08-25T07:30:37.301Z Compiling string_cache v0.8.9
18052026-08-25T07:30:37.351Z Compiling digest v0.11.3
18062026-08-25T07:30:37.411Z Compiling sha3 v0.10.8
18072026-08-25T07:30:37.453Z Compiling elliptic-curve v0.13.8
18082026-08-25T07:30:37.497Z Compiling hickory-proto v0.25.2
18092026-08-25T07:30:37.558Z Compiling toml_parser v1.1.2+spec-1.1.0
18102026-08-25T07:30:37.605Z Compiling petgraph v0.8.3
18112026-08-25T07:30:37.685Z Compiling toml_edit v0.22.27
18122026-08-25T07:30:37.739Z Compiling strum v0.26.3
18132026-08-25T07:30:37.805Z Compiling usdt-impl v0.5.0
18142026-08-25T07:30:37.920Z Compiling usdt v0.6.0
18152026-08-25T07:30:37.921Z Compiling serde_with v3.21.0
18162026-08-25T07:30:38.272Z Compiling zip v4.6.1
18172026-08-25T07:30:38.272Z Compiling crossterm v0.28.1
18182026-08-25T07:30:38.272Z Compiling ed25519-dalek v2.2.0
18192026-08-25T07:30:38.356Z Compiling derive_more v2.1.1
18202026-08-25T07:30:38.356Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18212026-08-25T07:30:38.424Z Compiling iddqd v0.4.2
18222026-08-25T07:30:38.694Z Compiling itertools v0.13.0
18232026-08-25T07:30:38.754Z Compiling itertools v0.15.0
18242026-08-25T07:30:38.881Z Compiling similar v2.7.0
18252026-08-25T07:30:38.945Z Compiling crossbeam-epoch v0.9.18
18262026-08-25T07:30:39.173Z Compiling oxide-generation v0.1.3
18272026-08-25T07:30:39.436Z Compiling tokio-stream v0.1.18
18282026-08-25T07:30:39.591Z Compiling buf-list v1.1.2
18292026-08-25T07:30:39.591Z Compiling heck v0.4.1
18302026-08-25T07:30:39.937Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18312026-08-25T07:30:39.937Z Compiling openapiv3 v2.2.0
18322026-08-25T07:30:39.949Z Compiling peg-runtime v0.8.5
18332026-08-25T07:30:39.949Z Compiling lalrpop-util v0.19.12
18342026-08-25T07:30:39.949Z Compiling thread_local v1.1.9
18352026-08-25T07:30:39.949Z Compiling slog-async v2.8.0
18362026-08-25T07:30:39.949Z Compiling crossbeam-channel v0.5.15
18372026-08-25T07:30:39.949Z Compiling is-terminal v0.4.17
18382026-08-25T07:30:39.949Z Compiling filetime v0.2.27
18392026-08-25T07:30:39.949Z Compiling term v1.2.1
18402026-08-25T07:30:39.949Z Compiling xattr v1.6.1
18412026-08-25T07:30:39.949Z Compiling take_mut v0.2.2
18422026-08-25T07:30:39.949Z Compiling camino-tempfile v1.4.1
18432026-08-25T07:30:40.109Z Compiling tar v0.4.46
18442026-08-25T07:30:40.216Z Compiling slog-term v2.9.2
18452026-08-25T07:30:57.718Z Compiling rustls-webpki v0.103.13
18462026-08-25T07:31:00.139Z Compiling tokio-rustls v0.26.4
18472026-08-25T07:31:00.139Z Compiling rustls-platform-verifier v0.6.2
18482026-08-25T07:31:00.253Z Compiling tough v0.22.0
18492026-08-25T07:31:00.406Z Compiling hyper-rustls v0.27.7
18502026-08-25T07:31:00.619Z Compiling reqwest v0.13.2
18512026-08-25T07:31:02.673Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-25T07:31:02.894Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-25T07:31:06.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
18542026-08-25T07:31:06.231Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18552026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: Cockroach
18562026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: Clickhouse
18572026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: Console
18582026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: MaghemiteMgd
18592026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: MaghemiteDdmd
18602026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: DendriteStub
18612026-08-25T07:31:06.231ZAug 25 07:31:04.931 INFO Starting download, target: TransceiverControl
18622026-08-25T07:31:06.231ZAug 25 07:31:04.932 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18632026-08-25T07:31:06.232ZAug 25 07:31:04.932 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18642026-08-25T07:31:06.232ZAug 25 07:31:04.932 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18652026-08-25T07:31:06.232ZAug 25 07:31:04.932 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18662026-08-25T07:31:06.232ZAug 25 07:31:04.932 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18672026-08-25T07:31:06.232ZAug 25 07:31:04.932 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18682026-08-25T07:31:06.232ZAug 25 07:31:04.932 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18692026-08-25T07:31:07.716ZAug 25 07:31:06.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18702026-08-25T07:31:07.877ZAug 25 07:31:06.931 INFO Download complete, target: Console
18712026-08-25T07:31:08.327ZAug 25 07:31:07.230 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18722026-08-25T07:31:14.900ZAug 25 07:31:13.922 INFO Checking that binary works, target: Clickhouse
18732026-08-25T07:31:15.297ZAug 25 07:31:14.013 INFO Download complete, target: Clickhouse
18742026-08-25T07:31:21.414ZAug 25 07:31:20.332 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18752026-08-25T07:31:21.539ZAug 25 07:31:20.542 INFO Download complete, target: TransceiverControl
18762026-08-25T07:33:06.303ZAug 25 07:33:05.303 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18772026-08-25T07:33:08.286ZAug 25 07:33:07.245 INFO Download complete, target: MaghemiteDdmd
18782026-08-25T07:33:24.112ZAug 25 07:33:23.162 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18792026-08-25T07:33:26.909ZAug 25 07:33:25.967 INFO Download complete, target: DendriteStub
18802026-08-25T07:33:35.407ZAug 25 07:33:34.447 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18812026-08-25T07:33:38.098ZAug 25 07:33:37.147 INFO Download complete, target: MaghemiteMgd
18822026-08-25T07:33:53.885ZAug 25 07:33:52.932 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18832026-08-25T07:33:53.885ZAug 25 07:33:52.932 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18842026-08-25T07:33:58.471ZAug 25 07:33:57.525 INFO Checking that binary works, target: Cockroach
18852026-08-25T07:33:58.606ZAug 25 07:33:57.654 INFO Download complete, target: Cockroach
18862026-08-25T07:33:58.615ZAll prerequisites installed successfully
18872026-08-25T07:33:58.615Z
18882026-08-25T07:33:58.615Zreal 4:14.778850913
18892026-08-25T07:33:58.615Zuser 7:19.805191966
18902026-08-25T07:33:58.615Zsys 1:43.777493806
18912026-08-25T07:33:58.615Ztrap 0.264755292
18922026-08-25T07:33:58.615Ztflt 0.809512827
18932026-08-25T07:33:58.615Zdflt 1.804343573
18942026-08-25T07:33:58.615Zkflt 0.039738761
18952026-08-25T07:33:58.615Zlock 1:34:46.399875333
18962026-08-25T07:33:58.615Zslp 25:10.453265319
18972026-08-25T07:33:58.615Zlat 27.073192035
18982026-08-25T07:33:58.615Zstop 2:58.238855155
18992026-08-25T07:33:58.615Z+ source ./tools/include/force-git-over-https.sh
19002026-08-25T07:33:58.615Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19012026-08-25T07:33:58.615Z++ (( i = 0 ))
19022026-08-25T07:33:58.615Z++ (( i < 5 ))
19032026-08-25T07:33:58.615Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19042026-08-25T07:33:58.616Z++ (( i++ ))
19052026-08-25T07:33:58.616Z++ (( i < 5 ))
19062026-08-25T07:33:58.616Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19072026-08-25T07:33:58.616Z++ (( i++ ))
19082026-08-25T07:33:58.616Z++ (( i < 5 ))
19092026-08-25T07:33:58.616Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19102026-08-25T07:33:58.620Z++ (( i++ ))
19112026-08-25T07:33:58.620Z++ (( i < 5 ))
19122026-08-25T07:33:58.620Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19132026-08-25T07:33:58.620Z++ (( i++ ))
19142026-08-25T07:33:58.620Z++ (( i < 5 ))
19152026-08-25T07:33:58.620Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19162026-08-25T07:33:58.620Z++ (( i++ ))
19172026-08-25T07:33:58.620Z++ (( i < 5 ))
19182026-08-25T07:33:58.620Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19192026-08-25T07:33:58.620Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19202026-08-25T07:33:58.620Z+ rc=0
19212026-08-25T07:33:58.620Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19222026-08-25T07:34:04.350Z+ case $rc in
19232026-08-25T07:34:04.350Z+ pfexec zfs create -p rpool/images/build/host
19242026-08-25T07:34:04.501Z+ pfexec zfs create -p rpool/images/build/recovery
19252026-08-25T07:34:04.545Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19262026-08-25T07:34:05.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19272026-08-25T07:34:05.024Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19282026-08-25T07:34:05.889Z Compiling proc-macro2 v1.0.106
19292026-08-25T07:34:05.889Z Compiling quote v1.0.45
19302026-08-25T07:34:05.892Z Compiling unicode-ident v1.0.24
19312026-08-25T07:34:05.892Z Compiling serde_core v1.0.229
19322026-08-25T07:34:05.892Z Compiling libc v0.2.185
19332026-08-25T07:34:05.892Z Compiling serde v1.0.229
19342026-08-25T07:34:05.892Z Compiling cfg-if v1.0.4
19352026-08-25T07:34:06.021Z Compiling autocfg v1.5.0
19362026-08-25T07:34:06.025Z Compiling shlex v1.3.0
19372026-08-25T07:34:06.025Z Compiling find-msvc-tools v0.1.9
19382026-08-25T07:34:06.025Z Compiling version_check v0.9.5
19392026-08-25T07:34:06.025Z Compiling zerocopy v0.8.55
19402026-08-25T07:34:06.025Z Compiling portable-atomic v1.13.1
19412026-08-25T07:34:06.025Z Compiling memchr v2.8.0
19422026-08-25T07:34:06.025Z Compiling zmij v1.0.21
19432026-08-25T07:34:06.220Z Compiling serde_json v1.0.151
19442026-08-25T07:34:06.250Z Compiling libm v0.2.16
19452026-08-25T07:34:06.286Z Compiling getrandom v0.4.3
19462026-08-25T07:34:06.322Z Compiling parking_lot_core v0.9.12
19472026-08-25T07:34:06.338Z Compiling icu_properties_data v2.1.2
19482026-08-25T07:34:06.473Z Compiling num-traits v0.2.19
19492026-08-25T07:34:06.484Z Compiling generic-array v0.14.7
19502026-08-25T07:34:06.573Z Compiling icu_normalizer_data v2.1.1
19512026-08-25T07:34:06.576Z Compiling pkg-config v0.3.32
19522026-08-25T07:34:06.576Z Compiling smallvec v1.15.1
19532026-08-25T07:34:06.658Z Compiling rustix v1.1.4
19542026-08-25T07:34:06.674Z Compiling itoa v1.0.17
19552026-08-25T07:34:06.675Z Compiling getrandom v0.3.4
19562026-08-25T07:34:06.681Z Compiling log v0.4.33
19572026-08-25T07:34:06.735Z Compiling subtle v2.6.1
19582026-08-25T07:34:06.867Z Compiling stable_deref_trait v1.2.1
19592026-08-25T07:34:06.966Z Compiling scopeguard v1.2.0
19602026-08-25T07:34:06.999Z Compiling jobserver v0.1.34
19612026-08-25T07:34:07.004Z Compiling errno v0.3.14
19622026-08-25T07:34:07.017Z Compiling typenum v1.20.1
19632026-08-25T07:34:07.046Z Compiling critical-section v1.2.0
19642026-08-25T07:34:07.073Z Compiling lock_api v0.4.14
19652026-08-25T07:34:07.121Z Compiling heck v0.5.0
19662026-08-25T07:34:07.152Z Compiling rand_core v0.10.0
19672026-08-25T07:34:07.246Z Compiling cc v1.2.56
19682026-08-25T07:34:07.259Z Compiling thiserror v2.0.18
19692026-08-25T07:34:07.320Z Compiling syn v2.0.117
19702026-08-25T07:34:07.336Z Compiling syn v3.0.3
19712026-08-25T07:34:07.465Z Compiling getrandom v0.2.17
19722026-08-25T07:34:07.553Z Compiling once_cell v1.21.3
19732026-08-25T07:34:07.568Z Compiling percent-encoding v2.3.2
19742026-08-25T07:34:07.596Z Compiling fs_extra v1.3.0
19752026-08-25T07:34:07.611Z Compiling writeable v0.6.2
19762026-08-25T07:34:07.638Z Compiling dunce v1.0.5
19772026-08-25T07:34:07.699Z Compiling litemap v0.8.1
19782026-08-25T07:34:07.762Z Compiling rand_core v0.6.4
19792026-08-25T07:34:07.836Z Compiling schemars v0.8.22
19802026-08-25T07:34:07.902Z Compiling const-oid v0.9.6
19812026-08-25T07:34:07.949Z Compiling cmake v0.1.57
19822026-08-25T07:34:08.063Z Compiling rustversion v1.0.22
19832026-08-25T07:34:08.095Z Compiling pin-project-lite v0.2.17
19842026-08-25T07:34:08.142Z Compiling equivalent v1.0.2
19852026-08-25T07:34:08.202Z Compiling bitflags v2.11.0
19862026-08-25T07:34:08.255Z Compiling semver v1.0.28
19872026-08-25T07:34:08.546Z Compiling signal-hook-registry v1.4.8
19882026-08-25T07:34:08.552Z Compiling aws-lc-sys v0.40.0
19892026-08-25T07:34:08.734Z Compiling aws-lc-rs v1.16.3
19902026-08-25T07:34:08.758Z Compiling futures-core v0.3.32
19912026-08-25T07:34:08.797Z Compiling utf8_iter v1.0.4
19922026-08-25T07:34:08.817Z Compiling parking_lot v0.12.5
19932026-08-25T07:34:08.981Z Compiling form_urlencoded v1.2.2
19942026-08-25T07:34:08.997Z Compiling mio v1.2.0
19952026-08-25T07:34:09.118Z Compiling fnv v1.0.7
19962026-08-25T07:34:09.141Z Compiling crc32fast v1.5.0
19972026-08-25T07:34:09.353Z Compiling vcpkg v0.2.15
19982026-08-25T07:34:09.381Z Compiling byteorder v1.5.0
19992026-08-25T07:34:09.406Z Compiling syn v1.0.109
20002026-08-25T07:34:09.410Z Compiling strsim v0.11.1
20012026-08-25T07:34:09.478Z Compiling hashbrown v0.17.0
20022026-08-25T07:34:09.592Z Compiling socket2 v0.6.3
20032026-08-25T07:34:09.748Z Compiling iana-time-zone v0.1.65
20042026-08-25T07:34:09.789Z Compiling httparse v1.10.1
20052026-08-25T07:34:09.807Z Compiling futures-sink v0.3.32
20062026-08-25T07:34:09.832Z Compiling radium v0.7.0
20072026-08-25T07:34:09.916Z Compiling slab v0.4.12
20082026-08-25T07:34:09.977Z Compiling openssl-sys v0.9.117
20092026-08-25T07:34:09.981Z Compiling futures-channel v0.3.32
20102026-08-25T07:34:10.038Z Compiling futures-io v0.3.32
20112026-08-25T07:34:10.069Z Compiling thiserror v1.0.69
20122026-08-25T07:34:10.127Z Compiling synstructure v0.13.2
20132026-08-25T07:34:10.194Z Compiling serde_derive_internals v0.29.1
20142026-08-25T07:34:10.206Z Compiling indexmap v2.14.0
20152026-08-25T07:34:10.213Z Compiling futures-task v0.3.32
20162026-08-25T07:34:10.287Z Compiling rustls v0.23.41
20172026-08-25T07:34:10.303Z Compiling base64 v0.22.1
20182026-08-25T07:34:10.463Z Compiling maybe-uninit v2.0.0
20192026-08-25T07:34:10.481Z Compiling serde_derive v1.0.229
20202026-08-25T07:34:10.542Z Compiling rustc_version v0.4.1
20212026-08-25T07:34:10.556Z Compiling uuid v1.23.4
20222026-08-25T07:34:10.615Z Compiling regex-syntax v0.8.10
20232026-08-25T07:34:10.791Z Compiling rand_core v0.9.5
20242026-08-25T07:34:10.840Z Compiling bzip2-sys v0.1.13+1.0.8
20252026-08-25T07:34:10.872Z Compiling ahash v0.8.12
20262026-08-25T07:34:10.947Z Compiling num-bigint-dig v0.8.6
20272026-08-25T07:34:10.966Z Compiling fastrand v2.3.0
20282026-08-25T07:34:10.994Z Compiling ucd-trie v0.1.7
20292026-08-25T07:34:11.051Z Compiling packed_struct v0.10.1
20302026-08-25T07:34:11.087Z Compiling ident_case v1.0.1
20312026-08-25T07:34:11.118Z Compiling base64ct v1.8.3
20322026-08-25T07:34:11.155Z Compiling dyn-clone v1.0.20
20332026-08-25T07:34:11.204Z Compiling tempfile v3.27.0
20342026-08-25T07:34:11.204Z Compiling pest v2.8.6
20352026-08-25T07:34:11.245Z Compiling openssl v0.10.80
20362026-08-25T07:34:11.304Z Compiling flagset v0.4.7
20372026-08-25T07:34:11.319Z Compiling paste v1.0.15
20382026-08-25T07:34:11.388Z Compiling zeroize_derive v1.5.0
20392026-08-25T07:34:11.410Z Compiling zerofrom-derive v0.1.6
20402026-08-25T07:34:11.432Z Compiling zerocopy-derive v0.8.55
20412026-08-25T07:34:11.464Z Compiling yoke-derive v0.8.1
20422026-08-25T07:34:11.499Z Compiling zerovec-derive v0.11.2
20432026-08-25T07:34:11.549Z Compiling displaydoc v0.2.5
20442026-08-25T07:34:11.569Z Compiling tokio-macros v2.7.0
20452026-08-25T07:34:11.621Z Compiling futures-macro v0.3.32
20462026-08-25T07:34:11.646Z Compiling thiserror-impl v2.0.18
20472026-08-25T07:34:11.714Z Compiling der_derive v0.7.3
20482026-08-25T07:34:12.023Z Compiling schemars_derive v0.8.22
20492026-08-25T07:34:12.061Z Compiling tracing-attributes v0.1.31
20502026-08-25T07:34:12.242Z Compiling thiserror-impl v1.0.69
20512026-08-25T07:34:12.337Z Compiling pem-rfc7468 v0.7.0
20522026-08-25T07:34:12.424Z Compiling futures-util v0.3.32
20532026-08-25T07:34:12.509Z Compiling clap_derive v4.6.1
20542026-08-25T07:34:12.558Z Compiling zerofrom v0.1.6
20552026-08-25T07:34:12.674Z Compiling yoke v0.8.1
20562026-08-25T07:34:12.719Z Compiling pest_meta v2.8.6
20572026-08-25T07:34:12.892Z Compiling zerovec v0.11.5
20582026-08-25T07:34:12.986Z Compiling zerotrie v0.2.3
20592026-08-25T07:34:13.240Z Compiling packed_struct_codegen v0.10.1
20602026-08-25T07:34:13.417Z Compiling tinystr v0.8.2
20612026-08-25T07:34:13.421Z Compiling potential_utf v0.1.4
20622026-08-25T07:34:13.494Z Compiling bitfield-macros v0.19.4
20632026-08-25T07:34:13.520Z Compiling zerocopy-derive v0.6.6
20642026-08-25T07:34:13.634Z Compiling zeroize v1.9.0
20652026-08-25T07:34:13.662Z Compiling bytes v1.11.1
20662026-08-25T07:34:13.726Z Compiling icu_locale_core v2.1.1
20672026-08-25T07:34:13.909Z Compiling icu_collections v2.1.1
20682026-08-25T07:34:14.229Z Compiling tokio v1.52.1
20692026-08-25T07:34:14.305Z Compiling chrono v0.4.45
20702026-08-25T07:34:14.481Z Compiling icu_provider v2.1.1
20712026-08-25T07:34:14.587Z Compiling block-buffer v0.10.4
20722026-08-25T07:34:14.711Z Compiling crypto-common v0.1.7
20732026-08-25T07:34:14.801Z Compiling icu_normalizer v2.1.1
20742026-08-25T07:34:14.872Z Compiling icu_properties v2.1.2
20752026-08-25T07:34:14.939Z Compiling digest v0.10.7
20762026-08-25T07:34:14.957Z Compiling der v0.7.10
20772026-08-25T07:34:15.101Z Compiling hex v0.4.3
20782026-08-25T07:34:15.297Z Compiling indexmap v1.9.3
20792026-08-25T07:34:15.836Z Compiling idna_adapter v1.2.1
20802026-08-25T07:34:15.988Z Compiling idna v1.1.0
20812026-08-25T07:34:16.005Z Compiling ppv-lite86 v0.2.21
20822026-08-25T07:34:16.025Z Compiling spki v0.7.3
20832026-08-25T07:34:16.318Z Compiling pest_generator v2.8.6
20842026-08-25T07:34:16.336Z Compiling url v2.5.8
20852026-08-25T07:34:16.372Z Compiling rand_chacha v0.9.0
20862026-08-25T07:34:16.426Z Compiling openssl-macros v0.1.1
20872026-08-25T07:34:16.440Z Compiling daft-derive v0.1.8
20882026-08-25T07:34:16.816Z Compiling rand v0.9.2
20892026-08-25T07:34:17.024Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20902026-08-25T07:34:17.106Z Compiling native-tls v0.2.18
20912026-08-25T07:34:17.132Z Compiling simd-adler32 v0.3.8
20922026-08-25T07:34:17.315Z Compiling cpufeatures v0.2.17
20932026-08-25T07:34:17.401Z Compiling pest_derive v2.8.6
20942026-08-25T07:34:17.430Z Compiling scroll_derive v0.13.1
20952026-08-25T07:34:17.430Z Compiling utf8parse v0.2.2
20962026-08-25T07:34:17.562Z Compiling crossbeam-utils v0.8.21
20972026-08-25T07:34:17.596Z Compiling anstyle v1.0.14
20982026-08-25T07:34:17.633Z Compiling camino v1.2.5
20992026-08-25T07:34:17.684Z Compiling adler2 v2.0.1
21002026-08-25T07:34:17.788Z Compiling anstyle-parse v1.0.0
21012026-08-25T07:34:17.813Z Compiling sha2 v0.10.9
21022026-08-25T07:34:17.877Z Compiling miniz_oxide v0.8.9
21032026-08-25T07:34:17.892Z Compiling pkcs8 v0.10.2
21042026-08-25T07:34:17.927Z Compiling http v1.4.2
21052026-08-25T07:34:17.988Z Compiling rustls-pki-types v1.14.0
21062026-08-25T07:34:18.033Z Compiling terminal_size v0.4.3
21072026-08-25T07:34:18.215Z Compiling slog v2.8.2
21082026-08-25T07:34:18.234Z Compiling spin v0.9.8
21092026-08-25T07:34:18.281Z Compiling num-conv v0.2.0
21102026-08-25T07:34:18.437Z Compiling is_terminal_polyfill v1.70.2
21112026-08-25T07:34:18.477Z Compiling colorchoice v1.0.4
21122026-08-25T07:34:18.554Z Compiling anstyle-query v1.1.5
21132026-08-25T07:34:18.626Z Compiling time-core v0.1.8
21142026-08-25T07:34:18.648Z Compiling tinyvec_macros v0.1.1
21152026-08-25T07:34:18.665Z Compiling anstream v1.0.0
21162026-08-25T07:34:18.679Z Compiling tokio-util v0.7.18
21172026-08-25T07:34:18.718Z Compiling tinyvec v1.10.0
21182026-08-25T07:34:18.785Z Compiling time-macros v0.2.27
21192026-08-25T07:34:18.893Z Compiling async-trait v0.1.89
21202026-08-25T07:34:19.023Z Compiling structmeta-derive v0.3.0
21212026-08-25T07:34:19.140Z Compiling tracing-core v0.1.36
21222026-08-25T07:34:19.230Z Compiling wait-timeout v0.2.1
21232026-08-25T07:34:19.264Z Compiling untrusted v0.7.1
21242026-08-25T07:34:19.406Z Compiling quick-error v1.2.3
21252026-08-25T07:34:19.578Z Compiling cmov v0.5.4
21262026-08-25T07:34:19.676Z Compiling bit-vec v0.8.0
21272026-08-25T07:34:19.705Z Compiling plain v0.2.3
21282026-08-25T07:34:19.719Z Compiling object v0.37.3
21292026-08-25T07:34:19.737Z Compiling tracing v0.1.44
21302026-08-25T07:34:19.790Z Compiling rusty-fork v0.3.1
21312026-08-25T07:34:19.830Z Compiling ctutils v0.4.2
21322026-08-25T07:34:19.860Z Compiling http-body v1.0.1
21332026-08-25T07:34:19.991Z Compiling bit-set v0.8.0
21342026-08-25T07:34:20.045Z Compiling structmeta v0.3.0
21352026-08-25T07:34:20.076Z Compiling toml_datetime v0.6.11
21362026-08-25T07:34:20.080Z Compiling serde_spanned v0.6.9
21372026-08-25T07:34:20.107Z Compiling pin-project-internal v1.1.11
21382026-08-25T07:34:20.145Z Compiling rand_xorshift v0.4.0
21392026-08-25T07:34:20.308Z Compiling cookie v0.18.1
21402026-08-25T07:34:20.312Z Compiling openssl-probe v0.2.1
21412026-08-25T07:34:20.369Z Compiling untrusted v0.9.0
21422026-08-25T07:34:20.486Z Compiling unarray v0.1.4
21432026-08-25T07:34:20.563Z Compiling zstd-safe v7.2.4
21442026-08-25T07:34:20.569Z Compiling tap v1.0.1
21452026-08-25T07:34:20.621Z Compiling clap_lex v1.0.0
21462026-08-25T07:34:20.754Z Compiling wyz v0.5.1
21472026-08-25T07:34:20.781Z Compiling proptest v1.11.0
21482026-08-25T07:34:20.813Z Compiling clap_builder v4.6.0
21492026-08-25T07:34:20.995Z Compiling derive-ex v0.1.8
21502026-08-25T07:34:20.998Z Compiling hybrid-array v0.4.13
21512026-08-25T07:34:21.024Z Compiling unicode-normalization v0.1.25
21522026-08-25T07:34:21.136Z Compiling ipnetwork v0.21.1
21532026-08-25T07:34:21.142Z Compiling rand_chacha v0.3.1
21542026-08-25T07:34:21.165Z Compiling signature v2.2.0
21552026-08-25T07:34:21.217Z Compiling scroll_derive v0.12.1
21562026-08-25T07:34:21.331Z Compiling heapless v0.7.17
21572026-08-25T07:34:21.448Z Compiling num-integer v0.1.46
21582026-08-25T07:34:21.458Z Compiling aho-corasick v1.1.4
21592026-08-25T07:34:21.498Z Compiling atomic-waker v1.1.2
21602026-08-25T07:34:21.591Z Compiling tower-service v0.3.3
21612026-08-25T07:34:21.606Z Compiling signal-hook v0.3.18
21622026-08-25T07:34:21.714Z Compiling try-lock v0.2.5
21632026-08-25T07:34:21.803Z Compiling pretty-hex v0.4.1
21642026-08-25T07:34:21.823Z Compiling usdt-impl v0.6.0
21652026-08-25T07:34:21.841Z Compiling tower-layer v0.3.3
21662026-08-25T07:34:21.901Z Compiling anyhow v1.0.104
21672026-08-25T07:34:21.968Z Compiling zlib-rs v0.6.2
21682026-08-25T07:34:22.026Z Compiling rustix v0.38.44
21692026-08-25T07:34:22.061Z Compiling funty v2.0.0
21702026-08-25T07:34:22.082Z Compiling want v0.3.1
21712026-08-25T07:34:22.227Z Compiling h2 v0.4.15
21722026-08-25T07:34:22.286Z Compiling num-iter v0.1.45
21732026-08-25T07:34:22.383Z Compiling regex-automata v0.4.14
21742026-08-25T07:34:22.444Z Compiling bitvec v1.0.1
21752026-08-25T07:34:22.529Z Compiling test-strategy v0.4.5
21762026-08-25T07:34:22.888Z Compiling clap v4.6.1
21772026-08-25T07:34:23.175Z Compiling oxnet v0.1.6
21782026-08-25T07:34:23.191Z Compiling rand v0.8.6
21792026-08-25T07:34:23.299Z Compiling newtype-uuid v1.3.2
21802026-08-25T07:34:23.948Z Compiling lazy_static v1.5.0
21812026-08-25T07:34:24.066Z Compiling scroll v0.13.0
21822026-08-25T07:34:24.220Z Compiling flate2 v1.1.9
21832026-08-25T07:34:24.286Z Compiling ipnet v2.12.0
21842026-08-25T07:34:24.605Z Compiling snafu-derive v0.8.9
21852026-08-25T07:34:24.718Z Compiling strum_macros v0.26.4
21862026-08-25T07:34:24.775Z Compiling darling_core v0.23.0
21872026-08-25T07:34:24.805Z Compiling darling_core v0.20.11
21882026-08-25T07:34:26.207Z Compiling httpdate v1.0.3
21892026-08-25T07:34:26.493Z Compiling foreign-types-shared v0.1.1
21902026-08-25T07:34:26.534Z Compiling nodrop v0.1.14
21912026-08-25T07:34:26.548Z Compiling crc-catalog v2.4.0
21922026-08-25T07:34:26.593Z Compiling winnow v0.5.40
21932026-08-25T07:34:26.646Z Compiling array-init v0.0.4
21942026-08-25T07:34:26.662Z Compiling crc v3.4.0
21952026-08-25T07:34:26.662Z Compiling foreign-types v0.3.2
21962026-08-25T07:34:26.759Z Compiling darling_macro v0.20.11
21972026-08-25T07:34:26.762Z Compiling hyper v1.10.1
21982026-08-25T07:34:26.996Z Compiling darling_macro v0.23.0
21992026-08-25T07:34:27.254Z Compiling goblin v0.10.5
22002026-08-25T07:34:27.271Z Compiling daft v0.1.8
22012026-08-25T07:34:27.389Z Compiling smallvec v0.6.14
22022026-08-25T07:34:27.677Z Compiling pkcs1 v0.7.5
22032026-08-25T07:34:28.210Z Compiling toml_edit v0.19.15
22042026-08-25T07:34:28.346Z Compiling zerocopy v0.6.6
22052026-08-25T07:34:28.439Z Compiling bitfield v0.19.4
22062026-08-25T07:34:28.608Z Compiling zerocopy-derive v0.7.35
22072026-08-25T07:34:28.663Z Compiling curve25519-dalek v4.1.3
22082026-08-25T07:34:28.764Z Compiling env_filter v2.0.0
22092026-08-25T07:34:28.929Z Compiling memoffset v0.9.1
22102026-08-25T07:34:28.932Z Compiling smoltcp v0.9.1
22112026-08-25T07:34:28.992Z Compiling base64 v0.21.7
22122026-08-25T07:34:29.054Z Compiling litrs v1.0.0
22132026-08-25T07:34:29.289Z Compiling owo-colors v4.3.0
22142026-08-25T07:34:29.304Z Compiling hashbrown v0.12.3
22152026-08-25T07:34:29.389Z Compiling ref-cast v1.0.25
22162026-08-25T07:34:29.416Z Compiling unicode-segmentation v1.12.0
22172026-08-25T07:34:29.547Z Compiling document-features v0.2.12
22182026-08-25T07:34:30.121Z Compiling ron v0.8.1
22192026-08-25T07:34:30.127Z Compiling toml v0.7.8
22202026-08-25T07:34:30.127Z Compiling dof v0.4.0
22212026-08-25T07:34:30.348Z Compiling env_logger v0.11.11
22222026-08-25T07:34:30.634Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-25T07:34:30.722Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242026-08-25T07:34:30.940Z Compiling bzip2 v0.4.4
22252026-08-25T07:34:31.038Z Compiling hyper-util v0.1.20
22262026-08-25T07:34:31.103Z Compiling rsa v0.9.10
22272026-08-25T07:34:31.548Z Compiling serde-hex v0.1.0
22282026-08-25T07:34:31.693Z Compiling darling v0.23.0
22292026-08-25T07:34:31.789Z Compiling hashbrown v0.13.2
22302026-08-25T07:34:31.814Z Compiling darling v0.20.11
22312026-08-25T07:34:32.134Z Compiling dtrace-parser v0.3.0
22322026-08-25T07:34:32.291Z Compiling x509-cert v0.2.5
22332026-08-25T07:34:32.324Z Compiling hmac v0.12.1
22342026-08-25T07:34:32.483Z Compiling erased-serde v0.3.31
22352026-08-25T07:34:32.543Z Compiling async-recursion v1.1.1
22362026-08-25T07:34:32.809Z Compiling sync_wrapper v1.0.2
22372026-08-25T07:34:33.053Z Compiling thread-id v5.1.0
22382026-08-25T07:34:33.070Z Compiling powerfmt v0.2.0
22392026-08-25T07:34:33.288Z Compiling cfg_aliases v0.2.1
22402026-08-25T07:34:33.296Z Compiling crc-any v2.5.0
22412026-08-25T07:34:33.343Z Compiling siphasher v1.0.2
22422026-08-25T07:34:33.539Z Compiling nix v0.31.2
22432026-08-25T07:34:33.652Z Compiling deranged v0.5.8
22442026-08-25T07:34:33.778Z Compiling tower v0.5.3
22452026-08-25T07:34:34.223Z Compiling object v0.30.4
22462026-08-25T07:34:34.669Z Compiling derive_builder_core v0.20.2
22472026-08-25T07:34:34.793Z Compiling serde_with_macros v3.21.0
22482026-08-25T07:34:35.139Z Compiling zip v0.6.6
22492026-08-25T07:34:35.142Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-08-25T07:34:35.217Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-25T07:34:35.479Z Compiling bstr v1.12.1
22522026-08-25T07:34:35.676Z Compiling block-buffer v0.12.1
22532026-08-25T07:34:35.786Z Compiling crypto-common v0.2.2
22542026-08-25T07:34:35.898Z Compiling http-body-util v0.1.3
22552026-08-25T07:34:36.211Z Compiling futures-executor v0.3.32
22562026-08-25T07:34:36.570Z Compiling serde_tokenstream v0.2.3
22572026-08-25T07:34:36.586Z Compiling hubpack_derive v0.1.1
22582026-08-25T07:34:36.688Z Compiling ref-cast-impl v1.0.25
22592026-08-25T07:34:36.829Z Compiling curve25519-dalek-derive v0.1.1
22602026-08-25T07:34:36.878Z Compiling strum_macros v0.27.2
22612026-08-25T07:34:36.967Z Compiling usdt-impl v0.5.0
22622026-08-25T07:34:37.035Z Compiling fs-err v3.3.0
22632026-08-25T07:34:37.102Z Compiling unicode-bidi v0.3.18
22642026-08-25T07:34:37.418Z Compiling num_threads v0.1.7
22652026-08-25T07:34:37.501Z Compiling same-file v1.0.6
22662026-08-25T07:34:37.531Z Compiling path-slash v0.1.5
22672026-08-25T07:34:37.534Z Compiling iri-string v0.7.10
22682026-08-25T07:34:37.677Z Compiling unicode-properties v0.1.4
22692026-08-25T07:34:37.698Z Compiling ryu v1.0.23
22702026-08-25T07:34:37.701Z Compiling gimli v0.32.3
22712026-08-25T07:34:37.916Z Compiling allocator-api2 v0.2.21
22722026-08-25T07:34:37.975Z Compiling serde_urlencoded v0.7.1
22732026-08-25T07:34:38.006Z Compiling stringprep v0.1.5
22742026-08-25T07:34:38.260Z Compiling time v0.3.47
22752026-08-25T07:34:38.526Z Compiling walkdir v2.5.0
22762026-08-25T07:34:38.815Z Compiling tower-http v0.6.8
22772026-08-25T07:34:39.459Z Compiling addr2line v0.25.1
22782026-08-25T07:34:39.985Z Compiling futures v0.3.32
22792026-08-25T07:34:40.174Z Compiling derive_builder_macro v0.20.2
22802026-08-25T07:34:40.669Z Compiling tokio-native-tls v0.3.1
22812026-08-25T07:34:40.860Z Compiling convert_case v0.10.0
22822026-08-25T07:34:40.876Z Compiling strum v0.26.3
22832026-08-25T07:34:40.961Z Compiling block-padding v0.4.2
22842026-08-25T07:34:41.119Z Compiling scroll v0.12.0
22852026-08-25T07:34:41.136Z Compiling pin-project v1.1.11
22862026-08-25T07:34:41.180Z Compiling rustls-native-certs v0.8.3
22872026-08-25T07:34:41.242Z Compiling md-5 v0.10.6
22882026-08-25T07:34:41.282Z Compiling hash32 v0.2.1
22892026-08-25T07:34:41.297Z Compiling vergen-lib v9.1.0
22902026-08-25T07:34:41.365Z Compiling encoding_rs v0.8.35
22912026-08-25T07:34:41.413Z Compiling mime v0.3.17
22922026-08-25T07:34:41.451Z Compiling fallible-iterator v0.2.0
22932026-08-25T07:34:41.475Z Compiling rustc-demangle v0.1.27
22942026-08-25T07:34:41.511Z Compiling psl-types v2.0.11
22952026-08-25T07:34:41.679Z Compiling cpufeatures v0.3.0
22962026-08-25T07:34:41.689Z Compiling jiff-core v0.1.0
22972026-08-25T07:34:41.727Z Compiling publicsuffix v2.3.0
22982026-08-25T07:34:41.779Z Compiling postgres-protocol v0.6.10
22992026-08-25T07:34:41.879Z Compiling goblin v0.8.2
23002026-08-25T07:34:41.927Z Compiling snafu v0.8.9
23012026-08-25T07:34:42.277Z Compiling derive_more-impl v2.1.1
23022026-08-25T07:34:42.488Z Compiling jiff v0.2.34
23032026-08-25T07:34:42.546Z Compiling backtrace v0.3.76
23042026-08-25T07:34:42.670Z Compiling inout v0.2.2
23052026-08-25T07:34:42.700Z Compiling hyper-tls v0.6.0
23062026-08-25T07:34:42.722Z Compiling derive_builder v0.20.2
23072026-08-25T07:34:43.148Z Compiling usdt-attr-macro v0.6.0
23082026-08-25T07:34:43.205Z Compiling usdt-macro v0.6.0
23092026-08-25T07:34:43.301Z Compiling globset v0.4.18
23102026-08-25T07:34:43.329Z Compiling phf_shared v0.13.1
23112026-08-25T07:34:43.349Z Compiling crossbeam-epoch v0.9.18
23122026-08-25T07:34:43.546Z Compiling zerocopy v0.7.35
23132026-08-25T07:34:43.686Z Compiling regex v1.12.3
23142026-08-25T07:34:44.008Z Compiling serde_plain v1.0.2
23152026-08-25T07:34:44.110Z Compiling serde_repr v0.1.20
23162026-08-25T07:34:44.126Z Compiling miette-derive v7.6.0
23172026-08-25T07:34:44.150Z Compiling enum-as-inner v0.6.1
23182026-08-25T07:34:44.220Z Compiling pem v3.0.6
23192026-08-25T07:34:44.264Z Compiling vergen v9.1.0
23202026-08-25T07:34:44.301Z Compiling ff v0.13.1
23212026-08-25T07:34:44.453Z Compiling cargo-platform v0.3.2
23222026-08-25T07:34:44.476Z Compiling filetime v0.2.27
23232026-08-25T07:34:44.578Z Compiling libbz2-rs-sys v0.2.2
23242026-08-25T07:34:44.646Z Compiling unicode-width v0.2.0
23252026-08-25T07:34:44.683Z Compiling typed-path v0.9.3
23262026-08-25T07:34:44.707Z Compiling foldhash v0.2.0
23272026-08-25T07:34:44.748Z Compiling is_ci v1.2.0
23282026-08-25T07:34:44.899Z Compiling foldhash v0.1.5
23292026-08-25T07:34:44.933Z Compiling xattr v1.6.1
23302026-08-25T07:34:44.962Z Compiling unicode-linebreak v0.1.5
23312026-08-25T07:34:45.049Z Compiling managed v0.8.0
23322026-08-25T07:34:45.090Z Compiling bumpalo v3.20.2
23332026-08-25T07:34:45.139Z Compiling const-oid v0.10.2
23342026-08-25T07:34:45.195Z Compiling smawk v0.3.2
23352026-08-25T07:34:45.219Z Compiling base16ct v0.2.0
23362026-08-25T07:34:45.288Z Compiling either v1.15.0
23372026-08-25T07:34:45.348Z Compiling bitflags v1.3.2
23382026-08-25T07:34:45.459Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23392026-08-25T07:34:45.501Z Compiling sec1 v0.7.3
23402026-08-25T07:34:45.561Z Compiling digest v0.11.3
23412026-08-25T07:34:45.787Z Compiling textwrap v0.16.2
23422026-08-25T07:34:45.804Z Compiling zopfli v0.8.3
23432026-08-25T07:34:45.928Z Compiling tar v0.4.46
23442026-08-25T07:34:45.945Z Compiling hashbrown v0.15.5
23452026-08-25T07:34:46.035Z Compiling bzip2 v0.6.1
23462026-08-25T07:34:46.089Z Compiling hashbrown v0.16.1
23472026-08-25T07:34:46.189Z Compiling supports-color v3.0.2
23482026-08-25T07:34:46.205Z Compiling cargo_metadata v0.23.1
23492026-08-25T07:34:46.271Z Compiling group v0.13.0
23502026-08-25T07:34:46.492Z Compiling dof v0.3.0
23512026-08-25T07:34:47.567Z Compiling phf v0.13.1
23522026-08-25T07:34:47.614Z Compiling zstd v0.13.3
23532026-08-25T07:34:47.868Z Compiling backtrace-ext v0.2.1
23542026-08-25T07:34:47.880Z Compiling reqwest v0.12.28
23552026-08-25T07:34:48.037Z Compiling cipher v0.5.2
23562026-08-25T07:34:48.052Z Compiling cookie_store v0.22.1
23572026-08-25T07:34:48.078Z Compiling signal-hook-mio v0.2.5
23582026-08-25T07:34:48.215Z Compiling postgres-types v0.2.12
23592026-08-25T07:34:48.343Z Compiling strum v0.27.2
23602026-08-25T07:34:48.502Z Compiling hubpack v0.1.2
23612026-08-25T07:34:48.631Z Compiling phf_shared v0.11.3
23622026-08-25T07:34:48.646Z Compiling hkdf v0.12.4
23632026-08-25T07:34:48.720Z Compiling dtrace-parser v0.2.0
23642026-08-25T07:34:48.723Z Compiling byte-wrapper v0.1.0
23652026-08-25T07:34:48.809Z Compiling ed25519 v2.2.3
23662026-08-25T07:34:48.825Z Compiling olpc-cjson v0.1.4
23672026-08-25T07:34:49.090Z Compiling crypto-bigint v0.5.5
23682026-08-25T07:34:49.201Z Compiling serde-big-array v0.5.1
23692026-08-25T07:34:49.292Z Compiling float-cmp v0.10.0
23702026-08-25T07:34:49.323Z Compiling memmap2 v0.9.10
23712026-08-25T07:34:49.364Z Compiling thread-id v4.2.2
23722026-08-25T07:34:49.466Z Compiling rayon-core v1.13.0
23732026-08-25T07:34:49.482Z Compiling normalize-line-endings v0.3.0
23742026-08-25T07:34:49.594Z Compiling fixedbitset v0.4.2
23752026-08-25T07:34:49.683Z Compiling supports-unicode v3.0.0
23762026-08-25T07:34:49.815Z Compiling static_assertions v1.1.0
23772026-08-25T07:34:49.839Z Compiling toml_write v0.1.2
23782026-08-25T07:34:49.852Z Compiling supports-hyperlinks v3.2.0
23792026-08-25T07:34:49.881Z Compiling precomputed-hash v0.1.1
23802026-08-25T07:34:49.898Z Compiling fixedbitset v0.5.7
23812026-08-25T07:34:50.070Z Compiling winnow v1.0.3
23822026-08-25T07:34:50.194Z Compiling data-encoding v2.10.0
23832026-08-25T07:34:50.210Z Compiling winnow v0.7.14
23842026-08-25T07:34:50.303Z Compiling unicode-width v0.1.14
23852026-08-25T07:34:50.385Z Compiling predicates-core v1.0.10
23862026-08-25T07:34:50.539Z Compiling keccak v0.1.6
23872026-08-25T07:34:50.553Z Compiling difflib v0.4.0
23882026-08-25T07:34:50.673Z Compiling whoami v2.1.0
23892026-08-25T07:34:50.733Z Compiling new_debug_unreachable v1.0.6
23902026-08-25T07:34:50.750Z Compiling sha3 v0.10.8
23912026-08-25T07:34:50.817Z Compiling string_cache v0.8.9
23922026-08-25T07:34:50.885Z Compiling predicates v3.1.4
23932026-08-25T07:34:51.008Z Compiling toml_parser v1.1.2+spec-1.1.0
23942026-08-25T07:34:51.027Z Compiling tokio-postgres v0.7.16
23952026-08-25T07:34:51.049Z Compiling miette v7.6.0
23962026-08-25T07:34:51.062Z Compiling hickory-proto v0.25.2
23972026-08-25T07:34:51.604Z Compiling petgraph v0.8.3
23982026-08-25T07:34:51.608Z Compiling chacha20 v0.10.0
23992026-08-25T07:34:51.924Z Compiling toml_edit v0.22.27
24002026-08-25T07:34:52.044Z Compiling elliptic-curve v0.13.8
24012026-08-25T07:34:52.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24022026-08-25T07:34:52.656Z Compiling petgraph v0.6.5
24032026-08-25T07:34:52.702Z Compiling usdt v0.6.0
24042026-08-25T07:34:53.484Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24052026-08-25T07:34:54.217Z Compiling ed25519-dalek v2.2.0
24062026-08-25T07:34:54.936Z Compiling crossterm v0.28.1
24072026-08-25T07:34:55.146Z Compiling zip v4.6.1
24082026-08-25T07:34:55.270Z Compiling iddqd v0.4.2
24092026-08-25T07:34:56.041Z Compiling oxide-generation v0.1.3
24102026-08-25T07:34:56.096Z Compiling itertools v0.15.0
24112026-08-25T07:34:56.126Z Compiling itertools v0.13.0
24122026-08-25T07:34:56.352Z Compiling derive_more v2.1.1
24132026-08-25T07:34:56.478Z Compiling similar v2.7.0
24142026-08-25T07:34:56.593Z Compiling serde_with v3.21.0
24152026-08-25T07:34:57.182Z Compiling heck v0.4.1
24162026-08-25T07:34:57.540Z Compiling tokio-stream v0.1.18
24172026-08-25T07:34:57.555Z Compiling buf-list v1.1.2
24182026-08-25T07:34:57.608Z Compiling half v2.7.1
24192026-08-25T07:34:57.721Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24202026-08-25T07:34:57.816Z Compiling openapiv3 v2.2.0
24212026-08-25T07:34:58.425Z Compiling ciborium-io v0.2.2
24222026-08-25T07:34:58.495Z Compiling peg-runtime v0.8.5
24232026-08-25T07:34:58.514Z Compiling lalrpop-util v0.19.12
24242026-08-25T07:34:58.612Z Compiling ciborium-ll v0.2.2
24252026-08-25T07:34:59.958Z Compiling crossbeam-deque v0.8.6
24262026-08-25T07:35:00.433Z Compiling camino-tempfile v1.4.1
24272026-08-25T07:35:00.827Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-08-25T07:35:01.233Z Compiling blake3 v1.8.5
24292026-08-25T07:35:01.332Z Compiling fs-err v2.11.0
24302026-08-25T07:35:03.798Z Compiling rustls-webpki v0.103.13
24312026-08-25T07:35:03.986Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24322026-08-25T07:35:05.390Z Compiling ciborium v0.2.2
24332026-08-25T07:35:06.153Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24342026-08-25T07:35:06.768Z Compiling thread_local v1.1.9
24352026-08-25T07:35:06.824Z Compiling arrayvec v0.7.6
24362026-08-25T07:35:06.896Z Compiling constant_time_eq v0.4.2
24372026-08-25T07:35:06.918Z Compiling slog-async v2.8.0
24382026-08-25T07:35:07.082Z Compiling arrayref v0.3.9
24392026-08-25T07:35:07.238Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24402026-08-25T07:35:07.256Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24412026-08-25T07:35:07.363Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24422026-08-25T07:35:07.378Z Compiling toml v0.8.23
24432026-08-25T07:35:07.553Z Compiling tokio-rustls v0.26.4
24442026-08-25T07:35:07.658Z Compiling rustls-platform-verifier v0.6.2
24452026-08-25T07:35:07.686Z Compiling tough v0.22.0
24462026-08-25T07:35:07.705Z Compiling atomicwrites v0.4.4
24472026-08-25T07:35:07.837Z Compiling hyper-rustls v0.27.7
24482026-08-25T07:35:07.852Z Compiling sha2 v0.11.0
24492026-08-25T07:35:07.882Z Compiling digest-io v0.1.0
24502026-08-25T07:35:07.996Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24512026-08-25T07:35:08.039Z Compiling crossbeam-channel v0.5.15
24522026-08-25T07:35:08.151Z Compiling reqwest v0.13.2
24532026-08-25T07:35:08.300Z Compiling serde_path_to_error v0.1.20
24542026-08-25T07:35:08.548Z Compiling is-terminal v0.4.17
24552026-08-25T07:35:08.665Z Compiling rawzip v0.4.4
24562026-08-25T07:35:08.733Z Compiling take_mut v0.2.2
24572026-08-25T07:35:08.760Z Compiling topological-sort v0.2.2
24582026-08-25T07:35:08.871Z Compiling debug-ignore v1.0.5
24592026-08-25T07:35:08.943Z Compiling indent_write v2.2.0
24602026-08-25T07:35:08.960Z Compiling parse-size v1.1.0
24612026-08-25T07:35:09.006Z Compiling term v1.2.1
24622026-08-25T07:35:09.121Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24632026-08-25T07:35:09.134Z Compiling shell-words v1.1.1
24642026-08-25T07:35:09.384Z Compiling slog-term v2.9.2
24652026-08-25T07:35:11.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24662026-08-25T07:35:16.743Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24672026-08-25T07:35:18.803Z Compiling omicron-zone-package v0.12.3
24682026-08-25T07:35:19.116Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24692026-08-25T07:35:19.426Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24702026-08-25T07:35:19.453Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24712026-08-25T07:35:24.041Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24722026-08-25T07:35:36.190Z Finished `release` profile [optimized] target(s) in 1m 31s
24732026-08-25T07:35:36.333Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24742026-08-25T07:35:36.390ZAug 25 07:35:35.448 DEBG changing working directory to /work/oxidecomputer/omicron
24752026-08-25T07:35:36.489ZAug 25 07:35:35.545 DEBG running: git rev-parse HEAD
24762026-08-25T07:35:36.492ZAug 25 07:35:35.547 DEBG process exited with exit status: 0 (2.472413ms)
24772026-08-25T07:35:36.492ZAug 25 07:35:35.547 INFO version: 23.0.0-0.ci+git521e1b3903a
24782026-08-25T07:35:36.498ZAug 25 07:35:35.556 INFO cloning helios to /work/oxidecomputer/helios
24792026-08-25T07:35:36.498ZAug 25 07:35:35.556 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24802026-08-25T07:35:36.504ZCloning into '/work/oxidecomputer/helios'...
24812026-08-25T07:35:37.136ZAug 25 07:35:36.116 DEBG process exited with exit status: 0 (560.252969ms)
24822026-08-25T07:35:37.136ZAug 25 07:35:36.116 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24832026-08-25T07:35:37.140ZAug 25 07:35:36.118 DEBG process exited with exit status: 0 (2.326823ms)
24842026-08-25T07:35:37.140ZAug 25 07:35:36.118 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24852026-08-25T07:35:37.433ZAug 25 07:35:36.492 DEBG process exited with exit status: 0 (373.718737ms)
24862026-08-25T07:35:37.433ZAug 25 07:35:36.492 DEBG running: zfs list rpool/images/build/host
24872026-08-25T07:35:37.438ZNAME USED AVAIL REFER MOUNTPOINT
24882026-08-25T07:35:37.438Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24892026-08-25T07:35:37.441ZAug 25 07:35:36.496 DEBG process exited with exit status: 0 (4.547055ms)
24902026-08-25T07:35:37.441ZAug 25 07:35:36.496 DEBG running: zfs list rpool/images/build/recovery
24912026-08-25T07:35:37.445ZNAME USED AVAIL REFER MOUNTPOINT
24922026-08-25T07:35:37.445Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24932026-08-25T07:35:37.445ZAug 25 07:35:36.500 DEBG process exited with exit status: 0 (3.469694ms)
24942026-08-25T07:35:37.445ZAug 25 07:35:36.500 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24952026-08-25T07:35:37.454ZAug 25 07:35:36.513 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026082002.0.0; the console needs a client regen and tools/console_version needs a bump
24962026-08-25T07:35:37.459ZAug 25 07:35:36.513 INFO [hubris-production] running task
24972026-08-25T07:35:37.460ZAug 25 07:35:36.513 INFO [hubris-staging] running task
24982026-08-25T07:35:37.460ZAug 25 07:35:36.513 INFO [incorp-manifest] running task
24992026-08-25T07:35:37.460ZAug 25 07:35:36.513 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25002026-08-25T07:35:37.460ZAug 25 07:35:36.514 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
25012026-08-25T07:35:37.460ZAug 25 07:35:36.514 INFO [incorp-create] running: pkgrepo create /work/incorporation
25022026-08-25T07:35:37.460ZAug 25 07:35:36.516 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25032026-08-25T07:35:37.499Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25042026-08-25T07:35:37.693ZAug 25 07:35:36.751 INFO [incorp-create] process exited with exit status: 0 (236.768851ms)
25052026-08-25T07:35:37.696ZAug 25 07:35:36.751 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25062026-08-25T07:35:37.893Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-08-25T07:35:37.919ZAug 25 07:35:36.977 INFO [incorp-publisher] process exited with exit status: 0 (226.190358ms)
25082026-08-25T07:35:38.320Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-08-25T07:35:38.687ZAug 25 07:35:37.746 INFO [hubris-production] task succeeded (1.232463846s)
25102026-08-25T07:35:39.415Z[ omicron-package] Compiling macaddr v1.0.1
25112026-08-25T07:35:39.432Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25122026-08-25T07:35:39.432Z[ omicron-package] Compiling secrecy v0.10.3
25132026-08-25T07:35:39.432Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-08-25T07:35:39.432Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25152026-08-25T07:35:39.432Z[ omicron-package] Compiling heapless v0.8.0
25162026-08-25T07:35:39.432Z[ omicron-package] Compiling ingot-macros v0.2.0
25172026-08-25T07:35:39.432Z[ omicron-package] Compiling hash32 v0.3.1
25182026-08-25T07:35:39.432Z[ omicron-package] Compiling inout v0.1.4
25192026-08-25T07:35:39.432Z[ omicron-package] Compiling multer v3.1.0
25202026-08-25T07:35:39.432Z[ omicron-package] Compiling match_cfg v0.1.0
25212026-08-25T07:35:39.432Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25222026-08-25T07:35:39.432Z[ omicron-package] Compiling compression-core v0.4.31
25232026-08-25T07:35:39.432Z[ omicron-package] Compiling smoltcp v0.11.0
25242026-08-25T07:35:39.432Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-08-25T07:35:39.432Z[ omicron-package] Compiling slog-json v2.6.1
25262026-08-25T07:35:39.615ZAug 25 07:35:38.673 DEBG process exited with exit status: 0 (2.159296314s)
25272026-08-25T07:35:39.618ZAug 25 07:35:38.673 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25282026-08-25T07:35:40.032Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25292026-08-25T07:35:40.299Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25302026-08-25T07:35:40.486Z[ omicron-package] Compiling compression-codecs v0.4.37
25312026-08-25T07:35:40.609Z[ omicron-package] Compiling cipher v0.4.4
25322026-08-25T07:35:40.729Z[ omicron-package] Compiling hostname v0.3.1
25332026-08-25T07:35:40.732Z[ omicron-package] Compiling cobs v0.3.0
25342026-08-25T07:35:40.840Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25352026-08-25T07:35:40.890Z[ omicron-package] Compiling universal-hash v0.5.1
25362026-08-25T07:35:40.925Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25372026-08-25T07:35:41.017Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25382026-08-25T07:35:41.021Z[ omicron-package] Compiling serde_spanned v1.1.1
25392026-08-25T07:35:41.021Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25402026-08-25T07:35:41.021Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25412026-08-25T07:35:41.024Z[ omicron-package] Compiling dropshot v0.17.1
25422026-08-25T07:35:41.061Z[ omicron-package] Compiling async-stream-impl v0.3.6
25432026-08-25T07:35:41.068Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-08-25T07:35:41.068Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25452026-08-25T07:35:41.098Z[ omicron-package] Compiling convert_case v0.4.0
25462026-08-25T07:35:41.114Z[ omicron-package] Compiling opaque-debug v0.3.1
25472026-08-25T07:35:41.363Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25482026-08-25T07:35:41.363Z[ omicron-package] Compiling poly1305 v0.8.0
25492026-08-25T07:35:41.366Z[ omicron-package] Compiling slog-bunyan v2.5.0
25502026-08-25T07:35:41.458Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25512026-08-25T07:35:41.617Z[ omicron-package] Compiling postcard v1.1.3
25522026-08-25T07:35:41.624Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25532026-08-25T07:35:41.624Z[ omicron-package] Compiling chacha20 v0.9.1
25542026-08-25T07:35:41.708Z[ omicron-package] Compiling async-compression v0.4.41
25552026-08-25T07:35:41.851Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25562026-08-25T07:35:41.851Z[ omicron-package] Compiling num_enum_derive v0.7.6
25572026-08-25T07:35:41.851Z[ omicron-package] Compiling async-stream v0.3.6
25582026-08-25T07:35:41.854Z[ omicron-package] Compiling derive_more v0.99.20
25592026-08-25T07:35:42.016Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-25T07:35:42.020Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-25T07:35:42.020Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-25T07:35:42.156Z[ omicron-package] Compiling parse-display-derive v0.10.0
25632026-08-25T07:35:42.196Z[ omicron-package] Compiling waitgroup v0.1.2
25642026-08-25T07:35:42.199Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25652026-08-25T07:35:42.312Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25662026-08-25T07:35:42.419Z[ omicron-package] Compiling backon v1.6.0
25672026-08-25T07:35:42.512ZAug 25 07:35:41.571 DEBG process exited with exit status: 0 (2.897951566s)
25682026-08-25T07:35:42.515ZAug 25 07:35:41.572 INFO [incorp-manifest] task succeeded (5.058776122s)
25692026-08-25T07:35:42.515ZAug 25 07:35:41.572 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25702026-08-25T07:35:42.566Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25712026-08-25T07:35:42.714Z[ omicron-package] Compiling password-hash v0.5.0
25722026-08-25T07:35:42.742ZAug 25 07:35:41.800 INFO [incorp-fmt] process exited with exit status: 0 (227.222568ms)
25732026-08-25T07:35:42.745ZAug 25 07:35:41.800 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25742026-08-25T07:35:42.761Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-08-25T07:35:42.817Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25762026-08-25T07:35:42.884Z[ omicron-package] Compiling blake2 v0.10.6
25772026-08-25T07:35:42.887Z[ omicron-package] Compiling aead v0.5.2
25782026-08-25T07:35:42.980Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25792026-08-25T07:35:43.069Z[ omicron-package] Compiling hostname v0.4.2
25802026-08-25T07:35:43.093Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T073542Z
25812026-08-25T07:35:43.093Z[ incorp-pkgsend] PUBLISHED
25822026-08-25T07:35:43.140Z[ omicron-package] Compiling proc-macro-error v1.0.4
25832026-08-25T07:35:43.151ZAug 25 07:35:42.210 INFO [incorp-pkgsend] process exited with exit status: 0 (410.417968ms)
25842026-08-25T07:35:43.154ZAug 25 07:35:42.210 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25852026-08-25T07:35:43.158Z[ omicron-package] Compiling instant v0.1.13
25862026-08-25T07:35:43.212Z[ omicron-package] Compiling ingot-types v0.2.0
25872026-08-25T07:35:43.255Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25882026-08-25T07:35:43.377Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25892026-08-25T07:35:43.429Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25902026-08-25T07:35:43.488Z[ helios-incorp] Retrieving packages for publisher helios ...
25912026-08-25T07:35:43.492Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25922026-08-25T07:35:43.525Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25932026-08-25T07:35:43.525Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25942026-08-25T07:35:43.525Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25952026-08-25T07:35:43.528Z[ helios-incorp]
25962026-08-25T07:35:43.528Z[ helios-incorp] Archiving packages ...
25972026-08-25T07:35:43.528Z[ helios-incorp] Packages to add: 1
25982026-08-25T07:35:43.528Z[ helios-incorp] Files to retrieve: 0
25992026-08-25T07:35:43.528Z[ helios-incorp] Estimated transfer size: 0.00 B
26002026-08-25T07:35:43.528Z[ helios-incorp]
26012026-08-25T07:35:43.528Z[ helios-incorp] Packages to archive:
26022026-08-25T07:35:43.528Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T073542Z
26032026-08-25T07:35:43.531Z[ helios-incorp]
26042026-08-25T07:35:43.531Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26052026-08-25T07:35:43.531Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26062026-08-25T07:35:43.534Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26072026-08-25T07:35:43.598ZAug 25 07:35:42.654 INFO [helios-incorp] process exited with exit status: 0 (443.161286ms)
26082026-08-25T07:35:43.720Z[ omicron-package] Compiling backoff v0.4.0
26092026-08-25T07:35:43.747Z[ omicron-package] Compiling ingot v0.2.1
26102026-08-25T07:35:43.764Z[ omicron-package] Compiling argon2 v0.5.3
26112026-08-25T07:35:43.790Z[ omicron-package] Compiling num_enum v0.7.6
26122026-08-25T07:35:43.793Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26132026-08-25T07:35:43.793Z[ omicron-package] Compiling parse-display v0.10.0
26142026-08-25T07:35:43.873Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26152026-08-25T07:35:43.903Z[ omicron-package] Compiling progenitor-extras v0.2.0
26162026-08-25T07:35:43.979Z[ omicron-package] Compiling vsss-rs v3.3.4
26172026-08-25T07:35:44.060Z[ omicron-package] Compiling foreign-types v0.5.0
26182026-08-25T07:35:44.063Z[ omicron-package] Compiling num_enum_derive v0.5.11
26192026-08-25T07:35:44.063Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202026-08-25T07:35:44.296Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26212026-08-25T07:35:44.371Z[ omicron-package] Compiling regress v0.10.5
26222026-08-25T07:35:44.416Z[ omicron-package] Compiling itertools v0.14.0
26232026-08-25T07:35:44.420Z[ omicron-package] Compiling tabwriter v1.4.1
26242026-08-25T07:35:44.719Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26252026-08-25T07:35:44.741Z[ omicron-package] Compiling cstr-argument v0.1.2
26262026-08-25T07:35:44.782Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-25T07:35:44.787Z[ omicron-package] Compiling humantime v2.3.0
26282026-08-25T07:35:45.008Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26292026-08-25T07:35:45.024Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-08-25T07:35:45.077Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26312026-08-25T07:35:45.320Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-08-25T07:35:45.443Z[ omicron-package] Compiling num_enum v0.5.11
26332026-08-25T07:35:45.514Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26342026-08-25T07:35:45.591Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26352026-08-25T07:35:45.627Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-08-25T07:35:45.789Z[ omicron-package] Compiling rayon v1.11.0
26372026-08-25T07:35:45.799Z[ omicron-package] Compiling rand v0.10.1
26382026-08-25T07:35:45.799Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26392026-08-25T07:35:45.870Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-08-25T07:35:45.959Z[ omicron-package] Compiling colored v3.1.1
26412026-08-25T07:35:45.988Z[ omicron-package] Compiling libefi-sys v0.1.0
26422026-08-25T07:35:46.007Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26432026-08-25T07:35:46.026Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26442026-08-25T07:35:46.067Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452026-08-25T07:35:46.153Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26462026-08-25T07:35:46.411Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26472026-08-25T07:35:46.478Z[ omicron-package] Compiling itertools v0.12.1
26482026-08-25T07:35:46.498Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26492026-08-25T07:35:46.535Z[ omicron-package] Compiling usdt-macro v0.5.0
26502026-08-25T07:35:46.578Z[ omicron-package] Compiling sigpipe v0.1.3
26512026-08-25T07:35:46.688Z[ omicron-package] Compiling memmap v0.7.0
26522026-08-25T07:35:46.693Z[ omicron-package] Compiling bitfield-struct v0.6.2
26532026-08-25T07:35:46.751Z[ omicron-package] Compiling num-derive v0.4.2
26542026-08-25T07:35:46.839Z[ omicron-package] Compiling swrite v0.1.0
26552026-08-25T07:35:47.023Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562026-08-25T07:35:47.058Z[ omicron-package] Compiling glob v0.3.3
26572026-08-25T07:35:47.500Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26582026-08-25T07:35:47.531Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592026-08-25T07:35:47.675Z[ omicron-package] Compiling usdt v0.5.0
26602026-08-25T07:35:47.946Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26612026-08-25T07:35:48.097Z[ omicron-package] Compiling zone v0.3.1
26622026-08-25T07:35:48.100Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26632026-08-25T07:35:48.100Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26642026-08-25T07:35:48.220Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26652026-08-25T07:35:48.223Z[ omicron-package] Compiling smf v0.2.3
26662026-08-25T07:35:48.237Z[ omicron-package] Compiling whoami v1.6.1
26672026-08-25T07:35:48.255Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26682026-08-25T07:35:48.382Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26692026-08-25T07:35:48.431Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26702026-08-25T07:35:48.500Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-08-25T07:35:48.512Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26722026-08-25T07:35:48.813Z[ omicron-package] Compiling gethostname v0.5.0
26732026-08-25T07:35:48.913Z[ omicron-package] Compiling console v0.16.2
26742026-08-25T07:35:49.036Z[ omicron-package] Compiling unit-prefix v0.5.2
26752026-08-25T07:35:49.094Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26762026-08-25T07:35:49.300Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26772026-08-25T07:35:49.610Z[ omicron-package] Compiling indicatif v0.18.4
26782026-08-25T07:35:52.619Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26792026-08-25T07:35:53.234Z[ helios-setup] Aug 25 07:35:52.293 INFO helios repository root is: /work/oxidecomputer/helios
26802026-08-25T07:35:53.238Z[ helios-setup] Aug 25 07:35:52.294 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
26812026-08-25T07:35:53.238Z[ helios-setup] Aug 25 07:35:52.294 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26822026-08-25T07:35:53.241Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26832026-08-25T07:35:54.260Z[ helios-setup] Aug 25 07:35:53.319 INFO clone ok!, project: pilot
26842026-08-25T07:35:54.263Z[ helios-setup] Aug 25 07:35:53.319 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
26852026-08-25T07:35:54.263Z[ helios-setup] Aug 25 07:35:53.319 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26862026-08-25T07:35:54.263Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26872026-08-25T07:35:55.045Z[ helios-setup] Aug 25 07:35:54.104 INFO clone ok!, project: dmar-report
26882026-08-25T07:35:55.048Z[ helios-setup] Aug 25 07:35:54.104 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
26892026-08-25T07:35:55.048Z[ helios-setup] Aug 25 07:35:54.104 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26902026-08-25T07:35:55.048Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26912026-08-25T07:35:55.148ZAug 25 07:35:54.205 INFO [hubris-staging] task succeeded (17.692131507s)
26922026-08-25T07:35:55.550Z[ helios-setup] Aug 25 07:35:54.608 INFO clone ok!, project: pinprick
26932026-08-25T07:35:55.550Z[ helios-setup] Aug 25 07:35:54.608 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
26942026-08-25T07:35:55.554Z[ helios-setup] Aug 25 07:35:54.608 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
26952026-08-25T07:35:55.554Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26962026-08-25T07:35:56.481Z[ helios-setup] Aug 25 07:35:55.539 INFO clone ok!, project: amd-host-image-builder
26972026-08-25T07:35:56.481Z[ helios-setup] Aug 25 07:35:55.539 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
26982026-08-25T07:35:56.481Z[ helios-setup] Aug 25 07:35:55.539 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26992026-08-25T07:35:56.484Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27002026-08-25T07:36:02.069Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27012026-08-25T07:36:02.830Z[ helios-setup] Aug 25 07:36:01.888 INFO clone ok!, project: amd-firmware
27022026-08-25T07:36:02.832Z[ helios-setup] Aug 25 07:36:01.888 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27032026-08-25T07:36:02.833Z[ helios-setup] Aug 25 07:36:01.888 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27042026-08-25T07:36:02.833Z[ helios-setup] Aug 25 07:36:01.888 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
27052026-08-25T07:36:02.833Z[ helios-setup] Aug 25 07:36:01.888 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27062026-08-25T07:36:02.833Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27072026-08-25T07:36:03.707Z[ helios-setup] Aug 25 07:36:02.764 INFO clone ok!, project: chelsio-t6-roms
27082026-08-25T07:36:03.707Z[ helios-setup] Aug 25 07:36:02.764 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
27092026-08-25T07:36:03.710Z[ helios-setup] Aug 25 07:36:02.765 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27102026-08-25T07:36:03.710Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27112026-08-25T07:36:04.784Z[ helios-setup] Aug 25 07:36:03.842 INFO clone ok!, project: phbl
27122026-08-25T07:36:04.784Z[ helios-setup] Aug 25 07:36:03.843 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
27132026-08-25T07:36:04.789Z[ helios-setup] Aug 25 07:36:03.843 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27142026-08-25T07:36:04.789Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27152026-08-25T07:36:05.401Z[ helios-setup] Aug 25 07:36:04.459 INFO clone ok!, project: image-builder
27162026-08-25T07:36:05.404Z[ helios-setup] Aug 25 07:36:04.460 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27172026-08-25T07:36:05.404Z[ helios-setup] Aug 25 07:36:04.460 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
27182026-08-25T07:36:05.404Z[ helios-setup] Aug 25 07:36:04.460 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27192026-08-25T07:36:05.404Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27202026-08-25T07:36:05.639Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27212026-08-25T07:36:05.976Z[ helios-setup] Aug 25 07:36:05.034 INFO clone ok!, project: bootserver
27222026-08-25T07:36:05.979Z[ helios-setup] Aug 25 07:36:05.034 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27232026-08-25T07:36:06.225Z[ helios-setup] Aug 25 07:36:05.281 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27242026-08-25T07:36:06.499Z[ helios-setup] Aug 25 07:36:05.557 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27252026-08-25T07:36:06.499Z[ helios-setup] Aug 25 07:36:05.557 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27262026-08-25T07:36:06.763Z[ helios-setup] Aug 25 07:36:05.821 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27272026-08-25T07:36:06.780Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27282026-08-25T07:36:07.011Z[ helios-setup] Aug 25 07:36:06.068 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27292026-08-25T07:36:07.011Z[ helios-setup] Aug 25 07:36:06.069 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27302026-08-25T07:36:07.253Z[ helios-setup] Aug 25 07:36:06.311 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27312026-08-25T07:36:07.476Z[ helios-setup] Aug 25 07:36:06.535 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27322026-08-25T07:36:07.476Z[ helios-setup] Aug 25 07:36:06.535 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27332026-08-25T07:36:07.476Z[ helios-setup] Aug 25 07:36:06.535 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27342026-08-25T07:36:07.479Z[ helios-setup] Aug 25 07:36:06.535 INFO ok!
27352026-08-25T07:36:07.479Z[ helios-setup] Aug 25 07:36:06.535 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27362026-08-25T07:36:07.479Z[ helios-setup] Aug 25 07:36:06.535 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27372026-08-25T07:36:07.480Z[ helios-setup] Aug 25 07:36:06.535 INFO ok!
27382026-08-25T07:36:07.480Z[ helios-setup] Aug 25 07:36:06.535 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27392026-08-25T07:36:07.480Z[ helios-setup] Aug 25 07:36:06.535 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27402026-08-25T07:36:07.480Z[ helios-setup] Aug 25 07:36:06.535 INFO ok!
27412026-08-25T07:36:07.480Z[ helios-setup] Aug 25 07:36:06.535 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27422026-08-25T07:36:07.484Z[ helios-setup] Aug 25 07:36:06.543 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27432026-08-25T07:36:07.484Z[ helios-setup] Aug 25 07:36:06.543 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27442026-08-25T07:36:07.487Z[ helios-setup] Aug 25 07:36:06.543 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27452026-08-25T07:36:07.607Z[ helios-setup] Aug 25 07:36:06.614 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27462026-08-25T07:36:08.196Z[ helios-setup] Aug 25 07:36:07.255 INFO E| From https://github.com/jclulow/hiercmd
27472026-08-25T07:36:08.196Z[ helios-setup] Aug 25 07:36:07.255 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27482026-08-25T07:36:08.207Z[ helios-setup] Aug 25 07:36:07.265 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27492026-08-25T07:36:08.526Z[ helios-setup] Aug 25 07:36:07.583 INFO E| From https://github.com/oxidecomputer/network-interface
27502026-08-25T07:36:08.526Z[ helios-setup] Aug 25 07:36:07.583 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27512026-08-25T07:36:08.534Z[ helios-setup] Aug 25 07:36:07.593 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27522026-08-25T07:36:08.817Z[ helios-setup] Aug 25 07:36:07.875 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27532026-08-25T07:36:08.817Z[ helios-setup] Aug 25 07:36:07.875 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27542026-08-25T07:36:08.830Z[ helios-setup] Aug 25 07:36:07.889 INFO E| Updating crates.io index
27552026-08-25T07:36:09.005Z[ helios-setup] Aug 25 07:36:08.063 INFO E| Downloading crates ...
27562026-08-25T07:36:09.056Z[ helios-setup] Aug 25 07:36:08.115 INFO E| Downloaded crc v3.3.0
27572026-08-25T07:36:09.059Z[ helios-setup] Aug 25 07:36:08.117 INFO E| Downloaded env_logger v0.11.8
27582026-08-25T07:36:09.065Z[ helios-setup] Aug 25 07:36:08.123 INFO E| Downloaded clap_derive v4.5.49
27592026-08-25T07:36:09.067Z[ helios-setup] Aug 25 07:36:08.124 INFO E| Downloaded zeroize_derive v1.4.2
27602026-08-25T07:36:09.076Z[ helios-setup] Aug 25 07:36:08.135 INFO E| Downloaded time-core v0.1.6
27612026-08-25T07:36:09.079Z[ helios-setup] Aug 25 07:36:08.137 INFO E| Downloaded clap_lex v0.7.6
27622026-08-25T07:36:09.082Z[ helios-setup] Aug 25 07:36:08.138 INFO E| Downloaded futures-io v0.3.31
27632026-08-25T07:36:09.082Z[ helios-setup] Aug 25 07:36:08.139 INFO E| Downloaded futures-macro v0.3.31
27642026-08-25T07:36:09.082Z[ helios-setup] Aug 25 07:36:08.139 INFO E| Downloaded futures-task v0.3.31
27652026-08-25T07:36:09.085Z[ helios-setup] Aug 25 07:36:08.142 INFO E| Downloaded env_filter v0.1.4
27662026-08-25T07:36:09.088Z[ helios-setup] Aug 25 07:36:08.145 INFO E| Downloaded pin-utils v0.1.0
27672026-08-25T07:36:09.092Z[ helios-setup] Aug 25 07:36:08.150 INFO E| Downloaded tokio-macros v2.6.0
27682026-08-25T07:36:09.094Z[ helios-setup] Aug 25 07:36:08.152 INFO E| Downloaded anstyle v1.0.13
27692026-08-25T07:36:09.104Z[ helios-setup] Aug 25 07:36:08.162 INFO E| Downloaded futures-core v0.3.31
27702026-08-25T07:36:09.107Z[ helios-setup] Aug 25 07:36:08.163 INFO E| Downloaded itoa v1.0.15
27712026-08-25T07:36:09.107Z[ helios-setup] Aug 25 07:36:08.164 INFO E| Downloaded serde_spanned v1.0.3
27722026-08-25T07:36:09.112Z[ helios-setup] Aug 25 07:36:08.171 INFO E| Downloaded anstyle-query v1.1.4
27732026-08-25T07:36:09.118Z[ helios-setup] Aug 25 07:36:08.172 INFO E| Downloaded devinfo v0.1.0
27742026-08-25T07:36:09.129Z[ helios-setup] Aug 25 07:36:08.187 INFO E| Downloaded futures-sink v0.3.31
27752026-08-25T07:36:09.132Z[ helios-setup] Aug 25 07:36:08.190 INFO E| Downloaded libdevinfo-sys v1.1.0
27762026-08-25T07:36:09.135Z[ helios-setup] Aug 25 07:36:08.193 INFO E| Downloaded toml_writer v1.0.4
27772026-08-25T07:36:09.137Z[ helios-setup] Aug 25 07:36:08.194 INFO E| Downloaded quote v1.0.41
27782026-08-25T07:36:09.140Z[ helios-setup] Aug 25 07:36:08.196 INFO E| Downloaded pin-project-lite v0.2.16
27792026-08-25T07:36:09.143Z[ helios-setup] Aug 25 07:36:08.199 INFO E| Downloaded num_enum v0.7.5
27802026-08-25T07:36:09.143Z[ helios-setup] Aug 25 07:36:08.202 INFO E| Downloaded num_enum_derive v0.7.5
27812026-08-25T07:36:09.146Z[ helios-setup] Aug 25 07:36:08.202 INFO E| Downloaded getrandom v0.2.16
27822026-08-25T07:36:09.148Z[ helios-setup] Aug 25 07:36:08.205 INFO E| Downloaded bitfield-macros v0.19.3
27832026-08-25T07:36:09.154Z[ helios-setup] Aug 25 07:36:08.211 INFO E| Downloaded simd-adler32 v0.3.7
27842026-08-25T07:36:09.161Z[ helios-setup] Aug 25 07:36:08.217 INFO E| Downloaded deranged v0.5.5
27852026-08-25T07:36:09.163Z[ helios-setup] Aug 25 07:36:08.222 INFO E| Downloaded slab v0.4.11
27862026-08-25T07:36:09.166Z[ helios-setup] Aug 25 07:36:08.222 INFO E| Downloaded futures-executor v0.3.31
27872026-08-25T07:36:09.166Z[ helios-setup] Aug 25 07:36:08.225 INFO E| Downloaded find-msvc-tools v0.1.4
27882026-08-25T07:36:09.171Z[ helios-setup] Aug 25 07:36:08.230 INFO E| Downloaded getopts v0.2.24
27892026-08-25T07:36:09.174Z[ helios-setup] Aug 25 07:36:08.232 INFO E| Downloaded thiserror v2.0.17
27902026-08-25T07:36:09.177Z[ helios-setup] Aug 25 07:36:08.235 INFO E| Downloaded base64ct v1.8.0
27912026-08-25T07:36:09.180Z[ helios-setup] Aug 25 07:36:08.236 INFO E| Downloaded generic-array v0.14.9
27922026-08-25T07:36:09.195Z[ helios-setup] Aug 25 07:36:08.254 INFO E| Downloaded bitfield v0.19.3
27932026-08-25T07:36:09.198Z[ helios-setup] Aug 25 07:36:08.255 INFO E| Downloaded log v0.4.28
27942026-08-25T07:36:09.205Z[ helios-setup] Aug 25 07:36:08.262 INFO E| Downloaded signal-hook-registry v1.4.6
27952026-08-25T07:36:09.211Z[ helios-setup] Aug 25 07:36:08.263 INFO E| Downloaded thiserror-impl v2.0.17
27962026-08-25T07:36:09.211Z[ helios-setup] Aug 25 07:36:08.264 INFO E| Downloaded time-macros v0.2.24
27972026-08-25T07:36:09.211Z[ helios-setup] Aug 25 07:36:08.265 INFO E| Downloaded toml_datetime v0.7.3
27982026-08-25T07:36:09.215Z[ helios-setup] Aug 25 07:36:08.268 INFO E| Downloaded futures-channel v0.3.31
27992026-08-25T07:36:09.221Z[ helios-setup] Aug 25 07:36:08.280 INFO E| Downloaded term v1.2.0
28002026-08-25T07:36:09.224Z[ helios-setup] Aug 25 07:36:08.282 INFO E| Downloaded toml_parser v1.0.4
28012026-08-25T07:36:09.227Z[ helios-setup] Aug 25 07:36:08.286 INFO E| Downloaded iana-time-zone v0.1.64
28022026-08-25T07:36:09.230Z[ helios-setup] Aug 25 07:36:08.288 INFO E| Downloaded ryu v1.0.20
28032026-08-25T07:36:09.233Z[ helios-setup] Aug 25 07:36:08.290 INFO E| Downloaded socket2 v0.6.1
28042026-08-25T07:36:09.236Z[ helios-setup] Aug 25 07:36:08.293 INFO E| Downloaded bitflags v2.10.0
28052026-08-25T07:36:09.236Z[ helios-setup] Aug 25 07:36:08.295 INFO E| Downloaded uuid v1.18.1
28062026-08-25T07:36:09.251Z[ helios-setup] Aug 25 07:36:08.309 INFO E| Downloaded anyhow v1.0.100
28072026-08-25T07:36:09.254Z[ helios-setup] Aug 25 07:36:08.313 INFO E| Downloaded unicode-ident v1.0.22
28082026-08-25T07:36:09.257Z[ helios-setup] Aug 25 07:36:08.315 INFO E| Downloaded toml v0.9.8
28092026-08-25T07:36:09.261Z[ helios-setup] Aug 25 07:36:08.320 INFO E| Downloaded proc-macro2 v1.0.103
28102026-08-25T07:36:09.264Z[ helios-setup] Aug 25 07:36:08.322 INFO E| Downloaded zeroize v1.8.2
28112026-08-25T07:36:09.267Z[ helios-setup] Aug 25 07:36:08.324 INFO E| Downloaded futures v0.3.31
28122026-08-25T07:36:09.270Z[ helios-setup] Aug 25 07:36:08.329 INFO E| Downloaded clap v4.5.51
28132026-08-25T07:36:09.276Z[ helios-setup] Aug 25 07:36:08.335 INFO E| Downloaded serde_derive v1.0.228
28142026-08-25T07:36:09.279Z[ helios-setup] Aug 25 07:36:08.336 INFO E| Downloaded clap_builder v4.5.51
28152026-08-25T07:36:09.291Z[ helios-setup] Aug 25 07:36:08.349 INFO E| Downloaded bytes v1.10.1
28162026-08-25T07:36:09.296Z[ helios-setup] Aug 25 07:36:08.354 INFO E| Downloaded serde_core v1.0.228
28172026-08-25T07:36:09.300Z[ helios-setup] Aug 25 07:36:08.356 INFO E| Downloaded serde v1.0.228
28182026-08-25T07:36:09.304Z[ helios-setup] Aug 25 07:36:08.358 INFO E| Downloaded typenum v1.19.0
28192026-08-25T07:36:09.305Z[ helios-setup] Aug 25 07:36:08.361 INFO E| Downloaded toml_edit v0.23.7
28202026-08-25T07:36:09.311Z[ helios-setup] Aug 25 07:36:08.370 INFO E| Downloaded cc v1.2.44
28212026-08-25T07:36:09.316Z[ helios-setup] Aug 25 07:36:08.374 INFO E| Downloaded memchr v2.7.6
28222026-08-25T07:36:09.323Z[ helios-setup] Aug 25 07:36:08.382 INFO E| Downloaded indexmap v2.12.0
28232026-08-25T07:36:09.338Z[ helios-setup] Aug 25 07:36:08.395 INFO E| Downloaded rsa v0.9.8
28242026-08-25T07:36:09.342Z[ helios-setup] Aug 25 07:36:08.398 INFO E| Downloaded zerocopy-derive v0.8.27
28252026-08-25T07:36:09.348Z[ helios-setup] Aug 25 07:36:08.407 INFO E| Downloaded rand v0.8.5
28262026-08-25T07:36:09.352Z[ helios-setup] Aug 25 07:36:08.410 INFO E| Downloaded flate2 v1.1.5
28272026-08-25T07:36:09.355Z[ helios-setup] Aug 25 07:36:08.413 INFO E| Downloaded mio v1.1.0
28282026-08-25T07:36:09.362Z[ helios-setup] Aug 25 07:36:08.421 INFO E| Downloaded iddqd v0.3.14
28292026-08-25T07:36:09.370Z[ helios-setup] Aug 25 07:36:08.427 INFO E| Downloaded hashbrown v0.16.0
28302026-08-25T07:36:09.379Z[ helios-setup] Aug 25 07:36:08.436 INFO E| Downloaded num-bigint-dig v0.8.4
28312026-08-25T07:36:09.382Z[ helios-setup] Aug 25 07:36:08.439 INFO E| Downloaded time v0.3.44
28322026-08-25T07:36:09.393Z[ helios-setup] Aug 25 07:36:08.451 INFO E| Downloaded futures-util v0.3.31
28332026-08-25T07:36:09.399Z[ helios-setup] Aug 25 07:36:08.458 INFO E| Downloaded serde_json v1.0.145
28342026-08-25T07:36:09.403Z[ helios-setup] Aug 25 07:36:08.462 INFO E| Downloaded winnow v0.7.13
28352026-08-25T07:36:09.421Z[ helios-setup] Aug 25 07:36:08.479 INFO E| Downloaded libm v0.2.15
28362026-08-25T07:36:09.427Z[ helios-setup] Aug 25 07:36:08.485 INFO E| Downloaded chrono v0.4.42
28372026-08-25T07:36:09.441Z[ helios-setup] Aug 25 07:36:08.500 INFO E| Downloaded zerocopy v0.8.27
28382026-08-25T07:36:09.454Z[ helios-setup] Aug 25 07:36:08.513 INFO E| Downloaded unicode-width v0.2.2
28392026-08-25T07:36:09.460Z[ helios-setup] Aug 25 07:36:08.518 INFO E| Downloaded syn v2.0.108
28402026-08-25T07:36:09.474Z[ helios-setup] Aug 25 07:36:08.532 INFO E| Downloaded rustix v1.1.2
28412026-08-25T07:36:09.531Z[ helios-setup] Aug 25 07:36:08.590 INFO E| Downloaded libc v0.2.177
28422026-08-25T07:36:09.545Z[ helios-setup] Aug 25 07:36:08.603 INFO E| Downloaded tokio v1.48.0
28432026-08-25T07:36:09.624Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling proc-macro2 v1.0.103
28442026-08-25T07:36:09.624Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling unicode-ident v1.0.22
28452026-08-25T07:36:09.624Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling quote v1.0.41
28462026-08-25T07:36:09.628Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling libc v0.2.177
28472026-08-25T07:36:09.628Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling serde_core v1.0.228
28482026-08-25T07:36:09.628Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling cfg-if v1.0.4
28492026-08-25T07:36:09.628Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling serde v1.0.228
28502026-08-25T07:36:09.628Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling version_check v0.9.5
28512026-08-25T07:36:09.628Z[ helios-setup] Aug 25 07:36:08.683 INFO E| Compiling autocfg v1.5.0
28522026-08-25T07:36:09.656Z[ helios-setup] Aug 25 07:36:08.715 INFO E| Compiling const-oid v0.9.6
28532026-08-25T07:36:09.659Z[ helios-setup] Aug 25 07:36:08.715 INFO E| Compiling typenum v1.19.0
28542026-08-25T07:36:09.659Z[ helios-setup] Aug 25 07:36:08.716 INFO E| Compiling libm v0.2.15
28552026-08-25T07:36:09.659Z[ helios-setup] Aug 25 07:36:08.716 INFO E| Compiling zerocopy v0.8.27
28562026-08-25T07:36:09.659Z[ helios-setup] Aug 25 07:36:08.716 INFO E| Compiling rustversion v1.0.22
28572026-08-25T07:36:09.659Z[ helios-setup] Aug 25 07:36:08.716 INFO E| Compiling zeroize v1.8.2
28582026-08-25T07:36:09.659Z[ helios-setup] Aug 25 07:36:08.716 INFO E| Compiling base64ct v1.8.0
28592026-08-25T07:36:09.749Z[ helios-setup] Aug 25 07:36:08.807 INFO E| Compiling smallvec v1.15.1
28602026-08-25T07:36:09.802Z[ helios-setup] Aug 25 07:36:08.860 INFO E| Compiling equivalent v1.0.2
28612026-08-25T07:36:09.883Z[ helios-setup] Aug 25 07:36:08.942 INFO E| Compiling winnow v0.7.13
28622026-08-25T07:36:09.912Z[ helios-setup] Aug 25 07:36:08.971 INFO E| Compiling anyhow v1.0.100
28632026-08-25T07:36:10.022Z[ helios-setup] Aug 25 07:36:09.056 INFO E| Compiling generic-array v0.14.9
28642026-08-25T07:36:10.041Z[ helios-setup] Aug 25 07:36:09.099 INFO E| Compiling pem-rfc7468 v0.7.0
28652026-08-25T07:36:10.053Z[ helios-setup] Aug 25 07:36:09.112 INFO E| Compiling byteorder v1.5.0
28662026-08-25T07:36:10.070Z[ helios-setup] Aug 25 07:36:09.128 INFO E| Compiling utf8parse v0.2.2
28672026-08-25T07:36:10.079Z[ helios-setup] Aug 25 07:36:09.137 INFO E| Compiling num-traits v0.2.19
28682026-08-25T07:36:10.129Z[ helios-setup] Aug 25 07:36:09.187 INFO E| Compiling crc32fast v1.5.0
28692026-08-25T07:36:10.147Z[ helios-setup] Aug 25 07:36:09.205 INFO E| Compiling memchr v2.7.6
28702026-08-25T07:36:10.207Z[ helios-setup] Aug 25 07:36:09.263 INFO E| Compiling flagset v0.4.7
28712026-08-25T07:36:10.289Z[ helios-setup] Aug 25 07:36:09.347 INFO E| Compiling hashbrown v0.16.0
28722026-08-25T07:36:10.347Z[ helios-setup] Aug 25 07:36:09.406 INFO E| Compiling rustix v1.1.2
28732026-08-25T07:36:10.397Z[ helios-setup] Aug 25 07:36:09.455 INFO E| Compiling anstyle-parse v0.2.7
28742026-08-25T07:36:10.452Z[ helios-setup] Aug 25 07:36:09.511 INFO E| Compiling getrandom v0.2.16
28752026-08-25T07:36:10.548Z[ helios-setup] Aug 25 07:36:09.603 INFO E| Compiling errno v0.3.14
28762026-08-25T07:36:10.571Z[ helios-setup] Aug 25 07:36:09.630 INFO E| Compiling radium v0.7.0
28772026-08-25T07:36:10.589Z[ helios-setup] Aug 25 07:36:09.648 INFO E| Compiling rand_core v0.6.4
28782026-08-25T07:36:10.638Z[ helios-setup] Aug 25 07:36:09.696 INFO E| Compiling find-msvc-tools v0.1.4
28792026-08-25T07:36:10.669Z[ helios-setup] Aug 25 07:36:09.727 INFO E| Compiling colorchoice v1.0.4
28802026-08-25T07:36:10.701Z[ helios-setup] Aug 25 07:36:09.760 INFO E| Compiling anstyle-query v1.1.4
28812026-08-25T07:36:10.779Z[ helios-setup] Aug 25 07:36:09.837 INFO E| Compiling indexmap v2.12.0
28822026-08-25T07:36:10.788Z[ helios-setup] Aug 25 07:36:09.844 INFO E| Compiling shlex v1.3.0
28832026-08-25T07:36:10.799Z[ helios-setup] Aug 25 07:36:09.856 INFO E| Compiling toml_datetime v0.7.3
28842026-08-25T07:36:10.799Z[ helios-setup] Aug 25 07:36:09.856 INFO E| Compiling cpufeatures v0.2.17
28852026-08-25T07:36:10.836Z[ helios-setup] Aug 25 07:36:09.894 INFO E| Compiling is_terminal_polyfill v1.70.2
28862026-08-25T07:36:10.885Z[ helios-setup] Aug 25 07:36:09.943 INFO E| Compiling anstyle v1.0.13
28872026-08-25T07:36:10.897Z[ helios-setup] Aug 25 07:36:09.955 INFO E| Compiling syn v1.0.109
28882026-08-25T07:36:10.917Z[ helios-setup] Aug 25 07:36:09.976 INFO E| Compiling allocator-api2 v0.2.21
28892026-08-25T07:36:10.938Z[ helios-setup] Aug 25 07:36:09.997 INFO E| Compiling cc v1.2.44
28902026-08-25T07:36:10.966Z[ helios-setup] Aug 25 07:36:10.024 INFO E| Compiling slog v2.8.2
28912026-08-25T07:36:11.092Z[ helios-setup] Aug 25 07:36:10.102 INFO E| Compiling syn v2.0.108
28922026-08-25T07:36:11.097Z[ helios-setup] Aug 25 07:36:10.121 INFO E| Compiling anstream v0.6.21
28932026-08-25T07:36:11.214Z[ helios-setup] Aug 25 07:36:10.272 INFO E| Compiling maybe-uninit v2.0.0
28942026-08-25T07:36:11.254Z[ helios-setup] Aug 25 07:36:10.312 INFO E| Compiling block-buffer v0.10.4
28952026-08-25T07:36:11.268Z[ helios-setup] Aug 25 07:36:10.326 INFO E| Compiling crypto-common v0.1.6
28962026-08-25T07:36:11.330Z[ helios-setup] Aug 25 07:36:10.388 INFO E| Compiling toml_parser v1.0.4
28972026-08-25T07:36:11.380Z[ helios-setup] Aug 25 07:36:10.436 INFO E| Compiling digest v0.10.7
28982026-08-25T07:36:11.420Z[ helios-setup] Aug 25 07:36:10.478 INFO E| Compiling futures-sink v0.3.31
28992026-08-25T07:36:11.420Z[ helios-setup] Aug 25 07:36:10.478 INFO E| Compiling pin-project-lite v0.2.16
29002026-08-25T07:36:11.427Z[ helios-setup] Aug 25 07:36:10.485 INFO E| Compiling pkg-config v0.3.32
29012026-08-25T07:36:11.459Z[ helios-setup] Aug 25 07:36:10.518 INFO E| Compiling parking_lot_core v0.9.12
29022026-08-25T07:36:11.483Z[ helios-setup] Aug 25 07:36:10.542 INFO E| Compiling unicode-width v0.2.2
29032026-08-25T07:36:11.534Z[ helios-setup] Aug 25 07:36:10.591 INFO E| Compiling futures-core v0.3.31
29042026-08-25T07:36:11.553Z[ helios-setup] Aug 25 07:36:10.611 INFO E| Compiling tap v1.0.1
29052026-08-25T07:36:11.597Z[ helios-setup] Aug 25 07:36:10.654 INFO E| Compiling sha2 v0.10.9
29062026-08-25T07:36:11.660Z[ helios-setup] Aug 25 07:36:10.717 INFO E| Compiling wyz v0.5.1
29072026-08-25T07:36:11.670Z[ helios-setup] Aug 25 07:36:10.729 INFO E| Compiling futures-channel v0.3.31
29082026-08-25T07:36:11.679Z[ helios-setup] Aug 25 07:36:10.737 INFO E| Compiling num-integer v0.1.46
29092026-08-25T07:36:11.721Z[ helios-setup] Aug 25 07:36:10.780 INFO E| Compiling toml_edit v0.23.7
29102026-08-25T07:36:11.749Z[ helios-setup] Aug 25 07:36:10.808 INFO E| Compiling getopts v0.2.24
29112026-08-25T07:36:11.768Z[ helios-setup] Aug 25 07:36:10.826 INFO E| Compiling ahash v0.8.12
29122026-08-25T07:36:11.830Z[ helios-setup] Aug 25 07:36:10.888 INFO E| Compiling bytes v1.10.1
29132026-08-25T07:36:11.866Z[ helios-setup] Aug 25 07:36:10.924 INFO E| Compiling clap_lex v0.7.6
29142026-08-25T07:36:11.945Z[ helios-setup] Aug 25 07:36:11.003 INFO E| Compiling getrandom v0.3.4
29152026-08-25T07:36:11.952Z[ helios-setup] Aug 25 07:36:11.010 INFO E| Compiling num-bigint-dig v0.8.4
29162026-08-25T07:36:11.952Z[ helios-setup] Aug 25 07:36:11.010 INFO E| Compiling pin-utils v0.1.0
29172026-08-25T07:36:11.983Z[ helios-setup] Aug 25 07:36:11.041 INFO E| Compiling spin v0.9.8
29182026-08-25T07:36:12.002Z[ helios-setup] Aug 25 07:36:11.060 INFO E| Compiling powerfmt v0.2.0
29192026-08-25T07:36:12.031Z[ helios-setup] Aug 25 07:36:11.089 INFO E| Compiling bitflags v2.10.0
29202026-08-25T07:36:12.058Z[ helios-setup] Aug 25 07:36:11.117 INFO E| Compiling scopeguard v1.2.0
29212026-08-25T07:36:12.075Z[ helios-setup] Aug 25 07:36:11.133 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29222026-08-25T07:36:12.163Z[ helios-setup] Aug 25 07:36:11.221 INFO E| Compiling futures-task v0.3.31
29232026-08-25T07:36:12.170Z[ helios-setup] Aug 25 07:36:11.228 INFO E| Compiling num-conv v0.1.0
29242026-08-25T07:36:12.185Z[ helios-setup] Aug 25 07:36:11.240 INFO E| Compiling slab v0.4.11
29252026-08-25T07:36:12.268Z[ helios-setup] Aug 25 07:36:11.312 INFO E| Compiling funty v2.0.0
29262026-08-25T07:36:12.274Z[ helios-setup] Aug 25 07:36:11.317 INFO E| Compiling packed_struct v0.10.1
29272026-08-25T07:36:12.302Z[ helios-setup] Aug 25 07:36:11.361 INFO E| Compiling heck v0.5.0
29282026-08-25T07:36:12.313Z[ helios-setup] Aug 25 07:36:11.370 INFO E| Compiling itoa v1.0.15
29292026-08-25T07:36:12.320Z[ helios-setup] Aug 25 07:36:11.379 INFO E| Compiling thiserror v1.0.69
29302026-08-25T07:36:12.344Z[ helios-setup] Aug 25 07:36:11.402 INFO E| Compiling proc-macro-crate v3.4.0
29312026-08-25T07:36:12.397Z[ helios-setup] Aug 25 07:36:11.454 INFO E| Compiling strsim v0.11.1
29322026-08-25T07:36:12.455Z[ helios-setup] Aug 25 07:36:11.513 INFO E| Compiling futures-io v0.3.31
29332026-08-25T07:36:12.468Z[ helios-setup] Aug 25 07:36:11.526 INFO E| Compiling time-core v0.1.6
29342026-08-25T07:36:12.532Z[ helios-setup] Aug 25 07:36:11.588 INFO E| Compiling deranged v0.5.5
29352026-08-25T07:36:12.586Z[ helios-setup] Aug 25 07:36:11.644 INFO E| Compiling lock_api v0.4.14
29362026-08-25T07:36:12.617Z[ helios-setup] Aug 25 07:36:11.676 INFO E| Compiling time-macros v0.2.24
29372026-08-25T07:36:12.706Z[ helios-setup] Aug 25 07:36:11.765 INFO E| Compiling bitvec v1.0.1
29382026-08-25T07:36:12.734Z[ helios-setup] Aug 25 07:36:11.792 INFO E| Compiling terminal_size v0.4.3
29392026-08-25T07:36:12.807Z[ helios-setup] Aug 25 07:36:11.864 INFO E| Compiling lazy_static v1.5.0
29402026-08-25T07:36:12.855Z[ helios-setup] Aug 25 07:36:11.913 INFO E| Compiling clap_builder v4.5.51
29412026-08-25T07:36:12.858Z[ helios-setup] Aug 25 07:36:11.914 INFO E| Compiling num-iter v0.1.45
29422026-08-25T07:36:12.920Z[ helios-setup] Aug 25 07:36:11.977 INFO E| Compiling indexmap v1.9.3
29432026-08-25T07:36:12.951Z[ helios-setup] Aug 25 07:36:12.009 INFO E| Compiling thiserror v2.0.17
29442026-08-25T07:36:12.966Z[ helios-setup] Aug 25 07:36:12.025 INFO E| Compiling iana-time-zone v0.1.64
29452026-08-25T07:36:12.990Z[ helios-setup] Aug 25 07:36:12.044 INFO E| Compiling crc-catalog v2.4.0
29462026-08-25T07:36:13.125Z[ helios-setup] Aug 25 07:36:12.183 INFO E| Compiling log v0.4.28
29472026-08-25T07:36:13.181Z[ helios-setup] Aug 25 07:36:12.238 INFO E| Compiling once_cell v1.21.3
29482026-08-25T07:36:13.250Z[ helios-setup] Aug 25 07:36:12.308 INFO E| Compiling serde_json v1.0.145
29492026-08-25T07:36:13.254Z[ helios-setup] Aug 25 07:36:12.308 INFO E| Compiling nodrop v0.1.14
29502026-08-25T07:36:13.297Z[ helios-setup] Aug 25 07:36:12.354 INFO E| Compiling simd-adler32 v0.3.7
29512026-08-25T07:36:13.315Z[ helios-setup] Aug 25 07:36:12.372 INFO E| Compiling adler2 v2.0.1
29522026-08-25T07:36:13.357Z[ helios-setup] Aug 25 07:36:12.415 INFO E| Compiling array-init v0.0.4
29532026-08-25T07:36:13.365Z[ helios-setup] Aug 25 07:36:12.422 INFO E| Compiling env_filter v0.1.4
29542026-08-25T07:36:13.406Z[ helios-setup] Aug 25 07:36:12.463 INFO E| Compiling parking_lot v0.12.5
29552026-08-25T07:36:13.485Z[ helios-setup] Aug 25 07:36:12.543 INFO E| Compiling miniz_oxide v0.8.9
29562026-08-25T07:36:13.517Z[ helios-setup] Aug 25 07:36:12.575 INFO E| Compiling chrono v0.4.42
29572026-08-25T07:36:13.545Z[ helios-setup] Aug 25 07:36:12.603 INFO E| Compiling crc v3.3.0
29582026-08-25T07:36:13.558Z[ helios-setup] Aug 25 07:36:12.616 INFO E| Compiling smallvec v0.6.14
29592026-08-25T07:36:13.791Z[ helios-setup] Aug 25 07:36:12.848 INFO E| Compiling serde_spanned v1.0.3
29602026-08-25T07:36:13.797Z[ helios-setup] Aug 25 07:36:12.855 INFO E| Compiling time v0.3.44
29612026-08-25T07:36:13.959Z[ helios-setup] Aug 25 07:36:12.989 INFO E| Compiling signature v2.2.0
29622026-08-25T07:36:13.967Z[ helios-setup] Aug 25 07:36:13.019 INFO E| Compiling socket2 v0.6.1
29632026-08-25T07:36:14.106Z[ helios-setup] Aug 25 07:36:13.165 INFO E| Compiling mio v1.1.0
29642026-08-25T07:36:14.130Z[ helios-setup] Aug 25 07:36:13.188 INFO E| Compiling signal-hook-registry v1.4.6
29652026-08-25T07:36:14.217Z[ helios-setup] Aug 25 07:36:13.275 INFO E| Compiling is-terminal v0.4.17
29662026-08-25T07:36:14.245Z[ helios-setup] Aug 25 07:36:13.303 INFO E| Compiling thread_local v1.1.9
29672026-08-25T07:36:14.320Z[ helios-setup] Aug 25 07:36:13.378 INFO E| Compiling ryu v1.0.20
29682026-08-25T07:36:14.366Z[ helios-setup] Aug 25 07:36:13.424 INFO E| Compiling term v1.2.0
29692026-08-25T07:36:14.608Z[ helios-setup] Aug 25 07:36:13.667 INFO E| Compiling toml_writer v1.0.4
29702026-08-25T07:36:14.622Z[ helios-setup] Aug 25 07:36:13.681 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29712026-08-25T07:36:14.661Z[ helios-setup] Aug 25 07:36:13.716 INFO E| Compiling base64 v0.21.7
29722026-08-25T07:36:14.677Z[ helios-setup] Aug 25 07:36:13.734 INFO E| Compiling packed_struct_codegen v0.10.1
29732026-08-25T07:36:14.775Z[ helios-setup] Aug 25 07:36:13.833 INFO E| Compiling subtle v2.6.1
29742026-08-25T07:36:14.859Z[ helios-setup] Aug 25 07:36:13.917 INFO E| Compiling libdevinfo-sys v1.1.0
29752026-08-25T07:36:14.867Z[ helios-setup] Aug 25 07:36:13.926 INFO E| Compiling winnow v0.5.40
29762026-08-25T07:36:14.876Z[ helios-setup] Aug 25 07:36:13.933 INFO E| Compiling hashbrown v0.12.3
29772026-08-25T07:36:14.899Z[ helios-setup] Aug 25 07:36:13.957 INFO E| Compiling bzip2 v0.4.4
29782026-08-25T07:36:14.926Z[ helios-setup] Aug 25 07:36:13.984 INFO E| Compiling serde_derive v1.0.228
29792026-08-25T07:36:14.934Z[ helios-setup] Aug 25 07:36:13.991 INFO E| Compiling zerocopy-derive v0.8.27
29802026-08-25T07:36:14.952Z[ helios-setup] Aug 25 07:36:14.009 INFO E| Compiling der_derive v0.7.3
29812026-08-25T07:36:14.971Z[ helios-setup] Aug 25 07:36:14.028 INFO E| Compiling futures-macro v0.3.31
29822026-08-25T07:36:15.005Z[ helios-setup] Aug 25 07:36:14.064 INFO E| Compiling bitfield-macros v0.19.3
29832026-08-25T07:36:15.187Z[ helios-setup] Aug 25 07:36:14.243 INFO E| Compiling clap_derive v4.5.49
29842026-08-25T07:36:15.231Z[ helios-setup] Aug 25 07:36:14.290 INFO E| Compiling thiserror-impl v1.0.69
29852026-08-25T07:36:15.511Z[ helios-setup] Aug 25 07:36:14.569 INFO E| Compiling num_enum_derive v0.7.5
29862026-08-25T07:36:15.820Z[ helios-setup] Aug 25 07:36:14.871 INFO E| Compiling zerocopy-derive v0.6.6
29872026-08-25T07:36:15.834Z[ helios-setup] Aug 25 07:36:14.893 INFO E| Compiling tokio-macros v2.6.0
29882026-08-25T07:36:15.953Z[ helios-setup] Aug 25 07:36:15.009 INFO E| Compiling futures-util v0.3.31
29892026-08-25T07:36:15.967Z[ helios-setup] Aug 25 07:36:15.024 INFO E| Compiling bitfield v0.19.3
29902026-08-25T07:36:16.039Z[ helios-setup] Aug 25 07:36:15.098 INFO E| Compiling der v0.7.10
29912026-08-25T07:36:16.292Z[ helios-setup] Aug 25 07:36:15.350 INFO E| Compiling thiserror-impl v2.0.17
29922026-08-25T07:36:16.473Z[ helios-setup] Aug 25 07:36:15.530 INFO E| Compiling toml v0.9.8
29932026-08-25T07:36:16.671Z[ helios-setup] Aug 25 07:36:15.729 INFO E| Compiling flate2 v1.1.5
29942026-08-25T07:36:16.831Z[ helios-setup] Aug 25 07:36:15.887 INFO E| Compiling num_enum v0.7.5
29952026-08-25T07:36:16.970Z[ helios-setup] Aug 25 07:36:15.906 INFO E| Compiling tokio v1.48.0
29962026-08-25T07:36:16.989Z[ helios-setup] Aug 25 07:36:15.921 INFO E| Compiling uuid v1.18.1
29972026-08-25T07:36:16.990Z[ helios-setup] Aug 25 07:36:15.983 INFO E| Compiling devinfo v0.1.0
29982026-08-25T07:36:16.993Z[ helios-setup] Aug 25 07:36:16.045 INFO E| Compiling env_logger v0.11.8
29992026-08-25T07:36:17.057Z[ helios-setup] Aug 25 07:36:16.115 INFO E| Compiling zerocopy v0.6.6
30002026-08-25T07:36:17.223Z[ helios-setup] Aug 25 07:36:16.281 INFO E| Compiling bitflags v1.3.2
30012026-08-25T07:36:17.305Z[ helios-setup] Aug 25 07:36:16.362 INFO E| Compiling hex v0.4.3
30022026-08-25T07:36:17.395Z[ helios-setup] Aug 25 07:36:16.453 INFO E| Compiling spki v0.7.3
30032026-08-25T07:36:17.537Z[ helios-setup] Aug 25 07:36:16.595 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30042026-08-25T07:36:17.585Z[ helios-setup] Aug 25 07:36:16.643 INFO E| Compiling clap v4.5.51
30052026-08-25T07:36:17.654Z[ helios-setup] Aug 25 07:36:16.713 INFO E| Compiling pkcs8 v0.10.2
30062026-08-25T07:36:17.676Z[ helios-setup] Aug 25 07:36:16.734 INFO E| Compiling x509-cert v0.2.5
30072026-08-25T07:36:17.708Z[ helios-setup] Aug 25 07:36:16.766 INFO E| Compiling rustc-hash v2.1.1
30082026-08-25T07:36:17.783Z[ helios-setup] Aug 25 07:36:16.841 INFO E| Compiling foldhash v0.2.0
30092026-08-25T07:36:17.907Z[ helios-setup] Aug 25 07:36:16.965 INFO E| Compiling pkcs1 v0.7.5
30102026-08-25T07:36:17.914Z[ helios-setup] Aug 25 07:36:16.972 INFO E| Compiling crc-any v2.5.0
30112026-08-25T07:36:17.941Z[ helios-setup] Aug 25 07:36:16.998 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30122026-08-25T07:36:18.058Z[ helios-setup] Aug 25 07:36:17.116 INFO E| Compiling iddqd v0.3.14
30132026-08-25T07:36:18.197Z[ helios-setup] Aug 25 07:36:17.235 INFO E| Compiling zip v0.6.6
30142026-08-25T07:36:18.322Z[ helios-setup] Aug 25 07:36:17.379 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30152026-08-25T07:36:18.372Z[ helios-setup] Aug 25 07:36:17.430 INFO E| Compiling path-slash v0.1.5
30162026-08-25T07:36:18.558Z[ helios-setup] Aug 25 07:36:17.613 INFO E| Compiling ppv-lite86 v0.2.21
30172026-08-25T07:36:18.934Z[ helios-setup] Aug 25 07:36:17.992 INFO E| Compiling hashbrown v0.13.2
30182026-08-25T07:36:19.161Z[ helios-setup] Aug 25 07:36:18.107 INFO E| Compiling erased-serde v0.3.31
30192026-08-25T07:36:19.183Z[ helios-setup] Aug 25 07:36:18.118 INFO E| Compiling rand_chacha v0.3.1
30202026-08-25T07:36:19.203Z[ helios-setup] Aug 25 07:36:18.259 INFO E| Compiling serde_spanned v0.6.9
30212026-08-25T07:36:19.363Z[ helios-setup] Aug 25 07:36:18.422 INFO E| Compiling futures-executor v0.3.31
30222026-08-25T07:36:19.456Z[ helios-setup] Aug 25 07:36:18.513 INFO E| Compiling rand v0.8.5
30232026-08-25T07:36:19.496Z[ helios-setup] Aug 25 07:36:18.554 INFO E| Compiling toml_datetime v0.6.11
30242026-08-25T07:36:19.831Z[ helios-setup] Aug 25 07:36:18.890 INFO E| Compiling toml_edit v0.19.15
30252026-08-25T07:36:19.868Z[ helios-setup] Aug 25 07:36:18.926 INFO E| Compiling futures v0.3.31
30262026-08-25T07:36:19.913Z[ helios-setup] Aug 25 07:36:18.971 INFO E| Compiling serde-hex v0.1.0
30272026-08-25T07:36:19.923Z[ helios-setup] Aug 25 07:36:18.981 INFO E| Compiling ron v0.8.1
30282026-08-25T07:36:19.957Z[ helios-setup] Aug 25 07:36:19.014 INFO E| Compiling object v0.30.4
30292026-08-25T07:36:20.961Z[ helios-setup] Aug 25 07:36:20.019 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30302026-08-25T07:36:20.969Z[ helios-setup] Aug 25 07:36:20.027 INFO E| Compiling slog-term v2.9.2
30312026-08-25T07:36:21.088Z[ helios-setup] Aug 25 07:36:20.145 INFO E| Compiling rsa v0.9.8
30322026-08-25T07:36:21.108Z[ helios-setup] Aug 25 07:36:20.166 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30332026-08-25T07:36:21.247Z[ helios-setup] Aug 25 07:36:20.306 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30342026-08-25T07:36:21.578Z[ helios-setup] Aug 25 07:36:20.632 INFO E| Compiling toml v0.7.8
30352026-08-25T07:36:21.815Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.35s
30362026-08-25T07:36:22.050Z[ helios-setup] Aug 25 07:36:21.108 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30372026-08-25T07:36:22.071Z[ omicron-package]
30382026-08-25T07:36:22.071Z[ omicron-package] real 44.542426553
30392026-08-25T07:36:22.074Z[ omicron-package] user 3:55.605924773
30402026-08-25T07:36:22.074Z[ omicron-package] sys 27.185391823
30412026-08-25T07:36:22.074Z[ omicron-package] trap 0.438187031
30422026-08-25T07:36:22.074Z[ omicron-package] tflt 0.465297162
30432026-08-25T07:36:22.074Z[ omicron-package] dflt 2.646139281
30442026-08-25T07:36:22.074Z[ omicron-package] kflt 0.007557018
30452026-08-25T07:36:22.074Z[ omicron-package] lock 12:48.154415144
30462026-08-25T07:36:22.074Z[ omicron-package] slp 6:17.931515926
30472026-08-25T07:36:22.075Z[ omicron-package] lat 1:07.045586655
30482026-08-25T07:36:22.075Z[ omicron-package] stop 2:07.118842269
30492026-08-25T07:36:22.075ZAug 25 07:36:21.130 INFO [omicron-package] process exited with exit status: 0 (44.616273807s)
30502026-08-25T07:36:22.075ZAug 25 07:36:21.130 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30512026-08-25T07:36:22.075ZAug 25 07:36:21.131 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30522026-08-25T07:36:22.082Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30532026-08-25T07:36:22.086Z[ host-target] Created new build target 'host' and set it as active
30542026-08-25T07:36:22.086Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30552026-08-25T07:36:22.086Z[ recovery-target] Created new build target 'recovery' and set it as active
30562026-08-25T07:36:22.089ZAug 25 07:36:21.144 INFO [host-target] process exited with exit status: 0 (13.892686ms)
30572026-08-25T07:36:22.089ZAug 25 07:36:21.144 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30582026-08-25T07:36:22.089ZAug 25 07:36:21.145 INFO [recovery-target] process exited with exit status: 0 (14.088846ms)
30592026-08-25T07:36:22.093Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30602026-08-25T07:36:22.133Z[ helios-setup] Aug 25 07:36:21.191 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30612026-08-25T07:36:23.996Z[ host-package] Compiling heck v0.5.0
30622026-08-25T07:36:23.999Z[ host-package] Compiling regress v0.11.1
30632026-08-25T07:36:23.999Z[ host-package] Compiling unsafe-libyaml v0.2.11
30642026-08-25T07:36:23.999Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30652026-08-25T07:36:24.003Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30662026-08-25T07:36:24.003Z[ host-package] Compiling derive-where v1.6.0
30672026-08-25T07:36:24.003Z[ host-package] Compiling bytecount v0.6.9
30682026-08-25T07:36:24.003Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30692026-08-25T07:36:24.003Z[ host-package] Compiling atomicwrites v0.4.4
30702026-08-25T07:36:24.003Z[ host-package] Compiling is-terminal v0.4.17
30712026-08-25T07:36:24.003Z[ host-package] Compiling prettyplease v0.2.37
30722026-08-25T07:36:24.003Z[ host-package] Compiling newline-converter v0.3.0
30732026-08-25T07:36:24.003Z[ host-package] Compiling console v0.15.11
30742026-08-25T07:36:24.003Z[ host-package] Compiling slog-dtrace v0.3.0
30752026-08-25T07:36:24.003Z[ host-package] Compiling cancel-safe-futures v0.1.5
30762026-08-25T07:36:24.837Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30772026-08-25T07:36:24.841Z[ host-package] Compiling expectorate v1.2.0
30782026-08-25T07:36:24.988Z[ host-package] Compiling resolv-conf v0.7.6
30792026-08-25T07:36:24.991Z[ host-package] Compiling num-rational v0.4.2
30802026-08-25T07:36:25.019Z[ host-package] Compiling num-complex v0.4.6
30812026-08-25T07:36:25.155Z[ host-package] Compiling thread_local v1.1.9
30822026-08-25T07:36:25.174Z[ host-package] Compiling match_cfg v0.1.0
30832026-08-25T07:36:25.208Z[ host-package] Compiling compression-core v0.4.31
30842026-08-25T07:36:25.371Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30852026-08-25T07:36:25.427Z[ host-package] Compiling compression-codecs v0.4.37
30862026-08-25T07:36:25.430Z[ host-package] Compiling hostname v0.3.1
30872026-08-25T07:36:25.534Z[ host-package] Compiling num v0.4.3
30882026-08-25T07:36:25.566Z[ host-package] Compiling multer v3.1.0
30892026-08-25T07:36:25.615Z[ host-package] Compiling slog-async v2.8.0
30902026-08-25T07:36:25.648Z[ host-package] Compiling crossbeam-channel v0.5.15
30912026-08-25T07:36:25.651Z[ host-package] Compiling slog-json v2.6.1
30922026-08-25T07:36:25.651Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30932026-08-25T07:36:25.716Z[ host-package] Compiling serde_spanned v1.1.1
30942026-08-25T07:36:25.719Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30952026-08-25T07:36:25.743Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30962026-08-25T07:36:25.747Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30972026-08-25T07:36:25.747Z[ host-package] Compiling float-ord v0.3.2
30982026-08-25T07:36:25.789Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30992026-08-25T07:36:25.874Z[ host-package] Compiling term v1.2.1
31002026-08-25T07:36:25.904Z[ host-package] Compiling linear-map v1.2.0
31012026-08-25T07:36:25.926Z[ host-package] Compiling linked-hash-map v0.5.6
31022026-08-25T07:36:25.931Z[ host-package] Compiling take_mut v0.2.2
31032026-08-25T07:36:25.969Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31042026-08-25T07:36:25.984Z[ helios-setup] Aug 25 07:36:25.042 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31052026-08-25T07:36:26.097Z[ host-package] Compiling typify-impl v0.6.2
31062026-08-25T07:36:26.111Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31072026-08-25T07:36:26.154Z[ host-package] Compiling lru-cache v0.1.2
31082026-08-25T07:36:26.187Z[ host-package] Compiling slog-term v2.9.2
31092026-08-25T07:36:26.234Z[ host-package] Compiling slog-bunyan v2.5.0
31102026-08-25T07:36:26.571Z[ host-package] Compiling async-compression v0.4.41
31112026-08-25T07:36:26.622Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31122026-08-25T07:36:26.626Z[ host-package] Compiling dropshot v0.17.1
31132026-08-25T07:36:26.811Z[ host-package] Compiling async-stream v0.3.6
31142026-08-25T07:36:26.914Z[ host-package] Compiling progenitor-client v0.14.0
31152026-08-25T07:36:26.917Z[ host-package] Compiling sha1 v0.11.0
31162026-08-25T07:36:26.964Z[ host-package] Compiling waitgroup v0.1.2
31172026-08-25T07:36:26.997Z[ host-package] Compiling oxide-update-engine v0.1.2
31182026-08-25T07:36:27.019Z[ host-package] Compiling rustls-pemfile v2.2.0
31192026-08-25T07:36:27.110Z[ host-package] Compiling backon v1.6.0
31202026-08-25T07:36:27.110Z[ helios-setup] Aug 25 07:36:26.166 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31212026-08-25T07:36:27.212Z[ host-package] Compiling serde_path_to_error v0.1.20
31222026-08-25T07:36:27.252Z[ host-package] Compiling hostname v0.4.2
31232026-08-25T07:36:27.341Z[ host-package] Compiling instant v0.1.13
31242026-08-25T07:36:27.430Z[ host-package] Compiling debug-ignore v1.0.5
31252026-08-25T07:36:27.504Z[ host-package] Compiling minimal-lexical v0.2.1
31262026-08-25T07:36:27.547Z[ host-package] Compiling progenitor-extras v0.2.0
31272026-08-25T07:36:27.587Z[ host-package] Compiling backoff v0.4.0
31282026-08-25T07:36:27.806Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31292026-08-25T07:36:27.806Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31302026-08-25T07:36:27.995Z[ host-package] Compiling nom v7.1.3
31312026-08-25T07:36:27.998Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31322026-08-25T07:36:27.998Z[ host-package] Compiling parse-display v0.10.0
31332026-08-25T07:36:27.998Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31342026-08-25T07:36:27.999Z[ host-package] Compiling hickory-proto v0.24.4
31352026-08-25T07:36:28.501Z[ host-package] Compiling regress v0.10.5
31362026-08-25T07:36:28.933Z[ host-package] Compiling itertools v0.14.0
31372026-08-25T07:36:29.573Z[ host-package] Compiling macaddr v1.0.1
31382026-08-25T07:36:29.716Z[ host-package] Compiling humantime v2.3.0
31392026-08-25T07:36:29.771Z[ host-package] Compiling unicode-xid v0.2.6
31402026-08-25T07:36:29.919Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31412026-08-25T07:36:29.998Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31422026-08-25T07:36:30.031Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31432026-08-25T07:36:30.199Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
31442026-08-25T07:36:30.243Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31452026-08-25T07:36:30.297Z[ host-package] Compiling typify-macro v0.6.2
31462026-08-25T07:36:30.435Z[ host-package] Compiling toml v0.8.23
31472026-08-25T07:36:30.539Z[ host-package] Compiling papergrid v0.11.0
31482026-08-25T07:36:30.542Z[ host-package] Compiling tabled_derive v0.7.0
31492026-08-25T07:36:30.838Z[ helios-setup] Aug 25 07:36:29.896 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31502026-08-25T07:36:30.928Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31512026-08-25T07:36:31.050Z[ host-package] Compiling termtree v0.5.1
31522026-08-25T07:36:31.240Z[ host-package] Compiling crossterm v0.29.0
31532026-08-25T07:36:31.307Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31542026-08-25T07:36:31.380Z[ host-package] Compiling phf_shared v0.12.1
31552026-08-25T07:36:31.473Z[ host-package] Compiling hickory-resolver v0.24.4
31562026-08-25T07:36:31.568Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-08-25T07:36:31.785Z[ host-package] Compiling tabled v0.15.0
31582026-08-25T07:36:31.980Z[ host-package] Compiling typify v0.6.2
31592026-08-25T07:36:32.320Z[ host-package] Compiling progenitor-impl v0.14.0
31602026-08-25T07:36:33.369Z[ host-package] Compiling qorb v0.4.1
31612026-08-25T07:36:33.580Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31622026-08-25T07:36:34.168Z[ host-package] Compiling vte v0.14.1
31632026-08-25T07:36:34.203Z[ host-package] Compiling csv-core v0.1.13
31642026-08-25T07:36:34.626Z[ host-package] Compiling progenitor-macro v0.14.0
31652026-08-25T07:36:34.736Z[ host-package] Compiling chrono-tz v0.10.4
31662026-08-25T07:36:34.795Z[ host-package] Compiling highway v1.3.0
31672026-08-25T07:36:35.141Z[ host-package] Compiling csv v1.4.0
31682026-08-25T07:36:36.425Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31692026-08-25T07:36:36.455Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31702026-08-25T07:36:37.044Z[ host-package] Compiling phf v0.12.1
31712026-08-25T07:36:37.083Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31722026-08-25T07:36:37.087Z[ host-package] Compiling const_format_proc_macros v0.2.34
31732026-08-25T07:36:37.408Z[ host-package] Compiling fd-lock v4.0.4
31742026-08-25T07:36:37.548Z[ host-package] Compiling peg-macros v0.8.5
31752026-08-25T07:36:37.697Z[ host-package] Compiling nu-ansi-term v0.50.3
31762026-08-25T07:36:38.534Z[ host-package] Compiling const_format v0.2.35
31772026-08-25T07:36:38.587Z[ host-package] Compiling reedline v0.40.0
31782026-08-25T07:36:38.870Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-25T07:36:39.213Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31802026-08-25T07:36:39.464Z[ host-package] Compiling peg v0.8.5
31812026-08-25T07:36:40.213Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-08-25T07:36:40.379Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31832026-08-25T07:36:40.425Z[ host-package] Compiling progenitor v0.14.0
31842026-08-25T07:36:40.630Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31852026-08-25T07:36:41.128Z[ host-package] Compiling bcs v0.1.6
31862026-08-25T07:36:41.305Z[ host-package] Compiling nom v8.0.0
31872026-08-25T07:36:41.570Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-08-25T07:36:41.647Z[ host-package] Compiling semver v0.1.20
31892026-08-25T07:36:42.022Z[ host-package] Compiling rustc_version v0.1.7
31902026-08-25T07:36:42.109Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31912026-08-25T07:36:42.282Z[ host-package] Compiling newtype_derive v0.1.6
31922026-08-25T07:36:42.303Z[ helios-setup] Aug 25 07:36:41.360 INFO E| Finished `release` profile [optimized] target(s) in 34.80s
31932026-08-25T07:36:42.306Z[ helios-setup] Aug 25 07:36:41.362 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31942026-08-25T07:36:42.306Z[ helios-setup] Aug 25 07:36:41.362 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31952026-08-25T07:36:42.361Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-08-25T07:36:42.365Z[ helios-setup] Aug 25 07:36:41.422 INFO building project "pilot" ok (34 seconds)
31972026-08-25T07:36:42.365Z[ helios-setup] Aug 25 07:36:41.422 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31982026-08-25T07:36:42.373Z[ helios-setup] Aug 25 07:36:41.431 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
31992026-08-25T07:36:42.373Z[ helios-setup] Aug 25 07:36:41.431 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
32002026-08-25T07:36:42.373Z[ helios-setup] Aug 25 07:36:41.431 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
32012026-08-25T07:36:42.517Z[ helios-setup] Aug 25 07:36:41.575 INFO E| Updating crates.io index
32022026-08-25T07:36:42.547Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32032026-08-25T07:36:42.615Z[ helios-setup] Aug 25 07:36:41.674 INFO E| Downloading crates ...
32042026-08-25T07:36:42.673Z[ helios-setup] Aug 25 07:36:41.732 INFO E| Downloaded autocfg v1.4.0
32052026-08-25T07:36:42.680Z[ helios-setup] Aug 25 07:36:41.738 INFO E| Downloaded serde_derive v1.0.219
32062026-08-25T07:36:42.683Z[ helios-setup] Aug 25 07:36:41.740 INFO E| Downloaded time-core v0.1.4
32072026-08-25T07:36:42.710Z[ helios-setup] Aug 25 07:36:41.767 INFO E| Downloaded errno v0.3.12
32082026-08-25T07:36:42.714Z[ helios-setup] Aug 25 07:36:41.772 INFO E| Downloaded thiserror-impl v2.0.12
32092026-08-25T07:36:42.718Z[ helios-setup] Aug 25 07:36:41.775 INFO E| Downloaded quote v1.0.40
32102026-08-25T07:36:42.721Z[ helios-setup] Aug 25 07:36:41.777 INFO E| Downloaded deranged v0.4.0
32112026-08-25T07:36:42.726Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32122026-08-25T07:36:42.729Z[ helios-setup] Aug 25 07:36:41.784 INFO E| Downloaded time-macros v0.2.22
32132026-08-25T07:36:42.729Z[ helios-setup] Aug 25 07:36:41.787 INFO E| Downloaded thiserror v2.0.12
32142026-08-25T07:36:42.733Z[ helios-setup] Aug 25 07:36:41.790 INFO E| Downloaded serde_with_macros v3.12.0
32152026-08-25T07:36:42.737Z[ helios-setup] Aug 25 07:36:41.796 INFO E| Downloaded bitflags v2.9.1
32162026-08-25T07:36:42.740Z[ helios-setup] Aug 25 07:36:41.798 INFO E| Downloaded unicode-ident v1.0.18
32172026-08-25T07:36:42.747Z[ helios-setup] Aug 25 07:36:41.806 INFO E| Downloaded tempfile v3.20.0
32182026-08-25T07:36:42.751Z[ helios-setup] Aug 25 07:36:41.808 INFO E| Downloaded iana-time-zone v0.1.63
32192026-08-25T07:36:42.756Z[ helios-setup] Aug 25 07:36:41.814 INFO E| Downloaded getrandom v0.3.3
32202026-08-25T07:36:42.759Z[ helios-setup] Aug 25 07:36:41.817 INFO E| Downloaded anyhow v1.0.98
32212026-08-25T07:36:42.763Z[ helios-setup] Aug 25 07:36:41.820 INFO E| Downloaded proc-macro2 v1.0.95
32222026-08-25T07:36:42.772Z[ helios-setup] Aug 25 07:36:41.830 INFO E| Downloaded memchr v2.7.4
32232026-08-25T07:36:42.776Z[ helios-setup] Aug 25 07:36:41.834 INFO E| Downloaded indexmap v2.9.0
32242026-08-25T07:36:42.800Z[ helios-setup] Aug 25 07:36:41.859 INFO E| Downloaded serde v1.0.219
32252026-08-25T07:36:42.804Z[ helios-setup] Aug 25 07:36:41.861 INFO E| Downloaded time v0.3.41
32262026-08-25T07:36:42.839Z[ helios-setup] Aug 25 07:36:41.897 INFO E| Downloaded hashbrown v0.15.3
32272026-08-25T07:36:42.842Z[ helios-setup] Aug 25 07:36:41.901 INFO E| Downloaded serde_with v3.12.0
32282026-08-25T07:36:42.848Z[ helios-setup] Aug 25 07:36:41.906 INFO E| Downloaded serde_json v1.0.140
32292026-08-25T07:36:42.854Z[ helios-setup] Aug 25 07:36:41.911 INFO E| Downloaded chrono v0.4.41
32302026-08-25T07:36:42.858Z[ helios-setup] Aug 25 07:36:41.915 INFO E| Downloaded syn v2.0.101
32312026-08-25T07:36:42.867Z[ helios-setup] Aug 25 07:36:41.923 INFO E| Downloaded rustix v1.0.7
32322026-08-25T07:36:42.913Z[ helios-setup] Aug 25 07:36:41.971 INFO E| Downloaded libc v0.2.172
32332026-08-25T07:36:42.974Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling proc-macro2 v1.0.95
32342026-08-25T07:36:42.975Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling unicode-ident v1.0.18
32352026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling libc v0.2.172
32362026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling fnv v1.0.7
32372026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling strsim v0.11.1
32382026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling ident_case v1.0.1
32392026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling serde v1.0.219
32402026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling getrandom v0.3.3
32412026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling rustix v1.0.7
32422026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling thiserror v2.0.12
32432026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling bitflags v2.9.1
32442026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling serde_json v1.0.140
32452026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling cfg-if v1.0.0
32462026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.033 INFO E| Compiling anyhow v1.0.98
32472026-08-25T07:36:42.978Z[ helios-setup] Aug 25 07:36:42.034 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32482026-08-25T07:36:42.979Z[ helios-setup] Aug 25 07:36:42.034 INFO E| Compiling once_cell v1.21.3
32492026-08-25T07:36:43.298Z[ helios-setup] Aug 25 07:36:42.356 INFO E| Compiling fastrand v2.3.0
32502026-08-25T07:36:43.298Z[ helios-setup] Aug 25 07:36:42.356 INFO E| Compiling ryu v1.0.20
32512026-08-25T07:36:43.513Z[ helios-setup] Aug 25 07:36:42.570 INFO E| Compiling itoa v1.0.15
32522026-08-25T07:36:43.513Z[ helios-setup] Aug 25 07:36:42.570 INFO E| Compiling memchr v2.7.4
32532026-08-25T07:36:43.854Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32542026-08-25T07:36:44.135Z[ host-package] Compiling serde_tokenstream v0.3.0
32552026-08-25T07:36:44.269Z[ helios-setup] Aug 25 07:36:43.269 INFO E| Compiling errno v0.3.12
32562026-08-25T07:36:44.503Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32572026-08-25T07:36:44.600Z[ helios-setup] Aug 25 07:36:43.658 INFO E| Compiling quote v1.0.40
32582026-08-25T07:36:44.809Z[ helios-setup] Aug 25 07:36:43.867 INFO E| Compiling syn v2.0.101
32592026-08-25T07:36:44.915Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32602026-08-25T07:36:45.016Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32612026-08-25T07:36:45.076Z[ host-package] Compiling oxide-generation-macros v0.2.0
32622026-08-25T07:36:45.291Z[ host-package] Compiling steno v0.4.1
32632026-08-25T07:36:45.332Z[ helios-setup] Aug 25 07:36:44.388 INFO E| Compiling tempfile v3.20.0
32642026-08-25T07:36:46.021Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32652026-08-25T07:36:46.067Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32662026-08-25T07:36:46.413Z[ host-package] Compiling sha1 v0.10.6
32672026-08-25T07:36:46.554Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32682026-08-25T07:36:46.798Z[ host-package] Compiling tagptr v0.2.0
32692026-08-25T07:36:46.944Z[ host-package] Compiling utf-8 v0.7.6
32702026-08-25T07:36:47.033Z[ host-package] Compiling moka v0.12.13
32712026-08-25T07:36:47.038Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32722026-08-25T07:36:47.226Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32732026-08-25T07:36:47.284Z[ host-package] Compiling tungstenite v0.21.0
32742026-08-25T07:36:47.287Z[ helios-setup] Aug 25 07:36:46.344 INFO E| Compiling darling_core v0.20.11
32752026-08-25T07:36:47.599Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32762026-08-25T07:36:47.913Z[ host-package] Compiling darling_core v0.21.3
32772026-08-25T07:36:48.260Z[ helios-setup] Aug 25 07:36:47.317 INFO E| Compiling serde_derive v1.0.219
32782026-08-25T07:36:48.260Z[ helios-setup] Aug 25 07:36:47.317 INFO E| Compiling thiserror-impl v2.0.12
32792026-08-25T07:36:48.503Z[ host-package] Compiling hickory-resolver v0.25.2
32802026-08-25T07:36:49.187Z[ helios-setup] Aug 25 07:36:48.245 INFO E| Compiling darling_macro v0.20.11
32812026-08-25T07:36:49.883Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-08-25T07:36:50.158Z[ helios-setup] Aug 25 07:36:49.204 INFO E| Compiling darling v0.20.11
32832026-08-25T07:36:50.236Z[ helios-setup] Aug 25 07:36:49.295 INFO E| Compiling serde_with_macros v3.12.0
32842026-08-25T07:36:50.257Z[ host-package] Compiling tokio-tungstenite v0.21.0
32852026-08-25T07:36:50.589Z[ host-package] Compiling darling_macro v0.21.3
32862026-08-25T07:36:50.724Z[ host-package] Compiling display-error-chain v0.2.2
32872026-08-25T07:36:50.760Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32882026-08-25T07:36:50.829Z[ host-package] Compiling libscf-sys v1.2.0
32892026-08-25T07:36:50.939Z[ host-package] Compiling vergen-lib v0.1.6
32902026-08-25T07:36:51.075Z[ host-package] Compiling diesel_derives v2.3.7
32912026-08-25T07:36:51.180Z[ host-package] Compiling darling v0.21.3
32922026-08-25T07:36:51.375Z[ host-package] Compiling dsl_auto_type v0.2.0
32932026-08-25T07:36:51.532Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32942026-08-25T07:36:51.648Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32952026-08-25T07:36:52.113Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32962026-08-25T07:36:52.238Z[ host-package] Compiling vergen-gitcl v1.0.8
32972026-08-25T07:36:52.312Z[ host-package] Compiling dirs-sys-next v0.1.2
32982026-08-25T07:36:52.461Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32992026-08-25T07:36:52.464Z[ host-package] Compiling glob v0.3.3
33002026-08-25T07:36:52.602Z[ host-package] Compiling crunchy v0.2.4
33012026-08-25T07:36:52.688Z[ host-package] Compiling maplit v1.0.2
33022026-08-25T07:36:52.901Z[ host-package] Compiling clang-sys v1.8.1
33032026-08-25T07:36:53.083Z[ host-package] Compiling dirs-next v2.0.0
33042026-08-25T07:36:53.314Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33052026-08-25T07:36:53.399Z[ helios-setup] Aug 25 07:36:52.457 INFO E| Compiling serde_with v3.12.0
33062026-08-25T07:36:53.473Z[ host-package] Compiling r2d2 v0.8.10
33072026-08-25T07:36:53.898Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33082026-08-25T07:36:54.219Z[ host-package] Compiling papergrid v0.18.0
33092026-08-25T07:36:54.260Z[ host-package] Compiling downcast-rs v2.0.2
33102026-08-25T07:36:54.453Z[ host-package] Compiling tiny-keccak v2.0.2
33112026-08-25T07:36:54.698Z[ host-package] Compiling xshell-macros v0.2.7
33122026-08-25T07:36:54.948Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33132026-08-25T07:36:55.157Z[ host-package] Compiling term v0.7.0
33142026-08-25T07:36:55.304Z[ host-package] Compiling xshell v0.2.7
33152026-08-25T07:36:55.676Z[ host-package] Compiling tabled v0.21.0
33162026-08-25T07:36:55.723Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33172026-08-25T07:36:55.829Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33182026-08-25T07:36:56.173Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-08-25T07:36:56.586Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33202026-08-25T07:36:56.701Z[ host-package] Compiling bit-vec v0.6.3
33212026-08-25T07:36:57.052Z[ host-package] Compiling bit-set v0.5.3
33222026-08-25T07:36:57.179Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-25T07:36:57.242Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33242026-08-25T07:36:57.749Z[ host-package] Compiling diesel v2.3.7
33252026-08-25T07:36:57.927Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33262026-08-25T07:36:57.969Z[ helios-setup] Aug 25 07:36:57.027 INFO E| Finished `release` profile [optimized] target(s) in 15.58s
33272026-08-25T07:36:57.998Z[ helios-setup] Aug 25 07:36:57.056 INFO building project "dmar-report" ok (15 seconds)
33282026-08-25T07:36:57.998Z[ helios-setup] Aug 25 07:36:57.057 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33292026-08-25T07:36:58.008Z[ helios-setup] Aug 25 07:36:57.067 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
33302026-08-25T07:36:58.008Z[ helios-setup] Aug 25 07:36:57.067 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33312026-08-25T07:36:58.008Z[ helios-setup] Aug 25 07:36:57.067 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33322026-08-25T07:36:58.048Z[ host-package] Compiling ascii-canvas v3.0.0
33332026-08-25T07:36:58.193Z[ helios-setup] Aug 25 07:36:57.250 INFO E| Downloading crates ...
33342026-08-25T07:36:58.234Z[ helios-setup] Aug 25 07:36:57.292 INFO E| Downloaded adler2 v2.0.0
33352026-08-25T07:36:58.243Z[ helios-setup] Aug 25 07:36:57.301 INFO E| Downloaded miniz_oxide v0.8.8
33362026-08-25T07:36:58.282Z[ helios-setup] Aug 25 07:36:57.339 INFO E| Compiling adler2 v2.0.0
33372026-08-25T07:36:58.289Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33382026-08-25T07:36:58.318Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33392026-08-25T07:36:58.376Z[ helios-setup] Aug 25 07:36:57.434 INFO E| Compiling miniz_oxide v0.8.8
33402026-08-25T07:36:58.581Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33412026-08-25T07:36:58.703Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33422026-08-25T07:36:58.886Z[ host-package] Compiling itertools v0.10.5
33432026-08-25T07:36:58.891Z[ host-package] Compiling ena v0.14.4
33442026-08-25T07:36:58.956Z[ host-package] Compiling libloading v0.8.9
33452026-08-25T07:36:59.033Z[ host-package] Compiling bindgen v0.71.1
33462026-08-25T07:36:59.164Z[ host-package] Compiling diff v0.1.13
33472026-08-25T07:36:59.262Z[ host-package] Compiling regex-syntax v0.6.29
33482026-08-25T07:36:59.380Z[ host-package] Compiling unicase v2.9.0
33492026-08-25T07:36:59.497Z[ helios-setup] Aug 25 07:36:58.554 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33502026-08-25T07:36:59.770Z[ host-package] Compiling cexpr v0.6.0
33512026-08-25T07:36:59.863Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33522026-08-25T07:36:59.971Z[ helios-setup] Aug 25 07:36:59.029 INFO E| Finished `release` profile [optimized] target(s) in 1.95s
33532026-08-25T07:36:59.981Z[ helios-setup] Aug 25 07:36:59.039 INFO building project "pinprick" ok (1 seconds)
33542026-08-25T07:36:59.981Z[ helios-setup] Aug 25 07:36:59.039 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33552026-08-25T07:37:00.016Z[ helios-setup] Aug 25 07:36:59.074 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')"
33562026-08-25T07:37:00.017Z[ helios-setup] Aug 25 07:36:59.074 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33572026-08-25T07:37:00.020Z[ helios-setup] Aug 25 07:36:59.074 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33582026-08-25T07:37:00.082Z[ host-package] Compiling rustc-hash v2.1.1
33592026-08-25T07:37:00.160Z[ host-package] Compiling crc8 v0.1.1
33602026-08-25T07:37:00.231Z[ helios-setup] Aug 25 07:36:59.289 INFO E| Updating crates.io index
33612026-08-25T07:37:00.235Z[ helios-setup] Aug 25 07:36:59.290 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33622026-08-25T07:37:00.336Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33632026-08-25T07:37:00.359Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33642026-08-25T07:37:00.467Z[ host-package] Compiling headers-core v0.3.0
33652026-08-25T07:37:00.550Z[ host-package] Compiling libxml v0.3.3
33662026-08-25T07:37:00.623Z[ host-package] Compiling headers v0.4.1
33672026-08-25T07:37:00.825Z[ host-package] Compiling lalrpop v0.19.12
33682026-08-25T07:37:00.874Z[ helios-setup] Aug 25 07:36:59.932 INFO E| From https://github.com/oxidecomputer/amd-apcb
33692026-08-25T07:37:00.874Z[ helios-setup] Aug 25 07:36:59.933 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33702026-08-25T07:37:00.919Z[ helios-setup] Aug 25 07:36:59.977 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33712026-08-25T07:37:00.939Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33722026-08-25T07:37:01.211Z[ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33732026-08-25T07:37:01.346Z[ helios-setup] Aug 25 07:37:00.403 INFO E| From https://github.com/oxidecomputer/amd-efs
33742026-08-25T07:37:01.346Z[ helios-setup] Aug 25 07:37:00.403 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33752026-08-25T07:37:01.489Z[ helios-setup] Aug 25 07:37:00.547 INFO E| Downloading crates ...
33762026-08-25T07:37:01.539Z[ helios-setup] Aug 25 07:37:00.597 INFO E| Downloaded log v0.4.27
33772026-08-25T07:37:01.543Z[ helios-setup] Aug 25 07:37:00.599 INFO E| Downloaded strsim v0.8.0
33782026-08-25T07:37:01.543Z[ helios-setup] Aug 25 07:37:00.600 INFO E| Downloaded textwrap v0.11.0
33792026-08-25T07:37:01.543Z[ helios-setup] Aug 25 07:37:00.601 INFO E| Downloaded unic-char-range v0.9.0
33802026-08-25T07:37:01.546Z[ helios-setup] Aug 25 07:37:00.602 INFO E| Downloaded dyn-clone v1.0.19
33812026-08-25T07:37:01.546Z[ host-package] Compiling strum_macros v0.24.3
33822026-08-25T07:37:01.546Z[ helios-setup] Aug 25 07:37:00.604 INFO E| Downloaded heck v0.3.3
33832026-08-25T07:37:01.550Z[ helios-setup] Aug 25 07:37:00.605 INFO E| Downloaded modular-bitfield-impl v0.13.1
33842026-08-25T07:37:01.553Z[ helios-setup] Aug 25 07:37:00.608 INFO E| Downloaded four-cc v0.4.0
33852026-08-25T07:37:01.554Z[ helios-setup] Aug 25 07:37:00.609 INFO E| Downloaded parse_int v0.9.0
33862026-08-25T07:37:01.558Z[ helios-setup] Aug 25 07:37:00.612 INFO E| Downloaded unic-common v0.9.0
33872026-08-25T07:37:01.561Z[ helios-setup] Aug 25 07:37:00.616 INFO E| Downloaded unic-char-property v0.9.0
33882026-08-25T07:37:01.562Z[ helios-setup] Aug 25 07:37:00.617 INFO E| Downloaded unic-ucd-version v0.9.0
33892026-08-25T07:37:01.562Z[ helios-setup] Aug 25 07:37:00.618 INFO E| Downloaded strum v0.27.1
33902026-08-25T07:37:01.565Z[ helios-setup] Aug 25 07:37:00.624 INFO E| Downloaded fletcher v1.0.0
33912026-08-25T07:37:01.569Z[ helios-setup] Aug 25 07:37:00.624 INFO E| Downloaded unic-ucd-ident v0.9.0
33922026-08-25T07:37:01.569Z[ helios-setup] Aug 25 07:37:00.625 INFO E| Downloaded vec_map v0.8.2
33932026-08-25T07:37:01.579Z[ helios-setup] Aug 25 07:37:00.637 INFO E| Downloaded modular-bitfield-impl v0.11.2
33942026-08-25T07:37:01.582Z[ helios-setup] Aug 25 07:37:00.638 INFO E| Downloaded pest_derive v2.8.0
33952026-08-25T07:37:01.582Z[ helios-setup] Aug 25 07:37:00.640 INFO E| Downloaded rustversion v1.0.20
33962026-08-25T07:37:01.586Z[ helios-setup] Aug 25 07:37:00.641 INFO E| Downloaded modular-bitfield v0.11.2
33972026-08-25T07:37:01.590Z[ helios-setup] Aug 25 07:37:00.648 INFO E| Downloaded bytesize v2.0.1
33982026-08-25T07:37:01.593Z[ helios-setup] Aug 25 07:37:00.650 INFO E| Downloaded pest_generator v2.8.0
33992026-08-25T07:37:01.593Z[ helios-setup] Aug 25 07:37:00.651 INFO E| Downloaded structopt-derive v0.4.18
34002026-08-25T07:37:01.593Z[ helios-setup] Aug 25 07:37:00.651 INFO E| Downloaded ansi_term v0.12.1
34012026-08-25T07:37:01.597Z[ helios-setup] Aug 25 07:37:00.653 INFO E| Downloaded modular-bitfield v0.13.1
34022026-08-25T07:37:01.600Z[ helios-setup] Aug 25 07:37:00.658 INFO E| Downloaded strum_macros v0.27.1
34032026-08-25T07:37:01.603Z[ helios-setup] Aug 25 07:37:00.659 INFO E| Downloaded pest_meta v2.8.0
34042026-08-25T07:37:01.603Z[ helios-setup] Aug 25 07:37:00.661 INFO E| Downloaded typenum v1.18.0
34052026-08-25T07:37:01.606Z[ helios-setup] Aug 25 07:37:00.663 INFO E| Downloaded structopt v0.3.26
34062026-08-25T07:37:01.609Z[ helios-setup] Aug 25 07:37:00.668 INFO E| Downloaded zerocopy-derive v0.8.25
34072026-08-25T07:37:01.614Z[ helios-setup] Aug 25 07:37:00.672 INFO E| Downloaded pest v2.8.0
34082026-08-25T07:37:01.625Z[ helios-setup] Aug 25 07:37:00.684 INFO E| Downloaded goblin v0.9.3
34092026-08-25T07:37:01.629Z[ host-package] Compiling indoc v1.0.9
34102026-08-25T07:37:01.632Z[ helios-setup] Aug 25 07:37:00.688 INFO E| Downloaded clap v2.34.0
34112026-08-25T07:37:01.635Z[ helios-setup] Aug 25 07:37:00.693 INFO E| Downloaded zerocopy v0.8.25
34122026-08-25T07:37:01.732Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling proc-macro2 v1.0.95
34132026-08-25T07:37:01.732Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling unicode-ident v1.0.18
34142026-08-25T07:37:01.732Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling memchr v2.7.4
34152026-08-25T07:37:01.735Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling autocfg v1.4.0
34162026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling thiserror v2.0.12
34172026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling serde v1.0.219
34182026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling syn v1.0.109
34192026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling version_check v0.9.5
34202026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling serde_json v1.0.140
34212026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling schemars v0.8.22
34222026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling ryu v1.0.20
34232026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling itoa v1.0.15
34242026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling static_assertions v1.1.0
34252026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling zerocopy v0.8.25
34262026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling ucd-trie v0.1.7
34272026-08-25T07:37:01.736Z[ helios-setup] Aug 25 07:37:00.763 INFO E| Compiling rustversion v1.0.20
34282026-08-25T07:37:02.018Z[ helios-setup] Aug 25 07:37:01.076 INFO E| Compiling libc v0.2.172
34292026-08-25T07:37:02.199Z[ helios-setup] Aug 25 07:37:01.257 INFO E| Compiling paste v1.0.15
34302026-08-25T07:37:02.233Z[ helios-setup] Aug 25 07:37:01.284 INFO E| Compiling dyn-clone v1.0.19
34312026-08-25T07:37:02.473Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34322026-08-25T07:37:02.476Z[ helios-setup] Aug 25 07:37:01.533 INFO E| Compiling once_cell v1.21.3
34332026-08-25T07:37:02.536Z[ helios-setup] Aug 25 07:37:01.593 INFO E| Compiling unicode-width v0.1.14
34342026-08-25T07:37:02.630Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34352026-08-25T07:37:02.634Z[ helios-setup] Aug 25 07:37:01.690 INFO E| Compiling heck v0.5.0
34362026-08-25T07:37:02.796Z[ host-package] Compiling derive_builder v0.20.2
34372026-08-25T07:37:02.872Z[ helios-setup] Aug 25 07:37:01.930 INFO E| Compiling unicode-segmentation v1.12.0
34382026-08-25T07:37:02.928Z[ host-package] Compiling oso-derive v0.27.3
34392026-08-25T07:37:02.952Z[ helios-setup] Aug 25 07:37:02.010 INFO E| Compiling proc-macro-error-attr v1.0.4
34402026-08-25T07:37:02.962Z[ helios-setup] Aug 25 07:37:02.020 INFO E| Compiling proc-macro-error v1.0.4
34412026-08-25T07:37:03.025Z[ helios-setup] Aug 25 07:37:02.083 INFO E| Compiling textwrap v0.11.0
34422026-08-25T07:37:03.029Z[ helios-setup] Aug 25 07:37:02.085 INFO E| Compiling bitflags v1.3.2
34432026-08-25T07:37:03.039Z[ host-package] Compiling quick-xml v0.37.5
34442026-08-25T07:37:03.064Z[ helios-setup] Aug 25 07:37:02.122 INFO E| Compiling strsim v0.8.0
34452026-08-25T07:37:03.080Z[ helios-setup] Aug 25 07:37:02.138 INFO E| Compiling num-traits v0.2.19
34462026-08-25T07:37:03.100Z[ helios-setup] Aug 25 07:37:02.159 INFO E| Compiling memoffset v0.9.1
34472026-08-25T07:37:03.100Z[ helios-setup] Aug 25 07:37:02.159 INFO E| Compiling byteorder v1.5.0
34482026-08-25T07:37:03.162Z[ helios-setup] Aug 25 07:37:02.220 INFO E| Compiling vec_map v0.8.2
34492026-08-25T07:37:03.188Z[ helios-setup] Aug 25 07:37:02.246 INFO E| Compiling unic-common v0.9.0
34502026-08-25T07:37:03.239Z[ helios-setup] Aug 25 07:37:02.297 INFO E| Compiling ansi_term v0.12.1
34512026-08-25T07:37:03.321Z[ helios-setup] Aug 25 07:37:02.379 INFO E| Compiling fletcher v1.0.0
34522026-08-25T07:37:03.326Z[ helios-setup] Aug 25 07:37:02.384 INFO E| Compiling unic-char-range v0.9.0
34532026-08-25T07:37:03.437Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34542026-08-25T07:37:03.463Z[ helios-setup] Aug 25 07:37:02.520 INFO E| Compiling quote v1.0.40
34552026-08-25T07:37:03.584Z[ helios-setup] Aug 25 07:37:02.642 INFO E| Compiling heck v0.3.3
34562026-08-25T07:37:03.608Z[ helios-setup] Aug 25 07:37:02.666 INFO E| Compiling strum v0.27.1
34572026-08-25T07:37:03.662Z[ helios-setup] Aug 25 07:37:02.718 INFO E| Compiling unic-char-property v0.9.0
34582026-08-25T07:37:03.726Z[ helios-setup] Aug 25 07:37:02.784 INFO E| Compiling syn v2.0.101
34592026-08-25T07:37:03.742Z[ helios-setup] Aug 25 07:37:02.800 INFO E| Compiling unic-ucd-version v0.9.0
34602026-08-25T07:37:03.761Z[ helios-setup] Aug 25 07:37:02.819 INFO E| Compiling lazy_static v1.5.0
34612026-08-25T07:37:03.785Z[ helios-setup] Aug 25 07:37:02.843 INFO E| Compiling plain v0.2.3
34622026-08-25T07:37:03.806Z[ helios-setup] Aug 25 07:37:02.864 INFO E| Compiling log v0.4.27
34632026-08-25T07:37:03.806Z[ helios-setup] Aug 25 07:37:02.864 INFO E| Compiling bytesize v2.0.1
34642026-08-25T07:37:03.848Z[ helios-setup] Aug 25 07:37:02.902 INFO E| Compiling unic-ucd-ident v0.9.0
34652026-08-25T07:37:03.851Z[ host-package] Compiling openssl-probe v0.1.6
34662026-08-25T07:37:04.114Z[ helios-setup] Aug 25 07:37:03.172 INFO E| Compiling atty v0.2.14
34672026-08-25T07:37:04.186Z[ helios-setup] Aug 25 07:37:03.244 INFO E| Compiling clap v2.34.0
34682026-08-25T07:37:04.250Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34692026-08-25T07:37:04.350Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34702026-08-25T07:37:04.778Z[ helios-setup] Aug 25 07:37:03.837 INFO E| Compiling parse_int v0.9.0
34712026-08-25T07:37:05.044Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34722026-08-25T07:37:05.222Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34732026-08-25T07:37:05.283Z[ host-package] Compiling bb8 v0.8.6
34742026-08-25T07:37:05.427Z[ host-package] Compiling trait-variant v0.1.2
34752026-08-25T07:37:05.513Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34762026-08-25T07:37:05.626Z[ host-package] Compiling half v1.8.3
34772026-08-25T07:37:05.774Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34782026-08-25T07:37:05.932Z[ host-package] Compiling serde_cbor v0.11.2
34792026-08-25T07:37:06.152Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34802026-08-25T07:37:06.234Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34812026-08-25T07:37:06.321Z[ host-package] Compiling proc-macro-error2 v2.0.1
34822026-08-25T07:37:06.401Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34832026-08-25T07:37:06.523Z[ helios-setup] Aug 25 07:37:05.581 INFO E| Compiling modular-bitfield-impl v0.11.2
34842026-08-25T07:37:06.523Z[ helios-setup] Aug 25 07:37:05.581 INFO E| Compiling structopt-derive v0.4.18
34852026-08-25T07:37:06.588Z[ helios-setup] Aug 25 07:37:05.646 INFO E| Compiling serde_derive_internals v0.29.1
34862026-08-25T07:37:06.831Z[ host-package] Compiling hashbrown v0.14.5
34872026-08-25T07:37:06.991Z[ host-package] Compiling rfc6979 v0.4.0
34882026-08-25T07:37:07.240Z[ host-package] Compiling salty v0.3.0
34892026-08-25T07:37:07.355Z[ host-package] Compiling ecdsa v0.16.9
34902026-08-25T07:37:07.471Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34912026-08-25T07:37:07.535Z[ host-package] Compiling samael v0.0.19
34922026-08-25T07:37:07.585Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling thiserror-impl v2.0.12
34932026-08-25T07:37:07.585Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling serde_derive v1.0.219
34942026-08-25T07:37:07.585Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling zerocopy-derive v0.8.25
34952026-08-25T07:37:07.585Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling modular-bitfield-impl v0.13.1
34962026-08-25T07:37:07.589Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling num-derive v0.4.2
34972026-08-25T07:37:07.589Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling strum_macros v0.27.1
34982026-08-25T07:37:07.589Z[ helios-setup] Aug 25 07:37:06.643 INFO E| Compiling scroll_derive v0.12.1
34992026-08-25T07:37:07.746Z[ host-package] Compiling chumsky v0.9.3
35002026-08-25T07:37:07.746Z[ host-package] Compiling knus-derive v3.4.0
35012026-08-25T07:37:07.999Z[ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
35022026-08-25T07:37:08.115Z[ helios-setup] Aug 25 07:37:07.173 INFO E| Compiling modular-bitfield v0.11.2
35032026-08-25T07:37:08.235Z[ helios-setup] Aug 25 07:37:07.293 INFO E| Compiling schemars_derive v0.8.22
35042026-08-25T07:37:08.279Z[ helios-setup] Aug 25 07:37:07.337 INFO E| Compiling structopt v0.3.26
35052026-08-25T07:37:08.676Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
35062026-08-25T07:37:08.689Z[ helios-setup] Aug 25 07:37:07.747 INFO E| Compiling scroll v0.12.0
35072026-08-25T07:37:09.004Z[ helios-setup] Aug 25 07:37:08.062 INFO E| Compiling goblin v0.9.3
35082026-08-25T07:37:09.106Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35092026-08-25T07:37:09.407Z[ helios-setup] Aug 25 07:37:08.465 INFO E| Compiling modular-bitfield v0.13.1
35102026-08-25T07:37:09.729Z[ helios-setup] Aug 25 07:37:08.786 INFO E| Compiling pest v2.8.0
35112026-08-25T07:37:10.129Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
35122026-08-25T07:37:10.153Z[ host-package] Compiling progenitor-impl v0.13.0
35132026-08-25T07:37:10.367Z[ host-package] Compiling primeorder v0.13.6
35142026-08-25T07:37:10.721Z[ host-package] Compiling nonempty v0.12.0
35152026-08-25T07:37:11.073Z[ helios-setup] Aug 25 07:37:10.131 INFO E| Compiling pest_meta v2.8.0
35162026-08-25T07:37:11.099Z[ host-package] Compiling p384 v0.13.1
35172026-08-25T07:37:11.234Z[ host-package] Compiling polar-core v0.27.3
35182026-08-25T07:37:11.446Z[ host-package] Compiling knus v3.4.0
35192026-08-25T07:37:11.760Z[ helios-setup] Aug 25 07:37:10.812 INFO E| Compiling pest_generator v2.8.0
35202026-08-25T07:37:11.768Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35212026-08-25T07:37:12.614Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
35222026-08-25T07:37:12.666Z[ helios-setup] Aug 25 07:37:11.724 INFO E| Compiling pest_derive v2.8.0
35232026-08-25T07:37:12.766Z[ host-package] Compiling progenitor-macro v0.13.0
35242026-08-25T07:37:12.821Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35252026-08-25T07:37:13.390Z[ helios-setup] Aug 25 07:37:12.448 INFO E| Compiling json5 v0.4.1
35262026-08-25T07:37:13.577Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35272026-08-25T07:37:13.783Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35282026-08-25T07:37:14.264Z[ host-package] Compiling progenitor-client v0.13.0
35292026-08-25T07:37:14.716Z[ host-package] Compiling fxhash v0.2.1
35302026-08-25T07:37:14.937Z[ helios-setup] Aug 25 07:37:13.995 INFO E| Compiling four-cc v0.4.0
35312026-08-25T07:37:14.937Z[ helios-setup] Aug 25 07:37:13.995 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35322026-08-25T07:37:14.969Z[ host-package] Compiling libz-sys v1.1.24
35332026-08-25T07:37:15.061Z[ helios-setup] Aug 25 07:37:14.119 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35342026-08-25T07:37:15.106Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35352026-08-25T07:37:15.620Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
35362026-08-25T07:37:16.245Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35372026-08-25T07:37:16.697Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35382026-08-25T07:37:17.083Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35392026-08-25T07:37:17.401Z[ host-package] Compiling progenitor v0.13.0
35402026-08-25T07:37:17.604Z[ host-package] Compiling kstat-rs v0.2.5
35412026-08-25T07:37:18.004Z[ host-package] Compiling mime_guess v2.0.5
35422026-08-25T07:37:18.105Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35432026-08-25T07:37:19.217Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35442026-08-25T07:37:19.394Z[ host-package] Compiling nanorand v0.7.0
35452026-08-25T07:37:19.738Z[ host-package] Compiling async-bb8-diesel v0.2.1
35462026-08-25T07:37:19.884Z[ host-package] Compiling diesel-dtrace v0.5.0
35472026-08-25T07:37:20.239Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35482026-08-25T07:37:20.239Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35492026-08-25T07:37:20.480Z[ host-package] Compiling parking_lot_core v0.8.6
35502026-08-25T07:37:20.901Z[ host-package] Compiling flume v0.11.1
35512026-08-25T07:37:20.967Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35522026-08-25T07:37:21.265Z[ host-package] Compiling oso v0.27.3
35532026-08-25T07:37:21.704Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35542026-08-25T07:37:22.474Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35552026-08-25T07:37:23.379Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35562026-08-25T07:37:23.669Z[ host-package] Compiling git-stub v1.0.0
35572026-08-25T07:37:23.909Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35582026-08-25T07:37:23.958Z[ host-package] Compiling instability v0.3.11
35592026-08-25T07:37:24.050Z[ host-package] Compiling corncobs v0.1.4
35602026-08-25T07:37:24.214Z[ host-package] Compiling http-range v0.1.5
35612026-08-25T07:37:24.254Z[ host-package] Compiling strsim v0.10.0
35622026-08-25T07:37:24.430Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35632026-08-25T07:37:24.682Z[ host-package] Compiling darling_core v0.13.4
35642026-08-25T07:37:24.705Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35652026-08-25T07:37:25.191Z[ host-package] Compiling git-stub-vcs v0.1.0
35662026-08-25T07:37:27.193Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35672026-08-25T07:37:28.020Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35682026-08-25T07:37:28.114Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35692026-08-25T07:37:29.206Z[ helios-setup] Aug 25 07:37:28.264 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35702026-08-25T07:37:29.525Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35712026-08-25T07:37:29.651Z[ host-package] Compiling ignore v0.4.25
35722026-08-25T07:37:29.755Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35732026-08-25T07:37:30.805Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35742026-08-25T07:37:31.421Z[ host-package] Compiling anstyle-parse v0.2.7
35752026-08-25T07:37:31.535Z[ host-package] Compiling secrecy v0.8.0
35762026-08-25T07:37:31.796Z[ host-package] Compiling castaway v0.2.4
35772026-08-25T07:37:31.841Z[ host-package] Compiling vergen-git2 v9.1.0
35782026-08-25T07:37:32.030Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35792026-08-25T07:37:32.114Z[ host-package] Compiling indoc v2.0.7
35802026-08-25T07:37:32.234Z[ host-package] Compiling compact_str v0.8.1
35812026-08-25T07:37:32.573Z[ helios-setup] Aug 25 07:37:31.631 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35822026-08-25T07:37:33.056Z[ host-package] Compiling anstream v0.6.21
35832026-08-25T07:37:33.377Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35842026-08-25T07:37:33.381Z[ host-package] Compiling globwalk v0.9.1
35852026-08-25T07:37:33.609Z[ host-package] Compiling parking_lot v0.11.2
35862026-08-25T07:37:34.140Z[ host-package] Compiling hyper-staticfile v0.10.1
35872026-08-25T07:37:34.166Z[ host-package] Compiling darling_macro v0.13.4
35882026-08-25T07:37:34.494Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35892026-08-25T07:37:34.552Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35902026-08-25T07:37:34.765Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35912026-08-25T07:37:34.991Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35922026-08-25T07:37:35.115Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35932026-08-25T07:37:35.183Z[ host-package] Compiling predicates-tree v1.0.13
35942026-08-25T07:37:35.353Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35952026-08-25T07:37:35.538Z[ host-package] Compiling unicode-truncate v1.1.0
35962026-08-25T07:37:35.610Z[ host-package] Compiling lru v0.12.5
35972026-08-25T07:37:35.650Z[ host-package] Compiling rand_seeder v0.4.0
35982026-08-25T07:37:35.816Z[ host-package] Compiling prefix-trie v0.7.0
35992026-08-25T07:37:35.885Z[ host-package] Compiling cassowary v0.3.0
36002026-08-25T07:37:36.025Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36012026-08-25T07:37:36.137Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36022026-08-25T07:37:36.240Z[ host-package] Compiling ratatui v0.29.0
36032026-08-25T07:37:36.312Z[ host-package] Compiling hickory-server v0.25.2
36042026-08-25T07:37:36.436Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36052026-08-25T07:37:36.817Z[ host-package] Compiling darling v0.13.4
36062026-08-25T07:37:36.951Z[ host-package] Compiling sled v0.34.7
36072026-08-25T07:37:37.037Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36082026-08-25T07:37:37.583Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36092026-08-25T07:37:37.730Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36102026-08-25T07:37:38.054Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36112026-08-25T07:37:38.224Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36122026-08-25T07:37:38.336Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36132026-08-25T07:37:38.556Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36142026-08-25T07:37:40.648Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36152026-08-25T07:37:40.862Z[ host-package] Compiling serde_with_macros v1.5.2
36162026-08-25T07:37:41.399Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36172026-08-25T07:37:41.570Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36182026-08-25T07:37:41.831Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36192026-08-25T07:37:42.056Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36202026-08-25T07:37:42.303Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36212026-08-25T07:37:42.593Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36222026-08-25T07:37:43.526Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36232026-08-25T07:37:43.558Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36242026-08-25T07:37:43.869Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36252026-08-25T07:37:43.909Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36262026-08-25T07:37:43.933Z[ host-package] Compiling arc-swap v1.8.2
36272026-08-25T07:37:44.113Z[ host-package] Compiling void v1.0.2
36282026-08-25T07:37:44.253Z[ host-package] Compiling slog-scope v4.4.1
36292026-08-25T07:37:44.288Z[ helios-setup] Aug 25 07:37:43.346 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s
36302026-08-25T07:37:44.301Z[ host-package] Compiling lzss v0.8.2
36312026-08-25T07:37:44.325Z[ helios-setup] Aug 25 07:37:43.383 INFO building project "amd-host-image-builder" ok (44 seconds)
36322026-08-25T07:37:44.325Z[ helios-setup] Aug 25 07:37:43.383 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36332026-08-25T07:37:44.628Z[ host-package] Compiling serde_with v1.14.0
36342026-08-25T07:37:44.703Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36352026-08-25T07:37:44.978Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36362026-08-25T07:37:45.868Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36372026-08-25T07:37:46.294Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36382026-08-25T07:37:46.968Z[ host-package] Compiling git2 v0.20.4
36392026-08-25T07:37:47.076Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36402026-08-25T07:37:48.804Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36412026-08-25T07:37:48.905Z[ host-package] Compiling scuffle v0.1.0
36422026-08-25T07:37:49.895Z[ host-package] Compiling tungstenite v0.23.0
36432026-08-25T07:37:50.020Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36442026-08-25T07:37:50.222Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36452026-08-25T07:37:50.284Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36462026-08-25T07:37:51.267Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36472026-08-25T07:37:51.505Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36482026-08-25T07:37:51.739Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36492026-08-25T07:37:52.009Z[ host-package] Compiling nix v0.27.1
36502026-08-25T07:37:52.302Z[ host-package] Compiling twox-hash v2.1.2
36512026-08-25T07:37:52.393Z[ host-package] Compiling libsw-core v0.3.2
36522026-08-25T07:37:52.417Z[ host-package] Compiling atty v0.2.14
36532026-08-25T07:37:52.571Z[ host-package] Compiling serde_bytes v0.11.19
36542026-08-25T07:37:52.626Z[ host-package] Compiling libsw v3.5.0
36552026-08-25T07:37:52.815Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36562026-08-25T07:37:52.865Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36572026-08-25T07:37:52.888Z[ host-package] Compiling tokio-tungstenite v0.23.1
36582026-08-25T07:37:52.892Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36592026-08-25T07:37:53.337Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36602026-08-25T07:37:53.417Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36612026-08-25T07:37:53.440Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36622026-08-25T07:37:55.620Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36632026-08-25T07:37:56.796Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36642026-08-25T07:37:57.516Z[ host-package] Compiling slog-stdlog v4.1.1
36652026-08-25T07:37:58.001Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36662026-08-25T07:37:58.154Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36672026-08-25T07:37:58.193Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36682026-08-25T07:37:58.368Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36692026-08-25T07:37:58.589Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36702026-08-25T07:37:58.699Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36712026-08-25T07:38:01.320Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36722026-08-25T07:38:03.178Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36732026-08-25T07:38:03.490Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36742026-08-25T07:38:04.148Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36752026-08-25T07:38:04.278Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
36762026-08-25T07:38:04.775Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36772026-08-25T07:38:05.126Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36782026-08-25T07:38:05.967Z[ helios-setup] Aug 25 07:38:05.025 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')"
36792026-08-25T07:38:05.967Z[ helios-setup] Aug 25 07:38:05.025 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36802026-08-25T07:38:05.976Z[ helios-setup] Aug 25 07:38:05.034 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36812026-08-25T07:38:05.976Z[ helios-setup] Aug 25 07:38:05.034 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36822026-08-25T07:38:05.980Z[ helios-setup] Aug 25 07:38:05.034 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36832026-08-25T07:38:06.090Z[ helios-setup] Aug 25 07:38:05.148 INFO E| Blocking waiting for file lock on package cache
36842026-08-25T07:38:06.383Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36852026-08-25T07:38:07.317Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36862026-08-25T07:38:08.361Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36872026-08-25T07:38:08.749Z[ helios-setup] Aug 25 07:38:07.807 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36882026-08-25T07:38:08.844Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36892026-08-25T07:38:09.055Z[ helios-setup] Aug 25 07:38:08.113 INFO E| From https://github.com/jclulow/rust-jmclib
36902026-08-25T07:38:09.055Z[ helios-setup] Aug 25 07:38:08.113 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36912026-08-25T07:38:09.068Z[ helios-setup] Aug 25 07:38:08.125 INFO E| Updating crates.io index
36922026-08-25T07:38:09.071Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36932026-08-25T07:38:09.114Z[ helios-setup] Aug 25 07:38:08.172 INFO E| Downloading crates ...
36942026-08-25T07:38:09.156Z[ helios-setup] Aug 25 07:38:08.214 INFO E| Downloaded bitflags v2.3.3
36952026-08-25T07:38:09.164Z[ helios-setup] Aug 25 07:38:08.222 INFO E| Downloaded block-buffer v0.9.0
36962026-08-25T07:38:09.178Z[ helios-setup] Aug 25 07:38:08.236 INFO E| Downloaded digest v0.9.0
36972026-08-25T07:38:09.184Z[ helios-setup] Aug 25 07:38:08.242 INFO E| Downloaded errno v0.3.1
36982026-08-25T07:38:09.187Z[ helios-setup] Aug 25 07:38:08.243 INFO E| Downloaded fastrand v2.0.0
36992026-08-25T07:38:09.188Z[ helios-setup] Aug 25 07:38:08.244 INFO E| Downloaded cpufeatures v0.2.9
37002026-08-25T07:38:09.188Z[ helios-setup] Aug 25 07:38:08.245 INFO E| Downloaded sha-1 v0.9.8
37012026-08-25T07:38:09.188Z[ helios-setup] Aug 25 07:38:08.246 INFO E| Downloaded libdevinfo-sys v1.0.0
37022026-08-25T07:38:09.194Z[ helios-setup] Aug 25 07:38:08.251 INFO E| Downloaded glob v0.3.1
37032026-08-25T07:38:09.197Z[ helios-setup] Aug 25 07:38:08.252 INFO E| Downloaded unicode-width v0.1.10
37042026-08-25T07:38:09.197Z[ helios-setup] Aug 25 07:38:08.253 INFO E| Downloaded md-5 v0.9.1
37052026-08-25T07:38:09.197Z[ helios-setup] Aug 25 07:38:08.254 INFO E| Downloaded walkdir v2.3.3
37062026-08-25T07:38:09.372Z[ helios-setup] Aug 25 07:38:08.261 INFO E| Downloaded quote v1.0.31
37072026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.264 INFO E| Downloaded typenum v1.16.0
37082026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.268 INFO E| Downloaded getrandom v0.2.10
37092026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.272 INFO E| Downloaded proc-macro2 v1.0.66
37102026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.273 INFO E| Downloaded once_cell v1.18.0
37112026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.276 INFO E| Downloaded uuid v0.8.2
37122026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.279 INFO E| Downloaded tempfile v3.7.0
37132026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.281 INFO E| Downloaded toml v0.5.11
37142026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.282 INFO E| Downloaded unicode-ident v1.0.11
37152026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.284 INFO E| Downloaded serde_derive v1.0.193
37162026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.285 INFO E| Downloaded anyhow v1.0.72
37172026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.291 INFO E| Downloaded serde v1.0.193
37182026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.313 INFO E| Downloaded serde_json v1.0.103
37192026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.328 INFO E| Downloaded syn v2.0.32
37202026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.347 INFO E| Downloaded rustix v0.38.4
37212026-08-25T07:38:09.381Z[ helios-setup] Aug 25 07:38:08.371 INFO E| Downloaded libc v0.2.147
37222026-08-25T07:38:09.396Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling libc v0.2.147
37232026-08-25T07:38:09.396Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling proc-macro2 v1.0.66
37242026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling unicode-ident v1.0.11
37252026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling cfg-if v1.0.0
37262026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling version_check v0.9.4
37272026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling typenum v1.16.0
37282026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling serde v1.0.193
37292026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling time-core v0.1.2
37302026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling rustix v0.38.4
37312026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling itoa v1.0.9
37322026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling powerfmt v0.2.0
37332026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling num-conv v0.1.0
37342026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling slog v2.7.0
37352026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling once_cell v1.18.0
37362026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling num_threads v0.1.6
37372026-08-25T07:38:09.400Z[ helios-setup] Aug 25 07:38:08.454 INFO E| Compiling bitflags v2.3.3
37382026-08-25T07:38:10.065Z[ host-package] Compiling fatfs v0.3.6
37392026-08-25T07:38:10.137Z[ helios-setup] Aug 25 07:38:09.195 INFO E| Compiling opaque-debug v0.3.0
37402026-08-25T07:38:10.141Z[ helios-setup] Aug 25 07:38:09.199 INFO E| Compiling generic-array v0.14.7
37412026-08-25T07:38:10.193Z[ helios-setup] Aug 25 07:38:09.251 INFO E| Compiling anyhow v1.0.72
37422026-08-25T07:38:10.329Z[ helios-setup] Aug 25 07:38:09.387 INFO E| Compiling deranged v0.3.11
37432026-08-25T07:38:10.369Z[ helios-setup] Aug 25 07:38:09.427 INFO E| Compiling thread_local v1.1.7
37442026-08-25T07:38:10.374Z[ helios-setup] Aug 25 07:38:09.432 INFO E| Compiling serde_json v1.0.103
37452026-08-25T07:38:10.374Z[ helios-setup] Aug 25 07:38:09.432 INFO E| Compiling fastrand v2.0.0
37462026-08-25T07:38:10.396Z[ helios-setup] Aug 25 07:38:09.454 INFO E| Compiling same-file v1.0.6
37472026-08-25T07:38:10.516Z[ helios-setup] Aug 25 07:38:09.574 INFO E| Compiling ryu v1.0.15
37482026-08-25T07:38:10.612Z[ helios-setup] Aug 25 07:38:09.670 INFO E| Compiling unicode-width v0.1.10
37492026-08-25T07:38:10.630Z[ helios-setup] Aug 25 07:38:09.688 INFO E| Compiling cpufeatures v0.2.9
37502026-08-25T07:38:10.691Z[ helios-setup] Aug 25 07:38:09.749 INFO E| Compiling walkdir v2.3.3
37512026-08-25T07:38:10.702Z[ helios-setup] Aug 25 07:38:09.760 INFO E| Compiling libdevinfo-sys v1.0.0
37522026-08-25T07:38:10.755Z[ helios-setup] Aug 25 07:38:09.811 INFO E| Compiling time-macros v0.2.18
37532026-08-25T07:38:10.760Z[ helios-setup] Aug 25 07:38:09.818 INFO E| Compiling glob v0.3.1
37542026-08-25T07:38:10.875Z[ helios-setup] Aug 25 07:38:09.933 INFO E| Compiling quote v1.0.31
37552026-08-25T07:38:10.880Z[ helios-setup] Aug 25 07:38:09.938 INFO E| Compiling getopts v0.2.21
37562026-08-25T07:38:11.237Z[ helios-setup] Aug 25 07:38:10.291 INFO E| Compiling syn v2.0.32
37572026-08-25T07:38:11.893Z[ helios-setup] Aug 25 07:38:10.951 INFO E| Compiling dirs-sys-next v0.1.2
37582026-08-25T07:38:11.893Z[ helios-setup] Aug 25 07:38:10.951 INFO E| Compiling errno v0.3.1
37592026-08-25T07:38:11.896Z[ helios-setup] Aug 25 07:38:10.951 INFO E| Compiling atty v0.2.14
37602026-08-25T07:38:11.897Z[ helios-setup] Aug 25 07:38:10.951 INFO E| Compiling getrandom v0.2.10
37612026-08-25T07:38:12.077Z[ helios-setup] Aug 25 07:38:11.135 INFO E| Compiling dirs-next v2.0.0
37622026-08-25T07:38:12.158Z[ helios-setup] Aug 25 07:38:11.216 INFO E| Compiling term v0.7.0
37632026-08-25T07:38:12.468Z[ host-package] Compiling signal-hook-tokio v0.3.1
37642026-08-25T07:38:12.545Z[ host-package] Compiling yasna v0.5.2
37652026-08-25T07:38:12.563Z[ helios-setup] Aug 25 07:38:11.620 INFO E| Compiling time v0.3.36
37662026-08-25T07:38:12.587Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37672026-08-25T07:38:12.621Z[ host-package] Compiling seq-macro v0.3.6
37682026-08-25T07:38:12.867Z[ helios-setup] Aug 25 07:38:11.925 INFO E| Compiling tempfile v3.7.0
37692026-08-25T07:38:12.874Z[ host-package] Compiling assert_matches v1.5.0
37702026-08-25T07:38:13.095Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37712026-08-25T07:38:13.109Z[ helios-setup] Aug 25 07:38:12.167 INFO E| Compiling digest v0.9.0
37722026-08-25T07:38:13.109Z[ helios-setup] Aug 25 07:38:12.167 INFO E| Compiling block-buffer v0.9.0
37732026-08-25T07:38:13.212Z[ helios-setup] Aug 25 07:38:12.270 INFO E| Compiling sha-1 v0.9.8
37742026-08-25T07:38:13.212Z[ helios-setup] Aug 25 07:38:12.270 INFO E| Compiling md-5 v0.9.1
37752026-08-25T07:38:13.421Z[ host-package] Compiling rcgen v0.12.1
37762026-08-25T07:38:13.709Z[ helios-setup] Aug 25 07:38:12.767 INFO E| Compiling slog-term v2.9.0
37772026-08-25T07:38:14.023Z[ helios-setup] Aug 25 07:38:13.081 INFO E| Compiling serde_derive v1.0.193
37782026-08-25T07:38:14.440Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37792026-08-25T07:38:15.545Z[ host-package] Compiling slog-envlogger v2.2.0
37802026-08-25T07:38:15.899Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37812026-08-25T07:38:16.804Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37822026-08-25T07:38:17.040Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37832026-08-25T07:38:17.100Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37842026-08-25T07:38:17.458Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37852026-08-25T07:38:17.723Z[ host-package] Compiling port-file v0.1.0
37862026-08-25T07:38:17.800Z[ host-package] Compiling rtoolbox v0.0.3
37872026-08-25T07:38:18.083Z[ host-package] Compiling subprocess v0.2.15
37882026-08-25T07:38:18.142Z[ host-package] Compiling rpassword v7.5.4
37892026-08-25T07:38:18.417Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37902026-08-25T07:38:18.693Z[ helios-setup] Aug 25 07:38:17.751 INFO E| Compiling toml v0.5.11
37912026-08-25T07:38:18.693Z[ helios-setup] Aug 25 07:38:17.751 INFO E| Compiling uuid v0.8.2
37922026-08-25T07:38:18.782Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37932026-08-25T07:38:19.588Z[ helios-setup] Aug 25 07:38:18.646 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37942026-08-25T07:38:20.376Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37952026-08-25T07:38:20.445Z[ helios-setup] Aug 25 07:38:19.503 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37962026-08-25T07:38:20.519Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37972026-08-25T07:38:21.105Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37982026-08-25T07:38:22.819Z[ host-package] Compiling tui-tree-widget v0.23.1
37992026-08-25T07:38:23.136Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38002026-08-25T07:38:23.376Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38012026-08-25T07:38:23.982Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38022026-08-25T07:38:24.627Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38032026-08-25T07:38:24.736Z[ helios-setup] Aug 25 07:38:23.794 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
38042026-08-25T07:38:24.761Z[ helios-setup] Aug 25 07:38:23.819 INFO building project "image-builder" ok (18 seconds)
38052026-08-25T07:38:24.761Z[ helios-setup] Aug 25 07:38:23.819 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38062026-08-25T07:38:24.770Z[ helios-setup] Aug 25 07:38:23.828 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38072026-08-25T07:38:24.770Z[ helios-setup] Aug 25 07:38:23.828 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38082026-08-25T07:38:24.774Z[ helios-setup] Aug 25 07:38:23.828 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38092026-08-25T07:38:24.885Z[ helios-setup] Aug 25 07:38:23.943 INFO E| Downloading crates ...
38102026-08-25T07:38:24.926Z[ helios-setup] Aug 25 07:38:23.984 INFO E| Downloaded generic-array v0.14.6
38112026-08-25T07:38:24.933Z[ helios-setup] Aug 25 07:38:23.991 INFO E| Downloaded bytes v1.2.1
38122026-08-25T07:38:24.937Z[ helios-setup] Aug 25 07:38:23.994 INFO E| Downloaded cpufeatures v0.2.5
38132026-08-25T07:38:24.940Z[ helios-setup] Aug 25 07:38:23.996 INFO E| Downloaded block-buffer v0.10.3
38142026-08-25T07:38:24.943Z[ helios-setup] Aug 25 07:38:23.999 INFO E| Downloaded miniz_oxide v0.6.2
38152026-08-25T07:38:24.946Z[ helios-setup] Aug 25 07:38:24.004 INFO E| Downloaded flate2 v1.0.25
38162026-08-25T07:38:24.950Z[ helios-setup] Aug 25 07:38:24.009 INFO E| Downloaded digest v0.10.3
38172026-08-25T07:38:24.953Z[ helios-setup] Aug 25 07:38:24.010 INFO E| Downloaded sha2 v0.10.5
38182026-08-25T07:38:24.953Z[ helios-setup] Aug 25 07:38:24.011 INFO E| Downloaded typenum v1.15.0
38192026-08-25T07:38:24.957Z[ helios-setup] Aug 25 07:38:24.012 INFO E| Downloaded anyhow v1.0.62
38202026-08-25T07:38:25.000Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling typenum v1.15.0
38212026-08-25T07:38:25.000Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling version_check v0.9.4
38222026-08-25T07:38:25.003Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling crc32fast v1.3.2
38232026-08-25T07:38:25.003Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling cfg-if v1.0.0
38242026-08-25T07:38:25.003Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling anyhow v1.0.62
38252026-08-25T07:38:25.003Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling adler v1.0.2
38262026-08-25T07:38:25.003Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling cpufeatures v0.2.5
38272026-08-25T07:38:25.003Z[ helios-setup] Aug 25 07:38:24.058 INFO E| Compiling unicode-width v0.1.10
38282026-08-25T07:38:25.004Z[ helios-setup] Aug 25 07:38:24.059 INFO E| Compiling bitflags v1.3.2
38292026-08-25T07:38:25.004Z[ helios-setup] Aug 25 07:38:24.059 INFO E| Compiling bytes v1.2.1
38302026-08-25T07:38:25.146Z[ helios-setup] Aug 25 07:38:24.204 INFO E| Compiling miniz_oxide v0.6.2
38312026-08-25T07:38:25.177Z[ helios-setup] Aug 25 07:38:24.235 INFO E| Compiling getopts v0.2.21
38322026-08-25T07:38:25.424Z[ helios-setup] Aug 25 07:38:24.482 INFO E| Compiling generic-array v0.14.6
38332026-08-25T07:38:26.189Z[ helios-setup] Aug 25 07:38:25.247 INFO E| Compiling flate2 v1.0.25
38342026-08-25T07:38:26.283Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38352026-08-25T07:38:26.380Z[ host-package] Compiling uzers v0.12.2
38362026-08-25T07:38:26.755Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38372026-08-25T07:38:27.182Z[ helios-setup] Aug 25 07:38:26.239 INFO E| Compiling block-buffer v0.10.3
38382026-08-25T07:38:27.182Z[ helios-setup] Aug 25 07:38:26.239 INFO E| Compiling crypto-common v0.1.6
38392026-08-25T07:38:27.298Z[ helios-setup] Aug 25 07:38:26.354 INFO E| Compiling digest v0.10.3
38402026-08-25T07:38:27.486Z[ helios-setup] Aug 25 07:38:26.544 INFO E| Compiling sha2 v0.10.5
38412026-08-25T07:38:27.731Z[ helios-setup] Aug 25 07:38:26.789 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38422026-08-25T07:38:28.127Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38432026-08-25T07:38:28.437Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38442026-08-25T07:38:29.342Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38452026-08-25T07:38:29.565Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38462026-08-25T07:38:30.476Z[ helios-setup] Aug 25 07:38:29.534 INFO E| Finished `release` profile [optimized] target(s) in 5.69s
38472026-08-25T07:38:30.479Z[ host-package] Compiling support-bundle-viewer v0.1.2
38482026-08-25T07:38:30.489Z[ helios-setup] Aug 25 07:38:29.547 INFO building project "bootserver" ok (5 seconds)
38492026-08-25T07:38:30.493Z[ helios-setup] rm -f helios-build
38502026-08-25T07:38:30.496Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38512026-08-25T07:38:30.496Z[ helios-setup]
38522026-08-25T07:38:30.499Z[ helios-setup] Setup complete! ./helios-build is now available.
38532026-08-25T07:38:30.499Z[ helios-setup]
38542026-08-25T07:38:30.499Z[ helios-setup]
38552026-08-25T07:38:30.499Z[ helios-setup] real 2:53.038464616
38562026-08-25T07:38:30.499Z[ helios-setup] user 7:00.013259725
38572026-08-25T07:38:30.499Z[ helios-setup] sys 1:16.904678055
38582026-08-25T07:38:30.499Z[ helios-setup] trap 0.518988909
38592026-08-25T07:38:30.499Z[ helios-setup] tflt 2.306102734
38602026-08-25T07:38:30.499Z[ helios-setup] dflt 7.269119888
38612026-08-25T07:38:30.499Z[ helios-setup] kflt 0.001607920
38622026-08-25T07:38:30.499Z[ helios-setup] lock 47:52.742150965
38632026-08-25T07:38:30.499Z[ helios-setup] slp 30:28.141759019
38642026-08-25T07:38:30.499Z[ helios-setup] lat 4:17.981275511
38652026-08-25T07:38:30.499Z[ helios-setup] stop 1:23.921609829
38662026-08-25T07:38:30.503ZAug 25 07:38:29.557 INFO [helios-setup] process exited with exit status: 0 (173.04158594s)
38672026-08-25T07:38:30.503ZAug 25 07:38:29.557 INFO [helios-record] running task
38682026-08-25T07:38:30.503ZAug 25 07:38:29.557 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38692026-08-25T07:38:30.508ZAug 25 07:38:29.564 DEBG process exited with exit status: 0 (6.243167ms)
38702026-08-25T07:38:30.508ZAug 25 07:38:29.564 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38712026-08-25T07:38:30.512ZAug 25 07:38:29.569 DEBG process exited with exit status: 0 (5.123986ms)
38722026-08-25T07:38:30.512ZAug 25 07:38:29.569 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38732026-08-25T07:38:30.517ZAug 25 07:38:29.573 DEBG process exited with exit status: 0 (4.268404ms)
38742026-08-25T07:38:30.517ZAug 25 07:38:29.573 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38752026-08-25T07:38:30.522ZAug 25 07:38:29.577 DEBG process exited with exit status: 0 (3.992915ms)
38762026-08-25T07:38:30.522ZAug 25 07:38:29.577 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38772026-08-25T07:38:30.525ZAug 25 07:38:29.581 DEBG process exited with exit status: 0 (3.470934ms)
38782026-08-25T07:38:30.525ZAug 25 07:38:29.581 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38792026-08-25T07:38:30.529ZAug 25 07:38:29.584 DEBG process exited with exit status: 0 (3.426294ms)
38802026-08-25T07:38:30.529ZAug 25 07:38:29.584 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38812026-08-25T07:38:30.533ZAug 25 07:38:29.588 DEBG process exited with exit status: 0 (3.581474ms)
38822026-08-25T07:38:30.533ZAug 25 07:38:29.588 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38832026-08-25T07:38:30.536ZAug 25 07:38:29.591 DEBG process exited with exit status: 0 (3.768064ms)
38842026-08-25T07:38:30.536ZAug 25 07:38:29.591 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38852026-08-25T07:38:30.540ZAug 25 07:38:29.595 DEBG process exited with exit status: 0 (3.602545ms)
38862026-08-25T07:38:30.540ZAug 25 07:38:29.595 INFO [helios-record] task succeeded (38.124024ms)
38872026-08-25T07:38:31.915Z[ host-package] Compiling multimap v0.10.1
38882026-08-25T07:38:40.113Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38892026-08-25T07:38:42.307Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38902026-08-25T07:38:45.824Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38912026-08-25T07:38:50.799Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38922026-08-25T07:38:53.053Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38932026-08-25T07:47:30.412Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 08s
38942026-08-25T07:47:30.441Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38952026-08-25T07:47:30.441Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38962026-08-25T07:48:22.063ZAug 25 07:48:21.120 INFO [host-package] process exited with exit status: 0 (719.975876763s)
38972026-08-25T07:48:22.063ZAug 25 07:48:21.120 INFO [host-libraries] running task
38982026-08-25T07:48:22.063ZAug 25 07:48:21.120 INFO [host-stamp] running task
38992026-08-25T07:48:22.067ZAug 25 07:48:21.123 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git521e1b3903a
39002026-08-25T07:48:22.067ZAug 25 07:48:21.123 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git521e1b3903a
39012026-08-25T07:48:22.067ZAug 25 07:48:21.123 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git521e1b3903a
39022026-08-25T07:48:22.067ZAug 25 07:48:21.124 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git521e1b3903a
39032026-08-25T07:48:22.067ZAug 25 07:48:21.124 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git521e1b3903a
39042026-08-25T07:48:22.067ZAug 25 07:48:21.124 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git521e1b3903a
39052026-08-25T07:48:22.071ZAug 25 07:48:21.124 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git521e1b3903a
39062026-08-25T07:48:22.071ZAug 25 07:48:21.125 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git521e1b3903a
39072026-08-25T07:48:22.074Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-25T07:48:22.074Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-25T07:48:22.077Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-25T07:48:22.077Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-25T07:48:22.077Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-08-25T07:48:22.078Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39132026-08-25T07:48:22.078Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39142026-08-25T07:48:22.078Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39152026-08-25T07:48:22.078Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39162026-08-25T07:48:22.085ZAug 25 07:48:21.136 INFO [stamp-overlay] process exited with exit status: 0 (13.345315ms)
39172026-08-25T07:48:22.088Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39182026-08-25T07:48:22.091ZAug 25 07:48:21.148 INFO [stamp-oxlog] process exited with exit status: 0 (24.442298ms)
39192026-08-25T07:48:22.128Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39202026-08-25T07:48:22.131ZAug 25 07:48:21.189 INFO [stamp-crucible-utils] process exited with exit status: 0 (64.980635ms)
39212026-08-25T07:48:22.143Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39222026-08-25T07:48:22.146ZAug 25 07:48:21.204 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (79.677571ms)
39232026-08-25T07:48:22.284Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39242026-08-25T07:48:22.288ZAug 25 07:48:21.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.909512ms)
39252026-08-25T07:48:22.698Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39262026-08-25T07:48:22.702ZAug 25 07:48:21.759 INFO [stamp-propolis-server] process exited with exit status: 0 (635.469525ms)
39272026-08-25T07:48:22.716Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39282026-08-25T07:48:22.719ZAug 25 07:48:21.776 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (651.601283ms)
39292026-08-25T07:48:23.805ZAug 25 07:48:22.863 INFO [host-libraries] task succeeded (1.742198108s)
39302026-08-25T07:48:23.810ZAug 25 07:48:22.863 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39312026-08-25T07:48:23.814Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39322026-08-25T07:48:24.775Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39332026-08-25T07:48:25.604Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39342026-08-25T07:48:29.628Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39352026-08-25T07:48:29.631ZAug 25 07:48:28.689 INFO [stamp-switch-asic] process exited with exit status: 0 (7.566046844s)
39362026-08-25T07:48:29.631ZAug 25 07:48:28.689 INFO [host-stamp] task succeeded (7.568449196s)
39372026-08-25T07:48:29.631ZAug 25 07:48:28.689 INFO [host-proto] running task
39382026-08-25T07:48:30.097ZAug 25 07:48:29.153 INFO [host-proto] task succeeded (463.691788ms)
39392026-08-25T07:48:30.097ZAug 25 07:48:29.153 INFO [host-profile] running task
39402026-08-25T07:48:30.102ZAug 25 07:48:29.153 INFO [host-profile] task succeeded (238.31µs)
39412026-08-25T07:48:30.102ZAug 25 07:48:29.153 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpwoNkMM/proto/host/root -N 'ci 521e1b3/${os_short_commit} 2026-08-25 07:35' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39422026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO Checking files for board 'cosmo-mbist-noaggr'
39432026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39442026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO Checking files for board 'gimlet'
39452026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39462026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39472026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO Checking files for board 'cosmo'
39482026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39492026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39502026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO Checking files for board 'cosmo-mbist'
39512026-08-25T07:48:30.106Z[ host-image] Aug 25 07:48:29.159 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39522026-08-25T07:48:30.109Z[ host-image] Aug 25 07:48:29.167 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpwoNkMM/proto/host/root"
39532026-08-25T07:48:30.109Z[ host-image] Aug 25 07:48:29.167 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39542026-08-25T07:48:30.110Z[ host-image] Aug 25 07:48:29.167 INFO image builder template: ramdisk-01-os...
39552026-08-25T07:48:30.110Z[ host-image] Aug 25 07:48:29.167 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39562026-08-25T07:48:30.122Z[ host-image] Aug 25 07:48:29.180 INFO O| Aug 25 07:48:29.180 INFO CREATE DATASET: rpool/images/build/host/output
39572026-08-25T07:48:31.553Z[ host-image] Aug 25 07:48:30.610 INFO O| Aug 25 07:48:30.610 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39582026-08-25T07:48:31.556Z[ host-image] Aug 25 07:48:30.613 INFO O| Aug 25 07:48:30.613 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39592026-08-25T07:48:31.772Z[ host-image] Aug 25 07:48:30.829 INFO O| Aug 25 07:48:30.829 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39602026-08-25T07:48:31.827Z[ host-image] Aug 25 07:48:30.884 INFO O| Aug 25 07:48:30.884 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39612026-08-25T07:48:31.827Z[ host-image] Aug 25 07:48:30.884 INFO O| Aug 25 07:48:30.884 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39622026-08-25T07:48:31.830Z[ host-image] Aug 25 07:48:30.884 INFO O| Aug 25 07:48:30.884 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39632026-08-25T07:48:31.830Z[ host-image] Aug 25 07:48:30.885 INFO O| Aug 25 07:48:30.884 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39642026-08-25T07:48:31.834Z[ host-image] Aug 25 07:48:30.888 INFO O| Aug 25 07:48:30.888 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39652026-08-25T07:48:32.056Z[ host-image] Aug 25 07:48:31.114 INFO O| Aug 25 07:48:31.114 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-25T07:48:32.062Z[ host-image] Aug 25 07:48:31.120 INFO O| Aug 25 07:48:31.120 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39672026-08-25T07:48:32.322Z[ host-image] Aug 25 07:48:31.380 INFO O| Aug 25 07:48:31.380 INFO O| Caching catalogs ... Done
39682026-08-25T07:48:32.381Z[ host-image] Aug 25 07:48:31.439 INFO O| Aug 25 07:48:31.439 INFO STEP 0 (pkg_image_create) COMPLETE
39692026-08-25T07:48:32.381Z[ host-image] Aug 25 07:48:31.439 INFO O| Aug 25 07:48:31.439 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-25T07:48:32.387Z[ host-image] Aug 25 07:48:31.445 INFO O| Aug 25 07:48:31.445 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"]
39712026-08-25T07:48:32.705Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.762 INFO STEP 1 (pkg_set_publisher) COMPLETE
39722026-08-25T07:48:32.705Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.762 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-25T07:48:32.705Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.762 INFO skip step because feature "publisher_1_name" is not enabled
39742026-08-25T07:48:32.708Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.763 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-25T07:48:32.708Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.763 INFO skip step because feature "publisher_2_name" is not enabled
39762026-08-25T07:48:32.709Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.763 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-25T07:48:32.709Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.763 INFO skip step because feature "publisher_3_name" is not enabled
39782026-08-25T07:48:32.709Z[ host-image] Aug 25 07:48:31.763 INFO O| Aug 25 07:48:31.763 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-25T07:48:33.022Z[ host-image] Aug 25 07:48:32.077 INFO O| Aug 25 07:48:32.077 INFO variant opensolaris.zone is already global
39802026-08-25T07:48:33.022Z[ host-image] Aug 25 07:48:32.077 INFO O| Aug 25 07:48:32.077 INFO STEP 5 (pkg_change_variant) COMPLETE
39812026-08-25T07:48:33.025Z[ host-image] Aug 25 07:48:32.077 INFO O| Aug 25 07:48:32.077 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-08-25T07:48:33.313Z[ host-image] Aug 25 07:48:32.371 INFO O| Aug 25 07:48:32.371 INFO variant opensolaris.imagetype is full; changing to partial
39832026-08-25T07:48:33.314Z[ host-image] Aug 25 07:48:32.371 INFO O| Aug 25 07:48:32.371 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39842026-08-25T07:48:35.051Z[ host-image] Aug 25 07:48:34.108 INFO O| Aug 25 07:48:34.108 INFO O| Startup: Refreshing catalog 'helios' ... Done
39852026-08-25T07:48:35.454Z[ host-image] Aug 25 07:48:34.512 INFO O| Aug 25 07:48:34.512 INFO O| Startup: Caching catalogs ... Done
39862026-08-25T07:48:35.468Z[ host-image] Aug 25 07:48:34.526 INFO O| Aug 25 07:48:34.526 INFO O| Planning: Planning completed in 0.00 seconds
39872026-08-25T07:48:35.471Z[ host-image] Aug 25 07:48:34.526 INFO O| Aug 25 07:48:34.526 INFO O| Planning: Consolidating action changes ... Done
39882026-08-25T07:48:35.471Z[ host-image] Aug 25 07:48:34.526 INFO O| Aug 25 07:48:34.526 INFO O| Planning: Evaluating mediators ... Done
39892026-08-25T07:48:35.471Z[ host-image] Aug 25 07:48:34.526 INFO O| Aug 25 07:48:34.526 INFO O| Planning: Planning completed in 0.00 seconds
39902026-08-25T07:48:35.471Z[ host-image] Aug 25 07:48:34.527 INFO O| Aug 25 07:48:34.527 INFO O| Variants/Facets to change: 1
39912026-08-25T07:48:35.477Z[ host-image] Aug 25 07:48:34.535 INFO O| Aug 25 07:48:34.535 INFO O| Finalize: Updating package state database ... Done
39922026-08-25T07:48:35.477Z[ host-image] Aug 25 07:48:34.535 INFO O| Aug 25 07:48:34.535 INFO O| Finalize: Updating package cache ... Done
39932026-08-25T07:48:35.553Z[ host-image] Aug 25 07:48:34.610 INFO O| Aug 25 07:48:34.610 INFO O| Finalize: Updating image state ... Done
39942026-08-25T07:48:35.563Z[ host-image] Aug 25 07:48:34.621 INFO O| Aug 25 07:48:34.621 INFO O| Finalize: Creating fast lookup database ... Done
39952026-08-25T07:48:35.567Z[ host-image] Aug 25 07:48:34.622 INFO O| Aug 25 07:48:34.622 INFO O| Finalize: Reading search index ... Done
39962026-08-25T07:48:35.567Z[ host-image] Aug 25 07:48:34.622 INFO O| Aug 25 07:48:34.622 INFO O| Finalize: Updating search index ... Done
39972026-08-25T07:48:35.567Z[ host-image] Aug 25 07:48:34.622 INFO O| Aug 25 07:48:34.622 INFO O| Finalize: Updating package cache ... Done
39982026-08-25T07:48:35.751Z[ host-image] Aug 25 07:48:34.808 INFO O| Aug 25 07:48:34.808 INFO STEP 6 (pkg_change_variant) COMPLETE
39992026-08-25T07:48:35.754Z[ host-image] Aug 25 07:48:34.809 INFO O| Aug 25 07:48:34.808 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40002026-08-25T07:48:35.754Z[ host-image] Aug 25 07:48:34.809 INFO O| Aug 25 07:48:34.808 INFO skip step because feature "debug_variant" is not enabled
40012026-08-25T07:48:35.754Z[ host-image] Aug 25 07:48:34.809 INFO O| Aug 25 07:48:34.808 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40022026-08-25T07:48:35.998Z[ host-image] Aug 25 07:48:35.056 INFO O| Aug 25 07:48:35.056 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40032026-08-25T07:48:36.627Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.69s
40042026-08-25T07:48:37.684Z[ host-image] Aug 25 07:48:36.736 INFO O| Aug 25 07:48:36.736 INFO O| Startup: Refreshing catalog 'helios' ... Done
40052026-08-25T07:48:38.102Z[ host-image] Aug 25 07:48:37.159 INFO O| Aug 25 07:48:37.159 INFO O| Startup: Caching catalogs ... Done
40062026-08-25T07:48:38.119Z[ host-image] Aug 25 07:48:37.177 INFO O| Aug 25 07:48:37.177 INFO O| Planning: Planning completed in 0.00 seconds
40072026-08-25T07:48:38.127Z[ host-image] Aug 25 07:48:37.177 INFO O| Aug 25 07:48:37.177 INFO O| Planning: Consolidating action changes ... Done
40082026-08-25T07:48:38.127Z[ host-image] Aug 25 07:48:37.177 INFO O| Aug 25 07:48:37.177 INFO O| Planning: Evaluating mediators ... Done
40092026-08-25T07:48:38.127Z[ host-image] Aug 25 07:48:37.177 INFO O| Aug 25 07:48:37.177 INFO O| Planning: Planning completed in 0.00 seconds
40102026-08-25T07:48:38.127Z[ host-image] Aug 25 07:48:37.177 INFO O| Aug 25 07:48:37.177 INFO O| Variants/Facets to change: 1
40112026-08-25T07:48:38.131Z[ host-image] Aug 25 07:48:37.186 INFO O| Aug 25 07:48:37.186 INFO O| Finalize: Updating package state database ... Done
40122026-08-25T07:48:38.131Z[ host-image] Aug 25 07:48:37.186 INFO O| Aug 25 07:48:37.186 INFO O| Finalize: Updating package cache ... Done
40132026-08-25T07:48:38.201Z[ host-image] Aug 25 07:48:37.259 INFO O| Aug 25 07:48:37.259 INFO O| Finalize: Updating image state ... Done
40142026-08-25T07:48:38.212Z[ host-image] Aug 25 07:48:37.270 INFO O| Aug 25 07:48:37.270 INFO O| Finalize: Creating fast lookup database ... Done
40152026-08-25T07:48:38.215Z[ host-image] Aug 25 07:48:37.270 INFO O| Aug 25 07:48:37.270 INFO O| Finalize: Reading search index ... Done
40162026-08-25T07:48:38.215Z[ host-image] Aug 25 07:48:37.270 INFO O| Aug 25 07:48:37.270 INFO O| Finalize: Updating search index ... Done
40172026-08-25T07:48:38.215Z[ host-image] Aug 25 07:48:37.271 INFO O| Aug 25 07:48:37.271 INFO O| Finalize: Updating package cache ... Done
40182026-08-25T07:48:38.248ZAug 25 07:48:37.306 INFO [recovery-package] process exited with exit status: 0 (14.442869039s)
40192026-08-25T07:48:38.248ZAug 25 07:48:37.306 INFO [recovery-libraries] running task
40202026-08-25T07:48:38.248ZAug 25 07:48:37.306 INFO [recovery-stamp] running task
40212026-08-25T07:48:38.251ZAug 25 07:48:37.306 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git521e1b3903a
40222026-08-25T07:48:38.251ZAug 25 07:48:37.306 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git521e1b3903a
40232026-08-25T07:48:38.256Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40242026-08-25T07:48:38.259Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40252026-08-25T07:48:38.301ZAug 25 07:48:37.358 INFO [recovery-libraries] task succeeded (52.43421ms)
40262026-08-25T07:48:38.304ZAug 25 07:48:37.358 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40272026-08-25T07:48:38.361Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40282026-08-25T07:48:38.365ZAug 25 07:48:37.422 INFO [stamp-installinator] process exited with exit status: 0 (115.631672ms)
40292026-08-25T07:48:38.424Z[ host-image] Aug 25 07:48:37.481 INFO O| Aug 25 07:48:37.481 INFO STEP 8 (pkg_change_facet) COMPLETE
40302026-08-25T07:48:38.424Z[ host-image] Aug 25 07:48:37.481 INFO O| Aug 25 07:48:37.481 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40312026-08-25T07:48:38.424Z[ host-image] Aug 25 07:48:37.481 INFO O| Aug 25 07:48:37.481 INFO skip step because feature "recovery" is not enabled
40322026-08-25T07:48:38.424Z[ host-image] Aug 25 07:48:37.481 INFO O| Aug 25 07:48:37.481 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40332026-08-25T07:48:38.427Z[ host-image] Aug 25 07:48:37.481 INFO O| Aug 25 07:48:37.481 INFO skip step because feature "recovery" is not enabled
40342026-08-25T07:48:38.427Z[ host-image] Aug 25 07:48:37.481 INFO O| Aug 25 07:48:37.481 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352026-08-25T07:48:38.431Z[ host-image] Aug 25 07:48:37.488 INFO O| Aug 25 07:48:37.488 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
40362026-08-25T07:48:38.446Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40372026-08-25T07:48:38.450ZAug 25 07:48:37.507 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (200.966829ms)
40382026-08-25T07:48:38.450ZAug 25 07:48:37.507 INFO [recovery-stamp] task succeeded (201.3994ms)
40392026-08-25T07:48:38.450ZAug 25 07:48:37.507 INFO [recovery-proto] running task
40402026-08-25T07:48:38.450ZAug 25 07:48:37.507 INFO [tuf-stamp] running task
40412026-08-25T07:48:38.453ZAug 25 07:48:37.508 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git521e1b3903a
40422026-08-25T07:48:38.453ZAug 25 07:48:37.508 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git521e1b3903a
40432026-08-25T07:48:38.453ZAug 25 07:48:37.509 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git521e1b3903a
40442026-08-25T07:48:38.453ZAug 25 07:48:37.509 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git521e1b3903a
40452026-08-25T07:48:38.453ZAug 25 07:48:37.510 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git521e1b3903a
40462026-08-25T07:48:38.453ZAug 25 07:48:37.510 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git521e1b3903a
40472026-08-25T07:48:38.453ZAug 25 07:48:37.510 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git521e1b3903a
40482026-08-25T07:48:38.453ZAug 25 07:48:37.510 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git521e1b3903a
40492026-08-25T07:48:38.457ZAug 25 07:48:37.512 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git521e1b3903a
40502026-08-25T07:48:38.457ZAug 25 07:48:37.512 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git521e1b3903a
40512026-08-25T07:48:38.457ZAug 25 07:48:37.512 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git521e1b3903a
40522026-08-25T07:48:38.457ZAug 25 07:48:37.512 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git521e1b3903a
40532026-08-25T07:48:38.460Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-25T07:48:38.460Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-25T07:48:38.461Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-25T07:48:38.461Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-25T07:48:38.461Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-25T07:48:38.461Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-25T07:48:38.461Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-25T07:48:38.464Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-25T07:48:38.464Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-25T07:48:38.464Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-08-25T07:48:38.464Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-08-25T07:48:38.464Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-08-25T07:48:38.483Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40662026-08-25T07:48:38.486ZAug 25 07:48:37.544 INFO [stamp-probe] process exited with exit status: 0 (33.955178ms)
40672026-08-25T07:48:38.581ZAug 25 07:48:37.639 INFO [recovery-proto] task succeeded (131.824971ms)
40682026-08-25T07:48:38.585ZAug 25 07:48:37.639 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpwoNkMM/proto/recovery/root -N 'recovery 521e1b3/${os_short_commit} 2026-08-25 07:35' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40692026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.645 INFO Checking files for board 'gimlet'
40702026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40712026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40722026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO Checking files for board 'cosmo-mbist'
40732026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40742026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO Checking files for board 'cosmo-mbist-noaggr'
40752026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40762026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO Checking files for board 'cosmo'
40772026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40782026-08-25T07:48:38.590Z[ recovery-image] Aug 25 07:48:37.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40792026-08-25T07:48:38.597Z[ recovery-image] Aug 25 07:48:37.655 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpwoNkMM/proto/recovery/root"
40802026-08-25T07:48:38.597Z[ recovery-image] Aug 25 07:48:37.655 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40812026-08-25T07:48:38.601Z[ recovery-image] Aug 25 07:48:37.656 INFO image builder template: ramdisk-01-os...
40822026-08-25T07:48:38.601Z[ recovery-image] Aug 25 07:48:37.656 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40832026-08-25T07:48:38.666Z[ recovery-image] Aug 25 07:48:37.724 INFO O| Aug 25 07:48:37.724 INFO CREATE DATASET: rpool/images/build/recovery/output
40842026-08-25T07:48:38.905Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40852026-08-25T07:48:38.931Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40862026-08-25T07:48:38.979Z[ recovery-image] Aug 25 07:48:38.037 INFO O| Aug 25 07:48:38.037 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-25T07:48:38.983Z[ recovery-image] Aug 25 07:48:38.041 INFO O| Aug 25 07:48:38.041 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40882026-08-25T07:48:39.011Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40892026-08-25T07:48:39.015ZAug 25 07:48:38.071 INFO [stamp-ntp] process exited with exit status: 0 (560.246639ms)
40902026-08-25T07:48:39.109Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40912026-08-25T07:48:39.112ZAug 25 07:48:38.169 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (657.48441ms)
40922026-08-25T07:48:39.198Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40932026-08-25T07:48:39.205ZAug 25 07:48:38.260 INFO [stamp-external-dns] process exited with exit status: 0 (750.209066ms)
40942026-08-25T07:48:39.208Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40952026-08-25T07:48:39.212ZAug 25 07:48:38.268 INFO [stamp-internal-dns] process exited with exit status: 0 (758.511956ms)
40962026-08-25T07:48:39.349Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40972026-08-25T07:48:39.353ZAug 25 07:48:38.409 INFO [stamp-crucible-zone] process exited with exit status: 0 (897.394214ms)
40982026-08-25T07:48:39.464Z[ recovery-image] Aug 25 07:48:38.521 INFO O| Aug 25 07:48:38.521 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40992026-08-25T07:48:39.549Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41002026-08-25T07:48:39.552ZAug 25 07:48:38.610 INFO [stamp-oximeter] process exited with exit status: 0 (1.098638643s)
41012026-08-25T07:48:39.556Z[ recovery-image] Aug 25 07:48:38.613 INFO O| Aug 25 07:48:38.613 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41022026-08-25T07:48:39.556Z[ recovery-image] Aug 25 07:48:38.613 INFO O| Aug 25 07:48:38.613 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-25T07:48:39.560Z[ recovery-image] Aug 25 07:48:38.614 INFO O| Aug 25 07:48:38.614 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-25T07:48:39.560Z[ recovery-image] Aug 25 07:48:38.614 INFO O| Aug 25 07:48:38.614 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41052026-08-25T07:48:39.563Z[ recovery-image] Aug 25 07:48:38.620 INFO O| Aug 25 07:48:38.620 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41062026-08-25T07:48:39.957Z[ recovery-image] Aug 25 07:48:39.015 INFO O| Aug 25 07:48:39.015 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41072026-08-25T07:48:39.966Z[ recovery-image] Aug 25 07:48:39.023 INFO O| Aug 25 07:48:39.023 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41082026-08-25T07:48:40.218Z[ recovery-image] Aug 25 07:48:39.276 INFO O| Aug 25 07:48:39.276 INFO O| Caching catalogs ... Done
41092026-08-25T07:48:40.284Z[ recovery-image] Aug 25 07:48:39.341 INFO O| Aug 25 07:48:39.341 INFO STEP 0 (pkg_image_create) COMPLETE
41102026-08-25T07:48:40.284Z[ recovery-image] Aug 25 07:48:39.341 INFO O| Aug 25 07:48:39.341 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41112026-08-25T07:48:40.291Z[ recovery-image] Aug 25 07:48:39.349 INFO O| Aug 25 07:48:39.348 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"]
41122026-08-25T07:48:40.487Z[ host-image] Aug 25 07:48:39.544 INFO O| Aug 25 07:48:39.544 INFO O| Startup: Refreshing catalog 'helios' ... Done
41132026-08-25T07:48:40.549Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO STEP 1 (pkg_set_publisher) COMPLETE
41142026-08-25T07:48:40.549Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41152026-08-25T07:48:40.549Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO skip step because feature "publisher_1_name" is not enabled
41162026-08-25T07:48:40.549Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41172026-08-25T07:48:40.552Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO skip step because feature "publisher_2_name" is not enabled
41182026-08-25T07:48:40.552Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41192026-08-25T07:48:40.552Z[ recovery-image] Aug 25 07:48:39.605 INFO O| Aug 25 07:48:39.605 INFO skip step because feature "publisher_3_name" is not enabled
41202026-08-25T07:48:40.552Z[ recovery-image] Aug 25 07:48:39.606 INFO O| Aug 25 07:48:39.605 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-08-25T07:48:40.809Z[ recovery-image] Aug 25 07:48:39.866 INFO O| Aug 25 07:48:39.866 INFO variant opensolaris.zone is already global
41222026-08-25T07:48:40.814Z[ recovery-image] Aug 25 07:48:39.866 INFO O| Aug 25 07:48:39.866 INFO STEP 5 (pkg_change_variant) COMPLETE
41232026-08-25T07:48:40.814Z[ recovery-image] Aug 25 07:48:39.866 INFO O| Aug 25 07:48:39.866 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-08-25T07:48:40.914Z[ host-image] Aug 25 07:48:39.970 INFO O| Aug 25 07:48:39.970 INFO O| Startup: Caching catalogs ... Done
41252026-08-25T07:48:41.104Z[ recovery-image] Aug 25 07:48:40.162 INFO O| Aug 25 07:48:40.162 INFO variant opensolaris.imagetype is full; changing to partial
41262026-08-25T07:48:41.105Z[ recovery-image] Aug 25 07:48:40.162 INFO O| Aug 25 07:48:40.162 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41272026-08-25T07:48:41.174Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41282026-08-25T07:48:41.178ZAug 25 07:48:40.235 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.727349462s)
41292026-08-25T07:48:43.244Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41302026-08-25T07:48:43.248ZAug 25 07:48:42.305 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.795298332s)
41312026-08-25T07:48:43.355Z[ host-image] Aug 25 07:48:42.412 INFO O| Aug 25 07:48:42.412 INFO O| Planning: Solver setup ... Done
41322026-08-25T07:48:43.470Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41332026-08-25T07:48:43.474Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41342026-08-25T07:48:43.474ZAug 25 07:48:42.531 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.023102531s)
41352026-08-25T07:48:43.474ZAug 25 07:48:42.531 INFO [stamp-clickhouse] process exited with exit status: 0 (5.021076449s)
41362026-08-25T07:48:43.500Z[verify-libraries] Compiling match_cfg v0.1.0
41372026-08-25T07:48:43.501Z[verify-libraries] Compiling slog-json v2.6.1
41382026-08-25T07:48:43.602Z[ host-image] Aug 25 07:48:42.660 INFO O| Aug 25 07:48:42.660 INFO O| Planning: Running solver ... Done
41392026-08-25T07:48:43.652Z[ host-image] Aug 25 07:48:42.710 INFO O| Aug 25 07:48:42.710 INFO O| Planning: Finding local manifests ... Done
41402026-08-25T07:48:43.671Z[ host-image] Aug 25 07:48:42.728 INFO O| Aug 25 07:48:42.728 INFO O| Planning: Fetching manifests: 0/130 0% complete
41412026-08-25T07:48:43.722Z[verify-libraries] Compiling debug-ignore v1.0.5
41422026-08-25T07:48:43.725Z[verify-libraries] Compiling progenitor-client v0.14.0
41432026-08-25T07:48:43.725Z[verify-libraries] Compiling sha1 v0.11.0
41442026-08-25T07:48:43.725Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41452026-08-25T07:48:43.725Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41462026-08-25T07:48:43.725Z[verify-libraries] Compiling multer v3.1.0
41472026-08-25T07:48:43.744Z[verify-libraries] Compiling compression-core v0.4.31
41482026-08-25T07:48:43.747Z[verify-libraries] Compiling async-stream-impl v0.3.6
41492026-08-25T07:48:43.747Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41502026-08-25T07:48:43.763Z[verify-libraries] Compiling serde_spanned v1.1.1
41512026-08-25T07:48:43.766Z[verify-libraries] Compiling dropshot v0.17.1
41522026-08-25T07:48:43.954Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41532026-08-25T07:48:43.977Z[verify-libraries] Compiling hostname v0.3.1
41542026-08-25T07:48:43.977Z[verify-libraries] Compiling compression-codecs v0.4.37
41552026-08-25T07:48:43.981Z[verify-libraries] Compiling waitgroup v0.1.2
41562026-08-25T07:48:43.981Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41572026-08-25T07:48:43.981Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41582026-08-25T07:48:44.058Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41592026-08-25T07:48:44.063ZAug 25 07:48:43.119 INFO [stamp-nexus] process exited with exit status: 0 (5.610468631s)
41602026-08-25T07:48:44.063ZAug 25 07:48:43.119 INFO [tuf-stamp] task succeeded (5.612034663s)
41612026-08-25T07:48:44.063ZAug 25 07:48:43.119 INFO [tuf-v2-zones] running task
41622026-08-25T07:48:44.089Z[verify-libraries] Compiling hostname v0.4.2
41632026-08-25T07:48:44.089Z[verify-libraries] Compiling atomicwrites v0.4.4
41642026-08-25T07:48:44.100Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41652026-08-25T07:48:44.115Z[verify-libraries] Compiling slog-bunyan v2.5.0
41662026-08-25T07:48:44.149Z[ recovery-image] Aug 25 07:48:43.207 INFO O| Aug 25 07:48:43.207 INFO O| Startup: Refreshing catalog 'helios' ... Done
41672026-08-25T07:48:44.171ZAug 25 07:48:43.229 INFO [tuf-v2-zones] task succeeded (109.298965ms)
41682026-08-25T07:48:44.203Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41692026-08-25T07:48:44.227Z[verify-libraries] Compiling macaddr v1.0.1
41702026-08-25T07:48:44.250Z[verify-libraries] Compiling regress v0.10.5
41712026-08-25T07:48:44.282Z[verify-libraries] Compiling instant v0.1.13
41722026-08-25T07:48:44.299Z[verify-libraries] Compiling parse-display-derive v0.10.0
41732026-08-25T07:48:44.347Z[verify-libraries] Compiling async-compression v0.4.41
41742026-08-25T07:48:44.351Z[verify-libraries] Compiling itertools v0.14.0
41752026-08-25T07:48:44.369Z[verify-libraries] Compiling backon v1.6.0
41762026-08-25T07:48:44.433Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41772026-08-25T07:48:44.437Z[verify-libraries] Compiling backoff v0.4.0
41782026-08-25T07:48:44.437Z[verify-libraries] Compiling humantime v2.3.0
41792026-08-25T07:48:44.501Z[verify-libraries] Compiling convert_case v0.4.0
41802026-08-25T07:48:44.528Z[verify-libraries] Compiling async-stream v0.3.6
41812026-08-25T07:48:44.528Z[verify-libraries] Compiling half v2.7.1
41822026-08-25T07:48:44.612Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41832026-08-25T07:48:44.612Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41842026-08-25T07:48:44.659Z[verify-libraries] Compiling progenitor-extras v0.2.0
41852026-08-25T07:48:44.708Z[verify-libraries] Compiling ciborium-io v0.2.2
41862026-08-25T07:48:44.740Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41872026-08-25T07:48:44.763Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41882026-08-25T07:48:44.784Z[verify-libraries] Compiling indent_write v2.2.0
41892026-08-25T07:48:44.808Z[verify-libraries] Compiling regress v0.11.1
41902026-08-25T07:48:44.837Z[verify-libraries] Compiling secrecy v0.10.3
41912026-08-25T07:48:44.868Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41922026-08-25T07:48:44.931Z[verify-libraries] Compiling derive_more v0.99.20
41932026-08-25T07:48:44.959Z[verify-libraries] Compiling ciborium-ll v0.2.2
41942026-08-25T07:48:44.984Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41952026-08-25T07:48:45.008Z[verify-libraries] Compiling inout v0.1.4
41962026-08-25T07:48:45.035Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41972026-08-25T07:48:45.082Z[verify-libraries] Compiling universal-hash v0.5.1
41982026-08-25T07:48:45.127Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41992026-08-25T07:48:45.221Z[verify-libraries] Compiling ciborium v0.2.2
42002026-08-25T07:48:45.221Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42012026-08-25T07:48:45.280Z[verify-libraries] Compiling cipher v0.4.4
42022026-08-25T07:48:45.284Z[verify-libraries] Compiling opaque-debug v0.3.1
42032026-08-25T07:48:45.353Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42042026-08-25T07:48:45.389Z[verify-libraries] Compiling poly1305 v0.8.0
42052026-08-25T07:48:45.414Z[verify-libraries] Compiling blake2 v0.10.6
42062026-08-25T07:48:45.543Z[verify-libraries] Compiling aead v0.5.2
42072026-08-25T07:48:45.620Z[verify-libraries] Compiling chacha20 v0.9.1
42082026-08-25T07:48:45.624Z[verify-libraries] Compiling password-hash v0.5.0
42092026-08-25T07:48:45.661Z[ recovery-image] Aug 25 07:48:44.718 INFO O| Aug 25 07:48:44.718 INFO O| Startup: Caching catalogs ... Done
42102026-08-25T07:48:45.678Z[ recovery-image] Aug 25 07:48:44.735 INFO O| Aug 25 07:48:44.735 INFO O| Planning: Planning completed in 0.00 seconds
42112026-08-25T07:48:45.681Z[ recovery-image] Aug 25 07:48:44.736 INFO O| Aug 25 07:48:44.736 INFO O| Planning: Consolidating action changes ... Done
42122026-08-25T07:48:45.681Z[ recovery-image] Aug 25 07:48:44.736 INFO O| Aug 25 07:48:44.736 INFO O| Planning: Evaluating mediators ... Done
42132026-08-25T07:48:45.681Z[ recovery-image] Aug 25 07:48:44.736 INFO O| Aug 25 07:48:44.736 INFO O| Planning: Planning completed in 0.00 seconds
42142026-08-25T07:48:45.681Z[ recovery-image] Aug 25 07:48:44.736 INFO O| Aug 25 07:48:44.736 INFO O| Variants/Facets to change: 1
42152026-08-25T07:48:45.698Z[ recovery-image] Aug 25 07:48:44.755 INFO O| Aug 25 07:48:44.755 INFO O| Finalize: Updating package state database ... Done
42162026-08-25T07:48:45.698Z[ recovery-image] Aug 25 07:48:44.755 INFO O| Aug 25 07:48:44.755 INFO O| Finalize: Updating package cache ... Done
42172026-08-25T07:48:45.793Z[ recovery-image] Aug 25 07:48:44.850 INFO O| Aug 25 07:48:44.850 INFO O| Finalize: Updating image state ... Done
42182026-08-25T07:48:45.804Z[ recovery-image] Aug 25 07:48:44.861 INFO O| Aug 25 07:48:44.861 INFO O| Finalize: Creating fast lookup database ... Done
42192026-08-25T07:48:45.808Z[ recovery-image] Aug 25 07:48:44.861 INFO O| Aug 25 07:48:44.861 INFO O| Finalize: Reading search index ... Done
42202026-08-25T07:48:45.808Z[ recovery-image] Aug 25 07:48:44.862 INFO O| Aug 25 07:48:44.862 INFO O| Finalize: Updating search index ... Done
42212026-08-25T07:48:45.808Z[ recovery-image] Aug 25 07:48:44.862 INFO O| Aug 25 07:48:44.862 INFO O| Finalize: Updating package cache ... Done
42222026-08-25T07:48:45.820Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42232026-08-25T07:48:45.849Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42242026-08-25T07:48:45.889Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42252026-08-25T07:48:45.893Z[verify-libraries] Compiling num-derive v0.4.2
42262026-08-25T07:48:45.952Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42272026-08-25T07:48:46.076Z[verify-libraries] Compiling argon2 v0.5.3
42282026-08-25T07:48:46.086Z[verify-libraries] Compiling rayon-core v1.13.0
42292026-08-25T07:48:46.096Z[ recovery-image] Aug 25 07:48:45.144 INFO O| Aug 25 07:48:45.143 INFO STEP 6 (pkg_change_variant) COMPLETE
42302026-08-25T07:48:46.096Z[ recovery-image] Aug 25 07:48:45.144 INFO O| Aug 25 07:48:45.143 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-08-25T07:48:46.096Z[ recovery-image] Aug 25 07:48:45.144 INFO O| Aug 25 07:48:45.143 INFO skip step because feature "debug_variant" is not enabled
42322026-08-25T07:48:46.096Z[ recovery-image] Aug 25 07:48:45.144 INFO O| Aug 25 07:48:45.143 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-08-25T07:48:46.099Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42342026-08-25T07:48:46.173Z[verify-libraries] Compiling parse-display v0.10.0
42352026-08-25T07:48:46.173Z[verify-libraries] Compiling glob v0.3.3
42362026-08-25T07:48:46.178Z[ host-image] Aug 25 07:48:45.235 INFO O| Aug 25 07:48:45.235 INFO O| Planning: Fetching manifests: 130/130 100% complete
42372026-08-25T07:48:46.238Z[verify-libraries] Compiling usdt-macro v0.5.0
42382026-08-25T07:48:46.238Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42392026-08-25T07:48:46.398Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42402026-08-25T07:48:46.410Z[ recovery-image] Aug 25 07:48:45.467 INFO O| Aug 25 07:48:45.467 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42412026-08-25T07:48:46.442Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42422026-08-25T07:48:46.642Z[verify-libraries] Compiling typify-impl v0.6.2
42432026-08-25T07:48:46.678Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42442026-08-25T07:48:46.718Z[verify-libraries] Compiling vsss-rs v3.3.4
42452026-08-25T07:48:46.758Z[ host-image] Aug 25 07:48:45.814 INFO O| Aug 25 07:48:45.814 INFO O| Planning: Package planning ... Done
42462026-08-25T07:48:46.950Z[verify-libraries] Compiling memmap v0.7.0
42472026-08-25T07:48:47.085Z[ host-image] Aug 25 07:48:46.135 INFO O| Aug 25 07:48:46.135 INFO O| Planning: Merging actions ... Done
42482026-08-25T07:48:47.133Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42492026-08-25T07:48:47.181Z[verify-libraries] Compiling heapless v0.8.0
42502026-08-25T07:48:47.269Z[verify-libraries] Compiling proc-macro-error v1.0.4
42512026-08-25T07:48:47.294Z[ host-image] Aug 25 07:48:46.352 INFO O| Aug 25 07:48:46.352 INFO O| Planning: Checking for conflicting actions ... Done
42522026-08-25T07:48:47.297Z[verify-libraries] Compiling usdt v0.5.0
42532026-08-25T07:48:47.342Z[verify-libraries] Compiling ingot-macros v0.2.0
42542026-08-25T07:48:47.419Z[ host-image] Aug 25 07:48:46.477 INFO O| Aug 25 07:48:46.477 INFO O| Planning: Consolidating action changes ... Done
42552026-08-25T07:48:47.445Z[verify-libraries] Compiling tabwriter v1.4.1
42562026-08-25T07:48:47.521Z[verify-libraries] Compiling hash32 v0.3.1
42572026-08-25T07:48:47.577Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42582026-08-25T07:48:47.614Z[ host-image] Aug 25 07:48:46.671 INFO O| Aug 25 07:48:46.671 INFO O| Planning: Evaluating mediators ... Done
42592026-08-25T07:48:47.633Z[verify-libraries] Compiling smoltcp v0.11.0
42602026-08-25T07:48:47.712Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42612026-08-25T07:48:47.735Z[verify-libraries] Compiling cobs v0.3.0
42622026-08-25T07:48:47.769Z[verify-libraries] Compiling colored v3.1.1
42632026-08-25T07:48:47.811Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42642026-08-25T07:48:47.811Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42652026-08-25T07:48:47.832Z[verify-libraries] Compiling rayon v1.11.0
42662026-08-25T07:48:47.878Z[verify-libraries] Compiling num_enum_derive v0.7.6
42672026-08-25T07:48:48.048Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42682026-08-25T07:48:48.106Z[verify-libraries] Compiling postcard v1.1.3
42692026-08-25T07:48:48.156Z[verify-libraries] Compiling rand v0.10.1
42702026-08-25T07:48:48.178Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42712026-08-25T07:48:48.207Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42722026-08-25T07:48:48.210Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42732026-08-25T07:48:48.280Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42742026-08-25T07:48:48.484Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42752026-08-25T07:48:48.555Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42762026-08-25T07:48:48.677Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42772026-08-25T07:48:48.680Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42782026-08-25T07:48:48.744Z[ recovery-image] Aug 25 07:48:47.802 INFO O| Aug 25 07:48:47.802 INFO O| Startup: Refreshing catalog 'helios' ... Done
42792026-08-25T07:48:48.771Z[verify-libraries] Compiling num_enum_derive v0.5.11
42802026-08-25T07:48:48.862Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42812026-08-25T07:48:48.935Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42822026-08-25T07:48:49.002Z[verify-libraries] Compiling foreign-types v0.5.0
42832026-08-25T07:48:49.036Z[verify-libraries] Compiling cstr-argument v0.1.2
42842026-08-25T07:48:49.058Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42852026-08-25T07:48:49.061Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42862026-08-25T07:48:49.090Z[ host-image] Aug 25 07:48:48.147 INFO O| Aug 25 07:48:48.147 INFO O| Planning: Planning completed in 8.16 seconds
42872026-08-25T07:48:49.093Z[ host-image] Aug 25 07:48:48.149 INFO O| Aug 25 07:48:48.149 INFO O| Packages to install: 130
42882026-08-25T07:48:49.093Z[ host-image] Aug 25 07:48:48.150 INFO O| Aug 25 07:48:48.149 INFO O| Mediators to change: 5
42892026-08-25T07:48:49.093Z[ host-image] Aug 25 07:48:48.150 INFO O| Aug 25 07:48:48.149 INFO O| Services to change: 6
42902026-08-25T07:48:49.119Z[verify-libraries] Compiling sigpipe v0.1.3
42912026-08-25T07:48:49.123Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42922026-08-25T07:48:49.126Z[ host-image] Aug 25 07:48:48.184 INFO O| Aug 25 07:48:48.184 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42932026-08-25T07:48:49.186Z[verify-libraries] Compiling num_enum v0.7.6
42942026-08-25T07:48:49.204Z[ recovery-image] Aug 25 07:48:48.261 INFO O| Aug 25 07:48:48.261 INFO O| Startup: Caching catalogs ... Done
42952026-08-25T07:48:49.220Z[ recovery-image] Aug 25 07:48:48.278 INFO O| Aug 25 07:48:48.278 INFO O| Planning: Planning completed in 0.00 seconds
42962026-08-25T07:48:49.220Z[ recovery-image] Aug 25 07:48:48.278 INFO O| Aug 25 07:48:48.278 INFO O| Planning: Consolidating action changes ... Done
42972026-08-25T07:48:49.220Z[ recovery-image] Aug 25 07:48:48.278 INFO O| Aug 25 07:48:48.278 INFO O| Planning: Evaluating mediators ... Done
42982026-08-25T07:48:49.223Z[ recovery-image] Aug 25 07:48:48.278 INFO O| Aug 25 07:48:48.278 INFO O| Planning: Planning completed in 0.00 seconds
42992026-08-25T07:48:49.223Z[ recovery-image] Aug 25 07:48:48.278 INFO O| Aug 25 07:48:48.278 INFO O| Variants/Facets to change: 1
43002026-08-25T07:48:49.226Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43012026-08-25T07:48:49.237Z[ recovery-image] Aug 25 07:48:48.295 INFO O| Aug 25 07:48:48.295 INFO O| Finalize: Updating package state database ... Done
43022026-08-25T07:48:49.237Z[ recovery-image] Aug 25 07:48:48.295 INFO O| Aug 25 07:48:48.295 INFO O| Finalize: Updating package cache ... Done
43032026-08-25T07:48:49.288Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43042026-08-25T07:48:49.318Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43052026-08-25T07:48:49.337Z[ recovery-image] Aug 25 07:48:48.395 INFO O| Aug 25 07:48:48.395 INFO O| Finalize: Updating image state ... Done
43062026-08-25T07:48:49.355Z[ recovery-image] Aug 25 07:48:48.413 INFO O| Aug 25 07:48:48.413 INFO O| Finalize: Creating fast lookup database ... Done
43072026-08-25T07:48:49.358Z[ recovery-image] Aug 25 07:48:48.413 INFO O| Aug 25 07:48:48.413 INFO O| Finalize: Reading search index ... Done
43082026-08-25T07:48:49.361Z[ recovery-image] Aug 25 07:48:48.413 INFO O| Aug 25 07:48:48.413 INFO O| Finalize: Updating search index ... Done
43092026-08-25T07:48:49.361Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43102026-08-25T07:48:49.361Z[ recovery-image] Aug 25 07:48:48.414 INFO O| Aug 25 07:48:48.414 INFO O| Finalize: Updating package cache ... Done
43112026-08-25T07:48:49.463Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43122026-08-25T07:48:49.506Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
43132026-08-25T07:48:49.510Z[verify-libraries] Compiling itertools v0.12.1
43142026-08-25T07:48:49.536Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43152026-08-25T07:48:49.582Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43162026-08-25T07:48:49.582Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43172026-08-25T07:48:49.585Z[verify-libraries] Compiling toml v0.8.23
43182026-08-25T07:48:49.674Z[ recovery-image] Aug 25 07:48:48.732 INFO O| Aug 25 07:48:48.732 INFO STEP 8 (pkg_change_facet) COMPLETE
43192026-08-25T07:48:49.674Z[ recovery-image] Aug 25 07:48:48.732 INFO O| Aug 25 07:48:48.732 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43202026-08-25T07:48:49.855Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
43212026-08-25T07:48:49.893Z[verify-libraries] Compiling smf v0.2.3
43222026-08-25T07:48:49.982Z[verify-libraries] Compiling whoami v1.6.1
43232026-08-25T07:48:50.035Z[verify-libraries] Compiling num_enum v0.5.11
43242026-08-25T07:48:50.035Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43252026-08-25T07:48:50.038Z[ recovery-image] Aug 25 07:48:49.096 INFO O| Aug 25 07:48:49.096 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43262026-08-25T07:48:50.165Z[verify-libraries] Compiling derive-where v1.6.0
43272026-08-25T07:48:50.195Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43282026-08-25T07:48:50.302Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43292026-08-25T07:48:50.328Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43302026-08-25T07:48:50.364Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43312026-08-25T07:48:50.367Z[verify-libraries] Compiling gethostname v0.5.0
43322026-08-25T07:48:50.413Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43332026-08-25T07:48:50.448Z[verify-libraries] Compiling ingot-types v0.2.0
43342026-08-25T07:48:50.497Z[verify-libraries] Compiling newline-converter v0.3.0
43352026-08-25T07:48:50.532Z[verify-libraries] Compiling console v0.15.11
43362026-08-25T07:48:50.612Z[verify-libraries] Compiling linear-map v1.2.0
43372026-08-25T07:48:50.680Z[verify-libraries] Compiling resolv-conf v0.7.6
43382026-08-25T07:48:50.739Z[verify-libraries] Compiling num-rational v0.4.2
43392026-08-25T07:48:50.800Z[verify-libraries] Compiling zone v0.3.1
43402026-08-25T07:48:50.907Z[verify-libraries] Compiling ingot v0.2.1
43412026-08-25T07:48:50.915Z[verify-libraries] Compiling expectorate v1.2.0
43422026-08-25T07:48:50.962Z[verify-libraries] Compiling num-complex v0.4.6
43432026-08-25T07:48:50.993Z[verify-libraries] Compiling slog-dtrace v0.3.0
43442026-08-25T07:48:51.096Z[verify-libraries] Compiling prettyplease v0.2.37
43452026-08-25T07:48:51.136Z[verify-libraries] Compiling float-ord v0.3.2
43462026-08-25T07:48:51.182Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43472026-08-25T07:48:51.225Z[verify-libraries] Compiling linked-hash-map v0.5.6
43482026-08-25T07:48:51.410Z[verify-libraries] Compiling num v0.4.3
43492026-08-25T07:48:51.413Z[verify-libraries] Compiling hickory-proto v0.24.4
43502026-08-25T07:48:51.498Z[verify-libraries] Compiling minimal-lexical v0.2.1
43512026-08-25T07:48:51.527Z[verify-libraries] Compiling unicode-xid v0.2.6
43522026-08-25T07:48:51.530Z[verify-libraries] Compiling lru-cache v0.1.2
43532026-08-25T07:48:51.572Z[verify-libraries] Compiling typify-macro v0.6.2
43542026-08-25T07:48:51.598Z[verify-libraries] Compiling tabled_derive v0.7.0
43552026-08-25T07:48:51.649Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43562026-08-25T07:48:51.651Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43572026-08-25T07:48:51.756Z[verify-libraries] Compiling nom v7.1.3
43582026-08-25T07:48:51.759Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
43592026-08-25T07:48:51.810Z[verify-libraries] Compiling fd-lock v4.0.4
43602026-08-25T07:48:51.840Z[verify-libraries] Compiling vte v0.14.1
43612026-08-25T07:48:52.005Z[verify-libraries] Compiling display-error-chain v0.2.2
43622026-08-25T07:48:52.063Z[ recovery-image] Aug 25 07:48:51.121 INFO O| Aug 25 07:48:51.121 INFO O| Startup: Refreshing catalog 'helios' ... Done
43632026-08-25T07:48:52.075Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43642026-08-25T07:48:52.133Z[verify-libraries] Compiling crossterm v0.29.0
43652026-08-25T07:48:52.192Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43662026-08-25T07:48:52.195Z[verify-libraries] Compiling stacker v0.1.23
43672026-08-25T07:48:52.278Z[verify-libraries] Compiling cfg_aliases v0.1.1
43682026-08-25T07:48:52.436Z[verify-libraries] Compiling nix v0.28.0
43692026-08-25T07:48:52.505Z[verify-libraries] Compiling reedline v0.40.0
43702026-08-25T07:48:52.642Z[ recovery-image] Aug 25 07:48:51.700 INFO O| Aug 25 07:48:51.700 INFO O| Startup: Caching catalogs ... Done
43712026-08-25T07:48:52.659Z[ recovery-image] Aug 25 07:48:51.716 INFO O| Aug 25 07:48:51.716 INFO O| Planning: Planning completed in 0.00 seconds
43722026-08-25T07:48:52.662Z[ recovery-image] Aug 25 07:48:51.716 INFO O| Aug 25 07:48:51.716 INFO O| Planning: Consolidating action changes ... Done
43732026-08-25T07:48:52.662Z[ recovery-image] Aug 25 07:48:51.716 INFO O| Aug 25 07:48:51.716 INFO O| Planning: Evaluating mediators ... Done
43742026-08-25T07:48:52.662Z[ recovery-image] Aug 25 07:48:51.716 INFO O| Aug 25 07:48:51.716 INFO O| Planning: Planning completed in 0.00 seconds
43752026-08-25T07:48:52.662Z[ recovery-image] Aug 25 07:48:51.717 INFO O| Aug 25 07:48:51.717 INFO O| Variants/Facets to change: 1
43762026-08-25T07:48:52.673Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43772026-08-25T07:48:52.696Z[ recovery-image] Aug 25 07:48:51.754 INFO O| Aug 25 07:48:51.753 INFO O| Finalize: Updating package state database ... Done
43782026-08-25T07:48:52.696Z[ recovery-image] Aug 25 07:48:51.754 INFO O| Aug 25 07:48:51.754 INFO O| Finalize: Updating package cache ... Done
43792026-08-25T07:48:52.761Z[verify-libraries] Compiling termtree v0.5.1
43802026-08-25T07:48:52.774Z[ recovery-image] Aug 25 07:48:51.830 INFO O| Aug 25 07:48:51.830 INFO O| Finalize: Updating image state ... Done
43812026-08-25T07:48:52.797Z[ recovery-image] Aug 25 07:48:51.853 INFO O| Aug 25 07:48:51.853 INFO O| Finalize: Creating fast lookup database ... Done
43822026-08-25T07:48:52.797Z[ recovery-image] Aug 25 07:48:51.853 INFO O| Aug 25 07:48:51.853 INFO O| Finalize: Reading search index ... Done
43832026-08-25T07:48:52.797Z[ recovery-image] Aug 25 07:48:51.853 INFO O| Aug 25 07:48:51.853 INFO O| Finalize: Updating search index ... Done
43842026-08-25T07:48:52.800Z[ recovery-image] Aug 25 07:48:51.854 INFO O| Aug 25 07:48:51.854 INFO O| Finalize: Updating package cache ... Done
43852026-08-25T07:48:52.830Z[verify-libraries] Compiling psm v0.1.30
43862026-08-25T07:48:52.890Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43872026-08-25T07:48:52.951Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43882026-08-25T07:48:53.003Z[verify-libraries] Compiling tabled v0.15.0
43892026-08-25T07:48:53.046Z[verify-libraries] Compiling semver v0.1.20
43902026-08-25T07:48:53.104Z[ recovery-image] Aug 25 07:48:52.162 INFO O| Aug 25 07:48:52.162 INFO STEP 9 (pkg_change_facet) COMPLETE
43912026-08-25T07:48:53.104Z[ recovery-image] Aug 25 07:48:52.162 INFO O| Aug 25 07:48:52.162 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43922026-08-25T07:48:53.107Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43932026-08-25T07:48:53.158Z[verify-libraries] Compiling phf_shared v0.12.1
43942026-08-25T07:48:53.182Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43952026-08-25T07:48:53.380Z[verify-libraries] Compiling rustc_version v0.1.7
43962026-08-25T07:48:53.436Z[verify-libraries] Compiling nibble_vec v0.1.0
43972026-08-25T07:48:53.453Z[ recovery-image] Aug 25 07:48:52.510 INFO O| Aug 25 07:48:52.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43982026-08-25T07:48:53.480Z[verify-libraries] Compiling chrono-tz v0.10.4
43992026-08-25T07:48:53.483Z[verify-libraries] Compiling endian-type v0.1.2
44002026-08-25T07:48:53.483Z[verify-libraries] Compiling highway v1.3.0
44012026-08-25T07:48:53.573Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44022026-08-25T07:48:53.636Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44032026-08-25T07:48:53.662Z[verify-libraries] Compiling typify v0.6.2
44042026-08-25T07:48:53.665Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44052026-08-25T07:48:53.716Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44062026-08-25T07:48:53.737Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44072026-08-25T07:48:53.812Z[verify-libraries] Compiling progenitor-impl v0.14.0
44082026-08-25T07:48:53.919Z[verify-libraries] Compiling hickory-resolver v0.24.4
44092026-08-25T07:48:53.997Z[verify-libraries] Compiling newtype_derive v0.1.6
44102026-08-25T07:48:54.129Z[ host-image] Aug 25 07:48:53.187 INFO O| Aug 25 07:48:53.187 INFO O| Download: 12924/23888 items 110.1/222.8MB 49% complete (22.2M/s)
44112026-08-25T07:48:54.155Z[verify-libraries] Compiling recursive v0.1.1
44122026-08-25T07:48:54.222Z[verify-libraries] Compiling radix_trie v0.2.1
44132026-08-25T07:48:54.295Z[verify-libraries] Compiling phf v0.12.1
44142026-08-25T07:48:54.353Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44152026-08-25T07:48:54.496Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44162026-08-25T07:48:54.591Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44172026-08-25T07:48:54.625Z[verify-libraries] Compiling peg-macros v0.8.5
44182026-08-25T07:48:55.121Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44192026-08-25T07:48:55.319Z[verify-libraries] Compiling qorb v0.4.1
44202026-08-25T07:48:55.363Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44212026-08-25T07:48:55.457Z[verify-libraries] Compiling csv-core v0.1.13
44222026-08-25T07:48:55.573Z[ recovery-image] Aug 25 07:48:54.631 INFO O| Aug 25 07:48:54.631 INFO O| Startup: Refreshing catalog 'helios' ... Done
44232026-08-25T07:48:55.661Z[verify-libraries] Compiling winnow v0.6.26
44242026-08-25T07:48:55.808Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44252026-08-25T07:48:55.882Z[verify-libraries] Compiling unicode_categories v0.1.1
44262026-08-25T07:48:55.936Z[verify-libraries] Compiling home v0.5.12
44272026-08-25T07:48:56.019Z[ recovery-image] Aug 25 07:48:55.074 INFO O| Aug 25 07:48:55.074 INFO O| Startup: Caching catalogs ... Done
44282026-08-25T07:48:56.034Z[ recovery-image] Aug 25 07:48:55.091 INFO O| Aug 25 07:48:55.091 INFO O| Planning: Planning completed in 0.00 seconds
44292026-08-25T07:48:56.037Z[ recovery-image] Aug 25 07:48:55.091 INFO O| Aug 25 07:48:55.091 INFO O| Planning: Consolidating action changes ... Done
44302026-08-25T07:48:56.037Z[ recovery-image] Aug 25 07:48:55.091 INFO O| Aug 25 07:48:55.091 INFO O| Planning: Evaluating mediators ... Done
44312026-08-25T07:48:56.038Z[ recovery-image] Aug 25 07:48:55.092 INFO O| Aug 25 07:48:55.092 INFO O| Planning: Planning completed in 0.00 seconds
44322026-08-25T07:48:56.038Z[ recovery-image] Aug 25 07:48:55.092 INFO O| Aug 25 07:48:55.092 INFO O| Variants/Facets to change: 1
44332026-08-25T07:48:56.044Z[ recovery-image] Aug 25 07:48:55.102 INFO O| Aug 25 07:48:55.102 INFO O| Finalize: Updating package state database ... Done
44342026-08-25T07:48:56.044Z[ recovery-image] Aug 25 07:48:55.102 INFO O| Aug 25 07:48:55.102 INFO O| Finalize: Updating package cache ... Done
44352026-08-25T07:48:56.047Z[verify-libraries] Compiling csv v1.4.0
44362026-08-25T07:48:56.080Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44372026-08-25T07:48:56.118Z[ recovery-image] Aug 25 07:48:55.175 INFO O| Aug 25 07:48:55.175 INFO O| Finalize: Updating image state ... Done
44382026-08-25T07:48:56.132Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44392026-08-25T07:48:56.136Z[ recovery-image] Aug 25 07:48:55.194 INFO O| Aug 25 07:48:55.194 INFO O| Finalize: Creating fast lookup database ... Done
44402026-08-25T07:48:56.140Z[ recovery-image] Aug 25 07:48:55.194 INFO O| Aug 25 07:48:55.194 INFO O| Finalize: Reading search index ... Done
44412026-08-25T07:48:56.140Z[ recovery-image] Aug 25 07:48:55.194 INFO O| Aug 25 07:48:55.194 INFO O| Finalize: Updating search index ... Done
44422026-08-25T07:48:56.140Z[ recovery-image] Aug 25 07:48:55.196 INFO O| Aug 25 07:48:55.196 INFO O| Finalize: Updating package cache ... Done
44432026-08-25T07:48:56.172Z[verify-libraries] Compiling rustyline v14.0.0
44442026-08-25T07:48:56.241Z[verify-libraries] Compiling peg v0.8.5
44452026-08-25T07:48:56.276Z[verify-libraries] Compiling sqlparser v0.61.0
44462026-08-25T07:48:56.366Z[verify-libraries] Compiling const_format v0.2.35
44472026-08-25T07:48:56.450Z[ recovery-image] Aug 25 07:48:55.507 INFO O| Aug 25 07:48:55.507 INFO STEP 10 (pkg_change_facet) COMPLETE
44482026-08-25T07:48:56.450Z[ recovery-image] Aug 25 07:48:55.507 INFO O| Aug 25 07:48:55.507 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44492026-08-25T07:48:56.460Z[ recovery-image] Aug 25 07:48:55.518 INFO O| Aug 25 07:48:55.518 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44502026-08-25T07:48:56.518Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44512026-08-25T07:48:56.594Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44522026-08-25T07:48:56.787Z[verify-libraries] Compiling bcs v0.1.6
44532026-08-25T07:48:56.813Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44542026-08-25T07:48:56.838Z[verify-libraries] Compiling progenitor-macro v0.14.0
44552026-08-25T07:48:56.977Z[verify-libraries] Compiling nom v8.0.0
44562026-08-25T07:48:57.004Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44572026-08-25T07:48:57.242Z[verify-libraries] Compiling sqlformat v0.3.5
44582026-08-25T07:48:57.335Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44592026-08-25T07:48:57.361Z[verify-libraries] Compiling steno v0.4.1
44602026-08-25T07:48:57.741Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44612026-08-25T07:48:57.800Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
44622026-08-25T07:48:57.993Z[verify-libraries] Compiling sha1 v0.10.6
44632026-08-25T07:48:58.056Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44642026-08-25T07:48:58.142Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44652026-08-25T07:48:58.203Z[verify-libraries] Compiling tagptr v0.2.0
44662026-08-25T07:48:58.251Z[verify-libraries] Compiling utf-8 v0.7.6
44672026-08-25T07:48:58.330Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44682026-08-25T07:48:58.354Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44692026-08-25T07:48:58.414Z[verify-libraries] Compiling moka v0.12.13
44702026-08-25T07:48:58.490Z[verify-libraries] Compiling tungstenite v0.21.0
44712026-08-25T07:48:58.561Z[verify-libraries] Compiling libefi-sys v0.1.0
44722026-08-25T07:48:58.613Z[verify-libraries] Compiling bitfield-struct v0.6.2
44732026-08-25T07:48:58.661Z[ recovery-image] Aug 25 07:48:57.717 INFO O| Aug 25 07:48:57.716 INFO O| Startup: Refreshing catalog 'helios' ... Done
44742026-08-25T07:48:58.671Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44752026-08-25T07:48:58.693Z[verify-libraries] Compiling xshell-macros v0.2.7
44762026-08-25T07:48:58.724Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
44772026-08-25T07:48:58.770Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44782026-08-25T07:48:59.066Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44792026-08-25T07:48:59.097Z[ recovery-image] Aug 25 07:48:58.154 INFO O| Aug 25 07:48:58.154 INFO O| Startup: Caching catalogs ... Done
44802026-08-25T07:48:59.108Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44812026-08-25T07:48:59.135Z[ host-image] Aug 25 07:48:58.193 INFO O| Aug 25 07:48:58.193 INFO O| Download: 22697/23888 items 200.5/222.8MB 89% complete (20.1M/s)
44822026-08-25T07:48:59.187Z[verify-libraries] Compiling xshell v0.2.7
44832026-08-25T07:48:59.310Z[verify-libraries] Compiling hickory-resolver v0.25.2
44842026-08-25T07:48:59.369Z[verify-libraries] Compiling libscf-sys v1.2.0
44852026-08-25T07:48:59.404Z[verify-libraries] Compiling papergrid v0.18.0
44862026-08-25T07:48:59.442Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
44872026-08-25T07:48:59.445Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44882026-08-25T07:48:59.538Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44892026-08-25T07:48:59.567Z[verify-libraries] Compiling sha2 v0.11.0
44902026-08-25T07:48:59.616Z[verify-libraries] Compiling subprocess v0.2.15
44912026-08-25T07:48:59.680Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44922026-08-25T07:48:59.822Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44932026-08-25T07:48:59.875Z[ host-image] Aug 25 07:48:58.933 INFO O| Aug 25 07:48:58.933 INFO O| Download: Completed 222.83 MB in 10.75 seconds (20.7M/s)
44942026-08-25T07:48:59.906Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44952026-08-25T07:48:59.988Z[verify-libraries] Compiling headers-core v0.3.0
44962026-08-25T07:49:00.244Z[ host-image] Aug 25 07:48:59.302 INFO O| Aug 25 07:48:59.302 INFO O| Actions: 1/54182 actions (Installing new actions)
44972026-08-25T07:49:00.270Z[verify-libraries] Compiling unicase v2.9.0
44982026-08-25T07:49:00.284Z[verify-libraries] Compiling headers v0.4.1
44992026-08-25T07:49:00.287Z[verify-libraries] Compiling darling_core v0.21.3
45002026-08-25T07:49:00.318Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45012026-08-25T07:49:00.451Z[verify-libraries] Compiling tabled v0.21.0
45022026-08-25T07:49:00.575Z[verify-libraries] Compiling crc8 v0.1.1
45032026-08-25T07:49:01.012Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45042026-08-25T07:49:01.071Z[verify-libraries] Compiling maplit v1.0.2
45052026-08-25T07:49:01.276Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45062026-08-25T07:49:01.324Z[verify-libraries] Compiling yasna v0.5.2
45072026-08-25T07:49:01.378Z[verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45082026-08-25T07:49:01.378Z[verify-libraries] Compiling vergen-lib v0.1.6
45092026-08-25T07:49:01.640Z[verify-libraries] Compiling diesel_derives v2.3.7
45102026-08-25T07:49:01.669Z[verify-libraries] Compiling port-file v0.1.0
45112026-08-25T07:49:01.773Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45122026-08-25T07:49:01.846Z[verify-libraries] Compiling rcgen v0.12.1
45132026-08-25T07:49:01.852Z[ recovery-image] Aug 25 07:49:00.910 INFO O| Aug 25 07:49:00.910 INFO O| Planning: Solver setup ... Done
45142026-08-25T07:49:02.084Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45152026-08-25T07:49:02.138Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45162026-08-25T07:49:02.174Z[verify-libraries] Compiling half v1.8.3
45172026-08-25T07:49:02.195Z[ recovery-image] Aug 25 07:49:01.243 INFO O| Aug 25 07:49:01.243 INFO O| Planning: Running solver ... Done
45182026-08-25T07:49:02.244Z[ recovery-image] Aug 25 07:49:01.302 INFO O| Aug 25 07:49:01.302 INFO O| Planning: Finding local manifests ... Done
45192026-08-25T07:49:02.312Z[ recovery-image] Aug 25 07:49:01.368 INFO O| Aug 25 07:49:01.367 INFO O| Planning: Fetching manifests: 0/130 0% complete
45202026-08-25T07:49:02.559Z[verify-libraries] Compiling progenitor v0.14.0
45212026-08-25T07:49:02.562Z[verify-libraries] Compiling serde_cbor v0.11.2
45222026-08-25T07:49:02.622Z[verify-libraries] Compiling r2d2 v0.8.10
45232026-08-25T07:49:02.794Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45242026-08-25T07:49:02.820Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
45252026-08-25T07:49:02.851Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45262026-08-25T07:49:02.907Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45272026-08-25T07:49:02.998Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45282026-08-25T07:49:03.200Z[verify-libraries] Compiling cpubits v0.1.1
45292026-08-25T07:49:03.238Z[verify-libraries] Compiling darling_macro v0.21.3
45302026-08-25T07:49:03.331Z[verify-libraries] Compiling downcast-rs v2.0.2
45312026-08-25T07:49:03.356Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45322026-08-25T07:49:03.392Z[verify-libraries] Compiling crunchy v0.2.4
45332026-08-25T07:49:03.430Z[verify-libraries] Compiling dirs-next v2.0.0
45342026-08-25T07:49:03.589Z[verify-libraries] Compiling clang-sys v1.8.1
45352026-08-25T07:49:03.631Z[verify-libraries] Compiling tiny-keccak v2.0.2
45362026-08-25T07:49:03.724Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45372026-08-25T07:49:03.848Z[verify-libraries] Compiling term v0.7.0
45382026-08-25T07:49:03.880Z[verify-libraries] Compiling darling v0.21.3
45392026-08-25T07:49:03.955Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45402026-08-25T07:49:03.984Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45412026-08-25T07:49:04.041Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45422026-08-25T07:49:04.050Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45432026-08-25T07:49:04.103Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45442026-08-25T07:49:04.125Z[verify-libraries] Compiling diff v0.1.13
45452026-08-25T07:49:04.169Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45462026-08-25T07:49:04.196Z[verify-libraries] Compiling bit-vec v0.6.3
45472026-08-25T07:49:04.317Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45482026-08-25T07:49:04.355Z[verify-libraries] Compiling ascii-canvas v3.0.0
45492026-08-25T07:49:04.526Z[verify-libraries] Compiling bit-set v0.5.3
45502026-08-25T07:49:04.591Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45512026-08-25T07:49:04.596Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45522026-08-25T07:49:04.782Z[verify-libraries] Compiling itertools v0.10.5
45532026-08-25T07:49:04.782Z[verify-libraries] Compiling ena v0.14.4
45542026-08-25T07:49:04.802Z[verify-libraries] Compiling libloading v0.8.9
45552026-08-25T07:49:04.896Z[verify-libraries] Compiling regex-syntax v0.6.29
45562026-08-25T07:49:04.920Z[verify-libraries] Compiling bindgen v0.71.1
45572026-08-25T07:49:04.992Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45582026-08-25T07:49:05.033Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45592026-08-25T07:49:05.187Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45602026-08-25T07:49:05.247Z[ host-image] Aug 25 07:49:04.303 INFO O| Aug 25 07:49:04.303 INFO O| Actions: 26267/54182 actions (Installing new actions)
45612026-08-25T07:49:05.329Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45622026-08-25T07:49:05.447Z[verify-libraries] Compiling cexpr v0.6.0
45632026-08-25T07:49:05.511Z[ recovery-image] Aug 25 07:49:04.565 INFO O| Aug 25 07:49:04.565 INFO O| Planning: Fetching manifests: 130/130 100% complete
45642026-08-25T07:49:05.521Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45652026-08-25T07:49:05.575Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45662026-08-25T07:49:05.698Z[verify-libraries] Compiling rustc-hash v2.1.1
45672026-08-25T07:49:05.974Z[verify-libraries] Compiling rfc6979 v0.4.0
45682026-08-25T07:49:05.980Z[verify-libraries] Compiling libxml v0.3.3
45692026-08-25T07:49:06.007Z[ recovery-image] Aug 25 07:49:05.063 INFO O| Aug 25 07:49:05.063 INFO O| Planning: Package planning ... Done
45702026-08-25T07:49:06.069Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45712026-08-25T07:49:06.119Z[verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45722026-08-25T07:49:06.173Z[ recovery-image] Aug 25 07:49:05.225 INFO O| Aug 25 07:49:05.224 INFO O| Planning: Merging actions ... Done
45732026-08-25T07:49:06.190Z[verify-libraries] Compiling ecdsa v0.16.9
45742026-08-25T07:49:06.224Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45752026-08-25T07:49:06.392Z[verify-libraries] Compiling lalrpop v0.19.12
45762026-08-25T07:49:06.407Z[ recovery-image] Aug 25 07:49:05.463 INFO O| Aug 25 07:49:05.463 INFO O| Planning: Checking for conflicting actions ... Done
45772026-08-25T07:49:06.471Z[ recovery-image] Aug 25 07:49:05.523 INFO O| Aug 25 07:49:05.522 INFO O| Planning: Consolidating action changes ... Done
45782026-08-25T07:49:06.476Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45792026-08-25T07:49:06.594Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-25T07:49:06.613Z[ recovery-image] Aug 25 07:49:05.668 INFO O| Aug 25 07:49:05.668 INFO O| Planning: Evaluating mediators ... Done
45812026-08-25T07:49:06.663Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45822026-08-25T07:49:06.750Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45832026-08-25T07:49:06.843Z[verify-libraries] Compiling strum_macros v0.24.3
45842026-08-25T07:49:06.975Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45852026-08-25T07:49:07.139Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45862026-08-25T07:49:07.216Z[verify-libraries] Compiling primeorder v0.13.6
45872026-08-25T07:49:07.311Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45882026-08-25T07:49:07.535Z[verify-libraries] Compiling hashbrown v0.14.5
45892026-08-25T07:49:07.549Z[ host-image] Aug 25 07:49:06.606 INFO O| Aug 25 07:49:06.606 INFO O| Actions: Completed 54182 actions in 7.30 seconds.
45902026-08-25T07:49:07.637Z[verify-libraries] Compiling hmac v0.13.0
45912026-08-25T07:49:07.644Z[ host-image] Aug 25 07:49:06.702 INFO O| Aug 25 07:49:06.702 INFO O| Finalize: Updating package state database ... Done
45922026-08-25T07:49:07.644Z[ host-image] Aug 25 07:49:06.702 INFO O| Aug 25 07:49:06.702 INFO O| Finalize: Updating package cache ... Done
45932026-08-25T07:49:07.802Z[ host-image] Aug 25 07:49:06.860 INFO O| Aug 25 07:49:06.860 INFO O| Finalize: Updating image state ... Done
45942026-08-25T07:49:07.831Z[verify-libraries] Compiling universal-hash v0.6.1
45952026-08-25T07:49:07.889Z[verify-libraries] Compiling fxhash v0.2.1
45962026-08-25T07:49:08.009Z[verify-libraries] Compiling indoc v1.0.9
45972026-08-25T07:49:08.112Z[ recovery-image] Aug 25 07:49:07.168 INFO O| Aug 25 07:49:07.168 INFO O| Planning: Planning completed in 9.00 seconds
45982026-08-25T07:49:08.114Z[ recovery-image] Aug 25 07:49:07.170 INFO O| Aug 25 07:49:07.170 INFO O| Packages to install: 130
45992026-08-25T07:49:08.114Z[ recovery-image] Aug 25 07:49:07.170 INFO O| Aug 25 07:49:07.170 INFO O| Mediators to change: 5
46002026-08-25T07:49:08.114Z[ recovery-image] Aug 25 07:49:07.170 INFO O| Aug 25 07:49:07.170 INFO O| Services to change: 5
46012026-08-25T07:49:08.121Z[verify-libraries] Compiling salty v0.3.0
46022026-08-25T07:49:08.147Z[ recovery-image] Aug 25 07:49:07.202 INFO O| Aug 25 07:49:07.202 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46032026-08-25T07:49:08.163Z[verify-libraries] Compiling chumsky v0.9.3
46042026-08-25T07:49:08.241Z[verify-libraries] Compiling p384 v0.13.1
46052026-08-25T07:49:08.257Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46062026-08-25T07:49:08.519Z[verify-libraries] Compiling knus-derive v3.4.0
46072026-08-25T07:49:08.799Z[ host-image] Aug 25 07:49:07.854 INFO O| Aug 25 07:49:07.854 INFO O| Finalize: Creating fast lookup database ... Done
46082026-08-25T07:49:08.824Z[ host-image] Aug 25 07:49:07.881 INFO O| Aug 25 07:49:07.881 INFO O| Finalize: Reading search index ... Done
46092026-08-25T07:49:08.919Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-08-25T07:49:09.131Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46112026-08-25T07:49:09.613Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46122026-08-25T07:49:09.846Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46132026-08-25T07:49:14.143Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46142026-08-25T07:49:14.260Z[verify-libraries] Compiling progenitor-impl v0.13.0
46152026-08-25T07:49:14.260Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46162026-08-25T07:49:14.260Z[verify-libraries] Compiling diesel v2.3.7
46172026-08-25T07:49:14.300Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46182026-08-25T07:49:14.300Z[verify-libraries] Compiling oso-derive v0.27.3
46192026-08-25T07:49:14.300Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46202026-08-25T07:49:14.300Z[verify-libraries] Compiling quick-xml v0.37.5
46212026-08-25T07:49:14.300Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46222026-08-25T07:49:14.301Z[ host-image] Aug 25 07:49:10.804 INFO O| Aug 25 07:49:10.804 INFO O| Finalize: Building new search index ... Done
46232026-08-25T07:49:14.301Z[ host-image] Aug 25 07:49:11.282 INFO O| Aug 25 07:49:11.282 INFO O| Finalize: Updating package cache ... Done
46242026-08-25T07:49:14.301Z[ host-image] Aug 25 07:49:11.634 INFO O| Aug 25 07:49:11.634 INFO STEP 11 (pkg_install) COMPLETE
46252026-08-25T07:49:14.301Z[ host-image] Aug 25 07:49:11.634 INFO O| Aug 25 07:49:11.634 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46262026-08-25T07:49:14.301Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46272026-08-25T07:49:14.301Z[ host-image] Aug 25 07:49:11.644 INFO O| Aug 25 07:49:11.644 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"]
46282026-08-25T07:49:14.301Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46292026-08-25T07:49:14.301Z[verify-libraries] Compiling openssl-probe v0.1.6
46302026-08-25T07:49:14.301Z[verify-libraries] Compiling knus v3.4.0
46312026-08-25T07:49:14.301Z[ recovery-image] Aug 25 07:49:12.226 INFO O| Aug 25 07:49:12.225 INFO O| Download: 6628/16682 items 71.0/200.0MB 35% complete (14.2M/s)
46322026-08-25T07:49:14.301Z[verify-libraries] Compiling progenitor-macro v0.13.0
46332026-08-25T07:49:14.301Z[verify-libraries] Compiling polyval v0.7.1
46342026-08-25T07:49:14.301Z[verify-libraries] Compiling der v0.8.0
46352026-08-25T07:49:14.301Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46362026-08-25T07:49:14.301Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46372026-08-25T07:49:14.421Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46382026-08-25T07:49:14.508Z[verify-libraries] Compiling progenitor-client v0.13.0
46392026-08-25T07:49:14.908Z[verify-libraries] Compiling git-stub v1.0.0
46402026-08-25T07:49:14.955Z[verify-libraries] Compiling kstat-rs v0.2.5
46412026-08-25T07:49:15.207Z[verify-libraries] Compiling trait-variant v0.1.2
46422026-08-25T07:49:15.298Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46432026-08-25T07:49:15.364Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46442026-08-25T07:49:15.429Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46452026-08-25T07:49:15.525Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46462026-08-25T07:49:15.529Z[verify-libraries] Compiling ghash v0.6.0
46472026-08-25T07:49:15.742Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46482026-08-25T07:49:15.792Z[verify-libraries] Compiling pbkdf2 v0.13.0
46492026-08-25T07:49:15.919Z[verify-libraries] Compiling aes v0.9.1
46502026-08-25T07:49:15.979Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46512026-08-25T07:49:16.112Z[verify-libraries] Compiling crypto-bigint v0.7.5
46522026-08-25T07:49:16.221Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46532026-08-25T07:49:16.403Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46542026-08-25T07:49:16.796Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46552026-08-25T07:49:17.140Z[verify-libraries] Compiling ctr v0.10.1
46562026-08-25T07:49:17.421Z[ host-image] Aug 25 07:49:16.478 INFO O| Aug 25 07:49:16.478 INFO O| Startup: Refreshing catalog 'helios' ... Done
46572026-08-25T07:49:17.470Z[verify-libraries] Compiling aead v0.6.1
46582026-08-25T07:49:17.488Z[verify-libraries] Compiling bb8 v0.8.6
46592026-08-25T07:49:17.521Z[verify-libraries] Compiling parking_lot_core v0.8.6
46602026-08-25T07:49:17.715Z[verify-libraries] Compiling aes-gcm v0.11.0
46612026-08-25T07:49:17.919Z[verify-libraries] Compiling spki v0.8.0
46622026-08-25T07:49:17.930Z[ host-image] Aug 25 07:49:16.985 INFO O| Aug 25 07:49:16.985 INFO O| Startup: Caching catalogs ... Done
46632026-08-25T07:49:17.957Z[verify-libraries] Compiling mime_guess v2.0.5
46642026-08-25T07:49:18.025Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46652026-08-25T07:49:18.065Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46662026-08-25T07:49:18.144Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46672026-08-25T07:49:18.172Z[ recovery-image] Aug 25 07:49:17.227 INFO O| Aug 25 07:49:17.227 INFO O| Download: 15521/16682 items 168.4/200.0MB 84% complete (16.8M/s)
46682026-08-25T07:49:18.195Z[verify-libraries] Compiling salsa20 v0.11.0
46692026-08-25T07:49:18.288Z[verify-libraries] Compiling nanorand v0.7.0
46702026-08-25T07:49:18.458Z[verify-libraries] Compiling scrypt v0.12.0
46712026-08-25T07:49:18.529Z[verify-libraries] Compiling flume v0.11.1
46722026-08-25T07:49:18.566Z[ host-image] Aug 25 07:49:17.624 INFO O| Aug 25 07:49:17.623 INFO O| Planning: Solver setup ... Done
46732026-08-25T07:49:18.573Z[ host-image] Aug 25 07:49:17.631 INFO O| Aug 25 07:49:17.631 INFO O| Planning: Running solver ... Done
46742026-08-25T07:49:18.590Z[ host-image] Aug 25 07:49:17.647 INFO O| Aug 25 07:49:17.647 INFO O| Planning: Finding local manifests ... Done
46752026-08-25T07:49:18.614Z[ host-image] Aug 25 07:49:17.669 INFO O| Aug 25 07:49:17.669 INFO O| Planning: Fetching manifests: 0/6 0% complete
46762026-08-25T07:49:18.709Z[ host-image] Aug 25 07:49:17.766 INFO O| Aug 25 07:49:17.765 INFO O| Planning: Fetching manifests: 6/6 100% complete
46772026-08-25T07:49:18.730Z[ host-image] Aug 25 07:49:17.787 INFO O| Aug 25 07:49:17.787 INFO O| Planning: Package planning ... Done
46782026-08-25T07:49:18.733Z[ host-image] Aug 25 07:49:17.789 INFO O| Aug 25 07:49:17.789 INFO O| Planning: Merging actions ... Done
46792026-08-25T07:49:18.755Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46802026-08-25T07:49:18.786Z[ host-image] Aug 25 07:49:17.842 INFO O| Aug 25 07:49:17.842 INFO O| Planning: Checking for conflicting actions ... Done
46812026-08-25T07:49:18.791Z[ host-image] Aug 25 07:49:17.843 INFO O| Aug 25 07:49:17.843 INFO O| Planning: Consolidating action changes ... Done
46822026-08-25T07:49:18.815Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46832026-08-25T07:49:18.922Z[ host-image] Aug 25 07:49:17.979 INFO O| Aug 25 07:49:17.979 INFO O| Planning: Evaluating mediators ... Done
46842026-08-25T07:49:18.928Z[ host-image] Aug 25 07:49:17.982 INFO O| Aug 25 07:49:17.982 INFO O| Planning: Planning completed in 0.98 seconds
46852026-08-25T07:49:18.929Z[ host-image] Aug 25 07:49:17.983 INFO O| Aug 25 07:49:17.983 INFO O| Packages to install: 6
46862026-08-25T07:49:18.929Z[ host-image] Aug 25 07:49:17.983 INFO O| Aug 25 07:49:17.983 INFO O| Services to change: 2
46872026-08-25T07:49:18.937Z[ host-image] Aug 25 07:49:17.994 INFO O| Aug 25 07:49:17.993 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46882026-08-25T07:49:19.038Z[verify-libraries] Compiling cbc v0.2.1
46892026-08-25T07:49:19.056Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46902026-08-25T07:49:19.079Z[verify-libraries] Compiling progenitor v0.13.0
46912026-08-25T07:49:19.090Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46922026-08-25T07:49:19.101Z[ host-image] Aug 25 07:49:18.158 INFO O| Aug 25 07:49:18.158 INFO O| Download: Completed 1.76 MB in 0.16 seconds (10.7M/s)
46932026-08-25T07:49:19.126Z[ host-image] Aug 25 07:49:18.183 INFO O| Aug 25 07:49:18.183 INFO O| Actions: 1/391 actions (Installing new actions)
46942026-08-25T07:49:19.179Z[verify-libraries] Compiling corncobs v0.1.4
46952026-08-25T07:49:19.273Z[ host-image] Aug 25 07:49:18.330 INFO O| Aug 25 07:49:18.330 INFO O| Actions: Completed 391 actions in 0.15 seconds.
46962026-08-25T07:49:19.303Z[verify-libraries] Compiling nonempty v0.12.0
46972026-08-25T07:49:19.324Z[ host-image] Aug 25 07:49:18.380 INFO O| Aug 25 07:49:18.372 INFO O| Finalize: Updating package state database ... Done
46982026-08-25T07:49:19.324Z[ host-image] Aug 25 07:49:18.380 INFO O| Aug 25 07:49:18.372 INFO O| Finalize: Updating package cache ... Done
46992026-08-25T07:49:19.334Z[verify-libraries] Compiling http-range v0.1.5
47002026-08-25T07:49:19.393Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47012026-08-25T07:49:19.418Z[verify-libraries] Compiling pkcs5 v0.8.1
47022026-08-25T07:49:19.424Z[ host-image] Aug 25 07:49:18.477 INFO O| Aug 25 07:49:18.477 INFO O| Finalize: Updating image state ... Done
47032026-08-25T07:49:19.454Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47042026-08-25T07:49:19.478Z[ recovery-image] Aug 25 07:49:18.530 INFO O| Aug 25 07:49:18.529 INFO O| Download: Completed 200.00 MB in 11.33 seconds (17.6M/s)
47052026-08-25T07:49:19.517Z[verify-libraries] Compiling parking_lot v0.11.2
47062026-08-25T07:49:19.644Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47072026-08-25T07:49:19.763Z[ recovery-image] Aug 25 07:49:18.813 INFO O| Aug 25 07:49:18.813 INFO O| Actions: 1/27580 actions (Installing new actions)
47082026-08-25T07:49:19.927Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47092026-08-25T07:49:19.982Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47102026-08-25T07:49:20.065Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47112026-08-25T07:49:20.071Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47122026-08-25T07:49:20.130Z[verify-libraries] Compiling digest-io v0.1.0
47132026-08-25T07:49:20.284Z[verify-libraries] Compiling prefix-trie v0.7.0
47142026-08-25T07:49:20.398Z[verify-libraries] Compiling secrecy v0.8.0
47152026-08-25T07:49:20.590Z[ host-image] Aug 25 07:49:19.647 INFO O| Aug 25 07:49:19.647 INFO O| Finalize: Creating fast lookup database ... Done
47162026-08-25T07:49:20.618Z[ host-image] Aug 25 07:49:19.675 INFO O| Aug 25 07:49:19.675 INFO O| Finalize: Reading search index ... Done
47172026-08-25T07:49:20.618Z[ host-image] Aug 25 07:49:19.675 INFO O| Aug 25 07:49:19.675 INFO O| Finalize: Updating search index ... Done
47182026-08-25T07:49:20.645Z[ host-image] Aug 25 07:49:19.692 INFO O| Aug 25 07:49:19.691 INFO O| Finalize: Updating package cache ... Done
47192026-08-25T07:49:20.685Z[verify-libraries] Compiling rawzip v0.4.4
47202026-08-25T07:49:20.778Z[verify-libraries] Compiling hickory-server v0.25.2
47212026-08-25T07:49:20.880Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47222026-08-25T07:49:20.972Z[ host-image] Aug 25 07:49:19.985 INFO O| Aug 25 07:49:19.985 INFO STEP 12 (pkg_install) COMPLETE
47232026-08-25T07:49:20.972Z[ host-image] Aug 25 07:49:19.985 INFO O| Aug 25 07:49:19.985 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47242026-08-25T07:49:20.972Z[ host-image] Aug 25 07:49:19.995 INFO O| Aug 25 07:49:19.995 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47252026-08-25T07:49:21.357Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47262026-08-25T07:49:21.403Z[verify-libraries] Compiling pkcs8 v0.11.0
47272026-08-25T07:49:21.556Z[verify-libraries] Compiling sled v0.34.7
47282026-08-25T07:49:21.600Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47292026-08-25T07:49:21.881Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47302026-08-25T07:49:22.010Z[verify-libraries] Compiling ignore v0.4.25
47312026-08-25T07:49:22.119Z[verify-libraries] Compiling anstyle-parse v0.2.7
47322026-08-25T07:49:22.170Z[verify-libraries] Compiling ff v0.14.0
47332026-08-25T07:49:22.232Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47342026-08-25T07:49:22.387Z[verify-libraries] Compiling anstream v0.6.21
47352026-08-25T07:49:22.419Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47362026-08-25T07:49:22.776Z[verify-libraries] Compiling globwalk v0.9.1
47372026-08-25T07:49:22.881Z[verify-libraries] Compiling predicates-tree v1.0.13
47382026-08-25T07:49:22.905Z[verify-libraries] Compiling libz-sys v1.1.24
47392026-08-25T07:49:23.177Z[verify-libraries] Compiling rand_seeder v0.4.0
47402026-08-25T07:49:23.680Z[ host-image] Aug 25 07:49:22.736 INFO O| Aug 25 07:49:22.735 INFO O| Startup: Refreshing catalog 'helios' ... Done
47412026-08-25T07:49:23.728Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47422026-08-25T07:49:23.812Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47432026-08-25T07:49:23.838Z[verify-libraries] Compiling group v0.14.0
47442026-08-25T07:49:23.926Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47452026-08-25T07:49:24.079Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47462026-08-25T07:49:24.154Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47472026-08-25T07:49:24.178Z[verify-libraries] Compiling signature v3.0.0
47482026-08-25T07:49:24.188Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47492026-08-25T07:49:24.388Z[ host-image] Aug 25 07:49:23.445 INFO O| Aug 25 07:49:23.445 INFO O| Startup: Caching catalogs ... Done
47502026-08-25T07:49:24.415Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47512026-08-25T07:49:24.480Z[verify-libraries] Compiling instability v0.3.11
47522026-08-25T07:49:24.575Z[verify-libraries] Compiling base16ct v1.0.0
47532026-08-25T07:49:24.705Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47542026-08-25T07:49:24.755Z[ recovery-image] Aug 25 07:49:23.813 INFO O| Aug 25 07:49:23.813 INFO O| Actions: 21959/27580 actions (Installing new actions)
47552026-08-25T07:49:24.756Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47562026-08-25T07:49:24.900Z[verify-libraries] Compiling sec1 v0.8.1
47572026-08-25T07:49:24.957Z[ host-image] Aug 25 07:49:24.013 INFO O| Aug 25 07:49:24.013 INFO O| Planning: Solver setup ... Done
47582026-08-25T07:49:24.961Z[ host-image] Aug 25 07:49:24.019 INFO O| Aug 25 07:49:24.019 INFO O| Planning: Running solver ... Done
47592026-08-25T07:49:24.976Z[ host-image] Aug 25 07:49:24.034 INFO O| Aug 25 07:49:24.033 INFO O| Planning: Finding local manifests ... Done
47602026-08-25T07:49:25.018Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47612026-08-25T07:49:25.052Z[ host-image] Aug 25 07:49:24.110 INFO O| Aug 25 07:49:24.110 INFO O| Planning: Fetching manifests: 0/6 0% complete
47622026-08-25T07:49:25.126Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47632026-08-25T07:49:25.147Z[ host-image] Aug 25 07:49:24.204 INFO O| Aug 25 07:49:24.204 INFO O| Planning: Fetching manifests: 6/6 100% complete
47642026-08-25T07:49:25.176Z[ host-image] Aug 25 07:49:24.232 INFO O| Aug 25 07:49:24.232 INFO O| Planning: Package planning ... Done
47652026-08-25T07:49:25.192Z[ host-image] Aug 25 07:49:24.241 INFO O| Aug 25 07:49:24.241 INFO O| Planning: Merging actions ... Done
47662026-08-25T07:49:25.232Z[ host-image] Aug 25 07:49:24.289 INFO O| Aug 25 07:49:24.289 INFO O| Planning: Checking for conflicting actions ... Done
47672026-08-25T07:49:25.237Z[verify-libraries] Compiling hkdf v0.13.0
47682026-08-25T07:49:25.237Z[ host-image] Aug 25 07:49:24.293 INFO O| Aug 25 07:49:24.293 INFO O| Planning: Consolidating action changes ... Done
47692026-08-25T07:49:25.302Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47702026-08-25T07:49:25.400Z[verify-libraries] Compiling scuffle v0.1.0
47712026-08-25T07:49:25.425Z[ recovery-image] Aug 25 07:49:24.483 INFO O| Aug 25 07:49:24.483 INFO O| Actions: Completed 27580 actions in 5.67 seconds.
47722026-08-25T07:49:25.478Z[ host-image] Aug 25 07:49:24.520 INFO O| Aug 25 07:49:24.520 INFO O| Planning: Evaluating mediators ... Done
47732026-08-25T07:49:25.478Z[ host-image] Aug 25 07:49:24.526 INFO O| Aug 25 07:49:24.523 INFO O| Planning: Planning completed in 1.06 seconds
47742026-08-25T07:49:25.482Z[ host-image] Aug 25 07:49:24.526 INFO O| Aug 25 07:49:24.523 INFO O| Packages to install: 6
47752026-08-25T07:49:25.482Z[ host-image] Aug 25 07:49:24.526 INFO O| Aug 25 07:49:24.523 INFO O| Mediators to change: 1
47762026-08-25T07:49:25.482Z[ host-image] Aug 25 07:49:24.526 INFO O| Aug 25 07:49:24.523 INFO O| Services to change: 1
47772026-08-25T07:49:25.482Z[ host-image] Aug 25 07:49:24.534 INFO O| Aug 25 07:49:24.534 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47782026-08-25T07:49:25.488Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47792026-08-25T07:49:25.506Z[ recovery-image] Aug 25 07:49:24.556 INFO O| Aug 25 07:49:24.555 INFO O| Finalize: Updating package state database ... Done
47802026-08-25T07:49:25.506Z[ recovery-image] Aug 25 07:49:24.556 INFO O| Aug 25 07:49:24.556 INFO O| Finalize: Updating package cache ... Done
47812026-08-25T07:49:25.520Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47822026-08-25T07:49:25.646Z[ recovery-image] Aug 25 07:49:24.704 INFO O| Aug 25 07:49:24.704 INFO O| Finalize: Updating image state ... Done
47832026-08-25T07:49:25.792Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47842026-08-25T07:49:25.837Z[verify-libraries] Compiling castaway v0.2.4
47852026-08-25T07:49:26.015Z[ host-image] Aug 25 07:49:25.072 INFO O| Aug 25 07:49:25.071 INFO O| Download: Completed 7.84 MB in 0.54 seconds (14.6M/s)
47862026-08-25T07:49:26.039Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47872026-08-25T07:49:26.053Z[ host-image] Aug 25 07:49:25.107 INFO O| Aug 25 07:49:25.107 INFO O| Actions: 1/1366 actions (Installing new actions)
47882026-08-25T07:49:26.093Z[verify-libraries] Compiling indoc v2.0.7
47892026-08-25T07:49:26.139Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47902026-08-25T07:49:26.310Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47912026-08-25T07:49:26.346Z[ host-image] Aug 25 07:49:25.403 INFO O| Aug 25 07:49:25.403 INFO O| Actions: Completed 1366 actions in 0.30 seconds.
47922026-08-25T07:49:26.393Z[ host-image] Aug 25 07:49:25.447 INFO O| Aug 25 07:49:25.447 INFO O| Finalize: Updating package state database ... Done
47932026-08-25T07:49:26.393Z[ host-image] Aug 25 07:49:25.447 INFO O| Aug 25 07:49:25.447 INFO O| Finalize: Updating package cache ... Done
47942026-08-25T07:49:26.477Z[verify-libraries] Compiling compact_str v0.8.1
47952026-08-25T07:49:26.500Z[ recovery-image] Aug 25 07:49:25.558 INFO O| Aug 25 07:49:25.558 INFO O| Finalize: Creating fast lookup database ... Done
47962026-08-25T07:49:26.520Z[ recovery-image] Aug 25 07:49:25.577 INFO O| Aug 25 07:49:25.577 INFO O| Finalize: Reading search index ... Done
47972026-08-25T07:49:26.523Z[ host-image] Aug 25 07:49:25.579 INFO O| Aug 25 07:49:25.579 INFO O| Finalize: Updating image state ... Done
47982026-08-25T07:49:26.967Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47992026-08-25T07:49:27.071Z[verify-libraries] Compiling elliptic-curve v0.14.1
48002026-08-25T07:49:27.281Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48012026-08-25T07:49:27.574Z[ host-image] Aug 25 07:49:26.631 INFO O| Aug 25 07:49:26.631 INFO O| Finalize: Creating fast lookup database ... Done
48022026-08-25T07:49:27.604Z[ host-image] Aug 25 07:49:26.661 INFO O| Aug 25 07:49:26.661 INFO O| Finalize: Reading search index ... Done
48032026-08-25T07:49:27.604Z[ host-image] Aug 25 07:49:26.661 INFO O| Aug 25 07:49:26.661 INFO O| Finalize: Updating search index ... Done
48042026-08-25T07:49:27.639Z[ host-image] Aug 25 07:49:26.696 INFO O| Aug 25 07:49:26.696 INFO O| Finalize: Updating package cache ... Done
48052026-08-25T07:49:27.678Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48062026-08-25T07:49:27.815Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48072026-08-25T07:49:27.917Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48082026-08-25T07:49:27.924Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
48092026-08-25T07:49:27.953Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48102026-08-25T07:49:27.984Z[ host-image] Aug 25 07:49:27.041 INFO O| Aug 25 07:49:27.041 INFO STEP 13 (pkg_install) COMPLETE
48112026-08-25T07:49:27.984Z[ host-image] Aug 25 07:49:27.041 INFO O| Aug 25 07:49:27.041 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48122026-08-25T07:49:27.997Z[ host-image] Aug 25 07:49:27.053 INFO O| Aug 25 07:49:27.053 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48132026-08-25T07:49:28.406Z[ recovery-image] Aug 25 07:49:27.462 INFO O| Aug 25 07:49:27.462 INFO O| Finalize: Building new search index ... Done
48142026-08-25T07:49:28.757Z[ recovery-image] Aug 25 07:49:27.807 INFO O| Aug 25 07:49:27.805 INFO O| Finalize: Updating package cache ... Done
48152026-08-25T07:49:28.791Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48162026-08-25T07:49:28.843Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48172026-08-25T07:49:28.895Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48182026-08-25T07:49:29.035Z[verify-libraries] Compiling lru v0.12.5
48192026-08-25T07:49:29.120Z[ recovery-image] Aug 25 07:49:28.164 INFO O| Aug 25 07:49:28.164 INFO STEP 11 (pkg_install) COMPLETE
48202026-08-25T07:49:29.130Z[ recovery-image] Aug 25 07:49:28.164 INFO O| Aug 25 07:49:28.164 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48212026-08-25T07:49:29.130Z[ recovery-image] Aug 25 07:49:28.164 INFO O| Aug 25 07:49:28.164 INFO skip step because feature "recovery" is enabled
48222026-08-25T07:49:29.131Z[ recovery-image] Aug 25 07:49:28.164 INFO O| Aug 25 07:49:28.164 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48232026-08-25T07:49:29.131Z[ recovery-image] Aug 25 07:49:28.164 INFO O| Aug 25 07:49:28.164 INFO skip step because feature "omicron1" is not enabled
48242026-08-25T07:49:29.131Z[ recovery-image] Aug 25 07:49:28.164 INFO O| Aug 25 07:49:28.164 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-25T07:49:29.131Z[ recovery-image] Aug 25 07:49:28.176 INFO O| Aug 25 07:49:28.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48262026-08-25T07:49:29.180Z[verify-libraries] Compiling unicode-truncate v1.1.0
48272026-08-25T07:49:29.271Z[verify-libraries] Compiling arc-swap v1.8.2
48282026-08-25T07:49:29.305Z[verify-libraries] Compiling cassowary v0.3.0
48292026-08-25T07:49:29.340Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-08-25T07:49:29.351Z[verify-libraries] Compiling wnaf v0.14.0
48312026-08-25T07:49:29.401Z[verify-libraries] Compiling primefield v0.14.0
48322026-08-25T07:49:29.631Z[verify-libraries] Compiling ratatui v0.29.0
48332026-08-25T07:49:29.656Z[verify-libraries] Compiling slog-scope v4.4.1
48342026-08-25T07:49:29.698Z[verify-libraries] Compiling rfc6979 v0.6.0
48352026-08-25T07:49:29.855Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48362026-08-25T07:49:29.924Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48372026-08-25T07:49:29.973Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48382026-08-25T07:49:30.150Z[verify-libraries] Compiling vergen-git2 v9.1.0
48392026-08-25T07:49:30.178Z[verify-libraries] Compiling strsim v0.10.0
48402026-08-25T07:49:30.197Z[ host-image] Aug 25 07:49:29.254 INFO O| Aug 25 07:49:29.254 INFO O| Startup: Refreshing catalog 'helios' ... Done
48412026-08-25T07:49:30.433Z[verify-libraries] Compiling ecdsa v0.17.0
48422026-08-25T07:49:30.515Z[verify-libraries] Compiling darling_core v0.13.4
48432026-08-25T07:49:30.561Z[verify-libraries] Compiling slog-stdlog v4.1.1
48442026-08-25T07:49:30.635Z[verify-libraries] Compiling primeorder v0.14.0
48452026-08-25T07:49:30.653Z[ host-image] Aug 25 07:49:29.710 INFO O| Aug 25 07:49:29.710 INFO O| Startup: Caching catalogs ... Done
48462026-08-25T07:49:31.023Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48472026-08-25T07:49:31.130Z[verify-libraries] Compiling tungstenite v0.23.0
48482026-08-25T07:49:31.212Z[verify-libraries] Compiling console v0.16.2
48492026-08-25T07:49:31.233Z[ host-image] Aug 25 07:49:30.286 INFO O| Aug 25 07:49:30.286 INFO O| Planning: Solver setup ... Done
48502026-08-25T07:49:31.250Z[ host-image] Aug 25 07:49:30.292 INFO O| Aug 25 07:49:30.292 INFO O| Planning: Running solver ... Done
48512026-08-25T07:49:31.261Z[ host-image] Aug 25 07:49:30.307 INFO O| Aug 25 07:49:30.307 INFO O| Planning: Finding local manifests ... Done
48522026-08-25T07:49:31.295Z[ host-image] Aug 25 07:49:30.344 INFO O| Aug 25 07:49:30.344 INFO O| Planning: Fetching manifests: 0/1 0% complete
48532026-08-25T07:49:31.306Z[ host-image] Aug 25 07:49:30.352 INFO O| Aug 25 07:49:30.352 INFO O| Planning: Fetching manifests: 1/1 100% complete
48542026-08-25T07:49:31.322Z[ host-image] Aug 25 07:49:30.370 INFO O| Aug 25 07:49:30.370 INFO O| Planning: Package planning ... Done
48552026-08-25T07:49:31.322Z[ host-image] Aug 25 07:49:30.370 INFO O| Aug 25 07:49:30.370 INFO O| Planning: Merging actions ... Done
48562026-08-25T07:49:31.350Z[ host-image] Aug 25 07:49:30.407 INFO O| Aug 25 07:49:30.406 INFO O| Planning: Checking for conflicting actions ... Done
48572026-08-25T07:49:31.373Z[ host-image] Aug 25 07:49:30.407 INFO O| Aug 25 07:49:30.407 INFO O| Planning: Consolidating action changes ... Done
48582026-08-25T07:49:31.413Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48592026-08-25T07:49:31.533Z[ host-image] Aug 25 07:49:30.584 INFO O| Aug 25 07:49:30.584 INFO O| Planning: Evaluating mediators ... Done
48602026-08-25T07:49:31.543Z[ host-image] Aug 25 07:49:30.585 INFO O| Aug 25 07:49:30.585 INFO O| Planning: Planning completed in 0.86 seconds
48612026-08-25T07:49:31.543Z[ host-image] Aug 25 07:49:30.585 INFO O| Aug 25 07:49:30.585 INFO O| Packages to install: 1
48622026-08-25T07:49:31.543Z[ host-image] Aug 25 07:49:30.596 INFO O| Aug 25 07:49:30.596 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48632026-08-25T07:49:31.589Z[ recovery-image] Aug 25 07:49:30.647 INFO O| Aug 25 07:49:30.647 INFO O| Startup: Refreshing catalog 'helios' ... Done
48642026-08-25T07:49:31.769Z[ host-image] Aug 25 07:49:30.825 INFO O| Aug 25 07:49:30.825 INFO O| Download: Completed 13.27 MB in 0.23 seconds (58.0M/s)
48652026-08-25T07:49:31.798Z[verify-libraries] Compiling libsw-core v0.3.2
48662026-08-25T07:49:31.877Z[ host-image] Aug 25 07:49:30.934 INFO O| Aug 25 07:49:30.934 INFO O| Actions: 1/22 actions (Installing new actions)
48672026-08-25T07:49:31.992Z[verify-libraries] Compiling void v1.0.2
48682026-08-25T07:49:32.055Z[verify-libraries] Compiling unit-prefix v0.5.2
48692026-08-25T07:49:32.108Z[verify-libraries] Compiling assert_matches v1.5.0
48702026-08-25T07:49:32.136Z[ host-image] Aug 25 07:49:31.162 INFO O| Aug 25 07:49:31.162 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48712026-08-25T07:49:32.636Z[verify-libraries] Compiling lzss v0.8.2
48722026-08-25T07:49:32.706Z[ host-image] Aug 25 07:49:31.218 INFO O| Aug 25 07:49:31.218 INFO O| Finalize: Updating package state database ... Done
48732026-08-25T07:49:32.706Z[ host-image] Aug 25 07:49:31.218 INFO O| Aug 25 07:49:31.218 INFO O| Finalize: Updating package cache ... Done
48742026-08-25T07:49:32.706Z[verify-libraries] Compiling indicatif v0.18.4
48752026-08-25T07:49:32.706Z[ host-image] Aug 25 07:49:31.313 INFO O| Aug 25 07:49:31.313 INFO O| Finalize: Updating image state ... Done
48762026-08-25T07:49:32.706Z[verify-libraries] Compiling libsw v3.5.0
48772026-08-25T07:49:32.706Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48782026-08-25T07:49:32.706Z[ recovery-image] Aug 25 07:49:31.361 INFO O| Aug 25 07:49:31.361 INFO O| Startup: Caching catalogs ... Done
48792026-08-25T07:49:32.706Z[verify-libraries] Compiling slog-envlogger v2.2.0
48802026-08-25T07:49:32.706Z[verify-libraries] Compiling ssh-encoding v0.3.0
48812026-08-25T07:49:32.706Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48822026-08-25T07:49:32.751Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48832026-08-25T07:49:32.778Z[verify-libraries] Compiling darling_macro v0.13.4
48842026-08-25T07:49:32.815Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48852026-08-25T07:49:32.894Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48862026-08-25T07:49:32.914Z[ recovery-image] Aug 25 07:49:31.968 INFO O| Aug 25 07:49:31.968 INFO O| Planning: Solver setup ... Done
48872026-08-25T07:49:32.929Z[ recovery-image] Aug 25 07:49:31.974 INFO O| Aug 25 07:49:31.974 INFO O| Planning: Running solver ... Done
48882026-08-25T07:49:32.955Z[ recovery-image] Aug 25 07:49:31.988 INFO O| Aug 25 07:49:31.988 INFO O| Planning: Finding local manifests ... Done
48892026-08-25T07:49:32.988Z[ recovery-image] Aug 25 07:49:32.044 INFO O| Aug 25 07:49:32.044 INFO O| Planning: Fetching manifests: 0/1 0% complete
48902026-08-25T07:49:33.028Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48912026-08-25T07:49:33.065Z[ recovery-image] Aug 25 07:49:32.070 INFO O| Aug 25 07:49:32.070 INFO O| Planning: Fetching manifests: 1/1 100% complete
48922026-08-25T07:49:33.065Z[ recovery-image] Aug 25 07:49:32.088 INFO O| Aug 25 07:49:32.088 INFO O| Planning: Package planning ... Done
48932026-08-25T07:49:33.065Z[ recovery-image] Aug 25 07:49:32.089 INFO O| Aug 25 07:49:32.089 INFO O| Planning: Merging actions ... Done
48942026-08-25T07:49:33.075Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48952026-08-25T07:49:33.075Z[ recovery-image] Aug 25 07:49:32.125 INFO O| Aug 25 07:49:32.125 INFO O| Planning: Checking for conflicting actions ... Done
48962026-08-25T07:49:33.075Z[ recovery-image] Aug 25 07:49:32.125 INFO O| Aug 25 07:49:32.125 INFO O| Planning: Consolidating action changes ... Done
48972026-08-25T07:49:33.168Z[verify-libraries] Compiling nix v0.27.1
48982026-08-25T07:49:33.181Z[ recovery-image] Aug 25 07:49:32.221 INFO O| Aug 25 07:49:32.221 INFO O| Planning: Evaluating mediators ... Done
48992026-08-25T07:49:33.181Z[ recovery-image] Aug 25 07:49:32.221 INFO O| Aug 25 07:49:32.221 INFO O| Planning: Planning completed in 0.84 seconds
49002026-08-25T07:49:33.181Z[ recovery-image] Aug 25 07:49:32.221 INFO O| Aug 25 07:49:32.221 INFO O| Packages to install: 1
49012026-08-25T07:49:33.181Z[ recovery-image] Aug 25 07:49:32.232 INFO O| Aug 25 07:49:32.232 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49022026-08-25T07:49:33.233Z[ host-image] Aug 25 07:49:32.281 INFO O| Aug 25 07:49:32.281 INFO O| Finalize: Creating fast lookup database ... Done
49032026-08-25T07:49:33.255Z[ host-image] Aug 25 07:49:32.311 INFO O| Aug 25 07:49:32.311 INFO O| Finalize: Reading search index ... Done
49042026-08-25T07:49:33.255Z[ host-image] Aug 25 07:49:32.311 INFO O| Aug 25 07:49:32.311 INFO O| Finalize: Updating search index ... Done
49052026-08-25T07:49:33.262Z[verify-libraries] Compiling colored v2.2.0
49062026-08-25T07:49:33.275Z[ host-image] Aug 25 07:49:32.321 INFO O| Aug 25 07:49:32.321 INFO O| Finalize: Updating package cache ... Done
49072026-08-25T07:49:33.397Z[verify-libraries] Compiling blake3 v1.8.5
49082026-08-25T07:49:33.428Z[verify-libraries] Compiling serde_bytes v0.11.19
49092026-08-25T07:49:33.428Z[verify-libraries] Compiling keccak v0.2.0
49102026-08-25T07:49:33.532Z[ recovery-image] Aug 25 07:49:32.590 INFO O| Aug 25 07:49:32.590 INFO O| Download: Completed 13.27 MB in 0.36 seconds (37.1M/s)
49112026-08-25T07:49:33.564Z[ recovery-image] Aug 25 07:49:32.611 INFO O| Aug 25 07:49:32.611 INFO O| Actions: 1/22 actions (Installing new actions)
49122026-08-25T07:49:33.583Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 14 (pkg_install) COMPLETE
49132026-08-25T07:49:33.583Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49142026-08-25T07:49:33.583Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO skip step because feature "mbist" is not enabled
49152026-08-25T07:49:33.583Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-08-25T07:49:33.583Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO skip step because feature "mfg" is not enabled
49172026-08-25T07:49:33.583Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49182026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO skip step because feature "compliance" is not enabled
49192026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49202026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO skip step because feature "stress" is not enabled
49212026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49222026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO skip step because feature "compliance" is not enabled
49232026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49242026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO skip step because feature "nfs" is not enabled
49252026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49262026-08-25T07:49:33.584Z[ host-image] Aug 25 07:49:32.620 INFO O| Aug 25 07:49:32.620 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49272026-08-25T07:49:33.648Z[verify-libraries] Compiling shell-words v1.1.1
49282026-08-25T07:49:33.713Z[verify-libraries] Compiling darling v0.13.4
49292026-08-25T07:49:33.824Z[ recovery-image] Aug 25 07:49:32.855 INFO O| Aug 25 07:49:32.855 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49302026-08-25T07:49:33.842Z[ host-image] Aug 25 07:49:32.870 INFO O| Aug 25 07:49:32.870 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49312026-08-25T07:49:33.842Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49322026-08-25T07:49:33.864Z[ recovery-image] Aug 25 07:49:32.904 INFO O| Aug 25 07:49:32.904 INFO O| Finalize: Updating package state database ... Done
49332026-08-25T07:49:33.864Z[ recovery-image] Aug 25 07:49:32.904 INFO O| Aug 25 07:49:32.904 INFO O| Finalize: Updating package cache ... Done
49342026-08-25T07:49:33.878Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49352026-08-25T07:49:33.911Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49362026-08-25T07:49:33.968Z[ recovery-image] Aug 25 07:49:33.012 INFO O| Aug 25 07:49:33.012 INFO O| Finalize: Updating image state ... Done
49372026-08-25T07:49:33.997Z[ host-image] Aug 25 07:49:33.032 INFO O| Aug 25 07:49:33.032 INFO completed processing sled/ramdisk-01-os
49382026-08-25T07:49:33.997Z[ host-image] Aug 25 07:49:33.034 INFO omicron1 baseline generation...
49392026-08-25T07:49:33.997Z[ host-image] Aug 25 07:49:33.034 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49402026-08-25T07:49:34.309Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49412026-08-25T07:49:34.345Z[verify-libraries] Compiling ed25519 v3.0.0
49422026-08-25T07:49:34.398Z[ host-image] Aug 25 07:49:33.444 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49432026-08-25T07:49:34.409Z[verify-libraries] Compiling crypto-primes v0.7.2
49442026-08-25T07:49:34.687Z[ recovery-image] Aug 25 07:49:33.736 INFO O| Aug 25 07:49:33.736 INFO O| Finalize: Creating fast lookup database ... Done
49452026-08-25T07:49:34.696Z[ recovery-image] Aug 25 07:49:33.752 INFO O| Aug 25 07:49:33.752 INFO O| Finalize: Reading search index ... Done
49462026-08-25T07:49:34.696Z[ recovery-image] Aug 25 07:49:33.752 INFO O| Aug 25 07:49:33.752 INFO O| Finalize: Updating search index ... Done
49472026-08-25T07:49:34.757Z[ recovery-image] Aug 25 07:49:33.810 INFO O| Aug 25 07:49:33.810 INFO O| Finalize: Updating package cache ... Done
49482026-08-25T07:49:34.829Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49492026-08-25T07:49:35.475Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 14 (pkg_install) COMPLETE
49502026-08-25T07:49:35.475Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-08-25T07:49:35.500Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO skip step because feature "mbist" is not enabled
49522026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49532026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO skip step because feature "mfg" is not enabled
49542026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49552026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO skip step because feature "compliance" is not enabled
49562026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49572026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO skip step because feature "stress" is not enabled
49582026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49592026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO skip step because feature "compliance" is not enabled
49602026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49612026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO skip step because feature "nfs" is not enabled
49622026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49632026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.149 INFO O| Aug 25 07:49:34.149 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49642026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.245 INFO O| Aug 25 07:49:34.245 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49652026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.304 INFO O| Aug 25 07:49:34.304 INFO completed processing sled/ramdisk-01-os
49662026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.307 INFO image builder template: ramdisk-02-trim...
49672026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.307 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49682026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.326 INFO O| Aug 25 07:49:34.326 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49692026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.329 INFO O| Aug 25 07:49:34.329 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49702026-08-25T07:49:35.501Z[verify-libraries] Compiling poly1305 v0.9.0
49712026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.389 INFO O| Aug 25 07:49:34.389 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49722026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.485 INFO O| Aug 25 07:49:34.485 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49732026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.485 INFO O| Aug 25 07:49:34.485 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49742026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.491 INFO O| Aug 25 07:49:34.490 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49752026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.494 INFO O| Aug 25 07:49:34.494 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49762026-08-25T07:49:35.501Z[ recovery-image] Aug 25 07:49:34.499 INFO O| Aug 25 07:49:34.499 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49772026-08-25T07:49:35.567Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49782026-08-25T07:49:35.627Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49792026-08-25T07:49:35.777Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49802026-08-25T07:49:35.887Z[ recovery-image] Aug 25 07:49:34.936 INFO O| Aug 25 07:49:34.936 INFO rolled back to input snapshot; work may begin
49812026-08-25T07:49:35.887Z[ recovery-image] Aug 25 07:49:34.936 INFO O| Aug 25 07:49:34.936 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49822026-08-25T07:49:35.902Z[ recovery-image] Aug 25 07:49:34.941 INFO O| Aug 25 07:49:34.941 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-25T07:49:35.902Z[ recovery-image] Aug 25 07:49:34.951 INFO O| Aug 25 07:49:34.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49842026-08-25T07:49:35.921Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49852026-08-25T07:49:35.947Z[ recovery-image] Aug 25 07:49:34.992 INFO O| Aug 25 07:49:34.991 INFO STEP 0 (remove_files) COMPLETE
49862026-08-25T07:49:35.947Z[ recovery-image] Aug 25 07:49:34.992 INFO O| Aug 25 07:49:34.992 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-25T07:49:35.956Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49882026-08-25T07:49:35.956Z[ recovery-image] Aug 25 07:49:35.001 INFO O| Aug 25 07:49:35.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49892026-08-25T07:49:35.956Z[ recovery-image] Aug 25 07:49:35.002 INFO O| Aug 25 07:49:35.002 INFO STEP 1 (remove_files) COMPLETE
49902026-08-25T07:49:35.956Z[ recovery-image] Aug 25 07:49:35.002 INFO O| Aug 25 07:49:35.002 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-25T07:49:35.978Z[ recovery-image] Aug 25 07:49:35.013 INFO O| Aug 25 07:49:35.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49922026-08-25T07:49:35.986Z[ recovery-image] Aug 25 07:49:35.026 INFO O| Aug 25 07:49:35.026 INFO STEP 2 (remove_files) COMPLETE
49932026-08-25T07:49:35.986Z[ recovery-image] Aug 25 07:49:35.026 INFO O| Aug 25 07:49:35.026 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-25T07:49:35.986Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49952026-08-25T07:49:35.986Z[ recovery-image] Aug 25 07:49:35.037 INFO O| Aug 25 07:49:35.037 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49962026-08-25T07:49:35.986Z[ recovery-image] Aug 25 07:49:35.038 INFO O| Aug 25 07:49:35.038 INFO STEP 3 (remove_files) COMPLETE
49972026-08-25T07:49:35.986Z[ recovery-image] Aug 25 07:49:35.038 INFO O| Aug 25 07:49:35.038 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-25T07:49:35.991Z[ recovery-image] Aug 25 07:49:35.048 INFO O| Aug 25 07:49:35.048 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49992026-08-25T07:49:36.003Z[ recovery-image] Aug 25 07:49:35.054 INFO O| Aug 25 07:49:35.051 INFO STEP 4 (remove_files) COMPLETE
50002026-08-25T07:49:36.003Z[ recovery-image] Aug 25 07:49:35.054 INFO O| Aug 25 07:49:35.051 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-25T07:49:36.013Z[ recovery-image] Aug 25 07:49:35.061 INFO O| Aug 25 07:49:35.061 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50022026-08-25T07:49:36.013Z[ recovery-image] Aug 25 07:49:35.061 INFO O| Aug 25 07:49:35.061 INFO STEP 5 (remove_files) COMPLETE
50032026-08-25T07:49:36.013Z[ recovery-image] Aug 25 07:49:35.061 INFO O| Aug 25 07:49:35.061 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-25T07:49:36.020Z[ recovery-image] Aug 25 07:49:35.071 INFO O| Aug 25 07:49:35.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50052026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO STEP 6 (remove_files) COMPLETE
50062026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO skip step because feature "heliosv2" is not enabled
50082026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO skip step because feature "recovery" is enabled
50102026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO skip step because feature "recovery" is enabled
50122026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO skip step because feature "recovery" is enabled
50142026-08-25T07:49:36.028Z[ recovery-image] Aug 25 07:49:35.081 INFO O| Aug 25 07:49:35.081 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-25T07:49:36.039Z[ recovery-image] Aug 25 07:49:35.091 INFO O| Aug 25 07:49:35.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50162026-08-25T07:49:36.059Z[ recovery-image] Aug 25 07:49:35.094 INFO O| Aug 25 07:49:35.094 INFO STEP 11 (remove_files) COMPLETE
50172026-08-25T07:49:36.059Z[ recovery-image] Aug 25 07:49:35.094 INFO O| Aug 25 07:49:35.094 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.103 INFO O| Aug 25 07:49:35.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50192026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.104 INFO O| Aug 25 07:49:35.104 INFO STEP 12 (remove_files) COMPLETE
50202026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.104 INFO O| Aug 25 07:49:35.104 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.114 INFO O| Aug 25 07:49:35.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50222026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.115 INFO O| Aug 25 07:49:35.115 INFO STEP 13 (remove_files) COMPLETE
50232026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.115 INFO O| Aug 25 07:49:35.115 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.126 INFO O| Aug 25 07:49:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50252026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.126 INFO O| Aug 25 07:49:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50262026-08-25T07:49:36.091Z[ recovery-image] Aug 25 07:49:35.132 INFO O| Aug 25 07:49:35.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50272026-08-25T07:49:36.099Z[ recovery-image] Aug 25 07:49:35.136 INFO O| Aug 25 07:49:35.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50282026-08-25T07:49:36.186Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50292026-08-25T07:49:36.239Z[ recovery-image] Aug 25 07:49:35.290 INFO O| Aug 25 07:49:35.290 INFO STEP 14 (remove_files) COMPLETE
50302026-08-25T07:49:36.239Z[ recovery-image] Aug 25 07:49:35.290 INFO O| Aug 25 07:49:35.290 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-25T07:49:36.248Z[ recovery-image] Aug 25 07:49:35.300 INFO O| Aug 25 07:49:35.300 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50322026-08-25T07:49:36.248Z[ recovery-image] Aug 25 07:49:35.301 INFO O| Aug 25 07:49:35.301 INFO STEP 15 (remove_files) COMPLETE
50332026-08-25T07:49:36.248Z[ recovery-image] Aug 25 07:49:35.301 INFO O| Aug 25 07:49:35.301 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-25T07:49:36.273Z[ recovery-image] Aug 25 07:49:35.310 INFO O| Aug 25 07:49:35.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50352026-08-25T07:49:36.273Z[verify-libraries] Compiling blowfish v0.10.0
50362026-08-25T07:49:36.287Z[ recovery-image] Aug 25 07:49:35.315 INFO O| Aug 25 07:49:35.315 INFO STEP 16 (remove_files) COMPLETE
50372026-08-25T07:49:36.287Z[ recovery-image] Aug 25 07:49:35.315 INFO O| Aug 25 07:49:35.315 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-25T07:49:36.287Z[ recovery-image] Aug 25 07:49:35.325 INFO O| Aug 25 07:49:35.325 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50392026-08-25T07:49:36.287Z[ recovery-image] Aug 25 07:49:35.325 INFO O| Aug 25 07:49:35.325 INFO STEP 17 (remove_files) COMPLETE
50402026-08-25T07:49:36.288Z[ recovery-image] Aug 25 07:49:35.325 INFO O| Aug 25 07:49:35.325 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-25T07:49:36.288Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
50422026-08-25T07:49:36.288Z[ recovery-image] Aug 25 07:49:35.336 INFO O| Aug 25 07:49:35.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50432026-08-25T07:49:36.301Z[ recovery-image] Aug 25 07:49:35.337 INFO O| Aug 25 07:49:35.337 INFO STEP 18 (remove_files) COMPLETE
50442026-08-25T07:49:36.305Z[ recovery-image] Aug 25 07:49:35.337 INFO O| Aug 25 07:49:35.337 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-25T07:49:36.305Z[ recovery-image] Aug 25 07:49:35.347 INFO O| Aug 25 07:49:35.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50462026-08-25T07:49:36.305Z[ recovery-image] Aug 25 07:49:35.348 INFO O| Aug 25 07:49:35.348 INFO STEP 19 (remove_files) COMPLETE
50472026-08-25T07:49:36.305Z[ recovery-image] Aug 25 07:49:35.348 INFO O| Aug 25 07:49:35.348 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-25T07:49:36.318Z[ recovery-image] Aug 25 07:49:35.357 INFO O| Aug 25 07:49:35.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50492026-08-25T07:49:36.318Z[ recovery-image] Aug 25 07:49:35.357 INFO O| Aug 25 07:49:35.357 INFO STEP 20 (remove_files) COMPLETE
50502026-08-25T07:49:36.319Z[ recovery-image] Aug 25 07:49:35.357 INFO O| Aug 25 07:49:35.357 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-25T07:49:36.319Z[verify-libraries] Compiling petname v2.0.2
50522026-08-25T07:49:36.319Z[ recovery-image] Aug 25 07:49:35.369 INFO O| Aug 25 07:49:35.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50532026-08-25T07:49:36.319Z[ recovery-image] Aug 25 07:49:35.369 INFO O| Aug 25 07:49:35.369 INFO STEP 21 (remove_files) COMPLETE
50542026-08-25T07:49:36.319Z[ recovery-image] Aug 25 07:49:35.369 INFO O| Aug 25 07:49:35.369 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-25T07:49:36.348Z[ recovery-image] Aug 25 07:49:35.403 INFO O| Aug 25 07:49:35.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50562026-08-25T07:49:36.348Z[ recovery-image] Aug 25 07:49:35.403 INFO O| Aug 25 07:49:35.403 INFO STEP 22 (remove_files) COMPLETE
50572026-08-25T07:49:36.348Z[ recovery-image] Aug 25 07:49:35.403 INFO O| Aug 25 07:49:35.403 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-25T07:49:36.360Z[ recovery-image] Aug 25 07:49:35.413 INFO O| Aug 25 07:49:35.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50592026-08-25T07:49:36.360Z[ recovery-image] Aug 25 07:49:35.413 INFO O| Aug 25 07:49:35.413 INFO STEP 23 (remove_files) COMPLETE
50602026-08-25T07:49:36.370Z[ recovery-image] Aug 25 07:49:35.413 INFO O| Aug 25 07:49:35.413 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-25T07:49:36.370Z[ recovery-image] Aug 25 07:49:35.423 INFO O| Aug 25 07:49:35.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50622026-08-25T07:49:36.370Z[ recovery-image] Aug 25 07:49:35.423 INFO O| Aug 25 07:49:35.423 INFO STEP 24 (remove_files) COMPLETE
50632026-08-25T07:49:36.370Z[ recovery-image] Aug 25 07:49:35.423 INFO O| Aug 25 07:49:35.423 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-25T07:49:36.380Z[ recovery-image] Aug 25 07:49:35.432 INFO O| Aug 25 07:49:35.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50652026-08-25T07:49:36.380Z[ recovery-image] Aug 25 07:49:35.433 INFO O| Aug 25 07:49:35.432 INFO STEP 25 (remove_files) COMPLETE
50662026-08-25T07:49:36.380Z[ recovery-image] Aug 25 07:49:35.433 INFO O| Aug 25 07:49:35.432 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-25T07:49:36.392Z[ recovery-image] Aug 25 07:49:35.442 INFO O| Aug 25 07:49:35.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50682026-08-25T07:49:36.392Z[ recovery-image] Aug 25 07:49:35.442 INFO O| Aug 25 07:49:35.442 INFO STEP 26 (remove_files) COMPLETE
50692026-08-25T07:49:36.392Z[ recovery-image] Aug 25 07:49:35.442 INFO O| Aug 25 07:49:35.442 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-25T07:49:36.408Z[ recovery-image] Aug 25 07:49:35.461 INFO O| Aug 25 07:49:35.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50712026-08-25T07:49:36.408Z[ recovery-image] Aug 25 07:49:35.462 INFO O| Aug 25 07:49:35.462 INFO STEP 27 (remove_files) COMPLETE
50722026-08-25T07:49:36.433Z[ recovery-image] Aug 25 07:49:35.462 INFO O| Aug 25 07:49:35.462 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-25T07:49:36.433Z[ recovery-image] Aug 25 07:49:35.471 INFO O| Aug 25 07:49:35.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50742026-08-25T07:49:36.433Z[ recovery-image] Aug 25 07:49:35.472 INFO O| Aug 25 07:49:35.471 INFO STEP 28 (remove_files) COMPLETE
50752026-08-25T07:49:36.433Z[ recovery-image] Aug 25 07:49:35.472 INFO O| Aug 25 07:49:35.471 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-25T07:49:36.462Z[ recovery-image] Aug 25 07:49:35.512 INFO O| Aug 25 07:49:35.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50772026-08-25T07:49:36.462Z[ recovery-image] Aug 25 07:49:35.512 INFO O| Aug 25 07:49:35.512 INFO STEP 29 (remove_files) COMPLETE
50782026-08-25T07:49:36.474Z[ recovery-image] Aug 25 07:49:35.512 INFO O| Aug 25 07:49:35.512 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-25T07:49:36.483Z[ recovery-image] Aug 25 07:49:35.539 INFO O| Aug 25 07:49:35.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50802026-08-25T07:49:36.483Z[ recovery-image] Aug 25 07:49:35.539 INFO O| Aug 25 07:49:35.539 INFO STEP 30 (remove_files) COMPLETE
50812026-08-25T07:49:36.499Z[ recovery-image] Aug 25 07:49:35.539 INFO O| Aug 25 07:49:35.539 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-25T07:49:36.518Z[ recovery-image] Aug 25 07:49:35.549 INFO O| Aug 25 07:49:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50832026-08-25T07:49:36.518Z[ recovery-image] Aug 25 07:49:35.549 INFO O| Aug 25 07:49:35.549 INFO STEP 31 (remove_files) COMPLETE
50842026-08-25T07:49:36.518Z[ recovery-image] Aug 25 07:49:35.549 INFO O| Aug 25 07:49:35.549 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-25T07:49:36.519Z[ recovery-image] Aug 25 07:49:35.559 INFO O| Aug 25 07:49:35.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50862026-08-25T07:49:36.519Z[ recovery-image] Aug 25 07:49:35.559 INFO O| Aug 25 07:49:35.559 INFO STEP 32 (remove_files) COMPLETE
50872026-08-25T07:49:36.519Z[ recovery-image] Aug 25 07:49:35.559 INFO O| Aug 25 07:49:35.559 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-25T07:49:36.519Z[ recovery-image] Aug 25 07:49:35.568 INFO O| Aug 25 07:49:35.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50892026-08-25T07:49:36.519Z[ recovery-image] Aug 25 07:49:35.569 INFO O| Aug 25 07:49:35.568 INFO STEP 33 (remove_files) COMPLETE
50902026-08-25T07:49:36.519Z[ recovery-image] Aug 25 07:49:35.569 INFO O| Aug 25 07:49:35.569 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-25T07:49:36.539Z[verify-libraries] Compiling arrayvec v0.7.6
50922026-08-25T07:49:36.539Z[ recovery-image] Aug 25 07:49:35.579 INFO O| Aug 25 07:49:35.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50932026-08-25T07:49:36.539Z[ recovery-image] Aug 25 07:49:35.579 INFO O| Aug 25 07:49:35.579 INFO STEP 34 (remove_files) COMPLETE
50942026-08-25T07:49:36.539Z[ recovery-image] Aug 25 07:49:35.579 INFO O| Aug 25 07:49:35.579 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-25T07:49:36.567Z[ recovery-image] Aug 25 07:49:35.588 INFO O| Aug 25 07:49:35.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50962026-08-25T07:49:36.567Z[ recovery-image] Aug 25 07:49:35.588 INFO O| Aug 25 07:49:35.588 INFO STEP 35 (remove_files) COMPLETE
50972026-08-25T07:49:36.567Z[ recovery-image] Aug 25 07:49:35.588 INFO O| Aug 25 07:49:35.588 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-25T07:49:36.567Z[ recovery-image] Aug 25 07:49:35.596 INFO O| Aug 25 07:49:35.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50992026-08-25T07:49:36.567Z[ recovery-image] Aug 25 07:49:35.596 INFO O| Aug 25 07:49:35.596 INFO STEP 36 (remove_files) COMPLETE
51002026-08-25T07:49:36.567Z[ recovery-image] Aug 25 07:49:35.596 INFO O| Aug 25 07:49:35.596 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-25T07:49:36.585Z[verify-libraries] Compiling constant_time_eq v0.4.2
51022026-08-25T07:49:36.585Z[ recovery-image] Aug 25 07:49:35.607 INFO O| Aug 25 07:49:35.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51032026-08-25T07:49:36.585Z[ recovery-image] Aug 25 07:49:35.607 INFO O| Aug 25 07:49:35.607 INFO STEP 37 (remove_files) COMPLETE
51042026-08-25T07:49:36.585Z[ recovery-image] Aug 25 07:49:35.607 INFO O| Aug 25 07:49:35.607 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-25T07:49:36.585Z[ recovery-image] Aug 25 07:49:35.623 INFO O| Aug 25 07:49:35.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51062026-08-25T07:49:36.585Z[ recovery-image] Aug 25 07:49:35.623 INFO O| Aug 25 07:49:35.623 INFO STEP 38 (remove_files) COMPLETE
51072026-08-25T07:49:36.586Z[ recovery-image] Aug 25 07:49:35.623 INFO O| Aug 25 07:49:35.623 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-25T07:49:36.597Z[verify-libraries] Compiling arrayref v0.3.9
51092026-08-25T07:49:36.608Z[ recovery-image] Aug 25 07:49:35.654 INFO O| Aug 25 07:49:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51102026-08-25T07:49:36.608Z[ recovery-image] Aug 25 07:49:35.654 INFO O| Aug 25 07:49:35.654 INFO STEP 39 (remove_files) COMPLETE
51112026-08-25T07:49:36.608Z[ recovery-image] Aug 25 07:49:35.654 INFO O| Aug 25 07:49:35.654 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-25T07:49:36.633Z[ recovery-image] Aug 25 07:49:35.686 INFO O| Aug 25 07:49:35.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51132026-08-25T07:49:36.633Z[ recovery-image] Aug 25 07:49:35.686 INFO O| Aug 25 07:49:35.686 INFO STEP 40 (remove_files) COMPLETE
51142026-08-25T07:49:36.650Z[ recovery-image] Aug 25 07:49:35.686 INFO O| Aug 25 07:49:35.686 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-25T07:49:36.664Z[ recovery-image] Aug 25 07:49:35.718 INFO O| Aug 25 07:49:35.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51162026-08-25T07:49:36.664Z[ recovery-image] Aug 25 07:49:35.718 INFO O| Aug 25 07:49:35.718 INFO STEP 41 (remove_files) COMPLETE
51172026-08-25T07:49:36.677Z[ recovery-image] Aug 25 07:49:35.718 INFO O| Aug 25 07:49:35.718 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-25T07:49:36.677Z[ recovery-image] Aug 25 07:49:35.727 INFO O| Aug 25 07:49:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51192026-08-25T07:49:36.677Z[ recovery-image] Aug 25 07:49:35.727 INFO O| Aug 25 07:49:35.727 INFO STEP 42 (remove_files) COMPLETE
51202026-08-25T07:49:36.677Z[ recovery-image] Aug 25 07:49:35.727 INFO O| Aug 25 07:49:35.727 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-25T07:49:36.690Z[ recovery-image] Aug 25 07:49:35.738 INFO O| Aug 25 07:49:35.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51222026-08-25T07:49:36.690Z[ recovery-image] Aug 25 07:49:35.738 INFO O| Aug 25 07:49:35.738 INFO STEP 43 (remove_files) COMPLETE
51232026-08-25T07:49:36.690Z[ recovery-image] Aug 25 07:49:35.738 INFO O| Aug 25 07:49:35.738 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-25T07:49:36.709Z[ recovery-image] Aug 25 07:49:35.753 INFO O| Aug 25 07:49:35.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51252026-08-25T07:49:36.710Z[ recovery-image] Aug 25 07:49:35.753 INFO O| Aug 25 07:49:35.750 INFO STEP 44 (remove_files) COMPLETE
51262026-08-25T07:49:36.710Z[ recovery-image] Aug 25 07:49:35.753 INFO O| Aug 25 07:49:35.750 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-25T07:49:36.732Z[ recovery-image] Aug 25 07:49:35.760 INFO O| Aug 25 07:49:35.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51282026-08-25T07:49:36.732Z[ recovery-image] Aug 25 07:49:35.760 INFO O| Aug 25 07:49:35.760 INFO STEP 45 (remove_files) COMPLETE
51292026-08-25T07:49:36.732Z[ recovery-image] Aug 25 07:49:35.760 INFO O| Aug 25 07:49:35.760 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-25T07:49:36.733Z[ recovery-image] Aug 25 07:49:35.770 INFO O| Aug 25 07:49:35.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51312026-08-25T07:49:36.733Z[ recovery-image] Aug 25 07:49:35.770 INFO O| Aug 25 07:49:35.770 INFO STEP 46 (remove_files) COMPLETE
51322026-08-25T07:49:36.737Z[ recovery-image] Aug 25 07:49:35.770 INFO O| Aug 25 07:49:35.770 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-25T07:49:36.747Z[ recovery-image] Aug 25 07:49:35.779 INFO O| Aug 25 07:49:35.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51342026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.779 INFO O| Aug 25 07:49:35.779 INFO STEP 47 (remove_files) COMPLETE
51352026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.779 INFO O| Aug 25 07:49:35.779 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-25T07:49:36.748Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
51372026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.787 INFO O| Aug 25 07:49:35.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51382026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.787 INFO O| Aug 25 07:49:35.787 INFO STEP 48 (remove_files) COMPLETE
51392026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.787 INFO O| Aug 25 07:49:35.787 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.798 INFO O| Aug 25 07:49:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51412026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.798 INFO O| Aug 25 07:49:35.798 INFO STEP 49 (remove_files) COMPLETE
51422026-08-25T07:49:36.748Z[ recovery-image] Aug 25 07:49:35.798 INFO O| Aug 25 07:49:35.798 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-25T07:49:36.760Z[ recovery-image] Aug 25 07:49:35.807 INFO O| Aug 25 07:49:35.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51442026-08-25T07:49:36.760Z[ recovery-image] Aug 25 07:49:35.807 INFO O| Aug 25 07:49:35.807 INFO STEP 50 (remove_files) COMPLETE
51452026-08-25T07:49:36.760Z[ recovery-image] Aug 25 07:49:35.807 INFO O| Aug 25 07:49:35.807 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-25T07:49:36.785Z[ recovery-image] Aug 25 07:49:35.835 INFO O| Aug 25 07:49:35.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51472026-08-25T07:49:36.799Z[ recovery-image] Aug 25 07:49:35.841 INFO O| Aug 25 07:49:35.841 INFO STEP 51 (remove_files) COMPLETE
51482026-08-25T07:49:36.799Z[ recovery-image] Aug 25 07:49:35.841 INFO O| Aug 25 07:49:35.841 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-25T07:49:36.809Z[ recovery-image] Aug 25 07:49:35.867 INFO O| Aug 25 07:49:35.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51502026-08-25T07:49:36.810Z[ recovery-image] Aug 25 07:49:35.867 INFO O| Aug 25 07:49:35.867 INFO STEP 52 (remove_files) COMPLETE
51512026-08-25T07:49:36.810Z[ recovery-image] Aug 25 07:49:35.867 INFO O| Aug 25 07:49:35.867 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-25T07:49:36.829Z[ recovery-image] Aug 25 07:49:35.885 INFO O| Aug 25 07:49:35.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51532026-08-25T07:49:36.829Z[ recovery-image] Aug 25 07:49:35.885 INFO O| Aug 25 07:49:35.885 INFO STEP 53 (remove_files) COMPLETE
51542026-08-25T07:49:36.829Z[ recovery-image] Aug 25 07:49:35.885 INFO O| Aug 25 07:49:35.885 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-25T07:49:36.846Z[ recovery-image] Aug 25 07:49:35.893 INFO O| Aug 25 07:49:35.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51562026-08-25T07:49:36.846Z[ recovery-image] Aug 25 07:49:35.894 INFO O| Aug 25 07:49:35.894 INFO STEP 54 (remove_files) COMPLETE
51572026-08-25T07:49:36.846Z[ recovery-image] Aug 25 07:49:35.894 INFO O| Aug 25 07:49:35.894 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-25T07:49:36.847Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
51592026-08-25T07:49:36.871Z[ recovery-image] Aug 25 07:49:35.920 INFO O| Aug 25 07:49:35.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51602026-08-25T07:49:36.871Z[ recovery-image] Aug 25 07:49:35.920 INFO O| Aug 25 07:49:35.920 INFO STEP 55 (remove_files) COMPLETE
51612026-08-25T07:49:36.890Z[ recovery-image] Aug 25 07:49:35.920 INFO O| Aug 25 07:49:35.920 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-25T07:49:36.903Z[ recovery-image] Aug 25 07:49:35.953 INFO O| Aug 25 07:49:35.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51632026-08-25T07:49:36.903Z[ recovery-image] Aug 25 07:49:35.953 INFO O| Aug 25 07:49:35.953 INFO STEP 56 (remove_files) COMPLETE
51642026-08-25T07:49:36.903Z[ recovery-image] Aug 25 07:49:35.953 INFO O| Aug 25 07:49:35.953 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-25T07:49:36.913Z[ recovery-image] Aug 25 07:49:35.962 INFO O| Aug 25 07:49:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51662026-08-25T07:49:36.913Z[ recovery-image] Aug 25 07:49:35.962 INFO O| Aug 25 07:49:35.962 INFO STEP 57 (remove_files) COMPLETE
51672026-08-25T07:49:36.913Z[ recovery-image] Aug 25 07:49:35.962 INFO O| Aug 25 07:49:35.962 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-25T07:49:36.925Z[ recovery-image] Aug 25 07:49:35.971 INFO O| Aug 25 07:49:35.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51692026-08-25T07:49:36.925Z[ recovery-image] Aug 25 07:49:35.971 INFO O| Aug 25 07:49:35.971 INFO STEP 58 (remove_files) COMPLETE
51702026-08-25T07:49:36.925Z[ recovery-image] Aug 25 07:49:35.971 INFO O| Aug 25 07:49:35.971 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-25T07:49:36.940Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51722026-08-25T07:49:36.940Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51732026-08-25T07:49:36.940Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51742026-08-25T07:49:36.940Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51752026-08-25T07:49:36.940Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51762026-08-25T07:49:36.940Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51772026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO ok!
51782026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO STEP 59 (ensure_file) COMPLETE
51792026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.979 INFO O| Aug 25 07:49:35.979 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51812026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51822026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51832026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51842026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51852026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51862026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO ok!
51872026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO STEP 60 (ensure_file) COMPLETE
51882026-08-25T07:49:36.941Z[ recovery-image] Aug 25 07:49:35.987 INFO O| Aug 25 07:49:35.987 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-25T07:49:36.951Z[ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51902026-08-25T07:49:36.951Z[ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51912026-08-25T07:49:36.951Z[ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51922026-08-25T07:49:36.951Z[ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO ok!
51932026-08-25T07:49:36.951Z[ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO STEP 61 (ensure_file) COMPLETE
51942026-08-25T07:49:36.951Z[ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-25T07:49:36.981Z[ recovery-image] Aug 25 07:49:36.034 INFO O| Aug 25 07:49:36.034 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51962026-08-25T07:49:36.981Z[ recovery-image] Aug 25 07:49:36.034 INFO O| Aug 25 07:49:36.034 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51972026-08-25T07:49:36.981Z[ recovery-image] Aug 25 07:49:36.034 INFO O| Aug 25 07:49:36.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51982026-08-25T07:49:36.981Z[ recovery-image] Aug 25 07:49:36.034 INFO O| Aug 25 07:49:36.034 INFO ok!
51992026-08-25T07:49:36.981Z[ recovery-image] Aug 25 07:49:36.034 INFO O| Aug 25 07:49:36.034 INFO STEP 62 (ensure_file) COMPLETE
52002026-08-25T07:49:36.982Z[ recovery-image] Aug 25 07:49:36.034 INFO O| Aug 25 07:49:36.034 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52022026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52032026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52042026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52052026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 INFO ok!
52062026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 INFO STEP 63 (ensure_file) COMPLETE
52072026-08-25T07:49:36.991Z[ recovery-image] Aug 25 07:49:36.043 INFO O| Aug 25 07:49:36.043 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.051 INFO O| Aug 25 07:49:36.051 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52092026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.051 INFO O| Aug 25 07:49:36.051 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52102026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.051 INFO O| Aug 25 07:49:36.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52112026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.051 INFO O| Aug 25 07:49:36.051 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52122026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.051 INFO O| Aug 25 07:49:36.051 INFO ok!
52132026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.052 INFO O| Aug 25 07:49:36.051 INFO STEP 64 (ensure_file) COMPLETE
52142026-08-25T07:49:36.999Z[ recovery-image] Aug 25 07:49:36.052 INFO O| Aug 25 07:49:36.052 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-25T07:49:37.004Z[ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52162026-08-25T07:49:37.004Z[ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52172026-08-25T07:49:37.004Z[ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52182026-08-25T07:49:37.005Z[ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO ok!
52192026-08-25T07:49:37.005Z[ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO STEP 65 (assemble_files) COMPLETE
52202026-08-25T07:49:37.005Z[ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-08-25T07:49:37.015Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52222026-08-25T07:49:37.015Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52232026-08-25T07:49:37.015Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52242026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52252026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO ok!
52262026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO STEP 66 (ensure_file) COMPLETE
52272026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52282026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO skip step because feature "omicron1" is not enabled
52292026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-25T07:49:37.024Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO skip step because feature "omicron1" is not enabled
52312026-08-25T07:49:37.025Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-08-25T07:49:37.025Z[ recovery-image] Aug 25 07:49:36.071 INFO O| Aug 25 07:49:36.071 INFO skip step because feature "omicron1" is not enabled
52332026-08-25T07:49:37.025Z[ recovery-image] Aug 25 07:49:36.072 INFO O| Aug 25 07:49:36.071 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52342026-08-25T07:49:37.037Z[ recovery-image] Aug 25 07:49:36.084 INFO O| Aug 25 07:49:36.084 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52352026-08-25T07:49:37.037Z[ recovery-image] Aug 25 07:49:36.084 INFO O| Aug 25 07:49:36.084 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52362026-08-25T07:49:37.187Z[verify-libraries] Compiling ssh-cipher v0.3.0
52372026-08-25T07:49:37.200Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52382026-08-25T07:49:37.233Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52392026-08-25T07:49:37.262Z[verify-libraries] Compiling serde_with_macros v1.5.2
52402026-08-25T07:49:37.348Z[verify-libraries] Compiling sha3 v0.11.0
52412026-08-25T07:49:37.773Z[verify-libraries] Compiling p384 v0.14.0
52422026-08-25T07:49:37.791Z[verify-libraries] Compiling p521 v0.14.0
52432026-08-25T07:49:37.875Z[verify-libraries] Compiling p256 v0.14.0
52442026-08-25T07:49:37.924Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52452026-08-25T07:49:37.969Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52462026-08-25T07:49:38.050Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52472026-08-25T07:49:38.250Z[ recovery-image] Aug 25 07:49:37.299 INFO O| Aug 25 07:49:37.299 INFO STEP 70 (pack_tar) COMPLETE
52482026-08-25T07:49:38.251Z[ recovery-image] Aug 25 07:49:37.299 INFO O| Aug 25 07:49:37.299 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52492026-08-25T07:49:38.251Z[ recovery-image] Aug 25 07:49:37.299 INFO O| Aug 25 07:49:37.299 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52502026-08-25T07:49:38.417Z[verify-libraries] Compiling twox-hash v2.1.2
52512026-08-25T07:49:38.455Z[verify-libraries] Compiling kem v0.3.0
52522026-08-25T07:49:38.685Z[verify-libraries] Compiling module-lattice v0.2.3
52532026-08-25T07:49:38.752Z[ recovery-image] Aug 25 07:49:37.803 INFO O| Aug 25 07:49:37.803 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52542026-08-25T07:49:38.768Z[verify-libraries] Compiling atty v0.2.14
52552026-08-25T07:49:38.872Z[ recovery-image] Aug 25 07:49:37.927 INFO O| Aug 25 07:49:37.927 INFO completed processing sled/ramdisk-02-trim
52562026-08-25T07:49:38.882Z[ recovery-image] Aug 25 07:49:37.929 INFO image builder template: ramdisk-03-recovery-trim...
52572026-08-25T07:49:38.882Z[ recovery-image] Aug 25 07:49:37.929 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52582026-08-25T07:49:38.882Z[ recovery-image] Aug 25 07:49:37.934 INFO O| Aug 25 07:49:37.934 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52592026-08-25T07:49:38.914Z[verify-libraries] Compiling rtoolbox v0.0.3
52602026-08-25T07:49:38.952Z[ recovery-image] Aug 25 07:49:38.008 INFO O| Aug 25 07:49:38.008 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52612026-08-25T07:49:38.967Z[ recovery-image] Aug 25 07:49:38.011 INFO O| Aug 25 07:49:38.011 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52622026-08-25T07:49:38.991Z[verify-libraries] Compiling sponge-cursor v0.1.0
52632026-08-25T07:49:39.082Z[verify-libraries] Compiling topological-sort v0.2.2
52642026-08-25T07:49:39.141Z[ recovery-image] Aug 25 07:49:38.193 INFO O| Aug 25 07:49:38.193 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52652026-08-25T07:49:39.205Z[verify-libraries] Compiling sha3 v0.12.0
52662026-08-25T07:49:39.235Z[verify-libraries] Compiling rpassword v7.5.4
52672026-08-25T07:49:39.257Z[verify-libraries] Compiling ml-kem v0.3.2
52682026-08-25T07:49:39.257Z[ recovery-image] Aug 25 07:49:38.284 INFO O| Aug 25 07:49:38.284 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52692026-08-25T07:49:39.257Z[ recovery-image] Aug 25 07:49:38.284 INFO O| Aug 25 07:49:38.284 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52702026-08-25T07:49:39.257Z[ recovery-image] Aug 25 07:49:38.290 INFO O| Aug 25 07:49:38.290 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52712026-08-25T07:49:39.257Z[ recovery-image] Aug 25 07:49:38.294 INFO O| Aug 25 07:49:38.294 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52722026-08-25T07:49:39.257Z[ recovery-image] Aug 25 07:49:38.298 INFO O| Aug 25 07:49:38.298 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52732026-08-25T07:49:39.330Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52742026-08-25T07:49:39.354Z[verify-libraries] Compiling serde_with v1.14.0
52752026-08-25T07:49:39.830Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52762026-08-25T07:49:40.469Z[ recovery-image] Aug 25 07:49:39.102 INFO O| Aug 25 07:49:39.102 INFO rolled back to input snapshot; work may begin
52772026-08-25T07:49:40.469Z[ recovery-image] Aug 25 07:49:39.102 INFO O| Aug 25 07:49:39.102 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52782026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.108 INFO O| Aug 25 07:49:39.108 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.118 INFO O| Aug 25 07:49:39.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52802026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.121 INFO O| Aug 25 07:49:39.121 INFO STEP 0 (remove_files) COMPLETE
52812026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.121 INFO O| Aug 25 07:49:39.121 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.131 INFO O| Aug 25 07:49:39.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52832026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.131 INFO O| Aug 25 07:49:39.131 INFO STEP 1 (remove_files) COMPLETE
52842026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.131 INFO O| Aug 25 07:49:39.131 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.141 INFO O| Aug 25 07:49:39.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52862026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.150 INFO O| Aug 25 07:49:39.150 INFO STEP 2 (remove_files) COMPLETE
52872026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.151 INFO O| Aug 25 07:49:39.150 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.160 INFO O| Aug 25 07:49:39.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52892026-08-25T07:49:40.489Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52902026-08-25T07:49:40.489Z[ recovery-image] Aug 25 07:49:39.209 INFO O| Aug 25 07:49:39.209 INFO STEP 3 (remove_files) COMPLETE
52912026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.209 INFO O| Aug 25 07:49:39.209 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.219 INFO O| Aug 25 07:49:39.219 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52932026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.221 INFO O| Aug 25 07:49:39.220 INFO STEP 4 (remove_files) COMPLETE
52942026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.221 INFO O| Aug 25 07:49:39.220 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.231 INFO O| Aug 25 07:49:39.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52962026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.264 INFO O| Aug 25 07:49:39.264 INFO STEP 5 (remove_files) COMPLETE
52972026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.264 INFO O| Aug 25 07:49:39.264 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.274 INFO O| Aug 25 07:49:39.274 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52992026-08-25T07:49:40.490Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53002026-08-25T07:49:40.490Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53012026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.313 INFO O| Aug 25 07:49:39.313 INFO STEP 6 (remove_files) COMPLETE
53022026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.313 INFO O| Aug 25 07:49:39.313 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.322 INFO O| Aug 25 07:49:39.322 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53042026-08-25T07:49:40.490Z[ recovery-image] Aug 25 07:49:39.324 INFO O| Aug 25 07:49:39.324 INFO STEP 7 (remove_files) COMPLETE
53052026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.324 INFO O| Aug 25 07:49:39.324 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.332 INFO O| Aug 25 07:49:39.332 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53072026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.334 INFO O| Aug 25 07:49:39.334 INFO STEP 8 (remove_files) COMPLETE
53082026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.334 INFO O| Aug 25 07:49:39.334 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.342 INFO O| Aug 25 07:49:39.342 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53102026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.346 INFO O| Aug 25 07:49:39.346 INFO STEP 9 (remove_files) COMPLETE
53112026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.346 INFO O| Aug 25 07:49:39.346 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.356 INFO O| Aug 25 07:49:39.356 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53132026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.357 INFO O| Aug 25 07:49:39.357 INFO STEP 10 (remove_files) COMPLETE
53142026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.357 INFO O| Aug 25 07:49:39.357 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.365 INFO O| Aug 25 07:49:39.365 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53162026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.372 INFO O| Aug 25 07:49:39.372 INFO STEP 11 (remove_files) COMPLETE
53172026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.372 INFO O| Aug 25 07:49:39.372 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-25T07:49:40.491Z[ recovery-image] Aug 25 07:49:39.382 INFO O| Aug 25 07:49:39.382 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53192026-08-25T07:49:40.491Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53202026-08-25T07:49:40.517Z[ recovery-image] Aug 25 07:49:39.546 INFO O| Aug 25 07:49:39.546 INFO STEP 12 (remove_files) COMPLETE
53212026-08-25T07:49:40.517Z[ recovery-image] Aug 25 07:49:39.546 INFO O| Aug 25 07:49:39.546 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-25T07:49:40.517Z[ recovery-image] Aug 25 07:49:39.556 INFO O| Aug 25 07:49:39.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53232026-08-25T07:49:40.535Z[ recovery-image] Aug 25 07:49:39.568 INFO O| Aug 25 07:49:39.568 INFO STEP 13 (remove_files) COMPLETE
53242026-08-25T07:49:40.535Z[ recovery-image] Aug 25 07:49:39.568 INFO O| Aug 25 07:49:39.568 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-25T07:49:40.535Z[ recovery-image] Aug 25 07:49:39.580 INFO O| Aug 25 07:49:39.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53262026-08-25T07:49:40.535Z[ recovery-image] Aug 25 07:49:39.581 INFO O| Aug 25 07:49:39.581 INFO STEP 14 (remove_files) COMPLETE
53272026-08-25T07:49:40.535Z[ recovery-image] Aug 25 07:49:39.581 INFO O| Aug 25 07:49:39.581 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-25T07:49:40.552Z[ recovery-image] Aug 25 07:49:39.592 INFO O| Aug 25 07:49:39.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53292026-08-25T07:49:40.552Z[ recovery-image] Aug 25 07:49:39.592 INFO O| Aug 25 07:49:39.592 INFO STEP 15 (remove_files) COMPLETE
53302026-08-25T07:49:40.552Z[ recovery-image] Aug 25 07:49:39.592 INFO O| Aug 25 07:49:39.592 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-25T07:49:40.563Z[ recovery-image] Aug 25 07:49:39.600 INFO O| Aug 25 07:49:39.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53322026-08-25T07:49:40.563Z[ recovery-image] Aug 25 07:49:39.605 INFO O| Aug 25 07:49:39.605 INFO STEP 16 (remove_files) COMPLETE
53332026-08-25T07:49:40.563Z[ recovery-image] Aug 25 07:49:39.605 INFO O| Aug 25 07:49:39.605 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-25T07:49:40.577Z[ recovery-image] Aug 25 07:49:39.621 INFO O| Aug 25 07:49:39.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53352026-08-25T07:49:40.596Z[ recovery-image] Aug 25 07:49:39.644 INFO O| Aug 25 07:49:39.644 INFO STEP 17 (remove_files) COMPLETE
53362026-08-25T07:49:40.596Z[ recovery-image] Aug 25 07:49:39.644 INFO O| Aug 25 07:49:39.644 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-25T07:49:40.607Z[ recovery-image] Aug 25 07:49:39.659 INFO O| Aug 25 07:49:39.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53382026-08-25T07:49:40.607Z[ recovery-image] Aug 25 07:49:39.659 INFO O| Aug 25 07:49:39.659 INFO STEP 18 (remove_files) COMPLETE
53392026-08-25T07:49:40.607Z[ recovery-image] Aug 25 07:49:39.659 INFO O| Aug 25 07:49:39.659 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-25T07:49:40.629Z[ recovery-image] Aug 25 07:49:39.669 INFO O| Aug 25 07:49:39.669 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53412026-08-25T07:49:40.629Z[ recovery-image] Aug 25 07:49:39.670 INFO O| Aug 25 07:49:39.670 INFO STEP 19 (remove_files) COMPLETE
53422026-08-25T07:49:40.629Z[ recovery-image] Aug 25 07:49:39.670 INFO O| Aug 25 07:49:39.670 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-25T07:49:40.642Z[ recovery-image] Aug 25 07:49:39.679 INFO O| Aug 25 07:49:39.679 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53442026-08-25T07:49:40.709Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53452026-08-25T07:49:40.762Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53462026-08-25T07:49:40.773Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53472026-08-25T07:49:40.786Z[ recovery-image] Aug 25 07:49:39.838 INFO O| Aug 25 07:49:39.838 INFO STEP 20 (remove_files) COMPLETE
53482026-08-25T07:49:40.786Z[ recovery-image] Aug 25 07:49:39.838 INFO O| Aug 25 07:49:39.838 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-25T07:49:40.798Z[ recovery-image] Aug 25 07:49:39.848 INFO O| Aug 25 07:49:39.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53502026-08-25T07:49:40.798Z[ recovery-image] Aug 25 07:49:39.850 INFO O| Aug 25 07:49:39.850 INFO STEP 21 (remove_files) COMPLETE
53512026-08-25T07:49:40.798Z[ recovery-image] Aug 25 07:49:39.850 INFO O| Aug 25 07:49:39.850 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-25T07:49:40.834Z[ recovery-image] Aug 25 07:49:39.887 INFO O| Aug 25 07:49:39.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53532026-08-25T07:49:40.834Z[ recovery-image] Aug 25 07:49:39.887 INFO O| Aug 25 07:49:39.887 INFO STEP 22 (remove_files) COMPLETE
53542026-08-25T07:49:40.834Z[ recovery-image] Aug 25 07:49:39.887 INFO O| Aug 25 07:49:39.887 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-25T07:49:40.853Z[ recovery-image] Aug 25 07:49:39.896 INFO O| Aug 25 07:49:39.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53562026-08-25T07:49:40.853Z[ recovery-image] Aug 25 07:49:39.898 INFO O| Aug 25 07:49:39.898 INFO STEP 23 (remove_files) COMPLETE
53572026-08-25T07:49:40.853Z[ recovery-image] Aug 25 07:49:39.898 INFO O| Aug 25 07:49:39.898 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-25T07:49:40.865Z[ recovery-image] Aug 25 07:49:39.906 INFO O| Aug 25 07:49:39.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53592026-08-25T07:49:40.874Z[ recovery-image] Aug 25 07:49:39.921 INFO O| Aug 25 07:49:39.921 INFO STEP 24 (remove_files) COMPLETE
53602026-08-25T07:49:40.874Z[ recovery-image] Aug 25 07:49:39.921 INFO O| Aug 25 07:49:39.921 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-25T07:49:40.885Z[ recovery-image] Aug 25 07:49:39.941 INFO O| Aug 25 07:49:39.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53622026-08-25T07:49:40.903Z[ recovery-image] Aug 25 07:49:39.958 INFO O| Aug 25 07:49:39.958 INFO STEP 25 (remove_files) COMPLETE
53632026-08-25T07:49:40.903Z[ recovery-image] Aug 25 07:49:39.958 INFO O| Aug 25 07:49:39.958 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-25T07:49:40.946Z[ recovery-image] Aug 25 07:49:39.990 INFO O| Aug 25 07:49:39.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53652026-08-25T07:49:40.946Z[ recovery-image] Aug 25 07:49:39.990 INFO O| Aug 25 07:49:39.990 INFO STEP 26 (remove_files) COMPLETE
53662026-08-25T07:49:40.946Z[ recovery-image] Aug 25 07:49:39.990 INFO O| Aug 25 07:49:39.990 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-25T07:49:40.954Z[ recovery-image] Aug 25 07:49:39.998 INFO O| Aug 25 07:49:39.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53682026-08-25T07:49:40.954Z[ recovery-image] Aug 25 07:49:40.005 INFO O| Aug 25 07:49:40.005 INFO STEP 27 (remove_files) COMPLETE
53692026-08-25T07:49:40.954Z[ recovery-image] Aug 25 07:49:40.006 INFO O| Aug 25 07:49:40.005 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-25T07:49:40.954Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53712026-08-25T07:49:40.966Z[ recovery-image] Aug 25 07:49:40.014 INFO O| Aug 25 07:49:40.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53722026-08-25T07:49:40.977Z[ recovery-image] Aug 25 07:49:40.025 INFO O| Aug 25 07:49:40.025 INFO STEP 28 (remove_files) COMPLETE
53732026-08-25T07:49:40.977Z[ recovery-image] Aug 25 07:49:40.025 INFO O| Aug 25 07:49:40.025 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-25T07:49:40.989Z[ recovery-image] Aug 25 07:49:40.036 INFO O| Aug 25 07:49:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53752026-08-25T07:49:40.989Z[ recovery-image] Aug 25 07:49:40.036 INFO O| Aug 25 07:49:40.036 INFO STEP 29 (remove_files) COMPLETE
53762026-08-25T07:49:40.989Z[ recovery-image] Aug 25 07:49:40.036 INFO O| Aug 25 07:49:40.036 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-25T07:49:41.008Z[ recovery-image] Aug 25 07:49:40.048 INFO O| Aug 25 07:49:40.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53782026-08-25T07:49:41.008Z[ recovery-image] Aug 25 07:49:40.048 INFO O| Aug 25 07:49:40.048 INFO STEP 30 (remove_files) COMPLETE
53792026-08-25T07:49:41.008Z[ recovery-image] Aug 25 07:49:40.048 INFO O| Aug 25 07:49:40.048 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-25T07:49:41.008Z[ recovery-image] Aug 25 07:49:40.057 INFO O| Aug 25 07:49:40.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53812026-08-25T07:49:41.018Z[ recovery-image] Aug 25 07:49:40.060 INFO O| Aug 25 07:49:40.060 INFO STEP 31 (remove_files) COMPLETE
53822026-08-25T07:49:41.018Z[ recovery-image] Aug 25 07:49:40.060 INFO O| Aug 25 07:49:40.060 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-25T07:49:41.018Z[ recovery-image] Aug 25 07:49:40.070 INFO O| Aug 25 07:49:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53842026-08-25T07:49:41.018Z[ recovery-image] Aug 25 07:49:40.070 INFO O| Aug 25 07:49:40.070 INFO STEP 32 (remove_files) COMPLETE
53852026-08-25T07:49:41.018Z[ recovery-image] Aug 25 07:49:40.070 INFO O| Aug 25 07:49:40.070 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-25T07:49:41.028Z[ recovery-image] Aug 25 07:49:40.079 INFO O| Aug 25 07:49:40.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53872026-08-25T07:49:41.028Z[ recovery-image] Aug 25 07:49:40.079 INFO O| Aug 25 07:49:40.079 INFO STEP 33 (remove_files) COMPLETE
53882026-08-25T07:49:41.028Z[ recovery-image] Aug 25 07:49:40.079 INFO O| Aug 25 07:49:40.079 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-25T07:49:41.042Z[ recovery-image] Aug 25 07:49:40.087 INFO O| Aug 25 07:49:40.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53902026-08-25T07:49:41.042Z[ recovery-image] Aug 25 07:49:40.087 INFO O| Aug 25 07:49:40.087 INFO STEP 34 (remove_files) COMPLETE
53912026-08-25T07:49:41.042Z[ recovery-image] Aug 25 07:49:40.087 INFO O| Aug 25 07:49:40.087 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-25T07:49:41.042Z[ recovery-image] Aug 25 07:49:40.095 INFO O| Aug 25 07:49:40.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53932026-08-25T07:49:41.043Z[ recovery-image] Aug 25 07:49:40.095 INFO O| Aug 25 07:49:40.095 INFO STEP 35 (remove_files) COMPLETE
53942026-08-25T07:49:41.043Z[ recovery-image] Aug 25 07:49:40.095 INFO O| Aug 25 07:49:40.095 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-25T07:49:41.059Z[ recovery-image] Aug 25 07:49:40.103 INFO O| Aug 25 07:49:40.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53962026-08-25T07:49:41.059Z[ recovery-image] Aug 25 07:49:40.103 INFO O| Aug 25 07:49:40.103 INFO STEP 36 (remove_files) COMPLETE
53972026-08-25T07:49:41.059Z[ recovery-image] Aug 25 07:49:40.103 INFO O| Aug 25 07:49:40.103 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-25T07:49:41.075Z[ recovery-image] Aug 25 07:49:40.112 INFO O| Aug 25 07:49:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53992026-08-25T07:49:41.075Z[ recovery-image] Aug 25 07:49:40.112 INFO O| Aug 25 07:49:40.112 INFO STEP 37 (remove_files) COMPLETE
54002026-08-25T07:49:41.075Z[ recovery-image] Aug 25 07:49:40.112 INFO O| Aug 25 07:49:40.112 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-25T07:49:41.075Z[ recovery-image] Aug 25 07:49:40.121 INFO O| Aug 25 07:49:40.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54022026-08-25T07:49:41.075Z[ recovery-image] Aug 25 07:49:40.121 INFO O| Aug 25 07:49:40.121 INFO STEP 38 (remove_files) COMPLETE
54032026-08-25T07:49:41.075Z[ recovery-image] Aug 25 07:49:40.121 INFO O| Aug 25 07:49:40.121 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-25T07:49:41.086Z[ recovery-image] Aug 25 07:49:40.130 INFO O| Aug 25 07:49:40.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54052026-08-25T07:49:41.086Z[ recovery-image] Aug 25 07:49:40.130 INFO O| Aug 25 07:49:40.130 INFO STEP 39 (remove_files) COMPLETE
54062026-08-25T07:49:41.086Z[ recovery-image] Aug 25 07:49:40.130 INFO O| Aug 25 07:49:40.130 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-25T07:49:41.086Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54082026-08-25T07:49:41.087Z[ recovery-image] Aug 25 07:49:40.139 INFO O| Aug 25 07:49:40.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54092026-08-25T07:49:41.087Z[ recovery-image] Aug 25 07:49:40.139 INFO O| Aug 25 07:49:40.139 INFO STEP 40 (remove_files) COMPLETE
54102026-08-25T07:49:41.087Z[ recovery-image] Aug 25 07:49:40.139 INFO O| Aug 25 07:49:40.139 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-25T07:49:41.101Z[ recovery-image] Aug 25 07:49:40.149 INFO O| Aug 25 07:49:40.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54122026-08-25T07:49:41.101Z[ recovery-image] Aug 25 07:49:40.149 INFO O| Aug 25 07:49:40.149 INFO STEP 41 (remove_files) COMPLETE
54132026-08-25T07:49:41.101Z[ recovery-image] Aug 25 07:49:40.149 INFO O| Aug 25 07:49:40.149 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-25T07:49:41.121Z[ recovery-image] Aug 25 07:49:40.164 INFO O| Aug 25 07:49:40.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54152026-08-25T07:49:41.121Z[ recovery-image] Aug 25 07:49:40.164 INFO O| Aug 25 07:49:40.164 INFO STEP 42 (remove_files) COMPLETE
54162026-08-25T07:49:41.121Z[ recovery-image] Aug 25 07:49:40.164 INFO O| Aug 25 07:49:40.164 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-25T07:49:41.137Z[ recovery-image] Aug 25 07:49:40.174 INFO O| Aug 25 07:49:40.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54182026-08-25T07:49:41.137Z[ recovery-image] Aug 25 07:49:40.174 INFO O| Aug 25 07:49:40.174 INFO STEP 43 (remove_files) COMPLETE
54192026-08-25T07:49:41.137Z[ recovery-image] Aug 25 07:49:40.174 INFO O| Aug 25 07:49:40.174 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-25T07:49:41.137Z[ recovery-image] Aug 25 07:49:40.182 INFO O| Aug 25 07:49:40.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54212026-08-25T07:49:41.137Z[ recovery-image] Aug 25 07:49:40.183 INFO O| Aug 25 07:49:40.183 INFO STEP 44 (remove_files) COMPLETE
54222026-08-25T07:49:41.137Z[ recovery-image] Aug 25 07:49:40.183 INFO O| Aug 25 07:49:40.183 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-25T07:49:41.147Z[ recovery-image] Aug 25 07:49:40.193 INFO O| Aug 25 07:49:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54242026-08-25T07:49:41.148Z[ recovery-image] Aug 25 07:49:40.193 INFO O| Aug 25 07:49:40.193 INFO STEP 45 (remove_files) COMPLETE
54252026-08-25T07:49:41.148Z[ recovery-image] Aug 25 07:49:40.193 INFO O| Aug 25 07:49:40.193 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-25T07:49:41.148Z[ recovery-image] Aug 25 07:49:40.201 INFO O| Aug 25 07:49:40.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54272026-08-25T07:49:41.148Z[ recovery-image] Aug 25 07:49:40.201 INFO O| Aug 25 07:49:40.201 INFO STEP 46 (remove_files) COMPLETE
54282026-08-25T07:49:41.148Z[ recovery-image] Aug 25 07:49:40.201 INFO O| Aug 25 07:49:40.201 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-25T07:49:41.167Z[ recovery-image] Aug 25 07:49:40.211 INFO O| Aug 25 07:49:40.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54302026-08-25T07:49:41.167Z[ recovery-image] Aug 25 07:49:40.211 INFO O| Aug 25 07:49:40.211 INFO STEP 47 (remove_files) COMPLETE
54312026-08-25T07:49:41.167Z[ recovery-image] Aug 25 07:49:40.211 INFO O| Aug 25 07:49:40.211 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-25T07:49:41.191Z[ recovery-image] Aug 25 07:49:40.221 INFO O| Aug 25 07:49:40.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54332026-08-25T07:49:41.191Z[ recovery-image] Aug 25 07:49:40.221 INFO O| Aug 25 07:49:40.221 INFO STEP 48 (remove_files) COMPLETE
54342026-08-25T07:49:41.191Z[ recovery-image] Aug 25 07:49:40.221 INFO O| Aug 25 07:49:40.221 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-25T07:49:41.191Z[ recovery-image] Aug 25 07:49:40.230 INFO O| Aug 25 07:49:40.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54362026-08-25T07:49:41.191Z[ recovery-image] Aug 25 07:49:40.230 INFO O| Aug 25 07:49:40.230 INFO STEP 49 (remove_files) COMPLETE
54372026-08-25T07:49:41.192Z[ recovery-image] Aug 25 07:49:40.230 INFO O| Aug 25 07:49:40.230 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.238 INFO O| Aug 25 07:49:40.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54392026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.238 INFO O| Aug 25 07:49:40.238 INFO STEP 50 (remove_files) COMPLETE
54402026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.238 INFO O| Aug 25 07:49:40.238 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.246 INFO O| Aug 25 07:49:40.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54422026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.247 INFO O| Aug 25 07:49:40.247 INFO STEP 51 (remove_files) COMPLETE
54432026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.247 INFO O| Aug 25 07:49:40.247 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.256 INFO O| Aug 25 07:49:40.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54452026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.256 INFO O| Aug 25 07:49:40.256 INFO STEP 52 (remove_files) COMPLETE
54462026-08-25T07:49:41.209Z[ recovery-image] Aug 25 07:49:40.256 INFO O| Aug 25 07:49:40.256 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-25T07:49:41.224Z[ recovery-image] Aug 25 07:49:40.264 INFO O| Aug 25 07:49:40.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54482026-08-25T07:49:41.225Z[ recovery-image] Aug 25 07:49:40.264 INFO O| Aug 25 07:49:40.264 INFO STEP 53 (remove_files) COMPLETE
54492026-08-25T07:49:41.225Z[ recovery-image] Aug 25 07:49:40.264 INFO O| Aug 25 07:49:40.264 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-25T07:49:41.225Z[ recovery-image] Aug 25 07:49:40.272 INFO O| Aug 25 07:49:40.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54512026-08-25T07:49:41.225Z[ recovery-image] Aug 25 07:49:40.272 INFO O| Aug 25 07:49:40.272 INFO STEP 54 (remove_files) COMPLETE
54522026-08-25T07:49:41.225Z[ recovery-image] Aug 25 07:49:40.272 INFO O| Aug 25 07:49:40.272 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-25T07:49:41.248Z[ recovery-image] Aug 25 07:49:40.280 INFO O| Aug 25 07:49:40.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54542026-08-25T07:49:41.248Z[ recovery-image] Aug 25 07:49:40.280 INFO O| Aug 25 07:49:40.280 INFO STEP 55 (remove_files) COMPLETE
54552026-08-25T07:49:41.248Z[ recovery-image] Aug 25 07:49:40.280 INFO O| Aug 25 07:49:40.280 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-25T07:49:41.248Z[ recovery-image] Aug 25 07:49:40.289 INFO O| Aug 25 07:49:40.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54572026-08-25T07:49:41.249Z[ recovery-image] Aug 25 07:49:40.289 INFO O| Aug 25 07:49:40.289 INFO STEP 56 (remove_files) COMPLETE
54582026-08-25T07:49:41.249Z[ recovery-image] Aug 25 07:49:40.289 INFO O| Aug 25 07:49:40.289 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-25T07:49:41.259Z[ recovery-image] Aug 25 07:49:40.297 INFO O| Aug 25 07:49:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54602026-08-25T07:49:41.259Z[ recovery-image] Aug 25 07:49:40.297 INFO O| Aug 25 07:49:40.297 INFO STEP 57 (remove_files) COMPLETE
54612026-08-25T07:49:41.259Z[ recovery-image] Aug 25 07:49:40.297 INFO O| Aug 25 07:49:40.297 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T07:49:41.259Z[ recovery-image] Aug 25 07:49:40.305 INFO O| Aug 25 07:49:40.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54632026-08-25T07:49:41.259Z[ recovery-image] Aug 25 07:49:40.305 INFO O| Aug 25 07:49:40.305 INFO STEP 58 (remove_files) COMPLETE
54642026-08-25T07:49:41.259Z[ recovery-image] Aug 25 07:49:40.305 INFO O| Aug 25 07:49:40.305 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T07:49:41.271Z[ recovery-image] Aug 25 07:49:40.315 INFO O| Aug 25 07:49:40.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54662026-08-25T07:49:41.271Z[ recovery-image] Aug 25 07:49:40.315 INFO O| Aug 25 07:49:40.315 INFO STEP 59 (remove_files) COMPLETE
54672026-08-25T07:49:41.272Z[ recovery-image] Aug 25 07:49:40.315 INFO O| Aug 25 07:49:40.315 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-25T07:49:41.289Z[ recovery-image] Aug 25 07:49:40.330 INFO O| Aug 25 07:49:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54692026-08-25T07:49:41.289Z[ recovery-image] Aug 25 07:49:40.331 INFO O| Aug 25 07:49:40.331 INFO STEP 60 (remove_files) COMPLETE
54702026-08-25T07:49:41.289Z[ recovery-image] Aug 25 07:49:40.331 INFO O| Aug 25 07:49:40.331 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-25T07:49:41.289Z[ recovery-image] Aug 25 07:49:40.340 INFO O| Aug 25 07:49:40.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54722026-08-25T07:49:41.289Z[ recovery-image] Aug 25 07:49:40.340 INFO O| Aug 25 07:49:40.340 INFO STEP 61 (remove_files) COMPLETE
54732026-08-25T07:49:41.289Z[ recovery-image] Aug 25 07:49:40.340 INFO O| Aug 25 07:49:40.340 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-25T07:49:41.302Z[ recovery-image] Aug 25 07:49:40.349 INFO O| Aug 25 07:49:40.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54752026-08-25T07:49:41.303Z[ recovery-image] Aug 25 07:49:40.349 INFO O| Aug 25 07:49:40.349 INFO STEP 62 (remove_files) COMPLETE
54762026-08-25T07:49:41.303Z[ recovery-image] Aug 25 07:49:40.349 INFO O| Aug 25 07:49:40.349 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-25T07:49:41.321Z[ recovery-image] Aug 25 07:49:40.357 INFO O| Aug 25 07:49:40.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54782026-08-25T07:49:41.321Z[ recovery-image] Aug 25 07:49:40.357 INFO O| Aug 25 07:49:40.357 INFO STEP 63 (remove_files) COMPLETE
54792026-08-25T07:49:41.321Z[ recovery-image] Aug 25 07:49:40.357 INFO O| Aug 25 07:49:40.357 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-25T07:49:41.321Z[ recovery-image] Aug 25 07:49:40.366 INFO O| Aug 25 07:49:40.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54812026-08-25T07:49:41.321Z[ recovery-image] Aug 25 07:49:40.367 INFO O| Aug 25 07:49:40.366 INFO STEP 64 (remove_files) COMPLETE
54822026-08-25T07:49:41.321Z[ recovery-image] Aug 25 07:49:40.367 INFO O| Aug 25 07:49:40.367 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-25T07:49:41.334Z[ recovery-image] Aug 25 07:49:40.376 INFO O| Aug 25 07:49:40.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54842026-08-25T07:49:41.334Z[ recovery-image] Aug 25 07:49:40.376 INFO O| Aug 25 07:49:40.376 INFO STEP 65 (remove_files) COMPLETE
54852026-08-25T07:49:41.334Z[ recovery-image] Aug 25 07:49:40.376 INFO O| Aug 25 07:49:40.376 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-25T07:49:41.334Z[ recovery-image] Aug 25 07:49:40.384 INFO O| Aug 25 07:49:40.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54872026-08-25T07:49:41.334Z[ recovery-image] Aug 25 07:49:40.384 INFO O| Aug 25 07:49:40.384 INFO STEP 66 (remove_files) COMPLETE
54882026-08-25T07:49:41.334Z[ recovery-image] Aug 25 07:49:40.384 INFO O| Aug 25 07:49:40.384 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-25T07:49:41.351Z[ recovery-image] Aug 25 07:49:40.393 INFO O| Aug 25 07:49:40.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54902026-08-25T07:49:41.352Z[ recovery-image] Aug 25 07:49:40.393 INFO O| Aug 25 07:49:40.393 INFO STEP 67 (remove_files) COMPLETE
54912026-08-25T07:49:41.352Z[ recovery-image] Aug 25 07:49:40.393 INFO O| Aug 25 07:49:40.393 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-25T07:49:41.368Z[ recovery-image] Aug 25 07:49:40.403 INFO O| Aug 25 07:49:40.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54932026-08-25T07:49:41.368Z[ recovery-image] Aug 25 07:49:40.403 INFO O| Aug 25 07:49:40.403 INFO STEP 68 (remove_files) COMPLETE
54942026-08-25T07:49:41.368Z[ recovery-image] Aug 25 07:49:40.403 INFO O| Aug 25 07:49:40.403 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-25T07:49:41.368Z[ recovery-image] Aug 25 07:49:40.411 INFO O| Aug 25 07:49:40.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54962026-08-25T07:49:41.368Z[ recovery-image] Aug 25 07:49:40.411 INFO O| Aug 25 07:49:40.411 INFO STEP 69 (remove_files) COMPLETE
54972026-08-25T07:49:41.368Z[ recovery-image] Aug 25 07:49:40.411 INFO O| Aug 25 07:49:40.411 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-25T07:49:41.389Z[ recovery-image] Aug 25 07:49:40.422 INFO O| Aug 25 07:49:40.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54992026-08-25T07:49:41.389Z[ recovery-image] Aug 25 07:49:40.422 INFO O| Aug 25 07:49:40.422 INFO STEP 70 (remove_files) COMPLETE
55002026-08-25T07:49:41.389Z[ recovery-image] Aug 25 07:49:40.422 INFO O| Aug 25 07:49:40.422 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-25T07:49:41.389Z[ recovery-image] Aug 25 07:49:40.432 INFO O| Aug 25 07:49:40.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55022026-08-25T07:49:41.390Z[ recovery-image] Aug 25 07:49:40.432 INFO O| Aug 25 07:49:40.432 INFO STEP 71 (remove_files) COMPLETE
55032026-08-25T07:49:41.390Z[ recovery-image] Aug 25 07:49:40.432 INFO O| Aug 25 07:49:40.432 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-25T07:49:41.404Z[ recovery-image] Aug 25 07:49:40.441 INFO O| Aug 25 07:49:40.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55052026-08-25T07:49:41.404Z[ recovery-image] Aug 25 07:49:40.441 INFO O| Aug 25 07:49:40.441 INFO STEP 72 (remove_files) COMPLETE
55062026-08-25T07:49:41.405Z[ recovery-image] Aug 25 07:49:40.441 INFO O| Aug 25 07:49:40.441 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-25T07:49:41.405Z[ recovery-image] Aug 25 07:49:40.450 INFO O| Aug 25 07:49:40.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55082026-08-25T07:49:41.405Z[ recovery-image] Aug 25 07:49:40.450 INFO O| Aug 25 07:49:40.450 INFO STEP 73 (remove_files) COMPLETE
55092026-08-25T07:49:41.405Z[ recovery-image] Aug 25 07:49:40.450 INFO O| Aug 25 07:49:40.450 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-25T07:49:41.433Z[ recovery-image] Aug 25 07:49:40.460 INFO O| Aug 25 07:49:40.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55112026-08-25T07:49:41.433Z[ recovery-image] Aug 25 07:49:40.460 INFO O| Aug 25 07:49:40.460 INFO STEP 74 (remove_files) COMPLETE
55122026-08-25T07:49:41.433Z[ recovery-image] Aug 25 07:49:40.460 INFO O| Aug 25 07:49:40.460 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-25T07:49:41.448Z[ recovery-image] Aug 25 07:49:40.471 INFO O| Aug 25 07:49:40.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55142026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.471 INFO O| Aug 25 07:49:40.471 INFO STEP 75 (remove_files) COMPLETE
55152026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.471 INFO O| Aug 25 07:49:40.471 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.480 INFO O| Aug 25 07:49:40.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55172026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.481 INFO O| Aug 25 07:49:40.480 INFO STEP 76 (remove_files) COMPLETE
55182026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.481 INFO O| Aug 25 07:49:40.480 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.491 INFO O| Aug 25 07:49:40.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55202026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.491 INFO O| Aug 25 07:49:40.491 INFO STEP 77 (remove_files) COMPLETE
55212026-08-25T07:49:41.449Z[ recovery-image] Aug 25 07:49:40.491 INFO O| Aug 25 07:49:40.491 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-25T07:49:41.463Z[ recovery-image] Aug 25 07:49:40.500 INFO O| Aug 25 07:49:40.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55232026-08-25T07:49:41.463Z[ recovery-image] Aug 25 07:49:40.500 INFO O| Aug 25 07:49:40.500 INFO STEP 78 (remove_files) COMPLETE
55242026-08-25T07:49:41.463Z[ recovery-image] Aug 25 07:49:40.500 INFO O| Aug 25 07:49:40.500 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-25T07:49:41.463Z[ recovery-image] Aug 25 07:49:40.509 INFO O| Aug 25 07:49:40.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55262026-08-25T07:49:41.463Z[ recovery-image] Aug 25 07:49:40.509 INFO O| Aug 25 07:49:40.509 INFO STEP 79 (remove_files) COMPLETE
55272026-08-25T07:49:41.463Z[ recovery-image] Aug 25 07:49:40.509 INFO O| Aug 25 07:49:40.509 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-25T07:49:41.477Z[ recovery-image] Aug 25 07:49:40.516 INFO O| Aug 25 07:49:40.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55292026-08-25T07:49:41.477Z[ recovery-image] Aug 25 07:49:40.517 INFO O| Aug 25 07:49:40.517 INFO STEP 80 (remove_files) COMPLETE
55302026-08-25T07:49:41.477Z[ recovery-image] Aug 25 07:49:40.517 INFO O| Aug 25 07:49:40.517 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-25T07:49:41.477Z[ recovery-image] Aug 25 07:49:40.526 INFO O| Aug 25 07:49:40.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55322026-08-25T07:49:41.477Z[ recovery-image] Aug 25 07:49:40.526 INFO O| Aug 25 07:49:40.526 INFO STEP 81 (remove_files) COMPLETE
55332026-08-25T07:49:41.477Z[ recovery-image] Aug 25 07:49:40.526 INFO O| Aug 25 07:49:40.526 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-25T07:49:41.488Z[ recovery-image] Aug 25 07:49:40.534 INFO O| Aug 25 07:49:40.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55352026-08-25T07:49:41.488Z[ recovery-image] Aug 25 07:49:40.534 INFO O| Aug 25 07:49:40.534 INFO STEP 82 (remove_files) COMPLETE
55362026-08-25T07:49:41.488Z[ recovery-image] Aug 25 07:49:40.534 INFO O| Aug 25 07:49:40.534 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-25T07:49:41.488Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55382026-08-25T07:49:41.498Z[ recovery-image] Aug 25 07:49:40.544 INFO O| Aug 25 07:49:40.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55392026-08-25T07:49:41.498Z[ recovery-image] Aug 25 07:49:40.544 INFO O| Aug 25 07:49:40.544 INFO STEP 83 (remove_files) COMPLETE
55402026-08-25T07:49:41.498Z[ recovery-image] Aug 25 07:49:40.544 INFO O| Aug 25 07:49:40.544 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-25T07:49:41.509Z[ recovery-image] Aug 25 07:49:40.553 INFO O| Aug 25 07:49:40.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55422026-08-25T07:49:41.509Z[ recovery-image] Aug 25 07:49:40.553 INFO O| Aug 25 07:49:40.553 INFO STEP 84 (remove_files) COMPLETE
55432026-08-25T07:49:41.510Z[ recovery-image] Aug 25 07:49:40.553 INFO O| Aug 25 07:49:40.553 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-25T07:49:41.527Z[ recovery-image] Aug 25 07:49:40.561 INFO O| Aug 25 07:49:40.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55452026-08-25T07:49:41.527Z[ recovery-image] Aug 25 07:49:40.561 INFO O| Aug 25 07:49:40.561 INFO STEP 85 (remove_files) COMPLETE
55462026-08-25T07:49:41.527Z[ recovery-image] Aug 25 07:49:40.561 INFO O| Aug 25 07:49:40.561 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-25T07:49:41.527Z[ recovery-image] Aug 25 07:49:40.570 INFO O| Aug 25 07:49:40.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55482026-08-25T07:49:41.527Z[ recovery-image] Aug 25 07:49:40.570 INFO O| Aug 25 07:49:40.570 INFO STEP 86 (remove_files) COMPLETE
55492026-08-25T07:49:41.527Z[ recovery-image] Aug 25 07:49:40.570 INFO O| Aug 25 07:49:40.570 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-25T07:49:41.536Z[ recovery-image] Aug 25 07:49:40.578 INFO O| Aug 25 07:49:40.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55512026-08-25T07:49:41.536Z[ recovery-image] Aug 25 07:49:40.578 INFO O| Aug 25 07:49:40.578 INFO STEP 87 (remove_files) COMPLETE
55522026-08-25T07:49:41.536Z[ recovery-image] Aug 25 07:49:40.578 INFO O| Aug 25 07:49:40.578 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-25T07:49:41.536Z[ recovery-image] Aug 25 07:49:40.588 INFO O| Aug 25 07:49:40.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55542026-08-25T07:49:41.536Z[ recovery-image] Aug 25 07:49:40.588 INFO O| Aug 25 07:49:40.588 INFO STEP 88 (remove_files) COMPLETE
55552026-08-25T07:49:41.536Z[ recovery-image] Aug 25 07:49:40.588 INFO O| Aug 25 07:49:40.588 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-25T07:49:41.544Z[ recovery-image] Aug 25 07:49:40.597 INFO O| Aug 25 07:49:40.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55572026-08-25T07:49:41.545Z[ recovery-image] Aug 25 07:49:40.597 INFO O| Aug 25 07:49:40.597 INFO STEP 89 (remove_files) COMPLETE
55582026-08-25T07:49:41.545Z[ recovery-image] Aug 25 07:49:40.597 INFO O| Aug 25 07:49:40.597 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-25T07:49:41.556Z[ recovery-image] Aug 25 07:49:40.605 INFO O| Aug 25 07:49:40.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55602026-08-25T07:49:41.556Z[ recovery-image] Aug 25 07:49:40.606 INFO O| Aug 25 07:49:40.605 INFO STEP 90 (remove_files) COMPLETE
55612026-08-25T07:49:41.556Z[ recovery-image] Aug 25 07:49:40.606 INFO O| Aug 25 07:49:40.606 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-25T07:49:41.570Z[ recovery-image] Aug 25 07:49:40.613 INFO O| Aug 25 07:49:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55632026-08-25T07:49:41.571Z[ recovery-image] Aug 25 07:49:40.613 INFO O| Aug 25 07:49:40.613 INFO STEP 91 (remove_files) COMPLETE
55642026-08-25T07:49:41.571Z[ recovery-image] Aug 25 07:49:40.613 INFO O| Aug 25 07:49:40.613 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-25T07:49:41.581Z[ recovery-image] Aug 25 07:49:40.622 INFO O| Aug 25 07:49:40.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55662026-08-25T07:49:41.582Z[ recovery-image] Aug 25 07:49:40.622 INFO O| Aug 25 07:49:40.622 INFO STEP 92 (remove_files) COMPLETE
55672026-08-25T07:49:41.582Z[ recovery-image] Aug 25 07:49:40.622 INFO O| Aug 25 07:49:40.622 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-25T07:49:41.582Z[ recovery-image] Aug 25 07:49:40.631 INFO O| Aug 25 07:49:40.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55692026-08-25T07:49:41.582Z[ recovery-image] Aug 25 07:49:40.631 INFO O| Aug 25 07:49:40.631 INFO STEP 93 (remove_files) COMPLETE
55702026-08-25T07:49:41.582Z[ recovery-image] Aug 25 07:49:40.631 INFO O| Aug 25 07:49:40.631 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-25T07:49:41.591Z[ recovery-image] Aug 25 07:49:40.640 INFO O| Aug 25 07:49:40.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55722026-08-25T07:49:41.591Z[ recovery-image] Aug 25 07:49:40.640 INFO O| Aug 25 07:49:40.640 INFO STEP 94 (remove_files) COMPLETE
55732026-08-25T07:49:41.591Z[ recovery-image] Aug 25 07:49:40.640 INFO O| Aug 25 07:49:40.640 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-25T07:49:41.601Z[ recovery-image] Aug 25 07:49:40.648 INFO O| Aug 25 07:49:40.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55752026-08-25T07:49:41.602Z[ recovery-image] Aug 25 07:49:40.649 INFO O| Aug 25 07:49:40.649 INFO STEP 95 (remove_files) COMPLETE
55762026-08-25T07:49:41.602Z[ recovery-image] Aug 25 07:49:40.649 INFO O| Aug 25 07:49:40.649 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-25T07:49:41.602Z[ recovery-image] Aug 25 07:49:40.657 INFO O| Aug 25 07:49:40.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55782026-08-25T07:49:41.602Z[ recovery-image] Aug 25 07:49:40.657 INFO O| Aug 25 07:49:40.657 INFO STEP 96 (remove_files) COMPLETE
55792026-08-25T07:49:41.602Z[ recovery-image] Aug 25 07:49:40.657 INFO O| Aug 25 07:49:40.657 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-25T07:49:41.617Z[ recovery-image] Aug 25 07:49:40.667 INFO O| Aug 25 07:49:40.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55812026-08-25T07:49:41.627Z[ recovery-image] Aug 25 07:49:40.668 INFO O| Aug 25 07:49:40.668 INFO STEP 97 (remove_files) COMPLETE
55822026-08-25T07:49:41.627Z[ recovery-image] Aug 25 07:49:40.668 INFO O| Aug 25 07:49:40.668 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-25T07:49:41.627Z[ recovery-image] Aug 25 07:49:40.678 INFO O| Aug 25 07:49:40.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55842026-08-25T07:49:41.627Z[ recovery-image] Aug 25 07:49:40.679 INFO O| Aug 25 07:49:40.679 INFO STEP 98 (remove_files) COMPLETE
55852026-08-25T07:49:41.627Z[ recovery-image] Aug 25 07:49:40.679 INFO O| Aug 25 07:49:40.679 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-25T07:49:41.636Z[ recovery-image] Aug 25 07:49:40.688 INFO O| Aug 25 07:49:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55872026-08-25T07:49:41.636Z[ recovery-image] Aug 25 07:49:40.688 INFO O| Aug 25 07:49:40.688 INFO STEP 99 (remove_files) COMPLETE
55882026-08-25T07:49:41.636Z[ recovery-image] Aug 25 07:49:40.688 INFO O| Aug 25 07:49:40.688 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-25T07:49:41.648Z[ recovery-image] Aug 25 07:49:40.697 INFO O| Aug 25 07:49:40.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55902026-08-25T07:49:41.648Z[ recovery-image] Aug 25 07:49:40.698 INFO O| Aug 25 07:49:40.698 INFO STEP 100 (remove_files) COMPLETE
55912026-08-25T07:49:41.648Z[ recovery-image] Aug 25 07:49:40.698 INFO O| Aug 25 07:49:40.698 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-25T07:49:41.658Z[ recovery-image] Aug 25 07:49:40.707 INFO O| Aug 25 07:49:40.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55932026-08-25T07:49:41.658Z[ recovery-image] Aug 25 07:49:40.707 INFO O| Aug 25 07:49:40.707 INFO STEP 101 (remove_files) COMPLETE
55942026-08-25T07:49:41.658Z[ recovery-image] Aug 25 07:49:40.707 INFO O| Aug 25 07:49:40.707 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-25T07:49:41.666Z[ recovery-image] Aug 25 07:49:40.718 INFO O| Aug 25 07:49:40.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55962026-08-25T07:49:41.666Z[ recovery-image] Aug 25 07:49:40.718 INFO O| Aug 25 07:49:40.718 INFO STEP 102 (remove_files) COMPLETE
55972026-08-25T07:49:41.666Z[ recovery-image] Aug 25 07:49:40.718 INFO O| Aug 25 07:49:40.718 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-25T07:49:41.672Z[ recovery-image] Aug 25 07:49:40.729 INFO O| Aug 25 07:49:40.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55992026-08-25T07:49:41.672Z[ recovery-image] Aug 25 07:49:40.729 INFO O| Aug 25 07:49:40.729 INFO STEP 103 (remove_files) COMPLETE
56002026-08-25T07:49:41.672Z[ recovery-image] Aug 25 07:49:40.729 INFO O| Aug 25 07:49:40.729 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-25T07:49:41.683Z[ recovery-image] Aug 25 07:49:40.737 INFO O| Aug 25 07:49:40.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56022026-08-25T07:49:41.683Z[ recovery-image] Aug 25 07:49:40.737 INFO O| Aug 25 07:49:40.737 INFO STEP 104 (remove_files) COMPLETE
56032026-08-25T07:49:41.683Z[ recovery-image] Aug 25 07:49:40.737 INFO O| Aug 25 07:49:40.737 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-25T07:49:41.693Z[ recovery-image] Aug 25 07:49:40.745 INFO O| Aug 25 07:49:40.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56052026-08-25T07:49:41.693Z[ recovery-image] Aug 25 07:49:40.745 INFO O| Aug 25 07:49:40.745 INFO STEP 105 (remove_files) COMPLETE
56062026-08-25T07:49:41.693Z[ recovery-image] Aug 25 07:49:40.745 INFO O| Aug 25 07:49:40.745 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-25T07:49:41.737Z[ recovery-image] Aug 25 07:49:40.790 INFO O| Aug 25 07:49:40.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56082026-08-25T07:49:41.737Z[ recovery-image] Aug 25 07:49:40.790 INFO O| Aug 25 07:49:40.790 INFO STEP 106 (remove_files) COMPLETE
56092026-08-25T07:49:41.737Z[ recovery-image] Aug 25 07:49:40.790 INFO O| Aug 25 07:49:40.790 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-25T07:49:41.752Z[ recovery-image] Aug 25 07:49:40.799 INFO O| Aug 25 07:49:40.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56112026-08-25T07:49:41.752Z[ recovery-image] Aug 25 07:49:40.799 INFO O| Aug 25 07:49:40.799 INFO STEP 107 (remove_files) COMPLETE
56122026-08-25T07:49:41.752Z[ recovery-image] Aug 25 07:49:40.799 INFO O| Aug 25 07:49:40.799 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-25T07:49:41.768Z[ recovery-image] Aug 25 07:49:40.806 INFO O| Aug 25 07:49:40.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56142026-08-25T07:49:41.768Z[ recovery-image] Aug 25 07:49:40.806 INFO O| Aug 25 07:49:40.806 INFO STEP 108 (remove_files) COMPLETE
56152026-08-25T07:49:41.768Z[ recovery-image] Aug 25 07:49:40.806 INFO O| Aug 25 07:49:40.806 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-25T07:49:41.768Z[ recovery-image] Aug 25 07:49:40.814 INFO O| Aug 25 07:49:40.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56172026-08-25T07:49:41.768Z[ recovery-image] Aug 25 07:49:40.814 INFO O| Aug 25 07:49:40.814 INFO STEP 109 (remove_files) COMPLETE
56182026-08-25T07:49:41.768Z[ recovery-image] Aug 25 07:49:40.814 INFO O| Aug 25 07:49:40.814 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-25T07:49:41.776Z[ recovery-image] Aug 25 07:49:40.822 INFO O| Aug 25 07:49:40.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56202026-08-25T07:49:41.776Z[ recovery-image] Aug 25 07:49:40.822 INFO O| Aug 25 07:49:40.822 INFO STEP 110 (remove_files) COMPLETE
56212026-08-25T07:49:41.777Z[ recovery-image] Aug 25 07:49:40.822 INFO O| Aug 25 07:49:40.822 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-25T07:49:41.777Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
56232026-08-25T07:49:41.777Z[ recovery-image] Aug 25 07:49:40.831 INFO O| Aug 25 07:49:40.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56242026-08-25T07:49:41.777Z[ recovery-image] Aug 25 07:49:40.832 INFO O| Aug 25 07:49:40.832 INFO STEP 111 (remove_files) COMPLETE
56252026-08-25T07:49:41.777Z[ recovery-image] Aug 25 07:49:40.832 INFO O| Aug 25 07:49:40.832 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-25T07:49:41.788Z[ recovery-image] Aug 25 07:49:40.842 INFO O| Aug 25 07:49:40.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56272026-08-25T07:49:41.788Z[ recovery-image] Aug 25 07:49:40.842 INFO O| Aug 25 07:49:40.842 INFO STEP 112 (remove_files) COMPLETE
56282026-08-25T07:49:41.788Z[ recovery-image] Aug 25 07:49:40.842 INFO O| Aug 25 07:49:40.842 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-25T07:49:41.795Z[ recovery-image] Aug 25 07:49:40.852 INFO O| Aug 25 07:49:40.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56302026-08-25T07:49:41.795Z[ recovery-image] Aug 25 07:49:40.852 INFO O| Aug 25 07:49:40.852 INFO STEP 113 (remove_files) COMPLETE
56312026-08-25T07:49:41.806Z[ recovery-image] Aug 25 07:49:40.852 INFO O| Aug 25 07:49:40.852 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-25T07:49:41.820Z[ recovery-image] Aug 25 07:49:40.861 INFO O| Aug 25 07:49:40.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56332026-08-25T07:49:41.820Z[ recovery-image] Aug 25 07:49:40.861 INFO O| Aug 25 07:49:40.861 INFO STEP 114 (remove_files) COMPLETE
56342026-08-25T07:49:41.820Z[ recovery-image] Aug 25 07:49:40.861 INFO O| Aug 25 07:49:40.861 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-25T07:49:41.820Z[ recovery-image] Aug 25 07:49:40.871 INFO O| Aug 25 07:49:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56362026-08-25T07:49:41.820Z[ recovery-image] Aug 25 07:49:40.871 INFO O| Aug 25 07:49:40.871 INFO STEP 115 (remove_files) COMPLETE
56372026-08-25T07:49:41.820Z[ recovery-image] Aug 25 07:49:40.871 INFO O| Aug 25 07:49:40.871 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-25T07:49:41.828Z[ recovery-image] Aug 25 07:49:40.880 INFO O| Aug 25 07:49:40.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56392026-08-25T07:49:41.828Z[ recovery-image] Aug 25 07:49:40.880 INFO O| Aug 25 07:49:40.880 INFO STEP 116 (remove_files) COMPLETE
56402026-08-25T07:49:41.828Z[ recovery-image] Aug 25 07:49:40.880 INFO O| Aug 25 07:49:40.880 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-25T07:49:41.844Z[ recovery-image] Aug 25 07:49:40.889 INFO O| Aug 25 07:49:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56422026-08-25T07:49:41.844Z[ recovery-image] Aug 25 07:49:40.889 INFO O| Aug 25 07:49:40.889 INFO STEP 117 (remove_files) COMPLETE
56432026-08-25T07:49:41.844Z[ recovery-image] Aug 25 07:49:40.889 INFO O| Aug 25 07:49:40.889 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-25T07:49:41.859Z[ recovery-image] Aug 25 07:49:40.897 INFO O| Aug 25 07:49:40.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56452026-08-25T07:49:41.859Z[ recovery-image] Aug 25 07:49:40.897 INFO O| Aug 25 07:49:40.897 INFO STEP 118 (remove_files) COMPLETE
56462026-08-25T07:49:41.859Z[ recovery-image] Aug 25 07:49:40.898 INFO O| Aug 25 07:49:40.897 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-25T07:49:41.859Z[ recovery-image] Aug 25 07:49:40.907 INFO O| Aug 25 07:49:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56482026-08-25T07:49:41.859Z[ recovery-image] Aug 25 07:49:40.907 INFO O| Aug 25 07:49:40.907 INFO STEP 119 (remove_files) COMPLETE
56492026-08-25T07:49:41.859Z[ recovery-image] Aug 25 07:49:40.907 INFO O| Aug 25 07:49:40.907 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-25T07:49:41.866Z[ recovery-image] Aug 25 07:49:40.916 INFO O| Aug 25 07:49:40.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56512026-08-25T07:49:41.866Z[ recovery-image] Aug 25 07:49:40.916 INFO O| Aug 25 07:49:40.916 INFO STEP 120 (remove_files) COMPLETE
56522026-08-25T07:49:41.866Z[ recovery-image] Aug 25 07:49:40.916 INFO O| Aug 25 07:49:40.916 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-25T07:49:41.878Z[ recovery-image] Aug 25 07:49:40.925 INFO O| Aug 25 07:49:40.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56542026-08-25T07:49:41.878Z[ recovery-image] Aug 25 07:49:40.925 INFO O| Aug 25 07:49:40.925 INFO STEP 121 (remove_files) COMPLETE
56552026-08-25T07:49:41.878Z[ recovery-image] Aug 25 07:49:40.925 INFO O| Aug 25 07:49:40.925 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-25T07:49:41.888Z[ recovery-image] Aug 25 07:49:40.934 INFO O| Aug 25 07:49:40.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56572026-08-25T07:49:41.888Z[ recovery-image] Aug 25 07:49:40.934 INFO O| Aug 25 07:49:40.934 INFO STEP 122 (remove_files) COMPLETE
56582026-08-25T07:49:41.888Z[ recovery-image] Aug 25 07:49:40.934 INFO O| Aug 25 07:49:40.934 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-25T07:49:41.898Z[ recovery-image] Aug 25 07:49:40.944 INFO O| Aug 25 07:49:40.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56602026-08-25T07:49:41.898Z[ recovery-image] Aug 25 07:49:40.944 INFO O| Aug 25 07:49:40.944 INFO STEP 123 (remove_files) COMPLETE
56612026-08-25T07:49:41.898Z[ recovery-image] Aug 25 07:49:40.944 INFO O| Aug 25 07:49:40.944 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-25T07:49:41.898Z[ recovery-image] Aug 25 07:49:40.952 INFO O| Aug 25 07:49:40.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56632026-08-25T07:49:41.898Z[ recovery-image] Aug 25 07:49:40.952 INFO O| Aug 25 07:49:40.952 INFO STEP 124 (remove_files) COMPLETE
56642026-08-25T07:49:41.909Z[ recovery-image] Aug 25 07:49:40.952 INFO O| Aug 25 07:49:40.952 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-25T07:49:41.910Z[ recovery-image] Aug 25 07:49:40.962 INFO O| Aug 25 07:49:40.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56662026-08-25T07:49:41.910Z[ recovery-image] Aug 25 07:49:40.962 INFO O| Aug 25 07:49:40.962 INFO STEP 125 (remove_files) COMPLETE
56672026-08-25T07:49:41.910Z[ recovery-image] Aug 25 07:49:40.962 INFO O| Aug 25 07:49:40.962 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-25T07:49:41.910Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
56692026-08-25T07:49:41.923Z[ recovery-image] Aug 25 07:49:40.970 INFO O| Aug 25 07:49:40.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56702026-08-25T07:49:41.923Z[ recovery-image] Aug 25 07:49:40.970 INFO O| Aug 25 07:49:40.970 INFO STEP 126 (remove_files) COMPLETE
56712026-08-25T07:49:41.923Z[ recovery-image] Aug 25 07:49:40.970 INFO O| Aug 25 07:49:40.970 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-25T07:49:41.936Z[ recovery-image] Aug 25 07:49:40.981 INFO O| Aug 25 07:49:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56732026-08-25T07:49:41.936Z[ recovery-image] Aug 25 07:49:40.981 INFO O| Aug 25 07:49:40.981 INFO STEP 127 (remove_files) COMPLETE
56742026-08-25T07:49:41.936Z[ recovery-image] Aug 25 07:49:40.981 INFO O| Aug 25 07:49:40.981 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-25T07:49:41.959Z[ recovery-image] Aug 25 07:49:40.990 INFO O| Aug 25 07:49:40.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56762026-08-25T07:49:41.959Z[ recovery-image] Aug 25 07:49:40.990 INFO O| Aug 25 07:49:40.990 INFO STEP 128 (remove_files) COMPLETE
56772026-08-25T07:49:41.959Z[ recovery-image] Aug 25 07:49:40.990 INFO O| Aug 25 07:49:40.990 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-25T07:49:41.959Z[ recovery-image] Aug 25 07:49:40.998 INFO O| Aug 25 07:49:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56792026-08-25T07:49:41.959Z[ recovery-image] Aug 25 07:49:40.999 INFO O| Aug 25 07:49:40.998 INFO STEP 129 (remove_files) COMPLETE
56802026-08-25T07:49:41.959Z[ recovery-image] Aug 25 07:49:40.999 INFO O| Aug 25 07:49:40.998 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-25T07:49:41.975Z[ recovery-image] Aug 25 07:49:41.008 INFO O| Aug 25 07:49:41.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56822026-08-25T07:49:41.975Z[ recovery-image] Aug 25 07:49:41.008 INFO O| Aug 25 07:49:41.008 INFO STEP 130 (remove_files) COMPLETE
56832026-08-25T07:49:41.975Z[ recovery-image] Aug 25 07:49:41.008 INFO O| Aug 25 07:49:41.008 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-25T07:49:41.991Z[ recovery-image] Aug 25 07:49:41.044 INFO O| Aug 25 07:49:41.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56852026-08-25T07:49:41.991Z[ recovery-image] Aug 25 07:49:41.044 INFO O| Aug 25 07:49:41.044 INFO STEP 131 (remove_files) COMPLETE
56862026-08-25T07:49:41.991Z[ recovery-image] Aug 25 07:49:41.044 INFO O| Aug 25 07:49:41.044 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.053 INFO O| Aug 25 07:49:41.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56882026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.053 INFO O| Aug 25 07:49:41.053 INFO STEP 132 (remove_files) COMPLETE
56892026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.053 INFO O| Aug 25 07:49:41.053 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.062 INFO O| Aug 25 07:49:41.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56912026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.062 INFO O| Aug 25 07:49:41.062 INFO STEP 133 (remove_files) COMPLETE
56922026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.062 INFO O| Aug 25 07:49:41.062 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-25T07:49:42.026Z[ recovery-image] Aug 25 07:49:41.070 INFO O| Aug 25 07:49:41.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56942026-08-25T07:49:42.027Z[ recovery-image] Aug 25 07:49:41.070 INFO O| Aug 25 07:49:41.070 INFO STEP 134 (remove_files) COMPLETE
56952026-08-25T07:49:42.027Z[ recovery-image] Aug 25 07:49:41.070 INFO O| Aug 25 07:49:41.070 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-25T07:49:42.027Z[ recovery-image] Aug 25 07:49:41.078 INFO O| Aug 25 07:49:41.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56972026-08-25T07:49:42.027Z[ recovery-image] Aug 25 07:49:41.078 INFO O| Aug 25 07:49:41.078 INFO STEP 135 (remove_files) COMPLETE
56982026-08-25T07:49:42.027Z[ recovery-image] Aug 25 07:49:41.078 INFO O| Aug 25 07:49:41.078 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-25T07:49:42.040Z[ recovery-image] Aug 25 07:49:41.087 INFO O| Aug 25 07:49:41.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57002026-08-25T07:49:42.040Z[ recovery-image] Aug 25 07:49:41.087 INFO O| Aug 25 07:49:41.087 INFO STEP 136 (remove_files) COMPLETE
57012026-08-25T07:49:42.041Z[ recovery-image] Aug 25 07:49:41.087 INFO O| Aug 25 07:49:41.087 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-25T07:49:42.045Z[ recovery-image] Aug 25 07:49:41.097 INFO O| Aug 25 07:49:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57032026-08-25T07:49:42.046Z[ recovery-image] Aug 25 07:49:41.097 INFO O| Aug 25 07:49:41.096 INFO STEP 137 (remove_files) COMPLETE
57042026-08-25T07:49:42.046Z[ recovery-image] Aug 25 07:49:41.097 INFO O| Aug 25 07:49:41.096 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-25T07:49:42.063Z[ recovery-image] Aug 25 07:49:41.105 INFO O| Aug 25 07:49:41.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57062026-08-25T07:49:42.063Z[ recovery-image] Aug 25 07:49:41.105 INFO O| Aug 25 07:49:41.105 INFO STEP 138 (remove_files) COMPLETE
57072026-08-25T07:49:42.063Z[ recovery-image] Aug 25 07:49:41.105 INFO O| Aug 25 07:49:41.105 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-25T07:49:42.072Z[ recovery-image] Aug 25 07:49:41.114 INFO O| Aug 25 07:49:41.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57092026-08-25T07:49:42.073Z[ recovery-image] Aug 25 07:49:41.114 INFO O| Aug 25 07:49:41.114 INFO STEP 139 (remove_files) COMPLETE
57102026-08-25T07:49:42.073Z[ recovery-image] Aug 25 07:49:41.114 INFO O| Aug 25 07:49:41.114 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-25T07:49:42.085Z[ recovery-image] Aug 25 07:49:41.140 INFO O| Aug 25 07:49:41.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57122026-08-25T07:49:42.085Z[ recovery-image] Aug 25 07:49:41.140 INFO O| Aug 25 07:49:41.140 INFO STEP 140 (remove_files) COMPLETE
57132026-08-25T07:49:42.540Z[ recovery-image] Aug 25 07:49:41.140 INFO O| Aug 25 07:49:41.140 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-25T07:49:42.540Z[ recovery-image] Aug 25 07:49:41.151 INFO O| Aug 25 07:49:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57152026-08-25T07:49:42.540Z[ recovery-image] Aug 25 07:49:41.151 INFO O| Aug 25 07:49:41.151 INFO STEP 141 (remove_files) COMPLETE
57162026-08-25T07:49:42.540Z[ recovery-image] Aug 25 07:49:41.151 INFO O| Aug 25 07:49:41.151 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-25T07:49:42.577Z[ recovery-image] Aug 25 07:49:41.162 INFO O| Aug 25 07:49:41.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57182026-08-25T07:49:42.577Z[ recovery-image] Aug 25 07:49:41.162 INFO O| Aug 25 07:49:41.162 INFO STEP 142 (remove_files) COMPLETE
57192026-08-25T07:49:42.577Z[ recovery-image] Aug 25 07:49:41.162 INFO O| Aug 25 07:49:41.162 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.172 INFO O| Aug 25 07:49:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57212026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.172 INFO O| Aug 25 07:49:41.172 INFO STEP 143 (remove_files) COMPLETE
57222026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.172 INFO O| Aug 25 07:49:41.172 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-25T07:49:42.578Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
57242026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.180 INFO O| Aug 25 07:49:41.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57252026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.180 INFO O| Aug 25 07:49:41.180 INFO STEP 144 (remove_files) COMPLETE
57262026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.180 INFO O| Aug 25 07:49:41.180 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.189 INFO O| Aug 25 07:49:41.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57282026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.190 INFO O| Aug 25 07:49:41.189 INFO STEP 145 (remove_files) COMPLETE
57292026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.190 INFO O| Aug 25 07:49:41.189 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.205 INFO O| Aug 25 07:49:41.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57312026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.205 INFO O| Aug 25 07:49:41.205 INFO STEP 146 (remove_files) COMPLETE
57322026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.205 INFO O| Aug 25 07:49:41.205 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.215 INFO O| Aug 25 07:49:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57342026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.215 INFO O| Aug 25 07:49:41.215 INFO STEP 147 (remove_files) COMPLETE
57352026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.215 INFO O| Aug 25 07:49:41.215 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.224 INFO O| Aug 25 07:49:41.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57372026-08-25T07:49:42.578Z[ recovery-image] Aug 25 07:49:41.224 INFO O| Aug 25 07:49:41.224 INFO STEP 148 (remove_files) COMPLETE
57382026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.224 INFO O| Aug 25 07:49:41.224 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.233 INFO O| Aug 25 07:49:41.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57402026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.233 INFO O| Aug 25 07:49:41.233 INFO STEP 149 (remove_files) COMPLETE
57412026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.233 INFO O| Aug 25 07:49:41.233 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.242 INFO O| Aug 25 07:49:41.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57432026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.243 INFO O| Aug 25 07:49:41.243 INFO STEP 150 (remove_files) COMPLETE
57442026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.243 INFO O| Aug 25 07:49:41.243 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.252 INFO O| Aug 25 07:49:41.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57462026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.252 INFO O| Aug 25 07:49:41.252 INFO STEP 151 (remove_files) COMPLETE
57472026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.252 INFO O| Aug 25 07:49:41.252 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.261 INFO O| Aug 25 07:49:41.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57492026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.261 INFO O| Aug 25 07:49:41.261 INFO STEP 152 (remove_files) COMPLETE
57502026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.261 INFO O| Aug 25 07:49:41.261 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.270 INFO O| Aug 25 07:49:41.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57522026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.270 INFO O| Aug 25 07:49:41.270 INFO STEP 153 (remove_files) COMPLETE
57532026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.270 INFO O| Aug 25 07:49:41.270 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.279 INFO O| Aug 25 07:49:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57552026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.279 INFO O| Aug 25 07:49:41.279 INFO STEP 154 (remove_files) COMPLETE
57562026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.279 INFO O| Aug 25 07:49:41.279 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.287 INFO O| Aug 25 07:49:41.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57582026-08-25T07:49:42.579Z[ recovery-image] Aug 25 07:49:41.287 INFO O| Aug 25 07:49:41.287 INFO STEP 155 (remove_files) COMPLETE
57592026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.287 INFO O| Aug 25 07:49:41.287 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.297 INFO O| Aug 25 07:49:41.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57612026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.298 INFO O| Aug 25 07:49:41.298 INFO STEP 156 (remove_files) COMPLETE
57622026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.298 INFO O| Aug 25 07:49:41.298 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.307 INFO O| Aug 25 07:49:41.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57642026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.307 INFO O| Aug 25 07:49:41.307 INFO STEP 157 (remove_files) COMPLETE
57652026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.307 INFO O| Aug 25 07:49:41.307 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.317 INFO O| Aug 25 07:49:41.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57672026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.317 INFO O| Aug 25 07:49:41.317 INFO STEP 158 (remove_files) COMPLETE
57682026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.317 INFO O| Aug 25 07:49:41.317 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.326 INFO O| Aug 25 07:49:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57702026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.326 INFO O| Aug 25 07:49:41.326 INFO STEP 159 (remove_files) COMPLETE
57712026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.326 INFO O| Aug 25 07:49:41.326 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-25T07:49:42.580Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
57732026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.335 INFO O| Aug 25 07:49:41.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57742026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.335 INFO O| Aug 25 07:49:41.335 INFO STEP 160 (remove_files) COMPLETE
57752026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.335 INFO O| Aug 25 07:49:41.335 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.344 INFO O| Aug 25 07:49:41.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57772026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.344 INFO O| Aug 25 07:49:41.344 INFO STEP 161 (remove_files) COMPLETE
57782026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.344 INFO O| Aug 25 07:49:41.344 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.353 INFO O| Aug 25 07:49:41.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57802026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.353 INFO O| Aug 25 07:49:41.353 INFO STEP 162 (remove_files) COMPLETE
57812026-08-25T07:49:42.580Z[ recovery-image] Aug 25 07:49:41.353 INFO O| Aug 25 07:49:41.353 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.363 INFO O| Aug 25 07:49:41.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57832026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.363 INFO O| Aug 25 07:49:41.363 INFO STEP 163 (remove_files) COMPLETE
57842026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.363 INFO O| Aug 25 07:49:41.363 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.372 INFO O| Aug 25 07:49:41.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57862026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.372 INFO O| Aug 25 07:49:41.372 INFO STEP 164 (remove_files) COMPLETE
57872026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.372 INFO O| Aug 25 07:49:41.372 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.391 INFO O| Aug 25 07:49:41.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57892026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.392 INFO O| Aug 25 07:49:41.391 INFO STEP 165 (remove_files) COMPLETE
57902026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.392 INFO O| Aug 25 07:49:41.392 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.402 INFO O| Aug 25 07:49:41.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57922026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.402 INFO O| Aug 25 07:49:41.402 INFO STEP 166 (remove_files) COMPLETE
57932026-08-25T07:49:42.581Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57942026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.402 INFO O| Aug 25 07:49:41.402 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.412 INFO O| Aug 25 07:49:41.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57962026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.412 INFO O| Aug 25 07:49:41.412 INFO STEP 167 (remove_files) COMPLETE
57972026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.412 INFO O| Aug 25 07:49:41.412 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.423 INFO O| Aug 25 07:49:41.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57992026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.423 INFO O| Aug 25 07:49:41.423 INFO STEP 168 (remove_files) COMPLETE
58002026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.423 INFO O| Aug 25 07:49:41.423 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.433 INFO O| Aug 25 07:49:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58022026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.433 INFO O| Aug 25 07:49:41.433 INFO STEP 169 (remove_files) COMPLETE
58032026-08-25T07:49:42.581Z[ recovery-image] Aug 25 07:49:41.433 INFO O| Aug 25 07:49:41.433 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.450 INFO O| Aug 25 07:49:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58052026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.450 INFO O| Aug 25 07:49:41.445 INFO STEP 170 (remove_files) COMPLETE
58062026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.450 INFO O| Aug 25 07:49:41.445 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.456 INFO O| Aug 25 07:49:41.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58082026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.456 INFO O| Aug 25 07:49:41.456 INFO STEP 171 (remove_files) COMPLETE
58092026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.456 INFO O| Aug 25 07:49:41.456 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.467 INFO O| Aug 25 07:49:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58112026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.467 INFO O| Aug 25 07:49:41.467 INFO STEP 172 (remove_files) COMPLETE
58122026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.467 INFO O| Aug 25 07:49:41.467 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.478 INFO O| Aug 25 07:49:41.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58142026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.478 INFO O| Aug 25 07:49:41.478 INFO STEP 173 (remove_files) COMPLETE
58152026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.478 INFO O| Aug 25 07:49:41.478 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-25T07:49:42.582Z[ recovery-image] Aug 25 07:49:41.490 INFO O| Aug 25 07:49:41.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58172026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.490 INFO O| Aug 25 07:49:41.490 INFO STEP 174 (remove_files) COMPLETE
58182026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.490 INFO O| Aug 25 07:49:41.490 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.499 INFO O| Aug 25 07:49:41.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58202026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.499 INFO O| Aug 25 07:49:41.499 INFO STEP 175 (remove_files) COMPLETE
58212026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.499 INFO O| Aug 25 07:49:41.499 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.509 INFO O| Aug 25 07:49:41.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58232026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.509 INFO O| Aug 25 07:49:41.509 INFO STEP 176 (remove_files) COMPLETE
58242026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.509 INFO O| Aug 25 07:49:41.509 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-25T07:49:42.606Z[ recovery-image] Aug 25 07:49:41.518 INFO O| Aug 25 07:49:41.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58262026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.518 INFO O| Aug 25 07:49:41.518 INFO STEP 177 (remove_files) COMPLETE
58272026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.518 INFO O| Aug 25 07:49:41.518 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.528 INFO O| Aug 25 07:49:41.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58292026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.528 INFO O| Aug 25 07:49:41.528 INFO STEP 178 (remove_files) COMPLETE
58302026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.528 INFO O| Aug 25 07:49:41.528 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.538 INFO O| Aug 25 07:49:41.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58322026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.538 INFO O| Aug 25 07:49:41.538 INFO STEP 179 (remove_files) COMPLETE
58332026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.538 INFO O| Aug 25 07:49:41.538 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.548 INFO O| Aug 25 07:49:41.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58352026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.548 INFO O| Aug 25 07:49:41.548 INFO STEP 180 (remove_files) COMPLETE
58362026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.548 INFO O| Aug 25 07:49:41.548 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.557 INFO O| Aug 25 07:49:41.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58382026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.557 INFO O| Aug 25 07:49:41.557 INFO STEP 181 (remove_files) COMPLETE
58392026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.558 INFO O| Aug 25 07:49:41.557 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.566 INFO O| Aug 25 07:49:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58412026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.567 INFO O| Aug 25 07:49:41.566 INFO STEP 182 (remove_files) COMPLETE
58422026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.567 INFO O| Aug 25 07:49:41.567 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.575 INFO O| Aug 25 07:49:41.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58442026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.575 INFO O| Aug 25 07:49:41.575 INFO STEP 183 (remove_files) COMPLETE
58452026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.575 INFO O| Aug 25 07:49:41.575 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.583 INFO O| Aug 25 07:49:41.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58472026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.583 INFO O| Aug 25 07:49:41.583 INFO STEP 184 (remove_files) COMPLETE
58482026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.583 INFO O| Aug 25 07:49:41.583 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.592 INFO O| Aug 25 07:49:41.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58502026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.592 INFO O| Aug 25 07:49:41.592 INFO STEP 185 (remove_files) COMPLETE
58512026-08-25T07:49:42.607Z[ recovery-image] Aug 25 07:49:41.592 INFO O| Aug 25 07:49:41.592 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.601 INFO O| Aug 25 07:49:41.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58532026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.601 INFO O| Aug 25 07:49:41.601 INFO STEP 186 (remove_files) COMPLETE
58542026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.601 INFO O| Aug 25 07:49:41.601 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.610 INFO O| Aug 25 07:49:41.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58562026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.610 INFO O| Aug 25 07:49:41.610 INFO STEP 187 (remove_files) COMPLETE
58572026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.610 INFO O| Aug 25 07:49:41.610 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.620 INFO O| Aug 25 07:49:41.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58592026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.620 INFO O| Aug 25 07:49:41.620 INFO STEP 188 (remove_files) COMPLETE
58602026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.620 INFO O| Aug 25 07:49:41.620 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.630 INFO O| Aug 25 07:49:41.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58622026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.630 INFO O| Aug 25 07:49:41.630 INFO STEP 189 (remove_files) COMPLETE
58632026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.630 INFO O| Aug 25 07:49:41.630 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.641 INFO O| Aug 25 07:49:41.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58652026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.641 INFO O| Aug 25 07:49:41.641 INFO STEP 190 (remove_files) COMPLETE
58662026-08-25T07:49:42.608Z[ recovery-image] Aug 25 07:49:41.641 INFO O| Aug 25 07:49:41.641 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.650 INFO O| Aug 25 07:49:41.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58682026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.650 INFO O| Aug 25 07:49:41.650 INFO STEP 191 (remove_files) COMPLETE
58692026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.650 INFO O| Aug 25 07:49:41.650 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.660 INFO O| Aug 25 07:49:41.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58712026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.660 INFO O| Aug 25 07:49:41.660 INFO STEP 192 (remove_files) COMPLETE
58722026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.660 INFO O| Aug 25 07:49:41.660 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-25T07:49:42.637Z[ recovery-image] Aug 25 07:49:41.669 INFO O| Aug 25 07:49:41.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58742026-08-25T07:49:42.638Z[ recovery-image] Aug 25 07:49:41.669 INFO O| Aug 25 07:49:41.669 INFO STEP 193 (remove_files) COMPLETE
58752026-08-25T07:49:42.638Z[ recovery-image] Aug 25 07:49:41.670 INFO O| Aug 25 07:49:41.669 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-25T07:49:42.654Z[ recovery-image] Aug 25 07:49:41.679 INFO O| Aug 25 07:49:41.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58772026-08-25T07:49:42.654Z[ recovery-image] Aug 25 07:49:41.679 INFO O| Aug 25 07:49:41.679 INFO STEP 194 (remove_files) COMPLETE
58782026-08-25T07:49:42.654Z[ recovery-image] Aug 25 07:49:41.679 INFO O| Aug 25 07:49:41.679 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-25T07:49:42.654Z[ recovery-image] Aug 25 07:49:41.688 INFO O| Aug 25 07:49:41.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58802026-08-25T07:49:42.654Z[ recovery-image] Aug 25 07:49:41.688 INFO O| Aug 25 07:49:41.688 INFO STEP 195 (remove_files) COMPLETE
58812026-08-25T07:49:42.655Z[ recovery-image] Aug 25 07:49:41.688 INFO O| Aug 25 07:49:41.688 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-25T07:49:42.655Z[ recovery-image] Aug 25 07:49:41.697 INFO O| Aug 25 07:49:41.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58832026-08-25T07:49:42.655Z[ recovery-image] Aug 25 07:49:41.698 INFO O| Aug 25 07:49:41.698 INFO STEP 196 (remove_files) COMPLETE
58842026-08-25T07:49:42.655Z[ recovery-image] Aug 25 07:49:41.698 INFO O| Aug 25 07:49:41.698 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-25T07:49:42.664Z[ recovery-image] Aug 25 07:49:41.708 INFO O| Aug 25 07:49:41.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58862026-08-25T07:49:42.664Z[ recovery-image] Aug 25 07:49:41.708 INFO O| Aug 25 07:49:41.708 INFO STEP 197 (remove_files) COMPLETE
58872026-08-25T07:49:42.664Z[ recovery-image] Aug 25 07:49:41.708 INFO O| Aug 25 07:49:41.708 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-25T07:49:42.664Z[ recovery-image] Aug 25 07:49:41.718 INFO O| Aug 25 07:49:41.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58892026-08-25T07:49:42.664Z[ recovery-image] Aug 25 07:49:41.718 INFO O| Aug 25 07:49:41.718 INFO STEP 198 (remove_files) COMPLETE
58902026-08-25T07:49:42.664Z[ recovery-image] Aug 25 07:49:41.718 INFO O| Aug 25 07:49:41.718 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-25T07:49:42.687Z[ recovery-image] Aug 25 07:49:41.728 INFO O| Aug 25 07:49:41.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58922026-08-25T07:49:42.687Z[ recovery-image] Aug 25 07:49:41.728 INFO O| Aug 25 07:49:41.728 INFO STEP 199 (remove_files) COMPLETE
58932026-08-25T07:49:42.688Z[ recovery-image] Aug 25 07:49:41.728 INFO O| Aug 25 07:49:41.728 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-25T07:49:42.699Z[ recovery-image] Aug 25 07:49:41.738 INFO O| Aug 25 07:49:41.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58952026-08-25T07:49:42.700Z[ recovery-image] Aug 25 07:49:41.738 INFO O| Aug 25 07:49:41.738 INFO STEP 200 (remove_files) COMPLETE
58962026-08-25T07:49:42.700Z[ recovery-image] Aug 25 07:49:41.738 INFO O| Aug 25 07:49:41.738 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-25T07:49:42.700Z[ recovery-image] Aug 25 07:49:41.748 INFO O| Aug 25 07:49:41.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58982026-08-25T07:49:42.700Z[ recovery-image] Aug 25 07:49:41.748 INFO O| Aug 25 07:49:41.748 INFO STEP 201 (remove_files) COMPLETE
58992026-08-25T07:49:42.700Z[ recovery-image] Aug 25 07:49:41.748 INFO O| Aug 25 07:49:41.748 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-25T07:49:42.723Z[ recovery-image] Aug 25 07:49:41.758 INFO O| Aug 25 07:49:41.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59012026-08-25T07:49:42.723Z[ recovery-image] Aug 25 07:49:41.758 INFO O| Aug 25 07:49:41.758 INFO STEP 202 (remove_files) COMPLETE
59022026-08-25T07:49:42.723Z[ recovery-image] Aug 25 07:49:41.758 INFO O| Aug 25 07:49:41.758 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-25T07:49:42.736Z[ recovery-image] Aug 25 07:49:41.769 INFO O| Aug 25 07:49:41.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59042026-08-25T07:49:42.736Z[ recovery-image] Aug 25 07:49:41.769 INFO O| Aug 25 07:49:41.769 INFO STEP 203 (remove_files) COMPLETE
59052026-08-25T07:49:42.736Z[ recovery-image] Aug 25 07:49:41.769 INFO O| Aug 25 07:49:41.769 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-25T07:49:42.736Z[ recovery-image] Aug 25 07:49:41.778 INFO O| Aug 25 07:49:41.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59072026-08-25T07:49:42.736Z[ recovery-image] Aug 25 07:49:41.778 INFO O| Aug 25 07:49:41.778 INFO STEP 204 (remove_files) COMPLETE
59082026-08-25T07:49:42.736Z[ recovery-image] Aug 25 07:49:41.778 INFO O| Aug 25 07:49:41.778 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-25T07:49:42.744Z[ recovery-image] Aug 25 07:49:41.788 INFO O| Aug 25 07:49:41.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59102026-08-25T07:49:42.744Z[ recovery-image] Aug 25 07:49:41.788 INFO O| Aug 25 07:49:41.788 INFO STEP 205 (remove_files) COMPLETE
59112026-08-25T07:49:42.744Z[ recovery-image] Aug 25 07:49:41.788 INFO O| Aug 25 07:49:41.788 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-25T07:49:42.744Z[ recovery-image] Aug 25 07:49:41.799 INFO O| Aug 25 07:49:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59132026-08-25T07:49:42.744Z[ recovery-image] Aug 25 07:49:41.799 INFO O| Aug 25 07:49:41.799 INFO STEP 206 (remove_files) COMPLETE
59142026-08-25T07:49:42.744Z[ recovery-image] Aug 25 07:49:41.799 INFO O| Aug 25 07:49:41.799 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-25T07:49:42.756Z[ recovery-image] Aug 25 07:49:41.810 INFO O| Aug 25 07:49:41.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59162026-08-25T07:49:42.756Z[ recovery-image] Aug 25 07:49:41.810 INFO O| Aug 25 07:49:41.810 INFO STEP 207 (remove_files) COMPLETE
59172026-08-25T07:49:42.773Z[ recovery-image] Aug 25 07:49:41.810 INFO O| Aug 25 07:49:41.810 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-25T07:49:42.793Z[ recovery-image] Aug 25 07:49:41.821 INFO O| Aug 25 07:49:41.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59192026-08-25T07:49:42.793Z[ recovery-image] Aug 25 07:49:41.821 INFO O| Aug 25 07:49:41.821 INFO STEP 208 (remove_files) COMPLETE
59202026-08-25T07:49:42.793Z[ recovery-image] Aug 25 07:49:41.821 INFO O| Aug 25 07:49:41.821 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-25T07:49:42.793Z[ recovery-image] Aug 25 07:49:41.831 INFO O| Aug 25 07:49:41.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59222026-08-25T07:49:42.793Z[ recovery-image] Aug 25 07:49:41.831 INFO O| Aug 25 07:49:41.831 INFO STEP 209 (remove_files) COMPLETE
59232026-08-25T07:49:42.793Z[ recovery-image] Aug 25 07:49:41.831 INFO O| Aug 25 07:49:41.831 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-25T07:49:42.804Z[ recovery-image] Aug 25 07:49:41.842 INFO O| Aug 25 07:49:41.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59252026-08-25T07:49:42.804Z[ recovery-image] Aug 25 07:49:41.843 INFO O| Aug 25 07:49:41.843 INFO STEP 210 (remove_files) COMPLETE
59262026-08-25T07:49:42.804Z[ recovery-image] Aug 25 07:49:41.843 INFO O| Aug 25 07:49:41.843 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-25T07:49:42.804Z[ recovery-image] Aug 25 07:49:41.853 INFO O| Aug 25 07:49:41.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59282026-08-25T07:49:42.804Z[ recovery-image] Aug 25 07:49:41.854 INFO O| Aug 25 07:49:41.854 INFO STEP 211 (remove_files) COMPLETE
59292026-08-25T07:49:42.804Z[ recovery-image] Aug 25 07:49:41.854 INFO O| Aug 25 07:49:41.854 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-25T07:49:42.816Z[ recovery-image] Aug 25 07:49:41.865 INFO O| Aug 25 07:49:41.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59312026-08-25T07:49:42.816Z[ recovery-image] Aug 25 07:49:41.865 INFO O| Aug 25 07:49:41.865 INFO STEP 212 (remove_files) COMPLETE
59322026-08-25T07:49:42.816Z[ recovery-image] Aug 25 07:49:41.865 INFO O| Aug 25 07:49:41.865 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-25T07:49:42.838Z[ recovery-image] Aug 25 07:49:41.876 INFO O| Aug 25 07:49:41.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59342026-08-25T07:49:42.838Z[ recovery-image] Aug 25 07:49:41.876 INFO O| Aug 25 07:49:41.876 INFO STEP 213 (remove_files) COMPLETE
59352026-08-25T07:49:42.838Z[ recovery-image] Aug 25 07:49:41.876 INFO O| Aug 25 07:49:41.876 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-25T07:49:42.848Z[ recovery-image] Aug 25 07:49:41.887 INFO O| Aug 25 07:49:41.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59372026-08-25T07:49:42.848Z[ recovery-image] Aug 25 07:49:41.887 INFO O| Aug 25 07:49:41.887 INFO STEP 214 (remove_files) COMPLETE
59382026-08-25T07:49:42.848Z[ recovery-image] Aug 25 07:49:41.887 INFO O| Aug 25 07:49:41.887 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-25T07:49:42.848Z[ recovery-image] Aug 25 07:49:41.897 INFO O| Aug 25 07:49:41.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59402026-08-25T07:49:42.848Z[ recovery-image] Aug 25 07:49:41.897 INFO O| Aug 25 07:49:41.897 INFO STEP 215 (remove_files) COMPLETE
59412026-08-25T07:49:42.848Z[ recovery-image] Aug 25 07:49:41.897 INFO O| Aug 25 07:49:41.897 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-25T07:49:42.863Z[ recovery-image] Aug 25 07:49:41.907 INFO O| Aug 25 07:49:41.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59432026-08-25T07:49:42.863Z[ recovery-image] Aug 25 07:49:41.907 INFO O| Aug 25 07:49:41.907 INFO STEP 216 (remove_files) COMPLETE
59442026-08-25T07:49:42.863Z[ recovery-image] Aug 25 07:49:41.907 INFO O| Aug 25 07:49:41.907 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-25T07:49:42.880Z[ recovery-image] Aug 25 07:49:41.917 INFO O| Aug 25 07:49:41.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59462026-08-25T07:49:42.880Z[ recovery-image] Aug 25 07:49:41.917 INFO O| Aug 25 07:49:41.917 INFO STEP 217 (remove_files) COMPLETE
59472026-08-25T07:49:42.880Z[ recovery-image] Aug 25 07:49:41.917 INFO O| Aug 25 07:49:41.917 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-25T07:49:42.892Z[ recovery-image] Aug 25 07:49:41.947 INFO O| Aug 25 07:49:41.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59492026-08-25T07:49:42.892Z[ recovery-image] Aug 25 07:49:41.947 INFO O| Aug 25 07:49:41.947 INFO STEP 218 (remove_files) COMPLETE
59502026-08-25T07:49:42.907Z[ recovery-image] Aug 25 07:49:41.947 INFO O| Aug 25 07:49:41.947 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-25T07:49:42.923Z[ recovery-image] Aug 25 07:49:41.957 INFO O| Aug 25 07:49:41.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59522026-08-25T07:49:42.923Z[ recovery-image] Aug 25 07:49:41.957 INFO O| Aug 25 07:49:41.957 INFO STEP 219 (remove_files) COMPLETE
59532026-08-25T07:49:42.923Z[ recovery-image] Aug 25 07:49:41.957 INFO O| Aug 25 07:49:41.957 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-25T07:49:42.923Z[ recovery-image] Aug 25 07:49:41.965 INFO O| Aug 25 07:49:41.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59552026-08-25T07:49:42.923Z[ recovery-image] Aug 25 07:49:41.965 INFO O| Aug 25 07:49:41.965 INFO STEP 220 (remove_files) COMPLETE
59562026-08-25T07:49:42.923Z[ recovery-image] Aug 25 07:49:41.965 INFO O| Aug 25 07:49:41.965 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-25T07:49:42.931Z[ recovery-image] Aug 25 07:49:41.975 INFO O| Aug 25 07:49:41.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59582026-08-25T07:49:42.931Z[ recovery-image] Aug 25 07:49:41.975 INFO O| Aug 25 07:49:41.975 INFO STEP 221 (remove_files) COMPLETE
59592026-08-25T07:49:42.931Z[ recovery-image] Aug 25 07:49:41.975 INFO O| Aug 25 07:49:41.975 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-25T07:49:42.931Z[ recovery-image] Aug 25 07:49:41.983 INFO O| Aug 25 07:49:41.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59612026-08-25T07:49:42.931Z[ recovery-image] Aug 25 07:49:41.983 INFO O| Aug 25 07:49:41.983 INFO STEP 222 (remove_files) COMPLETE
59622026-08-25T07:49:42.931Z[ recovery-image] Aug 25 07:49:41.984 INFO O| Aug 25 07:49:41.983 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-25T07:49:42.941Z[ recovery-image] Aug 25 07:49:41.992 INFO O| Aug 25 07:49:41.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59642026-08-25T07:49:42.941Z[ recovery-image] Aug 25 07:49:41.992 INFO O| Aug 25 07:49:41.992 INFO STEP 223 (remove_files) COMPLETE
59652026-08-25T07:49:42.941Z[ recovery-image] Aug 25 07:49:41.992 INFO O| Aug 25 07:49:41.992 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-25T07:49:42.949Z[ recovery-image] Aug 25 07:49:42.003 INFO O| Aug 25 07:49:42.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59672026-08-25T07:49:42.949Z[ recovery-image] Aug 25 07:49:42.003 INFO O| Aug 25 07:49:42.003 INFO STEP 224 (remove_files) COMPLETE
59682026-08-25T07:49:42.949Z[ recovery-image] Aug 25 07:49:42.003 INFO O| Aug 25 07:49:42.003 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-25T07:49:42.959Z[ recovery-image] Aug 25 07:49:42.012 INFO O| Aug 25 07:49:42.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59702026-08-25T07:49:42.959Z[ recovery-image] Aug 25 07:49:42.012 INFO O| Aug 25 07:49:42.012 INFO STEP 225 (remove_files) COMPLETE
59712026-08-25T07:49:42.965Z[ recovery-image] Aug 25 07:49:42.012 INFO O| Aug 25 07:49:42.012 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-25T07:49:42.972Z[ recovery-image] Aug 25 07:49:42.022 INFO O| Aug 25 07:49:42.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59732026-08-25T07:49:42.972Z[ recovery-image] Aug 25 07:49:42.023 INFO O| Aug 25 07:49:42.022 INFO STEP 226 (remove_files) COMPLETE
59742026-08-25T07:49:42.972Z[ recovery-image] Aug 25 07:49:42.023 INFO O| Aug 25 07:49:42.022 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-25T07:49:42.985Z[ recovery-image] Aug 25 07:49:42.033 INFO O| Aug 25 07:49:42.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59762026-08-25T07:49:42.985Z[ recovery-image] Aug 25 07:49:42.033 INFO O| Aug 25 07:49:42.033 INFO STEP 227 (remove_files) COMPLETE
59772026-08-25T07:49:42.985Z[ recovery-image] Aug 25 07:49:42.033 INFO O| Aug 25 07:49:42.033 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-25T07:49:42.996Z[ recovery-image] Aug 25 07:49:42.043 INFO O| Aug 25 07:49:42.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59792026-08-25T07:49:42.996Z[ recovery-image] Aug 25 07:49:42.043 INFO O| Aug 25 07:49:42.043 INFO STEP 228 (remove_files) COMPLETE
59802026-08-25T07:49:42.996Z[ recovery-image] Aug 25 07:49:42.043 INFO O| Aug 25 07:49:42.043 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-25T07:49:43.017Z[ recovery-image] Aug 25 07:49:42.053 INFO O| Aug 25 07:49:42.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59822026-08-25T07:49:43.017Z[ recovery-image] Aug 25 07:49:42.053 INFO O| Aug 25 07:49:42.053 INFO STEP 229 (remove_files) COMPLETE
59832026-08-25T07:49:43.017Z[ recovery-image] Aug 25 07:49:42.053 INFO O| Aug 25 07:49:42.053 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.063 INFO O| Aug 25 07:49:42.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59852026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.063 INFO O| Aug 25 07:49:42.063 INFO STEP 230 (remove_files) COMPLETE
59862026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.063 INFO O| Aug 25 07:49:42.063 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.072 INFO O| Aug 25 07:49:42.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59882026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.072 INFO O| Aug 25 07:49:42.072 INFO STEP 231 (remove_files) COMPLETE
59892026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.072 INFO O| Aug 25 07:49:42.072 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.081 INFO O| Aug 25 07:49:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59912026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.081 INFO O| Aug 25 07:49:42.081 INFO STEP 232 (remove_files) COMPLETE
59922026-08-25T07:49:43.029Z[ recovery-image] Aug 25 07:49:42.081 INFO O| Aug 25 07:49:42.081 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-25T07:49:43.043Z[ recovery-image] Aug 25 07:49:42.089 INFO O| Aug 25 07:49:42.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59942026-08-25T07:49:43.043Z[ recovery-image] Aug 25 07:49:42.089 INFO O| Aug 25 07:49:42.089 INFO STEP 233 (remove_files) COMPLETE
59952026-08-25T07:49:43.043Z[ recovery-image] Aug 25 07:49:42.089 INFO O| Aug 25 07:49:42.089 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-25T07:49:43.056Z[ recovery-image] Aug 25 07:49:42.098 INFO O| Aug 25 07:49:42.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59972026-08-25T07:49:43.056Z[ recovery-image] Aug 25 07:49:42.098 INFO O| Aug 25 07:49:42.098 INFO STEP 234 (remove_files) COMPLETE
59982026-08-25T07:49:43.056Z[ recovery-image] Aug 25 07:49:42.098 INFO O| Aug 25 07:49:42.098 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-25T07:49:43.056Z[ recovery-image] Aug 25 07:49:42.107 INFO O| Aug 25 07:49:42.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60002026-08-25T07:49:43.056Z[ recovery-image] Aug 25 07:49:42.108 INFO O| Aug 25 07:49:42.108 INFO STEP 235 (remove_files) COMPLETE
60012026-08-25T07:49:43.056Z[ recovery-image] Aug 25 07:49:42.108 INFO O| Aug 25 07:49:42.108 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-25T07:49:43.066Z[ recovery-image] Aug 25 07:49:42.117 INFO O| Aug 25 07:49:42.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60032026-08-25T07:49:43.066Z[ recovery-image] Aug 25 07:49:42.117 INFO O| Aug 25 07:49:42.117 INFO STEP 236 (remove_files) COMPLETE
60042026-08-25T07:49:43.066Z[ recovery-image] Aug 25 07:49:42.117 INFO O| Aug 25 07:49:42.117 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-25T07:49:43.075Z[ recovery-image] Aug 25 07:49:42.125 INFO O| Aug 25 07:49:42.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60062026-08-25T07:49:43.075Z[ recovery-image] Aug 25 07:49:42.125 INFO O| Aug 25 07:49:42.125 INFO STEP 237 (remove_files) COMPLETE
60072026-08-25T07:49:43.075Z[ recovery-image] Aug 25 07:49:42.125 INFO O| Aug 25 07:49:42.125 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-25T07:49:43.085Z[ recovery-image] Aug 25 07:49:42.136 INFO O| Aug 25 07:49:42.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60092026-08-25T07:49:43.085Z[ recovery-image] Aug 25 07:49:42.136 INFO O| Aug 25 07:49:42.136 INFO STEP 238 (remove_files) COMPLETE
60102026-08-25T07:49:43.085Z[ recovery-image] Aug 25 07:49:42.136 INFO O| Aug 25 07:49:42.136 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-25T07:49:43.096Z[ recovery-image] Aug 25 07:49:42.150 INFO O| Aug 25 07:49:42.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60122026-08-25T07:49:43.097Z[ recovery-image] Aug 25 07:49:42.150 INFO O| Aug 25 07:49:42.150 INFO STEP 239 (remove_files) COMPLETE
60132026-08-25T07:49:43.097Z[ recovery-image] Aug 25 07:49:42.150 INFO O| Aug 25 07:49:42.150 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-25T07:49:43.112Z[ recovery-image] Aug 25 07:49:42.162 INFO O| Aug 25 07:49:42.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60152026-08-25T07:49:43.112Z[ recovery-image] Aug 25 07:49:42.162 INFO O| Aug 25 07:49:42.162 INFO STEP 240 (remove_files) COMPLETE
60162026-08-25T07:49:43.112Z[ recovery-image] Aug 25 07:49:42.162 INFO O| Aug 25 07:49:42.162 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-25T07:49:43.122Z[ recovery-image] Aug 25 07:49:42.172 INFO O| Aug 25 07:49:42.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60182026-08-25T07:49:43.122Z[ recovery-image] Aug 25 07:49:42.172 INFO O| Aug 25 07:49:42.172 INFO STEP 241 (remove_files) COMPLETE
60192026-08-25T07:49:43.123Z[ recovery-image] Aug 25 07:49:42.172 INFO O| Aug 25 07:49:42.172 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-25T07:49:43.142Z[ recovery-image] Aug 25 07:49:42.183 INFO O| Aug 25 07:49:42.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60212026-08-25T07:49:43.142Z[ recovery-image] Aug 25 07:49:42.183 INFO O| Aug 25 07:49:42.183 INFO STEP 242 (remove_files) COMPLETE
60222026-08-25T07:49:43.142Z[ recovery-image] Aug 25 07:49:42.183 INFO O| Aug 25 07:49:42.183 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-25T07:49:43.154Z[ recovery-image] Aug 25 07:49:42.193 INFO O| Aug 25 07:49:42.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60242026-08-25T07:49:43.154Z[ recovery-image] Aug 25 07:49:42.193 INFO O| Aug 25 07:49:42.193 INFO STEP 243 (remove_files) COMPLETE
60252026-08-25T07:49:43.155Z[ recovery-image] Aug 25 07:49:42.193 INFO O| Aug 25 07:49:42.193 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-25T07:49:43.155Z[ recovery-image] Aug 25 07:49:42.204 INFO O| Aug 25 07:49:42.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60272026-08-25T07:49:43.155Z[ recovery-image] Aug 25 07:49:42.204 INFO O| Aug 25 07:49:42.204 INFO STEP 244 (remove_files) COMPLETE
60282026-08-25T07:49:43.155Z[ recovery-image] Aug 25 07:49:42.204 INFO O| Aug 25 07:49:42.204 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-25T07:49:43.166Z[ recovery-image] Aug 25 07:49:42.216 INFO O| Aug 25 07:49:42.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60302026-08-25T07:49:43.166Z[ recovery-image] Aug 25 07:49:42.216 INFO O| Aug 25 07:49:42.216 INFO STEP 245 (remove_files) COMPLETE
60312026-08-25T07:49:43.166Z[ recovery-image] Aug 25 07:49:42.216 INFO O| Aug 25 07:49:42.216 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-25T07:49:43.214Z[ recovery-image] Aug 25 07:49:42.226 INFO O| Aug 25 07:49:42.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60332026-08-25T07:49:43.215Z[ recovery-image] Aug 25 07:49:42.226 INFO O| Aug 25 07:49:42.226 INFO STEP 246 (remove_files) COMPLETE
60342026-08-25T07:49:43.215Z[ recovery-image] Aug 25 07:49:42.226 INFO O| Aug 25 07:49:42.226 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-25T07:49:43.225Z[ recovery-image] Aug 25 07:49:42.236 INFO O| Aug 25 07:49:42.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60362026-08-25T07:49:43.225Z[ recovery-image] Aug 25 07:49:42.236 INFO O| Aug 25 07:49:42.236 INFO STEP 247 (remove_files) COMPLETE
60372026-08-25T07:49:43.225Z[ recovery-image] Aug 25 07:49:42.236 INFO O| Aug 25 07:49:42.236 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-25T07:49:43.225Z[ recovery-image] Aug 25 07:49:42.246 INFO O| Aug 25 07:49:42.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60392026-08-25T07:49:43.225Z[ recovery-image] Aug 25 07:49:42.246 INFO O| Aug 25 07:49:42.246 INFO STEP 248 (remove_files) COMPLETE
60402026-08-25T07:49:43.225Z[ recovery-image] Aug 25 07:49:42.246 INFO O| Aug 25 07:49:42.246 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-25T07:49:43.226Z[ recovery-image] Aug 25 07:49:42.261 INFO O| Aug 25 07:49:42.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60422026-08-25T07:49:43.226Z[ recovery-image] Aug 25 07:49:42.261 INFO O| Aug 25 07:49:42.256 INFO STEP 249 (remove_files) COMPLETE
60432026-08-25T07:49:43.226Z[ recovery-image] Aug 25 07:49:42.261 INFO O| Aug 25 07:49:42.256 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-25T07:49:43.226Z[ recovery-image] Aug 25 07:49:42.272 INFO O| Aug 25 07:49:42.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60452026-08-25T07:49:43.226Z[ recovery-image] Aug 25 07:49:42.272 INFO O| Aug 25 07:49:42.272 INFO STEP 250 (remove_files) COMPLETE
60462026-08-25T07:49:43.226Z[ recovery-image] Aug 25 07:49:42.272 INFO O| Aug 25 07:49:42.272 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-25T07:49:43.233Z[ recovery-image] Aug 25 07:49:42.283 INFO O| Aug 25 07:49:42.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60482026-08-25T07:49:43.233Z[ recovery-image] Aug 25 07:49:42.283 INFO O| Aug 25 07:49:42.283 INFO STEP 251 (remove_files) COMPLETE
60492026-08-25T07:49:43.233Z[ recovery-image] Aug 25 07:49:42.283 INFO O| Aug 25 07:49:42.283 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-25T07:49:43.248Z[ recovery-image] Aug 25 07:49:42.292 INFO O| Aug 25 07:49:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60512026-08-25T07:49:43.248Z[ recovery-image] Aug 25 07:49:42.292 INFO O| Aug 25 07:49:42.292 INFO STEP 252 (remove_files) COMPLETE
60522026-08-25T07:49:43.248Z[ recovery-image] Aug 25 07:49:42.292 INFO O| Aug 25 07:49:42.292 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-25T07:49:43.273Z[ recovery-image] Aug 25 07:49:42.301 INFO O| Aug 25 07:49:42.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60542026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.301 INFO O| Aug 25 07:49:42.301 INFO STEP 253 (remove_files) COMPLETE
60552026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.301 INFO O| Aug 25 07:49:42.301 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.311 INFO O| Aug 25 07:49:42.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60572026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.313 INFO O| Aug 25 07:49:42.313 INFO STEP 254 (remove_files) COMPLETE
60582026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.313 INFO O| Aug 25 07:49:42.313 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.323 INFO O| Aug 25 07:49:42.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60602026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.323 INFO O| Aug 25 07:49:42.323 INFO STEP 255 (remove_files) COMPLETE
60612026-08-25T07:49:43.274Z[ recovery-image] Aug 25 07:49:42.323 INFO O| Aug 25 07:49:42.323 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-25T07:49:43.286Z[ recovery-image] Aug 25 07:49:42.333 INFO O| Aug 25 07:49:42.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60632026-08-25T07:49:43.286Z[ recovery-image] Aug 25 07:49:42.333 INFO O| Aug 25 07:49:42.333 INFO STEP 256 (remove_files) COMPLETE
60642026-08-25T07:49:43.286Z[ recovery-image] Aug 25 07:49:42.333 INFO O| Aug 25 07:49:42.333 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-25T07:49:43.294Z[ recovery-image] Aug 25 07:49:42.343 INFO O| Aug 25 07:49:42.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60662026-08-25T07:49:43.294Z[ recovery-image] Aug 25 07:49:42.343 INFO O| Aug 25 07:49:42.343 INFO STEP 257 (remove_files) COMPLETE
60672026-08-25T07:49:43.294Z[ recovery-image] Aug 25 07:49:42.343 INFO O| Aug 25 07:49:42.343 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-25T07:49:43.315Z[ recovery-image] Aug 25 07:49:42.352 INFO O| Aug 25 07:49:42.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60692026-08-25T07:49:43.315Z[ recovery-image] Aug 25 07:49:42.352 INFO O| Aug 25 07:49:42.352 INFO STEP 258 (remove_files) COMPLETE
60702026-08-25T07:49:43.315Z[ recovery-image] Aug 25 07:49:42.352 INFO O| Aug 25 07:49:42.352 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.361 INFO O| Aug 25 07:49:42.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60722026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.361 INFO O| Aug 25 07:49:42.361 INFO STEP 259 (remove_files) COMPLETE
60732026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.361 INFO O| Aug 25 07:49:42.361 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.369 INFO O| Aug 25 07:49:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60752026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.369 INFO O| Aug 25 07:49:42.369 INFO STEP 260 (remove_files) COMPLETE
60762026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.369 INFO O| Aug 25 07:49:42.369 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.377 INFO O| Aug 25 07:49:42.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60782026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.377 INFO O| Aug 25 07:49:42.377 INFO STEP 261 (remove_files) COMPLETE
60792026-08-25T07:49:43.331Z[ recovery-image] Aug 25 07:49:42.377 INFO O| Aug 25 07:49:42.377 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-25T07:49:43.340Z[ recovery-image] Aug 25 07:49:42.386 INFO O| Aug 25 07:49:42.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60812026-08-25T07:49:43.340Z[ recovery-image] Aug 25 07:49:42.386 INFO O| Aug 25 07:49:42.386 INFO STEP 262 (remove_files) COMPLETE
60822026-08-25T07:49:43.340Z[ recovery-image] Aug 25 07:49:42.386 INFO O| Aug 25 07:49:42.386 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-25T07:49:43.352Z[ recovery-image] Aug 25 07:49:42.394 INFO O| Aug 25 07:49:42.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60842026-08-25T07:49:43.352Z[ recovery-image] Aug 25 07:49:42.395 INFO O| Aug 25 07:49:42.395 INFO STEP 263 (remove_files) COMPLETE
60852026-08-25T07:49:43.352Z[ recovery-image] Aug 25 07:49:42.395 INFO O| Aug 25 07:49:42.395 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-25T07:49:43.352Z[ recovery-image] Aug 25 07:49:42.403 INFO O| Aug 25 07:49:42.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60872026-08-25T07:49:43.352Z[ recovery-image] Aug 25 07:49:42.403 INFO O| Aug 25 07:49:42.403 INFO STEP 264 (remove_files) COMPLETE
60882026-08-25T07:49:43.353Z[ recovery-image] Aug 25 07:49:42.403 INFO O| Aug 25 07:49:42.403 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-25T07:49:43.370Z[ recovery-image] Aug 25 07:49:42.412 INFO O| Aug 25 07:49:42.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60902026-08-25T07:49:43.370Z[ recovery-image] Aug 25 07:49:42.412 INFO O| Aug 25 07:49:42.412 INFO STEP 265 (remove_files) COMPLETE
60912026-08-25T07:49:43.370Z[ recovery-image] Aug 25 07:49:42.412 INFO O| Aug 25 07:49:42.412 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-25T07:49:43.382Z[ recovery-image] Aug 25 07:49:42.421 INFO O| Aug 25 07:49:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60932026-08-25T07:49:43.382Z[ recovery-image] Aug 25 07:49:42.421 INFO O| Aug 25 07:49:42.421 INFO STEP 266 (remove_files) COMPLETE
60942026-08-25T07:49:43.382Z[ recovery-image] Aug 25 07:49:42.421 INFO O| Aug 25 07:49:42.421 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-25T07:49:43.382Z[ recovery-image] Aug 25 07:49:42.429 INFO O| Aug 25 07:49:42.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60962026-08-25T07:49:43.382Z[ recovery-image] Aug 25 07:49:42.430 INFO O| Aug 25 07:49:42.430 INFO STEP 267 (remove_files) COMPLETE
60972026-08-25T07:49:43.382Z[ recovery-image] Aug 25 07:49:42.430 INFO O| Aug 25 07:49:42.430 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-25T07:49:43.395Z[ recovery-image] Aug 25 07:49:42.438 INFO O| Aug 25 07:49:42.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60992026-08-25T07:49:43.395Z[ recovery-image] Aug 25 07:49:42.438 INFO O| Aug 25 07:49:42.438 INFO STEP 268 (remove_files) COMPLETE
61002026-08-25T07:49:43.395Z[ recovery-image] Aug 25 07:49:42.438 INFO O| Aug 25 07:49:42.438 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-25T07:49:43.395Z[ recovery-image] Aug 25 07:49:42.447 INFO O| Aug 25 07:49:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61022026-08-25T07:49:43.395Z[ recovery-image] Aug 25 07:49:42.447 INFO O| Aug 25 07:49:42.447 INFO STEP 269 (remove_files) COMPLETE
61032026-08-25T07:49:43.395Z[ recovery-image] Aug 25 07:49:42.447 INFO O| Aug 25 07:49:42.447 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-25T07:49:43.405Z[ recovery-image] Aug 25 07:49:42.455 INFO O| Aug 25 07:49:42.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61052026-08-25T07:49:43.405Z[ recovery-image] Aug 25 07:49:42.455 INFO O| Aug 25 07:49:42.455 INFO STEP 270 (remove_files) COMPLETE
61062026-08-25T07:49:43.405Z[ recovery-image] Aug 25 07:49:42.456 INFO O| Aug 25 07:49:42.455 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-25T07:49:43.405Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
61082026-08-25T07:49:43.416Z[ recovery-image] Aug 25 07:49:42.464 INFO O| Aug 25 07:49:42.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61092026-08-25T07:49:43.417Z[ recovery-image] Aug 25 07:49:42.464 INFO O| Aug 25 07:49:42.464 INFO STEP 271 (remove_files) COMPLETE
61102026-08-25T07:49:43.417Z[ recovery-image] Aug 25 07:49:42.464 INFO O| Aug 25 07:49:42.464 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-25T07:49:43.429Z[ recovery-image] Aug 25 07:49:42.473 INFO O| Aug 25 07:49:42.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61122026-08-25T07:49:43.429Z[ recovery-image] Aug 25 07:49:42.474 INFO O| Aug 25 07:49:42.473 INFO STEP 272 (remove_files) COMPLETE
61132026-08-25T07:49:43.429Z[ recovery-image] Aug 25 07:49:42.474 INFO O| Aug 25 07:49:42.474 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-25T07:49:43.429Z[ recovery-image] Aug 25 07:49:42.483 INFO O| Aug 25 07:49:42.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61152026-08-25T07:49:43.430Z[ recovery-image] Aug 25 07:49:42.483 INFO O| Aug 25 07:49:42.483 INFO STEP 273 (remove_files) COMPLETE
61162026-08-25T07:49:43.430Z[ recovery-image] Aug 25 07:49:42.483 INFO O| Aug 25 07:49:42.483 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-25T07:49:43.443Z[ recovery-image] Aug 25 07:49:42.493 INFO O| Aug 25 07:49:42.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61182026-08-25T07:49:43.443Z[ recovery-image] Aug 25 07:49:42.493 INFO O| Aug 25 07:49:42.493 INFO STEP 274 (remove_files) COMPLETE
61192026-08-25T07:49:43.443Z[ recovery-image] Aug 25 07:49:42.493 INFO O| Aug 25 07:49:42.493 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-25T07:49:43.457Z[ recovery-image] Aug 25 07:49:42.503 INFO O| Aug 25 07:49:42.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61212026-08-25T07:49:43.457Z[ recovery-image] Aug 25 07:49:42.503 INFO O| Aug 25 07:49:42.503 INFO STEP 275 (remove_files) COMPLETE
61222026-08-25T07:49:43.457Z[ recovery-image] Aug 25 07:49:42.503 INFO O| Aug 25 07:49:42.503 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-25T07:49:43.467Z[ recovery-image] Aug 25 07:49:42.513 INFO O| Aug 25 07:49:42.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61242026-08-25T07:49:43.467Z[ recovery-image] Aug 25 07:49:42.513 INFO O| Aug 25 07:49:42.513 INFO STEP 276 (remove_files) COMPLETE
61252026-08-25T07:49:43.467Z[ recovery-image] Aug 25 07:49:42.513 INFO O| Aug 25 07:49:42.513 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-25T07:49:43.484Z[ recovery-image] Aug 25 07:49:42.523 INFO O| Aug 25 07:49:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61272026-08-25T07:49:43.484Z[ recovery-image] Aug 25 07:49:42.523 INFO O| Aug 25 07:49:42.523 INFO STEP 277 (remove_files) COMPLETE
61282026-08-25T07:49:43.484Z[ recovery-image] Aug 25 07:49:42.523 INFO O| Aug 25 07:49:42.523 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-25T07:49:43.484Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
61302026-08-25T07:49:43.502Z[ recovery-image] Aug 25 07:49:42.533 INFO O| Aug 25 07:49:42.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61312026-08-25T07:49:43.502Z[ recovery-image] Aug 25 07:49:42.533 INFO O| Aug 25 07:49:42.533 INFO STEP 278 (remove_files) COMPLETE
61322026-08-25T07:49:43.502Z[ recovery-image] Aug 25 07:49:42.533 INFO O| Aug 25 07:49:42.533 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-25T07:49:43.502Z[ recovery-image] Aug 25 07:49:42.542 INFO O| Aug 25 07:49:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61342026-08-25T07:49:43.502Z[ recovery-image] Aug 25 07:49:42.542 INFO O| Aug 25 07:49:42.542 INFO STEP 279 (remove_files) COMPLETE
61352026-08-25T07:49:43.502Z[ recovery-image] Aug 25 07:49:42.542 INFO O| Aug 25 07:49:42.542 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-25T07:49:43.516Z[ recovery-image] Aug 25 07:49:42.551 INFO O| Aug 25 07:49:42.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61372026-08-25T07:49:43.517Z[ recovery-image] Aug 25 07:49:42.552 INFO O| Aug 25 07:49:42.552 INFO STEP 280 (remove_files) COMPLETE
61382026-08-25T07:49:43.517Z[ recovery-image] Aug 25 07:49:42.552 INFO O| Aug 25 07:49:42.552 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-25T07:49:43.517Z[ recovery-image] Aug 25 07:49:42.561 INFO O| Aug 25 07:49:42.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61402026-08-25T07:49:43.517Z[ recovery-image] Aug 25 07:49:42.561 INFO O| Aug 25 07:49:42.561 INFO STEP 281 (remove_files) COMPLETE
61412026-08-25T07:49:43.517Z[ recovery-image] Aug 25 07:49:42.561 INFO O| Aug 25 07:49:42.561 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-25T07:49:43.529Z[ recovery-image] Aug 25 07:49:42.570 INFO O| Aug 25 07:49:42.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61432026-08-25T07:49:43.530Z[ recovery-image] Aug 25 07:49:42.570 INFO O| Aug 25 07:49:42.570 INFO STEP 282 (remove_files) COMPLETE
61442026-08-25T07:49:43.530Z[ recovery-image] Aug 25 07:49:42.570 INFO O| Aug 25 07:49:42.570 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-25T07:49:43.530Z[ recovery-image] Aug 25 07:49:42.580 INFO O| Aug 25 07:49:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61462026-08-25T07:49:43.530Z[ recovery-image] Aug 25 07:49:42.580 INFO O| Aug 25 07:49:42.580 INFO STEP 283 (remove_files) COMPLETE
61472026-08-25T07:49:43.530Z[ recovery-image] Aug 25 07:49:42.580 INFO O| Aug 25 07:49:42.580 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-25T07:49:43.546Z[ recovery-image] Aug 25 07:49:42.590 INFO O| Aug 25 07:49:42.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61492026-08-25T07:49:43.546Z[ recovery-image] Aug 25 07:49:42.590 INFO O| Aug 25 07:49:42.590 INFO STEP 284 (remove_files) COMPLETE
61502026-08-25T07:49:43.546Z[ recovery-image] Aug 25 07:49:42.590 INFO O| Aug 25 07:49:42.590 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-25T07:49:43.560Z[ recovery-image] Aug 25 07:49:42.599 INFO O| Aug 25 07:49:42.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61522026-08-25T07:49:43.560Z[ recovery-image] Aug 25 07:49:42.599 INFO O| Aug 25 07:49:42.599 INFO STEP 285 (remove_files) COMPLETE
61532026-08-25T07:49:43.560Z[ recovery-image] Aug 25 07:49:42.599 INFO O| Aug 25 07:49:42.599 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-25T07:49:43.560Z[ recovery-image] Aug 25 07:49:42.608 INFO O| Aug 25 07:49:42.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61552026-08-25T07:49:43.560Z[ recovery-image] Aug 25 07:49:42.608 INFO O| Aug 25 07:49:42.608 INFO STEP 286 (remove_files) COMPLETE
61562026-08-25T07:49:43.560Z[ recovery-image] Aug 25 07:49:42.608 INFO O| Aug 25 07:49:42.608 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-25T07:49:43.573Z[ recovery-image] Aug 25 07:49:42.618 INFO O| Aug 25 07:49:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61582026-08-25T07:49:43.573Z[ recovery-image] Aug 25 07:49:42.618 INFO O| Aug 25 07:49:42.618 INFO STEP 287 (remove_files) COMPLETE
61592026-08-25T07:49:43.573Z[ recovery-image] Aug 25 07:49:42.618 INFO O| Aug 25 07:49:42.618 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-25T07:49:43.582Z[ recovery-image] Aug 25 07:49:42.635 INFO O| Aug 25 07:49:42.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61612026-08-25T07:49:43.582Z[ recovery-image] Aug 25 07:49:42.635 INFO O| Aug 25 07:49:42.635 INFO STEP 288 (remove_files) COMPLETE
61622026-08-25T07:49:43.582Z[ recovery-image] Aug 25 07:49:42.635 INFO O| Aug 25 07:49:42.635 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-25T07:49:43.597Z[ recovery-image] Aug 25 07:49:42.644 INFO O| Aug 25 07:49:42.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61642026-08-25T07:49:43.597Z[ recovery-image] Aug 25 07:49:42.645 INFO O| Aug 25 07:49:42.645 INFO STEP 289 (remove_files) COMPLETE
61652026-08-25T07:49:43.597Z[ recovery-image] Aug 25 07:49:42.645 INFO O| Aug 25 07:49:42.645 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-25T07:49:43.610Z[ recovery-image] Aug 25 07:49:42.654 INFO O| Aug 25 07:49:42.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61672026-08-25T07:49:43.610Z[ recovery-image] Aug 25 07:49:42.654 INFO O| Aug 25 07:49:42.654 INFO STEP 290 (remove_files) COMPLETE
61682026-08-25T07:49:43.610Z[ recovery-image] Aug 25 07:49:42.654 INFO O| Aug 25 07:49:42.654 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-25T07:49:43.627Z[ recovery-image] Aug 25 07:49:42.663 INFO O| Aug 25 07:49:42.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61702026-08-25T07:49:43.627Z[ recovery-image] Aug 25 07:49:42.663 INFO O| Aug 25 07:49:42.663 INFO STEP 291 (remove_files) COMPLETE
61712026-08-25T07:49:43.627Z[ recovery-image] Aug 25 07:49:42.663 INFO O| Aug 25 07:49:42.663 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-25T07:49:43.627Z[ recovery-image] Aug 25 07:49:42.672 INFO O| Aug 25 07:49:42.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61732026-08-25T07:49:43.628Z[ recovery-image] Aug 25 07:49:42.672 INFO O| Aug 25 07:49:42.672 INFO STEP 292 (remove_files) COMPLETE
61742026-08-25T07:49:43.628Z[ recovery-image] Aug 25 07:49:42.672 INFO O| Aug 25 07:49:42.672 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-25T07:49:43.638Z[ recovery-image] Aug 25 07:49:42.681 INFO O| Aug 25 07:49:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61762026-08-25T07:49:43.639Z[ recovery-image] Aug 25 07:49:42.681 INFO O| Aug 25 07:49:42.681 INFO STEP 293 (remove_files) COMPLETE
61772026-08-25T07:49:43.639Z[ recovery-image] Aug 25 07:49:42.681 INFO O| Aug 25 07:49:42.681 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-25T07:49:43.639Z[ recovery-image] Aug 25 07:49:42.690 INFO O| Aug 25 07:49:42.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61792026-08-25T07:49:43.639Z[ recovery-image] Aug 25 07:49:42.690 INFO O| Aug 25 07:49:42.690 INFO STEP 294 (remove_files) COMPLETE
61802026-08-25T07:49:43.639Z[ recovery-image] Aug 25 07:49:42.690 INFO O| Aug 25 07:49:42.690 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-25T07:49:43.648Z[ recovery-image] Aug 25 07:49:42.701 INFO O| Aug 25 07:49:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61822026-08-25T07:49:43.648Z[ recovery-image] Aug 25 07:49:42.701 INFO O| Aug 25 07:49:42.701 INFO STEP 295 (remove_files) COMPLETE
61832026-08-25T07:49:43.649Z[ recovery-image] Aug 25 07:49:42.701 INFO O| Aug 25 07:49:42.701 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-25T07:49:43.660Z[ recovery-image] Aug 25 07:49:42.711 INFO O| Aug 25 07:49:42.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61852026-08-25T07:49:43.660Z[ recovery-image] Aug 25 07:49:42.711 INFO O| Aug 25 07:49:42.711 INFO STEP 296 (remove_files) COMPLETE
61862026-08-25T07:49:43.660Z[ recovery-image] Aug 25 07:49:42.711 INFO O| Aug 25 07:49:42.711 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-25T07:49:43.686Z[ recovery-image] Aug 25 07:49:42.720 INFO O| Aug 25 07:49:42.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61882026-08-25T07:49:43.686Z[ recovery-image] Aug 25 07:49:42.720 INFO O| Aug 25 07:49:42.720 INFO STEP 297 (remove_files) COMPLETE
61892026-08-25T07:49:43.686Z[ recovery-image] Aug 25 07:49:42.720 INFO O| Aug 25 07:49:42.720 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-25T07:49:43.686Z[ recovery-image] Aug 25 07:49:42.730 INFO O| Aug 25 07:49:42.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61912026-08-25T07:49:43.686Z[ recovery-image] Aug 25 07:49:42.730 INFO O| Aug 25 07:49:42.730 INFO STEP 298 (remove_files) COMPLETE
61922026-08-25T07:49:43.686Z[ recovery-image] Aug 25 07:49:42.730 INFO O| Aug 25 07:49:42.730 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-25T07:49:43.700Z[ recovery-image] Aug 25 07:49:42.739 INFO O| Aug 25 07:49:42.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61942026-08-25T07:49:43.700Z[ recovery-image] Aug 25 07:49:42.740 INFO O| Aug 25 07:49:42.739 INFO STEP 299 (remove_files) COMPLETE
61952026-08-25T07:49:43.700Z[ recovery-image] Aug 25 07:49:42.740 INFO O| Aug 25 07:49:42.739 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-25T07:49:43.700Z[ recovery-image] Aug 25 07:49:42.749 INFO O| Aug 25 07:49:42.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61972026-08-25T07:49:43.700Z[ recovery-image] Aug 25 07:49:42.749 INFO O| Aug 25 07:49:42.749 INFO STEP 300 (remove_files) COMPLETE
61982026-08-25T07:49:43.700Z[ recovery-image] Aug 25 07:49:42.749 INFO O| Aug 25 07:49:42.749 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-25T07:49:43.713Z[ recovery-image] Aug 25 07:49:42.759 INFO O| Aug 25 07:49:42.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62002026-08-25T07:49:43.713Z[ recovery-image] Aug 25 07:49:42.759 INFO O| Aug 25 07:49:42.759 INFO STEP 301 (remove_files) COMPLETE
62012026-08-25T07:49:43.713Z[ recovery-image] Aug 25 07:49:42.759 INFO O| Aug 25 07:49:42.759 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-25T07:49:43.728Z[ recovery-image] Aug 25 07:49:42.768 INFO O| Aug 25 07:49:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62032026-08-25T07:49:43.728Z[ recovery-image] Aug 25 07:49:42.768 INFO O| Aug 25 07:49:42.768 INFO STEP 302 (remove_files) COMPLETE
62042026-08-25T07:49:43.728Z[ recovery-image] Aug 25 07:49:42.768 INFO O| Aug 25 07:49:42.768 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-25T07:49:43.728Z[ recovery-image] Aug 25 07:49:42.778 INFO O| Aug 25 07:49:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62062026-08-25T07:49:43.728Z[ recovery-image] Aug 25 07:49:42.778 INFO O| Aug 25 07:49:42.778 INFO STEP 303 (remove_files) COMPLETE
62072026-08-25T07:49:43.728Z[ recovery-image] Aug 25 07:49:42.778 INFO O| Aug 25 07:49:42.778 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-25T07:49:43.740Z[ recovery-image] Aug 25 07:49:42.787 INFO O| Aug 25 07:49:42.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62092026-08-25T07:49:43.740Z[ recovery-image] Aug 25 07:49:42.787 INFO O| Aug 25 07:49:42.787 INFO STEP 304 (remove_files) COMPLETE
62102026-08-25T07:49:43.740Z[ recovery-image] Aug 25 07:49:42.787 INFO O| Aug 25 07:49:42.787 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-25T07:49:43.756Z[ recovery-image] Aug 25 07:49:42.797 INFO O| Aug 25 07:49:42.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62122026-08-25T07:49:43.756Z[ recovery-image] Aug 25 07:49:42.797 INFO O| Aug 25 07:49:42.797 INFO STEP 305 (remove_files) COMPLETE
62132026-08-25T07:49:43.756Z[ recovery-image] Aug 25 07:49:42.797 INFO O| Aug 25 07:49:42.797 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-25T07:49:43.756Z[ recovery-image] Aug 25 07:49:42.806 INFO O| Aug 25 07:49:42.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62152026-08-25T07:49:43.756Z[ recovery-image] Aug 25 07:49:42.806 INFO O| Aug 25 07:49:42.806 INFO STEP 306 (remove_files) COMPLETE
62162026-08-25T07:49:43.756Z[ recovery-image] Aug 25 07:49:42.806 INFO O| Aug 25 07:49:42.806 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-25T07:49:43.769Z[ recovery-image] Aug 25 07:49:42.815 INFO O| Aug 25 07:49:42.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62182026-08-25T07:49:43.769Z[ recovery-image] Aug 25 07:49:42.815 INFO O| Aug 25 07:49:42.815 INFO STEP 307 (remove_files) COMPLETE
62192026-08-25T07:49:43.769Z[ recovery-image] Aug 25 07:49:42.815 INFO O| Aug 25 07:49:42.815 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-25T07:49:43.783Z[ recovery-image] Aug 25 07:49:42.824 INFO O| Aug 25 07:49:42.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62212026-08-25T07:49:43.783Z[ recovery-image] Aug 25 07:49:42.824 INFO O| Aug 25 07:49:42.824 INFO STEP 308 (remove_files) COMPLETE
62222026-08-25T07:49:43.783Z[ recovery-image] Aug 25 07:49:42.824 INFO O| Aug 25 07:49:42.824 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-25T07:49:43.783Z[ recovery-image] Aug 25 07:49:42.833 INFO O| Aug 25 07:49:42.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62242026-08-25T07:49:43.783Z[ recovery-image] Aug 25 07:49:42.833 INFO O| Aug 25 07:49:42.833 INFO STEP 309 (remove_files) COMPLETE
62252026-08-25T07:49:43.783Z[ recovery-image] Aug 25 07:49:42.833 INFO O| Aug 25 07:49:42.833 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-25T07:49:43.797Z[ recovery-image] Aug 25 07:49:42.843 INFO O| Aug 25 07:49:42.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62272026-08-25T07:49:43.797Z[ recovery-image] Aug 25 07:49:42.843 INFO O| Aug 25 07:49:42.843 INFO STEP 310 (remove_files) COMPLETE
62282026-08-25T07:49:43.797Z[ recovery-image] Aug 25 07:49:42.843 INFO O| Aug 25 07:49:42.843 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-25T07:49:43.808Z[ recovery-image] Aug 25 07:49:42.853 INFO O| Aug 25 07:49:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62302026-08-25T07:49:43.808Z[ recovery-image] Aug 25 07:49:42.853 INFO O| Aug 25 07:49:42.853 INFO STEP 311 (remove_files) COMPLETE
62312026-08-25T07:49:43.808Z[ recovery-image] Aug 25 07:49:42.853 INFO O| Aug 25 07:49:42.853 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-25T07:49:43.827Z[ recovery-image] Aug 25 07:49:42.863 INFO O| Aug 25 07:49:42.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62332026-08-25T07:49:43.827Z[ recovery-image] Aug 25 07:49:42.863 INFO O| Aug 25 07:49:42.863 INFO STEP 312 (remove_files) COMPLETE
62342026-08-25T07:49:43.827Z[ recovery-image] Aug 25 07:49:42.863 INFO O| Aug 25 07:49:42.863 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-25T07:49:43.827Z[ recovery-image] Aug 25 07:49:42.872 INFO O| Aug 25 07:49:42.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62362026-08-25T07:49:43.827Z[ recovery-image] Aug 25 07:49:42.872 INFO O| Aug 25 07:49:42.872 INFO STEP 313 (remove_files) COMPLETE
62372026-08-25T07:49:43.827Z[ recovery-image] Aug 25 07:49:42.872 INFO O| Aug 25 07:49:42.872 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-25T07:49:43.840Z[ recovery-image] Aug 25 07:49:42.882 INFO O| Aug 25 07:49:42.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62392026-08-25T07:49:43.841Z[ recovery-image] Aug 25 07:49:42.882 INFO O| Aug 25 07:49:42.882 INFO STEP 314 (remove_files) COMPLETE
62402026-08-25T07:49:43.841Z[ recovery-image] Aug 25 07:49:42.882 INFO O| Aug 25 07:49:42.882 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-25T07:49:43.841Z[ recovery-image] Aug 25 07:49:42.892 INFO O| Aug 25 07:49:42.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62422026-08-25T07:49:43.841Z[ recovery-image] Aug 25 07:49:42.892 INFO O| Aug 25 07:49:42.892 INFO STEP 315 (remove_files) COMPLETE
62432026-08-25T07:49:43.841Z[ recovery-image] Aug 25 07:49:42.892 INFO O| Aug 25 07:49:42.892 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-25T07:49:43.853Z[ recovery-image] Aug 25 07:49:42.902 INFO O| Aug 25 07:49:42.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62452026-08-25T07:49:43.853Z[ recovery-image] Aug 25 07:49:42.902 INFO O| Aug 25 07:49:42.902 INFO STEP 316 (remove_files) COMPLETE
62462026-08-25T07:49:43.853Z[ recovery-image] Aug 25 07:49:42.902 INFO O| Aug 25 07:49:42.902 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-25T07:49:43.875Z[ recovery-image] Aug 25 07:49:42.912 INFO O| Aug 25 07:49:42.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62482026-08-25T07:49:43.875Z[ recovery-image] Aug 25 07:49:42.912 INFO O| Aug 25 07:49:42.912 INFO STEP 317 (remove_files) COMPLETE
62492026-08-25T07:49:43.875Z[ recovery-image] Aug 25 07:49:42.912 INFO O| Aug 25 07:49:42.912 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-25T07:49:43.892Z[ recovery-image] Aug 25 07:49:42.923 INFO O| Aug 25 07:49:42.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62512026-08-25T07:49:43.892Z[ recovery-image] Aug 25 07:49:42.923 INFO O| Aug 25 07:49:42.923 INFO STEP 318 (remove_files) COMPLETE
62522026-08-25T07:49:43.892Z[ recovery-image] Aug 25 07:49:42.923 INFO O| Aug 25 07:49:42.923 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-25T07:49:43.892Z[ recovery-image] Aug 25 07:49:42.933 INFO O| Aug 25 07:49:42.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62542026-08-25T07:49:43.892Z[ recovery-image] Aug 25 07:49:42.933 INFO O| Aug 25 07:49:42.933 INFO STEP 319 (remove_files) COMPLETE
62552026-08-25T07:49:43.892Z[ recovery-image] Aug 25 07:49:42.933 INFO O| Aug 25 07:49:42.933 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-25T07:49:43.917Z[ recovery-image] Aug 25 07:49:42.943 INFO O| Aug 25 07:49:42.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62572026-08-25T07:49:43.917Z[ recovery-image] Aug 25 07:49:42.943 INFO O| Aug 25 07:49:42.943 INFO STEP 320 (remove_files) COMPLETE
62582026-08-25T07:49:43.917Z[ recovery-image] Aug 25 07:49:42.943 INFO O| Aug 25 07:49:42.943 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-25T07:49:43.917Z[ recovery-image] Aug 25 07:49:42.953 INFO O| Aug 25 07:49:42.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62602026-08-25T07:49:43.917Z[ recovery-image] Aug 25 07:49:42.954 INFO O| Aug 25 07:49:42.953 INFO STEP 321 (remove_files) COMPLETE
62612026-08-25T07:49:43.917Z[ recovery-image] Aug 25 07:49:42.954 INFO O| Aug 25 07:49:42.954 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-25T07:49:43.949Z[ recovery-image] Aug 25 07:49:42.964 INFO O| Aug 25 07:49:42.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62632026-08-25T07:49:43.949Z[ recovery-image] Aug 25 07:49:42.964 INFO O| Aug 25 07:49:42.964 INFO STEP 322 (remove_files) COMPLETE
62642026-08-25T07:49:43.949Z[ recovery-image] Aug 25 07:49:42.964 INFO O| Aug 25 07:49:42.964 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-25T07:49:43.949Z[ recovery-image] Aug 25 07:49:42.974 INFO O| Aug 25 07:49:42.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62662026-08-25T07:49:43.949Z[ recovery-image] Aug 25 07:49:42.974 INFO O| Aug 25 07:49:42.974 INFO STEP 323 (remove_files) COMPLETE
62672026-08-25T07:49:43.949Z[ recovery-image] Aug 25 07:49:42.974 INFO O| Aug 25 07:49:42.974 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:42.996 INFO O| Aug 25 07:49:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62692026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:42.996 INFO O| Aug 25 07:49:42.985 INFO STEP 324 (remove_files) COMPLETE
62702026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:42.996 INFO O| Aug 25 07:49:42.985 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:42.997 INFO O| Aug 25 07:49:42.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62722026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:42.997 INFO O| Aug 25 07:49:42.994 INFO STEP 325 (remove_files) COMPLETE
62732026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:42.997 INFO O| Aug 25 07:49:42.994 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:43.004 INFO O| Aug 25 07:49:43.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62752026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:43.004 INFO O| Aug 25 07:49:43.004 INFO STEP 326 (remove_files) COMPLETE
62762026-08-25T07:49:43.963Z[ recovery-image] Aug 25 07:49:43.004 INFO O| Aug 25 07:49:43.004 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-25T07:49:44.392Z[ recovery-image] Aug 25 07:49:43.037 INFO O| Aug 25 07:49:43.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62782026-08-25T07:49:44.392Z[ recovery-image] Aug 25 07:49:43.037 INFO O| Aug 25 07:49:43.037 INFO STEP 327 (remove_files) COMPLETE
62792026-08-25T07:49:44.392Z[ recovery-image] Aug 25 07:49:43.037 INFO O| Aug 25 07:49:43.037 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.047 INFO O| Aug 25 07:49:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62812026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.047 INFO O| Aug 25 07:49:43.047 INFO STEP 328 (remove_files) COMPLETE
62822026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.047 INFO O| Aug 25 07:49:43.047 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.056 INFO O| Aug 25 07:49:43.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62842026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.056 INFO O| Aug 25 07:49:43.056 INFO STEP 329 (remove_files) COMPLETE
62852026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.056 INFO O| Aug 25 07:49:43.056 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.064 INFO O| Aug 25 07:49:43.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62872026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.064 INFO O| Aug 25 07:49:43.064 INFO STEP 330 (remove_files) COMPLETE
62882026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.064 INFO O| Aug 25 07:49:43.064 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.074 INFO O| Aug 25 07:49:43.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62902026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.074 INFO O| Aug 25 07:49:43.074 INFO STEP 331 (remove_files) COMPLETE
62912026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.074 INFO O| Aug 25 07:49:43.074 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.082 INFO O| Aug 25 07:49:43.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62932026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.082 INFO O| Aug 25 07:49:43.082 INFO STEP 332 (remove_files) COMPLETE
62942026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.082 INFO O| Aug 25 07:49:43.082 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.090 INFO O| Aug 25 07:49:43.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62962026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.090 INFO O| Aug 25 07:49:43.090 INFO STEP 333 (remove_files) COMPLETE
62972026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.090 INFO O| Aug 25 07:49:43.090 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.098 INFO O| Aug 25 07:49:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62992026-08-25T07:49:44.416Z[ recovery-image] Aug 25 07:49:43.098 INFO O| Aug 25 07:49:43.098 INFO STEP 334 (remove_files) COMPLETE
63002026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.098 INFO O| Aug 25 07:49:43.098 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.106 INFO O| Aug 25 07:49:43.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63022026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.106 INFO O| Aug 25 07:49:43.106 INFO STEP 335 (remove_files) COMPLETE
63032026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.106 INFO O| Aug 25 07:49:43.106 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.115 INFO O| Aug 25 07:49:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63052026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.115 INFO O| Aug 25 07:49:43.115 INFO STEP 336 (remove_files) COMPLETE
63062026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.115 INFO O| Aug 25 07:49:43.115 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.124 INFO O| Aug 25 07:49:43.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63082026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.124 INFO O| Aug 25 07:49:43.124 INFO STEP 337 (remove_files) COMPLETE
63092026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.124 INFO O| Aug 25 07:49:43.124 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.134 INFO O| Aug 25 07:49:43.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63112026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.134 INFO O| Aug 25 07:49:43.134 INFO STEP 338 (remove_files) COMPLETE
63122026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.134 INFO O| Aug 25 07:49:43.134 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.145 INFO O| Aug 25 07:49:43.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63142026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.145 INFO O| Aug 25 07:49:43.145 INFO STEP 339 (remove_files) COMPLETE
63152026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.145 INFO O| Aug 25 07:49:43.145 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.156 INFO O| Aug 25 07:49:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63172026-08-25T07:49:44.417Z[ recovery-image] Aug 25 07:49:43.156 INFO O| Aug 25 07:49:43.156 INFO STEP 340 (remove_files) COMPLETE
63182026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.156 INFO O| Aug 25 07:49:43.156 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.165 INFO O| Aug 25 07:49:43.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63202026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.165 INFO O| Aug 25 07:49:43.165 INFO STEP 341 (remove_files) COMPLETE
63212026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.165 INFO O| Aug 25 07:49:43.165 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.176 INFO O| Aug 25 07:49:43.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63232026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.176 INFO O| Aug 25 07:49:43.176 INFO STEP 342 (remove_files) COMPLETE
63242026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.176 INFO O| Aug 25 07:49:43.176 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.187 INFO O| Aug 25 07:49:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63262026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.187 INFO O| Aug 25 07:49:43.187 INFO STEP 343 (remove_files) COMPLETE
63272026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.187 INFO O| Aug 25 07:49:43.187 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.197 INFO O| Aug 25 07:49:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63292026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.197 INFO O| Aug 25 07:49:43.197 INFO STEP 344 (remove_files) COMPLETE
63302026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.197 INFO O| Aug 25 07:49:43.197 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.207 INFO O| Aug 25 07:49:43.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63322026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.207 INFO O| Aug 25 07:49:43.207 INFO STEP 345 (remove_files) COMPLETE
63332026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.207 INFO O| Aug 25 07:49:43.207 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.218 INFO O| Aug 25 07:49:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63352026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.218 INFO O| Aug 25 07:49:43.218 INFO STEP 346 (remove_files) COMPLETE
63362026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.218 INFO O| Aug 25 07:49:43.218 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-25T07:49:44.418Z[ recovery-image] Aug 25 07:49:43.227 INFO O| Aug 25 07:49:43.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63382026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.227 INFO O| Aug 25 07:49:43.227 INFO STEP 347 (remove_files) COMPLETE
63392026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.227 INFO O| Aug 25 07:49:43.227 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.236 INFO O| Aug 25 07:49:43.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63412026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.236 INFO O| Aug 25 07:49:43.236 INFO STEP 348 (remove_files) COMPLETE
63422026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.236 INFO O| Aug 25 07:49:43.236 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.246 INFO O| Aug 25 07:49:43.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63442026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.246 INFO O| Aug 25 07:49:43.246 INFO STEP 349 (remove_files) COMPLETE
63452026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.246 INFO O| Aug 25 07:49:43.246 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.257 INFO O| Aug 25 07:49:43.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63472026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.257 INFO O| Aug 25 07:49:43.257 INFO STEP 350 (remove_files) COMPLETE
63482026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.257 INFO O| Aug 25 07:49:43.257 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.267 INFO O| Aug 25 07:49:43.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63502026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.267 INFO O| Aug 25 07:49:43.267 INFO STEP 351 (remove_files) COMPLETE
63512026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.267 INFO O| Aug 25 07:49:43.267 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.278 INFO O| Aug 25 07:49:43.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63532026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.278 INFO O| Aug 25 07:49:43.278 INFO STEP 352 (remove_files) COMPLETE
63542026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.278 INFO O| Aug 25 07:49:43.278 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.288 INFO O| Aug 25 07:49:43.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63562026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.288 INFO O| Aug 25 07:49:43.288 INFO STEP 353 (remove_files) COMPLETE
63572026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.288 INFO O| Aug 25 07:49:43.288 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.299 INFO O| Aug 25 07:49:43.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63592026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.299 INFO O| Aug 25 07:49:43.299 INFO STEP 354 (remove_files) COMPLETE
63602026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.299 INFO O| Aug 25 07:49:43.299 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.309 INFO O| Aug 25 07:49:43.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63622026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.309 INFO O| Aug 25 07:49:43.309 INFO STEP 355 (remove_files) COMPLETE
63632026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.309 INFO O| Aug 25 07:49:43.309 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.321 INFO O| Aug 25 07:49:43.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63652026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.321 INFO O| Aug 25 07:49:43.321 INFO STEP 356 (remove_files) COMPLETE
63662026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.321 INFO O| Aug 25 07:49:43.321 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.332 INFO O| Aug 25 07:49:43.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63682026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.332 INFO O| Aug 25 07:49:43.332 INFO STEP 357 (remove_files) COMPLETE
63692026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.332 INFO O| Aug 25 07:49:43.332 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.342 INFO O| Aug 25 07:49:43.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63712026-08-25T07:49:44.419Z[ recovery-image] Aug 25 07:49:43.342 INFO O| Aug 25 07:49:43.342 INFO STEP 358 (remove_files) COMPLETE
63722026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.342 INFO O| Aug 25 07:49:43.342 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.353 INFO O| Aug 25 07:49:43.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63742026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.353 INFO O| Aug 25 07:49:43.353 INFO STEP 359 (remove_files) COMPLETE
63752026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.353 INFO O| Aug 25 07:49:43.353 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.362 INFO O| Aug 25 07:49:43.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63772026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.362 INFO O| Aug 25 07:49:43.362 INFO STEP 360 (remove_files) COMPLETE
63782026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.362 INFO O| Aug 25 07:49:43.362 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-25T07:49:44.420Z[ recovery-image] Aug 25 07:49:43.371 INFO O| Aug 25 07:49:43.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63802026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.371 INFO O| Aug 25 07:49:43.371 INFO STEP 361 (remove_files) COMPLETE
63812026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.371 INFO O| Aug 25 07:49:43.371 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.379 INFO O| Aug 25 07:49:43.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63832026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.379 INFO O| Aug 25 07:49:43.379 INFO STEP 362 (remove_files) COMPLETE
63842026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.379 INFO O| Aug 25 07:49:43.379 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.389 INFO O| Aug 25 07:49:43.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63862026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.389 INFO O| Aug 25 07:49:43.389 INFO STEP 363 (remove_files) COMPLETE
63872026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.389 INFO O| Aug 25 07:49:43.389 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.399 INFO O| Aug 25 07:49:43.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63892026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.399 INFO O| Aug 25 07:49:43.399 INFO STEP 364 (remove_files) COMPLETE
63902026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.399 INFO O| Aug 25 07:49:43.399 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-25T07:49:44.452Z[ recovery-image] Aug 25 07:49:43.407 INFO O| Aug 25 07:49:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63922026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.407 INFO O| Aug 25 07:49:43.407 INFO STEP 365 (remove_files) COMPLETE
63932026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.407 INFO O| Aug 25 07:49:43.407 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.417 INFO O| Aug 25 07:49:43.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63952026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.417 INFO O| Aug 25 07:49:43.417 INFO STEP 366 (remove_files) COMPLETE
63962026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.417 INFO O| Aug 25 07:49:43.417 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.426 INFO O| Aug 25 07:49:43.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63982026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.426 INFO O| Aug 25 07:49:43.426 INFO STEP 367 (remove_files) COMPLETE
63992026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.426 INFO O| Aug 25 07:49:43.426 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.438 INFO O| Aug 25 07:49:43.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64012026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.438 INFO O| Aug 25 07:49:43.438 INFO STEP 368 (remove_files) COMPLETE
64022026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.438 INFO O| Aug 25 07:49:43.438 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.450 INFO O| Aug 25 07:49:43.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64042026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.450 INFO O| Aug 25 07:49:43.450 INFO STEP 369 (remove_files) COMPLETE
64052026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.450 INFO O| Aug 25 07:49:43.450 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.460 INFO O| Aug 25 07:49:43.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64072026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.460 INFO O| Aug 25 07:49:43.460 INFO STEP 370 (remove_files) COMPLETE
64082026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.460 INFO O| Aug 25 07:49:43.460 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.470 INFO O| Aug 25 07:49:43.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64102026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.470 INFO O| Aug 25 07:49:43.470 INFO STEP 371 (remove_files) COMPLETE
64112026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.470 INFO O| Aug 25 07:49:43.470 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.479 INFO O| Aug 25 07:49:43.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64132026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.479 INFO O| Aug 25 07:49:43.479 INFO STEP 372 (remove_files) COMPLETE
64142026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.479 INFO O| Aug 25 07:49:43.479 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.487 INFO O| Aug 25 07:49:43.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64162026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.488 INFO O| Aug 25 07:49:43.487 INFO STEP 373 (remove_files) COMPLETE
64172026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.488 INFO O| Aug 25 07:49:43.487 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.497 INFO O| Aug 25 07:49:43.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64192026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.497 INFO O| Aug 25 07:49:43.497 INFO STEP 374 (remove_files) COMPLETE
64202026-08-25T07:49:44.453Z[ recovery-image] Aug 25 07:49:43.497 INFO O| Aug 25 07:49:43.497 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-25T07:49:44.472Z[ recovery-image] Aug 25 07:49:43.507 INFO O| Aug 25 07:49:43.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64222026-08-25T07:49:44.472Z[ recovery-image] Aug 25 07:49:43.507 INFO O| Aug 25 07:49:43.507 INFO STEP 375 (remove_files) COMPLETE
64232026-08-25T07:49:44.472Z[ recovery-image] Aug 25 07:49:43.507 INFO O| Aug 25 07:49:43.507 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-25T07:49:44.472Z[ recovery-image] Aug 25 07:49:43.515 INFO O| Aug 25 07:49:43.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64252026-08-25T07:49:44.472Z[ recovery-image] Aug 25 07:49:43.515 INFO O| Aug 25 07:49:43.515 INFO STEP 376 (remove_files) COMPLETE
64262026-08-25T07:49:44.472Z[ recovery-image] Aug 25 07:49:43.515 INFO O| Aug 25 07:49:43.515 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-25T07:49:44.482Z[ recovery-image] Aug 25 07:49:43.524 INFO O| Aug 25 07:49:43.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64282026-08-25T07:49:44.482Z[ recovery-image] Aug 25 07:49:43.524 INFO O| Aug 25 07:49:43.524 INFO STEP 377 (remove_files) COMPLETE
64292026-08-25T07:49:44.482Z[ recovery-image] Aug 25 07:49:43.524 INFO O| Aug 25 07:49:43.524 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-25T07:49:44.482Z[ recovery-image] Aug 25 07:49:43.535 INFO O| Aug 25 07:49:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64312026-08-25T07:49:44.482Z[ recovery-image] Aug 25 07:49:43.535 INFO O| Aug 25 07:49:43.535 INFO STEP 378 (remove_files) COMPLETE
64322026-08-25T07:49:44.482Z[ recovery-image] Aug 25 07:49:43.535 INFO O| Aug 25 07:49:43.535 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-25T07:49:44.489Z[ recovery-image] Aug 25 07:49:43.546 INFO O| Aug 25 07:49:43.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64342026-08-25T07:49:44.498Z[ recovery-image] Aug 25 07:49:43.546 INFO O| Aug 25 07:49:43.546 INFO STEP 379 (remove_files) COMPLETE
64352026-08-25T07:49:44.498Z[ recovery-image] Aug 25 07:49:43.546 INFO O| Aug 25 07:49:43.546 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-25T07:49:44.507Z[ recovery-image] Aug 25 07:49:43.557 INFO O| Aug 25 07:49:43.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64372026-08-25T07:49:44.507Z[ recovery-image] Aug 25 07:49:43.557 INFO O| Aug 25 07:49:43.557 INFO STEP 380 (remove_files) COMPLETE
64382026-08-25T07:49:44.507Z[ recovery-image] Aug 25 07:49:43.557 INFO O| Aug 25 07:49:43.557 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-25T07:49:44.514Z[ recovery-image] Aug 25 07:49:43.567 INFO O| Aug 25 07:49:43.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64402026-08-25T07:49:44.514Z[ recovery-image] Aug 25 07:49:43.567 INFO O| Aug 25 07:49:43.567 INFO STEP 381 (remove_files) COMPLETE
64412026-08-25T07:49:44.514Z[ recovery-image] Aug 25 07:49:43.567 INFO O| Aug 25 07:49:43.567 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-25T07:49:44.519Z[ recovery-image] Aug 25 07:49:43.577 INFO O| Aug 25 07:49:43.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64432026-08-25T07:49:44.520Z[ recovery-image] Aug 25 07:49:43.577 INFO O| Aug 25 07:49:43.577 INFO STEP 382 (remove_files) COMPLETE
64442026-08-25T07:49:44.520Z[ recovery-image] Aug 25 07:49:43.577 INFO O| Aug 25 07:49:43.577 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-25T07:49:44.530Z[ recovery-image] Aug 25 07:49:43.587 INFO O| Aug 25 07:49:43.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64462026-08-25T07:49:44.530Z[ recovery-image] Aug 25 07:49:43.587 INFO O| Aug 25 07:49:43.587 INFO STEP 383 (remove_files) COMPLETE
64472026-08-25T07:49:44.530Z[ recovery-image] Aug 25 07:49:43.587 INFO O| Aug 25 07:49:43.587 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-25T07:49:44.540Z[ recovery-image] Aug 25 07:49:43.597 INFO O| Aug 25 07:49:43.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64492026-08-25T07:49:44.553Z[ recovery-image] Aug 25 07:49:43.598 INFO O| Aug 25 07:49:43.598 INFO STEP 384 (remove_files) COMPLETE
64502026-08-25T07:49:44.553Z[ recovery-image] Aug 25 07:49:43.598 INFO O| Aug 25 07:49:43.598 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-25T07:49:44.562Z[ recovery-image] Aug 25 07:49:43.609 INFO O| Aug 25 07:49:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64522026-08-25T07:49:44.562Z[ recovery-image] Aug 25 07:49:43.609 INFO O| Aug 25 07:49:43.609 INFO STEP 385 (remove_files) COMPLETE
64532026-08-25T07:49:44.562Z[ recovery-image] Aug 25 07:49:43.609 INFO O| Aug 25 07:49:43.609 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-25T07:49:44.570Z[ recovery-image] Aug 25 07:49:43.619 INFO O| Aug 25 07:49:43.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64552026-08-25T07:49:44.571Z[ recovery-image] Aug 25 07:49:43.619 INFO O| Aug 25 07:49:43.619 INFO STEP 386 (remove_files) COMPLETE
64562026-08-25T07:49:44.571Z[ recovery-image] Aug 25 07:49:43.619 INFO O| Aug 25 07:49:43.619 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-25T07:49:44.576Z[ recovery-image] Aug 25 07:49:43.629 INFO O| Aug 25 07:49:43.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64582026-08-25T07:49:44.576Z[ recovery-image] Aug 25 07:49:43.629 INFO O| Aug 25 07:49:43.629 INFO STEP 387 (remove_files) COMPLETE
64592026-08-25T07:49:44.576Z[ recovery-image] Aug 25 07:49:43.629 INFO O| Aug 25 07:49:43.629 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-25T07:49:44.581Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64612026-08-25T07:49:44.594Z[ recovery-image] Aug 25 07:49:43.640 INFO O| Aug 25 07:49:43.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64622026-08-25T07:49:44.594Z[ recovery-image] Aug 25 07:49:43.640 INFO O| Aug 25 07:49:43.640 INFO STEP 388 (remove_files) COMPLETE
64632026-08-25T07:49:44.594Z[ recovery-image] Aug 25 07:49:43.640 INFO O| Aug 25 07:49:43.640 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-25T07:49:44.602Z[ recovery-image] Aug 25 07:49:43.650 INFO O| Aug 25 07:49:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64652026-08-25T07:49:44.602Z[ recovery-image] Aug 25 07:49:43.650 INFO O| Aug 25 07:49:43.650 INFO STEP 389 (remove_files) COMPLETE
64662026-08-25T07:49:44.602Z[ recovery-image] Aug 25 07:49:43.650 INFO O| Aug 25 07:49:43.650 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-25T07:49:44.610Z[ recovery-image] Aug 25 07:49:43.660 INFO O| Aug 25 07:49:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64682026-08-25T07:49:44.611Z[ recovery-image] Aug 25 07:49:43.660 INFO O| Aug 25 07:49:43.660 INFO STEP 390 (remove_files) COMPLETE
64692026-08-25T07:49:44.611Z[ recovery-image] Aug 25 07:49:43.660 INFO O| Aug 25 07:49:43.660 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-25T07:49:44.618Z[ recovery-image] Aug 25 07:49:43.670 INFO O| Aug 25 07:49:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64712026-08-25T07:49:44.618Z[ recovery-image] Aug 25 07:49:43.670 INFO O| Aug 25 07:49:43.670 INFO STEP 391 (remove_files) COMPLETE
64722026-08-25T07:49:44.618Z[ recovery-image] Aug 25 07:49:43.670 INFO O| Aug 25 07:49:43.670 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-25T07:49:44.629Z[ recovery-image] Aug 25 07:49:43.681 INFO O| Aug 25 07:49:43.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64742026-08-25T07:49:44.629Z[ recovery-image] Aug 25 07:49:43.681 INFO O| Aug 25 07:49:43.681 INFO STEP 392 (remove_files) COMPLETE
64752026-08-25T07:49:44.629Z[ recovery-image] Aug 25 07:49:43.681 INFO O| Aug 25 07:49:43.681 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-25T07:49:44.657Z[ recovery-image] Aug 25 07:49:43.691 INFO O| Aug 25 07:49:43.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64772026-08-25T07:49:44.657Z[ recovery-image] Aug 25 07:49:43.691 INFO O| Aug 25 07:49:43.691 INFO STEP 393 (remove_files) COMPLETE
64782026-08-25T07:49:44.657Z[ recovery-image] Aug 25 07:49:43.691 INFO O| Aug 25 07:49:43.691 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-25T07:49:44.657Z[ recovery-image] Aug 25 07:49:43.701 INFO O| Aug 25 07:49:43.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64802026-08-25T07:49:44.658Z[ recovery-image] Aug 25 07:49:43.701 INFO O| Aug 25 07:49:43.701 INFO STEP 394 (remove_files) COMPLETE
64812026-08-25T07:49:44.658Z[ recovery-image] Aug 25 07:49:43.701 INFO O| Aug 25 07:49:43.701 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-25T07:49:44.658Z[ recovery-image] Aug 25 07:49:43.710 INFO O| Aug 25 07:49:43.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64832026-08-25T07:49:44.658Z[ recovery-image] Aug 25 07:49:43.710 INFO O| Aug 25 07:49:43.710 INFO STEP 395 (remove_files) COMPLETE
64842026-08-25T07:49:44.658Z[ recovery-image] Aug 25 07:49:43.710 INFO O| Aug 25 07:49:43.710 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-25T07:49:44.677Z[ recovery-image] Aug 25 07:49:43.718 INFO O| Aug 25 07:49:43.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64862026-08-25T07:49:44.677Z[ recovery-image] Aug 25 07:49:43.718 INFO O| Aug 25 07:49:43.718 INFO STEP 396 (remove_files) COMPLETE
64872026-08-25T07:49:44.707Z[ recovery-image] Aug 25 07:49:43.718 INFO O| Aug 25 07:49:43.718 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.726 INFO O| Aug 25 07:49:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64892026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.726 INFO O| Aug 25 07:49:43.726 INFO STEP 397 (remove_files) COMPLETE
64902026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.726 INFO O| Aug 25 07:49:43.726 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.734 INFO O| Aug 25 07:49:43.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64922026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.735 INFO O| Aug 25 07:49:43.735 INFO STEP 398 (remove_files) COMPLETE
64932026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.735 INFO O| Aug 25 07:49:43.735 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.746 INFO O| Aug 25 07:49:43.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64952026-08-25T07:49:44.715Z[ recovery-image] Aug 25 07:49:43.746 INFO O| Aug 25 07:49:43.746 INFO STEP 399 (remove_files) COMPLETE
64962026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.746 INFO O| Aug 25 07:49:43.746 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.756 INFO O| Aug 25 07:49:43.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64982026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.756 INFO O| Aug 25 07:49:43.756 INFO STEP 400 (remove_files) COMPLETE
64992026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.756 INFO O| Aug 25 07:49:43.756 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.765 INFO O| Aug 25 07:49:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65012026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.765 INFO O| Aug 25 07:49:43.765 INFO STEP 401 (remove_files) COMPLETE
65022026-08-25T07:49:44.716Z[ recovery-image] Aug 25 07:49:43.765 INFO O| Aug 25 07:49:43.765 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-25T07:49:44.723Z[ recovery-image] Aug 25 07:49:43.774 INFO O| Aug 25 07:49:43.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65042026-08-25T07:49:44.723Z[ recovery-image] Aug 25 07:49:43.774 INFO O| Aug 25 07:49:43.774 INFO STEP 402 (remove_files) COMPLETE
65052026-08-25T07:49:44.723Z[ recovery-image] Aug 25 07:49:43.774 INFO O| Aug 25 07:49:43.774 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-25T07:49:44.732Z[ recovery-image] Aug 25 07:49:43.784 INFO O| Aug 25 07:49:43.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65072026-08-25T07:49:44.732Z[ recovery-image] Aug 25 07:49:43.784 INFO O| Aug 25 07:49:43.784 INFO STEP 403 (remove_files) COMPLETE
65082026-08-25T07:49:44.732Z[ recovery-image] Aug 25 07:49:43.784 INFO O| Aug 25 07:49:43.784 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-25T07:49:44.758Z[ recovery-image] Aug 25 07:49:43.794 INFO O| Aug 25 07:49:43.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65102026-08-25T07:49:44.772Z[ recovery-image] Aug 25 07:49:43.795 INFO O| Aug 25 07:49:43.794 INFO STEP 404 (remove_files) COMPLETE
65112026-08-25T07:49:44.772Z[ recovery-image] Aug 25 07:49:43.795 INFO O| Aug 25 07:49:43.794 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.804 INFO O| Aug 25 07:49:43.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65132026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.804 INFO O| Aug 25 07:49:43.804 INFO STEP 405 (remove_files) COMPLETE
65142026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.804 INFO O| Aug 25 07:49:43.804 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.811 INFO O| Aug 25 07:49:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65162026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.811 INFO O| Aug 25 07:49:43.811 INFO STEP 406 (remove_files) COMPLETE
65172026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.811 INFO O| Aug 25 07:49:43.811 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.819 INFO O| Aug 25 07:49:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65192026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.819 INFO O| Aug 25 07:49:43.819 INFO STEP 407 (remove_files) COMPLETE
65202026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.819 INFO O| Aug 25 07:49:43.819 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.826 INFO O| Aug 25 07:49:43.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65222026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.826 INFO O| Aug 25 07:49:43.826 INFO STEP 408 (remove_files) COMPLETE
65232026-08-25T07:49:44.778Z[ recovery-image] Aug 25 07:49:43.826 INFO O| Aug 25 07:49:43.826 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-25T07:49:44.783Z[ recovery-image] Aug 25 07:49:43.833 INFO O| Aug 25 07:49:43.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65252026-08-25T07:49:44.783Z[ recovery-image] Aug 25 07:49:43.833 INFO O| Aug 25 07:49:43.833 INFO STEP 409 (remove_files) COMPLETE
65262026-08-25T07:49:44.783Z[ recovery-image] Aug 25 07:49:43.833 INFO O| Aug 25 07:49:43.833 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-25T07:49:44.794Z[ recovery-image] Aug 25 07:49:43.844 INFO O| Aug 25 07:49:43.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65282026-08-25T07:49:44.794Z[ recovery-image] Aug 25 07:49:43.845 INFO O| Aug 25 07:49:43.845 INFO STEP 410 (remove_files) COMPLETE
65292026-08-25T07:49:44.794Z[ recovery-image] Aug 25 07:49:43.845 INFO O| Aug 25 07:49:43.845 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-25T07:49:44.815Z[ recovery-image] Aug 25 07:49:43.855 INFO O| Aug 25 07:49:43.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65312026-08-25T07:49:44.815Z[ recovery-image] Aug 25 07:49:43.855 INFO O| Aug 25 07:49:43.855 INFO STEP 411 (remove_files) COMPLETE
65322026-08-25T07:49:44.815Z[ recovery-image] Aug 25 07:49:43.855 INFO O| Aug 25 07:49:43.855 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-25T07:49:44.839Z[ recovery-image] Aug 25 07:49:43.865 INFO O| Aug 25 07:49:43.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65342026-08-25T07:49:44.840Z[ recovery-image] Aug 25 07:49:43.865 INFO O| Aug 25 07:49:43.865 INFO STEP 412 (remove_files) COMPLETE
65352026-08-25T07:49:44.840Z[ recovery-image] Aug 25 07:49:43.865 INFO O| Aug 25 07:49:43.865 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-25T07:49:44.840Z[ recovery-image] Aug 25 07:49:43.875 INFO O| Aug 25 07:49:43.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65372026-08-25T07:49:44.840Z[ recovery-image] Aug 25 07:49:43.875 INFO O| Aug 25 07:49:43.875 INFO STEP 413 (remove_files) COMPLETE
65382026-08-25T07:49:44.840Z[ recovery-image] Aug 25 07:49:43.875 INFO O| Aug 25 07:49:43.875 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.886 INFO O| Aug 25 07:49:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65402026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.886 INFO O| Aug 25 07:49:43.886 INFO STEP 414 (remove_files) COMPLETE
65412026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.886 INFO O| Aug 25 07:49:43.886 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.895 INFO O| Aug 25 07:49:43.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65432026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.895 INFO O| Aug 25 07:49:43.895 INFO STEP 415 (remove_files) COMPLETE
65442026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.895 INFO O| Aug 25 07:49:43.895 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.904 INFO O| Aug 25 07:49:43.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65462026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.904 INFO O| Aug 25 07:49:43.904 INFO STEP 416 (remove_files) COMPLETE
65472026-08-25T07:49:44.860Z[ recovery-image] Aug 25 07:49:43.904 INFO O| Aug 25 07:49:43.904 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-25T07:49:44.870Z[ recovery-image] Aug 25 07:49:43.913 INFO O| Aug 25 07:49:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65492026-08-25T07:49:44.870Z[ recovery-image] Aug 25 07:49:43.913 INFO O| Aug 25 07:49:43.913 INFO STEP 417 (remove_files) COMPLETE
65502026-08-25T07:49:44.870Z[ recovery-image] Aug 25 07:49:43.913 INFO O| Aug 25 07:49:43.913 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-25T07:49:44.870Z[ recovery-image] Aug 25 07:49:43.923 INFO O| Aug 25 07:49:43.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65522026-08-25T07:49:44.870Z[ recovery-image] Aug 25 07:49:43.923 INFO O| Aug 25 07:49:43.923 INFO STEP 418 (remove_files) COMPLETE
65532026-08-25T07:49:44.870Z[ recovery-image] Aug 25 07:49:43.923 INFO O| Aug 25 07:49:43.923 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-25T07:49:44.881Z[ recovery-image] Aug 25 07:49:43.934 INFO O| Aug 25 07:49:43.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65552026-08-25T07:49:44.881Z[ recovery-image] Aug 25 07:49:43.934 INFO O| Aug 25 07:49:43.934 INFO STEP 419 (remove_files) COMPLETE
65562026-08-25T07:49:44.881Z[ recovery-image] Aug 25 07:49:43.934 INFO O| Aug 25 07:49:43.934 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-25T07:49:44.897Z[ recovery-image] Aug 25 07:49:43.949 INFO O| Aug 25 07:49:43.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65582026-08-25T07:49:44.897Z[ recovery-image] Aug 25 07:49:43.949 INFO O| Aug 25 07:49:43.949 INFO STEP 420 (remove_files) COMPLETE
65592026-08-25T07:49:44.897Z[ recovery-image] Aug 25 07:49:43.949 INFO O| Aug 25 07:49:43.949 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-25T07:49:44.923Z[ recovery-image] Aug 25 07:49:43.963 INFO O| Aug 25 07:49:43.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65612026-08-25T07:49:44.923Z[ recovery-image] Aug 25 07:49:43.963 INFO O| Aug 25 07:49:43.963 INFO STEP 421 (remove_files) COMPLETE
65622026-08-25T07:49:44.923Z[ recovery-image] Aug 25 07:49:43.963 INFO O| Aug 25 07:49:43.963 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-25T07:49:44.936Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65642026-08-25T07:49:44.936Z[ recovery-image] Aug 25 07:49:43.978 INFO O| Aug 25 07:49:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65652026-08-25T07:49:44.936Z[ recovery-image] Aug 25 07:49:43.978 INFO O| Aug 25 07:49:43.978 INFO STEP 422 (remove_files) COMPLETE
65662026-08-25T07:49:44.936Z[ recovery-image] Aug 25 07:49:43.978 INFO O| Aug 25 07:49:43.978 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-25T07:49:44.945Z[ recovery-image] Aug 25 07:49:43.989 INFO O| Aug 25 07:49:43.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65682026-08-25T07:49:44.946Z[ recovery-image] Aug 25 07:49:43.989 INFO O| Aug 25 07:49:43.989 INFO STEP 423 (remove_files) COMPLETE
65692026-08-25T07:49:44.946Z[ recovery-image] Aug 25 07:49:43.989 INFO O| Aug 25 07:49:43.989 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-25T07:49:44.957Z[ recovery-image] Aug 25 07:49:44.007 INFO O| Aug 25 07:49:44.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65712026-08-25T07:49:44.957Z[ recovery-image] Aug 25 07:49:44.007 INFO O| Aug 25 07:49:44.007 INFO STEP 424 (remove_files) COMPLETE
65722026-08-25T07:49:44.957Z[ recovery-image] Aug 25 07:49:44.007 INFO O| Aug 25 07:49:44.007 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-25T07:49:44.968Z[ recovery-image] Aug 25 07:49:44.018 INFO O| Aug 25 07:49:44.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65742026-08-25T07:49:44.968Z[ recovery-image] Aug 25 07:49:44.018 INFO O| Aug 25 07:49:44.018 INFO STEP 425 (remove_files) COMPLETE
65752026-08-25T07:49:44.968Z[ recovery-image] Aug 25 07:49:44.018 INFO O| Aug 25 07:49:44.018 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-25T07:49:44.978Z[ recovery-image] Aug 25 07:49:44.030 INFO O| Aug 25 07:49:44.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65772026-08-25T07:49:44.979Z[ recovery-image] Aug 25 07:49:44.031 INFO O| Aug 25 07:49:44.031 INFO STEP 426 (remove_files) COMPLETE
65782026-08-25T07:49:44.979Z[ recovery-image] Aug 25 07:49:44.031 INFO O| Aug 25 07:49:44.031 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-25T07:49:44.996Z[ recovery-image] Aug 25 07:49:44.043 INFO O| Aug 25 07:49:44.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65802026-08-25T07:49:44.996Z[ recovery-image] Aug 25 07:49:44.043 INFO O| Aug 25 07:49:44.043 INFO STEP 427 (remove_files) COMPLETE
65812026-08-25T07:49:44.996Z[ recovery-image] Aug 25 07:49:44.043 INFO O| Aug 25 07:49:44.043 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-25T07:49:45.005Z[ recovery-image] Aug 25 07:49:44.056 INFO O| Aug 25 07:49:44.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65832026-08-25T07:49:45.005Z[ recovery-image] Aug 25 07:49:44.056 INFO O| Aug 25 07:49:44.056 INFO STEP 428 (remove_files) COMPLETE
65842026-08-25T07:49:45.005Z[ recovery-image] Aug 25 07:49:44.056 INFO O| Aug 25 07:49:44.056 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-25T07:49:45.015Z[ recovery-image] Aug 25 07:49:44.068 INFO O| Aug 25 07:49:44.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65862026-08-25T07:49:45.015Z[ recovery-image] Aug 25 07:49:44.068 INFO O| Aug 25 07:49:44.068 INFO STEP 429 (remove_files) COMPLETE
65872026-08-25T07:49:45.015Z[ recovery-image] Aug 25 07:49:44.068 INFO O| Aug 25 07:49:44.068 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-25T07:49:45.026Z[ recovery-image] Aug 25 07:49:44.081 INFO O| Aug 25 07:49:44.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65892026-08-25T07:49:45.026Z[ recovery-image] Aug 25 07:49:44.081 INFO O| Aug 25 07:49:44.081 INFO STEP 430 (remove_files) COMPLETE
65902026-08-25T07:49:45.026Z[ recovery-image] Aug 25 07:49:44.081 INFO O| Aug 25 07:49:44.081 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-25T07:49:45.039Z[ recovery-image] Aug 25 07:49:44.093 INFO O| Aug 25 07:49:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65922026-08-25T07:49:45.040Z[ recovery-image] Aug 25 07:49:44.093 INFO O| Aug 25 07:49:44.093 INFO STEP 431 (remove_files) COMPLETE
65932026-08-25T07:49:45.054Z[ recovery-image] Aug 25 07:49:44.093 INFO O| Aug 25 07:49:44.093 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-25T07:49:45.055Z[ recovery-image] Aug 25 07:49:44.102 INFO O| Aug 25 07:49:44.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65952026-08-25T07:49:45.055Z[ recovery-image] Aug 25 07:49:44.102 INFO O| Aug 25 07:49:44.102 INFO STEP 432 (remove_files) COMPLETE
65962026-08-25T07:49:45.055Z[ recovery-image] Aug 25 07:49:44.102 INFO O| Aug 25 07:49:44.102 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-25T07:49:45.062Z[ recovery-image] Aug 25 07:49:44.111 INFO O| Aug 25 07:49:44.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65982026-08-25T07:49:45.062Z[ recovery-image] Aug 25 07:49:44.111 INFO O| Aug 25 07:49:44.111 INFO STEP 433 (remove_files) COMPLETE
65992026-08-25T07:49:45.062Z[ recovery-image] Aug 25 07:49:44.111 INFO O| Aug 25 07:49:44.111 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-25T07:49:45.072Z[ recovery-image] Aug 25 07:49:44.123 INFO O| Aug 25 07:49:44.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66012026-08-25T07:49:45.072Z[ recovery-image] Aug 25 07:49:44.123 INFO O| Aug 25 07:49:44.123 INFO STEP 434 (remove_files) COMPLETE
66022026-08-25T07:49:45.072Z[ recovery-image] Aug 25 07:49:44.123 INFO O| Aug 25 07:49:44.123 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-25T07:49:45.072Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
66042026-08-25T07:49:45.080Z[ recovery-image] Aug 25 07:49:44.134 INFO O| Aug 25 07:49:44.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66052026-08-25T07:49:45.080Z[ recovery-image] Aug 25 07:49:44.134 INFO O| Aug 25 07:49:44.134 INFO STEP 435 (remove_files) COMPLETE
66062026-08-25T07:49:45.080Z[ recovery-image] Aug 25 07:49:44.134 INFO O| Aug 25 07:49:44.134 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-25T07:49:45.087Z[ recovery-image] Aug 25 07:49:44.145 INFO O| Aug 25 07:49:44.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66082026-08-25T07:49:45.087Z[ recovery-image] Aug 25 07:49:44.145 INFO O| Aug 25 07:49:44.145 INFO STEP 436 (remove_files) COMPLETE
66092026-08-25T07:49:45.088Z[ recovery-image] Aug 25 07:49:44.145 INFO O| Aug 25 07:49:44.145 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-25T07:49:45.117Z[ recovery-image] Aug 25 07:49:44.158 INFO O| Aug 25 07:49:44.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66112026-08-25T07:49:45.117Z[ recovery-image] Aug 25 07:49:44.158 INFO O| Aug 25 07:49:44.158 INFO STEP 437 (remove_files) COMPLETE
66122026-08-25T07:49:45.117Z[ recovery-image] Aug 25 07:49:44.158 INFO O| Aug 25 07:49:44.158 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-25T07:49:45.132Z[ recovery-image] Aug 25 07:49:44.169 INFO O| Aug 25 07:49:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66142026-08-25T07:49:45.132Z[ recovery-image] Aug 25 07:49:44.170 INFO O| Aug 25 07:49:44.170 INFO STEP 438 (remove_files) COMPLETE
66152026-08-25T07:49:45.132Z[ recovery-image] Aug 25 07:49:44.170 INFO O| Aug 25 07:49:44.170 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-25T07:49:45.132Z[ recovery-image] Aug 25 07:49:44.179 INFO O| Aug 25 07:49:44.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66172026-08-25T07:49:45.132Z[ recovery-image] Aug 25 07:49:44.179 INFO O| Aug 25 07:49:44.179 INFO STEP 439 (remove_files) COMPLETE
66182026-08-25T07:49:45.132Z[ recovery-image] Aug 25 07:49:44.179 INFO O| Aug 25 07:49:44.179 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-25T07:49:45.146Z[ recovery-image] Aug 25 07:49:44.190 INFO O| Aug 25 07:49:44.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66202026-08-25T07:49:45.147Z[ recovery-image] Aug 25 07:49:44.190 INFO O| Aug 25 07:49:44.190 INFO STEP 440 (remove_files) COMPLETE
66212026-08-25T07:49:45.147Z[ recovery-image] Aug 25 07:49:44.190 INFO O| Aug 25 07:49:44.190 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-25T07:49:45.159Z[ recovery-image] Aug 25 07:49:44.201 INFO O| Aug 25 07:49:44.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66232026-08-25T07:49:45.159Z[ recovery-image] Aug 25 07:49:44.202 INFO O| Aug 25 07:49:44.202 INFO STEP 441 (remove_files) COMPLETE
66242026-08-25T07:49:45.159Z[ recovery-image] Aug 25 07:49:44.202 INFO O| Aug 25 07:49:44.202 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-25T07:49:45.159Z[ recovery-image] Aug 25 07:49:44.214 INFO O| Aug 25 07:49:44.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66262026-08-25T07:49:45.159Z[ recovery-image] Aug 25 07:49:44.214 INFO O| Aug 25 07:49:44.214 INFO STEP 442 (remove_files) COMPLETE
66272026-08-25T07:49:45.159Z[ recovery-image] Aug 25 07:49:44.215 INFO O| Aug 25 07:49:44.214 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-25T07:49:45.169Z[ recovery-image] Aug 25 07:49:44.225 INFO O| Aug 25 07:49:44.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66292026-08-25T07:49:45.169Z[ recovery-image] Aug 25 07:49:44.225 INFO O| Aug 25 07:49:44.225 INFO STEP 443 (remove_files) COMPLETE
66302026-08-25T07:49:45.169Z[ recovery-image] Aug 25 07:49:44.225 INFO O| Aug 25 07:49:44.225 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-25T07:49:45.179Z[ recovery-image] Aug 25 07:49:44.237 INFO O| Aug 25 07:49:44.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66322026-08-25T07:49:45.189Z[ recovery-image] Aug 25 07:49:44.237 INFO O| Aug 25 07:49:44.237 INFO STEP 444 (remove_files) COMPLETE
66332026-08-25T07:49:45.189Z[ recovery-image] Aug 25 07:49:44.237 INFO O| Aug 25 07:49:44.237 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-25T07:49:45.197Z[ recovery-image] Aug 25 07:49:44.249 INFO O| Aug 25 07:49:44.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66352026-08-25T07:49:45.197Z[ recovery-image] Aug 25 07:49:44.249 INFO O| Aug 25 07:49:44.249 INFO STEP 445 (remove_files) COMPLETE
66362026-08-25T07:49:45.197Z[ recovery-image] Aug 25 07:49:44.249 INFO O| Aug 25 07:49:44.249 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-25T07:49:45.206Z[ recovery-image] Aug 25 07:49:44.259 INFO O| Aug 25 07:49:44.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66382026-08-25T07:49:45.206Z[ recovery-image] Aug 25 07:49:44.259 INFO O| Aug 25 07:49:44.259 INFO STEP 446 (remove_files) COMPLETE
66392026-08-25T07:49:45.206Z[ recovery-image] Aug 25 07:49:44.259 INFO O| Aug 25 07:49:44.259 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-25T07:49:45.213Z[ recovery-image] Aug 25 07:49:44.270 INFO O| Aug 25 07:49:44.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66412026-08-25T07:49:45.213Z[ recovery-image] Aug 25 07:49:44.270 INFO O| Aug 25 07:49:44.270 INFO STEP 447 (remove_files) COMPLETE
66422026-08-25T07:49:45.213Z[ recovery-image] Aug 25 07:49:44.270 INFO O| Aug 25 07:49:44.270 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-25T07:49:45.225Z[ recovery-image] Aug 25 07:49:44.280 INFO O| Aug 25 07:49:44.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66442026-08-25T07:49:45.225Z[ recovery-image] Aug 25 07:49:44.280 INFO O| Aug 25 07:49:44.280 INFO STEP 448 (remove_files) COMPLETE
66452026-08-25T07:49:45.225Z[ recovery-image] Aug 25 07:49:44.280 INFO O| Aug 25 07:49:44.280 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-25T07:49:45.235Z[ recovery-image] Aug 25 07:49:44.292 INFO O| Aug 25 07:49:44.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66472026-08-25T07:49:45.236Z[ recovery-image] Aug 25 07:49:44.292 INFO O| Aug 25 07:49:44.292 INFO STEP 449 (remove_files) COMPLETE
66482026-08-25T07:49:45.236Z[ recovery-image] Aug 25 07:49:44.292 INFO O| Aug 25 07:49:44.292 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-25T07:49:45.251Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
66502026-08-25T07:49:45.251Z[ recovery-image] Aug 25 07:49:44.302 INFO O| Aug 25 07:49:44.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66512026-08-25T07:49:45.251Z[ recovery-image] Aug 25 07:49:44.302 INFO O| Aug 25 07:49:44.302 INFO STEP 450 (remove_files) COMPLETE
66522026-08-25T07:49:45.251Z[ recovery-image] Aug 25 07:49:44.302 INFO O| Aug 25 07:49:44.302 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-25T07:49:45.266Z[ recovery-image] Aug 25 07:49:44.312 INFO O| Aug 25 07:49:44.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66542026-08-25T07:49:45.266Z[ recovery-image] Aug 25 07:49:44.312 INFO O| Aug 25 07:49:44.312 INFO STEP 451 (remove_files) COMPLETE
66552026-08-25T07:49:45.266Z[ recovery-image] Aug 25 07:49:44.312 INFO O| Aug 25 07:49:44.312 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-25T07:49:45.289Z[ recovery-image] Aug 25 07:49:44.324 INFO O| Aug 25 07:49:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66572026-08-25T07:49:45.289Z[ recovery-image] Aug 25 07:49:44.324 INFO O| Aug 25 07:49:44.324 INFO STEP 452 (remove_files) COMPLETE
66582026-08-25T07:49:45.289Z[ recovery-image] Aug 25 07:49:44.325 INFO O| Aug 25 07:49:44.324 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-25T07:49:45.289Z[ recovery-image] Aug 25 07:49:44.335 INFO O| Aug 25 07:49:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66602026-08-25T07:49:45.289Z[ recovery-image] Aug 25 07:49:44.335 INFO O| Aug 25 07:49:44.335 INFO STEP 453 (remove_files) COMPLETE
66612026-08-25T07:49:45.289Z[ recovery-image] Aug 25 07:49:44.335 INFO O| Aug 25 07:49:44.335 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-25T07:49:45.301Z[ recovery-image] Aug 25 07:49:44.346 INFO O| Aug 25 07:49:44.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66632026-08-25T07:49:45.302Z[ recovery-image] Aug 25 07:49:44.346 INFO O| Aug 25 07:49:44.346 INFO STEP 454 (remove_files) COMPLETE
66642026-08-25T07:49:45.303Z[ recovery-image] Aug 25 07:49:44.346 INFO O| Aug 25 07:49:44.346 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-25T07:49:45.303Z[ recovery-image] Aug 25 07:49:44.355 INFO O| Aug 25 07:49:44.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66662026-08-25T07:49:45.303Z[ recovery-image] Aug 25 07:49:44.355 INFO O| Aug 25 07:49:44.355 INFO STEP 455 (remove_files) COMPLETE
66672026-08-25T07:49:45.303Z[ recovery-image] Aug 25 07:49:44.355 INFO O| Aug 25 07:49:44.355 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-25T07:49:45.319Z[ recovery-image] Aug 25 07:49:44.365 INFO O| Aug 25 07:49:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66692026-08-25T07:49:45.319Z[ recovery-image] Aug 25 07:49:44.365 INFO O| Aug 25 07:49:44.365 INFO STEP 456 (remove_files) COMPLETE
66702026-08-25T07:49:45.319Z[ recovery-image] Aug 25 07:49:44.365 INFO O| Aug 25 07:49:44.365 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-25T07:49:45.331Z[ recovery-image] Aug 25 07:49:44.375 INFO O| Aug 25 07:49:44.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66722026-08-25T07:49:45.331Z[ recovery-image] Aug 25 07:49:44.375 INFO O| Aug 25 07:49:44.375 INFO STEP 457 (remove_files) COMPLETE
66732026-08-25T07:49:45.331Z[ recovery-image] Aug 25 07:49:44.375 INFO O| Aug 25 07:49:44.375 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-25T07:49:45.342Z[ recovery-image] Aug 25 07:49:44.385 INFO O| Aug 25 07:49:44.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66752026-08-25T07:49:45.342Z[ recovery-image] Aug 25 07:49:44.385 INFO O| Aug 25 07:49:44.385 INFO STEP 458 (remove_files) COMPLETE
66762026-08-25T07:49:45.342Z[ recovery-image] Aug 25 07:49:44.385 INFO O| Aug 25 07:49:44.385 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-25T07:49:45.342Z[ recovery-image] Aug 25 07:49:44.395 INFO O| Aug 25 07:49:44.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66782026-08-25T07:49:45.342Z[ recovery-image] Aug 25 07:49:44.395 INFO O| Aug 25 07:49:44.395 INFO STEP 459 (remove_files) COMPLETE
66792026-08-25T07:49:45.342Z[ recovery-image] Aug 25 07:49:44.395 INFO O| Aug 25 07:49:44.395 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-25T07:49:45.354Z[ recovery-image] Aug 25 07:49:44.406 INFO O| Aug 25 07:49:44.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66812026-08-25T07:49:45.354Z[ recovery-image] Aug 25 07:49:44.406 INFO O| Aug 25 07:49:44.406 INFO STEP 460 (remove_files) COMPLETE
66822026-08-25T07:49:45.354Z[ recovery-image] Aug 25 07:49:44.406 INFO O| Aug 25 07:49:44.406 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-25T07:49:45.374Z[ recovery-image] Aug 25 07:49:44.416 INFO O| Aug 25 07:49:44.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66842026-08-25T07:49:45.374Z[ recovery-image] Aug 25 07:49:44.416 INFO O| Aug 25 07:49:44.416 INFO STEP 461 (remove_files) COMPLETE
66852026-08-25T07:49:45.374Z[ recovery-image] Aug 25 07:49:44.416 INFO O| Aug 25 07:49:44.416 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-25T07:49:45.380Z[ recovery-image] Aug 25 07:49:44.425 INFO O| Aug 25 07:49:44.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66872026-08-25T07:49:45.380Z[ recovery-image] Aug 25 07:49:44.425 INFO O| Aug 25 07:49:44.425 INFO STEP 462 (remove_files) COMPLETE
66882026-08-25T07:49:45.380Z[ recovery-image] Aug 25 07:49:44.425 INFO O| Aug 25 07:49:44.425 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-25T07:49:45.380Z[ recovery-image] Aug 25 07:49:44.435 INFO O| Aug 25 07:49:44.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66902026-08-25T07:49:45.380Z[ recovery-image] Aug 25 07:49:44.436 INFO O| Aug 25 07:49:44.436 INFO STEP 463 (remove_files) COMPLETE
66912026-08-25T07:49:45.380Z[ recovery-image] Aug 25 07:49:44.436 INFO O| Aug 25 07:49:44.436 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-25T07:49:45.390Z[ recovery-image] Aug 25 07:49:44.447 INFO O| Aug 25 07:49:44.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66932026-08-25T07:49:45.390Z[ recovery-image] Aug 25 07:49:44.447 INFO O| Aug 25 07:49:44.447 INFO STEP 464 (remove_files) COMPLETE
66942026-08-25T07:49:45.390Z[ recovery-image] Aug 25 07:49:44.447 INFO O| Aug 25 07:49:44.447 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-25T07:49:45.401Z[ recovery-image] Aug 25 07:49:44.458 INFO O| Aug 25 07:49:44.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66962026-08-25T07:49:45.401Z[ recovery-image] Aug 25 07:49:44.458 INFO O| Aug 25 07:49:44.458 INFO STEP 465 (remove_files) COMPLETE
66972026-08-25T07:49:45.408Z[ recovery-image] Aug 25 07:49:44.458 INFO O| Aug 25 07:49:44.458 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-25T07:49:45.415Z[ recovery-image] Aug 25 07:49:44.467 INFO O| Aug 25 07:49:44.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66992026-08-25T07:49:45.415Z[ recovery-image] Aug 25 07:49:44.467 INFO O| Aug 25 07:49:44.467 INFO STEP 466 (remove_files) COMPLETE
67002026-08-25T07:49:45.415Z[ recovery-image] Aug 25 07:49:44.467 INFO O| Aug 25 07:49:44.467 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-25T07:49:45.432Z[ recovery-image] Aug 25 07:49:44.478 INFO O| Aug 25 07:49:44.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67022026-08-25T07:49:45.432Z[ recovery-image] Aug 25 07:49:44.478 INFO O| Aug 25 07:49:44.478 INFO STEP 467 (remove_files) COMPLETE
67032026-08-25T07:49:45.432Z[ recovery-image] Aug 25 07:49:44.478 INFO O| Aug 25 07:49:44.478 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-25T07:49:45.440Z[ recovery-image] Aug 25 07:49:44.489 INFO O| Aug 25 07:49:44.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67052026-08-25T07:49:45.440Z[ recovery-image] Aug 25 07:49:44.489 INFO O| Aug 25 07:49:44.489 INFO STEP 468 (remove_files) COMPLETE
67062026-08-25T07:49:45.440Z[ recovery-image] Aug 25 07:49:44.489 INFO O| Aug 25 07:49:44.489 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-25T07:49:45.447Z[ recovery-image] Aug 25 07:49:44.499 INFO O| Aug 25 07:49:44.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67082026-08-25T07:49:45.447Z[ recovery-image] Aug 25 07:49:44.499 INFO O| Aug 25 07:49:44.499 INFO STEP 469 (remove_files) COMPLETE
67092026-08-25T07:49:45.447Z[ recovery-image] Aug 25 07:49:44.499 INFO O| Aug 25 07:49:44.499 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-25T07:49:45.461Z[ recovery-image] Aug 25 07:49:44.510 INFO O| Aug 25 07:49:44.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67112026-08-25T07:49:45.462Z[ recovery-image] Aug 25 07:49:44.510 INFO O| Aug 25 07:49:44.510 INFO STEP 470 (remove_files) COMPLETE
67122026-08-25T07:49:45.462Z[ recovery-image] Aug 25 07:49:44.510 INFO O| Aug 25 07:49:44.510 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-25T07:49:45.473Z[ recovery-image] Aug 25 07:49:44.519 INFO O| Aug 25 07:49:44.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67142026-08-25T07:49:45.473Z[ recovery-image] Aug 25 07:49:44.519 INFO O| Aug 25 07:49:44.519 INFO STEP 471 (remove_files) COMPLETE
67152026-08-25T07:49:45.473Z[ recovery-image] Aug 25 07:49:44.519 INFO O| Aug 25 07:49:44.519 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-25T07:49:45.480Z[ recovery-image] Aug 25 07:49:44.528 INFO O| Aug 25 07:49:44.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67172026-08-25T07:49:45.480Z[ recovery-image] Aug 25 07:49:44.528 INFO O| Aug 25 07:49:44.528 INFO STEP 472 (remove_files) COMPLETE
67182026-08-25T07:49:45.481Z[ recovery-image] Aug 25 07:49:44.528 INFO O| Aug 25 07:49:44.528 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-25T07:49:45.481Z[ recovery-image] Aug 25 07:49:44.536 INFO O| Aug 25 07:49:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67202026-08-25T07:49:45.481Z[ recovery-image] Aug 25 07:49:44.536 INFO O| Aug 25 07:49:44.536 INFO STEP 473 (remove_files) COMPLETE
67212026-08-25T07:49:45.481Z[ recovery-image] Aug 25 07:49:44.536 INFO O| Aug 25 07:49:44.536 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-25T07:49:45.489Z[ recovery-image] Aug 25 07:49:44.546 INFO O| Aug 25 07:49:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67232026-08-25T07:49:45.489Z[ recovery-image] Aug 25 07:49:44.546 INFO O| Aug 25 07:49:44.546 INFO STEP 474 (remove_files) COMPLETE
67242026-08-25T07:49:45.489Z[ recovery-image] Aug 25 07:49:44.546 INFO O| Aug 25 07:49:44.546 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-25T07:49:45.500Z[ recovery-image] Aug 25 07:49:44.555 INFO O| Aug 25 07:49:44.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67262026-08-25T07:49:45.500Z[ recovery-image] Aug 25 07:49:44.555 INFO O| Aug 25 07:49:44.555 INFO STEP 475 (remove_files) COMPLETE
67272026-08-25T07:49:45.500Z[ recovery-image] Aug 25 07:49:44.555 INFO O| Aug 25 07:49:44.555 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-25T07:49:45.512Z[ recovery-image] Aug 25 07:49:44.564 INFO O| Aug 25 07:49:44.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67292026-08-25T07:49:45.513Z[ recovery-image] Aug 25 07:49:44.564 INFO O| Aug 25 07:49:44.564 INFO STEP 476 (remove_files) COMPLETE
67302026-08-25T07:49:45.513Z[ recovery-image] Aug 25 07:49:44.564 INFO O| Aug 25 07:49:44.564 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-25T07:49:45.522Z[ recovery-image] Aug 25 07:49:44.574 INFO O| Aug 25 07:49:44.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67322026-08-25T07:49:45.522Z[ recovery-image] Aug 25 07:49:44.574 INFO O| Aug 25 07:49:44.574 INFO STEP 477 (remove_files) COMPLETE
67332026-08-25T07:49:45.522Z[ recovery-image] Aug 25 07:49:44.574 INFO O| Aug 25 07:49:44.574 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-25T07:49:45.529Z[ recovery-image] Aug 25 07:49:44.583 INFO O| Aug 25 07:49:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67352026-08-25T07:49:45.529Z[ recovery-image] Aug 25 07:49:44.584 INFO O| Aug 25 07:49:44.584 INFO STEP 478 (remove_files) COMPLETE
67362026-08-25T07:49:45.529Z[ recovery-image] Aug 25 07:49:44.584 INFO O| Aug 25 07:49:44.584 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-25T07:49:45.537Z[ recovery-image] Aug 25 07:49:44.594 INFO O| Aug 25 07:49:44.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67382026-08-25T07:49:45.537Z[ recovery-image] Aug 25 07:49:44.594 INFO O| Aug 25 07:49:44.594 INFO STEP 479 (remove_files) COMPLETE
67392026-08-25T07:49:45.538Z[ recovery-image] Aug 25 07:49:44.594 INFO O| Aug 25 07:49:44.594 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-25T07:49:45.544Z[ recovery-image] Aug 25 07:49:44.602 INFO O| Aug 25 07:49:44.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67412026-08-25T07:49:45.544Z[ recovery-image] Aug 25 07:49:44.602 INFO O| Aug 25 07:49:44.602 INFO STEP 480 (remove_files) COMPLETE
67422026-08-25T07:49:45.551Z[ recovery-image] Aug 25 07:49:44.602 INFO O| Aug 25 07:49:44.602 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-25T07:49:45.557Z[ recovery-image] Aug 25 07:49:44.610 INFO O| Aug 25 07:49:44.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67442026-08-25T07:49:45.557Z[ recovery-image] Aug 25 07:49:44.611 INFO O| Aug 25 07:49:44.611 INFO STEP 481 (remove_files) COMPLETE
67452026-08-25T07:49:45.557Z[ recovery-image] Aug 25 07:49:44.611 INFO O| Aug 25 07:49:44.611 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-25T07:49:45.566Z[ recovery-image] Aug 25 07:49:44.619 INFO O| Aug 25 07:49:44.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67472026-08-25T07:49:45.566Z[ recovery-image] Aug 25 07:49:44.619 INFO O| Aug 25 07:49:44.619 INFO STEP 482 (remove_files) COMPLETE
67482026-08-25T07:49:45.566Z[ recovery-image] Aug 25 07:49:44.619 INFO O| Aug 25 07:49:44.619 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-25T07:49:45.572Z[ recovery-image] Aug 25 07:49:44.627 INFO O| Aug 25 07:49:44.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67502026-08-25T07:49:45.572Z[ recovery-image] Aug 25 07:49:44.628 INFO O| Aug 25 07:49:44.628 INFO STEP 483 (remove_files) COMPLETE
67512026-08-25T07:49:45.572Z[ recovery-image] Aug 25 07:49:44.628 INFO O| Aug 25 07:49:44.628 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-25T07:49:45.579Z[ recovery-image] Aug 25 07:49:44.636 INFO O| Aug 25 07:49:44.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67532026-08-25T07:49:45.579Z[ recovery-image] Aug 25 07:49:44.636 INFO O| Aug 25 07:49:44.636 INFO STEP 484 (remove_files) COMPLETE
67542026-08-25T07:49:45.579Z[ recovery-image] Aug 25 07:49:44.636 INFO O| Aug 25 07:49:44.636 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-25T07:49:45.588Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
67562026-08-25T07:49:45.588Z[ recovery-image] Aug 25 07:49:44.644 INFO O| Aug 25 07:49:44.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67572026-08-25T07:49:45.588Z[ recovery-image] Aug 25 07:49:44.644 INFO O| Aug 25 07:49:44.644 INFO STEP 485 (remove_files) COMPLETE
67582026-08-25T07:49:45.588Z[ recovery-image] Aug 25 07:49:44.644 INFO O| Aug 25 07:49:44.644 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-25T07:49:45.597Z[ recovery-image] Aug 25 07:49:44.653 INFO O| Aug 25 07:49:44.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67602026-08-25T07:49:45.597Z[ recovery-image] Aug 25 07:49:44.653 INFO O| Aug 25 07:49:44.653 INFO STEP 486 (remove_files) COMPLETE
67612026-08-25T07:49:45.597Z[ recovery-image] Aug 25 07:49:44.653 INFO O| Aug 25 07:49:44.653 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-25T07:49:45.606Z[ recovery-image] Aug 25 07:49:44.662 INFO O| Aug 25 07:49:44.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67632026-08-25T07:49:45.606Z[ recovery-image] Aug 25 07:49:44.662 INFO O| Aug 25 07:49:44.662 INFO STEP 487 (remove_files) COMPLETE
67642026-08-25T07:49:45.613Z[ recovery-image] Aug 25 07:49:44.662 INFO O| Aug 25 07:49:44.662 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-25T07:49:45.623Z[ recovery-image] Aug 25 07:49:44.673 INFO O| Aug 25 07:49:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67662026-08-25T07:49:45.623Z[ recovery-image] Aug 25 07:49:44.673 INFO O| Aug 25 07:49:44.673 INFO STEP 488 (remove_files) COMPLETE
67672026-08-25T07:49:45.623Z[ recovery-image] Aug 25 07:49:44.673 INFO O| Aug 25 07:49:44.673 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-25T07:49:45.632Z[ recovery-image] Aug 25 07:49:44.684 INFO O| Aug 25 07:49:44.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67692026-08-25T07:49:45.632Z[ recovery-image] Aug 25 07:49:44.684 INFO O| Aug 25 07:49:44.684 INFO STEP 489 (remove_files) COMPLETE
67702026-08-25T07:49:45.633Z[ recovery-image] Aug 25 07:49:44.684 INFO O| Aug 25 07:49:44.684 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-25T07:49:45.644Z[ recovery-image] Aug 25 07:49:44.695 INFO O| Aug 25 07:49:44.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67722026-08-25T07:49:45.645Z[ recovery-image] Aug 25 07:49:44.695 INFO O| Aug 25 07:49:44.695 INFO STEP 490 (remove_files) COMPLETE
67732026-08-25T07:49:45.645Z[ recovery-image] Aug 25 07:49:44.695 INFO O| Aug 25 07:49:44.695 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-25T07:49:45.650Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
67752026-08-25T07:49:45.650Z[ recovery-image] Aug 25 07:49:44.705 INFO O| Aug 25 07:49:44.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67762026-08-25T07:49:45.650Z[ recovery-image] Aug 25 07:49:44.705 INFO O| Aug 25 07:49:44.705 INFO STEP 491 (remove_files) COMPLETE
67772026-08-25T07:49:45.650Z[ recovery-image] Aug 25 07:49:44.705 INFO O| Aug 25 07:49:44.705 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-25T07:49:45.659Z[ recovery-image] Aug 25 07:49:44.716 INFO O| Aug 25 07:49:44.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67792026-08-25T07:49:45.660Z[ recovery-image] Aug 25 07:49:44.716 INFO O| Aug 25 07:49:44.716 INFO STEP 492 (remove_files) COMPLETE
67802026-08-25T07:49:45.660Z[ recovery-image] Aug 25 07:49:44.716 INFO O| Aug 25 07:49:44.716 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-25T07:49:45.669Z[ recovery-image] Aug 25 07:49:44.725 INFO O| Aug 25 07:49:44.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67822026-08-25T07:49:45.670Z[ recovery-image] Aug 25 07:49:44.726 INFO O| Aug 25 07:49:44.726 INFO STEP 493 (remove_files) COMPLETE
67832026-08-25T07:49:45.670Z[ recovery-image] Aug 25 07:49:44.726 INFO O| Aug 25 07:49:44.726 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-25T07:49:45.682Z[ recovery-image] Aug 25 07:49:44.736 INFO O| Aug 25 07:49:44.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67852026-08-25T07:49:45.682Z[ recovery-image] Aug 25 07:49:44.736 INFO O| Aug 25 07:49:44.736 INFO STEP 494 (remove_files) COMPLETE
67862026-08-25T07:49:45.682Z[ recovery-image] Aug 25 07:49:44.736 INFO O| Aug 25 07:49:44.736 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-25T07:49:45.689Z[ recovery-image] Aug 25 07:49:44.746 INFO O| Aug 25 07:49:44.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67882026-08-25T07:49:45.689Z[ recovery-image] Aug 25 07:49:44.746 INFO O| Aug 25 07:49:44.746 INFO STEP 495 (remove_files) COMPLETE
67892026-08-25T07:49:45.689Z[ recovery-image] Aug 25 07:49:44.746 INFO O| Aug 25 07:49:44.746 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-25T07:49:45.700Z[ recovery-image] Aug 25 07:49:44.758 INFO O| Aug 25 07:49:44.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67912026-08-25T07:49:45.700Z[ recovery-image] Aug 25 07:49:44.758 INFO O| Aug 25 07:49:44.758 INFO STEP 496 (remove_files) COMPLETE
67922026-08-25T07:49:45.700Z[ recovery-image] Aug 25 07:49:44.758 INFO O| Aug 25 07:49:44.758 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-25T07:49:45.719Z[ recovery-image] Aug 25 07:49:44.768 INFO O| Aug 25 07:49:44.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67942026-08-25T07:49:45.719Z[ recovery-image] Aug 25 07:49:44.768 INFO O| Aug 25 07:49:44.768 INFO STEP 497 (remove_files) COMPLETE
67952026-08-25T07:49:45.719Z[ recovery-image] Aug 25 07:49:44.768 INFO O| Aug 25 07:49:44.768 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-25T07:49:45.725Z[ recovery-image] Aug 25 07:49:44.777 INFO O| Aug 25 07:49:44.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67972026-08-25T07:49:45.725Z[ recovery-image] Aug 25 07:49:44.777 INFO O| Aug 25 07:49:44.777 INFO STEP 498 (remove_files) COMPLETE
67982026-08-25T07:49:45.725Z[ recovery-image] Aug 25 07:49:44.777 INFO O| Aug 25 07:49:44.777 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-25T07:49:45.731Z[ recovery-image] Aug 25 07:49:44.786 INFO O| Aug 25 07:49:44.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68002026-08-25T07:49:45.731Z[ recovery-image] Aug 25 07:49:44.786 INFO O| Aug 25 07:49:44.786 INFO STEP 499 (remove_files) COMPLETE
68012026-08-25T07:49:45.731Z[ recovery-image] Aug 25 07:49:44.786 INFO O| Aug 25 07:49:44.786 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-25T07:49:45.741Z[ recovery-image] Aug 25 07:49:44.798 INFO O| Aug 25 07:49:44.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68032026-08-25T07:49:45.741Z[ recovery-image] Aug 25 07:49:44.798 INFO O| Aug 25 07:49:44.798 INFO STEP 500 (remove_files) COMPLETE
68042026-08-25T07:49:45.750Z[ recovery-image] Aug 25 07:49:44.798 INFO O| Aug 25 07:49:44.798 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-25T07:49:45.759Z[ recovery-image] Aug 25 07:49:44.809 INFO O| Aug 25 07:49:44.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68062026-08-25T07:49:45.759Z[ recovery-image] Aug 25 07:49:44.809 INFO O| Aug 25 07:49:44.809 INFO STEP 501 (remove_files) COMPLETE
68072026-08-25T07:49:45.759Z[ recovery-image] Aug 25 07:49:44.809 INFO O| Aug 25 07:49:44.809 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-25T07:49:45.769Z[ recovery-image] Aug 25 07:49:44.818 INFO O| Aug 25 07:49:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68092026-08-25T07:49:45.770Z[ recovery-image] Aug 25 07:49:44.818 INFO O| Aug 25 07:49:44.818 INFO STEP 502 (remove_files) COMPLETE
68102026-08-25T07:49:45.770Z[ recovery-image] Aug 25 07:49:44.818 INFO O| Aug 25 07:49:44.818 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-25T07:49:45.777Z[ recovery-image] Aug 25 07:49:44.828 INFO O| Aug 25 07:49:44.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68122026-08-25T07:49:45.777Z[ recovery-image] Aug 25 07:49:44.828 INFO O| Aug 25 07:49:44.828 INFO STEP 503 (remove_files) COMPLETE
68132026-08-25T07:49:45.777Z[ recovery-image] Aug 25 07:49:44.828 INFO O| Aug 25 07:49:44.828 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-25T07:49:45.783Z[ recovery-image] Aug 25 07:49:44.838 INFO O| Aug 25 07:49:44.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68152026-08-25T07:49:45.783Z[ recovery-image] Aug 25 07:49:44.838 INFO O| Aug 25 07:49:44.838 INFO STEP 504 (remove_files) COMPLETE
68162026-08-25T07:49:45.783Z[ recovery-image] Aug 25 07:49:44.838 INFO O| Aug 25 07:49:44.838 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-25T07:49:45.791Z[ recovery-image] Aug 25 07:49:44.848 INFO O| Aug 25 07:49:44.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68182026-08-25T07:49:45.791Z[ recovery-image] Aug 25 07:49:44.848 INFO O| Aug 25 07:49:44.848 INFO STEP 505 (remove_files) COMPLETE
68192026-08-25T07:49:45.799Z[ recovery-image] Aug 25 07:49:44.848 INFO O| Aug 25 07:49:44.848 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-25T07:49:45.809Z[ recovery-image] Aug 25 07:49:44.857 INFO O| Aug 25 07:49:44.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68212026-08-25T07:49:45.809Z[ recovery-image] Aug 25 07:49:44.857 INFO O| Aug 25 07:49:44.857 INFO STEP 506 (remove_files) COMPLETE
68222026-08-25T07:49:45.810Z[ recovery-image] Aug 25 07:49:44.857 INFO O| Aug 25 07:49:44.857 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-25T07:49:45.815Z[ recovery-image] Aug 25 07:49:44.868 INFO O| Aug 25 07:49:44.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68242026-08-25T07:49:45.815Z[ recovery-image] Aug 25 07:49:44.868 INFO O| Aug 25 07:49:44.868 INFO STEP 507 (remove_files) COMPLETE
68252026-08-25T07:49:45.815Z[ recovery-image] Aug 25 07:49:44.868 INFO O| Aug 25 07:49:44.868 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-25T07:49:45.823Z[ recovery-image] Aug 25 07:49:44.878 INFO O| Aug 25 07:49:44.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68272026-08-25T07:49:45.823Z[ recovery-image] Aug 25 07:49:44.878 INFO O| Aug 25 07:49:44.878 INFO STEP 508 (remove_files) COMPLETE
68282026-08-25T07:49:45.823Z[ recovery-image] Aug 25 07:49:44.878 INFO O| Aug 25 07:49:44.878 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-25T07:49:45.831Z[ recovery-image] Aug 25 07:49:44.886 INFO O| Aug 25 07:49:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68302026-08-25T07:49:45.831Z[ recovery-image] Aug 25 07:49:44.886 INFO O| Aug 25 07:49:44.886 INFO STEP 509 (remove_files) COMPLETE
68312026-08-25T07:49:45.831Z[ recovery-image] Aug 25 07:49:44.886 INFO O| Aug 25 07:49:44.886 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-25T07:49:45.845Z[ recovery-image] Aug 25 07:49:44.895 INFO O| Aug 25 07:49:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68332026-08-25T07:49:45.845Z[ recovery-image] Aug 25 07:49:44.895 INFO O| Aug 25 07:49:44.895 INFO STEP 510 (remove_files) COMPLETE
68342026-08-25T07:49:45.845Z[ recovery-image] Aug 25 07:49:44.895 INFO O| Aug 25 07:49:44.895 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-25T07:49:45.853Z[ recovery-image] Aug 25 07:49:44.903 INFO O| Aug 25 07:49:44.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68362026-08-25T07:49:45.853Z[ recovery-image] Aug 25 07:49:44.903 INFO O| Aug 25 07:49:44.903 INFO STEP 511 (remove_files) COMPLETE
68372026-08-25T07:49:45.853Z[ recovery-image] Aug 25 07:49:44.903 INFO O| Aug 25 07:49:44.903 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-25T07:49:45.862Z[ recovery-image] Aug 25 07:49:44.914 INFO O| Aug 25 07:49:44.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68392026-08-25T07:49:45.862Z[ recovery-image] Aug 25 07:49:44.915 INFO O| Aug 25 07:49:44.914 INFO STEP 512 (remove_files) COMPLETE
68402026-08-25T07:49:45.862Z[ recovery-image] Aug 25 07:49:44.915 INFO O| Aug 25 07:49:44.914 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-25T07:49:45.875Z[ recovery-image] Aug 25 07:49:44.924 INFO O| Aug 25 07:49:44.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68422026-08-25T07:49:45.875Z[ recovery-image] Aug 25 07:49:44.924 INFO O| Aug 25 07:49:44.924 INFO STEP 513 (remove_files) COMPLETE
68432026-08-25T07:49:45.875Z[ recovery-image] Aug 25 07:49:44.924 INFO O| Aug 25 07:49:44.924 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-25T07:49:45.882Z[ recovery-image] Aug 25 07:49:44.933 INFO O| Aug 25 07:49:44.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68452026-08-25T07:49:45.882Z[ recovery-image] Aug 25 07:49:44.933 INFO O| Aug 25 07:49:44.933 INFO STEP 514 (remove_files) COMPLETE
68462026-08-25T07:49:45.882Z[ recovery-image] Aug 25 07:49:44.933 INFO O| Aug 25 07:49:44.933 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-25T07:49:45.888Z[ recovery-image] Aug 25 07:49:44.944 INFO O| Aug 25 07:49:44.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68482026-08-25T07:49:45.888Z[ recovery-image] Aug 25 07:49:44.944 INFO O| Aug 25 07:49:44.944 INFO STEP 515 (remove_files) COMPLETE
68492026-08-25T07:49:45.889Z[ recovery-image] Aug 25 07:49:44.944 INFO O| Aug 25 07:49:44.944 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-25T07:49:45.898Z[ recovery-image] Aug 25 07:49:44.955 INFO O| Aug 25 07:49:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68512026-08-25T07:49:45.898Z[ recovery-image] Aug 25 07:49:44.955 INFO O| Aug 25 07:49:44.955 INFO STEP 516 (remove_files) COMPLETE
68522026-08-25T07:49:45.898Z[ recovery-image] Aug 25 07:49:44.955 INFO O| Aug 25 07:49:44.955 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-25T07:49:45.909Z[ recovery-image] Aug 25 07:49:44.965 INFO O| Aug 25 07:49:44.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68542026-08-25T07:49:45.909Z[ recovery-image] Aug 25 07:49:44.966 INFO O| Aug 25 07:49:44.966 INFO STEP 517 (remove_files) COMPLETE
68552026-08-25T07:49:45.909Z[ recovery-image] Aug 25 07:49:44.966 INFO O| Aug 25 07:49:44.966 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-25T07:49:45.922Z[ recovery-image] Aug 25 07:49:44.977 INFO O| Aug 25 07:49:44.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68572026-08-25T07:49:45.922Z[ recovery-image] Aug 25 07:49:44.977 INFO O| Aug 25 07:49:44.977 INFO STEP 518 (remove_files) COMPLETE
68582026-08-25T07:49:45.922Z[ recovery-image] Aug 25 07:49:44.977 INFO O| Aug 25 07:49:44.977 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-25T07:49:45.933Z[ recovery-image] Aug 25 07:49:44.987 INFO O| Aug 25 07:49:44.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68602026-08-25T07:49:45.933Z[ recovery-image] Aug 25 07:49:44.987 INFO O| Aug 25 07:49:44.987 INFO STEP 519 (remove_files) COMPLETE
68612026-08-25T07:49:45.933Z[ recovery-image] Aug 25 07:49:44.987 INFO O| Aug 25 07:49:44.987 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-25T07:49:45.941Z[ recovery-image] Aug 25 07:49:44.998 INFO O| Aug 25 07:49:44.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68632026-08-25T07:49:45.941Z[ recovery-image] Aug 25 07:49:44.998 INFO O| Aug 25 07:49:44.998 INFO STEP 520 (remove_files) COMPLETE
68642026-08-25T07:49:45.948Z[ recovery-image] Aug 25 07:49:44.998 INFO O| Aug 25 07:49:44.998 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-25T07:49:45.957Z[ recovery-image] Aug 25 07:49:45.008 INFO O| Aug 25 07:49:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68662026-08-25T07:49:45.957Z[ recovery-image] Aug 25 07:49:45.008 INFO O| Aug 25 07:49:45.008 INFO STEP 521 (remove_files) COMPLETE
68672026-08-25T07:49:45.957Z[ recovery-image] Aug 25 07:49:45.008 INFO O| Aug 25 07:49:45.008 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-25T07:49:45.962Z[ recovery-image] Aug 25 07:49:45.018 INFO O| Aug 25 07:49:45.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68692026-08-25T07:49:45.963Z[ recovery-image] Aug 25 07:49:45.018 INFO O| Aug 25 07:49:45.018 INFO STEP 522 (remove_files) COMPLETE
68702026-08-25T07:49:45.963Z[ recovery-image] Aug 25 07:49:45.018 INFO O| Aug 25 07:49:45.018 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-25T07:49:45.972Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
68722026-08-25T07:49:45.972Z[ recovery-image] Aug 25 07:49:45.027 INFO O| Aug 25 07:49:45.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68732026-08-25T07:49:45.972Z[ recovery-image] Aug 25 07:49:45.027 INFO O| Aug 25 07:49:45.027 INFO STEP 523 (remove_files) COMPLETE
68742026-08-25T07:49:45.972Z[ recovery-image] Aug 25 07:49:45.028 INFO O| Aug 25 07:49:45.027 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-25T07:49:45.980Z[ recovery-image] Aug 25 07:49:45.036 INFO O| Aug 25 07:49:45.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68762026-08-25T07:49:45.981Z[ recovery-image] Aug 25 07:49:45.036 INFO O| Aug 25 07:49:45.036 INFO STEP 524 (remove_files) COMPLETE
68772026-08-25T07:49:45.981Z[ recovery-image] Aug 25 07:49:45.036 INFO O| Aug 25 07:49:45.036 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-25T07:49:45.990Z[ recovery-image] Aug 25 07:49:45.047 INFO O| Aug 25 07:49:45.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68792026-08-25T07:49:45.997Z[ recovery-image] Aug 25 07:49:45.047 INFO O| Aug 25 07:49:45.047 INFO STEP 525 (remove_files) COMPLETE
68802026-08-25T07:49:45.997Z[ recovery-image] Aug 25 07:49:45.047 INFO O| Aug 25 07:49:45.047 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-25T07:49:46.004Z[ recovery-image] Aug 25 07:49:45.056 INFO O| Aug 25 07:49:45.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68822026-08-25T07:49:46.004Z[ recovery-image] Aug 25 07:49:45.056 INFO O| Aug 25 07:49:45.056 INFO STEP 526 (remove_files) COMPLETE
68832026-08-25T07:49:46.004Z[ recovery-image] Aug 25 07:49:45.056 INFO O| Aug 25 07:49:45.056 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-25T07:49:46.020Z[ recovery-image] Aug 25 07:49:45.066 INFO O| Aug 25 07:49:45.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68852026-08-25T07:49:46.020Z[ recovery-image] Aug 25 07:49:45.066 INFO O| Aug 25 07:49:45.066 INFO STEP 527 (remove_files) COMPLETE
68862026-08-25T07:49:46.020Z[ recovery-image] Aug 25 07:49:45.066 INFO O| Aug 25 07:49:45.066 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-25T07:49:46.028Z[ recovery-image] Aug 25 07:49:45.076 INFO O| Aug 25 07:49:45.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68882026-08-25T07:49:46.028Z[ recovery-image] Aug 25 07:49:45.076 INFO O| Aug 25 07:49:45.076 INFO STEP 528 (remove_files) COMPLETE
68892026-08-25T07:49:46.028Z[ recovery-image] Aug 25 07:49:45.076 INFO O| Aug 25 07:49:45.076 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-25T07:49:46.028Z[ recovery-image] Aug 25 07:49:45.084 INFO O| Aug 25 07:49:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68912026-08-25T07:49:46.028Z[ recovery-image] Aug 25 07:49:45.084 INFO O| Aug 25 07:49:45.084 INFO STEP 529 (remove_files) COMPLETE
68922026-08-25T07:49:46.028Z[ recovery-image] Aug 25 07:49:45.084 INFO O| Aug 25 07:49:45.084 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-25T07:49:46.039Z[ recovery-image] Aug 25 07:49:45.093 INFO O| Aug 25 07:49:45.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68942026-08-25T07:49:46.039Z[ recovery-image] Aug 25 07:49:45.093 INFO O| Aug 25 07:49:45.093 INFO STEP 530 (remove_files) COMPLETE
68952026-08-25T07:49:46.040Z[ recovery-image] Aug 25 07:49:45.093 INFO O| Aug 25 07:49:45.093 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-25T07:49:46.050Z[ recovery-image] Aug 25 07:49:45.102 INFO O| Aug 25 07:49:45.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68972026-08-25T07:49:46.050Z[ recovery-image] Aug 25 07:49:45.102 INFO O| Aug 25 07:49:45.102 INFO STEP 531 (remove_files) COMPLETE
68982026-08-25T07:49:46.050Z[ recovery-image] Aug 25 07:49:45.102 INFO O| Aug 25 07:49:45.102 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-25T07:49:46.064Z[ recovery-image] Aug 25 07:49:45.110 INFO O| Aug 25 07:49:45.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69002026-08-25T07:49:46.064Z[ recovery-image] Aug 25 07:49:45.110 INFO O| Aug 25 07:49:45.110 INFO STEP 532 (remove_files) COMPLETE
69012026-08-25T07:49:46.064Z[ recovery-image] Aug 25 07:49:45.110 INFO O| Aug 25 07:49:45.110 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-25T07:49:46.064Z[ recovery-image] Aug 25 07:49:45.118 INFO O| Aug 25 07:49:45.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69032026-08-25T07:49:46.064Z[ recovery-image] Aug 25 07:49:45.118 INFO O| Aug 25 07:49:45.118 INFO STEP 533 (remove_files) COMPLETE
69042026-08-25T07:49:46.064Z[ recovery-image] Aug 25 07:49:45.118 INFO O| Aug 25 07:49:45.118 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-25T07:49:46.075Z[ recovery-image] Aug 25 07:49:45.126 INFO O| Aug 25 07:49:45.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69062026-08-25T07:49:46.076Z[ recovery-image] Aug 25 07:49:45.126 INFO O| Aug 25 07:49:45.126 INFO STEP 534 (remove_files) COMPLETE
69072026-08-25T07:49:46.076Z[ recovery-image] Aug 25 07:49:45.126 INFO O| Aug 25 07:49:45.126 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-25T07:49:46.084Z[ recovery-image] Aug 25 07:49:45.135 INFO O| Aug 25 07:49:45.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69092026-08-25T07:49:46.084Z[ recovery-image] Aug 25 07:49:45.142 INFO O| Aug 25 07:49:45.136 INFO STEP 535 (remove_files) COMPLETE
69102026-08-25T07:49:46.084Z[ recovery-image] Aug 25 07:49:45.142 INFO O| Aug 25 07:49:45.136 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-25T07:49:46.092Z[ recovery-image] Aug 25 07:49:45.146 INFO O| Aug 25 07:49:45.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69122026-08-25T07:49:46.092Z[ recovery-image] Aug 25 07:49:45.146 INFO O| Aug 25 07:49:45.146 INFO STEP 536 (remove_files) COMPLETE
69132026-08-25T07:49:46.092Z[ recovery-image] Aug 25 07:49:45.146 INFO O| Aug 25 07:49:45.146 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-25T07:49:46.100Z[ recovery-image] Aug 25 07:49:45.157 INFO O| Aug 25 07:49:45.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69152026-08-25T07:49:46.101Z[ recovery-image] Aug 25 07:49:45.157 INFO O| Aug 25 07:49:45.157 INFO STEP 537 (remove_files) COMPLETE
69162026-08-25T07:49:46.101Z[ recovery-image] Aug 25 07:49:45.157 INFO O| Aug 25 07:49:45.157 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-25T07:49:46.111Z[ recovery-image] Aug 25 07:49:45.166 INFO O| Aug 25 07:49:45.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69182026-08-25T07:49:46.111Z[ recovery-image] Aug 25 07:49:45.166 INFO O| Aug 25 07:49:45.166 INFO STEP 538 (remove_files) COMPLETE
69192026-08-25T07:49:46.128Z[ recovery-image] Aug 25 07:49:45.166 INFO O| Aug 25 07:49:45.166 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-25T07:49:46.128Z[ recovery-image] Aug 25 07:49:45.177 INFO O| Aug 25 07:49:45.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69212026-08-25T07:49:46.128Z[ recovery-image] Aug 25 07:49:45.177 INFO O| Aug 25 07:49:45.177 INFO STEP 539 (remove_files) COMPLETE
69222026-08-25T07:49:46.128Z[ recovery-image] Aug 25 07:49:45.177 INFO O| Aug 25 07:49:45.177 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-25T07:49:46.152Z[ recovery-image] Aug 25 07:49:45.188 INFO O| Aug 25 07:49:45.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69242026-08-25T07:49:46.152Z[ recovery-image] Aug 25 07:49:45.188 INFO O| Aug 25 07:49:45.188 INFO STEP 540 (remove_files) COMPLETE
69252026-08-25T07:49:46.152Z[ recovery-image] Aug 25 07:49:45.188 INFO O| Aug 25 07:49:45.188 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-25T07:49:46.164Z[ recovery-image] Aug 25 07:49:45.199 INFO O| Aug 25 07:49:45.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69272026-08-25T07:49:46.165Z[ recovery-image] Aug 25 07:49:45.199 INFO O| Aug 25 07:49:45.199 INFO STEP 541 (remove_files) COMPLETE
69282026-08-25T07:49:46.165Z[ recovery-image] Aug 25 07:49:45.199 INFO O| Aug 25 07:49:45.199 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-25T07:49:46.165Z[ recovery-image] Aug 25 07:49:45.212 INFO O| Aug 25 07:49:45.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69302026-08-25T07:49:46.165Z[ recovery-image] Aug 25 07:49:45.212 INFO O| Aug 25 07:49:45.212 INFO STEP 542 (remove_files) COMPLETE
69312026-08-25T07:49:46.165Z[ recovery-image] Aug 25 07:49:45.212 INFO O| Aug 25 07:49:45.212 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-25T07:49:46.174Z[ recovery-image] Aug 25 07:49:45.222 INFO O| Aug 25 07:49:45.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69332026-08-25T07:49:46.174Z[ recovery-image] Aug 25 07:49:45.222 INFO O| Aug 25 07:49:45.222 INFO STEP 543 (remove_files) COMPLETE
69342026-08-25T07:49:46.174Z[ recovery-image] Aug 25 07:49:45.222 INFO O| Aug 25 07:49:45.222 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-25T07:49:46.188Z[ recovery-image] Aug 25 07:49:45.232 INFO O| Aug 25 07:49:45.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69362026-08-25T07:49:46.188Z[ recovery-image] Aug 25 07:49:45.232 INFO O| Aug 25 07:49:45.232 INFO STEP 544 (remove_files) COMPLETE
69372026-08-25T07:49:46.188Z[ recovery-image] Aug 25 07:49:45.232 INFO O| Aug 25 07:49:45.232 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-25T07:49:46.204Z[ recovery-image] Aug 25 07:49:45.243 INFO O| Aug 25 07:49:45.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69392026-08-25T07:49:46.204Z[ recovery-image] Aug 25 07:49:45.243 INFO O| Aug 25 07:49:45.243 INFO STEP 545 (remove_files) COMPLETE
69402026-08-25T07:49:46.205Z[ recovery-image] Aug 25 07:49:45.243 INFO O| Aug 25 07:49:45.243 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-25T07:49:46.211Z[ recovery-image] Aug 25 07:49:45.254 INFO O| Aug 25 07:49:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69422026-08-25T07:49:46.211Z[ recovery-image] Aug 25 07:49:45.255 INFO O| Aug 25 07:49:45.255 INFO STEP 546 (remove_files) COMPLETE
69432026-08-25T07:49:46.211Z[ recovery-image] Aug 25 07:49:45.255 INFO O| Aug 25 07:49:45.255 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-25T07:49:46.211Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
69452026-08-25T07:49:46.211Z[ recovery-image] Aug 25 07:49:45.264 INFO O| Aug 25 07:49:45.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69462026-08-25T07:49:46.211Z[ recovery-image] Aug 25 07:49:45.264 INFO O| Aug 25 07:49:45.264 INFO STEP 547 (remove_files) COMPLETE
69472026-08-25T07:49:46.211Z[ recovery-image] Aug 25 07:49:45.264 INFO O| Aug 25 07:49:45.264 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-25T07:49:46.217Z[ recovery-image] Aug 25 07:49:45.275 INFO O| Aug 25 07:49:45.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69492026-08-25T07:49:46.217Z[ recovery-image] Aug 25 07:49:45.275 INFO O| Aug 25 07:49:45.275 INFO STEP 548 (remove_files) COMPLETE
69502026-08-25T07:49:46.217Z[ recovery-image] Aug 25 07:49:45.275 INFO O| Aug 25 07:49:45.275 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-25T07:49:46.227Z[ recovery-image] Aug 25 07:49:45.285 INFO O| Aug 25 07:49:45.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69522026-08-25T07:49:46.228Z[ recovery-image] Aug 25 07:49:45.285 INFO O| Aug 25 07:49:45.285 INFO STEP 549 (remove_files) COMPLETE
69532026-08-25T07:49:46.236Z[ recovery-image] Aug 25 07:49:45.285 INFO O| Aug 25 07:49:45.285 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-25T07:49:46.244Z[ recovery-image] Aug 25 07:49:45.295 INFO O| Aug 25 07:49:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69552026-08-25T07:49:46.245Z[ recovery-image] Aug 25 07:49:45.295 INFO O| Aug 25 07:49:45.295 INFO STEP 550 (remove_files) COMPLETE
69562026-08-25T07:49:46.245Z[ recovery-image] Aug 25 07:49:45.295 INFO O| Aug 25 07:49:45.295 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-25T07:49:46.252Z[ recovery-image] Aug 25 07:49:45.306 INFO O| Aug 25 07:49:45.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69582026-08-25T07:49:46.252Z[ recovery-image] Aug 25 07:49:45.306 INFO O| Aug 25 07:49:45.306 INFO STEP 551 (remove_files) COMPLETE
69592026-08-25T07:49:46.252Z[ recovery-image] Aug 25 07:49:45.306 INFO O| Aug 25 07:49:45.306 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-25T07:49:46.263Z[ recovery-image] Aug 25 07:49:45.316 INFO O| Aug 25 07:49:45.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69612026-08-25T07:49:46.263Z[ recovery-image] Aug 25 07:49:45.316 INFO O| Aug 25 07:49:45.316 INFO STEP 552 (remove_files) COMPLETE
69622026-08-25T07:49:46.263Z[ recovery-image] Aug 25 07:49:45.316 INFO O| Aug 25 07:49:45.316 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-25T07:49:46.271Z[ recovery-image] Aug 25 07:49:45.324 INFO O| Aug 25 07:49:45.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69642026-08-25T07:49:46.271Z[ recovery-image] Aug 25 07:49:45.324 INFO O| Aug 25 07:49:45.324 INFO STEP 553 (remove_files) COMPLETE
69652026-08-25T07:49:46.271Z[ recovery-image] Aug 25 07:49:45.324 INFO O| Aug 25 07:49:45.324 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-25T07:49:46.280Z[ recovery-image] Aug 25 07:49:45.332 INFO O| Aug 25 07:49:45.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69672026-08-25T07:49:46.280Z[ recovery-image] Aug 25 07:49:45.332 INFO O| Aug 25 07:49:45.332 INFO STEP 554 (remove_files) COMPLETE
69682026-08-25T07:49:46.281Z[ recovery-image] Aug 25 07:49:45.332 INFO O| Aug 25 07:49:45.332 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-25T07:49:46.288Z[ recovery-image] Aug 25 07:49:45.342 INFO O| Aug 25 07:49:45.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69702026-08-25T07:49:46.288Z[ recovery-image] Aug 25 07:49:45.342 INFO O| Aug 25 07:49:45.342 INFO STEP 555 (remove_files) COMPLETE
69712026-08-25T07:49:46.288Z[ recovery-image] Aug 25 07:49:45.342 INFO O| Aug 25 07:49:45.342 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-25T07:49:46.301Z[ recovery-image] Aug 25 07:49:45.352 INFO O| Aug 25 07:49:45.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69732026-08-25T07:49:46.301Z[ recovery-image] Aug 25 07:49:45.352 INFO O| Aug 25 07:49:45.352 INFO STEP 556 (remove_files) COMPLETE
69742026-08-25T07:49:46.301Z[ recovery-image] Aug 25 07:49:45.352 INFO O| Aug 25 07:49:45.352 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-25T07:49:46.312Z[ recovery-image] Aug 25 07:49:45.362 INFO O| Aug 25 07:49:45.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69762026-08-25T07:49:46.312Z[ recovery-image] Aug 25 07:49:45.362 INFO O| Aug 25 07:49:45.362 INFO STEP 557 (remove_files) COMPLETE
69772026-08-25T07:49:46.312Z[ recovery-image] Aug 25 07:49:45.362 INFO O| Aug 25 07:49:45.362 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-25T07:49:46.322Z[ recovery-image] Aug 25 07:49:45.372 INFO O| Aug 25 07:49:45.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69792026-08-25T07:49:46.322Z[ recovery-image] Aug 25 07:49:45.372 INFO O| Aug 25 07:49:45.372 INFO STEP 558 (remove_files) COMPLETE
69802026-08-25T07:49:46.322Z[ recovery-image] Aug 25 07:49:45.372 INFO O| Aug 25 07:49:45.372 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-25T07:49:46.328Z[ recovery-image] Aug 25 07:49:45.382 INFO O| Aug 25 07:49:45.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69822026-08-25T07:49:46.328Z[ recovery-image] Aug 25 07:49:45.382 INFO O| Aug 25 07:49:45.382 INFO STEP 559 (remove_files) COMPLETE
69832026-08-25T07:49:46.328Z[ recovery-image] Aug 25 07:49:45.382 INFO O| Aug 25 07:49:45.382 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-25T07:49:46.337Z[ recovery-image] Aug 25 07:49:45.391 INFO O| Aug 25 07:49:45.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69852026-08-25T07:49:46.337Z[ recovery-image] Aug 25 07:49:45.391 INFO O| Aug 25 07:49:45.391 INFO STEP 560 (remove_files) COMPLETE
69862026-08-25T07:49:46.337Z[ recovery-image] Aug 25 07:49:45.391 INFO O| Aug 25 07:49:45.391 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-25T07:49:46.356Z[ recovery-image] Aug 25 07:49:45.412 INFO O| Aug 25 07:49:45.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69882026-08-25T07:49:46.357Z[ recovery-image] Aug 25 07:49:45.412 INFO O| Aug 25 07:49:45.412 INFO STEP 561 (remove_files) COMPLETE
69892026-08-25T07:49:46.357Z[ recovery-image] Aug 25 07:49:45.412 INFO O| Aug 25 07:49:45.412 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-25T07:49:46.364Z[ recovery-image] Aug 25 07:49:45.421 INFO O| Aug 25 07:49:45.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69912026-08-25T07:49:46.364Z[ recovery-image] Aug 25 07:49:45.421 INFO O| Aug 25 07:49:45.421 INFO STEP 562 (remove_files) COMPLETE
69922026-08-25T07:49:46.364Z[ recovery-image] Aug 25 07:49:45.421 INFO O| Aug 25 07:49:45.421 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-25T07:49:46.373Z[ recovery-image] Aug 25 07:49:45.430 INFO O| Aug 25 07:49:45.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69942026-08-25T07:49:46.373Z[ recovery-image] Aug 25 07:49:45.430 INFO O| Aug 25 07:49:45.430 INFO STEP 563 (remove_files) COMPLETE
69952026-08-25T07:49:46.373Z[ recovery-image] Aug 25 07:49:45.430 INFO O| Aug 25 07:49:45.430 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-25T07:49:46.407Z[ recovery-image] Aug 25 07:49:45.439 INFO O| Aug 25 07:49:45.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69972026-08-25T07:49:46.407Z[ recovery-image] Aug 25 07:49:45.439 INFO O| Aug 25 07:49:45.439 INFO STEP 564 (remove_files) COMPLETE
69982026-08-25T07:49:46.407Z[ recovery-image] Aug 25 07:49:45.439 INFO O| Aug 25 07:49:45.439 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-25T07:49:46.415Z[ recovery-image] Aug 25 07:49:45.448 INFO O| Aug 25 07:49:45.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70002026-08-25T07:49:46.415Z[ recovery-image] Aug 25 07:49:45.448 INFO O| Aug 25 07:49:45.448 INFO STEP 565 (remove_files) COMPLETE
70012026-08-25T07:49:46.415Z[ recovery-image] Aug 25 07:49:45.448 INFO O| Aug 25 07:49:45.448 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-25T07:49:46.415Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
70032026-08-25T07:49:46.415Z[ recovery-image] Aug 25 07:49:45.457 INFO O| Aug 25 07:49:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70042026-08-25T07:49:46.415Z[ recovery-image] Aug 25 07:49:45.457 INFO O| Aug 25 07:49:45.457 INFO STEP 566 (remove_files) COMPLETE
70052026-08-25T07:49:46.415Z[ recovery-image] Aug 25 07:49:45.457 INFO O| Aug 25 07:49:45.457 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-25T07:49:46.422Z[ recovery-image] Aug 25 07:49:45.476 INFO O| Aug 25 07:49:45.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70072026-08-25T07:49:46.422Z[ recovery-image] Aug 25 07:49:45.476 INFO O| Aug 25 07:49:45.466 INFO STEP 567 (remove_files) COMPLETE
70082026-08-25T07:49:46.422Z[ recovery-image] Aug 25 07:49:45.476 INFO O| Aug 25 07:49:45.466 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-25T07:49:46.422Z[ recovery-image] Aug 25 07:49:45.476 INFO O| Aug 25 07:49:45.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70102026-08-25T07:49:46.422Z[ recovery-image] Aug 25 07:49:45.476 INFO O| Aug 25 07:49:45.475 INFO STEP 568 (remove_files) COMPLETE
70112026-08-25T07:49:46.422Z[ recovery-image] Aug 25 07:49:45.476 INFO O| Aug 25 07:49:45.475 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-25T07:49:46.435Z[ recovery-image] Aug 25 07:49:45.485 INFO O| Aug 25 07:49:45.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70132026-08-25T07:49:46.435Z[ recovery-image] Aug 25 07:49:45.485 INFO O| Aug 25 07:49:45.485 INFO STEP 569 (remove_files) COMPLETE
70142026-08-25T07:49:46.435Z[ recovery-image] Aug 25 07:49:45.485 INFO O| Aug 25 07:49:45.485 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-25T07:49:46.445Z[ recovery-image] Aug 25 07:49:45.493 INFO O| Aug 25 07:49:45.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70162026-08-25T07:49:46.445Z[ recovery-image] Aug 25 07:49:45.494 INFO O| Aug 25 07:49:45.494 INFO STEP 570 (remove_files) COMPLETE
70172026-08-25T07:49:46.445Z[ recovery-image] Aug 25 07:49:45.494 INFO O| Aug 25 07:49:45.494 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-25T07:49:46.450Z[ recovery-image] Aug 25 07:49:45.502 INFO O| Aug 25 07:49:45.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70192026-08-25T07:49:46.450Z[ recovery-image] Aug 25 07:49:45.503 INFO O| Aug 25 07:49:45.503 INFO STEP 571 (remove_files) COMPLETE
70202026-08-25T07:49:46.450Z[ recovery-image] Aug 25 07:49:45.503 INFO O| Aug 25 07:49:45.503 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-25T07:49:46.456Z[ recovery-image] Aug 25 07:49:45.512 INFO O| Aug 25 07:49:45.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70222026-08-25T07:49:46.456Z[ recovery-image] Aug 25 07:49:45.512 INFO O| Aug 25 07:49:45.512 INFO STEP 572 (remove_files) COMPLETE
70232026-08-25T07:49:46.456Z[ recovery-image] Aug 25 07:49:45.512 INFO O| Aug 25 07:49:45.512 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-25T07:49:46.465Z[ recovery-image] Aug 25 07:49:45.521 INFO O| Aug 25 07:49:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70252026-08-25T07:49:46.465Z[ recovery-image] Aug 25 07:49:45.521 INFO O| Aug 25 07:49:45.521 INFO STEP 573 (remove_files) COMPLETE
70262026-08-25T07:49:46.465Z[ recovery-image] Aug 25 07:49:45.521 INFO O| Aug 25 07:49:45.521 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-25T07:49:46.481Z[ recovery-image] Aug 25 07:49:45.536 INFO O| Aug 25 07:49:45.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70282026-08-25T07:49:46.481Z[ recovery-image] Aug 25 07:49:45.536 INFO O| Aug 25 07:49:45.536 INFO STEP 574 (remove_files) COMPLETE
70292026-08-25T07:49:46.481Z[ recovery-image] Aug 25 07:49:45.536 INFO O| Aug 25 07:49:45.536 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-25T07:49:46.491Z[ recovery-image] Aug 25 07:49:45.546 INFO O| Aug 25 07:49:45.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70312026-08-25T07:49:46.491Z[ recovery-image] Aug 25 07:49:45.546 INFO O| Aug 25 07:49:45.546 INFO STEP 575 (remove_files) COMPLETE
70322026-08-25T07:49:46.491Z[ recovery-image] Aug 25 07:49:45.546 INFO O| Aug 25 07:49:45.546 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-25T07:49:46.506Z[ recovery-image] Aug 25 07:49:45.558 INFO O| Aug 25 07:49:45.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70342026-08-25T07:49:46.506Z[ recovery-image] Aug 25 07:49:45.558 INFO O| Aug 25 07:49:45.558 INFO STEP 576 (remove_files) COMPLETE
70352026-08-25T07:49:46.506Z[ recovery-image] Aug 25 07:49:45.558 INFO O| Aug 25 07:49:45.558 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-25T07:49:46.514Z[ recovery-image] Aug 25 07:49:45.569 INFO O| Aug 25 07:49:45.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70372026-08-25T07:49:46.514Z[ recovery-image] Aug 25 07:49:45.569 INFO O| Aug 25 07:49:45.569 INFO STEP 577 (remove_files) COMPLETE
70382026-08-25T07:49:46.514Z[ recovery-image] Aug 25 07:49:45.569 INFO O| Aug 25 07:49:45.569 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-25T07:49:46.524Z[ recovery-image] Aug 25 07:49:45.579 INFO O| Aug 25 07:49:45.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70402026-08-25T07:49:46.524Z[ recovery-image] Aug 25 07:49:45.579 INFO O| Aug 25 07:49:45.579 INFO STEP 578 (remove_files) COMPLETE
70412026-08-25T07:49:46.531Z[ recovery-image] Aug 25 07:49:45.579 INFO O| Aug 25 07:49:45.579 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-25T07:49:46.535Z[ recovery-image] Aug 25 07:49:45.588 INFO O| Aug 25 07:49:45.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70432026-08-25T07:49:46.535Z[ recovery-image] Aug 25 07:49:45.588 INFO O| Aug 25 07:49:45.588 INFO STEP 579 (remove_files) COMPLETE
70442026-08-25T07:49:46.535Z[ recovery-image] Aug 25 07:49:45.588 INFO O| Aug 25 07:49:45.588 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-25T07:49:46.540Z[ recovery-image] Aug 25 07:49:45.597 INFO O| Aug 25 07:49:45.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70462026-08-25T07:49:46.540Z[ recovery-image] Aug 25 07:49:45.597 INFO O| Aug 25 07:49:45.597 INFO STEP 580 (remove_files) COMPLETE
70472026-08-25T07:49:46.540Z[ recovery-image] Aug 25 07:49:45.597 INFO O| Aug 25 07:49:45.597 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-25T07:49:46.550Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
70492026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.607 INFO O| Aug 25 07:49:45.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70502026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.607 INFO O| Aug 25 07:49:45.607 INFO STEP 581 (remove_files) COMPLETE
70512026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.607 INFO O| Aug 25 07:49:45.607 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.618 INFO O| Aug 25 07:49:45.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70532026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.618 INFO O| Aug 25 07:49:45.618 INFO STEP 582 (remove_files) COMPLETE
70542026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.618 INFO O| Aug 25 07:49:45.618 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.628 INFO O| Aug 25 07:49:45.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70562026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.630 INFO O| Aug 25 07:49:45.630 INFO STEP 583 (remove_files) COMPLETE
70572026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.630 INFO O| Aug 25 07:49:45.630 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.640 INFO O| Aug 25 07:49:45.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70592026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.640 INFO O| Aug 25 07:49:45.640 INFO STEP 584 (remove_files) COMPLETE
70602026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.640 INFO O| Aug 25 07:49:45.640 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-25T07:49:46.675Z[ recovery-image] Aug 25 07:49:45.653 INFO O| Aug 25 07:49:45.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70622026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.653 INFO O| Aug 25 07:49:45.653 INFO STEP 585 (remove_files) COMPLETE
70632026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.653 INFO O| Aug 25 07:49:45.653 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.662 INFO O| Aug 25 07:49:45.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70652026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.662 INFO O| Aug 25 07:49:45.662 INFO STEP 586 (remove_files) COMPLETE
70662026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.662 INFO O| Aug 25 07:49:45.662 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.672 INFO O| Aug 25 07:49:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70682026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.673 INFO O| Aug 25 07:49:45.673 INFO STEP 587 (remove_files) COMPLETE
70692026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.673 INFO O| Aug 25 07:49:45.673 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.683 INFO O| Aug 25 07:49:45.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70712026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.683 INFO O| Aug 25 07:49:45.683 INFO STEP 588 (remove_files) COMPLETE
70722026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.683 INFO O| Aug 25 07:49:45.683 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.691 INFO O| Aug 25 07:49:45.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70742026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.691 INFO O| Aug 25 07:49:45.691 INFO STEP 589 (remove_files) COMPLETE
70752026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.691 INFO O| Aug 25 07:49:45.691 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.700 INFO O| Aug 25 07:49:45.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70772026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.700 INFO O| Aug 25 07:49:45.700 INFO STEP 590 (remove_files) COMPLETE
70782026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.700 INFO O| Aug 25 07:49:45.700 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.708 INFO O| Aug 25 07:49:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70802026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.708 INFO O| Aug 25 07:49:45.708 INFO STEP 591 (remove_files) COMPLETE
70812026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.708 INFO O| Aug 25 07:49:45.708 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.717 INFO O| Aug 25 07:49:45.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70832026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.717 INFO O| Aug 25 07:49:45.717 INFO STEP 592 (remove_files) COMPLETE
70842026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.717 INFO O| Aug 25 07:49:45.717 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-25T07:49:46.676Z[ recovery-image] Aug 25 07:49:45.726 INFO O| Aug 25 07:49:45.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70862026-08-25T07:49:46.677Z[ recovery-image] Aug 25 07:49:45.727 INFO O| Aug 25 07:49:45.727 INFO STEP 593 (remove_files) COMPLETE
70872026-08-25T07:49:46.677Z[ recovery-image] Aug 25 07:49:45.727 INFO O| Aug 25 07:49:45.727 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-25T07:49:46.687Z[ recovery-image] Aug 25 07:49:45.736 INFO O| Aug 25 07:49:45.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70892026-08-25T07:49:46.687Z[ recovery-image] Aug 25 07:49:45.736 INFO O| Aug 25 07:49:45.736 INFO STEP 594 (remove_files) COMPLETE
70902026-08-25T07:49:46.687Z[ recovery-image] Aug 25 07:49:45.736 INFO O| Aug 25 07:49:45.736 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-25T07:49:46.693Z[ recovery-image] Aug 25 07:49:45.745 INFO O| Aug 25 07:49:45.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70922026-08-25T07:49:46.693Z[ recovery-image] Aug 25 07:49:45.745 INFO O| Aug 25 07:49:45.745 INFO STEP 595 (remove_files) COMPLETE
70932026-08-25T07:49:46.693Z[ recovery-image] Aug 25 07:49:45.745 INFO O| Aug 25 07:49:45.745 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-25T07:49:46.700Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
70952026-08-25T07:49:46.700Z[ recovery-image] Aug 25 07:49:45.754 INFO O| Aug 25 07:49:45.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70962026-08-25T07:49:46.700Z[ recovery-image] Aug 25 07:49:45.754 INFO O| Aug 25 07:49:45.754 INFO STEP 596 (remove_files) COMPLETE
70972026-08-25T07:49:46.700Z[ recovery-image] Aug 25 07:49:45.754 INFO O| Aug 25 07:49:45.754 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-25T07:49:46.707Z[ recovery-image] Aug 25 07:49:45.763 INFO O| Aug 25 07:49:45.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70992026-08-25T07:49:46.707Z[ recovery-image] Aug 25 07:49:45.763 INFO O| Aug 25 07:49:45.763 INFO STEP 597 (remove_files) COMPLETE
71002026-08-25T07:49:46.707Z[ recovery-image] Aug 25 07:49:45.763 INFO O| Aug 25 07:49:45.763 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-25T07:49:46.724Z[ recovery-image] Aug 25 07:49:45.780 INFO O| Aug 25 07:49:45.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71022026-08-25T07:49:46.724Z[ recovery-image] Aug 25 07:49:45.780 INFO O| Aug 25 07:49:45.780 INFO STEP 598 (remove_files) COMPLETE
71032026-08-25T07:49:46.724Z[ recovery-image] Aug 25 07:49:45.780 INFO O| Aug 25 07:49:45.780 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-25T07:49:46.735Z[ recovery-image] Aug 25 07:49:45.790 INFO O| Aug 25 07:49:45.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71052026-08-25T07:49:46.735Z[ recovery-image] Aug 25 07:49:45.790 INFO O| Aug 25 07:49:45.790 INFO STEP 599 (remove_files) COMPLETE
71062026-08-25T07:49:46.735Z[ recovery-image] Aug 25 07:49:45.790 INFO O| Aug 25 07:49:45.790 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-25T07:49:46.749Z[ recovery-image] Aug 25 07:49:45.800 INFO O| Aug 25 07:49:45.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71082026-08-25T07:49:46.750Z[ recovery-image] Aug 25 07:49:45.800 INFO O| Aug 25 07:49:45.800 INFO STEP 600 (remove_files) COMPLETE
71092026-08-25T07:49:46.750Z[ recovery-image] Aug 25 07:49:45.800 INFO O| Aug 25 07:49:45.800 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-25T07:49:46.754Z[ recovery-image] Aug 25 07:49:45.810 INFO O| Aug 25 07:49:45.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71112026-08-25T07:49:46.754Z[ recovery-image] Aug 25 07:49:45.810 INFO O| Aug 25 07:49:45.810 INFO STEP 601 (remove_files) COMPLETE
71122026-08-25T07:49:46.754Z[ recovery-image] Aug 25 07:49:45.810 INFO O| Aug 25 07:49:45.810 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-25T07:49:46.764Z[ recovery-image] Aug 25 07:49:45.819 INFO O| Aug 25 07:49:45.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71142026-08-25T07:49:46.765Z[ recovery-image] Aug 25 07:49:45.819 INFO O| Aug 25 07:49:45.819 INFO STEP 602 (remove_files) COMPLETE
71152026-08-25T07:49:46.765Z[ recovery-image] Aug 25 07:49:45.819 INFO O| Aug 25 07:49:45.819 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-25T07:49:46.884Z[ recovery-image] Aug 25 07:49:45.830 INFO O| Aug 25 07:49:45.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71172026-08-25T07:49:46.884Z[ recovery-image] Aug 25 07:49:45.830 INFO O| Aug 25 07:49:45.830 INFO STEP 603 (remove_files) COMPLETE
71182026-08-25T07:49:46.884Z[ recovery-image] Aug 25 07:49:45.830 INFO O| Aug 25 07:49:45.830 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-25T07:49:46.893Z[ recovery-image] Aug 25 07:49:45.841 INFO O| Aug 25 07:49:45.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71202026-08-25T07:49:46.893Z[ recovery-image] Aug 25 07:49:45.841 INFO O| Aug 25 07:49:45.841 INFO STEP 604 (remove_files) COMPLETE
71212026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.841 INFO O| Aug 25 07:49:45.841 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.851 INFO O| Aug 25 07:49:45.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71232026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.851 INFO O| Aug 25 07:49:45.851 INFO STEP 605 (remove_files) COMPLETE
71242026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.851 INFO O| Aug 25 07:49:45.851 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.861 INFO O| Aug 25 07:49:45.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71262026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.862 INFO O| Aug 25 07:49:45.862 INFO STEP 606 (remove_files) COMPLETE
71272026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.862 INFO O| Aug 25 07:49:45.862 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.871 INFO O| Aug 25 07:49:45.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71292026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.871 INFO O| Aug 25 07:49:45.871 INFO STEP 607 (remove_files) COMPLETE
71302026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.871 INFO O| Aug 25 07:49:45.871 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.881 INFO O| Aug 25 07:49:45.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71322026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.881 INFO O| Aug 25 07:49:45.881 INFO STEP 608 (remove_files) COMPLETE
71332026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.881 INFO O| Aug 25 07:49:45.881 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.891 INFO O| Aug 25 07:49:45.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71352026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.891 INFO O| Aug 25 07:49:45.891 INFO STEP 609 (remove_files) COMPLETE
71362026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.891 INFO O| Aug 25 07:49:45.891 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.901 INFO O| Aug 25 07:49:45.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71382026-08-25T07:49:46.894Z[ recovery-image] Aug 25 07:49:45.902 INFO O| Aug 25 07:49:45.902 INFO STEP 610 (remove_files) COMPLETE
71392026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.902 INFO O| Aug 25 07:49:45.902 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.912 INFO O| Aug 25 07:49:45.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71412026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.912 INFO O| Aug 25 07:49:45.912 INFO STEP 611 (remove_files) COMPLETE
71422026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.912 INFO O| Aug 25 07:49:45.912 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.922 INFO O| Aug 25 07:49:45.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71442026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.922 INFO O| Aug 25 07:49:45.922 INFO STEP 612 (remove_files) COMPLETE
71452026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.922 INFO O| Aug 25 07:49:45.922 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.931 INFO O| Aug 25 07:49:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71472026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.932 INFO O| Aug 25 07:49:45.932 INFO STEP 613 (remove_files) COMPLETE
71482026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.932 INFO O| Aug 25 07:49:45.932 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.941 INFO O| Aug 25 07:49:45.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71502026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.941 INFO O| Aug 25 07:49:45.941 INFO STEP 614 (remove_files) COMPLETE
71512026-08-25T07:49:46.895Z[ recovery-image] Aug 25 07:49:45.941 INFO O| Aug 25 07:49:45.941 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-25T07:49:46.902Z[ recovery-image] Aug 25 07:49:45.951 INFO O| Aug 25 07:49:45.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71532026-08-25T07:49:46.902Z[ recovery-image] Aug 25 07:49:45.951 INFO O| Aug 25 07:49:45.951 INFO STEP 615 (remove_files) COMPLETE
71542026-08-25T07:49:46.902Z[ recovery-image] Aug 25 07:49:45.951 INFO O| Aug 25 07:49:45.951 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-25T07:49:46.909Z[ recovery-image] Aug 25 07:49:45.961 INFO O| Aug 25 07:49:45.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71562026-08-25T07:49:46.909Z[ recovery-image] Aug 25 07:49:45.961 INFO O| Aug 25 07:49:45.961 INFO STEP 616 (remove_files) COMPLETE
71572026-08-25T07:49:46.909Z[ recovery-image] Aug 25 07:49:45.961 INFO O| Aug 25 07:49:45.961 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-25T07:49:46.916Z[ recovery-image] Aug 25 07:49:45.969 INFO O| Aug 25 07:49:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71592026-08-25T07:49:46.916Z[ recovery-image] Aug 25 07:49:45.969 INFO O| Aug 25 07:49:45.969 INFO STEP 617 (remove_files) COMPLETE
71602026-08-25T07:49:46.916Z[ recovery-image] Aug 25 07:49:45.969 INFO O| Aug 25 07:49:45.969 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-25T07:49:46.926Z[ recovery-image] Aug 25 07:49:45.978 INFO O| Aug 25 07:49:45.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71622026-08-25T07:49:46.926Z[ recovery-image] Aug 25 07:49:45.978 INFO O| Aug 25 07:49:45.978 INFO STEP 618 (remove_files) COMPLETE
71632026-08-25T07:49:46.926Z[ recovery-image] Aug 25 07:49:45.978 INFO O| Aug 25 07:49:45.978 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-25T07:49:46.934Z[ recovery-image] Aug 25 07:49:45.986 INFO O| Aug 25 07:49:45.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71652026-08-25T07:49:46.934Z[ recovery-image] Aug 25 07:49:45.986 INFO O| Aug 25 07:49:45.986 INFO STEP 619 (remove_files) COMPLETE
71662026-08-25T07:49:46.934Z[ recovery-image] Aug 25 07:49:45.986 INFO O| Aug 25 07:49:45.986 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-25T07:49:46.940Z[ recovery-image] Aug 25 07:49:45.994 INFO O| Aug 25 07:49:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71682026-08-25T07:49:46.940Z[ recovery-image] Aug 25 07:49:45.994 INFO O| Aug 25 07:49:45.994 INFO STEP 620 (remove_files) COMPLETE
71692026-08-25T07:49:46.940Z[ recovery-image] Aug 25 07:49:45.994 INFO O| Aug 25 07:49:45.994 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-25T07:49:46.948Z[ recovery-image] Aug 25 07:49:46.002 INFO O| Aug 25 07:49:46.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71712026-08-25T07:49:46.948Z[ recovery-image] Aug 25 07:49:46.002 INFO O| Aug 25 07:49:46.002 INFO STEP 621 (remove_files) COMPLETE
71722026-08-25T07:49:46.948Z[ recovery-image] Aug 25 07:49:46.002 INFO O| Aug 25 07:49:46.002 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-25T07:49:46.955Z[ recovery-image] Aug 25 07:49:46.010 INFO O| Aug 25 07:49:46.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71742026-08-25T07:49:46.956Z[ recovery-image] Aug 25 07:49:46.010 INFO O| Aug 25 07:49:46.010 INFO STEP 622 (remove_files) COMPLETE
71752026-08-25T07:49:46.956Z[ recovery-image] Aug 25 07:49:46.010 INFO O| Aug 25 07:49:46.010 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-25T07:49:46.965Z[ recovery-image] Aug 25 07:49:46.019 INFO O| Aug 25 07:49:46.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71772026-08-25T07:49:46.965Z[ recovery-image] Aug 25 07:49:46.019 INFO O| Aug 25 07:49:46.019 INFO STEP 623 (remove_files) COMPLETE
71782026-08-25T07:49:46.965Z[ recovery-image] Aug 25 07:49:46.019 INFO O| Aug 25 07:49:46.019 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-25T07:49:46.971Z[ recovery-image] Aug 25 07:49:46.027 INFO O| Aug 25 07:49:46.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71802026-08-25T07:49:46.971Z[ recovery-image] Aug 25 07:49:46.027 INFO O| Aug 25 07:49:46.027 INFO STEP 624 (remove_files) COMPLETE
71812026-08-25T07:49:46.971Z[ recovery-image] Aug 25 07:49:46.027 INFO O| Aug 25 07:49:46.027 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-25T07:49:46.986Z[ recovery-image] Aug 25 07:49:46.036 INFO O| Aug 25 07:49:46.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71832026-08-25T07:49:46.986Z[ recovery-image] Aug 25 07:49:46.036 INFO O| Aug 25 07:49:46.036 INFO STEP 625 (remove_files) COMPLETE
71842026-08-25T07:49:46.986Z[ recovery-image] Aug 25 07:49:46.036 INFO O| Aug 25 07:49:46.036 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-25T07:49:47.001Z[ recovery-image] Aug 25 07:49:46.044 INFO O| Aug 25 07:49:46.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71862026-08-25T07:49:47.001Z[ recovery-image] Aug 25 07:49:46.044 INFO O| Aug 25 07:49:46.044 INFO STEP 626 (remove_files) COMPLETE
71872026-08-25T07:49:47.001Z[ recovery-image] Aug 25 07:49:46.044 INFO O| Aug 25 07:49:46.044 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-25T07:49:47.020Z[ recovery-image] Aug 25 07:49:46.052 INFO O| Aug 25 07:49:46.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71892026-08-25T07:49:47.020Z[ recovery-image] Aug 25 07:49:46.052 INFO O| Aug 25 07:49:46.052 INFO STEP 627 (remove_files) COMPLETE
71902026-08-25T07:49:47.020Z[ recovery-image] Aug 25 07:49:46.052 INFO O| Aug 25 07:49:46.052 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-25T07:49:47.020Z[ recovery-image] Aug 25 07:49:46.061 INFO O| Aug 25 07:49:46.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71922026-08-25T07:49:47.020Z[ recovery-image] Aug 25 07:49:46.061 INFO O| Aug 25 07:49:46.061 INFO STEP 628 (remove_files) COMPLETE
71932026-08-25T07:49:47.020Z[ recovery-image] Aug 25 07:49:46.061 INFO O| Aug 25 07:49:46.061 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-25T07:49:47.033Z[ recovery-image] Aug 25 07:49:46.070 INFO O| Aug 25 07:49:46.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71952026-08-25T07:49:47.033Z[ recovery-image] Aug 25 07:49:46.070 INFO O| Aug 25 07:49:46.070 INFO STEP 629 (remove_files) COMPLETE
71962026-08-25T07:49:47.033Z[ recovery-image] Aug 25 07:49:46.070 INFO O| Aug 25 07:49:46.070 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-25T07:49:47.034Z[ recovery-image] Aug 25 07:49:46.080 INFO O| Aug 25 07:49:46.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71982026-08-25T07:49:47.034Z[ recovery-image] Aug 25 07:49:46.080 INFO O| Aug 25 07:49:46.080 INFO STEP 630 (remove_files) COMPLETE
71992026-08-25T07:49:47.034Z[ recovery-image] Aug 25 07:49:46.080 INFO O| Aug 25 07:49:46.080 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-25T07:49:47.057Z[ recovery-image] Aug 25 07:49:46.088 INFO O| Aug 25 07:49:46.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72012026-08-25T07:49:47.057Z[ recovery-image] Aug 25 07:49:46.089 INFO O| Aug 25 07:49:46.088 INFO STEP 631 (remove_files) COMPLETE
72022026-08-25T07:49:47.057Z[ recovery-image] Aug 25 07:49:46.089 INFO O| Aug 25 07:49:46.088 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.099 INFO O| Aug 25 07:49:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72042026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.099 INFO O| Aug 25 07:49:46.099 INFO STEP 632 (remove_files) COMPLETE
72052026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.099 INFO O| Aug 25 07:49:46.099 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.109 INFO O| Aug 25 07:49:46.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72072026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.109 INFO O| Aug 25 07:49:46.109 INFO STEP 633 (remove_files) COMPLETE
72082026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.109 INFO O| Aug 25 07:49:46.109 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.119 INFO O| Aug 25 07:49:46.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72102026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.119 INFO O| Aug 25 07:49:46.119 INFO STEP 634 (remove_files) COMPLETE
72112026-08-25T07:49:47.065Z[ recovery-image] Aug 25 07:49:46.119 INFO O| Aug 25 07:49:46.119 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-25T07:49:47.075Z[ recovery-image] Aug 25 07:49:46.130 INFO O| Aug 25 07:49:46.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72132026-08-25T07:49:47.075Z[ recovery-image] Aug 25 07:49:46.130 INFO O| Aug 25 07:49:46.130 INFO STEP 635 (remove_files) COMPLETE
72142026-08-25T07:49:47.075Z[ recovery-image] Aug 25 07:49:46.130 INFO O| Aug 25 07:49:46.130 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-25T07:49:47.089Z[ recovery-image] Aug 25 07:49:46.146 INFO O| Aug 25 07:49:46.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72162026-08-25T07:49:47.089Z[ recovery-image] Aug 25 07:49:46.146 INFO O| Aug 25 07:49:46.146 INFO STEP 636 (remove_files) COMPLETE
72172026-08-25T07:49:47.089Z[ recovery-image] Aug 25 07:49:46.146 INFO O| Aug 25 07:49:46.146 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-25T07:49:47.102Z[ recovery-image] Aug 25 07:49:46.155 INFO O| Aug 25 07:49:46.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72192026-08-25T07:49:47.102Z[ recovery-image] Aug 25 07:49:46.155 INFO O| Aug 25 07:49:46.155 INFO STEP 637 (remove_files) COMPLETE
72202026-08-25T07:49:47.102Z[ recovery-image] Aug 25 07:49:46.156 INFO O| Aug 25 07:49:46.155 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-25T07:49:47.111Z[ recovery-image] Aug 25 07:49:46.165 INFO O| Aug 25 07:49:46.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72222026-08-25T07:49:47.111Z[ recovery-image] Aug 25 07:49:46.165 INFO O| Aug 25 07:49:46.165 INFO STEP 638 (remove_files) COMPLETE
72232026-08-25T07:49:47.111Z[ recovery-image] Aug 25 07:49:46.165 INFO O| Aug 25 07:49:46.165 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-25T07:49:47.119Z[ recovery-image] Aug 25 07:49:46.174 INFO O| Aug 25 07:49:46.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72252026-08-25T07:49:47.119Z[ recovery-image] Aug 25 07:49:46.174 INFO O| Aug 25 07:49:46.174 INFO STEP 639 (remove_files) COMPLETE
72262026-08-25T07:49:47.119Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
72272026-08-25T07:49:47.119Z[ recovery-image] Aug 25 07:49:46.174 INFO O| Aug 25 07:49:46.174 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-25T07:49:47.134Z[ recovery-image] Aug 25 07:49:46.183 INFO O| Aug 25 07:49:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72292026-08-25T07:49:47.135Z[ recovery-image] Aug 25 07:49:46.183 INFO O| Aug 25 07:49:46.183 INFO STEP 640 (remove_files) COMPLETE
72302026-08-25T07:49:47.135Z[ recovery-image] Aug 25 07:49:46.183 INFO O| Aug 25 07:49:46.183 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-25T07:49:47.151Z[ recovery-image] Aug 25 07:49:46.197 INFO O| Aug 25 07:49:46.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72322026-08-25T07:49:47.151Z[ recovery-image] Aug 25 07:49:46.197 INFO O| Aug 25 07:49:46.197 INFO STEP 641 (remove_files) COMPLETE
72332026-08-25T07:49:47.151Z[ recovery-image] Aug 25 07:49:46.197 INFO O| Aug 25 07:49:46.197 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-25T07:49:47.162Z[ recovery-image] Aug 25 07:49:46.207 INFO O| Aug 25 07:49:46.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72352026-08-25T07:49:47.162Z[ recovery-image] Aug 25 07:49:46.207 INFO O| Aug 25 07:49:46.207 INFO STEP 642 (remove_files) COMPLETE
72362026-08-25T07:49:47.162Z[ recovery-image] Aug 25 07:49:46.207 INFO O| Aug 25 07:49:46.207 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-25T07:49:47.174Z[ recovery-image] Aug 25 07:49:46.217 INFO O| Aug 25 07:49:46.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72382026-08-25T07:49:47.175Z[ recovery-image] Aug 25 07:49:46.217 INFO O| Aug 25 07:49:46.217 INFO STEP 643 (remove_files) COMPLETE
72392026-08-25T07:49:47.175Z[ recovery-image] Aug 25 07:49:46.217 INFO O| Aug 25 07:49:46.217 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-25T07:49:47.181Z[ recovery-image] Aug 25 07:49:46.226 INFO O| Aug 25 07:49:46.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72412026-08-25T07:49:47.182Z[ recovery-image] Aug 25 07:49:46.226 INFO O| Aug 25 07:49:46.226 INFO STEP 644 (remove_files) COMPLETE
72422026-08-25T07:49:47.182Z[ recovery-image] Aug 25 07:49:46.226 INFO O| Aug 25 07:49:46.226 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-25T07:49:47.182Z[ recovery-image] Aug 25 07:49:46.237 INFO O| Aug 25 07:49:46.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72442026-08-25T07:49:47.182Z[ recovery-image] Aug 25 07:49:46.237 INFO O| Aug 25 07:49:46.237 INFO STEP 645 (remove_files) COMPLETE
72452026-08-25T07:49:47.182Z[ recovery-image] Aug 25 07:49:46.237 INFO O| Aug 25 07:49:46.237 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-25T07:49:47.196Z[ recovery-image] Aug 25 07:49:46.246 INFO O| Aug 25 07:49:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72472026-08-25T07:49:47.196Z[ recovery-image] Aug 25 07:49:46.246 INFO O| Aug 25 07:49:46.246 INFO STEP 646 (remove_files) COMPLETE
72482026-08-25T07:49:47.196Z[ recovery-image] Aug 25 07:49:46.246 INFO O| Aug 25 07:49:46.246 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-25T07:49:47.207Z[ recovery-image] Aug 25 07:49:46.255 INFO O| Aug 25 07:49:46.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72502026-08-25T07:49:47.207Z[ recovery-image] Aug 25 07:49:46.255 INFO O| Aug 25 07:49:46.255 INFO STEP 647 (remove_files) COMPLETE
72512026-08-25T07:49:47.207Z[ recovery-image] Aug 25 07:49:46.255 INFO O| Aug 25 07:49:46.255 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-25T07:49:47.239Z[ recovery-image] Aug 25 07:49:46.264 INFO O| Aug 25 07:49:46.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72532026-08-25T07:49:47.239Z[ recovery-image] Aug 25 07:49:46.264 INFO O| Aug 25 07:49:46.264 INFO STEP 648 (remove_files) COMPLETE
72542026-08-25T07:49:47.239Z[ recovery-image] Aug 25 07:49:46.264 INFO O| Aug 25 07:49:46.264 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-25T07:49:47.252Z[ recovery-image] Aug 25 07:49:46.275 INFO O| Aug 25 07:49:46.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72562026-08-25T07:49:47.252Z[ recovery-image] Aug 25 07:49:46.275 INFO O| Aug 25 07:49:46.275 INFO STEP 649 (remove_files) COMPLETE
72572026-08-25T07:49:47.252Z[ recovery-image] Aug 25 07:49:46.275 INFO O| Aug 25 07:49:46.275 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-25T07:49:47.252Z[ recovery-image] Aug 25 07:49:46.284 INFO O| Aug 25 07:49:46.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72592026-08-25T07:49:47.252Z[ recovery-image] Aug 25 07:49:46.284 INFO O| Aug 25 07:49:46.284 INFO STEP 650 (remove_files) COMPLETE
72602026-08-25T07:49:47.252Z[ recovery-image] Aug 25 07:49:46.284 INFO O| Aug 25 07:49:46.284 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-25T07:49:47.263Z[ recovery-image] Aug 25 07:49:46.294 INFO O| Aug 25 07:49:46.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72622026-08-25T07:49:47.264Z[ recovery-image] Aug 25 07:49:46.294 INFO O| Aug 25 07:49:46.294 INFO STEP 651 (remove_files) COMPLETE
72632026-08-25T07:49:47.264Z[ recovery-image] Aug 25 07:49:46.294 INFO O| Aug 25 07:49:46.294 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-25T07:49:47.264Z[ recovery-image] Aug 25 07:49:46.304 INFO O| Aug 25 07:49:46.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72652026-08-25T07:49:47.264Z[ recovery-image] Aug 25 07:49:46.304 INFO O| Aug 25 07:49:46.304 INFO STEP 652 (remove_files) COMPLETE
72662026-08-25T07:49:47.264Z[ recovery-image] Aug 25 07:49:46.304 INFO O| Aug 25 07:49:46.304 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-25T07:49:47.275Z[ recovery-image] Aug 25 07:49:46.314 INFO O| Aug 25 07:49:46.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72682026-08-25T07:49:47.275Z[ recovery-image] Aug 25 07:49:46.314 INFO O| Aug 25 07:49:46.314 INFO STEP 653 (remove_files) COMPLETE
72692026-08-25T07:49:47.275Z[ recovery-image] Aug 25 07:49:46.314 INFO O| Aug 25 07:49:46.314 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-25T07:49:47.275Z[ recovery-image] Aug 25 07:49:46.323 INFO O| Aug 25 07:49:46.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72712026-08-25T07:49:47.275Z[ recovery-image] Aug 25 07:49:46.323 INFO O| Aug 25 07:49:46.323 INFO STEP 654 (remove_files) COMPLETE
72722026-08-25T07:49:47.275Z[ recovery-image] Aug 25 07:49:46.323 INFO O| Aug 25 07:49:46.323 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-25T07:49:47.284Z[ recovery-image] Aug 25 07:49:46.334 INFO O| Aug 25 07:49:46.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72742026-08-25T07:49:47.284Z[ recovery-image] Aug 25 07:49:46.334 INFO O| Aug 25 07:49:46.334 INFO STEP 655 (remove_files) COMPLETE
72752026-08-25T07:49:47.284Z[ recovery-image] Aug 25 07:49:46.334 INFO O| Aug 25 07:49:46.334 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-25T07:49:47.295Z[ recovery-image] Aug 25 07:49:46.343 INFO O| Aug 25 07:49:46.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72772026-08-25T07:49:47.295Z[ recovery-image] Aug 25 07:49:46.343 INFO O| Aug 25 07:49:46.343 INFO STEP 656 (remove_files) COMPLETE
72782026-08-25T07:49:47.295Z[ recovery-image] Aug 25 07:49:46.343 INFO O| Aug 25 07:49:46.343 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-25T07:49:47.306Z[ recovery-image] Aug 25 07:49:46.352 INFO O| Aug 25 07:49:46.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72802026-08-25T07:49:47.307Z[ recovery-image] Aug 25 07:49:46.352 INFO O| Aug 25 07:49:46.352 INFO STEP 657 (remove_files) COMPLETE
72812026-08-25T07:49:47.307Z[ recovery-image] Aug 25 07:49:46.352 INFO O| Aug 25 07:49:46.352 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-25T07:49:47.311Z[ recovery-image] Aug 25 07:49:46.363 INFO O| Aug 25 07:49:46.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72832026-08-25T07:49:47.311Z[ recovery-image] Aug 25 07:49:46.363 INFO O| Aug 25 07:49:46.363 INFO STEP 658 (remove_files) COMPLETE
72842026-08-25T07:49:47.311Z[ recovery-image] Aug 25 07:49:46.363 INFO O| Aug 25 07:49:46.363 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-25T07:49:47.316Z[ recovery-image] Aug 25 07:49:46.372 INFO O| Aug 25 07:49:46.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72862026-08-25T07:49:47.316Z[ recovery-image] Aug 25 07:49:46.372 INFO O| Aug 25 07:49:46.372 INFO STEP 659 (remove_files) COMPLETE
72872026-08-25T07:49:47.317Z[ recovery-image] Aug 25 07:49:46.372 INFO O| Aug 25 07:49:46.372 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-25T07:49:47.328Z[ recovery-image] Aug 25 07:49:46.381 INFO O| Aug 25 07:49:46.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72892026-08-25T07:49:47.328Z[ recovery-image] Aug 25 07:49:46.381 INFO O| Aug 25 07:49:46.381 INFO STEP 660 (remove_files) COMPLETE
72902026-08-25T07:49:47.329Z[ recovery-image] Aug 25 07:49:46.381 INFO O| Aug 25 07:49:46.381 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-25T07:49:47.344Z[ recovery-image] Aug 25 07:49:46.391 INFO O| Aug 25 07:49:46.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72922026-08-25T07:49:47.344Z[ recovery-image] Aug 25 07:49:46.391 INFO O| Aug 25 07:49:46.391 INFO STEP 661 (remove_files) COMPLETE
72932026-08-25T07:49:47.344Z[ recovery-image] Aug 25 07:49:46.391 INFO O| Aug 25 07:49:46.391 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-25T07:49:47.351Z[ recovery-image] Aug 25 07:49:46.400 INFO O| Aug 25 07:49:46.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72952026-08-25T07:49:47.351Z[ recovery-image] Aug 25 07:49:46.400 INFO O| Aug 25 07:49:46.400 INFO STEP 662 (remove_files) COMPLETE
72962026-08-25T07:49:47.351Z[ recovery-image] Aug 25 07:49:46.400 INFO O| Aug 25 07:49:46.400 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-25T07:49:47.359Z[ recovery-image] Aug 25 07:49:46.409 INFO O| Aug 25 07:49:46.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72982026-08-25T07:49:47.359Z[ recovery-image] Aug 25 07:49:46.409 INFO O| Aug 25 07:49:46.409 INFO STEP 663 (remove_files) COMPLETE
72992026-08-25T07:49:47.359Z[ recovery-image] Aug 25 07:49:46.409 INFO O| Aug 25 07:49:46.409 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-25T07:49:47.373Z[ recovery-image] Aug 25 07:49:46.419 INFO O| Aug 25 07:49:46.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73012026-08-25T07:49:47.373Z[ recovery-image] Aug 25 07:49:46.420 INFO O| Aug 25 07:49:46.419 INFO STEP 664 (remove_files) COMPLETE
73022026-08-25T07:49:47.373Z[ recovery-image] Aug 25 07:49:46.420 INFO O| Aug 25 07:49:46.420 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-25T07:49:47.379Z[ recovery-image] Aug 25 07:49:46.430 INFO O| Aug 25 07:49:46.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73042026-08-25T07:49:47.379Z[ recovery-image] Aug 25 07:49:46.431 INFO O| Aug 25 07:49:46.431 INFO STEP 665 (remove_files) COMPLETE
73052026-08-25T07:49:47.379Z[ recovery-image] Aug 25 07:49:46.431 INFO O| Aug 25 07:49:46.431 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-25T07:49:47.387Z[ recovery-image] Aug 25 07:49:46.440 INFO O| Aug 25 07:49:46.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73072026-08-25T07:49:47.387Z[ recovery-image] Aug 25 07:49:46.441 INFO O| Aug 25 07:49:46.441 INFO STEP 666 (remove_files) COMPLETE
73082026-08-25T07:49:47.387Z[ recovery-image] Aug 25 07:49:46.441 INFO O| Aug 25 07:49:46.441 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-25T07:49:47.393Z[ recovery-image] Aug 25 07:49:46.450 INFO O| Aug 25 07:49:46.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73102026-08-25T07:49:47.394Z[ recovery-image] Aug 25 07:49:46.451 INFO O| Aug 25 07:49:46.451 INFO STEP 667 (remove_files) COMPLETE
73112026-08-25T07:49:47.394Z[ recovery-image] Aug 25 07:49:46.451 INFO O| Aug 25 07:49:46.451 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-25T07:49:47.403Z[ recovery-image] Aug 25 07:49:46.460 INFO O| Aug 25 07:49:46.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73132026-08-25T07:49:47.403Z[ recovery-image] Aug 25 07:49:46.460 INFO O| Aug 25 07:49:46.460 INFO STEP 668 (remove_files) COMPLETE
73142026-08-25T07:49:47.403Z[ recovery-image] Aug 25 07:49:46.460 INFO O| Aug 25 07:49:46.460 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-25T07:49:47.412Z[ recovery-image] Aug 25 07:49:46.469 INFO O| Aug 25 07:49:46.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73162026-08-25T07:49:47.412Z[ recovery-image] Aug 25 07:49:46.469 INFO O| Aug 25 07:49:46.469 INFO STEP 669 (remove_files) COMPLETE
73172026-08-25T07:49:47.412Z[ recovery-image] Aug 25 07:49:46.469 INFO O| Aug 25 07:49:46.469 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-25T07:49:47.422Z[ recovery-image] Aug 25 07:49:46.479 INFO O| Aug 25 07:49:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73192026-08-25T07:49:47.422Z[ recovery-image] Aug 25 07:49:46.479 INFO O| Aug 25 07:49:46.479 INFO STEP 670 (remove_files) COMPLETE
73202026-08-25T07:49:47.422Z[ recovery-image] Aug 25 07:49:46.479 INFO O| Aug 25 07:49:46.479 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-25T07:49:47.431Z[ recovery-image] Aug 25 07:49:46.488 INFO O| Aug 25 07:49:46.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73222026-08-25T07:49:47.431Z[ recovery-image] Aug 25 07:49:46.489 INFO O| Aug 25 07:49:46.489 INFO STEP 671 (remove_files) COMPLETE
73232026-08-25T07:49:47.431Z[ recovery-image] Aug 25 07:49:46.489 INFO O| Aug 25 07:49:46.489 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-25T07:49:47.443Z[ recovery-image] Aug 25 07:49:46.498 INFO O| Aug 25 07:49:46.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73252026-08-25T07:49:47.443Z[ recovery-image] Aug 25 07:49:46.498 INFO O| Aug 25 07:49:46.498 INFO STEP 672 (remove_files) COMPLETE
73262026-08-25T07:49:47.443Z[ recovery-image] Aug 25 07:49:46.498 INFO O| Aug 25 07:49:46.498 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-25T07:49:47.454Z[ recovery-image] Aug 25 07:49:46.508 INFO O| Aug 25 07:49:46.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73282026-08-25T07:49:47.454Z[ recovery-image] Aug 25 07:49:46.508 INFO O| Aug 25 07:49:46.508 INFO STEP 673 (remove_files) COMPLETE
73292026-08-25T07:49:47.454Z[ recovery-image] Aug 25 07:49:46.508 INFO O| Aug 25 07:49:46.508 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-25T07:49:47.465Z[ recovery-image] Aug 25 07:49:46.516 INFO O| Aug 25 07:49:46.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73312026-08-25T07:49:47.465Z[ recovery-image] Aug 25 07:49:46.516 INFO O| Aug 25 07:49:46.516 INFO STEP 674 (remove_files) COMPLETE
73322026-08-25T07:49:47.465Z[ recovery-image] Aug 25 07:49:46.516 INFO O| Aug 25 07:49:46.516 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-25T07:49:47.475Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
73342026-08-25T07:49:47.475Z[ recovery-image] Aug 25 07:49:46.526 INFO O| Aug 25 07:49:46.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73352026-08-25T07:49:47.475Z[ recovery-image] Aug 25 07:49:46.526 INFO O| Aug 25 07:49:46.526 INFO STEP 675 (remove_files) COMPLETE
73362026-08-25T07:49:47.476Z[ recovery-image] Aug 25 07:49:46.526 INFO O| Aug 25 07:49:46.526 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-25T07:49:47.486Z[ recovery-image] Aug 25 07:49:46.534 INFO O| Aug 25 07:49:46.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73382026-08-25T07:49:47.486Z[ recovery-image] Aug 25 07:49:46.534 INFO O| Aug 25 07:49:46.534 INFO STEP 676 (remove_files) COMPLETE
73392026-08-25T07:49:47.486Z[ recovery-image] Aug 25 07:49:46.534 INFO O| Aug 25 07:49:46.534 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-25T07:49:47.493Z[ recovery-image] Aug 25 07:49:46.542 INFO O| Aug 25 07:49:46.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73412026-08-25T07:49:47.493Z[ recovery-image] Aug 25 07:49:46.543 INFO O| Aug 25 07:49:46.542 INFO STEP 677 (remove_files) COMPLETE
73422026-08-25T07:49:47.494Z[ recovery-image] Aug 25 07:49:46.543 INFO O| Aug 25 07:49:46.542 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-25T07:49:47.499Z[ recovery-image] Aug 25 07:49:46.551 INFO O| Aug 25 07:49:46.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73442026-08-25T07:49:47.499Z[ recovery-image] Aug 25 07:49:46.551 INFO O| Aug 25 07:49:46.551 INFO STEP 678 (remove_files) COMPLETE
73452026-08-25T07:49:47.499Z[ recovery-image] Aug 25 07:49:46.551 INFO O| Aug 25 07:49:46.551 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-25T07:49:47.519Z[ recovery-image] Aug 25 07:49:46.562 INFO O| Aug 25 07:49:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73472026-08-25T07:49:47.520Z[ recovery-image] Aug 25 07:49:46.563 INFO O| Aug 25 07:49:46.563 INFO STEP 679 (remove_files) COMPLETE
73482026-08-25T07:49:47.520Z[ recovery-image] Aug 25 07:49:46.563 INFO O| Aug 25 07:49:46.563 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-25T07:49:47.520Z[ recovery-image] Aug 25 07:49:46.574 INFO O| Aug 25 07:49:46.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73502026-08-25T07:49:47.520Z[ recovery-image] Aug 25 07:49:46.574 INFO O| Aug 25 07:49:46.574 INFO STEP 680 (remove_files) COMPLETE
73512026-08-25T07:49:47.520Z[ recovery-image] Aug 25 07:49:46.574 INFO O| Aug 25 07:49:46.574 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-25T07:49:47.526Z[ recovery-image] Aug 25 07:49:46.584 INFO O| Aug 25 07:49:46.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73532026-08-25T07:49:47.526Z[ recovery-image] Aug 25 07:49:46.584 INFO O| Aug 25 07:49:46.584 INFO STEP 681 (remove_files) COMPLETE
73542026-08-25T07:49:47.531Z[ recovery-image] Aug 25 07:49:46.584 INFO O| Aug 25 07:49:46.584 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-25T07:49:47.536Z[ recovery-image] Aug 25 07:49:46.594 INFO O| Aug 25 07:49:46.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73562026-08-25T07:49:47.537Z[ recovery-image] Aug 25 07:49:46.594 INFO O| Aug 25 07:49:46.594 INFO STEP 682 (remove_files) COMPLETE
73572026-08-25T07:49:47.537Z[ recovery-image] Aug 25 07:49:46.594 INFO O| Aug 25 07:49:46.594 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-25T07:49:47.550Z[ recovery-image] Aug 25 07:49:46.604 INFO O| Aug 25 07:49:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73592026-08-25T07:49:47.550Z[ recovery-image] Aug 25 07:49:46.604 INFO O| Aug 25 07:49:46.604 INFO STEP 683 (remove_files) COMPLETE
73602026-08-25T07:49:47.550Z[ recovery-image] Aug 25 07:49:46.604 INFO O| Aug 25 07:49:46.604 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-25T07:49:47.562Z[ recovery-image] Aug 25 07:49:46.614 INFO O| Aug 25 07:49:46.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73622026-08-25T07:49:47.562Z[ recovery-image] Aug 25 07:49:46.614 INFO O| Aug 25 07:49:46.614 INFO STEP 684 (remove_files) COMPLETE
73632026-08-25T07:49:47.562Z[ recovery-image] Aug 25 07:49:46.614 INFO O| Aug 25 07:49:46.614 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-25T07:49:47.575Z[ recovery-image] Aug 25 07:49:46.624 INFO O| Aug 25 07:49:46.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73652026-08-25T07:49:47.575Z[ recovery-image] Aug 25 07:49:46.624 INFO O| Aug 25 07:49:46.624 INFO STEP 685 (remove_files) COMPLETE
73662026-08-25T07:49:47.575Z[ recovery-image] Aug 25 07:49:46.624 INFO O| Aug 25 07:49:46.624 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-25T07:49:47.581Z[ recovery-image] Aug 25 07:49:46.634 INFO O| Aug 25 07:49:46.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73682026-08-25T07:49:47.581Z[ recovery-image] Aug 25 07:49:46.634 INFO O| Aug 25 07:49:46.634 INFO STEP 686 (remove_files) COMPLETE
73692026-08-25T07:49:47.581Z[ recovery-image] Aug 25 07:49:46.634 INFO O| Aug 25 07:49:46.634 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-25T07:49:47.587Z[ recovery-image] Aug 25 07:49:46.643 INFO O| Aug 25 07:49:46.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73712026-08-25T07:49:47.587Z[ recovery-image] Aug 25 07:49:46.643 INFO O| Aug 25 07:49:46.643 INFO STEP 687 (remove_files) COMPLETE
73722026-08-25T07:49:47.587Z[ recovery-image] Aug 25 07:49:46.643 INFO O| Aug 25 07:49:46.643 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-25T07:49:47.597Z[ recovery-image] Aug 25 07:49:46.653 INFO O| Aug 25 07:49:46.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73742026-08-25T07:49:47.597Z[ recovery-image] Aug 25 07:49:46.653 INFO O| Aug 25 07:49:46.653 INFO STEP 688 (remove_files) COMPLETE
73752026-08-25T07:49:47.613Z[ recovery-image] Aug 25 07:49:46.653 INFO O| Aug 25 07:49:46.653 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-25T07:49:47.617Z[ recovery-image] Aug 25 07:49:46.665 INFO O| Aug 25 07:49:46.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73772026-08-25T07:49:47.617Z[ recovery-image] Aug 25 07:49:46.665 INFO O| Aug 25 07:49:46.665 INFO STEP 689 (remove_files) COMPLETE
73782026-08-25T07:49:47.617Z[ recovery-image] Aug 25 07:49:46.665 INFO O| Aug 25 07:49:46.665 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-25T07:49:47.617Z[ recovery-image] Aug 25 07:49:46.674 INFO O| Aug 25 07:49:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73802026-08-25T07:49:47.617Z[ recovery-image] Aug 25 07:49:46.674 INFO O| Aug 25 07:49:46.674 INFO STEP 690 (remove_files) COMPLETE
73812026-08-25T07:49:47.617Z[ recovery-image] Aug 25 07:49:46.674 INFO O| Aug 25 07:49:46.674 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-25T07:49:47.626Z[ recovery-image] Aug 25 07:49:46.684 INFO O| Aug 25 07:49:46.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73832026-08-25T07:49:47.626Z[ recovery-image] Aug 25 07:49:46.684 INFO O| Aug 25 07:49:46.684 INFO STEP 691 (remove_files) COMPLETE
73842026-08-25T07:49:47.637Z[ recovery-image] Aug 25 07:49:46.684 INFO O| Aug 25 07:49:46.684 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-25T07:49:47.647Z[ recovery-image] Aug 25 07:49:46.701 INFO O| Aug 25 07:49:46.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73862026-08-25T07:49:47.647Z[ recovery-image] Aug 25 07:49:46.701 INFO O| Aug 25 07:49:46.701 INFO STEP 692 (remove_files) COMPLETE
73872026-08-25T07:49:47.647Z[ recovery-image] Aug 25 07:49:46.701 INFO O| Aug 25 07:49:46.701 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-25T07:49:47.667Z[ recovery-image] Aug 25 07:49:46.711 INFO O| Aug 25 07:49:46.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73892026-08-25T07:49:47.667Z[ recovery-image] Aug 25 07:49:46.711 INFO O| Aug 25 07:49:46.711 INFO STEP 693 (remove_files) COMPLETE
73902026-08-25T07:49:47.667Z[ recovery-image] Aug 25 07:49:46.711 INFO O| Aug 25 07:49:46.711 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-25T07:49:47.677Z[ recovery-image] Aug 25 07:49:46.721 INFO O| Aug 25 07:49:46.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73922026-08-25T07:49:47.677Z[ recovery-image] Aug 25 07:49:46.721 INFO O| Aug 25 07:49:46.721 INFO STEP 694 (remove_files) COMPLETE
73932026-08-25T07:49:47.677Z[ recovery-image] Aug 25 07:49:46.721 INFO O| Aug 25 07:49:46.721 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-25T07:49:47.677Z[ recovery-image] Aug 25 07:49:46.730 INFO O| Aug 25 07:49:46.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73952026-08-25T07:49:47.677Z[ recovery-image] Aug 25 07:49:46.730 INFO O| Aug 25 07:49:46.730 INFO STEP 695 (remove_files) COMPLETE
73962026-08-25T07:49:47.677Z[ recovery-image] Aug 25 07:49:46.730 INFO O| Aug 25 07:49:46.730 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-25T07:49:47.686Z[ recovery-image] Aug 25 07:49:46.741 INFO O| Aug 25 07:49:46.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73982026-08-25T07:49:47.686Z[ recovery-image] Aug 25 07:49:46.741 INFO O| Aug 25 07:49:46.741 INFO STEP 696 (remove_files) COMPLETE
73992026-08-25T07:49:47.686Z[ recovery-image] Aug 25 07:49:46.741 INFO O| Aug 25 07:49:46.741 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-25T07:49:47.694Z[ recovery-image] Aug 25 07:49:46.750 INFO O| Aug 25 07:49:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74012026-08-25T07:49:47.694Z[ recovery-image] Aug 25 07:49:46.751 INFO O| Aug 25 07:49:46.751 INFO STEP 697 (remove_files) COMPLETE
74022026-08-25T07:49:47.694Z[ recovery-image] Aug 25 07:49:46.751 INFO O| Aug 25 07:49:46.751 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-25T07:49:47.702Z[ recovery-image] Aug 25 07:49:46.760 INFO O| Aug 25 07:49:46.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74042026-08-25T07:49:47.702Z[ recovery-image] Aug 25 07:49:46.760 INFO O| Aug 25 07:49:46.760 INFO STEP 698 (remove_files) COMPLETE
74052026-08-25T07:49:47.702Z[ recovery-image] Aug 25 07:49:46.760 INFO O| Aug 25 07:49:46.760 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-25T07:49:47.714Z[ recovery-image] Aug 25 07:49:46.771 INFO O| Aug 25 07:49:46.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74072026-08-25T07:49:47.714Z[ recovery-image] Aug 25 07:49:46.771 INFO O| Aug 25 07:49:46.771 INFO STEP 699 (remove_files) COMPLETE
74082026-08-25T07:49:47.714Z[ recovery-image] Aug 25 07:49:46.771 INFO O| Aug 25 07:49:46.771 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-25T07:49:47.727Z[ recovery-image] Aug 25 07:49:46.782 INFO O| Aug 25 07:49:46.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74102026-08-25T07:49:47.727Z[ recovery-image] Aug 25 07:49:46.782 INFO O| Aug 25 07:49:46.782 INFO STEP 700 (remove_files) COMPLETE
74112026-08-25T07:49:47.728Z[ recovery-image] Aug 25 07:49:46.782 INFO O| Aug 25 07:49:46.782 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-25T07:49:47.738Z[ recovery-image] Aug 25 07:49:46.791 INFO O| Aug 25 07:49:46.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74132026-08-25T07:49:47.738Z[ recovery-image] Aug 25 07:49:46.791 INFO O| Aug 25 07:49:46.791 INFO STEP 701 (remove_files) COMPLETE
74142026-08-25T07:49:47.738Z[ recovery-image] Aug 25 07:49:46.791 INFO O| Aug 25 07:49:46.791 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-25T07:49:47.738Z[verify-libraries] Compiling fatfs v0.3.6
74162026-08-25T07:49:47.748Z[ recovery-image] Aug 25 07:49:46.801 INFO O| Aug 25 07:49:46.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74172026-08-25T07:49:47.748Z[ recovery-image] Aug 25 07:49:46.801 INFO O| Aug 25 07:49:46.801 INFO STEP 702 (remove_files) COMPLETE
74182026-08-25T07:49:47.748Z[ recovery-image] Aug 25 07:49:46.801 INFO O| Aug 25 07:49:46.801 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-25T07:49:47.764Z[ recovery-image] Aug 25 07:49:46.809 INFO O| Aug 25 07:49:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74202026-08-25T07:49:47.764Z[ recovery-image] Aug 25 07:49:46.809 INFO O| Aug 25 07:49:46.809 INFO STEP 703 (remove_files) COMPLETE
74212026-08-25T07:49:47.765Z[ recovery-image] Aug 25 07:49:46.809 INFO O| Aug 25 07:49:46.809 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-25T07:49:47.774Z[ recovery-image] Aug 25 07:49:46.819 INFO O| Aug 25 07:49:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74232026-08-25T07:49:47.774Z[ recovery-image] Aug 25 07:49:46.819 INFO O| Aug 25 07:49:46.819 INFO STEP 704 (remove_files) COMPLETE
74242026-08-25T07:49:47.774Z[ recovery-image] Aug 25 07:49:46.819 INFO O| Aug 25 07:49:46.819 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-25T07:49:47.775Z[verify-libraries] Compiling num-bigint v0.4.6
74262026-08-25T07:49:47.775Z[ recovery-image] Aug 25 07:49:46.828 INFO O| Aug 25 07:49:46.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74272026-08-25T07:49:47.775Z[ recovery-image] Aug 25 07:49:46.828 INFO O| Aug 25 07:49:46.828 INFO STEP 705 (remove_files) COMPLETE
74282026-08-25T07:49:47.775Z[ recovery-image] Aug 25 07:49:46.828 INFO O| Aug 25 07:49:46.828 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-25T07:49:47.783Z[ recovery-image] Aug 25 07:49:46.836 INFO O| Aug 25 07:49:46.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74302026-08-25T07:49:47.783Z[ recovery-image] Aug 25 07:49:46.837 INFO O| Aug 25 07:49:46.837 INFO STEP 706 (remove_files) COMPLETE
74312026-08-25T07:49:47.784Z[ recovery-image] Aug 25 07:49:46.837 INFO O| Aug 25 07:49:46.837 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-25T07:49:47.791Z[ recovery-image] Aug 25 07:49:46.846 INFO O| Aug 25 07:49:46.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74332026-08-25T07:49:47.791Z[ recovery-image] Aug 25 07:49:46.846 INFO O| Aug 25 07:49:46.846 INFO STEP 707 (remove_files) COMPLETE
74342026-08-25T07:49:47.791Z[ recovery-image] Aug 25 07:49:46.846 INFO O| Aug 25 07:49:46.846 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-25T07:49:47.803Z[ recovery-image] Aug 25 07:49:46.857 INFO O| Aug 25 07:49:46.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74362026-08-25T07:49:47.803Z[ recovery-image] Aug 25 07:49:46.857 INFO O| Aug 25 07:49:46.857 INFO STEP 708 (remove_files) COMPLETE
74372026-08-25T07:49:47.803Z[ recovery-image] Aug 25 07:49:46.857 INFO O| Aug 25 07:49:46.857 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-25T07:49:47.810Z[ recovery-image] Aug 25 07:49:46.867 INFO O| Aug 25 07:49:46.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74392026-08-25T07:49:47.810Z[ recovery-image] Aug 25 07:49:46.867 INFO O| Aug 25 07:49:46.867 INFO STEP 709 (remove_files) COMPLETE
74402026-08-25T07:49:47.810Z[ recovery-image] Aug 25 07:49:46.867 INFO O| Aug 25 07:49:46.867 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-25T07:49:47.819Z[ recovery-image] Aug 25 07:49:46.876 INFO O| Aug 25 07:49:46.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74422026-08-25T07:49:47.819Z[ recovery-image] Aug 25 07:49:46.876 INFO O| Aug 25 07:49:46.876 INFO STEP 710 (remove_files) COMPLETE
74432026-08-25T07:49:47.825Z[ recovery-image] Aug 25 07:49:46.876 INFO O| Aug 25 07:49:46.876 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-25T07:49:47.837Z[ recovery-image] Aug 25 07:49:46.886 INFO O| Aug 25 07:49:46.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74452026-08-25T07:49:47.838Z[ recovery-image] Aug 25 07:49:46.886 INFO O| Aug 25 07:49:46.886 INFO STEP 711 (remove_files) COMPLETE
74462026-08-25T07:49:47.838Z[ recovery-image] Aug 25 07:49:46.886 INFO O| Aug 25 07:49:46.886 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-25T07:49:47.848Z[ recovery-image] Aug 25 07:49:46.897 INFO O| Aug 25 07:49:46.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74482026-08-25T07:49:47.848Z[ recovery-image] Aug 25 07:49:46.897 INFO O| Aug 25 07:49:46.897 INFO STEP 712 (remove_files) COMPLETE
74492026-08-25T07:49:47.848Z[ recovery-image] Aug 25 07:49:46.897 INFO O| Aug 25 07:49:46.897 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-25T07:49:47.861Z[ recovery-image] Aug 25 07:49:46.907 INFO O| Aug 25 07:49:46.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74512026-08-25T07:49:47.862Z[ recovery-image] Aug 25 07:49:46.907 INFO O| Aug 25 07:49:46.907 INFO STEP 713 (remove_files) COMPLETE
74522026-08-25T07:49:47.862Z[ recovery-image] Aug 25 07:49:46.907 INFO O| Aug 25 07:49:46.907 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-25T07:49:47.867Z[ recovery-image] Aug 25 07:49:46.915 INFO O| Aug 25 07:49:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74542026-08-25T07:49:47.867Z[ recovery-image] Aug 25 07:49:46.915 INFO O| Aug 25 07:49:46.915 INFO STEP 714 (remove_files) COMPLETE
74552026-08-25T07:49:47.867Z[ recovery-image] Aug 25 07:49:46.915 INFO O| Aug 25 07:49:46.915 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-25T07:49:47.877Z[ recovery-image] Aug 25 07:49:46.925 INFO O| Aug 25 07:49:46.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74572026-08-25T07:49:47.877Z[ recovery-image] Aug 25 07:49:46.925 INFO O| Aug 25 07:49:46.925 INFO STEP 715 (remove_files) COMPLETE
74582026-08-25T07:49:47.877Z[ recovery-image] Aug 25 07:49:46.925 INFO O| Aug 25 07:49:46.925 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-25T07:49:47.886Z[ recovery-image] Aug 25 07:49:46.934 INFO O| Aug 25 07:49:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74602026-08-25T07:49:47.886Z[ recovery-image] Aug 25 07:49:46.934 INFO O| Aug 25 07:49:46.934 INFO STEP 716 (remove_files) COMPLETE
74612026-08-25T07:49:47.886Z[ recovery-image] Aug 25 07:49:46.934 INFO O| Aug 25 07:49:46.934 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-25T07:49:47.893Z[ recovery-image] Aug 25 07:49:46.943 INFO O| Aug 25 07:49:46.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74632026-08-25T07:49:47.894Z[ recovery-image] Aug 25 07:49:46.944 INFO O| Aug 25 07:49:46.944 INFO STEP 717 (remove_files) COMPLETE
74642026-08-25T07:49:47.894Z[ recovery-image] Aug 25 07:49:46.944 INFO O| Aug 25 07:49:46.944 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-25T07:49:47.901Z[ recovery-image] Aug 25 07:49:46.953 INFO O| Aug 25 07:49:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74662026-08-25T07:49:47.901Z[ recovery-image] Aug 25 07:49:46.953 INFO O| Aug 25 07:49:46.953 INFO STEP 718 (remove_files) COMPLETE
74672026-08-25T07:49:47.901Z[ recovery-image] Aug 25 07:49:46.953 INFO O| Aug 25 07:49:46.953 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-25T07:49:47.910Z[ recovery-image] Aug 25 07:49:46.964 INFO O| Aug 25 07:49:46.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74692026-08-25T07:49:47.910Z[ recovery-image] Aug 25 07:49:46.964 INFO O| Aug 25 07:49:46.964 INFO STEP 719 (remove_files) COMPLETE
74702026-08-25T07:49:47.910Z[ recovery-image] Aug 25 07:49:46.964 INFO O| Aug 25 07:49:46.964 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-25T07:49:47.918Z[ recovery-image] Aug 25 07:49:46.974 INFO O| Aug 25 07:49:46.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74722026-08-25T07:49:47.932Z[ recovery-image] Aug 25 07:49:46.974 INFO O| Aug 25 07:49:46.974 INFO STEP 720 (remove_files) COMPLETE
74732026-08-25T07:49:47.932Z[ recovery-image] Aug 25 07:49:46.974 INFO O| Aug 25 07:49:46.974 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-25T07:49:47.953Z[ recovery-image] Aug 25 07:49:46.985 INFO O| Aug 25 07:49:46.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74752026-08-25T07:49:47.953Z[ recovery-image] Aug 25 07:49:46.985 INFO O| Aug 25 07:49:46.985 INFO STEP 721 (remove_files) COMPLETE
74762026-08-25T07:49:47.953Z[ recovery-image] Aug 25 07:49:46.985 INFO O| Aug 25 07:49:46.985 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-25T07:49:47.953Z[ recovery-image] Aug 25 07:49:46.995 INFO O| Aug 25 07:49:46.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74782026-08-25T07:49:47.953Z[ recovery-image] Aug 25 07:49:46.995 INFO O| Aug 25 07:49:46.995 INFO STEP 722 (remove_files) COMPLETE
74792026-08-25T07:49:47.954Z[ recovery-image] Aug 25 07:49:46.995 INFO O| Aug 25 07:49:46.995 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-25T07:49:47.963Z[ recovery-image] Aug 25 07:49:47.005 INFO O| Aug 25 07:49:47.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74812026-08-25T07:49:47.963Z[ recovery-image] Aug 25 07:49:47.005 INFO O| Aug 25 07:49:47.005 INFO STEP 723 (remove_files) COMPLETE
74822026-08-25T07:49:47.963Z[ recovery-image] Aug 25 07:49:47.005 INFO O| Aug 25 07:49:47.005 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-25T07:49:47.963Z[ recovery-image] Aug 25 07:49:47.015 INFO O| Aug 25 07:49:47.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74842026-08-25T07:49:47.963Z[ recovery-image] Aug 25 07:49:47.015 INFO O| Aug 25 07:49:47.015 INFO STEP 724 (remove_files) COMPLETE
74852026-08-25T07:49:47.963Z[ recovery-image] Aug 25 07:49:47.015 INFO O| Aug 25 07:49:47.015 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-25T07:49:47.977Z[ recovery-image] Aug 25 07:49:47.025 INFO O| Aug 25 07:49:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74872026-08-25T07:49:47.981Z[ recovery-image] Aug 25 07:49:47.025 INFO O| Aug 25 07:49:47.025 INFO STEP 725 (remove_files) COMPLETE
74882026-08-25T07:49:47.981Z[ recovery-image] Aug 25 07:49:47.025 INFO O| Aug 25 07:49:47.025 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-25T07:49:47.990Z[ recovery-image] Aug 25 07:49:47.035 INFO O| Aug 25 07:49:47.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74902026-08-25T07:49:47.990Z[ recovery-image] Aug 25 07:49:47.035 INFO O| Aug 25 07:49:47.035 INFO STEP 726 (remove_files) COMPLETE
74912026-08-25T07:49:47.990Z[ recovery-image] Aug 25 07:49:47.035 INFO O| Aug 25 07:49:47.035 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-25T07:49:47.990Z[ recovery-image] Aug 25 07:49:47.044 INFO O| Aug 25 07:49:47.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74932026-08-25T07:49:47.990Z[ recovery-image] Aug 25 07:49:47.044 INFO O| Aug 25 07:49:47.044 INFO STEP 727 (remove_files) COMPLETE
74942026-08-25T07:49:47.990Z[ recovery-image] Aug 25 07:49:47.044 INFO O| Aug 25 07:49:47.044 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-25T07:49:48.005Z[ recovery-image] Aug 25 07:49:47.053 INFO O| Aug 25 07:49:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74962026-08-25T07:49:48.005Z[ recovery-image] Aug 25 07:49:47.053 INFO O| Aug 25 07:49:47.053 INFO STEP 728 (remove_files) COMPLETE
74972026-08-25T07:49:48.005Z[ recovery-image] Aug 25 07:49:47.053 INFO O| Aug 25 07:49:47.053 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-25T07:49:48.016Z[ recovery-image] Aug 25 07:49:47.062 INFO O| Aug 25 07:49:47.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74992026-08-25T07:49:48.016Z[ recovery-image] Aug 25 07:49:47.062 INFO O| Aug 25 07:49:47.062 INFO STEP 729 (remove_files) COMPLETE
75002026-08-25T07:49:48.016Z[ recovery-image] Aug 25 07:49:47.062 INFO O| Aug 25 07:49:47.062 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-25T07:49:48.027Z[ recovery-image] Aug 25 07:49:47.073 INFO O| Aug 25 07:49:47.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75022026-08-25T07:49:48.027Z[ recovery-image] Aug 25 07:49:47.073 INFO O| Aug 25 07:49:47.073 INFO STEP 730 (remove_files) COMPLETE
75032026-08-25T07:49:48.027Z[ recovery-image] Aug 25 07:49:47.073 INFO O| Aug 25 07:49:47.073 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-25T07:49:48.038Z[ recovery-image] Aug 25 07:49:47.081 INFO O| Aug 25 07:49:47.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75052026-08-25T07:49:48.038Z[ recovery-image] Aug 25 07:49:47.081 INFO O| Aug 25 07:49:47.081 INFO STEP 731 (remove_files) COMPLETE
75062026-08-25T07:49:48.038Z[ recovery-image] Aug 25 07:49:47.081 INFO O| Aug 25 07:49:47.081 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-25T07:49:48.038Z[ recovery-image] Aug 25 07:49:47.092 INFO O| Aug 25 07:49:47.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75082026-08-25T07:49:48.038Z[ recovery-image] Aug 25 07:49:47.092 INFO O| Aug 25 07:49:47.092 INFO STEP 732 (remove_files) COMPLETE
75092026-08-25T07:49:48.038Z[ recovery-image] Aug 25 07:49:47.092 INFO O| Aug 25 07:49:47.092 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-25T07:49:48.051Z[ recovery-image] Aug 25 07:49:47.102 INFO O| Aug 25 07:49:47.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75112026-08-25T07:49:48.051Z[ recovery-image] Aug 25 07:49:47.102 INFO O| Aug 25 07:49:47.102 INFO STEP 733 (remove_files) COMPLETE
75122026-08-25T07:49:48.051Z[ recovery-image] Aug 25 07:49:47.102 INFO O| Aug 25 07:49:47.102 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-25T07:49:48.060Z[ recovery-image] Aug 25 07:49:47.111 INFO O| Aug 25 07:49:47.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75142026-08-25T07:49:48.060Z[ recovery-image] Aug 25 07:49:47.111 INFO O| Aug 25 07:49:47.111 INFO STEP 734 (remove_files) COMPLETE
75152026-08-25T07:49:48.060Z[ recovery-image] Aug 25 07:49:47.111 INFO O| Aug 25 07:49:47.111 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-25T07:49:48.068Z[ recovery-image] Aug 25 07:49:47.121 INFO O| Aug 25 07:49:47.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75172026-08-25T07:49:48.068Z[ recovery-image] Aug 25 07:49:47.121 INFO O| Aug 25 07:49:47.121 INFO STEP 735 (remove_files) COMPLETE
75182026-08-25T07:49:48.068Z[ recovery-image] Aug 25 07:49:47.121 INFO O| Aug 25 07:49:47.121 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-25T07:49:48.078Z[verify-libraries] Compiling generic-array v1.4.3
75202026-08-25T07:49:48.078Z[ recovery-image] Aug 25 07:49:47.130 INFO O| Aug 25 07:49:47.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75212026-08-25T07:49:48.078Z[ recovery-image] Aug 25 07:49:47.131 INFO O| Aug 25 07:49:47.131 INFO STEP 736 (remove_files) COMPLETE
75222026-08-25T07:49:48.078Z[ recovery-image] Aug 25 07:49:47.131 INFO O| Aug 25 07:49:47.131 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-25T07:49:48.097Z[ recovery-image] Aug 25 07:49:47.140 INFO O| Aug 25 07:49:47.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75242026-08-25T07:49:48.097Z[ recovery-image] Aug 25 07:49:47.140 INFO O| Aug 25 07:49:47.140 INFO STEP 737 (remove_files) COMPLETE
75252026-08-25T07:49:48.097Z[ recovery-image] Aug 25 07:49:47.140 INFO O| Aug 25 07:49:47.140 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-25T07:49:48.107Z[ recovery-image] Aug 25 07:49:47.150 INFO O| Aug 25 07:49:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75272026-08-25T07:49:48.108Z[ recovery-image] Aug 25 07:49:47.150 INFO O| Aug 25 07:49:47.150 INFO STEP 738 (remove_files) COMPLETE
75282026-08-25T07:49:48.108Z[ recovery-image] Aug 25 07:49:47.150 INFO O| Aug 25 07:49:47.150 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-25T07:49:48.108Z[ recovery-image] Aug 25 07:49:47.161 INFO O| Aug 25 07:49:47.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75302026-08-25T07:49:48.108Z[ recovery-image] Aug 25 07:49:47.161 INFO O| Aug 25 07:49:47.161 INFO STEP 739 (remove_files) COMPLETE
75312026-08-25T07:49:48.108Z[ recovery-image] Aug 25 07:49:47.161 INFO O| Aug 25 07:49:47.161 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-25T07:49:48.115Z[ recovery-image] Aug 25 07:49:47.171 INFO O| Aug 25 07:49:47.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75332026-08-25T07:49:48.115Z[ recovery-image] Aug 25 07:49:47.171 INFO O| Aug 25 07:49:47.171 INFO STEP 740 (remove_files) COMPLETE
75342026-08-25T07:49:48.115Z[ recovery-image] Aug 25 07:49:47.171 INFO O| Aug 25 07:49:47.171 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-25T07:49:48.128Z[ recovery-image] Aug 25 07:49:47.182 INFO O| Aug 25 07:49:47.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75362026-08-25T07:49:48.128Z[ recovery-image] Aug 25 07:49:47.182 INFO O| Aug 25 07:49:47.181 INFO STEP 741 (remove_files) COMPLETE
75372026-08-25T07:49:48.128Z[ recovery-image] Aug 25 07:49:47.182 INFO O| Aug 25 07:49:47.181 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-25T07:49:48.140Z[ recovery-image] Aug 25 07:49:47.192 INFO O| Aug 25 07:49:47.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75392026-08-25T07:49:48.140Z[ recovery-image] Aug 25 07:49:47.192 INFO O| Aug 25 07:49:47.192 INFO STEP 742 (remove_files) COMPLETE
75402026-08-25T07:49:48.140Z[ recovery-image] Aug 25 07:49:47.192 INFO O| Aug 25 07:49:47.192 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-25T07:49:48.161Z[ recovery-image] Aug 25 07:49:47.202 INFO O| Aug 25 07:49:47.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75422026-08-25T07:49:48.161Z[ recovery-image] Aug 25 07:49:47.202 INFO O| Aug 25 07:49:47.202 INFO STEP 743 (remove_files) COMPLETE
75432026-08-25T07:49:48.161Z[ recovery-image] Aug 25 07:49:47.202 INFO O| Aug 25 07:49:47.202 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-25T07:49:48.176Z[ recovery-image] Aug 25 07:49:47.213 INFO O| Aug 25 07:49:47.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75452026-08-25T07:49:48.176Z[ recovery-image] Aug 25 07:49:47.213 INFO O| Aug 25 07:49:47.213 INFO STEP 744 (remove_files) COMPLETE
75462026-08-25T07:49:48.176Z[ recovery-image] Aug 25 07:49:47.213 INFO O| Aug 25 07:49:47.213 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-25T07:49:48.176Z[ recovery-image] Aug 25 07:49:47.222 INFO O| Aug 25 07:49:47.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75482026-08-25T07:49:48.176Z[ recovery-image] Aug 25 07:49:47.222 INFO O| Aug 25 07:49:47.222 INFO STEP 745 (remove_files) COMPLETE
75492026-08-25T07:49:48.176Z[ recovery-image] Aug 25 07:49:47.222 INFO O| Aug 25 07:49:47.222 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-25T07:49:48.186Z[ recovery-image] Aug 25 07:49:47.233 INFO O| Aug 25 07:49:47.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75512026-08-25T07:49:48.186Z[ recovery-image] Aug 25 07:49:47.233 INFO O| Aug 25 07:49:47.233 INFO STEP 746 (remove_files) COMPLETE
75522026-08-25T07:49:48.186Z[ recovery-image] Aug 25 07:49:47.233 INFO O| Aug 25 07:49:47.233 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-25T07:49:48.194Z[ recovery-image] Aug 25 07:49:47.243 INFO O| Aug 25 07:49:47.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75542026-08-25T07:49:48.194Z[ recovery-image] Aug 25 07:49:47.243 INFO O| Aug 25 07:49:47.243 INFO STEP 747 (remove_files) COMPLETE
75552026-08-25T07:49:48.195Z[ recovery-image] Aug 25 07:49:47.243 INFO O| Aug 25 07:49:47.243 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-25T07:49:48.195Z[ recovery-image] Aug 25 07:49:47.252 INFO O| Aug 25 07:49:47.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75572026-08-25T07:49:48.195Z[ recovery-image] Aug 25 07:49:47.252 INFO O| Aug 25 07:49:47.252 INFO STEP 748 (remove_files) COMPLETE
75582026-08-25T07:49:48.195Z[ recovery-image] Aug 25 07:49:47.252 INFO O| Aug 25 07:49:47.252 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-25T07:49:48.223Z[ recovery-image] Aug 25 07:49:47.280 INFO O| Aug 25 07:49:47.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75602026-08-25T07:49:48.223Z[ recovery-image] Aug 25 07:49:47.280 INFO O| Aug 25 07:49:47.280 INFO STEP 749 (remove_files) COMPLETE
75612026-08-25T07:49:48.223Z[ recovery-image] Aug 25 07:49:47.280 INFO O| Aug 25 07:49:47.280 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-25T07:49:48.233Z[ recovery-image] Aug 25 07:49:47.291 INFO O| Aug 25 07:49:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75632026-08-25T07:49:48.234Z[ recovery-image] Aug 25 07:49:47.291 INFO O| Aug 25 07:49:47.291 INFO STEP 750 (remove_files) COMPLETE
75642026-08-25T07:49:48.234Z[ recovery-image] Aug 25 07:49:47.291 INFO O| Aug 25 07:49:47.291 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-25T07:49:48.245Z[ recovery-image] Aug 25 07:49:47.302 INFO O| Aug 25 07:49:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75662026-08-25T07:49:48.245Z[ recovery-image] Aug 25 07:49:47.302 INFO O| Aug 25 07:49:47.302 INFO STEP 751 (remove_files) COMPLETE
75672026-08-25T07:49:48.245Z[ recovery-image] Aug 25 07:49:47.302 INFO O| Aug 25 07:49:47.302 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-25T07:49:48.256Z[ recovery-image] Aug 25 07:49:47.312 INFO O| Aug 25 07:49:47.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75692026-08-25T07:49:48.256Z[ recovery-image] Aug 25 07:49:47.312 INFO O| Aug 25 07:49:47.312 INFO STEP 752 (remove_files) COMPLETE
75702026-08-25T07:49:48.270Z[ recovery-image] Aug 25 07:49:47.312 INFO O| Aug 25 07:49:47.312 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-25T07:49:48.275Z[ recovery-image] Aug 25 07:49:47.323 INFO O| Aug 25 07:49:47.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75722026-08-25T07:49:48.275Z[ recovery-image] Aug 25 07:49:47.323 INFO O| Aug 25 07:49:47.323 INFO STEP 753 (remove_files) COMPLETE
75732026-08-25T07:49:48.275Z[ recovery-image] Aug 25 07:49:47.323 INFO O| Aug 25 07:49:47.323 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-25T07:49:48.282Z[ recovery-image] Aug 25 07:49:47.334 INFO O| Aug 25 07:49:47.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75752026-08-25T07:49:48.282Z[ recovery-image] Aug 25 07:49:47.334 INFO O| Aug 25 07:49:47.334 INFO STEP 754 (remove_files) COMPLETE
75762026-08-25T07:49:48.282Z[ recovery-image] Aug 25 07:49:47.334 INFO O| Aug 25 07:49:47.334 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-25T07:49:48.291Z[ recovery-image] Aug 25 07:49:47.345 INFO O| Aug 25 07:49:47.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75782026-08-25T07:49:48.291Z[ recovery-image] Aug 25 07:49:47.345 INFO O| Aug 25 07:49:47.345 INFO STEP 755 (remove_files) COMPLETE
75792026-08-25T07:49:48.291Z[ recovery-image] Aug 25 07:49:47.345 INFO O| Aug 25 07:49:47.345 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-25T07:49:48.298Z[ recovery-image] Aug 25 07:49:47.355 INFO O| Aug 25 07:49:47.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75812026-08-25T07:49:48.298Z[ recovery-image] Aug 25 07:49:47.355 INFO O| Aug 25 07:49:47.355 INFO STEP 756 (remove_files) COMPLETE
75822026-08-25T07:49:48.298Z[ recovery-image] Aug 25 07:49:47.355 INFO O| Aug 25 07:49:47.355 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-25T07:49:48.307Z[ recovery-image] Aug 25 07:49:47.365 INFO O| Aug 25 07:49:47.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75842026-08-25T07:49:48.307Z[ recovery-image] Aug 25 07:49:47.365 INFO O| Aug 25 07:49:47.365 INFO STEP 757 (remove_files) COMPLETE
75852026-08-25T07:49:48.307Z[ recovery-image] Aug 25 07:49:47.365 INFO O| Aug 25 07:49:47.365 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-25T07:49:48.316Z[ recovery-image] Aug 25 07:49:47.374 INFO O| Aug 25 07:49:47.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75872026-08-25T07:49:48.316Z[ recovery-image] Aug 25 07:49:47.374 INFO O| Aug 25 07:49:47.374 INFO STEP 758 (remove_files) COMPLETE
75882026-08-25T07:49:48.324Z[ recovery-image] Aug 25 07:49:47.374 INFO O| Aug 25 07:49:47.374 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-25T07:49:48.333Z[ recovery-image] Aug 25 07:49:47.386 INFO O| Aug 25 07:49:47.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75902026-08-25T07:49:48.334Z[ recovery-image] Aug 25 07:49:47.386 INFO O| Aug 25 07:49:47.386 INFO STEP 759 (remove_files) COMPLETE
75912026-08-25T07:49:48.334Z[ recovery-image] Aug 25 07:49:47.386 INFO O| Aug 25 07:49:47.386 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-25T07:49:48.342Z[ recovery-image] Aug 25 07:49:47.395 INFO O| Aug 25 07:49:47.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75932026-08-25T07:49:48.342Z[ recovery-image] Aug 25 07:49:47.396 INFO O| Aug 25 07:49:47.396 INFO STEP 760 (remove_files) COMPLETE
75942026-08-25T07:49:48.342Z[ recovery-image] Aug 25 07:49:47.396 INFO O| Aug 25 07:49:47.396 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-25T07:49:48.347Z[ recovery-image] Aug 25 07:49:47.404 INFO O| Aug 25 07:49:47.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75962026-08-25T07:49:48.347Z[ recovery-image] Aug 25 07:49:47.404 INFO O| Aug 25 07:49:47.404 INFO STEP 761 (remove_files) COMPLETE
75972026-08-25T07:49:48.348Z[ recovery-image] Aug 25 07:49:47.404 INFO O| Aug 25 07:49:47.404 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-25T07:49:48.356Z[ recovery-image] Aug 25 07:49:47.413 INFO O| Aug 25 07:49:47.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75992026-08-25T07:49:48.356Z[ recovery-image] Aug 25 07:49:47.413 INFO O| Aug 25 07:49:47.413 INFO STEP 762 (remove_files) COMPLETE
76002026-08-25T07:49:48.367Z[ recovery-image] Aug 25 07:49:47.413 INFO O| Aug 25 07:49:47.413 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-25T07:49:48.367Z[ recovery-image] Aug 25 07:49:47.421 INFO O| Aug 25 07:49:47.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76022026-08-25T07:49:48.367Z[ recovery-image] Aug 25 07:49:47.421 INFO O| Aug 25 07:49:47.421 INFO STEP 763 (remove_files) COMPLETE
76032026-08-25T07:49:48.367Z[ recovery-image] Aug 25 07:49:47.421 INFO O| Aug 25 07:49:47.421 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-25T07:49:48.377Z[ recovery-image] Aug 25 07:49:47.431 INFO O| Aug 25 07:49:47.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76052026-08-25T07:49:48.383Z[ recovery-image] Aug 25 07:49:47.432 INFO O| Aug 25 07:49:47.432 INFO STEP 764 (remove_files) COMPLETE
76062026-08-25T07:49:48.383Z[ recovery-image] Aug 25 07:49:47.432 INFO O| Aug 25 07:49:47.432 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-25T07:49:48.389Z[ recovery-image] Aug 25 07:49:47.442 INFO O| Aug 25 07:49:47.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76082026-08-25T07:49:48.389Z[ recovery-image] Aug 25 07:49:47.442 INFO O| Aug 25 07:49:47.442 INFO STEP 765 (remove_files) COMPLETE
76092026-08-25T07:49:48.389Z[ recovery-image] Aug 25 07:49:47.442 INFO O| Aug 25 07:49:47.442 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-25T07:49:48.402Z[ recovery-image] Aug 25 07:49:47.451 INFO O| Aug 25 07:49:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76112026-08-25T07:49:48.402Z[ recovery-image] Aug 25 07:49:47.452 INFO O| Aug 25 07:49:47.451 INFO STEP 766 (remove_files) COMPLETE
76122026-08-25T07:49:48.402Z[ recovery-image] Aug 25 07:49:47.452 INFO O| Aug 25 07:49:47.452 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-25T07:49:48.412Z[ recovery-image] Aug 25 07:49:47.462 INFO O| Aug 25 07:49:47.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76142026-08-25T07:49:48.412Z[ recovery-image] Aug 25 07:49:47.462 INFO O| Aug 25 07:49:47.462 INFO STEP 767 (remove_files) COMPLETE
76152026-08-25T07:49:48.412Z[ recovery-image] Aug 25 07:49:47.462 INFO O| Aug 25 07:49:47.462 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-25T07:49:48.423Z[ recovery-image] Aug 25 07:49:47.472 INFO O| Aug 25 07:49:47.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76172026-08-25T07:49:48.424Z[ recovery-image] Aug 25 07:49:47.472 INFO O| Aug 25 07:49:47.472 INFO STEP 768 (remove_files) COMPLETE
76182026-08-25T07:49:48.424Z[ recovery-image] Aug 25 07:49:47.472 INFO O| Aug 25 07:49:47.472 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-25T07:49:48.433Z[ recovery-image] Aug 25 07:49:47.481 INFO O| Aug 25 07:49:47.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76202026-08-25T07:49:48.433Z[ recovery-image] Aug 25 07:49:47.481 INFO O| Aug 25 07:49:47.481 INFO STEP 769 (remove_files) COMPLETE
76212026-08-25T07:49:48.433Z[ recovery-image] Aug 25 07:49:47.481 INFO O| Aug 25 07:49:47.481 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-25T07:49:48.444Z[ recovery-image] Aug 25 07:49:47.492 INFO O| Aug 25 07:49:47.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76232026-08-25T07:49:48.444Z[ recovery-image] Aug 25 07:49:47.493 INFO O| Aug 25 07:49:47.493 INFO STEP 770 (remove_files) COMPLETE
76242026-08-25T07:49:48.444Z[ recovery-image] Aug 25 07:49:47.493 INFO O| Aug 25 07:49:47.493 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-25T07:49:48.460Z[ recovery-image] Aug 25 07:49:47.504 INFO O| Aug 25 07:49:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76262026-08-25T07:49:48.460Z[ recovery-image] Aug 25 07:49:47.505 INFO O| Aug 25 07:49:47.505 INFO STEP 771 (remove_files) COMPLETE
76272026-08-25T07:49:48.460Z[ recovery-image] Aug 25 07:49:47.505 INFO O| Aug 25 07:49:47.505 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-25T07:49:48.469Z[ recovery-image] Aug 25 07:49:47.515 INFO O| Aug 25 07:49:47.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76292026-08-25T07:49:48.469Z[ recovery-image] Aug 25 07:49:47.515 INFO O| Aug 25 07:49:47.515 INFO STEP 772 (remove_files) COMPLETE
76302026-08-25T07:49:48.469Z[ recovery-image] Aug 25 07:49:47.515 INFO O| Aug 25 07:49:47.515 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-25T07:49:48.469Z[ recovery-image] Aug 25 07:49:47.524 INFO O| Aug 25 07:49:47.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76322026-08-25T07:49:48.469Z[ recovery-image] Aug 25 07:49:47.524 INFO O| Aug 25 07:49:47.524 INFO STEP 773 (remove_files) COMPLETE
76332026-08-25T07:49:48.469Z[ recovery-image] Aug 25 07:49:47.524 INFO O| Aug 25 07:49:47.524 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-25T07:49:48.477Z[ recovery-image] Aug 25 07:49:47.535 INFO O| Aug 25 07:49:47.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76352026-08-25T07:49:48.477Z[ recovery-image] Aug 25 07:49:47.535 INFO O| Aug 25 07:49:47.535 INFO STEP 774 (remove_files) COMPLETE
76362026-08-25T07:49:48.477Z[ recovery-image] Aug 25 07:49:47.535 INFO O| Aug 25 07:49:47.535 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-25T07:49:48.492Z[ recovery-image] Aug 25 07:49:47.544 INFO O| Aug 25 07:49:47.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76382026-08-25T07:49:48.492Z[ recovery-image] Aug 25 07:49:47.544 INFO O| Aug 25 07:49:47.544 INFO STEP 775 (remove_files) COMPLETE
76392026-08-25T07:49:48.492Z[ recovery-image] Aug 25 07:49:47.544 INFO O| Aug 25 07:49:47.544 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-25T07:49:48.504Z[ recovery-image] Aug 25 07:49:47.554 INFO O| Aug 25 07:49:47.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76412026-08-25T07:49:48.504Z[ recovery-image] Aug 25 07:49:47.554 INFO O| Aug 25 07:49:47.554 INFO STEP 776 (remove_files) COMPLETE
76422026-08-25T07:49:48.504Z[ recovery-image] Aug 25 07:49:47.554 INFO O| Aug 25 07:49:47.554 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-25T07:49:48.520Z[ recovery-image] Aug 25 07:49:47.564 INFO O| Aug 25 07:49:47.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76442026-08-25T07:49:48.520Z[ recovery-image] Aug 25 07:49:47.564 INFO O| Aug 25 07:49:47.564 INFO STEP 777 (remove_files) COMPLETE
76452026-08-25T07:49:48.520Z[ recovery-image] Aug 25 07:49:47.564 INFO O| Aug 25 07:49:47.564 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-25T07:49:48.535Z[ recovery-image] Aug 25 07:49:47.573 INFO O| Aug 25 07:49:47.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76472026-08-25T07:49:48.535Z[ recovery-image] Aug 25 07:49:47.573 INFO O| Aug 25 07:49:47.573 INFO STEP 778 (remove_files) COMPLETE
76482026-08-25T07:49:48.535Z[ recovery-image] Aug 25 07:49:47.573 INFO O| Aug 25 07:49:47.573 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-25T07:49:48.535Z[ recovery-image] Aug 25 07:49:47.583 INFO O| Aug 25 07:49:47.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76502026-08-25T07:49:48.535Z[ recovery-image] Aug 25 07:49:47.583 INFO O| Aug 25 07:49:47.583 INFO STEP 779 (remove_files) COMPLETE
76512026-08-25T07:49:48.535Z[ recovery-image] Aug 25 07:49:47.583 INFO O| Aug 25 07:49:47.583 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-25T07:49:48.558Z[ recovery-image] Aug 25 07:49:47.593 INFO O| Aug 25 07:49:47.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76532026-08-25T07:49:48.558Z[ recovery-image] Aug 25 07:49:47.593 INFO O| Aug 25 07:49:47.593 INFO STEP 780 (remove_files) COMPLETE
76542026-08-25T07:49:48.558Z[ recovery-image] Aug 25 07:49:47.593 INFO O| Aug 25 07:49:47.593 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-25T07:49:48.567Z[ recovery-image] Aug 25 07:49:47.603 INFO O| Aug 25 07:49:47.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76562026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.603 INFO O| Aug 25 07:49:47.603 INFO STEP 781 (remove_files) COMPLETE
76572026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.603 INFO O| Aug 25 07:49:47.603 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.613 INFO O| Aug 25 07:49:47.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76592026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.613 INFO O| Aug 25 07:49:47.613 INFO STEP 782 (remove_files) COMPLETE
76602026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.613 INFO O| Aug 25 07:49:47.613 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.623 INFO O| Aug 25 07:49:47.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76622026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.623 INFO O| Aug 25 07:49:47.623 INFO STEP 783 (remove_files) COMPLETE
76632026-08-25T07:49:48.568Z[ recovery-image] Aug 25 07:49:47.623 INFO O| Aug 25 07:49:47.623 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-25T07:49:48.575Z[ recovery-image] Aug 25 07:49:47.633 INFO O| Aug 25 07:49:47.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76652026-08-25T07:49:48.575Z[ recovery-image] Aug 25 07:49:47.633 INFO O| Aug 25 07:49:47.633 INFO STEP 784 (remove_files) COMPLETE
76662026-08-25T07:49:48.575Z[ recovery-image] Aug 25 07:49:47.633 INFO O| Aug 25 07:49:47.633 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-25T07:49:48.589Z[ recovery-image] Aug 25 07:49:47.642 INFO O| Aug 25 07:49:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76682026-08-25T07:49:48.589Z[ recovery-image] Aug 25 07:49:47.642 INFO O| Aug 25 07:49:47.642 INFO STEP 785 (remove_files) COMPLETE
76692026-08-25T07:49:48.589Z[ recovery-image] Aug 25 07:49:47.642 INFO O| Aug 25 07:49:47.642 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-25T07:49:48.609Z[ recovery-image] Aug 25 07:49:47.652 INFO O| Aug 25 07:49:47.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76712026-08-25T07:49:48.609Z[ recovery-image] Aug 25 07:49:47.652 INFO O| Aug 25 07:49:47.652 INFO STEP 786 (remove_files) COMPLETE
76722026-08-25T07:49:48.609Z[ recovery-image] Aug 25 07:49:47.652 INFO O| Aug 25 07:49:47.652 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-25T07:49:48.609Z[verify-libraries] Compiling russh-util v0.52.0
76742026-08-25T07:49:48.617Z[ recovery-image] Aug 25 07:49:47.661 INFO O| Aug 25 07:49:47.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76752026-08-25T07:49:48.618Z[ recovery-image] Aug 25 07:49:47.661 INFO O| Aug 25 07:49:47.661 INFO STEP 787 (remove_files) COMPLETE
76762026-08-25T07:49:48.618Z[ recovery-image] Aug 25 07:49:47.661 INFO O| Aug 25 07:49:47.661 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-25T07:49:48.618Z[ recovery-image] Aug 25 07:49:47.672 INFO O| Aug 25 07:49:47.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76782026-08-25T07:49:48.618Z[ recovery-image] Aug 25 07:49:47.672 INFO O| Aug 25 07:49:47.672 INFO STEP 788 (remove_files) COMPLETE
76792026-08-25T07:49:48.618Z[ recovery-image] Aug 25 07:49:47.672 INFO O| Aug 25 07:49:47.672 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-25T07:49:48.630Z[ recovery-image] Aug 25 07:49:47.683 INFO O| Aug 25 07:49:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76812026-08-25T07:49:48.630Z[ recovery-image] Aug 25 07:49:47.683 INFO O| Aug 25 07:49:47.683 INFO STEP 789 (remove_files) COMPLETE
76822026-08-25T07:49:48.630Z[ recovery-image] Aug 25 07:49:47.683 INFO O| Aug 25 07:49:47.683 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-25T07:49:48.643Z[ recovery-image] Aug 25 07:49:47.694 INFO O| Aug 25 07:49:47.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76842026-08-25T07:49:48.643Z[ recovery-image] Aug 25 07:49:47.694 INFO O| Aug 25 07:49:47.694 INFO STEP 790 (remove_files) COMPLETE
76852026-08-25T07:49:48.643Z[ recovery-image] Aug 25 07:49:47.694 INFO O| Aug 25 07:49:47.694 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-25T07:49:48.653Z[ recovery-image] Aug 25 07:49:47.705 INFO O| Aug 25 07:49:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76872026-08-25T07:49:48.653Z[ recovery-image] Aug 25 07:49:47.705 INFO O| Aug 25 07:49:47.705 INFO STEP 791 (remove_files) COMPLETE
76882026-08-25T07:49:48.653Z[ recovery-image] Aug 25 07:49:47.705 INFO O| Aug 25 07:49:47.705 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-25T07:49:48.662Z[ recovery-image] Aug 25 07:49:47.715 INFO O| Aug 25 07:49:47.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76902026-08-25T07:49:48.662Z[ recovery-image] Aug 25 07:49:47.715 INFO O| Aug 25 07:49:47.715 INFO STEP 792 (remove_files) COMPLETE
76912026-08-25T07:49:48.662Z[ recovery-image] Aug 25 07:49:47.715 INFO O| Aug 25 07:49:47.715 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-25T07:49:48.678Z[ recovery-image] Aug 25 07:49:47.725 INFO O| Aug 25 07:49:47.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76932026-08-25T07:49:48.678Z[ recovery-image] Aug 25 07:49:47.725 INFO O| Aug 25 07:49:47.725 INFO STEP 793 (remove_files) COMPLETE
76942026-08-25T07:49:48.678Z[ recovery-image] Aug 25 07:49:47.725 INFO O| Aug 25 07:49:47.725 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-25T07:49:48.691Z[ recovery-image] Aug 25 07:49:47.734 INFO O| Aug 25 07:49:47.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76962026-08-25T07:49:48.691Z[ recovery-image] Aug 25 07:49:47.734 INFO O| Aug 25 07:49:47.734 INFO STEP 794 (remove_files) COMPLETE
76972026-08-25T07:49:48.691Z[ recovery-image] Aug 25 07:49:47.734 INFO O| Aug 25 07:49:47.734 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-25T07:49:48.703Z[ recovery-image] Aug 25 07:49:47.744 INFO O| Aug 25 07:49:47.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76992026-08-25T07:49:48.703Z[ recovery-image] Aug 25 07:49:47.744 INFO O| Aug 25 07:49:47.744 INFO STEP 795 (remove_files) COMPLETE
77002026-08-25T07:49:48.703Z[ recovery-image] Aug 25 07:49:47.744 INFO O| Aug 25 07:49:47.744 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-25T07:49:48.703Z[ recovery-image] Aug 25 07:49:47.755 INFO O| Aug 25 07:49:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77022026-08-25T07:49:48.703Z[ recovery-image] Aug 25 07:49:47.755 INFO O| Aug 25 07:49:47.755 INFO STEP 796 (remove_files) COMPLETE
77032026-08-25T07:49:48.703Z[ recovery-image] Aug 25 07:49:47.755 INFO O| Aug 25 07:49:47.755 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-25T07:49:48.719Z[ recovery-image] Aug 25 07:49:47.765 INFO O| Aug 25 07:49:47.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77052026-08-25T07:49:48.719Z[ recovery-image] Aug 25 07:49:47.766 INFO O| Aug 25 07:49:47.766 INFO STEP 797 (remove_files) COMPLETE
77062026-08-25T07:49:48.720Z[ recovery-image] Aug 25 07:49:47.766 INFO O| Aug 25 07:49:47.766 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-25T07:49:48.729Z[ recovery-image] Aug 25 07:49:47.780 INFO O| Aug 25 07:49:47.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77082026-08-25T07:49:48.729Z[ recovery-image] Aug 25 07:49:47.780 INFO O| Aug 25 07:49:47.780 INFO STEP 798 (remove_files) COMPLETE
77092026-08-25T07:49:48.729Z[ recovery-image] Aug 25 07:49:47.780 INFO O| Aug 25 07:49:47.780 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-25T07:49:48.739Z[ recovery-image] Aug 25 07:49:47.789 INFO O| Aug 25 07:49:47.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77112026-08-25T07:49:48.739Z[ recovery-image] Aug 25 07:49:47.789 INFO O| Aug 25 07:49:47.789 INFO STEP 799 (remove_files) COMPLETE
77122026-08-25T07:49:48.739Z[ recovery-image] Aug 25 07:49:47.789 INFO O| Aug 25 07:49:47.789 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-25T07:49:48.745Z[ recovery-image] Aug 25 07:49:47.798 INFO O| Aug 25 07:49:47.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77142026-08-25T07:49:48.745Z[ recovery-image] Aug 25 07:49:47.798 INFO O| Aug 25 07:49:47.798 INFO STEP 800 (remove_files) COMPLETE
77152026-08-25T07:49:48.746Z[ recovery-image] Aug 25 07:49:47.798 INFO O| Aug 25 07:49:47.798 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-25T07:49:48.754Z[ recovery-image] Aug 25 07:49:47.807 INFO O| Aug 25 07:49:47.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77172026-08-25T07:49:48.754Z[ recovery-image] Aug 25 07:49:47.807 INFO O| Aug 25 07:49:47.807 INFO STEP 801 (remove_files) COMPLETE
77182026-08-25T07:49:48.754Z[ recovery-image] Aug 25 07:49:47.807 INFO O| Aug 25 07:49:47.807 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-25T07:49:48.754Z[verify-libraries] Compiling enum_dispatch v0.3.13
77202026-08-25T07:49:48.771Z[ recovery-image] Aug 25 07:49:47.818 INFO O| Aug 25 07:49:47.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77212026-08-25T07:49:48.771Z[ recovery-image] Aug 25 07:49:47.818 INFO O| Aug 25 07:49:47.818 INFO STEP 802 (remove_files) COMPLETE
77222026-08-25T07:49:48.771Z[ recovery-image] Aug 25 07:49:47.818 INFO O| Aug 25 07:49:47.818 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-25T07:49:48.779Z[ recovery-image] Aug 25 07:49:47.828 INFO O| Aug 25 07:49:47.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77242026-08-25T07:49:48.779Z[ recovery-image] Aug 25 07:49:47.828 INFO O| Aug 25 07:49:47.828 INFO STEP 803 (remove_files) COMPLETE
77252026-08-25T07:49:48.779Z[ recovery-image] Aug 25 07:49:47.828 INFO O| Aug 25 07:49:47.828 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-25T07:49:48.786Z[ recovery-image] Aug 25 07:49:47.838 INFO O| Aug 25 07:49:47.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77272026-08-25T07:49:48.787Z[ recovery-image] Aug 25 07:49:47.838 INFO O| Aug 25 07:49:47.838 INFO STEP 804 (remove_files) COMPLETE
77282026-08-25T07:49:48.787Z[ recovery-image] Aug 25 07:49:47.838 INFO O| Aug 25 07:49:47.838 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-25T07:49:48.794Z[ recovery-image] Aug 25 07:49:47.848 INFO O| Aug 25 07:49:47.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77302026-08-25T07:49:48.794Z[ recovery-image] Aug 25 07:49:47.848 INFO O| Aug 25 07:49:47.848 INFO STEP 805 (remove_files) COMPLETE
77312026-08-25T07:49:48.794Z[ recovery-image] Aug 25 07:49:47.848 INFO O| Aug 25 07:49:47.848 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-25T07:49:48.801Z[ recovery-image] Aug 25 07:49:47.858 INFO O| Aug 25 07:49:47.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77332026-08-25T07:49:48.801Z[ recovery-image] Aug 25 07:49:47.858 INFO O| Aug 25 07:49:47.858 INFO STEP 806 (remove_files) COMPLETE
77342026-08-25T07:49:48.801Z[ recovery-image] Aug 25 07:49:47.858 INFO O| Aug 25 07:49:47.858 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-25T07:49:48.818Z[ recovery-image] Aug 25 07:49:47.867 INFO O| Aug 25 07:49:47.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77362026-08-25T07:49:48.818Z[ recovery-image] Aug 25 07:49:47.867 INFO O| Aug 25 07:49:47.867 INFO STEP 807 (remove_files) COMPLETE
77372026-08-25T07:49:48.818Z[ recovery-image] Aug 25 07:49:47.867 INFO O| Aug 25 07:49:47.867 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-25T07:49:48.824Z[ recovery-image] Aug 25 07:49:47.875 INFO O| Aug 25 07:49:47.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77392026-08-25T07:49:48.824Z[ recovery-image] Aug 25 07:49:47.875 INFO O| Aug 25 07:49:47.875 INFO STEP 808 (remove_files) COMPLETE
77402026-08-25T07:49:48.824Z[ recovery-image] Aug 25 07:49:47.875 INFO O| Aug 25 07:49:47.875 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-25T07:49:48.824Z[verify-libraries] Compiling delegate v0.13.5
77422026-08-25T07:49:48.828Z[ recovery-image] Aug 25 07:49:47.885 INFO O| Aug 25 07:49:47.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77432026-08-25T07:49:48.829Z[ recovery-image] Aug 25 07:49:47.885 INFO O| Aug 25 07:49:47.885 INFO STEP 809 (remove_files) COMPLETE
77442026-08-25T07:49:48.829Z[ recovery-image] Aug 25 07:49:47.885 INFO O| Aug 25 07:49:47.885 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-25T07:49:48.838Z[ recovery-image] Aug 25 07:49:47.895 INFO O| Aug 25 07:49:47.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77462026-08-25T07:49:48.838Z[ recovery-image] Aug 25 07:49:47.895 INFO O| Aug 25 07:49:47.895 INFO STEP 810 (remove_files) COMPLETE
77472026-08-25T07:49:48.842Z[ recovery-image] Aug 25 07:49:47.895 INFO O| Aug 25 07:49:47.895 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-25T07:49:48.849Z[ recovery-image] Aug 25 07:49:47.905 INFO O| Aug 25 07:49:47.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77492026-08-25T07:49:48.849Z[ recovery-image] Aug 25 07:49:47.905 INFO O| Aug 25 07:49:47.905 INFO STEP 811 (remove_files) COMPLETE
77502026-08-25T07:49:48.849Z[ recovery-image] Aug 25 07:49:47.905 INFO O| Aug 25 07:49:47.905 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-25T07:49:48.868Z[ recovery-image] Aug 25 07:49:47.915 INFO O| Aug 25 07:49:47.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77522026-08-25T07:49:48.868Z[ recovery-image] Aug 25 07:49:47.915 INFO O| Aug 25 07:49:47.915 INFO STEP 812 (remove_files) COMPLETE
77532026-08-25T07:49:48.873Z[ recovery-image] Aug 25 07:49:47.915 INFO O| Aug 25 07:49:47.915 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-25T07:49:48.873Z[ recovery-image] Aug 25 07:49:47.925 INFO O| Aug 25 07:49:47.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77552026-08-25T07:49:48.873Z[ recovery-image] Aug 25 07:49:47.925 INFO O| Aug 25 07:49:47.925 INFO STEP 813 (remove_files) COMPLETE
77562026-08-25T07:49:48.873Z[ recovery-image] Aug 25 07:49:47.925 INFO O| Aug 25 07:49:47.925 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-25T07:49:48.882Z[ recovery-image] Aug 25 07:49:47.936 INFO O| Aug 25 07:49:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77582026-08-25T07:49:48.882Z[ recovery-image] Aug 25 07:49:47.936 INFO O| Aug 25 07:49:47.935 INFO STEP 814 (remove_files) COMPLETE
77592026-08-25T07:49:48.882Z[ recovery-image] Aug 25 07:49:47.936 INFO O| Aug 25 07:49:47.935 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-25T07:49:48.890Z[ recovery-image] Aug 25 07:49:47.944 INFO O| Aug 25 07:49:47.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77612026-08-25T07:49:48.890Z[ recovery-image] Aug 25 07:49:47.944 INFO O| Aug 25 07:49:47.944 INFO STEP 815 (remove_files) COMPLETE
77622026-08-25T07:49:48.890Z[ recovery-image] Aug 25 07:49:47.944 INFO O| Aug 25 07:49:47.944 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-25T07:49:48.896Z[ recovery-image] Aug 25 07:49:47.954 INFO O| Aug 25 07:49:47.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77642026-08-25T07:49:48.904Z[ recovery-image] Aug 25 07:49:47.954 INFO O| Aug 25 07:49:47.954 INFO STEP 816 (remove_files) COMPLETE
77652026-08-25T07:49:48.904Z[ recovery-image] Aug 25 07:49:47.954 INFO O| Aug 25 07:49:47.954 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-25T07:49:48.913Z[ recovery-image] Aug 25 07:49:47.964 INFO O| Aug 25 07:49:47.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77672026-08-25T07:49:48.913Z[ recovery-image] Aug 25 07:49:47.964 INFO O| Aug 25 07:49:47.964 INFO STEP 817 (remove_files) COMPLETE
77682026-08-25T07:49:48.913Z[ recovery-image] Aug 25 07:49:47.964 INFO O| Aug 25 07:49:47.964 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-25T07:49:48.924Z[ recovery-image] Aug 25 07:49:47.974 INFO O| Aug 25 07:49:47.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77702026-08-25T07:49:48.924Z[ recovery-image] Aug 25 07:49:47.974 INFO O| Aug 25 07:49:47.974 INFO STEP 818 (remove_files) COMPLETE
77712026-08-25T07:49:48.924Z[ recovery-image] Aug 25 07:49:47.974 INFO O| Aug 25 07:49:47.974 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-25T07:49:48.987Z[ recovery-image] Aug 25 07:49:47.984 INFO O| Aug 25 07:49:47.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77732026-08-25T07:49:48.987Z[ recovery-image] Aug 25 07:49:47.984 INFO O| Aug 25 07:49:47.984 INFO STEP 819 (remove_files) COMPLETE
77742026-08-25T07:49:48.987Z[ recovery-image] Aug 25 07:49:47.984 INFO O| Aug 25 07:49:47.984 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-25T07:49:49.067Z[ recovery-image] Aug 25 07:49:47.993 INFO O| Aug 25 07:49:47.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77762026-08-25T07:49:49.067Z[ recovery-image] Aug 25 07:49:47.993 INFO O| Aug 25 07:49:47.993 INFO STEP 820 (remove_files) COMPLETE
77772026-08-25T07:49:49.067Z[ recovery-image] Aug 25 07:49:47.993 INFO O| Aug 25 07:49:47.993 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-25T07:49:49.068Z[ recovery-image] Aug 25 07:49:48.003 INFO O| Aug 25 07:49:48.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77792026-08-25T07:49:49.068Z[ recovery-image] Aug 25 07:49:48.003 INFO O| Aug 25 07:49:48.003 INFO STEP 821 (remove_files) COMPLETE
77802026-08-25T07:49:49.068Z[ recovery-image] Aug 25 07:49:48.003 INFO O| Aug 25 07:49:48.003 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-25T07:49:49.068Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
77822026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.014 INFO O| Aug 25 07:49:48.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77832026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.014 INFO O| Aug 25 07:49:48.014 INFO STEP 822 (remove_files) COMPLETE
77842026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.014 INFO O| Aug 25 07:49:48.014 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.025 INFO O| Aug 25 07:49:48.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77862026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.026 INFO O| Aug 25 07:49:48.026 INFO STEP 823 (remove_files) COMPLETE
77872026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.026 INFO O| Aug 25 07:49:48.026 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.036 INFO O| Aug 25 07:49:48.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77892026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.036 INFO O| Aug 25 07:49:48.036 INFO STEP 824 (remove_files) COMPLETE
77902026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.036 INFO O| Aug 25 07:49:48.036 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.046 INFO O| Aug 25 07:49:48.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77922026-08-25T07:49:49.069Z[ recovery-image] Aug 25 07:49:48.046 INFO O| Aug 25 07:49:48.046 INFO STEP 825 (remove_files) COMPLETE
77932026-08-25T07:49:49.070Z[ recovery-image] Aug 25 07:49:48.046 INFO O| Aug 25 07:49:48.046 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-25T07:49:49.070Z[ recovery-image] Aug 25 07:49:48.055 INFO O| Aug 25 07:49:48.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77952026-08-25T07:49:49.070Z[ recovery-image] Aug 25 07:49:48.055 INFO O| Aug 25 07:49:48.055 INFO STEP 826 (remove_files) COMPLETE
77962026-08-25T07:49:49.070Z[ recovery-image] Aug 25 07:49:48.055 INFO O| Aug 25 07:49:48.055 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-25T07:49:49.070Z[verify-libraries] Compiling sapling-renderdag v0.1.0
77982026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.065 INFO O| Aug 25 07:49:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77992026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.065 INFO O| Aug 25 07:49:48.065 INFO STEP 827 (remove_files) COMPLETE
78002026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.065 INFO O| Aug 25 07:49:48.065 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.075 INFO O| Aug 25 07:49:48.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78022026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.075 INFO O| Aug 25 07:49:48.075 INFO STEP 828 (remove_files) COMPLETE
78032026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.075 INFO O| Aug 25 07:49:48.075 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-25T07:49:49.087Z[ recovery-image] Aug 25 07:49:48.086 INFO O| Aug 25 07:49:48.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78052026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.086 INFO O| Aug 25 07:49:48.086 INFO STEP 829 (remove_files) COMPLETE
78062026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.086 INFO O| Aug 25 07:49:48.086 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.096 INFO O| Aug 25 07:49:48.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78082026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.096 INFO O| Aug 25 07:49:48.096 INFO STEP 830 (remove_files) COMPLETE
78092026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.096 INFO O| Aug 25 07:49:48.096 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.105 INFO O| Aug 25 07:49:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78112026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.105 INFO O| Aug 25 07:49:48.105 INFO STEP 831 (remove_files) COMPLETE
78122026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.105 INFO O| Aug 25 07:49:48.105 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.115 INFO O| Aug 25 07:49:48.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78142026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.115 INFO O| Aug 25 07:49:48.115 INFO STEP 832 (remove_files) COMPLETE
78152026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.115 INFO O| Aug 25 07:49:48.115 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.126 INFO O| Aug 25 07:49:48.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78172026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.126 INFO O| Aug 25 07:49:48.126 INFO STEP 833 (remove_files) COMPLETE
78182026-08-25T07:49:49.088Z[ recovery-image] Aug 25 07:49:48.126 INFO O| Aug 25 07:49:48.126 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-25T07:49:49.452Z[ recovery-image] Aug 25 07:49:48.136 INFO O| Aug 25 07:49:48.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78202026-08-25T07:49:49.452Z[ recovery-image] Aug 25 07:49:48.136 INFO O| Aug 25 07:49:48.136 INFO STEP 834 (remove_files) COMPLETE
78212026-08-25T07:49:49.452Z[ recovery-image] Aug 25 07:49:48.136 INFO O| Aug 25 07:49:48.136 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-25T07:49:49.452Z[ recovery-image] Aug 25 07:49:48.147 INFO O| Aug 25 07:49:48.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78232026-08-25T07:49:49.452Z[ recovery-image] Aug 25 07:49:48.147 INFO O| Aug 25 07:49:48.147 INFO STEP 835 (remove_files) COMPLETE
78242026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.147 INFO O| Aug 25 07:49:48.147 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.157 INFO O| Aug 25 07:49:48.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78262026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.157 INFO O| Aug 25 07:49:48.157 INFO STEP 836 (remove_files) COMPLETE
78272026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.157 INFO O| Aug 25 07:49:48.157 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.167 INFO O| Aug 25 07:49:48.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78292026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.167 INFO O| Aug 25 07:49:48.167 INFO STEP 837 (remove_files) COMPLETE
78302026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.167 INFO O| Aug 25 07:49:48.167 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.176 INFO O| Aug 25 07:49:48.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78322026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.176 INFO O| Aug 25 07:49:48.176 INFO STEP 838 (remove_files) COMPLETE
78332026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.176 INFO O| Aug 25 07:49:48.176 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.185 INFO O| Aug 25 07:49:48.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78352026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.185 INFO O| Aug 25 07:49:48.185 INFO STEP 839 (remove_files) COMPLETE
78362026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.185 INFO O| Aug 25 07:49:48.185 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.195 INFO O| Aug 25 07:49:48.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78382026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.195 INFO O| Aug 25 07:49:48.195 INFO STEP 840 (remove_files) COMPLETE
78392026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.195 INFO O| Aug 25 07:49:48.195 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-25T07:49:49.453Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
78412026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.204 INFO O| Aug 25 07:49:48.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78422026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.204 INFO O| Aug 25 07:49:48.204 INFO STEP 841 (remove_files) COMPLETE
78432026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.204 INFO O| Aug 25 07:49:48.204 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.213 INFO O| Aug 25 07:49:48.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78452026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.213 INFO O| Aug 25 07:49:48.213 INFO STEP 842 (remove_files) COMPLETE
78462026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.213 INFO O| Aug 25 07:49:48.213 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.222 INFO O| Aug 25 07:49:48.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78482026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.222 INFO O| Aug 25 07:49:48.222 INFO STEP 843 (remove_files) COMPLETE
78492026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.222 INFO O| Aug 25 07:49:48.222 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.233 INFO O| Aug 25 07:49:48.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78512026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.233 INFO O| Aug 25 07:49:48.233 INFO STEP 844 (remove_files) COMPLETE
78522026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.233 INFO O| Aug 25 07:49:48.233 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.242 INFO O| Aug 25 07:49:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78542026-08-25T07:49:49.453Z[ recovery-image] Aug 25 07:49:48.242 INFO O| Aug 25 07:49:48.242 INFO STEP 845 (remove_files) COMPLETE
78552026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.242 INFO O| Aug 25 07:49:48.242 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.252 INFO O| Aug 25 07:49:48.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78572026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.252 INFO O| Aug 25 07:49:48.252 INFO STEP 846 (remove_files) COMPLETE
78582026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.252 INFO O| Aug 25 07:49:48.252 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.262 INFO O| Aug 25 07:49:48.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78602026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.262 INFO O| Aug 25 07:49:48.262 INFO STEP 847 (remove_files) COMPLETE
78612026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.262 INFO O| Aug 25 07:49:48.262 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.272 INFO O| Aug 25 07:49:48.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78632026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.272 INFO O| Aug 25 07:49:48.272 INFO STEP 848 (remove_files) COMPLETE
78642026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.272 INFO O| Aug 25 07:49:48.272 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.281 INFO O| Aug 25 07:49:48.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78662026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.281 INFO O| Aug 25 07:49:48.281 INFO STEP 849 (remove_files) COMPLETE
78672026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.282 INFO O| Aug 25 07:49:48.281 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.291 INFO O| Aug 25 07:49:48.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78692026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.291 INFO O| Aug 25 07:49:48.291 INFO STEP 850 (remove_files) COMPLETE
78702026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.291 INFO O| Aug 25 07:49:48.291 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.301 INFO O| Aug 25 07:49:48.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78722026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.301 INFO O| Aug 25 07:49:48.301 INFO STEP 851 (remove_files) COMPLETE
78732026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.301 INFO O| Aug 25 07:49:48.301 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.311 INFO O| Aug 25 07:49:48.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78752026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.311 INFO O| Aug 25 07:49:48.311 INFO STEP 852 (remove_files) COMPLETE
78762026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.311 INFO O| Aug 25 07:49:48.311 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.321 INFO O| Aug 25 07:49:48.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78782026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.321 INFO O| Aug 25 07:49:48.321 INFO STEP 853 (remove_files) COMPLETE
78792026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.321 INFO O| Aug 25 07:49:48.321 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.336 INFO O| Aug 25 07:49:48.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78812026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.336 INFO O| Aug 25 07:49:48.336 INFO STEP 854 (remove_files) COMPLETE
78822026-08-25T07:49:49.454Z[ recovery-image] Aug 25 07:49:48.336 INFO O| Aug 25 07:49:48.336 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.345 INFO O| Aug 25 07:49:48.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78842026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.345 INFO O| Aug 25 07:49:48.345 INFO STEP 855 (remove_files) COMPLETE
78852026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.345 INFO O| Aug 25 07:49:48.345 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.354 INFO O| Aug 25 07:49:48.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78872026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.354 INFO O| Aug 25 07:49:48.354 INFO STEP 856 (remove_files) COMPLETE
78882026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.354 INFO O| Aug 25 07:49:48.354 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.363 INFO O| Aug 25 07:49:48.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78902026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.363 INFO O| Aug 25 07:49:48.363 INFO STEP 857 (remove_files) COMPLETE
78912026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.363 INFO O| Aug 25 07:49:48.363 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.372 INFO O| Aug 25 07:49:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78932026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.372 INFO O| Aug 25 07:49:48.372 INFO STEP 858 (remove_files) COMPLETE
78942026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.372 INFO O| Aug 25 07:49:48.372 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.382 INFO O| Aug 25 07:49:48.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78962026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.382 INFO O| Aug 25 07:49:48.382 INFO STEP 859 (remove_files) COMPLETE
78972026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.382 INFO O| Aug 25 07:49:48.382 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.392 INFO O| Aug 25 07:49:48.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78992026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.392 INFO O| Aug 25 07:49:48.392 INFO STEP 860 (remove_files) COMPLETE
79002026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.392 INFO O| Aug 25 07:49:48.392 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.402 INFO O| Aug 25 07:49:48.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79022026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.402 INFO O| Aug 25 07:49:48.402 INFO STEP 861 (remove_files) COMPLETE
79032026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.402 INFO O| Aug 25 07:49:48.402 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.412 INFO O| Aug 25 07:49:48.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79052026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.412 INFO O| Aug 25 07:49:48.412 INFO STEP 862 (remove_files) COMPLETE
79062026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.412 INFO O| Aug 25 07:49:48.412 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.422 INFO O| Aug 25 07:49:48.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79082026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.423 INFO O| Aug 25 07:49:48.423 INFO STEP 863 (remove_files) COMPLETE
79092026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.423 INFO O| Aug 25 07:49:48.423 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.433 INFO O| Aug 25 07:49:48.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79112026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.433 INFO O| Aug 25 07:49:48.433 INFO STEP 864 (remove_files) COMPLETE
79122026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.433 INFO O| Aug 25 07:49:48.433 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.442 INFO O| Aug 25 07:49:48.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79142026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.442 INFO O| Aug 25 07:49:48.442 INFO STEP 865 (remove_files) COMPLETE
79152026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.442 INFO O| Aug 25 07:49:48.442 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-25T07:49:49.455Z[ recovery-image] Aug 25 07:49:48.451 INFO O| Aug 25 07:49:48.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79172026-08-25T07:49:49.456Z[ recovery-image] Aug 25 07:49:48.451 INFO O| Aug 25 07:49:48.451 INFO STEP 866 (remove_files) COMPLETE
79182026-08-25T07:49:49.456Z[ recovery-image] Aug 25 07:49:48.451 INFO O| Aug 25 07:49:48.451 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-25T07:49:49.479Z[ recovery-image] Aug 25 07:49:48.461 INFO O| Aug 25 07:49:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79202026-08-25T07:49:49.479Z[ recovery-image] Aug 25 07:49:48.461 INFO O| Aug 25 07:49:48.461 INFO STEP 867 (remove_files) COMPLETE
79212026-08-25T07:49:49.479Z[ recovery-image] Aug 25 07:49:48.461 INFO O| Aug 25 07:49:48.461 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-25T07:49:49.479Z[ recovery-image] Aug 25 07:49:48.470 INFO O| Aug 25 07:49:48.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79232026-08-25T07:49:49.479Z[ recovery-image] Aug 25 07:49:48.470 INFO O| Aug 25 07:49:48.470 INFO STEP 868 (remove_files) COMPLETE
79242026-08-25T07:49:49.479Z[ recovery-image] Aug 25 07:49:48.470 INFO O| Aug 25 07:49:48.470 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.480 INFO O| Aug 25 07:49:48.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79262026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.480 INFO O| Aug 25 07:49:48.480 INFO STEP 869 (remove_files) COMPLETE
79272026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.480 INFO O| Aug 25 07:49:48.480 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.490 INFO O| Aug 25 07:49:48.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79292026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.490 INFO O| Aug 25 07:49:48.490 INFO STEP 870 (remove_files) COMPLETE
79302026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.490 INFO O| Aug 25 07:49:48.490 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.499 INFO O| Aug 25 07:49:48.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79322026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.499 INFO O| Aug 25 07:49:48.499 INFO STEP 871 (remove_files) COMPLETE
79332026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.499 INFO O| Aug 25 07:49:48.499 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-25T07:49:49.480Z[verify-libraries] Compiling seq-macro v0.3.6
79352026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.507 INFO O| Aug 25 07:49:48.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79362026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.508 INFO O| Aug 25 07:49:48.508 INFO STEP 872 (remove_files) COMPLETE
79372026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.508 INFO O| Aug 25 07:49:48.508 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.517 INFO O| Aug 25 07:49:48.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79392026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.517 INFO O| Aug 25 07:49:48.517 INFO STEP 873 (remove_files) COMPLETE
79402026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.517 INFO O| Aug 25 07:49:48.517 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.526 INFO O| Aug 25 07:49:48.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79422026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.526 INFO O| Aug 25 07:49:48.526 INFO STEP 874 (remove_files) COMPLETE
79432026-08-25T07:49:49.480Z[ recovery-image] Aug 25 07:49:48.526 INFO O| Aug 25 07:49:48.526 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-25T07:49:49.490Z[ recovery-image] Aug 25 07:49:48.535 INFO O| Aug 25 07:49:48.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79452026-08-25T07:49:49.490Z[ recovery-image] Aug 25 07:49:48.535 INFO O| Aug 25 07:49:48.535 INFO STEP 875 (remove_files) COMPLETE
79462026-08-25T07:49:49.490Z[ recovery-image] Aug 25 07:49:48.535 INFO O| Aug 25 07:49:48.535 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-25T07:49:49.496Z[ recovery-image] Aug 25 07:49:48.547 INFO O| Aug 25 07:49:48.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79482026-08-25T07:49:49.496Z[ recovery-image] Aug 25 07:49:48.547 INFO O| Aug 25 07:49:48.547 INFO STEP 876 (remove_files) COMPLETE
79492026-08-25T07:49:49.496Z[ recovery-image] Aug 25 07:49:48.547 INFO O| Aug 25 07:49:48.547 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-25T07:49:49.513Z[ recovery-image] Aug 25 07:49:48.558 INFO O| Aug 25 07:49:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79512026-08-25T07:49:49.513Z[ recovery-image] Aug 25 07:49:48.558 INFO O| Aug 25 07:49:48.558 INFO STEP 877 (remove_files) COMPLETE
79522026-08-25T07:49:49.513Z[ recovery-image] Aug 25 07:49:48.558 INFO O| Aug 25 07:49:48.558 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-25T07:49:49.525Z[ recovery-image] Aug 25 07:49:48.569 INFO O| Aug 25 07:49:48.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79542026-08-25T07:49:49.525Z[ recovery-image] Aug 25 07:49:48.569 INFO O| Aug 25 07:49:48.569 INFO STEP 878 (remove_files) COMPLETE
79552026-08-25T07:49:49.525Z[ recovery-image] Aug 25 07:49:48.569 INFO O| Aug 25 07:49:48.569 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-25T07:49:49.534Z[ recovery-image] Aug 25 07:49:48.580 INFO O| Aug 25 07:49:48.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79572026-08-25T07:49:49.534Z[ recovery-image] Aug 25 07:49:48.580 INFO O| Aug 25 07:49:48.580 INFO STEP 879 (remove_files) COMPLETE
79582026-08-25T07:49:49.534Z[ recovery-image] Aug 25 07:49:48.580 INFO O| Aug 25 07:49:48.580 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-25T07:49:49.544Z[ recovery-image] Aug 25 07:49:48.590 INFO O| Aug 25 07:49:48.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79602026-08-25T07:49:49.544Z[ recovery-image] Aug 25 07:49:48.590 INFO O| Aug 25 07:49:48.590 INFO STEP 880 (remove_files) COMPLETE
79612026-08-25T07:49:49.544Z[ recovery-image] Aug 25 07:49:48.590 INFO O| Aug 25 07:49:48.590 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-25T07:49:49.560Z[ recovery-image] Aug 25 07:49:48.617 INFO O| Aug 25 07:49:48.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79632026-08-25T07:49:49.568Z[ recovery-image] Aug 25 07:49:48.617 INFO O| Aug 25 07:49:48.608 INFO STEP 881 (remove_files) COMPLETE
79642026-08-25T07:49:49.568Z[ recovery-image] Aug 25 07:49:48.617 INFO O| Aug 25 07:49:48.608 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-25T07:49:49.568Z[ recovery-image] Aug 25 07:49:48.617 INFO O| Aug 25 07:49:48.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79662026-08-25T07:49:49.568Z[ recovery-image] Aug 25 07:49:48.618 INFO O| Aug 25 07:49:48.618 INFO STEP 882 (remove_files) COMPLETE
79672026-08-25T07:49:49.569Z[ recovery-image] Aug 25 07:49:48.618 INFO O| Aug 25 07:49:48.618 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-25T07:49:49.582Z[ recovery-image] Aug 25 07:49:48.627 INFO O| Aug 25 07:49:48.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79692026-08-25T07:49:49.582Z[ recovery-image] Aug 25 07:49:48.627 INFO O| Aug 25 07:49:48.627 INFO STEP 883 (remove_files) COMPLETE
79702026-08-25T07:49:49.582Z[ recovery-image] Aug 25 07:49:48.627 INFO O| Aug 25 07:49:48.627 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-25T07:49:49.597Z[ recovery-image] Aug 25 07:49:48.635 INFO O| Aug 25 07:49:48.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79722026-08-25T07:49:49.597Z[ recovery-image] Aug 25 07:49:48.636 INFO O| Aug 25 07:49:48.636 INFO STEP 884 (remove_files) COMPLETE
79732026-08-25T07:49:49.597Z[ recovery-image] Aug 25 07:49:48.636 INFO O| Aug 25 07:49:48.636 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-25T07:49:49.597Z[ recovery-image] Aug 25 07:49:48.645 INFO O| Aug 25 07:49:48.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79752026-08-25T07:49:49.597Z[ recovery-image] Aug 25 07:49:48.645 INFO O| Aug 25 07:49:48.645 INFO STEP 885 (remove_files) COMPLETE
79762026-08-25T07:49:49.597Z[ recovery-image] Aug 25 07:49:48.645 INFO O| Aug 25 07:49:48.645 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-25T07:49:49.617Z[ recovery-image] Aug 25 07:49:48.655 INFO O| Aug 25 07:49:48.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79782026-08-25T07:49:49.617Z[ recovery-image] Aug 25 07:49:48.655 INFO O| Aug 25 07:49:48.655 INFO STEP 886 (remove_files) COMPLETE
79792026-08-25T07:49:49.617Z[ recovery-image] Aug 25 07:49:48.655 INFO O| Aug 25 07:49:48.655 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-25T07:49:49.626Z[ recovery-image] Aug 25 07:49:48.665 INFO O| Aug 25 07:49:48.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79812026-08-25T07:49:49.626Z[ recovery-image] Aug 25 07:49:48.665 INFO O| Aug 25 07:49:48.665 INFO STEP 887 (remove_files) COMPLETE
79822026-08-25T07:49:49.626Z[ recovery-image] Aug 25 07:49:48.665 INFO O| Aug 25 07:49:48.665 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-25T07:49:49.626Z[ recovery-image] Aug 25 07:49:48.675 INFO O| Aug 25 07:49:48.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79842026-08-25T07:49:49.626Z[ recovery-image] Aug 25 07:49:48.675 INFO O| Aug 25 07:49:48.675 INFO STEP 888 (remove_files) COMPLETE
79852026-08-25T07:49:49.626Z[ recovery-image] Aug 25 07:49:48.675 INFO O| Aug 25 07:49:48.675 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-25T07:49:49.636Z[ recovery-image] Aug 25 07:49:48.685 INFO O| Aug 25 07:49:48.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79872026-08-25T07:49:49.636Z[ recovery-image] Aug 25 07:49:48.685 INFO O| Aug 25 07:49:48.685 INFO STEP 889 (remove_files) COMPLETE
79882026-08-25T07:49:49.637Z[ recovery-image] Aug 25 07:49:48.685 INFO O| Aug 25 07:49:48.685 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-25T07:49:49.646Z[ recovery-image] Aug 25 07:49:48.695 INFO O| Aug 25 07:49:48.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79902026-08-25T07:49:49.646Z[ recovery-image] Aug 25 07:49:48.695 INFO O| Aug 25 07:49:48.695 INFO STEP 890 (remove_files) COMPLETE
79912026-08-25T07:49:49.646Z[ recovery-image] Aug 25 07:49:48.695 INFO O| Aug 25 07:49:48.695 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-25T07:49:49.656Z[ recovery-image] Aug 25 07:49:48.704 INFO O| Aug 25 07:49:48.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79932026-08-25T07:49:49.656Z[ recovery-image] Aug 25 07:49:48.704 INFO O| Aug 25 07:49:48.704 INFO STEP 891 (remove_files) COMPLETE
79942026-08-25T07:49:49.657Z[ recovery-image] Aug 25 07:49:48.704 INFO O| Aug 25 07:49:48.704 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-25T07:49:49.665Z[ recovery-image] Aug 25 07:49:48.714 INFO O| Aug 25 07:49:48.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79962026-08-25T07:49:49.665Z[ recovery-image] Aug 25 07:49:48.714 INFO O| Aug 25 07:49:48.714 INFO STEP 892 (remove_files) COMPLETE
79972026-08-25T07:49:49.665Z[ recovery-image] Aug 25 07:49:48.714 INFO O| Aug 25 07:49:48.714 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-25T07:49:49.690Z[ recovery-image] Aug 25 07:49:48.727 INFO O| Aug 25 07:49:48.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79992026-08-25T07:49:49.690Z[ recovery-image] Aug 25 07:49:48.727 INFO O| Aug 25 07:49:48.725 INFO STEP 893 (remove_files) COMPLETE
80002026-08-25T07:49:49.690Z[ recovery-image] Aug 25 07:49:48.727 INFO O| Aug 25 07:49:48.725 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-25T07:49:49.690Z[ recovery-image] Aug 25 07:49:48.737 INFO O| Aug 25 07:49:48.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80022026-08-25T07:49:49.690Z[ recovery-image] Aug 25 07:49:48.737 INFO O| Aug 25 07:49:48.737 INFO STEP 894 (remove_files) COMPLETE
80032026-08-25T07:49:49.691Z[ recovery-image] Aug 25 07:49:48.737 INFO O| Aug 25 07:49:48.737 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-25T07:49:49.698Z[ recovery-image] Aug 25 07:49:48.749 INFO O| Aug 25 07:49:48.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80052026-08-25T07:49:49.699Z[ recovery-image] Aug 25 07:49:48.749 INFO O| Aug 25 07:49:48.749 INFO STEP 895 (remove_files) COMPLETE
80062026-08-25T07:49:49.699Z[ recovery-image] Aug 25 07:49:48.749 INFO O| Aug 25 07:49:48.749 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-25T07:49:49.704Z[ recovery-image] Aug 25 07:49:48.759 INFO O| Aug 25 07:49:48.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80082026-08-25T07:49:49.704Z[ recovery-image] Aug 25 07:49:48.759 INFO O| Aug 25 07:49:48.759 INFO STEP 896 (remove_files) COMPLETE
80092026-08-25T07:49:49.705Z[ recovery-image] Aug 25 07:49:48.759 INFO O| Aug 25 07:49:48.759 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-25T07:49:49.716Z[ recovery-image] Aug 25 07:49:48.771 INFO O| Aug 25 07:49:48.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80112026-08-25T07:49:49.716Z[ recovery-image] Aug 25 07:49:48.772 INFO O| Aug 25 07:49:48.772 INFO STEP 897 (remove_files) COMPLETE
80122026-08-25T07:49:49.726Z[ recovery-image] Aug 25 07:49:48.772 INFO O| Aug 25 07:49:48.772 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-25T07:49:49.741Z[ recovery-image] Aug 25 07:49:48.783 INFO O| Aug 25 07:49:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80142026-08-25T07:49:49.741Z[ recovery-image] Aug 25 07:49:48.783 INFO O| Aug 25 07:49:48.783 INFO STEP 898 (remove_files) COMPLETE
80152026-08-25T07:49:49.741Z[ recovery-image] Aug 25 07:49:48.783 INFO O| Aug 25 07:49:48.783 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-25T07:49:49.770Z[ recovery-image] Aug 25 07:49:48.792 INFO O| Aug 25 07:49:48.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80172026-08-25T07:49:49.770Z[ recovery-image] Aug 25 07:49:48.792 INFO O| Aug 25 07:49:48.792 INFO STEP 899 (remove_files) COMPLETE
80182026-08-25T07:49:49.770Z[ recovery-image] Aug 25 07:49:48.792 INFO O| Aug 25 07:49:48.792 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-25T07:49:49.770Z[ recovery-image] Aug 25 07:49:48.802 INFO O| Aug 25 07:49:48.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80202026-08-25T07:49:49.770Z[ recovery-image] Aug 25 07:49:48.802 INFO O| Aug 25 07:49:48.802 INFO STEP 900 (remove_files) COMPLETE
80212026-08-25T07:49:49.770Z[ recovery-image] Aug 25 07:49:48.802 INFO O| Aug 25 07:49:48.802 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-25T07:49:49.780Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80232026-08-25T07:49:49.780Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.812 INFO STEP 901 (remove_files) COMPLETE
80242026-08-25T07:49:49.780Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.812 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-25T07:49:49.780Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80262026-08-25T07:49:49.787Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.823 INFO STEP 902 (remove_files) COMPLETE
80272026-08-25T07:49:49.787Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.823 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-25T07:49:49.787Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80292026-08-25T07:49:49.787Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.832 INFO STEP 903 (remove_files) COMPLETE
80302026-08-25T07:49:49.788Z[ recovery-image] Aug 25 07:49:48.837 INFO O| Aug 25 07:49:48.832 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-25T07:49:49.788Z[ recovery-image] Aug 25 07:49:48.842 INFO O| Aug 25 07:49:48.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80322026-08-25T07:49:49.788Z[ recovery-image] Aug 25 07:49:48.842 INFO O| Aug 25 07:49:48.842 INFO STEP 904 (remove_files) COMPLETE
80332026-08-25T07:49:49.788Z[ recovery-image] Aug 25 07:49:48.842 INFO O| Aug 25 07:49:48.842 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-25T07:49:49.806Z[verify-libraries] Compiling hex-literal v1.1.0
80352026-08-25T07:49:49.806Z[ recovery-image] Aug 25 07:49:48.852 INFO O| Aug 25 07:49:48.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80362026-08-25T07:49:49.806Z[ recovery-image] Aug 25 07:49:48.852 INFO O| Aug 25 07:49:48.852 INFO STEP 905 (remove_files) COMPLETE
80372026-08-25T07:49:49.806Z[ recovery-image] Aug 25 07:49:48.852 INFO O| Aug 25 07:49:48.852 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-25T07:49:49.818Z[ recovery-image] Aug 25 07:49:48.862 INFO O| Aug 25 07:49:48.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80392026-08-25T07:49:49.818Z[ recovery-image] Aug 25 07:49:48.862 INFO O| Aug 25 07:49:48.862 INFO STEP 906 (remove_files) COMPLETE
80402026-08-25T07:49:49.818Z[ recovery-image] Aug 25 07:49:48.862 INFO O| Aug 25 07:49:48.862 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-25T07:49:49.818Z[ recovery-image] Aug 25 07:49:48.873 INFO O| Aug 25 07:49:48.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80422026-08-25T07:49:49.818Z[ recovery-image] Aug 25 07:49:48.873 INFO O| Aug 25 07:49:48.873 INFO STEP 907 (remove_files) COMPLETE
80432026-08-25T07:49:49.818Z[ recovery-image] Aug 25 07:49:48.873 INFO O| Aug 25 07:49:48.873 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-25T07:49:49.832Z[ recovery-image] Aug 25 07:49:48.884 INFO O| Aug 25 07:49:48.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80452026-08-25T07:49:49.832Z[ recovery-image] Aug 25 07:49:48.884 INFO O| Aug 25 07:49:48.884 INFO STEP 908 (remove_files) COMPLETE
80462026-08-25T07:49:49.840Z[ recovery-image] Aug 25 07:49:48.884 INFO O| Aug 25 07:49:48.884 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-25T07:49:49.840Z[verify-libraries] Compiling sync-ptr v0.1.4
80482026-08-25T07:49:49.840Z[ recovery-image] Aug 25 07:49:48.894 INFO O| Aug 25 07:49:48.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80492026-08-25T07:49:49.840Z[ recovery-image] Aug 25 07:49:48.894 INFO O| Aug 25 07:49:48.894 INFO STEP 909 (remove_files) COMPLETE
80502026-08-25T07:49:49.840Z[ recovery-image] Aug 25 07:49:48.894 INFO O| Aug 25 07:49:48.894 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-25T07:49:49.854Z[ recovery-image] Aug 25 07:49:48.904 INFO O| Aug 25 07:49:48.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80522026-08-25T07:49:49.854Z[ recovery-image] Aug 25 07:49:48.904 INFO O| Aug 25 07:49:48.904 INFO STEP 910 (remove_files) COMPLETE
80532026-08-25T07:49:49.854Z[ recovery-image] Aug 25 07:49:48.904 INFO O| Aug 25 07:49:48.904 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-25T07:49:49.863Z[ recovery-image] Aug 25 07:49:48.915 INFO O| Aug 25 07:49:48.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80552026-08-25T07:49:49.863Z[ recovery-image] Aug 25 07:49:48.915 INFO O| Aug 25 07:49:48.915 INFO STEP 911 (remove_files) COMPLETE
80562026-08-25T07:49:49.863Z[ recovery-image] Aug 25 07:49:48.915 INFO O| Aug 25 07:49:48.915 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-25T07:49:49.882Z[ recovery-image] Aug 25 07:49:48.926 INFO O| Aug 25 07:49:48.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80582026-08-25T07:49:49.882Z[ recovery-image] Aug 25 07:49:48.926 INFO O| Aug 25 07:49:48.926 INFO STEP 912 (remove_files) COMPLETE
80592026-08-25T07:49:49.882Z[ recovery-image] Aug 25 07:49:48.926 INFO O| Aug 25 07:49:48.926 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-25T07:49:49.890Z[ recovery-image] Aug 25 07:49:48.937 INFO O| Aug 25 07:49:48.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80612026-08-25T07:49:49.890Z[ recovery-image] Aug 25 07:49:48.937 INFO O| Aug 25 07:49:48.937 INFO STEP 913 (remove_files) COMPLETE
80622026-08-25T07:49:49.890Z[ recovery-image] Aug 25 07:49:48.937 INFO O| Aug 25 07:49:48.937 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-25T07:49:49.891Z[verify-libraries] Compiling md5 v0.8.0
80642026-08-25T07:49:49.903Z[ recovery-image] Aug 25 07:49:48.951 INFO O| Aug 25 07:49:48.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80652026-08-25T07:49:49.904Z[ recovery-image] Aug 25 07:49:48.951 INFO O| Aug 25 07:49:48.951 INFO STEP 914 (remove_files) COMPLETE
80662026-08-25T07:49:49.904Z[ recovery-image] Aug 25 07:49:48.951 INFO O| Aug 25 07:49:48.951 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-25T07:49:49.914Z[ recovery-image] Aug 25 07:49:48.961 INFO O| Aug 25 07:49:48.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80682026-08-25T07:49:49.914Z[ recovery-image] Aug 25 07:49:48.961 INFO O| Aug 25 07:49:48.961 INFO STEP 915 (remove_files) COMPLETE
80692026-08-25T07:49:49.914Z[ recovery-image] Aug 25 07:49:48.961 INFO O| Aug 25 07:49:48.961 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-25T07:49:49.914Z[ recovery-image] Aug 25 07:49:48.971 INFO O| Aug 25 07:49:48.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80712026-08-25T07:49:49.914Z[ recovery-image] Aug 25 07:49:48.971 INFO O| Aug 25 07:49:48.971 INFO STEP 916 (remove_files) COMPLETE
80722026-08-25T07:49:49.914Z[ recovery-image] Aug 25 07:49:48.971 INFO O| Aug 25 07:49:48.971 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-25T07:49:49.932Z[ recovery-image] Aug 25 07:49:48.981 INFO O| Aug 25 07:49:48.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80742026-08-25T07:49:49.933Z[ recovery-image] Aug 25 07:49:48.981 INFO O| Aug 25 07:49:48.981 INFO STEP 917 (remove_files) COMPLETE
80752026-08-25T07:49:49.933Z[ recovery-image] Aug 25 07:49:48.982 INFO O| Aug 25 07:49:48.981 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-25T07:49:49.953Z[ recovery-image] Aug 25 07:49:48.990 INFO O| Aug 25 07:49:48.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80772026-08-25T07:49:49.953Z[ recovery-image] Aug 25 07:49:48.991 INFO O| Aug 25 07:49:48.991 INFO STEP 918 (remove_files) COMPLETE
80782026-08-25T07:49:49.953Z[ recovery-image] Aug 25 07:49:48.991 INFO O| Aug 25 07:49:48.991 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-25T07:49:49.958Z[ recovery-image] Aug 25 07:49:49.001 INFO O| Aug 25 07:49:49.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80802026-08-25T07:49:49.958Z[ recovery-image] Aug 25 07:49:49.001 INFO O| Aug 25 07:49:49.001 INFO STEP 919 (remove_files) COMPLETE
80812026-08-25T07:49:49.958Z[ recovery-image] Aug 25 07:49:49.001 INFO O| Aug 25 07:49:49.001 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-25T07:49:49.958Z[ recovery-image] Aug 25 07:49:49.012 INFO O| Aug 25 07:49:49.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80832026-08-25T07:49:49.958Z[ recovery-image] Aug 25 07:49:49.012 INFO O| Aug 25 07:49:49.012 INFO STEP 920 (remove_files) COMPLETE
80842026-08-25T07:49:49.958Z[ recovery-image] Aug 25 07:49:49.012 INFO O| Aug 25 07:49:49.012 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-25T07:49:49.969Z[ recovery-image] Aug 25 07:49:49.022 INFO O| Aug 25 07:49:49.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80862026-08-25T07:49:49.969Z[ recovery-image] Aug 25 07:49:49.022 INFO O| Aug 25 07:49:49.022 INFO STEP 921 (remove_files) COMPLETE
80872026-08-25T07:49:49.969Z[ recovery-image] Aug 25 07:49:49.022 INFO O| Aug 25 07:49:49.022 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-25T07:49:49.978Z[ recovery-image] Aug 25 07:49:49.031 INFO O| Aug 25 07:49:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80892026-08-25T07:49:49.988Z[ recovery-image] Aug 25 07:49:49.031 INFO O| Aug 25 07:49:49.031 INFO STEP 922 (remove_files) COMPLETE
80902026-08-25T07:49:49.988Z[ recovery-image] Aug 25 07:49:49.031 INFO O| Aug 25 07:49:49.031 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-25T07:49:49.988Z[ recovery-image] Aug 25 07:49:49.039 INFO O| Aug 25 07:49:49.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80922026-08-25T07:49:49.988Z[ recovery-image] Aug 25 07:49:49.039 INFO O| Aug 25 07:49:49.039 INFO STEP 923 (remove_files) COMPLETE
80932026-08-25T07:49:49.988Z[ recovery-image] Aug 25 07:49:49.039 INFO O| Aug 25 07:49:49.039 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-25T07:49:50.006Z[ recovery-image] Aug 25 07:49:49.063 INFO O| Aug 25 07:49:49.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80952026-08-25T07:49:50.006Z[ recovery-image] Aug 25 07:49:49.063 INFO O| Aug 25 07:49:49.063 INFO STEP 924 (remove_files) COMPLETE
80962026-08-25T07:49:50.006Z[ recovery-image] Aug 25 07:49:49.063 INFO O| Aug 25 07:49:49.063 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-25T07:49:50.017Z[ recovery-image] Aug 25 07:49:49.073 INFO O| Aug 25 07:49:49.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80982026-08-25T07:49:50.017Z[ recovery-image] Aug 25 07:49:49.073 INFO O| Aug 25 07:49:49.073 INFO STEP 925 (remove_files) COMPLETE
80992026-08-25T07:49:50.017Z[ recovery-image] Aug 25 07:49:49.073 INFO O| Aug 25 07:49:49.073 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-25T07:49:50.031Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
81012026-08-25T07:49:50.031Z[ recovery-image] Aug 25 07:49:49.083 INFO O| Aug 25 07:49:49.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81022026-08-25T07:49:50.031Z[ recovery-image] Aug 25 07:49:49.083 INFO O| Aug 25 07:49:49.083 INFO STEP 926 (remove_files) COMPLETE
81032026-08-25T07:49:50.031Z[ recovery-image] Aug 25 07:49:49.083 INFO O| Aug 25 07:49:49.083 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-25T07:49:50.040Z[ recovery-image] Aug 25 07:49:49.092 INFO O| Aug 25 07:49:49.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81052026-08-25T07:49:50.040Z[ recovery-image] Aug 25 07:49:49.092 INFO O| Aug 25 07:49:49.092 INFO STEP 927 (remove_files) COMPLETE
81062026-08-25T07:49:50.040Z[ recovery-image] Aug 25 07:49:49.092 INFO O| Aug 25 07:49:49.092 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-25T07:49:50.053Z[ recovery-image] Aug 25 07:49:49.102 INFO O| Aug 25 07:49:49.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81082026-08-25T07:49:50.053Z[ recovery-image] Aug 25 07:49:49.102 INFO O| Aug 25 07:49:49.102 INFO STEP 928 (remove_files) COMPLETE
81092026-08-25T07:49:50.053Z[ recovery-image] Aug 25 07:49:49.102 INFO O| Aug 25 07:49:49.102 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-25T07:49:50.064Z[ recovery-image] Aug 25 07:49:49.111 INFO O| Aug 25 07:49:49.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81112026-08-25T07:49:50.064Z[ recovery-image] Aug 25 07:49:49.111 INFO O| Aug 25 07:49:49.111 INFO STEP 929 (remove_files) COMPLETE
81122026-08-25T07:49:50.065Z[ recovery-image] Aug 25 07:49:49.111 INFO O| Aug 25 07:49:49.111 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-25T07:49:50.074Z[ recovery-image] Aug 25 07:49:49.122 INFO O| Aug 25 07:49:49.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81142026-08-25T07:49:50.074Z[ recovery-image] Aug 25 07:49:49.122 INFO O| Aug 25 07:49:49.122 INFO STEP 930 (remove_files) COMPLETE
81152026-08-25T07:49:50.074Z[ recovery-image] Aug 25 07:49:49.122 INFO O| Aug 25 07:49:49.122 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-25T07:49:50.083Z[ recovery-image] Aug 25 07:49:49.132 INFO O| Aug 25 07:49:49.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81172026-08-25T07:49:50.083Z[ recovery-image] Aug 25 07:49:49.132 INFO O| Aug 25 07:49:49.132 INFO STEP 931 (remove_files) COMPLETE
81182026-08-25T07:49:50.083Z[ recovery-image] Aug 25 07:49:49.132 INFO O| Aug 25 07:49:49.132 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-25T07:49:50.090Z[ recovery-image] Aug 25 07:49:49.141 INFO O| Aug 25 07:49:49.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81202026-08-25T07:49:50.090Z[ recovery-image] Aug 25 07:49:49.141 INFO O| Aug 25 07:49:49.141 INFO STEP 932 (remove_files) COMPLETE
81212026-08-25T07:49:50.090Z[ recovery-image] Aug 25 07:49:49.141 INFO O| Aug 25 07:49:49.141 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-25T07:49:50.090Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
81232026-08-25T07:49:50.108Z[ recovery-image] Aug 25 07:49:49.155 INFO O| Aug 25 07:49:49.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81242026-08-25T07:49:50.108Z[ recovery-image] Aug 25 07:49:49.155 INFO O| Aug 25 07:49:49.155 INFO STEP 933 (remove_files) COMPLETE
81252026-08-25T07:49:50.108Z[ recovery-image] Aug 25 07:49:49.155 INFO O| Aug 25 07:49:49.155 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-25T07:49:50.124Z[ recovery-image] Aug 25 07:49:49.167 INFO O| Aug 25 07:49:49.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81272026-08-25T07:49:50.124Z[ recovery-image] Aug 25 07:49:49.168 INFO O| Aug 25 07:49:49.168 INFO STEP 934 (remove_files) COMPLETE
81282026-08-25T07:49:50.124Z[ recovery-image] Aug 25 07:49:49.168 INFO O| Aug 25 07:49:49.168 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-25T07:49:50.139Z[ recovery-image] Aug 25 07:49:49.178 INFO O| Aug 25 07:49:49.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81302026-08-25T07:49:50.139Z[ recovery-image] Aug 25 07:49:49.178 INFO O| Aug 25 07:49:49.178 INFO STEP 935 (remove_files) COMPLETE
81312026-08-25T07:49:50.139Z[ recovery-image] Aug 25 07:49:49.178 INFO O| Aug 25 07:49:49.178 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-25T07:49:50.140Z[ recovery-image] Aug 25 07:49:49.190 INFO O| Aug 25 07:49:49.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81332026-08-25T07:49:50.140Z[ recovery-image] Aug 25 07:49:49.190 INFO O| Aug 25 07:49:49.188 INFO STEP 936 (remove_files) COMPLETE
81342026-08-25T07:49:50.140Z[ recovery-image] Aug 25 07:49:49.190 INFO O| Aug 25 07:49:49.188 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-25T07:49:50.152Z[ recovery-image] Aug 25 07:49:49.199 INFO O| Aug 25 07:49:49.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81362026-08-25T07:49:50.152Z[ recovery-image] Aug 25 07:49:49.199 INFO O| Aug 25 07:49:49.199 INFO STEP 937 (remove_files) COMPLETE
81372026-08-25T07:49:50.152Z[ recovery-image] Aug 25 07:49:49.199 INFO O| Aug 25 07:49:49.199 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-25T07:49:50.159Z[ recovery-image] Aug 25 07:49:49.208 INFO O| Aug 25 07:49:49.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81392026-08-25T07:49:50.159Z[ recovery-image] Aug 25 07:49:49.208 INFO O| Aug 25 07:49:49.208 INFO STEP 938 (remove_files) COMPLETE
81402026-08-25T07:49:50.159Z[ recovery-image] Aug 25 07:49:49.209 INFO O| Aug 25 07:49:49.208 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-25T07:49:50.159Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
81422026-08-25T07:49:50.168Z[ recovery-image] Aug 25 07:49:49.219 INFO O| Aug 25 07:49:49.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81432026-08-25T07:49:50.168Z[ recovery-image] Aug 25 07:49:49.219 INFO O| Aug 25 07:49:49.219 INFO STEP 939 (remove_files) COMPLETE
81442026-08-25T07:49:50.168Z[ recovery-image] Aug 25 07:49:49.219 INFO O| Aug 25 07:49:49.219 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-25T07:49:50.181Z[ recovery-image] Aug 25 07:49:49.229 INFO O| Aug 25 07:49:49.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81462026-08-25T07:49:50.181Z[ recovery-image] Aug 25 07:49:49.229 INFO O| Aug 25 07:49:49.229 INFO STEP 940 (remove_files) COMPLETE
81472026-08-25T07:49:50.181Z[ recovery-image] Aug 25 07:49:49.229 INFO O| Aug 25 07:49:49.229 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-25T07:49:50.200Z[ recovery-image] Aug 25 07:49:49.238 INFO O| Aug 25 07:49:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81492026-08-25T07:49:50.201Z[ recovery-image] Aug 25 07:49:49.238 INFO O| Aug 25 07:49:49.238 INFO STEP 941 (remove_files) COMPLETE
81502026-08-25T07:49:50.201Z[ recovery-image] Aug 25 07:49:49.238 INFO O| Aug 25 07:49:49.238 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-25T07:49:50.201Z[ recovery-image] Aug 25 07:49:49.248 INFO O| Aug 25 07:49:49.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81522026-08-25T07:49:50.201Z[ recovery-image] Aug 25 07:49:49.248 INFO O| Aug 25 07:49:49.248 INFO STEP 942 (remove_files) COMPLETE
81532026-08-25T07:49:50.201Z[ recovery-image] Aug 25 07:49:49.248 INFO O| Aug 25 07:49:49.248 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-25T07:49:50.217Z[ recovery-image] Aug 25 07:49:49.257 INFO O| Aug 25 07:49:49.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81552026-08-25T07:49:50.217Z[ recovery-image] Aug 25 07:49:49.257 INFO O| Aug 25 07:49:49.257 INFO STEP 943 (remove_files) COMPLETE
81562026-08-25T07:49:50.217Z[ recovery-image] Aug 25 07:49:49.257 INFO O| Aug 25 07:49:49.257 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-25T07:49:50.217Z[verify-libraries] Compiling russh v0.62.4
81582026-08-25T07:49:50.228Z[ recovery-image] Aug 25 07:49:49.268 INFO O| Aug 25 07:49:49.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81592026-08-25T07:49:50.228Z[ recovery-image] Aug 25 07:49:49.268 INFO O| Aug 25 07:49:49.268 INFO STEP 944 (remove_files) COMPLETE
81602026-08-25T07:49:50.228Z[ recovery-image] Aug 25 07:49:49.268 INFO O| Aug 25 07:49:49.268 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-25T07:49:50.237Z[ recovery-image] Aug 25 07:49:49.286 INFO O| Aug 25 07:49:49.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81622026-08-25T07:49:50.238Z[ recovery-image] Aug 25 07:49:49.286 INFO O| Aug 25 07:49:49.279 INFO STEP 945 (remove_files) COMPLETE
81632026-08-25T07:49:50.238Z[ recovery-image] Aug 25 07:49:49.286 INFO O| Aug 25 07:49:49.279 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-25T07:49:50.238Z[ recovery-image] Aug 25 07:49:49.288 INFO O| Aug 25 07:49:49.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81652026-08-25T07:49:50.238Z[ recovery-image] Aug 25 07:49:49.288 INFO O| Aug 25 07:49:49.288 INFO STEP 946 (remove_files) COMPLETE
81662026-08-25T07:49:50.238Z[ recovery-image] Aug 25 07:49:49.288 INFO O| Aug 25 07:49:49.288 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-25T07:49:50.238Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
81682026-08-25T07:49:50.254Z[ recovery-image] Aug 25 07:49:49.298 INFO O| Aug 25 07:49:49.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81692026-08-25T07:49:50.254Z[ recovery-image] Aug 25 07:49:49.298 INFO O| Aug 25 07:49:49.298 INFO STEP 947 (remove_files) COMPLETE
81702026-08-25T07:49:50.254Z[ recovery-image] Aug 25 07:49:49.298 INFO O| Aug 25 07:49:49.298 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-25T07:49:50.254Z[ recovery-image] Aug 25 07:49:49.307 INFO O| Aug 25 07:49:49.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81722026-08-25T07:49:50.254Z[ recovery-image] Aug 25 07:49:49.307 INFO O| Aug 25 07:49:49.307 INFO STEP 948 (remove_files) COMPLETE
81732026-08-25T07:49:50.254Z[ recovery-image] Aug 25 07:49:49.307 INFO O| Aug 25 07:49:49.307 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-25T07:49:50.265Z[ recovery-image] Aug 25 07:49:49.319 INFO O| Aug 25 07:49:49.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81752026-08-25T07:49:50.265Z[ recovery-image] Aug 25 07:49:49.320 INFO O| Aug 25 07:49:49.317 INFO STEP 949 (remove_files) COMPLETE
81762026-08-25T07:49:50.265Z[ recovery-image] Aug 25 07:49:49.320 INFO O| Aug 25 07:49:49.317 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-25T07:49:50.276Z[ recovery-image] Aug 25 07:49:49.326 INFO O| Aug 25 07:49:49.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81782026-08-25T07:49:50.276Z[ recovery-image] Aug 25 07:49:49.326 INFO O| Aug 25 07:49:49.326 INFO STEP 950 (remove_files) COMPLETE
81792026-08-25T07:49:50.276Z[ recovery-image] Aug 25 07:49:49.326 INFO O| Aug 25 07:49:49.326 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-25T07:49:50.283Z[ recovery-image] Aug 25 07:49:49.336 INFO O| Aug 25 07:49:49.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81812026-08-25T07:49:50.283Z[ recovery-image] Aug 25 07:49:49.336 INFO O| Aug 25 07:49:49.336 INFO STEP 951 (remove_files) COMPLETE
81822026-08-25T07:49:50.283Z[ recovery-image] Aug 25 07:49:49.336 INFO O| Aug 25 07:49:49.336 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-25T07:49:50.301Z[ recovery-image] Aug 25 07:49:49.346 INFO O| Aug 25 07:49:49.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81842026-08-25T07:49:50.301Z[ recovery-image] Aug 25 07:49:49.346 INFO O| Aug 25 07:49:49.346 INFO STEP 952 (remove_files) COMPLETE
81852026-08-25T07:49:50.301Z[ recovery-image] Aug 25 07:49:49.346 INFO O| Aug 25 07:49:49.346 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.356 INFO O| Aug 25 07:49:49.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81872026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.356 INFO O| Aug 25 07:49:49.356 INFO STEP 953 (remove_files) COMPLETE
81882026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.356 INFO O| Aug 25 07:49:49.356 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.365 INFO O| Aug 25 07:49:49.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81902026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.365 INFO O| Aug 25 07:49:49.365 INFO STEP 954 (remove_files) COMPLETE
81912026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.365 INFO O| Aug 25 07:49:49.365 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.374 INFO O| Aug 25 07:49:49.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81932026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.374 INFO O| Aug 25 07:49:49.374 INFO STEP 955 (remove_files) COMPLETE
81942026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.374 INFO O| Aug 25 07:49:49.374 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.384 INFO O| Aug 25 07:49:49.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81962026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.384 INFO O| Aug 25 07:49:49.384 INFO STEP 956 (remove_files) COMPLETE
81972026-08-25T07:49:51.865Z[ recovery-image] Aug 25 07:49:49.384 INFO O| Aug 25 07:49:49.384 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.393 INFO O| Aug 25 07:49:49.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81992026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.393 INFO O| Aug 25 07:49:49.393 INFO STEP 957 (remove_files) COMPLETE
82002026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.393 INFO O| Aug 25 07:49:49.393 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.402 INFO O| Aug 25 07:49:49.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82022026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.402 INFO O| Aug 25 07:49:49.402 INFO STEP 958 (remove_files) COMPLETE
82032026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.402 INFO O| Aug 25 07:49:49.402 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.411 INFO O| Aug 25 07:49:49.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82052026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.411 INFO O| Aug 25 07:49:49.411 INFO STEP 959 (remove_files) COMPLETE
82062026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.411 INFO O| Aug 25 07:49:49.411 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.421 INFO O| Aug 25 07:49:49.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82082026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.421 INFO O| Aug 25 07:49:49.421 INFO STEP 960 (remove_files) COMPLETE
82092026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.421 INFO O| Aug 25 07:49:49.421 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.431 INFO O| Aug 25 07:49:49.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82112026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.431 INFO O| Aug 25 07:49:49.431 INFO STEP 961 (remove_files) COMPLETE
82122026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.431 INFO O| Aug 25 07:49:49.431 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.439 INFO O| Aug 25 07:49:49.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82142026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.439 INFO O| Aug 25 07:49:49.439 INFO STEP 962 (remove_files) COMPLETE
82152026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.439 INFO O| Aug 25 07:49:49.439 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.448 INFO O| Aug 25 07:49:49.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82172026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.448 INFO O| Aug 25 07:49:49.448 INFO STEP 963 (remove_files) COMPLETE
82182026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.448 INFO O| Aug 25 07:49:49.448 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.457 INFO O| Aug 25 07:49:49.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82202026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.457 INFO O| Aug 25 07:49:49.457 INFO STEP 964 (remove_files) COMPLETE
82212026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.457 INFO O| Aug 25 07:49:49.457 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.465 INFO O| Aug 25 07:49:49.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82232026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.465 INFO O| Aug 25 07:49:49.465 INFO STEP 965 (remove_files) COMPLETE
82242026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.465 INFO O| Aug 25 07:49:49.465 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.475 INFO O| Aug 25 07:49:49.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82262026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.475 INFO O| Aug 25 07:49:49.475 INFO STEP 966 (remove_files) COMPLETE
82272026-08-25T07:49:51.866Z[ recovery-image] Aug 25 07:49:49.475 INFO O| Aug 25 07:49:49.475 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.485 INFO O| Aug 25 07:49:49.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82292026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.485 INFO O| Aug 25 07:49:49.485 INFO STEP 967 (remove_files) COMPLETE
82302026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.485 INFO O| Aug 25 07:49:49.485 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.494 INFO O| Aug 25 07:49:49.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82322026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.494 INFO O| Aug 25 07:49:49.494 INFO STEP 968 (remove_files) COMPLETE
82332026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.494 INFO O| Aug 25 07:49:49.494 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.502 INFO O| Aug 25 07:49:49.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82352026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.503 INFO O| Aug 25 07:49:49.503 INFO STEP 969 (remove_files) COMPLETE
82362026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.503 INFO O| Aug 25 07:49:49.503 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-25T07:49:51.867Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
82382026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.512 INFO O| Aug 25 07:49:49.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82392026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.512 INFO O| Aug 25 07:49:49.512 INFO STEP 970 (remove_files) COMPLETE
82402026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.512 INFO O| Aug 25 07:49:49.512 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.520 INFO O| Aug 25 07:49:49.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82422026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.520 INFO O| Aug 25 07:49:49.520 INFO STEP 971 (remove_files) COMPLETE
82432026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.520 INFO O| Aug 25 07:49:49.520 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.529 INFO O| Aug 25 07:49:49.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82452026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.529 INFO O| Aug 25 07:49:49.529 INFO STEP 972 (remove_files) COMPLETE
82462026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.529 INFO O| Aug 25 07:49:49.529 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.540 INFO O| Aug 25 07:49:49.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82482026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.540 INFO O| Aug 25 07:49:49.540 INFO STEP 973 (remove_files) COMPLETE
82492026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.540 INFO O| Aug 25 07:49:49.540 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.551 INFO O| Aug 25 07:49:49.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82512026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.551 INFO O| Aug 25 07:49:49.551 INFO STEP 974 (remove_files) COMPLETE
82522026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.551 INFO O| Aug 25 07:49:49.551 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.562 INFO O| Aug 25 07:49:49.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82542026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.562 INFO O| Aug 25 07:49:49.562 INFO STEP 975 (remove_files) COMPLETE
82552026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.562 INFO O| Aug 25 07:49:49.562 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.573 INFO O| Aug 25 07:49:49.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82572026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.573 INFO O| Aug 25 07:49:49.573 INFO STEP 976 (remove_files) COMPLETE
82582026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.573 INFO O| Aug 25 07:49:49.573 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.584 INFO O| Aug 25 07:49:49.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82602026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.584 INFO O| Aug 25 07:49:49.584 INFO STEP 977 (remove_files) COMPLETE
82612026-08-25T07:49:51.867Z[ recovery-image] Aug 25 07:49:49.584 INFO O| Aug 25 07:49:49.584 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.595 INFO O| Aug 25 07:49:49.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82632026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.595 INFO O| Aug 25 07:49:49.595 INFO STEP 978 (remove_files) COMPLETE
82642026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.595 INFO O| Aug 25 07:49:49.595 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.604 INFO O| Aug 25 07:49:49.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82662026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.604 INFO O| Aug 25 07:49:49.604 INFO STEP 979 (remove_files) COMPLETE
82672026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.604 INFO O| Aug 25 07:49:49.604 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.613 INFO O| Aug 25 07:49:49.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82692026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.613 INFO O| Aug 25 07:49:49.613 INFO STEP 980 (remove_files) COMPLETE
82702026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.613 INFO O| Aug 25 07:49:49.613 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.622 INFO O| Aug 25 07:49:49.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82722026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.622 INFO O| Aug 25 07:49:49.622 INFO STEP 981 (remove_files) COMPLETE
82732026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.622 INFO O| Aug 25 07:49:49.622 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.632 INFO O| Aug 25 07:49:49.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82752026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.632 INFO O| Aug 25 07:49:49.632 INFO STEP 982 (remove_files) COMPLETE
82762026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.632 INFO O| Aug 25 07:49:49.632 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.641 INFO O| Aug 25 07:49:49.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82782026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.641 INFO O| Aug 25 07:49:49.641 INFO STEP 983 (remove_files) COMPLETE
82792026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.641 INFO O| Aug 25 07:49:49.641 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.650 INFO O| Aug 25 07:49:49.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82812026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.650 INFO O| Aug 25 07:49:49.650 INFO STEP 984 (remove_files) COMPLETE
82822026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.650 INFO O| Aug 25 07:49:49.650 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.660 INFO O| Aug 25 07:49:49.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82842026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.660 INFO O| Aug 25 07:49:49.660 INFO STEP 985 (remove_files) COMPLETE
82852026-08-25T07:49:51.868Z[ recovery-image] Aug 25 07:49:49.660 INFO O| Aug 25 07:49:49.660 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.670 INFO O| Aug 25 07:49:49.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82872026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.670 INFO O| Aug 25 07:49:49.670 INFO STEP 986 (remove_files) COMPLETE
82882026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.670 INFO O| Aug 25 07:49:49.670 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.680 INFO O| Aug 25 07:49:49.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82902026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.680 INFO O| Aug 25 07:49:49.680 INFO STEP 987 (remove_files) COMPLETE
82912026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.680 INFO O| Aug 25 07:49:49.680 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.690 INFO O| Aug 25 07:49:49.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82932026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.690 INFO O| Aug 25 07:49:49.690 INFO STEP 988 (remove_files) COMPLETE
82942026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.690 INFO O| Aug 25 07:49:49.690 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-25T07:49:51.919Z[ recovery-image] Aug 25 07:49:49.699 INFO O| Aug 25 07:49:49.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82962026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.699 INFO O| Aug 25 07:49:49.699 INFO STEP 989 (remove_files) COMPLETE
82972026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.699 INFO O| Aug 25 07:49:49.699 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.708 INFO O| Aug 25 07:49:49.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82992026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.708 INFO O| Aug 25 07:49:49.708 INFO STEP 990 (remove_files) COMPLETE
83002026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.708 INFO O| Aug 25 07:49:49.708 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.716 INFO O| Aug 25 07:49:49.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83022026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.716 INFO O| Aug 25 07:49:49.716 INFO STEP 991 (remove_files) COMPLETE
83032026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.716 INFO O| Aug 25 07:49:49.716 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.725 INFO O| Aug 25 07:49:49.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83052026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.725 INFO O| Aug 25 07:49:49.725 INFO STEP 992 (remove_files) COMPLETE
83062026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.725 INFO O| Aug 25 07:49:49.725 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.734 INFO O| Aug 25 07:49:49.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83082026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.734 INFO O| Aug 25 07:49:49.734 INFO STEP 993 (remove_files) COMPLETE
83092026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.734 INFO O| Aug 25 07:49:49.734 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-25T07:49:51.920Z[ recovery-image] Aug 25 07:49:49.743 INFO O| Aug 25 07:49:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83112026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.743 INFO O| Aug 25 07:49:49.743 INFO STEP 994 (remove_files) COMPLETE
83122026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.743 INFO O| Aug 25 07:49:49.743 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.752 INFO O| Aug 25 07:49:49.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83142026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.752 INFO O| Aug 25 07:49:49.752 INFO STEP 995 (remove_files) COMPLETE
83152026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.752 INFO O| Aug 25 07:49:49.752 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.761 INFO O| Aug 25 07:49:49.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83172026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.761 INFO O| Aug 25 07:49:49.761 INFO STEP 996 (remove_files) COMPLETE
83182026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.761 INFO O| Aug 25 07:49:49.761 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.771 INFO O| Aug 25 07:49:49.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83202026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.771 INFO O| Aug 25 07:49:49.771 INFO STEP 997 (remove_files) COMPLETE
83212026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.771 INFO O| Aug 25 07:49:49.771 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.780 INFO O| Aug 25 07:49:49.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83232026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.780 INFO O| Aug 25 07:49:49.780 INFO STEP 998 (remove_files) COMPLETE
83242026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.780 INFO O| Aug 25 07:49:49.780 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.789 INFO O| Aug 25 07:49:49.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83262026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.789 INFO O| Aug 25 07:49:49.789 INFO STEP 999 (remove_files) COMPLETE
83272026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.789 INFO O| Aug 25 07:49:49.789 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.798 INFO O| Aug 25 07:49:49.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83292026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.798 INFO O| Aug 25 07:49:49.798 INFO STEP 1000 (remove_files) COMPLETE
83302026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.798 INFO O| Aug 25 07:49:49.798 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.806 INFO O| Aug 25 07:49:49.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83322026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.806 INFO O| Aug 25 07:49:49.806 INFO STEP 1001 (remove_files) COMPLETE
83332026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.806 INFO O| Aug 25 07:49:49.806 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.816 INFO O| Aug 25 07:49:49.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83352026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.816 INFO O| Aug 25 07:49:49.816 INFO STEP 1002 (remove_files) COMPLETE
83362026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.816 INFO O| Aug 25 07:49:49.816 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.825 INFO O| Aug 25 07:49:49.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83382026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.825 INFO O| Aug 25 07:49:49.825 INFO STEP 1003 (remove_files) COMPLETE
83392026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.825 INFO O| Aug 25 07:49:49.825 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.834 INFO O| Aug 25 07:49:49.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83412026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.834 INFO O| Aug 25 07:49:49.834 INFO STEP 1004 (remove_files) COMPLETE
83422026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.834 INFO O| Aug 25 07:49:49.834 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.843 INFO O| Aug 25 07:49:49.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83442026-08-25T07:49:51.921Z[ recovery-image] Aug 25 07:49:49.843 INFO O| Aug 25 07:49:49.843 INFO STEP 1005 (remove_files) COMPLETE
83452026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.843 INFO O| Aug 25 07:49:49.843 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.853 INFO O| Aug 25 07:49:49.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83472026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.853 INFO O| Aug 25 07:49:49.853 INFO STEP 1006 (remove_files) COMPLETE
83482026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.853 INFO O| Aug 25 07:49:49.853 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.862 INFO O| Aug 25 07:49:49.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83502026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.862 INFO O| Aug 25 07:49:49.862 INFO STEP 1007 (remove_files) COMPLETE
83512026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.862 INFO O| Aug 25 07:49:49.862 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.872 INFO O| Aug 25 07:49:49.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83532026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.872 INFO O| Aug 25 07:49:49.872 INFO STEP 1008 (remove_files) COMPLETE
83542026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.872 INFO O| Aug 25 07:49:49.872 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.881 INFO O| Aug 25 07:49:49.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83562026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.881 INFO O| Aug 25 07:49:49.881 INFO STEP 1009 (remove_files) COMPLETE
83572026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.881 INFO O| Aug 25 07:49:49.881 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.891 INFO O| Aug 25 07:49:49.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83592026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.891 INFO O| Aug 25 07:49:49.891 INFO STEP 1010 (remove_files) COMPLETE
83602026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.891 INFO O| Aug 25 07:49:49.891 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.903 INFO O| Aug 25 07:49:49.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83622026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.903 INFO O| Aug 25 07:49:49.903 INFO STEP 1011 (remove_files) COMPLETE
83632026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.903 INFO O| Aug 25 07:49:49.903 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.913 INFO O| Aug 25 07:49:49.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83652026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.914 INFO O| Aug 25 07:49:49.914 INFO STEP 1012 (remove_files) COMPLETE
83662026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.914 INFO O| Aug 25 07:49:49.914 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.923 INFO O| Aug 25 07:49:49.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83682026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.923 INFO O| Aug 25 07:49:49.923 INFO STEP 1013 (remove_files) COMPLETE
83692026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.923 INFO O| Aug 25 07:49:49.923 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.933 INFO O| Aug 25 07:49:49.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83712026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.933 INFO O| Aug 25 07:49:49.933 INFO STEP 1014 (remove_files) COMPLETE
83722026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.933 INFO O| Aug 25 07:49:49.933 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-25T07:49:51.922Z[ recovery-image] Aug 25 07:49:49.942 INFO O| Aug 25 07:49:49.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83742026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.942 INFO O| Aug 25 07:49:49.942 INFO STEP 1015 (remove_files) COMPLETE
83752026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.942 INFO O| Aug 25 07:49:49.942 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.952 INFO O| Aug 25 07:49:49.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83772026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.952 INFO O| Aug 25 07:49:49.952 INFO STEP 1016 (remove_files) COMPLETE
83782026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.952 INFO O| Aug 25 07:49:49.952 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.961 INFO O| Aug 25 07:49:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83802026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.961 INFO O| Aug 25 07:49:49.961 INFO STEP 1017 (remove_files) COMPLETE
83812026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.961 INFO O| Aug 25 07:49:49.961 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.977 INFO O| Aug 25 07:49:49.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83832026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.977 INFO O| Aug 25 07:49:49.977 INFO STEP 1018 (remove_files) COMPLETE
83842026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.977 INFO O| Aug 25 07:49:49.977 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-25T07:49:51.923Z[ recovery-image] Aug 25 07:49:49.987 INFO O| Aug 25 07:49:49.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83862026-08-25T07:49:51.932Z[ recovery-image] Aug 25 07:49:49.987 INFO O| Aug 25 07:49:49.987 INFO STEP 1019 (remove_files) COMPLETE
83872026-08-25T07:49:51.932Z[ recovery-image] Aug 25 07:49:49.987 INFO O| Aug 25 07:49:49.987 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-25T07:49:51.932Z[ recovery-image] Aug 25 07:49:49.995 INFO O| Aug 25 07:49:49.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83892026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:49.995 INFO O| Aug 25 07:49:49.995 INFO STEP 1020 (remove_files) COMPLETE
83902026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:49.995 INFO O| Aug 25 07:49:49.995 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.004 INFO O| Aug 25 07:49:50.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83922026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.004 INFO O| Aug 25 07:49:50.004 INFO STEP 1021 (remove_files) COMPLETE
83932026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.004 INFO O| Aug 25 07:49:50.004 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.012 INFO O| Aug 25 07:49:50.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83952026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.013 INFO O| Aug 25 07:49:50.013 INFO STEP 1022 (remove_files) COMPLETE
83962026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.013 INFO O| Aug 25 07:49:50.013 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.021 INFO O| Aug 25 07:49:50.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83982026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.022 INFO O| Aug 25 07:49:50.021 INFO STEP 1023 (remove_files) COMPLETE
83992026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.022 INFO O| Aug 25 07:49:50.021 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.031 INFO O| Aug 25 07:49:50.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84012026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.031 INFO O| Aug 25 07:49:50.031 INFO STEP 1024 (remove_files) COMPLETE
84022026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.031 INFO O| Aug 25 07:49:50.031 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.040 INFO O| Aug 25 07:49:50.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84042026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.040 INFO O| Aug 25 07:49:50.040 INFO STEP 1025 (remove_files) COMPLETE
84052026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.040 INFO O| Aug 25 07:49:50.040 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.048 INFO O| Aug 25 07:49:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84072026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.048 INFO O| Aug 25 07:49:50.048 INFO STEP 1026 (remove_files) COMPLETE
84082026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.048 INFO O| Aug 25 07:49:50.048 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.056 INFO O| Aug 25 07:49:50.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84102026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.056 INFO O| Aug 25 07:49:50.056 INFO STEP 1027 (remove_files) COMPLETE
84112026-08-25T07:49:51.933Z[ recovery-image] Aug 25 07:49:50.056 INFO O| Aug 25 07:49:50.056 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.064 INFO O| Aug 25 07:49:50.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84132026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.065 INFO O| Aug 25 07:49:50.065 INFO STEP 1028 (remove_files) COMPLETE
84142026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.065 INFO O| Aug 25 07:49:50.065 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.074 INFO O| Aug 25 07:49:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84162026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.074 INFO O| Aug 25 07:49:50.074 INFO STEP 1029 (remove_files) COMPLETE
84172026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.074 INFO O| Aug 25 07:49:50.074 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.083 INFO O| Aug 25 07:49:50.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84192026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.083 INFO O| Aug 25 07:49:50.083 INFO STEP 1030 (remove_files) COMPLETE
84202026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.083 INFO O| Aug 25 07:49:50.083 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.091 INFO O| Aug 25 07:49:50.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84222026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.092 INFO O| Aug 25 07:49:50.092 INFO STEP 1031 (remove_files) COMPLETE
84232026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.092 INFO O| Aug 25 07:49:50.092 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.100 INFO O| Aug 25 07:49:50.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84252026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.100 INFO O| Aug 25 07:49:50.100 INFO STEP 1032 (remove_files) COMPLETE
84262026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.100 INFO O| Aug 25 07:49:50.100 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.109 INFO O| Aug 25 07:49:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84282026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.109 INFO O| Aug 25 07:49:50.109 INFO STEP 1033 (remove_files) COMPLETE
84292026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.109 INFO O| Aug 25 07:49:50.109 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.118 INFO O| Aug 25 07:49:50.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84312026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.118 INFO O| Aug 25 07:49:50.118 INFO STEP 1034 (remove_files) COMPLETE
84322026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.118 INFO O| Aug 25 07:49:50.118 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.127 INFO O| Aug 25 07:49:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84342026-08-25T07:49:51.934Z[ recovery-image] Aug 25 07:49:50.127 INFO O| Aug 25 07:49:50.127 INFO STEP 1035 (remove_files) COMPLETE
84352026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.127 INFO O| Aug 25 07:49:50.127 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.141 INFO O| Aug 25 07:49:50.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84372026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.141 INFO O| Aug 25 07:49:50.141 INFO STEP 1036 (remove_files) COMPLETE
84382026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.141 INFO O| Aug 25 07:49:50.141 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.150 INFO O| Aug 25 07:49:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84402026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.151 INFO O| Aug 25 07:49:50.151 INFO STEP 1037 (remove_files) COMPLETE
84412026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.151 INFO O| Aug 25 07:49:50.151 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.161 INFO O| Aug 25 07:49:50.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84432026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.161 INFO O| Aug 25 07:49:50.161 INFO STEP 1038 (remove_files) COMPLETE
84442026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.161 INFO O| Aug 25 07:49:50.161 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.172 INFO O| Aug 25 07:49:50.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84462026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.172 INFO O| Aug 25 07:49:50.172 INFO STEP 1039 (remove_files) COMPLETE
84472026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.172 INFO O| Aug 25 07:49:50.172 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.182 INFO O| Aug 25 07:49:50.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84492026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.182 INFO O| Aug 25 07:49:50.182 INFO STEP 1040 (remove_files) COMPLETE
84502026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.182 INFO O| Aug 25 07:49:50.182 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.192 INFO O| Aug 25 07:49:50.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84522026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.192 INFO O| Aug 25 07:49:50.192 INFO STEP 1041 (remove_files) COMPLETE
84532026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.192 INFO O| Aug 25 07:49:50.192 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-25T07:49:51.935Z[ recovery-image] Aug 25 07:49:50.202 INFO O| Aug 25 07:49:50.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84552026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.202 INFO O| Aug 25 07:49:50.202 INFO STEP 1042 (remove_files) COMPLETE
84562026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.202 INFO O| Aug 25 07:49:50.202 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.213 INFO O| Aug 25 07:49:50.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84582026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.213 INFO O| Aug 25 07:49:50.213 INFO STEP 1043 (remove_files) COMPLETE
84592026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.213 INFO O| Aug 25 07:49:50.213 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.224 INFO O| Aug 25 07:49:50.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84612026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.224 INFO O| Aug 25 07:49:50.224 INFO STEP 1044 (remove_files) COMPLETE
84622026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.224 INFO O| Aug 25 07:49:50.224 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.234 INFO O| Aug 25 07:49:50.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84642026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.234 INFO O| Aug 25 07:49:50.234 INFO STEP 1045 (remove_files) COMPLETE
84652026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.234 INFO O| Aug 25 07:49:50.234 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.243 INFO O| Aug 25 07:49:50.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84672026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.244 INFO O| Aug 25 07:49:50.244 INFO STEP 1046 (remove_files) COMPLETE
84682026-08-25T07:49:51.936Z[ recovery-image] Aug 25 07:49:50.244 INFO O| Aug 25 07:49:50.244 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.255 INFO O| Aug 25 07:49:50.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84702026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.255 INFO O| Aug 25 07:49:50.255 INFO STEP 1047 (remove_files) COMPLETE
84712026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.255 INFO O| Aug 25 07:49:50.255 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.265 INFO O| Aug 25 07:49:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84732026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.265 INFO O| Aug 25 07:49:50.265 INFO STEP 1048 (remove_files) COMPLETE
84742026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.265 INFO O| Aug 25 07:49:50.265 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.275 INFO O| Aug 25 07:49:50.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84762026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.275 INFO O| Aug 25 07:49:50.275 INFO STEP 1049 (remove_files) COMPLETE
84772026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.275 INFO O| Aug 25 07:49:50.275 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.284 INFO O| Aug 25 07:49:50.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84792026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.284 INFO O| Aug 25 07:49:50.284 INFO STEP 1050 (remove_files) COMPLETE
84802026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.284 INFO O| Aug 25 07:49:50.284 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.295 INFO O| Aug 25 07:49:50.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84822026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.295 INFO O| Aug 25 07:49:50.295 INFO STEP 1051 (remove_files) COMPLETE
84832026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.295 INFO O| Aug 25 07:49:50.295 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.305 INFO O| Aug 25 07:49:50.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84852026-08-25T07:49:51.937Z[ recovery-image] Aug 25 07:49:50.305 INFO O| Aug 25 07:49:50.305 INFO STEP 1052 (remove_files) COMPLETE
84862026-08-25T07:49:51.943Z[ recovery-image] Aug 25 07:49:50.305 INFO O| Aug 25 07:49:50.305 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-25T07:49:51.943Z[ recovery-image] Aug 25 07:49:50.317 INFO O| Aug 25 07:49:50.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84882026-08-25T07:49:51.943Z[ recovery-image] Aug 25 07:49:50.317 INFO O| Aug 25 07:49:50.317 INFO STEP 1053 (remove_files) COMPLETE
84892026-08-25T07:49:51.943Z[ recovery-image] Aug 25 07:49:50.317 INFO O| Aug 25 07:49:50.317 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-25T07:49:51.943Z[ recovery-image] Aug 25 07:49:50.328 INFO O| Aug 25 07:49:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84912026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.328 INFO O| Aug 25 07:49:50.328 INFO STEP 1054 (remove_files) COMPLETE
84922026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.328 INFO O| Aug 25 07:49:50.328 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.347 INFO O| Aug 25 07:49:50.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84942026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.347 INFO O| Aug 25 07:49:50.339 INFO STEP 1055 (remove_files) COMPLETE
84952026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.347 INFO O| Aug 25 07:49:50.339 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.349 INFO O| Aug 25 07:49:50.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84972026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.349 INFO O| Aug 25 07:49:50.349 INFO STEP 1056 (remove_files) COMPLETE
84982026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.349 INFO O| Aug 25 07:49:50.349 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.359 INFO O| Aug 25 07:49:50.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85002026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.359 INFO O| Aug 25 07:49:50.359 INFO STEP 1057 (remove_files) COMPLETE
85012026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.359 INFO O| Aug 25 07:49:50.359 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.368 INFO O| Aug 25 07:49:50.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85032026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.368 INFO O| Aug 25 07:49:50.368 INFO STEP 1058 (remove_files) COMPLETE
85042026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.368 INFO O| Aug 25 07:49:50.368 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.378 INFO O| Aug 25 07:49:50.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85062026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.378 INFO O| Aug 25 07:49:50.378 INFO STEP 1059 (remove_files) COMPLETE
85072026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.378 INFO O| Aug 25 07:49:50.378 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.387 INFO O| Aug 25 07:49:50.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85092026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.387 INFO O| Aug 25 07:49:50.387 INFO STEP 1060 (remove_files) COMPLETE
85102026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.387 INFO O| Aug 25 07:49:50.387 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.397 INFO O| Aug 25 07:49:50.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85122026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.397 INFO O| Aug 25 07:49:50.397 INFO STEP 1061 (remove_files) COMPLETE
85132026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.397 INFO O| Aug 25 07:49:50.397 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-25T07:49:51.944Z[ recovery-image] Aug 25 07:49:50.407 INFO O| Aug 25 07:49:50.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85152026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.407 INFO O| Aug 25 07:49:50.407 INFO STEP 1062 (remove_files) COMPLETE
85162026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.407 INFO O| Aug 25 07:49:50.407 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.418 INFO O| Aug 25 07:49:50.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85182026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.418 INFO O| Aug 25 07:49:50.418 INFO STEP 1063 (remove_files) COMPLETE
85192026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.418 INFO O| Aug 25 07:49:50.418 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.428 INFO O| Aug 25 07:49:50.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85212026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.428 INFO O| Aug 25 07:49:50.428 INFO STEP 1064 (remove_files) COMPLETE
85222026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.428 INFO O| Aug 25 07:49:50.428 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.439 INFO O| Aug 25 07:49:50.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85242026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.439 INFO O| Aug 25 07:49:50.439 INFO STEP 1065 (remove_files) COMPLETE
85252026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.439 INFO O| Aug 25 07:49:50.439 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.448 INFO O| Aug 25 07:49:50.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85272026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.448 INFO O| Aug 25 07:49:50.448 INFO STEP 1066 (remove_files) COMPLETE
85282026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.448 INFO O| Aug 25 07:49:50.448 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.457 INFO O| Aug 25 07:49:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85302026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.457 INFO O| Aug 25 07:49:50.457 INFO STEP 1067 (remove_files) COMPLETE
85312026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.457 INFO O| Aug 25 07:49:50.457 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.467 INFO O| Aug 25 07:49:50.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85332026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.467 INFO O| Aug 25 07:49:50.467 INFO STEP 1068 (remove_files) COMPLETE
85342026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.467 INFO O| Aug 25 07:49:50.467 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.476 INFO O| Aug 25 07:49:50.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85362026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.477 INFO O| Aug 25 07:49:50.476 INFO STEP 1069 (remove_files) COMPLETE
85372026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.477 INFO O| Aug 25 07:49:50.476 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.486 INFO O| Aug 25 07:49:50.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85392026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.486 INFO O| Aug 25 07:49:50.486 INFO STEP 1070 (remove_files) COMPLETE
85402026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.486 INFO O| Aug 25 07:49:50.486 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.496 INFO O| Aug 25 07:49:50.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85422026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.496 INFO O| Aug 25 07:49:50.496 INFO STEP 1071 (remove_files) COMPLETE
85432026-08-25T07:49:51.945Z[ recovery-image] Aug 25 07:49:50.496 INFO O| Aug 25 07:49:50.496 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.506 INFO O| Aug 25 07:49:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85452026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.506 INFO O| Aug 25 07:49:50.506 INFO STEP 1072 (remove_files) COMPLETE
85462026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.506 INFO O| Aug 25 07:49:50.506 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.516 INFO O| Aug 25 07:49:50.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85482026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.516 INFO O| Aug 25 07:49:50.516 INFO STEP 1073 (remove_files) COMPLETE
85492026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.516 INFO O| Aug 25 07:49:50.516 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.527 INFO O| Aug 25 07:49:50.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85512026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.527 INFO O| Aug 25 07:49:50.527 INFO STEP 1074 (remove_files) COMPLETE
85522026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.527 INFO O| Aug 25 07:49:50.527 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.537 INFO O| Aug 25 07:49:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85542026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.537 INFO O| Aug 25 07:49:50.537 INFO STEP 1075 (remove_files) COMPLETE
85552026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.537 INFO O| Aug 25 07:49:50.537 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.547 INFO O| Aug 25 07:49:50.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85572026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.548 INFO O| Aug 25 07:49:50.548 INFO STEP 1076 (remove_files) COMPLETE
85582026-08-25T07:49:51.946Z[ recovery-image] Aug 25 07:49:50.548 INFO O| Aug 25 07:49:50.548 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.558 INFO O| Aug 25 07:49:50.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85602026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.558 INFO O| Aug 25 07:49:50.558 INFO STEP 1077 (remove_files) COMPLETE
85612026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.558 INFO O| Aug 25 07:49:50.558 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.568 INFO O| Aug 25 07:49:50.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85632026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.568 INFO O| Aug 25 07:49:50.568 INFO STEP 1078 (remove_files) COMPLETE
85642026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.568 INFO O| Aug 25 07:49:50.568 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.578 INFO O| Aug 25 07:49:50.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85662026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.578 INFO O| Aug 25 07:49:50.578 INFO STEP 1079 (remove_files) COMPLETE
85672026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.578 INFO O| Aug 25 07:49:50.578 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.588 INFO O| Aug 25 07:49:50.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85692026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.588 INFO O| Aug 25 07:49:50.588 INFO STEP 1080 (remove_files) COMPLETE
85702026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.588 INFO O| Aug 25 07:49:50.588 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.598 INFO O| Aug 25 07:49:50.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85722026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.598 INFO O| Aug 25 07:49:50.598 INFO STEP 1081 (remove_files) COMPLETE
85732026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.598 INFO O| Aug 25 07:49:50.598 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.606 INFO O| Aug 25 07:49:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85752026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.606 INFO O| Aug 25 07:49:50.606 INFO STEP 1082 (remove_files) COMPLETE
85762026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.606 INFO O| Aug 25 07:49:50.606 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.614 INFO O| Aug 25 07:49:50.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85782026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.615 INFO O| Aug 25 07:49:50.615 INFO STEP 1083 (remove_files) COMPLETE
85792026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.615 INFO O| Aug 25 07:49:50.615 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.623 INFO O| Aug 25 07:49:50.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85812026-08-25T07:49:51.947Z[ recovery-image] Aug 25 07:49:50.623 INFO O| Aug 25 07:49:50.623 INFO STEP 1084 (remove_files) COMPLETE
85822026-08-25T07:49:51.948Z[ recovery-image] Aug 25 07:49:50.623 INFO O| Aug 25 07:49:50.623 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-25T07:49:51.948Z[ recovery-image] Aug 25 07:49:50.631 INFO O| Aug 25 07:49:50.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85842026-08-25T07:49:51.948Z[ recovery-image] Aug 25 07:49:50.631 INFO O| Aug 25 07:49:50.631 INFO STEP 1085 (remove_files) COMPLETE
85852026-08-25T07:49:51.948Z[ recovery-image] Aug 25 07:49:50.631 INFO O| Aug 25 07:49:50.631 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.639 INFO O| Aug 25 07:49:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85872026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.639 INFO O| Aug 25 07:49:50.639 INFO STEP 1086 (remove_files) COMPLETE
85882026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.639 INFO O| Aug 25 07:49:50.639 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.647 INFO O| Aug 25 07:49:50.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85902026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.648 INFO O| Aug 25 07:49:50.647 INFO STEP 1087 (remove_files) COMPLETE
85912026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.648 INFO O| Aug 25 07:49:50.647 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.657 INFO O| Aug 25 07:49:50.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85932026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.657 INFO O| Aug 25 07:49:50.657 INFO STEP 1088 (remove_files) COMPLETE
85942026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.657 INFO O| Aug 25 07:49:50.657 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.666 INFO O| Aug 25 07:49:50.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85962026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.666 INFO O| Aug 25 07:49:50.666 INFO STEP 1089 (remove_files) COMPLETE
85972026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.666 INFO O| Aug 25 07:49:50.666 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.675 INFO O| Aug 25 07:49:50.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85992026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.675 INFO O| Aug 25 07:49:50.675 INFO STEP 1090 (remove_files) COMPLETE
86002026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.675 INFO O| Aug 25 07:49:50.675 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.683 INFO O| Aug 25 07:49:50.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86022026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.683 INFO O| Aug 25 07:49:50.683 INFO STEP 1091 (remove_files) COMPLETE
86032026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.683 INFO O| Aug 25 07:49:50.683 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.692 INFO O| Aug 25 07:49:50.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86052026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.692 INFO O| Aug 25 07:49:50.692 INFO STEP 1092 (remove_files) COMPLETE
86062026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.692 INFO O| Aug 25 07:49:50.692 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.699 INFO O| Aug 25 07:49:50.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86082026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.699 INFO O| Aug 25 07:49:50.699 INFO STEP 1093 (remove_files) COMPLETE
86092026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.699 INFO O| Aug 25 07:49:50.699 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.707 INFO O| Aug 25 07:49:50.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86112026-08-25T07:49:51.956Z[ recovery-image] Aug 25 07:49:50.707 INFO O| Aug 25 07:49:50.707 INFO STEP 1094 (remove_files) COMPLETE
86122026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.707 INFO O| Aug 25 07:49:50.707 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.717 INFO O| Aug 25 07:49:50.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86142026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.717 INFO O| Aug 25 07:49:50.717 INFO STEP 1095 (remove_files) COMPLETE
86152026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.717 INFO O| Aug 25 07:49:50.717 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.726 INFO O| Aug 25 07:49:50.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86172026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.726 INFO O| Aug 25 07:49:50.726 INFO STEP 1096 (remove_files) COMPLETE
86182026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.726 INFO O| Aug 25 07:49:50.726 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.734 INFO O| Aug 25 07:49:50.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86202026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.734 INFO O| Aug 25 07:49:50.734 INFO STEP 1097 (remove_files) COMPLETE
86212026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.734 INFO O| Aug 25 07:49:50.734 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.742 INFO O| Aug 25 07:49:50.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86232026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.742 INFO O| Aug 25 07:49:50.742 INFO STEP 1098 (remove_files) COMPLETE
86242026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.742 INFO O| Aug 25 07:49:50.742 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.751 INFO O| Aug 25 07:49:50.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86262026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.751 INFO O| Aug 25 07:49:50.751 INFO STEP 1099 (remove_files) COMPLETE
86272026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.751 INFO O| Aug 25 07:49:50.751 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.758 INFO O| Aug 25 07:49:50.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86292026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.758 INFO O| Aug 25 07:49:50.758 INFO STEP 1100 (remove_files) COMPLETE
86302026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.758 INFO O| Aug 25 07:49:50.758 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.767 INFO O| Aug 25 07:49:50.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86322026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.767 INFO O| Aug 25 07:49:50.767 INFO STEP 1101 (remove_files) COMPLETE
86332026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.767 INFO O| Aug 25 07:49:50.767 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.778 INFO O| Aug 25 07:49:50.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86352026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.778 INFO O| Aug 25 07:49:50.778 INFO STEP 1102 (remove_files) COMPLETE
86362026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.778 INFO O| Aug 25 07:49:50.778 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-25T07:49:51.957Z[ recovery-image] Aug 25 07:49:50.786 INFO O| Aug 25 07:49:50.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86382026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.786 INFO O| Aug 25 07:49:50.786 INFO STEP 1103 (remove_files) COMPLETE
86392026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.786 INFO O| Aug 25 07:49:50.786 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.794 INFO O| Aug 25 07:49:50.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86412026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.794 INFO O| Aug 25 07:49:50.794 INFO STEP 1104 (remove_files) COMPLETE
86422026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.794 INFO O| Aug 25 07:49:50.794 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.803 INFO O| Aug 25 07:49:50.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86442026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.803 INFO O| Aug 25 07:49:50.803 INFO STEP 1105 (remove_files) COMPLETE
86452026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.803 INFO O| Aug 25 07:49:50.803 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.812 INFO O| Aug 25 07:49:50.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86472026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.812 INFO O| Aug 25 07:49:50.812 INFO STEP 1106 (remove_files) COMPLETE
86482026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.812 INFO O| Aug 25 07:49:50.812 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.820 INFO O| Aug 25 07:49:50.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86502026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.820 INFO O| Aug 25 07:49:50.820 INFO STEP 1107 (remove_files) COMPLETE
86512026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.820 INFO O| Aug 25 07:49:50.820 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.828 INFO O| Aug 25 07:49:50.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86532026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.828 INFO O| Aug 25 07:49:50.828 INFO STEP 1108 (remove_files) COMPLETE
86542026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.828 INFO O| Aug 25 07:49:50.828 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.837 INFO O| Aug 25 07:49:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86562026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.837 INFO O| Aug 25 07:49:50.837 INFO STEP 1109 (remove_files) COMPLETE
86572026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.837 INFO O| Aug 25 07:49:50.837 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.845 INFO O| Aug 25 07:49:50.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86592026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.845 INFO O| Aug 25 07:49:50.845 INFO STEP 1110 (remove_files) COMPLETE
86602026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.845 INFO O| Aug 25 07:49:50.845 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.853 INFO O| Aug 25 07:49:50.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86622026-08-25T07:49:51.958Z[ recovery-image] Aug 25 07:49:50.854 INFO O| Aug 25 07:49:50.853 INFO STEP 1111 (remove_files) COMPLETE
86632026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.854 INFO O| Aug 25 07:49:50.854 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.862 INFO O| Aug 25 07:49:50.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86652026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.862 INFO O| Aug 25 07:49:50.862 INFO STEP 1112 (remove_files) COMPLETE
86662026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.862 INFO O| Aug 25 07:49:50.862 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.870 INFO O| Aug 25 07:49:50.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86682026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.870 INFO O| Aug 25 07:49:50.870 INFO STEP 1113 (remove_files) COMPLETE
86692026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.870 INFO O| Aug 25 07:49:50.870 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.879 INFO O| Aug 25 07:49:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86712026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.879 INFO O| Aug 25 07:49:50.879 INFO STEP 1114 (remove_files) COMPLETE
86722026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.879 INFO O| Aug 25 07:49:50.879 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.888 INFO O| Aug 25 07:49:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86742026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.888 INFO O| Aug 25 07:49:50.888 INFO STEP 1115 (remove_files) COMPLETE
86752026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.888 INFO O| Aug 25 07:49:50.888 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.896 INFO O| Aug 25 07:49:50.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86772026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.896 INFO O| Aug 25 07:49:50.896 INFO STEP 1116 (remove_files) COMPLETE
86782026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.896 INFO O| Aug 25 07:49:50.896 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.904 INFO O| Aug 25 07:49:50.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86802026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.904 INFO O| Aug 25 07:49:50.904 INFO STEP 1117 (remove_files) COMPLETE
86812026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.904 INFO O| Aug 25 07:49:50.904 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86822026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.917 INFO O| Aug 25 07:49:50.917 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86832026-08-25T07:49:51.959Z[ recovery-image] Aug 25 07:49:50.917 INFO O| Aug 25 07:49:50.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86842026-08-25T07:49:51.959Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
86852026-08-25T07:49:51.959Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
86862026-08-25T07:49:51.965Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86872026-08-25T07:49:52.171Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
86882026-08-25T07:49:52.253Z[verify-libraries] Compiling samael v0.0.19
86892026-08-25T07:49:52.466Z[verify-libraries] Compiling socket2 v0.5.10
86902026-08-25T07:49:52.542Z[verify-libraries] Compiling fs-err v2.11.0
86912026-08-25T07:49:52.611Z[ recovery-image] Aug 25 07:49:51.668 INFO O| Aug 25 07:49:51.668 INFO STEP 1118 (pack_tar) COMPLETE
86922026-08-25T07:49:52.611Z[ recovery-image] Aug 25 07:49:51.668 INFO O| Aug 25 07:49:51.668 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86932026-08-25T07:49:52.611Z[ recovery-image] Aug 25 07:49:51.668 INFO O| Aug 25 07:49:51.668 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86942026-08-25T07:49:52.897Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86952026-08-25T07:49:53.088Z[verify-libraries] Compiling internet-checksum v0.2.1
86962026-08-25T07:49:53.238Z[ recovery-image] Aug 25 07:49:52.292 INFO O| Aug 25 07:49:52.292 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86972026-08-25T07:49:53.397Z[ recovery-image] Aug 25 07:49:52.450 INFO O| Aug 25 07:49:52.450 INFO completed processing sled/ramdisk-03-recovery-trim
86982026-08-25T07:49:53.402Z[ recovery-image] Aug 25 07:49:52.454 INFO image builder template: zfs-recovery...
86992026-08-25T07:49:53.402Z[ recovery-image] Aug 25 07:49:52.454 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
87002026-08-25T07:49:53.432Z[ recovery-image] Aug 25 07:49:52.483 INFO O| Aug 25 07:49:52.483 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87012026-08-25T07:49:53.432Z[ recovery-image] Aug 25 07:49:52.488 INFO O| Aug 25 07:49:52.488 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87022026-08-25T07:49:53.539Z[ recovery-image] Aug 25 07:49:52.592 INFO O| Aug 25 07:49:52.592 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87032026-08-25T07:49:53.592Z[ recovery-image] Aug 25 07:49:52.649 INFO O| Aug 25 07:49:52.649 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87042026-08-25T07:49:53.592Z[ recovery-image] Aug 25 07:49:52.650 INFO O| Aug 25 07:49:52.649 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87052026-08-25T07:49:53.597Z[ recovery-image] Aug 25 07:49:52.655 INFO O| Aug 25 07:49:52.655 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87062026-08-25T07:49:53.640Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87072026-08-25T07:49:53.691Z[ recovery-image] Aug 25 07:49:52.745 INFO O| Aug 25 07:49:52.745 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87082026-08-25T07:49:53.756Z[ recovery-image] Aug 25 07:49:52.812 INFO O| Aug 25 07:49:52.812 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87092026-08-25T07:49:53.765Z[ recovery-image] Aug 25 07:49:52.820 INFO O| Aug 25 07:49:52.820 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87102026-08-25T07:49:53.768Z[ recovery-image] Aug 25 07:49:52.824 INFO O| Aug 25 07:49:52.824 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87112026-08-25T07:49:53.768Z[ recovery-image] Aug 25 07:49:52.825 INFO O| Aug 25 07:49:52.825 INFO no lofi found
87122026-08-25T07:49:53.768Z[ recovery-image] Aug 25 07:49:52.825 INFO O| Aug 25 07:49:52.825 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87132026-08-25T07:49:53.768Z[ recovery-image] Aug 25 07:49:52.825 INFO O| Aug 25 07:49:52.825 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87142026-08-25T07:49:55.371Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
87152026-08-25T07:49:55.728Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87162026-08-25T07:49:55.943Z[ recovery-image] Aug 25 07:49:55.001 INFO O| Aug 25 07:49:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
87172026-08-25T07:49:55.944Z[ recovery-image] Aug 25 07:49:55.001 INFO O| Aug 25 07:49:55.001 INFO pool device = /dev/dsk/c2t1d0p0
87182026-08-25T07:49:55.944Z[ recovery-image] Aug 25 07:49:55.001 INFO O| Aug 25 07:49:55.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"]
87192026-08-25T07:49:56.120Z[verify-libraries] Compiling git2 v0.20.4
87202026-08-25T07:49:56.126Z[ recovery-image] Aug 25 07:49:55.182 INFO O| Aug 25 07:49:55.182 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87212026-08-25T07:49:56.126Z[ recovery-image] Aug 25 07:49:55.182 INFO O| Aug 25 07:49:55.182 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87222026-08-25T07:49:56.155Z[ recovery-image] Aug 25 07:49:55.208 INFO O| Aug 25 07:49:55.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87232026-08-25T07:49:56.245Z[ recovery-image] Aug 25 07:49:55.302 INFO O| Aug 25 07:49:55.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87242026-08-25T07:49:56.283Z[ recovery-image] Aug 25 07:49:55.339 INFO O| Aug 25 07:49:55.339 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87252026-08-25T07:49:56.295Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87262026-08-25T07:49:56.302Z[ recovery-image] Aug 25 07:49:55.360 INFO O| Aug 25 07:49:55.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87272026-08-25T07:49:56.321Z[ recovery-image] Aug 25 07:49:55.377 INFO O| Aug 25 07:49:55.377 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87282026-08-25T07:49:56.370Z[ recovery-image] Aug 25 07:49:55.418 INFO O| Aug 25 07:49:55.418 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87292026-08-25T07:49:56.370Z[ recovery-image] Aug 25 07:49:55.418 INFO O| Aug 25 07:49:55.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87302026-08-25T07:49:56.373Z[ recovery-image] Aug 25 07:49:55.418 INFO O| Aug 25 07:49:55.418 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87312026-08-25T07:49:56.373Z[ recovery-image] Aug 25 07:49:55.427 INFO O| Aug 25 07:49:55.427 INFO boot environment UUID: 731a1ba1-0200-48ea-a475-f0b0218f2c74
87322026-08-25T07:49:56.373Z[ recovery-image] Aug 25 07:49:55.427 INFO O| Aug 25 07:49:55.427 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 731a1ba1-0200-48ea-a475-f0b0218f2c74
87332026-08-25T07:49:56.402Z[ recovery-image] Aug 25 07:49:55.443 INFO O| Aug 25 07:49:55.442 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87342026-08-25T07:49:56.441Z[ recovery-image] Aug 25 07:49:55.461 INFO O| Aug 25 07:49:55.461 INFO STEP 0 (create_be) COMPLETE
87352026-08-25T07:49:56.441Z[ recovery-image] Aug 25 07:49:55.461 INFO O| Aug 25 07:49:55.461 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87362026-08-25T07:49:56.441Z[ recovery-image] Aug 25 07:49:55.476 INFO O| Aug 25 07:49:55.476 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"]
87372026-08-25T07:49:57.099Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
87382026-08-25T07:49:57.659Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87392026-08-25T07:49:57.797Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87402026-08-25T07:49:59.739Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87412026-08-25T07:50:00.029Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87422026-08-25T07:50:00.227Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87432026-08-25T07:50:00.369Z[verify-libraries] Compiling yansi v1.0.1
87442026-08-25T07:50:00.460Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87452026-08-25T07:50:00.853Z[verify-libraries] Compiling pretty_assertions v1.4.1
87462026-08-25T07:50:01.065Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87472026-08-25T07:50:01.137Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87482026-08-25T07:50:01.565Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87492026-08-25T07:50:01.650Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87502026-08-25T07:50:01.736Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87512026-08-25T07:50:01.786Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87522026-08-25T07:50:01.845Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87532026-08-25T07:50:02.094Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87542026-08-25T07:50:02.122Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87552026-08-25T07:50:02.173Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87562026-08-25T07:50:02.275Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87572026-08-25T07:50:02.473Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87582026-08-25T07:50:02.532Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87592026-08-25T07:50:02.586Z[verify-libraries] Compiling drift v0.2.0
87602026-08-25T07:50:02.662Z[verify-libraries] Compiling uzers v0.12.2
87612026-08-25T07:50:02.846Z[verify-libraries] Compiling parse-size v1.1.0
87622026-08-25T07:50:03.022Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87632026-08-25T07:50:03.108Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87642026-08-25T07:50:03.363Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87652026-08-25T07:50:03.760Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87662026-08-25T07:50:04.437Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87672026-08-25T07:50:04.645Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87682026-08-25T07:50:05.266Z[ recovery-image] Aug 25 07:50:04.323 INFO O| Aug 25 07:50:04.323 INFO STEP 1 (unpack_tar) COMPLETE
87692026-08-25T07:50:05.266Z[ recovery-image] Aug 25 07:50:04.323 INFO O| Aug 25 07:50:04.323 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-25T07:50:05.276Z[ recovery-image] Aug 25 07:50:04.334 INFO O| Aug 25 07:50:04.334 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87712026-08-25T07:50:06.471Z[ recovery-image] Aug 25 07:50:05.528 INFO O| Aug 25 07:50:05.528 INFO STEP 2 (devfsadm) COMPLETE
87722026-08-25T07:50:06.472Z[ recovery-image] Aug 25 07:50:05.528 INFO O| Aug 25 07:50:05.528 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-25T07:50:06.482Z[ recovery-image] Aug 25 07:50:05.539 INFO O| Aug 25 07:50:05.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87742026-08-25T07:50:06.482Z[ recovery-image] Aug 25 07:50:05.539 INFO O| Aug 25 07:50:05.539 INFO STEP 3 (ensure_dir) COMPLETE
87752026-08-25T07:50:06.482Z[ recovery-image] Aug 25 07:50:05.539 INFO O| Aug 25 07:50:05.539 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-25T07:50:06.492Z[ recovery-image] Aug 25 07:50:05.549 INFO O| Aug 25 07:50:05.549 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87772026-08-25T07:50:06.492Z[ recovery-image] Aug 25 07:50:05.549 INFO O| Aug 25 07:50:05.549 INFO STEP 4 (ensure_dir) COMPLETE
87782026-08-25T07:50:06.494Z[ recovery-image] Aug 25 07:50:05.549 INFO O| Aug 25 07:50:05.549 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-25T07:50:06.503Z[ recovery-image] Aug 25 07:50:05.560 INFO O| Aug 25 07:50:05.560 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87802026-08-25T07:50:06.503Z[ recovery-image] Aug 25 07:50:05.560 INFO O| Aug 25 07:50:05.560 INFO STEP 5 (ensure_dir) COMPLETE
87812026-08-25T07:50:06.510Z[ recovery-image] Aug 25 07:50:05.560 INFO O| Aug 25 07:50:05.560 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-25T07:50:06.517Z[ recovery-image] Aug 25 07:50:05.571 INFO O| Aug 25 07:50:05.571 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87832026-08-25T07:50:06.517Z[ recovery-image] Aug 25 07:50:05.571 INFO O| Aug 25 07:50:05.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87842026-08-25T07:50:06.517Z[ recovery-image] Aug 25 07:50:05.571 INFO O| Aug 25 07:50:05.571 INFO STEP 6 (ensure_dir) COMPLETE
87852026-08-25T07:50:06.517Z[ recovery-image] Aug 25 07:50:05.571 INFO O| Aug 25 07:50:05.571 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-25T07:50:06.524Z[ recovery-image] Aug 25 07:50:05.582 INFO O| Aug 25 07:50:05.582 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87872026-08-25T07:50:06.524Z[ recovery-image] Aug 25 07:50:05.582 INFO O| Aug 25 07:50:05.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87882026-08-25T07:50:06.534Z[ recovery-image] Aug 25 07:50:05.582 INFO O| Aug 25 07:50:05.582 INFO STEP 7 (ensure_dir) COMPLETE
87892026-08-25T07:50:06.535Z[ recovery-image] Aug 25 07:50:05.582 INFO O| Aug 25 07:50:05.582 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902026-08-25T07:50:06.540Z[ recovery-image] Aug 25 07:50:05.592 INFO O| Aug 25 07:50:05.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87912026-08-25T07:50:06.540Z[ recovery-image] Aug 25 07:50:05.593 INFO O| Aug 25 07:50:05.593 INFO STEP 8 (remove_files) COMPLETE
87922026-08-25T07:50:06.540Z[ recovery-image] Aug 25 07:50:05.593 INFO O| Aug 25 07:50:05.593 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932026-08-25T07:50:06.547Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87942026-08-25T07:50:06.547Z[ recovery-image] Aug 25 07:50:05.603 INFO O| Aug 25 07:50:05.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87952026-08-25T07:50:06.547Z[ recovery-image] Aug 25 07:50:05.604 INFO O| Aug 25 07:50:05.604 INFO STEP 9 (remove_files) COMPLETE
87962026-08-25T07:50:06.547Z[ recovery-image] Aug 25 07:50:05.604 INFO O| Aug 25 07:50:05.604 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-25T07:50:06.558Z[ recovery-image] Aug 25 07:50:05.614 INFO O| Aug 25 07:50:05.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87982026-08-25T07:50:06.564Z[ recovery-image] Aug 25 07:50:05.614 INFO O| Aug 25 07:50:05.614 INFO STEP 10 (remove_files) COMPLETE
87992026-08-25T07:50:06.564Z[ recovery-image] Aug 25 07:50:05.614 INFO O| Aug 25 07:50:05.614 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-25T07:50:06.569Z[ recovery-image] Aug 25 07:50:05.624 INFO O| Aug 25 07:50:05.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88012026-08-25T07:50:06.569Z[ recovery-image] Aug 25 07:50:05.624 INFO O| Aug 25 07:50:05.624 INFO STEP 11 (remove_files) COMPLETE
88022026-08-25T07:50:06.569Z[ recovery-image] Aug 25 07:50:05.624 INFO O| Aug 25 07:50:05.624 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-08-25T07:50:06.577Z[ recovery-image] Aug 25 07:50:05.634 INFO O| Aug 25 07:50:05.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88042026-08-25T07:50:06.577Z[ recovery-image] Aug 25 07:50:05.634 INFO O| Aug 25 07:50:05.634 INFO STEP 12 (remove_files) COMPLETE
88052026-08-25T07:50:06.577Z[ recovery-image] Aug 25 07:50:05.634 INFO O| Aug 25 07:50:05.634 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062026-08-25T07:50:06.586Z[ recovery-image] Aug 25 07:50:05.643 INFO O| Aug 25 07:50:05.643 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88072026-08-25T07:50:06.586Z[ recovery-image] Aug 25 07:50:05.643 INFO O| Aug 25 07:50:05.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88082026-08-25T07:50:06.594Z[ recovery-image] Aug 25 07:50:05.643 INFO O| Aug 25 07:50:05.643 INFO STEP 13 (ensure_dir) COMPLETE
88092026-08-25T07:50:06.594Z[ recovery-image] Aug 25 07:50:05.643 INFO O| Aug 25 07:50:05.643 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-08-25T07:50:06.602Z[ recovery-image] Aug 25 07:50:05.651 INFO O| Aug 25 07:50:05.651 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88112026-08-25T07:50:06.603Z[ recovery-image] Aug 25 07:50:05.651 INFO O| Aug 25 07:50:05.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88122026-08-25T07:50:06.603Z[ recovery-image] Aug 25 07:50:05.651 INFO O| Aug 25 07:50:05.651 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-08-25T07:50:06.603Z[ recovery-image] Aug 25 07:50:05.651 INFO O| Aug 25 07:50:05.651 INFO STEP 14 (ensure_dir) COMPLETE
88142026-08-25T07:50:06.603Z[ recovery-image] Aug 25 07:50:05.651 INFO O| Aug 25 07:50:05.651 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-08-25T07:50:06.610Z[ recovery-image] Aug 25 07:50:05.659 INFO O| Aug 25 07:50:05.659 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88162026-08-25T07:50:06.611Z[ recovery-image] Aug 25 07:50:05.659 INFO O| Aug 25 07:50:05.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-08-25T07:50:06.611Z[ recovery-image] Aug 25 07:50:05.659 INFO O| Aug 25 07:50:05.659 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-08-25T07:50:06.611Z[ recovery-image] Aug 25 07:50:05.659 INFO O| Aug 25 07:50:05.659 INFO STEP 15 (ensure_dir) COMPLETE
88192026-08-25T07:50:06.611Z[ recovery-image] Aug 25 07:50:05.659 INFO O| Aug 25 07:50:05.659 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-08-25T07:50:06.617Z[ recovery-image] Aug 25 07:50:05.667 INFO O| Aug 25 07:50:05.667 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88212026-08-25T07:50:06.617Z[ recovery-image] Aug 25 07:50:05.667 INFO O| Aug 25 07:50:05.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88222026-08-25T07:50:06.617Z[ recovery-image] Aug 25 07:50:05.668 INFO O| Aug 25 07:50:05.667 INFO STEP 16 (ensure_dir) COMPLETE
88232026-08-25T07:50:06.617Z[ recovery-image] Aug 25 07:50:05.668 INFO O| Aug 25 07:50:05.667 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-08-25T07:50:06.623Z[ recovery-image] Aug 25 07:50:05.676 INFO O| Aug 25 07:50:05.676 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88252026-08-25T07:50:06.623Z[ recovery-image] Aug 25 07:50:05.676 INFO O| Aug 25 07:50:05.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88262026-08-25T07:50:06.623Z[ recovery-image] Aug 25 07:50:05.676 INFO O| Aug 25 07:50:05.676 INFO STEP 17 (ensure_dir) COMPLETE
88272026-08-25T07:50:06.623Z[ recovery-image] Aug 25 07:50:05.676 INFO O| Aug 25 07:50:05.676 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-08-25T07:50:06.629Z[ recovery-image] Aug 25 07:50:05.684 INFO O| Aug 25 07:50:05.684 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88292026-08-25T07:50:06.629Z[ recovery-image] Aug 25 07:50:05.684 INFO O| Aug 25 07:50:05.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88302026-08-25T07:50:06.629Z[ recovery-image] Aug 25 07:50:05.684 INFO O| Aug 25 07:50:05.684 INFO ok!
88312026-08-25T07:50:06.629Z[ recovery-image] Aug 25 07:50:05.684 INFO O| Aug 25 07:50:05.684 INFO STEP 18 (ensure_symlink) COMPLETE
88322026-08-25T07:50:06.629Z[ recovery-image] Aug 25 07:50:05.684 INFO O| Aug 25 07:50:05.684 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-08-25T07:50:06.635Z[ recovery-image] Aug 25 07:50:05.692 INFO O| Aug 25 07:50:05.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88342026-08-25T07:50:06.635Z[ recovery-image] Aug 25 07:50:05.692 INFO O| Aug 25 07:50:05.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88352026-08-25T07:50:06.641Z[ recovery-image] Aug 25 07:50:05.692 INFO O| Aug 25 07:50:05.692 INFO ok!
88362026-08-25T07:50:06.641Z[ recovery-image] Aug 25 07:50:05.692 INFO O| Aug 25 07:50:05.692 INFO STEP 19 (ensure_file) COMPLETE
88372026-08-25T07:50:06.641Z[ recovery-image] Aug 25 07:50:05.692 INFO O| Aug 25 07:50:05.692 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-25T07:50:06.647Z[ recovery-image] Aug 25 07:50:05.702 INFO O| Aug 25 07:50:05.702 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88392026-08-25T07:50:06.648Z[ recovery-image] Aug 25 07:50:05.703 INFO O| Aug 25 07:50:05.702 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88402026-08-25T07:50:06.648Z[ recovery-image] Aug 25 07:50:05.703 INFO O| Aug 25 07:50:05.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88412026-08-25T07:50:06.648Z[ recovery-image] Aug 25 07:50:05.703 INFO O| Aug 25 07:50:05.703 INFO ok!
88422026-08-25T07:50:06.648Z[ recovery-image] Aug 25 07:50:05.703 INFO O| Aug 25 07:50:05.703 INFO STEP 20 (ensure_symlink) COMPLETE
88432026-08-25T07:50:06.648Z[ recovery-image] Aug 25 07:50:05.703 INFO O| Aug 25 07:50:05.703 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-25T07:50:06.662Z[ recovery-image] Aug 25 07:50:05.712 INFO O| Aug 25 07:50:05.712 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88452026-08-25T07:50:06.662Z[ recovery-image] Aug 25 07:50:05.712 INFO O| Aug 25 07:50:05.712 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88462026-08-25T07:50:06.662Z[ recovery-image] Aug 25 07:50:05.712 INFO O| Aug 25 07:50:05.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88472026-08-25T07:50:06.662Z[ recovery-image] Aug 25 07:50:05.712 INFO O| Aug 25 07:50:05.712 INFO ok!
88482026-08-25T07:50:06.662Z[ recovery-image] Aug 25 07:50:05.712 INFO O| Aug 25 07:50:05.712 INFO STEP 21 (ensure_symlink) COMPLETE
88492026-08-25T07:50:06.662Z[ recovery-image] Aug 25 07:50:05.712 INFO O| Aug 25 07:50:05.712 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-25T07:50:06.667Z[ recovery-image] Aug 25 07:50:05.722 INFO O| Aug 25 07:50:05.722 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88512026-08-25T07:50:06.667Z[ recovery-image] Aug 25 07:50:05.722 INFO O| Aug 25 07:50:05.722 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88522026-08-25T07:50:06.667Z[ recovery-image] Aug 25 07:50:05.722 INFO O| Aug 25 07:50:05.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88532026-08-25T07:50:06.667Z[ recovery-image] Aug 25 07:50:05.722 INFO O| Aug 25 07:50:05.722 INFO ok!
88542026-08-25T07:50:06.667Z[ recovery-image] Aug 25 07:50:05.722 INFO O| Aug 25 07:50:05.722 INFO STEP 22 (ensure_symlink) COMPLETE
88552026-08-25T07:50:06.667Z[ recovery-image] Aug 25 07:50:05.722 INFO O| Aug 25 07:50:05.722 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-25T07:50:06.677Z[ recovery-image] Aug 25 07:50:05.734 INFO O| Aug 25 07:50:05.734 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88572026-08-25T07:50:06.677Z[ recovery-image] Aug 25 07:50:05.734 INFO O| Aug 25 07:50:05.734 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88582026-08-25T07:50:06.677Z[ recovery-image] Aug 25 07:50:05.734 INFO O| Aug 25 07:50:05.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88592026-08-25T07:50:06.677Z[ recovery-image] Aug 25 07:50:05.734 INFO O| Aug 25 07:50:05.734 INFO ok!
88602026-08-25T07:50:06.677Z[ recovery-image] Aug 25 07:50:05.734 INFO O| Aug 25 07:50:05.734 INFO STEP 23 (ensure_symlink) COMPLETE
88612026-08-25T07:50:06.677Z[ recovery-image] Aug 25 07:50:05.734 INFO O| Aug 25 07:50:05.734 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-08-25T07:50:06.691Z[ recovery-image] Aug 25 07:50:05.748 INFO O| Aug 25 07:50:05.748 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88632026-08-25T07:50:06.691Z[ recovery-image] Aug 25 07:50:05.748 INFO O| Aug 25 07:50:05.748 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 ...
88642026-08-25T07:50:06.692Z[ recovery-image] Aug 25 07:50:05.748 INFO O| Aug 25 07:50:05.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88652026-08-25T07:50:06.698Z[ recovery-image] Aug 25 07:50:05.748 INFO O| Aug 25 07:50:05.748 INFO ok!
88662026-08-25T07:50:06.698Z[ recovery-image] Aug 25 07:50:05.748 INFO O| Aug 25 07:50:05.748 INFO STEP 24 (ensure_file) COMPLETE
88672026-08-25T07:50:06.698Z[ recovery-image] Aug 25 07:50:05.748 INFO O| Aug 25 07:50:05.748 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-25T07:50:06.701Z[ recovery-image] Aug 25 07:50:05.758 INFO O| Aug 25 07:50:05.758 INFO updating shadow file
88692026-08-25T07:50:06.701Z[ recovery-image] Aug 25 07:50:05.758 INFO O| Aug 25 07:50:05.758 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88702026-08-25T07:50:06.701Z[ recovery-image] Aug 25 07:50:05.758 INFO O| Aug 25 07:50:05.758 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88712026-08-25T07:50:06.702Z[ recovery-image] Aug 25 07:50:05.758 INFO O| Aug 25 07:50:05.758 INFO STEP 25 (shadow) COMPLETE
88722026-08-25T07:50:06.702Z[ recovery-image] Aug 25 07:50:05.758 INFO O| Aug 25 07:50:05.758 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-25T07:50:06.710Z[ recovery-image] Aug 25 07:50:05.767 INFO O| Aug 25 07:50:05.767 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88742026-08-25T07:50:06.710Z[ recovery-image] Aug 25 07:50:05.767 INFO O| Aug 25 07:50:05.767 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88752026-08-25T07:50:06.710Z[ recovery-image] Aug 25 07:50:05.768 INFO O| Aug 25 07:50:05.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88762026-08-25T07:50:06.718Z[ recovery-image] Aug 25 07:50:05.768 INFO O| Aug 25 07:50:05.768 INFO ok!
88772026-08-25T07:50:06.718Z[ recovery-image] Aug 25 07:50:05.768 INFO O| Aug 25 07:50:05.768 INFO STEP 26 (ensure_file) COMPLETE
88782026-08-25T07:50:06.719Z[ recovery-image] Aug 25 07:50:05.768 INFO O| Aug 25 07:50:05.768 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-25T07:50:06.722Z[ recovery-image] Aug 25 07:50:05.778 INFO O| Aug 25 07:50:05.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88802026-08-25T07:50:06.723Z[ recovery-image] Aug 25 07:50:05.778 INFO O| Aug 25 07:50:05.778 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88812026-08-25T07:50:06.723Z[ recovery-image] Aug 25 07:50:05.778 INFO O| Aug 25 07:50:05.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88822026-08-25T07:50:06.723Z[ recovery-image] Aug 25 07:50:05.778 INFO O| Aug 25 07:50:05.778 INFO ok!
88832026-08-25T07:50:06.723Z[ recovery-image] Aug 25 07:50:05.778 INFO O| Aug 25 07:50:05.778 INFO STEP 27 (ensure_file) COMPLETE
88842026-08-25T07:50:06.723Z[ recovery-image] Aug 25 07:50:05.778 INFO O| Aug 25 07:50:05.778 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88852026-08-25T07:50:06.732Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88862026-08-25T07:50:06.733Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88872026-08-25T07:50:06.733Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88882026-08-25T07:50:06.733Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88892026-08-25T07:50:06.740Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 INFO ok!
88902026-08-25T07:50:06.740Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 INFO STEP 28 (ensure_file) COMPLETE
88912026-08-25T07:50:06.740Z[ recovery-image] Aug 25 07:50:05.788 INFO O| Aug 25 07:50:05.788 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-08-25T07:50:06.747Z[ recovery-image] Aug 25 07:50:05.798 INFO O| Aug 25 07:50:05.798 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88932026-08-25T07:50:06.747Z[ recovery-image] Aug 25 07:50:05.798 INFO O| Aug 25 07:50:05.798 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88942026-08-25T07:50:06.747Z[ recovery-image] Aug 25 07:50:05.798 INFO O| Aug 25 07:50:05.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88952026-08-25T07:50:06.748Z[ recovery-image] Aug 25 07:50:05.798 INFO O| Aug 25 07:50:05.798 INFO ok!
88962026-08-25T07:50:06.748Z[ recovery-image] Aug 25 07:50:05.798 INFO O| Aug 25 07:50:05.798 INFO STEP 29 (ensure_file) COMPLETE
88972026-08-25T07:50:06.748Z[ recovery-image] Aug 25 07:50:05.798 INFO O| Aug 25 07:50:05.798 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-08-25T07:50:06.755Z[ recovery-image] Aug 25 07:50:05.808 INFO O| Aug 25 07:50:05.808 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88992026-08-25T07:50:06.756Z[ recovery-image] Aug 25 07:50:05.808 INFO O| Aug 25 07:50:05.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89002026-08-25T07:50:06.756Z[ recovery-image] Aug 25 07:50:05.808 INFO O| Aug 25 07:50:05.808 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89012026-08-25T07:50:06.756Z[ recovery-image] Aug 25 07:50:05.808 INFO O| Aug 25 07:50:05.808 INFO STEP 30 (ensure_dir) COMPLETE
89022026-08-25T07:50:06.756Z[ recovery-image] Aug 25 07:50:05.808 INFO O| Aug 25 07:50:05.808 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-25T07:50:06.761Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89042026-08-25T07:50:06.762Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 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 ...
89052026-08-25T07:50:06.767Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 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
89062026-08-25T07:50:06.767Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89072026-08-25T07:50:06.767Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 INFO ok!
89082026-08-25T07:50:06.767Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 INFO STEP 31 (ensure_file) COMPLETE
89092026-08-25T07:50:06.767Z[ recovery-image] Aug 25 07:50:05.819 INFO O| Aug 25 07:50:05.819 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102026-08-25T07:50:06.772Z[ recovery-image] Aug 25 07:50:05.830 INFO O| Aug 25 07:50:05.830 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89112026-08-25T07:50:06.772Z[ recovery-image] Aug 25 07:50:05.830 INFO O| Aug 25 07:50:05.830 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89122026-08-25T07:50:06.779Z[ recovery-image] Aug 25 07:50:05.830 INFO O| Aug 25 07:50:05.830 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89132026-08-25T07:50:06.779Z[ recovery-image] Aug 25 07:50:05.830 INFO O| Aug 25 07:50:05.830 INFO STEP 32 (ensure_dir) COMPLETE
89142026-08-25T07:50:06.779Z[ recovery-image] Aug 25 07:50:05.830 INFO O| Aug 25 07:50:05.830 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-08-25T07:50:06.785Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89162026-08-25T07:50:06.785Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 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 ...
89172026-08-25T07:50:06.785Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 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
89182026-08-25T07:50:06.785Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89192026-08-25T07:50:06.786Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 INFO ok!
89202026-08-25T07:50:06.786Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 INFO STEP 33 (ensure_file) COMPLETE
89212026-08-25T07:50:06.786Z[ recovery-image] Aug 25 07:50:05.841 INFO O| Aug 25 07:50:05.841 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-08-25T07:50:06.794Z[ recovery-image] Aug 25 07:50:05.852 INFO O| Aug 25 07:50:05.852 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89232026-08-25T07:50:06.795Z[ recovery-image] Aug 25 07:50:05.852 INFO O| Aug 25 07:50:05.852 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89242026-08-25T07:50:06.795Z[ recovery-image] Aug 25 07:50:05.852 INFO O| Aug 25 07:50:05.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89252026-08-25T07:50:06.800Z[ recovery-image] Aug 25 07:50:05.852 INFO O| Aug 25 07:50:05.852 INFO ok!
89262026-08-25T07:50:06.801Z[ recovery-image] Aug 25 07:50:05.852 INFO O| Aug 25 07:50:05.852 INFO STEP 34 (ensure_file) COMPLETE
89272026-08-25T07:50:06.801Z[ recovery-image] Aug 25 07:50:05.852 INFO O| Aug 25 07:50:05.852 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89282026-08-25T07:50:06.807Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89292026-08-25T07:50:06.807Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89302026-08-25T07:50:06.807Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89312026-08-25T07:50:06.807Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89322026-08-25T07:50:06.807Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 INFO ok!
89332026-08-25T07:50:06.807Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 INFO STEP 35 (ensure_file) COMPLETE
89342026-08-25T07:50:06.808Z[ recovery-image] Aug 25 07:50:05.863 INFO O| Aug 25 07:50:05.863 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-08-25T07:50:06.816Z[ recovery-image] Aug 25 07:50:05.874 INFO O| Aug 25 07:50:05.874 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89362026-08-25T07:50:06.816Z[ recovery-image] Aug 25 07:50:05.874 INFO O| Aug 25 07:50:05.874 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89372026-08-25T07:50:06.821Z[ recovery-image] Aug 25 07:50:05.874 INFO O| Aug 25 07:50:05.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89382026-08-25T07:50:06.821Z[ recovery-image] Aug 25 07:50:05.874 INFO O| Aug 25 07:50:05.874 INFO ok!
89392026-08-25T07:50:06.821Z[ recovery-image] Aug 25 07:50:05.874 INFO O| Aug 25 07:50:05.874 INFO STEP 36 (ensure_file) COMPLETE
89402026-08-25T07:50:06.821Z[ recovery-image] Aug 25 07:50:05.874 INFO O| Aug 25 07:50:05.874 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-08-25T07:50:06.827Z[ recovery-image] Aug 25 07:50:05.884 INFO O| Aug 25 07:50:05.884 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89422026-08-25T07:50:06.827Z[ recovery-image] Aug 25 07:50:05.884 INFO O| Aug 25 07:50:05.884 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89432026-08-25T07:50:06.827Z[ recovery-image] Aug 25 07:50:05.884 INFO O| Aug 25 07:50:05.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89442026-08-25T07:50:06.827Z[ recovery-image] Aug 25 07:50:05.884 INFO O| Aug 25 07:50:05.884 INFO ok!
89452026-08-25T07:50:06.827Z[ recovery-image] Aug 25 07:50:05.884 INFO O| Aug 25 07:50:05.884 INFO STEP 37 (ensure_file) COMPLETE
89462026-08-25T07:50:06.827Z[ recovery-image] Aug 25 07:50:05.884 INFO O| Aug 25 07:50:05.884 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89472026-08-25T07:50:06.836Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89482026-08-25T07:50:06.836Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89492026-08-25T07:50:06.836Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-08-25T07:50:06.843Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-25T07:50:06.843Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-08-25T07:50:06.843Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89532026-08-25T07:50:06.843Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO ok!
89542026-08-25T07:50:06.843Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO STEP 38 (ensure_file) COMPLETE
89552026-08-25T07:50:06.843Z[ recovery-image] Aug 25 07:50:05.893 INFO O| Aug 25 07:50:05.893 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89562026-08-25T07:50:06.852Z[ recovery-image] Aug 25 07:50:05.901 INFO O| Aug 25 07:50:05.901 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-08-25T07:50:06.852Z[ recovery-image] Aug 25 07:50:05.902 INFO O| Aug 25 07:50:05.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89582026-08-25T07:50:06.852Z[ recovery-image] Aug 25 07:50:05.902 INFO O| Aug 25 07:50:05.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89592026-08-25T07:50:06.852Z[ recovery-image] Aug 25 07:50:05.902 INFO O| Aug 25 07:50:05.902 INFO STEP 39 (ensure_dir) COMPLETE
89602026-08-25T07:50:06.852Z[ recovery-image] Aug 25 07:50:05.902 INFO O| Aug 25 07:50:05.902 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 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
89622026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 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 ...
89632026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 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
89642026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 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
89652026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 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
89662026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 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
89672026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 INFO ok!
89682026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 INFO STEP 40 (ensure_file) COMPLETE
89692026-08-25T07:50:06.860Z[ recovery-image] Aug 25 07:50:05.910 INFO O| Aug 25 07:50:05.910 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702026-08-25T07:50:06.867Z[ recovery-image] Aug 25 07:50:05.921 INFO O| Aug 25 07:50:05.921 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89712026-08-25T07:50:06.867Z[ recovery-image] Aug 25 07:50:05.921 INFO O| Aug 25 07:50:05.921 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 ...
89722026-08-25T07:50:06.867Z[ recovery-image] Aug 25 07:50:05.921 INFO O| Aug 25 07:50:05.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89732026-08-25T07:50:06.867Z[ recovery-image] Aug 25 07:50:05.921 INFO O| Aug 25 07:50:05.921 INFO ok!
89742026-08-25T07:50:06.867Z[ recovery-image] Aug 25 07:50:05.921 INFO O| Aug 25 07:50:05.921 INFO STEP 41 (ensure_symlink) COMPLETE
89752026-08-25T07:50:06.867Z[ recovery-image] Aug 25 07:50:05.921 INFO O| Aug 25 07:50:05.921 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89762026-08-25T07:50:06.874Z[ recovery-image] Aug 25 07:50:05.931 INFO O| Aug 25 07:50:05.931 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89772026-08-25T07:50:06.874Z[ recovery-image] Aug 25 07:50:05.931 INFO O| Aug 25 07:50:05.931 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89782026-08-25T07:50:06.874Z[ recovery-image] Aug 25 07:50:05.931 INFO O| Aug 25 07:50:05.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89792026-08-25T07:50:06.879Z[ recovery-image] Aug 25 07:50:05.931 INFO O| Aug 25 07:50:05.931 INFO ok!
89802026-08-25T07:50:06.879Z[ recovery-image] Aug 25 07:50:05.931 INFO O| Aug 25 07:50:05.931 INFO STEP 42 (ensure_symlink) COMPLETE
89812026-08-25T07:50:06.879Z[ recovery-image] Aug 25 07:50:05.931 INFO O| Aug 25 07:50:05.931 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89822026-08-25T07:50:06.884Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89832026-08-25T07:50:06.885Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89842026-08-25T07:50:06.885Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-08-25T07:50:06.891Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-25T07:50:06.891Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-08-25T07:50:06.891Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89882026-08-25T07:50:06.891Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO ok!
89892026-08-25T07:50:06.891Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO STEP 43 (ensure_file) COMPLETE
89902026-08-25T07:50:06.891Z[ recovery-image] Aug 25 07:50:05.942 INFO O| Aug 25 07:50:05.942 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-08-25T07:50:06.896Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89922026-08-25T07:50:06.896Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 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 ...
89932026-08-25T07:50:06.897Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 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
89942026-08-25T07:50:06.897Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89952026-08-25T07:50:06.897Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 INFO ok!
89962026-08-25T07:50:06.897Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 INFO STEP 44 (ensure_file) COMPLETE
89972026-08-25T07:50:06.897Z[ recovery-image] Aug 25 07:50:05.951 INFO O| Aug 25 07:50:05.951 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89982026-08-25T07:50:06.906Z[ recovery-image] Aug 25 07:50:05.960 INFO O| Aug 25 07:50:05.960 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89992026-08-25T07:50:06.906Z[ recovery-image] Aug 25 07:50:05.960 INFO O| Aug 25 07:50:05.960 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90002026-08-25T07:50:06.906Z[ recovery-image] Aug 25 07:50:05.960 INFO O| Aug 25 07:50:05.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90012026-08-25T07:50:06.906Z[ recovery-image] Aug 25 07:50:05.960 INFO O| Aug 25 07:50:05.960 INFO ok!
90022026-08-25T07:50:06.906Z[ recovery-image] Aug 25 07:50:05.960 INFO O| Aug 25 07:50:05.960 INFO STEP 45 (ensure_file) COMPLETE
90032026-08-25T07:50:06.906Z[ recovery-image] Aug 25 07:50:05.960 INFO O| Aug 25 07:50:05.960 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90042026-08-25T07:50:06.913Z[ recovery-image] Aug 25 07:50:05.969 INFO O| Aug 25 07:50:05.968 INFO updating shadow file
90052026-08-25T07:50:06.913Z[ recovery-image] Aug 25 07:50:05.969 INFO O| Aug 25 07:50:05.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90062026-08-25T07:50:06.913Z[ recovery-image] Aug 25 07:50:05.969 INFO O| Aug 25 07:50:05.969 INFO STEP 46 (shadow) COMPLETE
90072026-08-25T07:50:06.913Z[ recovery-image] Aug 25 07:50:05.969 INFO O| Aug 25 07:50:05.969 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90082026-08-25T07:50:06.920Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90092026-08-25T07:50:06.920Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90102026-08-25T07:50:06.921Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90112026-08-25T07:50:06.928Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90122026-08-25T07:50:06.928Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 INFO ok!
90132026-08-25T07:50:06.928Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 INFO STEP 47 (ensure_file) COMPLETE
90142026-08-25T07:50:06.928Z[ recovery-image] Aug 25 07:50:05.978 INFO O| Aug 25 07:50:05.978 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-25T07:50:06.934Z[ recovery-image] Aug 25 07:50:05.987 INFO O| Aug 25 07:50:05.987 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90162026-08-25T07:50:06.934Z[ recovery-image] Aug 25 07:50:05.987 INFO O| Aug 25 07:50:05.987 INFO STEP 48 (ensure_dir) COMPLETE
90172026-08-25T07:50:06.934Z[ recovery-image] Aug 25 07:50:05.987 INFO O| Aug 25 07:50:05.987 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-08-25T07:50:06.941Z[ recovery-image] Aug 25 07:50:05.996 INFO O| Aug 25 07:50:05.996 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90192026-08-25T07:50:06.941Z[ recovery-image] Aug 25 07:50:05.996 INFO O| Aug 25 07:50:05.996 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90202026-08-25T07:50:06.941Z[ recovery-image] Aug 25 07:50:05.996 INFO O| Aug 25 07:50:05.996 INFO STEP 49 (ensure_dir) COMPLETE
90212026-08-25T07:50:06.941Z[ recovery-image] Aug 25 07:50:05.996 INFO O| Aug 25 07:50:05.996 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-25T07:50:06.948Z[ recovery-image] Aug 25 07:50:06.005 INFO O| Aug 25 07:50:06.005 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90232026-08-25T07:50:06.948Z[ recovery-image] Aug 25 07:50:06.005 INFO O| Aug 25 07:50:06.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90242026-08-25T07:50:06.948Z[ recovery-image] Aug 25 07:50:06.005 INFO O| Aug 25 07:50:06.005 INFO STEP 50 (ensure_dir) COMPLETE
90252026-08-25T07:50:06.949Z[ recovery-image] Aug 25 07:50:06.005 INFO O| Aug 25 07:50:06.005 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-08-25T07:50:07.350Z[ recovery-image] Aug 25 07:50:06.016 INFO O| Aug 25 07:50:06.016 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90272026-08-25T07:50:07.350Z[ recovery-image] Aug 25 07:50:06.016 INFO O| Aug 25 07:50:06.016 INFO copying /tmp/.tmpwoNkMM/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90282026-08-25T07:50:07.350Z[ recovery-image] Aug 25 07:50:06.047 INFO O| Aug 25 07:50:06.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90292026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.047 INFO O| Aug 25 07:50:06.047 INFO ok!
90302026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.047 INFO O| Aug 25 07:50:06.047 INFO STEP 51 (ensure_file) COMPLETE
90312026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.047 INFO O| Aug 25 07:50:06.047 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.058 INFO O| Aug 25 07:50:06.058 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90332026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.058 INFO O| Aug 25 07:50:06.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90342026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.058 INFO O| Aug 25 07:50:06.058 INFO STEP 52 (ensure_dir) COMPLETE
90352026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.058 INFO O| Aug 25 07:50:06.058 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.070 INFO O| Aug 25 07:50:06.070 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90372026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.070 INFO O| Aug 25 07:50:06.070 INFO copying /tmp/.tmpwoNkMM/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90382026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.070 INFO O| Aug 25 07:50:06.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90392026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.070 INFO O| Aug 25 07:50:06.070 INFO ok!
90402026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.070 INFO O| Aug 25 07:50:06.070 INFO STEP 53 (ensure_file) COMPLETE
90412026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.070 INFO O| Aug 25 07:50:06.070 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.081 INFO O| Aug 25 07:50:06.081 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90432026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.081 INFO O| Aug 25 07:50:06.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90442026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.081 INFO O| Aug 25 07:50:06.081 INFO STEP 54 (ensure_dir) COMPLETE
90452026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.081 INFO O| Aug 25 07:50:06.081 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-25T07:50:07.351Z[ recovery-image] Aug 25 07:50:06.090 INFO O| Aug 25 07:50:06.090 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90472026-08-25T07:50:07.352Z[ recovery-image] Aug 25 07:50:06.090 INFO O| Aug 25 07:50:06.090 INFO copying /tmp/.tmpwoNkMM/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90482026-08-25T07:50:07.683Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
90492026-08-25T07:50:08.103Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
90502026-08-25T07:50:09.023Z[ recovery-image] Aug 25 07:50:08.081 INFO O| Aug 25 07:50:08.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90512026-08-25T07:50:09.023Z[ recovery-image] Aug 25 07:50:08.081 INFO O| Aug 25 07:50:08.081 INFO ok!
90522026-08-25T07:50:09.029Z[ recovery-image] Aug 25 07:50:08.081 INFO O| Aug 25 07:50:08.081 INFO STEP 55 (ensure_file) COMPLETE
90532026-08-25T07:50:09.029Z[ recovery-image] Aug 25 07:50:08.081 INFO O| Aug 25 07:50:08.081 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-25T07:50:09.034Z[ recovery-image] Aug 25 07:50:08.092 INFO O| Aug 25 07:50:08.092 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90552026-08-25T07:50:09.035Z[ recovery-image] Aug 25 07:50:08.092 INFO O| Aug 25 07:50:08.092 INFO copying /tmp/.tmpwoNkMM/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90562026-08-25T07:50:09.588Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
90572026-08-25T07:50:09.720Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90582026-08-25T07:50:09.818Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90592026-08-25T07:50:10.140Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90602026-08-25T07:50:10.197Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90612026-08-25T07:50:10.395Z[verify-libraries] Compiling multimap v0.10.1
90622026-08-25T07:50:10.489Z[verify-libraries] Compiling termios v0.3.3
90632026-08-25T07:50:10.686Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90642026-08-25T07:50:10.855Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90652026-08-25T07:50:10.997Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90662026-08-25T07:50:11.016Z[ recovery-image] Aug 25 07:50:10.073 INFO O| Aug 25 07:50:10.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90672026-08-25T07:50:11.016Z[ recovery-image] Aug 25 07:50:10.073 INFO O| Aug 25 07:50:10.073 INFO ok!
90682026-08-25T07:50:11.016Z[ recovery-image] Aug 25 07:50:10.073 INFO O| Aug 25 07:50:10.073 INFO STEP 56 (ensure_file) COMPLETE
90692026-08-25T07:50:11.017Z[ recovery-image] Aug 25 07:50:10.073 INFO O| Aug 25 07:50:10.073 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-25T07:50:11.026Z[ recovery-image] Aug 25 07:50:10.083 INFO O| Aug 25 07:50:10.083 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90712026-08-25T07:50:11.031Z[ recovery-image] Aug 25 07:50:10.083 INFO O| Aug 25 07:50:10.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90722026-08-25T07:50:11.031Z[ recovery-image] Aug 25 07:50:10.083 INFO O| Aug 25 07:50:10.083 INFO STEP 57 (ensure_dir) COMPLETE
90732026-08-25T07:50:11.031Z[ recovery-image] Aug 25 07:50:10.083 INFO O| Aug 25 07:50:10.083 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90742026-08-25T07:50:11.035Z[ recovery-image] Aug 25 07:50:10.091 INFO O| Aug 25 07:50:10.091 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90752026-08-25T07:50:11.036Z[ recovery-image] Aug 25 07:50:10.091 INFO O| Aug 25 07:50:10.091 INFO copying /tmp/.tmpwoNkMM/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 ...
90762026-08-25T07:50:11.036Z[ recovery-image] Aug 25 07:50:10.091 INFO O| Aug 25 07:50:10.091 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
90772026-08-25T07:50:11.036Z[ recovery-image] Aug 25 07:50:10.091 INFO O| Aug 25 07:50:10.091 INFO ok!
90782026-08-25T07:50:11.036Z[ recovery-image] Aug 25 07:50:10.091 INFO O| Aug 25 07:50:10.091 INFO STEP 58 (ensure_file) COMPLETE
90792026-08-25T07:50:11.036Z[ recovery-image] Aug 25 07:50:10.091 INFO O| Aug 25 07:50:10.091 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.101 INFO O| Aug 25 07:50:10.101 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90812026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.101 INFO O| Aug 25 07:50:10.101 INFO copying /tmp/.tmpwoNkMM/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 ...
90822026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.101 INFO O| Aug 25 07:50:10.101 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
90832026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.101 INFO O| Aug 25 07:50:10.101 INFO ok!
90842026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.101 INFO O| Aug 25 07:50:10.101 INFO STEP 59 (ensure_file) COMPLETE
90852026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.101 INFO O| Aug 25 07:50:10.101 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.112 INFO O| Aug 25 07:50:10.112 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90872026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.112 INFO O| Aug 25 07:50:10.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90882026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.112 INFO O| Aug 25 07:50:10.112 INFO STEP 60 (ensure_dir) COMPLETE
90892026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.112 INFO O| Aug 25 07:50:10.112 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90902026-08-25T07:50:11.174Z[ recovery-image] Aug 25 07:50:10.122 INFO O| Aug 25 07:50:10.122 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90912026-08-25T07:50:11.175Z[ recovery-image] Aug 25 07:50:10.123 INFO O| Aug 25 07:50:10.122 INFO copying /tmp/.tmpwoNkMM/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 ...
90922026-08-25T07:50:11.175Z[ recovery-image] Aug 25 07:50:10.123 INFO O| Aug 25 07:50:10.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90932026-08-25T07:50:11.175Z[ recovery-image] Aug 25 07:50:10.123 INFO O| Aug 25 07:50:10.123 INFO ok!
90942026-08-25T07:50:11.175Z[ recovery-image] Aug 25 07:50:10.123 INFO O| Aug 25 07:50:10.123 INFO STEP 61 (ensure_file) COMPLETE
90952026-08-25T07:50:11.175Z[ recovery-image] Aug 25 07:50:10.123 INFO O| Aug 25 07:50:10.123 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-08-25T07:50:11.192Z[ recovery-image] Aug 25 07:50:10.136 INFO O| Aug 25 07:50:10.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90972026-08-25T07:50:11.192Z[ recovery-image] Aug 25 07:50:10.136 INFO O| Aug 25 07:50:10.136 INFO copying /tmp/.tmpwoNkMM/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 ...
90982026-08-25T07:50:11.192Z[ recovery-image] Aug 25 07:50:10.136 INFO O| Aug 25 07:50:10.136 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
90992026-08-25T07:50:11.192Z[ recovery-image] Aug 25 07:50:10.136 INFO O| Aug 25 07:50:10.136 INFO ok!
91002026-08-25T07:50:11.192Z[ recovery-image] Aug 25 07:50:10.136 INFO O| Aug 25 07:50:10.136 INFO STEP 62 (ensure_file) COMPLETE
91012026-08-25T07:50:11.192Z[ recovery-image] Aug 25 07:50:10.136 INFO O| Aug 25 07:50:10.136 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.147 INFO O| Aug 25 07:50:10.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91032026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.147 INFO O| Aug 25 07:50:10.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91042026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.147 INFO O| Aug 25 07:50:10.147 INFO STEP 63 (ensure_dir) COMPLETE
91052026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.147 INFO O| Aug 25 07:50:10.147 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.157 INFO O| Aug 25 07:50:10.157 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91072026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.157 INFO O| Aug 25 07:50:10.157 INFO copying /tmp/.tmpwoNkMM/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 ...
91082026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.157 INFO O| Aug 25 07:50:10.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91092026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.157 INFO O| Aug 25 07:50:10.157 INFO ok!
91102026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.157 INFO O| Aug 25 07:50:10.157 INFO STEP 64 (ensure_file) COMPLETE
91112026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.157 INFO O| Aug 25 07:50:10.157 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.167 INFO O| Aug 25 07:50:10.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91132026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.167 INFO O| Aug 25 07:50:10.167 INFO copying /tmp/.tmpwoNkMM/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91142026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.168 INFO O| Aug 25 07:50:10.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91152026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.168 INFO O| Aug 25 07:50:10.168 INFO ok!
91162026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.168 INFO O| Aug 25 07:50:10.168 INFO STEP 65 (ensure_file) COMPLETE
91172026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.168 INFO O| Aug 25 07:50:10.168 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.179 INFO O| Aug 25 07:50:10.177 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91192026-08-25T07:50:11.193Z[ recovery-image] Aug 25 07:50:10.179 INFO O| Aug 25 07:50:10.177 INFO STEP 66 (ensure_dir) COMPLETE
91202026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.179 INFO O| Aug 25 07:50:10.177 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91212026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.188 INFO O| Aug 25 07:50:10.188 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91222026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.188 INFO O| Aug 25 07:50:10.188 INFO STEP 67 (ensure_dir) COMPLETE
91232026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.188 INFO O| Aug 25 07:50:10.188 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91242026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.198 INFO O| Aug 25 07:50:10.198 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91252026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.198 INFO O| Aug 25 07:50:10.198 INFO STEP 68 (ensure_dir) COMPLETE
91262026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.198 INFO O| Aug 25 07:50:10.198 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91272026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.213 INFO O| Aug 25 07:50:10.213 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91282026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.213 INFO O| Aug 25 07:50:10.213 INFO STEP 69 (ensure_dir) COMPLETE
91292026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.213 INFO O| Aug 25 07:50:10.213 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91302026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.222 INFO O| Aug 25 07:50:10.222 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91312026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.222 INFO O| Aug 25 07:50:10.222 INFO copying /tmp/.tmpwoNkMM/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91322026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.222 INFO O| Aug 25 07:50:10.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91332026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.222 INFO O| Aug 25 07:50:10.222 INFO ok!
91342026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.222 INFO O| Aug 25 07:50:10.222 INFO STEP 70 (ensure_file) COMPLETE
91352026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.222 INFO O| Aug 25 07:50:10.222 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.232 INFO O| Aug 25 07:50:10.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91372026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.232 INFO O| Aug 25 07:50:10.232 INFO STEP 71 (remove_files) COMPLETE
91382026-08-25T07:50:11.194Z[ recovery-image] Aug 25 07:50:10.232 INFO O| Aug 25 07:50:10.232 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-25T07:50:11.205Z[ recovery-image] Aug 25 07:50:10.242 INFO O| Aug 25 07:50:10.241 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91402026-08-25T07:50:11.205Z[ recovery-image] Aug 25 07:50:10.242 INFO O| Aug 25 07:50:10.242 INFO STEP 72 (remove_files) COMPLETE
91412026-08-25T07:50:11.205Z[ recovery-image] Aug 25 07:50:10.242 INFO O| Aug 25 07:50:10.242 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-25T07:50:11.205Z[ recovery-image] Aug 25 07:50:10.251 INFO O| Aug 25 07:50:10.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91432026-08-25T07:50:11.205Z[ recovery-image] Aug 25 07:50:10.251 INFO O| Aug 25 07:50:10.251 INFO STEP 73 (remove_files) COMPLETE
91442026-08-25T07:50:11.205Z[ recovery-image] Aug 25 07:50:10.251 INFO O| Aug 25 07:50:10.251 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-25T07:50:11.209Z[ recovery-image] Aug 25 07:50:10.260 INFO O| Aug 25 07:50:10.260 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91462026-08-25T07:50:11.209Z[ recovery-image] Aug 25 07:50:10.260 INFO O| Aug 25 07:50:10.260 INFO STEP 74 (remove_files) COMPLETE
91472026-08-25T07:50:11.209Z[ recovery-image] Aug 25 07:50:10.260 INFO O| Aug 25 07:50:10.260 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-25T07:50:11.213Z[ recovery-image] Aug 25 07:50:10.269 INFO O| Aug 25 07:50:10.269 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91492026-08-25T07:50:11.213Z[ recovery-image] Aug 25 07:50:10.269 INFO O| Aug 25 07:50:10.269 INFO STEP 75 (remove_files) COMPLETE
91502026-08-25T07:50:11.213Z[ recovery-image] Aug 25 07:50:10.269 INFO O| Aug 25 07:50:10.269 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-25T07:50:11.223Z[ recovery-image] Aug 25 07:50:10.280 INFO O| Aug 25 07:50:10.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91522026-08-25T07:50:11.229Z[ recovery-image] Aug 25 07:50:10.280 INFO O| Aug 25 07:50:10.280 INFO STEP 76 (remove_files) COMPLETE
91532026-08-25T07:50:11.229Z[ recovery-image] Aug 25 07:50:10.280 INFO O| Aug 25 07:50:10.280 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-25T07:50:11.234Z[ recovery-image] Aug 25 07:50:10.291 INFO O| Aug 25 07:50:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91552026-08-25T07:50:11.234Z[ recovery-image] Aug 25 07:50:10.291 INFO O| Aug 25 07:50:10.291 INFO STEP 77 (remove_files) COMPLETE
91562026-08-25T07:50:11.234Z[ recovery-image] Aug 25 07:50:10.291 INFO O| Aug 25 07:50:10.291 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-08-25T07:50:11.244Z[ recovery-image] Aug 25 07:50:10.301 INFO O| Aug 25 07:50:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91582026-08-25T07:50:11.244Z[ recovery-image] Aug 25 07:50:10.301 INFO O| Aug 25 07:50:10.301 INFO STEP 78 (remove_files) COMPLETE
91592026-08-25T07:50:11.248Z[ recovery-image] Aug 25 07:50:10.301 INFO O| Aug 25 07:50:10.301 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-08-25T07:50:11.254Z[ recovery-image] Aug 25 07:50:10.311 INFO O| Aug 25 07:50:10.311 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91612026-08-25T07:50:11.254Z[ recovery-image] Aug 25 07:50:10.311 INFO O| Aug 25 07:50:10.311 INFO STEP 79 (remove_files) COMPLETE
91622026-08-25T07:50:11.258Z[ recovery-image] Aug 25 07:50:10.311 INFO O| Aug 25 07:50:10.311 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-08-25T07:50:11.263Z[ recovery-image] Aug 25 07:50:10.321 INFO O| Aug 25 07:50:10.321 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91642026-08-25T07:50:11.263Z[ recovery-image] Aug 25 07:50:10.321 INFO O| Aug 25 07:50:10.321 INFO STEP 80 (remove_files) COMPLETE
91652026-08-25T07:50:11.267Z[ recovery-image] Aug 25 07:50:10.321 INFO O| Aug 25 07:50:10.321 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-08-25T07:50:11.274Z[ recovery-image] Aug 25 07:50:10.330 INFO O| Aug 25 07:50:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91672026-08-25T07:50:11.274Z[ recovery-image] Aug 25 07:50:10.330 INFO O| Aug 25 07:50:10.330 INFO STEP 81 (remove_files) COMPLETE
91682026-08-25T07:50:11.274Z[ recovery-image] Aug 25 07:50:10.330 INFO O| Aug 25 07:50:10.330 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-08-25T07:50:11.281Z[ recovery-image] Aug 25 07:50:10.339 INFO O| Aug 25 07:50:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91702026-08-25T07:50:11.282Z[ recovery-image] Aug 25 07:50:10.339 INFO O| Aug 25 07:50:10.339 INFO STEP 82 (remove_files) COMPLETE
91712026-08-25T07:50:11.282Z[ recovery-image] Aug 25 07:50:10.339 INFO O| Aug 25 07:50:10.339 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-08-25T07:50:11.290Z[ recovery-image] Aug 25 07:50:10.347 INFO O| Aug 25 07:50:10.347 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91732026-08-25T07:50:11.290Z[ recovery-image] Aug 25 07:50:10.347 INFO O| Aug 25 07:50:10.347 INFO STEP 83 (remove_files) COMPLETE
91742026-08-25T07:50:11.298Z[ recovery-image] Aug 25 07:50:10.347 INFO O| Aug 25 07:50:10.347 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-08-25T07:50:11.304Z[ recovery-image] Aug 25 07:50:10.358 INFO O| Aug 25 07:50:10.358 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91762026-08-25T07:50:11.304Z[ recovery-image] Aug 25 07:50:10.358 INFO O| Aug 25 07:50:10.358 INFO STEP 84 (remove_files) COMPLETE
91772026-08-25T07:50:11.304Z[ recovery-image] Aug 25 07:50:10.358 INFO O| Aug 25 07:50:10.358 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-08-25T07:50:11.315Z[ recovery-image] Aug 25 07:50:10.368 INFO O| Aug 25 07:50:10.367 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91792026-08-25T07:50:11.316Z[ recovery-image] Aug 25 07:50:10.368 INFO O| Aug 25 07:50:10.368 INFO STEP 85 (remove_files) COMPLETE
91802026-08-25T07:50:11.316Z[ recovery-image] Aug 25 07:50:10.368 INFO O| Aug 25 07:50:10.368 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-08-25T07:50:11.322Z[ recovery-image] Aug 25 07:50:10.377 INFO O| Aug 25 07:50:10.377 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91822026-08-25T07:50:11.322Z[ recovery-image] Aug 25 07:50:10.377 INFO O| Aug 25 07:50:10.377 INFO STEP 86 (remove_files) COMPLETE
91832026-08-25T07:50:11.322Z[ recovery-image] Aug 25 07:50:10.377 INFO O| Aug 25 07:50:10.377 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-08-25T07:50:11.331Z[ recovery-image] Aug 25 07:50:10.386 INFO O| Aug 25 07:50:10.386 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91852026-08-25T07:50:11.331Z[ recovery-image] Aug 25 07:50:10.386 INFO O| Aug 25 07:50:10.386 INFO STEP 87 (remove_files) COMPLETE
91862026-08-25T07:50:11.331Z[ recovery-image] Aug 25 07:50:10.386 INFO O| Aug 25 07:50:10.386 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-25T07:50:11.342Z[ recovery-image] Aug 25 07:50:10.395 INFO O| Aug 25 07:50:10.395 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91882026-08-25T07:50:11.342Z[ recovery-image] Aug 25 07:50:10.395 INFO O| Aug 25 07:50:10.395 INFO STEP 88 (remove_files) COMPLETE
91892026-08-25T07:50:11.342Z[ recovery-image] Aug 25 07:50:10.395 INFO O| Aug 25 07:50:10.395 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-25T07:50:11.350Z[ recovery-image] Aug 25 07:50:10.404 INFO O| Aug 25 07:50:10.404 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91912026-08-25T07:50:11.350Z[ recovery-image] Aug 25 07:50:10.404 INFO O| Aug 25 07:50:10.404 INFO STEP 89 (remove_files) COMPLETE
91922026-08-25T07:50:11.350Z[ recovery-image] Aug 25 07:50:10.404 INFO O| Aug 25 07:50:10.404 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-25T07:50:11.358Z[ recovery-image] Aug 25 07:50:10.413 INFO O| Aug 25 07:50:10.413 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91942026-08-25T07:50:11.358Z[ recovery-image] Aug 25 07:50:10.413 INFO O| Aug 25 07:50:10.413 INFO STEP 90 (remove_files) COMPLETE
91952026-08-25T07:50:11.358Z[ recovery-image] Aug 25 07:50:10.413 INFO O| Aug 25 07:50:10.413 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-25T07:50:11.366Z[ recovery-image] Aug 25 07:50:10.422 INFO O| Aug 25 07:50:10.422 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91972026-08-25T07:50:11.366Z[ recovery-image] Aug 25 07:50:10.422 INFO O| Aug 25 07:50:10.422 INFO STEP 91 (remove_files) COMPLETE
91982026-08-25T07:50:11.366Z[ recovery-image] Aug 25 07:50:10.422 INFO O| Aug 25 07:50:10.422 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-25T07:50:11.375Z[ recovery-image] Aug 25 07:50:10.432 INFO O| Aug 25 07:50:10.432 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92002026-08-25T07:50:11.375Z[ recovery-image] Aug 25 07:50:10.432 INFO O| Aug 25 07:50:10.432 INFO STEP 92 (remove_files) COMPLETE
92012026-08-25T07:50:11.375Z[ recovery-image] Aug 25 07:50:10.432 INFO O| Aug 25 07:50:10.432 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-25T07:50:11.384Z[ recovery-image] Aug 25 07:50:10.441 INFO O| Aug 25 07:50:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92032026-08-25T07:50:11.384Z[ recovery-image] Aug 25 07:50:10.441 INFO O| Aug 25 07:50:10.441 INFO STEP 93 (remove_files) COMPLETE
92042026-08-25T07:50:11.384Z[ recovery-image] Aug 25 07:50:10.441 INFO O| Aug 25 07:50:10.441 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-25T07:50:11.397Z[ recovery-image] Aug 25 07:50:10.452 INFO O| Aug 25 07:50:10.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92062026-08-25T07:50:11.397Z[ recovery-image] Aug 25 07:50:10.452 INFO O| Aug 25 07:50:10.452 INFO STEP 94 (remove_files) COMPLETE
92072026-08-25T07:50:11.398Z[ recovery-image] Aug 25 07:50:10.452 INFO O| Aug 25 07:50:10.452 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-25T07:50:11.405Z[ recovery-image] Aug 25 07:50:10.462 INFO O| Aug 25 07:50:10.462 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92092026-08-25T07:50:11.405Z[ recovery-image] Aug 25 07:50:10.462 INFO O| Aug 25 07:50:10.462 INFO STEP 95 (remove_files) COMPLETE
92102026-08-25T07:50:11.405Z[ recovery-image] Aug 25 07:50:10.462 INFO O| Aug 25 07:50:10.462 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-08-25T07:50:11.415Z[ recovery-image] Aug 25 07:50:10.472 INFO O| Aug 25 07:50:10.472 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92122026-08-25T07:50:11.415Z[ recovery-image] Aug 25 07:50:10.472 INFO O| Aug 25 07:50:10.472 INFO STEP 96 (remove_files) COMPLETE
92132026-08-25T07:50:11.421Z[ recovery-image] Aug 25 07:50:10.472 INFO O| Aug 25 07:50:10.472 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-08-25T07:50:11.431Z[ recovery-image] Aug 25 07:50:10.483 INFO O| Aug 25 07:50:10.483 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92152026-08-25T07:50:11.432Z[ recovery-image] Aug 25 07:50:10.483 INFO O| Aug 25 07:50:10.483 INFO STEP 97 (remove_files) COMPLETE
92162026-08-25T07:50:11.432Z[ recovery-image] Aug 25 07:50:10.483 INFO O| Aug 25 07:50:10.483 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92172026-08-25T07:50:11.438Z[ recovery-image] Aug 25 07:50:10.493 INFO O| Aug 25 07:50:10.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92182026-08-25T07:50:11.438Z[ recovery-image] Aug 25 07:50:10.493 INFO O| Aug 25 07:50:10.493 INFO STEP 98 (remove_files) COMPLETE
92192026-08-25T07:50:11.438Z[ recovery-image] Aug 25 07:50:10.493 INFO O| Aug 25 07:50:10.493 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92202026-08-25T07:50:11.446Z[ recovery-image] Aug 25 07:50:10.503 INFO O| Aug 25 07:50:10.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92212026-08-25T07:50:11.446Z[ recovery-image] Aug 25 07:50:10.503 INFO O| Aug 25 07:50:10.503 INFO STEP 99 (remove_files) COMPLETE
92222026-08-25T07:50:11.447Z[ recovery-image] Aug 25 07:50:10.503 INFO O| Aug 25 07:50:10.503 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92232026-08-25T07:50:11.461Z[ recovery-image] Aug 25 07:50:10.519 INFO O| Aug 25 07:50:10.519 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92242026-08-25T07:50:11.461Z[ recovery-image] Aug 25 07:50:10.519 INFO O| Aug 25 07:50:10.519 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92252026-08-25T07:50:12.910Z[verify-libraries] Compiling polar-core v0.27.3
92262026-08-25T07:50:15.242Z[ recovery-image] Aug 25 07:50:14.294 INFO O| Aug 25 07:50:14.294 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
92272026-08-25T07:50:15.242Z[ recovery-image] Aug 25 07:50:14.294 INFO O| Aug 25 07:50:14.294 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92282026-08-25T07:50:15.255Z[ recovery-image] Aug 25 07:50:14.309 INFO O| Aug 25 07:50:14.309 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92292026-08-25T07:50:15.357Z[ recovery-image] Aug 25 07:50:14.414 INFO O| Aug 25 07:50:14.414 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92302026-08-25T07:50:15.418Z[ recovery-image] Aug 25 07:50:14.475 INFO O| Aug 25 07:50:14.474 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
92312026-08-25T07:50:15.487Z[ recovery-image] Aug 25 07:50:14.544 INFO O| Aug 25 07:50:14.544 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92322026-08-25T07:50:15.487Z[ recovery-image] Aug 25 07:50:14.544 INFO O| Aug 25 07:50:14.544 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 ...
92332026-08-25T07:50:15.495Z[ recovery-image] Aug 25 07:50:14.546 INFO O| Aug 25 07:50:14.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92342026-08-25T07:50:15.495Z[ recovery-image] Aug 25 07:50:14.546 INFO O| Aug 25 07:50:14.546 INFO ok!
92352026-08-25T07:50:15.495Z[ recovery-image] Aug 25 07:50:14.546 INFO O| Aug 25 07:50:14.546 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92362026-08-25T07:50:15.495Z[ recovery-image] Aug 25 07:50:14.546 INFO O| Aug 25 07:50:14.546 INFO STEP 100 (seed_smf) COMPLETE
92372026-08-25T07:50:15.495Z[ recovery-image] Aug 25 07:50:14.546 INFO O| Aug 25 07:50:14.546 INFO steps complete; finalising image!
92382026-08-25T07:50:15.496Z[ recovery-image] Aug 25 07:50:14.546 INFO O| Aug 25 07:50:14.546 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92392026-08-25T07:50:15.611Z[ recovery-image] Aug 25 07:50:14.668 INFO O| Aug 25 07:50:14.668 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 07:50:14 2026)
92402026-08-25T07:50:15.818Z[ recovery-image] Aug 25 07:50:14.875 INFO O| Aug 25 07:50:14.875 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Tue Aug 25 07:50:14 2026)
92412026-08-25T07:50:16.026Z[ recovery-image] Aug 25 07:50:15.081 INFO O| Aug 25 07:50:15.081 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92422026-08-25T07:50:16.232Z[ recovery-image] Aug 25 07:50:15.287 INFO O| Aug 25 07:50:15.287 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92432026-08-25T07:50:16.437Z[ recovery-image] Aug 25 07:50:15.494 INFO O| Aug 25 07:50:15.494 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92442026-08-25T07:50:16.643Z[ recovery-image] Aug 25 07:50:15.700 INFO O| Aug 25 07:50:15.700 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92452026-08-25T07:50:16.849Z[ recovery-image] Aug 25 07:50:15.906 INFO O| Aug 25 07:50:15.906 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92462026-08-25T07:50:17.055Z[ recovery-image] Aug 25 07:50:16.112 INFO O| Aug 25 07:50:16.112 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92472026-08-25T07:50:17.261Z[ recovery-image] Aug 25 07:50:16.319 INFO O| Aug 25 07:50:16.319 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92482026-08-25T07:50:17.468Z[ recovery-image] Aug 25 07:50:16.525 INFO O| Aug 25 07:50:16.525 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92492026-08-25T07:50:17.674Z[ recovery-image] Aug 25 07:50:16.731 INFO O| Aug 25 07:50:16.731 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92502026-08-25T07:50:17.881Z[ recovery-image] Aug 25 07:50:16.938 INFO O| Aug 25 07:50:16.938 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92512026-08-25T07:50:18.173Z[ recovery-image] Aug 25 07:50:17.144 INFO O| Aug 25 07:50:17.144 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92522026-08-25T07:50:18.293Z[ recovery-image] Aug 25 07:50:17.350 INFO O| Aug 25 07:50:17.350 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92532026-08-25T07:50:18.627Z[ recovery-image] Aug 25 07:50:17.557 INFO O| Aug 25 07:50:17.557 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92542026-08-25T07:50:18.706Z[ recovery-image] Aug 25 07:50:17.763 INFO O| Aug 25 07:50:17.763 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92552026-08-25T07:50:18.912Z[ recovery-image] Aug 25 07:50:17.969 INFO O| Aug 25 07:50:17.969 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92562026-08-25T07:50:19.117Z[ recovery-image] Aug 25 07:50:18.174 INFO O| Aug 25 07:50:18.174 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92572026-08-25T07:50:19.324Z[ recovery-image] Aug 25 07:50:18.381 INFO O| Aug 25 07:50:18.381 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92582026-08-25T07:50:19.530Z[ recovery-image] Aug 25 07:50:18.588 INFO O| Aug 25 07:50:18.588 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92592026-08-25T07:50:19.738Z[ recovery-image] Aug 25 07:50:18.795 INFO O| Aug 25 07:50:18.795 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 07:50:14 2026)
92602026-08-25T07:50:19.944Z[ recovery-image] Aug 25 07:50:19.001 INFO O| Aug 25 07:50:19.001 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:14 2026)
92612026-08-25T07:50:20.062Z[verify-libraries] Compiling oso v0.27.3
92622026-08-25T07:50:20.165Z[ recovery-image] Aug 25 07:50:19.222 INFO O| Aug 25 07:50:19.222 INFO temporary pool has 510M used, 1.25G avail, 1.00x compressratio
92632026-08-25T07:50:20.165Z[ recovery-image] Aug 25 07:50:19.222 INFO O| Aug 25 07:50:19.222 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92642026-08-25T07:50:21.130Z[ recovery-image] Aug 25 07:50:20.188 INFO O| Aug 25 07:50:20.188 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
92652026-08-25T07:50:21.135Z[ recovery-image] Aug 25 07:50:20.188 INFO O| Aug 25 07:50:20.188 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92662026-08-25T07:50:24.152Z[ recovery-image] Aug 25 07:50:23.210 INFO O| Aug 25 07:50:23.209 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92672026-08-25T07:50:24.153Z[ recovery-image] Aug 25 07:50:23.210 INFO O| Aug 25 07:50:23.210 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92682026-08-25T07:50:24.156Z[ recovery-image] Aug 25 07:50:23.210 INFO O| Aug 25 07:50:23.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92692026-08-25T07:50:24.156Z[ recovery-image] Aug 25 07:50:23.210 INFO O| Aug 25 07:50:23.210 INFO completed processing sled/zfs-recovery
92702026-08-25T07:50:24.157Z[ recovery-image] Aug 25 07:50:23.210 INFO O| Aug 25 07:50:23.210 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92712026-08-25T07:50:26.920Z[ recovery-image] Aug 25 07:50:25.977 INFO O| Aug 25 07:50:25.977 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92722026-08-25T07:50:27.026Z[ recovery-image] Aug 25 07:50:26.084 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
92732026-08-25T07:50:27.026Z[ recovery-image] Aug 25 07:50:26.084 INFO expanded image name: "recovery 521e1b3/${os_short_commit} 2026-08-25 07:35" -> "recovery 521e1b3/bbd33bf 2026-08-25 07:35"
92742026-08-25T07:50:27.026Z[ recovery-image] Aug 25 07:50:26.084 INFO output artefacts stored in: "/work/os-recovery"
92752026-08-25T07:50:27.034Z[ recovery-image] Aug 25 07:50:26.084 INFO collecting git info from project "phbl"...
92762026-08-25T07:50:27.040Z[ recovery-image] Aug 25 07:50:26.092 INFO collecting git info from project "amd-firmware"...
92772026-08-25T07:50:29.722Z[ recovery-image] Aug 25 07:50:26.489 INFO collecting git info from project "amd-host-image-builder"...
92782026-08-25T07:50:29.785Z[ recovery-image] Aug 25 07:50:26.530 INFO collecting git info from project "pinprick"...
92792026-08-25T07:50:29.785Z[ recovery-image] Aug 25 07:50:26.538 INFO collecting git info from project "image-builder"...
92802026-08-25T07:50:29.785Z[ recovery-image] Aug 25 07:50:26.546 INFO collecting git info from project "dmar-report"...
92812026-08-25T07:50:29.786Z[ recovery-image] Aug 25 07:50:26.557 INFO collecting git info from project "bootserver"...
92822026-08-25T07:50:29.786Z[ recovery-image] Aug 25 07:50:26.563 INFO collecting git info from project "pilot"...
92832026-08-25T07:50:29.786Z[ recovery-image] Aug 25 07:50:26.574 INFO collecting git info from project "chelsio-t6-roms"...
92842026-08-25T07:50:29.786Z[ recovery-image] Aug 25 07:50:26.632 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92852026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.199 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92862026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92872026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92882026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92892026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92902026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92912026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92922026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92932026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T073542Z
92942026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92952026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92962026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.200 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92972026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.201 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92982026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.201 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92992026-08-25T07:50:29.786Z[ host-image] Aug 25 07:50:27.201 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
93002026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.201 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
93012026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.201 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
93022026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
93032026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
93042026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
93052026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
93062026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
93072026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
93082026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
93092026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
93102026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
93112026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
93122026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
93132026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
93142026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
93152026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
93162026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93172026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
93182026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
93192026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
93202026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.202 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
93212026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.203 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
93222026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.203 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93232026-08-25T07:50:29.787Z[ host-image] Aug 25 07:50:27.203 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93242026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93252026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93262026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93272026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93282026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93292026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93302026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93312026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93322026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93332026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93342026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.206 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93352026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.210 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93362026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.210 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93372026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.210 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93382026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.210 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93392026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.210 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93402026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.210 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93412026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93422026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93432026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93442026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93452026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93462026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93472026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93482026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93492026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93502026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93512026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93522026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93532026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.222 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93542026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.223 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93552026-08-25T07:50:29.788Z[ host-image] Aug 25 07:50:27.223 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93562026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.223 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93572026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.223 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93582026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.223 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93592026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.227 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93602026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.227 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93612026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93622026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93632026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93642026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93652026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93662026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93672026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.228 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93682026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.229 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93692026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.229 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93702026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.230 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93712026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.230 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93722026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.230 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93732026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.230 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93742026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.230 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93752026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.230 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93762026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.232 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93772026-08-25T07:50:29.789Z[ host-image] Aug 25 07:50:27.232 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93782026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.232 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93792026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.233 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93802026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.233 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93812026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.233 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93822026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.233 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93832026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.233 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93842026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.234 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93852026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.234 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93862026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.236 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93872026-08-25T07:50:29.810Z[ host-image] Aug 25 07:50:27.236 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93882026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.236 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93892026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.237 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93902026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.237 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93912026-08-25T07:50:29.811Z[ recovery-image] Aug 25 07:50:27.237 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93922026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.243 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93932026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.243 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93942026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.243 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93952026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.243 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93962026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.243 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93972026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.251 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93982026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.251 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93992026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.251 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
94002026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.251 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
94012026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
94022026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
94032026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
94042026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
94052026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
94062026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
94072026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
94082026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
94092026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.252 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
94102026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.253 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
94112026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.253 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
94122026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.253 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
94132026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.253 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
94142026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
94152026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
94162026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
94172026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94182026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94192026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
94202026-08-25T07:50:29.811Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
94212026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94222026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94232026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94242026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94252026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94262026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.254 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94272026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.255 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94282026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.255 INFO O| tempdir @ "/tmp/.tmpDDwZaw/tmp"
94292026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.255 INFO O| image root @ "/tmp/.tmpDDwZaw/tmp/root"
94302026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.255 INFO O| creating image...
94312026-08-25T07:50:29.812Z[ recovery-image] Aug 25 07:50:27.663 INFO creating Oxide boot image...
94322026-08-25T07:50:29.812Z[ recovery-image] Aug 25 07:50:27.664 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 521e1b3/bbd33bf 2026-08-25 07:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94332026-08-25T07:50:29.812Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94342026-08-25T07:50:29.812Z[ host-image] Aug 25 07:50:27.756 INFO O| copying publishers...
94352026-08-25T07:50:29.812Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94362026-08-25T07:50:33.895Z[ host-image] Aug 25 07:50:32.952 INFO O| adding properties...
94372026-08-25T07:50:35.000Z[ host-image] Aug 25 07:50:34.056 INFO O| installing packages...
94382026-08-25T07:50:37.199Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94392026-08-25T07:50:39.164Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94402026-08-25T07:50:39.631Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94412026-08-25T07:50:41.986Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94422026-08-25T07:50:43.419Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94432026-08-25T07:50:45.101Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94442026-08-25T07:50:48.598Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94452026-08-25T07:50:49.229Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94462026-08-25T07:50:49.755Z[ host-image] Aug 25 07:50:48.808 INFO O| seeding SMF database...
94472026-08-25T07:50:50.368Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94482026-08-25T07:50:54.553Z[ host-image] Aug 25 07:50:53.601 INFO O| configuring SMF profile...
94492026-08-25T07:50:54.553Z[ host-image] Aug 25 07:50:53.601 INFO O| modifying shadow(5)...
94502026-08-25T07:50:54.553Z[ host-image] Aug 25 07:50:53.601 INFO O| loading user and group database...
94512026-08-25T07:50:54.553Z[ host-image] Aug 25 07:50:53.601 INFO O| loading facet selections...
94522026-08-25T07:50:55.123Z[ host-image] Aug 25 07:50:54.174 INFO O| devel -> true
94532026-08-25T07:50:55.123Z[ host-image] Aug 25 07:50:54.174 INFO O| doc.man -> true
94542026-08-25T07:50:55.129Z[ host-image] Aug 25 07:50:54.174 INFO O| version-lock.shell/ksh93 -> true
94552026-08-25T07:50:55.129Z[ host-image] Aug 25 07:50:54.174 INFO O| version-lock.system/data/hardware-registry -> true
94562026-08-25T07:50:55.129Z[ host-image] Aug 25 07:50:54.174 INFO O| version-lock.system/data/zoneinfo -> true
94572026-08-25T07:50:55.129Z[ host-image] Aug 25 07:50:54.174 INFO O| version-lock.system/microcode/amd -> true
94582026-08-25T07:50:55.129Z[ host-image] Aug 25 07:50:54.174 INFO O| version-lock.system/microcode/intel -> true
94592026-08-25T07:50:55.130Z[ host-image] Aug 25 07:50:54.174 INFO O| version-lock.system/microcode/oxide -> true
94602026-08-25T07:50:55.130Z[ host-image] Aug 25 07:50:54.174 INFO O| assessing packaged files...
94612026-08-25T07:50:57.205Z[ host-image] Aug 25 07:50:56.243 INFO O| creating archive...
94622026-08-25T07:50:57.225Z[ host-image] Aug 25 07:50:56.264 INFO O| missing from packaging:
94632026-08-25T07:50:57.225Z[ host-image] Aug 25 07:50:56.264 INFO O| "etc/.pwd.lock"
94642026-08-25T07:50:57.225Z[ host-image] Aug 25 07:50:56.264 INFO O| "etc/bash"
94652026-08-25T07:50:57.234Z[ host-image] Aug 25 07:50:56.268 INFO O| "etc/svc/profile/generic.xml"
94662026-08-25T07:50:57.234Z[ host-image] Aug 25 07:50:56.268 INFO O| "etc/svc/profile/inetd_services.xml"
94672026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.268 INFO O| "etc/svc/profile/name_service.xml"
94682026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.268 INFO O| "etc/svc/profile/platform.xml"
94692026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.268 INFO O| "etc/svc/profile/platform_omicron1.xml"
94702026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.268 INFO O| "etc/svc/repository.db"
94712026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.274 INFO O| "opt/ooce/share"
94722026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.274 INFO O| "opt/ooce/share/man"
94732026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.274 INFO O| "opt/ooce/share/man/man1"
94742026-08-25T07:50:57.235Z[ host-image] Aug 25 07:50:56.283 INFO O| finishing archive...
94752026-08-25T07:50:57.831Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94762026-08-25T07:50:59.619Z[ host-image] Aug 25 07:50:58.661 INFO O| creating gzonly manifest...
94772026-08-25T07:50:59.631Z[ host-image] Aug 25 07:50:58.668 INFO O| ok
94782026-08-25T07:50:59.735Z[ host-image] Aug 25 07:50:58.779 INFO image builder template: ramdisk-02-trim...
94792026-08-25T07:50:59.735Z[ host-image] Aug 25 07:50:58.779 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94802026-08-25T07:50:59.752Z[ host-image] Aug 25 07:50:58.799 INFO O| Aug 25 07:50:58.798 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94812026-08-25T07:50:59.764Z[ host-image] Aug 25 07:50:58.802 INFO O| Aug 25 07:50:58.802 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94822026-08-25T07:51:00.922Z[ host-image] Aug 25 07:50:59.959 INFO O| Aug 25 07:50:59.959 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94832026-08-25T07:51:01.040Z[ host-image] Aug 25 07:51:00.087 INFO O| Aug 25 07:51:00.087 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94842026-08-25T07:51:01.062Z[ host-image] Aug 25 07:51:00.087 INFO O| Aug 25 07:51:00.087 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94852026-08-25T07:51:01.063Z[ host-image] Aug 25 07:51:00.091 INFO O| Aug 25 07:51:00.091 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94862026-08-25T07:51:01.063Z[ host-image] Aug 25 07:51:00.094 INFO O| Aug 25 07:51:00.094 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94872026-08-25T07:51:01.063Z[ host-image] Aug 25 07:51:00.099 INFO O| Aug 25 07:51:00.099 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94882026-08-25T07:51:01.134Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94892026-08-25T07:51:02.181Z[ host-image] Aug 25 07:51:01.229 INFO O| Aug 25 07:51:01.229 INFO rolled back to input snapshot; work may begin
94902026-08-25T07:51:02.182Z[ host-image] Aug 25 07:51:01.229 INFO O| Aug 25 07:51:01.229 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94912026-08-25T07:51:02.208Z[ host-image] Aug 25 07:51:01.234 INFO O| Aug 25 07:51:01.234 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-25T07:51:02.208Z[ host-image] Aug 25 07:51:01.242 INFO O| Aug 25 07:51:01.242 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94932026-08-25T07:51:02.242Z[ host-image] Aug 25 07:51:01.281 INFO O| Aug 25 07:51:01.281 INFO STEP 0 (remove_files) COMPLETE
94942026-08-25T07:51:02.242Z[ host-image] Aug 25 07:51:01.281 INFO O| Aug 25 07:51:01.281 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-25T07:51:02.253Z[ host-image] Aug 25 07:51:01.289 INFO O| Aug 25 07:51:01.289 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94962026-08-25T07:51:02.253Z[ host-image] Aug 25 07:51:01.290 INFO O| Aug 25 07:51:01.290 INFO STEP 1 (remove_files) COMPLETE
94972026-08-25T07:51:02.253Z[ host-image] Aug 25 07:51:01.290 INFO O| Aug 25 07:51:01.290 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-25T07:51:02.253Z[ host-image] Aug 25 07:51:01.299 INFO O| Aug 25 07:51:01.299 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94992026-08-25T07:51:02.273Z[ host-image] Aug 25 07:51:01.312 INFO O| Aug 25 07:51:01.311 INFO STEP 2 (remove_files) COMPLETE
95002026-08-25T07:51:02.273Z[ host-image] Aug 25 07:51:01.312 INFO O| Aug 25 07:51:01.312 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-25T07:51:02.284Z[ host-image] Aug 25 07:51:01.321 INFO O| Aug 25 07:51:01.321 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95022026-08-25T07:51:02.284Z[ host-image] Aug 25 07:51:01.322 INFO O| Aug 25 07:51:01.322 INFO STEP 3 (remove_files) COMPLETE
95032026-08-25T07:51:02.284Z[ host-image] Aug 25 07:51:01.322 INFO O| Aug 25 07:51:01.322 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-25T07:51:02.284Z[ host-image] Aug 25 07:51:01.330 INFO O| Aug 25 07:51:01.330 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95052026-08-25T07:51:02.284Z[ host-image] Aug 25 07:51:01.333 INFO O| Aug 25 07:51:01.333 INFO STEP 4 (remove_files) COMPLETE
95062026-08-25T07:51:02.284Z[ host-image] Aug 25 07:51:01.333 INFO O| Aug 25 07:51:01.333 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-25T07:51:02.309Z[ host-image] Aug 25 07:51:01.342 INFO O| Aug 25 07:51:01.342 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95082026-08-25T07:51:02.309Z[ host-image] Aug 25 07:51:01.344 INFO O| Aug 25 07:51:01.344 INFO STEP 5 (remove_files) COMPLETE
95092026-08-25T07:51:02.309Z[ host-image] Aug 25 07:51:01.344 INFO O| Aug 25 07:51:01.344 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-25T07:51:02.389Z[ host-image] Aug 25 07:51:01.352 INFO O| Aug 25 07:51:01.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95112026-08-25T07:51:02.389Z[ host-image] Aug 25 07:51:01.361 INFO O| Aug 25 07:51:01.361 INFO STEP 6 (remove_files) COMPLETE
95122026-08-25T07:51:02.389Z[ host-image] Aug 25 07:51:01.361 INFO O| Aug 25 07:51:01.361 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-25T07:51:02.389Z[ host-image] Aug 25 07:51:01.361 INFO O| Aug 25 07:51:01.361 INFO skip step because feature "heliosv2" is not enabled
95142026-08-25T07:51:02.389Z[ host-image] Aug 25 07:51:01.361 INFO O| Aug 25 07:51:01.361 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-25T07:51:02.389Z[ host-image] Aug 25 07:51:01.369 INFO O| Aug 25 07:51:01.369 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95162026-08-25T07:51:02.418Z[ host-image] Aug 25 07:51:01.380 INFO O| Aug 25 07:51:01.380 INFO STEP 8 (remove_files) COMPLETE
95172026-08-25T07:51:02.418Z[ host-image] Aug 25 07:51:01.380 INFO O| Aug 25 07:51:01.380 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-25T07:51:02.418Z[ host-image] Aug 25 07:51:01.387 INFO O| Aug 25 07:51:01.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95192026-08-25T07:51:02.418Z[ host-image] Aug 25 07:51:01.451 INFO O| Aug 25 07:51:01.451 INFO STEP 9 (remove_files) COMPLETE
95202026-08-25T07:51:02.418Z[ host-image] Aug 25 07:51:01.451 INFO O| Aug 25 07:51:01.451 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-25T07:51:02.445Z[ host-image] Aug 25 07:51:01.460 INFO O| Aug 25 07:51:01.460 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95222026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.531 INFO O| Aug 25 07:51:01.531 INFO STEP 10 (remove_files) COMPLETE
95232026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.531 INFO O| Aug 25 07:51:01.531 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.540 INFO O| Aug 25 07:51:01.540 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95252026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.543 INFO O| Aug 25 07:51:01.543 INFO STEP 11 (remove_files) COMPLETE
95262026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.543 INFO O| Aug 25 07:51:01.543 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.550 INFO O| Aug 25 07:51:01.550 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95282026-08-25T07:51:02.608Z[ host-image] Aug 25 07:51:01.550 INFO O| Aug 25 07:51:01.550 INFO STEP 12 (remove_files) COMPLETE
95292026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.550 INFO O| Aug 25 07:51:01.550 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.558 INFO O| Aug 25 07:51:01.558 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95312026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.559 INFO O| Aug 25 07:51:01.559 INFO STEP 13 (remove_files) COMPLETE
95322026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.559 INFO O| Aug 25 07:51:01.559 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.579 INFO O| Aug 25 07:51:01.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95342026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.579 INFO O| Aug 25 07:51:01.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95352026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.586 INFO O| Aug 25 07:51:01.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95362026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.586 INFO O| Aug 25 07:51:01.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95372026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.586 INFO O| Aug 25 07:51:01.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95382026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.586 INFO O| Aug 25 07:51:01.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95392026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.586 INFO O| Aug 25 07:51:01.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95402026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95412026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95422026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95432026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95442026-08-25T07:51:02.609Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95452026-08-25T07:51:02.610Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95462026-08-25T07:51:02.610Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95472026-08-25T07:51:02.610Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95482026-08-25T07:51:02.610Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95492026-08-25T07:51:02.610Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95502026-08-25T07:51:02.610Z[ host-image] Aug 25 07:51:01.587 INFO O| Aug 25 07:51:01.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95512026-08-25T07:51:02.705Z[ host-image] Aug 25 07:51:01.729 INFO O| Aug 25 07:51:01.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95522026-08-25T07:51:02.726Z[ host-image] Aug 25 07:51:01.736 INFO O| Aug 25 07:51:01.736 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95532026-08-25T07:51:02.771Z[ host-image] Aug 25 07:51:01.808 INFO O| Aug 25 07:51:01.808 INFO STEP 14 (remove_files) COMPLETE
95542026-08-25T07:51:02.771Z[ host-image] Aug 25 07:51:01.808 INFO O| Aug 25 07:51:01.808 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-25T07:51:02.790Z[ host-image] Aug 25 07:51:01.817 INFO O| Aug 25 07:51:01.817 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95562026-08-25T07:51:02.790Z[ host-image] Aug 25 07:51:01.818 INFO O| Aug 25 07:51:01.818 INFO STEP 15 (remove_files) COMPLETE
95572026-08-25T07:51:02.790Z[ host-image] Aug 25 07:51:01.818 INFO O| Aug 25 07:51:01.818 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-25T07:51:02.790Z[ host-image] Aug 25 07:51:01.828 INFO O| Aug 25 07:51:01.828 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95592026-08-25T07:51:02.808Z[ host-image] Aug 25 07:51:01.834 INFO O| Aug 25 07:51:01.834 INFO STEP 16 (remove_files) COMPLETE
95602026-08-25T07:51:02.808Z[ host-image] Aug 25 07:51:01.834 INFO O| Aug 25 07:51:01.834 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-25T07:51:02.808Z[ host-image] Aug 25 07:51:01.843 INFO O| Aug 25 07:51:01.843 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95622026-08-25T07:51:02.809Z[ host-image] Aug 25 07:51:01.843 INFO O| Aug 25 07:51:01.843 INFO STEP 17 (remove_files) COMPLETE
95632026-08-25T07:51:02.809Z[ host-image] Aug 25 07:51:01.843 INFO O| Aug 25 07:51:01.843 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-25T07:51:02.809Z[ host-image] Aug 25 07:51:01.850 INFO O| Aug 25 07:51:01.850 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95652026-08-25T07:51:02.809Z[ host-image] Aug 25 07:51:01.851 INFO O| Aug 25 07:51:01.851 INFO STEP 18 (remove_files) COMPLETE
95662026-08-25T07:51:02.809Z[ host-image] Aug 25 07:51:01.851 INFO O| Aug 25 07:51:01.851 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-25T07:51:02.818Z[ host-image] Aug 25 07:51:01.861 INFO O| Aug 25 07:51:01.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95682026-08-25T07:51:02.818Z[ host-image] Aug 25 07:51:01.861 INFO O| Aug 25 07:51:01.861 INFO STEP 19 (remove_files) COMPLETE
95692026-08-25T07:51:02.818Z[ host-image] Aug 25 07:51:01.861 INFO O| Aug 25 07:51:01.861 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-25T07:51:02.818Z[ host-image] Aug 25 07:51:01.869 INFO O| Aug 25 07:51:01.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95712026-08-25T07:51:02.819Z[ host-image] Aug 25 07:51:01.870 INFO O| Aug 25 07:51:01.870 INFO STEP 20 (remove_files) COMPLETE
95722026-08-25T07:51:02.819Z[ host-image] Aug 25 07:51:01.870 INFO O| Aug 25 07:51:01.870 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-25T07:51:02.842Z[ host-image] Aug 25 07:51:01.878 INFO O| Aug 25 07:51:01.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95742026-08-25T07:51:02.842Z[ host-image] Aug 25 07:51:01.878 INFO O| Aug 25 07:51:01.878 INFO STEP 21 (remove_files) COMPLETE
95752026-08-25T07:51:02.842Z[ host-image] Aug 25 07:51:01.878 INFO O| Aug 25 07:51:01.878 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-25T07:51:02.853Z[ host-image] Aug 25 07:51:01.886 INFO O| Aug 25 07:51:01.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95772026-08-25T07:51:02.853Z[ host-image] Aug 25 07:51:01.886 INFO O| Aug 25 07:51:01.886 INFO STEP 22 (remove_files) COMPLETE
95782026-08-25T07:51:02.853Z[ host-image] Aug 25 07:51:01.886 INFO O| Aug 25 07:51:01.886 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-25T07:51:02.853Z[ host-image] Aug 25 07:51:01.895 INFO O| Aug 25 07:51:01.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95802026-08-25T07:51:02.853Z[ host-image] Aug 25 07:51:01.895 INFO O| Aug 25 07:51:01.895 INFO STEP 23 (remove_files) COMPLETE
95812026-08-25T07:51:02.853Z[ host-image] Aug 25 07:51:01.895 INFO O| Aug 25 07:51:01.895 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-25T07:51:02.865Z[ host-image] Aug 25 07:51:01.904 INFO O| Aug 25 07:51:01.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95832026-08-25T07:51:02.865Z[ host-image] Aug 25 07:51:01.904 INFO O| Aug 25 07:51:01.904 INFO STEP 24 (remove_files) COMPLETE
95842026-08-25T07:51:02.865Z[ host-image] Aug 25 07:51:01.904 INFO O| Aug 25 07:51:01.904 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-25T07:51:02.865Z[ host-image] Aug 25 07:51:01.912 INFO O| Aug 25 07:51:01.912 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95862026-08-25T07:51:02.865Z[ host-image] Aug 25 07:51:01.912 INFO O| Aug 25 07:51:01.912 INFO STEP 25 (remove_files) COMPLETE
95872026-08-25T07:51:02.865Z[ host-image] Aug 25 07:51:01.912 INFO O| Aug 25 07:51:01.912 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-25T07:51:02.879Z[ host-image] Aug 25 07:51:01.920 INFO O| Aug 25 07:51:01.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95892026-08-25T07:51:02.879Z[ host-image] Aug 25 07:51:01.920 INFO O| Aug 25 07:51:01.920 INFO STEP 26 (remove_files) COMPLETE
95902026-08-25T07:51:02.879Z[ host-image] Aug 25 07:51:01.920 INFO O| Aug 25 07:51:01.920 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-25T07:51:02.891Z[ host-image] Aug 25 07:51:01.929 INFO O| Aug 25 07:51:01.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95922026-08-25T07:51:02.891Z[ host-image] Aug 25 07:51:01.929 INFO O| Aug 25 07:51:01.929 INFO STEP 27 (remove_files) COMPLETE
95932026-08-25T07:51:02.891Z[ host-image] Aug 25 07:51:01.929 INFO O| Aug 25 07:51:01.929 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-25T07:51:02.891Z[ host-image] Aug 25 07:51:01.938 INFO O| Aug 25 07:51:01.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95952026-08-25T07:51:02.891Z[ host-image] Aug 25 07:51:01.938 INFO O| Aug 25 07:51:01.938 INFO STEP 28 (remove_files) COMPLETE
95962026-08-25T07:51:02.891Z[ host-image] Aug 25 07:51:01.938 INFO O| Aug 25 07:51:01.938 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-25T07:51:02.913Z[ host-image] Aug 25 07:51:01.947 INFO O| Aug 25 07:51:01.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95982026-08-25T07:51:02.913Z[ host-image] Aug 25 07:51:01.947 INFO O| Aug 25 07:51:01.947 INFO STEP 29 (remove_files) COMPLETE
95992026-08-25T07:51:02.913Z[ host-image] Aug 25 07:51:01.947 INFO O| Aug 25 07:51:01.947 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-25T07:51:02.931Z[ host-image] Aug 25 07:51:01.956 INFO O| Aug 25 07:51:01.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96012026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.956 INFO O| Aug 25 07:51:01.956 INFO STEP 30 (remove_files) COMPLETE
96022026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.956 INFO O| Aug 25 07:51:01.956 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.966 INFO O| Aug 25 07:51:01.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96042026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.966 INFO O| Aug 25 07:51:01.966 INFO STEP 31 (remove_files) COMPLETE
96052026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.966 INFO O| Aug 25 07:51:01.966 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.975 INFO O| Aug 25 07:51:01.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96072026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.975 INFO O| Aug 25 07:51:01.975 INFO STEP 32 (remove_files) COMPLETE
96082026-08-25T07:51:02.932Z[ host-image] Aug 25 07:51:01.975 INFO O| Aug 25 07:51:01.975 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-25T07:51:02.968Z[ host-image] Aug 25 07:51:01.983 INFO O| Aug 25 07:51:01.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96102026-08-25T07:51:02.968Z[ host-image] Aug 25 07:51:01.983 INFO O| Aug 25 07:51:01.983 INFO STEP 33 (remove_files) COMPLETE
96112026-08-25T07:51:02.968Z[ host-image] Aug 25 07:51:01.983 INFO O| Aug 25 07:51:01.983 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-25T07:51:02.968Z[ host-image] Aug 25 07:51:01.992 INFO O| Aug 25 07:51:01.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96132026-08-25T07:51:02.968Z[ host-image] Aug 25 07:51:01.992 INFO O| Aug 25 07:51:01.992 INFO STEP 34 (remove_files) COMPLETE
96142026-08-25T07:51:02.968Z[ host-image] Aug 25 07:51:01.992 INFO O| Aug 25 07:51:01.992 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-25T07:51:02.995Z[ host-image] Aug 25 07:51:02.000 INFO O| Aug 25 07:51:02.000 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96162026-08-25T07:51:02.995Z[ host-image] Aug 25 07:51:02.000 INFO O| Aug 25 07:51:02.000 INFO STEP 35 (remove_files) COMPLETE
96172026-08-25T07:51:02.995Z[ host-image] Aug 25 07:51:02.000 INFO O| Aug 25 07:51:02.000 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.009 INFO O| Aug 25 07:51:02.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96192026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.009 INFO O| Aug 25 07:51:02.009 INFO STEP 36 (remove_files) COMPLETE
96202026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.009 INFO O| Aug 25 07:51:02.009 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.017 INFO O| Aug 25 07:51:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96222026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.018 INFO O| Aug 25 07:51:02.017 INFO STEP 37 (remove_files) COMPLETE
96232026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.018 INFO O| Aug 25 07:51:02.017 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.027 INFO O| Aug 25 07:51:02.027 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96252026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.027 INFO O| Aug 25 07:51:02.027 INFO STEP 38 (remove_files) COMPLETE
96262026-08-25T07:51:02.996Z[ host-image] Aug 25 07:51:02.027 INFO O| Aug 25 07:51:02.027 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-25T07:51:03.021Z[ host-image] Aug 25 07:51:02.036 INFO O| Aug 25 07:51:02.036 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96282026-08-25T07:51:03.021Z[ host-image] Aug 25 07:51:02.036 INFO O| Aug 25 07:51:02.036 INFO STEP 39 (remove_files) COMPLETE
96292026-08-25T07:51:03.021Z[ host-image] Aug 25 07:51:02.036 INFO O| Aug 25 07:51:02.036 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-25T07:51:03.021Z[ host-image] Aug 25 07:51:02.045 INFO O| Aug 25 07:51:02.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96312026-08-25T07:51:03.021Z[ host-image] Aug 25 07:51:02.046 INFO O| Aug 25 07:51:02.046 INFO STEP 40 (remove_files) COMPLETE
96322026-08-25T07:51:03.021Z[ host-image] Aug 25 07:51:02.046 INFO O| Aug 25 07:51:02.046 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-25T07:51:03.022Z[ host-image] Aug 25 07:51:02.055 INFO O| Aug 25 07:51:02.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96342026-08-25T07:51:03.022Z[ host-image] Aug 25 07:51:02.055 INFO O| Aug 25 07:51:02.055 INFO STEP 41 (remove_files) COMPLETE
96352026-08-25T07:51:03.022Z[ host-image] Aug 25 07:51:02.055 INFO O| Aug 25 07:51:02.055 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.064 INFO O| Aug 25 07:51:02.064 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96372026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.064 INFO O| Aug 25 07:51:02.064 INFO STEP 42 (remove_files) COMPLETE
96382026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.064 INFO O| Aug 25 07:51:02.064 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.073 INFO O| Aug 25 07:51:02.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96402026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.073 INFO O| Aug 25 07:51:02.073 INFO STEP 43 (remove_files) COMPLETE
96412026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.073 INFO O| Aug 25 07:51:02.073 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.081 INFO O| Aug 25 07:51:02.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96432026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.081 INFO O| Aug 25 07:51:02.081 INFO STEP 44 (remove_files) COMPLETE
96442026-08-25T07:51:03.038Z[ host-image] Aug 25 07:51:02.081 INFO O| Aug 25 07:51:02.081 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-25T07:51:03.054Z[ host-image] Aug 25 07:51:02.091 INFO O| Aug 25 07:51:02.091 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96462026-08-25T07:51:03.054Z[ host-image] Aug 25 07:51:02.091 INFO O| Aug 25 07:51:02.091 INFO STEP 45 (remove_files) COMPLETE
96472026-08-25T07:51:03.054Z[ host-image] Aug 25 07:51:02.091 INFO O| Aug 25 07:51:02.091 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-25T07:51:03.054Z[ host-image] Aug 25 07:51:02.099 INFO O| Aug 25 07:51:02.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96492026-08-25T07:51:03.054Z[ host-image] Aug 25 07:51:02.100 INFO O| Aug 25 07:51:02.099 INFO STEP 46 (remove_files) COMPLETE
96502026-08-25T07:51:03.054Z[ host-image] Aug 25 07:51:02.100 INFO O| Aug 25 07:51:02.099 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-25T07:51:03.064Z[ host-image] Aug 25 07:51:02.110 INFO O| Aug 25 07:51:02.110 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96522026-08-25T07:51:03.064Z[ host-image] Aug 25 07:51:02.110 INFO O| Aug 25 07:51:02.110 INFO STEP 47 (remove_files) COMPLETE
96532026-08-25T07:51:03.064Z[ host-image] Aug 25 07:51:02.110 INFO O| Aug 25 07:51:02.110 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-25T07:51:03.081Z[ host-image] Aug 25 07:51:02.119 INFO O| Aug 25 07:51:02.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96552026-08-25T07:51:03.081Z[ host-image] Aug 25 07:51:02.119 INFO O| Aug 25 07:51:02.119 INFO STEP 48 (remove_files) COMPLETE
96562026-08-25T07:51:03.081Z[ host-image] Aug 25 07:51:02.119 INFO O| Aug 25 07:51:02.119 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-25T07:51:03.102Z[ host-image] Aug 25 07:51:02.129 INFO O| Aug 25 07:51:02.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96582026-08-25T07:51:03.102Z[ host-image] Aug 25 07:51:02.129 INFO O| Aug 25 07:51:02.129 INFO STEP 49 (remove_files) COMPLETE
96592026-08-25T07:51:03.102Z[ host-image] Aug 25 07:51:02.129 INFO O| Aug 25 07:51:02.129 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-25T07:51:03.102Z[ host-image] Aug 25 07:51:02.138 INFO O| Aug 25 07:51:02.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96612026-08-25T07:51:03.102Z[ host-image] Aug 25 07:51:02.138 INFO O| Aug 25 07:51:02.138 INFO STEP 50 (remove_files) COMPLETE
96622026-08-25T07:51:03.102Z[ host-image] Aug 25 07:51:02.138 INFO O| Aug 25 07:51:02.138 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.146 INFO O| Aug 25 07:51:02.146 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96642026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.146 INFO O| Aug 25 07:51:02.146 INFO STEP 51 (remove_files) COMPLETE
96652026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.146 INFO O| Aug 25 07:51:02.146 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.154 INFO O| Aug 25 07:51:02.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96672026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.154 INFO O| Aug 25 07:51:02.154 INFO STEP 52 (remove_files) COMPLETE
96682026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.154 INFO O| Aug 25 07:51:02.154 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.163 INFO O| Aug 25 07:51:02.163 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96702026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.163 INFO O| Aug 25 07:51:02.163 INFO STEP 53 (remove_files) COMPLETE
96712026-08-25T07:51:03.115Z[ host-image] Aug 25 07:51:02.163 INFO O| Aug 25 07:51:02.163 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-25T07:51:03.121Z[ host-image] Aug 25 07:51:02.171 INFO O| Aug 25 07:51:02.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96732026-08-25T07:51:03.121Z[ host-image] Aug 25 07:51:02.171 INFO O| Aug 25 07:51:02.171 INFO STEP 54 (remove_files) COMPLETE
96742026-08-25T07:51:03.121Z[ host-image] Aug 25 07:51:02.171 INFO O| Aug 25 07:51:02.171 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-25T07:51:03.126Z[ host-image] Aug 25 07:51:02.180 INFO O| Aug 25 07:51:02.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96762026-08-25T07:51:03.127Z[ host-image] Aug 25 07:51:02.180 INFO O| Aug 25 07:51:02.180 INFO STEP 55 (remove_files) COMPLETE
96772026-08-25T07:51:03.127Z[ host-image] Aug 25 07:51:02.180 INFO O| Aug 25 07:51:02.180 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-25T07:51:03.156Z[ host-image] Aug 25 07:51:02.189 INFO O| Aug 25 07:51:02.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96792026-08-25T07:51:03.156Z[ host-image] Aug 25 07:51:02.189 INFO O| Aug 25 07:51:02.189 INFO STEP 56 (remove_files) COMPLETE
96802026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.189 INFO O| Aug 25 07:51:02.189 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.199 INFO O| Aug 25 07:51:02.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96822026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.199 INFO O| Aug 25 07:51:02.199 INFO STEP 57 (remove_files) COMPLETE
96832026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.199 INFO O| Aug 25 07:51:02.199 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.207 INFO O| Aug 25 07:51:02.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96852026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.207 INFO O| Aug 25 07:51:02.207 INFO STEP 58 (remove_files) COMPLETE
96862026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.207 INFO O| Aug 25 07:51:02.207 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96882026-08-25T07:51:03.178Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96892026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96902026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96912026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96922026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96932026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO ok!
96942026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO STEP 59 (ensure_file) COMPLETE
96952026-08-25T07:51:03.179Z[ host-image] Aug 25 07:51:02.216 INFO O| Aug 25 07:51:02.216 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.226 INFO O| Aug 25 07:51:02.226 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96972026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.226 INFO O| Aug 25 07:51:02.226 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96982026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96992026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97002026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97012026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97022026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO ok!
97032026-08-25T07:51:03.190Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO STEP 60 (ensure_file) COMPLETE
97042026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.227 INFO O| Aug 25 07:51:02.227 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.237 INFO O| Aug 25 07:51:02.237 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97062026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.237 INFO O| Aug 25 07:51:02.237 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97072026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.237 INFO O| Aug 25 07:51:02.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97082026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.237 INFO O| Aug 25 07:51:02.237 INFO ok!
97092026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.237 INFO O| Aug 25 07:51:02.237 INFO STEP 61 (ensure_file) COMPLETE
97102026-08-25T07:51:03.191Z[ host-image] Aug 25 07:51:02.237 INFO O| Aug 25 07:51:02.237 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-25T07:51:03.208Z[ host-image] Aug 25 07:51:02.245 INFO O| Aug 25 07:51:02.245 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97122026-08-25T07:51:03.208Z[ host-image] Aug 25 07:51:02.245 INFO O| Aug 25 07:51:02.245 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97132026-08-25T07:51:03.208Z[ host-image] Aug 25 07:51:02.246 INFO O| Aug 25 07:51:02.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97142026-08-25T07:51:03.208Z[ host-image] Aug 25 07:51:02.246 INFO O| Aug 25 07:51:02.246 INFO ok!
97152026-08-25T07:51:03.208Z[ host-image] Aug 25 07:51:02.246 INFO O| Aug 25 07:51:02.246 INFO STEP 62 (ensure_file) COMPLETE
97162026-08-25T07:51:03.208Z[ host-image] Aug 25 07:51:02.246 INFO O| Aug 25 07:51:02.246 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-08-25T07:51:03.231Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97182026-08-25T07:51:03.231Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97192026-08-25T07:51:03.231Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97202026-08-25T07:51:03.231Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97212026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 INFO ok!
97222026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 INFO STEP 63 (ensure_file) COMPLETE
97232026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.256 INFO O| Aug 25 07:51:02.256 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97242026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97252026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97262026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97272026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97282026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO ok!
97292026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO STEP 64 (ensure_file) COMPLETE
97302026-08-25T07:51:03.232Z[ host-image] Aug 25 07:51:02.264 INFO O| Aug 25 07:51:02.264 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.272 INFO O| Aug 25 07:51:02.272 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97322026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.272 INFO O| Aug 25 07:51:02.272 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97332026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.272 INFO O| Aug 25 07:51:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97342026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.272 INFO O| Aug 25 07:51:02.272 INFO ok!
97352026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.272 INFO O| Aug 25 07:51:02.272 INFO STEP 65 (assemble_files) COMPLETE
97362026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.272 INFO O| Aug 25 07:51:02.272 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97382026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97392026-08-25T07:51:03.242Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97402026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97412026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO ok!
97422026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO STEP 66 (ensure_file) COMPLETE
97432026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.282 INFO O| Aug 25 07:51:02.282 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97442026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.292 INFO O| Aug 25 07:51:02.292 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97452026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.292 INFO O| Aug 25 07:51:02.292 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97462026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.292 INFO O| Aug 25 07:51:02.292 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97472026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.292 INFO O| Aug 25 07:51:02.292 INFO STEP 67 (ensure_dir) COMPLETE
97482026-08-25T07:51:03.243Z[ host-image] Aug 25 07:51:02.292 INFO O| Aug 25 07:51:02.292 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97492026-08-25T07:51:03.248Z[ host-image] Aug 25 07:51:02.302 INFO O| Aug 25 07:51:02.302 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97502026-08-25T07:51:03.248Z[ host-image] Aug 25 07:51:02.302 INFO O| Aug 25 07:51:02.302 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 ...
97512026-08-25T07:51:03.260Z[ host-image] Aug 25 07:51:02.308 INFO O| Aug 25 07:51:02.308 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
97522026-08-25T07:51:03.260Z[ host-image] Aug 25 07:51:02.308 INFO O| Aug 25 07:51:02.308 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97532026-08-25T07:51:03.260Z[ host-image] Aug 25 07:51:02.308 INFO O| Aug 25 07:51:02.308 INFO ok!
97542026-08-25T07:51:03.260Z[ host-image] Aug 25 07:51:02.308 INFO O| Aug 25 07:51:02.308 INFO STEP 68 (ensure_file) COMPLETE
97552026-08-25T07:51:03.260Z[ host-image] Aug 25 07:51:02.308 INFO O| Aug 25 07:51:02.308 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97562026-08-25T07:51:03.275Z[ host-image] Aug 25 07:51:02.318 INFO O| Aug 25 07:51:02.318 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97572026-08-25T07:51:03.275Z[ host-image] Aug 25 07:51:02.318 INFO O| Aug 25 07:51:02.318 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 ...
97582026-08-25T07:51:03.275Z[ host-image] Aug 25 07:51:02.319 INFO O| Aug 25 07:51:02.318 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
97592026-08-25T07:51:03.276Z[ host-image] Aug 25 07:51:02.319 INFO O| Aug 25 07:51:02.319 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97602026-08-25T07:51:03.276Z[ host-image] Aug 25 07:51:02.319 INFO O| Aug 25 07:51:02.319 INFO ok!
97612026-08-25T07:51:03.276Z[ host-image] Aug 25 07:51:02.319 INFO O| Aug 25 07:51:02.319 INFO STEP 69 (ensure_file) COMPLETE
97622026-08-25T07:51:03.276Z[ host-image] Aug 25 07:51:02.319 INFO O| Aug 25 07:51:02.319 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97632026-08-25T07:51:03.310Z[ host-image] Aug 25 07:51:02.332 INFO O| Aug 25 07:51:02.332 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97642026-08-25T07:51:03.310Z[ host-image] Aug 25 07:51:02.332 INFO O| Aug 25 07:51:02.332 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97652026-08-25T07:51:04.757Z[ host-image] Aug 25 07:51:03.795 INFO O| Aug 25 07:51:03.795 INFO STEP 70 (pack_tar) COMPLETE
97662026-08-25T07:51:04.757Z[ host-image] Aug 25 07:51:03.795 INFO O| Aug 25 07:51:03.795 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97672026-08-25T07:51:04.769Z[ host-image] Aug 25 07:51:03.795 INFO O| Aug 25 07:51:03.795 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97682026-08-25T07:51:05.484Z[ host-image] Aug 25 07:51:04.531 INFO O| Aug 25 07:51:04.531 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97692026-08-25T07:51:05.907Z[ host-image] Aug 25 07:51:04.962 INFO O| Aug 25 07:51:04.962 INFO completed processing sled/ramdisk-02-trim
97702026-08-25T07:51:05.915Z[ host-image] Aug 25 07:51:04.964 INFO image builder template: zfs...
97712026-08-25T07:51:05.915Z[ host-image] Aug 25 07:51:04.964 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/.tmpwoNkMM/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97722026-08-25T07:51:05.940Z[ host-image] Aug 25 07:51:04.977 INFO O| Aug 25 07:51:04.976 INFO skip include "stress" because feature "stress" is not enabled
97732026-08-25T07:51:05.940Z[ host-image] Aug 25 07:51:04.977 INFO O| Aug 25 07:51:04.976 INFO skip include "stress" because feature "compliance" is not enabled
97742026-08-25T07:51:05.951Z[ host-image] Aug 25 07:51:05.006 INFO O| Aug 25 07:51:05.006 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97752026-08-25T07:51:05.967Z[ host-image] Aug 25 07:51:05.011 INFO O| Aug 25 07:51:05.011 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97762026-08-25T07:51:06.047Z[ host-image] Aug 25 07:51:05.095 INFO O| Aug 25 07:51:05.094 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97772026-08-25T07:51:06.084Z[ host-image] Aug 25 07:51:05.136 INFO O| Aug 25 07:51:05.136 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97782026-08-25T07:51:06.084Z[ host-image] Aug 25 07:51:05.136 INFO O| Aug 25 07:51:05.136 INFO work dataset: rpool/images/build/host/work/sled/zfs
97792026-08-25T07:51:06.092Z[ host-image] Aug 25 07:51:05.140 INFO O| Aug 25 07:51:05.140 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97802026-08-25T07:51:06.126Z[ host-image] Aug 25 07:51:05.183 INFO O| Aug 25 07:51:05.183 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97812026-08-25T07:51:06.179Z[ host-image] Aug 25 07:51:05.218 INFO O| Aug 25 07:51:05.218 INFO DESTROY POOL: TEMPORARY-sled-zfs
97822026-08-25T07:51:06.187Z[ host-image] Aug 25 07:51:05.227 INFO O| Aug 25 07:51:05.227 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97832026-08-25T07:51:06.188Z[ host-image] Aug 25 07:51:05.233 INFO O| Aug 25 07:51:05.233 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97842026-08-25T07:51:06.188Z[ host-image] Aug 25 07:51:05.233 INFO O| Aug 25 07:51:05.233 INFO no lofi found
97852026-08-25T07:51:06.188Z[ host-image] Aug 25 07:51:05.233 INFO O| Aug 25 07:51:05.233 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97862026-08-25T07:51:06.188Z[ host-image] Aug 25 07:51:05.233 INFO O| Aug 25 07:51:05.233 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97872026-08-25T07:51:07.956Z[ host-image] Aug 25 07:51:07.001 INFO O| Aug 25 07:51:07.001 INFO lofi device = /dev/dsk/c2t1d0p0
97882026-08-25T07:51:07.956Z[ host-image] Aug 25 07:51:07.001 INFO O| Aug 25 07:51:07.001 INFO pool device = /dev/dsk/c2t1d0p0
97892026-08-25T07:51:07.975Z[ host-image] Aug 25 07:51:07.001 INFO O| Aug 25 07:51:07.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"]
97902026-08-25T07:51:08.040Z[ host-image] Aug 25 07:51:07.075 INFO O| Aug 25 07:51:07.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97912026-08-25T07:51:08.040Z[ host-image] Aug 25 07:51:07.075 INFO O| Aug 25 07:51:07.075 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97922026-08-25T07:51:08.054Z[ host-image] Aug 25 07:51:07.095 INFO O| Aug 25 07:51:07.095 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97932026-08-25T07:51:08.099Z[ host-image] Aug 25 07:51:07.147 INFO O| Aug 25 07:51:07.146 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97942026-08-25T07:51:08.129Z[ host-image] Aug 25 07:51:07.176 INFO O| Aug 25 07:51:07.176 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97952026-08-25T07:51:08.154Z[ host-image] Aug 25 07:51:07.190 INFO O| Aug 25 07:51:07.190 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97962026-08-25T07:51:08.175Z[ host-image] Aug 25 07:51:07.201 INFO O| Aug 25 07:51:07.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97972026-08-25T07:51:08.189Z[ host-image] Aug 25 07:51:07.239 INFO O| Aug 25 07:51:07.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97982026-08-25T07:51:08.190Z[ host-image] Aug 25 07:51:07.239 INFO O| Aug 25 07:51:07.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97992026-08-25T07:51:08.209Z[ host-image] Aug 25 07:51:07.239 INFO O| Aug 25 07:51:07.239 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98002026-08-25T07:51:08.210Z[ host-image] Aug 25 07:51:07.251 INFO O| Aug 25 07:51:07.251 INFO boot environment UUID: e58b1fbc-3fb7-4adc-b73e-d0606e9f96a2
98012026-08-25T07:51:08.210Z[ host-image] Aug 25 07:51:07.251 INFO O| Aug 25 07:51:07.251 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e58b1fbc-3fb7-4adc-b73e-d0606e9f96a2
98022026-08-25T07:51:08.231Z[ host-image] Aug 25 07:51:07.262 INFO O| Aug 25 07:51:07.262 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98032026-08-25T07:51:08.231Z[ host-image] Aug 25 07:51:07.271 INFO O| Aug 25 07:51:07.271 INFO STEP 0 (create_be) COMPLETE
98042026-08-25T07:51:08.232Z[ host-image] Aug 25 07:51:07.271 INFO O| Aug 25 07:51:07.271 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98052026-08-25T07:51:08.256Z[ host-image] Aug 25 07:51:07.285 INFO O| Aug 25 07:51:07.285 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98062026-08-25T07:51:12.469Z[ recovery-image] Aug 25 07:51:11.519 INFO O| ok, image written!
98072026-08-25T07:51:12.469Z[ recovery-image] Aug 25 07:51:11.519 INFO O| ok, boot_image_csum file written!
98082026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.521 INFO creating boot archive (CPIO)...
98092026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.521 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
98102026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.527 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98112026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.527 INFO E| + outfile=/work/os-recovery/cpio
98122026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.527 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98132026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.529 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98142026-08-25T07:51:12.500Z[ recovery-image] Aug 25 07:51:11.529 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98152026-08-25T07:51:12.555Z[ recovery-image] Aug 25 07:51:11.557 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98162026-08-25T07:51:12.555Z[ recovery-image] Aug 25 07:51:11.557 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98172026-08-25T07:51:12.555Z[ recovery-image] Aug 25 07:51:11.564 INFO creating compressed cpio/unix for dev loaders...
98182026-08-25T07:51:12.583Z[ recovery-image] Aug 25 07:51:11.564 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
98192026-08-25T07:51:12.792Z[ recovery-image] Aug 25 07:51:11.838 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98202026-08-25T07:51:17.080Z[ recovery-image] Aug 25 07:51:16.129 INFO creating reset image...
98212026-08-25T07:51:17.080Z[ recovery-image] Aug 25 07:51:16.129 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")
98222026-08-25T07:51:17.387Z[ recovery-image] Aug 25 07:51:16.433 INFO E| Updating crates.io index
98232026-08-25T07:51:17.535Z[ recovery-image] Aug 25 07:51:16.588 INFO E| Downloading crates ...
98242026-08-25T07:51:17.586Z[ recovery-image] Aug 25 07:51:16.633 INFO E| Downloaded duct v1.1.1
98252026-08-25T07:51:17.608Z[ recovery-image] Aug 25 07:51:16.636 INFO E| Downloaded colorchoice v1.0.5
98262026-08-25T07:51:17.608Z[ recovery-image] Aug 25 07:51:16.637 INFO E| Downloaded clap_lex v1.1.0
98272026-08-25T07:51:17.608Z[ recovery-image] Aug 25 07:51:16.638 INFO E| Downloaded os_pipe v1.2.3
98282026-08-25T07:51:17.608Z[ recovery-image] Aug 25 07:51:16.639 INFO E| Downloaded shared_thread v0.2.0
98292026-08-25T07:51:17.609Z[ recovery-image] Aug 25 07:51:16.640 INFO E| Downloaded shared_child v1.1.1
98302026-08-25T07:51:17.609Z[ recovery-image] Aug 25 07:51:16.641 INFO E| Downloaded sigchld v0.2.4
98312026-08-25T07:51:17.634Z[ recovery-image] Aug 25 07:51:16.677 INFO E| Compiling libc v0.2.186
98322026-08-25T07:51:17.634Z[ recovery-image] Aug 25 07:51:16.677 INFO E| Compiling proc-macro2 v1.0.106
98332026-08-25T07:51:17.654Z[ host-image] Aug 25 07:51:16.678 INFO O| Aug 25 07:51:16.678 INFO STEP 1 (unpack_tar) COMPLETE
98342026-08-25T07:51:17.654Z[ host-image] Aug 25 07:51:16.678 INFO O| Aug 25 07:51:16.678 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-25T07:51:17.654Z[ host-image] Aug 25 07:51:16.690 INFO O| Aug 25 07:51:16.690 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98362026-08-25T07:51:17.856Z[ recovery-image] Aug 25 07:51:16.914 INFO E| Compiling signal-hook v0.3.18
98372026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling unicode-ident v1.0.24
98382026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling quote v1.0.45
98392026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling utf8parse v0.2.2
98402026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling anstyle-query v1.1.5
98412026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling anstyle v1.0.14
98422026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling colorchoice v1.0.5
98432026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling is_terminal_polyfill v1.70.2
98442026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling heck v0.5.0
98452026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.915 INFO E| Compiling clap_lex v1.1.0
98462026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.916 INFO E| Compiling strsim v0.11.1
98472026-08-25T07:51:17.882Z[ recovery-image] Aug 25 07:51:16.916 INFO E| Compiling shared_thread v0.2.0
98482026-08-25T07:51:18.050Z[ recovery-image] Aug 25 07:51:17.087 INFO E| Compiling anstyle-parse v1.0.0
98492026-08-25T07:51:18.142Z[ host-image] Aug 25 07:51:17.196 INFO O| Aug 25 07:51:17.196 INFO STEP 2 (devfsadm) COMPLETE
98502026-08-25T07:51:18.142Z[ host-image] Aug 25 07:51:17.196 INFO O| Aug 25 07:51:17.196 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-08-25T07:51:18.161Z[ host-image] Aug 25 07:51:17.207 INFO O| Aug 25 07:51:17.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98522026-08-25T07:51:18.161Z[ host-image] Aug 25 07:51:17.207 INFO O| Aug 25 07:51:17.207 INFO STEP 3 (ensure_dir) COMPLETE
98532026-08-25T07:51:18.161Z[ host-image] Aug 25 07:51:17.207 INFO O| Aug 25 07:51:17.207 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-08-25T07:51:18.183Z[ host-image] Aug 25 07:51:17.219 INFO O| Aug 25 07:51:17.219 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98552026-08-25T07:51:18.183Z[ host-image] Aug 25 07:51:17.219 INFO O| Aug 25 07:51:17.219 INFO STEP 4 (ensure_dir) COMPLETE
98562026-08-25T07:51:18.183Z[ host-image] Aug 25 07:51:17.219 INFO O| Aug 25 07:51:17.219 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-08-25T07:51:18.183Z[ host-image] Aug 25 07:51:17.230 INFO O| Aug 25 07:51:17.230 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98582026-08-25T07:51:18.183Z[ host-image] Aug 25 07:51:17.230 INFO O| Aug 25 07:51:17.230 INFO STEP 5 (ensure_dir) COMPLETE
98592026-08-25T07:51:18.183Z[ host-image] Aug 25 07:51:17.230 INFO O| Aug 25 07:51:17.230 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.240 INFO O| Aug 25 07:51:17.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98612026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.240 INFO O| Aug 25 07:51:17.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98622026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.240 INFO O| Aug 25 07:51:17.240 INFO STEP 6 (ensure_dir) COMPLETE
98632026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.240 INFO O| Aug 25 07:51:17.240 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.250 INFO O| Aug 25 07:51:17.249 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98652026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.250 INFO O| Aug 25 07:51:17.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98662026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.250 INFO O| Aug 25 07:51:17.250 INFO STEP 7 (ensure_dir) COMPLETE
98672026-08-25T07:51:18.208Z[ host-image] Aug 25 07:51:17.250 INFO O| Aug 25 07:51:17.250 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-08-25T07:51:18.228Z[ host-image] Aug 25 07:51:17.260 INFO O| Aug 25 07:51:17.260 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98692026-08-25T07:51:18.228Z[ host-image] Aug 25 07:51:17.261 INFO O| Aug 25 07:51:17.261 INFO STEP 8 (remove_files) COMPLETE
98702026-08-25T07:51:18.228Z[ host-image] Aug 25 07:51:17.261 INFO O| Aug 25 07:51:17.261 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98712026-08-25T07:51:18.228Z[ recovery-image] Aug 25 07:51:17.268 INFO E| Compiling anstream v1.0.0
98722026-08-25T07:51:18.228Z[ host-image] Aug 25 07:51:17.269 INFO O| Aug 25 07:51:17.269 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98732026-08-25T07:51:18.228Z[ host-image] Aug 25 07:51:17.270 INFO O| Aug 25 07:51:17.270 INFO STEP 9 (remove_files) COMPLETE
98742026-08-25T07:51:18.228Z[ host-image] Aug 25 07:51:17.270 INFO O| Aug 25 07:51:17.270 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98752026-08-25T07:51:18.244Z[ host-image] Aug 25 07:51:17.279 INFO O| Aug 25 07:51:17.279 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98762026-08-25T07:51:18.245Z[ host-image] Aug 25 07:51:17.279 INFO O| Aug 25 07:51:17.279 INFO STEP 10 (remove_files) COMPLETE
98772026-08-25T07:51:18.245Z[ host-image] Aug 25 07:51:17.279 INFO O| Aug 25 07:51:17.279 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98782026-08-25T07:51:18.245Z[ host-image] Aug 25 07:51:17.289 INFO O| Aug 25 07:51:17.289 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98792026-08-25T07:51:18.245Z[ host-image] Aug 25 07:51:17.289 INFO O| Aug 25 07:51:17.289 INFO STEP 11 (remove_files) COMPLETE
98802026-08-25T07:51:18.245Z[ host-image] Aug 25 07:51:17.289 INFO O| Aug 25 07:51:17.289 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98812026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.300 INFO O| Aug 25 07:51:17.300 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98822026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.300 INFO O| Aug 25 07:51:17.300 INFO STEP 12 (remove_files) COMPLETE
98832026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.300 INFO O| Aug 25 07:51:17.300 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98842026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.311 INFO O| Aug 25 07:51:17.311 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98852026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.311 INFO O| Aug 25 07:51:17.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98862026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.311 INFO O| Aug 25 07:51:17.311 INFO STEP 13 (ensure_dir) COMPLETE
98872026-08-25T07:51:18.297Z[ host-image] Aug 25 07:51:17.311 INFO O| Aug 25 07:51:17.311 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98882026-08-25T07:51:18.332Z[ host-image] Aug 25 07:51:17.322 INFO O| Aug 25 07:51:17.322 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98892026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.322 INFO O| Aug 25 07:51:17.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98902026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.322 INFO O| Aug 25 07:51:17.322 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98912026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.322 INFO O| Aug 25 07:51:17.322 INFO STEP 14 (ensure_dir) COMPLETE
98922026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.322 INFO O| Aug 25 07:51:17.322 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98932026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.333 INFO O| Aug 25 07:51:17.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98942026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.333 INFO O| Aug 25 07:51:17.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98952026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.333 INFO O| Aug 25 07:51:17.333 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98962026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.333 INFO O| Aug 25 07:51:17.333 INFO STEP 15 (ensure_dir) COMPLETE
98972026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.333 INFO O| Aug 25 07:51:17.333 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98982026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.345 INFO O| Aug 25 07:51:17.345 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98992026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.345 INFO O| Aug 25 07:51:17.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99002026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.345 INFO O| Aug 25 07:51:17.345 INFO STEP 16 (ensure_dir) COMPLETE
99012026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.345 INFO O| Aug 25 07:51:17.345 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99022026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.356 INFO O| Aug 25 07:51:17.356 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99032026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.356 INFO O| Aug 25 07:51:17.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99042026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.356 INFO O| Aug 25 07:51:17.356 INFO STEP 17 (ensure_dir) COMPLETE
99052026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.356 INFO O| Aug 25 07:51:17.356 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99062026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.364 INFO O| Aug 25 07:51:17.364 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99072026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.364 INFO O| Aug 25 07:51:17.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99082026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.364 INFO O| Aug 25 07:51:17.364 INFO ok!
99092026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.364 INFO O| Aug 25 07:51:17.364 INFO STEP 18 (ensure_symlink) COMPLETE
99102026-08-25T07:51:18.333Z[ host-image] Aug 25 07:51:17.364 INFO O| Aug 25 07:51:17.364 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99112026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.373 INFO O| Aug 25 07:51:17.372 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99122026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.373 INFO O| Aug 25 07:51:17.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99132026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.373 INFO O| Aug 25 07:51:17.373 INFO ok!
99142026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.373 INFO O| Aug 25 07:51:17.373 INFO STEP 19 (ensure_file) COMPLETE
99152026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.373 INFO O| Aug 25 07:51:17.373 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99162026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.383 INFO O| Aug 25 07:51:17.382 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99172026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.383 INFO O| Aug 25 07:51:17.383 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99182026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.383 INFO O| Aug 25 07:51:17.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99192026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.383 INFO O| Aug 25 07:51:17.383 INFO ok!
99202026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.383 INFO O| Aug 25 07:51:17.383 INFO STEP 20 (ensure_symlink) COMPLETE
99212026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.383 INFO O| Aug 25 07:51:17.383 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99222026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.391 INFO O| Aug 25 07:51:17.391 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99232026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.391 INFO O| Aug 25 07:51:17.391 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99242026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.391 INFO O| Aug 25 07:51:17.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99252026-08-25T07:51:18.377Z[ host-image] Aug 25 07:51:17.391 INFO O| Aug 25 07:51:17.391 INFO ok!
99262026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.391 INFO O| Aug 25 07:51:17.391 INFO STEP 21 (ensure_symlink) COMPLETE
99272026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.391 INFO O| Aug 25 07:51:17.391 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99282026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.399 INFO O| Aug 25 07:51:17.399 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99292026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.399 INFO O| Aug 25 07:51:17.399 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99302026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.399 INFO O| Aug 25 07:51:17.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99312026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.399 INFO O| Aug 25 07:51:17.399 INFO ok!
99322026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.399 INFO O| Aug 25 07:51:17.399 INFO STEP 22 (ensure_symlink) COMPLETE
99332026-08-25T07:51:18.378Z[ host-image] Aug 25 07:51:17.400 INFO O| Aug 25 07:51:17.399 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99342026-08-25T07:51:18.407Z[ host-image] Aug 25 07:51:17.408 INFO O| Aug 25 07:51:17.408 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99352026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.408 INFO O| Aug 25 07:51:17.408 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99362026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.408 INFO O| Aug 25 07:51:17.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99372026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.408 INFO O| Aug 25 07:51:17.408 INFO ok!
99382026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.408 INFO O| Aug 25 07:51:17.408 INFO STEP 23 (ensure_symlink) COMPLETE
99392026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.408 INFO O| Aug 25 07:51:17.408 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99402026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.416 INFO O| Aug 25 07:51:17.416 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99412026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.417 INFO O| Aug 25 07:51:17.417 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99422026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.417 INFO O| Aug 25 07:51:17.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99432026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.417 INFO O| Aug 25 07:51:17.417 INFO ok!
99442026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.417 INFO O| Aug 25 07:51:17.417 INFO STEP 24 (ensure_file) COMPLETE
99452026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.417 INFO O| Aug 25 07:51:17.417 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99462026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.426 INFO O| Aug 25 07:51:17.426 INFO updating shadow file
99472026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.426 INFO O| Aug 25 07:51:17.426 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99482026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.426 INFO O| Aug 25 07:51:17.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99492026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.426 INFO O| Aug 25 07:51:17.426 INFO STEP 25 (shadow) COMPLETE
99502026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.426 INFO O| Aug 25 07:51:17.426 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99512026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.436 INFO O| Aug 25 07:51:17.436 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99522026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.436 INFO O| Aug 25 07:51:17.436 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99532026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.436 INFO O| Aug 25 07:51:17.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99542026-08-25T07:51:18.408Z[ host-image] Aug 25 07:51:17.436 INFO O| Aug 25 07:51:17.436 INFO ok!
99552026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.436 INFO O| Aug 25 07:51:17.436 INFO STEP 26 (ensure_file) COMPLETE
99562026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.436 INFO O| Aug 25 07:51:17.436 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99572026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.444 INFO O| Aug 25 07:51:17.444 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99582026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.444 INFO O| Aug 25 07:51:17.444 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99592026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.444 INFO O| Aug 25 07:51:17.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99602026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.444 INFO O| Aug 25 07:51:17.444 INFO ok!
99612026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.444 INFO O| Aug 25 07:51:17.444 INFO STEP 27 (ensure_file) COMPLETE
99622026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.444 INFO O| Aug 25 07:51:17.444 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99632026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99642026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99652026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99662026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99672026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 INFO ok!
99682026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 INFO STEP 28 (ensure_file) COMPLETE
99692026-08-25T07:51:18.409Z[ host-image] Aug 25 07:51:17.453 INFO O| Aug 25 07:51:17.453 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99702026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.461 INFO O| Aug 25 07:51:17.461 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99712026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.461 INFO O| Aug 25 07:51:17.461 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99722026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.461 INFO O| Aug 25 07:51:17.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99732026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.461 INFO O| Aug 25 07:51:17.461 INFO ok!
99742026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.461 INFO O| Aug 25 07:51:17.461 INFO STEP 29 (ensure_file) COMPLETE
99752026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.461 INFO O| Aug 25 07:51:17.461 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99762026-08-25T07:51:18.420Z[ host-image] Aug 25 07:51:17.470 INFO O| Aug 25 07:51:17.470 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99772026-08-25T07:51:18.421Z[ host-image] Aug 25 07:51:17.470 INFO O| Aug 25 07:51:17.470 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99782026-08-25T07:51:18.421Z[ host-image] Aug 25 07:51:17.470 INFO O| Aug 25 07:51:17.470 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99792026-08-25T07:51:18.421Z[ host-image] Aug 25 07:51:17.470 INFO O| Aug 25 07:51:17.470 INFO STEP 30 (ensure_dir) COMPLETE
99802026-08-25T07:51:18.421Z[ host-image] Aug 25 07:51:17.470 INFO O| Aug 25 07:51:17.470 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99812026-08-25T07:51:18.421Z[ recovery-image] Aug 25 07:51:17.473 INFO E| Compiling clap_builder v4.6.0
99822026-08-25T07:51:18.430Z[ host-image] Aug 25 07:51:17.479 INFO O| Aug 25 07:51:17.479 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99832026-08-25T07:51:18.430Z[ host-image] Aug 25 07:51:17.479 INFO O| Aug 25 07:51:17.479 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99842026-08-25T07:51:18.430Z[ host-image] Aug 25 07:51:17.480 INFO O| Aug 25 07:51:17.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99852026-08-25T07:51:18.430Z[ host-image] Aug 25 07:51:17.480 INFO O| Aug 25 07:51:17.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99862026-08-25T07:51:18.430Z[ host-image] Aug 25 07:51:17.480 INFO O| Aug 25 07:51:17.480 INFO ok!
99872026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.480 INFO O| Aug 25 07:51:17.480 INFO STEP 31 (ensure_file) COMPLETE
99882026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.480 INFO O| Aug 25 07:51:17.480 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99892026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.487 INFO O| Aug 25 07:51:17.487 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99902026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.487 INFO O| Aug 25 07:51:17.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99912026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.487 INFO O| Aug 25 07:51:17.487 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99922026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.487 INFO O| Aug 25 07:51:17.487 INFO STEP 32 (ensure_dir) COMPLETE
99932026-08-25T07:51:18.431Z[ host-image] Aug 25 07:51:17.487 INFO O| Aug 25 07:51:17.487 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99942026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99952026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 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 ...
99962026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 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
99972026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99982026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 INFO ok!
99992026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 INFO STEP 33 (ensure_file) COMPLETE
100002026-08-25T07:51:18.441Z[ host-image] Aug 25 07:51:17.496 INFO O| Aug 25 07:51:17.496 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100012026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.506 INFO O| Aug 25 07:51:17.506 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100022026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.506 INFO O| Aug 25 07:51:17.506 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100032026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.506 INFO O| Aug 25 07:51:17.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100042026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.506 INFO O| Aug 25 07:51:17.506 INFO ok!
100052026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.506 INFO O| Aug 25 07:51:17.506 INFO STEP 34 (ensure_file) COMPLETE
100062026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.506 INFO O| Aug 25 07:51:17.506 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100082026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100092026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100102026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100112026-08-25T07:51:18.467Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 INFO ok!
100122026-08-25T07:51:18.468Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 INFO STEP 35 (ensure_file) COMPLETE
100132026-08-25T07:51:18.468Z[ host-image] Aug 25 07:51:17.515 INFO O| Aug 25 07:51:17.515 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-25T07:51:18.488Z[ host-image] Aug 25 07:51:17.523 INFO O| Aug 25 07:51:17.523 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100152026-08-25T07:51:18.488Z[ host-image] Aug 25 07:51:17.523 INFO O| Aug 25 07:51:17.523 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100162026-08-25T07:51:18.488Z[ host-image] Aug 25 07:51:17.523 INFO O| Aug 25 07:51:17.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100172026-08-25T07:51:18.488Z[ host-image] Aug 25 07:51:17.523 INFO O| Aug 25 07:51:17.523 INFO ok!
100182026-08-25T07:51:18.488Z[ host-image] Aug 25 07:51:17.523 INFO O| Aug 25 07:51:17.523 INFO STEP 36 (ensure_file) COMPLETE
100192026-08-25T07:51:18.488Z[ host-image] Aug 25 07:51:17.523 INFO O| Aug 25 07:51:17.523 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100202026-08-25T07:51:18.489Z[ host-image] Aug 25 07:51:17.531 INFO O| Aug 25 07:51:17.531 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100212026-08-25T07:51:18.489Z[ host-image] Aug 25 07:51:17.532 INFO O| Aug 25 07:51:17.531 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100222026-08-25T07:51:18.489Z[ host-image] Aug 25 07:51:17.532 INFO O| Aug 25 07:51:17.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100232026-08-25T07:51:18.489Z[ host-image] Aug 25 07:51:17.532 INFO O| Aug 25 07:51:17.532 INFO ok!
100242026-08-25T07:51:18.489Z[ host-image] Aug 25 07:51:17.532 INFO O| Aug 25 07:51:17.532 INFO STEP 37 (ensure_file) COMPLETE
100252026-08-25T07:51:18.489Z[ host-image] Aug 25 07:51:17.532 INFO O| Aug 25 07:51:17.532 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100272026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100282026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100292026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100302026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100312026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100322026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO ok!
100332026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO STEP 38 (ensure_file) COMPLETE
100342026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.541 INFO O| Aug 25 07:51:17.541 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100352026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.550 INFO O| Aug 25 07:51:17.549 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100362026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.550 INFO O| Aug 25 07:51:17.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100372026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.550 INFO O| Aug 25 07:51:17.550 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100382026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.550 INFO O| Aug 25 07:51:17.550 INFO STEP 39 (ensure_dir) COMPLETE
100392026-08-25T07:51:18.501Z[ host-image] Aug 25 07:51:17.550 INFO O| Aug 25 07:51:17.550 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100402026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.558 INFO O| Aug 25 07:51:17.558 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
100412026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.558 INFO O| Aug 25 07:51:17.558 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 ...
100422026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 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
100432026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 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
100442026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 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
100452026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 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
100462026-08-25T07:51:18.515Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 INFO ok!
100472026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 INFO STEP 40 (ensure_file) COMPLETE
100482026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.559 INFO O| Aug 25 07:51:17.559 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100492026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.566 INFO O| Aug 25 07:51:17.566 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100502026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.566 INFO O| Aug 25 07:51:17.566 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 ...
100512026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.566 INFO O| Aug 25 07:51:17.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100522026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.566 INFO O| Aug 25 07:51:17.566 INFO ok!
100532026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.566 INFO O| Aug 25 07:51:17.566 INFO STEP 41 (ensure_symlink) COMPLETE
100542026-08-25T07:51:18.518Z[ host-image] Aug 25 07:51:17.566 INFO O| Aug 25 07:51:17.566 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100552026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.573 INFO O| Aug 25 07:51:17.573 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100562026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.573 INFO O| Aug 25 07:51:17.573 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100572026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.573 INFO O| Aug 25 07:51:17.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100582026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.573 INFO O| Aug 25 07:51:17.573 INFO ok!
100592026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.573 INFO O| Aug 25 07:51:17.573 INFO STEP 42 (ensure_symlink) COMPLETE
100602026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.573 INFO O| Aug 25 07:51:17.573 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100612026-08-25T07:51:18.534Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100622026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100632026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100642026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100652026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100662026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100672026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO ok!
100682026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.583 INFO O| Aug 25 07:51:17.583 INFO STEP 43 (ensure_file) COMPLETE
100692026-08-25T07:51:18.535Z[ host-image] Aug 25 07:51:17.584 INFO O| Aug 25 07:51:17.583 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100702026-08-25T07:51:18.566Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100712026-08-25T07:51:18.566Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 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 ...
100722026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 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
100732026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100742026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 INFO ok!
100752026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 INFO STEP 44 (ensure_file) COMPLETE
100762026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.592 INFO O| Aug 25 07:51:17.592 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100772026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.601 INFO O| Aug 25 07:51:17.601 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100782026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.601 INFO O| Aug 25 07:51:17.601 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100792026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.601 INFO O| Aug 25 07:51:17.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100802026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.601 INFO O| Aug 25 07:51:17.601 INFO ok!
100812026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.601 INFO O| Aug 25 07:51:17.601 INFO STEP 45 (ensure_file) COMPLETE
100822026-08-25T07:51:18.567Z[ host-image] Aug 25 07:51:17.601 INFO O| Aug 25 07:51:17.601 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100832026-08-25T07:51:18.579Z[ host-image] Aug 25 07:51:17.610 INFO O| Aug 25 07:51:17.609 INFO updating shadow file
100842026-08-25T07:51:18.579Z[ host-image] Aug 25 07:51:17.610 INFO O| Aug 25 07:51:17.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100852026-08-25T07:51:18.579Z[ host-image] Aug 25 07:51:17.610 INFO O| Aug 25 07:51:17.610 INFO STEP 46 (shadow) COMPLETE
100862026-08-25T07:51:18.579Z[ host-image] Aug 25 07:51:17.610 INFO O| Aug 25 07:51:17.610 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100872026-08-25T07:51:18.579Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100882026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100892026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100902026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100912026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO ok!
100922026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO STEP 47 (ensure_file) COMPLETE
100932026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100942026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO skip step because feature "mfg" is not enabled
100952026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100962026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO skip step because feature "mfg" is not enabled
100972026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.620 INFO O| Aug 25 07:51:17.620 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100982026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.630 INFO O| Aug 25 07:51:17.630 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100992026-08-25T07:51:18.580Z[ host-image] Aug 25 07:51:17.630 INFO O| Aug 25 07:51:17.630 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101002026-08-25T07:51:18.605Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101012026-08-25T07:51:18.605Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101022026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO ok!
101032026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO STEP 50 (ensure_file) COMPLETE
101042026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101052026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO skip step because feature "compliance" is not enabled
101062026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.653 INFO O| Aug 25 07:51:17.653 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101082026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101092026-08-25T07:51:18.628Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101102026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101112026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101122026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101132026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO ok!
101142026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO STEP 52 (ensure_file) COMPLETE
101152026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.663 INFO O| Aug 25 07:51:17.663 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101162026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101172026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 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 ...
101182026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 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
101192026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101202026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 INFO ok!
101212026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 INFO STEP 53 (ensure_file) COMPLETE
101222026-08-25T07:51:18.629Z[ host-image] Aug 25 07:51:17.673 INFO O| Aug 25 07:51:17.673 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.681 INFO O| Aug 25 07:51:17.681 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101242026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.681 INFO O| Aug 25 07:51:17.681 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 ...
101252026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.681 INFO O| Aug 25 07:51:17.681 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101262026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.681 INFO O| Aug 25 07:51:17.681 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101272026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.681 INFO O| Aug 25 07:51:17.681 INFO ok!
101282026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.681 INFO O| Aug 25 07:51:17.681 INFO STEP 54 (ensure_file) COMPLETE
101292026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.682 INFO O| Aug 25 07:51:17.681 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101312026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 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 ...
101322026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 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
101332026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101342026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 INFO ok!
101352026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 INFO STEP 55 (ensure_file) COMPLETE
101362026-08-25T07:51:18.648Z[ host-image] Aug 25 07:51:17.691 INFO O| Aug 25 07:51:17.691 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101382026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 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 ...
101392026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101402026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101412026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 INFO ok!
101422026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 INFO STEP 56 (ensure_file) COMPLETE
101432026-08-25T07:51:18.672Z[ host-image] Aug 25 07:51:17.700 INFO O| Aug 25 07:51:17.700 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-08-25T07:51:18.673Z[ recovery-image] Aug 25 07:51:17.701 INFO E| Compiling errno v0.3.14
101452026-08-25T07:51:18.673Z[ recovery-image] Aug 25 07:51:17.701 INFO E| Compiling os_pipe v1.2.3
101462026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101472026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 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 ...
101482026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 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
101492026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101502026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 INFO ok!
101512026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 INFO STEP 57 (ensure_file) COMPLETE
101522026-08-25T07:51:18.673Z[ host-image] Aug 25 07:51:17.710 INFO O| Aug 25 07:51:17.710 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101532026-08-25T07:51:18.688Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101542026-08-25T07:51:18.688Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 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 ...
101552026-08-25T07:51:18.688Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101562026-08-25T07:51:18.688Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101572026-08-25T07:51:18.688Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101582026-08-25T07:51:18.688Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101592026-08-25T07:51:18.699Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO ok!
101602026-08-25T07:51:18.699Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO STEP 58 (ensure_file) COMPLETE
101612026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.721 INFO O| Aug 25 07:51:17.721 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101622026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101632026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 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 ...
101642026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 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
101652026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101662026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 INFO ok!
101672026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 INFO STEP 59 (ensure_file) COMPLETE
101682026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.732 INFO O| Aug 25 07:51:17.732 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101692026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101702026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101712026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101722026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101732026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO ok!
101742026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO STEP 60 (ensure_file) COMPLETE
101752026-08-25T07:51:18.700Z[ host-image] Aug 25 07:51:17.741 INFO O| Aug 25 07:51:17.741 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101762026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101772026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 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 ...
101782026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 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
101792026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101802026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 INFO ok!
101812026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 INFO STEP 61 (ensure_file) COMPLETE
101822026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.749 INFO O| Aug 25 07:51:17.749 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101832026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101842026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101852026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101862026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101872026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101882026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101892026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO ok!
101902026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO STEP 62 (ensure_file) COMPLETE
101912026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.758 INFO O| Aug 25 07:51:17.758 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101922026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101932026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 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 ...
101942026-08-25T07:51:18.730Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 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
101952026-08-25T07:51:18.731Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101962026-08-25T07:51:18.731Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 INFO ok!
101972026-08-25T07:51:18.731Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 INFO STEP 63 (ensure_file) COMPLETE
101982026-08-25T07:51:18.731Z[ host-image] Aug 25 07:51:17.767 INFO O| Aug 25 07:51:17.767 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101992026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102002026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 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 ...
102012026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 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
102022026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102032026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 INFO ok!
102042026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 INFO STEP 64 (ensure_file) COMPLETE
102052026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.776 INFO O| Aug 25 07:51:17.776 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102062026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102072026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 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 ...
102082026-08-25T07:51:18.773Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 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
102092026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102102026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO ok!
102112026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO STEP 65 (ensure_file) COMPLETE
102122026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102132026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO skip step because feature "mbist" is not enabled
102142026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.785 INFO O| Aug 25 07:51:17.785 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.795 INFO O| Aug 25 07:51:17.795 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102162026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.795 INFO O| Aug 25 07:51:17.795 INFO STEP 67 (ensure_dir) COMPLETE
102172026-08-25T07:51:18.774Z[ host-image] Aug 25 07:51:17.795 INFO O| Aug 25 07:51:17.795 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-25T07:51:18.789Z[ recovery-image] Aug 25 07:51:17.801 INFO E| Compiling signal-hook-registry v1.4.8
102192026-08-25T07:51:18.789Z[ host-image] Aug 25 07:51:17.803 INFO O| Aug 25 07:51:17.803 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102202026-08-25T07:51:18.789Z[ host-image] Aug 25 07:51:17.803 INFO O| Aug 25 07:51:17.803 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102212026-08-25T07:51:18.789Z[ host-image] Aug 25 07:51:17.803 INFO O| Aug 25 07:51:17.803 INFO STEP 68 (ensure_dir) COMPLETE
102222026-08-25T07:51:18.789Z[ host-image] Aug 25 07:51:17.803 INFO O| Aug 25 07:51:17.803 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-25T07:51:18.789Z[ host-image] Aug 25 07:51:17.813 INFO O| Aug 25 07:51:17.813 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102242026-08-25T07:51:18.790Z[ host-image] Aug 25 07:51:17.813 INFO O| Aug 25 07:51:17.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102252026-08-25T07:51:18.790Z[ host-image] Aug 25 07:51:17.813 INFO O| Aug 25 07:51:17.813 INFO STEP 69 (ensure_dir) COMPLETE
102262026-08-25T07:51:18.790Z[ host-image] Aug 25 07:51:17.813 INFO O| Aug 25 07:51:17.813 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-25T07:51:18.790Z[ host-image] Aug 25 07:51:17.822 INFO O| Aug 25 07:51:17.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102282026-08-25T07:51:18.790Z[ host-image] Aug 25 07:51:17.822 INFO O| Aug 25 07:51:17.822 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102292026-08-25T07:51:19.061Z[ recovery-image] Aug 25 07:51:18.118 INFO E| Compiling syn v2.0.117
102302026-08-25T07:51:19.085Z[ recovery-image] Aug 25 07:51:18.143 INFO E| Compiling sigchld v0.2.4
102312026-08-25T07:51:19.714Z[ recovery-image] Aug 25 07:51:18.252 INFO E| Compiling shared_child v1.1.1
102322026-08-25T07:51:19.803Z[ recovery-image] Aug 25 07:51:18.407 INFO E| Compiling duct v1.1.1
102332026-08-25T07:51:19.804Z[ host-image] Aug 25 07:51:18.509 INFO O| Aug 25 07:51:18.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102342026-08-25T07:51:19.804Z[ host-image] Aug 25 07:51:18.509 INFO O| Aug 25 07:51:18.509 INFO ok!
102352026-08-25T07:51:19.804Z[ host-image] Aug 25 07:51:18.509 INFO O| Aug 25 07:51:18.509 INFO STEP 70 (ensure_file) COMPLETE
102362026-08-25T07:51:19.804Z[ host-image] Aug 25 07:51:18.509 INFO O| Aug 25 07:51:18.509 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-25T07:51:19.804Z[ host-image] Aug 25 07:51:18.518 INFO O| Aug 25 07:51:18.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102382026-08-25T07:51:19.804Z[ host-image] Aug 25 07:51:18.518 INFO O| Aug 25 07:51:18.518 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102392026-08-25T07:51:20.079Z[ host-image] Aug 25 07:51:19.121 INFO O| Aug 25 07:51:19.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102402026-08-25T07:51:20.079Z[ host-image] Aug 25 07:51:19.121 INFO O| Aug 25 07:51:19.121 INFO ok!
102412026-08-25T07:51:20.079Z[ host-image] Aug 25 07:51:19.121 INFO O| Aug 25 07:51:19.121 INFO STEP 71 (ensure_file) COMPLETE
102422026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.121 INFO O| Aug 25 07:51:19.121 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.131 INFO O| Aug 25 07:51:19.131 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102442026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.131 INFO O| Aug 25 07:51:19.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102452026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.131 INFO O| Aug 25 07:51:19.131 INFO STEP 72 (ensure_dir) COMPLETE
102462026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.131 INFO O| Aug 25 07:51:19.131 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.140 INFO O| Aug 25 07:51:19.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102482026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.140 INFO O| Aug 25 07:51:19.140 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
102492026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.140 INFO O| Aug 25 07:51:19.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102502026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.140 INFO O| Aug 25 07:51:19.140 INFO ok!
102512026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.140 INFO O| Aug 25 07:51:19.140 INFO STEP 73 (ensure_file) COMPLETE
102522026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.140 INFO O| Aug 25 07:51:19.140 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.148 INFO O| Aug 25 07:51:19.148 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102542026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.148 INFO O| Aug 25 07:51:19.148 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
102552026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.149 INFO O| Aug 25 07:51:19.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102562026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.149 INFO O| Aug 25 07:51:19.148 INFO ok!
102572026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.149 INFO O| Aug 25 07:51:19.148 INFO STEP 74 (ensure_file) COMPLETE
102582026-08-25T07:51:20.099Z[ host-image] Aug 25 07:51:19.149 INFO O| Aug 25 07:51:19.149 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-25T07:51:20.106Z[ host-image] Aug 25 07:51:19.157 INFO O| Aug 25 07:51:19.157 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102602026-08-25T07:51:20.106Z[ host-image] Aug 25 07:51:19.157 INFO O| Aug 25 07:51:19.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102612026-08-25T07:51:20.107Z[ host-image] Aug 25 07:51:19.157 INFO O| Aug 25 07:51:19.157 INFO STEP 75 (ensure_dir) COMPLETE
102622026-08-25T07:51:20.107Z[ host-image] Aug 25 07:51:19.157 INFO O| Aug 25 07:51:19.157 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-25T07:51:20.114Z[ host-image] Aug 25 07:51:19.165 INFO O| Aug 25 07:51:19.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102642026-08-25T07:51:20.114Z[ host-image] Aug 25 07:51:19.165 INFO O| Aug 25 07:51:19.165 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
102652026-08-25T07:51:20.114Z[ host-image] Aug 25 07:51:19.165 INFO O| Aug 25 07:51:19.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102662026-08-25T07:51:20.114Z[ host-image] Aug 25 07:51:19.165 INFO O| Aug 25 07:51:19.165 INFO ok!
102672026-08-25T07:51:20.114Z[ host-image] Aug 25 07:51:19.165 INFO O| Aug 25 07:51:19.165 INFO STEP 76 (ensure_file) COMPLETE
102682026-08-25T07:51:20.114Z[ host-image] Aug 25 07:51:19.165 INFO O| Aug 25 07:51:19.165 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-25T07:51:20.143Z[ host-image] Aug 25 07:51:19.173 INFO O| Aug 25 07:51:19.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102702026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.173 INFO O| Aug 25 07:51:19.173 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
102712026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.173 INFO O| Aug 25 07:51:19.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102722026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.173 INFO O| Aug 25 07:51:19.173 INFO ok!
102732026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.173 INFO O| Aug 25 07:51:19.173 INFO STEP 77 (ensure_file) COMPLETE
102742026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.173 INFO O| Aug 25 07:51:19.173 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.181 INFO O| Aug 25 07:51:19.181 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102762026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.181 INFO O| Aug 25 07:51:19.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102772026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.181 INFO O| Aug 25 07:51:19.181 INFO STEP 78 (ensure_dir) COMPLETE
102782026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.181 INFO O| Aug 25 07:51:19.181 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.188 INFO O| Aug 25 07:51:19.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102802026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.188 INFO O| Aug 25 07:51:19.188 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
102812026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.188 INFO O| Aug 25 07:51:19.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102822026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.188 INFO O| Aug 25 07:51:19.188 INFO ok!
102832026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.188 INFO O| Aug 25 07:51:19.188 INFO STEP 79 (ensure_file) COMPLETE
102842026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.188 INFO O| Aug 25 07:51:19.188 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.196 INFO O| Aug 25 07:51:19.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102862026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.196 INFO O| Aug 25 07:51:19.196 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102872026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.196 INFO O| Aug 25 07:51:19.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102882026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.196 INFO O| Aug 25 07:51:19.196 INFO ok!
102892026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.196 INFO O| Aug 25 07:51:19.196 INFO STEP 80 (ensure_file) COMPLETE
102902026-08-25T07:51:20.144Z[ host-image] Aug 25 07:51:19.196 INFO O| Aug 25 07:51:19.196 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-25T07:51:20.158Z[ host-image] Aug 25 07:51:19.204 INFO O| Aug 25 07:51:19.204 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102922026-08-25T07:51:20.158Z[ host-image] Aug 25 07:51:19.204 INFO O| Aug 25 07:51:19.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102932026-08-25T07:51:20.158Z[ host-image] Aug 25 07:51:19.204 INFO O| Aug 25 07:51:19.204 INFO STEP 81 (ensure_dir) COMPLETE
102942026-08-25T07:51:20.158Z[ host-image] Aug 25 07:51:19.204 INFO O| Aug 25 07:51:19.204 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-08-25T07:51:20.158Z[ host-image] Aug 25 07:51:19.212 INFO O| Aug 25 07:51:19.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102962026-08-25T07:51:20.158Z[ host-image] Aug 25 07:51:19.212 INFO O| Aug 25 07:51:19.212 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102972026-08-25T07:51:20.473Z[ host-image] Aug 25 07:51:19.529 INFO O| Aug 25 07:51:19.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102982026-08-25T07:51:20.473Z[ host-image] Aug 25 07:51:19.529 INFO O| Aug 25 07:51:19.529 INFO ok!
102992026-08-25T07:51:20.484Z[ host-image] Aug 25 07:51:19.529 INFO O| Aug 25 07:51:19.529 INFO STEP 82 (ensure_file) COMPLETE
103002026-08-25T07:51:20.484Z[ host-image] Aug 25 07:51:19.529 INFO O| Aug 25 07:51:19.529 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-25T07:51:20.484Z[ host-image] Aug 25 07:51:19.539 INFO O| Aug 25 07:51:19.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103022026-08-25T07:51:20.484Z[ host-image] Aug 25 07:51:19.539 INFO O| Aug 25 07:51:19.539 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103032026-08-25T07:51:20.814Z[ host-image] Aug 25 07:51:19.872 INFO O| Aug 25 07:51:19.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103042026-08-25T07:51:20.814Z[ host-image] Aug 25 07:51:19.872 INFO O| Aug 25 07:51:19.872 INFO ok!
103052026-08-25T07:51:20.815Z[ host-image] Aug 25 07:51:19.872 INFO O| Aug 25 07:51:19.872 INFO STEP 83 (ensure_file) COMPLETE
103062026-08-25T07:51:20.842Z[ host-image] Aug 25 07:51:19.872 INFO O| Aug 25 07:51:19.872 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-25T07:51:20.842Z[ host-image] Aug 25 07:51:19.883 INFO O| Aug 25 07:51:19.883 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103082026-08-25T07:51:20.842Z[ host-image] Aug 25 07:51:19.883 INFO O| Aug 25 07:51:19.883 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103092026-08-25T07:51:22.050Z[ recovery-image] Aug 25 07:51:21.107 INFO E| Compiling clap_derive v4.6.1
103102026-08-25T07:51:22.428Z[ host-image] Aug 25 07:51:21.482 INFO O| Aug 25 07:51:21.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103112026-08-25T07:51:22.428Z[ host-image] Aug 25 07:51:21.483 INFO O| Aug 25 07:51:21.482 INFO ok!
103122026-08-25T07:51:22.428Z[ host-image] Aug 25 07:51:21.483 INFO O| Aug 25 07:51:21.482 INFO STEP 84 (ensure_file) COMPLETE
103132026-08-25T07:51:22.452Z[ host-image] Aug 25 07:51:21.483 INFO O| Aug 25 07:51:21.482 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-25T07:51:22.452Z[ host-image] Aug 25 07:51:21.491 INFO O| Aug 25 07:51:21.490 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103152026-08-25T07:51:22.452Z[ host-image] Aug 25 07:51:21.491 INFO O| Aug 25 07:51:21.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103162026-08-25T07:51:22.452Z[ host-image] Aug 25 07:51:21.491 INFO O| Aug 25 07:51:21.491 INFO STEP 85 (ensure_dir) COMPLETE
103172026-08-25T07:51:22.452Z[ host-image] Aug 25 07:51:21.491 INFO O| Aug 25 07:51:21.491 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-25T07:51:22.467Z[ host-image] Aug 25 07:51:21.499 INFO O| Aug 25 07:51:21.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103192026-08-25T07:51:22.467Z[ host-image] Aug 25 07:51:21.499 INFO O| Aug 25 07:51:21.499 INFO copying /tmp/.tmpwoNkMM/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 ...
103202026-08-25T07:51:22.468Z[ host-image] Aug 25 07:51:21.499 INFO O| Aug 25 07:51:21.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103212026-08-25T07:51:22.469Z[ host-image] Aug 25 07:51:21.499 INFO O| Aug 25 07:51:21.499 INFO ok!
103222026-08-25T07:51:22.469Z[ host-image] Aug 25 07:51:21.499 INFO O| Aug 25 07:51:21.499 INFO STEP 86 (ensure_file) COMPLETE
103232026-08-25T07:51:22.469Z[ host-image] Aug 25 07:51:21.499 INFO O| Aug 25 07:51:21.499 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-25T07:51:22.469Z[ host-image] Aug 25 07:51:21.506 INFO O| Aug 25 07:51:21.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103252026-08-25T07:51:22.470Z[ host-image] Aug 25 07:51:21.506 INFO O| Aug 25 07:51:21.506 INFO copying /tmp/.tmpwoNkMM/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 ...
103262026-08-25T07:51:22.471Z[ host-image] Aug 25 07:51:21.506 INFO O| Aug 25 07:51:21.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103272026-08-25T07:51:22.471Z[ host-image] Aug 25 07:51:21.506 INFO O| Aug 25 07:51:21.506 INFO ok!
103282026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.506 INFO O| Aug 25 07:51:21.506 INFO STEP 87 (ensure_file) COMPLETE
103292026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.506 INFO O| Aug 25 07:51:21.506 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.512 INFO O| Aug 25 07:51:21.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103312026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.512 INFO O| Aug 25 07:51:21.512 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103322026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.512 INFO O| Aug 25 07:51:21.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103332026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.512 INFO O| Aug 25 07:51:21.512 INFO ok!
103342026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.512 INFO O| Aug 25 07:51:21.512 INFO STEP 88 (ensure_file) COMPLETE
103352026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.512 INFO O| Aug 25 07:51:21.512 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.519 INFO O| Aug 25 07:51:21.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103372026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.519 INFO O| Aug 25 07:51:21.519 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103382026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.519 INFO O| Aug 25 07:51:21.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103392026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.519 INFO O| Aug 25 07:51:21.519 INFO ok!
103402026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.519 INFO O| Aug 25 07:51:21.519 INFO STEP 89 (ensure_file) COMPLETE
103412026-08-25T07:51:22.472Z[ host-image] Aug 25 07:51:21.519 INFO O| Aug 25 07:51:21.519 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-25T07:51:22.491Z[ host-image] Aug 25 07:51:21.525 INFO O| Aug 25 07:51:21.525 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103432026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.525 INFO O| Aug 25 07:51:21.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103442026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.525 INFO O| Aug 25 07:51:21.525 INFO STEP 90 (ensure_dir) COMPLETE
103452026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.525 INFO O| Aug 25 07:51:21.525 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.531 INFO O| Aug 25 07:51:21.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103472026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.531 INFO O| Aug 25 07:51:21.531 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103482026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.535 INFO O| Aug 25 07:51:21.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103492026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.535 INFO O| Aug 25 07:51:21.535 INFO ok!
103502026-08-25T07:51:22.492Z[ host-image] Aug 25 07:51:21.535 INFO O| Aug 25 07:51:21.535 INFO STEP 91 (ensure_file) COMPLETE
103512026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.535 INFO O| Aug 25 07:51:21.535 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.542 INFO O| Aug 25 07:51:21.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103532026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.542 INFO O| Aug 25 07:51:21.542 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103542026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.542 INFO O| Aug 25 07:51:21.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103552026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.542 INFO O| Aug 25 07:51:21.542 INFO ok!
103562026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.542 INFO O| Aug 25 07:51:21.542 INFO STEP 92 (ensure_file) COMPLETE
103572026-08-25T07:51:22.493Z[ host-image] Aug 25 07:51:21.542 INFO O| Aug 25 07:51:21.542 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-25T07:51:22.505Z[ host-image] Aug 25 07:51:21.548 INFO O| Aug 25 07:51:21.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103592026-08-25T07:51:22.505Z[ host-image] Aug 25 07:51:21.548 INFO O| Aug 25 07:51:21.548 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103602026-08-25T07:51:22.809Z[ host-image] Aug 25 07:51:21.816 INFO O| Aug 25 07:51:21.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103612026-08-25T07:51:22.809Z[ host-image] Aug 25 07:51:21.816 INFO O| Aug 25 07:51:21.816 INFO ok!
103622026-08-25T07:51:22.809Z[ host-image] Aug 25 07:51:21.816 INFO O| Aug 25 07:51:21.816 INFO STEP 93 (ensure_file) COMPLETE
103632026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.816 INFO O| Aug 25 07:51:21.816 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.826 INFO O| Aug 25 07:51:21.826 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103652026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.826 INFO O| Aug 25 07:51:21.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103662026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.826 INFO O| Aug 25 07:51:21.826 INFO STEP 94 (ensure_dir) COMPLETE
103672026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.826 INFO O| Aug 25 07:51:21.826 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.836 INFO O| Aug 25 07:51:21.836 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103692026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.836 INFO O| Aug 25 07:51:21.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103702026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.836 INFO O| Aug 25 07:51:21.836 INFO STEP 95 (ensure_dir) COMPLETE
103712026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.836 INFO O| Aug 25 07:51:21.836 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.844 INFO O| Aug 25 07:51:21.844 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103732026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.844 INFO O| Aug 25 07:51:21.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103742026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.844 INFO O| Aug 25 07:51:21.844 INFO STEP 96 (ensure_dir) COMPLETE
103752026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.844 INFO O| Aug 25 07:51:21.844 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-25T07:51:22.825Z[ host-image] Aug 25 07:51:21.853 INFO O| Aug 25 07:51:21.853 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103772026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.853 INFO O| Aug 25 07:51:21.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103782026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.853 INFO O| Aug 25 07:51:21.853 INFO STEP 97 (ensure_dir) COMPLETE
103792026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.853 INFO O| Aug 25 07:51:21.853 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.863 INFO O| Aug 25 07:51:21.863 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103812026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.863 INFO O| Aug 25 07:51:21.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103822026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.863 INFO O| Aug 25 07:51:21.863 INFO STEP 98 (ensure_dir) COMPLETE
103832026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.863 INFO O| Aug 25 07:51:21.863 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.870 INFO O| Aug 25 07:51:21.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103852026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.870 INFO O| Aug 25 07:51:21.870 INFO copying /tmp/.tmpwoNkMM/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 ...
103862026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.870 INFO O| Aug 25 07:51:21.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103872026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.870 INFO O| Aug 25 07:51:21.870 INFO ok!
103882026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.870 INFO O| Aug 25 07:51:21.870 INFO STEP 99 (ensure_file) COMPLETE
103892026-08-25T07:51:22.826Z[ host-image] Aug 25 07:51:21.870 INFO O| Aug 25 07:51:21.870 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-08-25T07:51:22.892Z[ host-image] Aug 25 07:51:21.881 INFO O| Aug 25 07:51:21.880 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103912026-08-25T07:51:22.893Z[ host-image] Aug 25 07:51:21.881 INFO O| Aug 25 07:51:21.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103922026-08-25T07:51:22.893Z[ host-image] Aug 25 07:51:21.881 INFO O| Aug 25 07:51:21.881 INFO STEP 100 (ensure_dir) COMPLETE
103932026-08-25T07:51:22.893Z[ host-image] Aug 25 07:51:21.881 INFO O| Aug 25 07:51:21.881 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-25T07:51:22.893Z[ host-image] Aug 25 07:51:21.888 INFO O| Aug 25 07:51:21.888 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103952026-08-25T07:51:22.893Z[ host-image] Aug 25 07:51:21.888 INFO O| Aug 25 07:51:21.888 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103962026-08-25T07:51:23.227Z[ host-image] Aug 25 07:51:22.278 INFO O| Aug 25 07:51:22.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103972026-08-25T07:51:23.227Z[ host-image] Aug 25 07:51:22.278 INFO O| Aug 25 07:51:22.278 INFO ok!
103982026-08-25T07:51:23.266Z[ host-image] Aug 25 07:51:22.278 INFO O| Aug 25 07:51:22.278 INFO STEP 101 (ensure_file) COMPLETE
103992026-08-25T07:51:23.266Z[ host-image] Aug 25 07:51:22.278 INFO O| Aug 25 07:51:22.278 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-25T07:51:23.266Z[ host-image] Aug 25 07:51:22.288 INFO O| Aug 25 07:51:22.288 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104012026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.288 INFO O| Aug 25 07:51:22.288 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104022026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.288 INFO O| Aug 25 07:51:22.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104032026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.288 INFO O| Aug 25 07:51:22.288 INFO ok!
104042026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.288 INFO O| Aug 25 07:51:22.288 INFO STEP 102 (ensure_file) COMPLETE
104052026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.288 INFO O| Aug 25 07:51:22.288 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.297 INFO O| Aug 25 07:51:22.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104072026-08-25T07:51:23.267Z[ host-image] Aug 25 07:51:22.297 INFO O| Aug 25 07:51:22.297 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104082026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.303 INFO O| Aug 25 07:51:22.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104092026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.303 INFO O| Aug 25 07:51:22.303 INFO ok!
104102026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.303 INFO O| Aug 25 07:51:22.303 INFO STEP 103 (ensure_file) COMPLETE
104112026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.303 INFO O| Aug 25 07:51:22.303 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.310 INFO O| Aug 25 07:51:22.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104132026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.310 INFO O| Aug 25 07:51:22.310 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104142026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.311 INFO O| Aug 25 07:51:22.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104152026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.311 INFO O| Aug 25 07:51:22.311 INFO ok!
104162026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.311 INFO O| Aug 25 07:51:22.311 INFO STEP 104 (ensure_file) COMPLETE
104172026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.311 INFO O| Aug 25 07:51:22.311 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.318 INFO O| Aug 25 07:51:22.318 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104192026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.318 INFO O| Aug 25 07:51:22.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104202026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.318 INFO O| Aug 25 07:51:22.318 INFO STEP 105 (ensure_dir) COMPLETE
104212026-08-25T07:51:23.281Z[ host-image] Aug 25 07:51:22.318 INFO O| Aug 25 07:51:22.318 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-25T07:51:23.282Z[ host-image] Aug 25 07:51:22.325 INFO O| Aug 25 07:51:22.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104232026-08-25T07:51:23.282Z[ host-image] Aug 25 07:51:22.325 INFO O| Aug 25 07:51:22.325 INFO copying /tmp/.tmpwoNkMM/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 ...
104242026-08-25T07:51:23.556Z[ host-image] Aug 25 07:51:22.586 INFO O| Aug 25 07:51:22.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104252026-08-25T07:51:23.556Z[ host-image] Aug 25 07:51:22.586 INFO O| Aug 25 07:51:22.586 INFO ok!
104262026-08-25T07:51:23.557Z[ host-image] Aug 25 07:51:22.586 INFO O| Aug 25 07:51:22.586 INFO STEP 106 (ensure_file) COMPLETE
104272026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.586 INFO O| Aug 25 07:51:22.586 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.595 INFO O| Aug 25 07:51:22.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104292026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.595 INFO O| Aug 25 07:51:22.595 INFO copying /tmp/.tmpwoNkMM/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 ...
104302026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.595 INFO O| Aug 25 07:51:22.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104312026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.595 INFO O| Aug 25 07:51:22.595 INFO ok!
104322026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.595 INFO O| Aug 25 07:51:22.595 INFO STEP 107 (ensure_file) COMPLETE
104332026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.595 INFO O| Aug 25 07:51:22.595 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.602 INFO O| Aug 25 07:51:22.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104352026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.602 INFO O| Aug 25 07:51:22.602 INFO copying /tmp/.tmpwoNkMM/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 ...
104362026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.602 INFO O| Aug 25 07:51:22.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104372026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.602 INFO O| Aug 25 07:51:22.602 INFO ok!
104382026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.602 INFO O| Aug 25 07:51:22.602 INFO STEP 108 (ensure_file) COMPLETE
104392026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.602 INFO O| Aug 25 07:51:22.602 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.609 INFO O| Aug 25 07:51:22.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104412026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.609 INFO O| Aug 25 07:51:22.609 INFO copying /tmp/.tmpwoNkMM/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 ...
104422026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.609 INFO O| Aug 25 07:51:22.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104432026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.609 INFO O| Aug 25 07:51:22.609 INFO ok!
104442026-08-25T07:51:23.584Z[ host-image] Aug 25 07:51:22.609 INFO O| Aug 25 07:51:22.609 INFO STEP 109 (ensure_file) COMPLETE
104452026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.609 INFO O| Aug 25 07:51:22.609 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.617 INFO O| Aug 25 07:51:22.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104472026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.617 INFO O| Aug 25 07:51:22.617 INFO copying /tmp/.tmpwoNkMM/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 ...
104482026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.617 INFO O| Aug 25 07:51:22.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104492026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.617 INFO O| Aug 25 07:51:22.617 INFO ok!
104502026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.617 INFO O| Aug 25 07:51:22.617 INFO STEP 110 (ensure_file) COMPLETE
104512026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.617 INFO O| Aug 25 07:51:22.617 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.626 INFO O| Aug 25 07:51:22.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104532026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.626 INFO O| Aug 25 07:51:22.626 INFO copying /tmp/.tmpwoNkMM/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 ...
104542026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.626 INFO O| Aug 25 07:51:22.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104552026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.626 INFO O| Aug 25 07:51:22.626 INFO ok!
104562026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.626 INFO O| Aug 25 07:51:22.626 INFO STEP 111 (ensure_file) COMPLETE
104572026-08-25T07:51:23.587Z[ host-image] Aug 25 07:51:22.626 INFO O| Aug 25 07:51:22.626 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.634 INFO O| Aug 25 07:51:22.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104592026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.634 INFO O| Aug 25 07:51:22.634 INFO copying /tmp/.tmpwoNkMM/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 ...
104602026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.634 INFO O| Aug 25 07:51:22.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104612026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.634 INFO O| Aug 25 07:51:22.634 INFO ok!
104622026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.634 INFO O| Aug 25 07:51:22.634 INFO STEP 112 (ensure_file) COMPLETE
104632026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.634 INFO O| Aug 25 07:51:22.634 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-25T07:51:23.601Z[ recovery-image] Aug 25 07:51:22.639 INFO E| Compiling clap v4.6.1
104652026-08-25T07:51:23.601Z[ host-image] Aug 25 07:51:22.640 INFO O| Aug 25 07:51:22.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104662026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.640 INFO O| Aug 25 07:51:22.640 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104672026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.640 INFO O| Aug 25 07:51:22.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104682026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.640 INFO O| Aug 25 07:51:22.640 INFO ok!
104692026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.640 INFO O| Aug 25 07:51:22.640 INFO STEP 113 (ensure_file) COMPLETE
104702026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.640 INFO O| Aug 25 07:51:22.640 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.648 INFO O| Aug 25 07:51:22.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104722026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.648 INFO O| Aug 25 07:51:22.648 INFO copying /tmp/.tmpwoNkMM/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 ...
104732026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.648 INFO O| Aug 25 07:51:22.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104742026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.648 INFO O| Aug 25 07:51:22.648 INFO ok!
104752026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.648 INFO O| Aug 25 07:51:22.648 INFO STEP 114 (ensure_file) COMPLETE
104762026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.648 INFO O| Aug 25 07:51:22.648 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.654 INFO O| Aug 25 07:51:22.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104782026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.654 INFO O| Aug 25 07:51:22.654 INFO copying /tmp/.tmpwoNkMM/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 ...
104792026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.654 INFO O| Aug 25 07:51:22.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104802026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.654 INFO O| Aug 25 07:51:22.654 INFO ok!
104812026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.654 INFO O| Aug 25 07:51:22.654 INFO STEP 115 (ensure_file) COMPLETE
104822026-08-25T07:51:23.602Z[ host-image] Aug 25 07:51:22.654 INFO O| Aug 25 07:51:22.654 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.661 INFO O| Aug 25 07:51:22.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104842026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.661 INFO O| Aug 25 07:51:22.661 INFO copying /tmp/.tmpwoNkMM/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 ...
104852026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.661 INFO O| Aug 25 07:51:22.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104862026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.661 INFO O| Aug 25 07:51:22.661 INFO ok!
104872026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.661 INFO O| Aug 25 07:51:22.661 INFO STEP 116 (ensure_file) COMPLETE
104882026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.661 INFO O| Aug 25 07:51:22.661 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.668 INFO O| Aug 25 07:51:22.668 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104902026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.668 INFO O| Aug 25 07:51:22.668 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104912026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.668 INFO O| Aug 25 07:51:22.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104922026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.668 INFO O| Aug 25 07:51:22.668 INFO ok!
104932026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.668 INFO O| Aug 25 07:51:22.668 INFO STEP 117 (ensure_file) COMPLETE
104942026-08-25T07:51:23.625Z[ host-image] Aug 25 07:51:22.668 INFO O| Aug 25 07:51:22.668 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.675 INFO O| Aug 25 07:51:22.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104962026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.675 INFO O| Aug 25 07:51:22.675 INFO copying /tmp/.tmpwoNkMM/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 ...
104972026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.675 INFO O| Aug 25 07:51:22.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104982026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.675 INFO O| Aug 25 07:51:22.675 INFO ok!
104992026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.675 INFO O| Aug 25 07:51:22.675 INFO STEP 118 (ensure_file) COMPLETE
105002026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.675 INFO O| Aug 25 07:51:22.675 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.682 INFO O| Aug 25 07:51:22.682 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105022026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.682 INFO O| Aug 25 07:51:22.682 INFO copying /tmp/.tmpwoNkMM/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 ...
105032026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.682 INFO O| Aug 25 07:51:22.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105042026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.682 INFO O| Aug 25 07:51:22.682 INFO ok!
105052026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.682 INFO O| Aug 25 07:51:22.682 INFO STEP 119 (ensure_file) COMPLETE
105062026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.682 INFO O| Aug 25 07:51:22.682 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.689 INFO O| Aug 25 07:51:22.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105082026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.689 INFO O| Aug 25 07:51:22.689 INFO copying /tmp/.tmpwoNkMM/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 ...
105092026-08-25T07:51:23.646Z[ host-image] Aug 25 07:51:22.689 INFO O| Aug 25 07:51:22.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105102026-08-25T07:51:23.647Z[ host-image] Aug 25 07:51:22.689 INFO O| Aug 25 07:51:22.689 INFO ok!
105112026-08-25T07:51:23.647Z[ host-image] Aug 25 07:51:22.689 INFO O| Aug 25 07:51:22.689 INFO STEP 120 (ensure_file) COMPLETE
105122026-08-25T07:51:23.647Z[ host-image] Aug 25 07:51:22.689 INFO O| Aug 25 07:51:22.689 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.697 INFO O| Aug 25 07:51:22.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105142026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.697 INFO O| Aug 25 07:51:22.697 INFO copying /tmp/.tmpwoNkMM/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 ...
105152026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.697 INFO O| Aug 25 07:51:22.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105162026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.697 INFO O| Aug 25 07:51:22.697 INFO ok!
105172026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.697 INFO O| Aug 25 07:51:22.697 INFO STEP 121 (ensure_file) COMPLETE
105182026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.697 INFO O| Aug 25 07:51:22.697 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-25T07:51:23.667Z[ recovery-image] Aug 25 07:51:22.701 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105202026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.704 INFO O| Aug 25 07:51:22.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105212026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.704 INFO O| Aug 25 07:51:22.704 INFO copying /tmp/.tmpwoNkMM/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 ...
105222026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.704 INFO O| Aug 25 07:51:22.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105232026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.704 INFO O| Aug 25 07:51:22.704 INFO ok!
105242026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.704 INFO O| Aug 25 07:51:22.704 INFO STEP 122 (ensure_file) COMPLETE
105252026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.704 INFO O| Aug 25 07:51:22.704 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.712 INFO O| Aug 25 07:51:22.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105272026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.712 INFO O| Aug 25 07:51:22.712 INFO copying /tmp/.tmpwoNkMM/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 ...
105282026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.712 INFO O| Aug 25 07:51:22.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105292026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.712 INFO O| Aug 25 07:51:22.712 INFO ok!
105302026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.712 INFO O| Aug 25 07:51:22.712 INFO STEP 123 (ensure_file) COMPLETE
105312026-08-25T07:51:23.667Z[ host-image] Aug 25 07:51:22.712 INFO O| Aug 25 07:51:22.712 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-25T07:51:23.694Z[ host-image] Aug 25 07:51:22.719 INFO O| Aug 25 07:51:22.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105332026-08-25T07:51:23.694Z[ host-image] Aug 25 07:51:22.719 INFO O| Aug 25 07:51:22.719 INFO copying /tmp/.tmpwoNkMM/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 ...
105342026-08-25T07:51:23.694Z[ host-image] Aug 25 07:51:22.719 INFO O| Aug 25 07:51:22.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105352026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.719 INFO O| Aug 25 07:51:22.719 INFO ok!
105362026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.719 INFO O| Aug 25 07:51:22.719 INFO STEP 124 (ensure_file) COMPLETE
105372026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.719 INFO O| Aug 25 07:51:22.719 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.725 INFO O| Aug 25 07:51:22.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105392026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.725 INFO O| Aug 25 07:51:22.725 INFO copying /tmp/.tmpwoNkMM/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 ...
105402026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.725 INFO O| Aug 25 07:51:22.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105412026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.725 INFO O| Aug 25 07:51:22.725 INFO ok!
105422026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.725 INFO O| Aug 25 07:51:22.725 INFO STEP 125 (ensure_file) COMPLETE
105432026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.725 INFO O| Aug 25 07:51:22.725 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.732 INFO O| Aug 25 07:51:22.732 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105452026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.732 INFO O| Aug 25 07:51:22.732 INFO copying /tmp/.tmpwoNkMM/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 ...
105462026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.732 INFO O| Aug 25 07:51:22.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105472026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.732 INFO O| Aug 25 07:51:22.732 INFO ok!
105482026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.732 INFO O| Aug 25 07:51:22.732 INFO STEP 126 (ensure_file) COMPLETE
105492026-08-25T07:51:23.695Z[ host-image] Aug 25 07:51:22.732 INFO O| Aug 25 07:51:22.732 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-25T07:51:23.715Z[ host-image] Aug 25 07:51:22.739 INFO O| Aug 25 07:51:22.739 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105512026-08-25T07:51:23.715Z[ host-image] Aug 25 07:51:22.740 INFO O| Aug 25 07:51:22.739 INFO copying /tmp/.tmpwoNkMM/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 ...
105522026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.740 INFO O| Aug 25 07:51:22.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105532026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.740 INFO O| Aug 25 07:51:22.740 INFO ok!
105542026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.740 INFO O| Aug 25 07:51:22.740 INFO STEP 127 (ensure_file) COMPLETE
105552026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.740 INFO O| Aug 25 07:51:22.740 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.747 INFO O| Aug 25 07:51:22.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105572026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.747 INFO O| Aug 25 07:51:22.747 INFO copying /tmp/.tmpwoNkMM/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 ...
105582026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.747 INFO O| Aug 25 07:51:22.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105592026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.747 INFO O| Aug 25 07:51:22.747 INFO ok!
105602026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.747 INFO O| Aug 25 07:51:22.747 INFO STEP 128 (ensure_file) COMPLETE
105612026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.747 INFO O| Aug 25 07:51:22.747 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.753 INFO O| Aug 25 07:51:22.753 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105632026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.753 INFO O| Aug 25 07:51:22.753 INFO copying /tmp/.tmpwoNkMM/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 ...
105642026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.753 INFO O| Aug 25 07:51:22.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105652026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.753 INFO O| Aug 25 07:51:22.753 INFO ok!
105662026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.753 INFO O| Aug 25 07:51:22.753 INFO STEP 129 (ensure_file) COMPLETE
105672026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.753 INFO O| Aug 25 07:51:22.753 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-25T07:51:23.716Z[ host-image] Aug 25 07:51:22.761 INFO O| Aug 25 07:51:22.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105692026-08-25T07:51:23.717Z[ host-image] Aug 25 07:51:22.761 INFO O| Aug 25 07:51:22.761 INFO copying /tmp/.tmpwoNkMM/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 ...
105702026-08-25T07:51:23.718Z[ host-image] Aug 25 07:51:22.761 INFO O| Aug 25 07:51:22.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105712026-08-25T07:51:23.718Z[ host-image] Aug 25 07:51:22.761 INFO O| Aug 25 07:51:22.761 INFO ok!
105722026-08-25T07:51:23.718Z[ host-image] Aug 25 07:51:22.761 INFO O| Aug 25 07:51:22.761 INFO STEP 130 (ensure_file) COMPLETE
105732026-08-25T07:51:23.718Z[ host-image] Aug 25 07:51:22.761 INFO O| Aug 25 07:51:22.761 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105742026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.767 INFO O| Aug 25 07:51:22.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105752026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.767 INFO O| Aug 25 07:51:22.767 INFO copying /tmp/.tmpwoNkMM/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 ...
105762026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.767 INFO O| Aug 25 07:51:22.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105772026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.767 INFO O| Aug 25 07:51:22.767 INFO ok!
105782026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.767 INFO O| Aug 25 07:51:22.767 INFO STEP 131 (ensure_file) COMPLETE
105792026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.767 INFO O| Aug 25 07:51:22.767 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105802026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.774 INFO O| Aug 25 07:51:22.773 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105812026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.774 INFO O| Aug 25 07:51:22.774 INFO copying /tmp/.tmpwoNkMM/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 ...
105822026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.774 INFO O| Aug 25 07:51:22.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105832026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.774 INFO O| Aug 25 07:51:22.774 INFO ok!
105842026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.774 INFO O| Aug 25 07:51:22.774 INFO STEP 132 (ensure_file) COMPLETE
105852026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.774 INFO O| Aug 25 07:51:22.774 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105862026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.781 INFO O| Aug 25 07:51:22.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105872026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.781 INFO O| Aug 25 07:51:22.781 INFO copying /tmp/.tmpwoNkMM/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 ...
105882026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.781 INFO O| Aug 25 07:51:22.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105892026-08-25T07:51:23.748Z[ host-image] Aug 25 07:51:22.781 INFO O| Aug 25 07:51:22.781 INFO ok!
105902026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.781 INFO O| Aug 25 07:51:22.781 INFO STEP 133 (ensure_file) COMPLETE
105912026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.781 INFO O| Aug 25 07:51:22.781 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.788 INFO O| Aug 25 07:51:22.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105932026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.788 INFO O| Aug 25 07:51:22.788 INFO copying /tmp/.tmpwoNkMM/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 ...
105942026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.788 INFO O| Aug 25 07:51:22.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105952026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.788 INFO O| Aug 25 07:51:22.788 INFO ok!
105962026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.788 INFO O| Aug 25 07:51:22.788 INFO STEP 134 (ensure_file) COMPLETE
105972026-08-25T07:51:23.749Z[ host-image] Aug 25 07:51:22.788 INFO O| Aug 25 07:51:22.788 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.796 INFO O| Aug 25 07:51:22.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105992026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.796 INFO O| Aug 25 07:51:22.796 INFO copying /tmp/.tmpwoNkMM/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 ...
106002026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.796 INFO O| Aug 25 07:51:22.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106012026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.796 INFO O| Aug 25 07:51:22.796 INFO ok!
106022026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.796 INFO O| Aug 25 07:51:22.796 INFO STEP 135 (ensure_file) COMPLETE
106032026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.796 INFO O| Aug 25 07:51:22.796 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.802 INFO O| Aug 25 07:51:22.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106052026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.802 INFO O| Aug 25 07:51:22.802 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106062026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.803 INFO O| Aug 25 07:51:22.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106072026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.803 INFO O| Aug 25 07:51:22.803 INFO ok!
106082026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.803 INFO O| Aug 25 07:51:22.803 INFO STEP 136 (ensure_file) COMPLETE
106092026-08-25T07:51:23.777Z[ host-image] Aug 25 07:51:22.803 INFO O| Aug 25 07:51:22.803 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.810 INFO O| Aug 25 07:51:22.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106112026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.810 INFO O| Aug 25 07:51:22.810 INFO copying /tmp/.tmpwoNkMM/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 ...
106122026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.810 INFO O| Aug 25 07:51:22.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106132026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.810 INFO O| Aug 25 07:51:22.810 INFO ok!
106142026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.810 INFO O| Aug 25 07:51:22.810 INFO STEP 137 (ensure_file) COMPLETE
106152026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.810 INFO O| Aug 25 07:51:22.810 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.817 INFO O| Aug 25 07:51:22.817 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106172026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.817 INFO O| Aug 25 07:51:22.817 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106182026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.817 INFO O| Aug 25 07:51:22.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106192026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.817 INFO O| Aug 25 07:51:22.817 INFO ok!
106202026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.817 INFO O| Aug 25 07:51:22.817 INFO STEP 138 (ensure_file) COMPLETE
106212026-08-25T07:51:23.778Z[ host-image] Aug 25 07:51:22.817 INFO O| Aug 25 07:51:22.817 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-08-25T07:51:23.807Z[ host-image] Aug 25 07:51:22.824 INFO O| Aug 25 07:51:22.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106232026-08-25T07:51:23.807Z[ host-image] Aug 25 07:51:22.824 INFO O| Aug 25 07:51:22.824 INFO copying /tmp/.tmpwoNkMM/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106242026-08-25T07:51:24.627Z[ recovery-image] Aug 25 07:51:23.678 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
106252026-08-25T07:51:24.682Z[ recovery-image] Aug 25 07:51:23.684 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106262026-08-25T07:51:24.903Z[ recovery-image] Aug 25 07:51:23.949 INFO E| Downloading crates ...
106272026-08-25T07:51:24.957Z[ recovery-image] Aug 25 07:51:24.003 INFO E| Downloaded miniz_oxide v0.9.1
106282026-08-25T07:51:24.974Z[ recovery-image] Aug 25 07:51:24.009 INFO E| Downloaded bit_field v0.10.3
106292026-08-25T07:51:24.974Z[ recovery-image] Aug 25 07:51:24.010 INFO E| Downloaded bitstruct_derive v0.1.0
106302026-08-25T07:51:24.974Z[ recovery-image] Aug 25 07:51:24.011 INFO E| Downloaded bitstruct v0.1.1
106312026-08-25T07:51:24.974Z[ recovery-image] Aug 25 07:51:24.012 INFO E| Downloaded cpio_reader v0.1.2
106322026-08-25T07:51:24.974Z[ recovery-image] Aug 25 07:51:24.021 INFO E| Downloaded log v0.4.32
106332026-08-25T07:51:24.974Z[ recovery-image] Aug 25 07:51:24.026 INFO E| Downloaded bitflags v2.13.0
106342026-08-25T07:51:24.995Z[ recovery-image] Aug 25 07:51:24.031 INFO E| Downloaded raw-cpuid v10.7.0
106352026-08-25T07:51:24.995Z[ recovery-image] Aug 25 07:51:24.038 INFO E| Downloaded goblin v0.10.7
106362026-08-25T07:51:25.085Z[ recovery-image] Aug 25 07:51:24.134 INFO E| Downloaded x86 v0.52.0
106372026-08-25T07:51:25.117Z[ recovery-image] Aug 25 07:51:24.173 INFO E| Updating crates.io index
106382026-08-25T07:51:25.169Z[ recovery-image] Aug 25 07:51:24.219 INFO E| Downloading crates ...
106392026-08-25T07:51:25.181Z[ recovery-image] Aug 25 07:51:24.238 INFO E| Downloaded hashbrown v0.17.1
106402026-08-25T07:51:25.195Z[ recovery-image] Aug 25 07:51:24.243 INFO E| Downloaded rustc-literal-escaper v0.0.7
106412026-08-25T07:51:25.246Z[ recovery-image] Aug 25 07:51:24.300 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)
106422026-08-25T07:51:25.246Z[ recovery-image] Aug 25 07:51:24.300 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)
106432026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.300 INFO E| Compiling proc-macro2 v1.0.106
106442026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.300 INFO E| Compiling unicode-ident v1.0.24
106452026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.301 INFO E| Compiling quote v1.0.45
106462026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.301 INFO E| Compiling syn v1.0.109
106472026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.301 INFO E| Compiling x86 v0.52.0
106482026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.301 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106492026-08-25T07:51:25.263Z[ recovery-image] Aug 25 07:51:24.301 INFO E| Compiling seq-macro v0.3.6
106502026-08-25T07:51:27.140Z[ recovery-image] Aug 25 07:51:25.417 INFO E| Compiling syn v2.0.117
106512026-08-25T07:51:28.034Z[ recovery-image] Aug 25 07:51:27.070 INFO E| Compiling scroll_derive v0.13.1
106522026-08-25T07:51:29.325Z[ recovery-image] Aug 25 07:51:28.348 INFO E| Compiling bitstruct_derive v0.1.0
106532026-08-25T07:51:31.177Z[ host-image] Aug 25 07:51:30.217 INFO O| Aug 25 07:51:30.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106542026-08-25T07:51:31.177Z[ host-image] Aug 25 07:51:30.217 INFO O| Aug 25 07:51:30.217 INFO ok!
106552026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.217 INFO O| Aug 25 07:51:30.217 INFO STEP 139 (ensure_file) COMPLETE
106562026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.217 INFO O| Aug 25 07:51:30.217 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.225 INFO O| Aug 25 07:51:30.225 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106582026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.225 INFO O| Aug 25 07:51:30.225 INFO STEP 140 (ensure_dir) COMPLETE
106592026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.225 INFO O| Aug 25 07:51:30.225 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.234 INFO O| Aug 25 07:51:30.234 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106612026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.234 INFO O| Aug 25 07:51:30.234 INFO STEP 141 (ensure_dir) COMPLETE
106622026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.234 INFO O| Aug 25 07:51:30.234 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.240 INFO O| Aug 25 07:51:30.240 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106642026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.240 INFO O| Aug 25 07:51:30.240 INFO STEP 142 (ensure_dir) COMPLETE
106652026-08-25T07:51:31.212Z[ host-image] Aug 25 07:51:30.240 INFO O| Aug 25 07:51:30.240 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106662026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.248 INFO O| Aug 25 07:51:30.248 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106672026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.248 INFO O| Aug 25 07:51:30.248 INFO STEP 143 (ensure_dir) COMPLETE
106682026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.248 INFO O| Aug 25 07:51:30.248 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106692026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.255 INFO O| Aug 25 07:51:30.255 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106702026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.255 INFO O| Aug 25 07:51:30.255 INFO copying /tmp/.tmpwoNkMM/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 ...
106712026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.255 INFO O| Aug 25 07:51:30.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106722026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.255 INFO O| Aug 25 07:51:30.255 INFO ok!
106732026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.255 INFO O| Aug 25 07:51:30.255 INFO STEP 144 (ensure_file) COMPLETE
106742026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.255 INFO O| Aug 25 07:51:30.255 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106752026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.262 INFO O| Aug 25 07:51:30.262 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106762026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.262 INFO O| Aug 25 07:51:30.262 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106772026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.262 INFO O| Aug 25 07:51:30.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106782026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.262 INFO O| Aug 25 07:51:30.262 INFO STEP 145 (ensure_dir) COMPLETE
106792026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.262 INFO O| Aug 25 07:51:30.262 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.268 INFO O| Aug 25 07:51:30.268 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106812026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.268 INFO O| Aug 25 07:51:30.268 INFO copying /tmp/.tmpwoNkMM/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106822026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.269 INFO O| Aug 25 07:51:30.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106832026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.269 INFO O| Aug 25 07:51:30.269 INFO ok!
106842026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.269 INFO O| Aug 25 07:51:30.269 INFO STEP 146 (ensure_file) COMPLETE
106852026-08-25T07:51:31.247Z[ host-image] Aug 25 07:51:30.269 INFO O| Aug 25 07:51:30.269 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-25T07:51:31.248Z[ host-image] Aug 25 07:51:30.274 INFO O| Aug 25 07:51:30.274 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106872026-08-25T07:51:31.248Z[ host-image] Aug 25 07:51:30.274 INFO O| Aug 25 07:51:30.274 INFO STEP 147 (remove_files) COMPLETE
106882026-08-25T07:51:31.248Z[ host-image] Aug 25 07:51:30.275 INFO O| Aug 25 07:51:30.274 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-25T07:51:31.248Z[ host-image] Aug 25 07:51:30.281 INFO O| Aug 25 07:51:30.281 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106902026-08-25T07:51:31.248Z[ host-image] Aug 25 07:51:30.281 INFO O| Aug 25 07:51:30.281 INFO STEP 148 (remove_files) COMPLETE
106912026-08-25T07:51:31.248Z[ host-image] Aug 25 07:51:30.281 INFO O| Aug 25 07:51:30.281 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.288 INFO O| Aug 25 07:51:30.288 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106932026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.288 INFO O| Aug 25 07:51:30.288 INFO STEP 149 (remove_files) COMPLETE
106942026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.288 INFO O| Aug 25 07:51:30.288 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.295 INFO O| Aug 25 07:51:30.295 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106962026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.295 INFO O| Aug 25 07:51:30.295 INFO STEP 150 (remove_files) COMPLETE
106972026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.295 INFO O| Aug 25 07:51:30.295 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.301 INFO O| Aug 25 07:51:30.301 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106992026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.301 INFO O| Aug 25 07:51:30.301 INFO STEP 151 (remove_files) COMPLETE
107002026-08-25T07:51:31.268Z[ host-image] Aug 25 07:51:30.301 INFO O| Aug 25 07:51:30.301 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-25T07:51:31.288Z[ host-image] Aug 25 07:51:30.307 INFO O| Aug 25 07:51:30.307 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107022026-08-25T07:51:31.288Z[ host-image] Aug 25 07:51:30.307 INFO O| Aug 25 07:51:30.307 INFO STEP 152 (remove_files) COMPLETE
107032026-08-25T07:51:31.288Z[ host-image] Aug 25 07:51:30.307 INFO O| Aug 25 07:51:30.307 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-25T07:51:31.288Z[ host-image] Aug 25 07:51:30.313 INFO O| Aug 25 07:51:30.312 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107052026-08-25T07:51:31.288Z[ host-image] Aug 25 07:51:30.313 INFO O| Aug 25 07:51:30.313 INFO STEP 153 (remove_files) COMPLETE
107062026-08-25T07:51:31.288Z[ host-image] Aug 25 07:51:30.313 INFO O| Aug 25 07:51:30.313 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.319 INFO O| Aug 25 07:51:30.319 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107082026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.319 INFO O| Aug 25 07:51:30.319 INFO STEP 154 (remove_files) COMPLETE
107092026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.319 INFO O| Aug 25 07:51:30.319 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.326 INFO O| Aug 25 07:51:30.326 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107112026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.326 INFO O| Aug 25 07:51:30.326 INFO STEP 155 (remove_files) COMPLETE
107122026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.326 INFO O| Aug 25 07:51:30.326 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.333 INFO O| Aug 25 07:51:30.333 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107142026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.333 INFO O| Aug 25 07:51:30.333 INFO STEP 156 (remove_files) COMPLETE
107152026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.333 INFO O| Aug 25 07:51:30.333 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.339 INFO O| Aug 25 07:51:30.339 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107172026-08-25T07:51:31.317Z[ host-image] Aug 25 07:51:30.339 INFO O| Aug 25 07:51:30.339 INFO STEP 157 (remove_files) COMPLETE
107182026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.339 INFO O| Aug 25 07:51:30.339 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.345 INFO O| Aug 25 07:51:30.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107202026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.345 INFO O| Aug 25 07:51:30.345 INFO STEP 158 (remove_files) COMPLETE
107212026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.345 INFO O| Aug 25 07:51:30.345 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.351 INFO O| Aug 25 07:51:30.351 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107232026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.351 INFO O| Aug 25 07:51:30.351 INFO STEP 159 (remove_files) COMPLETE
107242026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.351 INFO O| Aug 25 07:51:30.351 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.357 INFO O| Aug 25 07:51:30.356 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107262026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.357 INFO O| Aug 25 07:51:30.357 INFO STEP 160 (remove_files) COMPLETE
107272026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.357 INFO O| Aug 25 07:51:30.357 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.363 INFO O| Aug 25 07:51:30.363 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107292026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.364 INFO O| Aug 25 07:51:30.363 INFO STEP 161 (remove_files) COMPLETE
107302026-08-25T07:51:31.318Z[ host-image] Aug 25 07:51:30.364 INFO O| Aug 25 07:51:30.363 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.371 INFO O| Aug 25 07:51:30.371 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107322026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.371 INFO O| Aug 25 07:51:30.371 INFO STEP 162 (remove_files) COMPLETE
107332026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.371 INFO O| Aug 25 07:51:30.371 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.376 INFO O| Aug 25 07:51:30.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107352026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.376 INFO O| Aug 25 07:51:30.376 INFO STEP 163 (remove_files) COMPLETE
107362026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.376 INFO O| Aug 25 07:51:30.376 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.383 INFO O| Aug 25 07:51:30.383 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107382026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.383 INFO O| Aug 25 07:51:30.383 INFO STEP 164 (remove_files) COMPLETE
107392026-08-25T07:51:31.331Z[ host-image] Aug 25 07:51:30.383 INFO O| Aug 25 07:51:30.383 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107402026-08-25T07:51:31.360Z[ host-image] Aug 25 07:51:30.389 INFO O| Aug 25 07:51:30.389 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107412026-08-25T07:51:31.360Z[ host-image] Aug 25 07:51:30.389 INFO O| Aug 25 07:51:30.389 INFO STEP 165 (remove_files) COMPLETE
107422026-08-25T07:51:31.360Z[ host-image] Aug 25 07:51:30.389 INFO O| Aug 25 07:51:30.389 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107432026-08-25T07:51:31.360Z[ host-image] Aug 25 07:51:30.395 INFO O| Aug 25 07:51:30.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107442026-08-25T07:51:31.360Z[ host-image] Aug 25 07:51:30.395 INFO O| Aug 25 07:51:30.395 INFO STEP 166 (remove_files) COMPLETE
107452026-08-25T07:51:31.360Z[ host-image] Aug 25 07:51:30.395 INFO O| Aug 25 07:51:30.395 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107462026-08-25T07:51:31.387Z[ host-image] Aug 25 07:51:30.401 INFO O| Aug 25 07:51:30.401 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107472026-08-25T07:51:31.387Z[ host-image] Aug 25 07:51:30.401 INFO O| Aug 25 07:51:30.401 INFO STEP 167 (remove_files) COMPLETE
107482026-08-25T07:51:31.387Z[ host-image] Aug 25 07:51:30.401 INFO O| Aug 25 07:51:30.401 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107492026-08-25T07:51:31.387Z[ host-image] Aug 25 07:51:30.407 INFO O| Aug 25 07:51:30.407 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107502026-08-25T07:51:31.387Z[ host-image] Aug 25 07:51:30.407 INFO O| Aug 25 07:51:30.407 INFO STEP 168 (remove_files) COMPLETE
107512026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.407 INFO O| Aug 25 07:51:30.407 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107522026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.412 INFO O| Aug 25 07:51:30.412 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107532026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.412 INFO O| Aug 25 07:51:30.412 INFO STEP 169 (remove_files) COMPLETE
107542026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.412 INFO O| Aug 25 07:51:30.412 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107552026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.419 INFO O| Aug 25 07:51:30.419 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107562026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.419 INFO O| Aug 25 07:51:30.419 INFO STEP 170 (remove_files) COMPLETE
107572026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.419 INFO O| Aug 25 07:51:30.419 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107582026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.425 INFO O| Aug 25 07:51:30.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107592026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.425 INFO O| Aug 25 07:51:30.425 INFO STEP 171 (remove_files) COMPLETE
107602026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.425 INFO O| Aug 25 07:51:30.425 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107612026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.432 INFO O| Aug 25 07:51:30.432 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107622026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.432 INFO O| Aug 25 07:51:30.432 INFO STEP 172 (remove_files) COMPLETE
107632026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.432 INFO O| Aug 25 07:51:30.432 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107642026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.438 INFO O| Aug 25 07:51:30.438 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107652026-08-25T07:51:31.388Z[ host-image] Aug 25 07:51:30.438 INFO O| Aug 25 07:51:30.438 INFO STEP 173 (remove_files) COMPLETE
107662026-08-25T07:51:31.389Z[ host-image] Aug 25 07:51:30.438 INFO O| Aug 25 07:51:30.438 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107672026-08-25T07:51:31.403Z[ host-image] Aug 25 07:51:30.445 INFO O| Aug 25 07:51:30.445 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107682026-08-25T07:51:31.403Z[ host-image] Aug 25 07:51:30.445 INFO O| Aug 25 07:51:30.445 INFO STEP 174 (remove_files) COMPLETE
107692026-08-25T07:51:31.403Z[ host-image] Aug 25 07:51:30.445 INFO O| Aug 25 07:51:30.445 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107702026-08-25T07:51:31.403Z[ host-image] Aug 25 07:51:30.450 INFO O| Aug 25 07:51:30.450 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107712026-08-25T07:51:31.403Z[ host-image] Aug 25 07:51:30.450 INFO O| Aug 25 07:51:30.450 INFO STEP 175 (remove_files) COMPLETE
107722026-08-25T07:51:31.403Z[ host-image] Aug 25 07:51:30.450 INFO O| Aug 25 07:51:30.450 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107732026-08-25T07:51:31.418Z[ host-image] Aug 25 07:51:30.459 INFO O| Aug 25 07:51:30.459 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107742026-08-25T07:51:31.419Z[ host-image] Aug 25 07:51:30.459 INFO O| Aug 25 07:51:30.459 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107752026-08-25T07:51:34.692Z[ host-image] Aug 25 07:51:33.112 INFO O| Aug 25 07:51:33.111 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
107762026-08-25T07:51:34.692Z[ host-image] Aug 25 07:51:33.112 INFO O| Aug 25 07:51:33.112 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107772026-08-25T07:51:34.758Z[ host-image] Aug 25 07:51:33.123 INFO O| Aug 25 07:51:33.123 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", "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"}
107782026-08-25T07:51:34.758Z[ host-image] Aug 25 07:51:33.219 INFO O| Aug 25 07:51:33.219 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107792026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.273 INFO O| Aug 25 07:51:33.273 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107802026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.336 INFO O| Aug 25 07:51:33.336 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107812026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.336 INFO O| Aug 25 07:51:33.336 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107822026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.376 INFO O| Aug 25 07:51:33.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107832026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.377 INFO O| Aug 25 07:51:33.376 INFO ok!
107842026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.377 INFO O| Aug 25 07:51:33.376 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107852026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.377 INFO O| Aug 25 07:51:33.377 INFO STEP 176 (seed_smf) COMPLETE
107862026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.377 INFO O| Aug 25 07:51:33.377 INFO steps complete; finalising image!
107872026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.377 INFO O| Aug 25 07:51:33.377 INFO TRIM POOL: TEMPORARY-sled-zfs
107882026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.450 INFO O| Aug 25 07:51:33.450 INFO trim TEMPORARY-sled-zfs: (59% trimmed, started at Tue Aug 25 07:51:33 2026)
107892026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.665 INFO O| Aug 25 07:51:33.664 INFO temporary pool has 939M used, 84.8M avail, 1.79x compressratio
107902026-08-25T07:51:34.759Z[ host-image] Aug 25 07:51:33.665 INFO O| Aug 25 07:51:33.664 INFO EXPORT POOL: TEMPORARY-sled-zfs
107912026-08-25T07:51:34.958Z[ host-image] Aug 25 07:51:34.002 INFO O| Aug 25 07:51:34.002 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107922026-08-25T07:51:34.958Z[ host-image] Aug 25 07:51:34.002 INFO O| Aug 25 07:51:34.002 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107932026-08-25T07:51:35.789Z[ host-image] Aug 25 07:51:34.820 INFO O| Aug 25 07:51:34.820 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107942026-08-25T07:51:35.789Z[ host-image] Aug 25 07:51:34.820 INFO O| Aug 25 07:51:34.820 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107952026-08-25T07:51:35.790Z[ host-image] Aug 25 07:51:34.820 INFO O| Aug 25 07:51:34.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107962026-08-25T07:51:35.824Z[ host-image] Aug 25 07:51:34.820 INFO O| Aug 25 07:51:34.820 INFO completed processing sled/zfs
107972026-08-25T07:51:35.824Z[ host-image] Aug 25 07:51:34.820 INFO O| Aug 25 07:51:34.820 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107982026-08-25T07:51:38.659Z[ recovery-image] Aug 25 07:51:37.713 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)
107992026-08-25T07:51:40.687Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling bitflags v1.3.2
108002026-08-25T07:51:40.687Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling bit_field v0.10.3
108012026-08-25T07:51:40.687Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling adler2 v2.0.1
108022026-08-25T07:51:40.687Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling log v0.4.32
108032026-08-25T07:51:40.713Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling plain v0.2.3
108042026-08-25T07:51:40.713Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling scroll v0.13.0
108052026-08-25T07:51:40.713Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling bitflags v2.13.0
108062026-08-25T07:51:40.713Z[ recovery-image] Aug 25 07:51:39.738 INFO E| Compiling bitstruct v0.1.1
108072026-08-25T07:51:40.724Z[ recovery-image] Aug 25 07:51:39.739 INFO E| Compiling static_assertions v1.1.0
108082026-08-25T07:51:40.742Z[ recovery-image] Aug 25 07:51:39.790 INFO E| Compiling raw-cpuid v10.7.0
108092026-08-25T07:51:40.770Z[ recovery-image] Aug 25 07:51:39.826 INFO E| Compiling miniz_oxide v0.9.1
108102026-08-25T07:51:40.841Z[ recovery-image] Aug 25 07:51:39.892 INFO E| Compiling cpio_reader v0.1.2
108112026-08-25T07:51:40.908Z[ recovery-image] Aug 25 07:51:39.962 INFO E| Compiling goblin v0.10.7
108122026-08-25T07:51:43.640Z[ recovery-image] Aug 25 07:51:42.697 INFO E| Finished `release` profile [optimized] target(s) in 18.99s
108132026-08-25T07:51:43.658Z[ recovery-image] Aug 25 07:51:42.715 INFO building ROM for gimlet
108142026-08-25T07:51:43.658Z[ recovery-image] Aug 25 07:51:42.715 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")
108152026-08-25T07:51:43.734Z[ recovery-image] Aug 25 07:51:42.792 INFO E| Downloading crates ...
108162026-08-25T07:51:43.776Z[ recovery-image] Aug 25 07:51:42.832 INFO E| Downloaded anstyle v1.0.10
108172026-08-25T07:51:43.784Z[ recovery-image] Aug 25 07:51:42.839 INFO E| Downloaded duct v0.13.7
108182026-08-25T07:51:43.784Z[ recovery-image] Aug 25 07:51:42.841 INFO E| Downloaded anstream v0.6.18
108192026-08-25T07:51:43.784Z[ recovery-image] Aug 25 07:51:42.842 INFO E| Downloaded is_terminal_polyfill v1.70.1
108202026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.842 INFO E| Downloaded os_pipe v1.2.1
108212026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.843 INFO E| Downloaded shared_child v1.0.1
108222026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.845 INFO E| Downloaded anstyle-parse v0.2.6
108232026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.846 INFO E| Downloaded colorchoice v1.0.3
108242026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.848 INFO E| Downloaded serde_spanned v0.6.8
108252026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.848 INFO E| Downloaded toml_datetime v0.6.9
108262026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.849 INFO E| Downloaded clap_lex v0.7.4
108272026-08-25T07:51:43.794Z[ recovery-image] Aug 25 07:51:42.850 INFO E| Downloaded anstyle-query v1.1.2
108282026-08-25T07:51:43.802Z[ recovery-image] Aug 25 07:51:42.854 INFO E| Downloaded toml_write v0.1.1
108292026-08-25T07:51:43.813Z[ recovery-image] Aug 25 07:51:42.862 INFO E| Downloaded clap_derive v4.5.32
108302026-08-25T07:51:43.831Z[ recovery-image] Aug 25 07:51:42.867 INFO E| Downloaded clap v4.5.37
108312026-08-25T07:51:43.831Z[ recovery-image] Aug 25 07:51:42.872 INFO E| Downloaded toml v0.8.22
108322026-08-25T07:51:43.838Z[ recovery-image] Aug 25 07:51:42.892 INFO E| Downloaded cc v1.2.20
108332026-08-25T07:51:43.838Z[ recovery-image] Aug 25 07:51:42.894 INFO E| Downloaded toml_edit v0.22.26
108342026-08-25T07:51:43.860Z[ recovery-image] Aug 25 07:51:42.913 INFO E| Downloaded winnow v0.7.7
108352026-08-25T07:51:43.868Z[ recovery-image] Aug 25 07:51:42.918 INFO E| Downloaded clap_builder v4.5.37
108362026-08-25T07:51:43.875Z[ recovery-image] Aug 25 07:51:42.931 INFO E| Compiling libc v0.2.172
108372026-08-25T07:51:43.875Z[ recovery-image] Aug 25 07:51:42.931 INFO E| Compiling utf8parse v0.2.2
108382026-08-25T07:51:43.875Z[ recovery-image] Aug 25 07:51:42.931 INFO E| Compiling is_terminal_polyfill v1.70.1
108392026-08-25T07:51:43.875Z[ recovery-image] Aug 25 07:51:42.931 INFO E| Compiling colorchoice v1.0.3
108402026-08-25T07:51:43.875Z[ recovery-image] Aug 25 07:51:42.931 INFO E| Compiling hashbrown v0.15.2
108412026-08-25T07:51:43.875Z[ recovery-image] Aug 25 07:51:42.931 INFO E| Compiling shlex v1.3.0
108422026-08-25T07:51:43.896Z[ recovery-image] Aug 25 07:51:42.948 INFO E| Compiling anstyle-query v1.1.2
108432026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.948 INFO E| Compiling once_cell v1.21.3
108442026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.948 INFO E| Compiling equivalent v1.0.2
108452026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.948 INFO E| Compiling anstyle v1.0.10
108462026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.949 INFO E| Compiling anyhow v1.0.98
108472026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.949 INFO E| Compiling clap_lex v0.7.4
108482026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.954 INFO E| Compiling strsim v0.11.1
108492026-08-25T07:51:43.913Z[ recovery-image] Aug 25 07:51:42.957 INFO E| Compiling winnow v0.7.7
108502026-08-25T07:51:43.933Z[ recovery-image] Aug 25 07:51:42.966 INFO E| Compiling toml_write v0.1.1
108512026-08-25T07:51:43.933Z[ recovery-image] Aug 25 07:51:42.970 INFO E| Compiling syn v2.0.101
108522026-08-25T07:51:44.027Z[ recovery-image] Aug 25 07:51:43.079 INFO E| Compiling anstyle-parse v0.2.6
108532026-08-25T07:51:44.107Z[ recovery-image] Aug 25 07:51:43.165 INFO E| Compiling cc v1.2.20
108542026-08-25T07:51:44.173Z[ recovery-image] Aug 25 07:51:43.228 INFO E| Compiling anstream v0.6.18
108552026-08-25T07:51:44.338Z[ recovery-image] Aug 25 07:51:43.391 INFO E| Compiling indexmap v2.9.0
108562026-08-25T07:51:44.373Z[ recovery-image] Aug 25 07:51:43.420 INFO E| Compiling clap_builder v4.5.37
108572026-08-25T07:51:44.501Z[ recovery-image] Aug 25 07:51:43.557 INFO E| Compiling shared_child v1.0.1
108582026-08-25T07:51:44.501Z[ recovery-image] Aug 25 07:51:43.557 INFO E| Compiling os_pipe v1.2.1
108592026-08-25T07:51:44.649Z[ recovery-image] Aug 25 07:51:43.667 INFO E| Compiling duct v0.13.7
108602026-08-25T07:51:45.068Z[ recovery-image] Aug 25 07:51:44.124 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108612026-08-25T07:51:46.003Z[ recovery-image] Aug 25 07:51:44.952 INFO E| Compiling serde_derive v1.0.219
108622026-08-25T07:51:46.003Z[ recovery-image] Aug 25 07:51:44.952 INFO E| Compiling clap_derive v4.5.32
108632026-08-25T07:51:47.127Z[ recovery-image] Aug 25 07:51:46.184 INFO E| Compiling clap v4.5.37
108642026-08-25T07:51:47.738Z[ recovery-image] Aug 25 07:51:46.795 INFO E| Compiling serde v1.0.219
108652026-08-25T07:51:49.394Z[ recovery-image] Aug 25 07:51:48.452 INFO E| Compiling serde_spanned v0.6.8
108662026-08-25T07:51:49.394Z[ recovery-image] Aug 25 07:51:48.452 INFO E| Compiling toml_datetime v0.6.9
108672026-08-25T07:51:49.531Z[ recovery-image] Aug 25 07:51:48.589 INFO E| Compiling toml_edit v0.22.26
108682026-08-25T07:51:50.877Z[ recovery-image] Aug 25 07:51:49.935 INFO E| Compiling toml v0.8.22
108692026-08-25T07:51:53.487Z[ recovery-image] Aug 25 07:51:52.538 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s
108702026-08-25T07:51:53.503Z[ recovery-image] Aug 25 07:51:52.548 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`
108712026-08-25T07:51:53.530Z[ recovery-image] Aug 25 07:51:52.566 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108722026-08-25T07:51:53.587Z[ recovery-image] Aug 25 07:51:52.644 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108732026-08-25T07:51:53.609Z[ recovery-image] Aug 25 07:51:52.648 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`
108742026-08-25T07:51:53.717Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108752026-08-25T07:51:53.717Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108762026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108772026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108782026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108792026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108802026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108812026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108822026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108832026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108842026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108852026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108862026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108872026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108882026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108892026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO O| Info: ABL version: 0x100f5010
108902026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108912026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108922026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108932026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108942026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108952026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108962026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108972026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108982026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108992026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109002026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109012026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109022026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109032026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109042026-08-25T07:51:53.727Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109052026-08-25T07:51:53.728Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109062026-08-25T07:51:53.728Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109072026-08-25T07:51:53.728Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109082026-08-25T07:51:53.728Z[ recovery-image] Aug 25 07:51:52.775 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109092026-08-25T07:51:53.754Z[ recovery-image] Aug 25 07:51:52.811 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109102026-08-25T07:51:53.754Z[ recovery-image] Aug 25 07:51:52.811 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109112026-08-25T07:51:53.764Z[ recovery-image] Aug 25 07:51:52.811 INFO building ROM for cosmo
109122026-08-25T07:51:53.764Z[ recovery-image] Aug 25 07:51:52.812 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")
109132026-08-25T07:51:53.860Z[ recovery-image] Aug 25 07:51:52.915 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109142026-08-25T07:51:53.876Z[ recovery-image] Aug 25 07:51:52.918 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`
109152026-08-25T07:51:53.905Z[ recovery-image] Aug 25 07:51:52.932 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109162026-08-25T07:51:53.955Z[ recovery-image] Aug 25 07:51:53.008 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109172026-08-25T07:51:53.965Z[ recovery-image] Aug 25 07:51:53.012 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`
109182026-08-25T07:51:54.838Z[ host-image] Aug 25 07:51:53.211 INFO O| Aug 25 07:51:53.211 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109192026-08-25T07:51:54.838Z[ recovery-image] Aug 25 07:51:53.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109202026-08-25T07:51:54.838Z[ recovery-image] Aug 25 07:51:53.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109212026-08-25T07:51:54.838Z[ recovery-image] Aug 25 07:51:53.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109222026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109232026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109242026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109252026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109262026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109272026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109282026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109292026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109302026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109312026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109322026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109332026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109342026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109352026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109362026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109372026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109382026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109392026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109402026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109412026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109422026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109432026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109442026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109452026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109462026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109472026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109482026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109492026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109502026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109512026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109522026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109532026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109542026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109552026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109562026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109572026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109582026-08-25T07:51:54.839Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109592026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109602026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109612026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109622026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109632026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109642026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109652026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109662026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109672026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109682026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109692026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109702026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109712026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109722026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO O| Info: ABL version: 0x100af010
109732026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109742026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109752026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109762026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109772026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109782026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109792026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109802026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109812026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109822026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109832026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109842026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109852026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109862026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109872026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109882026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109892026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109902026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109912026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109922026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109932026-08-25T07:51:54.840Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109942026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109952026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109962026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109972026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109982026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109992026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110002026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110012026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110022026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110032026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110042026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110052026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.226 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110062026-08-25T07:51:54.841Z[ recovery-image] Aug 25 07:51:53.270 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110072026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.393 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
110082026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.393 INFO expanded image name: "ci 521e1b3/${os_short_commit} 2026-08-25 07:35" -> "ci 521e1b3/bbd33bf 2026-08-25 07:35"
110092026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.393 INFO output artefacts stored in: "/work/os-host"
110102026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.393 INFO collecting git info from project "phbl"...
110112026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.399 INFO collecting git info from project "amd-firmware"...
110122026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.410 INFO collecting git info from project "amd-host-image-builder"...
110132026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.414 INFO collecting git info from project "pinprick"...
110142026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.418 INFO collecting git info from project "image-builder"...
110152026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.421 INFO collecting git info from project "dmar-report"...
110162026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.425 INFO collecting git info from project "bootserver"...
110172026-08-25T07:51:54.841Z[ host-image] Aug 25 07:51:53.429 INFO collecting git info from project "pilot"...
110182026-08-25T07:51:54.896Z[ host-image] Aug 25 07:51:53.433 INFO collecting git info from project "chelsio-t6-roms"...
110192026-08-25T07:51:54.896Z[ host-image] Aug 25 07:51:53.437 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110202026-08-25T07:51:54.896Z[ host-image] Aug 25 07:51:53.749 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110212026-08-25T07:51:55.003Z[ host-image] Aug 25 07:51:54.060 INFO creating Oxide boot image...
110222026-08-25T07:51:55.003Z[ host-image] Aug 25 07:51:54.060 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 521e1b3/bbd33bf 2026-08-25 07:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110232026-08-25T07:51:55.405Z[ recovery-image] Aug 25 07:51:54.461 INFO image complete! materials are in "/work/os-recovery"
110242026-08-25T07:51:55.447Z[ recovery-image]
110252026-08-25T07:51:55.447Z[ recovery-image] real 3:16.820732562
110262026-08-25T07:51:55.447Z[ recovery-image] user 2:38.851912013
110272026-08-25T07:51:55.448Z[ recovery-image] sys 38.397585487
110282026-08-25T07:51:55.448Z[ recovery-image] trap 0.143258206
110292026-08-25T07:51:55.448Z[ recovery-image] tflt 0.772176891
110302026-08-25T07:51:55.448Z[ recovery-image] dflt 0.702093867
110312026-08-25T07:51:55.448Z[ recovery-image] kflt 0.000168810
110322026-08-25T07:51:55.448Z[ recovery-image] lock 10:32.344683350
110332026-08-25T07:51:55.448Z[ recovery-image] slp 17:21.325913865
110342026-08-25T07:51:55.448Z[ recovery-image] lat 34.179661532
110352026-08-25T07:51:55.448Z[ recovery-image] stop 9.876317818
110362026-08-25T07:51:55.448ZAug 25 07:51:54.465 INFO [recovery-image] process exited with exit status: 0 (196.825602858s)
110372026-08-25T07:51:55.448ZAug 25 07:51:54.465 INFO [tuf-v2-recovery] running task
110382026-08-25T07:51:55.448ZAug 25 07:51:54.466 INFO [tuf-v2-recovery] task succeeded (792.181µs)
110392026-08-25T07:51:55.784Z[ host-image] Aug 25 07:51:54.842 INFO O| ok, image written!
110402026-08-25T07:51:55.785Z[ host-image] Aug 25 07:51:54.842 INFO O| ok, boot_image_csum file written!
110412026-08-25T07:51:55.803Z[ host-image] Aug 25 07:51:54.845 INFO creating boot archive (CPIO)...
110422026-08-25T07:51:55.804Z[ host-image] Aug 25 07:51:54.845 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
110432026-08-25T07:51:55.804Z[ host-image] Aug 25 07:51:54.848 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110442026-08-25T07:51:55.804Z[ host-image] Aug 25 07:51:54.848 INFO E| + outfile=/work/os-host/cpio
110452026-08-25T07:51:55.804Z[ host-image] Aug 25 07:51:54.848 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110462026-08-25T07:51:55.804Z[ host-image] Aug 25 07:51:54.851 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110472026-08-25T07:51:55.804Z[ host-image] Aug 25 07:51:54.851 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110482026-08-25T07:51:55.821Z[ host-image] Aug 25 07:51:54.878 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110492026-08-25T07:51:55.821Z[ host-image] Aug 25 07:51:54.879 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110502026-08-25T07:51:55.835Z[ host-image] Aug 25 07:51:54.885 INFO creating compressed cpio/unix for dev loaders...
110512026-08-25T07:51:55.835Z[ host-image] Aug 25 07:51:54.885 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
110522026-08-25T07:51:56.056Z[ host-image] Aug 25 07:51:55.108 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110532026-08-25T07:51:59.345Z[ host-image] Aug 25 07:51:58.398 INFO creating reset image...
110542026-08-25T07:51:59.345Z[ host-image] Aug 25 07:51:58.398 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")
110552026-08-25T07:51:59.411Z[ host-image] Aug 25 07:51:58.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110562026-08-25T07:51:59.424Z[ host-image] Aug 25 07:51:58.467 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110572026-08-25T07:51:59.669Z[ host-image] Aug 25 07:51:58.726 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)
110582026-08-25T07:51:59.669Z[ host-image] Aug 25 07:51:58.727 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)
110592026-08-25T07:51:59.669Z[ host-image] Aug 25 07:51:58.727 INFO E| Compiling proc-macro2 v1.0.106
110602026-08-25T07:51:59.678Z[ host-image] Aug 25 07:51:58.727 INFO E| Compiling quote v1.0.45
110612026-08-25T07:51:59.678Z[ host-image] Aug 25 07:51:58.727 INFO E| Compiling unicode-ident v1.0.24
110622026-08-25T07:51:59.678Z[ host-image] Aug 25 07:51:58.727 INFO E| Compiling syn v1.0.109
110632026-08-25T07:51:59.678Z[ host-image] Aug 25 07:51:58.727 INFO E| Compiling x86 v0.52.0
110642026-08-25T07:51:59.678Z[ host-image] Aug 25 07:51:58.727 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110652026-08-25T07:51:59.686Z[ host-image] Aug 25 07:51:58.737 INFO E| Compiling seq-macro v0.3.6
110662026-08-25T07:52:00.640Z[ host-image] Aug 25 07:51:59.698 INFO E| Compiling syn v2.0.117
110672026-08-25T07:52:01.906Z[ host-image] Aug 25 07:52:00.963 INFO E| Compiling scroll_derive v0.13.1
110682026-08-25T07:52:02.959Z[ host-image] Aug 25 07:52:02.017 INFO E| Compiling bitstruct_derive v0.1.0
110692026-08-25T07:52:12.133Z[ host-image] Aug 25 07:52:11.190 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)
110702026-08-25T07:52:14.183Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling bitflags v1.3.2
110712026-08-25T07:52:14.183Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling bitflags v2.13.0
110722026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling bit_field v0.10.3
110732026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling adler2 v2.0.1
110742026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling plain v0.2.3
110752026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling scroll v0.13.0
110762026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling log v0.4.32
110772026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling bitstruct v0.1.1
110782026-08-25T07:52:14.201Z[ host-image] Aug 25 07:52:13.240 INFO E| Compiling static_assertions v1.1.0
110792026-08-25T07:52:14.236Z[ host-image] Aug 25 07:52:13.292 INFO E| Compiling raw-cpuid v10.7.0
110802026-08-25T07:52:14.284Z[ host-image] Aug 25 07:52:13.342 INFO E| Compiling miniz_oxide v0.9.1
110812026-08-25T07:52:14.354Z[ host-image] Aug 25 07:52:13.407 INFO E| Compiling cpio_reader v0.1.2
110822026-08-25T07:52:14.409Z[ host-image] Aug 25 07:52:13.467 INFO E| Compiling goblin v0.10.7
110832026-08-25T07:52:17.791Z[ host-image] Aug 25 07:52:16.252 INFO E| Finished `release` profile [optimized] target(s) in 17.77s
110842026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.265 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110852026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.265 INFO building ROM for gimlet
110862026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.265 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")
110872026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.352 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110882026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.354 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`
110892026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.364 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110902026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.433 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110912026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.437 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`
110922026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110932026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110942026-08-25T07:52:17.844Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110952026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110962026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110972026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110982026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110992026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111002026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111012026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111022026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111032026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111042026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111052026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111062026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111072026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.549 INFO O| Info: ABL version: 0x100f5010
111082026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111092026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111102026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111112026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111122026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111132026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111142026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111152026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111162026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111172026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111182026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111192026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111202026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111212026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111222026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111232026-08-25T07:52:17.845Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111242026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111252026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111262026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.550 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111272026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.584 INFO building ROM for cosmo
111282026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.584 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")
111292026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.669 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111302026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.671 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`
111312026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.681 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111322026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.753 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111332026-08-25T07:52:17.846Z[ host-image] Aug 25 07:52:16.756 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`
111342026-08-25T07:52:17.909Z[ host-image] Aug 25 07:52:16.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111352026-08-25T07:52:17.910Z[ host-image] Aug 25 07:52:16.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111362026-08-25T07:52:17.920Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111372026-08-25T07:52:17.920Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111382026-08-25T07:52:17.920Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111392026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111402026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111412026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111422026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111432026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111442026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111452026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111462026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111472026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111482026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111492026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111502026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111512026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111522026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111532026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111542026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111552026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111562026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111572026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111582026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111592026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111602026-08-25T07:52:17.921Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111612026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111622026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111632026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111642026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111652026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111662026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111672026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111682026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111692026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111702026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111712026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111722026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111732026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111742026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111752026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111762026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111772026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111782026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111792026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111802026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111812026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111822026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111832026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111842026-08-25T07:52:17.932Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111852026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111862026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111872026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.962 INFO O| Info: ABL version: 0x100af010
111882026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.962 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111892026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.962 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111902026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111912026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111922026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111932026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111942026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111952026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111962026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111972026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111982026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111992026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
112002026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
112012026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
112022026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112032026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112042026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112052026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112062026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112072026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112082026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112092026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112102026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112112026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112122026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112132026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112142026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112152026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112162026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112172026-08-25T07:52:17.933Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112182026-08-25T07:52:17.934Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112192026-08-25T07:52:17.934Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112202026-08-25T07:52:17.934Z[ host-image] Aug 25 07:52:16.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112212026-08-25T07:52:17.942Z[ host-image] Aug 25 07:52:16.994 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112222026-08-25T07:52:17.942Z[ host-image] Aug 25 07:52:16.994 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112232026-08-25T07:52:30.487Z[ host-image] Aug 25 07:52:29.545 INFO image complete! materials are in "/work/os-host"
112242026-08-25T07:52:30.492Z[ host-image]
112252026-08-25T07:52:30.492Z[ host-image] real 4:00.390586056
112262026-08-25T07:52:30.493Z[ host-image] user 2:49.157210136
112272026-08-25T07:52:30.493Z[ host-image] sys 35.143789848
112282026-08-25T07:52:30.493Z[ host-image] trap 0.137112006
112292026-08-25T07:52:30.493Z[ host-image] tflt 0.307670244
112302026-08-25T07:52:30.493Z[ host-image] dflt 0.204242283
112312026-08-25T07:52:30.493Z[ host-image] kflt 0.002767262
112322026-08-25T07:52:30.493Z[ host-image] lock 4:41.219404776
112332026-08-25T07:52:30.493Z[ host-image] slp 20:06.072989958
112342026-08-25T07:52:30.493Z[ host-image] lat 22.217659715
112352026-08-25T07:52:30.493Z[ host-image] stop 1.587599165
112362026-08-25T07:52:30.493ZAug 25 07:52:29.549 INFO [host-image] process exited with exit status: 0 (240.395689482s)
112372026-08-25T07:52:30.493ZAug 25 07:52:29.549 INFO [tuf-v2-host] running task
112382026-08-25T07:52:30.493ZAug 25 07:52:29.549 INFO [tuf-repo] running task
112392026-08-25T07:52:30.493ZAug 25 07:52:29.549 INFO [tuf-v2-host] task succeeded (578.97µs)
112402026-08-25T07:52:30.493ZAug 25 07:52:29.549 INFO [tuf-v2-repo] running task
112412026-08-25T07:52:51.327ZAug 25 07:52:50.385 INFO assembling repository in `/tmp/tufaceousuGVPvt`, component: OmicronRepoAssembler
112422026-08-25T07:52:52.105ZAug 25 07:52:51.163 INFO [tuf-v2-repo] task succeeded (21.613281351s)
112432026-08-25T07:53:00.354ZAug 25 07:52:59.411 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112442026-08-25T07:53:00.595ZAug 25 07:52:59.652 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112452026-08-25T07:53:02.650ZAug 25 07:53:01.707 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112462026-08-25T07:53:02.701ZAug 25 07:53:01.758 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112472026-08-25T07:53:02.752ZAug 25 07:53:01.809 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112482026-08-25T07:53:02.799ZAug 25 07:53:01.856 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112492026-08-25T07:53:02.847ZAug 25 07:53:01.905 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112502026-08-25T07:53:02.896ZAug 25 07:53:01.953 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112512026-08-25T07:53:02.954ZAug 25 07:53:02.012 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112522026-08-25T07:53:13.180ZAug 25 07:53:12.238 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
112532026-08-25T07:53:13.187ZAug 25 07:53:12.244 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
112542026-08-25T07:53:13.209ZAug 25 07:53:12.266 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
112552026-08-25T07:53:13.263ZAug 25 07:53:12.321 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112562026-08-25T07:53:13.324ZAug 25 07:53:12.381 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112572026-08-25T07:53:13.380ZAug 25 07:53:12.437 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112582026-08-25T07:53:13.443ZAug 25 07:53:12.500 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
112592026-08-25T07:53:13.449ZAug 25 07:53:12.506 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
112602026-08-25T07:53:13.471ZAug 25 07:53:12.528 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
112612026-08-25T07:53:15.240ZAug 25 07:53:14.297 INFO [tuf-repo] task succeeded (44.748667718s)
112622026-08-25T07:55:48.499Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
112632026-08-25T07:55:48.527Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112642026-08-25T07:55:48.527Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112652026-08-25T07:55:50.246ZAug 25 07:55:49.301 INFO [verify-libraries] process exited with exit status: 0 (431.942475957s)
112662026-08-25T07:55:50.246ZAug 25 07:55:49.301 INFO all jobs completed in 1212.787731221s
112672026-08-25T07:55:51.462Zprocess exited: duration 1594139 ms, exit code 0
 
112682026-08-25T07:55:51.510Zfound 41 output files
112692026-08-25T07:55:51.510Zuploading: /work/manifest.toml (17334 bytes)
112702026-08-25T07:55:52.554Zuploaded: /work/manifest.toml
112712026-08-25T07:55:52.557Zuploading: /work/repo.zip (3284369445 bytes)
112722026-08-25T07:57:28.451Zuploaded: /work/repo.zip
112732026-08-25T07:57:28.452Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112742026-08-25T07:57:29.465Zuploaded: /work/repo.zip.sha256.txt
112752026-08-25T07:57:29.465Zuploading: /work/helios.json (647 bytes)
112762026-08-25T07:57:30.476Zuploaded: /work/helios.json
112772026-08-25T07:57:30.476Zuploading: /work/incorporation.p5m (113590 bytes)
112782026-08-25T07:57:31.492Zuploaded: /work/incorporation.p5m
112792026-08-25T07:57:31.492Zuploading: /work/incorporation.p5p (133120 bytes)
112802026-08-25T07:57:32.507Zuploaded: /work/incorporation.p5p
112812026-08-25T07:57:32.507Zuploading: /work/helios-incorp.log (522 bytes)
112822026-08-25T07:57:33.517Zuploaded: /work/helios-incorp.log
112832026-08-25T07:57:33.518Zuploading: /work/helios-setup.log (57289 bytes)
112842026-08-25T07:57:34.532Zuploaded: /work/helios-setup.log
112852026-08-25T07:57:34.532Zuploading: /work/host-image.log (233352 bytes)
112862026-08-25T07:57:35.550Zuploaded: /work/host-image.log
112872026-08-25T07:57:35.550Zuploading: /work/host-package.log (34139 bytes)
112882026-08-25T07:57:36.563Zuploaded: /work/host-package.log
112892026-08-25T07:57:36.564Zuploading: /work/host-target.log (101 bytes)
112902026-08-25T07:57:37.574Zuploaded: /work/host-target.log
112912026-08-25T07:57:37.574Zuploading: /work/incorp-create.log (0 bytes)
112922026-08-25T07:57:38.583Zuploaded: /work/incorp-create.log
112932026-08-25T07:57:38.583Zuploading: /work/incorp-fmt.log (0 bytes)
112942026-08-25T07:57:39.592Zuploaded: /work/incorp-fmt.log
112952026-08-25T07:57:39.592Zuploading: /work/incorp-pkgsend.log (108 bytes)
112962026-08-25T07:57:40.600Zuploaded: /work/incorp-pkgsend.log
112972026-08-25T07:57:40.600Zuploading: /work/incorp-publisher.log (0 bytes)
112982026-08-25T07:57:41.607Zuploaded: /work/incorp-publisher.log
112992026-08-25T07:57:41.608Zuploading: /work/omicron-package.log (10167 bytes)
113002026-08-25T07:57:42.618Zuploaded: /work/omicron-package.log
113012026-08-25T07:57:42.619Zuploading: /work/recovery-image.log (591646 bytes)
113022026-08-25T07:57:43.638Zuploaded: /work/recovery-image.log
113032026-08-25T07:57:43.638Zuploading: /work/recovery-package.log (321 bytes)
113042026-08-25T07:57:44.648Zuploaded: /work/recovery-package.log
113052026-08-25T07:57:44.648Zuploading: /work/recovery-target.log (98 bytes)
113062026-08-25T07:57:45.660Zuploaded: /work/recovery-target.log
113072026-08-25T07:57:45.660Zuploading: /work/stamp-clickhouse.log (117 bytes)
113082026-08-25T07:57:46.686Zuploaded: /work/stamp-clickhouse.log
113092026-08-25T07:57:46.686Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113102026-08-25T07:57:47.697Zuploaded: /work/stamp-clickhouse_keeper.log
113112026-08-25T07:57:47.697Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113122026-08-25T07:57:48.707Zuploaded: /work/stamp-clickhouse_server.log
113132026-08-25T07:57:48.707Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113142026-08-25T07:57:49.716Zuploaded: /work/stamp-cockroachdb.log
113152026-08-25T07:57:49.716Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113162026-08-25T07:57:50.726Zuploaded: /work/stamp-crucible-pantry-zone.log
113172026-08-25T07:57:50.727Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113182026-08-25T07:57:51.735Zuploaded: /work/stamp-crucible-utils.log
113192026-08-25T07:57:51.735Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113202026-08-25T07:57:52.745Zuploaded: /work/stamp-crucible-zone.log
113212026-08-25T07:57:52.745Zuploading: /work/stamp-external-dns.log (119 bytes)
113222026-08-25T07:57:53.753Zuploaded: /work/stamp-external-dns.log
113232026-08-25T07:57:53.754Zuploading: /work/stamp-installinator.log (103 bytes)
113242026-08-25T07:57:54.762Zuploaded: /work/stamp-installinator.log
113252026-08-25T07:57:54.762Zuploading: /work/stamp-internal-dns.log (119 bytes)
113262026-08-25T07:57:55.770Zuploaded: /work/stamp-internal-dns.log
113272026-08-25T07:57:55.770Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113282026-08-25T07:57:56.779Zuploaded: /work/stamp-mg-ddm-gz.log
113292026-08-25T07:57:56.779Zuploading: /work/stamp-nexus.log (112 bytes)
113302026-08-25T07:57:57.789Zuploaded: /work/stamp-nexus.log
113312026-08-25T07:57:57.789Zuploading: /work/stamp-ntp.log (110 bytes)
113322026-08-25T07:57:58.800Zuploaded: /work/stamp-ntp.log
113332026-08-25T07:57:58.800Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113342026-08-25T07:57:59.811Zuploaded: /work/stamp-omicron-sled-agent.log
113352026-08-25T07:57:59.811Zuploading: /work/stamp-overlay.log (114 bytes)
113362026-08-25T07:58:00.822Zuploaded: /work/stamp-overlay.log
113372026-08-25T07:58:00.822Zuploading: /work/stamp-oximeter.log (115 bytes)
113382026-08-25T07:58:01.832Zuploaded: /work/stamp-oximeter.log
113392026-08-25T07:58:01.832Zuploading: /work/stamp-oxlog.log (109 bytes)
113402026-08-25T07:58:02.844Zuploaded: /work/stamp-oxlog.log
113412026-08-25T07:58:02.844Zuploading: /work/stamp-probe.log (112 bytes)
113422026-08-25T07:58:03.856Zuploaded: /work/stamp-probe.log
113432026-08-25T07:58:03.856Zuploading: /work/stamp-propolis-server.log (122 bytes)
113442026-08-25T07:58:04.867Zuploaded: /work/stamp-propolis-server.log
113452026-08-25T07:58:04.867Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113462026-08-25T07:58:05.877Zuploaded: /work/stamp-pumpkind-gz.log
113472026-08-25T07:58:05.877Zuploading: /work/stamp-switch-asic.log (118 bytes)
113482026-08-25T07:58:06.889Zuploaded: /work/stamp-switch-asic.log
113492026-08-25T07:58:06.889Zuploading: /work/verify-libraries.log (50978 bytes)
113502026-08-25T07:58:07.902Zuploaded: /work/verify-libraries.log